
html,body{
    height: 100%;
    width: 100%;
	background-color:#040f0e;
}
.bg{
    background:url("../img/bg.jpg") no-repeat;
    height: 100%;
    width: 100%;
    background-size: cover;
    position: relative;
}
header{
    width: 100%;
	overflow:hidden;
    text-align: center;
    z-index: 5;
    line-height: 75px;
    font-size: 19px;
    color: #ffffff;
    background: none;
	padding-top:15px;
}

.bg .icon-back{
    position: absolute;
    left:15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height:40px;
    display:block;
}
.bg .icon-back:before{
    content:none!important;
}

input::-webkit-input-placeholder {
    color:#fff;
}
input:-moz-placeholder {
    color:#fff;
}
.icon-back:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    width: 12px;
    height: 12px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
}
.lgUl{
    overflow:hidden;
    border:1px solid #d30775;
    border-radius: 5px;
    margin:0 19px 20px 19px;
}
.lgUl li{
    width:50%;
    float:left;
    text-align: center;
    font-size:14px;
    color: #ffffff;
    height:36px;
    line-height: 36px;
}
.lgUl li.active{
    background-color:#d30775;
    border-right:none;
}
.lg_log{
    margin:15px 19px 0 19px;
    display: none;
    font-size:14px;
    padding:0;
    position: relative;
}
.lg_log li{
    height:55px;
    line-height: 55px;
    position: relative;
    display: block;
    border:1px solid #fff;
	border-radius:25px;
	margin-bottom: 25px;
}
.lg_log li:nth-child(1),.lg_log li:nth-child(2){
    /*border-bottom: 1px solid #aaaaaa;*/
}
.lg_log li span{
    position:absolute;
    top:17px;
    left:20px;
}
.lg_log li input{
    left:50px;
    top:17px;
    position: absolute;
    border: none;
    height:22px;
    max-height:22px;
    color: #fff;
    width:60%;
    outline:none;
    overflow: hidden;
	/*background: transparent;*/
	background-color:rgba(255, 255, 255, 0);
    font-size:14px;
}
.lg_log li input:focus{
    border:none;
    outline: none;
}
.resend{
    position: absolute;
    text-decoration: none;
    font-size:13px;
    color:#d30775;
    right:19px;
    text-align: right;
}
.icon-phone{
    background:#c6c1ce url("../img/lg_phone.png") no-repeat  0px center;
    width:18px;
    height:20px;
    display: inline-block;
    background-size: 100% 100%;
}
.icon-msg{
    background:#c6c1ce url("../img/lg_msg.png") no-repeat  0px center;
    width:18px;
    height:20px;
    display: inline-block;
    background-size: 100% 100%;
}
#msg{
    border-bottom: none;
}
#msg input{
    width:55%;
    background-color: #c6c1ce;
}
.icon_code{
    right:15px;
    display: inline-block;
    position: absolute;
    bottom:13px;
}
.icon_code img{
    width: 65px;
    float: right;
}
.operUl{
    box-sizing: border-box;
    padding: 15px 18px 23px 18px;
    width: 100%;
    height: 20px;
}
.operUl li{
    width:50%;
    font-size:13px;
    color:#ffffff;
}
.operUl li a{
    text-decoration:none;
    color:#ffffff;
    cursor: pointer;
}
.operUl li:nth-child(1){
    float: left;
    text-align: left;
}
.operUl li:nth-child(2){
    float: right;
    text-align: right;
}
.lg_btn{
    padding: 0 19px;
}
.log{
    background: #ffb400;
    color:#ffffff;
    width:100%;
    height:40px;
    line-height:16px;
    border-radius: 25px;
    font-size:16px;
    border:none;
    margin-top:15px;
    display: block;
    outline:none;
}
.lg_bottom{
    margin:10px auto;
    width:100%;
    /*position: absolute;
    left: 0;
    bottom: 30px;*/
}
.option-sub{
    width: 100%;
    overflow: hidden;
    margin:0 auto;
}
.sub-item{
    display: block;
    //width: 50%;
    //float: left;
}
.logWay2{
    margin:19px;
    height:30px;
    line-height: 30px;
    text-align: center;
    color:#ffffff;
    font-size:12px;
    border-top: 1px solid #325d8f;
    background-size: contain;
}
.logWay{
    margin:19px;
    height:30px;
    line-height: 30px;
    background: url("../img/line.png") no-repeat center;
    text-align: center;
    color:#ffffff;
    font-size:12px;
    background-size: contain;
}
.logTit{font-size:24px;}
#codeLine{
    border-bottom: none;
}
.smsCode{
    right: 19px;
    display: block;
    height: 25px;
    width: 175px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    border-radius: 5px;
    position: absolute;
    top: 0px;
    outline:none;
}
#lg_msg{
    width:55%;
}
.icon-regPhone{
    background:#c6c1ce url("../img/lg_phone.png") no-repeat  0px center;
    width:18px;
    height:20px;
    display: inline-block;
    background-size: 100% 100%;
}
.icon-lock{
    background:#c6c1ce url("../img/lg_lock.png") no-repeat 0px center;
    width:18px;
    height:20px;
    display: inline-block;
    background-size: 100% 100%;
}
#lock-li{
    border-bottom: none;
}
.lg_pwd {
    border-bottom: 1px solid #aaaaaa;
}
#reg_eye{
    width:23px;
    height:19px;
    right:19px;
    position:absolute;
    bottom:5px;
}
.reg_inputCode{
    height:40px;
    border:1px solid #ffffff;
    border-radius:5px;
    width:100%;
    font-size:15px;
    background-color:transparent;
    display: block;
    outline:none;
    margin:10px 0;
    padding-left:4%;
    box-sizing: border-box;
}
.lg_btn p{
    font-size:12px;
    color:#ffffff;
    margin-top:10px;
}
.reg_signment{
    color: #ffffff;
    line-height: 25px;
    padding-left: 21px;
    position: relative;
}
.reg_signment a{
    text-decoration: none;
    outline:none;
    color:#ff9600;
    padding-left:8px;
}
.reg_signment:after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    background: url(../img/reg_signment.png);
    background-size: 16px 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.reg_linkCode{
    text-align: center;
    margin:0 auto;
}
.reg_linkCode a{
    color:#ffffff;
    font-size:15px;
    text-decoration: underline;
}
.reg_li{
    padding-left:0;
    padding-right: 0;
    margin-right:12px;
    margin-left:13px;
    border-bottom:1px solid #aaaaaa;
}
#reg_log{
    margin:0 19px 0 19px;
    display: block;
    font-size:14px;
}
#reg_pwd{
    border-bottom: none;
}
#reg_p,#reg_imsg{
    padding:0;
}
.reCode{
    background: #aaa;
}
.reg_li .smsCode{
    right:4px;
}
.icon_qq{
    background: url("../img/gov_qq.png") no-repeat center;
}
.icon_wechat{
    background: url("../img/gov_wechat.png") no-repeat center;
}
.option-sub span {
    display: block;
    width: 42px;
    height: 42px;
    margin: 0 auto;
    background-size: 100% 100%;
}

