@CHARSET "UTF-8";
/*
 * 通用CSS
 */
:root {
	--white: #fff;
	--orange: #93c41a;
	--orange-d: #93c41a;
	--orange-rgb: 247, 181, 28;
	--red: #ff065b;
	--blue: #1b689c;
	--black: #161719;
	--grey: #8f949a;
	--grey-: #d9d9d9;
	
	--bg: #f8f8f8;
    --bg-rgb: 248, 248, 248;
    
    --font-title: #383838;
    --font-p: #f8c359;
    
    --btn: #00a1e9;
    --btn-hover: #198dbe;
    
    --icon: #19a5fd;
}


/** 通用  **/
a {
  	background: transparent;
    color: #3bb18f;
  	text-decoration: none ! important;
}
a:active,
a:hover {
  	outline: 0;
	color: #359e80;
  	text-decoration: underline;
}
a:focus {
  	outline: thin dotted;
  	outline: 5px auto -webkit-focus-ring-color;
  	outline-offset: -2px;
}
a,
button,
input {
	outline: none!important;
	outline-offset: 0px!important;
}

/**链接**/
.mn-a,
.mn-a:visited {
    color: #000;
	background-color: transparent;
	text-decoration: none;
    font-size: 14px;
 	font-weight: 500;
    transition: all .4s;
}
.mn-a:active,
.mn-a:hover {
	color: #3bb18f;
	text-decoration: none;
}
.mn-a:focus {
	color: #3bb18f;
  	outline: thin dotted;
  	outline: 5px auto -webkit-focus-ring-color;
}

.mn-a-1,
.mn-a-1:visited {
    color: var(--blue);
	background-color: transparent;
	text-decoration: none;
    font-size: 14px;
 	font-weight: 500;
    transition: all .3s;
}
.mn-a-1.active,
.mn-a-1:active,
.mn-a-1:hover {
	color: var(--black);
	text-decoration: none;
}
.mn-a-1:focus {
	color: var(--black);
  	outline: thin dotted;
  	outline: 5px auto -webkit-focus-ring-color;
}

.mn-a-2,
.mn-a-2:visited {
    color: var(--font-title);
	background-color: transparent;
	text-decoration: none;
    font-size: 14px;
 	font-weight: 500;
    transition: all .3s;
}
.mn-a-2.active,
.mn-a-2:active,
.mn-a-2:hover {
	color: var(--white);
	background-color: var(--btn);
	text-decoration: none;
}
.mn-a-2:focus {
	color: var(--white);
	background-color: var(--btn);
  	outline: thin dotted;
  	outline: 5px auto -webkit-focus-ring-color;
}

.mn-a-3,
.mn-a-3:visited {
    color: var(--black);
	background-color: transparent;
	text-decoration: none;
    font-size: 13px;
 	font-weight: 500;
    transition: all .3s;
}
.mn-a-3.active,
.mn-a-3:active,
.mn-a-3:hover {
	color: var(--btn);
	text-decoration: none;
}
.mn-a-3:focus {
	color: var(--btn);
  	outline: thin dotted;
  	outline: 5px auto -webkit-focus-ring-color;
}

.mn-a-4,
.mn-a-4:visited {
    color: var(--white);
	background-color: transparent;
	text-decoration: none;
    font-size: 13px;
 	font-weight: 500;
    transition: all .3s;
}
.mn-a-4.active,
.mn-a-4:active,
.mn-a-4:hover {
	color: #93c41a;
	text-decoration: none;
}
.mn-a-4:focus {
	color: var(--orange);
  	outline: thin dotted;
  	outline: 5px auto -webkit-focus-ring-color;
}

.mn-a-5,
.mn-a-5:visited {
    color: var(--icon);
	background-color: transparent;
	text-decoration: none;
    font-size: 13px;
 	font-weight: 600;
    transition: all .3s;
}
.mn-a-5.active,
.mn-a-5:active,
.mn-a-5:hover {
	color: var(--orange);
	text-decoration: none;
}
.mn-a-5:focus {
	color: var(--orange);
  	outline: thin dotted;
  	outline: 5px auto -webkit-focus-ring-color;
}

.mn-a-6,
.mn-a-6:visited {
    color: var(--white);
    background-color: transparent;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: all .3s;
    padding: 23px 70px 23px 70px;
    background-color: rgb(255 255 255 / 20%);
}
.mn-a-6.active,
.mn-a-6:active,
.mn-a-6:hover {
	color: var(--white);
	text-decoration: var(--btn);
	background-color: rgb(3 169 244 / 80%);
}
.mn-a-6:focus {
	color: var(--white);
	background-color: rgb(3 169 244 / 80%);
  	outline: thin dotted;
  	outline: 5px auto -webkit-focus-ring-color;
}

