html{
    min-width: 1200px;
    /*background: #f2f6f6;*/
    font-family: "微软雅黑";
}
*{
    box-sizing: content-box;
}
body{
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
    background-color: white;
}
#mainWrapper{
    background: #F8F8F8;
     flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
}
*{
    font-family: "微软雅黑";
}

a,a:link,a:hover,a:active{
    text-decoration: none;
}

ul,li{
    text-decoration: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

p{
    margin: 0;
    padding: 0;
}

/*=============================footer===================*/

/*footer{
    width: 1000px;
    height:219px;
    margin: 0 auto;
}

footer .left{
    float:left;
    text-align: left;
}
footer .right{
    float:right;
}

.footer_top{
    height: 150px;
    width: 1000px;
    margin: 0 auto;
}
.footer_top section ul li a,.footer_top section ul li,.footer_bottom p{
    font-size: 12px;
    height: 18px;
    line-height: 18px;
}
footer ,footer p,footer a{
    color: #a5b5c0;
    background-color: white;
}
.footer_top section li:nth-of-type(1){
    color:#394351;
    font-size: 14px;
}
.footer_top section ul li:nth-of-type(1){
    margin-bottom: 24px;
}
.footer_top section ul .foot_logo{
    width: 131px;
    height: 40px;
    margin-bottom: 13px !important;
    margin-top: -10px;
}
.joinUs{
    margin-right: 130px;
}
.practice{
    margin-right: 130px;
}
.public li{
    text-align: center;
}
.public li img{
    float: left;
    width: 80px;
    height: 80px;
    display: inline-block;
}

.public li:nth-of-type(2) span{
    float: right;
}
.footer_bottom{
    height: 34px;
    width: 100%;
    position: absolute;
    left: 0;
    border-top: 1px solid #eeeeee;
    text-align: center;
}
.footer_bottom p{
    height: 34px;
    line-height: 34px;
}*/

.hidden{
    display: none;
}
.warehouse_content{
    position: relative;
    width: 100%;
    background: #f8f8f8;
}
.online_content{
    position: relative;
    width: 956px;
    background: white;
    margin:20px auto 40px;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;

}
.warehouse_content .resume_head {
    width: 100%;
    height: 215px;
    background-color: #343c49;
    text-align: left;
    color: #fff;
    font-size: 18px;
    overflow: hidden;
}
.warehouse_content .resume_head .resume_title{
    width: 1000px;
    height: 37px;
    font-size: 18px;
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    margin: 86px auto 0px;
    padding-left: 53px;
    line-height: 37px;
    background: url(/images/resumepc/images_esume_management.png) no-repeat;
}
.warehouse_content .resume_body{
    width: 1000px;
    height: 600px;
    margin: -70px auto 50px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #fff;
    box-shadow: 1px 0px 10px 0px rgba(0,2,70,0.1);
    -moz-box-shadow: 1px 10px 4px 0px rgba(0,2,70,0.1);
    padding: 70px 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-shadow: 1px 0px 10px 0px rgba(0,2,70,0.1);
}
.warehouse_content .myresume_body_left{
    padding: 0px 60px;
    float: left;
    border-right: 1px solid #eee;
    height: 457px;
    position: relative;
}
.warehouse_content .myresume_body_left .upload_file,.warehouse_content .myresume_body_left .file_type{
    width: 130px;
    height: 130px;
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border:1px dashed #dbe2f5;
    margin-top: 31px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    cursor: pointer;
    /*background: url(/images/resumepc/images_word_empty.png) no-repeat center 31px;*/
}
/*.normal{
    background: url(/images/resumepc/images_word_empty_before.png) no-repeat center 31px;
}*/
.jpg{
    background:url(/images/resumepc/icon_jpg.png) no-repeat center 24px;;
}
.doc{
    background:url(/images/resumepc/icon_doc.png) no-repeat center 24px;;
}
.pdf{
    background:url(/images/resumepc/icon_pdf.png) no-repeat center 24px;;
}
.warehouse_content .myresume_body_left .file_type{
    cursor: default;
    border:1px solid #dbe3f5;
    background-color:#f2f5fd;
}
.warehouse_content .myresume_body_left .upload_file{
    background-color: #fff;
    background: url(/images/resumepc/images_word_empty_before.png) no-repeat center 31px;
}
.warehouse_content .myresume_body_left  .upload_file_name{
    padding: 0 12px;
    font-size: 12px;
    color: #4c4c4c;
    margin-top: 89px;
    text-align: center;
    display: block;
    word-wrap: break-word;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}
.warehouse_content .myresume_body_left .upload_file:hover{
    background: url("/images/resumepc/images_word_empty.png") no-repeat center 31px;
}
.warehouse_content .myresume_body_left .upload_file:hover .upload_file_name{
    color: #88b9f3;
}
.warehouse_content .myresume_content_title{
    color:#4c4c4c;
    font-size: 14px;
    padding-left: 28px;
    height: 22px;
    line-height: 22px;
    text-align: left;
    font-weight: normal
}
.warehouse_content .support_file{
    margin-top: 52px;
    width: 129px;
    height: 111px;
    background: url(/images/resumepc/pic_form.png) no-repeat;
}
.warehouse_content .myresume_body_right{
    width: 748px;
    min-height: 415px;
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    padding:0 60px;
    float: left;
    position: relative;
}
.warehouse_content .myresume_content_title .change_resume,.add_resume{
    color: #3183fb;
    float: right;
    cursor: pointer;
    font-size: 14px;
}
.warehouse_content .myresume_content_title .change_resume:hover,.add_resume:hover{
    text-decoration: underline;
}

/*has_resume*/
.warehouse_content .myresume_body_right .has_resume {
    position: relative;
}
.warehouse_content .myresume_body_right .has_resume .resume_list .item{
    margin-top: 26px;
    margin-right: 26px;
    width: 192px;
    float: left;
}
.warehouse_content .myresume_body_right .has_resume .resume_list .item .dot{
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius:50%;
    background-color: #dbe2f5;
    margin-right: 8px;
    vertical-align: middle;
}
.warehouse_content .myresume_body_right .has_resume .resume_list .item:nth-child(3),.warehouse_content .myresume_body_right .has_resume .resume_list .item:nth-child(6){
    margin-right: 0px;
}
.warehouse_content .myresume_body_right .has_resume .resume_list .item .thumbnail{
    width: 192px;
    height: 136px;
    font-size: 14px;
    color: #fff;
    margin-right: 26px;
    border:1px solid #dbe2f5;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius:4px;
    background-color: #f2f5fd;
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    text-align: center;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.warehouse_content .myresume_body_right .has_resume .resume_list .item .thumbnail:hover{
    border:2px solid #5b9efd;
}
.warehouse_content .myresume_body_right .has_resume .resume_list .item .thumbnail:hover + .resume_name  .dot{
    background-color: #5b9efd
    }
.warehouse_content .myresume_body_right .has_resume .resume_list .thumbnail .desc{
    position: absolute;
    bottom: 0;
    width: 192px;
    height: 35px;
    background-color: #97adcc;
    opacity: 0.7;
    filter: alpha(opacity=70);
    line-height: 35px;
    box-sizing: border-box;
    padding: 0 15px;
    text-align: left;
    /*transition: transform .2s;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
.warehouse_content .myresume_body_right .has_resume .resume_list .item .thumbnail:hover .desc{
    width: 191px;
    height: 34px;
    border: none;
}
.warehouse_content .myresume_body_right .has_resume .resume_list .item .desc span{
    padding-left: 19px;
    background: url(/images/resumepc/resume_label.png) no-repeat 0 center;

}
.warehouse_content .myresume_body_right .has_resume .resume_list .item .thumbnail img{
    width: 124px;
    margin-top: 12px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
}
.warehouse_content .myresume_body_right .has_resume .resume_list .item .thumbnail:hover img{
    margin-top: 11px;
}
.warehouse_content .myresume_body_right .has_resume .resume_list .item .resume_name{
    margin-top: 14px;
    color: #4c4c4c;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    height: 19px;
}
.warehouse_content .myresume_body_right .no_resume{
    width: 100%;
    text-align: center;
    margin-top: 94px;
}
.warehouse_content .myresume_body_right .no_resume .make_resume a{
    display: block;
    width: 180px;
    height: 40px;
    margin: 36px auto;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    -moz-border-radius: 15px;
    background-color: #3183fb;
    line-height: 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.warehouse_content .myresume_body_right .no_resume .make_resume a:hover{
    background-color: #5b9efd;
}

.warehouse_content .no_resume_image{
    margin-top: 20px;
    width: 156px;
    height: auto;
}

.warehouse_content .btn, .online_content  .btn{
    background: #3183FB;
    font-size: 14px;
    color: white;
    padding: 0px 14px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    display: inline-block;
}

.warehouse_content .warehouse_create_link{
    margin-top: 22px;
}

.warehouse_content .warehouse_other_way{
    margin-top: 30px;
    font-size: 12px;
    color: #cccccc;
    display: inline-block;
    margin-bottom: 80px;
}

.warehouse_content .warehouse_upload_link{
    color: #5B9EFD;
}

.warehouse_content .warehouse_enclosure_resume{
    position: relative;
    width: 660px;
    margin: 0 auto;
    border-bottom: 1px solid #eeeeee;
    padding-top: 90px;
}

.warehouse_content .subtitle{
    padding-left: 30px;
    font-size: 16px;
    color: #b2b2b2;
    height: 24px;
    line-height: 24px;
    background-size: 18px;
    background-position: left center;
    background-repeat: no-repeat;
    text-align: left;
}

.warehouse_enclosure_resume>.subtitle{
    background-image: url(/images/resumepc/icon_attachment.png);
}

.warehouse_online_resume>.subtitle{
    background-image: url(/images/resumepc/icon_online_resume.png);
    background-size: 20px 19px;
}

.warehouse_content .enclosure_detail, .warehouse_content .no_enclosure{
    position: relative;
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding-left: 32px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: left;
    color: #4c4c4c;
    font-size: 14px;
    box-sizing: border-box;
    /*text-decoration: underline;*/
}

.warehouse_content .enclosure_detail{
    margin-bottom: 25px;
}

.div_line{
    border: none;
    border-bottom: 1px solid #eeeeee;
}

.warehouse_content .change_enclosure{
    position: relative;
    float: right;
    height: 30px;
    line-height: 30px;
    padding: 0 17px;
}

.warehouse_content .change_enclosure:hover {
    cursor: pointer;
}

#enclosure_upload:hover {cursor: pointer;}

.warehouse_content .warehouse_online_resume{
    width: 660px;
    margin: 30px auto 34px;
}

.online_content .left_content .edit_btn_div{
    height: 1px;
    float: right;
    margin-top: 2px;
}

.online_content .left_content .pxq{
    position: relative;
    width: 612px;
    top: -27px;

}

.warehouse_online_resume .subtitle>div, .online_content .left_content .edit_btn{
    position: relative;
    float: right;
    font-size: 14px;
    color: #88B8FD;
    padding-left: 20px;
    background-image: url(/images/resumepc/icon_edit.png);
    background-size: 15px;
    background-position: left center;
    background-repeat: no-repeat;
}

.online_content .left_content .del_btn{
    position: relative;
    float: right;
    font-size: 14px;
    color: #97ADCC;
    padding-left: 19px;
    margin-right: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(/images/resumepc/form_icon_delete.png);
    cursor: pointer;
}

.online_content .left_content .top_btn{
    position: relative;
    float: left;
    font-size: 14px;
    color: #97ADCC;
    padding-left: 19px;
    margin-right: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(/images/resumepc/icon_top.png);
    cursor: pointer;
}



.warehouse_online_resume .subtitle>div:hover,
.online_content .left_content .edit_btn:hover {
    cursor:pointer;
}

.warehouse_content .online_items{
    position: relative;
    margin-top: 30px;
    width: 100%;
    text-align: left;
}

.warehouse_content .resume_item{
    position: relative;
    padding: 0 18px 0 10px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-bottom: 50px;
}

.warehouse_content .resume_item:hover {
    cursor: pointer;
}

.warehouse_content .resume_item:hover>.delete_btn{
    display: block;
}

.warehouse_content .resume_item:hover>.btns_holder{
    display: block;
}

.warehouse_content .resume_item:nth-of-type(5n) {
    padding-right: 0;
}

.warehouse_content .resume_item>img{
    width: 60px;
    height: auto;
}

.warehouse_content .resume_item>p{
    margin: 0;
    margin-top: 6px;
    width: 104px;
    font-size: 14px;
    color: #666666;
    line-height: 16px;
    word-wrap: break-word;
    word-break: normal;
    text-align: center;
}

.warehouse_content .delete_btn{
    position: absolute;
    left: 82px;
    top: -10px;
    width: 20px;
    height: 20px;
    background-image: url(/images/resumepc/icon_delete.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    display: none;
}

.edit .delete_btn{
    display: block;
}

.warehouse_content .no_online_image{
    margin-top: 35px;
    /*width: 233px;*/
    height: 170px;
    margin-bottom: 42px;
}

.warehouse_content .no_enclosure{
    text-decoration: none;
}

.warehouse_content .no_enclosure>span:nth-child(1) {
    color: #666666;
    font-size: 12px;
    text-decoration: none;
}

.warehouse_content .no_enclosure>span:nth-child(2) {
    color: #5b9efd;
    font-size: 12px;
    text-decoration: underline;
}

.warehouse_content .no_enclosure>span:nth-child(3) {
    color: #cccccc;
    font-size: 10px;
    text-decoration: none;
}

#warehouse_edit_save{
    margin-top: 22px;
    display: none;
}

#uploading{
    width: 128px;
    height: 129px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 53px auto 0px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: rgba(82,93,122,0.8);
}

#uploading_progress_holder{
    width: 100px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 4px;
    background: white;
    margin: 50px auto 15px;
}

