﻿@charset "utf-8";
/*header,body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td ,button,p{ 
padding: 0;
margin: 0;
}*/
/*顶部导航*/
.bar {
    position: fixed;
    top: 0;
    z-index: 1000;
    height: 0.98rem;
    /*padding-right: 0.2rem;
    padding-left: 0.2rem;*/
    display: flex;
    justify-content: space-between;
    /*border-bottom: 0.01rem solid #F9F9F9;*/
    width: 7.5rem;
    margin: 0 auto;
    padding: 0;
    background-color:transparent;
    /*background-color: #ffffff;
    box-shadow: rgba(100, 100, 100, 0.1) 0 0.04rem 0.08rem 0;*/
}
.bar #imgBanner{
	display: block;
    width: 1.42rem;
    height: 0.72rem;
	margin-top:0.12rem;
}
.bar .nav{
	display: flex;
	line-height: 1.1rem;
}
.bar .nav a{
	color:#6a6a6a;
	margin-left: 0.34rem;
	font-size: 0.26rem;
    cursor:pointer;
}
.bar .nav .a-pull{
    display:block;
	width: 0.4rem;
	height: 0.4rem;
    margin-top:0.24rem;
    margin-right:0.34rem;
    margin-left:0.32rem;
}
.bar .nav .a-pull img{
    display:block;
	width: 0.4rem;
	height: 0.4rem;
}
.container-pull{
    position:fixed;
    top:0.96rem;
    left:0;
    width:7.5rem;
    /*height:9.06rem;*/
    z-index: 9998;
    background-color:white;
    /*box-shadow: rgba(100, 100, 100, 0.1) 0 0.04rem 0.08rem 0;*/
    /*border-top:solid 0.01rem #e6edf0;*/
}
.container-pull-mask{
    position:fixed;
    top:0.96rem;
    left:0;
    width:7.5rem;
    height:100%;
    z-index: 9997;
    background:rgba(0, 0, 0, 0.4);
    /*box-shadow: rgba(100, 100, 100, 0.1) 0 0.04rem 0.08rem 0;*/
    /*border-top:solid 0.01rem #e6edf0;*/
}
.hidden{
    display:none;
}
.a-news{
    display:block;
    width:6.9rem;
    height:1rem;
    line-height:1rem;
    margin-left:0.3rem;
    border-bottom:solid 0.01rem #e2e2e2;
	font-size: 0.28rem;
    font-weight:800;
    color: #060608;
}
.a-faq{
     display:block;
    width:6.9rem;
    height:1rem;
    line-height:1rem;
    margin-left:0.3rem;
    border-bottom:solid 0.01rem #e2e2e2;
	font-size: 0.28rem;
    font-weight:800;
    color: #060608;
}
.a-vip{
     display:block;
    width:6.9rem;
    height:1rem;
    line-height:1rem;
    margin-left:0.3rem;
    border-bottom:solid 0.01rem #e2e2e2;
	font-size: 0.28rem;
    font-weight:800;
    color: #060608;
}
.container-pull-function{
    width:6.9rem;
    height:1rem;
    line-height:1rem;
    margin-left:0.3rem;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-content:center;
    align-items:center;
     font-size: 0.28rem;
    font-weight:800;
    color: #060608;
}
.container-pull-content{
    width:6.9rem;
    height:1rem;
    margin-left:0.3rem;
}
.container-pull-content li{
    float:left;
    display:block;
    width:2.1rem;
    height:1rem;
    overflow:hidden;  
}
.container-pull-content li div{
    display:block;
    width:2.1rem;
    height:1rem;
    overflow:hidden;
}

.container-pull-content li a span{
    line-height:1rem;
    font-size: 0.24rem;
    color: #808080;
}
.pull-line{
	width: 6.90rem;
	height: 0.01rem;
	background-color: #e2e2e2;
    margin-left:0.3rem;
}
.container-btn-download{
      width:6.9rem;
    height:1rem;
    margin-left:0.3rem;
    display:flex;
    flex-direction:row;
    justify-content:flex-end;
    align-content:center;
    align-items:center;
}
.container-btn-download a{
    display:block;
	width: 1.56rem;
	height: 0.52rem;
    line-height:0.52rem;
	background-image: linear-gradient(90deg, 
		#009cff 0%, 
		#0a80f8 100%), 
	linear-gradient(
		#3094fa, 
		#3094fa);
	background-blend-mode: normal, 
		normal;
	border-radius: 0.26rem;
    text-align:center;
    font-weight:800;
	font-size: 0.24rem;
    color: #ffffff;
}
.img-arrow{
    display:block;
    width:0.28rem;
    height:0.28rem;
}


