﻿

._check_error_{
    color:red;
    margin-left:1rem;
}

._error_border_{
    border:1px solid red !important;
}

/*遮罩层*/
._message_shadow_div{
    position:fixed;
    background-color:#000;
    opacity:0.6;
    filter:alpha(opactity=60);
    width:100%;
    height:100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:9990;
}

._alert_message_box{
    position:fixed;
    background-color:#fff;
    width:80%;
    height:240px;
    overflow:auto;
    top:0;
    left:0;
    right:0;
    bottom:0;
    border:15px solid rgba(0,0,0,.4);
    z-index:9999;
    margin:auto;
    max-width:600px;
}

._alert_message_title{
    background-color:#4dd0d2;
    text-align:center;
    height:50px;
    width:100%;
    position:relative;
}

._alert_message_content_box{
    text-align:center;
    overflow:auto;
}

._alert_message_content_{ 
    padding:2%;
    font-size:18px;
    color:#1d1a1a;
    font-weight:bold;
    margin-top:3%;
}

._alert_message_btn{
    border:none;
    background-color:#4dd0d2;
    color:#fff;
    margin:auto;
    margin-top:3%;
    padding:10px 50px;
    cursor:pointer;
}

/*取消按钮*/
._alert_cancel_btn{
     border:none;
    background-color:#FF6666;
    color:#fff;
    margin:auto;
    margin-top:3%;
    padding:10px 50px;
    margin-left:30px;
    cursor:pointer;
}

.pickcontainer select{
    height: 40px;    
    line-height: 40px;
    border: 1px solid #d4d4d4;
    color: #9a9a9b;
    text-indent: 10px;
    min-width:100px;
}

.per_con_details{
    margin-right:10px;
    color:#2ebacf;
    cursor:pointer;
}

.per_con_details:hover{
    text-decoration:underline;
}

.per_acc_4{
    width:500px !important;
}

.contactDetailsC{
    width: 100%;
    height: 675px;
    box-shadow: 2px 2px 4px rgba(117,117,117,0.2);
    background-color: #fff;
    overflow: hidden;
    position: relative;
    display:none;
}

.contacter_details_t{
    margin:5% auto;
    padding:3%;
    width:90%;
    border:1px solid #ccc;
    border-collapse:collapse;
}

.t_left_t{
    color:#4dd0d2 !important;
    font-size:16px;
    padding:6px 0;
}

.contacter_details_t td{
    border:1px solid #ccc;
    text-align:center;    
    color:#3b3737;
}

.c_d_title{
    margin-top:5%;
    padding:0 4%;
    padding-bottom:10px;
    font-size:20px;
    font-weight:bold;
    color:#9a9a9b;
    border-bottom:1px solid #4dd0d2;
}

.c_return_a{
    padding:6px 25px;
    margin-left:40px;
    color:#fff;
    border-radius:5px;
    background-color:#4dd0d2;
    font-size:14px;
    font-weight:normal;
}

.c_return_a:hover{
    background-color:#6699CC;
    transition:all 0.2s ease;
}

#t_contact_idtype{
    border: 1px solid #9a9a9b;
    padding: 2px 8px;
    margin-left: 5px;
    border-radius: 5px;
    color: #9a9a9b;
}

#t_contact_city{
    margin-left:8px;
}

#upload_headImg{
    position:relative;
    vertical-align:middle;   
    margin-top:5px;
    margin-bottom:5px;
    margin-left:5px; 
}

/*账号表格*/
.account_table{
    margin-top:30px;
    margin-left:60px;
}

.account_table td{
    height:40px;
    line-height:40px;
    font-size:16px;
}

.atleft{
    color:#9a9a9b;
    text-align:right;
}

.atright{
}

.per_paper_type{
    color: #b2b2b2;
    border: 1px solid #b2b2b2;
    padding: 3px 5px;
    border-radius: 3px;
    margin-left: 10px;
}

/*更新账号时的头像*/
.account_headImg{
    width:auto;
    margin:auto;
    height:80px;
    vertical-align:middle;
}

/*更新账号时的头像容器*/
#oldheadimgC{
    border-radius:50%;
    height:80px;
    width:80px;
    vertical-align:middle;
    overflow:hidden;
    border:2px solid #32afc2;
    text-align:center;
}

#left_menu_headImg {
    width: 80px;
    height:80px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    overflow:hidden;
    top: 14px;
    left: 15px;
    text-align:center;
}

/*头像容器*/
._leftHeadImg_{
    width:auto;
    height:80px;
    vertical-align:middle;
    margin:auto;
    /*height:80px;
    width:80px;
    border-radius:50%;
    overflow:hidden;*/
}

/*公共头部头像容器*/
per_exit img {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px;
    margin-top: -5px;
}

.loadTxtC{
    color:#4dd0d2;
    font-weight:bold;
}

/*添加联系人提示语*/
.contact_add_err{
    text-decoration:underline;
    font-size:10px;
    font-weight:bold;
    color:#c33;
    font-style:oblique;
}

.pan_Hide{
    display:none;
}

.park_account{
    border-top:1px solid #e0e0e0;
}


.error {
    border: 1px solid #f00 !important;
}
.error-icon {
    border: none !important;
}
    .error-icon:before {
        position: absolute;
        margin-top: -35px;
        margin-left: -18px;
        content: " ";
        display: block;
        width: 18px;
        height: 18px;
        background-image: url("../images/remind.png");
        background-position: center;
        background-repeat: no-repeat;
    }

input[type="button"]:disabled, .div-btn-disable {
    background: #c6c6c6 !important;
    cursor: not-allowed;
}

input[type='radio']{
    height:18px;
    width:18px;
}

input[type='radio']:hover{
    cursor:pointer;
}

/*---添加联系人按钮--*/
.pay_add_contact_a{
    background-color:#3498db;
    color:#fff;
    padding:8px 20px;
    margin:3px 5px;
    border-radius:8px;
}

.pay_add_contact_a:hover{
    background-color:#4dd0d2;    
}

.pay_contact_div{
    margin:10px 0;
    padding:8px 0;
    clear:both;
}