@charset "utf-8";

html, body{
	font: 12px/1.5 "Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
html {
	color: #666666;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
}
/*
	***********格式化******
*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	border: 0;
	font: inherit;
	vertical-align: baseline;
	text-align: left;
	font-family: "Microsoft YaHei",arial;
	margin: 0;
	padding: 0;
}
a {
	color: #666666;
	text-decoration: none;
	background: transparent; /*修正win8系统IE连接灰色背景*/
	outline:none;
	/* blr:expression(this.onFocus=this.blur()); */
}
a:focus {
	outline: 0;
}
a:active,
a:hover {
	outline: 0;
}
img {
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode:bicubic;
}
/*legend*/
button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	outline:none;
	vertical-align: middle;
}
button,
input {
	line-height: normal;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input.submit {
	cursor: pointer;
}
input.radio {
	width: 13px;
	height: 13px;
}
input[type="text"],
input[type="number"]{
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: none;
	-webkit-appearance: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul,
ol,
li {
	list-style: none;
	/*float: left;*/
}
i, em{
	font-style: normal;
}
/*清除浮动*/
.clearfixss:after {
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
	clear: both;
	font-size: 0;
	line-height: 0;
}
.clearfixss {
	zoom: 1;
}
.clear {
	clear: both;
}

.fl {
	float:left;
	display: block;
}
.fr {
	float:right;
	display: block;
}

/*
	***正文样式***
*/


.i_wraps {
	margin: 0 auto;
	width: 1200px;
}

/*
	*********banner*******
*/

.banner {
	min-width: 1200px;
	position: relative;
}


/*头部部分*/
.hd_header_wrap{
	width: 100%;
	height: 80px;
	position:relative;
	z-index: 10;
}
.hd_header_wrap::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	background-color: #000;
	opacity: 0.5;
	z-index: -1;
}
.hd_header{
	height: 80px;
	display: flex;
	align-items: center;
	z-index: 1;
	position: relative;
}
.hd-logo img{
	width: 278px;
	height: 37px;
}
.hd-ullists{
	margin-left: 57px;
}
.hd-ullists>li{
	display: inline-block;
}
.hd-ullists>li.active a{
	color: #ff6c00;
}
.hd-ullists>li{
	margin-right: 30px;
}
.hd-ullists>li:last-child{
	margin-right: 0;
}
.hd-ullists a{
	color: #fff;
	font-size: 16px;
	transition: all 0.5s;
}
.hd-ullists a:hover{
	text-decoration: none;
	color: #ff6c00;
}
.hd-login{
	position: absolute;
	right: 0;
	top: 27px;
}
.hd-login>span{
	width:42px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 2px;
	margin-right: 5px;
	font-size: 14px;
	display: inline-block;
	cursor: pointer;
}
#logines{
	background-color: #ff6c00;
	color: #fff;
	border: none;
}
#registers{
	border: solid 1px #ff6c00;
	color: #ff6c00;
}
.headTitle{
	height: 80px;
	line-height: 80px;
	width: 800px;
	padding-left:310px;
	margin-right: 0!important;
}
.headTitle span{
	margin-right: 40px;
	font-size: 18px;
	cursor: pointer;
}
.loginReg{
	float: right;
	margin-top: -55px;
}
.loginReg span{
	width: 74px;
	height: 36px;
	display: inline-block;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
}
.login{
	border: 1px solid #ff6c00;
	margin-right: 15px;
	color: #ff6c00;
}
.registe{
	color: white;
	background-color: #ff6c00;
	border: none;
}
/* 
****************登陆*************
 */
.login-banner {
	width:300px;
	height: 480px;
	position: absolute;
	top: 130px;
	z-index: 9999999;
	right: 148px;
	display: none;
}
.login-banner .login-banner-box {
	width:300px;
	height: 480px;
}

.login-banner-box .login-alert {
    background-color: #fff;
    width: 300px;
	height: 386px;
	border-radius: 4px;
}

