body{
    margin:0;
    padding:0;
    font-family: "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
    font-size:15px;
    background: url(/static/jobinfo/img/bg.jpg);
    box-sizing: border-box;
}

h1,h2,h3{
    margin:0;
    padding:0;
    font-size:15px;
}

h3{
    font-weight:normal;
}

.show{
    display:inline-block;
}

.hidden{
    display:none;
}

ul,li{
    margin:0;
    padding:0;
}

input{
    padding:3px 5px;
}

select{
    padding:3px 5px;
    cursor:pointer;
}

.ad {
    display: inline-block;
    text-decoration:none;
}

.ad:hover {
    text-decoration:underline;
}

.ad-icon {
    padding:2px 5px;
    border-radius:3px;
}

.pre ,.next {
    padding:3px 8px;
    background:#3a64a5;
    border-radius:3px;
    text-decoration: none;
    box-shadow: 0 0 1px;
    color:#fff;

}

.pre:hover ,.next:hover {
    background: orangered;
}

#tip{
    color:red;
    line-height:25px;
    padding:5px;
}

.tip{
    line-height:30px;
    color: #ff7321;
}

#hao2{
    max-width: 960px;
    margin:0 auto;
    box-shadow:0 0 1px #e1e1e1;
    background-color:#fff;
    position:relative;
    box-shadow: 0 0 5px #e6dede;
}

