@charset "utf-8";
:root {
    --text-color-black: #1d1d1f;
    --text-color-blackgray: #4e4e4e;
    --text-color-gray: #8b8d8f;
    --text-color-lightgray: #aaa;
    --underline-color-gray: rgba(107,109,112,.18);
    --text-color-blue: #2878ff;
    --text-color-blue-hover: rgba(40,120,255,.9);
    --text-color-orange: rgba(255,124,88,1);
    --text-color-orange-hover: rgba(255,124,88,.9);
    --text-color-yellow: rgba(234,179,80,1);
    --text-color-green: rgba(0,188,224,1);
    --text-color-purple: rgba(122,115,255,1);
    --text-color-white: rgba(255,255,255,1);
    --bg-color-purple: rgba(122,115,255,.1);
    --bg-color-yellow: rgba(234,179,80,.1);
    --bg-color-green: rgba(0,188,224,.1);
    --bg-color-orange: rgba(255,124,88,.1);
    --bg-color-gray: rgba(246,247,249,1);
    --bg-color-black: rgba(18,20,29,1);
    --bg-color-white: rgba(255,255,255,1);
    --font-size-14: 14px;
    --cardShadowXLarge: 0 50px 100px -20px rgba(50,50,93,0.25),0 30px 60px -30px rgba(0,0,0,0.3);
    --transition-normal: all 400ms cubic-bezier(0.175,0.885,0.32,1.275);
    --transition-placeholder: all 200ms cubic-bezier(0.175,0.885,0.32,1.275);
    --transition-linear: all 150ms linear 75ms;
    --transition-fast: all 50ms cubic-bezier(.2,1,.3,1)
}

.section .section-container {
    width: 1400px;
    margin: 0 auto
}

.section .section-body {
    padding: 120px 100px
}

.section .gray-link-icon {
    width: 22px;
    height: 10px;
    font-size: 10px;
    font-family: SourceHanSansCN-Bold,SourceHanSansCN;
    font-weight: bold;
    color: #fff;
    line-height: 15px;
    text-shadow: 0 2px 2px rgba(44,71,146,0.17);
    position: absolute;
    left: 4px
}

.section .footer-r .link-position-zzz {
    position: relative
}