.login-alert-list {
	margin-bottom: 20px;
	text-align: center;
}
.login-alert-list-text {
	display: inline-block;
	font-size: 22px;
    color: #333333;
	padding: 18px 13px 10px;
	border-bottom: 2px #ff6000 solid;
}
.login-alert-form {
	padding: 0 10px;
}
.login-alert-form .login-alert-form-ctrls {
    border-bottom: 1px solid #d2d2d5;
    background-color: #ffffff;
    width: 100%;
    height: 60px;
}
  
.login-alert-form-name label {
    background: url('../images/icon-name.png')no-repeat center center;
}
.login-alert-form-ctrls label {
    width: 40px;
    display: block;
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 0;
}
.login-alert-form-ctrls input[type="text"], .login-alert-form-ctrls input[type="password"] {
	width: 240px;
	height: 60px;
    line-height: 60px;
    float: left;
    text-indent: 3px;
    border: none;
    outline: none;
    background-color: transparent!important;
}
.login-alert-form-password label {
    background: url('../images/icon-password.png')no-repeat center center;
}
.login-alert-form .form-no-password {
	font-size: 14px;
	color: #333333;
    height: 24px;
	line-height: 24px;
	margin: 15px 0 20px;
	padding: 0 13px;
}
/* .form-no-password input[type="checkbox"] {
	display: inline-block;
} */
.form-no-password .form-no-password-right {
    display: block;
    float: right;
    color: #333333;
    text-align: right;
}
.login-alert-form .login-alert-form-btn {
    margin: 0 0 25px;
}
.login-alert-form-btn .btn {
	display: block;
	width: 264px;
    height: 46px;
    margin: 0 auto;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 22px;
    line-height: 46px;
    outline: 0 none;
    text-align: center;
    transition: all 0.4s ease 0s;
	background-color: #ff6000;
    border-radius: 22px;
}
  
.login-alert-form .enrols {
	color: #169BD5;
	float: right;
}
.login-alert-form-nroll {
	font-size: 14px;
	text-align: center;
	color: #333333;
}
.login-alert-form-nroll a.enroll {
	font-size: 14px;
    text-decoration: underline;
    color: #ff6000;
}

/* 
***********************注册*************
*/
.pop-mask {
	display: none;
	top: 0px;
    left: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 60000;
    background-color: rgb(0, 0, 0)
}
/*.pop-register {*/
	/*display: none;*/
	/*position: fixed;*/
    /*font-size: 14px;*/
	/*left: 50%;*/
	/*top: 180px;*/
	/*margin-left: -195px;*/
    /*z-index: 60001;*/
/*}*/

