.margin {
    width: 1330px;
    margin: 0 auto;
}
.relative {
    position: relative;
}
html,body {
    height: 100%;
}
.header-shot {
    background: #c4e4fb url(../img/wave.png) repeat-x center center;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.header-shot .relative {
    height: 100%;
}
.header-shot h1 {
    padding-top: 13.5vh;
    font-size: 5.4vh;
    line-height: 6.77vh;
    margin-bottom: 1.35vh;
    text-align: center;
}
.header-shot h2 {
    font-size: 2.4vh;
    line-height: 3vh;
    font-weight: normal;
    color: #333;
    text-align: center;
    margin-bottom: 5.2vh;
}
.header-img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 38.4vh;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 5.2vh;
}
.mobile {
    display: none;
}
.header-bot {
    width: 100%;
    text-align: center;
    font-size: 0;
}
.header-bot .header-down {
    position: relative;
    display: inline-block;
    width: 24.2vh;
    min-width: 165px;
    height: 7.3vh;
    min-height: 35px;
    margin: 0 2.6vh;
    transition: box-shadow 0.15s cubic-bezier(0.22, 0.61, 0.36, 1),background-color 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.header-bot .header-down a{
    position: relative;
    display: block;
    padding-left: 7.3vh;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: #0056da;
    z-index: 1;
    text-align: left;
}
.header-bot .header-down a .downloadDesc{
    font-size: 2.3vh;
    line-height: 3.3vh;
    min-height: 18px;
    width: 100%;
    color: #fff;
    display: inline-block;
    margin-top: 0.8vh;
}
.header-bot .header-down a b{
    font-size: 1.46vh;
    line-height: 2.3vh;
    min-height: 14px;
    font-weight: 100;
    color: #fff;
    display: inline-block;
    margin-right: 0.52vh;
}
.header-bot .header-down a i{
    position: absolute;
    width: 6.25vh;
    height: 6.25vh;
    top: 0.52vh;
    left: 1.04vh;
}
.header-bot .header-down:nth-child(1) a i {
    background: url(../img/feature.png) no-repeat center -31.25vh;
    background-size: 6.25vh auto;
}
.header-bot .header-down:nth-child(2) a i {
    background: url(../img/feature.png) no-repeat center -37.5vh;
    background-size: 6.25vh auto;
}
.header-bot .header-down:nth-child(3) a i {
    background: url(../img/ios.png) no-repeat center;
    background-size: auto 4vh;
}
.header-bot .header-down:hover a {
    box-shadow: 0 2px 3.5px rgba(0,46,40,0.7);
    background-color: #156cf1;
}
.header-bot .download-android img,.header-bot .download-ios img {
    position: absolute;
    width: 24.2vh;
    height: 24.2vh;
    bottom: 0px;
    left: 0;
    background: #fff;
    opacity: 0;
    transition: bottom 0.15s cubic-bezier(0.22, 0.61, 0.36, 1),opacity 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.header-bot .download-android:hover img,.header-bot .download-ios:hover img {
    bottom: 8.3vh;
    opacity: 1;
    transition: bottom 0.15s cubic-bezier(0.22, 0.61, 0.36, 1),opacity 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.app-info {
    padding: 0.6vh;
    position: absolute;
    display: none;
    width: 23vh;
    top: 0px;
    bottom: unset;
    left: 0;
    background: #156cf1;
    opacity: 0;
    transition: top 0.15s cubic-bezier(0.22, 0.61, 0.36, 1),opacity 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.app-info p {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    color: #fff;
}
.header-bot .header-down .app-info p a {
    display: inline-block;
    width: auto;
    padding: 0 10px;
    margin: 5px 10px;
    background: unset;
    box-shadow: unset;
    color: #fff;
    text-decoration: underline;
}
.header-down:hover .app-info {
    top: 8.3vh;
    opacity: 1;
}
.header-tips {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    height: 68px;
}
.header-tips p {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: #5d5d5d;
    margin-top: 10px;
    animation:tips 0.5s ease-in-out infinite alternate;
    -moz-animation:tips 0.5s ease-in-out infinite alternate; /* Firefox */
    -webkit-animation:tips 0.5s ease-in-out infinite alternate; /* Safari and Chrome */
    -o-animation:tips 0.5s ease-in-out infinite alternate;
}
.header-tips span {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 auto;
    width: 1px;
    height: 20px;
    background: #a4acab;
    padding-top: 20px;
}
.header-tips span:after {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    background: #094d42;
}
.section {
    height: 720px;
    position: relative;
    font-size: 0;
    width: 100%;
    overflow: hidden;
}
.section-content {
    height: 100%;
    width: 1186px;
}
.section .section-img {
    width: 729px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.section .section-img img{
    width: 729px;
    height: 483px;
    margin-top: 119px;
}
.section .section-desc {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 729px);
    font-size: 0;
}
.section .section-desc h4 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 50px;
    font-weight: normal;
}
.section .section-desc h5 {
    font-size: 18px;
    line-height: 26px;
    color: #4c4c4c;
    font-weight: normal;
}
.feature-con {
    font-size: 0;
    margin-left: -10px;
    margin-top: 40px;
}
.feature-init {
    display: inline-block;
    margin: 0 10px;
    text-align: center;
    font-size: 0;
}
.feature-init span {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    background: url(../img/feature.png) no-repeat center top;
}
.feature-init:nth-child(2) span {
    background-position: center -60px;
}
.feature-init:nth-child(3) span {
    background-position: center -120px;
}
.feature-init:nth-child(4) span {
    background-position: center -180px;
}
.feature-init:nth-child(5) span {
    background-position: center -240px;
}
.feature-init p {
    font-size: 14px;
    line-height: 18px;
    color: #666;
}
.bg-left,.bg-right {
    position: absolute;
}
.header-shot .bg-left {
    height: 71.8vh;
    width: auto;
    left: -13.75vh;
    top: 7.5vh;
}
.header-shot .bg-right {
    height: 65.3vh;
    width: auto;
    right: -40.1vh;
    top: 14.4vh;
}
.section-1 .bg-left:nth-child(1) {
    left: -200px;
    top: 202px;
}
.section-1 .bg-right:nth-child(2) {
    right: -72px;
    top: 15px;
}
.section-2 .bg-left:nth-child(1) {
    left: -111px;
    top: 58px;
}
.section-2 .bg-right:nth-child(2) {
    right: -191px;
    top: 443px;
}
.fixed-ad-pc {
    position: fixed;
    bottom: 2vw;
    right: 2vw;
    width: 400px;
}
.fixed-ad-pc img {
    width: 100%;
}
.fixed-ad-mp {
    display: none;
}

.kf {
    margin: 0 0 20px 352px;
    transition: all 0.3s ease-out;
}
.kf:hover {
    transform: scale(1.1);
}
.kf .kf-con {
    width: 48px;
    height: 102px;
    background: #0056da;
    border-radius: 23px;
    position: relative;
}
.kf-con .icon-kefu{
    float: left;
    width: 40px;
    height: 40px;
    margin: 4px;
    background: #fff url("../img/kefu.png") center;
    border-radius: 50%;
}
.kf-con .kefu-time{
    position: absolute;
    width: 120px;
    right: 58px;
    top: 3px;
    font-size: 12px;
    background: #0056da;
    border-radius: 7px;
    padding: 5px;
    color: #fff;
    display: none;
    transition: all 0.3s ease-out;
}
.kf-con .icon-kefu:hover .kefu-time{
    display: block;
}
.kf-con .icon-top{
    float: left;
    width: 30px;
    height: 34px;
    margin: 9px;
    background: url("../img/icon-top.png") center;
}
.yys {
    margin: 0 0 20px 150px;
    width: 250px;
    height: 250px;
    z-index: 3;
    overflow: hidden;
}
.yys .close {
    position: absolute;
    opacity: 0.5;
    z-index: 2;
    cursor: pointer;
    width: 32px;
    height: 32px;
    right: 0;
    background: url(../img/close.png) no-repeat center;
    background-size: 32px auto;
}
.yysurl {
    display: block;
    position: relative;
}
.yys img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.yys .img1 {
    width: 100%;
    position: absolute;
    bottom: 0;
    animation: jump 2s infinite;
    animation-name: jump;
    animation-duration: 2s;
    animation-timing-function: initial;
    animation-delay: .5s;
    animation-iteration-count: infinite;
    animation-direction: initial;
    animation-fill-mode: initial;
    animation-play-state: initial;
}
.yys .img1 span {
    display: block;
    height: 60px;
    background: url("") no-repeat center bottom;
    background-size: 250px auto;
}
.yys .img1 span:hover {
    background: url("") no-repeat center bottom;
    background-size: 250px auto;
}
@keyframes jump{
    0% {
        bottom: 0;
    }
    60% {
        bottom: 0;
    }
    70% {
        bottom: 1vw;
    }
    80% {
        bottom: 0;
    }
    90% {
        bottom: 0.5vw;
    }
    100% {
        bottom: 0;
    }
}

@keyframes tips{
    from {margin-top: -10px;}
    to {margin-top: 10px;}
}
@-moz-keyframes tips /* Firefox */
{
    from {margin-top: -10px;}
    to {margin-top: 10px;}
}

@-webkit-keyframes tips /* Safari 和 Chrome */
{
    from {margin-top: -10px;}
    to {margin-top: 10px;}
}

@-o-keyframes tips /* Opera */
{
    from {margin-top: -10px;}
    to {margin-top: 10px;}
}

@media only screen and (max-width:1659px ) {
    .margin{
        width: 1220px;
    }
    .header-shot {
        background: #c4e4fb url(../img/wave.png) repeat-x center center;
        background-size: auto 220px;
    }
    .header-tips {
        height: 52px;
    }
    .header-tips p {
        font-size: 12px;
        line-height: 16px;
    }
    .header-tips span {
        width: 1px;
        height: 13px;
        padding-top: 13px;
    }
    .header-tips span:after {
        height: 13px;
    }
    .section {
        height: 576px;
    }
    .section-content {
        width: 948px;
    }
    .section .section-img {
        width: 583px;
    }
    .section .section-img img{
        width: 583px;
        height: 386px;
        margin-top: 95px;
    }
    .section .section-desc {
        width: calc(100% - 583px);
    }
    .section .section-desc h4 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 40px;
    }
    .section .section-desc h5 {
        font-size: 16px;
        line-height: 22px;
    }
    .feature-con {
        margin-left: -8px;
        margin-top: 32px;
    }
    .feature-init {
        margin: 0 8px;
    }
    .feature-init span {
        width: 48px;
        height: 48px;
        margin-bottom: 8px;
        background: url(../img/feature.png) no-repeat center top;
        background-size: 48px auto;
    }
    .feature-init:nth-child(2) span {
        background-position: center -48px;
    }
    .feature-init:nth-child(3) span {
        background-position: center -96px;
    }
    .feature-init:nth-child(4) span {
        background-position: center -144px;
    }
    .feature-init:nth-child(5) span {
        background-position: center -192px;
    }
    .feature-init p {
        font-size: 12px;
        line-height: 16px;
    }
    .section-1 .bg-left:nth-child(1) {
        left: -160px;
        top: 160px;
        width: 381px;
    }
    .section-1 .bg-right:nth-child(2) {
        right: -58px;
        top: 12px;
        width: 290px;
    }
    .section-2 .bg-left:nth-child(1) {
        left: -89px;
        top: 46px;
        width: 304px;
    }
    .section-2 .bg-right:nth-child(2) {
        right: -152px;
        top: 354px;
        width: 516px;
    }
    .fixed-ad-pc {
        width: 320px;
    }
    .kf {
        margin: 0 0 16px 282px;
    }
    .kf .kf-con {
        width: 38px;
        height: 80px;
        border-radius: 19px;
    }
    .kf-con .icon-kefu{
        width: 32px;
        height: 32px;
        margin: 3px;
        background-size: 32px auto;
    }
    .kf-con .kefu-time{
        width: 120px;
        right: 46px;
        top: 0;
        font-size: 12px;
        border-radius: 6px;
        padding: 4px;
    }
    .kf-con .icon-top{
        width: 24px;
        height: 28px;
        margin: 7px;
        background-size: 38px auto;
    }
    .yys {
        margin: 0 0 16px 120px;
        width: 200px;
        height: 200px;
    }
    .yys .close {
        width: 26px;
        height: 26px;
        background-size: 26px auto;
    }
    .yys .img1 span {
        height: 48px;
        background-size: 200px auto;
    }
    .yys .img1 span:hover {
        background-size: 200px auto;
    }
}
@media only screen and (max-width:1399px ) {
    .margin{
        width: 1100px;
    }
    .header-shot {
        background: #c4e4fb url(../img/wave.png) repeat-x center center;
        background-size: auto 176px;
    }
    .header-tips {
        height: 40px;
    }
    .header-tips p {
        font-size: 12px;
        line-height: 16px;
    }
    .header-tips span {
        width: 1px;
        height: 10px;
        padding-top: 10px;
    }
    .header-tips span:after {
        height: 10px;
    }
    .section {
        height: 460px;
    }
    .section-content {
        width: 758px;
    }
    .section .section-img {
        width: 466px;
    }
    .section .section-img img{
        width: 466px;
        height: 308px;
        margin-top: 76px;
    }
    .section .section-desc {
        width: calc(100% - 466px);
    }
    .section .section-desc h4 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 32px;
    }
    .section .section-desc h5 {
        font-size: 14px;
        line-height: 18px;
    }
    .feature-con {
        margin-left: -7px;
        margin-top: 24px;
    }
    .feature-init {
        margin: 0 7px;
    }
    .feature-init span {
        width: 38px;
        height: 38px;
        margin-bottom: 7px;
        background: url(../img/feature.png) no-repeat center top;
        background-size: 38px auto;
    }
    .feature-init:nth-child(2) span {
        background-position: center -38px;
    }
    .feature-init:nth-child(3) span {
        background-position: center -76px;
    }
    .feature-init:nth-child(4) span {
        background-position: center -114px;
    }
    .feature-init:nth-child(5) span {
        background-position: center -152px;
    }
    .feature-init p {
        font-size: 12px;
        line-height: 16px;
    }
    .section-1 .bg-left:nth-child(1) {
        left: -160px;
        top: 160px;
        width: 381px;
    }
    .section-1 .bg-right:nth-child(2) {
        right: -58px;
        top: 12px;
        width: 290px;
    }
    .section-2 .bg-left:nth-child(1) {
        left: -89px;
        top: 46px;
        width: 304px;
    }
    .section-2 .bg-right:nth-child(2) {
        right: -152px;
        top: 354px;
        width: 516px;
    }
    .fixed-ad-pc {
        width: 320px;
    }
}
@media only screen and (max-width:1199px ) {
    .margin{
        width: 762px;
    }
}
@media only screen and (max-width:539px ) {
    .margin{
        width: 92%;
    }
    .nav-con {
        height: 0.84rem;
    }
    .nav-logo {
        margin-top: 0.1rem;
        width: 2.76rem;
        height: 0.7rem;
        background-size: 2.76rem auto;
    }
    .nav-title {
        margin-top: 2px;
        height: 38px;
    }
    .light .nav-logo {
        background-image: url(../img/logo-d.png);
    }
    .yuncap .nav-logo {
        background-image: url(../img/logo-d-market.png);
    }
    .not-first .nav-logo {
        margin-top: 0.1rem;
    }
    .not-first .nav-title {
        margin-top: 2px;
    }
    .header-shot h1 {
        padding-top: 2.4rem;
        font-size: 0.64rem;
        line-height: 0.9rem;
        margin-bottom: 0.1rem;
    }
    .header-shot h2 {
        font-size: 0.32rem;
        line-height: 0.48rem;
        margin-bottom: 0.8rem;
    }
    .header-img {
        height: 3.15rem;
        margin-bottom: 0.6rem;
    }
    .header-bot .header-down {
        display: none;
    }
    .header-tips p {
        font-size: 0.26rem;
        line-height: 0.31rem;
        margin-top: 0.1rem;
    }
    .header-tips span {
        width: 1px;
        height: 0.18rem;
        padding-top: 0.23rem;
    }
    .header-tips {
        height: 1rem;
    }
    .header-img {
        display: none;
    }
    .mobile {
        display: block;
    }
    .section::before {
        content: "";
        display: inline-block;
        width: 0;
        height: 100%;
        vertical-align: middle;
    }
    .section-content {
        height: auto;
        display: inline-block;
        vertical-align: middle;
    }
    .section .section-img {
        width: 5.18rem;
        height: auto;
        display: block;
        margin: 0.4rem auto;
    }
    .section .section-img img {
        width: 100%;
        height: auto;
        margin-top: 0;
    }
    .section .section-desc {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0.4rem 0;
    }
    .feature-con {
        margin-left: 0;
        margin-top: 0.49rem;
    }
    .section {
        height: 10.41rem;
        text-align: center;
    }
    .section-2,.section-3 {
        height: 10.5rem;
    }
    .section .section-desc h4 {
        font-size: 0.48rem;
        line-height: 0.56rem;
        margin-bottom: 0.32rem;
    }
    .section .section-desc h5 {
        font-size: 0.26rem;
        line-height: 0.48rem;
    }
    .feature-init {
        margin: 0 0.15rem;
    }
    .feature-init span {
        width: 0.9rem;
        height: 0.9rem;
        background: url(../img/feature.png) no-repeat center top;
        background-size: 0.9rem auto;
    }
    .feature-init:nth-child(2) span {
        background-position: center -0.9rem;
    }
    .feature-init:nth-child(3) span {
        background-position: center -1.8rem;
    }
    .feature-init:nth-child(4) span {
        background-position: center -2.7rem;
    }
    .feature-init:nth-child(5) span {
        background-position: center -3.6rem;
    }
    .feature-init:nth-child(6) span {
        background-position: center -4.5rem;
    }
    .header-shot .bg-left {
        width: 4.26rem;
        top: 2.57rem;
    }
    #footer .margin {
        padding: 0;
    }
    #footer {
        padding: 0.64rem 0 1.06rem;
        background: #fafafa;
    }
    #footer .list {
        float: none;
        width: 100%;
        padding: 0;
        box-sizing: border-box;
        margin-bottom: 0.32rem;
    }
    #footer p b {
        display: block;
    }
    .nav-list,.first-span {
        display: none;
    }
    #footer .list:nth-child(1) ul {
        border-bottom: 1px solid #ebebeb;
    }
    #footer .list li {
        padding-left: 0;
        font-size: 0.3rem;
        line-height: 1.06rem;
        border-top: 1px solid #ebebeb;
        position: relative;
    }
    #footer .list:nth-child(1) li::after {
        position: absolute;
        right: 0;
        top: 0.44rem;
        content: "";
        width: 0.12rem;
        height: 0.24rem;
        background: url(../img/icons3.png) no-repeat -1rem -12rem;
        background-size: 12rem auto;
        opacity: 0.35;
    }
    #footer .list:nth-child(1) li a {
        display: block;
    }
    #footer .list:nth-child(2) li {
        font-size: 0.3rem;
        line-height: 0.42rem;
        margin-bottom: 0.16rem;
        border: none;
    }
    #footer .swiper-list {
        padding-left: 0;
        height: auto;
        margin-bottom: 0.65rem;
    }
    #footer .swiper-list .list-title {
        position: initial;
        font-size: 0.32rem;
        line-height: 0.5rem;
        width: auto;
        margin-bottom: 0.33rem;
        color: #000;
    }
    #footer .swiper-list .list-con {
        padding: 0 0.36rem;
    }
    #footer .swiper-list ul li {
        font-size: 0.3rem;
        line-height: 0.42rem;
    }
    #footer .swiper-list ul li a {
        text-decoration: underline;
    }
    #footer .swiper-list .friendly-prev, #footer .swiper-list .friendly-next {
        width: 0.12rem;
        height: 0.24rem;
        top: 0.09rem;
    }
    #footer .list-left,#footer .list-right {
        float: none;
        width: 100%;
    }
    #footer .list p {
        font-size: 0.32rem;
        line-height: 0.5rem;
        margin-bottom: 0.33rem;
        color: #000;
        font-weight: 500;
    }
    #footer .list-right {
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 0.32rem;
    }
    #footer .list-left p {
        font-size: 0.24rem;
        line-height: 0.36rem;
        color: #000;
        opacity: 0.5;
    }
    #footer .list-left p a {
        color: #000;
    }
    .header-shot .bg-right {
        width: 7.36rem;
        top: 4.4rem;
        right: -4rem;
    }
    .section-1 .bg-left:nth-child(1) {
        left: -1.6rem;
        top: auto;
        bottom: 0.6rem;
        width: 3.81rem;
    }
    .section-1 .bg-right:nth-child(2) {
        right: -0.58rem;
        top: 0.12rem;
        width: 2.9rem;
    }
    .section-2 .bg-left:nth-child(1) {
        left: -0.89rem;
        top: 0.6rem;
        width: 3.04rem;
    }
    .section-2 .bg-right:nth-child(2) {
        right: -1.52rem;
        top: auto;
        bottom: 0;
        width: 5.16rem;
    }
    .memu {
        position: absolute;
        right: 15px;
        top: 12px;
        width: 18px;
        height: 16px;
        box-sizing: content-box;
        display: block;
        float: left;
        cursor: pointer;
        -webkit-transition: all .2s ease-in;
        -moz-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
        text-align: center;
    }
    .light .memu span {
        background: #444;
    }
    .memu span {
        display: block;
        width: 18px;
        height: 2px;
        background: #444;
        margin-bottom: 5px;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
    }
    .memu.active .bar1 {
        -webkit-transform: rotate(0) translateY(7px);
        -moz-transform: rotate(0) translateY(7px);
        -ms-transform: rotate(0) translateY(7px);
        -o-transform: rotate(0) translateY(7px);
        transform: rotate(0) translateY(7px);
    }
    .memu.active .bar2 {
        opacity: 0;
    }
    .memu.active .bar3 {
        -webkit-transform: rotate(-90deg) translateX(7px);
        -moz-transform: rotate(-90deg) translateX(7px);
        -ms-transform: rotate(-90deg) translateX(7px);
        -o-transform: rotate(-90deg) translateX(7px);
        transform: rotate(-90deg) translateX(7px);
    }
    .memu.active {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .nav .fixed,.nav .fixed-lang {
        top: 0;
        left: 0;
        z-index: -1;
        position: fixed;
        width: 100vw;
        height: 100vh;
        padding-top: 0.84rem;
    }
    .fixed .nav-search,.fixed-lang .nav-list-icon {
        border-bottom: 1px solid #7f7f7f;
        height: 50px;
        padding: 0 35px;
        position: relative;
    }
    .fixed-lang .nav-list-icon {
        line-height: 0;
        color: #fff;
        text-align: center;
    }
    .fixed-lang .nav-list-icon i{
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        background: url(../img/icons3.png) no-repeat -499px -299px;
    }
    .fixed-lang .nav-list-icon span{
        display: inline-block;
        line-height: 50px;
        color: #fff;
        font-size: 16px;
        vertical-align: middle;
    }
    .fixed .nav-search input{
        display: block;
        width: 100%;
        height: 36px;
        padding-right: 25px;
        box-sizing: border-box;
        border: none;
        outline: none;
        background: none;
        border-bottom: 1px solid #fff;
        color: #fff;
    }
    .fixed .nav-search i{
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../img/icons3.png) no-repeat -499px -599px;
        right: 35px;
        top: 50%;
        margin-top: -15px;
    }
    .fixed ul li,.fixed-lang ul li{
        height: 1.06rem;
    }
    .fixed ul li a,.fixed-lang ul li a{
        font-size: 0.3rem;
        line-height: 1.06rem;
    }
    .fixed .nav-list-icon {
        line-height: 0;
        color: #fff;
        text-align: center;
    }
    .fixed .nav-list-icon i{
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        background: url(../img/icons3.png) no-repeat -499px -299px;
    }
    .fixed .nav-list-icon span{
        display: inline-block;
        line-height: 50px;
        color: #fff;
        font-size: 16px;
        vertical-align: middle;
    }
    .fixed-tab {
        top: 0;
    }
    .fixed-tab .tab-bg {
        background: #000;
        opacity: 0.8;
    }
    .fixed-tab .tab-con {
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        border: none;
        background: #fff;
        padding: 0 0 0.4rem;
    }
    .fixed-tab .tab-con-l,.fixed-tab .tab-con-r {
        color: #000000;
        width: 100%;
    }
    .fixed-tab .tab-con-l {
        margin-bottom: 0.4rem;
    }
    .fixed-tab .tab-con-l p,.fixed-tab .tab-con-r p{
        padding: 0 0.4rem;
    }
    .fixed-tab .tab-con-r .ddd {
        color: #000000;
    }
    .fixed-tab .back {
        width: 0.5rem;
        height: 0.5rem;
        top: 0.2rem;
        right: 0.52rem;
        background: #ccc url(../img/icons3.png) no-repeat -2rem -3rem;
        background-size: 6rem auto;
    }
    .fixed-tab .tab-title {
        margin-top: 0.1rem;
        width: 2.76rem;
        height: 0.7rem;
        margin-left: 4%;
        background: url(../img/logo-d.png) no-repeat 0 center;
        background-size: 2.76rem auto;
    }
    #maintenance .tab-con {
        width: 100%;
        height: auto;
        margin: 0;
    }
    .fixed-ad-pc {
        display: none;
    }
    .download-btn {
        width: 4.8rem;
        height: 0.96rem;
        background-color: #0056DA;
        margin: 0 auto 0.4rem;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .download-btn::before {
        content: "";
        width: 0.48rem;
        height: 0.48rem;
        margin-right: 0.12rem;
    }
    .download-btn.ios-btn::before {
        background: url(../img/ios-btn.png) no-repeat center;
        background-size: 0.48rem auto;
    }
    .download-btn.web-btn::before {
        background: url(../img/web-btn.png) no-repeat center;
        background-size: 0.48rem auto;
    }
    .download-btn.downloading::before {
        display: none;
    }
    .downloading .download-progress {
        display: block;
    }
    .download-progress {
        display: none;
        width: 0.48rem;
        height: 0.48rem;
        margin-right: 0.12rem;
        position: relative;
    }
    #progressCanvas {
        display: block;
        width: 100%;
        height: 100%;
    }
    .download-progress::after {
        opacity: 0;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: url(../img/completed.png) no-repeat center;
        background-size: 0.24rem auto;
    }
    .download-progress.downloaded::after {
        opacity: 1;
    }
    .download-btn span {
        width: fit-content;
        font-size: 0.28rem;
        line-height: 0.36rem;
        color: #fff;
    }
    @keyframes tips{
        from {margin-top: -0.1rem;}
        to {margin-top: 0.1rem;}
    }
    @-moz-keyframes tips /* Firefox */
    {
        from {margin-top: -0.1rem;}
        to {margin-top: 0.1rem;}
    }
    
    @-webkit-keyframes tips /* Safari 和 Chrome */
    {
        from {margin-top: -0.1rem;}
        to {margin-top: 0.1rem;}
    }
    
    @-o-keyframes tips /* Opera */
    {
        from {margin-top: -0.1rem;}
        to {margin-top: 0.1rem;}
    }
}