.section .footer-r .hottt {
    width: 34px;
    height: 16px;
    background: linear-gradient(360deg,#ff7e80 0,#ff0003 100%);
    box-shadow: 0 2px 2px 0 rgba(44,71,146,0.17);
    border-radius: 100px 100px 100px 0;
    position: absolute;
    left: 54px;
    top: 2px
}

.section .section-footer {
    align-items: flex-start;
    margin: 0 100px;
    padding: 40px 0 0 0;
    /*border-bottom: 1px solid #eee*/
}
.section .section-container {
    width: 1400px;
    margin: 0 auto
}

.section .section-body {
    padding: 120px 100px
}

.section .gray-link-icon {
    width: 22px;
    height: 10px;
    font-size: 10px;
    font-family: SourceHanSansCN-Bold,SourceHanSansCN;
    font-weight: bold;
    color: #fff;
    line-height: 15px;
    text-shadow: 0 2px 2px rgba(44,71,146,0.17);
    position: absolute;
    left: 4px
}

.section .footer-r .link-position-zzz {
    position: relative
}

.section .footer-r .hottt {
    width: 34px;
    height: 16px;
    background: linear-gradient(360deg,#ff7e80 0,#ff0003 100%);
    box-shadow: 0 2px 2px 0 rgba(44,71,146,0.17);
    border-radius: 100px 100px 100px 0;
    position: absolute;
    left: 54px;
    top: 2px
}

.section {
    width: 100%
}

.section .containerPro {
    position: relative;
    width: 1400px;
    margin: 0 auto;
    height: 100%
}

.section .container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 100%
}

.section .container .title,.section .containerPro .title {
    font-size: 36px;
    margin-bottom: 65px;
    line-height: 1.8em;
    text-align: center
}

.section .container .subtitle,.section .containerPro .subtitle {
    font-size: 18px;
    line-height: 1.8em;
    color: var(--text-color-gray)
}

.section .point {
    width: 100%;
    position: absolute;
    top: 100%;
    transform: translateY(-50%);
    padding: 20px;
    background: white;
    border: 1px solid #eeeeef;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 #eeeeef;
    color: var(--text-color-gray);
    line-height: 2em
}

.section .point-item {
    font-size: 14px
}

.section .point-item .tag {
    margin-right: 20px
}

.section .point .notice-hint {
    margin-top: 5px;
    color: #aaa;
    font-size: 14px;
    line-height: 1.5em
}

.section-footer .footer-l {
    flex: 0 450px
}

.section-footer .footer-l span {
    color: var(--text-color-gray)
}

.section-footer .footer-l .logoGray {
    margin-top: 10px
}

.section-footer .footer-l .logoGray .cr {
    margin-top: 10px
}

.section-footer .footer-l .logoGray span {
    line-height: 2.2em;
    font-size: 13px
}


.section-footer .footer-share .share-item {
    display: block;
    float: left;
    position: relative;
    transition: var(--transition-normal);
    margin-right: 20px;
    width: 36px;
    height: 36px;
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer
}

.section-footer .footer-share .share-item:first-child {
    background-image: url(./img/y2@2x.png)
}

.section-footer .footer-share .share-item:first-child:hover {
    background-image: url(./img/y2_2@2x.png)
}

.section-footer .footer-share .share-item:nth-child(2) {
    background-image: url(./img/y3@2x.png)
}

.section-footer .footer-share .share-item:nth-child(2):hover {
    background-image: url(./img/y3_2@2x.png)
}

.section-footer .footer-share .share-item:nth-child(3) {
    background-image: url(./img/y4@2x.png)
}

.section-footer .footer-share .share-item:nth-child(3):hover {
    background-image: url(./img/y4_2@2x.png)
}

.section-footer .footer-share .share-item:nth-child(4) {
    background-image: url(./img/y5@2x.png)
}

.section-footer .footer-share .share-item:nth-child(4):hover {
    background-image: url(./img/y5_2@2x.png)
}

.section-footer .qrcode-2 {
    margin: 20px 0;
    font-size: 12px
}

.section-footer .qrcode-2>div {
    margin-right: 20px
}

.section-footer .qrcode-2 .img-box {
    width: 82px;
    height: 82px;
    border: 1px solid #eeeeef;
    box-shadow: 0 2px 2px 0 #eeeeef
}

.section-footer .qrcode-2 .img-box>img {
    width: 100%;
    height: 100%
}

.section-footer .qrcode-2 .name {
    text-align: center;
    line-height: 30px
}

.section-footer .contact img,.section-footer .contact a .qq {
    width: 18px;
    height: 18px
}



.section-footer .contact a .qq {
    background: url(./img/y10@2x.png) no-repeat;
    background-size: 100%
}

.section-footer .contact a:hover .qq {
    background: url(./img/y10-1@2x.png) no-repeat;
    background-size: 100%
}

.section-footer .contact a:hover * {
    color: var(--text-color-blue)
}

.section-footer .contact .info {
    margin-left: 10px;
    font-size: 12px
}

.section-footer .footer-r {
    align-items: flex-start;
    justify-content: flex-end;
    font-size: 14px
}

.section-footer .footer-r .link {
    align-items: flex-start;
    padding-left: 100px
}

.section-footer .footer-r div {
    margin-bottom: 20px
}

.section-footer .footer-r>* {
    line-height: 32px
}


.section-footer .footer-share {
    overflow: hidden;
    margin-top: 30px
}




.section-footer .contact>* {
    margin-right: 20px
}
.flex {
    display: flex;
    align-items: center
}
.qrcode-2 {
    text-align: center
}

.qrcode-2 span {
    color: var(--text-color-gray);
    line-height: 2em
}
.sticky-right .contact .wechat .qrcode-2 {
    text-align: center;
    padding: 10px
}

.sticky-right .contact {
    padding: 1px 22px;
    width: 278px;
    font-size: 12px
}

.sticky-right .contact>* {
    margin: 15px 0
}

.sticky-right .contact .wechat {
    position: relative
}

.sticky-right .contact .wechat a {
    cursor: pointer;
    color: var(--text-color-blue)
}

.sticky-right .contact .wechat .qrcode {
    text-align: center;
    padding: 10px
}

.sticky-right .contact .wechat:hover>.popper {
    visibility: visible;
    transform: translateY(-50%) scale(1);
    margin-right: 30px;
    margin-top: -16px
}

.sticky-right .contact .wechat:hover>.popover {
    visibility: visible;
    margin-right: 30px;
    margin-top: -16px
}

.sticky-right .contact span {
    color: #aab1c0;
    text-align: left;
    line-height: 18px
}

.sticky-right .contact b {
    color: var(--text-color-black)
}
.sticky-right .contact a:hover b {
    color: var(--text-color-blue)
}
.bind-content .info {
    font-size: 14px;
    margin-top: 1rem;
    padding: 0 1rem
}

.bind-content .info p {
    margin-top: .5rem
}

.bind-content .info .info-title {
    font-weight: bold;
    margin-bottom: .5rem
}



.flex-auto {
    flex: 1
}

.copyright .icon_text.flex-column span {
    font-size: 12px;
    margin: 8px 0 10px 0
}

.copyright .icon_text.flex-column img {
    width: 20px;
    height: 20px;
    flex: 0 20px
}
.flex-column {
    flex-direction: column
}
.icon_text.flex-column span {
    font-size: 12px;
    margin: 8px 0 10px 0
}

.icon_text.flex-column img {
    width: 20px;
    height: 20px;
    flex: 0 20px
}
.copyright .icon_text.flex-column span {
    font-size: 12px;
    margin: 8px 0 10px 0
}

.copyright .icon_text.flex-column img {
    width: 20px;
    height: 20px;
    flex: 0 20px
}

.sys-icon {
    width: 16px;
    height: 16px;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: var(--transition-normal);
    background-position: center center
}

.sys-icon.icon-check {
    background-image: url(./img/check@2x.png);
    background-size: 14px 14px
}

.sys-icon.icon-error {
    background-image: url(./img/error@2x.png);
    background-size: 14px 14px
}

.sys-icon.icon-arrow {
    background-image: url(./img/1-1@2x.png)
}

.sys-icon.icon-arrow.active {
    transform: rotate(90deg)
}

.sys-icon.icon-arrow-footer {
    width: 11px;
    height: 11px;
    background-image: url(./img/a2@2x.png);
    margin-right: 3px
}
.gray-link {
    color: var(--text-color-gray)
}

.gray-link:hover {
    color: var(--text-color-blue)
}

.section-footer,.section-footer-m {
    font-family: initial;
    font-size: 14px;
    line-height: initial;
    margin: 0;
    padding: 0
}




.section-footer-m .btn-cross {
    width: 100%
}

.section-footer-m .gray-btn {
    background: var(--text-color-gray);
    /*border: 1px solid var(--text-color-gray);*/
    color: #fff
}

.section-footer-m .gray-btn.is-plain {
    color: var(--text-color-gray);
    background: transparent;
    border-color: rgba(235,235,235,1)
}
.section .btn {
    cursor: pointer;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 16px;
    text-align: center;
    user-select: none;
    background: #fff;
    color: var(--text-color-blue);
    box-sizing: border-box
}

.btn.btn-small {
    padding: 8px 10px;
    border-radius: 4px;
    font-size: 13px
}

.btn.btn-mini {
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 16px
}

.btn-link {
    background: 0;
    padding: 30px 0
}

.btn-link.btn-link-white {
    color: #fff
}

.btn-cross {
    width: 100%
}

.btn:hover {
    background-size: 120%
}

.btn.icon::after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 9px;
    margin-left: 10px;
    transition: var(--transition-normal);
    background-image: url(./img/w2@2x.png);
    background-size: 100%;
    background-repeat: no-repeat
}

