body{
    min-width: 1000px;
}
.all_box{
    position: absolute;
    width: 350px;
    min-height: 276px;
    padding: 2% 2.3%;
    border-radius: 6px;
    box-sizing: border-box;
    background: #fff;
    top: 50%;
    left:  71%;
    margin-top: -200px;
    margin-left: -150px;
}
#main{
    margin-top: 80px;
    position: relative;
    width: 100%;
}
.banner{
    width: 100%;
}

.top_tab{
    width: 48%;
    display: inline-block;
    margin: 3% auto;
}
.top_tab p{
    height: 1rem;
    font-weight: bold;
    color: #999;
    font-size: 14px;
}
.top_cur p{
    color: #009dee !important;
}
.top_tab_left p{
    border-right: 1px solid #999;
}
.top_tab_right{
    text-align: right;
}
.main_input{
    width: 100%;
    padding: 1px 0;
    /* background: pink; */
}
.input_box{
    position: relative;
    width: 99%;
    border: 1px solid #dcdcdc;
    border-radius: 25px;
    height: 44px;
    margin: 15px 0;
}
.input_box input{
    width: 75%;
    height: 42px;
    position: relative;
    left: 12px;
    top: 1px;
    line-height: 20px;
    font-size: 12px;
}
#left_tel_box{
    margin: 5px 0 0;
}
#register_left_name_box span,#register_right_name_box span{
    background: url(../images/icon/login_name.png) 0 0 no-repeat;
}
#left_tel_box span,#right_tel_box span,#register_right_tel_box span{
    background: url(../images/icon/login_tel.png) 0 0 no-repeat;
}
#left_pass_box span,#register_right_pass_box span{
    background: url(../images/icon/login_pass.png) 0 0 no-repeat;
}
#left_num_box span,#register_right_num_box span{
    background: url(../images/icon/login_passnum.png) 0 0 no-repeat;
}

#right_pass_box span,#register_right_passnew_box span,
#register_right_passagain_box span,#register_left_passnew_box span,
#register_left_passagain_box span{
    background: url(../images/icon/login_password.png) 0 0 no-repeat;
}
#register_close{
    position: relative;
    width: 49%;
    height: 44px;
    border:1px solid #009dee;
    text-align: center;
    line-height: 44px;
    color: #009dee;
    border-radius: 22px;
    display: inline-block;
    margin-top: 20px;
}
.left_num_btn{
    position: absolute;
    right: 10px;
    line-height: 42px;
    font-size: 12px;
    top: 0;
}
.left_pass_btn{
    position: absolute;
    right: 10px;
    top: 0;
    height: 42px;
    width: 100px;
    overflow: hidden;
    border-radius: 10px;
}
.left_pass_btn img{
    display: block;
    width: 100%;
    top: 8px;
    position: absolute;
}
#register_ok{
    position: relative;
    width: 99%;
    height: 44px;
    background: #009dee;
    text-align: center;
    line-height: 44px;
    top:30px;
    color: #fff;
    border-radius: 22px;
    display: inline-block;
}
.input_icon{
    width: 34px;
    height: 23px;
    display: inline-block;
    border-right:1px solid #dcdcdc;
    background-position:8px 3px !important;
    position: relative;
    top: 10px;
    left: 10px;

}
.hint_title{
    font-size: 12px;
    cursor:pointer;
    display: inline-block;
}
.hint_title_left{
    font-size: 12px;
    float: left;
}
.hint_title_right{
    float: right;
    text-align: right;
    display: inline-block;
    color: #999;
    position: relative;
    margin-top: 100px;
}
.hint_title_right1{
    float: right;
    text-align: right;
    display: inline-block;
    color: #999;
    position: relative;
}
.hint_btn{
    color: #009dee;
    display: inline-block;
    font-size: 12px;
}
.select_box{
    width: 14px;
    height: 14px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 4px;
    background: url(../images/icon/login_select.png) 0 0 no-repeat;
    background-position: 0 0;
}
.select_box_cur{
    background-position: 0 -14px !important;
}
#to_register{
    color: #009dee;
}
.bottom_btn_box{
    position: relative;
    height: 95px;
}
#forget{
    /* width: 86px; */
    float: right;
    text-align: right;
    font-size: 12px;
    position: relative;

}

#register_btn{
    position: relative;
    width: 100%;
    background: #009dee;
    color: #fff;
    text-align: center;
    line-height: 44px;
    height: 44px;
    font-weight: bold;
    display: block;
    border-radius: 22px;
    margin: 30px 0 10px;
}
#login_btn{
    position: absolute;
    width: 100%;
    background: #009dee;
    color: #fff;
    text-align: center;
    line-height: 44px;
    height: 44px;
    font-weight: bold;
    display: block;
    border-radius: 22px;
    bottom: 10px;
}
#to_login span{
    color: #009dee;
}
.right_show{
    display: none ;
}
.left_show{
    /* display: none; */
}
.register_left_show{
    display: none
}
.register_right_show{
    display: none ;
    margin-top: -292px;
}
.login_show{
    display: none;
}
.mask-box{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 99;
}

.mask-box .mask-cont {
	width: 60%;
	height: 540px;
	background: #fff;
	position: absolute;
	/*left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;*/
    left: 50%;
    top: 50%;
    transform: translate(-50%,-43%);
	
}

.mask-box .mask-cont h5 {
	text-align: center;
	font-size: 24px;
	height: 100px;
	line-height: 100px;
}

.mask-box .mask-cont .close-btn {
	cursor: pointer;
	width: 50px;
	height: 50px;
	display: block;
	background: url("../images/icon/close-icon.png") no-repeat center center;
	background-size: 20px 20px;
	position: absolute;
	right: 0;
	top: 0;
}

.mask-box .mask-cont .details {
	width: 80%;
	height: 280px;
	overflow: hidden;
	margin: 0 auto;
	font-size: 16px;
	color: #666;
}

.mask-box .mask-cont .details .bottom-table p {
	margin-bottom: 30px;
	line-height: 25px;
}

.mask-box .mask-cont .privacy {
	cursor: pointer;
	width: 240px;
	margin: 0 auto;
	background: url("../images/icon/unradio-icon.png") no-repeat left center;
	background-size: 14px 14px;
	text-indent: 20px;
    margin-top: 35px;
    display: none;
}

.mask-box .mask-cont .privacy span {
	color: #009dee;
	cursor: pointer;
}

.mask-box .mask-cont .onprivacy {
	background: url("../images/icon/oncheck-icon.png") no-repeat left center;
	background-size: 14px 14px;
}

.mask-box .mask-cont .agree-btn {
	cursor: pointer;
	width: 240px;
	height: 50px;
	line-height: 50px;
	border: 0;
	text-align: center;
	color: #fff;
	background: #009dee;
	font-size: 19px;
	display: block;
	margin: 50px auto 0;
	border-radius: 30px;
	outline: none;
}
