@charset "utf-8";
/**
 * LSS
 * @date    2016-11-07 10:00:00
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
}
em{
    font-style: normal;
}
/*html5*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
body{
    background: #f4f7fa;
    min-width: 1280px;
}
body,
*{
    font-family: "Microsoft YaHei", "微软雅黑", Tahoma, Geneva, sans-serif;
    font-size: 14px;
}
.bg_body_impt{background: #E9ECF2!important;}
.body_tan{background: transparent!important;}
a{
    text-decoration: none;
    color: #666;
}
input[type='text'],
input[type='number'],
input[type='password'],
select,
textarea{
    height: 30px;
    line-height: 30px;
    border: 1px solid #dcdcdc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
    resize: none;
    outline: none;
}
input[type='checkbox'],
input[type='radio']{
    height: auto;
    line-height: normal;
}
:-moz-placeholder {
    color: #ccc; opacity:1;
}

::-moz-placeholder {
    color: #ccc; opacity:1;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder{
    color: #ccc; opacity:1;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder{
    color: #ccc; opacity:1;
}
.height_auto{
    height:auto!important;
}
.t_r{text-align: right!important;}
.t_c{text-align: center!important;}
.t_l{text-align: left!important;}
/*外边距*/
.m_0{margin:0px!important;}
.mlr_20{margin:0 20px!important;}
.mr_0{margin-right: 0px!important;}
.ml_0{margin-left: 0px!important;}
.mt_0{margin-top: 0px!important;}
.mb_0{margin-bottom: 0px!important;}
.mt_90{margin-top:90px!important;}
.mt_40{margin-top:40px!important;}
.mt_30{margin-top:30px!important;}
.mt_20{margin-top:20px!important;}
.mt_25{margin-top:25px!important;}
.mt_10{margin-top:10px!important;}
.mt_5{margin-top:5px!important;}
.ml_3{margin-left:3px!important;}
.ml_5{margin-left:5px!important;}
.ml_10{margin-left:10px!important;}
.ml_15{margin-left:15px!important;}
.ml_20{margin-left:20px!important;}
.ml_30{margin-left:30px!important;}
.ml_37{margin-left:37px!important;}
.ml_40{margin-left:40px!important;}
.ml_50{margin-left:49px!important;}
.ml_25{margin-left:25px!important;}
.mr_3{margin-right:3px!important;}
.mr_5{margin-right:5px!important;}
.mr_10{margin-right:10px!important;}
.mr_15{margin-right:15px!important;}
.mr_20{margin-right:20px!important;}
.mr_40{margin-right:40px!important;}
.mr_150{margin-right:150px!important;}
.mr_25{margin-right:25px!important;}
.mb_10{margin-bottom:10px!important;}
.mb_15{margin-bottom:15px!important;}
.mb_20{margin-bottom:20px!important;}
.mb_25{margin-bottom:25px!important;}
.mb_30{margin-bottom:30px!important;}
.mb_40{margin-bottom:40px!important;}

/*内边距*/
.pr_0{padding-right: 0px!important;}
.pl_0{padding-left: 0px!important;}
.pt_0{padding-top: 0px!important;}
.pb_0{padding-bottom: 0px!important;}
.pl_10{padding-left:10px!important;}
.pl_20{padding-left:20px!important;}
.pl_30{padding-left:30px!important;}
.pl_45{padding-left:45px!important;}
.pl_50{padding-left:50px!important;}
.pr_10{padding-right:10px!important;}
.pr_20{padding-right:20px!important;}
.pr_30{padding-right:30px!important;}
.pt_10{padding-top:10px!important;}
.pt_20{padding-top:20px!important;}
.pt_30{padding-top:30px!important;}
.pb_10{padding-bottom:10px!important;}
.pb_20{padding-bottom:20px!important;}
.pb_30{padding-bottom:30px!important;}
.p_0{padding:0!important;}
.p_20{padding:20px!important;width: auto!important;}

