html{
    font-size: 100px;
}
*{padding:0;margin:0;border:0;vertical-align:baseline;-webkit-box-sizing:border-box;box-sizing:border-box; -webkit-tap-highlight-color: transparent;}
input,select,button{outline:0;}
button{border:0;background-clip:padding-box;
    -webkit-tap-highlight-color: transparent;
}
table{border-collapse:collapse;border-spacing:0;}img{border:none;vertical-align:baseline;}
textarea,input{word-wrap:break-word;word-break:break-all;}span,p,div{word-wrap:break-word;}
.lf{float:left;}.rt{float:right;}html,body,div,p,ul,ol,li{list-style:none;}
a{text-decoration:none;cursor:pointer;}
a,a:hover,a:active,a:visited,a:link,a:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-tap-highlight-color: transparent; outline:none; background: none; text-decoration: none;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.cu_layer{
    display: none;
}
input{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
input::-ms-clear{display:none;}/*删除文本框中的叉号*/
input::-ms-reveal{display:none;} /*删除密码框中的小眼睛*/

body{
    font-size: 14px;
    color: #000000;
    font-family: Arial,"PingFang SC",STXihei,"Microsoft yahei","WenQuanYi Micro Hei",sans-serif ;
}

::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 4px rgba(105, 107, 110, 0.5);
    background: rgba(86, 86, 88, 0.5);
}
::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 4px hsl(225,4%,65%,0.5);
    border-radius: 5px;
    background: rgba(0,0,0,0.1);
}


* {
    box-sizing: border-box;
    border: none;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Source Han Sans", "Noto Sans CJK Sc", "Microsoft YaHei", "Microsoft Jhenghei", sans-serif;
    -webkit-font-smoothing: antialiased;
    color: black;
    background-color: #FFFFFF;;
}

html, body {
    width: 100vw;
}

.layout-1-of-1 {
    width: 100%;
}

.root {
    width: 100%;
    overflow: hidden;
    padding: 42px 0 56px 0;
}

.lazy {
    transition: all .5s;
    opacity: 0;
    transform: translate3d(0, -10px, 0);
    will-change: transform;
    perspective: 1000;
    backface-visibility: hidden;
}

.lazy.from-bottom {
    transform: translate3d(0, 10px, 0);
}

.lazy.duration-100 {
    transition-duration: 100ms;
}

.lazy.duration-200 {
    transition-duration: 200ms;
}

.lazy.duration-300 {
    transition-duration: 300ms;
}

.lazy.duration-400 {
    transition-duration: 400ms;
}

.lazy.duration-500 {
    transition-duration: 500ms;
}

.lazy.duration-600 {
    transition-duration: 600ms;
}

.lazy.duration-700 {
    transition-duration: 700ms;
}

.lazy.duration-800 {
    transition-duration: 800ms;
}

.lazy.duration-900 {
    transition-duration: 900ms;
}

.lazy.delay-100 {
    transition-delay: 100ms;
}

.lazy.delay-200 {
    transition-delay: 200ms;
}

.lazy.delay-300 {
    transition-delay: 300ms;
}

.lazy.delay-400 {
    transition-delay: 400ms;
}

.lazy.delay-500 {
    transition-delay: 500ms;
}

.lazy.delay-600 {
    transition-delay: 600ms;
}

.lazy.delay-700 {
    transition-delay: 700ms;
}

.lazy.delay-800 {
    transition-delay: 800ms;
}

.lazy.delay-900 {
    transition-delay: 900ms;
}

.lazy.delay-1000 {
    transition-delay: 1000ms;
}

.lazy.delay-350 {
    transition-delay: 350ms;
}

.fade-in {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.overflow-hidden {
    overflow: hidden;
}

.main-title {
    font-size: 18px;
    font-weight: 600;
    color: #1A1A1A;
    line-height: 25px;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto;
}

.main-description {
    font-size: 12px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 17px;
    text-align: center;
    margin: 0 auto;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #0091FF;
    display: inline-block;
}


.footer-info a{
    text-align: center;
    font-size: 8px;
    font-weight: 400;
    color: #999999;
    line-height: 11px;
}
.footer_a {
    margin-bottom: 5px;
}

/* 底部样式 */

.footer-bar{
    width: 100%;
    padding-top: 1.39rem;
    overflow: hidden;
    background-color: #F5F5F5;
}
.footer-bar .footer-top{
    width: 100%;
    padding: 0 0.45rem;
    overflow: hidden;
}
.footer-bar .ftitle{
    width: 100%;
    overflow: hidden;
}
.footer-bar .ftitle img{
    width: 1.12rem;
    height: 1.12rem;
}
.footer-bar  .ftitle_l{
    width: 2.2rem;
    margin-right: 0.44rem;
    font-size: 0.2rem;
    font-weight: 400;
    color: #000000;
    line-height: 0.28rem;
    letter-spacing: 0.02rem;
    float: left;
}
.footer-bar  .ftitle_l a{
    color: #000000;
    display: flex;
    align-items: center;
    margin-bottom: 0.15rem;
}
.footer-bar  .ftitle_l a:last-child{
    margin-bottom: 0;
}
.footer-bar  .ftitle_l a span{
    margin-right: 0.2rem;
}
.footer-bar  .ftitle_l a .icon{
    margin-right: 0.2rem;
    font-size: 0.22rem;
}
.footer-bar  .ftitle_m{
    display: flex;
    flex-direction: column;
    text-align: left;
    font-size: 0.2rem;
    font-weight: 400;
    color: #000000;
    line-height: 0.28rem;
    letter-spacing: 0.03rem;
    float: left;
}
.footer-bar  .ftitle_m p{
    margin-bottom: 0.15rem;
}
.footer-bar  .ftitle_m p:last-child{
    margin-bottom: 0;
}
.footer-bar .ftitle_r{
    float: right;
}
.footer-bar  .fproduct{
    margin-top: 0.5rem;
    margin-bottom: 0.3rem;
}
.footer-bar  .fproduct:last-child{
    margin-bottom: 0.5rem;
}
.footer-bar  .fproduct h1{
    font-size: 0.26rem;
    font-weight: 500;
    color: #000000;
    line-height: 0.37rem;
    margin-bottom: 0.24rem;
}
.footer-bar  .fproduct  ul{
    display: flex;
}
.footer-bar  .fproduct ul li{
    margin-right: 0.35rem;
}
.footer-bar  .fproduct ul li:last-child{
    margin-right: 0;
}
.footer-bar  .fproduct ul a{
    color: #636888;
    font-size: 0.2rem;
    font-weight: 400;
    color: #636888;
    line-height: 0.28rem;
    
}
.footer-bar .footer-bottom{
    width: 100%;
    height: 0.96rem;
    padding-top: 0.23rem;
    text-align: center;
    border-top: 0.01rem solid rgba(151, 151, 151, 0.23);
    font-size: 0.16rem;
    color: #000000;
    line-height: 0.24rem;
}
.footer-bar .footer-bottom a{
    color: #000000;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
.iconfont {
    font-size: 0.22rem;
}