#common-header {
  display: none;
}
html,body {
  overflow: initial;
}
html,body {
background:#f9f9f9 !important;
}
.index-page {
  /* padding-bottom: 50px; */
}
.swiper-slide-active {
  /* height: auto; */
}
.app-download.app {
  display: flex;
}

.banner-section-box {
  background-color: transparent !important;
}

.app-download {
  height: 1.2rem;
  background: #FFF4F4;
  display: none;
  padding: 0 .18rem;
  box-sizing: border-box;
  font-size: .32rem;
}

.app-download img {
  width: .7rem;
  height: .7rem;
  margin: 0 .2rem 0 0;
}

.app-download .wrap {
  height: .7rem;
}

.app-download .wrap h3 {
  font-weight: 600;
  font-size: .28rem;
  color: #222222;
}

.app-download .wrap p {
  font-weight: 500;
  font-size: .24rem;
  color: #776B6D;
}
.cjpic {
  width:100%;
}
.app-download .download {
  border-radius: 4px;
    line-height: .6rem;
    font-size: .28rem;
    color: #FFFFFF;
    width: 1.6rem;
    text-align: center;
    margin-left: auto;
    background: #D02443;
  margin-right: .5rem;
}

.app-download .close-icon {
    width: 0.28rem;
      height: 0.28rem;
      background: url(/cooperation/img/close.png);
      background-size: 100%;
      position: absolute;
      right: .18rem;
      top: .48rem;
}

.index-header {
  height: 1rem;
  padding: .2rem .24rem;
  background: url(/cooperation/img/agent-header-bg.png) center top / 100% auto no-repeat;
    /* margin: 10px 0; */
}

.index-header img {
  width: 1.83rem;
  /* height: .64rem; */
}
.index-header img.slogan {
  margin-left: 10px;
  width: 50px;
  /* height: .64rem; */
}

.header-left {
  font-size: .22rem;
  color: #FFFFFF;
}

.header-right a {
width: 1.24rem;
  height: .44rem;
  line-height: .44rem;
  border: 1px solid transparent;
  font-size: .24rem;
  color: #663C02;
  text-align: center;
  border-radius: 4px;
  box-sizing: border-box;
}

.header-right .header-btn:nth-of-type(1) {
    background: #D02443;
      color: #fff;
}

.header-right .header-btn:nth-of-type(2) {
  border: 1px solid #D02443;
  color: #D02443;
  margin-left: .12rem;
  background-color: #fff;
}

.header-right.white .header-btn:nth-of-type(1) {
  background: #FFFFFF;
  border: 1px solid transparent;
  color: #663C02;
}

.header-right.white .header-btn:nth-of-type(2) {
  background: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}

.header-right .balance {
  font-size: .36rem;
  color: #FFFFFF;
}

.header-right .balance span:nth-of-type(2) {
  font-size: .28rem;
}

.header-right .fresh-icon {
  width: .24rem;
  height: .24rem;
  background: url(/cooperation/img/sprites.png) no-repeat 2.151% 97.122%;
  background-size: 4.9rem 4.38rem;
  margin: 0 .1rem;
}

.header-right .fresh-icon.active {
  -webkit-animation: refresh 4s infinite linear;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

@-webkit-keyframes refresh {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

.banner-section-box {
  background-color: #151515;
}

.banner-section .swiper-container {
  overflow: hidden;
}

.banner-section .swiper-pagination {
  display: flex;
  justify-content: flex-end;
  bottom: .4rem;
  left: -.3rem;
}

.banner-section .swiper-pagination span {
  width: .16rem;
  height: .06rem;
  background: #E0E0E0;
  border-radius: 10px;
}

.banner-section .swiper-pagination .swiper-pagination-bullet-active {
  width: .26rem;
  background: #D02443;
}

.banner-section .swiper-wrapper {
  display: flex;
}

.banner-section .swiper-slide {
  flex-shrink: 0;
  display: flex;
}

.announcement-wrap {
  width: 7rem;
  height: .68rem;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.083042);
  border-radius: 8px;
  margin: .24rem auto .1rem;
  padding: 0 .26rem 0 .16rem;
  box-sizing: border-box;
}
.zz {
    width: 7rem;
      /* height: .68rem; */
      margin: .24rem auto .1rem;
      /* padding: 0 .26rem 0 .16rem; */
      box-sizing: border-box;
      display: block;
}
.zz img {
  width:100%;
}
.announcement-wrap span {
  font-size: .24rem;
  margin: 0 .28rem 0 .2rem;
  font-weight: bold;
}

.announcement-icon {
  height: .32rem;
  width: .32rem;
  background: url(/cooperation/img/gonggao.png) no-repeat;
  background-size: 100% 100%;
}

.right-icon {
  height: .12rem;
  width: .16rem;
  background: url(/cooperation/img/sprites.png) no-repeat 97.065% 27.078%;
  background-size: 4.9rem 4.38rem;
  margin-left: auto;
}

.announcement-list {
  overflow: hidden;
  height: .68rem;
  line-height: .68rem;
  font-size: .24rem;
  flex: 1;
}

#announcement {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
  flex-flow: row nowrap;
  height: 35px;
}

