﻿body {
    background-color: #faf7fa
}

.conntenrOll {
    display: flex;
    padding-bottom: 50px;
    justify-content: space-between;
    margin-top: -60px;
    position: relative;
}

.contenLeft {
    width: 15%;
    height: 100%;
    background-color: white;
}

.contenRigth {
    width: 82%;
    background-color: white;
    padding-bottom: 3rem;
    padding: 0 44px;
}

.titleView {
    /*    padding: 0 44px;*/
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #efefef;
}

    .titleView ul {
        display: flex;
        height: 60px;
    }

    .titleView .inputView {
        position: absolute;
        top: 0;
        right: 0px;
    }

.accountMesUl ul li {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 20px;
    margin-right: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #ada7ba;
    margin-top: -2px;
    cursor: pointer;
}

.accountMesUl ul .active {
    color: #23b7b6;
    border-bottom: 3px solid #23b7b6;
    margin-top: 0;
}

.inputView input {
    background-color: #F5F5F5;
    padding: 0 20px;
    width: 3rem;
    height: 50px;
}

.inputView {
    background-color: white;
    margin-top: 5px;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}

    .inputView .buttons {
        height: 50px;
        padding: 0 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #23b7b6;
        color: white;
        font-weight: bold;
        font-size: 12px;
        cursor: pointer;
    }

.accountMes {
    width: 100%;
    padding-left: 50px;
    /*    padding-top: 20px;*/
    padding-bottom: 20px;
    padding-right: 20px;
}

    .accountMes .listItem {
        background-color: #e5e5e5;
        padding: 20px 15px;
        height: 100%;
    }




.btnState {
    width: 100px;
    height: 50px;
    margin-right: 20px;
    background-color: #fff;
    border: 2px solid #23b7b6;
    border-radius: 5px;
    font-size: 16px;
    color: #23b7b6;
    font-weight: bold;
    cursor: pointer;
}

.useList {
    margin-top: 23px;
    background-color: red;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

    .useList .listItem {
        background: rgba(245,251,251,1);
        border: 1px solid rgba(227, 243, 243, 1);
        padding: 33px 25px 33px 33px;
        display:flex;
        flex-direction: row;
        align-content: center;
        position:relative;
    }
.listItem .titleBg {
    display: flex;
    align-items: center;
}
    .listItem .titleBg .useCodeTitle {
        font-size: 18px;
        font-weight: 600;
        color: rgba(78,78,78,1);
        height: 22px;
    }
    .listItem .useCodeTitle .useCodeDetail {
        color: #23B7B5;
    }
.listItem .lineView {
    position: relative;
    left: 100px;
    width: 1px;
    background: rgba(228,228,228,1);
}
.listItem .productTitleList {
    position: relative;
    left: 137px;
    position: relative;
    display:flex;
    flex-direction:column;
}

    .listItem .productTitleList .productItem {
        margin: 2px 0;
        font-size: 14px;
        font-family: Lantinghei SC;
        font-weight: 600;
        color: rgba(102,98,109,1);
    }
.btnBg {
    position: absolute;
    right: 33px;
    width: 88px;
    height: 100%;
    display: flex;
    align-items: center;
    margin-top: -33px;
}
     .useBtn {
        width: 88px;
        height: 47px;
        background: rgba(35,183,182,1);
        border-radius: 4px;
        line-height: 47px;
        font-size: 16px;
        font-family: Lantinghei SC;
        font-weight: 600;
        color: rgba(255,255,255,1);
        text-align: center;
        cursor:pointer;
    }
.btnBg .notUse {
    width: 88px;
    height: 47px;
    border-radius: 4px;
    line-height: 47px;
    font-size: 16px;
    font-family: Lantinghei SC;
    font-weight: 600;
    color: rgba(255,255,255,1);
    text-align: center;
    background-color: #C8C8C8;
}

.contenRigthBox {
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #586060;
}

.Leftbox {
    display: flex;
    align-items: center;
    position: relative;
}

.LeftboxAC {
    width: 29px;
    height: 29px;
    object-fit: contain;
}


option {
    /*border: none;
    outline: none;*/
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff;
    padding-top: .4rem;
    border: 1px solid red;
}
.contenRigth .paging {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .contenRigth .paging ul {
        display: flex;
    }