.container {
    overflow: hidden;
}

.nav_right {
    display: flex;
}

.back {
    width: 75px;
    height: 15px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 15px;
    border-right: 1px solid #E0E0E0;
}

.out {
    margin-left: 20px;
    height: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
}

.login_text {
    width: 205px;
    height: 15px;
    margin-left: 71px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 70px;
}

.login_text>span:first-child {
    color: #0C893B;

}

.content_left {
    width: 20%;
    margin-top: 40px;
    float: left;
}

.content_right {
    width: 80%;
    margin-top: 40px;
    float: right;
}

.tabs div {
    width: 200px;
    height: 67px;
    background: #FFFFFF;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 67px;
}

.tabs>div img {
    margin-left: 25px;
    margin-right: 25px;
}

.container .tabs_box {
    display: none;
}

.container .acc {
    display: block;
}

.basic_top {
    height: 307px;
    background: #FFFFFF;
    padding: 30px;
    margin-bottom: 30px;
}

.basic_title {
    width: 100px;
    text-align: center;
    height: 15px;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 14px;
    border-left: 3px solid #01883C;
}

.basic_card {
    margin-top: 40px;
    display: flex;
    float: left;
    width: 70%;
    flex-wrap: wrap;
}

.card_label {
    width: 190px;
    height: 16px;
    margin-right: 120px;
    margin-bottom: 50px;
}

.label_left {
    width: 170px;
    height: 16px;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 29px;
}

.basic_img {
    width: 30%;
    float: right;
}

.box_bottom {
    margin-bottom: 80px;
    background: #FFFFFF;
    padding: 30px;
    overflow-x: auto;
}

.table {
    margin-top: 32px;
}

th {
    text-align: center;
}

td {
    text-align: center;
}

thead tr {
    height: 58px;
    line-height: 39px;
    background: #F5F7FC;
}

thead tr th {
    height: 15px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    /* border-right: 1px solid #D7D9DE; */
}
.table_text{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
tbody tr {
    line-height: 39px;
    color: #666666;
}

tbody tr>td {
    width: 100px;
}

.upts {
    display: block;
    margin-top: 7px;
    margin-left: 20px;
    width: 83px;
    height: 27px;
    line-height: 27px;
    border-radius: 14px;
}
.pass{
    background: #D4FFEB;
    color: #18C792;
}
.pading{
    background: #E4EBFE;
    color: #3B64FD;
}
.rslut{
    background: #FFF1DC;
    color: #FE662D;
}
.xiugaimima{
    margin-bottom: 80px;
    width: 957px;
    height: 450px;
    background: #FFFFFF;
    padding: 30px;
}
.form{
    margin-top: 30px;
}
.btn{
    background: linear-gradient(to bottom, #499538, #03873b);
    color: #fff;
    width: 100px;   
}
.number{
    width: 50px;
}
.width{
    width: 100px;
}
/*小于 480px  手机*/
@media screen and (max-width: 480px) {
    .tabs{
        display: flex;
        justify-content: space-around;
    }
    .tabs div {
        width: 100%;
    }
    .tabs>div img{
        margin: 0;
        margin-left: 5px;
    }
    .login_text {
        margin: 0;
        line-height: 15px;
    }
    .content_left{
        width: 100%;
    }
    .content_right{
        width: 100%;
    }
    .card_label{
        margin-right: 0;
        margin-bottom: 40px;
    }
    .basic_top{
        height: 100%;
        overflow: hidden;
    }
    .basic_img{
        width: 100%;
    }
    .xiugaimima{
        width: 100%;
        height: 100%;
    }

    .table_text{
        width: 200px;
    }
    .width{
        width: 100px;
    }
}