@font-face {
  font-family: "Ionicons";
  src: url("/static/index/fonts/ionicons.eot?v=2.0.1");
  src: url("/static/index/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"), url("/static/index/fonts/ionicons.ttf?v=2.0.1") format("truetype"), url("/static/index/fonts/ionicons.woff?v=2.0.1") format("woff"), url("/static/index/fonts/ionicons.woff") format("woff"), url("/static/index/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal; }
  html{-webkit-font-smoothing:antialiased;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;touch-action:none;touch-action:pan-y;}
body{font-family: Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;font-size:14px;color:#323232;background-color:#f6f6f6;-webkit-tap-highlight-color:rgba(0,0,0,0);}
body,div,dl,dt,dd,del,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,menu{margin:0;padding:0}
input[type='submit'],input[type='button']{border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;outline:medium;-webkit-border-radius:0;background:none;-webkit-appearance:none;}
input[type='text'],input[type='password'],input[type='search'],textarea{-webkit-appearance:none;outline:0;outline: none;border: none;}
button {
    outline: none !important;
    border: none;
    background: transparent;
}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0;font-size:.12rem;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:400}
ol,ul,li{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;font-style:normal}
q:before,q:after{content:''}
abbr,acronym{border:0}
header,section,footer{display:block;margin:0;padding:0}
a{color:#323232;text-decoration:none}
/*a:active{background-color:rgba(0,0,0,.1)}*/
em,i{font-style:normal;}

/* 设置滚动条的样式 */
::-webkit-scrollbar{
    width: 3px;
}
/*滚动槽*/
::-webkit-scrollbar-track{
    box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    border-radius: 10px;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
}
/*默认样式*/
*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
a {
    color: #323232;
    text-decoration: none;
}
input {
  outline-color: #0066ff;
  outline-width: 0.5px;
  outline: none;
    border: none;
}
ol, ul, li {
    list-style: none;
}

.ionicons{
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.header{
    height: 45px;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
}
.header .left {
    padding: 12px 15px;
}
.header .left i {
    color: #8e8e8e;
    font-size: 18px;
    display: block;
    text-align: center;
    height: 45px;
    line-height: 45px;
}
.header .left i:before {
    content: "\F124";
}
.header img{
    height: 30px;
}
.header .right {
    padding: 5px 15px;
}
.header .right .icon-lang:before {
    display: inline-block;
    content: "";
    width: 25px;
    height: 25px;
    background: url(../img/icon_lang.png) 100% 100% no-repeat;
    background-size: 100%;
}
/*===================================
共用swiper
====================================*/
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	direction:ltr;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.justify_between {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.align_center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.justify-content {
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/*===================================
Loading
====================================*/
#loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 999999
}

.sk-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #0066ff;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg)
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg)
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg)
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg)
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg)
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg)
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg)
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg)
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s
}

@-webkit-keyframes sk-circleBounceDelay {
    0%,80%,100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-circleBounceDelay {
    0%,80%,100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

/*===================================
Login
====================================*/
.login-bg{
    max-width: 600px;
    margin: 0 auto;
}
.login-bg .tab-content{
    display: none;
}
.login-bg .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    max-width: 600px;
    margin: 0 auto;
}
.login-bg .video_c {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.login-bg .login-box{
    padding: 0 22px;
    /*height: 100vh;*/
}
.login-bg .login-box .login-header{
    position: relative;
    top: 0;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    /*right: 10px;*/
}
.login-bg .login-box .header a img{
    float: right;
    height: 55px;
    padding: 17px 0 17px 10px;
}
.login-bg .login-box .login-logo{
    text-align: center;
    padding: 10px 0;
    padding-top: 50px;
    margin-bottom: 50px;
}
.login-bg .login-box .login-logo img{
    width:225px;
}
.login-bg .login-box .login-title{
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin-bottom: 0.2rem;
}
.login-bg .login-box .login-title span{
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
}
.login-bg .login-box .login-select{
    box-sizing: border-box;
    display: flex;
    position: relative;
}
.login-bg .login-box .login-select a{
    height: 31px;
    line-height: 31px;
    font-size: 14px;
    position: relative;
    display: inline-block;
}
.login-bg .login-box .login-select a.selected::after {
     background: #0066ff;
    border-radius: 3px;
    bottom: -6px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 25px;
}

.login-bg .login-box  .login-select li{
    width: auto;
    text-align: left;
    height: 34px;
    line-height: 34px;
    padding-right: 0.2rem !important;
}

.login-bg .login-box .content-body {
    padding: 0.2rem 0;
}
.login-bg .login-box .content-body .dom{
    /* width: 100%; */
    /* display: none; */
}

.login-bg .login-box .content-body .dom .s1{
    margin-bottom: 10px;
}
.login-bg .login-box .content-body .dom .s1 .required-field{
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 12px;
    color: #b7b7b7;
}
.login-bg .login-box .content-body .dom .s1 h4{
    color: #333333;
    font-size: 14px;
    font-weight: 600;
}

.login-bg .login-box .content-body .dom .s1 input{
    width: 100%;
    height: 40px;
    margin-top: 0.1rem;
    padding-left: 0.1rem;
    border-radius: 5px;
    border: 1px solid #cccccc;
}
.login-bg .login-box .content-body .dom .s1 select::-webkit-scrollbar {
    width: 3px; /* 设置滚动条的宽度 */
}

.login-bg .login-box .content-body .dom .s1 select::-webkit-scrollbar-thumb {
    background-color: #0066ff; /* 设置滚动条的颜色 */
}

.login-bg .login-box .content-body .dom .s1 select::-webkit-scrollbar-thumb:hover {
    background-color: #0066ff; /* 设置鼠标悬停时滚动条的颜色 */
}
.login-bg .login-box .content-body .dom .s1 select option {
    background-color: #fff; /* 设置选项的背景颜色为透明 */
}

.login-bg .login-box .content-body .dom .s1 select option:checked {
    background-color: #fff; /* 设置选中的选项的背景颜色为默认值 */
}
.login-bg .login-box .content-body .dom .s1 select:focus {
    outline: none; /* 去掉选中状态下的边框 */
}


.login-bg .login-box .content-body .dom .btn{
    border: 0;
    background: #0066ff;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
}
.login-bg .login-box .content-body .dom .s2{
    margin: 15px 0;
}
.login-bg .login-box .content-body .dom .s2 li{
    display: flex;
    align-items: center;
    justify-content: left;
}
.login-bg .login-box .content-body .dom .s2 li input{
    margin: 0 5px;
}
.login-bg .login-box .content-body .dom .s2 li label{
    font-size: 13px;
}
.login-bg .login-box .content-body .dom .login-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    font-size: 14px;
}
.login-bg .login-box .content-body .dom .s1 .select {
    background: #ffffff;
    position: absolute;
    padding: 12px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #DFDFE5;
    -o-border-image: linear-gradient(to bottom, transparent 10%, #DFDFE5 50%, transparent 90%) 1;
    border-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(50%, #DFDFE5), color-stop(90%, transparent)) 1;
    border-image: linear-gradient(to bottom, transparent 10%, #DFDFE5 50%, transparent 90%) 1;
    font-size: 16px;
    background-color: transparent !important;
    margin-top: 10px;
    border-left: none;
}
.login-bg .login-box .content-body .dom .dom-footer .login-another {
    color: #666666;
    font-size: 0.12rem;
    text-align: center !important;
    padding-top: 15px;
    font-size: 14px;
}
.login-bg .login-box .content-body .dom .dom-footer .login-another a {
    color: #666666;
}
.login-bg .login-box .content-body .dom .dom-footer .login-another span {
    margin: 0 5px;
    color: #0066ff;
}
/*===================================
Lang
====================================*/
.lang-bg {
    background-color: #f7f6fb;
}
.lang-bg .lang-header {
    background: #0066ff;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #0066ff;
}
.lang-bg .lang-header i {
    float: left;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}
.lang-bg .lang-header i:before {
    content: "\F124";
}
.lang-bg .lang-header span {
    margin-left: -40px;
}
.lang-bg .lang-box{
    width: 100%;
    padding: 0 20px;
    color: #333;
    background: #fff;
    text-align: center;
}
.lang-bg .lang-box ul li{
    border-bottom: solid 1px #d1d1d1;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin-bottom: 10px;
    text-align: center;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e8e8e8));
    background-image: -webkit-linear-gradient(#fff,#e8e8e8);
    background-image: linear-gradient(#fff,#e8e8e8);
    border: solid 1px #e5e5e5;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
}
.lang-bg .lang-box ul .change_lang_this{
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1;
    background: #3c475c !important;
    color: #fff;
    border: solid 1px #3c475c !important;
}

/*===================================
Index
====================================*/
.index-header{
    height: 50px;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
}
.index-header .left {
    padding: 12px 15px;
}
.index-header .left .icon-user:before {
    display: inline-block;
    content: "";
    width: 25px;
    height: 25px;
    background: url(../img/icon_user.png) 100% 100% no-repeat;
    background-size: 100%;
}
.index-header img{
    height: 33px;
}
.index-header .right {
    padding: 5px 15px;
}
.index-header .right .icon-lang:before {
    display: inline-block;
    content: "";
    width: 25px;
    height: 25px;
    background: url(../img/icon_lang.png) 100% 100% no-repeat;
    background-size: 100%;
}

.main-container{
    max-width: 600px;
    margin: 0 auto;
    padding: 0 12px;
}
.main-container .banner{
    height:135px;
    padding-bottom:50px;
}
.main-container .banner .swiper-slide{
    border-radius:5px;
    height:135px;
    width:330px;
    background-size:100% 100%;
}
.main-container .banner .swiper-slide img{
    border-radius: 5px;
    width:100%;
    height:100%
}
.main-container .banner a{
    display:block;
    width:100%;
    height:100%
}
.main-container .swiper-container,.swiper-slide,.swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.main-container .swiper-container {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px
}
.main-container .swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none
}
.main-container .swiper-slide-shadow-left, .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.main-container .swiper-slide-shadow-top, .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.main-container .notice-box{
    margin-top: 10px;
}
.main-container .notice-box .informinfo{
    border: 1px solid #f1f1f1;
    border-radius: 7px;
    background: #fff;
    height: 35px;
    overflow: hidden;
    position: relative;
}
.main-container .notice-box .informinfo .title{
    background:#fff;
    font-size: 12px;
    line-height:35px;
    font-weight:700;
    display:inline-block;
    padding:0 10px;
}
.main-container .notice-box .informinfo .title i {
    float: left;
    font-size: 24px;
    padding-right: 5px;
    height: 35px;
    line-height: 35px;
    color: #abacae;
}
.main-container .notice-box .informinfo .title i:before {
    content: "\F3B7";
}
.main-container .notice-box .informinfo .title span {
    float: left;
}
.main-container .notice-box .informinfo .notice-content, .main-container .notice-box .informinfo .notice-swap{
    line-height:35px;
    display:inline-block;
    position:absolute;
    top:0;
    padding-left:10px;
}
.main-container .notice-box .informinfo .notice-content li,.notice-swap li{
    height:35px;
    overflow:hidden;
}
.main-container .notice-box .informinfo .notice-content a,.notice-swap a{
    color:#4a4a4a;
    font-size: 12px;
    display: block;
}
.main-container .notice-box .informinfo .notice-swap{
    top:35px
}
.main-container .index-menu{
    margin-bottom: 10px;
    margin-top: 10px;
}
.main-container .index-menu .menu-tab{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    background: #fff;
    border-radius: 7px;
}
.main-container .index-menu .menu-tab .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 25%;
}
.main-container .index-menu .menu-tab .tabbg {
    /*margin-top: 10px;*/
}
.main-container .index-menu .menu-tab .item img {
    width: 0.32rem;
    box-sizing: content-box;
}
.main-container .index-menu .menu-tab .item .title {
    color: rgb(51, 51, 51);
    font-size: 13px;
    margin-top: 6px;
    height: auto;
    text-align: center;
    line-height: 14px;
}
.main-container .product-box{
    
}
.main-container .product-box .product-carousel{
    overflow: hidden;
    border: 1px solid #f1f1f1;
    background: #fff;
    border-radius: 7px;
}
.main-container .product-box .product-carousel .product_ind {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 14px;
	padding: 10px 0;
}
.main-container .product-box .product-carousel .product_ind em, .product_ind p, .product_ind b {
	display: block;
}
.main-container .product-box .product-carousel .product_ind em {
	height: 27px;
	line-height: 27px;
}
.main-container .product-box .product-carousel .product_ind em font {
	font-weight: bold;
}
.main-container .product-box .product-carousel .product_ind em span {
	font-size: 12px;
}
.main-container .product-box .product-carousel .product_ind b {
	height: 27px;
	line-height: 27px;
	font-size: 20px;
}
.main-container .product-box .product-carousel .product_ind b.hon {
	color: #E24D75;
}
.main-container .product-box .product-carousel .product_ind b.lv {
	color: #30a087;
}
.main-container .product-box .product-carousel .product_ind p {
	font-size: 12px;
	height: 27px;
	line-height: 27px;
}
.main-container .product-box .product-carousel .product_ind p.hon {
	color: #E24D75;
}
.main-container .product-box .product-carousel .product_ind p.lv {
	color: #30a087;
}
.main-container .fast-bg{
    margin-top: 10px;
    background: #fff;
    -webkit-border-radius: 7px!important;
    border-radius: 7px!important;
}
.main-container .fast-radius {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 25px;
    -webkit-border-radius: 7px!important;
    border-radius: 7px!important;
    border: 1px solid #f1f1f1;
}
.main-container .fast-left {
    padding: 14px 0;
}
.main-container .fast-left span {
    font-size: 20px;
    font-weight: 700;
}
.main-container .fast-left p {
    font-size: 14px;
    opacity: .6;
    margin-top: 11px;
}
.main-container .fast-right img{
    width: 127px;
    height: auto;
    /*height: 93px;*/
}
.main-container .ind_fut {
	width: 100%;
	margin-bottom: 10px;
}
.main-container .ind_fut_nav {
	width: 100%;
	padding-top: 10px;
	font-size: 14px;
	border-bottom: 1px solid #eaeaea;
}
.main-container .ind_fut_nav .swiper-slide {
	width: 50%;
	text-align: center;
	height: 34px;
	line-height: 34px;
}
.main-container .ind_fut_nav .active {
	color: #0066ff;
}
.main-container .ind_fut_th {
	color: #8f96a6;
	font-size: 12px;
	padding: 0 3%;
}
.main-container .ind_fut_th ul {
	overflow: hidden;
}
.main-container .ind_fut_th ul li {
	float: left;
	text-align: center;
	height: 30px;
	line-height: 30px;
}
.main-container .ind_fut_th ul li:nth-child(1) {
	text-align: left;
	width: 43%;
	margin-left: 2%;
}
.main-container .ind_fut_th ul li:nth-child(2) {
	width: 24%;
}
.main-container .ind_fut_th ul li:nth-child(3) {
	text-align: right;
	width: 29%;
}
.main-container .ind_fut_td {
	margin-top: 10px;
	font-size: 14px;
}
.main-container .ind_fut_td ul {
	overflow: hidden;
}
.main-container .ind_fut_td ul li {
	float: left;
	text-align: center;
	height: 30px;
	line-height: 30px;
	height: 40px;
	line-height: 40px;
}
.main-container .ind_fut_td ul li:nth-child(1) {
	text-align: left;
	width: 43%;
	margin-left: 2%;
	align-items: center;
	display: flex;
}
.main-container .ind_fut_td ul li:nth-child(2) {
	width: 24%;
}
.main-container .ind_fut_td ul li:nth-child(3) {
	text-align: right;
	width: 29%;
}
.main-container .ind_fut_td_img {
	float: left;
}
.main-container .ind_fut_td_img img {
	width: 25px;
	height: 25px;
	margin: 10px 5px 10px 0;
	display: block;
}
.main-container .ind_fut_td_1 {
	font-weight: bold;
}
.main-container .ind_fut_td_1 span {
	font-size: 12px;
	color: #abacae;
	font-weight: initial;
}
.main-container .ind_fut_td_2 {
	font-weight: bold;
}
.main-container .ind_fut_td_2.hon {
	color: #E24D75;
}
.main-container .ind_fut_td_2.lv {
	color: #30a087;
}
.main-container .ind_fut_td_4 {
	color: #fff;
	font-weight: initial;
}
.main-container .ind_fut_td_4 span {
	width: 80px;
	text-align: center;
	display: inline-block;
	background: #abacae;
	height: 30px;
	line-height: 30px;
	margin: 5px auto;
	border-radius: 5px;
}
.main-container .ind_fut_td_4 span.hon {
	background: #E24D75;
}
.main-container .ind_fut_td_4 span.lv {
	background: #30a087;
}
.main-container .ind_fut_td_3 {
	color: #fff;
}
.main-container .ind_fut_td_3 span {
	width: 100%;
	text-align: center;
	display: inline-block;
	background: #0066ff;
	height: 30px;
	line-height: 30px;
	margin: 5px auto;
	border-radius: 5px;
}
/*===================================
mSlider
====================================*/
.mSlider-box{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}
.mSlider-inner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80%;
	height: 834px;
	background-color: #fff;
	transform: translate3d(-100%, 0px, 0px);
	transition: all 0.2s ease-out 0s;
	z-index: 99999999;
}

.mSlider-mask {
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: black;
	z-index: 9999998;
	transition: all 0.2s ease-out 0s;
	backface-visibility: hidden;
}

.mSlider-warp {
    /*position: relative;*/
}
.mSlider-warp .user-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 44px;
    line-height: 44px;
}
.mSlider-warp .user-header .header-list{
    display: flex;
    justify-content: center; /*水平居中*/
    align-items: center; 
    padding: 0 10px;
}
.mSlider-warp .user-header .header-list a i{
    color: #5d5d5d;
    font-size: 18px;
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.mSlider-warp .user-header .header-list a i:before{
    content: "\F124";
}
.mSlider-warp .user-header .header-list img{
    width: 80px;
}
.mSlider-warp .user-index{
    overflow:hidden;
    padding:0 15px 30px 15px;
    color:#1f2229;
    font-size:14px;
}
.mSlider-warp .user-index .user-page{
    display: flex;
    align-items: center;
}
.mSlider-warp .user-index .user-page .level img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
}
.mSlider-warp .user-index .user-page .material{
    margin-left: 10px;
}
.mSlider-warp .user_index_210614_top {
  position: relative;
}
.mSlider-list {
	background: #fff;
	margin: 0 10px;
	border-radius: 10px;
	padding: 0 5px;
	font-size: 14px;
	margin-bottom: 10px;
}
.mSlider-list .side-list {
	border-bottom: 1px solid #eaeaea;
	overflow: hidden;
}
.mSlider-list .side-list a {
	display: block;
	padding: 10px 0;
	overflow: hidden;
}
.mSlider-list .side-list-left {
	float: left;
}
.mSlider-list .side-list-left img {
	float: left;
	width: 25px;
	height: 25px;
}
.mSlider-list .side-list-left span {
	float: left;
	height: 27px;
	line-height: 27px;
	padding-left: 10px;
}
.mSlider-list .side-list-right {
	float: right;
}
.mSlider-list .side-list-right span {
	float: left;
	height: 27px;
	line-height: 27px;
	padding-right: 10px;
}
.mSlider-list .side-list-right i {
	float: left;
	height: 27px;
	line-height: 27px;
	color: #d2d2d2;
	font-size: 16px;
}
.mSlider-list .side-list-right i:before {
	content: "\F125";
}
.mSlider-list .side-assets {
	background: #fff;
	border-radius: 10px;
	margin-top: -0.2rem;
	font-size: 16px;
	padding: 22px 0;
}
.mSlider-list ul {
	overflow: hidden;
}
.mSlider-list ul li {
	float: left;
	width: 50%;
	text-align: center;
}
.mSlider-list ul li img {
	height: 50px;
}
.mSlider-list ul li p {
	border-radius: 5px;
	overflow: hidden;
	font-size: 20px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
}
.mSlider-list ul li:nth-child(1) p {
	background: #0066ff;
	color: #fff;
	margin-right: 5px;
	border: 1px solid #0066ff;
}
.mSlider-list ul li:nth-child(2) p {
	background: #f9f9f9;
	color: #0066ff;
	margin-left: 5px;
	border: 1px solid #0066ff;
}

