
/* 全局样式 */
*{padding:0;margin:0;color:#34353C;font-size: 16px;text-decoration:none;font-size: 14px;
font-family: -apple-system,SF UI Text,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;
}
i{font-style:normal;}
li,dd,dt{list-style: none;}
a,button{cursor: pointer;transition: 0.8s all;}
body{min-width: 1140px;height: 100%}
img{border:0 none;}
.iconfont{vertical-align: middle;}
button{border:0 none;padding: 6px 12px;background-color: #FF311C;color:#fff;font-size: 12px;margin:4px 0;border-radius: 2px;}
input,textarea{outline:none;border: 0 none;}
a{
	color: inherit;
}
html{height: 100%}
/* 清除浮动 */
.clearfix:after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}

/* 顶部条导航 */
.top_box{
	width:100%;
	height:76px;
	position: relative;
	background-color: #fff;
	box-shadow:2px 0 4px rgba(0,0,0,0.15) ;
	text-align: center;
	line-height: 76px;
	z-index: 1;
}
.topNav{display: inline-block;}

.topNav a{
	padding:20px 17px;
}
.topNavOption{
	color:#FF311C;
	font-weight: 600;
}

.logobox{
	position: absolute;
	left:20px;
	top:13px;
	line-height: 0;
}


.topbarbox{
	position: absolute;
	right: 20px;
	top:0px;
	font-size: 0;
}

.downReport{
	width:120px;
	height:42px;
	text-align: center;
	display: inline-block;
	line-height: 42px;
	font-size: 13px;
	border-radius: 3px;
    vertical-align: middle;
	margin-top: 17px;
}
.userId:hover{
	background:#F4F4F4 ;
}

.downReport:hover{
	opacity: 0.8;
	transition: opacity 1.5s;
}

.downReport i {
	font-size: 15px;
	display: inline-block;
	margin-right: 4px;
	vertical-align: middle;
	color: #FFFFFF;
}
.downReport span{
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 13px;
}
.userId{
	height:42px;
	text-align: center;
	display: inline-block;
	line-height: 42px;
	font-size: 13px;
	padding:0 16px;
	border-radius: 3px;
    vertical-align: middle;
	margin-top: 17px;
}
.userId img{
	display: inline-block;
	margin-right:4px;
	vertical-align: middle;
	padding-bottom: 4px;
}

/* 登录注册板块 */
.loginWords_box{
	display: inline-block;
	font-size: 0;
	
}
.loginWords{
	display: inline-block;
	height:76px;
	position: relative;
	font-size: 13px;
	padding:0 20px;
	cursor: pointer;
	transition: 1s background-color;
	line-height: 76px;
}
.loginWords:hover{
	background-color:#FE4545;
	color:#fff;
}
.loginWords:hover .sugang{
	background-color:#fff;
}

.loginWords>span{
	content:"";
	width:1px;
	height:12px;
	background-color: #34353C;
	position: absolute;
	left:52px;
	top:31px;
}
/*浮动*/
.left{
	float: left;
}
.right{
	float: right;
}


/*帮助中心*/
.helpCon{
	position: fixed;
	top: 50%;
	right: 30px;
	margin-top: -101px;
	width: 60px;
	height: 202px;
	cursor: pointer;
	z-index: 99;
}


.help{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -100px;
	width: 58px;
	height: 200px;
	border-radius: 4px;
	background: #FFFFFF;
	cursor: pointer;
	z-index: 99;
	border: 1px solid #E7E7E7;
}

.helpCon .up{
	color: #4D6073;
	font-family: Microsoft YaHei;
	font-size: 13px;
	width: 27px;
	margin: 0 auto;
	padding: 14px 0;
	border-bottom: 1px solid #E5E5E5;
}

.helpCon .up:hover{
    opacity: 0.8;
    transition: all 1000ms;
}
.helpCon .down{

	width:22px;
	margin: 0 auto;
	margin-top: 14px;
}



.helpCon .down i{
	font-size: 22px;
}

.helpCon .down div{
	width: 14px;
	color: #4D6073;
	font-family: Microsoft YaHei;
	font-size: 14px;
	margin: 0 auto;
}

