/* pc端适配 */

body {
  overflow-x: visible;
  font-size: 16px;
}

.content {
  width: 1200px;
}

/* banner轮播区 */
.banner-introduce {
  width: 100%;
  height: 480px;
  position: relative;
}

.swiper-container {
  display: flex;
  height: 100%;
}

.swiper-container a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .swiper-pagination{
    display: block !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 437px;
} */

.banner-box-message {
  width: 1200px;
  height: 178px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 229px;
  text-align: center;
}

.banner-box-message>div {
  width: 100%;
  text-align: left;
  font-size: 38px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #061828;
  line-height: 48px;
}

.introduce-box {
  width: 100%;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #F7F7F7;
}

.content-banner {
  width: 100%;
  height: 60px;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.introduce-box .introduce-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  /* cursor: pointer; */
  /* margin-top: 30px; */
}

.introduce-box .introduce-text div {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #071928;
}
.introduce-box .introduce-text .active {
  color: #0086F2;
}

.introduce-box .introduce-text div:nth-child(2) {
  margin-left: 85px;
}

.main-content {
  background-color: #FFFFFF;
  margin-bottom: 101px;
  padding: 0px;
  margin-top: 20px;
}

.page-container {
  border-radius: 5px;
  background: #FFFFFF;
  box-shadow: 0px 1px 1px 0px #FFFFFF, 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.tab-box {
  display: flex;
  flex-direction: row;
  height: 129px;
  width: 100%;
}

.tab-box .tab-item {
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.tab-box .tab-item div:nth-child(1) {
  font-size: 86px;
  font-family: PingFang SC;
  font-weight: 500;
  font-style: italic;
  color: #B8C4CD;
  opacity: 0.5;
}

.tab-box .tab-item div:nth-child(2) {
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #B8C4CD;
  line-height: 24px;
  margin-left: 22px;
  margin-top: 30px;
  opacity: 0.5;
}

.tab-box-img {
  width: 1200px;
  height: 129px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -3px;
  text-align: center;
}
#register-account,
#register-account-two {
  padding: 50px 90px 70px 90px;
}
.register-row {
  display: flex;
}
.row-item {
  flex: 1;
}
.register-row:nth-child(n+2) {
  margin-top: 25px;
}
.input-lable {
  margin-bottom: 10px;
  line-height: 24px;
  font-size: 16px;
  color: rgba(6, 24, 40, .65);
}
.input-lable img {
  width: 8px;
  height: 8px;
  margin-left: 4px;
  margin-bottom: 10px;
}
.item-input {
  height: 45px;
  line-height: 45px;
}
.item-selects {
  display: flex;
}
.item-selects select {
  flex: 1;
  background-position: calc(100% - 15px) 50% !important;
}
.item-selects select:nth-child(n+2) {
  margin-left: 10px;
}
.item-input input {
  width: 100%;
  height: 100%;
}
.item-input input,
.item-input select {
  border: 1px solid rgba(204, 204, 204, .65);
  border-radius: 2px;
  outline: none;
  text-indent: 10px;
  color: rgba(6, 24, 40, .75);
  font-size: 14px;
}
#partner-type,
#product-type {
  width: 100%;
  height: 100%;
  background-position: calc(100% - 20px) 50%;
}
.item-input select {
  appearance: none;
　-webkit-appearance: none;   /*去除chrome浏览器的默认下拉图片*/
　-moz-appearance: none;  /*去除Firefox浏览器的默认下拉图片*/
  background: url("../images/partners-apply-pc/select.png") no-repeat;
  background-size: 14px 8px;
　text-overflow:"";
  padding-right: 37px;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }
.item-input input:focus {
  outline: none;
}
.item-margin {
  margin-left: 20px;
}
#register-account form,
#register-account-two form {
  position: relative;
  padding-bottom: 102px;
}
#register-account form > button,
#register-account-two form > button {
  position: absolute;
  right: 50%;
  bottom: 0;
  width: 120px;
  height: 45px;
  line-height: 45px;
  background: #0086F1;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  transform: translateX(50%);
}
button, 
button:focus {
  outline: none;
  border: 0;
}

#submit-apply,
#approve-company,
#complete-apply,
#submit-apply-two,
#approve-company-two,
#complete-apply-two {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 614px;
}

#submit-apply img,
#approve-company img,
#complete-apply img,
#submit-apply-two img,
#approve-company-two img,
#complete-apply-two img {
  width: 173px;
  height: 140px;
}

#submit-apply .text-one,
#approve-company .text-one,
#submit-apply-two .text-one,
#approve-company-two .text-one {
  margin-bottom: 11px;
  font-size: 32px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #0086F1;
  line-height: 46px;
}

#submit-apply .text-two,
#approve-company .text-two,
#submit-apply-two .text-two,
#approve-company-two .text-two {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #777777;
  line-height: 46px;
  margin-bottom: 34px;
}

#submit-apply button,
#submit-apply-two button {
  width: 120px;
  height: 45px;
  line-height: 45px;
  background: #0086F1;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
}

#approve-company a,
#approve-company-two a {
  display: inline-block;
  width: 120px;
  height: 45px;
  line-height: 45px;
  background: #0086F1;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

#complete-apply div,
#complete-apply-two div {
  width: 368px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #777777;
  line-height: 32px;
  text-align: center;
}

/* 页码样式 */
.pagation-style {
  width: 100%;
  margin: 0 auto;
}