nav {
    color:#fff;
    background: linear-gradient(75deg, #09182f, #1f4279);
    height:36px;
    width:100%;
    width: auto;
    border-bottom:1px solid #ccc;
    box-shadow:0 0 5px;

}

.menu a{
    display:inline-block;
    text-decoration: none;
    height:36px;
    line-height:36px;
    padding:0 6px;
    color:#fff;
}

.menu-a1:hover {
    background: linear-gradient(to bottom, #000, #1f4279);
    box-shadow: 0 0 1px yellow;
    color:#fff;
    text-decoration: underline;
}

.fenYe{
    text-align:center;
    line-height:70px;
    font-weight:bold;
}


.faBu:hover{
    box-shadow: 0 3px 7px 0 rgba(0,0,0,0.24), 0 7px 15px 0 rgba(0,0,0,0.19);
}

.igoods{
    padding:5px;
    line-height:25px;
    background-color:#f5f6ca;
    position:relative;
	font-size:16px;
}

.extends{
    display:block;
}

#extendBtn{
    width:98%;
    position: absolute;
    bottom:-24px;
    text-align: center;
    cursor:pointer;
}

.xuan-ze{
    width:auto;
    padding:5px 10px;
    line-height:37px;
}

/*.shaixuan{*/
/*    border-bottom:1px solid red;*/
/*}*/

.sxt{
    background-color:red;
    display:inline-block;
}

.add_xuan_ze{
    width:auto;
    padding:5px;
    line-height:30px;
}

.infos{
    width:100%;
    min-height:300px;
    float:left;
    margin-top: 5px;
    height:auto;
	width:70%;
}

.left_main{
    width:70%;
}

.right_fr{
    margin-top:5px;
    float:right;
    width:30%;
    backgound:blue;
}
.right_fr img {width:99%;}
.selectBox{
    width:auto;
    padding:0 2px;
}

.selectBox .selected{
    height: 24px;
    margin: 0 auto;
}

.sli{
    line-height:35px;
    border-top: 1px dotted #E0E0E0;
    border-bottom: 1px dotted #E0E0E0;
    padding: 10px 0 6px;
}

.sli .inp{
    width:30px;
    border:1px solid #ccc;
    border-radius:3px;
}

.infos li{
    list-style:none;
    border-bottom: 1px dashed #dfdfdf;
    line-height:30px;
}

.infos li .tit{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right:3px;
}

.infos li a{
    text-decoration: none;
    color:#0f0cbf;
	font-size:16px;
}

.infos li a:hover{
    text-decoration:underline;
    color:#7b1c1c;
	font-size:17px;
}

.infos li a:visited{
    text-decoration:underline;
    color:#000;
}

.list_a a {
    text-decoration:underline;
    color:#7b1c1c;
	font-size:17px;
	}
	
.notice {
    float:left;
    width: 29%;/*单行显示，超出隐藏*/
    height: 35px;/*固定公告栏显示区域的高度*/
    background-color: #fff;
    overflow: hidden;
}
.notice ul li {
    list-style: none;
    line-height: 35px;
    /*以下为了单行显示，超出隐藏*/
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.statistics{
    margin: 10px;
}

.info{
    line-height:45px;
}

lable{
    color: #961c1c;
}

.price{
    background:url("/static/bdinfo/img/item_price.png") repeat;
    line-height:30px;
    padding: 5px 50px;
    text-align:center;
    margin-bottom:10px;
}

.price_triangle {
    margin-top:-3px;
    display: inline-block;
    width: 10px;
    height: 20px;
    background: url(/static/bdinfo/img/price_triangle.png);
    vertical-align: middle;
}

.price_txt {
    margin-top: 6px;
    display: inline-block;
    background: #ff839a;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    color: #ffffff;
}

.more{
    padding:2px 5px;
    color: #b4b4b4;
}

footer{
    max-width: 960px;
    margin:5px auto;
    margin-top:15px;
    color: #000000;
    line-height: 24px;
    padding: 0 0 2px 3px;
    font-size:15px;
}

footer a{
    color: #000000;
    text-decoration:none;
}

/*结束信息*/
.stop-box{
    text-align:center;
    padding:5px;
    line-height:70px;
}

/*平台介绍页面样式*/

.about{
    padding:5px;
    line-height: 30px;
}

.indt{
    float:right;
    color:#383636;
    font-size:14px;
    margin-right:5px;
}

.zhujishang{
    float:right;
    color:#333;
    font-size:14px;
    margin-right:0px;
}

.dblcsm{
    display: inline-block;
    padding:5px;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    margin-top:10px;
    text-shadow:1px 1px 1px #a4a4a4;
    font-weight:bold;
    color:#000;
}

.warrant_sm{
    font-size: 14px;
    color: #ed2d2d;
    line-height:35px;
    padding-left: 11px;
}

.kefu_img,.lianxi{
    float:left;
    line-height:27px;
}

.kefu_img{
    width:50px;
    border-radius:25px;
    border:2px solid #fff;
    box-shadow:0 0 2px #000;
    margin: 10px 0 0 11px;
}

.lianxi{
    padding:5px;
    margin: 7px 0 0 5px;
    color: #3d3d3d;
    font-size:14px;
}

.shoujia{
    color:red;
    font-size:14px;
}

.mianbaoxie{
    border-bottom:1px solid #ccc;
    font-size:16px;
    line-height: 35px;
    color: #8f8f8f;
    overflow: hidden;
    text-overflow: ellipsis;
	font-weight: bold;
}
.mianbaoxie ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.mianbaoxie ul li{
	float:left;
}
.mianbaoxie ul li a{
	color:#0022cc;padding:5px 8px;text-decoration:none;line-height:30px;margin-bottom:1px;display:block;
}
.mianbaoxie ul li a:visited{
	color:#0022cc;padding:5px 8px;text-decoration:none;line-height:30px;margin-bottom:1px;display:block;
}
.mianbaoxie ul li.current {
    color: #fff;
    cursor: default;
	font-size: large;
	border-bottom: dashed 1px #020b25;
}

.mianbaoxie ul li.current a{
    color:#cc0013;
    cursor: default;
	font-size: large;
}

.right_top{
    width:auto;
    line-height:45px;
    margin:0 10px;
}

.right_top .pviewed{
    width:auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.title{
    width:auto;
    line-height:33px;
    margin:10px 2px 10px 2px;
    border-bottom: solid 1px #eeeeec;
    height: 18px;
	BORDER-BOTTOM: #f60 2px solid;
}

.titleaa{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    FONT-SIZE: 16px;
    PADDING-BOTTOM: 0px;
    COLOR: #363;
    LINE-HEIGHT: 30px;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: #f60 2px solid;
}

.titleaa span {
    BORDER-TOP-WIDTH: 0px;
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    BORDER-LEFT-WIDTH: 0px;
    BORDER-BOTTOM-WIDTH: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px auto;
    PADDING-TOP: 0px;
    BORDER-RIGHT-WIDTH: 0px;
}

.warrant{
    width: 259px;
    /*background-image: url(/static/images/user-bg.png);*/
    box-shadow: 0 0 2px #c9c9c9;
    height: auto;
    padding: 5px;
    margin-left: 10px;
}

.tj-article{
    margin:0 3px 0 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tj-article ul li{
    MARGIN-TOP: 2px;
    FLOAT: left;
    OVERFLOW: hidden;
    LINE-HEIGHT: 28px;
    BORDER-BOTTOM: #ccc 1px dashed;
	width: 283px;
}
.tj-article ul li a{
    MARGIN-LEFT: 2px;
    COLOR: #000;
    MARGIN-RIGHT: 2px;
	text-decoration: none;
}

.tj-article ul li a:hover {
    COLOR: #752345;
    font-size: 16px;
}
.spantime{
font-size:13px;
}
.dowebok{
    width:auto !important;
    height:99px !important;
    margin:0 20px 0 5px;
    font-size:14px !important;
    line-height:35px !important;
    background-color:#fff !important;
    color:#ccc !important;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.idcs a {
    text-decoration:none;
    color: #b2b2b2;
    width:100px;
    display:inline-block;
}

.idcs a:hover{
    color:#000;
}

.new{
    wigth:25px;
    vertical-align: middle;
    margin-top:-5px;
}

.index_more, .index_badd{
    width:70%;
}

/*文章界面*/

.article{
    padding:5px;
}

.article-title{
    text-align:center;
}

.article-meta{
    text-align:center;
}

.article-content{
    margin-bottom:50px;
}

/** loading css */

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 15000;
}

#loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-top: -15px;
    margin-left: -15px;
}


/*info2s 评测主页样式再定义*/
#index_item_img {
    width:200px;
    height:90px;
    position:absolute;
    top:0;
    left:0;
    overflow: hidden;
}

#index_item_con {
    margin-left:205px;
}




