*{
	margin:0;
	padding:0;
}
input,input:focus,input:active{user-select: text;}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #FFF inset !important;
}
body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select, img {margin: 0;padding: 0;}
body { font:12px/1.5 "Microsoft YaHei",tahoma,arial,Hiragino Sans GB,\5b8b\4f53; overflow: hidden;position: relative;}
html,body{height:100%; width:100%;overflow:hidden;}
ul,li {list-style:none;}
.clearfix {zoom:1;}
.clearfix:after {content:"";display:block;height:0;clear:both;visibility:hidden;}
.fl{float:left !important;}
.fr{float:right !important;}
.video_box{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:1;
}
.box_in{
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #666666;
}
.box_inbox{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
}
.video-player{
  position: absolute;
  background-color: transparent;
  min-width: 100%;
  min-height: 100%;
  display: block;
  object-fit: inherit;
  
}
.video-mask{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.35;
}
.main-content{
  position: relative;
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}
.laymid {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 420px;
  height: 200px;
  transform: translate(-50%, -50%);
}
.logo {
  margin-bottom: 10px;
  width: 420px;
  height: 88px;
  background-repeat: no-repeat;
  background-position: -10px 0;
  background-size: 100% 100%;
  background-image: url(../../img/login/bg_logo.png);
}
.click-me  a{
  display: block;
  text-decoration: none;
  float: left;
}
.am-button{
  width: 186px;
  height: 30px;
  line-height: 30px;
  border-width: 1px;
  border-style: solid;
  letter-spacing: 5px;
  text-align: center;
  color: #fff;
  outline: none;
  font-size: 14px;
  border-radius: 3px;    
  cursor: pointer;
}
.button-login{
  margin-right: 20px;
  border-color: #ff4747;
  background: #ff4747;
}
.button-register{
  border-color: #ffffff;
}
.popmask{
  width:100%;
  height:100%;
  display: block;
  position: fixed;
  top:0;
  left: 0;
  background: rgba(0,0,0,0.2);
}

.flip-container{
  display:none;
  width: 360px;
  height: 372px;
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
 /*  border: 1px solid transparent;
 background: rgba(0,0,0,.6); */
 z-index:1;
}
.flipper{
  transition: 0.6s;
  transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  position: relative;
}
.loginbox {
  width: 360px;
  height: 370px;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  z-index: 1001;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  border: 1px solid transparent;
  background: rgba(0,0,0,.6);
}
.back{
	height:410px;
}
.loginbox.back {
  transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}
.loginbox .info{
  color:white;
}
.loginbox .title{
  color:white;
}
.popbox-close {
  position: absolute;
  z-index: 9;
  top: 1px;
  right: 10px;
  font-size: 20px;
  color: #ccc;
  text-decoration: none;
}
.ui-form {
  font-size: 12px;
  line-height: 1.5;
  position: relative;
  zoom: 1;
}
.ui-form-title {
  font: 18px/28px tahoma,arial,"Hiragino Sans GB","Microsoft Yahei",\5b8b\4f53;
  color: #fff;
  font-weight: 500;
  padding: 26px 0 16px;
  width: 100%;
  text-align: center;
}
.am-form-group {
  /* overflow: auto; */
  position:relative;
  background:#fff;
  margin: 0px 30px 30px 30px;
  border-radius: 8px;
}
/* .bot_m{
  margin-bottom: 30px;
} */
.am-form-group label.form-label {
  float: left;
  display:block;
  width:40px;
  height:40px;
  cursor:pointer;
  background:#a7a7a7;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.am-form-group label:hover{
  background:#6d6d6d;
}
.am-form-group label i {
  font-size: 18px;
  color: #fff;
  display: block;
  margin: 0 auto;
  width: 14px;
  margin-top: 10px;
}
.am-form-group input.form-control {
	 width: 170px;
	 font-size: 12px;
	 margin-left: 10px;
	 border: 0;
	 height: 40px;
	 outline: none;
	 padding: 9px;
}
.am-btn-secondary {
    width: 296px;
    height: 40px;
    line-height: 40px;
    background: #ff4747;
    border: none;
    border-radius: 5px;
    display: block;
    margin: 20px 30px;
    color: rgb(255, 255, 255);
    outline: none;
    font-size: 18px;
    margin-bottom: 20px;
    box-sizing: border-box;
    cursor:pointer;
}
.tang-pass-login-phoenix {
  border-top: 1px dashed #ff4747;
  padding: 15px 30px;
  box-sizing: border-box; 
}
.pass-phoenix-title {
  color: #ccc;
  font-size: 12px;
}
.pass-phoenix-list {
  position: relative;
  height: 40px;
  overflow: hidden;
}
.showRegin{
	color: #147fae;
    line-height: 47px;
    text-decoration: underline;
    cursor: pointer
}
.u-mobile-register{
  display:none;
  color: #ccc;
  font-size: 12px;
  float:right;
}
.pass-phoenix-btn {
  float: left;
  display: block;
}