.mn-a-7,
.mn-a-7:visited {
    color: var(--grey);
	background-color: transparent;
	text-decoration: none;
    font-size: 13px;
 	font-weight: 500;
    transition: all .3s;
}
.mn-a-7.active,
.mn-a-7:active,
.mn-a-7:hover {
	color: var(--orange);
	text-decoration: none;
}
.mn-a-7:focus {
	color: var(--orange);
  	outline: thin dotted;
  	outline: 5px auto -webkit-focus-ring-color;
}

.mn-btn {
	width: 100%;
    padding: 9px 25px;
    border-radius: 2px;
    font-size: 13px;
    line-height: 1;
    background-color: var(--btn);
    border: none;
}
.mn-btn:hover {
	background-color: var(--btn-hover);
}

.mn-a-s-1 {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 20px;
}
.mn-2 .navbar-brand {
    display: block;
}

input[type='radio']:hover {
	cursor: pointer;
}

/** load.html 顶部按钮 **/
html, body {
    position: relative;
}
.mn-1, .mn-2 {
	/**position: absolute;**/
    width: 100%;
    z-index: 9999;
}
.navbar-default .navbar-brand {
	display: none;
}
.mn-1 {
    background-color: #377dff;
    color: #fff;
    line-height: 30px;
	top: 0px;
	padding: 0 15px;
}
.mn-1-phone {
	border-radius: 50%;
    border: 1px solid #fff;
    padding: 1px 1px 0px 2px;
    font-size: 12px;
    text-align: center;
    margin-right: 3px;
}
.mn-1-qrcode {
	font-size: 17px;
	margin-right: 4px;
	vertical-align: middle;
}
.mn-1-left {
	font-size: 12px;
}
.mn-1-left > img {
    margin-right: 8px;
    vertical-align: -4px;
}
.mn-1-right {
	text-align: right;
}
.mn-1-right a {
    color: #fff;
    border-right: 1px solid #fff;
    padding-right: 15px;
    padding-left: 10px;
    font-size: 12px;
}
.mn-1-right a:focus,
.mn-1-right a:visited,
.mn-1-right a:hover {
	color: #fff;
}
.mn-1-right a:hover {
	color: #e7e7e7 !important;
}
.mn-1-a-img > img {
    margin-top: -3px;
    margin-right: 5px;
}
.mn-1-a-img > span {
    display: none;
    position: absolute;
    right: 0px;
    text-align: center;
    background-color: #fff;
    line-height: 10px;
    padding-bottom: 9px;
    border: 1px solid #e8e8e8;
    border-top: 0px;
 	color: #eb5f43;
    font-weight: 700;
    font-size: 12px;
}
.mn-1-a-img > span > img {
	width: 140px;
}
.mn-1-a-img:hover > span {
	display: block;
}

.mn-2 {
	background: rgba(255, 255, 255, 1);
    margin-bottom: 0px;
    border: none;
    position: relative;
    box-shadow: 3px 7px 10px #c2c2c2;
}
.mn-2.mn-3 {
	background: rgba(255, 255, 255, 0.8);
    position: absolute;
    box-shadow: 0px 4px 6px #888888;
}
.mn-2.navbar-fixed-top {
	position: fixed;
}
.mn-2-top {
    position: fixed ! important;
    margin-top: 0px ! important;
    z-index: 99999999 ! important;
    top: 0px;
}
.mn-2-scroll {
	top: -60px;
	
	filter: alpha(opacity=0);  
    -moz-opacity: 0;  
    -khtml-opacity: 0;  
    opacity: 0; 
}

.mn-2 .navbar-left a {
	padding: 9px 15px 6px 15px;
}
.mn-2 .mn-logo-img {
	width: 150px;
    position: absolute;
}
.mn-2 .navbar-nav .navbar-nav-li:hover > a,
.mn-2 .navbar-nav .navbar-nav-li:hover .ce-select-4-a,
.mn-2 .navbar-nav .navbar-nav-li.active > a,
.mn-2 .navbar-nav .navbar-nav-li.active .ce-select-4-a,
.mn-2 .navbar-nav .navbar-nav-li.active:hover > a,
.mn-2 .navbar-nav .navbar-nav-li.active:hover .ce-select-4-a  {
	background-color: transparent;
    border-bottom: 3px solid #2196F3;
	/**color: #2196F3;**/
	color: #009bde ! important;
}