#uploading_progress{
    width: 0;
    height: 100%;
    background: #88b9fe;
    border-radius: 10px;
}

.info_tips{
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    margin-bottom: 6px;
    text-align: center;
}

#mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background: rgba(0,0,0,.5);
}

#mask>.box{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 430px;
    min-height: 202px;
    background: white;
    text-align: center;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    display: none;
}

.box>p{
    margin: 0;
    padding: 56px 30px 0;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}

.box .btn-big,
.online_content .contentRight .btn-big{
    background: #3183FB;
    font-size: 14px;
    color: white;
    /*padding: 0px 14px;*/
    height: 34px;
    width: 114px;
    line-height: 34px;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    display: inline-block;
}

.box .btn-big:hover, .online_content .contentRight .btn_big:hover {
    cursor: pointer;
}

.btn-big:hover {
    cursor: pointer;
}

#mask #normal_tips_box>.btn-big, #mask #delete_tips_box .btn-big{
    margin-top: 50px;
}

#mask #upload_tips_box>div{
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 36px;
}

.box .btn-cancel, .online_content .contentRight .btn-cancel{
    background: rgb(165,181,192);
}

#mask #upload_tips_box .btn-cancel{
    margin-right: 18px;
}
#mask #delete_tips_box .btn-cancel{ margin-right: 18px; }

.box>#uploading{
    margin-top: 76px;
}

#webuploader{
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
}

#webuploader div{
    width: 1px !important;
    height: 1px !important;
}

.picture_title{
    font-size: 16px;
    color: #3a4350;
    margin: 0 auto;
    line-height: 22px;
}

.warehouse_content .first_time_image{
    display: block;
    padding-top: 30px;
    margin: 0 auto;
    width: 255px;
    height: 179px;
}

.warehouse_content .first_time_create{
    margin-top: 30px;
    width: 120px;
    box-sizing: border-box;
}

.warehouse_content .model_show_title{
    font-size: 14px;
    color: #a5b5c0;
    margin: 48px auto 0;
}

.warehouse_content .model_show_title>span{
    padding: 0 16px;
    display: inline-block;
    vertical-align: middle;
}

.warehouse_content .model_show_title .line{
    padding: 0;
    border-bottom: 1px solid #eeeeee;
    width: 255px;
    height: 0;
}

.warehouse_content .model_show_container{
    position: relative;
    width: 757px;
    margin: 38px auto 50px;
    height: 200px;
}

