body{
	font: 12px/1.5 Arial,"\5FAE\8F6F\96C5\9ED1",sans-serif,"\5b8b\4f53";
    color: #333;
}
.left{ float:left;}
.right{ float:right;}
ul,li{list-style-type:none;}

.header{
	max-width: 2186px;
    min-width: 1166px;
    width: 85.42%;
    height: 100%;
    margin: 0 auto;
}

.nav{
	padding-left: 0;
	height: 70px;
    margin: 0 auto;
    background: none;
    position: relative;
    z-index: 301;
}
.navMain {
    position: relative;
    z-index: 10;
    float: left;
}
.nav .navMain li{
	position: relative;
    height: 70px;
    line-height: 70px;
    text-align: center;
    padding: 0px 0px;
    padding-right: 36px;
}
.nav .navMain li a{
	color: #333;
    opacity: .8;
    cursor: pointer;
    font-size: 18px;
    font-family: -apple-system,sans-serif;
    text-decoration: none;
}
.nav .navMain li a:hover{
	color: #8c83ff;
}
.nav .icon_live{
	width:16px;
	height:16px;
	background: url(../images/icon_live.png) no-repeat scroll 0% 0%; 
	margin-right:3px;
	margin-bottom:2px;
	float: left;
    margin-top: 16px;
}
.nav .live_list{
	width: 249px;
	height:auto;
	position: absolute;
	left: -125px;
	top:45px;
	border-radius: 3px;
	box-shadow: 0 0 8px rgba(0,0,0,0.15);
	cursor: default;
	background:#FFF;
	z-index: 99; 
	padding:11px 15px; 
	padding-bottom:0px; 
}

.nav .live_list .arrow{
	position: absolute;
	top:-5px;
	left:0px;
}
.nav .live_list .arrow i{
	display: block;
	position: absolute;
	left:135px;
	top: -3px;
	font-family: Simsun;
	font-size: 12px;
}
.nav .live_list .arrow .i2{
	top:-3px;
}


.nav .live_list i{
	width: 14px;
	height: 14px;
	position: absolute;
	top: -8px;
	right: 120px;
	background: url(../images/arrow-top.png?v1) no-repeat;
	z-index:99;
}
.nav .live_list li{
	overflow:hidden; 
	margin-bottom:7px; 
	padding-right:0px; 
	height:inherit;
}
.nav .live_list em{
	color: #444;
	font-size: 13px;
	line-height: 22px;
	font-weight: 700;
	font-family: "Microsoft YaHei","微软雅黑"; 
	display:block; 
	width:100%; text-align:left;
	padding-bottom:5px;
	font-style: normal;
}
.nav .live_list a{
	float:left;
	display:block; 
	background-color:#f5f5f5; 
	width:79px; 
	height:24px;
	line-height: 24px; 
	margin-right:3px; 
	margin-bottom:3px;
	border-radius: 3px;
	text-overflow: ellipsis; 
	font-size:12px; 
	font-weight:100;
	font-family: "Microsoft YaHei","微软雅黑"; 
	padding-bottom:0px;
}
.nav .live_list a:hover{
	background-color:#f70; 
	color:#FFF;
	border-bottom: none;
}
.nav .live_list span{
	margin:0px 10px;
	color:#DDD;
	font-size: 12px;
}

.navMain .downLoad_list{
	width: 100px;
	height:auto;
	position: absolute;
	left: -35px;
	top:45px;
	border-radius: 3px;
	box-shadow: 0 0 8px rgba(0,0,0,0.15);
	cursor: default;
	background:#FFF;
	z-index: 99; 
	padding:5px 0px; 
}
.navMain .downLoad_list .arrow{
	position: absolute;
	top:-5px;
	left:0px;
}
.navMain .downLoad_list .arrow i{
	display: block;
	position: absolute;
	left:45px;
	top: -3px;
	font-family: Simsun;
	font-size: 12px;
}
.navMain .downLoad_list .arrow .i2{
	top:-3px;
}
.navMain .downLoad_list i{
	width: 14px;
	height: 14px;
	position: absolute;
	top: -8px;
	right: 120px;
	background: url(../images/arrow-top.png?v1) no-repeat; 
	z-index:99;
}
.navMain .downLoad_list a{
	float:left; 
	display:block; 
	width:100px; 
	height:24px;
	line-height: 24px; 
	padding: 5px 0px;
	margin-right:3px; 
	margin-bottom:3px;
	border-radius: 3px;
	text-overflow: ellipsis; 
	font-size:12px; 
	font-weight:100;
	text-align: center;
	font-family: "Microsoft YaHei","微软雅黑"; 
	padding-bottom:0px;
}
.navMain .downLoad_list a:hover{
	color:#fe7e00;
	border-bottom: none;
}

