/*
 * @Author: zhangww 
 * @Date: 2019-12-17 16:25:01 
 * @Last Modified by: zhangww
 * @Last Modified time: 2019-12-25 09:29:57
 */
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑", 'Microsoft Yahei', 'Hiragino Sans GB', tahoma, arial, "宋体" !important;
}

* {
	margin: 0;
	padding: 0;
}

html {
	-webkit-text-size-adjust: none
}
a {
    text-decoration: none;
}
.main {
    background: #F5F6F7;
}
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	font-size: 14px;
	font-family: "Microsoft Yahei";
}

ul,
ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

select,
input,
select {
	vertical-align: middle;
}
img {
    border: 0 none;
    vertical-align: top;
}
.fl {
	float: left;
}

.fr {
	float: right;
}

.cl {
	clear: both;
}
.inline {
	display: inline-block
}

.com-size {
	width: 1200px;
	margin: auto;
}

.com-gray-bg {
	background: #f2f2f2;
}

.com-white-bg {
	background: #fff
}

.hide {
	display: none;
}

.error-align {
	position: absolute;
}

.text-center {
	text-align: center;
}

input[type=number] {
	-moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mb10 {
	margin-bottom: 10px;
}

/*错误信息提示*/

.help-block-error {
	font-size: 14px;
	color: red;
}

/*head*/

/*小头部*/
.m_top {
    width: 1200px;
    margin: 0 auto;
}
li {
    list-style: none;
}
.vcenter-main {
	min-height: 700px;
	padding-bottom: 20px;
}

.ucenter-min-height {
	min-height: 600px;
}

.head-top-wel {
	font-size: 14px;
	color: #5c5c5c;
	line-height: 42px;
}

.head-top-ul>li {
	float: left;
	position: relative;
	margin-right: 20px;
	line-height: 42px;
}

.head-top-ul>li>a {
	font-size: 14px;
	color: #5c5c5c;
	display: inline-block;
}

.head-top-ul>li>a>span {
	font-size: 14px;
	color: #ff0000;
}

.head-top-ul>li>a>.info-num {
	position: absolute;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	border-radius: 100px;
	top: 5px;
}

.head-top-btn {
	font-size: 14px;
	color: #5c5c5c;
	padding: 0 15px 0 20px;
	line-height: 42px;
	display: inline-block;
	position: relative;
}

.head-top-btn:before {
	content: "";
	position: absolute;
	height: 28px;
	width: 1px;
	background: #919191;
	top: 8px;
	left: 0;
}

header.head-bg {
	height: 70px;
}

.head-bg>.com-size {
	display: flex;
	justify-content: space-between;
}

.head-bg>.com-size:after {
	content: none;
}

.head-logo-block {
	display: flex;
	align-items: center;
}

.header-logo img {
	max-width: 100%;
}

.header-logo-line {
	width: 1px;
	height: 50px;
	background: url("../images/head-logoline.png") no-repeat;
	margin: 0 10px;
}

.header-logo-line>img {
	width: 10px;
	height: 69px;
}

.head-login-desc {
	font-size: 20px;
	color: #fff;
	margin-left: 12px;
}

.head-nav-ul {
	display: flex;
}

.head-nav-ul>li,
.head-nav-ul>li.head-intro-need>ul>li {
	float: left;
	line-height: 70px;
}

.head-nav-ul>li>a,
.head-nav-ul>li.head-intro-need>ul>li>a {
	font-size: 16px;
	color: #ffd205;
	display: inline-block;
	padding: 0 16px;
}

.head-nav-ul>li>a:hover,
.head-nav-ul>li.active>a,
.head-nav-ul>li.head-intro-need>ul>li>a:hover,
.head-nav-ul>li.head-intro-need>ul>li.active>a,
.guide-showElement-bg {
	background: #282828;
}

.head-intro-need>ul {
	margin: 0;
}

/*引导start===============================================================*/

.guide-showElement {
	position: relative;
	z-index: 9999 !important;
}

.guide-overlay {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
	background: #000;
	opacity: 0.6;
	z-index: 999;
}

.guide-helperLayer {
	position: absolute;
	z-index: 9998;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, .9);
	border: 1px solid #777;
	border: 1px solid rgba(0, 0, 0, .5);
	border-radius: 4px;
	box-shadow: 0 2px 15px rgba(0, 0, 0, .4);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.guide-tooltipReferenceLayer {
	position: absolute;
	visibility: hidden;
	z-index: 10000000;
	background-color: transparent;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.guide-tooltip {
	width: 100%;
	position: absolute;
	visibility: visible;
}

#guide-bg {
	position: relative;
	width: 285px;
	height: 200px;
	margin: 0 auto;
}

.guide-qy1-bg {
	background: url("../images/intro/intro1.png") no-repeat;
}

.guide-qy2-bg {
	background: url("../images/intro/intro2.png") no-repeat;
}

.guide-qy3-bg {
	background: url("../images/intro/intro3.png") no-repeat;
}

.guide-qy4-bg {
	background: url("../images/intro/intro4.png") no-repeat;
}

/*建企会员中心-新手引导图片*/

.guide-jq1-bg {
	background: url("../images/intro/jq-intro1.png") no-repeat;
}

.guide-jq2-bg {
	background: url("../images/intro/jq-intro2.png") no-repeat;
}

.guide-jq3-bg {
	background: url("../images/intro/jq-intro3.png") no-repeat;
}

.guide-jq4-bg {
	background: url("../images/intro/intro4.png") no-repeat;
}

.guide-btn {
	width: 120px;
	height: 40px;
	cursor: pointer;
	display: inline-block;
}

.guide-next {
	margin: 12px 10px 0 10px;
}

.guide-next1 {
	background: url("../images/intro/next-btn.png") no-repeat;
}

.guide-prev {
	background: url("../images/intro/prev-btn.png") no-repeat;
}

.guide-next-know {
	background: url("../images/intro/know-btn.png") no-repeat;
}

#guide-operate-s {
	text-align: center;
}