.bd-acc-list, .bd-acc-list li {
  float: left;
  list-style: none;
}
.bd-acc-list li {
  width: 40px;
}
.phoenix-btn-item {
  display: block;
  margin-top: 15px;
  margin-right: 25px;
  color: #00C;
  text-decoration: underline;
  padding-left: 30px;
  cursor: pointer;
  font-size: 12px;
  background-image: url(../../img/login/QQ.png);
  background-repeat: no-repeat;
  width: 0;
  height: 24px;
  overflow: hidden;
  background-size: 80%;
}
li.bd-acc-tsina .phoenix-btn-item{
  background-image: url(../../img/login/weixin.png);
  background-repeat: no-repeat;
  background-size: 80%;
}
li.bd-acc-hongwa .phoenix-btn-item{
  background-image: url(../../img/login/3.png);
  background-repeat: no-repeat;
  background-size: 92%;
  margin-top: 14px;
  height: 30px;
}
.password_tn{
  display: inline-block;
  float: right;
  margin-right: 6px;
  margin-bottom: 4px;
  color: #a5a5a5;
  text-decoration: none;
  display:block;
  margin-top: 15px;
}

.flippe{
   transform: rotateY(180deg);
  -moz-transform:rotateY(180deg); 
}
  .wrp_code img.qrcode{
  width: 200px;
  margin: 15px 42px 0;
  border: 1px solid #E2E2E2;
}
.info{
  width:200px;
  margin: 0 auto;
}
.status{
  background-color: #000000;
  margin-top: 15px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  box-shadow: inset 0 5px 10px -5px #191919, 0 1px 0 0 #444;
  -moz-box-shadow: inset 0 5px 10px -5px #191919,0 1px 0 0 #444;
  -webkit-box-shadow: inset 0 5px 10px -5px #191919, 0 1px 0 0 #444;
  padding: 7px 14px;
  text-align: center;
  color: #fff;
}
#gray{
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.2);
  position:absolute;
  top:0px;
  left:0;
  display:none; 
  z-index:99;
}
.loginBoxN ,.registeredSuc{
  width: 425px;
  min-height: 400px;
  background-color: rgba(0,0,0,.6);;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%); 
  -moz-transform: translate(-50%,-50%); 
  border-radius: 5px;
  padding: 0 50px;
  z-index:5000;
  display:none;
  box-sizing: border-box;
}
#reginPhone_form{
	position: relative;
}
.loginBoxN .center_div.showLoginDiv{
	margin-top: 40px;
    margin-bottom: 0px;
}
.showLogin{
	color: #147fae;
    line-height: 40px;
    text-decoration: underline;
    cursor: pointer;
}
.nav-tab{
	display :flex;
	padding: 0px 6%;
	align-items: center;
	justify-content: center;
}
.nav-tab li{
     width: 140px; 
    box-sizing: border-box;
    text-align: center;
    line-height: 30px;
    color: #b3b2b2;
    margin-bottom: 20px;
    cursor:pointer;
    position:relative;
   /*  padding: 0px 45px; */
}
.nav-tab li.active{
	color:#fff
}

