﻿body {
    background-color: #faf7fa
}

.conntenrOll {
    display: flex;
    padding-bottom: 50px;
    justify-content: space-between;
    margin-top: -60px;
    position: relative;
}

.subPage {
    display: block;
    line-height: 12px;
    font-size: 12px;
    color: black;
}


.contenRigth {
    width: 82%;
    background-color: white;
    padding-bottom: 3rem;
}

.accountMes {
    width: 100%;
    padding-left: 50px;
/*    padding-top: 20px;*/
padding-bottom: 20px;
    padding-right: 20px;
}
    .accountMes .listItem {
        background-color: #f5fcfc;
        padding: 20px 15px;
        height: 100%;
    }


        .accountMes .listItem .titleView {
            width: 100%;
            height: 33px;
            display: flex;
            flex-direction: row;
            position: relative;
        }
.listItem .titleView .icon {
    background-color: #ff8c1a;
    width: 9px;
    height: 100%;
    margin-left: -3px;
}
.listItem .titleView .leftTitle {
    padding-left: 10px;
    line-height: 33px;
    color: #000;
    font-size: 18px;
    font-weight: 540;
}
.listItem .titleView .righBtn {
    position: absolute;
    right: 20px;
    height: 35px;
    background-color: #00baad;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 5px;
    cursor:pointer;
}
.listItem .centerLabel {
    padding-top: 15px;
    font-size: 14px;
    color: #666;
}
.listItem .bottomView {
    width: 100%;
    height: 33px;
    display: flex;
    flex-direction: row;
    position: relative;
    margin-top: 20px;
}

    .listItem .bottomView .leftTitle {
        padding-left: 10px;
        line-height: 33px;
        color: #ff8c1a;
        font-size: 18px;
        font-weight: 540;
    }
    .listItem .bottomView .righBtn {
        position: absolute;
        right: 20px;
        height: 35px;
        background-color: #00baad;
        text-align: center;
        border-radius: 8px;
        color: #fff;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 8px;
        padding-bottom: 5px;
        margin-top: -1px;
        cursor:pointer;
    }


    .accountMesUl ul li {
        height: 100%;
        display: flex;
        align-items: center;
        margin-left: 50px;
        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;
    }

.EnglishName {
    color: #888293;
}

.EnglishNames {
    color: #3d3d3d
}

.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;
}

.btnStatea {
    margin: 0;
}

.btnStateAC {
    background-color: #23b7b6;
    color: #fff;
}


.contenRigthBox {
    height: 60px;
    padding-left: 50px;
    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;
    }





.alertBJ {
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.alertBox {
    width: 300px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 6px 43px 0px rgba(19,19,19,0.08);
}

    .alertBox .headerV {
        padding: 0 10px;
        width: 100%;
        height: 55px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        position: relative;
    }

.headerV .title {
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 800;
    color: rgba(88,96,96,1);
}

.headerV .icon {
    position: absolute;
    top: 10px;
    right:10px;
    width: 30px;
    height: 30px;
}


.alertBox .listV {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content:center;
    align-items:center;
    padding: 30px 30px;
    padding-top: 10px;
    text-align:justify;
    text-align-last:center;
}

.alertBox .bottomV {
    width: 100%;
    height: 42px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

    .alertBox .bottomV .btns {
        width: 101px;
        height: 42px;
        background: rgba(90,180,181,1);
        border-radius: 3px;
        line-height: 42px;
        font-size: 16px;
        font-weight: 600;
        color: rgba(255,255,255,1);
        text-align: center;
    }
    .alertBox .bottomV .cancel{
        background: #c8c8c8;
    }
