body {
}
   
.doc-main{  border-top:8px #0066CC solid;}
.doc-main .doc-container { width:1100px; margin:0 auto; background:#fff; padding:0 36px 60px 36px;}
.doc-main .doc-container .doc-title>h1 
{
    line-height:56px; 
    font-size:30px; 
    text-align:center; 
    padding:10px 0 10px 0;
    font-weight:normal;
}
.doc-main .doc-container .doc-title .doc-sub-title
{
    font-size: 14px; 
    color:#666666; 
    line-height: 36px; 
    margin-top:10px; 
    margin-bottom:20px;
    font-weight: normal;
    text-align: center;
}
.doc-main .doc-container .doc-title .doc-sub-title .printer { cursor:pointer;}

.doc-main .doc-container .doc-content{line-height:30px;margin:0;padding:40px 0 40px 0; font-size:18px; font-family:"微软雅黑";}
.doc-main .doc-container .doc-content img { max-width:100%;}
.doc-main .doc-container .doc-content div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td {font-size: 18px;font-family: "微软雅黑" !important;}

.div_form {width: 400px; height: 40px; background: #fff; border: 1px solid #0066CC; margin:0 auto;}
.div_form input {color: #666; font-size: 18px; height: 40px; line-height: 40px; width: 295px; background: transparent;  border: none;  padding: 0 10px; vertical-align: middle; text-align:center;  float: left;}
.div_form a {display: inline-block; *display: inline; color: #fff; *zoom: 1; text-align: center; border: none;  cursor: pointer; height: 40px;
        line-height: 40px; font-size: 18px; width: 85px; background: #0066CC; float: left;}
.hline {width: 100%; border: dashed #CCCCCC; height: 0px;  border-width: 1px 0px 0px 0px; clear: both;}

#div_errinfo {width:100%; text-align:center; margin:0 auto;font-size: 18px; height: 40px; line-height: 40px; color:Red;}
#div_binfo {margin-top:15px;}
#div_binfo .progess-bar{width: 700px; height: 90px; margin-left:30%;}
#div_binfo .ball{ width: 30px; height: 30px; border-radius: 15px; margin-left: 20px;}
#div_binfo .progress{width: 0px; height: 60px; margin-left: 34px; border:1px dashed #0066CC;}
#div_binfo .detail{margin-left: 55px;float:left;color: #0066CC; position: relative; top: -35px; left: 5px;}
#div_binfo .flow-detail{margin: 8px; font-size: 18px; }
#div_binfo .first_ball{background-color: #FF5722;}
#div_binfo .active{ background-color: #0066CC;}
#div_binfo .negative{border:1px dashed #9F9F9F;}

/*评论*/
.bbs_title {background-color:#0066CC; height:48px;}
.bbs_title p{text-align:center; vertical-align:middle; font-size:18px; font-weight:bold;line-height:48px; color:#fff;}
.bbs_reply {margin: 5px 30px 5px 30px;}
.bbs_reply span {text-align:center; font-size:18px; font-weight:bold;}
.bbs_reply a {display: inline-block; *display: inline; color: #fff; *zoom: 1; text-align: center; border: none;  cursor: pointer; height: 28px; font-size:18px;background-color:#0066CC; width:90px; position:absolute;}
.bbs_reply textarea{width:100%; height:150px;margin-bottom:10px;margin-top:5px;}
.bbs_reply .reply_u { float:left;}
.bbs_reply .reply_m { float:left; margin-left:10px;}

/*手机端*/    
@media screen and (max-width:480px) 
{
    body{ background: none !important;}
    
    .doc-main .doc-container{ width: auto; padding:10px 5px 10px 5px;}
	.doc-main .doc-container .doc-title>h1 {font-size:24px; }
	.doc-main .doc-container .doc-title .doc-sub-title {line-height: 30px; margin-top: 2px; margin-bottom: 5px;}
	.doc-main .doc-container .doc-title .doc-sub-title .printer { display:none;}
	.doc-main .doc-container .doc-content img{ max-width:90%!important; height:auto!important;}	
	
    .doc-nav {line-height:30px; height:30px; font-size: 14px; padding-left: 5px; width: 100%;}
    
    #div_binfo .progess-bar { width: 100%; margin-left:3px;}

    .bbs_reply {margin: 5px;}
    .bbs_reply .reply_u { width: 100%;}
    .bbs_reply .reply_m { width: 100%; margin-left:0px; margin-top:3px;}
}