.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}

* { margin: 0; padding: 0; box-sizing: border-box;}
a { text-decoration: none;color: #1A6BF9; }
ul, ol {list-style: none;}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.hover-effect {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
body {
    color: #3D3D3D;
    background: #EBF1FF;
    font-size: 14px;
    line-height: 1;
}
.header {
    /* padding: 0 .5rem; */
    background-color: #fff;
    white-space: nowrap;
}
.mobile-header {
    display: none;
}
.aside-menu {
    display: none;
}
.homepage-main {
    background-image: url(../images/bg.jpeg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 bottom;
}
.header .nav {
    /* display: flex;
    max-width: 15rem;
    margin: 0 auto;
    justify-content: space-between; */
}
.header .nav-main {
    display: flex;
    align-items: center;
}
.header .logo {
    float: left;
}
.header .logo-img {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 37px;
}
.header .name {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    font-weight: normal;
    color: #4D5672;
    margin-left: -8px;
}
.header .menu {
    font-size: 18px;
    display: flex;
    margin-left: 1.2rem;
    align-items: center;
}
.menu .item {
    position: relative;
    margin-left: .86rem;
    font-size: 16px;
}
.menu .item a {
    color: #242424;
}
.menu .item a:hover {
    color: #1A6BF9;
}
.menu .item.active a {
    color: #242424;
    font-weight: 500;
}
.menu .item.active:after {
    content: '';
    position: absolute;
    background-color: #1A6BF9;
    height: 4px;
    width: 22px;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
}
.signs {
    display: flex;
    align-items: center;
    border-left: 1px solid #D8D8D8;
}
.signs .item a {
    display: block;
    height: .72rem;
    line-height: .72rem;
    font-size: 16px;
    padding: 0 16px;
}
.signs .sign-in a {
    padding: 0 .56rem;
    color: #fff;
    background-color: #1A6BF9;
}

.banners {
    position: relative;
    width: 100%;
    padding-top: 29.16%;
    overflow: hidden;
}
.banner-list {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    white-space: nowrap;
    font-size: 0;
    transform-style: preserve-3d; 
    -webkit-transform-style: preserve-3d; 
}
.banner {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.banner .content {
    max-width: 15rem;
    display: flex;
    margin: 0 auto;
    color: #fff;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    align-items: flex-end;
}

.banner .download-btn, .banner .provider-btn {
    margin-bottom: 1.3rem;
}

.banner .left {
    flex: 1;
}
.banner .right {
    flex: 1;
    padding-left: 13.3%;
}
.banner .tv-img {
    width: 100%;
}
.banner .title {
    font-weight: 500;
    font-size: .48rem;
    color: #FFF;
    line-height: .6rem;
    padding: .07rem 0;
}
.app-info {
    display: flex;
    margin-top: 24px;
    font-size: 14px;
    white-space: nowrap;
}
.app-info span {
    padding-left: 20px;
    margin-right: 36px;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 0 center;
}
.app-info span:last-child {
    margin-right: 0;
}
.with-icon-clock {
    background-image: url(../images/icon-clock.png);
}
.with-icon-file {
    background-image: url(../images/icon-file.png);
}
.with-icon-version {
    background-image: url(../images/icon-version.png);
}
.with-icon-admin {
    background-image: url(../images/icon-admin.png);
}
.app-info .with-icon-user {
    background-image: url(../images/icon-user.png);
    background-size: contain;
}
.with-icon-help {
    background-image: url(../images/icon-help.png);
}
.qq-group-info {
    margin-top: .2rem;
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
    line-height: 1;
}
.download-btn, .provider-btn {
    display: inline-block;
    padding: .12rem .28rem .12rem .28rem;
    font-size: .2rem;
    color: #1A6BF9;
    background-color: #fff;
    border-radius: .08rem;
    margin-top: .2rem;
    line-height: .24rem;
}
.download-btn span, .provider-btn span, .be-provider-btn span {
    padding-left: .32rem;
    background-repeat: no-repeat;
    background-size: .28rem;
    background-position: 0 center;
}
.download-btn span {
    background-image: url(../images/icon-download-primary.png);
}
.provider-btn span {
    background-image: url(../images/icon-provider-primary.png);
}
.be-provider-btn span {
    background-image: url(../images/icon-provider.png);
}
.indicator {
    display: flex;
    position: absolute;
    bottom: .8rem;
    left: 50%;
    margin-left: -7.5rem;
}
.indicator .item {
    width: .4rem;
    height: .04rem;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 1px;
    margin-right: .2rem;
    overflow: hidden;
}
.indicator .item.active {
    position: relative;
    width: .8rem;
}
.indicator .item::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: 1px;
    background-color: #fff;
    width: 0;
}
.indicator .item.active::after {
    width: 100%;
    transition: width 8s linear;
}
.banner-navigator .nav-btn {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 100%;
    cursor: pointer;
    background-image: url(../images/icon-arrow-left.png);
    background-position: center center;
    background-size: 7px;
    background-repeat: no-repeat;
}
.banner-navigator .nav-btn:hover {
    opacity: .8;
}
.banner-navigator .prev {
    left: 80px;
}
.banner-navigator .next {
    right: 80px;
    transform: rotate(-180deg);
}

.advantages {
    max-width: 15rem;
    margin: .8rem auto 0 auto;
}
.advantages .title {
    font-size: .32rem;
    color: #242424;
    text-align: center;
    margin-bottom: .4rem;
}
.advantages .one-row {
    display: flex;
}
.advantages .one-row .item {
    position: relative;
    flex: 1;
}
.advantages .one-row .item:after {
    content: "";
    display: block;
    width: 0;
    padding-top: 53.3%;
}
.texts {
    text-align: center;
    font-size: .16rem;
    color: #898C92;
}
.texts h4 {
    font-size: .24rem;
    color: #242424;
    margin-bottom: .12rem;
}
.advantages .one-row .texts {
    position: absolute;
    bottom: .38rem;
    left: 0;
    right: 0;
}
.advantages .live {
    background-image: url(../images/feature-live-v1.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: .1rem;
}
.advantages .tiny {
    background-image: url(../images/feature-tiny-v1.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: .1rem;
}
.smart-voice {
    position: relative;
    display: flex;
    margin-top: .2rem;
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    background-image: url(../images/radius.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}
.smart-voice .text-pic, .smart-voice .screen-pic {
    flex: 1;
}
.smart-voice .text-pic {
    padding: .2rem 1rem .2rem  1.28rem;
}
.smart-voice .screen-pic {
    padding: .7rem 1.25rem .45rem  1.28rem;
}
.smart-voice img {
    width: 100%;
}

.vertical-middle {
    display: inline-block;
    vertical-align: middle;
}
.footer {
    color: #fff;
    background-color: #343334;
    padding: .7rem 0 .6rem 0;
    text-align: center;
    line-height: 28px;
}
.provider {
    padding: .8rem 0;
    text-align: center;
}
.provider .title {
    font-size: .32rem;
    color: #242424;
}
.provider-list {
    font-size: 0;
    text-align: center;
    margin-top: .5rem;
}
.provider-list .item {
    display: inline-block;
    width: 4.8rem;
    padding: .85rem .2rem 1.1rem .2rem;
    border-radius: .2rem;
    background-color: #fff;
    text-align: center;
    margin: 0 .15rem;
}
.provider-list .icon {
    width: 1rem;
    height: 1rem;
    object-fit: cover;
}
.provider-list .name {
    font-size: .26rem;
    line-height: 1;
    color: #3D3D3D;
    font-weight: bold;
    margin-top: .4rem;
}
.provider-list .text {
    margin-top: .2rem;
    font-size: .16rem;
    line-height: 1.2;
}
.be-provider-btn {
    display: inline-block;
    margin-top: .4rem;
    color: #fff;
    font-size: 16px;
    padding: .22rem .65rem;
    background-color: #297CF9;
    border-radius: .12rem;
}
.fixed-aside {
    position: fixed;
    z-index: 10;
    right: 0;
    bottom: 200px;
    background-color: #fff;
    border-radius: 6px 0px 0px 6px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
.fixed-aside .item {
    padding: 15px 30px;
    border-bottom: 1px solid #F1F1F1;
    color: #616161;
    font-size: 14px;
    cursor: pointer;
}
.fixed-aside .item .label {
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fixed-aside .item-wechat {
    padding: 0;
}
.fixed-aside .item-wechat .hover-effect {
    padding: 15px 30px;
}
.fixed-aside .item:first-child {
    border-radius: 6px 0 0 0;
}
.fixed-aside .item:last-child {
    border-bottom: none;
    border-radius: 0 0 0 6px;
}
.fixed-aside .item:hover {
    color: #fff;
    background-color: #106DF7;
}
.fixed-aside .item a {
    color: #616161;
}
.fixed-aside .item:hover a {
    color: #fff;
}
.fixed-aside .icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: cover;
}
.icon-download {
    background-image: url(../images/icon-download.png);
}
.icon-wechat {
    background-image: url(../images/icon-wechat.png);
}
.icon-phone {
    background-image: url(../images/phone.png);
}
.icon-back2top {
    background-image: url(../images/icon-back2top.png);
}
.fixed-aside .item:hover .icon-download {
    background-image: url(../images/icon-download-active.png);
}
.fixed-aside .item:hover .icon-wechat {
    background-image: url(../images/icon-wechat-active.png);
}
.fixed-aside .item:hover .icon-phone {
    background-image: url(../images/icon-phone-active.png);
}
.fixed-aside .item:hover .icon-back2top {
    background-image: url(../images/icon-back2top-active.png);
}
.item-wechat {
    position: relative;
}
.item-wechat .popover {
    display: none;
    position: absolute;
    top: -5px;
    right: 100%;
    padding-right: 10px;
}
.item-wechat .popover::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 6px;
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background-color: #fff;
    transform: rotate(-45deg);
}
.item-wechat .popover-content {
    width: 150px;
    height: 150px;
    border-radius: 8px;
    background: #fff;
    padding: 10px;
    color: #616161;
}
.item-wechat .tel {
    width: 170px;
    height: fit-content;
    border-radius: 8px;
    background: #fff;
    padding: 10px;
    text-align: center;
}
.item-wechat .tel>div{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.item-wechat .tel>div:last-child{
    margin-bottom: 0;
    white-space: nowrap;
}
.item-wechat .tel>div img{
    width: 130px;
}
.item-wechat .qr-pic {
    width: 100%;
}
.item-wechat:hover .popover {
    display: block;
}
.beian {
    color: rgba(255, 255, 255, 0.6);
}
.footer .content {
    max-width: 15rem;
    display: flex;
    margin: 0 auto;
    justify-content: space-around;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}
.footer .qrs {
    display: flex;
    line-height: 1;
}
.qrs img {
    display: block;
    width: 80px;
    height: 80px;
    margin-bottom: .12rem;
}
.footer .blogroll {
    display: flex;
    flex: 5;
    align-items: flex-start;
    line-height: 1;
}
.blogroll .list {
    display: flex;
    margin-left: .4rem;
    flex-wrap: wrap;
    flex: 1;
    row-gap: .32rem;
}
.blogroll .list li {
    width: 33.3%;
    white-space: nowrap;
    text-align: left;
}
.blogroll a {
    color: rgba(255, 255, 255, 0.6);
}
.blogroll a:hover {
    color: #1A6BF9;
}
.footer .contact {
    display: flex;
    flex: 3;
    flex-direction: column;
    line-height: 1;
    padding: 0 1.5rem 0 1rem;
}
.footer .contact div {
    margin-bottom: 24px;
    text-align: left;
}
.offical-wechat-account {
    margin-right: .7rem;
}

.hover-effect {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.hover-effect > * {
    position: relative;
    z-index: 10;
}
.hover-effect:after,
.hover-effect:before {
    padding: 18px 0 11px;
    content: '';
    position: absolute;
    top: 0;
    left: calc(-100% - 50px);
    height: calc(100% - 29px);
    width: calc(100% + 30px);
    color: #fff;
    border-radius: 2px;
    transform: skew(-25deg);
}
.hover-effect:after {
    background: #C4DCFF;
    transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.2s;
    z-index: 0;
    opacity: 0.8;
}
.hover-effect:before {
    background: #1A6BF9;
    z-index: 5;
    transition: left 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.hover-effect.no-back-animated:before,  .hover-effect.no-back-animated:after{
    transition: none;
}
.hover-effect:hover:after {
    left: -15px;
    transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}
.hover-effect:hover:before {
    left: -15px;
    transition: left 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.hover-effect.white:before {
    background: #E5F1FF;
}
.hover-effect.white:hover {
    color: #1A6BF9;
}

/* helpcenter */
.helpe-center {
    margin-top: .2rem;
    display: flex;
    min-height: 500px;
    max-width: 15rem;
    margin: .2rem auto;
    min-height: calc(100vh - 300px);
}
.helpe-center .sidebar {
    width: 2.4rem;
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    color: #666;
    overflow: hidden;
}
.helpe-center .content {
    flex: 1;
    margin-left: .2rem;
    background-color: #fff;
    border-radius: 8px;
    padding: .8rem;
    line-height: 1.2;
}
.helpe-center .content li {
    margin-bottom: 30px;
}
.sidebar .item {
    padding: 0 .1rem;
    cursor: pointer;
}
.sidebar .item span {
    padding: .32rem 0;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar .item.active {
    color: #fff;
    background-color: #1A6BF9;
}

.helpe-center .title {
    text-align: center;
    font-size: 32px;
    color: #242424;
    margin-top: 20px;
    margin-bottom: 50px;
}
.helpe-center  .text-content {
    line-height: 30px;
    font-size: 16px;
}

/* ROM page */
.rom-main {
    position: relative;
    min-height: calc(100vh - 300px);
    max-width: 15rem;
    margin: .2rem auto;
}

.loading-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #1A6BF9;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.button {
    cursor: pointer;
    background-color: #1A6BF9;
    color: #fff;
    padding: 12px 20px;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1;
  }
  .seach-mod {
    margin-top: 20px;
    display: flex;
  }
  .seach-box {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
  }
  .seach-box .input {
    width:220px;
    background-color: #fff;
    padding: 12px;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    border: none;
  }
  .seach-box .button {
    border-radius: 0;
  }
  .rom-list {
    display: none;
    margin: 20px 0;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 1%;
  }
  .rom-list .rom {
    width: 32.5%;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    cursor: pointer;
  }
  .rom-body {
    display: flex;
  }
  .rom-content {
    overflow: hidden;
  }
  .rom-cover {
    width: 160px;
    height: 120px;
    min-width: 160px;
    margin-right: .15rem;
    background-size: cover;
    background-position: center;
    border: 1px solid #EBF1FF;
    background-repeat: no-repeat;
    border-radius: 8px;
  }
  .rom-name {
    font-size: 16px;
    color: #333;
    margin-bottom: .12rem;
    margin-top: .03rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
  }
  .rom-detail-info {
    font-size: 14px;
    color: #666;
    line-height: 21px;
  }
  .rom-detail-info p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .tags {
    margin-top: 20px;
    display: flex;
    column-gap: 12px;
    row-gap: 12px;
    flex-wrap: wrap;
  }
  .tag {
    padding: 8px 12px;
    background: rgba(26, 107, 249, 0.1);
    border-radius: 100px;
    color: #1A6BF9;
    font-size: 14px;
    white-space: nowrap;
  }
  .rom-aside {
    padding: 12px 12px 0 12px;
    text-align: center;
    line-height: 21px;
    font-size: 14px;
  }
  .rom-aside .group {
    margin-bottom: 15px;
  }
  .rom-aside .hover-btn {
    position: relative;
    cursor: pointer;
    color: #fff;
    background-color: #1A6BF9;
    border-radius: 100px;
    padding: 5px 10px;
    line-height: 1;
    margin-top: 8px;
  }
  .rom-aside .disclaimer {
    cursor: pointer;
    padding: 12px;
    border-top: 1px solid #D0D8E9;
  }
  .rom-aside .popover {
    display: none;
    position: absolute;
    width: 180px;
    left: -170px;
    top: -20px;
  }
  .rom-aside .hover-btn:hover .popover {
    display: block;
  }
  .rom-aside .popover::after {
    content: "";
    position: absolute;
    top: 26px;
    right: 16px;
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background-color: #106DF7;
    transform: rotate(-45deg);
  }
  .rom-aside .popover-content {
    padding: 10px;
    margin-right: 20px;
    background-color: #106DF7;
    border-radius: 8px;
  }
  .rom-aside img {
    max-width: 100%;
  }

  .dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .3);
  }
  .dialog .dialog-body {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 900px;
    width: 80vw;
    background-color: #fff;
    z-index: 999;
    transform: translate(-50%, -50%);
    padding: 32px 40px;
    border-radius: 20px;
    line-height: 28px;
  }
  .dialog .dialog-content {
    max-height: 60vh;
    overflow: auto;
  }
  .dialog .dialog-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
    text-align: center;
  }
  .dialog .dialog-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .dialog .dialog-close img {
    width: 100%;
  }
  .empty-mod {
    display: none;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 24px;
    min-height: calc(100vh - 360px);
  }
  .empty-mod .empty-pic {
    width: 148px;
    height: 148px;
    margin-bottom: 8;
  }
  .empty-mod .empty-pic img {
    display: block;
    width: 100%;
  }
  .empty-mod  .empty-text {
    margin-bottom: 20px;
  }
  .contact-dialog .dialog-body {
    width: 350px;
  }
  .contact-dialog .dialog-body img {
    width: 100%;
  }
  #romDetail {
    display: none;
  }
  @media screen and (min-width: 960px) and (max-width: 1480px) {
    .rom-list {
      column-gap: 2%;
    }
    .rom-list .rom {
      width: 48%;
    }
  }
  @media screen and (max-width: 960px) {
    .rom-list {
      column-gap: 0;
    }
    .rom-list .rom {
      width: 100%;
    }
  }

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 800px) {
    .header {
        display: none;
    }
    .mobile-header {
        display: block;
    }
    .header .nav {
        display: flex;
        margin: 0 auto;
        justify-content: space-between;
        max-width: 100%;
    }
    .header {
        padding-left: 0;
        padding-right: 0;
    }
    .header .name {
        font-size: 20px;
    }
    .header .menu {
        font-size: 16px;
    }
    .header .signs {
        justify-content: flex-end;
    }
    .signs .item a {
        height: 35px;
        line-height: 35px;
    }
    .banners {
        padding-top: 58.6%;
    }
    .banner {
        height: 100%;
    }
    .banner .title {
        font-size: 18px;
        line-height: 1.4;
    }
    .banner .content {
        /* flex-direction: column; */
        max-width: 100%;
        padding: 0 25px;
    }
    .app-info {
        flex-direction: column;
        line-height: 1.3;
        font-size: 12px;
        margin-top: 10px;
    }
    .app-info span {
        margin-bottom: 5px;
    }
    .qq-group-info {
        font-size: 12px;
        padding-left: 0;
        margin-bottom: 8px;
    }
    .banner-navigator .nav-btn {
        display: none;
    }
    .download-btn, .provider-btn, .be-provider-btn {
        padding: 12px 28px;
        font-size: 14px;
    }
    .download-btn span, .provider-btn span, .be-provider-btn span {
        background-size: contain;
        padding-left: 25px;
    }
    .banner .right {
        padding-left: 0;
        margin-top: 60px;
        flex: 0.6;
    }
    .indicator {
        display: none;
    }
    .advantages {
        max-width: 100%;
        padding: 0 15px;
    }
    .advantages .title, .provider .title {
        font-size: 18px;
    }
    .advantages .one-row .texts {
        font-size: 14px;
        line-height: 1.3;
    }
    .advantages .live {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .texts h4 {
        font-size: 16px;
    }
    .one-row, .advantages .smart-voice {
        flex-direction: column;
        margin-top: 10px;
        border-radius: 12px;
    }
    .provider-list {
        display: flex;
        padding: 0 15px;
    }
    .provider-list .item {
        display: flex;
        flex: 1;
        flex-direction: column;
        align-items: center;
    }
    .provider-list .icon {
        width: 50px;
        height: 50px;
    }
    .provider-list .name {
        font-size: 14px;
    }
    
    .fixed-aside .item .label {
        display: none;
    }
    .footer {
        padding: 15px 0;
        line-height: 1.3;
    }
    .footer .content {
        flex-direction: column;
        font-size: 13px;
        max-width: 100%;
        padding: 0 25px;
    }
    .footer .contact {
        padding-left: 0;
        margin-top: 10px;
    }
    .footer .contact div {
        margin-bottom: 7px;
    }
    .footer .qrs {
        margin-top: 10px;
    }
    .qrs img {
        width: 60px;
        height: 60px;
        margin-bottom: 8px;
    }
    .helpe-center {
        max-width: 100%;
        padding: 15px;
        margin: 0;
    }
    .helpe-center .title {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .helpe-center .content {
        overflow: auto;
    }
    .helpe-center .sidebar {
        min-width: 100px;
    }
    .menu-trigger {
        padding: 10px;
    }
    .menu-trigger img {
        width: 20px;
    }
    .aside-menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 100;
        background-color: rgba(0, 0, 0, 0.6);
        width: 100vw;
    }
    .aside-menu .menu {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #fff;
    }
    .aside-menu .item {
        margin-left: 0;
    }
    .aside-menu .item a {
        padding: 13px 25px;
        display: block;
    }
    .aside-menu .item.active {
        color: #fff;
        background-color: #1A6BF9;
    }
    .aside-menu .item.active a {
        color: #fff;
    }
    .aside-menu .item::after {
        display: none;
    }
}

.appHeader {
    width: 100%;
    height: 0.72rem;
    background-color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.appHeader .logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.appHeader .logo img {
    width: 0.30rem;
    height: 0.30rem;
    margin-right: 0.08rem;
}
.appHeader .logo .slogan {
    font-family: MicrosoftYaHei;
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #4D5672;
}

.appHeader .navbar {
    height: 100%;
}
.appHeader .navbar .menu {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
}
.appHeader .navbar .menu .menuItem {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.appHeader .navbar .menu .menuItem:not(:first-child) {
    margin-left: 0.64rem;
}
.appHeader .navbar .menu .menuItem a {
    color: #4D5672;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.18rem;
}
.appHeader .navbar .menu .menuItem a.active,
.appHeader .navbar .menu .menuItem a:hover {
    color: #1A6BF9;
}
.appHeader .navbar .menu .menuItem a.active {
    text-decoration: underline 0.04rem;
    text-underline-offset: 0.06rem;
}
.appHeader .navbar .menu .menuItem a.active {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.appHeader .auth {
    height: 100%;
    border-left: 1px solid #D8D8D8;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.appHeader .auth {
    height: 100%;
    border-left: 1px solid #D8D8D8;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.appHeader .auth .register,
.appHeader .auth .login {
    width: 1.44rem;
    height: 100%;
    font-family: PingFang SC;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.18rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.appHeader .auth .register {
    color: #1A6BF9;
}

.appHeader .auth .login {
    color: #fff;
    background-color: #1A6BF9;
}