.btn.is-circle {
    border-radius: 40px
}
.btn.btn-small {
    padding: 8px 10px;
    border-radius: 4px;
}
.btn.icon.icon1::after {
    width: 6px;
    height: 10px;
    background-image: url(./img/01@2x.png)
}

.btn.icon:hover::after {
    transform: translateX(5px)
}
.section-footer-m a {
    text-decoration: none;
    color: var(--text-color-black);
    box-sizing: border-box
}
.section-footer-m .btn {
    cursor: pointer;
    display: inline-block;
    padding: 15px 15px 0 15px;
    border-radius: 8px;
    font-size: 16px;
    text-align: center;
    user-select: none;
    background: #fff;
    color: var(--text-color-blue);
    box-sizing: border-box
}

.gray-btn {
    background: var(--text-color-gray);
    /*border: 1px solid var(--text-color-gray);*/
    color: #fff
}

.gray-btn.is-plain {
    color: var(--text-color-gray);
    background: transparent;
    border-color: rgba(235,235,235,1)
}

.copyright {
    text-align: center;
    font-size: 12px;
    padding: 20px 100px;
    color: var(--text-color-gray)
}

.copyright a {
    color: var(--text-color-gray)
}

.copyright .copyInfo {
    justify-content: space-between
}

.copyright .copyInfo .icon_text {
    padding: 2px 6px 2px 2px;
    border-radius: 5px;
    justify-content: center
}