.mn-2 .navbar-nav .navbar-nav-li > a,
.mn-2 .navbar-nav .navbar-nav-li .ce-select-4-a,
.mn-2 .navbar-nav .navbar-nav-li .ce-select-4-a .ce-select-4-ul a {
	color: #000;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    margin-right: 15px;
    margin-left: 15px;
    position: relative;
    display: block;
    /***padding: 10px 15px 8px 15px;**/
    padding: 40px 10px 25px 10px;
    text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.mn-2 .ce-select-4 .ce-select-4-ul li a {
	color: #939393;
}
.mn-2 .navbar-nav .navbar-nav-li .ce-select-4 {
	padding: 0;
}
.mn-2.mn-2-top .navbar-nav-li > a, 
.mn-2.mn-2-top .navbar-nav-li .ce-select-4-a {
    color: #111 ! important;
    line-height: 60px ! important;
}
.mn-2.mn-2-top .navbar-brand {
    padding: 5px 0 0px 0;
}
.mn-2.mn-2-top .be-navbar-2 .navbar-brand > img {
    width: 190px;
}
.mn-2 .navbar-brand {
    padding: 15px 0 10px 0;
}
.mn-2 .ce-select-4 .ce-select-4-ul {
    padding: 5px 0px;
    background-color: rgb(255 255 255 / 85%);
}
.mn-2.navbar-default .navbar-toggle {
	padding: 3px 4px;
	border: none;
}
.mn-2.navbar-default .navbar-toggle img {
	width: 30px;
}
.mn-2.navbar-fixed-top {
	position: fixed;
}
.mn-2-top {
    position: fixed ! important;
    margin-top: 0px ! important;
    z-index: 99999999 ! important;
    top: 0px;
}
.mn-2-scroll {
	top: -60px;
	filter: alpha(opacity=0);  
    -moz-opacity: 0;  
    -khtml-opacity: 0;  
    opacity: 0; 
}
.mn-2 .navbar-nav .navbar-nav-li > a,
.mn-2 .navbar-nav .navbar-nav-li .ce-select-4-a,
.mn-2 .navbar-nav .navbar-nav-li .ce-select-4-a .ce-select-4-ul a {
	color: #000;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    margin-right: 15px;
    margin-left: 15px;
    position: relative;
    display: block;
    padding: 40px 10px 25px 10px;
    text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.mn-2 .ce-select-4 .ce-select-4-ul li a {
	color: #939393;
}
.mn-2 .navbar-nav .navbar-nav-li .ce-select-4 {
	padding: 0;
}
.mn-2.mn-2-top .navbar-nav-li > a, 
.mn-2.mn-2-top .navbar-nav-li .ce-select-4-a {
    color: #111 ! important;
    line-height: 60px ! important;
}
.mn-2.mn-2-top .navbar-brand {
    padding: 5px 0 0px 0;
}
.mn-2.mn-2-top .be-navbar-2 .navbar-brand > img {
    width: 190px;
}
.mn-2 .navbar-brand {
    padding: 15px 0 10px 0;
}
.mn-2 .ce-select-4 .ce-select-4-ul {
    padding: 5px 0px;
    background-color: rgb(255 255 255 / 85%);
}
/** 页面顶部导航 **/
.navbar-default .navbar-toggle {
	padding: 3px 4px;
	border: none;
}
.navbar-default .navbar-toggle img {
	width: 30px;
}
.mn-2 .navbar-nav-li.active > a.mn-a,
.mn-2 .navbar-nav-li.active > a.mn-a:hover,
.mn-2 .navbar-nav-li > a.mn-a,
.mn-2 .navbar-nav-li > a.mn-a:hover,
.mn-2 .navbar-nav-li:hover .ce-select-4-a.mn-a,
.mn-2 .navbar-nav-li .ce-select-4-a.mn-a {
	border-bottom: 0px solid #fff ! important;
}
.mn-2 .navbar-nav-li.active > a.mn-a::after,
.mn-2 .navbar-nav-li > a.mn-a:hover::after,
.mn-2 .navbar-nav-li:hover .ce-select-4-a.mn-a::after,
.mn-2 .navbar-nav-li.active .ce-select-4-a.mn-a::after {
    width: 100%;
}
.mn-2 .navbar-nav-li > a.mn-a::after,
.mn-2 .navbar-nav-li .mn-a.ce-select-4-a::after  {
    background: #93c41a none repeat scroll 0 0;
    bottom: 0px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 0;
}
.mn-2 .ce-select-4 .ce-select-4-ul li,
.mn-2 .ce-select-4 .ce-select-4-ul li a,
.mn-2 .navbar-nav-li > a.mn-a::after,
.mn-2 .navbar-nav-li .mn-a.ce-select-4-a::after {
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.mn-2 .ce-select-4 .ce-select-4-ul li {
    padding-left: 5px;
}
.mn-2 .ce-select-4 .ce-select-4-ul li a {
	font-weight: 500;
    line-height: 28px;
    text-indent: 10px;
    font-size: 13px;
    color: #161719;
    text-decoration: none;
}
.mn-2 .ce-select-4 .ce-select-4-ul li:hover a,
.mn-2 .ce-select-4 .ce-select-4-ul li a:hover,
.mn-2 .ce-select-4 .ce-select-4-ul li a:focus,
.mn-2 .ce-select-4 .ce-select-4-ul li a:active {
	color: var(--white);
}
.mn-2 .ce-select-4 .ce-select-4-ul li:hover {
	background: var(--orange) none repeat scroll 0 0;
}


/*** 另外一个顶部导航按钮 ***/
.mn-4 .mn-1 {
	background-color: #1e60aa;
}
.mn-4 .mn-1 .mn-1-left h3 {
	color: var(--white);
	font-size: 19px;
}
.mn-4 .mn-1 .mn-1-right h3 {
	color: #fc7f2e ! important;
	font-size: 19px;
}
.mn-4 .navbar-left {
    position: absolute;
}
.mn-4 .navbar-collapse {
	text-align: center;
}
.mn-4 .navbar-center {
	float: none;
    display: inline-block;
}
.mn-2.mn-4 {
	box-shadow: none;
}
.mn-2.mn-4 .navbar-left a {
    padding: 14px 15px 6px 15px;
}
.mn-2.mn-4 .navbar-nav-li > a.mn-a::after, 
.mn-2.mn-4 .navbar-nav-li .mn-a.ce-select-4-a::after {
	display: none;
}
.mn-2.mn-4 .navbar-nav .navbar-nav-li > a {
    color: var(--font-title);
    line-height: 30px;
    font-size: 19px;
    font-weight: 600;
    padding: 25px 10px 15px 10px;
}
.mn-2.mn-4 .navbar-nav .navbar-nav-li:hover > a, 
.mn-2.mn-4 .navbar-nav .navbar-nav-li.active > a, 
.mn-2.mn-4 .navbar-nav .navbar-nav-li.active:hover > a{
    color: #fc7f2e ! important;
}


/*** 顶部导航右侧用户信息，登录注册按钮 ***/
.navbar-right {
	margin: 0!important;
}
.mn-action,
.mn-action > div {
	height: 105px;
}
.mn-login {
}
.mn-login a.mn-a-3 {
    display: inline-block;
    vertical-align: -4px;
    padding: 0px 25px;
}
.mn-login a.mn-a-2 {
	
    display: inline-block;
    padding: 0 12px;
}
.mn-user {
	padding-top: 15px;
    margin-right: 25px;
}
.mn-user > a {
	display: inline-block;
    vertical-align: -4px;
    padding: 0px 25px;
}
.mn-user .mn-user-item {
	display: inline-block;
    height: 105px;
    padding-top: 17px;
}
.mn-user .mn-user-item a {
	text-decoration: none ! important;
}
.mn-user .mn-user-item a img {
	display: inline-block;
	margin-right: 1px;
}
.mn-user .mn-user-item a span {
	display: inline-block;
	margin-right: 10px;
}
.mn-user .mn-user-item.mn-user-name a {
}
.mn-user .mn-user-item.mn-user-name a img {
	width: 50px;
}
.mn-user .mn-user-item.mn-user-exit a span {
}
.mn-user .mn-user-item.mn-user-exit a img {
}

/** load.html 页底 **/
.ce-foot {
    text-shadow: none;
}
.ce-foot .ce-head span {
    border-bottom-color: #097fc4;
}
.ce-foot .ce-foot-link, 
.ce-foot .ce-copyright a {
    color: #097fc4;
}
.ce-foot .ce-copyright {
	text-align: center;
}
.ce-foot .ce-copyright {
    background: #222;
    border-top: none;
    padding: 10px 15px 0px 15px;
}
.ce-copyright .ce-ct-p span {
	margin-right: 15px;
	display: block;
	text-align:center;
}
.ce-copyright .ce-ct-p a {}
.ce-copyright .ce-ct-p small {
	margin: 0 5px;
}
.ce-foot .ce-foot-logo {
    width: auto;
    margin: 0px 0 12px 0;
}
.ce-foot .ce-foot-links li {
    border-top: none;
    color: #fff;
    line-height: 30px;
    font-size: 13px;
}
.ce-foot .ce-head span.ce-head-s1 {
	font-size: 15px;
	padding-bottom: 2px;
}
.ce-foot .ce-head span.ce-head-s2 {
	font-size: 14px;
	float: right;
}
.ce-foot .ce-head span.ce-head-s2 a {
    font-size: 14px;
}
.ce-footer-1 {
	padding-bottom: 20px;
}
.ce-foot .ce-footer {
    background: #016098;
}
.ce-foot .ce-copyright {
  	background: #016098;
  	text-align: left;
  	padding-bottom: 30px;
}
.ce-foot p {
    font-size: 12px;
}
.ce-foot .ce-head {
	border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-right: 40px;
}
.ce-foot .ce-head span {
    border: none;
}
.ce-foot .ce-head-right {
	float: right;
}
.ce-foot .ce-foot-ewm li {
	display: inline-block;
    margin-right: 15px;
}
.ce-foot .ce-foot-img {
	display: inline-block;
}
.ce-foot .ce-foot-ewm li p {
	font-size: 13px;
    text-align: center;
    line-height: 30px;
}
.ce-fr-item {
    display: inline-block;
    margin-right: -6px;
    vertical-align: top;
}
.ce-foot .ce-foot-links a {
    padding: 0px 0px;
    font-size: 13px;
    text-decoration: none!important;
}
.ce-foot .ce-foot-ewm {
	text-align: right;
}

/** 另外一个页脚 **/
.ce-footer .ce-footer-2 {
    text-align: center;
    padding-bottom: 35px;
}
.ce-footer-2 .mn-ft-link {
	position: relative;
	margin-bottom: 60px;
}
.ce-footer-2 .mn-ft-link::after {
	content: '';
    position: absolute;
    height: 1px;
    width: 45%;
    background-color: var(--white);
    left: 50%;
    display: block;
    bottom: -27px;
    transform: translate(-50%, -50%);
}
.ce-footer-2 .mn-ft-link a {
    font-size: 14px;
    margin: 0px 10px;
}
.ce-footer-2 .ce-foot-ewms {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 35px;
}
.ce-footer-2 .ce-foot-ewm {
    text-align: center;
    display: inline-block;
	margin: 0 15px;
}
.ce-footer-2 .ce-foot-img {
    display: inline-block;
    margin-bottom: 5px;
}
.ce-footer-2 p {
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 24px;
}

/**弹框**/
.at-modal {
	background-image: none!important;
    z-index: 9999;
	overflow-x: hidden;
    overflow-y: auto;
}
.ce-modal .modal-header button.close {
    position: absolute;
    right: 0px;
    top: 0px;
    margin-top: 0px!important;
}
.at-modal .modal-content {
	background: none;
    box-shadow: none;
    width: 100%;
    height: 100%;
    position: relative;
}
.at-modal button.close {
    position: absolute;
    right: 0px;
    margin: 0px!important;
    top: 0px;
    z-index: 9999;
    background-color: rgb(17 17 17 / 70%);
    padding: 2px 11px;
}
.at-modal .modal-dialog {
    width: 100%;
    margin: 0px;
    height: 100%;
}
.at-modal .ce-m1-body {
    background-color: transparent;
    padding: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate( -50%, -50%);
    -ms-transform: translate( -50%, -50%);
    transform: translate( -50%, -50%);
}
.at-modal-div {}
.at-modal-input {
    display: inline-block;
    height: 100%;
    width: 30%;
    margin-right: 15px;
    line-height: 1.5;
    color: #7d7d8f;
    background-color: #f5f5f5;
    padding: 13px 10px;
    font-size: 14px;
    border-radius: 1px;
    border: none;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    overflow: visible;
}
.ce-foot .at-modal-a {
	padding: 8px 30px 12px 30px;
    background-color: #1682dd;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.ce-foot .at-modal-a:hover {
	color: #000;
}
.at-modal .ce-m1-body {
	width: 100%;
}

/**表单**/
.form-group {
	margin-bottom: 25px;
}
.form-group i {
    color: var(--icon);
    position: absolute;
    margin-top: 8px;
    margin-left: 8px;
    font-size: 20px;
    z-index: 1;
}
.form-group input,
.form-group select,
.form-group textarea {
	padding-left: 30px;
    background-color: #e8f0fd;
    border: 1px solid #bbe5ff;
    border-radius: 0px;
    position: relative;
}
.form-group span {
    position: absolute;
    color: var(--red);
    font-size: 12px;
    font-weight: 600;
}
.form-control:focus {
    border-color: var(--orange);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(247 181 28 / 100%);
    box-shadow: inset 0 1px 1px rgb(247 181 28 / 100%), 
}

/**tab标签页**/
.mn-nav {
	border: none ! important;
	text-align: center;
	margin-bottom: 35px;
}
.mn-nav > li {
	float: none;
    display: inline-block;
}
.mn-nav > li > a {
	border: none ! important;
    color: var(--grey);
    font-weight: 600;
    font-size: 17px;
    padding: 15px 0;
    margin: 0 15px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.mn-nav > li:hover a,
.mn-nav > li.active a {
	cursor: pointer ! important;
    color: var(--btn)! important;
    border-bottom: none ! important;
    padding-bottom: 15px;
    background-color: transparent! important;
}

/**提示框**/
.tooltip {
	box-shadow: 2px 5px 8px #989898;
}
.tooltip .tooltip-arrow {
	bottom: -5px!important;
    border-top-color: var(--white)! important;
}
.tooltip .tooltip-inner {
	background: var(--white);
    color: var(--black);
    padding: 15px 20px;
    margin-top: -4px;
}

/**分页按钮**/
.mn-page {
	text-align: center;
}
.mn-page ul {
}
.mn-page ul li {
}
.mn-page ul li a {
	border-radius: 50%;
    background-color: #e9eef1;
    margin: 0 10px;
}
.mn-page ul li.pn a {
    padding: 8px 0px;
    font-size: 12px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}
.mn-page ul li:hover a,
.mn-page ul li.active a,
.mn-page ul li.active:hover a  {
    background-color: #e9eef1;
    color: #0098ff;
    border-color: #e9eef1;
}

/**普通页面板**/
.mn-body {}
.mn-body h3 {
	font-size: 18px;
	font-weight: 600;
	color: var(--font-title);
}
.us-main {
	background: var(--white);
    box-shadow: 3px 3px 4px #d5d5d5;
    padding: 10px 15px;
}
input[type="checkbox"].mn-check {
	margin-right: 3px;
    vertical-align: -2px;
}

.mn-menu {
	background: var(--white);
    box-shadow: 3px 3px 4px #d5d5d5;
    padding: 15px 0;
    list-style: none;
}
.mn-menu li {}
.mn-menu li a {
    width: 100%;
    display: block;
    padding: 12px 20px;
    font-size: 13px;
 	font-weight: 600;
}

.us-body .mn-nav {
	text-align: left;
}
.us-form {}
.us-form .form-group {
	margin-bottom: 15px;
}
.us-form .us-form-txt {
    color: var(--grey);
    padding-top: 31px;
}
.us-form .us-form-txt-2 {
    color: var(--grey);
    position: relative;
    margin-right: 10px;
}
.us-form a.mn-a-3 {
	color: var(--btn);
}
.us-form .us-form-img {
    display: inline-block;
    width: 80px;
    margin-right: 15px;
}
.us-form .form-group label {
    width: 22%;
    display: inline-block;
    text-align: right;
    padding-right: 15px;
    position: relative;
}
.us-form .form-group label i {
    position: absolute;
    right: 6px;
    top: -3px;
}
.us-form .form-group input[type='text'],
.us-form .form-group input[type='password'],
.us-form .form-group textarea{
	display: inline-block;
    width: 75%;
    padding-left: 10px;
}
.us-form .form-group select {
	padding-left: 10px;
    width: 120px;
    display: inline-block;
    margin-right: 10px;
}
.us-form .form-group button {
    width: 75%;
}
textarea {
	resize: none;
	line-height: 14px;
	font-size: 13px;
	color: var(--black);
}

/**表格**/
.ce-table-4 tr {
    border: none;
}
.ce-table-4 thead tr {
    border-bottom: 2px solid var(--btn);
}
.ce-table-4 > thead > tr td {
	font-weight: 600;
	color: var(--font-title);
}
.ce-table-4 > tbody > tr td {
    border-top: none;
    transition: all 0.3s ease-in-out;
}
.ce-table-4 > tbody tr:hover, 
.ce-table-4 > tbody tr.active {
    color: var(--orange);
}
.ce-table-4 tr td:nth-child(1) {
	width: auto ! important;
}

/** 普通页面 **/
.mn-head {
	position: relative;
	height: auto;
	margin-bottom: 55px;
}
.mn-head > h2 {
	position: absolute;
    -webkit-transform: translate( -50%, -50%);
    -ms-transform: translate( -50%, -50%);
    transform: translate( -50%, -50%);
    top: 55%;
    left: 50%;
    color: var(--white);
    font-size: 40px;
	margin-top: 0;
}
.mn-head .mn-head-link {
	position: absolute;
    bottom: 0px;
    padding: 22px 15px;
    width: 100%;
    background: rgb(0 0 0 / 20%);
}
.mn-head .mn-hl-a a {
	font-size: 12px;
}
.mn-head .mn-head-link span {
	color: var(--white);
    margin: 0 10px;
}
.mn-head .mn-hl-page {
	display: inline-block;
    letter-spacing: -4px;
}
.mn-head .mn-hl-a {
    display: inline-block;
	margin-right: 40px;
}
.mn-head .mn-hl-page a {
    letter-spacing: 1px;
}
.mn-head .mn-head-bg {
    width: 100%;
}
.mn-head .mn-head-bg img {
	width: 100%;
}

.cm-head {
	position: relative;
    text-align: center;
    height: 220px;
    background-image: url(../../images/logo_bj.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position-x: center;
    background-position-y: 0px;
	margin-bottom: 15px;
}
.cm-head h3 {
	font-size: 27px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 55px;
    position: relative;
}
.cm-head h3::after {
	content: '';
    position: absolute;
    background-color: var(--orange);
    height: 4px;
    width: 180px;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translate( -50%, -50%);
    -ms-transform: translate( -50%, -50%);
    transform: translate( -50%, -50%);
}
.cm-head h4 {
    font-size: 36px;
    font-weight: 600;
    color: var(--orange);
    margin-bottom: 40px;
    position: relative;
}
.cm-head .cm-head-index p {
	display: inline-block;
	cursor: pointer;
}
.cm-head .cm-head-index span {
	border-radius: 50%;
    background: #c5c5c5;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    color: var(--white);
    margin-right: 5px;
}
.cm-head .cm-head-index a {
	color: var(--grey);
    text-decoration: none!important;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: 600;
}
.cm-head .cm-head-index ,
.cm-head .cm-head-index p,
.cm-head .cm-head-index p a,
.cm-head .cm-head-index p span {
	transition: all 0.3s ease-in-out;
}
.cm-head .cm-head-index p:hover a,
.cm-head .cm-head-index p.active a {
    color: var(--icon);
    text-decoration: none!important;
}
.cm-head .cm-head-index p.active span,
.cm-head .cm-head-index p:hover span {
	background-color: var(--icon);
}
.cm-head > img {
    width: 100%;
    position: absolute;
}
.cm-body {
	box-shadow: 2px 1px 13px #dbdbdb;
    padding: 15px 35px 45px 35px;
    background-color: var(--white);
    margin-bottom: 105px;
}

.cm-head-1 {
    background: none;
    height: auto;
	margin-bottom: 25px;
}
.cm-head-1 h3 {
	margin-bottom: 40px;
}


/**--------------------------------------------------------------
# 第二阶段页面
--------------------------------------------------------------**/
/** 模块标题  **/
.mn-head-1 {
	position: relative;
    margin-bottom: 45px;
}
.mn-head-1 h3 {
    font-size: 27px;
    font-weight: 600;
    color: var(--black);
}
.mn-head-1 h3::after {
	content: '';
    position: absolute;
    width: 190px;
    height: 4px;
    background-color: var(--icon);
    bottom: -15px;
    left: 0px;
}
.mn-head-1 a {
    position: absolute;
    bottom: -10px;
    right: 0px;
}

.mn-head-1.mn-head-w h3,
.mn-head-1.mn-head-w a  {
	color: var(--white);
}
.mn-head-1.mn-head-w a:hover {
	color: var(--orange);
}
.mn-head-1.mn-head-w h3::after {
	background-color: var(--white);
}

.mn-head-2 {
	position: relative;
    text-align: center;
	margin-bottom: 15px;
}
.mn-head-2 h3 {
	font-size: 27px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 55px;
    position: relative;
}
.mn-head-2 h3::after {
	content: '';
    position: absolute;
    background-color: var(--orange);
    height: 4px;
    width: 180px;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translate( -50%, -50%);
    -ms-transform: translate( -50%, -50%);
    transform: translate( -50%, -50%);
}

.mn-head-3 {
	margin-bottom: 0px;
}
.mn-body {
	padding-top: 45px;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: top;
}
.mn-body .cm-head {
    background: none;
    height: auto;
}


/** 图片效果1  **/
.mn-image,
.mn-image img {
	cursor: pointer;
	width: 100%;
}
.mn-image:hover:after {
    background: rgb(0 142 226 / 60%);
}
.mn-image > div {
    margin-top: -7px;
    font-size: 13px;
}
.mn-image p a {
	color: var(--white);
    width: 100%;
    display: block;
}

/** 页面块  **/
.ic-mn-item {
	background-color: #edf1fc;
	padding: 15px;
	margin-bottom: 20px;
	transition: all 0.3s ease-in-out;
}
.ic-mn-item:hover {
	opacity: 0.8;
}
.ic-mn-item img {
	width: 100%;
}
.ic-mn-item h3 {
    font-size: 19px;
    font-weight: 600;
    color: var(--font-title);
    margin-bottom: 20px;
}
.ic-mn-item p {
	font-size: 13px;
    color: var(--grey);
    margin-bottom: 35px;
}
.ic-mn-item button {
	background: var(--white);
    color: var(--icon);
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.ic-mn-item button i {
	margin-left: 5px;
	color: var(--orange);
	font-weight: 500;
	transition: all 0.3s ease-in-out;
}
.ic-mn-item button:hover,
.ic-mn-item button:hover i {
	color: var(--btn-hover);
    background-color: #edf1fc;
}
.ic-mn-item button:hover i {
	margin-right: -10px;
}

.ic-mn-item a {
	background: var(--white);
    color: var(--icon);
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.ic-mn-item a i {
	margin-left: 5px;
	color: var(--orange);
	font-weight: 500;
	transition: all 0.3s ease-in-out;
}
.ic-mn-item a:hover,
.ic-mn-item a:hover i {
	color: var(--btn-hover);
    background-color: #edf1fc;
}
.ic-mn-item a:hover i {
	margin-right: -10px;
}

/** 页面块2  **/
.so-item {
	cursor: pointer;
	margin-bottom: 40px;
	transition: all 0.3s ease-in-out;
}
.so-item:hover {
	opacity: 0.7;
}
.so-item a {
}
.so-item a:hover,
.so-item a:focus {
	text-decoration: none;
}
.so-item .so-item-info {
	background-color: #fff;
    border-radius: 0px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-top: -55px;
    padding: 5px 15px;
	box-shadow: 2px 3px 9px #dfdfdf;
}
.so-item img {
	width: 100%;
}
.so-item .so-item-info::before,
.so-item .so-item-info::after {
	content: '';
    position: absolute;
    height: 45px;
    width: 2px;
    background-color: #1a89fc;
    transition: all 0.25s ease-in-out;
    opacity: 0;
}
.so-item .so-item-info::before {
	left: 0;
    top: 17px;
}
.so-item .so-item-info::after {
	right: 0;
    top: 17px;
}
.so-item .so-item-info,
.so-item .so-item-info h3,
.so-item .so-item-info p {
    transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
.so-item .so-item-info h3 {
    font-size: 14px;
    font-weight: 500;
    color: #0089f5;
    margin-top: 15px;
}
.so-item:hover .so-item-info h3 {
	color: #1a89fc;
}
.so-item .so-item-info p {
	font-size: 12px;
    line-height: 15px;
    color: #787878;	
}
.so-item:hover .so-item-info::before,
.so-item:hover .so-item-info::after {
	opacity: 1;
}

/** 页面块3  **/
.uo-item {
    margin-bottom: 35px;
}
.uo-item .uo-item-info-d {
    padding: 0px 15px;
    margin-top: 15px;
}
.uo-item .uo-item-info {
	box-shadow: 2px 3px 7px #d5d5d5;
    border-bottom: 3px solid var(--icon);
    margin-bottom: 25px;
}
.uo-item .uo-item-info > a {
	overflow: hidden;
    display: block;
}
.uo-item .uo-item-info img {
	width: 100%;
	transition: all 0.3s ease-in-out;
}
.uo-item .uo-item-info img:hover {
	transform: scale(1.15);
}
.uo-item .uo-item-date {
    background-color: var(--btn-hover);
    color: var(--white);
    text-align: center;
    font-size: 12px;
    padding: 8px 0;
    margin-right: auto;
    margin-left: auto;
}
.uo-item .uo-item-date span {}
.uo-item .uo-item-span {
    color: var(--orange);
    padding-top: 8px;
    font-weight: 600;
    font-size: 18px;
  	display: block;
    text-align: center;
}
.uo-item .uo-item-span.end {
    color: var(--grey);
}
.uo-item .uo-item-span.wait {
    color: var(--red);
}
.uo-item .uo-item-info h5 a {
	font-weight: 600;
    font-size: 18px;
    color: var(--font-title);
    line-height: 23px;
    margin-top: 20px;
    margin-bottom: 55px;
    display: block;
    transition: all 0.3s ease-in-out;
}
.uo-item .uo-item-info h5 a:hover {
	color: var(--btn-hover);
}
.uo-item .uo-item-info p {
    font-size: 13px;
    margin-bottom: 0;
}

/** 图标按钮  **/
.mn-icon {
	width: 20px;
    height: 20px;
    background-size: 100% 100%;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.mn-icon-share {
	background-image: url(../../images/hyrd_sl_fx.png);
}
.mn-icon-share:hover {
	background-image: url(../../images/hyrd_sl_rs_c.png);
}
.mn-icon-good {
	background-image: url(../../images/hyrd_sl_dz.png);
}
.mn-icon-good-selected {
    background-image: url(../../images/hyrd_sl_dz_c.png);
}
.mn-icon-good:hover {
	background-image: url(../../images/hyrd_sl_dz_c.png);
}
.mn-icon-msg {
	background-image: url(../../images/hyrd_pl_dz.png);
}
.mn-icon-msg:hover {
	background-image: url(../../images/hyrd_sl_pl_c.png);
}
.mn-icon-info {
	background-image: url(../../images/hyrd_sl_jb.png);
}
.mn-icon-info:hover {
	background-image: url(../../images/hyrd_sl_jb_c.png);
}
.mn-icon-heart {
	background-image: url(../../images/tynxt_hert.png);
}
.mn-icon-heart:hover {
	background-image: url(../../images/tynxt_hert.png);
}

/** 页面顶部导航 - 登录注册 **/
/**.mn-2 ul > .mn-login {
	display: block;
    width: 230px;
 	height: auto;
    padding-top: 10px;
    padding-right: 15px;
}
.mn-2 ul > .mn-login .mn-ln-1 {
    text-align: center;
    margin-bottom: 13px;
    padding-top: 25px;
}
.mn-2 ul > .mn-login .mn-ln-1 a {
	margin-left: 5px;
}
.mn-2 ul > .mn-login .mn-ln-2 {
	text-align: right;
}
.mn-2 ul > .mn-login .mn-ln-2 a {
	margin-left: 8px;
	font-size: 13px;
	color: #596770;
}
.mn-2 ul > .mn-login a {
	display: inline-block;
}
.mn-2 ul > .mn-login .mn-ln-2 a:hover {
    color: #94c51b;
}
.mn-2 ul > .mn-login a img {
    margin-bottom: -3px;
}*/
.mn-a-1:active, .mn-a-1.active, .mn-a-1:hover {
    background-color: #93c41a;
    color: #fff;
    text-decoration: none;
}
.mn-a-1, .mn-a-1:visited {
    color: #fff;
    background-color: #596770;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 11px ! important;
    font-weight: 500;
    transition: all .4s;
}
