*{
    margin: 0;padding: 0;border: none;
    font-family:arial ;
}
ul,li{
    list-style: none;
}
a {
    text-decoration:none;
}
a:hover {
	text-decoration:none;
    color: #fff;
}
body{
	font-family: arial !important;
}
.header {
	width: 100%;
	height: 4.5rem;
	background: #021839;
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 10000;
	font-family: arial !important;
	font-weight: normal;
	border-bottom:1px solid #ccc ;
}
.head_wrap {
	height: 4.5rem;
}
.logo img{
	width: 6%;
	position: absolute;
	left: 2%;
	bottom: 24%;
}
.nav_list {
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 60%;
	justify-content: space-around;
	margin-left: 19%;
	font-family: arial !important;
}
.nav_ac_list {
	display: none;
	font-size: 1.4rem;	
}

.nav_list>li{
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	white-space: nowrap;
	padding: 0 0.5rem;
	margin: 0 0.1rem;
}

.nav_active_border {
	border: 1px solid #fff;
	border-radius: 6px;
	
}
.nav_ac_last {
	display: flex;
	flex-direction: row
}
.nav_list a {
	display: block;
}
.nav_list a,.nav_list span {
	color: white;
	font-size: 1.6rem;	
}
@media only screen and (max-width: 1024px) {
	.nav_list a,.nav_list span {
		color: white;
		font-size:13px;	
		}
	}
.nav_ac>a:hover {
color: #f16527 !important;
}
.first_li {
	margin-top: 10px;
}
.nav_ac_list a {
	padding: 0 1rem;
	font-size: 13px !important;
}

.nav_ac_list a:hover {
	display: block;
	background: #fff;
	color: #f16527;
}
.login {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}
.login img {
	margin-right: 1rem;
	width: 1.875rem;
	height: 1.687rem;
}
.login a {
	font-size: 1.4rem;
	display: inline-block;
}
.detail {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.footer {
	width: 100%;
	height: 29rem;
	background: url(../img/bottom_bg.png) no-repeat;
	background-size: cover;
	color: white;
}
.footer_content {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
/*.footer_detail {*/
	/*width: 18%;*/
/*}*/
.footer_title {
	margin-top: 1rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 5rem;
}
.footer_title h4 {
	font-family: arial;
	margin-left: 1rem;
	font-size: 1.8rem;
	white-space: nowrap;
}
.footer_title h4 a{
	font-family: arial;
	margin-left: 1rem;
	font-size: 1.8rem;
	white-space: nowrap;
}
.footer_detail a {
	font-weight: normal;
	font-family: arial;
	font-size: 1rem;
	line-height: 1.8rem;
	color: #e1e2e4;
	display: block;
}
.footer_detail a:hover {
	color: #a7aaaf;
}
.footer_icon {
	height: 3rem;
	width: 3rem;
}
.footer_scan_code {
	margin-top: 6rem;
	width: 22.1rem;
	height: 14.9rem;
}
.tel {
	display: inline-block;
	background: url(../img/footer_tel.png) no-repeat;
	text-indent: 1.5em;
}
.footer_star {
	background: url(../img/footer);
}
.footer_bot {
	width: 100%;
	background: #021839;
	text-align: center;
	color: white;
	height: 3rem;
	line-height: 3rem;
	font-size: 1rem;
}
.nav_ac {
	position: relative;
	
}
.nav_m>a {
	text-decoration: underline;
}
.nav_ac_list {
	position: absolute;
	top: 24px;
	left: 0;
}
.nav_ac_list>li{
	height: 30px;
	background: rgba(2,24,57,0.8);
	line-height: 30px;
	text-align: left !important;
}
/*需要vpn*/
.need_vpn{
	position: relative;
	width: 11rem;
}
.second_nav_list{
	display: none;
	position: absolute;
	left: 11rem;
	top: 0;
}
.second_nav_list>div{
	background: rgba(2,24,57,0.8);
}
.code_txt {
	margin-top: -7rem;
}
/*注册登录页面*/
.randl_cover{
    width: 100%;
    height: 1900px;
    background-color: black;opacity: 0.8;
    position: fixed;
    top:0;
    z-index: 1000;
}

@media screen and (min-width:1200px){
	.cover{
    position: fixed;
    top:0;
    left:30%;
    z-index: 1000;
    /*display: none;*/
}
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
	.cover{
    position: fixed;
    top:0;
    left:20%;
    z-index: 1000;
    /*display: none;*/
}
}
@media screen and (min-width: 768px) and (max-width: 959px) {
	.cover{
    position: fixed;
    top:0;
    left:20%;
    z-index: 1000;
    /*display: none;*/
}
}
@media only screen and (min-width: 480px) and (max-width: 767px){ 
	.cover{
    position: fixed;
    top:0;
    left:20%;
    z-index: 1000;
    /*display: none;*/
}
}

@media only screen and (max-width: 479px) {
	.position_icon {
		position: absolute;
		right: 25%;
		bottom: 0;
	}
}
.randl {
    width: 566px;
    height: 380px;
    margin: 0 auto;
    background-color: white;
    border-radius: 2%;
    position: relative;
    opacity: 1;
    display: none;
}
.randl input{
    width: 468px;
    height: 45px;
    border-radius: 5px;
    background-color: #fafafa;
    color:#333;
    font-size:14px;
    border:1px solid #eaeaea;
    margin:-5px 0 -5px 48px;
    padding-left: 8px;
}
.randl>p{
    width: 60px;
    margin:0 auto;
    padding: 35px 0;
    font-size: 24px;
    color:#333;
}
.close{
    position: absolute;
    right:14px;
    top:12px;
}
#user_login .input,#user_regist .input{
    background-color: #0097ff;
    font-size: 20px;
    color:#fff;
    cursor: pointer;
}
.randl_fpsw{
    float:right;
    margin:6px 48px 52px 0;
}
.randl_fpsw>a{
    text-decoration:none;
    color:#0097ff;
    font-size: 12px;
    float:right;
    margin-right: 10px;
}
#remember{
    width: 12px;height: 12px;
    margin-left: 58px;
}
.rem_pwd{
    font-size: 12px;
    color:#999;
    display: inline-block;
    margin-left: 10px;
}
#show{
    display:none;
}
.little_regist{
    color:#0097ff;
    font-size: 12px;
    margin-left: 400px;
}
.randl .input{
    background-color: #0097ff;
}
#userName{
    width: 120px;
    height: 30px;
    font-size: 12px;
    color:#fff;
    display: none;
}
.banner,.banner img {
	width: 100%;
}
.little_regist {
	cursor: pointer;
}

