.containers{
    width: 1240px;
    margin:auto;
    background-color: #fbfbfb;
    padding: 0 22px;
    position: relative;
}
.form_bd{
    padding: 25px 153px 180px;
    font-size: 14px;
    color: #999;
    border-bottom: 2px solid #393939;
}
.color_red{
    color: red;
}
.form_bd label{
    font-weight: 400;
}
.form_bd table{
    text-align: center;
}
.form_bd tbody{
    background-color: #fff;
}
.form_bd tbody input{
    width: 100%;
    border: none;
}
.form_bd thead>tr>td{
    border:none
}
.leao_text_left{
    text-align: left !important;
}
#birth{
    width: 200px;
    height:34px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    box-shadow: 1px 1px 1px #d9d9d9;
    padding: 6px;
}
.leao_color_red{
    color: red;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-right: 5px;
    vertical-align: middle;
}
.title{
    overflow: hidden;
    border-bottom: 2px solid #393939;
    padding-bottom: 5px;
}
.type_radio{
    padding-left: 16px;
    line-height: 28px;
}
.type_radio input[type="radio"]{
    height: 20px;
    width: 20px;
    margin-right: 5px;
}
.professial_radio input[type="radio"]{
    height: 20px;
    width: 20px;
}
.professial_radio{
    line-height: 28px;
}
.professial_radio .radio-inline{
    margin-right: 15px;
}
.sexy{
    vertical-align: middle;
    line-height: 34px;
}
.leao_professial1{
    position: relative;
    left: -30px ;
    line-height: 28px;
    display: inline-block;
    width: 130px;
}
.leao_professial2{
    position: relative;
    left: -30px;
    display: inline-block;
    width: 90px;
}
.leao_nbsp{
    display: inline-block;
    width: 15px;
}
.leao_btn{
    text-align: right;
}
.leao_stars{
    position: absolute;
    top:0;
    left: 0;
}
.continue_add{
    text-align: right;
}
.continue_add button{
    border:none;
    background-color: transparent;
}
.leao_text_tips{
    display: inline-block;
    width: 670px;
    font-size: 12px;
    color: #bfbfbf;
    vertical-align: top;
}
.leao_tips{
    color: #bfbfbf;
    font-size: 12px;
}
.leao_text_tips p{
    padding-top: 0;
    padding-bottom: 0;
    line-height: 18px;
    min-height: 18px;
}
.leao_continue_add{
    display: inline-block;
}
.leao_upload_attachment button{
    background-color: transparent;
    text-decoration: underline;
}
.leao_add_box{
    border:1px solid #999;
    background-color: #f5f5f5;
    padding: 15px 0 20px;
    text-align: center;
}
.leao_margin_bottom{
    margin-bottom: 10px;
    width: 100%;
    min-height: 30px;
    text-align: center;
}
.leao_margin_bottom img{
    max-width: 700px;
    max-height: 950px;
}
.awards_table_box{
    max-height: 150px;
    overflow-y: auto;
}
.upload_pic{
    position: absolute;
    top:150px;
    right:150px;
    width: 180px;
}
.upload_pic_img{
    margin:auto;
    width: 108px;
    height:160px;
}
.upload_pic_img img{
    max-width: 108px;
    max-height: 160px;
}
.upload_pic_tips{
    font-size: 12px;
    margin-top: 15px;
}
#picBtn{
    text-align: center;
}
.DocsDel{
    position: relative;
    margin-left: 5px;
    cursor: pointer;
    color: #00b7ee;
}
.progress_dot{
    position: relative;
    margin-left: 5px;
    cursor: pointer;
    color: #00b7ee;
    width: 20px;
    display: inline-block;
    vertical-align: top;
}
.attachment_td3{
    max-width: 360px;
}
.recommend_form_group{
    display: none;
}
#attachment_table td{
    width: 245px !important;
}
/*进度环*/
/****DEBUT TEST****/
#dot {
    height : 4px;
    width : 4px;
    position : absolute;
    background-color : deepskyblue;
    border-radius : 50%;
    top : -2px;
    left : 10px;
}

#test {
    height  : 20px;
    width : 20px;
    border : 1px solid deepskyblue;
    border-radius : 50%;
    position :absolute;
    top : 0;
    left : 5px;
    animation : rond 2s infinite;
    -webkit-animation : rond 2s infinite;
}
.outer{
    position: absolute;
    bottom: -17px;
    left: 7px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    z-index: 2;
    overflow: hidden;
}
.inner{
    width: 100%;
    height: 1%;
    position: absolute;
    bottom: 0;
    background-color: #00b7ee;
}
@keyframes rond {
    0% {transform : rotate(0deg);}
    100% {transform : rotate(360deg);}
}

@-webkit-keyframes rond {
    0% {-webkit-transform : rotate(0deg);}
    100% {-webkit-transform : rotate(360deg);}
}
/****FIN TEST****/

@media (max-width: 450px){
    .containers{
        width: 100%;
    }
    .leao_text_tips{
        width: 100%;
    }
    .form_bd{
        padding: 0;
    }
    .leao_btn button{
        width: 3.466667rem !important;
    }
    .leao_btn{
        text-align: center;
    }
    .attachment_td3{
        width: 2.933333rem;
    }
    .upload_pic{
        position: relative;
        top:0;
        right: 0;
        width: auto;
        margin-bottom: 1rem;
    }
}

/* 2019 09 13 终身成就奖 */
.header_ul4{
    width: 130px !important;
}