.pop-register {
	min-width: 1200px;
	font-size: 14px;
	background-color: #fff;
}
.pop-register-item {
	width: 1200px;
	margin: 0 auto;
}
.register-alert {
	margin-top: 20px;
	/* width: 390px; */
	/*border-radius: 4px;*/
	position: relative;
	margin: auto;
}
.register-alert-close {
	position: absolute;
    top: -16px;
	right: -17px;
	cursor: pointer;
}
.register-alert-list {
	padding-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 2px solid #eaeaea;
}
.registerd_header_ul {
	width: 175px;
	margin: 0 auto;
}
.registerd_header li.on {
	color: #ff6000;
}
.register-alert-list-text {
	width: 175px;
	position: relative;
	text-align: center;
	font-size: 18px;
	padding: 0 0 15px;
	color: #ff6c00;
	float: left;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.register-alert-list-text:after {
	display: block;
	content: '';
	width: 175px;
	position: absolute;
	top: 42px;
	border-bottom: 2px solid #ff6000;
}
.register-alert-form .register-alert-form-ctrls {
    border: 1px solid #d2d2d5;
    background-color: #ffffff;
    width: 100%;
    height: 60px;
	margin-top: 15px;
}
  
.register-alert-form-name label {
    background: url('../images/icon-name.png')no-repeat center center;
}

.register-alert-form-phone label {
    background: url('../images/icon-phone.png')no-repeat center center;
}

.register-alert-form-qq label {
	background: url('../images/icon-qq.png')no-repeat center center;
}

.register-alert-form-code-info {
    width: 246px;
	height: 60px;
	line-height: 60px;
	text-align: center;
    color: #fff;
	border: none;
	font-size: 14px;
	background-image: linear-gradient(-90deg, 
		#a55bf8 0%, 
		#5766ff 100%);
	border-radius: 2px;
	margin-left: 30px;
}

.register-alert-form-code label {
    background: url('../images/icon-safe.png')no-repeat center center;
}

.register-alert-form-porn label {
    background: url('../images/icon-code.png')no-repeat center center;
}
.register-alert-form-ctrls label {
    width: 40px;
    display: block;
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 0;
}
.register-alert-form-ctrls input[type="text"], .register-alert-form-ctrls input[type="password"] {
	width: 510px;
	height: 60px;
    line-height: 60px;
    float: left;
    text-indent: 3px;
    border: none;
    outline: none;
    background-color: transparent;
}
.register-alert-form-ctrls.register-alert-form-code input[type="text"]{
    width: 188px;
}
.register-alert-form-password label {
    background: url('../images/icon-password.png')no-repeat center center;
}
.register-alert-form .form-no-password {
	font-size: 14px;
	color: #999999;
    height: 24px;
	line-height: 24px;
	margin: 15px 0 20px;
	padding: 0 13px;
}
.form-no-password .enroll {
	font-size: 14px;
    color: #ff6000;
}
/* .form-no-password input[type="checkbox"] {
	display: inline-block;
} */
.register-no-password .register-no-password-right {
    display: block;
    float: right;
    color: #333333;
    text-align: right;
}
.register-alert-form .register-alert-form-btn {
    margin: 0 0 20px;
}
.register-alert-form-btn .btn {
	display: block;
	width: 478px;
	height: 58px;
	background-image: linear-gradient(-90deg, 
		#a55bf8 0%, 
		#5766ff 100%);
	border-radius: 2px;
    margin: 0 auto;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 22px;
    line-height: 58px;
    outline: 0 none;
    text-align: center;
    transition: all 0.4s ease 0s;
}
  
.register-alert-form .enrols {
	color: #169BD5;
	float: right;
}
.register-alert-form-nroll {
	font-size: 14px;
	text-align: center;
	color: #999999;
	padding-bottom: 25px;
}
.register-alert-form-nroll a.enroll {
	font-size: 14px;
    text-decoration: underline;
	color: #ff6000;
}

/*footer*/
.mj_footer {
	min-width: 1200px;
	color: #999999;
	box-sizing: border-box;
	background-color: #ffffff;
}
.mj_footer a:hover p{
	color: #ff6000;
}
.mj_c_12 .mj_top{
	padding-top: 40px;
}
.mj_footer .footer_fl {
	margin-right: 75px;
}
.footer_fl_tit {
	color: #333;
	font-size: 16px;
	padding: 0px 0 15px;
}
.footer_p {
	line-height: 32px;
	font-size: 14px;
	color: #999;
	text-align: center;
}
.footer_fl_tit {
	color: #333;
	font-size: 16px;
	padding: 0px 0 15px;
	font-weight: normal;
}
.footer_contact p.footer_p {
	width: 340px;
	text-align: left;
}
.footer_code .footer_weixin {
	/*width: 125px;*/
	margin-left: 60px;
	font-size: 16px;
	color: #666;
}
.footer_weixin img {
	width: 100%;
	vertical-align: middle;
}
.footer_weixin .footer_follow {
	font-size: 14px;
	padding: 20px 0 15px;
	color: #666;
	text-align: center;
}
.hr {
	width: 100%;
	height: 1px;
	/* background-color: #dcdcdc; */
	/* margin-top: 20px; */
}
.mj_copy {
	padding: 20px 0;
	font-size: 14px;
}
.mj_copy .common_wid{
	padding: 0 0 10px;
}
.common_wid span{
	color: #666;
}
.common_wid a{
	margin-right: 5px;
	color: #999;
}
.mjq_footer_fr {
	height: 52px;
}
.center {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	justify-content: center;
	align-items: center;
}
.mj_footer_fr a{
	margin-left: 10px;
}

.login-tip {
	color: #ff6000;
	text-align: center;
}


/* 登录框位置定位配置 */

@media only screen and (min-width:1180px) and (max-width: 1640px) {
	.login-banner{
		right: 0;
	}
}
@media only screen and (min-width:1660px) and (max-width: 1700px) {
	.login-banner{
		right: 28px;
	}
}