/* #phoneFastLoginTab:before{
	content : '|';
	position : absolute;
	left : 0px;
	font-size: 14px;
	color:#b3b2b2
} */
#phoneFastLoginTab{
	padding-left : 27px
}
#remeberPassword{
	vertical-align: middle;
    margin-right: 5px;  
}
.loginBoxN .login_close {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-position: -696px -46px;
  position: absolute;
  right: 12px;
  top: 12px;
  background: url(../../img/16_close2_wev8.png);
}
.loginBoxN .loginBoxCommH {
  text-align: center;
}
.loginBoxN .loginBoxCommH ._logo {
  display: inline-block;
  height: 36px;
  width:200px;
  background-position: -407px -106px;
  margin-top: 20px;
  /* margin-bottom: 10px; */
  background-image: url(../../img/login/logo_1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 -24px;
  /* display:none; */
}
.loginBoxN .loginBoxCommH ._tip {
  color: #fff;
  font-size: 14px;
  /* margin-top:40px; */
}
.loginBoxN .loginBoxCommH ._tip:after, .loginBoxN .loginBoxCommH ._tip:before {
  content: '';
  display: inline-block;
  height: 1px;
  background-color: #dbdbdb;
  width: 40%;
  margin-top: 10px;
}
.loginBoxN .loginBoxCommH ._tip:before {
  float: left;
}
.loginBoxN .loginBoxCommH ._tip:after {
  float: right;
}
.loginRegBox{
  width:100%;
}
.form_biao{
  width:100%;
  margin-top: 20px;
  text-align: center;
}
.loginBoxN .input_box {
  margin-bottom: 25px;
  position: relative;
  height: 32px;
}

.loginBoxN .l_input_s {
  display: inline-block;
  width:80%;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  color: #999;
  text-indent: 10px;
  outline: 0;
  vertical-align: top;
  opacity: .7;
  float:left;
  margin-left:45px;
}
.loginBoxN .l_input_s:hover{
  border: 1px solid #38bb67;
}
.loginRegBox .l_success_tip{
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../../img/login/icon/n-indexIcons-3.png);
  background-repeat: no-repeat;
  right: 55px;
  top: 6px;
}
.loginRegBox .l_error_tip{
  position: absolute;
  bottom: -20px;
  left: 45px;
  color: #f85234;
  font-size: 12px;
  display: none;
}
.l_login_error{
	color: #f85234;
	font-size: 12px;
	display: block;
 	position: absolute;
    top: -24px;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
    display:none;
}
 
.loginBoxN .l_error_tip:before{
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-position: -733px -46px;
  vertical-align: -4px;
  margin-right: 4px;
  background: url(../../img/login/icon/n-indexIcons-3.png);
  background-repeat: no-repeat;
  background-position:-72px -2px;
}
.loginBoxN .l_button {
  font-size: 18px;
  width: 100%;
  display: inline-block;
  height: 34px;
  color: #fff;
  background-color: #ccc;
  text-align: center;
  line-height: 34px;
  border-radius: 8px;
  text-decoration: none;
  /* margin-left:28px; */
}
.loginBoxN .agree_box {
  width:390px;
  margin: 0 auto;
  text-align: left;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  color:#fff;
}
.loginBoxN .agree_box input[type=checkbox] {
  margin-right: 5px;
  vertical-align: middle;
}
.loginBoxN .agree_box a {
  color: #e4393c;
}
.l_error_tip {
    position: absolute;
    bottom: -25px;
    left: 0px;
    color: #f85234;
    font-size: 12px;
}
.l_error_tip:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-position: -733px -46px;
    vertical-align: -4px;
    margin-right: 4px;
    background: url(../../img/login/icon/n-indexIcons-3.png);
    background-repeat: no-repeat;
    background-position: -72px -2px;
}
@media screen and (max-width:768px){
	.loginBoxN{
		width:100%;
		height:100%;
		min-height: inherit;
	}
	.u-mobile-register{
		display:block;
	}
	.loginBoxN .loginBoxCommH ._tip:after, .loginBoxN .loginBoxCommH ._tip:before{
		width:30%;
	}
	.loginBoxN .login_close{
		right:44px;
	}
}

html input[type=button].click_btn {
    /* color: #e60000; */
    color: #4f637b;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    top: 0px;
    vertical-align: middle;
    border: none;
    background-color: transparent;
    outline: none;
    padding: 0 12px;
}
/* 新注册 */
.loginBoxN .regin_part_show{
	width: 395px;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    color: #fff;
}
.loginBoxN .regin_part_show span{
    display: block;
    width: 29%;
    height: 100%;
    padding: 0 5%;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
    float: left;
    cursor: pointer;
  }