.guide-operate-s1 {
	margin-left: 30px;
}

.guide-operate-s2 {
	margin-left: 50px;
}

.guide-operate-s3 {
	margin-left: 50px;
}

.guide-operate-s4 {
	margin-left: -20px;
}

.guide-close1 {
	right: -15px;
}

.guide-close2 {
	left: -20px;
}

#guide-close-btn {
	position: absolute;
	width: 28px;
	height: 28px;
	top: 25px;
	cursor: pointer;
	background: url("../images/intro/guide-close.png") no-repeat;
}

.intro-index-bg {
	position: relative;
	width: 335px;
	height: 475px;
	margin: 0 auto;
	background: url("../images/intro/intro-desc.png?v=0313") no-repeat;
}

.intro-look-btn {
	position: absolute;
	width: 335px;
	height: 90px;
	bottom: 0;
	cursor: pointer;
	background: url("../images/intro/look-intro-btn.png") no-repeat;
}

.intro-close-btn {
	position: absolute;
	width: 28px;
	height: 28px;
	top: -40px;
	right: -40px;
	cursor: pointer;
	background: url("../images/intro/guide-close.png") no-repeat;
}

.layui-layer.layer-intro-style {
	background-color: transparent;
	box-shadow: none;
}

/*引导end===============================================================*/

.nav-drop-icon {
	font-size: 16px;
	color: #ffd205;
	display: inline-block !important;
	vertical-align: middle;
	margin-left: 5px;
	transition: all 0.3s;
}

