/* 后来加入各个页面的代码，格式： .文件名 CSS代码 （class加在body）*/
/* index.html */
/* 搜索框 下拉选择 */
.index .searchBox .subject_item .bottom_angle{width: 0;height: 0;border-left: 4px solid transparent;border-right: 4px solid transparent;border-top: 6px solid black;position: absolute;}
.index .searchBox .subject_item .up_angle{display: inline-block;width: 0;height: 0;border-left: 4px solid transparent;border-right: 4px solid transparent;border-bottom: 6px solid black;position: absolute;}
.index .searchBox .subject_item{width: 130px;height: 50px;position: absolute;top: 0;left: 0;line-height: 50px;border-right: 1px solid #ccc;cursor: pointer;}
.index .searchBox .dropSubjectMenu{width:130px;background-color: white;position: absolute;top: 46px;left: 0;z-index: 1000;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
.index .searchBox .dropSubjectMenu ul{padding-top: 8px;padding-bottom: 10px;}
.index .searchBox .dropSubjectMenu li{height: 30px;line-height: 30px;text-align: left;padding-left: 20px;}
.index .searchBox .dropSubjectMenu li:hover{background-color: #ccc;}
.index .main .indexTopper input.txt:-webkit-autofill{-webkit-box-shadow: 0 0 0px 1000px white inset;}

/* 公共组件 */
/* 固定在页面右下脚的添加微信框 */
.wechat_outer_box{position: fixed;width:68px;height:84px;background:#5AC8F2;border:1px solid #5AC8F2;border-radius:10px 0px 0px 10px;bottom:100px;right: 0;cursor:pointer;z-index:1000;}
.wechat_outer_box img{position: absolute;top: 17px;right: 18px;}
.wechat_outer_box p{position: absolute;top: 55px;right: 8px;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#ffffff;line-height:22px;}
/* 添加微信的二维码 */
.wechat_QR_code{width:300px;height:260px;background:#1C1D25;box-shadow:0px 1px 13px 0px #333333;border-radius:4px;position: fixed;right: 0;bottom:100px;display: none;z-index:1000;}
.wechat_QR_code p:first-child{width:273px;height:25px;font-size:12px;font-family:Segoe UI;font-weight:400;color:#fff;line-height:16px;position: absolute;top: 20px;right: 13px;text-align: center;}
.wechat_QR_code p+img{border-radius:4px;position: absolute;top: 62px;right: 78px;}
.wechat_QR_code img+p img{position: absolute;top: 219px;right: 223px;width: 19px;height: 17px;}
.wechat_QR_code img+p span{display: block;position: absolute;font-size:12px;top: 222px;right: 59px;font-family:Segoe UI;font-weight:400;color:#fff;}

.wechat_QR_code_new p:first-child{width:273px;height:25px;font-size:12px;font-family:Segoe UI;font-weight:400;color:#fff;line-height:16px;position: absolute;top: 20px;right: 13px;text-align: center;}
.wechat_QR_code_new p+img{border-radius:4px;position: absolute;top: 62px;right: 78px;}
.wechat_QR_code_new img+p img{position: absolute;top: 219px;right: 223px;width: 19px;height: 17px;}
.wechat_QR_code_new img+p span{display: block;position: absolute;font-size:12px;top: 222px;right: 59px;font-family:Segoe UI;font-weight:400;color:#fff;}

/* include_index_header.html */
/* 头部右侧用户名称显示 */
.header.indexHeader .wrap .toolbar div a.title_left_text{color:#FF6363;display: inline-block;font-size: 16px;margin-right: 26px;font-family: "SegoeUI";}
.header.indexHeader .wrap .toolbar div a.title_left_text:hover{color:#FF6363;background-color: none;}
.header.indexHeader .wrap .picDrop .btn .bottom_angle{display: inline-block;width: 0;height: 0;border-left: 4px solid transparent;border-right: 4px solid transparent;border-top: 6px solid white;}
.header.indexHeader .wrap .picDrop .btn .up_angle{display: inline-block;width: 0;height: 0;border-left: 4px solid transparent;border-right: 4px solid transparent;border-bottom: 6px solid white;}
.header .toolbar .dropMenu li a.delete_a_hove_class:hover{background-color: #fff;color:#333333;}

/* include_header.html */
/* 头部右侧用户名称显示 以及搜索栏样式 */
.include_header.header .wrap.clearfix	.searchBox .subject_item2 .bottom_angle{display: inline-block;width: 0;height: 0;border-left: 4px solid transparent;border-right: 4px solid transparent;border-top: 6px solid black;position: absolute;right: 5px;top:18px;}
.include_header.header .wrap.clearfix	.searchBox .subject_item2 .up_angle{display: inline-block;width: 0;height: 0;border-left: 4px solid transparent;border-right: 4px solid transparent;border-bottom: 6px solid black;position: absolute;right: 5px;top:18px;}
.include_header.header .wrap.clearfix	.searchBox .subject_item2{width: 100px;height: 38px;position: absolute;top: 0;left: 0;line-height: 38px;border-right: 1px solid #ccc;cursor: pointer;}
.include_header.header .wrap.clearfix	.searchBox .dropSubjectMenu2{width:100px;background-color: white;position: absolute;top: 39px;left: -1px;box-shadow:0px 1px 4px 0px rgba(14,5,10,0.11);border-radius:0px 0px 5px 5px;border:1px solid rgba(230, 230, 230, 1);}
.include_header.header .wrap.clearfix	.searchBox .dropSubjectMenu2 li{height: 30px;line-height: 30px;padding-left: 10px;}
.include_header.header .wrap.clearfix	.searchBox .dropSubjectMenu2 ul{padding-top: 8px;padding-bottom: 10px;}
.include_header.header .wrap.clearfix	.searchBox .dropSubjectMenu2 li:hover{background-color: #ccc;}
.include_header.header .wrap.clearfix .title_left_text{color:#FF6363;display: inline-block;font-size: 16px;margin-right: 10px;font-family: "SegoeUI";}
.include_header.header .wrap.clearfix .title_left_text:hover{color:#FF6363;background-color: none;}
.include_header.header .wrap.clearfix	.toolbar .btn	.bottom_angle{display: inline-block;width: 0;height: 0;border-left: 4px solid transparent;border-right: 4px solid transparent;border-top: 6px solid black;}
.include_header.header .wrap.clearfix	.toolbar .btn .up_angle{display: inline-block;width: 0;height: 0;border-left: 4px solid transparent;border-right: 4px solid transparent;border-bottom: 6px solid black;}
.include_header.header .wrap .searchBox input.txt:-webkit-autofill{-webkit-box-shadow: 0 0 0px 1000px white inset;}
.include_header.header .wrap.clearfix	.toolbar .btn .nickName{display: inline-block;width: 140px;white-space: normal;overflow: hidden;text-overflow: ellipsis;font-family: "SegoeUI";vertical-align: middle;}

/* doc_preview.html pdf预览 */
/* 非会员预览一页后的提示 */
.view.doc_preview .novip_only_one div{position:absolute;background-color:white;top:-9px;width:150px;text-align:center;left:50%;margin-left:-75px;color:#cccccc;font-size:16px;}
.view.doc_preview .novip_only_one p{text-align:center;font-size:16px;padding-top:31px;}
.view.doc_preview .novip_only_one p a{color: #5AC8F2;text-decoration: underline;}
.view.doc_preview .novip_only_one p+a{background-color:#FF6363;width:280px;height:48px;display:block;font-size:18px;color:white;line-height:48px;text-align:center;border-radius:5px;margin:16px auto;margin-bottom:35px;}

/* batch_download.html 打包下载 */
.batch_download_outer {width:1180px;min-height:810px;background-color:#fff;border:1px solid rgba(235,235,235,1);border-radius:5px;}
.batch_download_outer div.select_list {margin: 0 64px;}
.batch_download_outer div.select_list p {font-family:Microsoft YaHei;color:rgba(51,51,51,1);font-size:14px;}
.batch_download_outer div.select_list p.title {font-size:16px;padding-top:34px;font-weight:bold;}
.batch_download_outer div.select_list p.title span {display:inline-block;height:20px;width:106px;line-height:20px;border:1px solid rgba(255,99,99,1);color:rgba(255,99,99,1);font-size:12px;text-align:center;margin-left:11px;}
.batch_download_outer div.select_list p:nth-of-type(2) {color: rgba(153, 153, 153, 1);padding-top: 18px;}
.batch_download_outer div.select_list ul {height:190px;overflow:hidden;overflow-y:scroll;margin-top:8px;}
.batch_download_outer div.select_list ul::-webkit-scrollbar {width: 8px;background-color: #EBEBEB;}
.batch_download_outer div.select_list ul::-webkit-scrollbar-thumb {height: 50px;border-radius: 10px;background-color: #ccc;}
.batch_download_outer div.select_list ul::-webkit-scrollbar-track {border-radius: 10px;}
.batch_download_outer div.select_list input {display:inline-block;width:14px;height:14px;cursor:pointer;color:rgba(136,136,136,1);vertical-align:middle;margin-left:12px;}
.batch_download_outer div.select_list ul li {height:38px;line-height:38px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.batch_download_outer div.select_list ul li:nth-child(odd) {background-color: #FAFAFA;}
.batch_download_outer div.select_list ul li:hover {background-color: #EBF9FF;}
.batch_download_outer div.select_list ul li img {vertical-align: text-bottom;}
.batch_download_outer div.select_list ul li img[alt="delete"] {float:right;padding-right:16px;padding-top:11px;cursor:pointer;display:none;}
.batch_download_outer div.select_list + #_validForm a.submitCheckBtnA {display:block;width:210px;height:40px;background:rgba(81,180,219,1);border:1px solid rgba(81,180,219,1);border-radius:4px;text-align:center;line-height:40px;color:white;font-size:16px;margin:0 auto;margin-top:48px;}
.batch_download_outer div.select_list + #_validForm a img {padding-right: 11px;}
.batch_download_outer a + p.footer_p {color:rgba(153,153,153,1);font-size:16px;margin:0 auto;margin-top:20px;text-align:center;}
.batch_download_outer hr {width:1059px;height:2px;background:rgba(230,230,230,1);border:none;margin-top:40px;}
.batch_download_outer hr + .no_vip_pay_box {margin: 35px 64px;}
.batch_download_outer .no_vip_pay_box p {font-size: 18px;font-family: Segoe UI;font-weight: bold;color: rgba(51, 51, 51, 1);}
.batch_download_outer .no_vip_pay_box p span:nth-of-type(1) {color: #FF6363;font-size: 26px;}
.batch_download_outer .no_vip_pay_box p span:nth-of-type(2) {color: #999999;font-size: 16px;font-weight: 400;}
.batch_download_outer .no_vip_pay_box a.pay_btn {width:280px;height:40px;background-color:rgba(230,90,90,1);border:1px solid rgba(230,90,90,1);border-radius:3px;font-size:16px;font-family:Segoe UI;font-weight:bold;color:rgba(255,255,255,1);line-height:40px;text-align:center;display:block;margin:0 auto;}
.batch_download_outer .no_vip_pay_box a.pay_btn + p {text-align:center;margin-top:20px;font-size:16px;font-weight:400;font-family:Segoe UI;}
.batch_download_outer .no_vip_pay_box a.pay_btn + p a {text-decoration: underline;color: rgba(23, 182, 243, 1);}
.batch_download_outer .no_vip_pay_box a.pay_btn + p span {color: #999999;font-size: 16px;}

/* sys_detail.html 文章详情页 */

/* 标题简介：第一个框 */
.detail.sys_detial .m-right .container .first-box dt{color: #333333;margin-bottom: 10px;}
.m-right .container .first-box dd{color: #666666;}
.detail.sys_detial .popup-window-background+.popup.exchangePdf {margin-left: -200px;margin-top: -120px;}
.detail.sys_detial .popup-window-background+.popup.exchangePdf div.close+img{position:absolute;display:block;width:40px;height:40px;top:40px;left:181px;-webkit-animation:sys_detial_rotate_img 1.5s linear infinite;}
@-webkit-keyframes sys_detial_rotate_img{0%{-webkit-transform:rotate(0deg);}25%{-webkit-transform:rotate(90deg);}50%{-webkit-transform:rotate(180deg);}75%{-webkit-transform:rotate(270deg);}100%{-webkit-transform:rotate(360deg);}}
.detail.sys_detial .popup-window-background+.popup.exchangePdf p{width:358px;position:absolute;top:99px;left:21px;display:block;font-size:18px;text-align:center;line-height:28px;}
.detail.sys_detial .popup-window-background+.popup.exchangePdf a.checkSchedule{display:block;position:absolute;width:170px;height:34px;background-color:rgba(81,180,219,1);border:1px solid rgba(81,180,219,1);border-radius:3px;color:white;line-height:34px;text-align:center;top:177px;left:115px;}
.detail.sys_detial .toTopNew{ position: absolute;}

/* sign_in.html  登录修改 */ 
.winBox.SignIn .container.conta2 .SignTab .wechat_login .normal p:nth-of-type(1){width: 191px;font-size:12px;font-family:Segoe UI;font-weight:400;color:#999999;line-height:18px;text-align: center;margin: 0 auto;}
.winBox.SignIn .container.conta2 .SignTab .wechat_login .normal p:nth-of-type(1)+img{padding-top:10px;width: 144px;height: 144px;}
.winBox.SignIn .container.conta2 .SignTab .wechat_login .normal p:nth-of-type(2){padding-top: 15px;font-size: 12px;color: #333333;}
.winBox.SignIn .container.conta2 .SignTab .wechat_login p.title	{width: 273px;font-size:12px;font-family:Segoe UI;font-weight:400;color:#999999;line-height:18px;margin: 0 auto;text-align: left;}
.winBox.SignIn .container.conta2 .SignTab .wechat_login .failed,.refresh div{width: 160px;height:160px;background-color:rgba(247,247,247,1);border:1px solid rgba(236,236,236,1);margin: 21px auto;text-align: cente}
.winBox.SignIn .container.conta2 .SignTab .wechat_login .failed div img{width: 34px;height: 34px;padding-top: 30p}
.winBox.SignIn .container.conta2 .SignTab .wechat_login .failed div p:nth-of-type(1){font-size: 12px;color: #999999;padding-top: 12p}
.winBox.SignIn .container.conta2 .SignTab .wechat_login .failed div a{padding-top: 20px;display: block;color: #17B6F3;text-decoration: underlin}
.winBox.SignIn .container.conta2 .SignTab .wechat_login .failed div a:hover{color: #6cd4fd;}
.winBox.SignIn .container.conta2 .SignTab .wechat_login .refresh div img {width: 34px;height: 34px;margin-top: 30px;-webkit-animation:signin_rotate_img 1.5s linear infinit}
.winBox.SignIn .container.conta2 .SignTab .wechat_login .refresh div img+p{width: 110px;color: #999;padding-top: 18px;font-size:12px;font-family:Segoe UI;font-weight:400;text-align: center;line-height:18px;margin:0 auto;}
@-webkit-keyframes signin_rotate_img{0%{-webkit-transform:rotate(0deg);}25%{-webkit-transform:rotate(90deg);}50%{-webkit-transform:rotate(180deg);}75%{-webkit-transform:rotate(270deg);}100%{-webkit-transform:rotate(360deg);}}


/* 公共弹窗:微信绑定建议 */
.suggest_bind_wechat .popup.suggest{width:800px;height:438px;background: #ffffff;box-shadow:0px 0px 10px 0px rgba(14,5,10,0.27);border-radius:3px;margin-top: -219px;margin-left: -400px;}
.suggest_bind_wechat .popup.suggest p.title{font-size:22px;font-family:Segoe UI;font-weight:400;color:rgba(0,0,0,1);padding: 62px 0 28px 0;text-align: center;}
.suggest_bind_wechat .popup.suggest div.inner{width:740px;height:286px;background:rgba(255,255,255,1);border:1px solid #D9DCDF;margin-top: 28px;margin:0 auto;position: relative;}
.suggest_bind_wechat .popup.suggest div.inner>*{position: absolute;}
.suggest_bind_wechat .popup.suggest div.inner img{width: 34px;height: 34px;left: 38px;}
.suggest_bind_wechat .popup.suggest div.inner img[alt="bind_wechat1"]{top: 35px;}
.suggest_bind_wechat .popup.suggest div.inner img[alt="bind_wechat2"]{top: 119px;}
.suggest_bind_wechat .popup.suggest div.inner img[alt="bind_wechat3"]{top: 203px;}
.suggest_bind_wechat .popup.suggest div.inner p.sup_title{color: #17B6F3;left: 91px;font-size:16px;}
.suggest_bind_wechat .popup.suggest div.inner p.detail{width:370px;color: #888888;font-size:14px;line-height:18px;left: 91px;}
.suggest_bind_wechat .popup.suggest div.inner .right_div{width:240px;height: 286px;top: 0;right: 0;background-color: #F5F6F7;}
.suggest_bind_wechat .popup.suggest div.inner .right_div>*{position: absolute;}
.suggest_bind_wechat .popup.suggest div.inner .right_div p:nth-of-type(1){text-align: center;width: 142px;color:#17B6F3;font-size: 12px;top: 33px;right: 49px;line-height:16px;}
.suggest_bind_wechat .popup.suggest div.inner .right_div img[alt="indexQRCode"]{width:158px;height: 158px;top: 68px;right: 41px;}
.suggest_bind_wechat .popup.suggest div.inner .right_div img[alt="wechat_unlog"]{width: 19px;height: 17px;position: absolute;display: block;top: 248px;left: 28px;}
.suggest_bind_wechat .popup.suggest div.inner .right_div img[alt="wechat_unlog"]+p{color: #999999;font-size:12px;font-family:Segoe UI;font-weight:400;line-height:30px;top: 240px;right: 29px;}

/* 公共弹窗:微信已经绑定 */
.wechat_has_bind .popup-window-background+.popup.hasBind{width:720px;height:351px;margin-top:-175px;margin-left:-360px;box-shadow:0px 0px 28px 0px rgba(0, 0, 0, 0.26);}
.wechat_has_bind .popup-window-background+.popup.hasBind p{font-family:Segoe UI;font-weight:400;}
.wechat_has_bind .popup-window-background+.popup.hasBind p.title{color: #333333;width:610px;font-size:22px;color:rgba(51,51,51,1);line-height:30px;padding-top: 59px;padding-left: 55px;text-align: center;padding-bottom:28px;}
.wechat_has_bind .popup-window-background+.popup.hasBind div.inner{width:660px;height: 110px;background-color: #F7F9FC;margin:0 auto;position: relative;}
.wechat_has_bind .popup-window-background+.popup.hasBind div.inner>*{position: absolute;}
.wechat_has_bind .popup-window-background+.popup.hasBind div.inner img{height: 24px;width: 24px;}
.wechat_has_bind .popup-window-background+.popup.hasBind div.inner p{color: #666666;font-size:16px;}
.wechat_has_bind .popup-window-background+.popup.hasBind a.cancel{border:1px solid #51B4DB;border-radius:4px 4px 4px 4px;width:120px;height:34px;color: #51B4DB;text-align: center;line-height: 34px;display: block;position: absolute;top: 277px;left: 233px;font-size:16px;}
.wechat_has_bind .popup-window-background+.popup.hasBind a.confirm{width:120px;height:34px;background-color:#51B4DB;border:1px solid #51B4DB;border-radius:4px 4px 4px 4px;text-align: center;line-height: 34px;display: block;position: absolute;top: 277px;left: 368px;color: #ffffff;font-size:16px;}


/* 公共弹窗:微信无法绑定 */
.wechat_cannot_bind .popup-window-background+.popup.cannotBind{width: 600px;height: 245px;box-shadow:0px 0px 10px 0px rgba(14,5,10,0.27);margin-left: -300px;margin-top: -122px;}
.wechat_cannot_bind .popup-window-background+.popup.cannotBind p.title{width:510px;height:42px;font-size:18px;font-family:Segoe UI;font-weight:400;color:rgba(51,51,51,1);line-height:28px;padding-top: 78px;text-align: center;margin: 0 auto;}
.wechat_cannot_bind .popup-window-background+.popup.cannotBind a.confirm{width:120px;height:34px;background-color:#51B4DB;border:1px solid #51B4DB;border-radius:3px;font-size:16px;color:#ffffff;position: absolute;top: 151px;left: 234px;text-align: center;line-height: 34px;}
.wechat_cannot_bind .popup-window-background+.popup.cannotBind a.confirm:hover{background-color:#5AC8F2;}

/* 封装的alert弹窗 */
.alert_dialog .popup.alertDialog{width: 450px;height: 250px;margin-left: -225px;margin-top: -125px;}
.alert_dialog .popup.alertDialog p#alert_msg{color: #333333;text-align: center;padding-top: 70px;line-height:28px;font-size: 18px;width: 350px;word-wrap: break-word;word-break: break-all;overflow: hidden;margin:0 auto;}
.alert_dialog a.alert_sure_btn{width: 120px;height: 34px;background-color: #51b4db;color: #ffffff;text-align: center;border-radius: 5px;line-height: 34px;font-size: 18px;position: absolute;bottom: 50px;left: 165px;}
.alert_dialog a.alert_sure_btn:hover{background-color: #5ac8f2;}
/* 封装的confirm弹窗 */
.confirm_dialog .popup.confirmDialog{width: 450px;height: 250px;margin-left: -225px;margin-top: -125px;}
.confirm_dialog .popup.confirmDialog p#confirm_msg{color: #333333;text-align: center;padding-top: 70px;line-height:28px;font-size: 18px;width: 350px;word-wrap: break-word;word-break: break-all;overflow: hidden;margin:0 auto;}
.confirm_dialog a{width: 120px;height: 34px;text-align: center;border-radius: 5px;line-height: 34px;font-size: 18px;position: absolute;bottom: 50px;}
.confirm_dialog a.confirm_cancel_btn{color: #5ac8f2;border: 1px solid #5ac8f2;left: 60px;}
.confirm_dialog a.confirm_cancel_btn:hover{color: #51b4db;}
.confirm_dialog a.confirm_sure_btn{background-color: #5ac8f2;color: white;right: 60px;border: 1px solid #5ac8f2;}
.confirm_dialog a.confirm_sure_btn:hover{background-color: #51b4db;}
.popup-window-background-new {width: 100%;height: 100%;background-color: #000000;filter:alpha(opacity=20); -moz-opacity:0.2;-khtml-opacity: 0.2;opacity:0.2;*zoom:1;position: fixed;top:0;left: 0;z-index: 1000;}
.popup-window-background-new+ .popup {top:50%;left:50%;position: fixed;background-color:#FFFFFF;box-shadow:0px 0px 10px 0px #cccccc;border-radius:5px;z-index: 1001;}
.popup-window-background-new+ .popup div:first-child.close-new {cursor: pointer;position: absolute;top:16px;right:16px;}
.popup-window-background-new+ .popup div:first-child.close-new img{height: 14px;width:14px;}


/* 副头部 */
/* 外div 处于sys_detail.html */
.detail.sys_detial .stroll_header_top{
  position: fixed; z-index:998; background: #fff;top: 0;height: 50px;border-bottom: 1px solid #E6E6E6;display: none;width:100%;
}
/* include_header2.html */
.include_header2.middle_div{
  width: 1180px;
  margin:0 auto;
  position: relative;
  zoom: 1;
}
.include_header2.middle_div .logo{
  background: url("../img/logo.png") no-repeat center;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  height: 50px;
}
.include_header2.middle_div .search_box{
  width:580px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #DBDBDB;
  border-radius: 4px;
  position: absolute;
  top: 5px;
  left: 215px;
}
.include_header2.middle_div .search_box .search_type{
  width: 120px;
  height: 38px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 38px;
  border-right: 1px solid #DBDBDB;
  cursor: pointer;
}
/* 下拉选择列表 */
.include_header2.middle_div .search_box .dropTypeMenu{
  width: 120px;
  background-color: white;
  position: absolute;
  top: 39px;
  left: -1px;
  box-shadow: 0px 1px 4px 0px rgba(14,5,10,0.11);
  border-radius: 0px 0px 5px 5px;
  border: 1px solid #DBDBDB;
  display: none;
}
.include_header2.middle_div .search_box .dropTypeMenu ul{
  padding-top: 8px;
  padding-bottom:10px;
}
.include_header2.middle_div .search_box .dropTypeMenu li{
  height: 30px;
  line-height: 30px;
  padding-left: 14px;
}
.include_header2.middle_div .search_box .dropTypeMenu li:hover{
  background-color: #DBDBDB; 
}
/* 搜索小三角 */
.include_header2.middle_div .search_box .type_bottom_angle{
  display: inline-block;
  width: 0;
  height:0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #333333;
  position: absolute;
  top: 18px;
  right: 10px;
}
.include_header2.middle_div .search_box .type_up_angle{
  display: inline-block;
  width: 0;
  height:0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid #333333;
  position: absolute;
  top: 18px;
  right: 10px;
}
/* 搜索框 */
.include_header2.middle_div .search_box input{
  position: absolute;
  width: 390px;
  padding-left: 10px;
  overflow: hidden;
  left: 125px;
  top:0;
  background: none;
  border: 0;
  height: 38px;
  line-height: 38px;
}
.include_header2.middle_div .search_box input:-webkit-autofill{-webkit-box-shadow: 0 0 0px 1000px white inset;}
.include_header2.middle_div .search_box .btn{
  position: absolute;
  left:   520px;
  top:0;
  width: 60px;
  height: 38px;
  background: url("../img/search.png") no-repeat center;
}
/* 右侧信息展示 */
.include_header2.middle_div .title_left_text{
  color: #FF6363;
  display: inline-block;
  font-size: 16px;
  margin-right: 10px;
  font-family: "SegoeUI";
  padding-top: 15px;
}
.include_header2.middle_div .title_left_text img{
  width:18px;height:18px;border:none;vertical-align:bottom;
}
.include_header2.middle_div .sign_box{
  width: 78px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #5BC8F3;
  border-radius: 4px;
  color: #17b6f3;
  margin-top: 11px;
  cursor: pointer;
  float: right;
}
/* 右侧个人信息 */
.include_header2.middle_div .personal_info{
  float: right;
}

/* search-results.html 问题页面  中英文切换 */
.CE_change{
  position: absolute;
  right: 204px;
  top: 122px;
  border-radius: 5px;
  width: 56px;
  height: 26px;
  text-align: center;
}
.CE_change a{
  width: 26px;
  height: 24px;
  background-color: #ffffff;
  color: #16b8f4!important;
  border: 1px solid #16b8f4;
  float: right!important;
  line-height: 24px;
}
.CE_change a.choosed{
  background-color: #16b8f4;
  color: #ffffff!important;
}
.CE_change a:nth-of-type(1){
  border-radius: 0 3px 3px 0;
}
.CE_change a:nth-of-type(2){
  border-radius: 3px 0 0 3px;
}