/*===================================
Footer
====================================*/
.footer {
	background: #fff;
	height: 54px;
	font-size: 12px;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
	border-top: 1px solid #c8c8c8
}
.footer ul {
	overflow: hidden;
}
.footer ul li {
	float: left;
	width: 20%;
	text-align: center;
}
.footer ul li a {
	color: #abacae;
	display: block;
	padding: 5px 0 7px 0;
}
.footer ul li p {
	height: 12px;
	line-height: 12px;
}
.footer ul li i {
	height: 30px;
	width: 30px;
	font-size: 26px;
}
.footer_1 i:before {
	content: "\F144";
}
.footer_2 i:before {
	content: "\F2B5";
}
.footer_3 i:before {
	content: "\F127";
}
.footer_4 i:before {
	content: "\F213";
}
.footer_5 i:before {
	content: "\e670";
}
.footer_kf i:before{
    display: inline-block;
    content: "";
    width: 0.23rem;
    height: 0.23rem;
    background: url(../img/kefu_1.png) 50% 50% no-repeat;
    background-size: 100%;
}
.footer_kf_hover i:before{
    display: inline-block;
    content: "";
    width: 0.23rem;
    height: 0.23rem;
    background: url(../img/kefu_2.png) 50% 50% no-repeat;
    background-size: 100%;
        color: #5a88de;
}
.footer_jy i:before{
    display: inline-block;
    content: "";
    width: 0.2rem;
    height: 0.2rem;
    background: url(../img/trade_1.png) 50% 50% no-repeat;
    background-size: 100%;
}
.footer_jy_hover i:before{
    display: inline-block;
    content: "";
    width: 0.2rem;
    height: 0.2rem;
    background: url(../img/trade.png) 50% 50% no-repeat;
    background-size: 100%;
    color: #0066ff;
}
.footer_home i:before{
    display: inline-block;
    content: "";
    width: 0.2rem;
    height: 0.2rem;
    background: url(../img/home_1.png) 50% 50% no-repeat;
    background-size: 100%;
}
.footer_home_hover i:before{
    display: inline-block;
    content: "";
    width: 0.2rem;
    height: 0.2rem;
    background: url(../img/home.png) 50% 50% no-repeat;
    background-size: 100%;
    color: #0066ff;
}
.footer_assets i:before{
    display: inline-block;
    content: "";
    width: 0.2rem;
    height: 0.2rem;
    background: url(../img/assets_1.png) 50% 50% no-repeat;
    background-size: 100%;
}
.footer_assets_hover i:before{
    display: inline-block;
    content: "";
    width: 0.2rem;
    height: 0.2rem;
    background: url(../img/assets.png) 50% 50% no-repeat;
    background-size: 100%;
    color: #0066ff;
}
.footer_ubcc i:before{
    display: inline-block;
    content: "";
    width: 0.21rem;
    height: 0.21rem;
    background: url(../img/ubcc_1.png) 50% 50% no-repeat;
    background-size: 100%;
}
.footer_ubcc_hover i:before{
    display: inline-block;
    content: "";
    width: 0.22rem;
    height: 0.22rem;
    background: url(../img/ubcc.png) 50% 50% no-repeat;
    background-size: 100%;
    color: #0066ff;
}
.footer li.footer_kf_hover a {
	color: #0066ff;
}
.footer li.footer_hover a {
	color: #0066ff;
}
.footer li.footer_jy_hover a {
	color: #0066ff;
}
.footer li.footer_home_hover a {
	color: #0066ff;
}
.footer li.footer_assets_hover a {
	color: #0066ff;
}
.footer li.footer_ubcc_hover a {
	color: #0066ff;
}
/*===================================
assets
====================================*/

.head-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
}

