/*login*/
.layui-layer{
    color:#333;
}
.login-wrap {
    background: #1f253d;
}

.login-logo {
    margin-top: 1.5rem;
}

.login-logo img {
    height: 2.2rem;
    width: 2.2rem;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
}

.login-wrap .login-form {
    width: 80%;
    margin: 0.8rem auto 0 auto;
}

.login-wrap .input-container {
    padding-bottom: 0.4rem;
}

.login-wrap .input-control {
    position: relative;
}

.login-wrap .input-control i {
    position: absolute;
    top: 8px;
    left: 15px;
    width: 30px;
    height: 30px;
    font-size: 18px;
}

.login-wrap .input-control .input-field {
    border: none;
    width: 100%;
    height: 42px;
    padding-left: 50px;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 10px;
    background: #fff;
}

.login-wrap .btn-submit {
    width: 100%;
}

.login-wrap .reg-btn {
    display: block;
    text-align: center;
    margin-top: 0.5rem;
    color: #fff;
}

.index-wrap {
    background: #F2F6FC;
}

.index-wrap .head {
    background: #3910ac;
    border-bottom: .1rem;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
    text-align: center;
    color: #fff;
    padding: 0.4rem;
}

.index-wrap .head-title {
    text-align: center;
    font-size: 0.32rem;
}

.index-wrap .head-amount {
    text-align: center;
    font-size: 0.32rem;
    padding: 0.2rem;
    color:#ddd;
}

.index-wrap .info {
    display: flex;
    margin-top: 0.2rem;
    background: #3910ac;
    border-radius: 0.1rem;
    padding:0 0.2rem;
}

.index-wrap .info .info-item {
    flex: 1;
    padding: 0.3rem 0;
    line-height: 0.5rem;
}

.index-wrap .info .title, .index-wrap .info .amount {
    color: #fff;
    text-align: center;
}

.index-wrap .info .title {
    font-size: 0.26rem;
}

.index-wrap .info .amount {
    font-size: 0.26rem;
    color:#ddd;
}

.index-wrap .nav {
    margin-top: 0.2rem;
    padding: 0.2rem;
    background: #fff;
    border-radius: 0.1rem;
}

.index-wrap .nav-list {
    display: flex;
}

.index-wrap .nav-item {
    flex: 1;
    text-align: center;
    font-size: 0.3rem;
    color: #333;
}

.index-wrap .nav-item img {
    width: 0.6rem;
    height: 0.6rem;
}

.index-wrap .content {
    margin-top: 0.2rem;
    padding: 0 0.2rem;
    background: #fff;
    margin-bottom: 1.2rem;
}

.index-wrap .content-title {
    padding: 0.2rem;
    color: #333;
    font-size: 0.3rem;
}

.index-wrap .order-item {
    border-top: 1px solid #ccc;
    padding: 0.05rem;
}

.index-wrap .gray {
    color: #777;
}

.index-wrap .order-info {
    display: flex;
    padding: 0.12rem;
}

.index-wrap .order-sn {
    padding-top: 0.1rem;
    flex: 4;
}

.index-wrap .order-btn {
    flex: 1;
}

.index-wrap .order-amount {
    flex: 3;
}

.index-wrap .order-profit {
    flex: 2
}

.tabbar {
    border-top: 1px solid #ccc;
    height: 1.2rem;
    background:#1f253d;
    position: fixed;
    bottom: 0;
    display: flex;
    width: 100%;
    padding: 0.15rem;
    
}
.tabbar a{
    color:#929292
}
.tabbar .tabbar-item {
    flex: 1;
    text-align: center;
    line-height: 0.32rem;
}

.tabbar img {
    width: 0.5rem;
    height: 0.5rem;
}

.tabbar .active {
    color: #fe7c5e;
}

/*接单页面*/

.order-wrap {}

.order-wrap .head {
    background: #3910ac;
    border-bottom: .1rem;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
    text-align: center;
    color: #fff;
    padding: 0.4rem;
}

.order-wrap .head-info1 {
    font-size: 0.2rem;
    display: flex;
    padding: 0.1rem
}

.order-wrap .account-info {
    display: flex;
    font-size: 0.32rem;
}

.order-wrap .account-info p {
    padding: 0.1rem;
}

.order-wrap .usdt, .order-wrap .status, .order-wrap .usd {
    flex: 1;
    text-align: center;
}

.order-wrap .status {
    font-size: 0.3rem;
    color: #f00;
    padding-top: 0.3rem;
}

