html{
   
}
body,.app{
    background: #fff;
    font-family: PingFangSC!important;
    
}
a{
  color: #000;  
  text-decoration: none;
}
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
}

/*#2---e4a9d*/
 .header{position:relative;background-color: #00CFB8; height:52px; width: 100%; padding: 0 15px;  }
.header + div {padding-top: 0; }
.no-gutters{display:flex; align-items:center;height:100%;justify-content: space-between}
.header .text-center{display:flex; align-items:center;justify-content: center;width: 60%}
.header .text-center img{width:15%;}
.header .text-center h1{font-size:16px;color:#fff;font-weight:400}
.header .col-auto{width:20%; height:100%;display:flex; align-items:center; padding:0; margin:0;text-align:left}
.header .col-auto:first-child{justify-content: flex-start;}
.header .col-auto:last-child{justify-content: flex-end ;}
.header .col-auto img{width:26px;height:26px;margin:0}
.b1{
    margin: 15px;
}
.swiper-container-banner{
   width: calc(100% - 30px); 
   border-radius: 10px;
}


.notice-bar {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 40px;
  padding: 0 10px;
  margin: 15px;
  position: relative;
  border-radius: 5px;
  color: rgb(0, 0, 0);
background: rgb(246, 247, 252);
}
.notice-bar img{
  display: block;
  width: 16px; 
  height: 16px;
}
.notice-icon {
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
  flex-shrink: 0;
}

.notice-wrap {
  overflow: hidden;
  white-space: nowrap;
  flex: 1;
  position: relative;
}

.notice-text {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 15s linear infinite;
  white-space: nowrap;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/*.notice-bar:hover .notice-text {*/
/*  animation-play-state: paused;*/
/*}*/

.bank_transaction{
  display: flex;
  align-items: center;
  justify-content: space-between;
  
}
.a2 ul{
    display: flex;
    justify-content: center;
}
.bank_transaction li{
    width: 25%;
    text-align: center;
    font-size: 16px;
}
.bank_transaction img{
    display: block;
    margin: 0 auto;
    width: 37px;
    height: 44px;
}


.inviteItem {
    background: linear-gradient(90deg,#FEEBD5,#FFF5EB);
    border-radius: 10px;
    padding-left: 10px;
    color: #ffa044;
    display: flex;
    justify-content: space-between;
     margin: 15px;
}
.inviteItem .txt{
    padding: 15px;
}
.f44{
    font-size: 16px;
}
.f20{
    padding-top: 20px;
    font-size: 12px;
    line-height: 16px;
}
.col-auto{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    width: 20%;
    
}
.no-gutters,.mx-auto{
    width: 100%;
}
.col-auto img{
    display: block;
    margin: 0 auto;
}

.col-auto span{
    display: block;
    width: 100%;
    font-size: 12px;
}
.col-auto span.active{
    color: #00cfb8;
}
.footer .btn{
    display: block;
    width: 100%;
    height: 60px;
    line-height: 20px;
    padding: 7px 0 13px 0;
}
.team-box{
     
}
.team-box .sales{
    margin-top: 30px;
     padding: 15px; 
    background: linear-gradient(90deg, #FDEBD5 0%, #FFF5EC 100%) ;

}
.team-box .sales-bg{
    background: url(/static0405/images/teamBg.png) no-repeat right center;
    background-size: contain;

}
.team-box .commission_balance{
   display: flex;
   margin-bottom: 20px;

}
.team-box .commission_balance .sales_item{
   width: 40%;
}

.team-box .text{
   font-size: 14px;
   color: #818181;
   line-height: 40px;
}
.team-box .number{
   font-size: 18px;
   font-weight: 700;
   color: #00CFB8;
}

.sales_module{
  margin: 15px;  
}
.sales_module .sales_list_head{
    display: flex;
}
.sales_module .sales_list_head div{
    width: 25%;
    text-align: center;
    line-height: 30px;
}

.change-data{
     margin: 30px 30px;
     display: flex;
    align-items: center;
    justify-content: space-between;
}
.change-data .btns {
    height: .8rem;
    border-radius: 15px;
    width: 48%;
    color: #fff;
    font-size: 16px;
    max-width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3477E0;
}
.change-data .btns a{
   display: block; 
   width: 100%;
}
.change-data .selBot{
    background-color: #00CFB8;
}
.triangle-down {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #fff;
  margin-left: 10px;
}

.bottom-notice {
  position: fixed;
  bottom: -120px;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #393D49;
  color: white;
  text-align: center;
  line-height: 120px;
  font-size: 16px;
  z-index: 9999;
  transition: bottom 0.4s ease-in-out;
}

.bottom-notice.show {
  bottom: 0;
}

.bottom-notice.hide {
  bottom: -120px;
}
.user_card{
    
}
.user_info{
    margin: 30px;
  display: flex;
    align-items: center; 
}
.user_info .name{
   font-size: 16px; 
   font-weight: 700;
   margin: 6px 0;
}
.user_info .id_num{
   display: flex;
    align-items: center;  
    color: rgb(129, 129, 129);
}
.user_info .uimg-my img{
   width: .3rem; 
   margin-left: 10px;
}
.user_info .tx img{
   width: 1rem; 
   margin-right: 20px;
}
.team-box .sales-bg2{
    background: url(/static0405/images/my/userTop.png) no-repeat right center;
    background-size: contain;

}
.team-box .sales-bg2 .commission_balance{
   flex-wrap: wrap;

}
.team-box .sales-bg2 .sales_item{
   width: 100%;

}
.team-box .sales-bg2 .number{
  color: #ffa044;

}

.change-data a{
    color: #fff;
    text-align: center;
}
.change-data .selBot1{
    border: 1px solid #00CFB8;
    background: #fff;
}
.change-data .sel1{
    background-color: #00CFB8; 
}
.change-data .selBot1 a{
   color: #00CFB8; 
}
.huiyuan{
    margin: 15px;
}
.levelItem{
    border: 1px solid #00CFB8;
    border-radius: 5px;
    margin-top: .2rem;
}
.levelItem .topTitle {
    text-align: center;
    color: #fff;
    font-size: 14px;
    width: 1.2rem;
    line-height: .5rem;
    background: #00CFB8;
    border-radius: 5px 0 5px;
}

.levelItem .between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 15px 15px;
}
.myEl{
    margin: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.myEl .myItem {
    width: 25%;
    font-size: 12px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 10px 0;
}

.m15{
    margin: 15px;
}
.coin-type{
    padding: 4rem 0!important;
}
.coin-type h2{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
.coin-type h2 img{
    width: 33px;
    height: 26px;
}
.coin-items{
   background-color: #f6f7fc;
   border-radius: 8px;
   padding: 1rem 2rem;
   display: flex;
    align-items: center;
   margin-bottom: 1rem;
}
.coin-items .usdt{
    width: 2rem;
}
.coin-items p{ width:100%; padding-left:2rem}
.coin-items .choosed{
    width: 1.5rem;
    display: none;
}
.coin-items.active{
    background: #00CFB8;
    color: #fff;
}
.active .choosed{
    display: block;
}

.queren{
    height: 3.8rem;
    border-radius: 8px;
    width: calc( 100% - 30px);
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00CFB8;
}
.queren a{
    display: block;
    width: 100%;
   color: #fff; 
   text-align: center;
}
.coin-type .form{
   background-color: #f6f7fc;
   border-radius: 15px;
   padding: 1rem 2rem; 
}
.coin-type .input{
   padding: 20px 10px;
   border-bottom: 1px solid #eee;
   display: flex;
}

.coin-type .input span{
    width: 30%;
    text-align: center;
    font-weight: 700;
}

.coin-type .input input{
   border: none;
   background: none;
}

.coin-type .remark{
    background-color: #818181;
    border-radius: 3px;
    margin: 20px 0 0;
    padding: 10px;
    color: #fff;
    font-size: 12px;
}

.order-box{
    background-color: #f6f7fc;
   border-radius: 8px;
  
}
.order-box1{
    padding: 30px 15px; 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.order-box1 h2{
    font-size: 14px;
    width: 100%;
}
.order-sm{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 48%;
    background-color: rgba(189, 187, 191, .51);
    color: #fff;
   margin-top: 20px;
   padding: 20px 10px;
   border-radius:8px ;
}

.order-sm span:last-child{
    color: #00CFB8;
    margin-top: 5px;
    font-size: 12px;
}


.p15{
    padding: 15px;
}

.order-box2{
    text-align: center;
}
.order-box2 .coin{
    width: 4rem;
    margin: 0 auto;
    background: #00CFB8;
    color: rgb(255, 255, 255);
    padding: 6px 10px;
    border-radius: 5px;
}
.adr-img{
    width: 100%;
    height: 10rem;
    margin-top: 20px;
}

.adr-txt{
    
}

.adr-url{
    color: #fff;
    background: #FEF3DE;
    border-radius: 3px;
    text-align: center;
    line-height: 2rem;
    width: 100%;
    background-color: #818181;
    font-size: 13px;
    margin: 1rem 0;
}

.adr-copy{
   display: flex;
    justify-content: space-between;
    align-items: flex-start
}
.adr-anniu{

    background-color: #00CFB8;
    font-size: 14px;
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.875rem; 
    padding: 0 1rem;
}
.adr-remark{
    font-size: 14px;
    color: rgb(129, 129, 129);
    padding-left: 15px;
    text-align: left;
}


.selBot1 {
    border: 1px solid #00CFB8;
    background: #fff;
    color: #00CFB8; 
}


.mb-3{
    background-color: rgb(246, 247, 252);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mb-3 .btn-rounded{
    display: block;
    width: 25%;
    text-align: center;
    color: #000;
    padding: 10px 0;
    
}
.mb-3 .btn-outline-default{
    display: block;
    width: 25%;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: #00CFB8;
    border-radius: 7px;
    
}
.bg1{
  background-color: #f6f7fc;  
}
.bs8{
  border-radius: 8px;  
}
.task-data{
   display: flex;
   align-items: center;
   padding: 1rem 0;
}
.task-data-item{
   display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 33%; 
}
.task-data-item span:first-child{
   font-size: 14px; 
   color: #818181;
}
.task-data-item span:last-child{
   font-size: 16px; 
   color: #00CFB8;
   font-weight: 700;
   padding: 10px 0;
}

.sales-bg3{
   background: url(/static0405/images/vipIcon.png) no-repeat right center;
    background-size: contain; 
}
.team-box .sales-bg3 .commission_balance{
    flex-wrap: wrap;
}
.team-box .sales-bg3 .commission_balance .sales_item{
    width: 100%;
}
.sales_item1{
     width: 50%!important;
    padding: 1rem;
    color: #fff;
    background-color: #ffa044;
}
.sales_item1 .text {
    line-height: 20px;
     color: #fff;
     font-size: 16px;
     font-weight: 700;
}
.sales_item2{
   width: 51%!important;  
}
.sales_item2 .text{
    display: block;
    text-align: center;
    color: rgb(255, 160, 68);
}

.task-jilu{
    text-align: center;
    font-size: 16px;
    color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
}

.task-remwu{
    text-align: center;
    font-size: 14px;
    color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
    background: linear-gradient(90deg, rgb(253, 235, 213) 0%, rgb(255, 245, 236) 100%);
}
.task-vip{
   text-align: center;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
    background: rgb(246, 247, 252);
    color: #00CFB8;
}
.task-hezuo{
    margin-top: 2rem;
}

.sales-bg4{
    background: url(/static0405/images/serIcon.png) no-repeat right center;
    background-size: contain;   
}
.sales-bg4 .sales_item{
    padding: 3rem 0;
}

.customer-item{
    padding: 10px;
   display: flex;
   align-items: center; 
   justify-content: space-between;
}
.customer-item .text{
    width: calc(100% - 80px);
    margin-left: 1rem;
}
.customer-item .text p{
    line-height: 20px;
    font-size: 12px;
}
.customer-item .text p:first-child{
    font-size: 14px;
    color: #000;
    font-weight: 700;
}

.coin-type-set{
    padding: 2rem 0 !important;
}
.coin-items-set{
   border-radius: 15px; 
   padding: 1.2rem 2rem;
}

.coin-items-set i{
    font-size: 18px;
    color: #00CFB8;
}
.coin-items-set .usdt{
   width: 1.2rem; 
}
.coin-items-set p{
    padding-left: .5rem;
    color: #00CFB8;
}



/*密码修改*/
.pxn-column {
	display:flex;
	flex-direction:column;
	box-sizing:border-box;
}
uni-view,uni-text {
	box-sizing:border-box;
}
.logo-con {
	width:100%;
	height:83px;
	margin-bottom:15px;
	-webkit-animation:logobigData-data-v-3c86efe4 .5s;
	animation:logobigData-data-v-3c86efe4 .5s;
}
.sign-con {
	display:flex;
	margin:0 31px;
	margin-bottom:24px;
}
.item {
	width:50%;
	height:47px;
	display:block;
	border-bottom:1px solid #95989a;
	cursor:pointer;
}
.aclink {
	border-bottom:6px solid #f04a1c;
	color:#000;
	cursor:default;
}
.link {
	align-items:center;
	box-sizing:border-box;
	color:#95989a;
	display:-webkit-inline-flex;
	display:-moz-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	font-size:14px;
	font-weight:700;
	height:100%;
	justify-content:center;
	letter-spacing:.8px;
	line-height:1.5;
	/*text-transform:uppercase;
	*/ width:100%;
}
.form-con {
	position:relative;
	padding:20px 10px 10px;
	width:calc(100% - 41px);
	height:auto;
	margin:0 auto auto;
	border-radius:10px;
	-webkit-animation:botTopData-data-v-3c86efe4 .3s;
	animation:botTopData-data-v-3c86efe4 .3s;
}
.input-title {
	font-size:14px;
	color:#969595;
	line-height:24px;
}
.account-input {
	margin-top:4px;
	position:relative;
	z-index:1;
	margin:10px 0 20px 0;
	font-size:14px;
	/*border:1px solid #dcdfe6;*/
	background: #fff;
	padding:0 10px;
	box-shadow: 0 1px 51px rgba(64, 46, 197, .05);
	border-radius:10px;
	padding-left: 20px;
}
.pxn-ac {
	display:flex;
	align-items:center;
}
.pxn-input {
	height:52px;
	font-size:14px;
	flex:1;
	background:transparent;
	color:#000;
}
.uni-input-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	position:relative;
	width:100%;
	height:100%;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
}
.uni-input-placeholder {
	position:absolute;
	top:auto !important;
	left:0;
	color:grey;
	overflow:hidden;
	text-overflow:clip;
	white-space:pre;
	word-break:keep-all;
	pointer-events:none;
	line-height:inherit;
}
.uni-input-input {
	position:relative;
	display:block;
	height:100%;
	background:none;
	color:inherit;
	opacity:1;
	font:inherit;
	line-height:inherit;
	letter-spacing:inherit;
	text-align:inherit;
	text-indent:inherit;
	text-transform:inherit;
	text-shadow:inherit;
	border:none;
}
.placeholder-input {
	color:#999;
}
.pxn-flex {
	display:flex;
}
.login-column {
	position:relative;
	margin-top:20px;
}
.login-btn {
	margin-top:20px;
	border:none;
	outline:none;
	font-size:16px;
	line-height:49px;
	background: rgb(171, 171, 171);
	border-radius:10px;
	color:#fff;
	text-transform:uppercase;
}
.uni-button {
	position:relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-left:14px;
	padding-right:14px;
	box-sizing:border-box;
	font-size:18px;
	text-align:center;
	text-decoration:none;
	line-height:2.55555556;
	border-radius:5px;
	-webkit-tap-highlight-color:transparent;
	overflow:hidden;
	color:#000;
	background: rgb(171, 171, 171);
	cursor:pointer;
}
.footer-con {
	padding:0 15px;
	margin-top:31px;
	text-align:center;
	font-size:14px;
	font-weight:600;
	color:#000;
}

.share{
    background: url(/static0405/images/shareBg.jpg) no-repeat 100% / 100%;
    min-height: calc(100vh - 52px);
    background-position: top;
    text-transform: none;
    background-attachment: fixed;
    background-size: cover; 
    text-align: center;
    padding: 0 25px;
}
.share-title{
    font-size: 2rem;
    color: #fff;
    padding-top: 2rem;
}
.share-dg{
    width: 10rem;
    margin: 10px auto 20px auto;
    text-align: center;
    padding: 10px 0;
    font-size: 11px;
    color: #fff;
    background-color: #818181;
    border-radius: 5px;
}
.shareBox{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqUAAAK8CAMAAADh3zZTAAAAmVBMVEUAAABCNctII7j///////////////95eN7////////y8fv///+SiuG+u+za1fbY2PT5+P3////o5/n////k4vimnOP+/v/////Fuer////9/f77+/3r6fnr6vn////9/f729fz////7+v339/zv7fr5+f39/f77+f3+/f/+/v/9/f78/P/7+/77+v319Pz+/v/+/f/29vz///8kGb/uAAAAMnRSTlMABAf2/fvxB+jrP8cKDx0XZ/Uo4iQNwtMW7peMOCrYp1fbeFs0a7F7vK2gkYV1SsmyXsv9JbAAAA01SURBVHja7NIBAQAwCAOgrX/p19ALGQgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALlA/lE+WA7FVOyTblqGxRTst8hdlRC8OjFoY/feza627aMBiAYZmcD5ADIVGDQmgBoaK2oNz/xe1P4rFpXYlZnHS8zzW8sv3ZFsDEOxU3muG/8B07Jc0H9k06pU/MJt6p+EUYZX78Vucb1zbwWBJvWeT1W+xnUTixTsUVJ6p263zpPhlWg4dkGU/uMl/vqsiZUKbip3m2PW28xGzw4MzE25y22XwimV43Wr0ELksoWpYbvFST6FRIYXosbFZRXDHt4piGo2cqOs4iDuwG+I0dxAtn3ExFZ+XXHuso/sD0an81ZqaiEx0KzqP4hFUcovEyFS0nLd0G+JRXps5ImcpI95ekAf4iuezHyVRG6ufs9viClftjZCoj/TgTKb5knT9GyFSupGdme9zAPPuO7krlmZTtHrex8r3mTEUrvRApbmRdUq17vmhFJdM9bpaUkc5MuxenA/ek6ME9rPRVKiengskJPZiFtglKVrqoOZSiF6te6KlURhrGXgP04sWhpky7+T5gv0dPZpDqqFRGOj/ynxS92ce5hkxlpRWjE1QGqEpDpXIpfWcphQL7ffjFVFaacSqFCjPIBq9U3pVuudCHEm879JgvK41ORgMoME7R0JWKVrVhw4cSc1OJYTOVN/o7bvShyNuFeiqNSjZ8KDLKgbd8wbsT/sX706CZipa/bABFS19PpXw0gTovHrRS0Vnz8ARl9loMmanovDI8QZnxqqfSgP/PUGYFQ1YqpGdGfKh7FtKQlfKIjzu4eipleMIdbC2VzhiecAdjRqWY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) no-repeat 100% / 100%;
    height: 10rem;
    width: 100%;
    color: #00CFB8;
}

.tixian-box{
    margin: 30px;
    padding: 0 !important;
}
.tixian-box .form{
    position: relative;
    padding: 3rem 2rem 1rem;
}
.tixian-box .form .topTitle{
    position: absolute;
    left: 0;
    background-color: #00CFB8;
    width: 7rem;
    text-align: center;
    top:0;
    border-radius: 15px 0 15px 0;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
}
.qukuan{
    width: 100%;
    height: 10.25rem;
    background: url(/static0405/images/reBox.png) 100% center / 100% no-repeat;
    display: flex;
    flex-direction: column ;
    justify-content: center;  
    align-items: center;
}
.qukuan p{
     width: 100%;
     text-align: center;
     color: #fff;
     line-height: 30px;
}
.qukuan p:last-child{
     font-size: 20px;
}

.tixian-box .coin-items{
    padding: 0 20px;
    line-height: 40px;
    margin: 2rem auto;
}
.tixian-box .coin-items .usdt{
    width: 16px;
}
.tss{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row ;
}
.otp{
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    padding: 4px;
   background: linear-gradient(-43deg, #008CFF 0%, #00D2FF 100%); 
   border-radius: 6px;
   text-align: center;
   color: #fff;
}




.record-list .detail_item {
        width: calc(100% - 30px);
        background: #f7f7f7;
        background-position: 50%;
        background-size: cover;
        border-radius: 10px;
        padding: 10px;
        margin: 0 auto;
    }
   
   .record-list .detail_item.grayscale {
        filter: grayscale(100%)
    }
    
   .record-list .detail_item+.detail_item {
        margin-top: 15px
    }
    
   .record-list .detail_item_top {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
    
   .record-list .detail_item_top p.object_type {
        color: #00CFB8
    }
    
   .record-list .detail_item_top p.object_type.red {
        color: red
    }
    
   .record-list .detail_item .money {
        color: #00CFB8;
        font-size: 20px;
        font-weight: 700;
        margin-top: 5px
    }
    
   .record-list .detail_item .money.red {
        color: red
    }
    
   .record-list .detail_item .text {
        margin-top: 10px
    }
    
   .record-list .detail_item .time {
        font-size: 12px;
        margin-top: 5px
    }


.card{
   background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .05); 
}
.card-body{
    
    border-bottom: 1px dashed grey;
}
.icon.icon-60{
   width: 10rem; 
   height: 5rem;
   
}
.icon.icon-60 img{
    width: 5rem;
    height: 5rem;
}
.media{
    width:100%;
}
.media-body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}  
.media-body-to{
    margin-top: 15px;
   display: flex; 
   justify-content: space-between;
}
.card-footer .gray{
    font-size: 14px;
    margin-bottom: .6rem;
}
.card-footer .text-mute{
    font-size: 14px;
    margin-bottom: .6rem;
}
.card-footer .red{
    color:red;
}

.card-footer .col-auto{
    width:60%;
    text-align: right;
}
.card-footer .text-right{
    width: 100%;
    text-align: right;
}

.btn-block{
    background: #00CFB8;
}



.jieshao{
    padding: 20px;
   border-bottom: 1px solid #000000;  
}

.jieshao-img{
    width: 70%;
    margin: 20px auto;
}

.jieshao h2{
    font-size: 16px;
    line-height: 30px;
}

.jieshao h3{
     font-size: 16px;
    font-weight: 400;
   padding-bottom: 20px;
}

.jieshao-one{
    display: flex;
    padding: 20px 0 0 0;
    justify-content: flex-start;
    align-items: flex-start;
    border: none;
    
}
.jieshao-one .jieshao-img{
    width:auto;
    margin: 0;
    margin-right: 10px;
}
.jieshao-one img{
    width: 14px;
}

.jieshao-two{
       background-color: #1D223D; 
       padding: 30px;
       margin: 30px 0;
}
.jieshao-two img{
    width: 60%;
    display: block;
    margin:  10px auto 30px auto;
   filter: brightness(0) invert(1);
}
.jieshao-two h3{
    color: #fff;
    margin: 30px 0;
    line-height: 24px;
}
.jieshao-two p{
    color: #fff;
    color: #00CFB8;
    line-height: 24px;
    text-align: center;

}
.jtop{
  padding: 20px;  
}
.jtop h2,.jtop h3{
    padding: 20px;
    line-height: 40px;
    text-align: left;
   font-size: 32px;
   color: #000000;
}
.jtop h3{
    margin-top: 30px;
    font-weight: 400;
}
.jtop p{
    font-size: 20px;
    padding: 20px
}
.about .jtop h2,.about .jtop h3{
    font-size: 40px;
   padding: 0 20px; 
}
.jtop-img{
    width:90%;
    margin: 0 auto;
    display: block;
}

.jtop-img img{
    width:100%;
    margin: 0 auto;
    display: block;
}

.hezuo{
    padding: 15px;
    background-color: #00CFB8;
    color: #000000;
}

.hezuo h2{
    padding: 20px 0;
    font-size: 20px;
    text-align: center;
    color: #000000;
}

.hezuo-img{
    /*padding: 20px;*/
}
.hezuo img{
    margin-bottom: 30px;
    width: 20%;
}

.bg24{
    background: #00CFB8;
}

.cobai{
    color:#fff;
}

.cols24{
    color:#00CFB8; 
}

.deeppurple-theme .btn-default, .deeppurple-theme .custom-control-input:checked ~ .custom-control-label::before, .deeppurple-theme .small-slide .swiper-slide .card:hover, .deeppurple-theme .small-slide .swiper-slide .card:focus, .deeppurple-theme .filter, .deeppurple-theme .chosen-container .chosen-results li.highlighted, .deeppurple-theme .page-item.active .page-link, .deeppurple-theme .nav-pills .nav-link.active, .deeppurple-theme .nav-pills .show > .nav-link, .deeppurple-theme .footer .btn i:after {
    background-color:#00CFB8;
}

.banner5{
    width: calc( 100% - 30px);
    overflow: hidden;
    margin: 30px 15px 15px 15px;
    border-radius: 8px;
}
.banner5 .swiper-container-banner{
    width: 100%;
    margin: 0;
    border-radius: 0;
}

.about .jieshao-img img{
    width: 100%;
    border-radius: 10px;
}

.jieshao3{
    border:none;
    padding: 0 20px;
}

.boke{
    font-size: 24px;
    padding: 20px 0 0 20px;
}


#backToTop {
  /*background-color: #00CFB8;;*/
  color: white;
  border: none;
  padding: 10px;
  border-radius: 50%;
  font-size: 14px;
  cursor: pointer;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}
#backToTop:hover {
  opacity: 1;
}