.active>.nav-drop-icon {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.nav-drop {
	position: relative;
}

.open-box {
	display: none;
	position: absolute;
	left: 0;
}

.open-ul {
	padding: 5px;
	width: 117px;
	text-align: center;
	background: #fff;
	box-shadow: 0px 3px 7px rgba(0, 0, 0, .2);
	position: relative;
	z-index: 999;
}

.open-ul>li {
	margin: 10px auto;
}

.open-ul>li>a {
	width: 104px;
	height: 28px;
	display: block;
}

.open-ul>li>.zizhi-logo {
	background: url(../images/zzj-logo.png);
}

.open-ul>li>.dayou-logo {
	background: url('../images/dayou-logo.png')
}

.hunt-tool-box {
	display: none;
	position: absolute;
	left: 0;
	top: 59px;
	padding-top: 10px;
}

.hunt-tool-ul {
	padding: 0 5px;
	width: 118px;
	text-align: center;
	background: #fff;
	box-shadow: 0px 3px 7px rgba(0, 0, 0, .2);
	position: relative;
	z-index: 999;
}

.hunt-tool-ul>li {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #d8d8d8
}

.hunt-tool-ul>li:last-child {
	border-bottom: none;
}

.hunt-tool-det {
	font-size: 18px;
	color: #333;
}

.hunt-tool-det:hover {
	color: #ffe25f;
}

.ucenter-cert-ico-s {
	margin-top: 5px;
}

.vcenter-r{ background-color:#fff;}
/*main*/

/*公共间距*/

.com-margintop15 {
	margin-top: 15px;
}

/*左侧--开始*/

.side-nav-title {
	position: relative;
	display: block;
}

.message-notice-sign {
	position: absolute;
	right: -16px;
	z-index: 9;
	top: -5px;
	background: #ff0000;
}

.vcenter-box {
	padding: 15px 0 0px 0;
}

.vcenter-l {
	width: 225px;
}

.vcenter-menu-ul {
	float: left;
	width: 100%;
	padding-bottom: 35px;
}
.vcenter-menu-ul li{ border-bottom:1px solid  #e8e8e8}

.vcenter-menu-ul>li.active>a .side-nav-arrow,
.open>a .side-nav-arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.vcenter-menu-ul>li.active>a {
	background: #e8e8e8;
}

.vcenter-menu-ul>li>a {
	font-size: 16px;
	color: #5c5c5c;
	display: block;
	padding: 20px 25px 10px 25px;
}

.head-intro-need>ul {
	margin: 0;
}

.default-menu-open {
	margin: 20px 0 0 40px;
}

.side-nav-ico {
	margin-right: 5px;
}

.side-nav-ico>i {
	font-size: 24px;
	color: #000000;
}

.side-nav-arrow {
	margin-top: 1px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.side-nav-arrow>i {
	font-size: 16px;
	color: #5c5c5c;
	font-weight: bold;
}

.submenu-ul {
	margin: 10px 0 0 0;
}
.submenu-ul li { border:0px;}
.submenu-ul>li {
	margin-bottom: 8px;
}

.submenu-ul>li>a {
	display: block;
	padding: 5px 25px 5px 55px;
	font-size: 16px;
	color: #5c5c5c;
}

.submenu-ul>li>a:hover,
.submenu-ul>.active {
	background: #e7e7e7;
}

.vcenter-r {
	width: 960px;
}

.vcenter-r-titbox {
	position: relative;
	margin-bottom: 10px;
}

.vcenter-r-titbox>p {
	font-size: 16px;
	color: #434343;
	margin-left: 8px;
}

.vcenter-r-titbox:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 18px;
	background: #ffd205;
	display: inline-block;
	top: 5px;
	left: -2px;
}

.third-sideMenu-ul {
	display: none;
}

.third-sideMenu-ul>li a {
	display: block;
	padding: 10px 0 10px 75px;
	font-size: 14px;
	color: #5c5c5c;
}

.third-sideMenu-ul>li a:hover {
	color: #ff5b0b;
}

/*左侧-结束*/




.hd{ height:42px; line-height:42px;background: url('/images/title_bg.png') no-repeat;}
 .hd h2{font-size:26px;font-family:"å¾®è½¯é›…é»‘","SimHei";color:#666;border-bottom:1px solid #dadada;padding-left:15px;}
 .bd{line-height:30px;padding:20px; font-size:15px;}
 #imgVer{height: 38px;}
#imgVer img{height: 38px;}