/*扫码*/
.none {
	display: none;
}
.index_bc {
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	
}
.code_content {
	position: absolute;
	top: 30%;
	left: 40%;
	z-index: 1002;
}
.code_close {
	width: 2rem;
	height: 2rem;
	margin-bottom: 24rem;
	cursor: pointer;
}

.browser_code1 {
	display: flex;
	flex-direction: row;
	justify-content: center
}
.code_list_b {
	width: 15rem;
	height: 15rem;
	margin-right: 2rem;
}
.browser_code1 p{
	width: 15rem;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
}
/*固定的二维码*/
.img_code {
	position: fixed;
	bottom: 20px;
	right: 0;
}

.fixed_code {
	width: 15rem;
	height: 15rem;
}
.code2 {
	display: flex;
	flex-direction: row;
}
.fixed_code2 {
	width: 10rem;
	height: 10rem;
	margin-right: 1rem;
}
.code2 p{
	width: 10rem;
	text-align: center;
	font-weight: 600;
}

.banner_detail {
	cursor: pointer;
}
/*公司名称*/
.footer_company {
	display: flex;
	flex-direction:row ;
	justify-content:center;
	line-height:39px ;
	align-items: center;
	color: #e0e2e7;
	font-size: 2.2rem;
	font-weight: bold;
	padding: 1rem 0;
	background: #021839;
}
.footer_company img {
	margin-right: 2rem;
}
.footer_company p{
	margin-top: 1rem;
}
.code_pic {
	width: 280px;
	height: 280px;
}
.txt_wallet_info {
	color: white;
	width: 350px;
	margin-left: -2em;
}
.txt_weChat_info {
	color: white;
	width: 350px;
	margin-left:12%;
}
.index_18_search_wrap {
	position: absolute;
	right: 1%;
	top: 2px;
	width:9%;
}
.index_18_search_img {
	width: 1.5rem;
	height: 1.5rem;
	/*position: absolute;
	right: 3px;
	top: 5px;*/
}
.index_18_search_input {
	background: none;
	border: none;
	width:50%;
	height: 24px;
	color: white;
	outline: none;
	text-indent: 2em;
	line-height: 24px;
	border:1px solid #fff ;
	border-radius: 15px;
	font-size: 14px;
}
.form_list {
	position: relative;
	width: 200px;
	height: 26px;
	
	line-height: 26px;
}
.index_18_search_list {
	width: 200px;
	color: white;
	font-size: 12px;
}
.index_18_search_list a {
	color: white;
	font-size: 12px;
	cursor: pointer;
}
.index_18_search_list_li {
	float: left;
	margin-right: 5px;
}
/*鼠标悬浮*/
.footer_choice {
	width: 18%;
	cursor: pointer;
}
.footer_detail_ac {
	display: none;
	background: #fff;
	height: 20rem;
}
.footer_title_ac {
	background: #6318d3;
	color: #fff;
}
.footer_title_ac a {
	color: #fff !important;
}
.footer_detail_ac a {
	padding-left: 0.5rem;
	font-weight: normal;
	font-family: "微软雅黑";
	font-size: 1rem;
	line-height: 1.4rem;
	color: #666;
	display: block;
}
.footer_detail_ac a:hover {
	color: #333;
}