.warehouse_content .model_show_container .arrow_left{
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 190px;
    background-image: url(/images/resumepc/icon_play_left.png);
    background-position: left center;
    background-size: 18px auto;
    background-repeat: no-repeat;
}

.warehouse_content .model_show_container .arrow_right{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 190px;
    background-image: url(/images/resumepc/icon_play_right.png);
    background-position: right center;
    background-size: 18px auto;
    background-repeat: no-repeat;
}

.warehouse_content .model_show_container .arrow_left:hover,
.warehouse_content .model_show_container .arrow_right:hover {
    cursor: pointer;
}

.warehouse_content .models{
    position: relative;
    width: 687px;
    margin: 0 auto;
    height: 200px;
    opacity: 1;
    overflow: hidden;
}

.warehouse_content .models>div {
   position: absolute;
   left: 0;
   top: 0;
   height: 200px;
   margin: 0;
   padding: 0 1px;
}

.warehouse_content .models img{
    position: relative;
    height: 150px;
    width: 105px;
    margin: 25px 16px 0;
    vertical-align: top;
    box-shadow: 0px 2px 3px 0px #eeeeee;
    transition: all 0.3s;
}

.warehouse_content .models img:hover {
    transform: scale(1.1);
    margin-top: 5px;
    cursor: pointer;
}

#big_show_container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 12;
    display: none;
}

#big_show_container>.arrow_left,
#big_show_container>.arrow_right{
    position: absolute;
    width: 59px;
    height: 59px;
    background-image: url(/images/resumepc/icon_left.png);
    background-position: center center;
    background-size: 59px auto;
    background-repeat: no-repeat;
    z-index: 10;
}

#big_show_container>.arrow_right{
    background-image: url(/images/resumepc/icon_right.png);
}

#big_show_container>.arrow_left[utips_status="1"]:hover,
#big_show_container>.arrow_right[utips_status="1"]:hover {
    cursor: default;
}

#big_show_container>.arrow_left[utips_status="1"],
#big_show_container>.arrow_right[utips_status="1"] {
    opacity: 0;
}

#big_show_container>#big_model_container{
    position: absolute;
    width: 100%;
}

#big_show_container>#big_model_container>img{
    position: absolute;
}

#big_show_container>.close_btn{
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(/images/resumepc/icon_view_delete.png);
    background-position: center center;
    background-size: 20px auto;
    background-repeat: no-repeat;
}

#big_show_container>.close_btn:hover,
.arrow_left:hover, .arrow_right:hover {
    cursor: pointer;
}

.online_content{
    background: none;
}


.online_content .contentRight>.right_list{
    box-sizing: border-box;
    position: relative;
    float: right;
    width: 230px;
    padding: 0 0 30px;
    background-color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 0 0 4px rgba(3,5,48,0.15);
    box-shadow: 0 0 4px rgba(3,5,48,0.15);
}

.online_content .contentRight>.right_list .step {
    height: 19px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 35px;
    text-align: left;
    margin-bottom: 14px;
    margin-top: 14px;
}

.online_content .contentRight>.right_list .step span {
    font-size: 14px;
    color: #394351;
}

.online_content .contentRight>.right_list .step span > span {
    color: #88b9fe;
    font-size: 12px;
}

.online_content .contentRight>.right_list .step span > b {
    color: #4c4c4c;
}

#step2 {
    margin-top: 59px;
}


.online_content .contentRight>.right_list>li{
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-left: 35px;
}

.online_content .contentRight>.right_list>li>a{
   display: block;
   height: 34px;
   line-height: 34px;
   text-align: left;
   font-size: 13px;
   color: #4d4d4d;
   padding-left: 32px;
   background-size: 16px auto;
   background-position: left center;
   background-repeat: no-repeat;
}

.online_content .contentRight>.right_list>.onshow{
    background-color: #ebf0fd;
    /*border-left: 4px solid #5B9EFD;*/
    padding-left: 35px;
}
.greensquare3 {
    left: 0;
    position: absolute;
    width: 4px;
    height: 34px;
    /* margin-right: 5px; */
    vertical-align: top;
    background-color: #3183FB;
    display: inline-block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.online_content .contentRight>.right_list>li>a[data-id="1"]{
    background-image: url(/images/resumepc/icon_basic.png);
}

.online_content .contentRight>.right_list>li>a[data-id="2"]{
    background-image: url(/images/resumepc/icon_education.png);
}

.online_content .contentRight>.right_list>li>a[data-id="3"]{
    background-image: url(/images/resumepc/icon_for_job.png);
}

.online_content .contentRight>.right_list>li>a[data-id="4"]{
    background-image: url(/images/resumepc/icon_school.png);
}

.online_content .contentRight>.right_list>li>a[data-id="5"]{
    background-image: url(/images/resumepc/icon_work.png);
}

.online_content .contentRight>.right_list>li>a[data-id="6"]{
    background-image: url(/images/resumepc/icon_project.png);
}

.online_content .contentRight>.right_list>li>a[data-id="7"]{
    background-image: url(/images/resumepc/icon_award.png);
}

.online_content .contentRight>.right_list>li>a[data-id="8"]{
    background-image: url(/images/resumepc/icon_certificate.png);
}

.online_content .contentRight>.right_list>li>a[data-id="9"]{
    background-image: url(/images/resumepc/icon_skill.png);
}

.online_content .contentRight>.right_list>li>a[data-id="10"]{
    background-image: url(/images/resumepc/icon_personality.png);
}

.online_content .contentRight>.right_list>li>a[data-id="11"]{
    background-image: url(/images/resumepc/icon_diy.png);
}

.online_content .contentRight>.right_list>li[class="no_target"]>a[data-id="1"]:hover{
    background-image: url(/images/resumepc/icon_basic_hover.png);
    color: #97ADCC;
}

.online_content .contentRight>.right_list>li[class="no_target"]>a[data-id="2"]:hover{
    background-image: url(/images/resumepc/icon_education_hover.png);
    color: #97ADCC;
}

.online_content .contentRight>.right_list>li[class="no_target"]>a[data-id="3"]:hover{
    background-image: url(/images/resumepc/icon_for_job_hover.png);
    color: #97ADCC;
}

.online_content .contentRight>.right_list>li[class="no_target"]>a[data-id="4"]:hover{
    background-image: url(/images/resumepc/icon_school_hover.png);
    color: #97ADCC;
}

.online_content .contentRight>.right_list>li[class="no_target"]>a[data-id="5"]:hover{
    background-image: url(/images/resumepc/icon_work_hover.png);
    color: #97ADCC;
}

.online_content .contentRight>.right_list>li[class="no_target"]>a[data-id="6"]:hover{
    background-image: url(/images/resumepc/icon_project_hover.png);
    color: #97ADCC;
}

.online_content .contentRight>.right_list>li[class="no_target"]>a[data-id="7"]:hover{
    background-image: url(/images/resumepc/icon_award_hover.png);
    color: #97ADCC;
}

.online_content .contentRight>.right_list>li[class="no_target"]>a[data-id="8"]:hover{
    background-image: url(/images/resumepc/icon_certificate_hover.png);
    color: #97ADCC;
}

.online_content .contentRight>.right_list>li[class="no_target"]>a[data-id="9"]:hover{
    background-image: url(/images/resumepc/icon_skill_hover.png);
    color: #97ADCC;
}

.online_content .contentRight>.right_list>li[class="no_target"]>a[data-id="10"]:hover{
    background-image: url(/images/resumepc/icon_personality_hover.png);
    color: #97ADCC;
}

.online_content .contentRight>.right_list>li[class="no_target"]>a[data-id="11"]:hover{
    background-image: url(/images/resumepc/icon_diy_hover.png);
    color: #97ADCC;
}

.online_content .contentRight>.right_list>.btn{
    margin: 27px auto 0;
    /*height: 40px;*/
    /*line-height: 40px;*/
    display: block;
    width: 160px;
    margin-left:35px;
    /*font-size: 16px;*/
    box-sizing: border-box;
}

#makeResumeBtn{
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
}

.online_content>.left_content{
    position: relative;
    width: 712px;
}