.loginBoxN .regin_part_show span:last-child{
 	float:right;
}
.loginBoxN .regin_part_show span:hover{
	background:rgba(34,34,34,.8);
}
.loginBoxN .regin_part_show span.active{
	background:#ef0202;
}
.loginBoxN .center_div{
    width: 100%;
    height: 40px;
    margin: 0 auto;
    border-radius: 8px;
    position: relative;
    margin-bottom: 20px;
}
.loginBoxN .user_regin{
	height: 40px;
	width: 100%;
	border-radius: 3px;
	padding: 0px 10px;
	color: #4e4e4e;
	box-sizing: border-box;
	border: none;
	border-radius: 8px;
}
.loginBoxN .new_phone,.loginBoxN .new_mail{
	margin-top:20px;
}
.loginBoxN .regin_tip,
.error_tip{
    display: block;
    width: 100%;
    color: #e4393c;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: -24px;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
}
.error_tip{
	position:absolute;
	
}
#login-phone{
	width: 160px;
    margin: 0px;
}
.loginBoxN .phone_div {
	background:#fff;
}
.loginBoxN .phone_div span{
    display: block;
    width: 50px;
    height: 40px;
    float: left;
    color: #4e4e4e;
    text-align: center;
    line-height: 40px;
}
.loginBoxN .phone_div span#getPhoneCaptch,
#getLoginPhoneCaptch{
	width: 90px;
	color:#0569ff;
	position:relative;
    cursor: pointer;
}
#getLoginPhoneCaptch{
 	 text-align: center;
    cursor: pointer;
    width: 90px;
    display: inline-block;
    float: right;
    height: 40px;
    line-height: 40px;
}
#getPhoneCaptch:before{
	content: '|';
    position: absolute;
    left: 0px;
    color: #b7b4b4;
    font-size: 20px;
    top: 0px;
    bottom: 0px;
    height: 30px;
}
#getLoginPhoneCaptch:before{
	content: '|';
    position: absolute;
    left: 0px;
    color: #b7b4b4;
    font-size: 20px;
    top: 0px;
    bottom: 0px;
    height: 43px;
	margin:auto
}
.remeberPassword{	 
    margin-top: 5px;
    color: #ccc;
    display: block;
    width: 100px;
    position: absolute;
}
.am-form-group label.remeberPassword:hover{
	background: transparent;
}
.loginBoxN .phone_div #new_phone{
    width: calc(100% - 140px);
    float: left;
    background:none;
    border:none;
}
.loginBoxN .yzm{
    width: 234px;
    margin-right: 30px;
    border-radius: 8px;
    color: #000;
    padding: 0 10px;
    border: none;
    float:left;
    line-height: 40px;
}
.noPointer{
	pointer-events: none;
}
.loginBoxN .yzm_div .yzm_buttom{
    width: 130px;
    height: 30px;
    border-radius: 3px;
    background: #ef0202;
    float: left;
    margin: 1px 1px 0 0;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    outline: none;
    border: none;
    cursor:pointer;
}

.loginBtn {
	position: relative;
    margin-left: 50%;
    left: -18%;
    margin-top: 20%;
    width: 35%;
    padding: 10px 0px;
    background-color: rgba(115, 110, 110, 0.7);
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
    box-shadow: 0px 0px 5px #fff;
    cursor:pointer;
}

.prompt {
    color: #23ed24;
    width: 100%;
    margin-top: 20%;
    text-align: center;
    font-size: 20px;
}

.registeredSuc {
    background-color: rgba(0,0,0,0.7);
}


html input[type=button].click_btn:hover {
    color: #fff;
    /* background-color: #d02222; */
    background-color: #7289a5;
}
@media screen and (max-width:768px){
	.loginBoxN .l_input_s{
		margin-left:85px;
	}
	.loginBoxCommH{
	    margin-top: 20px;
	}
	.loginBoxN .regin_part_show,.loginBoxN .user_regin{
		width:100%;
	}
	.loginBoxN .center_div{
		width:95%;
	}
	.loginBoxN .yzm{
		width:54%;
		margin-right:0;
	}
	.loginBoxN .yzm_div .yzm_buttom{
		float:right;
	}
	.loginBoxN .input_box{
		text-indent: 2%;
	}
	.loginBoxN .l_button{
		width: 95%;
		margin-left: 2%;
	}
	.loginBoxN .phone_div #new_phone{
		width:50%;
	}
}

@media screen and (max-width:720px){
	.loginBoxN .input_box{
		margin-bottom:2%;
   	    height: 44px;
		
	}
	.loginBoxN .loginBoxCommH ._logo{
		margin-top:2%;
	}
	.form_biao{
		margin-top:2%;
	}
	.loginBoxN .l_input_s{
	    height: 30px;
		margin-left:45px;
	}
	.loginRegBox .l_success_tip{
		top:0px;
		right:35px;
	}
	.loginRegBox .l_error_tip{
		bottom:-5px;
	}
}
@media screen and (max-width:320px){
	loginBoxN .input_box{
		margin-bottom:2%;
	}
	.loginBoxN .loginBoxCommH ._logo{
		margin-top:2%;
	}
	.form_biao{
		margin-top:2%;
	}
	
	
	.loginBoxN .l_input_s{
		height:20px;
		margin-left:30px;
	}
	.loginBoxN .l_button{
		margin-left:-1px;
	}
	.loginBoxN .input_box {
	    margin-bottom: 2%;
	    height: 34px;
	}
}

