@import "common.css";

.gray-line-5{width: 100%;height: 10px;background: #eeeeee}

.manual-content {height: 100%;width: 100%;background: #eeeeee}
.manual-content .menu-ul-div{height: 100%;width: 20%!important;}
.manual-content .menu-title{line-height: 30px;font-size: 15px;color:#409eff;padding: 10px 0;border-bottom: 1px #eeeeee solid}

.manual-content .embed-responsive{min-height: 500px;width: 80%!important;background: #ffffff;padding: 20px;height: auto;font-size: 14px;margin-bottom: 20px}
.embed-responsive .title{color: #333333;font-size: 18px;padding-bottom: 25px}
.embed-responsive .header-title{color: #409eff;font-size: 16px;border-bottom: 1px #409eff solid;padding: 10px 0;margin-bottom: 10px}
.embed-responsive .body-content{line-height: 25px;margin: 10px 0;font-size: 14px;width: 90%}
.body-content div{padding: 5px 0}
/*红框提示*/
.embed-responsive .border-warning{border: 1px solid red;padding: 10px;line-height: 25px}
.embed-responsive .img100{margin: 5px 0}
.embed-responsive .img100 img{width: 100%;border: 1px #b0b6bd solid}
.embed-responsive .img75{margin: 5px 0}
.embed-responsive .img75 img{width: 75%;border: 1px #149279 solid;text-align: center}
.embed-responsive .img50{margin: 5px 0}
.embed-responsive .img50 img{width: 50%;border: 1px #149279 solid;text-align: center}
.embed-responsive .img33{margin: 5px 0}
.embed-responsive .img33 img{width: 33%;border: 1px #149279 solid;text-align: center}
.embed-responsive .img25{margin: 5px 0}
.embed-responsive .img25 img{width: 25%;border: 1px #149279 solid;text-align: center}


.navbar-inverse{background-color:#ffffff !important;}
/*#mobile-menu {position:fixed;top:0;left:0;width:220px;height:100%;background-color:#373737;z-index:9999;}*/
a:hover ,a:focus{text-decoration:none}
.menu-ul li{border-bottom: 1px #eeeeee solid}


.mobile-nav ul li a {text-decoration:none;text-align: left;cursor:pointer;line-height: 30px;padding: 5px 15px;font-size: 15px;color: #333333;display: block}
#mobile-menu {display: inline-block;position:relative;top:0;left:0;width:250px;height:100%;text-align: center;background-color: #ffffff;transition:all 0.3s ease-in;}
.mobile-nav ul li a:hover {background-color: #409eff;color: #ffffff;}
.mobile-nav ul li.subMenu a{color: #666666;font-size: 14px !important;}
.menu-ul li.active > a{color: #409eff !important;}
.mobile-nav ul li.subMenu a:hover {background-color: #409eff;color: #ffffff !important;}

.ul-two{border-top:1px #eeeeee solid}
.ul-two li:last-child{border: 0}
.mobile-nav ul.ul-two li a{padding-left: 30px;font-size: 14px}

.ul-three{border-top:1px #eeeeee solid}
.ul-three li:last-child{border: 0}
.ul-three a{padding-left: 45px !important;}

.router-tip{position: fixed;top: 100px;right: 0px;background: #ffffff;padding: 10px;border: 1px #cccccc solid;}
.router-tip .tip-item{margin-top: 15px;}
.router-tip .desc {font-size: 11px;color: #666666;}

.link-text{text-decoration:underline}