/* .online_content>.left_content>.title{
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    color: #333333;
    text-align: left;
    background-color: white;
} */

.online_content>.left_content .title{
    width:100%;
    margin:0 50px 27px;
    text-align: left;
    /*border-left: 4px solid #3183FB;*/
    font-size:16px;
    line-height: 16px;
    font-weight: bold;
    color:#394351;
}

.greensquare{
    width: 4px;
    height: 16px;
    margin-right: 5px;
    vertical-align: top;
    background-color: #3183FB;
    display: inline-block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.online_content>.left_content .title>.right_line{
    float: right;
    width: 520px;
    border-top-width: 0px;
    border-color: #eeeeee;
    margin:10px 64px 10px 0px;
}


.online_content>.left_content .main_content{
    margin-top: 15px;
    padding-top: 60px;
    /*padding-bottom: 50px;*/
    width: 712px;
    min-height: 690px;
    background-color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 0 0 4px rgba(3,5,48,0.15);
    box-shadow: 0 0 4px rgba(3,5,48,0.15);
}

.online_content>.left_content .main_content>.update_link{
    margin-top: 95px;
    width: 118px;
}

.online_content>.left_content .main_content>.nothing_info_img{
    margin: 73px auto 0;
    display: block;
    width: 208px;
    /*padding-bottom: 223px;*/
}

.online_content .left_content .title>div{
    margin-right: 64px;
    font-weight: normal;
}

.online_content .avatar_holder{
    position: relative;
    /* width: 612px; */
    /* height: 150px; */
    /* background-color: #eff2f8; */
    text-align: left;
    /*margin: 10px 50px 0px;*/
}

.online_content .avatar_holder>img{
    height: 75px;
    margin-top: 47px;
}

.online_content .avatar_holder>.avatar_img{
    position: relative;
    display: inline-block;
    height: 53px;
    width: 53px;
    margin-left: 20px;
    border:1px solid #EEEEEE;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 50px;
}

.online_content .edit_holder .avatar_holder>.avatar_img:hover{
    background-color: #394351;
    background-image: url(/images/resumepc/icon_camera.png) !important;
    cursor: pointer;
}

.online_content .avatar_holder>p{
    float: left;
    color: #4d4d4d;
    font-size: 14px;
    margin: 17px auto 0;
}

.online_content .info_holder{
    position: relative;
    width: 612px;
    padding: 0px 50px 50px;
}

.online_content .edit_holder{
    position: relative;
    width: 612px;
    padding: 32px 50px 20px;
}

.online_content .info_holder .edit_holder{
    padding: 1px 0px 87px;
}

.online_content .info_holder>h3,.online_content .edit_holder>h3, .select_model>h3,.online_content .info_holder>.info_block>h3{
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #4C4C4C;
    text-align: left;
    padding-bottom: 12px;
    width: 100%;
    font-weight: normal;
}

.online_content .edit_holder>h3{
    position: relative;
    margin-top: 35px;
}

.online_content .edit_holder>h3>.delete_line{
    position: relative;
    float: right;
    font-size: 14px;
    color: #00cbd0;
    line-height: 16px;
}

/*.online_content .edit_holder>h3>.box{
    position: absolute;
    right: 0;
    top: 33px;
    width: 195px;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 3px;
    padding: 30px 0 20px;
    display: none;
    z-index: 10;
    background: white;
}*/

.online_content .dash_line .box{
    position: absolute;
    right: 0;
    top: 0;
    width: 195px;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 3px;
    padding: 30px 0 20px;
    display: none;
    z-index: 10;
    background: white;
}

.online_content .dash_line .box>p{
    padding-top: 0px;
    padding-bottom: 20px;
}

.online_content .dash_line .box .btn{
    width: 50px;
}

.online_content .edit_holder>h3>.delete_line:hover {
    cursor: pointer;
}

.online_content .info_holder>.dash_line,
.online_content .edit_holder>.dash_line,
.select_model>.dash_line,.online_content .info_holder>.info_block>.dash_line {
    border-bottom: 1px dashed #eeeeee;
}

.online_content .info_holder>.info_block>table{
    width: 100%;
    text-align: left;
    /*margin: 10px 0 26px;*/
    padding: 15px 0;
    font-size: 14px;
    color: #4d4d4d;
}

.online_content .info_holder>.info_block>table td:nth-child(1) {
    width: 390px;
    padding: 10px 0;
    vertical-align: middle;
}

.online_content .info_holder>.info_block>table td:nth-child(2) {
    padding: 10px 0 10px 0px;
    vertical-align: middle;
}

.online_content .education,.online_content .schoollife,
.online_content .work_exp,.online_content .project_exp,
.online_content .award,.online_content .certificate,
.online_content .talent,.online_content .self_intro,
.online_content .custom{
    padding-top: 0;
}

.online_content .add_btn{
    position: relative;
    background-color: #3183FB;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    color: white;
    width: 140px;
    margin: 0 auto;
    padding: 0;
    margin-top: 50px;
    bottom: 50px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

.online_content .add_btn:hover {
    cursor: pointer;
}

.online_content .add_btn>span{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.online_content .info_holder .block{
    position: relative;
    width: 100%;
    padding-bottom: 54px;
    padding-top: 11px;
    margin-top: 20px;
}

.online_content .schoollife .block{
    padding-top:0;
}

.online_content .info_holder .block>*:last-child {
    margin-bottom: 0;
}

.online_content .info_holder .double_col{
    /*position: relative;*/
    width: 100%;
    /*height: 18px;*/
    /*margin-top: 29px;*/
    margin-bottom: 10px;
    text-align: left;
}

.online_content .info_holder .update_time{
    margin-top: 29px;
    position:relative;
    float: right;
    line-height: 24px;
    font-size: 12px;
    color: #808080;
    top: -33px;
}

.online_content .info_holder .double_col>span:nth-child(1) {
    position: relative;
    /* float: left; */
    font-size: 16px;
    width: 70%;
    word-wrap: break-word;
    word-break: normal;
    color: #4c4c4c;
    text-align: left;
    line-height: 20px;
    display: inline-block;
    font-weight: bold;
}

.online_content .info_holder .double_col>span:nth-child(2) {
    position: relative;
    float: right;
    /*height: 100%;*/
    line-height: 24px;
    font-size: 12px;
    color: #808080;
    /*margin-top: 18px;*/
}

.online_content .info_holder .single_row{
    width: 100%;
    font-size: 14px;
    color: #4d4d4d;
    text-align: left;
    margin-bottom: 2px;
}

.online_content .info_holder .double_row{
    width: 100%;
    margin-bottom: 17px;
    text-align: left
}
.online_content .info_holder .double_row>span{
    display: block;
    font-size: 14px;
    color: #4d4d4d;
}

.online_content .info_holder .double_row>span:nth-child(2) {
    font-size: 12px;
    color: #808080;
    margin-top: 8px;
}

.online_content .expectation{
    padding-top: 30px;
}

.online_content .expectation .block{
    /*padding-top: 70px;*/
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 40px;
    width: 80%;
}

.online_content .expectation .single_row{
    /*margin-bottom: 33px;*/
    color:#4c4c4c
}

.online_content .info_holder .img_row{
    text-align: left;
    margin-bottom: 29px;
}

.online_content .info_holder .img_row>span{
    margin: 0;
    padding: 0 20px 0 5px;
    font-size: 14px;
    color: #FFF;
    height: 22px;
    line-height: 22px;
    background-image: url(/images/resumepc/pic_tab.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: left;
    display: inline-block;
}

.online_content .info_holder .normal_text{
    width: 100%;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 20px;
    word-wrap: break-word;
    text-align: left;
}

.online_content .info_holder .normal_text span{
    /*width: 490px;*/
    display: inline-block;
    text-align: justify;
    position: absolute;
    top: 42px;
    right: 0px;
}

.online_content .info_holder pre{
    white-space: pre-wrap;
}



/*.online_content .schoollife .double_col,
.online_content .project_exp .double_col{
    margin-bottom: 26px;
}*/

.online_content .word_exp .double_col{
    margin-bottom: 24px;
}

.online_content .certificate .double_col{
    margin-top: 0px;
}

.online_content .info_holder .talent_item{
    position: relative;
    text-align: left;
    display: inline-block;
}

.online_content .info_holder .talent_item>span:nth-child(1) {
    display: inline-block;
    font-size: 16px;
    color: #4d4d4d;
    text-align: right;
    width: 100px;
    line-height: 22px;
    vertical-align: middle;
}

.online_content .info_holder .talent_item>.score_bar_holder{
    display: inline-block;
    width: 235px;
    height: 10px;
    margin-left: 5px;
    background-color: #eeeeee;
    vertical-align: middle;
    line-height: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.online_content .info_holder .talent_item .score_bar{
    background-color: #5B9EFD;
    display: inline-block;
    height: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.online_content .info_holder .talent_item>span:nth-child(3) {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
    color: #808080;
    font-size: 12px;
    line-height: 22px;
}

.online_content .talent .block{
    padding-top: 44px;
    text-align: left;
}

.online_content .talent .edit_btn{
    line-height: 22px;
}

.online_content .self_intro pre,
.online_content .custom pre{
    margin: 0;
    width: 100%;
    font-size: 14px;
    color: #6d6e71;
    line-height: 22px;
    word-wrap: word-break;
    break-word: normal;
    text-align: left;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
}

.online_content .self_intro .block,
.online_content .custom .block{
    /*padding-top: 50px;*/
    padding-bottom: 50px;
    margin-top: 0px;
    text-align: left;
}

.online_content .custom .double_col{
    margin-top: 0;
    margin-bottom: 26px;
}

.online_content .edit_holder{
    padding-top: 0;
}

.online_content .edit_holder input,
.online_content .edit_holder textarea, #mask .resume_name_input input{
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #4c4c4c;;
    font-size: 14px;
    padding: 0;
    padding-left: 20px;
    box-sizing: border-box;
    text-align: left;
    background-color: #f9f9f9;
    outline: 0;
    border: solid 1px #eeeeee;
    border-radius: 2px;
    background: white;
}

.online_content .edit_holder input:-ms-input-placeholder,
.online_content .edit_holder textarea:-ms-input-placeholder, #mask .resume_name_input input:-ms-input-placeholder{
    color: #b2b2b2;
}

.online_content .edit_holder input[ie_fix="1"]{
    color: #b2b2b2;
}

.online_content .edit_holder input[utips_status="2"],
.online_content .edit_holder textarea[utips_status="2"], #mask .resume_name_input input[utips_status="2"]{
    color: #f46563;
}

.online_content .edit_holder textarea{
    height: 212px;
    padding: 20px 20px 0;
    line-height: 22px;
}

.online_content .edit_holder .input_normal{
    position: relative;
    width: 274px;
    text-align: left;
    margin-top: 26px;
}

.online_content .edit_holder .input_big{
    position: relative;
    width: 100%;
    text-align: left;
    margin-top: 26px;
}

.online_content .edit_holder .input_small{
    position: relative;
    width: 130px;
    text-align: left;
    margin-top: 26px;
}

.online_content .edit_holder .input_normal>p,
.online_content .edit_holder .input_big>p,
.online_content .edit_holder .input_small>p {
    color: #4c4c4c;
    font-size: 14px;
    margin: 0;
    margin-bottom: 10px;
}

.online_content .edit_holder .input_normal>.require:after,
.online_content .edit_holder .input_big>.require:after,
.online_content .edit_holder .input_small>.require:after {
    content: "*";
    color: #f46563;
    margin-left: 5px;
    vertical-align: sub;
}

.online_content .edit_holder .input_inline{
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-right: 6px;
}

.online_content .edit_holder .input_select .fade_holder{
    position: relative;
    width: 100%;
}

.online_content .edit_holder .input_select .fade_holder>em{
    position: absolute;
    right: 14px;
    top: 18px;
    height: 0;
    width: 0;
    display: block;
    font-size: 0;
    border: 6px solid rgb(71,71,76);
    border-color: #e5e5e5  transparent transparent;
}

.online_content .edit_holder .input_select ul{
    position: absolute;
    width: 100%;
    /*height: 40px;*/
    max-height: 184px;
    overflow: auto;
    top: 42px;
    left: 0;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    box-shadow: 2px 2px 4px #efefe4;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 2;
    display: none;
}

.online_content .edit_holder .input_select ul[show_list="1"] {
    display: block;
    opacity: 1;
}

.online_content .edit_holder .input_select ul[show_list="0.5"] {
    opacity: 0;
    display: block;
}

.online_content .edit_holder .input_select ul li{
    height: 36px;
    line-height: 36px;
    padding-left: 17px;
    font-size: 14px;
    color: #555;
}

.online_content .edit_holder .input_select ul li:hover {
    color: white;
    background-color: #88B8FD;
    cursor: default;
}

.online_content .edit_holder .input_select input[utips_status="1"]{
    color: #b2b2b2;
}

.online_content .edit_holder .input_select input[type="button"]:hover {
    cursor: pointer;
}

.online_content .edit_holder .add_model_holder{
    position: relative;
    margin-bottom: 60px;
    margin-top: 35px;
    text-align: left;
}

.online_content .edit_holder .add_model_holder div[show_status="0"] {
    display: none;
}

.online_content .edit_holder .add_model{
    font-size: 16px;
    color: #5B9EFD;
}

.online_content .edit_holder .add_model:hover {cursor:pointer;}

.online_content .edit_holder .add_model>img{
    height: 16px;
    transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -o-transition: transform 0.5s;
}

.online_content .edit_holder .add_model>img[utips_status="1"] {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

.online_content .edit_holder .add_model>*{
    vertical-align: middle;
}

.online_content .edit_holder .btn-big{
    width: 140px;
    margin-left: 20px;
}

.online_content .edit_education, .online_content .edit_expectation,
.online_content .edit_schoollife, .online_content .edit_work,
.online_content .edit_project, .online_content .edit_award,
.online_content .edit_certificate, .online_content .edit_talent,
.online_content .edit_intro, .online_content .edit_custom{
    /*padding-top: 40px;*/
}

.select_model{
    padding-top: 72px;
}

.select_model>h3{
    margin: 0 123px;
    padding-bottom: 20px;
    width: auto;
    color:#333333;
}


.select_model>.model_item_holder{
    position: relative;
    margin: 68px 150px 23px;
    text-align: left;
}

.select_model .model_item{
    position: relative;
    display: inline-block;
    width: 118px;
    text-align: center;
    vertical-align: bottom;
    margin: 0 56px 34px 0;
}

.select_model .model_item:nth-of-type(4n) {
    margin-right: 0;
}

.select_model .model_item img{
    width: 100%;
    height: auto;
}

/*.select_model .model_item>.img_holder{
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
*/
.select_model .model_item .item_mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(135,173,204,0.9);
    background-image: url(/images/resumepc/icon_eyes.png);
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
}

.color_bot div:hover{
    cursor: pointer;
}

.select_model .model_item>.img_holder:hover{
    cursor: pointer;
}

.select_model .model_item>.img_holder:hover .item_mask{
    display: block;
}

.select_model .model_item>.check_box{
    margin: 12px auto 0;
    width: 23px;
    height: 23px;
    background-color: #e1e5ea;
    border-radius: 1px;
}

.select_model .model_item>.check_box:hover {
    cursor: pointer;
    background-image: url(/images/resumepc/resume_check.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #60ced6;
    border-radius: 2px;
}

.select_model .model_item>.selected{
    background-image: url(/images/resumepc/resume_check.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #60ced6;
    border-radius: 2px;
}

.select_model>.btn{
    width: 118px;
    margin-bottom: 52px;
}

.select_model>.template_saved_leave {
    height: 30px;
    line-height: 30px;
    width: 119px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background: #3183FB;
}
.select_model>.btn:hover{
    cursor: pointer;
}

.btn:hover{
    cursor: pointer;
}

#crop_box_holder{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(24,39,52,0.3);
    text-align: center;
    overflow: hidden;
    display: none;
}

#crop_box,
#crop_loading{
    position: relative;
    display: inline-block;
    width: 410px;
    margin-top: 250px;
    border: 8px solid rgba(56,92,123,0.75);
}

#crop_loading{
    height: 584px;
    background: white;
    line-height: 584px;
    font-size: 20px;
    display: none;
}

#crop_box .crop_header{
    position: relative;
    height: 49px;
    width: 100%;
    font-size: 16px;
    line-height: 49px;
    background-color: #385c7b;
    color: white;
    padding-left: 20px;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#crop_box .crop_header>span{
    position: relative;
    float: right;
    display: inline-block;
    height: 100%;
    width: 49px;
    background-image: url(/images/resumepc/icon_close.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 17px auto;
}

#crop_box .crop_header>span:hover {
    cursor: pointer;
}

#crop_box .crop_body{
    position: relative;
    text-align: center;
    width: 100%;
    padding-bottom: 30px;
    background: white;
}

