.cooperation-banner {
  background: url("/mobile21/image/userCenter/cooperations/banner.png");
  width: 7.5rem;
  height: 6rem;
  background-size: 100%;
  position: relative;
  overflow: hidden;
}

.withdraw-list {
  margin-top: 2.7rem;
  height: 2.3rem;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.withdraw-item {
  width: max-content;
  display: none;
  align-items: center;
  height: .6rem;
  position: absolute;
}

.withdraw-item .usdt-icon {
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  box-sizing: border-box;
  position: absolute;
  left: -.44rem;
}

.withdraw-item p {
  height: .48rem;
  line-height: .48rem;
  border-radius: 20px;
  padding: 0 .2rem;
  font-size: .24rem;
  text-align: center;
  color: #FFFFFF;
  background: linear-gradient(89.99deg, #CFA976 0.01%, rgba(239, 205, 155, 0.5) 101.42%);
}

.withdraw-item span {
  color: white;
  font-size: 16px;
  text-shadow: #ff0000 0.1em 0.1em 0.2em
}

.withdraw-item.cny .usdt-icon {
  display: none;
}

.withdraw-item.cny span {
  color: white;
  text-shadow: unset;
}

.withdraw-item.usdt1 .usdt-icon {
  background: #8E59FF;
}

.withdraw-item.usdt1 p {
  background: linear-gradient(90deg, #8E59FF 9.05%, rgba(142, 89, 255, 0.5) 102.71%);
}

.withdraw-item.usdt2 .usdt-icon {
  background: #FF8B59;
}

.withdraw-item.usdt2 p {
  background: linear-gradient(90deg, #FF8B59 9.05%, rgba(255, 130, 103, 0.5) 102.71%);
}

.withdraw-item.usdt3 .usdt-icon {
  background: #EB3F4E;
}

.withdraw-item.usdt3 p {
  background: linear-gradient(90deg, #EB3F4E 9.05%, rgba(255, 130, 103, 0.5) 102.71%);
}

.announcement {
  position: absolute;
  bottom: 0;
  height: .56rem;
  line-height: .56rem;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  padding: 0 .2rem;
  width: 100%;
  font-size: .24rem;
  color: #333333;

}

.announcement i {
  width: .32rem;
  height: .32rem;
  background: url(/mobile21/image/index/recommend/sprites.png) no-repeat 88.962% 46.384%;
  background-size: 4.9rem 4.38rem;
}

.float-wrap {
  width: 100%;
  overflow: hidden;
  float: left;
}

.float-content {
  float: left;
  height: .56rem;
  line-height: .56rem;
  margin-left: 1rem;
}






.btn-wrap {
  height: 1.6rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.btn-wrap a {
  width: 3.44rem;
  height: .88rem;
  font-size: .32rem;
  line-height: .88rem;
  color: #333333;
  background: linear-gradient(102.03deg, #E8CDA2 0%, #C49F6A 100%);
  box-shadow: 0px 8px 10px rgba(151, 105, 62, 0.2);
  border-radius: 8px;
  text-align: center;
}

.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: .3rem 0;
  width: fit-content;
  transition: all 0.1s;
  font-size: .28rem;
}

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

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

.contact-item {
  width: 7rem;
  height: .8rem;
  margin: 0 auto .12rem;
  display: flex;
  align-items: center;
  background: #F6F6F6;
  border-radius: 6px;
  font-size: .28rem;
  color: #333333;
  padding: 0 .2rem;
  box-sizing: border-box;
}

.contact-item img {
  width: .56rem;
  height: .56rem;
  margin-right: .2rem;
}

.contact-item .wrap {
  margin-left: auto;
}

.contact-item .wrap a {
  height: .44rem;
  line-height: .44rem;
  padding: 0 .14rem;
  font-size: .24rem;
  background: linear-gradient(120.64deg, #E6C496 13.95%, #EFCD9B 88.84%);
  border-radius: 11px;
  display: inline-block;
}

.exclusive-chat-wrap {
  position: fixed;
  bottom: .3rem;
  left: 50%;
  right: 50%;
  transform: translate(-50%, 0);
  width: 7rem;
  height: 2.54rem;
}

.exclusive-item {
  width: 7rem;
  height: 1.2rem;
  background: linear-gradient(270deg, #FF7474 0%, #FFD66D 98.26%);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  border-radius: 14px;
  font-size: .24rem;
  color: #FFFFFF;
  margin-top: .12rem;
  padding: 0 .2rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.exclusive-item.feiyu {
  background: linear-gradient(90deg, #BD9DFF 0%, #5096FF 100%);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}

.exclusive-item h3 {
  font-weight: 600;
  font-size: .28rem;
}

.exclusive-item img {
  width: .8rem;
  height: .8rem;
  margin-right: .2rem;
}

.exclusive-item .wrap {
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.exclusive-item p {
  color: #ffffff !important;
}

table {
  width: 7.1rem;
  border: 1px solid #EEE6DB;
  margin: 0 auto .2rem;
  border-collapse: collapse;
  color: #333333;
  font-size: .28rem;
}

table th {
  height: .8rem;
  font-weight: 600;
  text-align: center;
  background: #FFFAF4;
  border: 1px solid #EEE6DB;
}

table td {
  height: .8rem;
  font-weight: 400;
  text-align: center;
  border: 1px solid #EEE6DB;
}

.nav-body .swiper-slide {
  padding: .2rem;
  box-sizing: border-box;
}

.swiper-slide p {
    font-size: .24rem;
      line-height: .4rem;
      color: #666666;


}
.contact-item2  p {

      /* max-width: 2.1rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; */
}

.benefit-banner {
  background: url("/mobile21/image/userCenter/cooperations/benefit.png");
  background-size: 100%;
  width: 7.1rem;
  height: 1.6rem;
}

.commission-banner {
  background: url("/mobile21/image/userCenter/cooperations/commission.png");
  background-size: 100%;
  width: 7.1rem;
  height: 1.6rem;
}

.question-banner {
  background: url("/mobile21/image/userCenter/cooperations/question.png");
  background-size: 100%;
  width: 7.1rem;
  height: 1.6rem;
}

.page-content {
  margin: .44rem 0 .16rem;
}

.page-content .title {
  font-weight: 600;
  font-size: .48rem;
  color: #DAAF77;
  display: flex;
  align-items: center;
  margin-bottom: .4rem;
}

.page-content .title:before,
.page-content .title:after {
  content: '';
  background: url("/mobile21/image/userCenter/cooperations/title-vector.png");
  width: 2.58rem;
  height: .4rem;
  display: inline-block;
  background-size: 100%;
}

.page-content .title:after {
  transform: rotateY(-180deg);
}

.commission-wrap {
  display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.commission-item {
  width: 3.44rem;
  height: 7rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 0 .3rem;
  box-sizing: border-box;
}

.commission-item img {
  width: 100%;
}

.commission-item h3 {
  font-weight: 600;
  font-size: .32rem;
  text-align: center;
  color: #333333;
  margin-bottom: 0.1rem;
  margin-top: -0.2rem;
}

.commission-item p {
  font-size: .28rem;
  line-height: .48rem;
}

.commission-item span {
  color: #999999;
  font-size: .22rem;
}

.commission-tips h3 {
  font-weight: 600;
  font-size: .28rem;
  color: #666666;
  line-height: 1.5;
}

.commission-tips div {
  margin-bottom: .4rem;
}

.page-content h6 {
  font-size: .32rem;
  line-height: 1.5;
}

.layui-m-layer-agent-register {
  width: 6.8rem !important;
}

.layui-m-layer-agent-register h3 {
  height: 60px !important;
  line-height: 60px !important;
}

.layui-m-layer-agent-register .layui-m-layerbtn {
  height: .9rem;
}

.layui-m-layer-agent-register .layui-m-layerbtn span {
  width: 50%;
  background: #FFFFFF;
  height: .9rem;
  line-height: .9rem;
  font-size: .28rem;
  color: #717171;
}

.layui-m-layer-agent-register .layui-m-layerbtn span[yes] {
  color: #C99100;
}

.agreement {
  font-size: .24rem;
  line-height: .32rem;
  color: #999999;
  margin-bottom: .4rem;
}

.agreement span,
.js-web-select {
  color: #DAAF77;
}

#imgCode {
  height: .6rem;
  position: absolute;
  right: .4rem;
}

.js-web {
  display: flex;
  justify-content: space-between;
}

.js-web p {
  line-height: 1.5;
  font-size: .26rem;
  color: #EB3F4E;
}

.rules-body {
  padding: 0 .3rem .4rem;
}

.rules-body h2 {
  font-size: .36rem;
  color: #333333;
  font-weight: bold;
  margin-top: .4rem;
  line-height: 2;
}

.rules-body p {
  font-size: .32rem;
  color: #666666;
  line-height: 1.5;
}

.country-box {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.country-box .country-code {
  color: #C99100;
  padding: 0 0.2rem;
  background: none;
}

.country-list-box {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  padding: 10px 0;
  border-radius: 10px;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  box-shadow: 1px 2px 3px #ccc;
}

.list-title-text {
  font-size: .24rem;
  color: #333333;
  padding: 0 10px;
  line-height: .6rem;
  border-right: 1px solid #DDDDDD;
}

.search-box {
  height: .6rem;
  width: 250px;
  margin: 0 auto 12px;
  background-color: #fff;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.search-box input {
  height: 30px;
  line-height: 30px;
  border: none;
  background: #fff;
  color: #999;
  padding: unset;
  flex: 1;
  text-align: center;
}

.country-box .country-list {
  width: 268px;
  height: 280px;
  overflow-y: scroll;
}

.country-box .country-list .list-item {
  cursor: pointer;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  font-size: 12px;
}

.js-login-type {
  text-align: right;
  color: #C99100;
  line-height: .6rem;
}