/*字体*/
.font_12{
    font-size: 12px!important;
}
.font_14{
    font-size: 14px!important;
}
.font_16{
    font-size: 16px!important;
}
.font_18{
    font-size: 18px!important;
}
.font_24{
    font-size: 24px!important;
}
.font_bold{
    font-weight: bold;
}
/*字体颜色*/
.color_red{
    color: #Ed6565!important;
}
.color_blue{
    color: #54ABEA!important;
}
.color_pink{
    color: #f4715d!important;
}
.color_orange{
    color: #FF7300!important;
}
.color_gold{
    color: #ff8a10!important;
}
.color_333{
    color: #333!important;
}
.color_666{
    color: #666!important;
}
.color_999{
    color: #999!important;
}
.color_red_price{
    color: #ff6b6b;
}
.pull-left{
    float: left!important;
}
.pull-right{
    float: right!important;
}
.border_none{
    border:none!important;
}
.border_bottom{border-bottom: 1px dashed #e5e5e5;}
.border_bottom_s{border-bottom: 1px solid #dcdcdc;}
.clear{clear: both;display: block;}
.clearfix:after,
body:after,
.s_mine_box:after{
    content: '';
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
    overflow: hidden;
}
.overflow_hidden{overflow:hidden!important;}
.position_r{
    position: relative;
}
.color_new{
    color:#54ABEA!important;
    background: #e6f4ff!important;
}
/*状态背景色*/
.blue_bg{
    background: #54ABEA;
}
.blue_bg_ipt{
    background: #54ABEA!important;
}
.green_bg{
    background: #32b16c;
}
.red_bg{
    background: #e25661;
}
.orange_bg{
    background: #f19149;
}
.gray_bg{
    background: #bfbfbf;
}

.bg_orange{
    background: #ff8b0e!important;
}
.bg_blue{
    background: #48a5e9!important;
}
.bg_green{
    background: #70a936!important;
}
.bg_gray{
    background: #dcdcdc!important;
}
.bg_ccc{
    background: #ccc!important;
}
.bg_grays{
    background: #c9c9c9!important;
}
.bg_red{
    background: #ed6565!important;
}

.bor_orange{
    border:1px dashed #ff8b0e!important;
}
.bor_blue{
    border:1px dashed #48a5e9!important;
}
.bor_green{
    border:1px dashed #70a936!important;
}
.bor_gray{
    border:1px dashed #dcdcdc!important;
}
.bor_red{
    border:1px dashed #ed6565!important;
}

.bors_orange{
    border:1px solid #ff8b0e!important;
}
.bors_blue{
    border:1px solid #48a5e9!important;
}
.bors_green{
    border:1px solid #70a936!important;
}
.bors_gray{
    border:1px solid #c9c9c9!important;
}
.bors_red{
    border:1px solid #ed6565!important;
}

.bor_col_orange{
    color:#ff8b0e!important;
}
.bor_col_blue{
    color:#48a5e9!important;
}
.bor_col_green{
    color:#70a936!important;
}
.bor_col_gray{
    color:#c9c9c9!important;
}
.bor_col_red{
    color:#ed6565!important;
}
/*宽度*/
.wid_80{width: 80px!important;}
/*按钮*/
.public_btn{
    padding: 0 15px;
    min-width: 78px;
    height: 28px;
    line-height: 28px;
    margin: 0 auto;
    border: 1px solid #Ed6565;
    display: block;
    color: #Ed6565;
    border-radius: 5px;
    text-align: center;
    background: #fff;
}
.public_btn:hover{
    border: 1px solid #Ed6565;
    background: #Ed6565;
    color: #fff;
}
.public_btn_gray{
    padding: 0 15px;
    min-width: 78px;
    height: 28px;
    line-height: 28px;
    margin: 0 auto;
    border: 1px solid #e6e6e6;
    background: #e6e6e6;
    display: block;
    color: #666;
    border-radius: 5px;
    text-align: center;
}
.public_btn_gray:hover{
    background: #eaeaea;
}
.public_btn_grays{
    padding: 0 15px;
    min-width: 78px;
    height: 28px;
    line-height: 28px;
    margin: 0 auto;
    border: 1px solid #DCDCDC;
    background: #F8F8F8;
    display: block;
    color: #666;
    border-radius: 5px;
    text-align: center;
}
.public_btn_grays:hover{
    background: #eee;
}
.public_btn:hover{
    border: 1px solid #Ed6565;
    background: #Ed6565;
    color: #fff;
}
.public_btn_red{
    padding: 0 15px;
    min-width: 78px;
    height: 28px;
    line-height: 28px;
    margin: 0 auto;
    border: 1px solid #Ed6565;
    background: #Ed6565;
    display: block;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}
.public_btn_red:hover{
    border: 1px solid #de1e2c;
    background: #de1e2c;
    color: #fff;
}
.public_btn_orange{
    padding: 0 15px;
    min-width: 78px;
    height: 28px;
    line-height: 28px;
    margin: 0 auto;
    border: 1px solid #ff8a10;
    background: #ff8a10;
    display: block;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}
.public_btn_orange:hover{
    border: 1px solid #ff9a10;
    background: #ff9a10;
    color: #fff;
}
.public_btn_white{
    padding: 0 15px;
    min-width: 78px;
    height: 28px;
    line-height: 28px;
    margin: 0 auto;
    border: 1px solid #dcdcdc;
    background: #FFF;
    display: block;
    color: #666;
    border-radius: 5px;
    text-align: center;
}
.public_btn_white:hover{
    border: 1px solid #ed6565;
    background: #fff;
    color: #ed6565;
}
.public_btn_disabled{
    padding: 0 15px;
    min-width: 78px;
    height: 28px;
    line-height: 28px;
    margin: 0 auto;
    border: 1px solid #bfbfbf;
    background: #bfbfbf;
    display: block;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    cursor: inherit;
}
.public_btn_disabled:hover{
    background: #bfbfbf;
}
/*蓝色 红色 小btn*/
.small_btn_red{
    padding: 0 5px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    color: #Ed6565;
    background: white;
    border: 1px solid #Ed6565;
    display: block;
    border-radius: 3px;
    font-size: 14px;
}
.small_btn_red:hover{
    color: white;
    background: #Ed6565;
    border: 1px solid #Ed6565;
}
.small_btn_orange{
    padding: 0 5px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    color: #ff8a10;
    background: white;
    border: 1px solid #ff8a10;
    display: block;
    border-radius: 3px;
    font-size: 14px;
}
.small_btn_orange:hover{
    color: white;
    background: #ff8a10;
    border: 1px solid #ff8a10;
}
.small_btn_blue{
    padding: 0 5px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    color: #54ABEA;
    background: white;
    border: 1px solid #54ABEA;
    display: block;
    border-radius: 3px;
    font-size: 14px;
}
.small_btn_blue:hover{
    color: white;
    background: #54ABEA;
    border: 1px solid #54ABEA;
}
.small_btn_gray{
    padding: 0 5px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    color: #333;
    background: #F8F8F8;
    border: 1px solid #dcdcdc;
    display: block;
    border-radius: 3px;
    font-size: 14px;
}
.small_btn_gray:hover{
    color: #333;
    background: #dcdcdc;
    border: 1px solid #dcdcdc;
}
.newAdd_btn_red{
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    color: #Ed6565;
    border: 1px solid #Ed6565;
    display: block;
    border-radius: 3px;
    text-align: center;
}
.newAdd_btn_red i{
    width: 16px;
    height: 17px;
    background: url("../images/personal_iconAll.png") no-repeat -159px 0px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 6px 0 0;
}
.newAdd_btn_red:hover{
    color: #fff;
    background: #Ed6565;
}
.newAdd_btn_red:hover i{
    background-position: -76px -386px;
}
/*个人中心 公共*/
/*主体盒子*/
.s_mine_box{
    width: 1200px;
    margin: 10px auto;
    position: relative;
}
/*个人中心 首页*/
/*弹出层 公共*/
.new_popup_box,
.new_popup_boxs{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: rgba(0, 0, 0, .5);
    display: none;
	z-index: 10999;
}
.new_popup_bg{
	background: rgba(0, 0, 0, 0);
}

.new_popup_box_zcLogin {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10999;
}

.new_popup{
    width: 500px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    background: white;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -250px;
    top: 10%;
    display: none;
    z-index: 11000;
}

.new_popup>h3{
    background: #eee;
	height: 50px;
	line-height: 50px;
    text-indent: 20px;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

.new_popup>h3 b{
    font-size: 16px;
}
.new_popup>h3 i,
.new_popup>h3 s{
    width: 18px;
    height: 18px;
    background: url("../images/personal_iconAll.png") no-repeat -63px -101px;
    display: block;
    float: right;
	margin-top: 17px;
    margin-right: 20px;
    cursor: pointer;
}
.new_popup_noTitle{
    width: 800px;
    margin-left: -400px;
    padding: 15px 0;
}
.new_popup_btn{
	text-align: center;
	margin: 30px 0;
}
.new_popup_btn a{
	height: 30px;
	line-height: 30px;
	display: inline-block;
    margin: 0 5px;
}
.new_popup_cont>ul {
	margin: 50px 0 50px 80px;
}

.new_popup_cont>ul>li {
	height: 34px;
	line-height: 34px;
	margin: 20px 0;
}

.new_popup_cont>ul li a,.new_popup_cont>ul li span {
	float: left;
	font-size: 14px;
}

.new_popup_cont input[type="text"],.select_sub {
	width: 250px;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	color: #666;
	padding: 0 5px;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
}
/*美化checkbox start*/
.blue_input,
.default_input,
.red_input,
.big_red_input{
    position: absolute;
    clip: rect(0 0 0 0);
    z-index: -9;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.blue_input + .blue_label,
.red_input + .red_label,
.big_red_input + .big_red_label,
.default_input + .default_label{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}
.blue_input + .blue_label em,
.red_input + .red_label em,
.big_red_input + .big_red_label em,
.default_input + .default_label em{
    display: block;
    background: white;
    color: #666;
}
.blue_input:checked + .blue_label{
    background: url("../images/personal_iconAll.png") no-repeat -132px -442px;
}
.red_input:checked + .red_label{
    background: url("../images/personal_iconAll.png") no-repeat 0 -602px;
}
.big_red_input:checked + .big_red_label{
    background: url("../images/personal_iconAll.png") no-repeat -100px -495px;
}
.blue_label{
    min-width: 17px;
    height: 17px;
    line-height: 17px;
    padding-left: 25px;
    background: url("../images/personal_iconAll.png") no-repeat -99px -415px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.disabled_label{
    cursor: default!important;
}
.disabled_label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #919191;
    display: block;
    border-radius: 100%;
    position: absolute;
    left: 2px;
    top: 3px;
}
/*美化checkbox end*/
/*美化checkbox start*/
.default_input{
    position: absolute;
    clip: rect(0 0 0 0);
    z-index: -9;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.big_red_label{
    min-width: 15px;
    height: 15px;
    line-height: 15px;
    padding-left: 20px;
    background: url("../images/personal_iconAll.png") no-repeat -100px -470px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.red_label{
    min-width: 15px;
    height: 16px;
    line-height: 16px;
    padding-left: 20px;
    background: url("../images/personal_iconAll.png") no-repeat 0 -559px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
/**/
.default_input:checked + .default_label{
    background: url("../images/personal_iconAll.png") no-repeat -100px -495px;
}
.default_label{
    width: 70px;
    height: 15px;
    line-height: 15px;
    text-indent: 20px;
    background: url("../images/personal_iconAll.png") no-repeat -100px -470px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
/*美化checkbox end*/
/*新的个人中心首页 top and left*/
.home-header{
    background: white;
}
.home-header-top{
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #E7F2FA;
    background: #ed6565;
}
.home-header-top ul{
    position: absolute;
    z-index: 9;
    top: 35px;
    left: 175px;
    min-width: 100px;
    background: white;
    border-radius: 16px;
    padding: 10px 0;
    display: none;
    overflow: hidden;
    box-shadow: 0 0 2px 2px #eee;
}
.home-header-top ul li{
    line-height: 36px;
}
.home-header-top ul li a{
    color: #666;
    display: block;
    padding: 0 20px;
}
.home-header-top ul li a:hover{
    background: #eee;
}
.home-header-top-cont{
    width: 1200px;
    margin: 0 auto;
}
.half{
    position: relative;
}
.half:after{
    content: '';
    position: absolute;
    top: 0;
    right: -32px;
    width: 31px;
    height: 11px;
    display: block;
    background: url("../../../new_ui/images/new.png") no-repeat;
}
.home-header-top-cont i{
    background: url("../../../images/spriteIcon.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.home-header-top-cont .home-icon{
    background-position: -146px 0;
}
.home-header-top .library-icon{
    background-position: -133px -32px;
}
.home-header-top .mall-icon{
    width: 17px;
    background-position: -236px -335px;
}
.home-header-top .mark-icon{
    width: 16px;
    background-position: -236px -350px;
}
.home-header-top .library:after{
    content: '';
    width: 12px;
    height: 7px;
    background: url("../../../images/spriteIcon.png") no-repeat -150px -21px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    filter: brightness(100);
}
.home-header-top .exposure-icon{
    background-position: -115px -32px;
}
.home-header-top-cont .mine-icon{
    background-position: -98px 0;
}
.home-header-top-cont .help-icon{
    background-position: -115px 0;
}
.home-header-top-cont .pocket-icon{
    background-position: -132px 0;
}
.home-header-top-cont .inquiry-icon{
    background-position: -199px -25px;
}
.home-header-top-cont .purchase-icon{
    background-position: -220px -25px;
}
.home-header-top-cont span,
.home-header-top-cont span>a{
    color: #fff;
    font-size: 12px;
}
.user-header .home-header-top-cont span>a{
    border-right: 1px solid #fff;
    padding-right: 10px;
    padding-left: 5px;
}
.user-header .home-header-top #headerMenuGroup>a{
    margin-left: 0;
}
.home-header-top-cont span a.post-inquiry,
.home-header-top-cont span>a:last-of-type{
    border-right: none;
    padding-right: 0;
}
.home-header-top #headerMenuGroup{
    position: relative;
    float: right;
    margin-right: 0;
    display: block;
}
.home-header-top #headerMenuGroup .post-inquiry{
    position: relative;
    padding: 0 7px;
    height: 20px;
    line-height: 20px;
    background: #fff;
    color: #ed6565;
    border-radius: 5px;
    font-size: 12px;
    display: inline-block;
    margin-right: 50px;
}
.home-header-top #headerMenuGroup .post-inquiry:after{
    content: '';
    position: absolute;
    top: 0;
    right: -25px;
    width: 31px;
    height: 11px;
    display: block;
    background: url("../../../new_ui/images/new.png") no-repeat;
}
.home-header-main{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 116px;
}
.home-header-logo{
    float: left;
    margin-top: 5px;
    cursor: pointer;
}
.home-header-search{
    float: left;
}
.home-header-searchBox{
    border: 1px solid #bfbfbf;
    width: 610px;
    height: 29px;
    padding: 7px 0;
    line-height: 29px;
    margin: 26px 0 0 35px;
    position: relative;
}
.home-header-searchBox.active{
    border: 1px solid #ed6565;
}
.home-header-searchBox ul{
    width: 105px;
    position: absolute;
    border: 1px solid #ed6565;
    left: -1px;
    top: 43px;
    background: white;
    font-size: 14px;
    color: #666;
    display: none;
    z-index: 9;
    padding: 5px 0;
}
.home-header-searchBox ul li{
    padding: 0 13px;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
}
.home-header-searchBox ul li:hover{
    background: #f1f5f8;
    color: #ed6565;
}
.home-header-searchBox span{
    display: block;
    float: left;
    padding: 0 20px;
    border-right: 1px solid #bfbfbf;
    width: 65px;
    font-size: 14px;
    color: #666;
    position: relative;
    cursor: pointer;
}
.home-header-searchBox span i{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #666;
    position: absolute;
    z-index: 3;
    right: 15px;
    top: 12px;
}
.home-header-searchBox span i.active{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #ed6565;
    border-top: none;
    right: 15px;
    top: 12px;
}
.home-header-searchBox input{
    height: 29px;
    border: none !important;
    width: 430px;
    margin-left: 10px;
    outline: none;
    display: block;
    float: left;
}
.home-header-searchBtn{
    width: 60px;
    height: 45px;
    display: block;
    position: absolute;
    z-index: 3;
    right: -1px;
    top: -1px;
    background: #ed6565;
}
.home-header-searchBtn i{
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url("../../../images/spriteIcon.png") no-repeat -165px 0;
    margin: 10px 0 0 18px;
}
.home-header-input{
    border: none!important;
}
.home-header-hotSearch{
    font-size: 12px;
    margin: 7px 0 0 35px;
    line-height: 20px;
}
.home-header-hotSearch span{
    color: #999;
    float: left;
}
.home-header-hotSearch a{
    background: #e6e6e6;
    padding: 0 8px;
    color: #999;
    margin-left: 10px;
    float: left;
    overflow: hidden;
    max-width: 80px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.home-header-hotSearch a:hover{
    color: #d84e4e;
}
.home-header-code{
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    color: #999;
    position: absolute;
    top: 18px;
    right: 0;
}
.home-header-code img{
    display: block;
    margin: 0 auto;
}
.public-header-menu{
    height: 40px;
    line-height: 40px;
    width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #F2F2F2;
}
.public-header-menu a.active {
    color: #ed6565;
}
.public-header-menu a {
    display: inline-block;
    margin-right: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.public-header-menu .network{
    position: relative;
}
.public-header-menu .network:after {
    content: '';
    width: 21px;
    height: 25px;
    background: url("../../../images/HOT_red.png") no-repeat;
    display: block;
    position: absolute;
    top: 0;
    right: -20px;
}
.public-header-menu a.on{
    color: #ed6565;
}
.home_header{
    width: 100%;
    height: 90px;
    background: #fff;
}
.home_nav{
    width: 1200px;
    height: 90px;
    margin: 0 auto;
}
.home_nav>i{
    float: right;
    margin: 28px 0 0 10px;
}
.home_logo{
    height: 90px;
    float: left;
}
.home_logo span{
    background: url("../images/personal_logo.png") no-repeat;
    width: 162px;
    height: 49px;
    display: inline-block;
    margin-top: 20px;
}
.home_logo span a{
    width: 98px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #ED6565;
    font-size: 12px;
    font-weight: bold;
    border-radius: 20px;
    border: 1px solid #ed6565;
    float: right;
    margin: 31px -6px 0 0;
}
.home_subnav{
    float: left;
    position: relative;
}
.home_subnav>a{
    display: inline-block;
    font-size: 20px;
    color: #333;
    position: relative;
    margin: 30px 15px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
}
.home_subnav>a:hover,
.home_subnav>a.active{
    color: #ed6565;
    font-weight:bold;
    background: #F6F7F8;
}
.home_subnav>a.subnav_drop:hover samp{
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ed6565;
}
.home_subnav>a i{
    min-width: 8px;
    height: 18px;
    line-height: 18px;
    border-radius: 20px;
    display: block;
    position: absolute;
    background: #ED6565;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    right: 0;
    top: -5px;
    z-index: 3;
    padding: 0 5px;
}

.home_subnav>a #stationNum{
    min-width: 0px;
    height: 10px;
    line-height: 8px;
    border-radius: 20px;
    display: block;
    position: absolute;
    background: #ED6565;
    color: #fff;
    font-weight: normal;
    text-align: center;
    top: -5px;
    z-index: 3;
}
.home_subnav>a samp {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.home_subnav>a samp.active,
.home_subnav>a.subnav_drop.color_red:hover samp {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ed6565;
    border-top: none;
}
.home_subnav>a.subnav_drop i{
    right: -7px;
}
.home_subnav>a:first-child{
    margin-left: 60px;
}
#stationNum{
    right: 28px;
}
.home_nav em{
    float: right;
    color: #666;
    margin-top: 22px;
}
.home_news{
    position: absolute;
    z-index: 111111;
    width: 410px;
    height: 340px;
    background: white;
    box-shadow: 0 0 5px 0 rgba(15,16,39,0.15);
    left: 188px;
    top: 75px;
    padding: 15px;
    display: none;
}
.home_news:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 13px solid #fff;
    display: block;
    position: absolute;
    z-index: 8;
    left: 50%;
    margin-left: -11px;
    top: -13px;
}
.home_news:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 14px solid rgba(15,16,39,0.15);
    display: block;
    position: absolute;
    z-index: 8;
    left: 50%;
    margin-left: -12px;
    top: -14px;
}
.personal-header-message-operating b{
    height: 22px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #ed6565;
    padding: 0 8px;
    display: inline-block;
    color: #ed6565;
    font-size: 12px;
    border-radius: 5px;
    margin-right: 5px;
    cursor: pointer;
    font-weight: normal;
}
.personal-header-message-operating b:hover{
    background: #ed6565;
    color: #fff;
}
.personal-header-message-operating>span{
    height: 22px;
    line-height: 22px;
    display: block;
    font-size: 12px;
    float: right;
    color: #999;
}
.personal-header-message-operating>span span{
    font-size: 12px;
    color: #999;
}
#Message_div{
	margin: 10px 0;
}
#Message_div dl{
    background: #F1F5F8;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    position: relative;
    height: 70px;
}
#Message_div dl dd{
    margin-bottom: 5px;
}
#Message_div dl dd i{
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #54abea;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
#Message_div dl dd span{
    display: block;
    font-size: 12px;
    float: right;
    color: #999;
}
#Message_div dl dt p{
    font-size: 12px;
    color: #666;
    line-height: 24px;
    margin-left: 13px;
    max-height: 48px;
    overflow: hidden;
}
#Message_div dl dt span{
    position: absolute;
    right: 10px;
    bottom: 10px;
}
#Message_div dl dt span b{
    font-size: 12px;
    color: #54abea;
    margin: 0 5px;
    display: inline-block;
    font-weight: normal;
    cursor: pointer;
}
.home_news_page{
    text-align: center;
    margin: 10px auto;
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.home_news_page a{
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 7px solid #666;
    border-bottom: 5px solid transparent;
    margin: 4px 0 0;
    display: inline-block;
    margin-right: 10px;
}
.home_news_page a.news_right{
    border-top: 5px solid transparent;
    border-left: 7px solid #666;
    border-right: none;
    border-bottom: 5px solid transparent;
    margin-right: 0;
    margin-left: 10px;
}
.home_news_page span{
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    margin: 0 5px;
    cursor: pointer;
}
.home_news_page span.active{
    background: #F1F5F8;
    color: #ed6565;
}
#messageContent a{
    color:#54abea;
}
.home_main a.color_blue:hover{
    text-decoration: underline;
}
.person-city{
    float: right;
    margin: 35px 0;
    width: 230px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    font-size: 16px;
    height: 20px;
}
.home_menu{
    width: 200px;
    float: left;
    margin-right: 10px;
}
.home_menu #leftNav{
    width: 140px;
    background: white;
    padding: 15px 30px;
}
.personal-header-avatar{
    position: relative;
    background: #F0E4D9;
    padding: 19px 11px;
}
.personal-header-avatar dd{
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 100%;
    border: 1px solid #BCBBBB;
}
.personal-header-avatar dt{
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    color: #666;
    margin-left: 10px;
    font-size: 12px;
}
.personal-header-avatar dt h2{
    font-weight: normal;
    text-align: left;
}
.personal-header-avatar dt h2 samp{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 80px;
    display: inline-block;
    vertical-align: middle;
}
#cutString i{
	width: 14px;
	height: 14px;
    display: inline-block;
    vertical-align: middle;
    background: url("../images/personal_iconAll.png") no-repeat;
    margin-right: 5px;
}
#cutString #cuting{
    display: block;
    cursor: inherit;
}
#cutString #cuting i{
	background-position: -143px 0;
}
#cutString span{
    display: block;
    color: #666;
}
#cutString span i{
	background-position: -143px -16px;
}
.personal-header-avatar dt p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 165px;
    color: #666;
}
.personal-header-avatar dd i{
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 100%;
    border: 2px solid #fff;
    display: table-cell;
    overflow: hidden;
    text-align: center;
}
.personal-header-avatar i img{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    max-height: 56px;
    margin: 0 auto;
}
.home_menu h3{
    font-size: 18px;
    cursor: pointer;
    line-height: 40px;
    position: relative;
}
.home_menu h3.parent-active,
.home_menu ul li.current a {
    color: #ed6565;
}
.home_menu h3 i{
    position: relative;
    width: 25px;
    height: 20px;
    transform: rotate(-90deg);
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 -12px;
    transition: all .2s ease-in;
}
.home_menu h3 i:before,
.home_menu h3 i:after{
    content: '';
    position: absolute;
    top: 10px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: #999;
    transform: rotate(45deg);
    display: block;
}
.home_menu h3 i:after{
    left: 11px;
    transform: rotate(-45deg);
}
.home_menu h3.activity i{
    margin-top: 0;
    transform: rotate(0deg);
}
.home_menu ul{
    margin: 0 0 15px 19px;
    display: none;
}
.home_menu #leftNav ul:nth-of-type(1){
    display: block;
}
.home_menu ul li{
    line-height: 38px;
}
.home_main{
    width: 990px;
    float: left;
    margin: 0px auto;
    overflow: hidden;
    color: #333;
}
.messageTheme_box{
    z-index: 100002;
}
.opportunity{
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 12px;
    color: #fff;
    background: #ed6565;
    height: 20px;
    line-height: 19px;
    padding: 0 5px;
    border-radius: 10px;
    font-style: normal;
}
/*浮层指引*/
.guidelines_popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    z-index: 100010;
}
.guidelines_popup_position{
    position:absolute;
    z-index: 100011;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.guidelines_box{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.guidelines_box img{
    margin: 0 auto;
    display: block;
    position: relative;
}
.guidelines_box p{
    position: relative;
}
.guidelines_01 img{
    margin-top: 100px;
}
.guidelines_01 a{
    width: 135px;
    border-radius: 20px;
    height: 40px;
    display: block;
    position: absolute;
    left: 526px;
    top: 303px;
    z-index: 100012;
}
.guidelines_02 img{
    left: 47px;
    top: 34px;
}
.guidelines_02 .guidelines_next{
    left: 125px;
    margin-top: 50px;
    cursor: pointer;
}
.guidelines_03 img{
    margin-top: 200px;
}
.guidelines_03 .guidelines_next{
    left: 30px;
    margin-top: 50px;
    cursor: pointer;
}
.guidelines_04 img{
    margin-left: -60px;
    margin-top: 155px;
}
.guidelines_04 .guidelines_next{
    top: -300px;
    margin-left: 350px;
    cursor: pointer;
}
.guidelines_05 img{
    margin-top: 200px;
    margin-left: -43px;
}
.guidelines_05 .guidelines_next{
    top: -135px;
    margin-left: 562px;
}
.guidelines_05 a,
.guidelines_04 a{
    width: 100px;
    border-radius: 20px;
    height: 40px;
    display: block;
    position: absolute;
    left: 526px;
    top: 617px;
    z-index: 100012;
}
.guidelines_04 a{
    top: 456px;
}
.guidelines_04 .guidelines_carry_out{
    left: 351px;
}
.guidelines_04 .guidelines_re_demo{
    left: 498px;
}
.guidelines_05 .guidelines_carry_out{
    left: 563px;
}
.guidelines_05 .guidelines_re_demo{
    left: 709px;
}
/*新的个人中心首页 end*/
/*右侧盒子*/
.add-btn-red{
    padding: 5px 15px;
    display: block;
    float: right;
    border: 1px solid #Ed6565;
    color: #Ed6565;
    border-radius: 3px;
    background: white;
}
.add-btn-red:hover{
    color: #fff;
    background: #Ed6565;
}
.export-btn-red{
    padding: 5px 25px;
    display: block;
    float: right;
    border: 1px solid #Ed6565;
    color: #Ed6565;
    border-radius: 3px;
    background: white;
}
.export-btn-red i{
    background: url("../images/personal_iconAll.png") no-repeat -205px -790px;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: sub;
    margin-right: 5px;
}
.export-btn-red:hover{
    color: #fff;
    background: #Ed6565;
}
.export-btn-red:hover i{
    background-position: -222px -790px;
}
.contRightMain{
    margin: 15px;
}
.contRightMain:after{
    content: '';
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.contRightMain h3{
    height: 40px;
    border-bottom: 1px solid #dcdcdc;
    font-weight: normal;
    margin-bottom: 20px;
}
.contRightMain h3 span{
    height: 39px;
    display: inline-block;
    font-size: 16px;
    margin-right: 20px;
    cursor: pointer;
}
.contRightMain h3 span.active{
    font-weight: bold;
    border-bottom: 2px solid #Ed6565;
}
.contRightMain h3 a{
    margin-top: -5px;
}
.contRightMain h4{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    background: #fafafa;
    border-left: 5px solid #Ed6565;
    padding-left: 10px;
    margin-top: 35px;
}
/*表头*/
.public-tables{
    box-shadow: 0 0 1px 1px #eee;
    border-radius: 5px 5px 0 0;
    background: white;
    margin: 20px 0;
}
.public-tables li{
    display: block;
    height: 40px;
    line-height: 40px;
}
.public-tables li span{
    float: left;
    display: block;
    padding: 0 5px;
    font-size: 12px;
}
.public-tables li:nth-child(odd){
    background: #f7f9f9;
}
.public-tables li:first-child{
    border-radius: 5px 5px 0 0;
    background: #eee;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
}
.public-tables li:first-child span{
    font-weight: bold;
    font-size: 14px;
}

.hide-li{
    display: none!important;
}
.hide-all{
    display: none!important;
}

/*部门隐藏*/
.contText{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
/*显示 隐藏*/
.show{
    display: block;
}
.hide{
    display: none;
}
.showImpt{
    display: block!important;
}
.hideImpt{
    display: none!important;
}
.publicTableBox{
    width: 100%;
    border: 1px solid #dcdcdc;
    border-collapse: collapse;
}
.publicTableBox tr{
    text-align: center;
    height: 50px;
}
.publicTableBox th{
    border: 1px solid #dddee1;
    background: #f8f8f9;
    height: 40px;
    padding: 0 5px;
    color: #666;
}
.publicTableBox td{
    border: 1px solid #dddee1;
    line-height: 40px;
    padding: 0 5px;
    color: #666;
}
/*公共搜索栏*/
.public-searchBar {
    margin: 20px 0;
}
.public-searchBar>* {
    float: left
}
.public-searchBar>div {
    height: 35px;
    line-height: 35px;
    border: 1px solid #ccc;
    width: 600px;
    margin-right: 10px;
    padding: 3px 20px
}
.public-searchBar>div span:first-child {
    border-right: 1px solid #dcdcdc;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding-right: 15px
}
.public-searchBar>div input {
    margin-left: 10px;
    display: inline-block;
    width: 487px;
    border: none;
    height: 30px;
    line-height: 30px
}
.public-searchBar>div span i {
    background: url("../images/n_ico3.png") no-repeat;
    display: inline-block;
    width: 12px;
    height: 14px;
    vertical-align: middle;
    margin-left: 10px
}
.public-searchBar .public_btn_red {
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    width: 80px;
    cursor: pointer
}
/*上传插件样式*/
.webuploader-container {
    position: relative;
}
.webuploader-element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}
.webuploader-pick {
    position: relative;
    cursor: pointer;
    padding: 0 15px;
    margin: 0 auto;
    border: 1px solid #ed6565;
    color: #ed6565;
    border-radius: 5px;
    text-align: center;
    background: #fff;
    height: 28px;
    line-height: 28px;
    display: inline-block;
}
.webuploader-pick + div{
    width: 100%!important;
    height: 100%!important;
}
.webuploader-pick-hover {
    color: #fff;
    background: #ed6565;
}
.webuploader-pick-disable {
    opacity: 0.6;
    pointer-events:none;
}

/**
 * hss 公开定向 选择框 begin
 */
.sort_list{
    margin-left: 30%;
}
.sort_list div span{
    background: #fff;
    margin: 0px 0 0 -1px;
    border-left: 1px solid #ED6565;
    border-right: 1px solid #ED6565;
    line-height: 30px;
}

.sort_list div{
    width: 130px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #BFBFBF;
    text-indent: 1em;
    margin-top: 5px;
    margin-left: 15px;
    font-size: 14px;
    position: absolute;
    z-index: 3;
}

.sort_list div span:nth-child(2) {
    margin-top: 1px;
}

.sort_list div span:last-child {
    border-bottom: 1px solid #ED6565;
}
.sort_list div:hover{
    border: 1px solid #ED6565;
    background-color: #fff;
}
.sort_list div b samp.active{
    border-bottom: 6px solid #ED6565;
    border-top: none;
}
.sort_list div b samp{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #666;
    position: absolute;
    z-index: 3;
    right: 8px;
    top: 12px;
}

.divSpanCss span{
    cursor:pointer;
    display:none;
}

.divSpanCss span:hover{
    background:#eaf8ff;
    color:#409eff;
}
/**
 * hss 公开定向 选择框 end
 */
.person-banner{
    width: 1200px;
    height: 100px;
    margin: 10px auto;
    background: #eee;
}
.closeBanner{
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #eee;
    border-radius: 100%;
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    cursor: pointer;
    z-index: 9;
}
/*公共title tips*/
.public-tips{
    margin: 10px 0;
    text-align: center;
    background: #FEF8F8;
    border: 1px solid #F1A7A7;
    color: #666;
    height: 24px;
    line-height: 24px;
}
.public-screen-title{
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    border-bottom: 1px solid #E6E6E6;
}
.public-screen-title b{
    color: #000;
    font-size: 16px;
    border-bottom: 2px solid #ed6565;
    display: inline-block;
    padding: 0 10px;
}
.public-screen-title span{
    float: right;
    font-weight: normal;
    color: #666;
}
.public-details-box{
    padding: 15px;
}
.path-box .path{
    position: inherit;
    width: auto;
}

/*error*/
/*校验插件错误*/
.error-box{
    position: relative;
}
.error-box input{
    border: 1px solid #EDA265;
}
q.error{
    color: #EDA265;
    position: absolute;
    white-space: nowrap;
    background: #fbece0;
    border-radius: 3px;
    height: 22px;
    line-height: 21px;
    padding: 0 5px;
    font-size: 12px;
    top: 36px;
    left: 0;
    z-index: 5;
}
.login-immed:before,
q.error:before{
    content: '';
    width: 14px;
    height: 14px;
    background: url("../../../new_ui/images/arrow_all.png") no-repeat -22px -71px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
}
q.error:after{
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 4px solid #fbece0;
    display: block;
    position: absolute;
    top: -4px;
    left: 15px;
}
@keyframes FadeInDown {
    0% {
        transform: translate3d(-50%, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 150px,0);
    }
}
.global-message{
    padding: 4px 10px;
    line-height: 20px;
    color: #8A95A1;
    border-radius: 5px;
    position: fixed;
    left: 50%;
    top: 0;
    margin: 0 auto;
    display: block;
    z-index: 999;
    webkit-animation: FadeInDown .5s ease-out 0s forwards;
    -moz-animation: FadeInDown .5s ease-out 0s forwards;
    -o-animation: FadeInDown .5s ease-out 0s forwards;
    animation: FadeInDown .5s ease-out 0s forwards;
}
.global-message:before{
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background: url("../../../new_ui/images/arrow_all.png") no-repeat;
}
.global-message.error{
    background: #FEF9F6;
    border: 1px solid #FBDFCD;
}
.global-message.error:before{
    background-position: -22px -71px;
}
.global-message.success{
    background: #F5F9F1;
    border: 1px solid #CBF8CB;
}
.global-message.success:before{
    background-position: -22px -57px;
}
.global-message.info{
    background: #EFFAFE;
    border: 1px solid #D2EEF9;
}
.global-message.info:before{
    background-position: -36px -71px;
}
.global-message.warning{
    background: #FEFAF2;
    border: 1px solid #FBE9C9;
}
.global-message.warning:before{
    background-position: -36px -57px;
}
/*btn center*/
.public-btn-box{
    text-align: center;
    padding: 30px 0;
}
.public-btn-box a{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.popup_bg {
    position: fixed;
    z-index: 9998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: none;
}