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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: Roboto-Regular, Roboto;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    font-family: 微软雅黑;
    color: #222222;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a{
  text-decoration: none;
  color: #303041;
}
img, svg {
  vertical-align: middle;
}
button,input{
  font-size: 100%;
  vertical-align: middle;
}


.noti-tips{
    width: auto;
    height: auto;
    float: right;
    padding: 20px 32px;
    position: fixed;
    right: 0;
    margin: 25px;
    bottom: 0;
    z-index: 2147483002;
    border-radius: 50px;
    box-shadow: 0 1px 24px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 24px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 24px rgba(0,0,0,.1);
    color: #FFFFFF;
    font-size: 18px;
  }
@media (min-width: 980px) {
    .logo-m,.nav-close{
        display: none;
    }
    .container{
        width: 1200px;
        margin: 0 auto;
    }
    .header-wrap {
        width: 100%;
        height: 63px;
        background: transparent url('../images/download.png') no-repeat center;
        /* margin-bottom: 48px; */
    }
    .header-wrap .container{
        display: flex;
        height: 100%;
        align-items: flex-end;
        padding-bottom: 10px;
        box-sizing: border-box;
        position: relative;
    }
    .header-wrap .container .logo {
        margin-right: 10px;
    }
    .header-wrap .container .logo img{
        width: 142px;
        height: 35px;
    }
    .header-wrap .container .nav{
        display: flex;
        margin: 0 10px;
        flex: 1;
        
    }
    .header-wrap .container .nav>li>a{
        margin-left: 10px;
        margin-right: 30px;
        text-shadow: none;
        white-space: nowrap;
        word-break: keep-all;
        white-space: nowrap;
        color: rgba(169, 169, 169, 1);
    }
    .header-wrap .container .nav>li>a:hover,
    .header-wrap .container .nav>li>a.active{
        color: #000000;
    }
    .header-wrap .container .nav .sub-nav{
        position: absolute;
        width: 100%;
        left: 0;
        top: calc( 100% + 7px );
        display: flex;
        justify-content: space-between;
        display: none;
    }
    .header-wrap .container .nav .sub-nav ul{
        display: flex;
        height: 40px;
    }
    .header-wrap .container .nav .sub-nav ul li{
        margin-right: 15px;
    }
    .header-wrap .container .nav .sub-nav ul li a{
        line-height: 40px;
    }
    .header-wrap .container .nav .sub-nav .buy{
        width: 162px;
        height: 35px;
        color: #FFFFFF;
        background: rgba(0, 207, 180, 1);
        display: flex;
        font-size: 12px;
        border-radius: 3px;
        align-items: center;
        justify-content: center;
    }
    .header-wrap .container .buyPlatform-box ul{
        display: flex;
    }
    .header-wrap .container .buyPlatform-box ul li {
        margin-right: 43px;
    }
    .header-wrap .container .buyPlatform-box ul li:last-child{
        margin-right: 0;
    }
    .header-wrap .container .buyPlatform-box ul li img:nth-child(2){
        display: none;
    }
    .header-wrap .container .buyPlatform-box ul li:hover .hoverImage{
        display: none;
    }
    .header-wrap .container .buyPlatform-box ul li:hover .lazyload_transparent{
        display: block;
    } 
    .header-wrap .container .buyPlatform-box ul img{
        width: 25px;
        height: 26px;
    }

    .footer-wrap{
        color: #9Fa3a6;
        background: rgba(39, 39, 39, 1);
        padding-top: 40px;
    }
    .footer-wrap .container .top{
        width: 100%;
        display: flex;
        align-items: center;
    }
    .footer-wrap .container .top .top-left{
        margin-right: auto;
    }
    .footer-wrap .container .top .top-left h4{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .footer-wrap .container .top .top-left p{
        font-size: 12px;
    }
    .footer-wrap .container .top .code{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-wrap .container .top .code img{
        width: 86px;
        height: 85px;
    }
    .footer-wrap .container .top .code span{
        font-size: 12px;
        margin-top: 8px;
    }
    .footer-wrap .container .bottom{
        border-top: 1px solid #9Fa3a6;
    }
    .footer-wrap .container p{
        line-height: 39px;
        font-size: 12px;
    }
}
@media (max-width: 980px) {
    .logo,.buyPlatform-box,.footer-wrap .container .bottom,
    .footer-wrap .container .top .code
    {
        display: none;
    }
    .menu{
        width: .3rem;
        height: .3rem;
        background: url('../images/menu.png');
        background-size: .3rem .3rem;
    }
    .header-wrap{
        width: 100%;
        height: 1rem;
        position: sticky;
        top: 0;
        left: 0;
        background-color: rgba(0, 207, 180, 1);
        z-index: 1000;
    }
    .header-wrap .container{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        padding-left: .3rem;
        box-sizing: border-box;
    }
    .logo-m{
        margin-left: auto;
        margin-right: auto;
        display: flex;
        align-items: center;
    }
    .logo-m span{
        color: #FFFFFF;
        font-size: .3rem;
        padding: 0;
        text-decoration: none;
        cursor: pointer;
        font-family: "\5FAE\8F6F\96C5\9ED1",Helvetica,"黑体",Arial,Tahoma;
        margin-left: .2rem;
    }
    .logo-m img{
        width: 3rem;
    }
    .nav-close{
        width: .62rem;
        height: .62rem;
        display: none;
        align-items: center;
        justify-content: center;
        position: absolute;
        background: rgba(0, 207, 180, 1) ;
        border-radius: 50%;
        z-index: 1;
    }
    .nav-close.active{
        display: flex;
    }
    .nav-close img{
        width: .3rem;
        height: .3rem;
    }
    .nav{
        /* display: none; */
        position: fixed;
        top: 1000%;
        left: 0;
        right: 0;
        bottom: 0;
        background: #FFFFFF;
        padding-top: 1.1rem;
    }
    .nav.active{
        display: block;
        top: 0;
    }
    .nav>li{
        opacity: 0;
        width: 100%;
        box-sizing: border-box;
        transition: opacity .4s;
    }
    .nav.active> li{
        opacity: 1;
    }
    .nav>li:nth-child(1){
        transition-delay: 160ms;
    }
    .nav>li:nth-child(2){
        transition-delay: 240ms;
    }
    .nav>li:nth-child(3){
        transition-delay: 320ms;
    }
    .nav>li:nth-child(4){
        transition-delay: 400ms;
    }
    .nav>li:nth-child(5){
        transition-delay: 480ms;
    }
    .nav>li:nth-child(6){
        transition-delay: 560ms;
    }
    .nav>li .sub-nav{
        display: none;
    }
    .nav>li a.right{
        display: flex;
        align-items: center;
    }
    .nav>li a.right::after{
        content: " ";
        width: .3rem;
        height: .3rem;
        background: url('../images/right.png');
        background-size: .3rem .3rem;
        margin-left: auto;
    }
    .nav>li a{
        display: block;
        width: 100%;
        padding: .32rem 1rem;
        box-sizing: border-box;
    }
    .nav>li a.active{
        color: rgba(0, 207, 180, 1);
        background: rgba(246,246,246,1);
    }

    .footer-wrap{
        color: #9Fa3a6;
        background: rgba(39, 39, 39, 1);
        padding: .8rem 0;
        font-size: .25rem;
        text-align: center;
    }
    .footer-wrap .container .top{
        width: 100%;
        display: flex;
        align-items: center;
    }
    .footer-wrap .container .top .top-left{
        width: 100%;        
    }
    .footer-wrap .container .top .top-left h4{
        margin-bottom: 5px;
    }
    .footer-wrap .container .top .top-left p{
        font-size: 12px;
    }

}