html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    letter-spacing: 1px;
    text-decoration: none;
}
input:focus, textarea:focus, select:focus {
    outline-offset: 0;
}
input,select{
    outline:none
}
input::-webkit-input-placeholder { /* WebKit browsers */
   color: #86919C;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #86919C;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #86919C;
}
a:active{
    border: 0;
}
@font-face {
    font-family: "Source Han Sans CN Regular";
    src: url("../fonts/SourceHanSansCNRegular.woff2") format("woff2"),
    url("../fonts/SourceHanSansCNRegular.woff") format("woff"),
    url("../fonts/SourceHanSansCNRegular.ttf") format("truetype"),
    url("../fonts/SourceHanSansCNRegular.eot") format("embedded-opentype"),
    url("../fonts/SourceHanSansCNRegular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
html, body {
    height: 100%;
    /*font-family: "Source Han Sans CN Regular";*/
    font-family: -apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,noto sans,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
}
body{
    background: #FFFFFF !important;
}
body{
    font-size: 14px;
    max-width: 780px;
    margin: 0 auto;
}
.row{
    margin-left: 0;
    margin-right: 0;
}
ol,ul, li {
    list-style: none;
}
.lf{
    float: left;
}
.rf{
    float: right;
}
.none{
    display: none;
}
.clearfix {
    zoom: 1;
    clear: both;
}
a:focus{outline:none;}
.clearFix:before, .clearFix:after {
    content: " ";
    display: table;
}
.clearFix:after {
    clear: both;
    overflow: hidden;
}
.clearFix {
    zoom: 1;
    clear: both;
}

/** 头部导航 start**/
.fix_nav {
    width: 100%;
    z-index: 1000;
    position: absolute;
    left:0;
    top:0;
}
.nav_header{
    display: flex;
    width: 100%;
    height: 0.82rem;
    box-sizing: border-box;
    padding: 0 0.23rem 0 0.29rem;
    align-items: center;
    justify-content: space-between;
    background: rgba(255,255,255,0.96);
    /*border-top: 1px solid #DCDCDC;*/
    border-bottom: 1px solid #DCDCDC;
}
.nav_header .top_logo{
    width: 1.658rem;
}
.nav_header .top_logo img{
    width: 100%;
    height: 100%;
}
.nav_header .nav_bar{
    width: 0.24rem;
    position: relative;
}
.nav_header .nav_bar img{
    display: inline-block;
    width: 0.28rem;
    height: 0.24rem;
}
/** 头部导航 end**/
.phone_logo1{
    display: inline-block;
    width: 1.6058rem;
    height: 0.2887rem;
    background: url("./../img/phoneImg/logo.png") no-repeat;
    background-size: contain;
}
/** 底部样式 start**/
.footer{
    width: 100%;
    padding-bottom: 0.1rem;
}
.footer_top{
    width: 100%;
    height: 4.28rem;
    border-bottom: 1px solid #e3dede;
    border-top: 1px solid #e3dede;
    padding-left: 0.32rem;
    padding-right: 0.32rem;
    box-sizing: border-box;
}
.footer_bottom{
    width: 100%;
    height: 0.88rem;
    box-sizing: border-box;
}
.content{
    width: 100%;
    margin: 0 auto;
}
.copy_bottom{
    width: 100%;
    text-align: center;
    line-height: 0.30rem;
    font-size: 0.16rem;
    margin-top:0.23rem;
    color: #666666;
    letter-spacing: 0.01rem;
}
.copy_bottom a{
    color: #6C7481;
}
.copy_bottom a:hover{
    color: #0069DE;
}
.footer_main{
    height: 2.56rem;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    /*border-top: 1px solid #DEE2E8;*/
}
.footer_main_left{
    display: flex;
    flex-direction: column;
}
.footer_logo{
    width: 1.64rem;
    height: 0.2959rem;
    margin-top: 0.40rem;
}
.footer_about{
    margin-top: 0.45rem;
}
.footer_about .title{
    letter-spacing: 0.01rem;
    font-size: 0.20rem;
    font-weight: bold;
    margin-bottom: 0.24rem;
    color:#030813;
}
.about li{
    font-size: 0.20rem;
    letter-spacing: 0.01rem;
    line-height: 0.36rem;
    color: #42464E;
}
.company_list{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.company_icon{
    width:1.20rem;
    height: 0.42rem;
}
.company_icon1{
    background: url("../img/phoneImg/company_icon1.png") no-repeat;
    background-size: contain;
}
.company_icon2{
    background: url("../img/phoneImg/company_icon2.png") no-repeat;
    background-size: contain;
}
.company_icon3{
    background: url("../img/phoneImg/company_icon3.png") no-repeat;
    background-size: contain;
}
.about li .about_href{
    color: #6C7481;
}
.about li .about_href:hover{
    color: #0069DE;
}
.footer_about .qr_code_title{
    margin-bottom: 0.24rem;
}
.qr_code{
    width: 0.90rem;
    height: 0.90rem;
    background: url("../img/qr_code.png") no-repeat;
    background-size: contain;
    margin-bottom: 0.10rem;
}
.code_name{
    height: 0.16rem;
    font-size: 0.14rem;
    letter-spacing: 0.01rem;
    line-height: 0.16rem;
    color: #6C7481;
    text-align: center;
}
/** 底部样式 end**/

.main{
    width: 100%;
}