#crop_box .crop_body .crop_content{
    position: relative;
    display: inline-block;
    width: 294px;
    height: 294px;
    margin-top: 45px;
    overflow: hidden;
}

#crop_box .crop_body .crop_content:hover{
    cursor: move;
}

#crop_box .crop_body #crop_image{
    position: absolute;
}

#crop_box .crop_body .crop_border{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 74px solid rgba(255,255,255,0.4);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#crop_box .crop_body #crop_select_area{
    position: absolute;
    top: 74px;
    left: 74px;
    width: 146px;
    height: 146px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #00cbd0;
}

#crop_box .crop_body .crop_bar_holder{
    position: relative;
    display: inline-block;
    margin-top: 53px;
}

#crop_box .crop_body .lessen_image,
#crop_box .crop_body .enlarge_image{
    width: 20px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 20px;
}

#crop_box .crop_body .lessen_image:hover,
#crop_box .crop_body .enlarge_image:hover {
    cursor: pointer;
}

#crop_box .crop_body .crop_bar{
    position: relative;
    display: inline-block;
    height: 20px;
    width: 150px;
    vertical-align: middle;
}

#crop_box .crop_body .bar_line{
    width: 150px;
    height: 7px;
    background: #ecf0fb;
    position: absolute;
    top: 6.5px;
    left: 0;
}

