body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
ol,
ul {
  list-style: none;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
fieldset,
img {
  border: none;
}
input,
button {
  vertical-align: middle;
}
caption,
th {
  text-align: left;
}
:root {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  :root {
    font-size: 10px;
  }
}
body {
  font: 1rem/1.5 OpenSans, "siyuan";
  color: #333;
  margin: 0 auto;
  text-align: left;
  -webkit-text-size-adjust: none;
  background: #f6f6f6;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #88624b;
}
.margin-spacing {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
.marginb-spacing {
  margin-bottom: 3.125rem;
}
.txt-red {
  color: #f00;
}
.page {
  margin: 0 auto;
  max-width: 756px;
  width: 100%;
  background: #fefcec url('../images/bg-1.png') no-repeat top 70px left;
  background-size: 100% auto;
}
.page .con {
  padding: 0 20px 20px;
}
.header {
  border-radius: 0 0 30px 30px;
  padding: 20px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.375rem;
}
.header .logo {
  width: 30%;
}
.header .logo img {
  max-width: 100%;
  max-height: 53px;
}
.header .txtbox {
  text-align: right;
}
.header .p1 {
  color: #88624b;
  font-size: 1.5rem;
  font-weight: bold;
}
.header .p2 {
  color: #333;
  font-weight: bold;
  font-size: 1.125rem;
}
.img-s {
  width: 100%;
  display: block;
}
.btnbox {
  display: flex;
  gap: 1.25rem;
  margin-top: 20px;
}
.btnbox .btn {
  flex: 1;
}
.btn {
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  padding: 0 20px;
  position: relative;
  color: #fff;
  background-color: #88624b;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 3.125rem;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s;
}
.btn.btn-blue {
  background-color: #2cafa1;
  color: #fff;
}
.btn.btn-green {
  background-color: #26803a;
  color: #fff;
}
.btn.btn-pink {
  background-color: #cd4b9b;
  color: #fff;
}
.btn:hover {
  opacity: 0.8;
  transition: all 0.4s;
}
.btn .txt-shadow {
  position: absolute;
  left: 50%;
  bottom: -10%;
  transform: translateX(-50%);
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.01));
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bolder;
  font-size: 2.25rem;
  line-height: 1;
  white-space: nowrap;
}
input[type="checkbox"] {
  width: 1.25rem;
  height: 1.25rem;
}
.data-box {
  position: relative;
}
.data-box .img-tit2 {
  max-width: 80%;
}
.data-con {
  display: flex;
  padding: 20px 0;
  background: url('../images/img4.png') no-repeat center;
  background-size: 100% 100%;
  margin-bottom: 0.625rem;
  margin-top: -5px;
}
.data-con .item {
  flex: 1;
  text-align: center;
}
.data-con .item:not(:last-child) {
  border-right: 2px dashed #88624b;
}
.data-con .item .p1 {
  color: #88624b;
  font-size: 1.25rem;
}
.data-con .item .p1 .counter {
  font-weight: bold;
  font-size: 3rem;
}
.data-con .item .p2 {
  color: 1.5rem;
}
@media screen and (max-width: 768px) {
  .data-con .item .p1 {
    font-size: 1rem;
  }
  .data-con .item .p1 .counter {
    font-size: 2rem;
  }
  .data-con .item .p2 {
    font-size: 1.25rem;
  }
}
.tip {
  font-weight: bold;
  color: #88624b;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .tip {
    font-size: 1.25rem;
  }
}
.main-tit {
  font-size: 2.25rem;
  font-weight: bold;
  display: inline-block;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  background: linear-gradient(to right, #957e71, #b89a90) padding-box, linear-gradient(to right, #b89a90 20%, #fff) border-box;
  color: #fff;
  padding: 0 1.25rem;
  border-radius: 5px;
  line-height: 4.5rem;
}
@media screen and (max-width: 768px) {
  .main-tit {
    font-size: 2rem;
  }
}
.form-box {
  background: linear-gradient(to bottom, #fffffd, #e1d8d4);
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;
}
.form-box .tit {
  font-size: 3rem;
  font-weight: bold;
  color: #88624b;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .form-box .tit {
    font-size: 2.5rem;
  }
}
.form-box .form-con {
  background-color: #fff;
  border: 2px solid #b99c92;
  border-bottom: 0;
  padding: 1.875rem 1.5625rem 1.25rem;
  border-radius: 30px;
  box-shadow: 0 10px 20px rgba(225, 214, 210, 0.3);
}
.form-box .form-group {
  margin-bottom: 20px;
}
.form-box .form-group .name {
  font-weight: bold;
  font-size: 1.5rem;
  color: #88624b;
}
.form-box .form-group .form-input {
  border: 0;
  border-bottom: 1px solid #ebebeb;
  height: 2.5rem;
  width: 100%;
}
.form-box .form-group .form-input.error {
  border-color: #f00;
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.3);
}
.form-box .checkbox {
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.form-box .checkbox .item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
  gap: 0.625rem;
  font-size: 1.125rem;
}
.form-box .checkbox .item input {
  flex-shrink: 0;
  margin-top: 0.375rem;
}
.form-box .checkbox .item .txt-span {
  font-weight: bold;
  color: #88624b;
}
.form-box .submit-box {
  text-align: center;
  margin: 40px 0 20px;
}
.form-box .submit-box .btn {
  background: linear-gradient(to right, #957e71, #b89a90) padding-box, linear-gradient(to right, #957e71, #fff) border-box;
  outline: none;
  border: 0;
  font-size: 2.25rem;
  padding: 10px 30px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
  min-width: 18.75rem;
}
@media screen and (max-width: 768px) {
  .form-box .submit-box .btn {
    font-size: 2rem;
  }
}
.buyer-con .p {
  font-weight: bold;
  font-size: 1.25rem;
  color: #88624b;
}
.buyer-main {
  height: 600px;
  border-radius: 30px;
  border: 2px solid #b89a90;
  border-bottom: 0;
  background-color: #fff;
  box-shadow: 0 20px 20px rgba(225, 214, 210, 0.3);
  text-align: center;
  margin: 20px 0;
  overflow: hidden;
}
.buyer-main .tit {
  font-size: 1.5rem;
}
.con-bg {
  background: linear-gradient(to bottom, transparent, #e2dad5);
  padding: 20px;
  border-radius: 0 0 20px 20px;
  border: 1px solid #fff;
  border-top: 0;
  box-shadow: 0 10px 20px rgba(225, 214, 210, 0.3);
}
.p-tip {
  text-align: right;
  font-size: 0.875rem;
  margin-top: 0.625rem;
}
.cooperation-box .main-tit {
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .cooperation-box .main-tit {
    font-size: 1.625rem;
  }
}
.cooperation-box .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 10px;
  column-gap: 1.25rem;
  row-gap: 0.3125rem;
}
.cooperation-box .list li {
  font-weight: bold;
  color: #88624b;
  font-size: 1.125rem;
}
.top-box .img2 {
  margin-top: -3.75rem;
  position: relative;
}
.top-box .img2 .btnbox {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 3.75rem;
  padding: 0 2rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.top-box .img2 .btnbox .linka {
  font-weight: bold;
  font-size: 1.25rem;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center right;
  padding: 0.625rem 1.875rem;
}
.top-box .img2 .btnbox .linka.sourcingfairs {
  background-image: url('../images/btn1.png');
}
.top-box .img2 .btnbox .linka.jinhanfairs {
  background-image: url('../images/btn2.png');
}
.top-box .img2 .btnbox .linka.fashionlifefair {
  background-image: url('../images/btn3.png');
}
.top-box .img2 .btnbox .linka .txt {
  position: relative;
  z-index: 2;
}
.banner-box {
  border-radius: 20px;
  overflow: hidden;
  margin-top: 20px;
}
.banner-box .banner-swiper .swiper-slide img {
  width: 100%;
  display: block;
}
.banner-box .banner-swiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.9;
}
.banner-box .banner-swiper .swiper-pagination-bullet-active {
  background: #88624b;
}
.banner-box .banner-swiper .swiper-button-prev,
.banner-box .banner-swiper .swiper-button-next {
  color: #88624b;
}
