@charset "utf-8";
body,
html {
	max-width: 750px;
	min-width: 320px;
	margin: 0 auto;
}
body {
	background:url(../images/back.jpg) no-repeat center top #f5f5f5;
	background-size: 100% auto;
	height: 100vh;
	margin: 0 auto;
}
input{
	font-size: 0.25rem;
}
/* --------------index-start-------------- */
.heads{
	width: 100%;
	height: 1rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0.35rem;
	background-color: #ffffff;
	border-bottom: 1px solid #eee;
	margin-bottom: 0.3rem;
	display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.heads .left {
	height: 0.34rem;
	width: 15%;
}
.heads .left img{
	height: 100%;
	width: auto;
	display: block;
	margin-left: 0;
}
.heads .right {
	width: 15%;
	text-align: right;
	font-size: 0.24rem;
}
.heads .tit{
	font-size: 0.35rem;
	width: 70%;
	text-align: center;
}
.heads .titindex{
	width: 100%;
	font-size: 0.35rem;
	text-align: center;
	height: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.heads .titindex img {
	width: auto;
	height: 42%;
}
.banner{
	width: auto;
	height: auto;
	border-radius:12px;
	overflow: hidden;
	margin-bottom: 0.3rem;
	margin-top: 0.3rem;
}
.btn-t-w{
	margin-bottom: 0.42rem;
}
.btn-t-w .btn-t{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.btn-t-w .btn-t .btn{
	width: 48%;
	padding:0 0.12rem;
	border-radius: 8px;
	font-size: 0.26rem;
	line-height: 0.88rem;
	text-align: center;
}
.btn-t-w .btn-t .btn-l{
	background-color: #f54337;
	background-image: linear-gradient(to right, #f54337, #ee5603);
	color: #fff;
}
.btn-t-w .btn-t .btn-r {
	border: 2px solid #3f96dd;
    color: #3f96dd;
	background-color: #fff;
}
.btn-t-w .desw{
	text-align: center;
	margin:0.25rem 0 0.32rem;
	font-size: 0.25rem;
	color: #999;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.btn-t-w .desw span{
	color: #999;
}
.btn-t-w .desw a{
	color: #000;
	margin-left: 0.25rem;
}
/*  */
.i-contwrapp{
	margin: 0 0.3rem;
}
.contw{
	padding: 0.45rem 0.3rem 1rem;
	border-radius: 12px;
	background-color: #ffffff;
	position: relative;
}
.contw .dtit{
	width: 100%;
	height: auto;
	margin-bottom: 0.42rem;
}
.contw .dtit img{
	height: 0.42rem;
	width: auto;
	display: block;
	margin: 0 auto;
}
.contw .i-hllist-w{
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
.contw .i-hllist-w .left,.contw .i-hllist-w .right{
	width: 48%;
	padding:0.2rem 0.3rem;
	border-radius: 5px;
	background-color: #f3f1f1;
}
.contw .i-hllist-w .c-sum{
	width: 100%;
}
.contw .i-hllist-w .c-sum .icon img{
	width: auto;
	height: 0.36rem;
}
.contw .i-hllist-w .c-sum .sum-tit{
	font-size: 0.42rem;
	font-family: sans-serif,"Jost Medium";
	color: #000;
	font-weight: 500;
}
.contw .i-hllist-w .right .c-sum .sum-tit {
	color: #f54337 !important;
}
.contw .i-hllist-w .c-tit {
	font-size: 0.23rem;
	color: #000;
}
.contw .i-btn{
	width: 90%;
	margin: 0.4rem auto;
	border-radius: 8px;
	background-color:#f54337;
	background-image: linear-gradient(to right, #f54337, #ee5603);
	padding: 0.25rem;
	text-align: center;
	display: block;
	font-size: 0.35rem;
	color: #ffffff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -0.88rem;
	box-shadow: 0px 6px 18px -4px #ff1c04b5;;
}
.b-additional{
	width: 90%;
    margin-top: 1rem;
    display: flex;
    padding-bottom: 0.45rem;
    justify-content: space-between;
    align-items: center;
	margin-left: auto;
	margin-right: auto;
}
.b-additional .text{
	font-size: 0.26rem;
	text-align: center;
	color: #333;
	width: 48%;
    line-height: 0.72rem;
	border-radius: 8px;
}
.b-additional .leftbtn{
	border:2px solid #0eb83a;
	color: #0eb83a;
}
.b-additional .rightbtn {
	border: 2px solid #3f96dd;
	color: #3f96dd;
}
.line-c{
	border-top: 1px dotted #e5e5e5;
	/* background-color: #eee; */
	width: 100%;
	height: 1px;
	margin-top: 0.4rem;
	margin-bottom: 0.4rem;
	margin-left: auto;
	margin-right: auto;
}
.line-b {
	/* background-color: #eee; */
	border-top: 1px dotted #e5e5e5;
	width: 100%;
	height: 1px;
	margin-bottom: 0.4rem;
	margin-left: auto;
	margin-right: auto;
}
.exchangeListw{
	width: 100%;
	height:2.78rem;
	background-color: #ffffff;
	border-top:1px solid #eee;
	position: fixed;
	top: auto;
	left: 0;
	right: 0;
	bottom: -2.78rem;
}
.exchangeListw .cc{
	padding:0.45rem 0.35rem;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: flex-start;
}
.exchangeListw .cc .iconw{
	width: 30%;
	height: auto;
}
.exchangeListw .cc .iconw .icon img{
	width: 60%;
	height: auto;
	margin: 0 auto;
	border-radius: 22.5%;
}
.exchangeListw .cc .iconw:nth-child(3) .icon img{
	border: 1px solid #ddd;
}
.exchangeListw .cc .iconw .itit{
	text-align: center;
	color: #000;
	margin-top: 0.25rem;
}
.moving-box {
	animation: exchangeListwMove 1s forwards;
}
.moving-box-remove {
	animation: exchangeListwRemove 1s forwards;
}
/*  */
.cc-contw{
	width: 100%;
	height: auto;
	padding:0 0.3rem 0.3rem;
	background-color: #ffffff;
	border-radius: 8px;
}
.cc-contw .i-cc-t{
	color: #f87015;
}
.cc-contw .item-tit{
	padding:0.25rem 0;
	border-bottom: 1px solid #ddd;
	text-align: left;
	font-size: 0.34rem;
}
.cc-contw .item-cc {
	padding: 0.18rem 0;
	border-bottom: 1px dotted #eee;
	text-align: left;
	color: #666;
}
.b-b-none{
	border:none !important;
}
.cc-contw p{
	line-height: 1.5;
}
/*  */
.mu-top-tit-btn-w {
	width: 100%;
	height: 0.8rem;
	line-height: 0.8rem;
	display: flex;
	margin-bottom: 0.25rem;
}

.mu-top-tit-btn-w a {
	width: 33.333333%;
	text-align: center;
	color: #666;
	height: 100%;
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
	position: relative;
}

.mu-top-tit-btn-w a.on {
	color: #f54337;
	font-size: 0.28rem;
}
.mu-top-tit-btn-w a.on::after{
	content: "";
	width: 0.22rem;
	height: 3px;
	border-radius: 2px;
	background-color: #f54337;
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
}

.mu-tit-btn-w{
	width: 100%;
	height: 0.8rem;
	line-height: 0.8rem;
	background-color: #ffffff;
	border-radius: 8px;
	display: flex;
	overflow: hidden;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.25rem;
}
.mu-tit-btn-w a{
	width: 50%;
	text-align: center;
	color: #666;
	height: 100%;
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}
.okx-c .mu-tit-btn-w a.on {
	background-color: #000;
	color: #fff;
}
.ba-c .mu-tit-btn-w a.on {
	background-color: #efce53;
	background-image: linear-gradient(to right, #efce53, #ea9917);
	color: #fff;
}
.htx-c .mu-tit-btn-w a.on {
	background-color: #3d8bd0;
	background-image: linear-gradient(to right, #3d8bd0, #3e3bd2);
	color: #fff;
}
.cc-contw .help{
	padding-top: 0.3rem;
}
.cc-contw .help .head{
	width: 100%;
	height: auto;
	display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
}
.cc-contw .help .head .left {
	width: auto;
	height: 1rem;
	margin-right: 0.25rem;
}
.cc-contw .help .head .left img{
	width: auto;
	height: 100%;
	border-radius: 20.5%;
}
.cc-contw .help .head .right .tit{
	text-align: left;
	font-size: 0.45rem;
	color: #000;
}
.cc-contw .help .head .right .concc {
	text-align: left;
	font-size: 0.22rem;
	color: #999;
}
.cc-contw .help-cc .itempic img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.cc-contw .help-cc .itemtits-okx,.cc-contw .help-cc .itemtits-ba,.cc-contw .help-cc .itemtits-htx{
	position: relative;
}
.cc-contw .help-cc .line-l-cc{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	z-index: 10;
	background: linear-gradient(to right, #00000000 0%, #00000033 50% ,#00000000 100%);
}
.cc-contw .help-cc .line-l-cc-ba {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	z-index: 10;
	background: linear-gradient(to right, #ea991700 0%, #ea991743 50%, #ea991700 100%);
}
.cc-contw .help-cc .line-l-cc-htx {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	z-index: 10;
	background: linear-gradient(to right, #3d8bd000 0%, #3d8bd05f 50%, #3d8bd000 100%);
}
.cc-contw .help-cc .itemtits-okx span {
	display: block;
	padding: 0.12rem 0.3rem;
	border-radius: 1rem;
	font-size: 0.3rem;
	background-color: #fff;
	color: #000;
	width: 30%;
	text-align: center;
	margin: 0 auto;
	position: relative;
	z-index: 12;
}
.cc-contw .help-cc .itemtits-ba span {
	display: block;
	padding: 0.12rem 0.3rem;
	border-radius: 1rem;
	font-size: 0.3rem;
	color: #ea9917;
	background-color: #fff;
	width: 30%;
	text-align: center;
	margin: 0 auto;
	position: relative;
	z-index: 12;
}
.cc-contw .help-cc .itemtits-htx span {
	display: block;
	padding: 0.12rem 0.3rem;
	border-radius: 1rem;
	font-size: 0.3rem;
	color: #3d8bd0;
	background-color: #fff;
	width: 30%;
	text-align: center;
	margin: 0 auto;
	position: relative;
	z-index: 12;
}
.cc-contw .help-cc .itemtxt{
	width: 100%;
	height: auto;
	line-height: 1.8;
	text-align: center;
	margin: 0.25rem auto 0.32rem;
	font-size: 0.25rem;
}
.cc-contw .btns{
	padding: 0 0.25rem;
	text-align: center;
	margin: 0.35rem auto 0;
	background-color: #fff;
	border-radius: 8px;
	border:1px solid #ddd;
	line-height: 0.88rem;
	display: block;
	width: 60%;
}
@keyframes exchangeListwMove {
	0% {
		bottom: -2.78rem;
	}

	100% {
		bottom: 0;
	}
}
@keyframes exchangeListwRemove {
	0% {
		bottom: 0;
	}

	100% {
		bottom: -2.78rem;
	}
}
/* user */
.topline{
	width: auto;
	height: 3rem;
}
.login-container {
	width: 80%;
	margin: 0 auto 0;
	padding: 0.3rem;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.login-container h1 {
	text-align: center;
	margin-bottom: 0.3rem;
	font-size: 0.35rem;
	font-weight: 700;
}

.login-container label {
	display: block;
	margin: 0.2rem auto;
}

.login-container input[type="text"],
.login-container input[type="password"] {
	width: 100%;
	padding: 0.25rem;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.login-container input[type="submit"] {
	width: 100%;
	padding: 0.25rem;
	background-color: #f54337;
	border: none;
	color: #fff;
	cursor: pointer;
	margin-top: 0.3rem;
	font-size: 0.28rem;
	border-radius: 5px;
}

.login-container input[type="submit"]:hover {
	background-color: #45a049;
}

.error-message {
	color: #ff0000;
	margin-bottom: 0.25rem;
}
.admin{
	margin: 0.3rem;
	background-color: #fff;
	border-radius: 8px;
	padding:0.2rem 0.3rem 0.45rem;
}
.admin .h2{
	font-size: 0.3rem;
	line-height: 0.88rem;
	border-bottom: 1px solid #ddd;
}
.admin .h2 a{
	color: #666;
}
.admin .h2 .on{
	font-weight: bold;
	color: #f54337;
	font-size: 0.28rem;
}
.admin form {
	margin-top: 0.3rem;
}

.admin label {
	display: block;
	margin-bottom: 0.25rem;
}

.admin input[type="number"],.admin input[type="text"] {
	width: 100%;
	padding: 0.2rem;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 0.25rem;
}

.admin a.submit {
	width: 100%;
	padding: 0.25rem;
	background-color: #f54337;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
	font-size: 0.28rem;
	display: block;
}

.message-all {
	padding: 0.25rem 0.3rem;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	position: fixed;
	z-index: 20;
	left: 50%;
	top: 30%;
	transform: translate(-50%,-50%);
	display: none;
}
.message-all-error {
	padding: 0.25rem 0.3rem;
	border-radius: 10px;
	background-color: rgba(236, 19, 19, 0.8);
	color: #fff;
	position: fixed;
	z-index: 20;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.admin a.btn {
	color: #666;
	text-decoration: none;
	margin-top: 0.25rem;
	display: inline-block;
}
/*  */
.gotoTrust {
	position: fixed;
	height: 100vh;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 10000;
	display: none;
}

.gotoTrust .mask {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	width: 100%;
	height: 100%;
}

.gotoTrust .content {
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	animation: initVisibile .3s;
	padding:0 0.3rem 0.3rem;
}
.gotoTrust .content-w{
	position: relative;
	height: 100%;
	width: 100%;
}
.gotoTrust .content .item{
	margin-bottom: 0.25rem;
	line-height: 1.5;
}
.gotoTrust .content .item img{
	width: 100%;
}
.gotoTrust .content .headcont {
	height: 0.88rem;
	font-size: 0.25rem;
	color: #404040;
	text-align: center;
	letter-spacing: 0;
	line-height: 0.88rem;
	border-bottom: 1px solid #E8E8EA;
	position: relative;
	margin-bottom: 0.3rem;
}

.gotoTrust .content .headcont .closeIcon {
	display: inline-block;
	position: absolute;
	right: 0;
	width: 0.22rem;
	height: 0.22rem;
	top: 0.33rem;
}
.gotoTrust .content .btncont{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.3rem;
}
.gotoTrust .content .btncont a{
	margin: 0 0.15rem;
	padding: 0rem 0.25rem;
	line-height: 0.75rem;
	border-radius: 8px;
	border:1px solid #ddd;
}
.showWXios{
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
	padding: 0.35rem;
	z-index: 10000;
	display: none;
}
.showWXios img{
	width: 100%;
	height: auto;
}
@media screen and (min-width: 1024px) {
	html,body{
		width: 100%;
		min-height: 100vh;
		min-width: 100%;
		font-size: 0.18rem;
	}
	.i-contwrapp{
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-around;
		align-items: center;
		max-width: 1240px;
		margin: 0 auto;
	}
	.pc-i-contwrapp{
		position: fixed;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
	}
	.i-contwrapp .cont-1{
		width: 56%;
	}
	.i-contwrapp .cont-2{
		width: 32%;
		height: 100%;
	}
	.btn-t-w .btn-t .btn {
		width: 48%;
		padding: 0 0.12rem;
		border-radius: 8px;
		font-size: 0.18rem;
		line-height: 0.6rem;
		text-align: center;
	}
	.btn-t-w .btn-t .btn-r {
		border:none;
		background-color: #fff;
	}
	.btn-t-w .desw span{
		font-size: 0.18rem;
	}
	.contw .i-hllist-w .left, .contw .i-hllist-w .right{
		padding: 0.1rem 0.2rem;
	}
	.contw .i-hllist-w .c-sum .sum-tit{
		font-size: 0.32rem;
	}
	.contw .i-hllist-w .c-tit{
		font-size: 0.18rem;
	}
	.contw .i-btn{
		width: 80%;
		font-size: 0.22rem;
		padding:0.2rem;
		margin: 0.3rem auto;
		bottom: -0.65rem;
	}
	.contw{
		padding: 0.55rem 0.25rem 1.2rem;
	}
	.b-additional .text {
		font-size: 0.18rem;
		width: 48%;
		line-height: 0.55rem;
		border-radius: 8px;
	}
	.b-additional{
		margin-top: 0.8rem;
	}
	.heads .titindex{
		height: 100%;
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
	}
	.heads .titindex img{
		width: auto;
		height: 42%;
	}
	.exchangeListw .cc{
		max-width: 1240px;
		padding: 0.32rem;
		margin: 0 auto;
	}
	.exchangeListw{
		height: auto;
	}
	.exchangeListw .cc .iconw .icon img{
		width: 30%;
	}
	.exchangeListw .cc .iconw .itit{
		font-size: 0.18rem;
	}
	.contw .dtit img{
		max-width: 100%;
	}
	.heads .tit{
		font-size: 0.22rem;
	}
	.heads .left{
		height: 0.25rem;
	}
	.bz-cont{
		display: block !important;
		padding: 0 0.3rem;
	}
	.cc-contw .item-tit{
		font-size: 0.25rem;
	}
	.cc-contw .item-cc,.cc-contw .i-cc-t,.cc-contw p{
		font-size: 0.16rem;
	}
	.cc-contw .help-cc .itempic img{
		width: 60%;
	}
	.cc-contw .help-cc .itemtxt{
		font-size: 0.16rem;
	}
	/* admin */
	.login-container{
		width: 480px;
	}
	.login-container h1{
		font-size: 0.3rem;
		margin-bottom: 0.2rem;
	}
	.login-container label{
		font-size: 0.16rem;
	}
	.login-container input[type="text"], .login-container input[type="password"]{
		padding: 0.2rem 0.2rem;
		font-size: 0.16rem;
	}
	.login-container input[type="submit"]{
		padding: 0.22rem;
		font-size: 0.2rem;
	}
	.admin{
		max-width: 980px;
		margin: 0.3rem auto;
	}
	.admin .h2,.admin .h2 a{
		font-size: 0.18rem;
	}
	.admin .h2 a.on{
		font-size: 0.2rem;
	}
	.admin label{
		font-size: 0.16rem;
		margin-bottom: 0.2rem;
	}
	.admin input[type="number"], .admin input[type="text"]{
		font-size: 0.16rem;
	}
	.admin a.submit{
		padding: 0.18rem;
		font-size: 0.2rem;
	}
	.admin a.btn{
		font-size: 0.2rem;
	}
	.heads .right{
		font-size: 0.22rem;
	}
	.line-c{
		margin: 0.2rem auto;
	}
}