#crop_box .crop_body #bar_point{
    position: absolute;
    top: 2px;
    left: -6px;
    background-color: #3183FB;
    border: 2px solid white;
    border-radius: 16px;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: pointer;
}

#crop_box .crop_body #bar_point:hover{
    cursor: pointer;
}

#crop_box .crop_body .btn-big{
    width: 132px;
    margin-top: 46px;
}

#crop_box .crop_body .btn-cancel{
    /*margin-left: 14px;*/
}

.post_resume>div{
    position: relative;
    margin: 0 136px;
    text-align: center;
    font-size: 12px;
    color: #4c4c4c;
}

.post_resume .div-1 {
    padding: 107px 0;
    border-bottom: 1px dashed #eaeaea;
}

.post_resume .div-2{
    padding: 38px 0 60px;
}

.post_resume .div-1 img{
    height: 148px;
}

.post_resume .div-2 img{
    height: 108px;
    width: 108px;
    margin-left: 58px;
    vertical-align: top;
}

#mask .resume_name_input{
    padding-left: 50px;
    font-size: 14px;
    text-align: left;
    padding-top: 30px;
}

#mask .resume_name_input input{
    width: 90%;
    margin-top: 14px;
}

.select_model .template_saved_title{
    font-size: 16px;
    color: #3a4350;
    text-align: center;
    margin-top: -14px;
    margin-bottom: 13px;
}
.template_saved_img{
    height: 168px;
    width: 242px;
}

.template_save_tips{
    text-align: left;
    margin-left: 357px;
    font-size: 13px;
    color: #3a4350;
    line-height: 21px;
    margin-top: 16px;
}

.template_save_tips span{
    width: 4px;
    height: 4px;
    background-color: #3a4350;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 2px;
    margin-right: 5px;
}

.select_model>.template_saved_leave{
    margin-top: 48px;
    width: 147px;
    margin-bottom: 22px;
}

.download_template{
    position: relative;
    display: block;
    padding-left: 14px;
    background-image: url(/images/resumepc/icon_download.png);
    background-size: 9px 10px;
    background-position: left center;
    background-repeat: no-repeat;
    text-align: left;
    font-size: 13px;
    color: #a5b5c0;
    margin-left: 660px;
    width: 100px;
}

.download_template:hover {
    cursor: pointer;
}

.warehouse_online_resume .btns_holder{
    position: absolute;
    top: 0;
    left: 100px;
    width: 28px;
    height: 77px;
    box-sizing: border-box;
    padding: 7px 0;
    padding-left: 5px;
    text-align: center;
    background-image: url(/images/resumepc/pic_bubble.png);
    background-size: 28px 77px;
    background-repeat: no-repeat;
    background-position: 0 0;
    line-height: 16px;
    display: none;
}

.warehouse_online_resume .btns_holder>img{
    width: 16px;
    height: 16px;
}


/*==========================header=================*/

/*p a{
    color: #4C4C4C;
}
.header_left p,.header_right li{
    cursor: pointer;
}
.header_right li p a,.header_right li p{
    font-size: 14px;
    color: #4C4C4C;
}
.header_right .user li:nth-of-type(3){
    margin-right: 10px;
}

.header_left div,.item div{
    float: left;
}
.header_left div:nth-of-type(2) p,.header_left div:nth-of-type(3) p,.header_left div:nth-of-type(4) p{
    font-size: 16px;
    height: 60px;
    line-height: 60px;
}

.header_left .actived{
    color: #3183FB;
}
.header_left div:nth-of-type(3){
  margin-right: 60px;
}
.header_left div p a:hover{
    color: #3183FB;
}

.header_left div:nth-of-type(2){
    margin-left: 156px;
    margin-right: 65px;

}
.header_right{
    position: relative;
    float: right;
}
.header_right .user_info{
    position: absolute;
    top: 60px;
    right:0;
    z-index: 20;
    width: 150px;
    text-align: center;
    color: white;
    display: none;
}
.header_right .user_info li{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #394351;
    border: 1px solid #455163;
}
.header_right .user_info li:hover{
    background-color: #5B9EFD;
}
.header_right .user_info li a{
    color: white;
}
.header_right .user li{
    float: right;
    height: 60px;
    line-height: 60px;
}
.header_right .user li:nth-of-type(3) div{
    width: 36px;
    height: 36px;
    margin-top: 12px;
    background-image:url(/images/resumepc/pic_head.png);
    margin-right: 12px;
    background-size: 36px 36px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50px;
}
.header_right .user li:nth-of-type(2) p{
     font-size: 14px;
     margin-right: 22px;
     max-width: 83px;
     overflow: hidden;
     text-align: center;
     text-overflow: ellipsis;
    white-space: nowrap;
}
.header_right .user li:nth-of-type(1) img{
    width: 10px;
    margin-top: 27px;
    display: block;
}
.utips_logo{
  width: 131px;
  height: 36px;
  margin-top: 10px;
}*/

/*.rotate-180{
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);   
    -moz-transform:rotate(180deg);  
    -webkit-transform:rotate(180deg); 
    -o-transform:rotate(180deg);    
}*/


.color_change {
    position: absolute;
    // top: 130px;
    left: 1330px;
    // height: 100%;
    width: 40px;
    background-color: #fff;
    border-radius: 2px;
}

.color_change .color_top{
    padding-top:10px;
    width:30px;
    height:100%;
    padding-left:5px;
    // border-bottom:1px solid #eeeeee;
}

.color_change .color_top img{
    height: 15px;
    width: 22px;
}

.color_change .color_top p{
    font-size:12px;
    color:#999999;
    // padding-top:6px;
    padding-bottom:12px;
    border-bottom:1px solid #eeeeee;
}

.color_change .color_bot {
    padding-top: 9px;
    padding-bottom:12px;
    // padding-left:7px;

}

.color_change .color_bot div{
    width: 24px;
    height: 24px;
    border-radius: 8px;
    line-height: 20px;
    margin: 0 auto;
    text-align: center;
}

#color_1 .color_c1 {
    border:1px solid #70bfc2;
}

#color_1 .color_c2 {
    // border:1px solid #4b4c61;
    border:1px solid #fff;
}

#color_1 .color_c3 {
    // border:1px solid #4374b9;
    border:1px solid #fff;

}

