@charset 'utf-8';
/* CSS reset */
html{width:100%;height:100%;color:#000;background:#f9f9f9;font-family:tahoma, arial, sans-serif;-webkit-text-size-adjust:none;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,td,strong{padding:0;margin:0;font-family:"Microsoft YaHei",tahoma, arial, sans-serif;}
.cotainer::-webkit-scrollbar,.scroll-box::-webkit-scrollbar{width:0px;height:0px;}
/* html,body{max-width: 800px;margin: 0 auto;} */
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup,i{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
input,button,textarea,select,optgroup,option{font-family:inherit; font-size:inherit;font-style:inherit;font-weight:inherit;}
button,input{border:none;outline:none;padding: 0;background: transparent;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{font-size:12px;}
input:-internal-autofill-selected {
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: inset 0 0 0 1000px #323b5d !important;
}
input:-webkit-autofill{text-fill-color: white;-webkit-text-fill-color: #fff;box-shadow: 0 0 0px 1000px #588bf8  inset !important;}
input:-webkit-autofill:focus {
    box-shadow: 0 0 0px 1000px #588bf8 inset !important;
   }
input{border:0;outline:0;}
input::-webkit-input-placeholder{color: #aaa;font-size: 13px;}
input{background: transparent;color: #333;}
abbr, article, aside, audio, datalist, details, dialog, eventsource, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video{display: block;}
a:link{
    text-decoration: none;
}
.clearfix:after {content:"\200B";display:block;height:0;clear:both;}
.clearfix {*zoom:1;}
.text-center,.tc{
    text-align: center;
}
.text-right{
    text-align: right;
}
.ellipse{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ellipses{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.position-box{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}
.line{
    width: 100%;
    height: .3rem;
    background: #f9f9f9;
}
.btn-bg{
  display: block;
  width: auto;
  height: 1.54rem;
  color: #fff;
  font-size: .52rem;
  line-height: 1.54rem;
  background: #000;
  border-radius: 0.76rem;
  text-align: center;
}
.mt5{
    margin-top: .15rem;
}
.mt15{
    margin-top: .15rem;
}
.mt20{
    margin-top: .2rem;
}
.mt31{
  margin-top: .93rem;
}
.mt32{
  margin-top: .42rem;
}
.mt60{
    margin-top: .6rem;
}
.mt40{
    margin-top: .4rem;
}
.ml15{
    margin-left: .3rem;
}
.green{
    color: #00c483!important;
}
.red{
    color: #db5656!important;
}
.bg-red{
    background: #db5656!important;
}
.bg-green{
    background: #00c483!important;
}
.mask{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    overflow: hidden;
}
.mask-notice{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
    background-color: rgba(0, 0, 0, 0.5);
}
.null-box{
    padding: 2.4rem 0 2.1rem;
    text-align: center;
}
.null-box .icon{
    width: 1.26rem;
    height: 1.26rem;
}
.null-box .text{
    padding-top: .4rem;
    color: #7d7d7d;
    font-size: .52rem;
}
.alert-pwd-box{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1000;
    width: auto;
    padding: 20px 22px 40px;
    background: #fff;
    box-sizing: border-box;
    transform: translateY(-50%);
}
.alert-pwd-box .alert-head{
    position: relative;
    color: #000;
    font-size: 15px;
    text-align: center;
}
.alert-pwd-box .close{
    position: absolute;
    left: 10px;
    top: 24px;
    width: 16px;
    height: 16px;
}
.alert-pwd-box .pwd-box{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 22px;
}
.alert-pwd-box .pwd-box .pwd{
    height: 40px;
}
.alert-pwd-box .pwd-box .pwd .input{
    width: 40px;
    height: 40px;
    color: #4458ed;
    font-size: 20px;
    background: #fff;
    text-align: center;
    border-radius: 6px;
    outline: none;
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    border: 1px solid #66afe9;
    box-sizing: border-box;
}
.alert-pwd-box .pwd-box .pwd:last-child .input{
    /* border-right: none; */
}
.go-top{
    position: fixed;
    right: .2rem;
    bottom: 1.3rem;
    z-index: 9999;
    width: 1.2rem;
    height: 1.2rem;
}
.load-box{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
}
.load-box .load{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10000;
    width: .5rem;
    height: .5rem;
    transform: translate(-50%,-50%);
}
/* 左侧币种弹窗 */
.alert-left{
    position: fixed;
    left: -1px;
    top: 0;
    z-index: 1000;
    width: 270px;
    height: 100%;
    background: #fff;
}
.alert-left .tab-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 246px;
    display: flex;
    align-items: center;
    margin: 0 12px;
    padding: 20px 0 0;
    color: #7f7f7f;
    font-size: 16px;
    border-bottom: 1px solid #e0e0e0;
}
.alert-left .tab-box .tab{
    padding-bottom: 9px;
}
.alert-left .tab-box .active{
    color: #000;
    border-bottom: 2px solid #000;
}
.alert-left .tab-box .tab{
  margin-right: 30px;
}
.alert-left .tab-box .tab:last-child{
    margin-right: 0;
}
.alert-left .ul-box{
    position: absolute;
    top: 62px;
    bottom: 0;
    width: 100%;
    height: auto;
    overflow-y: scroll;
}
.alert-left .ul-box .list .list-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 12px;
    padding: 12px 6px 12px 0;
    border-bottom: 1px solid #e0e0e0;
}
.alert-left .ul-box .list.active{
    background: #f0f5f7;
}
.alert-left .ul-box .list.active .list-box{
    border: none;
}
.alert-left .ul-box .list .t1{
    color: #000;
    font-weight: bold;
}
.alert-left .ul-box .list .t1 span{
    color: #aaa;
    font-size: 12px;
    font-weight: normal;
}
.alert-left .ul-box .list .price{
    color: #d85656;
}
.alert-left .ul-box .list .t1 .money{
  padding-top: 8px;
  color: #aaa;
  font-size: 12px;
}
.alert-left .ul-box .list .list-box .btn-collect{
  width: .5rem;
}
/* 密码提示 */
.alert-tips-box{
  position: fixed;
  top: 50%;
  left: .45rem;
  right: .45rem;
  z-index: 1000;
  width: auto;
  padding: .48rem;
  background: #fff;
  border-radius: .24rem;
  transform: translateY(-50%);
}
.alert-tips-box .title{
  color: #000;
  font-size: .38rem;
}
.alert-tips-box .btn{
  width: 100%;
  margin-top: .6rem;
}
.remind-box{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-y: auto;
  text-align: center;
}
.remind-box .img{
  width: 4rem;
  margin-top: 1rem;
}
.remind-box .info{
  padding: 0 1rem;
    margin-top: 0.36rem;
}
.remind-box .info .title{
    color: #000;
  font-size: .72rem;
}
.remind-box .info .t1{
  margin-top: 0.1rem;
  color: #464646;
  font-size: .36rem;
}
.remind-box .info .t2{
  margin-top: 0.06rem;
  color: #464646;
  font-size: .24rem;
}

.flex-content{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}
.flex {
  display: flex;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

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

.col{
    flex-direction: column;
}
.col-c {
  align-items: center;
}

.col-t {
  align-items: flex-start;
}

.col-b {
  align-items: flex-end;
}

.row {
  flex-direction: row;
}
.row-c {
  justify-content: center;
}

.row-l {
  justify-content: flex-start;
}

.row-r {
  justify-content: flex-end;
}

.row-b {
  justify-content: space-between;
}

.row-a {
  justify-content: space-around;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.b-b-1{
  border-bottom: 1px solid #bbb;
}