.user-center{
	height: 95px;
    min-width: 1200px;
    background: url(../images/top-bg-v1.jpg) no-repeat top center;
}
.user-center h2{
	padding-top: 30px;
    width: 1200px;
    margin: 0 auto;
}

.user-center h2 span{
	display: block;
    height: 44px;
    background: url(../images/menu-icon-v1.png) no-repeat 0 0;
    text-indent: -9999em;
}

.nav_login{
	float: right;
    width: 145px;
    height: 70px;
}
.nav_login .over_login{
	height: 45px;
    margin-right: -2px;
    padding-top: 20px;
    position: relative;
    padding-right: 0;
}
.nav_login .mosu{
	background-image: linear-gradient(to right, #8c83ff , #7b9aff);
    border-radius: 2px;
    color: #FFF;
    font-family: Arial,'Hiragino Sans GB','Microsoft Yahei',sans-serif;
    font-size: 14px;
    cursor: pointer;
    display: block;
    width: 63px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 10px;
    text-decoration: none;
}
.nav_login .btns_login{
	background-color: #fe7e00;
    color: #FFF;
}
.nav_login .btns_login:hover{
	background-color: #ffb037;
    color: #FFF;
}
.nav_login .btns_res{
	background-image: linear-gradient(to right, #ffffff , #ffffff);
    border: 1px solid #ccc;
    width: 60px;
    height: 24px;
    line-height: 24px;
    color: #666;
}
.nav_login .btns_res:hover{
	background-color: transparent;
	border:1px solid #9cc1d7;
    color:#666; 
}

.nav_login img{
	border-radius:50%;
	width:24px;
	height:24px;
	margin-right:4px;
}
.nav_login a{
	display:block;
}
.nav_login li{
	height:45px;
	position:relative;
}
.nav_login a .text{
	color:#333;
}
.nav_login a:hover .text{
	color:#fe7e00;
}
.nav_login .text{
	font-family: Arial, 'Microsoft Yahei', sans-serif, 宋体;
	overflow: hidden;
    text-overflow: ellipsis;
	display: block;
	height:24px;
	line-height:24px;
	font-size:12px;
	text-decoration:none;
}
.nav_login .l-menu{
	clear:both;
	display:none;
}
.nav_login .l-menu .div_list{
	clear:both;
}
.nav_login .l-menu .div_list .left_list{
	width:105px;
	padding:10px 0px;
	padding-left:27px;
}
.nav_login .l-menu .div_list .left_list ul li{
	text-align:center;
	background-color:#ffffff;
	margin:3px 0px;
	height:30px;
	line-height:30px;
	border-radius:2px;
}
.nav_login .l-menu .div_list .left_list ul li a{
	text-decoration:none;
	color:#333;
}
.nav_login .l-menu .div_list .left_list ul li a:hover{
	text-decoration:none;
	color:#ffffff;
	background-color:#fe7e00;
	border-radius:2px;
}
.nav_login .l-menu .div_list .right_list{
	width:210px;
	height:auto;
	padding:0px 20px;
	padding-bottom:10px;
	margin-top:-20px;
}
.nav_login .l-menu .div_list .right_list ul li{
	float:left;
	width:100px;
	height:33px;
	line-height:33px;
	text-align:center;
	margin:4px 0px;
}


.nav_login .l-menu .div_list .right_list ul li a{
	text-decoration:none;
	color:#333;
	text-align: center;
}
.nav_login .l-menu .div_list .right_list ul li a:hover{
	text-decoration:none;
	color:#333;
	background-color:#e9e9e9;
	border-radius:2px;
}

.nav_login .l-menu .div_list .right_list ul li a i{
	background: url(../images/icon-zhu.png) no-repeat;
	display: block;
	width:18px;
	height:20px;
	position:absolute;
	left:17px;
	top:6px;
}

.nav_login .l-menu .div_list .right_list ul li .li_icon1 i{
	background-position: -3px -56px;
}

.nav_login .l-menu .div_list .right_list ul li .li_icon2 i{
	background-position: 0px 3px;
}

.nav_login .l-menu .div_list .right_list ul li .li_icon3 i{
	background-position: -100px -55px;
}

.nav_login .l-menu .div_list .right_list ul li .li_icon4 i{
	background-position: 0px -25px;
}

.nav_login .l-menu .div_list .right_list ul li .li_icon5 i{
	background-position: 1px -88px;
}

.nav_login .l-menu .div_list .right_list ul li .li_icon6 i{
	background-position: -100px -88px;
}

.nav_login .l-menu .div_list .right_list ul li .li_icon7 i{
	background-position: 1px -117px;
}
.nav_login .l-menu .div_list .right_list ul li .li_icon8 i{
	background-position: -100px -117px;
}


.nav_login a .arrow{
	float:right;
	margin-top:10px;
	margin-left: 4px;
    width: 5px;
    height: 5px;
	background: url(../images/menu-icon-v1.png) no-repeat -1px -62px;
}

.l-menu{
	position:absolute;
	right:0px;
	top:65px;
	background-color:#f8f8f8;
	border-radius:2px;
	box-shadow:1px 1px 3px #666;
	border-top:2px solid #fe7e00;
	height: auto;
	z-index: 99;
}

.l-menu .lmsj-top{
	position:absolute;
	right:20px;
	top:-11px;
	background: url(../images/sanjiao_top.png) no-repeat;
	width:12px;
	height:9px;
}

.l-menu .chat-mem-con{
	height:55px;
	background-color:#FFF;
	padding:25px 25px;
	width:350px;
	border-bottom:1px solid #e6e6e6;
}
.l-menu .chat-mem-con .quit{
	float:right;
	display:block;
	width:60px;
	height:35px;
	line-height:35px;
	text-align:center;
	background-color:#f1f1f1;
	text-decoration:none;
	color:#333;
	font-size:14px;
	margin-top:15px;
	border-radius:2px;
}
.l-menu .chat-mem-con .quit:hover{
	background-color:#e0e0e0;
}

.l-menu .chat-mem-con img{
	border-radius:2px;
	width:105px;
	height:105px;
	background-color:#FFF;
	padding:2px 2px;
	box-shadow:1px 1px 3px #CCC;
	margin-top:0px;
	margin-right:0px;
	float:left;
}
.l-menu .chat-mem-con .authenticate{
	float:left;
	padding-left:20px;
	width:145px;
	padding-top: 12px;
}
.l-menu .chat-mem-con .authenticate .img2{
	width:16px;
	height:16px;
	box-shadow:0px 0px 0px;
	border-radius:0px;
	margin-top:-3px;
}
.l-menu .chat-mem-con .authenticate a{
	text-decoration:none;
}
.l-menu .chat-mem-con .authenticate a .p1{
	font-size:15px;
	color:#fe7e00;
	margin-bottom: 5px;
}
.l-menu .chat-mem-con .authenticate .my_hb{
	margin-top:5px;
	display:block;
	
}


.page_mask{
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    background-color:rgba(0,0,0,0.3);
	display: none;
}
.page_mask .promptbox{
	overflow: hidden;
    z-index: 9999;
    position: fixed;
    left: 50%;
    top: 50%;
	margin-left: -193px;
	margin-top: -92px;
    width: 386px;
    height: 185px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    border: 0 solid rgba(0,0,0,0);
    box-shadow: 0 0 10px rgba(0,0,0,0.14);
}
.promptbox .close-big{
	right: 8px;
	top: 7px;
	cursor: pointer;
	width: 20px;
    height: 20px;
	display: block;
    z-index: 5;
	position: absolute;
	background: url(../images/close2.png) no-repeat center center;
}
.promptbox h3{
	padding: 10px 14px 2px;
    height: 30px;
    line-height: 30px;
    color: #666;
    border-bottom: 1px solid #f0f0f0;
    font-weight: normal;
	font-size: 14px;
}
.promptbox .popCon{
	padding: 35px;
    font-size: 14px;
}
.promptbox .popCon p{
	text-align: center;
}
.promptbox .popBtn {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
    border-top: 1px solid #f0f0f0;
    padding: 9px;
    height: 30px;
    text-align: center;
}
.promptbox .popBtn a{
    vertical-align: top;
    display: inline-block;
    margin: 0 4px;
    width: 73px;
    height: 32px;
    line-height: 32px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
	text-decoration: none;
	background: #fe7e00;
	cursor: pointer;
	font-size: 14px;
}