#color_2 .color_c1 {
    border:1px solid #55b490;
}

#color_2 .color_c2 {
    // border:1px solid #4b4c61;
    border:1px solid #fff;
}

#color_2 .color_c3 {
    // border:1px solid #4374b9;
    border:1px solid #fff;

}

#color_3 .color_c1 {
    border:1px solid #0a0808;
}

#color_3 .color_c2 {
    // border:1px solid #4b4c61;
    border:1px solid #fff;
}

#color_3 .color_c3 {
    // border:1px solid #4374b9;
    border:1px solid #fff;
}

#color_3 .color_c4 {
    // border:1px solid #4374b9;
    border:1px solid #fff;
}

#color_4 .color_c1 {
    border:1px solid #5cc2f2;
}

#color_4 .color_c2 {
    // border:1px solid #4b4c61;
    border:1px solid #fff;
}

#color_4 .color_c3 {
    // border:1px solid #4374b9;
    border:1px solid #fff;
}

#color_5 .color_c1 {
    border:1px solid #52cccc;
}

#color_5 .color_c2 {
    // border:1px solid #4b4c61;
    border:1px solid #fff;
}

#color_5 .color_c3 {
    // border:1px solid #4374b9;
    border:1px solid #fff;
}

#color_6 .color_c1 {
    border:1px solid #de977f;
}

#color_6 .color_c2 {
    // border:1px solid #4b4c61;
    border:1px solid #fff;
}

#color_6 .color_c3 {
    // border:1px solid #4374b9;
    border:1px solid #fff;
}

#color_7 .color_c1 {
    border:1px solid #8ea7d6;
}

#color_7 .color_c2 {
    // border:1px solid #4b4c61;
    border:1px solid #fff;
}

#color_7 .color_c3 {
    // border:1px solid #4374b9;
    border:1px solid #fff;
}

#color_8 .color_c1 {
    border:1px solid #009fe7;
}

#color_8 .color_c2 {
    // border:1px solid #4b4c61;
    border:1px solid #fff;
}

#color_8 .color_c3 {
    // border:1px solid #4374b9;
    border:1px solid #fff;
}
#color_1  .color_bot .color_c1 p{
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #70bfc2;
    border-radius: 6px;
    vertical-align: middle;
}

#color_1  .color_bot .color_c2 p{
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #4b4c61;
    border-radius: 6px;
    vertical-align: middle;
}

#color_1  .color_bot .color_c3 p{
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #4374b9;
    border-radius: 6px;
    vertical-align: middle;
}

#color_2  .color_bot .color_c1 p{
    width: 18px;
    height: 18px;
    background-color: #55b490;
    border-radius: 6px;
    vertical-align: middle;
    display: inline-block;
}

#color_2  .color_bot .color_c2 p{
    width: 18px;
    height: 18px;
    background-color: #2f9bd7;
    border-radius:6px;
    vertical-align: middle;
    display: inline-block;
}

#color_2  .color_bot .color_c3 p{
    width: 18px;
    height: 18px;
    background-color: #e45d48;
    border-radius:6px;
    vertical-align: middle;
    display: inline-block;
}

#color_3  .color_bot .color_c1 p{
    width: 18px;
    height: 18px;
    background-color: #0a0808;
    border-radius:6px;
    vertical-align: middle;
    display: inline-block;
}

#color_3  .color_bot .color_c2 p{
    width: 18px;
    height: 18px;
    background-color: #6698d0;
    border-radius:6px;
    vertical-align: middle;
    display: inline-block;
}

#color_3  .color_bot .color_c3 p{
    width: 18px;
    height: 18px;
    background-color: #4b58a6;
    border-radius:6px;
    vertical-align: middle;
    display: inline-block;
}

#color_3  .color_bot .color_c4 p{
    width: 18px;
    height: 18px;
    background-color: #35b264;
    border-radius:6px;
    vertical-align: middle;
    display: inline-block;
}

#color_4  .color_bot .color_c1 p{
    width: 18px;
    height: 18px;
    background-color: #5cc2f2;
    border-radius:6px;
    vertical-align: middle;
    display: inline-block;
}

#color_4  .color_bot .color_c2 p{
    width: 18px;
    height: 18px;
    background-color: #e56867;
    border-radius:6px;
    vertical-align: middle;
    display: inline-block;
}

#color_4  .color_bot .color_c3 p{
    width: 18px;
    height: 18px;
    background-color: #29b58e;
    border-radius:6px;
    vertical-align: middle;
    display: inline-block;
}

#color_5  .color_bot .color_c1 p{
    width: 18px;
    height: 18px;
    background-color: #52cccc;
    border-radius:6px;
    vertical-align: middle;
    display: inline-block;
}

#color_5  .color_bot .color_c2 p{
    width: 18px;
    height: 18px;
    background-color: #78d3ae;
    border-radius:6px;
    vertical-align: middle;
    display: inline-block;
}

#color_5  .color_bot .color_c3 p{
    width: 18px;
    height: 18px;
    background-color: #ff9494;
    border-radius:6px;
    vertical-align: middle;
    display: inline-block;
}

#color_6  .color_bot .color_c1 p{
    width: 18px;
    height: 18px;
    background-color: #de977f;
    border-radius:6px;
    vertical-align: middle;
    display: inline-block;
}

#color_6  .color_bot .color_c2 p{
    width: 18px;
    height: 18px;
    background-color: #6674b7;
    border-radius:6px;
    vertical-align: middle;
    display: inline-block;
}

#color_6  .color_bot .color_c3 p{
    width: 18px;
    height: 18px;
    background-color: #5baf81;
    border-radius:6px;
    vertical-align: middle;
    display: inline-block;
}

#color_7  .color_bot .color_c1 p{
    width: 18px;
    height: 18px;
    background-color: #8ea7d6;
    border-radius:6px;
    vertical-align: middle;
    display: inline-block;
}

#color_7  .color_bot .color_c2 p{
    width: 18px;
    height: 18px;
    background-color: #80c9be;
    border-radius:6px;
    vertical-align: middle;
    display: inline-block;
}

#color_7  .color_bot .color_c3 p{
    width: 18px;
    height: 18px;
    background-color: #749abf;
    border-radius:6px;
    vertical-align: middle;
    display: inline-block;
}

#color_8  .color_bot .color_c1 p{
    width: 18px;
    height: 18px;
    background-color: #009fe7;
    border-radius:6px;
    vertical-align: middle;
    display: inline-block;
}

#color_8  .color_bot .color_c2 p{
    width: 18px;
    height: 18px;
    background-color: #ee816b;
    border-radius:6px;
    vertical-align: middle;
    display: inline-block;
}

#color_8  .color_bot .color_c3 p{
    width: 18px;
    height: 18px;
    background-color: #2cb0a1;
    border-radius:6px;
    vertical-align: middle;
    display: inline-block;
}

#color_1{
    display:none;
}

#color_2{
    display:none;
}

#color_3{
    display:none;
}

#color_4{
    display:none;
}
#color_5{
    display:none;
}

#color_6{
    display:none;
}

#color_7{
    display:none;
}

#color_8{
    display:none;
}

#dashline_list .dash_line .updata_time {
    position: relative;
    float: right;
    line-height: 24px;
    font-size: 12px;
    color: #808080;
    top: -33px;
}

#dashline_list .dash_line .abroad_time{
    position:relative;
    font-size: 12px;
    color: #808080;
    text-align: left;
    top:-12px;
}

.avatar_holder span {
    position: absolute;
    top: 15px;
    margin-left: 55px;
    color: #f46563;
    display: none;
}

.title1{
    background: url(/images/resumepc/icon_attachment1.png) no-repeat 0 center;
}
.title2{
    background: url(/images/resumepc/icon_online.png) no-repeat 0 center;
    text-align: center;
}



.toast_tip{
    width: 128px;
    height: 77px;
    opacity: 0.9;
    filter: alpha(opacity=90);
    position: absolute;
    background:#525d7a url(/images/resumepc/icon_success_delete.png) no-repeat center 14px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto auto;
    border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    font-size: 14px;
    color: #fff;
}
.toast_tip div{
    padding-top: 46px;
    text-align: center;
}



