﻿body {
    background-color: #faf7fa
}

.conntenrOll {
    display: flex;
    padding-bottom: 50px;
    justify-content: space-between;
    margin-top: -60px;
    position: relative;
}

.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 {
    position: relative;
}

    .accountMesUl .rightBtn {
        position: absolute;
        right: 0;
        height: 18px;
        font-size: 18px;
        font-weight: 600;
        cursor:pointer;
        color: #23B7B6;
    }

    .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 .titleView 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;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.listView {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

    .listView .Personal_couponsACMes {
        margin-top: 32px;
        margin-right: 1.3%;
        height: 100px;
        width: 32%;
        display: flex;
        cursor: pointer;
    }

.Personal_couponsACMes .active {
    border: 1px solid #5ab4b5;
    border-left: 0;
}

.Personal_couponsACMes .bacgAC {
    background-color: #c8c8c8;
}

.Personal_couponsACMes .active::before {
    border: 1px solid #5ab4b5;
    border-right: none;
    right: -1px;
}

.Personal_couponsACRight {
    width: 40%;
    background-color: #5ab4b5;
    color: white;
    font-weight: bold;
    position: relative;
    padding-left: 30px;
    border-radius: 5px 0 0 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .Personal_couponsACRight::after {
        content: "";
        position: absolute;
        left: -1px;
        width: 15px;
        height: 30px;
        top: 36%;
        background-color: white;
        border-radius: 0 100% 100% 0/50%;
        border-right: none;
    }

.PersonalMoney {
    font-size: 20px;
}

.PersonalMoneys {
    margin-top: 3px;
    font-size: 12px;
    margin-left: 10px;
}

.Personal_couponsACLeft {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    border: 1px solid #ececec;
    border-left: 0;
    position: relative;
    padding: 10px 10px;
}

    .Personal_couponsACLeft::before {
        content: "";
        position: absolute;
        right: -1px;
        width: 15px;
        height: 30px;
        top: 36%;
        background-color: white;
        border-radius: 100% 0 0 100%/50%;
        border: 1px solid #ececec;
        border-right: none;
    }

.Personal_tiemOll {
    font-size: .14rem;
    margin-top: -5px;
}

    .Personal_tiemOll .topV {
        min-height: 30px;
    }

    .Personal_tiemOll p span {
        font-weight: bold;
        color: #333333;
        font-size: 14px;
        line-height: 22px;
    }

    .Personal_tiemOll p .kind {
        font-size: 10px;
        padding: 3px 10px;
        background-color: #f6c748;
        border-radius: 8px;
        height: 16px;
        margin-top: 5px;
        margin-right: 5px;
    }

.kinds {

    display: block;
    color: #888293;
    margin-top:5px;
}

.Personal_mesoll {
   
   
    display: flex;
    justify-content: space-between;
    align-items: center;

}

    .Personal_mesoll span a {
        height: 14px;
        font-size: 14px;
        font-weight: 600;
        color: rgba(90,180,181,1);
        line-height: 19px;
    }

    .Personal_mesoll .rightLabel {
        height: 14px;
        font-size: 14px;
        font-weight: 600;
        color: rgba(184,184,184,1);
        line-height: 19px;
    }

.mesollimgs {
    visibility: hidden;
}

.mesollimg {
    visibility: visible
}

.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;
    }