*{
    margin:0;
    padding: 0;
    font-family: "微软雅黑";
    font-size: 0.28rem;
    color: #333333;
}
@media screen and (min-width: 750px){
    html{
        font-size: 100px!important;
    }
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
.wrap{
    width: 100%;
    max-width: 750px;
    margin: auto;
    background: #061333;
}
.bg1_img,.bg2_img,.bg3_img{
    width: 100%;
}
.content_wrap{
    width: 94%;
    margin-left: 3%;
    margin-top: -1rem;
}
.content_title{
    color: white;
    font-size: 0.44rem;
    padding-left: 0.2rem;
    margin-bottom: 0.4rem;
}
.content{
    width: 100%;
    background: white;
    border-radius: 0.24rem;
    padding-top: 0.36rem;
    padding-bottom: 0.52rem;
}
.content>div{
    width: 86%;
    margin-left: 7%;
}
.content_top{
    width: 100%;
    height: 0.74rem;
    line-height: 0.74rem;
    font-size: 0.28rem;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.14);
    border-radius: 0.37rem;
}
.content_top>img{
    width: 0.42rem;
    vertical-align: middle;
    margin-left: 0.36rem;
    margin-top: -3px;
}
.content_top>span{
    margin-left: 0.24rem;
}
.content_top>span span{
    color: #0C95FF;
}
.content_list{
    margin-top: 0.48rem;
}
.content_list p{
    font-size: 0.28rem;

}
.content_list p span{
    color: #F93F4C;
    vertical-align: middle;
}
.content_list input{
    width: 100%;
    font-size: 0.28rem;
    border: none;
    outline: none;
    border-bottom: 1px solid #DEDEDE;
    padding: 0.2rem 0;
}
.toast_wrap{
    font-size: 0.24rem;
    margin-top: 0.4rem;
}
.toast_wrap>img{
    width: 0.3rem;
    height: 0.3rem;
    vertical-align: middle;
    margin-top: -2px;
}
.toast_wrap span{
    color: #999999;
    font-size: 0.24rem;
    margin-left: 0.1rem;
}
.toast_wrap a{
    color: #0C95FF;
    font-size: 0.24rem;
}
.btn{
    width: 100%;
    height: 0.94rem;
    line-height: 0.94rem;
    text-align: center;
    font-size: 0.36rem;
    color: white;
    background: #0C95FF;
    margin-top: 0.4rem;
    cursor: pointer;
}
.btn3{

}
.sign_up_wrap{
    margin-top: 0.5rem;
}
.sign_up_wrap>p{
    text-align: center;
    font-size: 0.32rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
}
.sign_up_wrap>div{
    width: 92%;
    height: 4.12rem;
    margin-left: 4%;
    position: relative;
}
.sign_up_wrap>div>img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sign_up_wrap>div>div{
    width: 80%;
    height: 85%;
    position: absolute;
    margin-left: 10%;
    top: 0.35rem;
    overflow: hidden;
}
.list_ul{
    width: 100%;
    z-index: 9;
    position: relative;
}
.list_ul li{
    height: 0.7rem;
    line-height: 0.7rem;
    display: flex;
}
.list_ul li span{
    font-size: 0.24rem;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.list_ul li span:nth-child(1){
    width: 30%;
}
.list_ul li span:nth-child(2){
    width: 40%;
}
.list_ul li span:nth-child(3){
    width: 30%;
}
.bin_img{
    width: 90%;
    display: none;
    margin-left: 5%;
    margin-top: -1rem;
}
.shadow,.rule_shadow,.shadow_wrap{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.6);
    left: 0;
    top: 0;
    display: none;
    z-index: 99;
}
.window{
    width: 5.4rem;
    height: 3rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1.5rem;
    margin-left: -2.7rem;
    border-radius: 0.24rem;
    padding-top: 0.5rem;
    background: white;
}
.rule_window{
    width: 80%;
    height: 9rem;
    position: absolute;
    left: 10%;
    top: 50%;
    margin-top: -4.5rem;
    background: white;
    padding-top: 0.5rem;
    border-radius: 0.24rem;
}
.window_wrap{
    width: 6.7rem;
    height: 5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -2.5rem;
    margin-left: -3.35rem;
    border-radius: 0.24rem;
    padding-top: 0.58rem;
    background: white;
}
.closes{
	position: absolute;
    right: 0.3rem;
    top: 0.1rem;
    font-size: 0.5rem;
    color: gray;
}
.tel_title{
	font-weight: bold;
	font-size: 0.36rem;
	text-align: center;
}
.tel_window>p{
	font-size: 0.24rem;
	color: #999999;
    margin-top: 0.6rem;
	text-align: center;
}
.tel_window>p span{
    font-size: 0.24rem;
    color: #999999;
}
.code_wrap{
    width: 5rem;
    margin: auto;
    margin-top: 0.5rem;
    font-size: 0.28rem;
    padding-top: 0.26rem;
    padding-bottom: 0.26rem;
    border-bottom: 1px solid #c0c0c0;
}
.code_wrap input{
    width: 60%;
    color: #666666;
    border: none;
    outline: none;
}
.code_wrap div{	
    width: 38%;
    display: inline-block;
    color: #0C95FF;
    text-align: right;
}
.window_btn{
    width: 5rem;
    height: 1rem;
    line-height: 1rem;
    border-radius: 0.5rem;
    font-size: 0.36rem;
    text-align: center;
    color: white;
    background: #0C95FF;
    margin: auto;
    margin-top: 0.54rem;
}
.window>p{
    text-align: center;
    color: #030303;
}
.window>p:nth-child(1){
    font-size: 0.4rem;
    font-weight: bold;
}
.window>p:nth-child(2){
    margin-top: 0.5rem;
    font-size: 0.36rem;

}
.window>div{
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    border-top: 1px solid #c0c0c0;
}
.window>div div{
    width: 50%;
    height: 0.86rem;
    line-height: 0.86rem;
    color: #666666;
    font-size: 0.34rem;
    text-align: center;
    box-sizing: border-box;
}
.window>div a{
    width: 50%;
    height: 0.86rem;
    line-height: 0.86rem;
    display: inline-block;
}
.window>div .dial{
    width: 100%;
    border-left: 1px solid #c0c0c0;
    color: #007AFF;
}
.rule_close{
	position: absolute;
    right: 0.3rem;
    top: 0.1rem;
    font-size: 0.5rem;
    cursor: pointer;
}
.rule_title{
	font-size: 0.4rem;
	color: #030303;
	text-align: center;
    font-weight: bold;
}
.rule_content{
	width: 90%;
    height: 7.6rem;
    overflow-y: scroll;
    margin-left: 5%;
    margin-top: 0.3rem;
}
.rule_content p{
    width: 100%;
    font-size: 0.3rem;
    line-height: 1.5;
    /*color: gray;*/
    text-align: justify;
}
.rule_content .rule_bt{
    font-weight: bold;
    line-height: 2;
}
.suc_img{
	width: 1.2rem;
	height: 1.2rem;
	display: block;
	margin: auto;
}
.success_window p{
	width: 5rem;
	margin: auto;
	text-align: center;
	margin-top: 0.44rem;
	font-size: 0.36rem;
    line-height: 1.5;
    font-weight: bold;
}
.clear:after{
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    content: '';
}