*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
}
html,body{
    width: 100%;
	height: 100%;
}
i{
	font-style: normal;
	color: inherit;
}
a:link {
    text-decoration: none;
    color: black;
}
a {
    color: #333;
    text-decoration: none;
}
img{
	width: 100%;
	height: 100%;
	display: block;
}
.foot_ul a{
  color: white !important;  
}
.foot_ul a:link{
    color: white !important;  
  }
.header{
    width: 1200px;
    height: 68px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.head_logo{
    width: 89px;
    height: 38px;
}
.head_list{
    width: 630px;
    display: flex;
    justify-content: space-between;
}
.head_list li{
    font-size: 18px;
    cursor: pointer;
}
.head_login span{
    font-size: 14px;
    cursor: pointer;
}
.login_pop{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}
.login_flex{
    width: 100%;
    height: 100%;
    display: flex;  
}
.login_con{
    width: 1220px;
    height: 330px;
    background: white;
    margin: auto;
}
.login_head{
    width: 100%;
    height: 40px;
    background: #eeeeee;
    display: flex;
    justify-content:space-between;
    align-items: center;
    font-size: 22px;
    color: #4a4a4a;
    padding: 0 20px;
}
.login_colse{
    width: 17px;
    height: 17px;
    cursor: pointer;
}
.login_title{
    font-size: 38px;
    color: #4a4a4a;
    margin-left: 20px;
    margin-top: 30px;
}
.login_deisc{
    font-size: 18px;
    color: #4a4a4a;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}
.login_deisc span{
    color: #ff5252;
    cursor: pointer;
}
.login_info{
    margin-left: 20px;
    display: flex;
}
.login_info_con{
    font-size: 20px;
    color: #4a4a4a;
    display: flex;
    align-items: center;
    margin-right: 110px;
}
.login_info_con input{
    width: 428px;
    height: 50px;
    border: none;
    outline: none;
    margin-left: 20px;
    font-size: 20px;
    border-bottom: 1px solid #b2b2b2;
}
.login_btn{
    width: 90px;
    height: 40px;
    background: #ff5252;
    font-size: 22px;
    color: white;
    text-align: center;
    line-height: 40px;
    margin: 20px auto 0;
    cursor: pointer;
}
.register_pop{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}
.regis_con{
    width: 1220px;
    height: 543px;
    background: white;
    margin: auto;   
}
.regis_info{
    width: 1120px;
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;  
    justify-content: space-between;
}
.regis_info_con{
    font-size: 20px;
    color: #4a4a4a;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.regis_info_con input{
    width: 428px;
    height: 50px;
    border: none;
    outline: none;
    margin-left: 20px;
    font-size: 20px;
    border-bottom: 1px solid #b2b2b2;
}
.regis_info_con span{
    color: #ff5252;
}
.choose{
    margin-left: 20px;
    font-size: 18px;
    color: #4a4a4a;
    margin-top: 10px;
}
.choose span{
    color: #ff5252;
    cursor: pointer;
}
.choose input{
    margin-right: 10px;
}
.rigis_btn{
    width: 90px;
    height: 40px;
    background: #ff5252;
    font-size: 22px;
    color: white;
    text-align: center;
    line-height: 40px;
    margin: 20px auto 0;
    cursor: pointer;
}
.topups_pop{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}
.topups_head{
    width: 100%;
    height: 40px;
    background:white;
    display: flex;
    justify-content:space-between;
    align-items: center;
    font-size: 22px;
    color: #4a4a4a;
    padding: 0 20px;
}
.topups_con{
    width: 950px;
    background: #eeeeee;
    margin: auto;
}
.topups_info{
    width: 950px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px auto 10px;
    padding: 0 30px;
}
.topups_info_con{
    font-size: 20px;
    color: #4a4a4a;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.topups_info_con input{
    width: 428px;
    height: 50px;
    border: 1px solid #eeeeee;
    outline: none;
    font-size: 20px;
    background: white;
    border-radius: 10px;
    text-indent:20px;
}
.topups_info_con select{
    width: 428px;
    height: 50px;
    border: 1px solid #eeeeee;
    outline: none;
    margin-left: 20px;
    font-size: 20px;
    background: white;
    border-radius: 10px;
    text-indent:20px;    
    color: gray;
}
.topups_btn{
    width: 200px;
    height: 40px;
    background: #e6912a;
    font-size: 22px;
    color: white;
    text-align: center;
    line-height: 40px;
    margin-left:30px;
    cursor: pointer;
    border-radius: 10px;
    margin-bottom: 20px;
}