.contentRight #top p:nth-child(1){
    float: left;
    color: #b7c0ce;
}

.contentRight #top p:nth-child(2){
    float: right;
    font-size: 12px;
    color: #5b9efd;
    cursor: pointer;
    margin-top: 1px;
}

.contentRight #top p:nth-child(2):hover{
    text-decoration: underline;
}

.contentRight #top .btns{
    margin-top: 30px;
    height: 30px;
}

.contentRight #top .btns div:nth-child(1){
    float: left;
    width: 68px;
    line-height: 28px;
}

.contentRight #top .btns div:nth-child(2){
    float: right;
    width: 104px;
    color: #5b9cfb;
    border: 1px solid #5b9cfb;
    background-color: white;
    line-height: 28px;
}

.contentRight #top .btns div:nth-child(1):hover{
    background-color: #5B93FD;
}

.contentRight #top .btns div:nth-child(2):hover{
    background-color: #ecf0fb;
}

.contentRight #top .btns img{
    position: relative;
    top: -125px;
    right: -65px;
    display: none;

}

#mask_ {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(24,39,52,0.4);
}

#mask_nolook {
    /*height: 100%;*/
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*background: rgba(24,39,52,0.4);*/
}

#mask_six {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(24,39,52,0.5);
}

#mask_>.box {
    position: absolute;
    top: 31%;
    left: 37%;
    width: 460px;
    min-height: 300px;
    background: white;
    text-align: center;
    border-radius: 10px;
}

#mask_ .resume_name_input {
    font-size: 16px;
    text-align: left;
    padding:0;
    padding-top: 35px;
    margin-right: 65px;
    margin-left: 65px;
    color: #757575;
}

#mask_ .resume_name_tabel{
    font-size: 16px;
    text-align: left;
    padding:0;
    padding-top: 22px;
    margin-right: 65px;
    margin-left: 65px;
    color: #5b9efd;
    cursor: pointer;

}

#mask_ .resume_name_tabel img{
    display: inline-block;
    margin-left: 5px;
}

#mask_ .resume_name_input input,#mask_ .resume_name_tabel input {
    width: 100%;
    margin-top: 12px;
    height: 40px;
    line-height: 40px;
    color: #4c4c4c;
    font-size: 14px;
    padding: 0;
    padding-left: 20px;
    box-sizing: border-box;
    text-align: left;
    background-color: #f9f9f9;
    outline: 0;
    border: solid 1px #eeeeee;
    border-radius: 2px;
    background: white;
}

#mask_ #upload_tips_box>div {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: -27px;
}

#mask_  .btn{
    background: #3183FB;
    width: 140px;
    margin-bottom: 52px;
    font-size: 16px;
    color: white;
    padding: 0px 14px;
    line-height: 40px;
    height: 40px;
    border-radius: 25px;
    text-align: center;
    display: inline-block;
}


#mask_ .box .btn-cancel, .online_content .btn-cancel {
    background: rgb(165,181,192);
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #b2b2b2;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b2b2b2;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b2b2b2;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #b2b2b2;
}

#mask_nolook .maskLeft{
    position: absolute;
    top: 200px;
    left: 33%;
    z-index:100;
}

#mask_nolook .maskLeft img{
    /*position: fixed;*/
    /*top: 40%;*/
    /*left: 47%;*/
    background: url("/images/resumepc/btn_ok.png")no-repeat;
    cursor: pointer;
    background-position: 120px 111px;
}

#mask_nolook .maskRight{
    width: 240px;
    height: 138px;
    border: 1400px solid rgba(0, 0, 0, .5);
    /*border-radius: 46%;*/
    position: absolute;
    left: -679px;
    top: -1294px;
    box-sizing: content-box;
}

.resume_control,#mask_six .resume_control{
    position: fixed;
    width: 460px;
    height: 453px;
    padding: 30px 60px 40px;
    box-shadow: 0px 0 10px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0 10px 0px rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #fff;
    z-index: 10001;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.resume_control .tip h2{
    font-size: 16px;
    line-height: 16px;
    color: #4c4c4c;
    margin-bottom: 11px;
    border-bottom: 1px dashed #eee;
}
.resume_control .tip div{
    margin-top: 10px;
    line-height: 12px;
    text-align: center;
    font-size: 12px;
    color: #b2b2b2;
    margin-bottom: 24px;
    font-weight: normal;
}
.resume_control .file_item{
    text-align: left;
    font-size: 14px;
    color: #4c4c4c;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    cursor: pointer;
}
.resume_control .file_item:after{
    content: "";
    display: block;
    clear: both;
}
.resume_control .file_item .file_name{
    padding-left: 22px;
    background: url(/images/resumepc/icon_online_small.png) no-repeat 0 center;
    float: left;
    width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.resume_control .file_item:hover .file_name{
    color: #88b9fe;
    background:url(/images/resumepc/icon_online_small_blue.png) no-repeat 0 center;
}
.resume_control .file_item:hover .select_btn{
    border:2px solid #88b9fe;
}
.resume_control .file_item .select_btn{
    float: right;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: 13px;
    background-color: #f3f5fb;
}
/*.resume_control .file_item .select_btn:hover{

}*/
.select_item{
    background-color: #ffffff !important;
    border: 4px solid #88b9fe;
}
.resume_control .file_item:hover .select_item{
    background-color: #ffffff !important;
    border: 4px solid #88b9fe;
}
.file_item .file_name.active{
   background: url(/images/resumepc/icon_online_small_blue.png) no-repeat center left;
   color: #88b9fe 
}
.resume_control .btns{
    text-align: center;
    margin-top: 28px;
    font-size: 0;
}
.resume_control .btns span{
    width: 150px;
    height: 40px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.resume_control .btns span+span{
    margin-left: 40px;
}
.resume_control .cancle{
    background-color: #cbd6e5;
}
.resume_control .confirm{
    background-color: #3183fb
}

.resume_mask{
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
}
.no_select_tip{
    color: #f2688d;
    margin-top: 8px;
    text-align: right;
    font-size: 12px;
    padding-right: 8px;
}

.red_text {
    font-size: 12px;
    margin-top: 8px;
}

.red_text span:nth-child(1){
    color: #b7c0ce;
    float: left;
    padding-left: 15px;
}

.red_text span:nth-child(2){
    color: #f46563;
    float: right;
    padding-right: 10px;
    display: none;
}

.del_ok {
    position: fixed;
    top: 33%;
    left: 50%;
    width: 128px;
    height: 77px;
    background-color: #525d7a;
    opacity: 0.9;
    text-align: center;
    border-radius: 5px;
    display: none;
}

.finish {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(24,39,52,0.4);
}

.finish .finish_content{
    width: 570px;
    height: 437px;
    background-color: white;
    text-align: center;
    left: 50%;
    top: 33%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    position: fixed;
    border-radius: 10px;
}

.finish_content img{
    width: 336px;
    /*height: 249px;*/
    padding-top: 60px;
    margin: 0 auto;

}

.finish_content .btns {
    padding-top: 32px;
}

.finish_content .btns span:nth-child(1){
    width: 140px;
    height: 40px;
    border: 1px solid #5b9cfb;
    background-color: white;
    color: #5b9cfb;
    line-height: 38px;
    border-radius: 20px;
    font-size: 16px;
}

/*.avatar_img:after{*/
    /*content: "*";*/
    /*color: #f46563;*/
    /*margin-left: 66px;*/
    /*position: relative;*/
    /*vertical-align: sub;*/
    /*top: 14px;*/
    /*display: none;*/
/*}*/

.online_content .avatar_holder>.reqi{
    color: #f46563;
    margin-left: 7px;
    position: relative;
    top: 18px;
    float: left;
    display: none;
}

.online_content .info_holder .double_col>span.award_name{
    width: auto;
    max-width: 50%;
    float: left;
}
.online_content .info_holder .double_col>span.award_time{
    /*width: 50%;*/
    float: left;
    margin-left: 5px;
    font-size: 14px;
}

/*.currentTemplateName{
    display: inline-block;
    width: 70px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    vertical-align: text-bottom;
}*/

.redColor::-webkit-input-placeholder {
    color: red;
}

