﻿/*登录框*/
.login-box {
    /*background-image: url(../images/bg.jpg);*/
}

.languaue {
    /*float:right;*/
    text-align: right;
}

.layadmin-user-login {
    min-height: 0 !important;
}

.validcode-btn {
    /* position: relative;
    float: right;
    width: 100px;
    padding: 0;
    bottom: 38px;*/
    position: absolute;
    width: 100px;
    padding: 0;
    right: 0px;
    bottom: 0px;
}

.submit-btn {
    margin-left: 0;
    text-align: center;
}

.layui-text a:not(.layui-btn) {
    cursor: pointer;
}

/*概述页*/
.overview-card {
    min-height: 220px
}

.welcome {
    background-color: #009688;
    border-radius: 4px;
}

    .welcome .left, .welcome .right {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

.crm-ico span {
    display: block;
    width: 64px;
    height: 64px;
    background: #009688;
    border-radius: 12px;
    margin: 0 auto 16px;
    font-size: 38px;
    color: var(--color-text-high1,#fff);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .crm-ico span i {
        font-size: 38px;
    }

.crm-ico div {
    text-align: center;
}

.crm-money div {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .crm-money div:first-child {
        font-size: 20px;
        font-weight: 400;
        color: #009688;
    }

    .crm-money div:nth-child(2) {
        font-size: 29.9px;
        color: var(--color-text-15,#262626);
        font-weight: 400;
        margin-top: 12px;
        margin-bottom: 8px;
    }

    .crm-money div:nth-child(3), .crm-money div:nth-child(4) {
        font-size: 12px;
        color: var(--color-text-55,#8c8c8c);
        font-weight: 400;
    }

/*个人中心页*/
.head-image {
    width: 75px;
    height: 75px;
    line-height: 75px;
    margin: 0 auto 10px;
    text-align: center;
    background-color: #009688;
    cursor: pointer;
    color: #fff;
    border-radius: 50%;
    font-size: 26px;
}

.head-name {
    padding: 20px;
    font-size: 26px;
}

.personal-card {
    height: 200px;
    padding-top: 25px;
}

/*.layui-input-prefix {
    text-align: right;
    padding: 0px 15px;
    width: 130px !important;
}

.layui-input-prefix0 {
    text-align: left;
    padding: 0px 0px;
    width: 100px !important;
}*/



/*.layui-tab-content .layui-input {
   min-width:200px;
}*/

.layui-badge {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px;
}

.editmail {
    text-align: center;
    padding: 20px;
    border-radius: 4px;
    /*border: 1px solid #eaedef;*/
    /*width: 200px;*/
    margin: 10px auto;
}

/*入金*/
.crm-depositamount {
    font-size: 29.9px;
    color: #009688;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 8px;
}

.withdraw-card {
    background-color: #fafafa;
    border-radius: 5px;
}

.copy {
    fill: #01aaed;
    cursor: pointer;
    height: 15px;
    color: #01aaed;
    width: 15px !important;
}

.clent div:nth-child(2) {
    font-size: 30px;
    font-weight: 400;
    color: #009688;
}

.add-withdraw {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.languageSelect {
    padding: 0 20px;
    border: 0;
    font-size: 18px
}

    .languageSelect span {
        font-size: 14px
    }

.mt5user {
    font-size: 24px;
    color: #009688;
    font-weight: 400;
    /*width: 150px !important;*/
    text-align: left;
    padding: 9px 0;
}

.layui-table-cell {
    text-align: center;
}

.refresh {
    display: inline-block;
    margin-top: 5px;
    cursor: pointer;
}

.required {
    color: red;
    position: absolute;
    left: 100px;
    top: 10px;
}

.main-content-item {
    line-height: 30px;
}



.maintenance {
    padding: 20px 20px;
    margin-left: 30px;
    font-family: Microsoft YaHei,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",Verdana,SimHei,SimSun;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5;
    white-space: pre-line;
}

.layui-card-body-0 {
    padding: 10px 10px;
}

.submit-btn {
    text-align: center;
}
/* 超小屏幕 */
@media screen and (max-width: 992px) {
    .welcome .left div:first-child {
        font-size: 24px;
        color: #fff;
        margin-bottom: 8.5px;
        line-height: 50px;
        text-align: center;
        padding-left: 15px;
    }

    .welcome .right div:first-child {
        font-size: 14px;
        color: #fff;
        line-height: 50px;
        text-align: center;
        padding-right: 15px;
    }

    .layui-form-label-ct {
        width: 80px;
        padding: 9px 0px;
        text-align: left;
    }

    .layui-input-prefix {
        text-align: left;
        padding: 0px;
        width: 80px !important;
    }

    .form-label {
        position: relative;
        float: left;
        display: block;
        padding: 9px 0px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
        max-width: 190px;
        overflow: hidden;
    }

    .form-labe-margin-left {
        margin-left: 80px;
    }

    .tips {
        padding: 20px 0px;
        margin-left: 0px;
        font-family: Microsoft YaHei,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",Verdana,SimHei,SimSun;
        font-weight: 600;
        font-size: 1rem;
        line-height: 1.5;
        white-space: pre-line;
        font-size: 12px;
    }

    .uploadbtn {
        text-align: center;
        padding-top: 10px;
    }
}
/* 超大屏幕 */
@media screen and (min-width: 992px) {
    .welcome .left div:first-child {
        font-size: 24px;
        color: #fff;
        margin-bottom: 8.5px;
        line-height: 120px;
        text-align: left;
        padding-left: 15px;
    }

    .welcome .right div:first-child {
        font-size: 14px;
        color: #fff;
        line-height: 120px;
        text-align: right;
        padding-right: 15px;
    }

    .layui-form-label-ct {
        width: 100px;
        text-align: left;
    }

    .layui-input-prefix {
        text-align: left;
        padding: 0px 15px;
        width: 130px !important;
    }

    .form-label {
        position: relative;
        float: left;
        display: block;
        padding: 9px 0px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
        overflow: hidden;
    }

    .form-labe-margin-left {
        margin-left: 130px;
    }

    .tips {
        padding: 20px 0px;
        margin-left: 130px;
        font-family: Microsoft YaHei,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",Verdana,SimHei,SimSun;
        font-weight: 600;
        font-size: 1rem;
        line-height: 1.5;
        white-space: pre-line;
        font-size: 12px;
    }

    .uploadbtn {
        display: inline-block;
    }
}