.icon-name{
    background:url("../img/lg_person.png") no-repeat  0px center;
    width:18px;
    height:20px;
    display: inline-block;
    background-size: 100% 100%;
}
.icon-pwd{
    background:url("../img/lg_lock.png") no-repeat  0px center;
    width:18px;
    height:20px;
    display: inline-block;
    background-size: 100% 100%;
}
.codeLine{
    border-bottom:none;
}
.line{
    border-top: 1px solid #aaaaaa;
}
.reg_input{ margin:15px 45px;}
.reg_input li{
        height:32px;
        line-height:32px;
		margin-bottom: 12px;
}
.reg_input li input{left:20px;}
.reg_input li input,.smsCode{ top:5px;}
.reg_btn{ padding:0 45px;}

.lv-toast {
	background: #000;
	position: absolute;
	width: 200px;
	border-radius: 6px;
	text-align: center;
	z-index: 1002
}

.lv-toast-div {
	width: 42px;
	height: 42px;
	margin: 20px auto;
	font-size: 14px
}

.lv-toast-loading {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -16px
}

.lv-toast p {
	padding: 0 10px 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 700
}

@media screen and (max-height: 568px) {
	.bg{
        background: url("../img/bg.jpg") no-repeat;
        height: 100%;
        background-size: cover;
    }
    header{
		padding-top:20px;
    }
	.lg_bottom{
        margin: 10px auto;
        width: 100%;
        /*position: absolute;
        left: 0;
        bottom: 30px;*/
    }
	.lg_log li{
        height:40px;
        line-height:40px;
    }
    .lg_log li input{
        position: absolute;
        top:10px;
    }
    .lg_log li span {
        position: absolute;
        top: 10px;
        left: 20px;
    }
	
	.reg_input li{
        height:28px;
        line-height:28px;
		margin-bottom: 8px;
}
.reg_input li input,.smsCode{ top:3px;}
.reg_btn .log{height: 30px; margin-top: 10px;}
.logWay{ margin:10px;}
}

@media (device-height:480px) and (-webkit-min-device-pixel-ratio:2){/* iphone4/4s */
    .bg{
        background: url("../img/bg.jpg") no-repeat;
        height: 100%;
        background-size: cover;
    }
    header{
		padding-top:10px;
    }
	.lg_bottom{
        margin: 10px auto;
        width: 100%;
        /*position: absolute;
        left: 0;
        bottom: 10px;*/
    }
	.lg_log li{
        height:36px;
        line-height:36px;
    }
    .lg_log li input{
        position: absolute;
        top:7px;
    }
    .lg_log li span {
        position: absolute;
        top: 7px;
        left: 20px;
    }
	.logWay{
        margin: 0px 19px;
    }
	
	/*×¢²á*/
.reg_input li{
        height:26px;
        line-height:26px;
		margin-bottom: 5px;
}
.reg_input li input,.smsCode{ top:2px;}
.reg_head{ line-height:0px;}
}