.box {
  width: 100%;
  /* margin: 0 auto; */
  height: auto;
  color: black;
  font-size: 14px;
  display: flex;
  justify-content: center;
  justify-items: center;
  padding-bottom: 89px;
}

#wrap2 {
  transform: translateX(-22.5%);
}

.pagination-btn {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin: 0 5px;
  cursor: pointer;
  color: rgba(22, 26, 64, .65);
  border: 1px solid rgba(0, 0, 0, .15);
  box-sizing: border-box;
  text-align: center;
}

.pagination-btns {
  display: inline-block;
  width: 74px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #999;
  cursor: pointer;
  color: #999;
  box-sizing: border-box;
  text-align: center;
}

.pagination-wrap {
  position: relative;
  display: inline-block;
  padding-left: 0px;
}

#pagination-prev {
  margin-right: 5px;
}

#pagination-next {
  margin-left: 5px;
}

.pagination-ellipsis {
  display: inline-block;
  position: relative;
  padding: 5px 11px 7px 11px;
  margin: 0 5px;
  color: rgba(22, 26, 64, .65);
  border: 1px solid rgba(0, 0, 0, .15);
  box-sizing: border-box;
  text-align: center;

}

.pagination-current {
  /* border:1px solid #3E8DDD; */
  color: #0086F2;
  border: 0;
}

.pagination-disabled {
  cursor: not-allowed;
}

.pagenum {
  vertical-align: middle;
}

.page {
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}

.page input {
  width: 48px;
}

.page-position {

  position: relative;
  height: 100px;
  transform: translateY(-50px);
}

.page-position-box {
  width: 300px;
  position: absolute;
  left: 50%;
  margin-left: -180px;
}

.page-position input {
  transform: translateY(-10px);
  width: 60px;
  height: 40px;
}

.page-position span {
  display: inline-block;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
  text-align: left;
  margin: 0 10px;
}



/* 区域显隐 */
.tab-item-active {
  color: #ffffff;
  background: rgba(35, 134, 238, 1);
  box-shadow: 1px 1px 0px 0px rgba(255, 255, 255, 0.2), 1px 4px 6px 0px rgba(36, 134, 238, 0.23);
}

.discount-content-show {
  height: auto !important;
}

.tabbar-content-container-show {
  display: block;
}

/* 头部轮播图 */
.swiper-container-banner .swiper-pagination-banner {
  top: unset;
  position: absolute;
  bottom: 60px;
}

.swiper-pagination-banner .swiper-pagination-bullet {
  opacity: 0.3;
  width: 8px;
  height: 8px;
  border-radius: 0;
  background: rgba(35, 133, 237, 1);
}

.swiper-pagination-banner .swiper-pagination-bullet-active {
  width: 29px;
  height: 8px;
  opacity: 1;
}

.swiper-pagination-banner {
  bottom: 48px !important;
}

.swiper-pagination-banner2 .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin-top: 3.5px !important;
}

.swiper-pagination-banner2 .swiper-pagination-bullet-active {
  width: 9px;
  height: 9px;
  background: rgba(255, 255, 255, 1);
  border-radius: 50%;
}

.swiper-pagination-banner2 {
  width: 6.6% !important;
  height: 16px;
  min-width: 51px;
  background: rgba(0, 0, 0, .1);
  border-radius: 8px;
  bottom: 23px !important;
  position: absolute;
  left: 22% !important;
  transform: translate(-50%);
}

.banner-introduce-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.banner-title1 {
  width: auto;

  height: auto;
  font-size: 40px;
  font-family: FZLTHJW;

  color: rgba(255, 255, 255, 1);
  margin-top: 170px;
  text-align: left;
}

@media screen and (max-width:1200px) {
  .content {
    width: 90%;
  }

  .banner-box-message {
    width: 90%;
  }
  .tab-box-img {
    width: 90%;
  }
  #conpany-country {
    flex: 2.5;
  }
}

@media screen and (max-width:768px) {
  .discount-content1-img img {
    width: 10vw;
    height: 80%;
  }
  .row-two .item-margin {
    flex: 2.5;
  }
}

/* 企业认证弹窗 */
.frameMark {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: none;
}

.frame-box {
  width: 423px;
  height: 256px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 25px 68px 0;
  text-align: center;
}

.frame-close {
  width: 32.5px;
  height: 32.5px;
  position: absolute;
  top: 8px;
  right: 5px;
  cursor: pointer;
}

.frame-close img {
  width: 100%;
  height: 100%
}

.frame-btn1 {
  margin-top: 30px;
  display: inline-block;
  width: 110px;
  height: 40px;
  background: linear-gradient(315deg, #00BBF9 0%, #0086F1 100%);
  border-radius: 4px;
  font-size: 16px;
  /* font-family: PingFangSC-Medium, PingFang SC; */
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
  letter-spacing: 1px;
  cursor: pointer;
}

.frame-btn2 {
  margin-top: 30px;
  display: inline-block;
  width: 140px;
  height: 40px;
  border-radius: 4px;
  font-size: 16px;
  /* font-family: PingFangSC-Medium, PingFang SC; */
  font-weight: 500;
  color: #0086F1;
  line-height: 35px;
  letter-spacing: 1px;
  cursor: pointer;
  border: 1px #0086F1 solid;
}
.partner-prove{
  color: #0086F1;
  text-decoration: underline;
  /* cursor:default; */
}
.tab-two a:hover{
  color: #0086F2 !important;
}
.frame_tips{
  width:80px;
  height: 80px;
}