.helpCon .down div:hover{
    opacity: 0.8;
    transition: all 1000ms;
}

.helpCon .helpTipCon{
	height: 432px;
	width: 338px;
	position: absolute;
	left: -340px;
	top: -115px;
}

.helpCon .helpTipCon .helpTip{
	position: absolute;
	left: 0;
	top: 28px;
	height: 362px;
	width: 278px;
	position: relative;
	padding: 42px 0 0 42px;
	background: rgb(255, 255, 255);
	box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.15);
}

.helpCon .helpTipCon .helpTip.notLogin{
	height: 290px;
}

.helpCon .helpTipCon .helpTip .icon-jianceclosex{
	font-size: 15px;
	color: #979797;
	position: absolute;
	top: 20px;
	right: 20px;
}

.helpCon .helpTipCon .triangle{

	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: 10px;
	height: 0;
	width: 0;
	border-bottom: 18px solid transparent;
	border-left: 18px solid #fff;
	border-right: 18px solid transparent;
	border-top: 18px solid transparent;
}

.helpCon .helpTipCon .helpTip .phoneItem{
	margin-bottom: 42px;
}
.helpCon .helpTipCon .helpTip .phoneItem .title i{
	color: #BABABA;
	font-size: 25px;
	line-height: 25px;
	margin-right: 20px;
}

.helpCon .helpTipCon .helpTip .phoneItem .title span{
	color: #313131;
	font-size: 16px;
	line-height: 25px;
}

.helpCon .helpTipCon .helpTip .phoneItem .phone{
	color: #8F9499;
	font-size: 16px;
	padding-left: 46px;
	margin-top: 7px;
}
.helpCon .helpTipCon .helpTip .phoneItem .phone.top{
	color: #2E6BF6;
}
.helpCon .helpTipCon .helpTip .phoneItem .phone.bottom{
	font-size: 13px;
}

/*退出登录*/
.top_box{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
}

.top_box .layoutCon{
	position: absolute;
	right: 24px;
	top: 76px;
	height: 356px;
	width: 242px;
	background: #FFFFFF;
	box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.15);
	z-index: 999;
	cursor: pointer;
}

.top_box .layoutCon ul li{
	 height: 44px;
	 width: 212px;
	 padding-left: 30px;
	 text-align: start;
	 line-height: 44px;
	 color: #34353C;
	 font-size: 14px;

 }
.top_box .layoutCon ul li.haveLine{
	border-bottom: 1px solid #E9F0F5;
}

.top_box .layoutCon ul li:hover{
	opacity: 0.8;
	transition: all 1000ms;
}


.top_box .layoutCon ul li .iconfont{
	margin-right: 18px;

}

.top_box .layoutCon ul li.head{
	height: 66px;
	width: 212px;
	background: #F7FAFD;
	line-height: 30px;
	padding-left: 30px;
	text-align: start;
	padding-top: 15px;
}
.top_box .layoutCon ul li.head .userName {
	color: #555555;
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
}
.top_box .layoutCon ul li.head .balance{
	margin-left: 8px;
	height: 18px;
	line-height: 18px;
	width: 130px;
}
.top_box .layoutCon ul li.head .balanceCon img {
	width: 18px;
	height: 15px;
	margin-top: 2px;
}
.top_box .layoutCon ul li.head .balanceCon span {
	color: #555555;
	font-size: 14px;
}
.top_box .layoutCon ul li.head .balanceCon .balanceNum {
	color: #DD9B5D;
}

.inputOnfocus{
	box-shadow:1px 0  5px rgba(79,82,85,0.12)
}
.topNav a:hover{
	color: #FF311C;
}

.noDataCon{
	width: 400px;
	height: 320px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-top: 110px;
}

.noDataCon .noDataImg{
	width: 169px;
	height: 107px;
	margin:  0 auto;
	background: url("/portal/images/messageImg.png") no-repeat;
	background-size: 100% 100%;
}
.noDataCon .noDataTip{
	font-size: 14px;
	color: #666;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}