#announcement li {
  white-space: nowrap;
}

.product {
  width: 100%;
  /* padding-top: 15px; */
  height: 185px;
  background: url(/cooperation/img/brand-bg.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.product-sub-title {
  font-size: .24rem;
  line-height: .34rem;
  color: #ffff;
  margin-top: .26rem;
}


.product-sub-title span {
  margin: 0 .2rem
}

#tab-nav {
  margin-top: -45px;
}

.tab-container {

  position: relative;
  overflow: hidden;
  z-index: 1;
  border-bottom: 1px solid #EEEEEE;
  
}

.tab-nav-wrap {
  display: flex;
  justify-content: space-evenly;
}

.tab-nav-wrap span {
position: relative;
  padding: .1rem 0.25rem;
  width: fit-content;
  transition: all 0.1s;
  font-size: .28rem;
}

.tab-container .active-nav {
  color: #D02443;
  font-weight: 600;
}

/* .tab-container .active-nav:before {
  content: '';
  width: 1rem;
  height: 0.05rem;
  background: #D02443;
  border-radius: 0.2rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
} */

#tab-nav .active-nav {
  color: #fff;
  font-weight: 600;
  background: url(/cooperation/img/active-nav-bg2.png) no-repeat;
  background-size: 100% 100%;
}

#tab-nav .active-nav:before {
  display: none !important;
}


.product-header {
  width: 7rem;
  height: .6rem;
  background: url(/cooperation/img/brand-title.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}

.withdraw-txt2 {
  height: 1.2rem;
  width: 100%;
  position: relative;
  margin: .2rem 0 0 0;
  flex-wrap: wrap;
}
#announcement p {
  line-height: 1;
  text-wrap:nowrap;
}
.withdraw-item2 {
  height: .5rem;
  padding: 0 .16rem;
  background: #fff;

  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.0369591);
  border-radius: .24rem;
  font-size: .24rem;
  color: #000;
  width: max-content;
  position: absolute;
  display: none;
}

.withdraw-item2 .user-icon {
  width: .4rem;
  height: .43rem;
  background: url(/cooperation/img/contact_8.png) no-repeat;
  background-size: 100% 100%;
  margin-right: .16rem;
}

.withdraw-item2 .time {
  font-size: .2rem;
  color: #999999;
  margin-left: .2rem;
}

.adv-item {
  width: 98%;
  height: 65px;
  margin: 10px auto 0;
  box-sizing: border-box;
  padding: 5px 10px 5px 15px;
}

.adv-item p:first-child {
  color: #333;
  font-size: 12px;
  font-weight: 600;
}

.adv-item p:last-child {
  margin-top: 5px;
  color: #333;
  font-size: 12px;
  font-weight: 400;
}

.contact-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row wrap;
  gap: 10px;
  height: 600px;
}

.contact-item2 {
  width: 3.4rem;
  height: 1.7rem;
  border-radius: 8px;
  background: #fff;
  border: 3px solid #F2F4F5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.contact-item2>div:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  height: 45px;
}

.contact-item2>div:first-child img {
  width: .6rem;
  height: .6rem;
}

.contact-item2>div:first-child p {
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

.contact-item2>div:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.contact-item2>div:last-child a {
  width: 1.2rem;
  height: .4rem;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: 20px;
  border: 1px solid #D02443;
}

.contact-item2>div:last-child a:first-child {
  background-color: #fff;
  color: #D02443;
}

.contact-item2>div:last-child a:nth-child(2) {
    background-color: #D02443;
      color: #fff;
}

.swiper-slide table {
  width: 100%;
  border-collapse: collapse;
}

.swiper-slide table td {
  border: 1px solid #E6E6E6;
  font-size: 12px;
}

.layui-m-layer-agent-announcement .layui-m-layercont {
  position: relative;
}

.layui-m-layer-agent-announcement .layui-m-layercont .time {
  position: absolute;
  bottom: 10px;
  right: 15px;
  color: #666;

}



.announcement-box {
  width: 7.5rem;
  min-height: 100%;
  background: #FFFFFF;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -7.5rem;
  z-index: 10;
  display: none;
}

.announcement-body {
  background: #F5F7F9;
  height: calc(100vh - 1rem);
}

.announcement-item-wrap {
  padding: 0 .2rem;
  font-size: .26rem;
  height: .8rem;
  line-height: .8rem;
  border-bottom: 1px solid #f1f1f1;
  background: #FFFFFF;
}

.announcement-box-second .announcement-body .title {
  font-size: .26rem;
  background: #FFFFFF;
  padding: .2rem .3rem;
  display: block;
}

.announcement-box-second .announcement-details {
  padding: 0 .3rem .3rem .3rem;
  font-size: .24rem;
  background: #FFFFFF;
  color: #666666;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.announcement-box-second {
  width: 7.5rem;
  min-height: 100%;
  background: #FFFFFF;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -7.5rem;
  z-index: 11;
  display: none;
}
.announcement-box .common-header,.announcement-box-second .common-header {
  font-size: 20px!important;
}
.goBack {
  position: absolute;
  color: #111;
  font-size: 19px;
  left: 10px;
  top: 2px;
  z-index: 100;
}