/** > 666px */
@media(min-width:666px){
    .infos li{
        padding: 5px;
    }
}



/** < 960px */
@media (max-width: 960px) {

    .title,.title2, .dowebok, .warrant,.new{
        display:none;
    }
    #nosee, #imgnosee{
        display:none;
    }
	.right_fr{width:99%;}
	.ad3 img {width:99%;}
	
    .index_more, .index_badd{
        width:100%;
    }

    .left_main {
        width: 100%;
    }
    .infos{
 		width: 100%;
    }
    .yqlj{
        display:none;
    }

    .tzsc_info2s,.info_idcs{
        display: none;
    }

}
/** < 641 */
@media (max-width: 641px) {
}

/** < 666px */
@media (max-width: 666px) {
    .tit{
        display:block;
    }
    .zhujishang{
        color:#0c0584;
        font-size: 14px;
    }
    .shoujia{
        color:red;
        font-size: 12px;
    }
    .infos li{
       line-height:25px;
       padding: 5px;
    }
}

/** 评论区自适应 */

#comments{
    padding-left:10px;
    margin-left:17px;
}

#comments li{
    border-bottom: 1px dashed #CCCCCC;
	 padding: 3px;
    line-height: 25px;
}

/** < 738px */
@media (max-width: 738px) {
    .commentbtn{
        display:block;
        margin-left:52px;
    }
}

/** < 700px */
@media (max-width: 700px) {
    .commentmail{
        display:block;
        margin-left:52px;
    }

    #index_item_img {
        display:none;
    }

    #index_item_con {
        margin-left: 0 !important;
    }
}

/** < 460px */
@media (max-width: 460px) {
    .commenturl{
        display:block;
        margin-left:52px;
    }
}

@media screen and (max-width:600px){
#imgad{display: none;}
.pc_click{/*display: none;*/}
.list_a{/*display: none;*/}
.infos li a{
    text-decoration: none;
    color: #0f0cbf;
    font-size: 15px;
	}
.infos li a:hover{
    text-decoration:underline;
    color:#7b1c1c;
	font-size:16px;
	}
}
@media screen and (min-width:800px){
#imgad{display: block;}
}
.pc_click{float: right;}
.index_r{display:inline-block;padding:2px 6px;background-color:#fff;cursor:pointer;float:right;margin:7px 5px 0 0;color:#000;text-decoration:none;border-radius:3px;}
.index_m{float:right;}
.index_m a{display:inline-block;padding:2px 6px;background-color:#fff;cursor:pointer;float:right;color:#000;text-decoration:none;border-radius:3px;margin:7px 5px 0 0;}
img {max-width: 100%;border: 0;vertical-align: top;}


.top_tui {
    display: inline-block;
    width: 35px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 8px;
    background-color: #FF552E;
    color: #FFF;
    font-family: FZLTHJW--GB1-0;
    font-size: 14px;
    margin-left: 2px;
    cursor: pointer;
}