.head-wrap .left{
    padding: 5px 15px;
}
.head-wrap .left a i {
    color: #999999;
    font-size: 18px;
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.head-wrap a i:before {
    content: "\F124";
}
.head-wrap .right{
    padding: 5px 15px;
}
.head-wrap .right .icon-record:before {
    display: inline-block;
    content: "";
    width: 22px;
    height: 22px;
    background: url(../img/icon_record.png) 100% 100% no-repeat;
    background-size: 100%;
}
.head-wrap .right .icon-record{
    display: flex;
    align-items: center;
    justify-content: center;
}

/*assets-area*/
.assets-area{
    max-width: 600px;
    margin: 0 auto;
    padding: 0 12px;
    margin-bottom: 80px;
}
.assets-top {
    position: relative;
}
.assets-top .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.assets-top .video-bg .video_c {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.assets-top .assets-top-heard{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 44px;
    line-height: 44px;
}
.assets-top .assets-top-heard .header-list {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}
.assets-top .assets-top-heard i:before {
    content: "\F13D";
}
.assets-top .assets-top-heard i {
    float: right;
    color: #4d525c;
    font-size: 25px;
    margin: 10px;
}
.assets-top .assets-top-heard .title{
    flex: 1;
    text-align: center;
}
.assets-top .assets-top-content {
    overflow: hidden;
    padding: 24px 16px 33px;
    color: #1f2229;
    font-size: 14px;
    background-color: #e2edff;
}

.assets-top .assets-top-content .text{
    
}
.assets-top .assets-top-content .price{
    font-size: 26px;
    font-weight: 700;
    height: 36px;
    line-height: 36px;
    margin-bottom: 6px;
}
.assets-top .assets-top-content .selected-coin{
    margin-bottom: 15px;
    font-size: 13px;
}
.assets-top .assets-top-content .earnings{
    font-size: 14px;
    height: 16px;
    display: flex;
    align-items: center;
}
.assets-content{
    background: #fff;
    /*margin: 0 10px;*/
    border-radius: 10px;
    /*padding: 0 5px;*/
    font-size: 14px;
    margin-bottom: 10px;
}

.assets-title .swiper-slide {
    width: 25%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.assets-content .assets-title .active span {
    border-bottom: 2px solid #0066ff;
    color: #0066ff;
}
.assets-content .assets-list{
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.assets-content .assets-list .assets-card-wrapper{
    background-color: #e2edff;
    box-sizing: border-box;
    margin: 11px 10px;
    padding: 16px 13px;
}

.assets-content .assets-list .assets-card-wrapper .assets-card{
    position: relative;
    color: #4a4a4a;
}
.assets-content .assets-list .assets-card-wrapper .assets-card .assets-card-head {
    color: #868686;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.assets-content .assets-list .assets-card-wrapper .assets-card .assets-total{
    margin: 19px 0;
}
.assets-content .assets-list .assets-card-wrapper .assets-card .assets-total .total{
    margin-bottom: 5px;
    text-align: left;
}
.assets-content .assets-list .assets-card-wrapper .assets-card .assets-total .total span{
    font-size: 27px;
    font-weight: 800;
    color: #202020;
}
.assets-content .assets-list .assets-card-wrapper .assets-card .assets-total .almost{
    
    text-align: left;
}
.assets-content .assets-list .assets-card-wrapper .assets-card .assets-total .almost span{
    margin-left: 11px;
    color: #39383e;
}
.assets-content .assets-list .assets-card-wrapper .assets-card .uid{
   position: absolute;
    right: 0;
    top: 0; 
}
.assets-content .assets-list .assets-card-wrapper .assets-buttons{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 16px;
}
.assets-content .assets-list .assets-card-wrapper .assets-buttons .buttons-item{
        font-size: 14px;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-right: 11px;
    background-color: #fff;
    color: #5d7700;
    height: 35px;
    border-radius: 5px;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.assets-content .assets-list .assets-card-wrapper .assets-buttons .buttons-item a{
    color: #062553;
}

/*assets-account*/
.assets-content .assets-account{
    width: 100%;
    height: 100%;
}
.assets-content .assets-account .list-item-top{
    padding: 16px;
    border-bottom: 1px solid #f7f7f7;
}
.assets-content .assets-account .list-item-top .item-line{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.assets-content .assets-account .list-item-top .item-line .item-name{
    font-size: 16px;
    color: #202020;
}
.assets-content .assets-account .list-item-top .item-line .item-value{
    color: #a4a4a4;
}

/*assets-wapper*/
.assets-product{
    background: #fff;
    margin: 10px;
    border-radius: 5px;
    border: 1px solid #dde3c3;
    /*padding: 10px;*/
}
.assets-product .product-title{
    isplay: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 16px;
    margin-bottom: 16px;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-shrink: 0;
    padding: 5px 0px 0px 5px;
}
.assets-product .product-title span{
    font-size:14px;
    height:40px;
    line-height:40px;
    font-weight: bold;
    margin-left: 5px;
}
.assets-product .product-title img{
    width: 40px;
    height: 40px;
}
.assets-product .product-content{
    text-align:center;
    font-size:12px;
}
.assets-product .product-content ul{
    overflow:hidden;
}
.assets-product .product-content ul li{
    float:left;width:33.33%;
    line-height:24px;
}


/*transfer*/

.transfer-area{
    
}
/*assets-go*/
.transfer-go{
    padding: 15px;
}
.transfer-go .go-content {
    padding: 10px;
    background-color: #fff;
    color: #7c7b7f;
    border-radius: 5px;
}
.transfer-go .go-content .go-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.transfer-go .go-content .go-title .title-left{
    font-size: 17px;
}
.transfer-go .go-content .go-title .title-right{
    font-size: 17px;
}
.transfer-go .go-content .go-title .title-right select{
    width: 1rem;
    border: 1px solid #ccc;
    background: #f7f6fb;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 5px;
}
.transfer-go .go-content .go-amount{
    margin-top: 20px;
}
.transfer-go .go-content .go-amount .go-amount-title span{
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    display: block;
}
.transfer-go .go-content .go-amount .go-amount-transfer{
    height: 55px;
    line-height: 55px;
    background-color: #f4f5f7;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.transfer-go .go-content .go-amount .go-amount-transfer b{
    color: #8e8d92;
    font-weight: 400;
}
.transfer-go .go-content .go-amount .go-amount-transfer span{
    color: #0066ff;
    font-weight: 700;
}
.transfer-go .go-content .go-amount input{
    height: 55px;
    line-height: 55px;
    border: 0;
    font-size: 18px;
    color: #0066ff;
    background: #f4f5f7;
    font-weight: 700;
}

/*assets-trans*/
.transfer-trans{
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}
.transfer-trans i {
    font-size: 25px;
    height: 30px;
    line-height: 30px;
    color: #5a8af6;
}
.icon-trans:before {
    display: inline-block;
    content: "";
    width: 40px;
    height: 40px;
    background: url(../img/icon_trans.png) 100% 100% no-repeat;
    background-size: 100%;
}


/*assets-to*/
.transfer-to{
    padding: 15px;
}
.transfer-to .to-content {
    padding: 10px;
    background-color: #fff;
    color: #7c7b7f;
    border-radius: 5px;
}
.transfer-to .to-content .to-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.transfer-to .to-content .to-title .title-left{
    font-size: 17px;
}
.transfer-to .to-content .to-title .title-right{
    font-size: 17px;
}
.transfer-to .to-content .to-title .title-right select{
    width: 1rem;
    border: 1px solid #ccc;
    background: #f7f6fb;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 5px;
}
.transfer-to .to-content .to-amount{
    margin-top: 20px;
}
.transfer-to .to-content .to-amount .to-amount-title span{
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    display: block;
}
.transfer-to .to-content .to-amount .to-amount-transfer{
    height: 55px;
    line-height: 55px;
    background-color: #f4f5f7;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.transfer-to .to-content .to-amount .to-amount-transfer b{
    color: #8e8d92;
    font-weight: 400;
}
.transfer-to .to-content .to-amount .to-amount-transfer span{
    color: #0066ff;
    font-weight: 700;
}

/*transfer-remark*/
.transfer-remark{
    padding: 15px;
}
.transfer-remark .remark-content{
    padding: 10px;
    background-color: #fff;
    color: #7c7b7f;
    border-radius: 5px;
}
.transfer-remark .remark-content .remark-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.transfer-remark .remark-content .remark-list .remark-quota{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.transfer-remark .remark-content .remark-list .remark-quota p{
        margin-left: 5px;
}

/*transfer-sure*/
.transfer-sure{
    padding: 20px 20px;
}
.transfer-sure p{
    background: #0066ff;
    color: #fff;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
}

/*transfer-record-area*/
.transfer-record-area{
    padding: 10px;
}
.transfer-record-area .record-list{
    padding: 15px;
    border-bottom: 1px solid #f7f7f7;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}
.transfer-record-area .record-list .record-title{
    height: 44px;
    line-height: 44px;
}

.transfer-record-area .record-list .record-page{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.transfer-record-area .record-list .record-page .record-item{
     -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-weight: 700;  
}
.transfer-record-area .record-list .record-page .record-item:last-child {
    text-align: right;
}
.transfer-record-area .record-list .record-page .record-item .label{
    font-size: 13px;
    color: #8e8d92;
    font-weight: 700;
    margin-top: 11px;  
}
.transfer-record-area .record-list .record-page .record-item .value{
    font-size: 13px;
    color: #202020;
    margin-top: 7px; 
}
.transfer-record-area .record-list .record-page .record-item .hon{
    color: #e24d75;
}
.transfer-record-area .record-list .record-page .record-item .lv{
    color: #30a087;
}

/*empty*/
.empty{
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 100px;
    overflow: auto;
}
.empty .empty-centent{
    flex-direction: column;
    justify-content: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}
.empty .empty-centent img{
    width: 180px;
}
.empty .empty-centent span{
    width: auto;
    font-size: 14px;
    text-align: center;
    color: #5f5f5f;
}
.empty-footer{
    padding-top: 30px;
}
.empty-footer .empty-centent{
    flex-direction: column;
    justify-content: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}
.empty-footer .empty-centent img{
    width: 120px;
}
.empty-footer .empty-centent span{
    width: auto;
    font-size: 14px;
    text-align: center;
    color: #dee0e2;
}
/*===================================
Flip Page
====================================*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 17px 0;
  border-radius: 3px;
  position: relative;width:auto;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 0.7;
  text-decoration: none;
  color: #2c3e50;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #11181f;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #2c3e50;
  border-color: #2c3e50;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/*===================================
Goodlist
====================================*/
.goods-top {
	background: #fff;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #c8c8c8;
	font-weight: bold;
	font-family: "Microsoft YaHei";
}
.goodsList_nav {
	background: #fff;
	width: 100%;
	font-size: 14px;
}
.goodsList_nav .swiper-slide {
	width: 33.333%;
	text-align: center;
	height: 34px;
	line-height: 34px;
}
.goodsList_nav span {
	padding: 0 10px;
	display: inline-block;
	height: 31px;
	line-height: 31px;
}
.goodsList_nav .active span {
	border-bottom: 2px solid #0066ff;
	color: #0066ff;
}
.goodsList_ln ul {
	overflow: hidden;
	padding: 0 15px;
}
.goodsList_ln ul li {
	float: left;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
.goodsList_list {
	background: #fff;
	margin: 5px 5px;
	border-radius: 10px;
	padding: 10px 0;
	overflow: hidden;
	display: block
}
.goodsList_list ul {
	overflow: hidden;
	padding: 0 0 0 10px;
}
.goodsList_list ul li {
	float: left;
}
.goodsList_list ul li img {
	width: 25px;
	height: 25px;
	margin: 12px 5px 12px 0;
	display: block;
}
.goodsList_list ul li em {
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	display: block;
}
.goodsList_list ul li i {
	display: inline-block;
}
.goodsList_list ul li em span {
	font-size: 12px;
	color: #9a9a9a;
	display: inline-block;
}
.goodsList_list ul li p {
	font-size: 12px;
	color: #7d7d7d;
	height: 20px;
	line-height: 20px;
	display: block;
}
.goodsList_list_1 {
	float: left;
	width: 48%;
}
.goodsList_list_2 {
	float: left;
	width: 28.66%;
	text-align: left;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
}
.goodsList_list_2_h {
	color: #30a087;
}
.goodsList_list_2_l {
	color: #E24D75;
}
.goodsList_list_3 {
	float: left;
	width: 23.33%;
	color: #fff;
	overflow: hidden;
	font-size: 14px;
}
.goodsList_list_3 p {
	float: right;
	text-align: center;
	background: #7d7d7d;
	margin: 7px 10px 7px 0;
	height: 30px;
	line-height: 30px;
	width: 70px;
}
.goodsList_list_3_h p {
	background: #30a087;
}
.goodsList_list_3_l p {
	background: #E24D75;
}


/*===================================
Goodlist
====================================*/
.goods-title{color:#323232;font-size: 18px;height:40px;line-height:40px;background:#ffffff;overflow:hidden;clear:both;display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;}
.goods-title a{float:left;width: 30px;padding-left:10px;z-index: 9999999;}
.goods-title a:before{content: "\F124";color:#323232;height:40px;line-height:40px;}
.goods-title em{float: right;text-align: center;width: 100%;margin-left: -30px;}

.goodsline-top{color:#323232;overflow:hidden;clear:both;height:75px;padding-top:10px;}
.goodsline-top .good_left{float:left;width:70%;}
.goodsline-top .good_left ul li{padding:0 10px;}
.goodsline-top .good_left_01{font-size:27px;height:33px;line-height:33px;}
.goodsline-top .good_left_02{font-size:16px;height:27px;line-height:27px;}
.goodsline-top .good_right{float:right;width:30%;font-size:12px;}
.goodsline-top .good_right ul li{padding:0 10px;height:20px;line-height:20px;}
.goodsline-top .good_right ul li span{color:#989898}
.goodsline-top .good_right ul li em{float: right;}

.goodsline_time ul{overflow:hidden;clear:both;color:#989898;}
.goodsline_time ul li{float:left;width:16.66%;border-bottom:2px solid #ebebeb;font-size:14px;height:30px;line-height:30px;text-align:center;}
.goodsline_time ul li.hover{border-bottom:2px solid #f8b83d;color:#f8b83d;}

.goods_bottom_nav {width: 100%;padding-top:10px;font-size:14px;}
.goods_bottom_nav .swiper-slide{width:50%;text-align:center;height: 34px;line-height: 34px;color: #989898;border-bottom:2px solid #f7f7f7;}
.goods_bottom_nav .swiper-slide span{display: inline-block;height: 34px;line-height: 34px;}
.goods_bottom_nav .active span{color: #0066ff;border-bottom:2px solid #0066ff;}
.goods_bottom_1{color: #989898;font-size:12px;padding:10px;line-height:30px;}
.goods_bottom_1 ul{overflow:hidden;}
.goods_bottom_1 ul li{float:left;}
.goods_bottom_1 ul li:nth-child(1){width:10%;}
.goods_bottom_1 ul li:nth-child(2){width:20%;}
.goods_bottom_1 ul li:nth-child(3){width:40%;text-align:center;}
.goods_bottom_1 ul li:nth-child(4){width:20%;text-align:right;}
.goods_bottom_1 ul li:nth-child(5){width:10%;text-align:right;}
.goods_bottom_2{float:left;width:50%;font-size:14px;line-height:40px;}
.goods_bottom_2 ul{overflow:hidden;}
.goods_bottom_2 ul li{float:left;}
.goods_bottom_2 ul li:nth-child(1){width:20%;color:#989898;}
.goods_bottom_2 ul li:nth-child(2){width:40%;color:#fff;}
.goods_bottom_2 ul li:nth-child(3){width:38%;text-align:right;color:#cb3244;padding-right:2%;}
.goods_bottom_3{float:left;width:50%;font-size:14px;line-height:40px;}
.goods_bottom_3 ul{overflow:hidden;}
.goods_bottom_3 ul li{float:left;}
.goods_bottom_3 ul li:nth-child(1){width:38%;color:#018e49;padding-right:2%;}
.goods_bottom_3 ul li:nth-child(2){width:40%;color:#fff;text-align:right;}
.goods_bottom_3 ul li:nth-child(3){width:20%;text-align:right;color:#989898;}
.goods_bottom_4{color: #989898;font-size:12px;padding:10px;line-height:30px;}
.goods_bottom_4 ul{overflow:hidden;}
.goods_bottom_4 ul li{float:left;}
.goods_bottom_4 ul li:nth-child(1){width:30%;}
.goods_bottom_4 ul li:nth-child(2){width:20%;text-align:center;}
.goods_bottom_4 ul li:nth-child(3){width:30%;text-align:center;}
.goods_bottom_4 ul li:nth-child(4){width:20%;text-align:right;}
.goods_bottom_5{color: #fff;font-size:14px;padding:0 10px;line-height:40px;}
.goods_bottom_5 ul{overflow:hidden;}
.goods_bottom_5 ul li{float:left;}
.goods_bottom_5 ul li:nth-child(1){width:30%;}
.goods_bottom_5 ul li:nth-child(2){width:20%;text-align:center;}
.goods_bottom_5 ul li:nth-child(3){width:30%;text-align:center;}
.goods_bottom_5 ul li:nth-child(4){width:20%;text-align:right;}
.goods_bottom_5 ul li.hon{color:#cb3244;}
.goods_bottom_5 ul li.lv{color:#018e49;}

.order_history_list{
    padding: 0.1rem 0.15rem;
    font-size: 0.12rem;
    color: #c0c4cc;
    border-bottom:1px solid #f1f1f1;
}
.order_history_list .order_item{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 5px;
}
.order_history_list .order_item .left{
    
}
.order_history_list .order_item .left .title{
    display: block;
}
.order_history_list .order_item .left .blue{
    color: #323232 !important;
}
.order_history_list .order_item .left .value{
    color: #525252;
    /*font-weight: 600;*/
    font-size: 14px;
}

.order_history_list .order_item .right{
    text-align: right;
}
.order_history_list .order_item .right .title{
    display: block;
}
.order_history_list .order_item .right .value{
    color: #525252;
    /*font-weight: 600;*/
    font-size: 14px;
}
.order_history_list .order_item .right .value .profit_data{
    font-size: 14px;
}
.order_history_list .order_item .right .value .hon{
    color:#E24D75;
}
.order_history_list .order_item .right .value .lv{
    color:#30a087;
}
.order_history_list .order_item .right .buytop, .order_history_list .order_item .right .in_money{
    color: #30a087 !important;
}
.order_history_list .order_item .right .buydown, .order_history_list .order_item .right .out_money{
    color: #e24D75 !important;
}

.remaining_time.lv span, .remaining_time.lv em, .remaining_time.lv i {
    color: #30a087;
}
.remaining_time.hon span, .remaining_time.hon em, .remaining_time.hon i {
    color: #E24D75;
}
.remaining_time i{
    font-size:20px;
    /*height:50px;*/
    /*line-height:50px;*/
    padding-right:2px;
}
.remaining_time i:before{content:"\F35A";}
.goods-box .swiper-container{
    height:50px;  
}

.goods_user_optional{color:#828282;font-size:12px;padding:0 10px;overflow:hidden;height:30px;line-height:30px;}
.goods_user_optional input{float:left;margin: 9px 6px 0 0 !important;}
.goods_user_optional label{
    float:left;
    font-size: 12px !important;
    line-height: 30px !important;
}

/*goods侧边栏*/
.goods-side-button {float: right;text-align: center;width: 100%;margin-left: -30px;position: relative;display: flex;justify-content: center;align-items: center;}
.goods-side-button img{width: 23px;height: 23px;margin-right: 3px;}
.mSlider-main{display: none; position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 9999999;}

.mSlider-mask{width: 100%; height: 100%; opacity: 0; background-color: black; z-index: 9999998; transition: all 0.2s ease-out 0s; backface-visibility: hidden;}
.goods-left-title{height: 40px;line-height: 40px;padding: 10px 10px;color: #202020;}
.goods_list_side_center{height: 80vh;overflow-y: scroll;}
.goods_list_side_title{padding: 0 10px;}
.goods_list_side_title ul{overflow:hidden;padding:0 15px;color:#828282;}
.goods_list_side_title ul li{float:left;text-align:center;height:30px;line-height:30px;font-size:12px;}
.goods_list_side{margin:5px 5px;border-radius: 10px;padding:10px 0;overflow:hidden;display:block}
.goods_list_side ul{overflow:hidden;padding:0 0 0 10px;}
.goods_list_side ul li{float:left;}
.goods_list_side ul li img{width:20px;height:20px;margin:12px 5px 12px 0;display:block;}
.goods_list_side ul li em{font-size:14px;height:25px;line-height:25px;display: block;color: #525252;}
.goods_list_side ul li i{display:inline-block;}
.goods_list_side ul li em span{font-size:12px;color:#e6e6e6;display:inline-block;}
.goods_list_side ul li p{font-size:12px;color:#828282;height:20px;line-height:20px;display: block;}
.goods_list_side_list_1{float:left;width:48%;}
.goods_list_side_list_2{float:left;width:28.66%;text-align:left;height:45px;line-height:45px;font-size:14px;color: #737373;}
.goods_list_side_list_2_h{color:#30a087;}
.goods_list_side_list_2_l{color:#E24D75;}
.goods_list_side_list_3{float:left;width:23.33%;color:#fff;overflow: hidden;font-size:14px;}
.goods_list_side_list_3 p{float:right;text-align:center;margin:7px 10px 7px 0;height:30px;line-height:30px;width:70px;}
.goods_list_side_list_3_h p{color:#30a087;}
.goods_list_side_list_3_l p{color: #E24D75;}


/*empty*/
.no_content{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-bottom: 100px;
}
.no_record{
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.empty-centent{
    flex-direction: column;
    justify-content: center;
    display: flex;
}
.empty-centent img{
    width: 180px;
}
.empty-centent span{
    width: auto;
    font-size: 14px;
    text-align: center;
    color: #5f5f5f;
}
/*xiadan*/
.goods_button{position: fixed;bottom: 0;color: #fff;font-size:12px;width: 100%;z-index:999999;bottom: 60px;}
.goods_button ul{overflow:hidden;clear:both;}
.goods_button ul li{float: left;width: 30%;text-align: center;height: 40px;line-height: 40px;margin-left: 2.5%;border-radius: 5px;font-size: 16px;}
.goods_button ul li a{color: #fff;display:block;}
.goods_button ul li i{padding-right:5px;}
.goods_button ul li:nth-child(1){background:#999eb4;}
.goods_button ul li:nth-child(1) i:before{
    display: inline-block;
    content: "";
    width: 0.16rem;
    height: 0.16rem;
    background: url(../img/chichang.png) 50% 50% no-repeat;
    background-size: 100%;
}
.goods_button ul li:nth-child(2){background:#00c087;}
.goods_button ul li:nth-child(2) i:before{
    display: inline-block;
    content: "";
    width: 0.16rem;
    height: 0.16rem;
    background: url(../img/buyup.png) 50% 50% no-repeat;
    background-size: 100%;
}
.goods_button ul li:nth-child(3){background:#e3046f;}
.goods_button ul li:nth-child(3) i:before{
    display: inline-block;
    content: "";
    width: 0.16rem;
    height: 0.16rem;
    background: url(../img/buydownss.png) 50% 50% no-repeat;
    background-size: 100%;
}
.goods_hyxd_pages_ddxx_1{overflow:hidden;padding:10px;}
.goods_hyxd_pages_ddxx_1 i{float:left;font-size:32px;height:30px;line-height:30px;padding-right:5px;color:#5a88de;}
.goods_hyxd_pages_ddxx_1 i:before{content:"\F354";}
.goods_hyxd_pages_ddxx_1 span{float:left;height:30px;line-height:30px;font-size:12px;color:#abacae;}
.goods_hyxd_pages_ddxx_1.goods_hyxd_pages_ddxx_1_no i:before{content:"\F355";}
.xiadan_money_210331{padding:0 30px;}
.xiadan_money_210331_t{color:#898c9d;font-size:14px;margin:0 10px;height:30px;line-height:30px;overflow:hidden;}
.xiadan_money_210331_t b{float:left;}
.xiadan_money_210331_t ul{float:right;overflow:hidden;}
.xiadan_money_210331_t ul li{
    float: left;
    margin-left: 10px;
    padding: 0 15px;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    color: #28ba98;
    border-radius: 5px;
    border: 1px solid #28ba98;
}
.xiadan_money_210331_t ul li.hover{
    border: 1px solid #2ec5a2;
    background-image: url(../img/sele.png);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position-x: right;
    height: 30px;
    line-height: 30px;
    background-color: #2ec5a2;
    color: #ffffff;
}
.xiadan_money_210331_c{overflow:hidden;clear:both;}
.xiadan_money_210331_c ul{float:left;width:33.33%;}
.xiadan_money_210331_c ul li{color:#333;background:#fff;margin:5px 10px;text-align:center;height:40px;line-height:40px;border: 1px solid #282c38;border-radius: 5px;}
.xiadan_money_210331_c ul li.xiadan_money_210331_c_hover{border: 1px solid #eee;background-image: url(../img/sele.png);background-size:70px;background-repeat: no-repeat;background-position-x: right;}
.xiadan_ye_210331{color:#898c9d;font-size:12px;border-bottom:1px solid #898c9d;margin:0 40px;height:30px;line-height:30px;}
.xiadan_xx_210331{margin: 0 40px;font-size:12px;padding-top:10px;}
.xiadan_xx_210331 ul{overflow:hidden;clear:both}
.xiadan_xx_210331 ul li{float:left;width:25%;text-align:center;}
.xiadan_xx_210331 ul li span{display:block;color:#898c9d;height:20px;line-height:20px;}
.xiadan_xx_210331 ul li p{color:#fff;height:20px;line-height:20px;font-weight:bold;}
.xiadan_xx_210331 ul li p.xiadan_xx_210331_style_up{color:#018e49;}
.xiadan_xx_210331 ul li p.xiadan_xx_210331_style_down{color:#cb3244;}
.xiadan_xx_210331 ul li p.xiadan_xx_210331_price_up{color:#018e49;}
.xiadan_xx_210331 ul li p.xiadan_xx_210331_price_down{color:#cb3244;}
.xiadan_xx_210331 ul li p.xiadan_xx_210331_amount{color:#fdbe19}
.xiadan_xx_210331 ul li p.xiadan_xx_210331_amount2{color:#fdbe19}
.xiadan_qr_210331{display: block;background: #c98b14;width:200px !important;height: 30px;line-height: 30px;text-align: center;color: #fff;font-size: 16px;margin:0 auto;margin-top:20px;border-radius: 5px;}
.xiadan_nav_210331{width:80%;font-size:14px;margin:0 auto;}
.xiadan_nav_210331 .swiper-wrapper{width:100% !important;}
.xiadan_nav_210331 .swiper-slide{width:50%;text-align:center;color:#fbfcff;height: 30px;line-height: 30px;}
.xiadan_nav_210331 .swiper-slide p{border:1px solid #00c087;height: 28px;line-height: 28px;}
.xiadan_nav_210331 .swiper-slide a{border:1px solid #c98b14;height: 28px;line-height: 28px;display:block;color:#fbfcff;}
.xiadan_nav_210331 .active{background:#00c087;}
.up_210331{color:#cb3244 !important;}
.down_210331{color:#0da864 !important;}

/*===================================
position
====================================*/
.trade_history{
	background: #ffffff !important;
	color: #737373;
}
.trade_history p{
	margin: 0;
}
.trade_history header{
	width: 100%;
	height: 0.35rem;
	/*background: #282828;*/
	display: flex;
	position: relative;
}
.trade_history header:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid transparent;
    transform: translateX(-50%);
    border-bottom-color: #dbdbdb;
}

.trade_history header article{
	flex: 1;
	height: 100%;
	/*border-bottom: 1px solid #181818;*/
	position: relative;
}
.trade_history header article:nth-of-type(1) p{
	/*border-right:1px solid #181818 ;*/
}
.trade_history header article p{
	height: 0.23rem;
	margin: 0.06rem 0;
	line-height: 0.23rem;
	text-align: center;
	font-size:0.13rem ;
	
}

.trade_history header article.active{
	color: #0066ff;
	/*border-bottom: 1px solid #653bff;*/
}

.trade_history header article.active p:after {
    border-bottom-color: #0066ff;
}
.trade_history header article p:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    display: inline-block;
    width: 30px;
    border-bottom: 3px solid transparent;
    transform: translateX(-50%);
}
.trade_history_list{
	width: 100%;
	height: 94%;
	margin-top: 0.05rem;
}
.trade_history_list ul{
	width: 100%;
    padding-bottom: 100px;
	/*background: #323232;*/
}
.trade_history_list ul li{
	width: 100%;
	border-bottom:1px solid #dbdbdb;
	color: #666;
	background: #ffffff;
	position: relative;
	font-size: 0.12rem;
	padding: 0.1rem 0.15rem;
}
.trade_history_list ul li article{
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: 0.04rem;
	left: 0;
	bottom: 0.003rem;
	margin-top:0.05rem ;
	background: #e91e63;
}
.trade_history_list ul li article i{
	display: inline-block;
	vertical-align: top;
	margin-bottom:0.05rem ;
	width: 0.1rem;
	height: 0.1rem;
	border-radius:50% ;
	background: #4caf50;
	/*box-shadow: 0 0 0.05rem #999eb4;*/
	float: right;
	margin-top: -0.03rem;
}
.trade_history_list ul li article i em{
	display: block;
	width: 0.1rem;
	height: 0.1rem;
	border-radius:50% ;
	/*margin:0.01rem ;*/
	background: #4caf50;
}
.trade_history_list ul li article span{
	display: inline-block;
	vertical-align: top;
	/*margin-top:0.005rem ;*/
	height: 0.04rem;
	background: #4caf50;
	float: right;
}
.trade_history_list ul li section{
	display: inline-block;
	vertical-align: top;
	height: 100%;
	height: 0.7rem;
	padding-top: 0.05rem;
	text-align: center;
}
.trade_history_list ul li section:nth-of-type(1){
	width: 60%;
	padding-left:2%;
	float: left;
}
.trade_history_list ul li section:nth-of-type(2){
	width: 40%;
	padding-right: 2%;
	float:right;
}
.trade_history_list ul li section:nth-of-type(1) p{
	height: 0.16rem;
	line-height: 0.16rem;
	text-align: left;
	font-size: 0.12rem;
}
.trade_history_list ul li section:nth-of-type(1) p:nth-of-type(1){
	height: 0.3rem;
	line-height: 0.3rem;
}
.trade_history_list ul li section:nth-of-type(1) p:nth-of-type(1) span:nth-of-type(1){
	display: inline-block;
	vertical-align: top;
	width: 40%;
	height: 100%;
	font-size: 0.13rem;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
    font-weight: 600;
    color: #575757;
}
.trade_history_list ul li section:nth-of-type(1) p:nth-of-type(1) span:nth-of-type(2){
	font-size:0.12rem ;
}
.trade_history_list ul li section:nth-of-type(1) p:nth-of-type(1) span:nth-of-type(2) i{
	display: inline-block;
	vertical-align: middle;
	margin-right:0.05rem ;
	width: 0.12rem;
	height: 0.12rem;
}
.trade_history_list ul li section:nth-of-type(1) p:nth-of-type(1) span:nth-of-type(2) .buytop{
	background: url(../img/buytop.png);
	background-size:100% 100% ;
}
.trade_history_list ul li section:nth-of-type(1) p:nth-of-type(1) span:nth-of-type(2) .buydown{
	background: url(../img/buydown.png);
	background-size:100% 100% ;
}
.trade_history_list ul li section:nth-of-type(1) p:nth-of-type(3){
	color: #696969;
}
.trade_history_list ul li section:nth-of-type(2) p:nth-of-type(1){
	height: 0.35rem;
	line-height: 0.35rem;
	font-size: 0.24rem;
	text-align: right;
}
.trade_history_list ul li section:nth-of-type(2) p:nth-of-type(2){
	height: 0.25rem;
	line-height: 0.25rem;
	font-size: 0.13rem;
	text-align: right;
}

/*xin*/

.trade_history_list .position-item{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 12px;
}
.trade_history_list .position-item .left{
    
}
.trade_history_list .position-item .left .title{
    display: block;
}
.trade_history_list .position-item .left .blue{
    color: #0066ff !important;
}
.trade_history_list .position-item .left .value{
    color: #6b6b6b;
    font-weight: 600;
    font-size: 0.14rem;
}

.trade_history_list .position-item .right{
    text-align: right;
}
.trade_history_list .position-item .right .title{
    display: block;
}
.trade_history_list .position-item .right .value{
    color: #6b6b6b;
    font-weight: 600;
    font-size: 0.14rem;
}
.trade_history_list .position-item .right .buytop, .trade_history_list .position-item .right .in_money{
    color: #30a087 !important;
}
.trade_history_list .position-item .right .buydown, .trade_history_list .position-item .right .out_money{
    color: #e24D75 !important;
}


.trade_history_details .modals {
    display: block;
    position: absolute;
    top: 10%;
    z-index: 10;
    overflow: hidden;
    /* min-height: 100%; */
    width: 100%;
    background-color: #fff;
    position: absolute;
    width: 90%;
    top: 13%;
    margin-left: -45%;
    height: 66%;
    margin-top: -212px;
    background-color: #ffffff;
    border: 1px solid #585352;
    border-radius: 10px;
    z-index: 9999999;
    margin: 0 5%;
}
.trade_history_details .details-header {
    border: none;
    background-image: none;
    background-color: #653bff;
    height: 40px;
    line-height: 40px;
}
.trade_history_details .details-header .title{
    border-bottom: 1px solid #cfcfcf;
    line-height: 0.35rem;
    height: 0.35rem;
    text-align: center;
    font-size: 0.14rem;
    color: #323232;
}

.trade_history_details .detail-list{
    padding: 8px 12px;
}
.trade_history_details .detail-list .detail-item{
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    line-height: 24px;
    font-size: 14px;
    color: #686f7b;
    border-bottom: 1px solid #ededed;
}
.trade_history_details .detail-list .detail-item .value {
    color: #9197a1;
}
.trade_history_details .detail-list .detail-item .rise {
    color: #30a087 !important;
}
.trade_history_details .detail-list .detail-item .fall {
    color: #e24d75 !important;
}
.trade_history_details .detail-list .button {
    display: block;
    border: 1px solid #0066ff;
    border-radius: 5px;
    margin: 0.3rem 0.1rem 0;
    line-height: 40px;
    text-align: center;
    font-size: 0.14rem;
    color: #fff;
    background: #0066ff;
}
.trade_history_details .order-modal-content {
    background-color: #fff !important;
}
/*===================================
addbalance
====================================*/
.addbalance-box{
    background: url('../img/rech_bg.png') no-repeat top / 100% auto;
    height: 100vh;
}
.addbalance-box .addbalance-herder{height: 40px;line-height: 40px;color: #fff;text-align: center;font-size: 16px;}
.addbalance-box .addbalance-herder i{float:left;color:#fff;width:40px;height:40px;line-height:40px;font-size:20px;}
.addbalance-box .addbalance-herder i:before{content: "\F124";}
.addbalance-box .addbalance-herder span{margin-left: -40px;}
.addbalance-box .addbalance-warp{
    border-radius: 10px;
    margin: 50% 3% 20px;
    background: #fff;
    overflow:hidden;
}
.addbalance-box .addbalance-warp .title{background:none;border:none}
    
.addbalance-box .addbalance-warp .box-title{
    padding: 15px 5%;
    font-size: 16px;
    font-weight: bold;
    color: #1f3f59;
    border-bottom: 1px solid #eee;
}
.addbalance-box .addbalance-warp .box-list{
    border-bottom: 1px solid #eee;
    padding: 15px 5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}
.addbalance-box .addbalance-warp .box-left{display: flex;
    flex-direction: row;
    align-items: center;
}
.addbalance-box .addbalance-warp .box-left img{width: 30px;height: 30px;margin-right: 20px}
.addbalance-box .addbalance-warp .box-right img{width: 15px;height: 15px;}

.addbalance_nav{
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 16px 11px 11px;
    width: auto;
    border-bottom: 1px solid #dadde3;
}
.addbalance_nav .right{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.addbalance_nav .margin-right{
   margin-right: 8px;
}
.addbalance_nav .active span {
    border: 1px solid #0066ff;
    color: #0066ff;
    border-radius: 3px;
}
.addbalance_nav p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}
.addbalance_nav span {
    position: relative;
    border-radius: 2px;
    padding: 3px 16px;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #d5d5d5;
}

.bgDark {
    background: #fff;
    height: 1px;
    width: 100%;
}
.deposit-box .swiper-container{
    background: #fff;
    overflow: visible;
}

.addbalance_qcode {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #dadde3;
    text-align: center;
}
.addbalance_qcode p {
    width: 165px;
    margin: 0 auto;
    border: 1px solid #f5f5f5;
    padding: 5px 5px 0px 5px;
}

.addbalance_qcode .tips{
    font-size: 14px;
    margin-top: 16px;
    font-weight: lighter;
    text-align: center;
}
.addbalance_qcode .save{
    margin-top: 5px;
    text-align: center;
    
}
.addbalance_qcode button{
    font-size: 13px;
    font-weight: lighter;
    color: #0066ff;
}
.addbalance-wrap{
    padding: 0 16px 16px;
}
.addbalance-wrap .form-item{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 11px 0;
    font-size: 15px;
    color: #303133;
    box-sizing: border-box;
    line-height: 38px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #ededed;
}
.addbalance-wrap .form-item .form-list{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}
.addbalance-wrap .form-item .form-list .form-right{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.addbalance-wrap .form-item .form-list .form-right input{
    font: inherit;
    height: 100%;
}
.addbalance-wrap .form-item .form-list .form-right .icon-copy:before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/icon-copy.png) 100% 100% no-repeat;
    background-size: 100%;
}
.addbalance_btn{
   padding: 20px 20px; 
}
.addbalance_btn p{
    background: #0066ff;
    color: #fff;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
}

.avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 200px;
    height: 139px;
    line-height: 139px;
    text-align: center;
}
.avatar-uploader .el-upload {
     border: 1px dashed #d9d9d9; 
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.avatar {
    width: 200px;
    height: 250px;
    display: block;
}
/*===================================
cash
====================================*/
.cash_select_top{background:#fff;height:40px;line-height:40px;overflow:hidden;font-size:16px;}
.cash_select_top ul{overflow:hidden}
.cash_select_top ul li{float:left;width:33.33%;}
.cash_select_top a{float:left;width:30px;height:40px;line-height:40px;}
.cash_select_top a i{color:#d2d2d2;font-size:16px;display:block;text-align:center;height:40px;line-height:40px;}
.cash_select_top a i:before{content: "\F124";}
.cash_select_top a i.cash_select_top_online{font-size:25px;color:#a7a7a7;}
.cash_select_top a i.cash_select_top_online:before{content: "\F11D";}
.cash_select_top span{display:block;text-align:center;width:100%;}
.cash_select_top em{float:right;font-size:12px;padding-right:10px;text-align:center;}
.cash_select_top em a{width:auto;}
.cash_select_list{border-bottom:1px solid #efefef;font-size:14px;padding:0 10px;height:60px;line-height:60px;}
.cash_select_list a{display:block;overflow:hidden;}
.cash_select_list a span{float:left;overflow:hidden;}
.cash_select_list a span img{float:left;height:100%;width: 20px;padding:20px 0;}
.cash_select_list a span em{float:left;padding-left:10px;}
.cash_select_list a i{float:right;color: #d2d2d2;font-size: 16px;height:60px;line-height:60px;}
.cash_select_list a i:before{content: "\F125";}
.cash_select_top em .icon-record{
    display: flex;
    align-items: center;
    justify-content: center;
}
.cash_select_top em .icon-record:before {
    display: inline-block;
    content: "" !important;
    width: 22px;
    height: 22px;
    background: url(../img/icon_record.png) 100% 100% no-repeat;
    background-size: 100%;
}
.addbalance_usdt_2{background:#fff;margin:0 10px;border-radius:50px;border:1px solid #ccc;overflow:hidden;padding:0 10px;line-height:30px;font-size:14px;}
.addbalance_usdt_2 p{float:left;}
.addbalance_usdt_2 span{float:right;color:#5a8af6;}
.addbalance_usdt_3{background:#fff;padding:0 10px;padding-top:10px;}
.addbalance_usdt_3 p{height:30px;line-height:30px;font-size:12px;}
.addbalance_usdt_3 input{border:0;width:100%;height:30px;line-height:30px;font-size:14px;padding:0 5%;background:#f7f6fb;border:1px solid #ccc;border-radius: 5px;}
.addbalance_usdt_4{background:#fff;padding:0 10px;padding-top:10px;}
.addbalance_usdt_4 p{height:30px;line-height:30px;font-size:12px;}
.addbalance_usdt_4 ul{overflow:hidden;}
.addbalance_usdt_4 ul li{float:left;width:33.33%;}
.addbalance_usdt_4 ul li span{display:block;width:80%;margin:0 auto;height:30px;line-height:30px;text-align:center;border:1px solid #ccc;background:#f7f6fb;border-radius: 5px;}
.addbalance_usdt_4 ul li span.hover{border:1px solid #5a8af6;color:#5a8af6;}
.addbalance_usdt_5{padding:20px 10px;}
.addbalance_usdt_5 p{background:#5a8af6;color:#fff;text-align:center;height:40px;line-height:40px;border-radius: 50px;}
.user_setup_top{background:#fff;height:40px;line-height:40px;overflow:hidden;font-size:16px;}
.user_setup_top a{float:left;width:30px;height:40px;line-height:40px;}
.user_setup_top a i{color:#d2d2d2;font-size:16px;display:block;text-align:center;height:40px;line-height:40px;}
.user_setup_top a i:before{content: "\F124";}
.user_setup_top span{margin-left:-30px;display:block;text-align:center;width:100%;}
.cash_usdt_1{padding:10px;}
.cash_usdt_1 p{height:30px;line-height:30px;font-size:14px;}
.cash_usdt_1 ul{overflow:hidden;}
.cash_usdt_1 ul li{float:left;width:33.33%;text-align:center;}
.cash_usdt_1 ul li span{width:80%;display:inline-block;background:#f7f6fb;border:1px solid #eaeaea;height: 30px;line-height: 30px;border-radius: 5px;font-size: 14px;}
.cash_usdt_1 ul li span.hover{border:1px solid #5a8af6;color:#5a8af6;}
.cash_usdt_2{background:#fff;padding:0 10px;padding-top:10px;}
.cash_usdt_2 p{height:30px;line-height:30px;font-size:14px;}
.cash_usdt_2 input{border:0;width:100%;height:30px;line-height:30px;font-size:14px;padding:0 5%;background:#f7f6fb;border:1px solid #ccc;border-radius: 5px;}
.cash_usdt_2 span{font-size:12px;}
.cash_usdt_3{padding:20px 10px;}
.cash_usdt_3 p{background:#5a8af6;color:#fff;text-align:center;height:40px;line-height:40px;border-radius: 50px;}
.wallet_address_tj{position: fixed;bottom:0;height:60px;width:100%;}
.wallet_address_tj a{display:block;width:90%;text-align:center;background:#5a8af6;color:#fff;margin:0 5%;height:40px;line-height:40px;border-radius: 5px;}
.add_wallet_address{background:#fff;padding:10px;font-size:14px;}
.add_wallet_address p{height:45px;line-height:45px;}
.add_wallet_address select{width:100%;border:0;background:#f7f6fb;height: 40px;line-height: 40px;border:1px solid #eaeaea;border-radius: 5px;}
.add_wallet_address input{width:100%;border:0;background:#f7f6fb;height: 40px;line-height: 40px;border:1px solid #eaeaea;border-radius: 5px;padding-left: 10px;}
.add_wallet_address_1 ul{overflow:hidden;}
.add_wallet_address_1 ul li{float:left;width:33.33%;text-align:center;}
.add_wallet_address_1 ul li span{width:80%;display:inline-block;background:#f7f6fb;border:1px solid #eaeaea;height: 30px;line-height: 30px;border-radius: 5px;}
.add_wallet_address_1 ul li span.hover{border:1px solid #5a8af6;color:#5a8af6;}
.add_wallet_address_2{width:150px;background:#f7f6fb;border:1px solid #eaeaea;text-align:center;position: relative;}
.add_wallet_address_2 i{display:block;width:100%;font-size:100px;color:#abacae;}
.add_wallet_address_2 i:before{content: "\F147";}
.add_wallet_address_2 span{display:block;height:30px;line-height:30px;font-size:14px;}
.add_wallet_address_2_img img{height:130px;display: block;margin: 0 auto;}
.add_wallet_address_3{padding-top:20px;}
.add_wallet_address_3 p{background:#5a8af6;color:#fff;height:40px;line-height:40px;border-radius: 5px;text-align:center;font-size:14px;padding-top:0;}
.wallet_address_list{margin:10px;background:#fff;border-radius:5px;overflow:hidden;padding:10px;}
.wallet_address_list_1{float:left;width:66.66%;font-size:14px;}
.wallet_address_list_1 span{line-height:24px;color:#6b6b6b;}
.wallet_address_list_1 p{display:block;line-height:24px;color:#abacae;}
.wallet_address_list_1 em{color:#000;font-size:14px;}
.wallet_address_list_2{float:left;width:66.66%;font-size:14px;}
.wallet_address_list_2 span{line-height:24px;color:#6b6b6b;}
.wallet_address_list_2 p{display:block;line-height:24px;color:#abacae;}
.wallet_address_list_1 em{color:#000;font-size:14px;}
.wallet_address_list_3{float:right;width:33.33%;text-align:right;font-size:12px;}
.wallet_address_list_3 span{display:inline-block;background:#5a8af6;padding: 5px;color:#fff;border-radius: 5px;width:auto;text-align:center;}
.wallet_address_list_3 p{display:inline-block;border-radius: 5px;width:auto;text-align:right;}
.wallet_address_list_3 p i{font-size:16px;color:#5a8af6;display:inline-block;padding-right:5px;}
.wallet_address_list_3 p em{display:inline-block}
.wallet_address_list_3 p i:before{content: "\F120";}
.wallet_address_list_4{clear:both;padding:10px 0;}
.wallet_address_list_4 ul{overflow:hidden;}
.wallet_address_list_4 ul li{float:left;width:50%;}
.wallet_address_list_4 ul li a{display:inline-block;height:25px;line-height:25px;color:#fff;background:#5a8af6;width:80%;border-radius: 5px;text-align:center;}
.wallet_address_list_4 ul li a i{font-size:16px;color:#fff;display:inline-block;padding-right:5px;}
.wallet_address_list_4 ul li a i:before{content: "\F417";}
.wallet_address_list_4 ul li span{display:inline-block;height:25px;line-height:25px;color:#fff;background:#d05067;width:80%;border-radius: 5px;text-align:center;}
.wallet_address_list_4 ul li span i{font-size:16px;color:#fff;display:inline-block;padding-right:5px;}
.wallet_address_list_4 ul li span i:before{content: "\F252";}
.wallet_address_list_5{float:left;width:66.66%;font-size:14px;}
.wallet_address_list_5 span{line-height:24px;color:#6b6b6b;font-size:14px;}
.wallet_address_list_5 p{line-height:24px;color:#abacae;}
.wallet_address_list_5 em{color:#000;font-size:14px;}
.wallet_address_list_6{float:right;width:33.33%;text-align:center;}
.wallet_address_list_6 img{height:96px;}

.ind_bg{background-size: cover;background: rgb(242, 242, 251);}
.g_l_t{background: #0066ff;height: 40px;line-height: 40px;color: #fff;text-align: center;font-size: 16px;border-bottom: 1px solid #0066ff;}
.g_l_t i{float:left;color:#fff;width:40px;height:40px;line-height:40px;font-size:20px;}
.g_l_t i:before{content: "\F124";}
.g_l_t span{margin-left: -40px;}
.dobanks_sel{width: 100%;padding: .1rem 12px;}
.dobanks_sel_1{padding:0 3%;background:#fff;height: .4rem;line-height: .4rem;overflow: hidden;clear: both;border-radius: .05rem;}
.dobanks_sel_1 span, .dobanks_sel_1 em{float:left;}
.dobanks_sel_1 i{float:right;}
.dobanks_sel_1 span{width:15%;}
.dobanks_sel_1 em{width:70%;text-align:center;color:#abacae;}
.dobanks_sel_1 i{width:15%;line-height: .4rem;text-align:right;}
.dobanks_sel_1 i:before{content:"\F125";font-size: 20px;color:#ff3939;}
.dobanks_sel_2{padding:0 3%;background:#fff;line-height: .4rem;clear: both;border-radius: .05rem;margin-top:1px;display:none;}
.dobanks_sel_2 ul li{text-align:center;border-bottom: 1px solid #e8e8e8;}
.dobanks_sel_2 ul li.hover a{color:#abacae;}
.dobanks_c{width: 100%;padding:0 12px;}
.dobanks_c ul{background:#fff;}
.dobanks_c ul li{overflow:hidden;border-bottom: 1px solid #e8e8e8;}
.dobanks_c ul li span, .dobanks_c ul li input{float:left;line-height: .5rem;}
.dobanks_c ul li span{
    width: 30%;
    padding: 0 10px;
}
.dobanks_c ul li input{width:64%;padding:0 3%;border:0;}
.dobanks_btn{width: 94%;margin:.1rem 3%;height: 0.4rem;border-radius: 0.05rem;background: #0066ff;color: #fff;line-height: 0.4rem;text-align: center;font-size: 0.15rem;border: none;}
.okbanks_btn{width: 94%;margin: 0.1rem 3%;height: 0.4rem;border-radius: 0.05rem;background: #e9e9e9;color: #787878;line-height: 0.4rem;text-align: center;font-size: 0.13rem;border: none;}
.cash_xx{width: 100%;padding: 0 12px;font-size:.1rem;}
.cash_xx ul{padding: 3%;background:#fff;border-radius: .05rem;border: 0.02rem #c1c1c1 dashed;}
.cash_xx ul p:nth-of-type(1) {
    position: static;
    text-align: center;
    width: 100%;
    font-size: 0.8rem;
    height: 0.6rem;
    line-height: 0.6rem;
    color: #a1a1a1;
}
.cash_xx ul p:nth-of-type(2) {
    position: static;
    text-align: center;
    width: 100%;
    font-size: 0.13rem;
    color: #a1a1a1;
}
.cash_xx ul li{overflow:hidden;}
.cash_xx ul li em, .cash_xx ul li span{float:left;}
.cash_xx ul li em{padding-right:.05rem;}
.cash_c{padding:.1rem;}
.cash_c li{padding-bottom:5px;}
.cash_c p{height:30px;line-height:30px;color:#333;font-size:16px;margin:0;}
.cash_c input{width:100%;height:30px;line-height:30px;border-radius: 5px;border:0;padding:5%;}
.cash_c input:disabled{width:100%;height:30px;line-height:30px;border-radius: 5px;border:0;padding:5%;background-color: #fff !important; }
.cash_assets{padding: 3%;background: #fff;border-radius: 0.05rem;margin-bottom: 10px;}
.cash_assets p{font-size: 14px;}
.cash_assets span{color: #228f27;}
/* 签约银行 */
.bank-info-modal{
	background: #1b1b1b;
}
.bank-info-modal ul{
	margin-top: 0.8rem;
	width: 100%;
	height: auto;
}
.bank-info-modal ul li{
	width: 100%;
	height: 0.51rem;
	border-bottom: 1px solid #343438;
}
.bank-info-modal ul li span{
	display: inline-block;
    vertical-align: middle;
    width: 1rem;
    height: 0.5rem;
    text-align: right;
    font-size: 0.12rem;
    line-height: 0.5rem;
    color: white;
}
.bank-info-modal ul li input {
    display: inline-block;
    vertical-align: middle;
    border: none;
    padding: 0;
    width: 2rem;
    height: 0.5rem;
    color: #fdbe19;
    background: transparent;
    font-size: 0.14rem;
    line-height: 0.5rem;
    margin: 0 0 0 0.1rem;
    overflow: hidden;
  }
.bank-info-modal ul li select{
 	vertical-align: middle;
 	-webkit-font-smoothing:initial;
	font-family: arial;
	color: #fdbe19;
	background: transparent;
	border: 1px solid #fdbe19;
 }
.order-modal .button-bar {
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 45px;
    line-height: 45px;
    position: absolute;
}
.order-modal .button-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
}
.order-modal .button-bar > .button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    overflow: hidden;
    padding: 0 16px;
    width: 0;
    border-width: 1px 0px 1px 1px;
    border-radius: 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}
.order-modal .button-bar .button-dark {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    border: none !important;
    border-radius: 0px 0px 0px 0px;
    background-color: rgb(38, 40, 52);
}

.order-modal .button-bar .button-balanced {
    font-size: 14px;
    border: none !important;
    border-radius: 0px 0px 0px 0px;
    background-color: rgb(185, 60, 65);
}

.order-modal .input-label {
    color: rgb(200, 200, 200);
    font-size: 14px;
    padding-left: 25px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.order-modal .input-content {
    color: rgb(200, 200, 200);
    font-size: 14px;
}
/*===================================
user_setup
====================================*/
.user_setup_list{
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
    line-height: 50px;
    padding: 0 10px;
    font-size: 14px;
    margin: 10px 0;
    display: flex;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.user_setup_list .setting-title{
    font-weight: 600;
    margin-bottom: 5px;
}
.user_setup_list .setup_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
}
.user_setup_list .setup_item .left{
}
.user_setup_list .setup_item .right span{
    padding-right: 15px;
}

.user_setup_list a{display:block;overflow:hidden;}
.user_setup_list span{float:left;}
.user_setup_list i{float:right;color:#d2d2d2;font-size:16px;display:block;text-align:center;height:50px;line-height:50px;}
.user_setup_list i:before{content: "\F125";}
.user_setup_out a{margin:0 10px;background:#d05067;color:#fff;display:block;height:50px;line-height:50px;text-align:center;font-size:16px;border-radius: 5px;}
.setip_zjmm_list{padding:5px 10px;}
.setip_zjmm_list p{font-size:12px;height:27px;line-height:27px;}
.setip_zjmm_list input{border:1px solid #c8c8c8;height:30px;line-height:30px;width:100%;padding:0 12px;border-radius: 5px;font-size:14px;}
.setip_zjmm_qd{padding:20px 10px 0 10px;}
.setip_zjmm_qd button{width:100%;border:0;text-align:center;background:#5a8af6;color:#fff;height:40px;line-height:40px;border-radius: 5px;font-size:16px;}
.setip_zjmm_list .content {
    border: 1px solid #c8c8c8;
    height: 30px;
    line-height: 30px;
    width: 90%;
    padding: 0 5%;
    border-radius: 5px;
    font-size: 14px;
    background: #fff;
}
.setip_zjmm_list .select {
    background: #ffffff;
    position: absolute;
    left: 30px;
    /*padding: 0px 10px;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #DFDFE5;
    -o-border-image: linear-gradient(to bottom, transparent 10%, #DFDFE5 50%, transparent 90%) 1;
    border-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(50%, #DFDFE5), color-stop(90%, transparent)) 1;
    border-image: linear-gradient(to bottom, transparent 10%, #DFDFE5 50%, transparent 90%) 1;
    font-size: 16px;
    background-color: transparent !important;
    margin-top: 5px;
    border-left: none;
}
/*在线客服*/
.on_service{width:100%;display: table;}
.on_service_l{overflow:hidden;clear:both;zoom: 1;padding:10px;display: table;}
.on_service_l_img{padding-right:10px;display:table-cell;vertical-align: top;}
.on_service_l_img img{width:40px;height:40px;border-radius: 50%;}
.on_service_l_con{background:#fff;font-size:16px;line-height:27px;padding:8px 10px 8px 10px;word-break:break-all;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;}
.on_service_r{overflow:hidden;clear:both;zoom: 1;padding:10px;display: table;float:right;}
.on_service_r_img{padding-left:10px;display:table-cell;vertical-align: top;}
.on_service_r_img img{width:40px;height:40px;border-radius: 50%;}
.on_service_r_con{background:#fff;font-size:16px;line-height:27px;padding:8px 10px 8px 10px;word-break:break-all;border-top-left-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;}
.on_service_con{width:100%;background:#fff;overflow:hidden;clear:both;position: fixed;bottom:55px;}
.on_service_con textarea{float:left;width:70%;margin-right:5%;border:0;line-height:27px;font-size:16px;padding:10px;resize:none;}
.on_service_con_r{float:left;width:25%;text-align:center;}
.on_service_con_file{width: 100%;position: relative;display: inline-block;overflow: hidden;padding-top:10px;}
.on_service_con_file input.on_service_con_file2 {position: absolute;font-size: 100px;right: 0;top: 0;opacity: 0;}
.on_service_con_but button{background:#ffc932;border:0;color:#fff;width:70%;font-size:16px;line-height:30px;margin-top:10px;    border-radius: 5px;}

.content{
    margin-top: 0.15rem;
    overflow: auto;
    padding: 0 12px;
}
.content .kefu-top{
    padding: 0;
    margin: 0;
}
.content .kefu-top img{
    width: 100%;
    border-radius: 7px;
}
.content .kefu-title {
    padding: 0.01rem 0.1rem;
    background: #fff;
    border-radius: 0.05rem;
}
.content .kefu-title h2 {
    font-size: 0.2rem;
    font-weight: 600;
    color: #333;
}
.content .kefu-title p {
    font-size: 0.14rem;
    color: #686f7b;
    height: 0.6rem;
    line-height: 0.2rem;
}
.content .kefu-list{
    /*top: 0.2rem;*/
    position: relative;
    margin-top: 0.05rem;
    border-radius: 0.01rem;
    color: #ffffff;
}
.content .kefu-item{
    border-radius: 0.05rem;
    padding: 0.12rem 0.1rem 0.12rem 0;
    line-height: 0.5rem;
    display: flex;
    align-items: center;
    background: #ffffff;
    margin-top: 0.1rem;
}
.content .kefu-list .list-left{
    color: #000;
    flex: 1;
    padding-left: 0.08rem;
    align-items: center;
    display: flex;
}
.content .kefu-list .list-left img{
    width: 0.6rem;
}
.content .kefu-list .list-left p {
    color: #6f6f6f;
    font-size: 0.15rem;
    padding-left: 0.1rem;
}
.content .kefu-list .list-left p span{
    color: #7f7f7f;
    line-height: 0.5rem;
    height: 0.5rem;
    font-size: 0.24rem;
}    
.content .kefu-list .list-right{
    padding: 0 0.1rem;
    width: auto;
    height: 0.3rem;
    text-align: center;
    line-height: 0.3rem;
    background: linear-gradient(to right, #287eff, #0066ff);
    border-radius: 0.05rem;
    font-size: 0.14rem;
    font-weight: 500;
    color: #fff;
}
/*===================================
reglist
====================================*/
.main-container .recRecord-list{
    border: solid 1px #e5e5e5;
    background: #fff;
    border-radius: 7px;
    margin: 0.1rem 0;
}
.main-container .recRecord-list span {
    padding: 0 0.2rem;
    font-weight: 400;
    color: #000;
    font-size: 14px;
    width: 100%;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.2;
}
/*===================================
inform
====================================*/
.main-container .title-bg {
    height: 100%;
    margin-top: 55px;
}
.main-container .title-content {
    background-color: #fff;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    margin: 10px 0px;
    padding: 16px;
    border: 1px solid #f1f1f1;
}
.main-container .title-content .title-up{
    display: block;
    font-size: 14px;
    line-height: inherit;
}
.main-container .title-content .title-down{
    margin-top: 5px;
    font-size: 12px;
    line-height: inherit;
}
.main-container .title-content .title-right{
    float: right;
}
.main-container .title-content .title-right i{
    float: left;
    line-height: 0;
    color: #d2d2d2;
    font-size: 16px;
}
.main-container .title-content .title-right i:before {
    content: "\F125";
}
.main-container .inform-info{
    color: #333333;
    padding: 10px 0;
}
/*===================================
invest
====================================*/
.invest-header{
    width: 100%;
    display: flex;
    height: 0.45rem;
    align-items: center;
    border-bottom: 0.001rem solid #e1e1e1;
    background: #fff;
}
.invest-header .left {
    display: flex;
    align-items: center;
    font-size: .426667rem;
    font-weight: 400;
    padding-left: 0.1rem;
}
.invest-header .left span{
    font-size: .16rem;
}
.invest-header a i {
    color: #939393;
    font-size: 16px;
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-right: 0.1rem;
}
.invest-header a i:before {
    content: "\F124";
}
.invest-header .right {
    flex: 1;
    padding-right: 0.1rem;
}
.invest-header .right .rightBtn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: var(--ex-primary-color);
    font-size: .373333rem;
}
.invest-header .right .rightBtn .rightIcon {
    margin-left: 0.15rem;
    font-size: .64rem;
    width: 0.33rem;
    height: 0.33rem;
}
.invest-banner{
    background: url(/static/index/images/icon_invest.png) no-repeat;
    background-size: 100% 100%;
    height: 2.0rem;
}

.invest-account {
    font-size: .15rem;
}
.invest-account .title {
    padding: 0.2rem 0;
    display: flex;
    align-items: center;
}
.invest-account .title .usdt {
    font-size: .906667rem;
    width: 0.4em;
    height: 0.4em;
}
.invest-account .title p {
    font-weight: 600;
    margin-left: 0.1rem;
    font-size: .2rem;
}
.invest-account .fund {
    border: 0.001rem solid #e1e1e1;
    border-radius: 0.1rem;
    position: relative;
}
.invest-account .fund .zhiyaimg {
    position: absolute;
    font-size: 1.333333rem;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    width: 0.5em;
    height: 0.5em;
}
.invest-account .fund .top, .invest-account .fund .bottom {
    display: flex;
    justify-content: space-between;
}
.invest-account .fund .top .left, .invest-account .fund .top .right, .invest-account .fund .bottom .left, .invest-account .fund .bottom .right {
    width: 100%;
    height: 100%;
    padding: 0.2rem 0.2rem;
}
.invest-account .fund .top .left p, .invest-account .fund .top .left span, .invest-account .fund .top .right p, .invest-account .fund .top .right span, .invest-account .fund .bottom .left p, .invest-account .fund .bottom .left span, .invest-account .fund .bottom .right p, .invest-account .fund .bottom .right span {
    max-width: 100%;
    word-break: break-word;
}
.invest-account .fund .top p, .invest-account .fund .bottom p {
    font-size: .2rem;
    margin-bottom: 0.01rem;
}
.invest-account .fund .top .right, .invest-account .fund .bottom .right {
    border-left: 0.001rem solid #e1e1e1;
    text-align: right;
}
.invest-account .fund .bottom {
    border-top: 0.001rem solid #e1e1e1;
}
.invest-project {
    margin-bottom: 65px;
}
.invest-project .projectList .box {
    margin-top: 0.2rem;
    cursor: pointer;
    border: 0.001rem solid #e1e1e1;
    border-radius: 0.1rem;
}
.invest-project .projectList .box .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.001rem solid #e1e1e1;
    padding: 0.1rem 0.1rem;
}
.invest-project .projectList .box .top .top_left {
    display: flex;
    align-items: center;
}
.invest-project .projectList .box .top .top_left .usdt {
    font-size: .18rem;
    margin-right: 0.1rem;
    width: 0.3rem;
    height: 0.3rem;
}
.invest-project .projectList .box .top .top_left .title {
    font-weight: 700;
    color: var(--ex-default-font-color);
}
.invest-project .projectList .box .top .top_right {
    min-width: 0.8rem;
    padding: 0.03rem 0.1rem;
    background: #17ac74;
    color: #fff;
    text-align: center;
    border-radius: 0.04rem;
    font-size: 0.14rem;
}
.invest-project .projectList .box .content {
    display: flex;
    padding: 0.1rem 0.1rem;
    justify-content: space-between;
}
.invest-project .projectList .box .content .left {
    display: flex;
    flex-direction: column;
}
.invest-project .projectList .box .content .left>div {
    flex: 1;
    display: flex;
    align-items: center;
    color: #4f4f4f;
    font-size: .16rem;
}
.invest-project .projectList .box .content .left>div p {
    min-width: 0.45rem;
    font-size: 0.14rem;
}
.invest-project .projectList .box .content .left>div span {
    margin-left: 0.05rem;
    font-size: .16rem;
    font-weight: 600;
}
.invest-project .projectList .box .content .right {
    width: 0.8rem;
    height: 0.9rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.invest-project .projectList .box .content .right .zhiyacard {
    width: 80px;
    border-radius: 0.133333rem;
}

.invest-gold-banner{
    padding: 0.15rem 0;
}
.invest-gold-banner .bgImg{
    margin: 0 0.12rem;
}
.invest-gold-banner .bgImg .img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.invest-gold-account {
    font-size: .12rem;
}
.invest-gold-account .title {
    padding: 0.2rem 0;
    display: flex;
    align-items: center;
}
.invest-gold-account .title .usdt {
    font-size: .906667rem;
    width: 0.4em;
    height: 0.4em;
}
.invest-gold-account .title p {
    font-weight: 600;
    margin-left: 0.1rem;
    font-size: .2rem;
}
.invest-gold-account .fund {
    border: 0.001rem solid #e1e1e1;
    border-radius: 0.1rem;
    position: relative;
}
.invest-gold-account .fund .zhiyaimg {
    position: absolute;
    font-size: 1.333333rem;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 45%;
    width: 0.5em;
    height: 0.5em;
}
.invest-gold-account .fund .top {
    width: 100%;
    height: 100%;
    padding: 0.1rem 0.1rem;
    text-align: center;
}
.invest-gold-account .fund .center, .invest-gold-account .fund .bottom {
    display: flex;
    justify-content: space-between;
    border-top: 0.001rem solid #e1e1e1;
}
.invest-gold-account .fund .center .left, .invest-gold-account .fund .center .right, .invest-gold-account .fund .bottom .left, .invest-gold-account .fund .bottom .right, .invest-gold-account .fund .bottom .middle {
    width: 100%;
    height: 100%;
    padding: 0.1rem 0.1rem;
    height: 0.65rem;
}
.invest-gold-account .fund .center .left p, .invest-gold-account .fund .center .right p, .invest-gold-account .fund .bottom .left p, .invest-gold-account .fund .bottom .right p {
    max-width: 100%;
    word-break: break-word;
}
.invest-gold-account .fund .center .left span, .invest-gold-account .fund .center .right span, .invest-gold-account .fund .bottom .left span, .invest-gold-account .fund .bottom .right span {
    max-width: 100%;
    word-break: break-word;
}
.invest-gold-account .fund .center p, .invest-gold-account .fund .bottom p {
    font-size: .16rem;
    margin-bottom: 0.01rem;
}
.invest-gold-account .fund .center .right, .invest-gold-account .fund .bottom .right {
    border-left: 0.001rem solid #e1e1e1;
    text-align: right;
}
.invest-gold-account .fund .bottom .middle {
    border-left: 0.001rem solid #e1e1e1;
    text-align: center;
}
.invest-gold-account .fund .bottom {
    border-top: 0.001rem solid #e1e1e1;
}
.invest-funList {
    padding: 0.2rem 0;
}
.invest-funList .item {
    box-shadow: 0 0.01rem 0.05rem 0.02rem #8787871f;
    border-radius: 0.1rem;
    background: #fff;
    margin-bottom: 0.15rem;
    padding: 0.1rem 0.1rem;
    box-sizing: border-box;
}
.invest-funList .item .top {
    display: flex;
    font-size: .18rem;
    color: #333;
    align-items: center;
}
.invest-funList .item .fw-bold {
    font-family: PingFang SC-Bold,PingFang SC;
    font-weight: 700;
}
.invest-funList .item .dataList {
    margin-top: 0.1rem;
    padding-right: 0.1rem;
    position: relative;
}
.invest-funList .item .dataList .left .leftTop {
    display: flex;
    justify-content: space-between;
    font-size: .32rem;
    color: #df163d;
    align-items: center;
    margin-bottom: 0.1rem;
}
.invest-funList .item .dataList .left .leftTop .tip_left {
    display: flex;
}
.invest-funList .item .dataList .left .leftTop .itemImg {
    width: 0.55rem;
    height: 0.55rem;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0.05rem;
    margin-right: 0.1rem;
}
.invest-funList .item .dataList .left .leftTop .rightImg {
    width: auto;
    height: 0.5rem;
}
.invest-funList .item .dataList .left .leftBottom {
    padding: 0.1rem 0;
}
.invest-funList .item .dataList .left .centerNum {
    font-size: .14rem;
    color: #7d7d7d;
    display: flex;
    align-items: center;
    margin-bottom: 0.05rem;
    justify-content: space-between;
}
.invest-funList .item .dataList .left .centerNum>div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.invest-funList .item .dataList .left .centerNum .starImg {
    width: 0.1rem;
    height: 0.1rem;
    margin-right: 0.05rem;
}
.invest-funList .item .dataList .left .centerNum .money {
    font-size: .14rem;
    color: #333;
}
.invest-funList .item .line {
    margin-top: 0.05rem;
    height: 0.06rem;
    background: #17ac74;
    border-radius: 0.133333rem;
}
.invest-funList .item .line .hight {
    height: 0.06rem;
    background: #FF9800;
    border-radius: 0.133333rem;
}
.invest-funList .item .invest-buy {
    margin-top: 0.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.invest-funList .item .invest-buy .buyL {
    display: flex;
    font-size: .16rem;
    color: #7d7d7d;
}
.invest-funList .item .invest-buy .buyL .num {
    color: #009688;
}
.invest-funList .item .invest-buy .buyR {
    padding: 0.03rem 0.1rem;
    background: #17ac74;
    border-radius: 0.03rem;
    color: #ffffff;
    font-size: .14rem;
    display: flex;
    align-items: center;
    margin-left: 0.133rem;
}
.invest-record {
    width: 100%;
}
.invest-record .investRecord-title{
    width: 100%;
    height: 0.35rem;
    display: flex;
    position: relative;
        background: #fff;
    width: 100%;
    font-size: 14px;
}

.invest-record .investRecord-title .title-list{
    width: 50%;
    text-align: center;
    height: 34px;
    line-height: 34px;
}
.invest-record .investRecord-title .active span {
    color: #0066ff;
}
.invest-record .investRecord-title .active span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    display: inline-block;
    width: 30px;
    border-bottom: 3px solid #0066ff;
    transform: translateX(-50%);
}
.invest-record .investRecord-list{
    width: 100%;
    padding: 0.1rem;
    background: #fff;
    border-radius: 0.06rem;
    margin-bottom: 0.15rem;
    border: 0.001rem solid #e1e1e1;
}
.invest-record .investRecord-container{
    margin: 12px;
    border-radius: 7px;
}
.invest-record .investRecord-container .investRecord-list .investRecord-top{
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 45px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 10px;
    /*border-bottom: 0.001rem solid #e1e1e1;*/
}
.invest-record .investRecord-container .investRecord-list .investRecord-top .investLeft{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    align-items: center;
}
.invest-record .investRecord-container .investRecord-list .investRecord-top .investLeft img {
    width: 0.3rem;
    height: 0.3rem;
}
.invest-record .investRecord-container .investRecord-list .investRecord-top .investLeft span {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    margin-left: 5px;
}
.invest-record .investRecord-container .investRecord-list .investRecord-top .investBtn{
    height: 0.25rem;
    line-height: 0.25rem;
    background: #03997e;
    border-radius: 0.04rem;
    padding: 0rem 0.15rem;
    color: #ffffff;
    font-size: 0.14rem;
}
.invest-record .investRecord-container .investRecord-list .investRecord-content{
    text-align:center;
    font-size:12px;
}
.invest-record .investRecord-container .investRecord-list .investRecord-content ul{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.invest-record .investRecord-container .investRecord-list .investRecord-content ul li{
    line-height: 24px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;;
}
.invest-record .investRecord-container .investRecord-list .investRecord-content ul li:nth-child(1) {
    text-align: left !important;
}
.invest-record .investRecord-container .investRecord-list .investRecord-content ul li:last-child {
    text-align: right !important;
}
.invest-record .investRecord-container .investRecord-list div:nth-child(2){
    border-bottom: 0.001rem solid #e1e1e1;
}

/*===================================
trade
====================================*/
.trade-header{
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.trade-header a{
    display: block;
    width: 50%;
    height: 40px;
    text-align: center;
        position: relative;
}
.trade-header .item span{
    color: #454c69;
}
.trade-header .item.active span {
    color: #0066ff;
}
.trade-header  .item.active::after {
    background: #0066ff;
    border-radius: 3px;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40%;
}
.trade-pro{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.trade-pro .left{
    display: flex;
    justify-content: center;
    align-items: center;
}
.trade-pro .left img {
    width: 23px;
    height: 23px;
    margin-right: 3px;
}
.trade-pro .left span:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-kline:before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/icon_kline.png) 100% 100% no-repeat;
    background-size: 100%;
}
.icon-futuresOrder:before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/icon_record.png) 100% 100% no-repeat;
    background-size: 100%;
}
.icon_chicang:before {
    display: inline-block;
    content: "";
    width: 18px;
    height: 18px;
    background: url(../img/icon_chicang.png) 100% 100% no-repeat;
    background-size: 100%;
}
.icon_munu:before {
    display: inline-block;
    content: "";
    width: 18px;
    height: 18px;
    background: url(../img/icon_munu.png) 100% 100% no-repeat;
    background-size: 100%;
}
.lever-area {
    display: flex;
    /*padding: 0 16px;*/
}
.lever-area .pull-left {
    flex: 5;
    display: flex;
    flex-direction: column;
    padding-bottom: 5px;
}
.lever-area .pull-left .switch-col {
    height: 40px;
    padding: 0px 0 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.lever-area .pull-left .switch-col span {
    position: relative;
    display: inline-block;
    width: 48%;
    height: 35px;
    border-radius: 2px;
    background-color: #f2f2f2;
}
.lever-area .pull-left .switch-col span a {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #202020;
    text-decoration: none;
}

.pull-left .col {
    background-color: #00ad8e;
    color: #fff !important;
}
.sell .col {
    background-color: #e15e5c;
    color: #fff !important;
}
.dropdown {
    position: relative;
    display: inline-block;
    color: #ffffff;
    background: none;
    border: none;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 10px;
    font-size: 14px;
}
.dropbtn {
    background: none;
    color: #525252;
    padding-right: 5px;
    font-size: 14px;
    border: none;
    text-align: left;
    cursor: pointer;
    position: relative;
    width: 100%;
}
.dropbtnst {
    background: none;
    color: #525252;
    text-align: left;
    padding: 2px 20px 2px 5px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    width: 100%;
}
.dropbtnst:hover, .dropbtnst:focus {
    background: #f2f2f2;
}
.dropdownst {
    position: relative;
    display: inline-block;
}
.dropdownst .showst {
    display: block;
}
.dropdown-contentst {
    display: none;
    position: absolute;
    background-color: #0b1622;
    min-width: 120px;
    overflow: auto;
    /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
    z-index: 99;
}
.dropdown-contentst a {
    color: #202020;
    background-color: #f2f2f2;
    padding: 10px 10px;
    text-decoration: none;
    display: block;
}
.icon-drop:before {
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    background: url(../img/icon_drop.png) 100% 100% no-repeat;
    background-size: 100%;
}
.dropdown-content {
    display: none;
    position: absolute;
    color: #202020;
    background-color: #f2f2f2;
    min-width: 160px;
    overflow: auto;
    /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
    z-index: 1;
}
.dropdown-content a {
    color: #486277;
    padding: 10px 10px;
    text-decoration: none;
    display: block;
}
.dropdown .show {
    display: block;
}
.lever-area .pull-left .icon-drop{
    position: absolute;
    right: 4px;
    top: 3px;
}
#place .control {
    display: block;
    height: 34px;
}
#bibi-text {
    display: block;
    width: 76%;
    text-align: center;
    color: #000000;
    border: 1px solid #828282;
    background-color: #f2f2f2;
    float: left;
    height: 34px;
}
#bibi-text.actives {
    border-color: #0066ff;
}
.bibi-text2 {
    width: 12%;
    text-align: center;
    border-bottom: 1px solid #33333387;
    border-top: 1px solid #33333387;
    border-right: 0px;
    border-left: 0px;
    float: left;
    color: #525252 !important;
    background: #f2f2f2;
    border: none !important;
    height: 34px;
}
.bibi-ky span{
    color: #525252;
}
.bibi-sl .bibi-sl-inp1{
    padding: 0 5px;
    text-align: left;
    color: #000;
    height: 34px;
    width: 70%;
    float: left;
    border: none;
    border-radius: 4px 0px 0px 4px;
    background-color: #f2f2f2;
}
.bibi-sl .bibi-sl-inp2 {
    width: 30%;
    height: 34px;
    color: #000;
    text-align: center;
    float: right;
    border: none !important;
    border-radius: 0px 4px 4px 0px;
    background-color: #f2f2f2 !important;
    padding: 0 3px;
}
.bibi-bfb {
    width: 100%;
    height: 25px;
    margin: 10px 0;
}
.bibi-bfb ul li {
    width: 23%;
    float: left;
    text-align: center;
    border: none;
    color: #828282;
    background: #f2f2f2;
    border-radius: 2px;
    height: 28px;
    line-height: 28px;
}
.bibi-bfb ul li.actives {
    background: #cdcdcd;
    color: #ffffff;
}
.bibi-bfb ul li:nth-child(2), .bibi-bfb ul li:nth-child(3), .bibi-bfb ul li:nth-child(4) {
    margin-left: 2.5%;
}
.bibi-cje {
    width: 100%;
}
.bibi-cje .bibi-cje-text{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.bibi-cje .bibi-cje-text .lt {
    width: 25%;
    color: #555555;
}
.bibi-cje .bibi-cje-text span {
    display: block;
    height: auto;
    line-height: 20px;
    color: #323232;
}
.transactionAmount{
    margin-bottom: 10px;
}
.transactionAmount .buy_button {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    outline: none;
    border: none;
    color: #fff;
    font-size: 18px;
    background-color: #00ad8e;
    margin-top: 13px;
    border-radius: 2px;
    font-weight: bold;
}
.transactionAmount .sell_button {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    outline: none;
    border: none;
    color: #fff;
    font-size: 18px;
    background-color: #e15e5c;
    margin-top: 13px;
    border-radius: 2px;
    font-weight: bold;
}
.lever-area .pull-right{
    flex: 3;
    display: flex;
    flex-direction: column;
    padding: 16px 0px 16px 16px;
}
.lever-area .pull-right .order-title{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #94989c;
}
.lever-area .pull-right .order-list{
    display: flex;
    flex-direction: column;
    margin-top: 11px;
}
.lever-area .pull-right .order-list .sell-list .item{
    display: flex;
    justify-content: space-between;
    margin-top: 11px;
    font-size: 14px;
    position: relative;
}
.lever-area .pull-right .order-list .sell-list .item .price{
    color: #c64c5e;
    z-index: 2;
}
.lever-area .pull-right .order-list .sell-list .item .number{
    color: #bbbbbb;
    z-index: 2;
    font-size: 13px;
}
.lever-area .pull-right .order-list .buy-list .item{
    display: flex;
    justify-content: space-between;
    margin-top: 11px;
    font-size: 14px;
    position: relative;
}
.lever-area .pull-right .order-list .buy-list .item .price{
    color: #12caa1;
    z-index: 2;
}
.lever-area .pull-right .order-list .buy-list .item .number{
    color: #bbbbbb;
    z-index: 2;
    font-size: 13px;
}
.lever-area .pull-right .order-list .now-price .red{
    color: #c64c5e !important;
}
.lever-area .pull-right .order-list .now-price .gre{
    color: #12caa1 !important;
}
.lever-area .pull-right .order-list .now-price .price{
    margin-top: 11px;
    font-size: 14px;
    color: #526172;
}
.pull-right .layui-progress{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 25px;
    line-height: 25px;
    background: none;
}
.pull-right .layui-progress-bar{
    left: unset;
    right: 0;
    border-radius: 0;
    position: absolute;
    top: 0;
    width: 0;
    max-width: 100%;
    text-align: right;
    transition: all .3s;
    -webkit-transition: all .3s
}
.pull-right .layui-bg-green{
    background-color: #19ab62 !important;
    opacity:0.2;
}
.pull-right .layui-bg-red{
    background-color: #ee4e55 !important;
    opacity:0.2;
}
.pull-right .layui-progress-big,.pull-right .layui-progress-big .layui-progress-bar{
    height: 25px;
    line-height: 25px;
}

.bibi-tabs{
    margin-bottom: 60px;
    margin-top: 10px;
}
.bibi-tabs div:nth-child(1) {
    /*padding: 10px 0 0 0;*/
}
.bibi-tabs .bibi-title{
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.bibi-tabs .bibi-title .left{
    width: 60%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.bibi-tabs .bibi-title .left .title{
    margin: 0 !important;
    font-size: 16px;
    line-height: 20px;
    color: #525252;
}
.bibi-tabs .bibi-title .left .bibi-mr {
    line-height: 30px;
    margin-left: 2%;
}
.bibi-tabs .bibi-title .left .bibi-mr .dropdownvu {
    position: relative;
    display: inline-block;
}
.bibi-tabs .bibi-title .left .bibi-mr .dropdownvu .dropbtnvu {
    background: none;
    color: #828282;
    padding: 2px 5px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}
.bibi-tabs .bibi-title .left .bibi-mr .dropdownvu .dropdown-contentvu {
    display: none;
    position: absolute;
    background-color: #f2f2f2;
    min-width: 160px;
    overflow: auto;
    /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
    z-index: 99;
}
.bibi-tabs .bibi-title .left .bibi-mr .dropdownvu .showvu {
    display: block;
}
.bibi-tabs .bibi-title .left .bibi-mr .dropdownvu .dropdown-contentvu a {
    color: #202020;
    padding: 1px 5px;
    text-decoration: none;
    display: block;
}
.bibi-tabs .bibi-title .right{
    font-size: 16px;
        display: flex;
    justify-content: center;
    align-items: center;
}
.bibi-tabs .bibi-order {
    width: 100%;
    border-bottom: 1px solid #f7f7f7;
    background: #ffffff;
    padding: 10px;
    margin: 10px 0;
    border-radius: 7px;
}
.bibi-tabs .bibi-order .tabs-part {
    width: 100%;
    height: 45px;
}
.bibi-tabs .bibi-order .tabs-part .item{
    color: #333;
}
.bibi-tabs .bibi-order .tabs-part .item .green {
    color: #13ac59;
}
.bibi-tabs .bibi-order .tabs-part .item .red {
    color: #d74e5a;
}
.bibi-tabs .bibi-order .tabs-part .item .title{
    color: #7b7b7b;
    line-height: 26px;
}
.bibi-tabs .bibi-order .tabs-part .item .bibi-state {
    background: #f2f2f2;
    border-radius: 2px;
    padding: 5px 20px;
    color: #202020;
    font-size: 12px;
    line-height: 1.2;
    box-sizing: border-box;
}
.bibi-tabs .bibi-order .tabs-part .item button {
    padding: 7px 10px;
    color: #ffffff;
    background: #28ba98;
    font-size: 12px;
    border-radius: 4px;
    border: none;
    box-sizing: border-box;
    display: inline-block;
}
.futures-mark{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
}
#cc_modals{
    width: 80%;
    position: fixed;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px 0;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    z-index: -10;
    transform: scale(0.5);
    opacity: 0;
    transition: all 0.3s;
}
.cc_modals{
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;

}
#cc_modals.show{
    transform: scale(1);
    opacity: 1;
    z-index: 999!important;
}
#cc_modals.hide{
    display: none;
}
.cc_modals-header{
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 20px;
}
.cc_modals-header span{
    font-size: 16px;
    color: #000000;
}
.cc_modals div{
    width: 100%;
}
.cc_modals .prices-modals{
    height: 30px;
    line-height: 30px;
    color: #333333;
}
.cc_modals .yl, .ks{
    width: 100%;
    text-align: center;
    margin: 10px 0;
    color: #333333;
}
.cc_modals .inputs{
    /*height: 30px;*/
    line-height: 30px;
    /*border: 1px solid #f1f1f1;*/
    border-radius: 2px;
    width: 70%;
    display: inline-block;
}
.cc_modals .clearfix{
    zoom: 1;
}
.cc_modals .reduce{
    border-right: 1px solid #f1f1f1;
    font-size: 40px;
    display: inline-block;
    width: 20%;
    text-align: center;
}
.cc_modals .tc{
    text-align: center;
    box-sizing: border-box;
}
.cc_modals .fl{
    float: left;
    color: #333333;
}
.cc_modals .fr{
    float: right;
    color: #333333;
}
.cc_modals input{
    width: 58%;
    line-height: 28px;
    text-align: center;
    color: #333;
    background: none;
    border: none;
    border-bottom: 1px solid #e1e1e1;
}
.cc_modals .add{
    border-left: 1px solid #f1f1f1;
    font-size: 40px;
    display: inline-block;
    width: 20%;
    text-align: center;
}
.cc_modals-bottom{
    width: 100%;
    height: 40px;
    text-align: center;
}
.cc_modals-bottom .cc_tjbt{
    width: 48%;
    height: 38px;
    line-height: 38px;
    border: 1px solid #f1f1f1;
    color: #ffffff;
    background: #28ba98;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 5px;
}
.cc_modals-bottom .cc_tjqx{
    width: 48%;
    height: 38px;
    line-height: 38px;
    border: 1px solid #f1f1f1;
    color: #7d7d7d;
    background: #737373;
    box-sizing: border-box;
    overflow: hidden;
    background-image: linear-gradient(0deg, #c4c5c7 0, #dcdddf 52%, #ebebeb);
    border-radius: 5px;
}
.order_button {
    padding: 0 16px;
    position: fixed;
    bottom: 70px;
    height: 77px;
    width: 100%;
    z-index: 100;
    display: flex;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.order_button .buy-btn {
    background-color: #00ad8e;
    width: 97.5%;
    margin-left: 2.5%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    color: #fff;
}

.order_button .sell-btn {
    background-color: #e15e5c;
    width: 97.5%;
    margin-left: 2.5%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    color: #fff;
}

/*deposit NEW*/
.currency-box{
    padding: 15px 0 50px 0;
}
.currency-box .box-info{
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 15px;
    background: #fff;
    padding: 0px 15px 15px;
}
.currency-box .box-info .currency-title{
    border-bottom: 1px solid #dadde3;
    padding: 15px 0px;
}
.currency-box .box-info .currency-title .bi-ico {
    width: 30px;
    line-height: 30px;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 10px;
}
.currency-box .box-info .currency-title .ico {
    width: 30px;
    line-height: 30px;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 10px;
}
.currency-box .box-info .currency-title .ico img {
    width: 30px;
    line-height: 30px;
}
.currency-box .box-info .currency-title .name {
    font-size: 18px;
    color: #323232;
}
.currency-box .box-info .type-choose{
    width: 100%;
    padding: 10px 0px;
}
.currency-box .box-info .type-choose .title {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: left;
    font-size: 14px;
}
.currency-box .box-info .type-choose .usdt-type{
    width: 100%;
    height: 34px;
    margin: 10px auto;
}
.currency-box .box-info .type-choose .usdt-type>div.active {
    background-color: #03997e;
}
.currency-box .box-info .type-choose .usdt-type>div {
    width: 50%;
    height: 34px;
    font-size: 12px;
    color: #f2f5ff;
    background-color: #323852;
    text-align: center;
    line-height: 34px;
}
.currency-box .box-info .type-choose .usdc-type{
    width: 100%;
    height: 34px;
    margin: 10px auto;
}
.currency-box .box-info .type-choose .usdc-type>div.active {
    background-color: #03997e;
}
.currency-box .box-info .type-choose .usdc-type>div {
    width: 50%;
    height: 34px;
    font-size: 12px;
    color: #f2f5ff;
    background-color: #323852;
    text-align: center;
    line-height: 34px;
}
.currency-box .box-info .codebox{
    padding: 10px 0;
    border-bottom: 1px solid #dadde3;
}
.currency-box .box-info .codebox #code{
    padding: 0;
    margin: 0 auto;
    width: 160px;
    height: 160px;
    border: none;
    margin-bottom: 15px
}
.currency-box .box-info .codebox #code img{
    width: 160px;
    height: 160px;
}
.currency-box .box-info .codebox .tips {
    font-size: 12px;
    margin-top: 16px;
    font-weight: lighter;
    text-align: center;
}
.currency-box .box-info .codebox .save {
    margin-top: 5px;
    text-align: center;
}
.currency-box .box-info .codebox .save span {
    font-size: 13px;
    font-weight: lighter;
    color: #0066ff;
}
.currency-box .form-item{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 5px 0;
    font-size: 15px;
    color: #303133;
    box-sizing: border-box;
    line-height: 38px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #ededed;
}
.currency-box .form-item .form-list{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}
.currency-box .form-item .form-list .form-left #quanbu{
    font-size: 13px;
    color: #6f7283;
}
.currency-box .form-item .form-list .form-right{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.currency-box .form-item .form-list .form-right p{
    width: 92%;
    max-height: 40px;
    min-height: 20px;
    line-height: 20px;
    text-align: left;
    padding-right: 10px;
    word-wrap: break-word;
}
.currency-box .form-item .form-list .form-right input{
    font: inherit;
    height: 100%;
    line-height: 26px;
    height: 26px;
}
.currency-box .form-item .form-list .form-right .icon-copy:before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/icon-copy.png) 100% 100% no-repeat;
    background-size: 100%;
}
.currency-box .form-item .form-list .form-right .set_address img{
    width: 22px;
    height: 22px;
}
.currency-box .box-form{
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    padding: 0px 15px 15px;
}
.currency-box .currency-btn{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.currency-box .currency-btn p{
    width: 100%;
    font-size: 14px;
    border: none;
    outline: none;
    background: #0066ff;
    color: #fff;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
}
.currency-box .form-item .form-list .form-right>div>span:nth-child(1) {
    color: #f7f7f7;
}
.currency-box .form-item .form-list .form-right div>span:nth-child(2) {
    color: #0066ff;
    font-size: 13px;
}
.currency-box .form-item .form-list .cash-input input{
    width: 75%;
}
.currency-box .form-item .form-list .cash-input div{
    width: 25%;
    color: #6f7283;
    text-align: right;
    padding-right: 5px;
}
.currency-box .form-item .form-list .tongji div{
    font-size: 13px;
    color: #6f7283;
}
.currency-box .form-item .form-list .tongji div>span{
    color: #6f7283 !important;
    padding-right: 3px;
}

/*swap*/
.swap-area{
    margin: 10px 0;
}
.swap-area .swap-from{
    box-sizing: border-box;
    font-size: 12px;
    background-color: #fff;
    border-radius: 6px;
}
.swap-area .swap-from .from-box{
}
.swap-area .swap-from .from-box .swap-switch {
    width: 0.6rem;
    height: 110px;
    border-right: 1px solid #e9e9e9;
    box-sizing: border-box;font-size: 12px
}
.swap-area .swap-from .from-tab{
    margin-left: 0px !important;
}
.swap-area .swap-from .from-tab .from-item{
        height: 40px;
    line-height: 40px;
}
.swap-area .swap-from .layui-form-select dl dd.layui-this {
    background: #3c8aff;
    color: #ffffff;
}
.swap-area .swap-amount {
    border-radius: 6px;
    margin: 10px 0;
    width: 100%;
    background-color: #fff;
    padding: 10px;
}
.swap-area .swap-amount .title {
    font-size: 14px;
    margin-bottom: 10px;
}
.swap-area .swap-input {
    width: 100%;
    height: 40px;
    background-color: #f4f5f7;
    border-radius: 6px;
    padding: 0px 10px;
}
.swap-amount .swap-num{
    background-color: #f4f5f7;
    color: #333;
    font-size: 15px;
    border: 0;
    outline: 0;
    height: 40px;
    font-weight: bold;
}
.swap-area .swap-amount .swap-input span{
    color: #0066ff;
}
.swap-area .swap-remark{
    width: 100%;
    background-color: #ffffff;
    border-radius: 6px;
    padding: 10px;
}
.swap-area .swap-remark .remark-content{
    
}
.swap-area .swap-remark .remark-content .remark-list{
    width: 100%;
    height: 30px;
}
.swap-area .swap-submit{
    padding-top: 50px;
}
.swap-area .swap-submit input{
    width: 100%;
    text-align: center;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background: #0066ff;
    border-radius: 5px;
    font-size: 16px;
    border: none;
}
.order-options{
    width: 100%;
    height: 0.35rem;
    display: flex;
    position: relative;
    text-align: center;
    z-index: 99999999999;
}
.order-options div{
    flex: 1;
    height: 0.23rem;
    margin: 0.06rem 0;
    line-height: 0.23rem;
    font-size: 0.12rem;
}
.order-options div.active{
    color: #0066ff;
}
.order-options div.active span {
    border-bottom: 2px solid #0066ff;
    padding: 5px 0;
}