.order-wrap .head .tasking {
    color: #0f0;
}

.order-wrap .btn-group {
    margin-top: 0.2rem;
}

.order-wrap .content {
    margin-top: 0.2rem;
    margin-bottom: 1.2rem;
}

.order-wrap .content-title {
    padding: 0.2rem;
    color: #333;
    font-size: 0.3rem;
}

.order-wrap .order-item {
    border-top: 1px solid #ccc;
    padding: 0.15rem;
}
.order-wrap .order-item:nth-child(1) {
    border-top: none;
    padding: 0.15rem;
}

.order-wrap .gray {
    color: #aaa;
}

.order-wrap .order-info {
    display: flex;
    padding: 0.05rem;
}

.order-wrap .order-sn {
    padding-top:5px;
    flex: 3;
}
.order-wrap .order-status{
    flex:1;
    text-align: center;
    color:#0f0;
    padding:3px 0;
}

.order-wrap .order-btn {
    flex: 1;
    border:1px solid #3366ff;
    background: #3366ff;
    text-align: center;
    border-radius: 5px;
    padding:3px 0;
}

.order-wrap .order-amount {
    flex: 3;
}

.order-wrap .order-profit {
    flex: 2
}

.order-wrap .status-bar {
    position: fixed;
    bottom: 1.2rem;
    height: 0.8rem;
    line-height: 0.7rem;
    width: 100%;
    padding: 0 0.2rem;
    font-size: 0.3rem;
    color: #fff;
    background: url(/static/index/images/loading.gif) no-repeat;
    background-position-y: 0.17rem;
    background-position-x: 2rem;
    background-color: rgb(31 37 61);
}


/*个人中心*/
.page-title{
    height: 1.1rem;
    line-height:1.1rem;
    font-size: 0.32rem;
    text-align: center;
    color:#fff;
    position: relative;
    background: #1f253d;

}
.page-title .back{
    position: absolute;
    left:0.4rem;
    font-size: 0.4rem;
    color:#fff;
}


.user-wrap {
    background: #1f253d;
}

/* .user-wrap .page-title{
    height: 1.1rem;
    line-height:1.1rem;
    font-size: 0.32rem;
    border-bottom: 1px solid #ccc;
    text-align: center;
    color:#fff;
    position: relative;
} */
/* .user-wrap .back{
    position: absolute;
    left:0.4rem;
    font-size: 0.4rem;
    color:#fff;
} */


.user-wrap .head {
    background: #3910ac;
    border-bottom: .1rem;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
    text-align: center;
    color: #fff;
    padding: 0.4rem;
    display: flex;
}

.user-wrap .head {
    flex: 1;
}

.user-wrap .user-info {
    flex: 3;
    line-height: 0.55rem;
    text-align: left;
    margin-left: 0.4rem;
}

.user-wrap .head img {
    width: 110px;
    height: 110px;
    border-radius: 50%; 
    
}

.user-wrap .nav-list {
    overflow: hidden;
    padding:0.2rem 0.2rem 0 0.2rem;
    margin-top:0.2rem;
}

