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;
}*/

/*<<<<<<<<<<<<<<<<<<<<<<<<<end of footer===================*/



.hidden{
    display: none;
}

.warehouse_content, .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 .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: 148px;
    font-size: 12px;
    color: #cccccc;
    display: inline-block;
    margin-bottom: 30px;
}

.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;
    // top:-32px;
}

.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;
}



.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>p{
    /*text-decoration: underline;*/
}

.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: #00cbd0;
    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{
    padding-left: 32px;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 30px;
}

#uploading_progress_holder{
    width: 80%;
    height: 10px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    background: white;
    margin: 0;
}

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

.info_tips{
    margin-left: 0;
    font-size: 15px;
    color: #928f8c;
    margin-top: 20px;
    margin-bottom: 6px;
    text-align: left;
}

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

#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%);
}

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

.box .btn-big,
.online_content .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 .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 .btn-cancel{
    background: rgb(165,181,192);
}

#mask #upload_tips_box .btn-cancel{
    margin-left: 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>.right_list{
	box-sizing: border-box;
    position: relative;
    float: right;
    width: 230px;
    padding: 29px 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>.right_list .step {
    height: 19px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 35px;
    text-align: left;
    margin-bottom: 12px;
}

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

.online_content>.right_list .step span > span {
    color: #757575;
}

#step2 {
    margin-top: 59px;
}

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

.online_content>.right_list>li>a{
   display: block;
   height: 42px;
   line-height: 42px;
   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>.right_list>.onshow{
    background-color: #ebf0fd;
    /*border-left: 4px solid #5B9EFD;*/
    padding-left: 35px;
}
.greensquare3 {
	left: 0;
	position: absolute;
    width: 4px;
    height: 42px;
    /* 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>.right_list>li>a[data-id="1"]{
    background-image: url(/images/resumepc/icon_basic.png);
}

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

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

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

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

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

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

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

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

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

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

.online_content>.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: center;
    margin: 10px auto 0px;
}

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

.online_content .avatar_holder>.avatar_img{
    position: relative;
    display: inline-block;
    height: 70px;
    width: 70px;
    margin-top: 30px;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 50px;
}

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

.online_content .avatar_holder>p{
    color: #525D7A;
    font-size: 14px;
    margin: 7px auto 0;
}

.online_content .info_holder,.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: 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>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;
    font-size: 14px;
    color: #4d4d4d;
}

.online_content .info_holder>.info_block>table td:nth-child(1) {
    width: 306px;
    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: 80%;
    word-wrap: break-word;
    word-break: normal;
    color: #4c4c4c;
    text-align: left;
    line-height: 24px;
    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: 17px;
}

.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{
    // margin: 0;
    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: 300px;
    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;
}

#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;
}