.copyright .copyInfo .icon_text .thumb {
    width: 32px;
    height: 32px;
    padding: 3px;
    margin: 0;
    border-radius: 5px
}

.copyright .copyInfo .icon_text span {
    line-height: initial;
    margin-left: 3px
}

.copyright .copyInfo .trust {
    flex: 0 200px;
    display: flex;
    justify-content: space-between
}

.copyright .copyInfo .trust a:hover {
    color: var(--text-color-gray)
}

.copyright .copyInfo .copyInfo-l>* {
    margin-right: 20px
}

.copyright .copyInfo img {
    width: 26px;
    height: 26px
}

.copyright .icon_text {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.copyright .icon_text div {
    margin-left: 5px;
    flex: 1;
    color: var(--text-color-black)
}

.copyright .icon_text span {
    margin-left: 9px
}

.icon_text {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.icon_text img {
    width: 16px;
    height: 16px;
    flex: 0 auto;
    margin-left: 0
}

.icon_text div {
    margin-left: 5px;
    flex: 1;
    color: var(--text-color-black)
}

.icon_text span {
    margin-left: 9px;
    word-break: keep-all
}

@media screen and (min-width: 769px) {
    .sticky-right .contact a.tel {
        cursor:default;
        pointer-events: none
    }
    .media-m {
        display:none !important
    }
}

@media screen and (max-width: 768px) {
    .section .container,.section .containerPro {
        width:100%;
        padding: 0 20px
    }

    .section .point {
        width: calc(100% - 40px);
        line-height: 1.5em
    }

    .section .point-item {
        font-size: 12px;
        align-items: baseline;
        margin: 10px 0
    }

    .section .point .notice-hint {
        margin-top: 10px;
        font-size: 12px
    }

    .section .container .title,.section .containerPro .title {
        font-size: 24px;
        line-height: 1.8em;
        margin-bottom: 30px
    }
    .media-pc {
        display:none !important
    }

    * {
        padding: 0
    }

    .video-link {
        margin: 0 auto
    }

    .ad {
        display: none
    }

    html {
        min-width: 320px
    }

    .corner-mark {
        top: -1px;
        width: 8px;
        height: 8px
    }

    .section .section-container {
        width: 100%;
        margin: 0 auto;
        /*padding: 0 20px*/
    }

    .section-common--title {
        font-size: 24px
    }

    .section-common--title p {
        font-size: 14px;
        margin: 15px auto;
        width: 95%;
        line-height: 28px
    }

    .page-line-sep {
        width: 100%
    }

    .section .section-footer {
        display:block;
        margin: 0;
        border: 0;
        padding: 20px;
    }

    .section-footer .logoGray {
        text-align: center
    }

    .section-footer .footer-l {
        display: none
    }

    .section-footer .footer-r {
        padding: 0;
        flex-direction: column
    }

    .section-footer .footer-r .link {
        padding: 0;
        width: 100%
    }

    .section-footer .footer-r .link>div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        border-bottom: 1px solid var(--underline-color-gray)
    }

    .section-footer .footer-r div {
        width: 100%;
        margin-bottom: 0
    }

    .section-footer .footer-r .link>a {
        display: none
    }

    .section-footer .footer-r .link.active>a {
        display: block
    }

    .section-footer .footer-r .link i {
        transition: var(--transition-normal)
    }

    .section-footer .footer-r .link.active i {
        transform: rotate(90deg)
    }

    .section-footer .footer-r a {
        width: 100%;
        padding: 10px 0;
        /*border-bottom: 1px solid var(--underline-color-gray)*/
    }

    .section-footer-m {
        /*padding-bottom: 30px;*/
        /*border-bottom: 1px solid #eee;*/
        color: var(--text-color-gray);
        margin: 0 20px;
    }

    .section-footer-m>* {
        text-align: center;
        margin-bottom: 0;
    }
    .section-footer-m div {
        padding-top: 15px;
    }

    .copyright {
        margin: 0;
        padding: 20px;
    }

    .copyright .copyInfo {
        display: block
    }

    .copyright .copyInfo .copyInfo-l {
        flex-direction: column
    }

    .copyright .copyInfo .copyInfo-l>div {
        margin: 0;
        height: 26px;
        line-height: 26px
    }

    .copyright .copyInfo .trust {
        margin: 7px auto;
        width: 200px
    }
}