.user-wrap .nav-list a {
    float: left;
    width: 3.45rem;
    background: -webkit-gradient(linear, left top, right top, from(#3910ac), to(#409EFF));
    background: linear-gradient(to right, #3910ac, #409EFF);
    border-radius: .1rem;
    margin-bottom: .2rem;
    padding: 0.2rem;
}

.user-wrap .nav-list li{
    display: flex;
    height: 1rem;
    
}

.user-wrap .nav-list .left-l{
    text-align: center;
}

.user-wrap .nav-list img {
    width: .48rem;
    margin: auto;
}

.user-wrap .nav-list .flex-wrap>img{
    width:0.3rem;
}
.user-wrap .nav-list a{
    color:#fff;
}

.user-wrap .nav-list .wa-index-center-fr {
    width: .3rem;
}


.user-wrap .nav-list a:nth-child(2n) {
    margin-left: 0.2rem;
}

.user-wrap .menu-list{
    margin-top:0.2rem;
    padding:0.2rem;
    margin-bottom: 1.2rem;
    min-height: 7rem;
}
.user-wrap .menu-list a{
    width:33%;
    float:left;
    text-align: center;
}
.user-wrap .menu-list li{
    line-height: 0.6rem;
    color:#ccc;
    padding:0.2rem;
   
}
.user-wrap .menu-list li i{
    font-size: 0.5rem;
}

.clear{
    clear: both;
}

/*个人中心*/
.form-wrap{
    background: #1f253d;
    color:#fff
}
.form-wrap .page-title{
    border-bottom: 1px solid #ccc;
}
.form-wrap form{
    background: #1f253d;
    padding:0.2rem;
}
.form-wrap .form-cell{
    display: flex;
    padding:0.2rem;
}
.form-wrap .cell-title{
    flex:1;
    height: 0.7rem;
    line-height: 0.7rem;
}
.form-wrap .cell-body{
    flex:3;
}
.form-wrap .cell-input{
    width:100%;
    border:none;
    background: #fff;
    height: 0.7rem;
    line-height: 0.7rem;
    border-bottom: 1px solid #ccc;
    padding-left:0.2rem;
    border-radius: 0.15rem;
}
.form-wrap .btn-wrap{
    text-align: center;
    margin-top:0.8rem;
}

.tab-wrap {
    height: 1rem;
    display: flex;
    line-height: 1rem;
}
.tab-wrap a{
    flex:1;
    text-align: center;
    color:#fff;
    font-size: 0.32rem;
    border-bottom:1px solid #ccc;
}
.tab-wrap .active{
    color:#3366ff;
    border-bottom: 1px solid #3366ff;
}

/*文章中心*/
.news-wrap{
    background: #1f253d;
    color:#dedede;
}
.news-wrap .page-title{
    border-bottom: 1px solid #ccc;
}
.news-wrap .news-list{
    padding:0.2rem;

}
.news-wrap .news-list li{
    padding:0.2rem 0;
    border-bottom: 1px dotted #ccc;
}
.news-wrap .news-title{
    font-size: 0.32rem;
    color:#efefef;
}
.news-wrap .news-time{
    color:#bbb;
}
.news-wrap .news-time>span{
    float: right;
}

.no-more{
    color:#888;
    text-align: center;
    padding:0.2rem;    
}

.news-wrap .news-content {
    padding:0.2rem;
    margin-bottom: 1.2rem;
}
.news-wrap .title{
    font-size: 0.32rem;
    color:#dedede;
    
}
.news-wrap h4{
    padding:0.1rem 0;
}
.news-wrap .content-text{
    margin-top:0.2rem;
}

.news-wrap .pub-time{
    font-size: 0.3rem;
    color:#888;
}

/*我的团队*/
.team-wrap{
    background: #1f253d;
    color:#dedede;
}
.team-wrap .page-title{
    border-bottom: 1px solid #ccc;
}
.team-wrap .page-body{
    padding:0.2rem;
    margin-bottom: 1.2rem;
}
.team-wrap table{
    border-collapse: collapse;
    width:100%;
}
.team-wrap td{
    text-align: center;
    padding:0.2rem 0;
    border-bottom:1px solid #ccc;
}

/*我的订单*/
.order-wrap{
    background: #1f253d;
    color:#dedede;
}
.order-wrap .page-title{
    border-bottom: 1px solid #ccc;
}

.order-wrap .order-list{
    margin-bottom: 1.2rem;
    padding:0 0.2rem;
}



/*财务明细*/
.financial-wrap{
    background: #1f253d;
}
.financial-wrap .page-title{
    border-bottom: 1px solid #ccc;
}
.financial-wrap .content {
    margin-top: 0.2rem;
    margin-bottom: 2rem;
}

.financial-wrap .content-title {
    padding: 0.2rem;
    color: #333;
    font-size: 0.3rem;
}


.financial-wrap .order-item {
    border-bottom: 1px solid #ccc;
    padding: 0.15rem;
}

.financial-wrap .gray {
    color: #aaa;
}

.financial-wrap .order-info {
    display: flex;
    padding: 0.05rem;
    color:#efefef;
}

.financial-wrap .order-sn {
    flex: 2;
}

.financial-wrap .order-btn {
    flex: 1;
    text-align: right;
}

.financial-wrap .order-amount {
    flex: 2;
}

.financial-wrap .order-profit {
    flex: 1
}

/*实名认证页面*/

.id_card_wrap{
    display: flex;
    margin-top:0.2rem;
}
.id_card_wrap .img-item{
    flex:1;
    padding:0.2rem;
    border:1px dotted #ccc;
    text-align: center;
    border-radius: 0.2rem;
    color:#888;
}
.id_card_wrap .img-item p{
    margin-top:0.1rem;
}
.id_card_wrap .img-item:nth-child(2){
    margin-left: 0.2rem;
}
.id_card_wrap img{
    width:2.6rem;
    height: 2rem;
}