.move-touch {
    -webkit-overflow-scrolling: touch
}

.auto-center ul li .pict {
    display: table;
    width: 100%;
    text-align: center
}

.auto-center ul li .pict i {
    vertical-align: middle;
    display: table-cell
}

.vague {
    -webkit-filter: blur(2px);
    transition: .3s;
    -webkit-transition: .3s
}

.rogate {
    transition: .3s;
    -webkit-transition: .3s
}

.rogate:hover {
    transform: rotate(90deg)
}

.arrow {
    position: relative;
    line-height: 1;
    margin-left: .1rem
}

.arrow:before {
    content: "";
    position: absolute;
    top: -.02rem;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: .08rem solid;
    border-right: .08rem solid transparent;
    border-top: .08rem solid transparent;
    border-left: .08rem solid transparent
}

.arrow:after {
    content: "";
    position: absolute;
    top: .18rem;
    left: 0;
    width: 0;
    height: 0;
    border-top: .08rem solid;
    border-right: .08rem solid transparent;
    border-bottom: .08rem solid transparent;
    border-left: .08rem solid transparent
}

.arrow.one:before {
    display: none
}

.arrow.one:after {
    top: .14rem
}

.border-top:before {
    background: #dadada;
    content: "";
    position: absolute;
    height: 1px;
    transform-origin: 0 0;
    transform: scale(.5, .5);
    -webkit-transform: scale(.5, .5);
    -moz-transform: scale(.5, .5);
    width: 200%;
    top: 0;
    left: 0
}

.border-bottom:after {
    background: #dadada;
    content: "";
    position: absolute;
    height: 1px;
    transform-origin: 0 0;
    transform: scale(.5, .5);
    -webkit-transform: scale(.5, .5);
    -moz-transform: scale(.5, .5);
    width: 200%;
    bottom: -1px;
    left: 0
}

.flex-slide {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.flex-slide>* {
    flex-shrink: 0
}

.box-space-between {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between
}

.box-space-between>* {
    flex-shrink: 0
}

.touch-state {
    position: relative
}

.touch-state label {
    position: relative;
    background: #fff;
    display: block;
    width: .9rem;
    height: .45rem;
    border: 1px solid #ccc;
    border-radius: .3rem;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.touch-state label:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    width: .41rem;
    height: .41rem;
    background: #fff;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .4);
    border-radius: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.touch-state input {
    position: absolute;
    z-index: 0;
    opacity: 0;
    left: 45%;
    top: 20%
}

.touch-state input:checked+label {
    background: #47b92c;
    border-color: #47b92c
}

.touch-state input:checked+label:after {
    left: calc(100% - .41rem)
}

.swiper-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    display: -webkit-box;
    position: relative
}

.swiper-slide {
    flex-shrink: 0;
    position: relative;
    transform: scale(1.12); /* tăng kích thước lên 120% */
}



.mohu {
    filter: blur(1px);
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=1, MakeShadow=false)
}

.fixed-top {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 2;
    background: #fff
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #fff
}

.column {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.column>* {
    column-count: 1;
    flex-grow: 1;
    flex-shrink: 0;
    text-align: center
}

a,
body,
button,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
i,
img,
input,
li,
p,
select,
span,
strong,
textarea,
ul {
    margin: 0;
    padding: 0
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: 400
}

table {
    border-spacing: 0
}

body {
    font-family: "microsoft yahei", Arial;
    font-size: .26rem;
    line-height: 1;
    color: #333;
    -webkit-user-select: none;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important
}

::-webkit-scrollbar {
    width: 0;
    height: 0
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

li {
    list-style-type: none;
    float: left
}

a {
    text-decoration: none;
    color: #333;
    outline: 0
}

img {
    border: none;
    vertical-align: middle
}

em,
i,
var {
    font-style: normal
}

button {
    font-family: "microsoft yahei", Arial;
    outline: 0;
    cursor: pointer;
    font-size: .26rem;
    border: none
}

iframe {
    border: none
}

input,
select,
textarea {
    outline: 0;
    font-family: "microsoft yahei", Arial;
    font-size: .26rem;
    border-radius: 0;
    border: none;
    background: 0 0
}

input:disabled {
    opacity: 1;
    color: #333
}

button,
input[type=button],
input[type=date],
input[type=number],
input[type=password],
input[type=reset],
input[type=submit],
input[type=text],
textarea {
    -webkit-appearance: none;
    border: none;
    background: 0 0
}

textarea {
    resize: none
}

.ico {
    display: inline-block;
    vertical-align: middle
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    zoom: 1
}

.hide {
    display: none !important
}

* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

input {
    -webkit-user-select: auto
}

.mobile-wrap {
    position: relative;
    min-height: 100vh;
    width: 100%;
    float: left;
    background: url(../img/240b75_750x3918.jpg) top center no-repeat;
    background-size: 100% auto;
    padding-top: 1rem;
    padding-bottom: 1.72rem
}

body,
html {
    width: 100%;
    height: 100%
}

.banner {
    width: 100%;
    position: relative
}

.banner img {
    width: 100%
}

.banner button {
    width: 4.48rem;
    height: 1.18rem;
    background: url(../img/c7e214_448x118.png) center no-repeat;
    background-size: 4.48rem 1.18rem;
    position: absolute;
    left: 50%;
    margin-left: -2.24rem;
    bottom: -1.20rem;
    animation: myfirst 1s infinite
}

.lines {
    width: 100%;
    float: left;
    padding-top: .8rem;
    padding-bottom: .2rem
}

.lines .conts {
    width: 100%;
    padding-top: .28rem
}

.lines .conts .title {
    width: 100%;
    text-align: center
}

.lines .conts .title img {
    width: 100%
}

.lines .conts .list {
    width: 100%;
    padding: 0 .4rem;
    padding-top: .2rem
}

.lines .conts .list .item {
    width: 100%;
    height: .64rem;
    margin: .12rem 0;
    float: left;
    background: url(../img/443ddb_670x64.png) center no-repeat;
    background-size: 6.7rem .64rem
}

.lines .conts .list .item .ms {
    width: 1.3rem;
    height: .64rem;
    line-height: .64rem;
    text-align: center;
    font-size: .28rem;
    font-weight: 700;
    color: #b37030
}

.lines .conts .list .item .text {
    width: calc(100% - 1.3rem);
    padding-right: .06rem
}

.lines .conts .list .item .text .btns {
    width: 1.6rem;
    height: .64rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.lines .conts .list .item .text .btns a {
    display: inline-block;
    width: 1.6rem;
    height: .52rem;
    background: url(../img/50ac06_160x52.png) center no-repeat;
    background-size: 1.6rem .52rem
}

.lines .conts .list .item .text .txts {
    width: calc(100% - 1.6rem);
    height: .64rem;
    text-align: center;
    line-height: .64rem;
    font-size: .28rem;
    color: #fff
}

.type {
    width: 100%;
    float: left
}

.type .title {
    width: 100%;
    text-align: center
}

.type .title img {
    width: 100%
}

.type .conts {
    width: 100%;
    padding: 0 .61rem
}

.type .conts .list {
    width: 100%;
    padding: .4rem 0;
    float: left;
    padding-bottom: .6rem
}

.type .conts .list ul {
    width: 100%
}

.type .conts .list ul li {
    width: 100%
}

.type .conts .list ul li img {
    width: 100%
}

.type .conts .list .swiper-pagination {
    bottom: 0 !important
}

.type .conts .list .swiper-pagination .swiper-pagination-bullet {
    width: .2rem;
    margin: 0 .09rem !important;
    height: .2rem;
    opacity: .3;
    transform: rotate(45deg);
    background-color: #fff;
    border-radius: 0
}

.type .conts .list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fef2b1;
    opacity: 1
}

.type .labs {
    width: 100%;
    padding: .2rem 0;
    float: left;
    text-align: center
}

.type .labs img {
    width: 100%;
    height: auto;
}

.recomment {
    width: 100%;
    padding-top: .2rem;
    float: left
}

.recomment .imgs {
    width: 100%
}

.recomment .imgs img {
    width: 100%
}

.recomment .conts {
    width: 100%;
    padding: .2rem 0;
    float: left
}

.recomment .conts .list {
    width: 100%;
    margin: .14rem 0;
    float: left
}

.recomment .conts .list ul {
    width: 100%;
    transition-timing-function: linear
}

.recomment .conts .list ul li {
    width: 1.58rem;
    height: 1.58rem;
    margin-right: .28rem
}

.recomment .conts .list ul li img {
    width: 100%;
    height: 100%
}

.recomment .conts .list:last-child {
    padding-left: .28rem
}

.service {
    width: 100%;
    padding-top: .2rem;
    float: left
}

.service img {
    width: 100%
}

.fix-down {
    width: 7.5rem;
    position: fixed;
    left: 50%;
    margin-left: -3.75rem;
    z-index: 99;
    bottom: 0
}

.fix-down img {
    width: 100%;
    margin-bottom: -1px
}

.fix-down button {
    width: 1.2rem;
    height: 1.32rem;
    background: url(../img/31dc5f_120x132.png) center no-repeat;
    background-size: 1.2rem 1.32rem;
    position: absolute;
    right: .2rem;
    top: 50%;
    margin-top: -.66rem;
    animation: myfirst 1s infinite
}

.fix-down.tops {
    bottom: initial;
    top: 0
}

.fix-service {
    position: fixed;
    right: 50%;
    margin-right: -3.75rem;
    top: 50%;
    margin-top: -.96rem;
    z-index: 88
}

.fix-service img {
    width: 1.24rem
}

.head {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99
}

.head img {
    width: 100%
}

.head .webs {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: .32rem;
    color: #fff;
    line-height: .4rem;
    font-family: arial;
    letter-spacing: .02rem;
    position: absolute;
    right: .2rem;
    top: 0;
    text-transform: uppercase
}

.head .webs p {
    margin: 0;
    line-height: .4rem;
    font-size: .3rem;
    color: #fef9bd
}

.head .webs span {
    display: inline-block;
    width: auto;
    height: .5rem;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: .33rem;
    color: #fdfbb8;
    padding: 0 .15rem;
    line-height: .5rem;
    background-image: linear-gradient(to right, #393633, #282828);
    text-align: center
}

.head .webs em {
    display: inline-block;
    width: .24rem;
    text-align: center;
    color: #ff0000;
    text-transform: uppercase
}
.cg-download-header[data-v-6ddb4f64] {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 500Px;
    height: 1.6rem;
    z-index: 99
}

.cg-head-item[data-v-6ddb4f64] {
    width: 1.28rem;
    height: 1.28rem
}

.cg-has-locale[data-v-6ddb4f64] {
    padding: 0 1.053333rem
}

.cg-head-icon[data-v-6ddb4f64] {
    width: 100%;
    height: 1.613333rem
}

.cg-downbload-footer[data-v-cac33ed3] {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 750px;
    height: 1.1rem;
    z-index: 99;
    color: #ffffff;
    line-height: .31rem;
    letter-spacing: .026667rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}



.cg-footer-image[data-v-cac33ed3] {
    width: 1.152rem;
    height: 1.152rem
}

.cg-footer-btn[data-v-cac33ed3] {
    position: relative;
    margin: 0 .253333rem;
    padding: 0 .253333rem;
    height: .756667rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.2rem;
    border-radius: .213333rem
}

.cg-footer-btn .cg-footer-bubble[data-v-cac33ed3] {
    position: absolute;
    bottom: 1.013333rem;
    right: 0;
    padding: .16rem .253333rem;
    background-color: #ea4e3d;
    border-radius: .213333rem;
    font-size: .293333rem;
    max-width: calc(100% - .253333rem);
    white-space: normal;
    word-break: break-all
}

.cg-footer-btn .cg-footer-bubble[data-v-cac33ed3]:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: .32rem solid transparent;
    border-left: .32rem solid #ea4e3d;
    left: 0;
    bottom: -.186667rem
}

.cg-no-title .cg-footer-btn[data-v-cac33ed3] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cg-locale-switch[data-v-ed92b084] {
    position: fixed;
    top: .4rem;
    right: max(50vw - 250Px,0px);
    z-index: 199
}

.cg-switch-icon[data-v-ed92b084] {
    width: .8rem;
    height: .8rem;
    margin-right: .253333rem;
    background: url(./locale-switch-BJFvJR5U.png) no-repeat center;
    background-size: 100%
}

.cg-switch-warp[data-v-ed92b084] {
    position: absolute;
    top: 1.2rem;
    right: 0;
    background-color: var(--mask-bg-color);
    color: var(--color-white);
    font-size: .293333rem
}

.cg-switch-warp .cg-switch-item[data-v-ed92b084] {
    width: 3.2rem;
    height: .8rem;
    line-height: .8rem;
    padding: 0 .253333rem
}
@charset "UTF-8";:root {
    --color-white: #ffffff;
    --color-black: #000000;
    --body-bg-color: #f5f8fa;
    --content-bg-color: #ffffff;
    --primary-color: #007aff;
    --success-color: #04be02;
    --success-bg-color: rgba(241, 255, 235, .9);
    --warn-color: #ea4e3d;
    --warn-bg-color: rgba(255, 238, 235, .9);
    --text-primary-color: #202124;
    --text-middle-color: #5f6368;
    --text-secondary-color: #8e8e92;
    --text-placeholder-color: #b1b1b4;
    --line-primary-color: #e3e4e7;
    --scrollbar-bg-color: #c0c4cc;
    --font-weight-primary: 500;
    --font-weight-bold: 600;
    --mask-bg-color: rgba(0, 0, 0, .4);
    --spiner-color: #007aff;
    --skeleton-bg-color: #f5f8fa
}

.cg-modal-container {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    will-change: transform
}

.cg-modal-enter-from,.cg-modal-leave-to {
    opacity: 0
}

.cg-modal-enter-from .cg-modal-container,.cg-modal-leave-to .cg-modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.cg-refresh {
    -webkit-animation: cg-refresh 2s linear infinite;
    animation: cg-refresh 2s linear infinite
}

@-webkit-keyframes cg-refresh {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes cg-refresh {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.page-transition {
    opacity: 0
}

.cg-fade-warp {
    -webkit-transform: translate3d(0,0,0);
    transform: translateZ(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.cg-fade-enter-active,.cg-fade-leave-active {
    -webkit-transition: opacity .4s ease-out,-webkit-transform .4s ease-out;
    transition: opacity .4s ease-out,-webkit-transform .4s ease-out;
    transition: transform .4s ease-out,opacity .4s ease-out;
    transition: transform .4s ease-out,opacity .4s ease-out,-webkit-transform .4s ease-out;
    will-change: transform,opacity
}

.cg-fade-enter-from,.cg-fade-leave-to {
    opacity: 0;
    -webkit-transform: translate3d(0,.666667rem,0) scaleY(1.2);
    transform: translate3d(0,.666667rem,0) scaleY(1.2)
}

.cg-skeleton {
    -webkit-animation: cg-skeleton-anim 1.2s ease-in-out infinite;
    animation: cg-skeleton-anim 1.2s ease-in-out infinite
}

@-webkit-keyframes cg-skeleton-anim {
    50% {
        opacity: .6
    }
}

@keyframes cg-skeleton-anim {
    50% {
        opacity: .6
    }
}

*,*:before,*:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

html {
    font-size: min(50px,10vw)
}

html,body {
    line-height: 1.4286;
    height: 100%;
    color: var(--text-primary-color);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: var(--body-bg-color);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body {
    font-size: .346667rem
}

.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.text-select {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

a {
    color: var(--primary-color);
    text-decoration: none
}

a:hover,a:active,a:focus {
    text-decoration: none
}

img {
    border: none;
    vertical-align: middle;
    pointer-events: none
}

input,textarea {
    -webkit-appearance: no;
    -moz-appearance: no;
    appearance: no;
    border: 0;
    border-radius: 0;
    outline: 0;
    caret-color: var(--primary-color);
    background-color: transparent
}

[type=search]::-webkit-search-decoration {
    display: none
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: var(--text-placeholder-color)
}

::-webkit-scrollbar {
    width: .053333rem;
    height: .053333rem
}

::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-bg-color);
    border-radius: .026667rem
}

::-webkit-scrollbar-track-piece {
    background-color: transparent
}

::-webkit-scrollbar-button,::-webkit-scrollbar-corner {
    display: none
}

#page-view {
    position: relative;
    max-width: 500Px;
    margin: 0 auto;
    height: 100%;
    background-color: var(--content-bg-color);
    will-change: opacity;
    -webkit-transition: opacity .1s ease-in;
    transition: opacity .1s ease-in
}

.content-warp {
    position: relative;
    display: block;
    padding-top: 1px;
    margin-top: -1px;
    width: 100%;
    background-color: var(--content-bg-color)
}

.content-warp.cg-content-full {
    min-height: 100%
}

.content-warp.has-header {
    padding-top: 1.2rem
}

.content-warp.has-footer {
    padding-bottom: 1.306667rem
}

.content-warp.cg-base-tempalte.has-header {
    padding-top: 1.6rem
}

.content-warp.cg-base-tempalte.has-footer {
    padding-bottom: 1.6rem
}

.scroll-container {
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    overflow: auto;
    scroll-behavior: smooth
}

.cg-clearfix:after {
    content: "";
    display: table;
    clear: both
}

.cg-hcenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cg-vhcenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.text-primary {
    color: var(--text-primary-color)
}

.text-middle {
    color: var(--text-middle-color)
}

.text-secondary {
    color: var(--text-secondary-color)
}

.text-placeholder {
    color: var(--text-placeholder-color)
}

.text-white {
    color: var(--color-white)
}

.text-success {
    color: var(--success-color)
}

.text-warn {
    color: var(--warn-color)
}

.text-link {
    color: var(--primary-color)
}

.text-weight-primary {
    font-weight: var(--font-weight-primary)
}

.text-weight-bold {
    font-weight: var(--font-weight-bold)
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-xlarger {
    font-size: .506667rem
}

.text-larger {
    font-size: .453333rem
}

.text-large {
    font-size: .4rem
}

.text-base {
    font-size: .346667rem
}

.text-small {
    font-size: .293333rem
}

.text-smaller {
    font-size: .24rem
}

.text-warp {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.line-top,.line-left,.line-bottom,.line-right {
    position: relative
}

.line-top:after,.line-bottom:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--line-primary-color)
}

.line-top:after {
    top: 0
}

.line-bottom:before {
    bottom: 0
}

.line-left:after,.line-right:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: var(--line-primary-color)
}

.line-left:after {
    left: 0
}

.line-right:before {
    right: 0
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .line-top:after,.line-bottom:before {
        -webkit-transform:scaleY(.5);
        transform: scaleY(.5)
    }

    .line-left:after,.line-right:before {
        -webkit-transform: scaleX(.5);
        transform: scaleX(.5)
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .line-top:after,.line-bottom:before {
        content:"";
        -webkit-transform: scaleY(.3333);
        transform: scaleY(.3333)
    }

    .line-left:after,.line-right:before {
        -webkit-transform: scaleX(.3333);
        transform: scaleX(.3333)
    }
}

.cg-card {
    position: relative;
    display: block;
    background-color: var(--color-white);
    border-radius: .213333rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 5px rgba(0,0,0,.05)
}

.cg-border {
    position: relative
}

.cg-border:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    border-radius: .213333rem;
    border-color: var(--line-primary-color);
    border-style: solid;
    border-width: 1px;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9
}

.cg-border-small {
    position: relative
}

.cg-border-small:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    border-radius: .133333rem;
    border-color: var(--line-primary-color);
    border-style: solid;
    border-width: 1px;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9
}

.cg-line {
    height: .933333rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cg-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: transparent;
    margin: 0 auto;
    max-width: 500Px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    will-change: opacity;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.cg-mask.cg-backdrop {
    background-color: var(--mask-bg-color)
}

.mask-open {
    overflow: hidden
}

.text-content {
    display: block;
    white-space: pre-line
}

.rich-content {
    position: relative;
    word-wrap: break-word
}

.rich-content * {
    max-width: 100%!important;
    word-wrap: break-word!important;
    white-space: normal!important
}

.rich-content img,.rich-content audio,.rich-content video {
    height: auto!important
}

.cg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cg-flex.cg-flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.cg-flex.cg-flex-column {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical
}

.cg-flex-warp {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cg-flex-con {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

.cg-flex-con2 {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    overflow: hidden
}

.cg-flex-con3 {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    overflow: hidden
}

.cg-flex-con4 {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
    overflow: hidden
}

.cg-flex-base {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cg-mt {
    margin-top: .506667rem
}

.cg-mt-half {
    margin-top: .253333rem
}

.cg-mr {
    margin-right: .506667rem
}

.cg-mr-half {
    margin-right: .253333rem
}

.cg-mb {
    margin-bottom: .506667rem
}

.cg-mb-half {
    margin-bottom: .253333rem
}

.cg-ml {
    margin-left: .506667rem
}

.cg-ml-half {
    margin-left: .253333rem
}

.cg-mv {
    margin-top: .506667rem;
    margin-bottom: .506667rem
}

.cg-mv-half {
    margin-top: .253333rem;
    margin-bottom: .253333rem
}

.cg-mh {
    margin-left: .506667rem;
    margin-right: .506667rem
}

.cg-mh-half {
    margin-left: .253333rem;
    margin-right: .253333rem
}

.cg-pt {
    padding-top: .506667rem
}

.cg-pt-half {
    padding-top: .253333rem
}

.cg-pr {
    padding-right: .506667rem
}

.cg-pr-half {
    padding-right: .253333rem
}

.cg-pb {
    padding-bottom: .506667rem
}

.cg-pb-half {
    padding-bottom: .253333rem
}

.cg-pl {
    padding-left: .506667rem
}

.cg-pl-half {
    padding-left: .253333rem
}

.cg-pv {
    padding-top: .506667rem;
    padding-bottom: .506667rem
}

.cg-pv-half {
    padding-top: .253333rem;
    padding-bottom: .253333rem
}

.cg-ph {
    padding-left: .506667rem;
    padding-right: .506667rem
}

.cg-ph-half {
    padding-left: .253333rem;
    padding-right: .253333rem
}

.spinner[data-v-8023aa4c] {
    position: absolute;
    width: 1.013333rem;
    height: 1.013333rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 99
}

.cg-loading[data-v-8023aa4c] {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-animation: rotation-8023aa4c .7s linear infinite;
    animation: rotation-8023aa4c .7s linear infinite
}

.cg-loading[data-v-8023aa4c]:after {
    content: "";
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: .08rem solid transparent;
    border-bottom-color: #5d6edd
}

@-webkit-keyframes rotation-8023aa4c {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotation-8023aa4c {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.svg-icon[data-v-f0643f53] {
    width: 1em;
    height: 1em;
    fill: currentColor;
    overflow: hidden
}

.cg-tip[data-v-6a6768ac] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .293333rem;
    word-break: break-word
}

.cg-tip-icon[data-v-6a6768ac] {
    min-width: .266667rem;
    min-height: .266667rem;
    margin-right: .126667rem
}

.cg-toast-tip[data-v-9b64afcb] {
    font-size: .346667rem!important
}

.cg-toast-warp[data-v-9b64afcb] {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 6.666667rem;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    will-change: opacity;
    z-index: 10000
}

.cg-modal-container[data-v-9b64afcb] {
    position: relative;
    padding: .253333rem .506667rem;
    border-radius: .213333rem;
    word-wrap: break-word
}

.cg-modal-container.cg-toast-default[data-v-9b64afcb] {
    color: var(--color-white);
    background-color: rgba(0,0,0,.68)
}

.cg-modal-container.cg-toast-success[data-v-9b64afcb] {
    background-color: var(--success-bg-color);
    position: relative
}

.cg-modal-container.cg-toast-success[data-v-9b64afcb]:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    border-radius: .213333rem;
    border-color: var(--success-color);
    border-style: solid;
    border-width: 1px;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9
}

.cg-modal-container.cg-toast-warn[data-v-9b64afcb] {
    background-color: var(--warn-bg-color);
    position: relative
}

.cg-modal-container.cg-toast-warn[data-v-9b64afcb]:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    border-radius: .213333rem;
    border-color: var(--warn-color);
    border-style: solid;
    border-width: 1px;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9
}

[data-v-85bd3ecd] .cg-modal-container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cg-download-dialog[data-v-85bd3ecd] {
    position: relative;
    width: 8.8rem;
    height: auto;
    border-radius: .213333rem;
    border: solid 1px #ffffff;
    color: #fff;
    padding: 0 .666667rem .666667rem;
    background-color: rgba(0,0,0,.5)
}

.cg-download-dialog .cg-download-item[data-v-85bd3ecd] {
    border-radius: .213333rem;
    border: solid 1px #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: .666667rem;
    background-position: .266667rem center;
    background-repeat: no-repeat;
    background-size: .666667rem;
    padding: .266667rem .666667rem .266667rem 1.2rem;
    line-height: .48rem;
    text-align: center
}

.cg-download-dialog .cg-download-item.cg-android[data-v-85bd3ecd] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAMAAABG8BK2AAAAM1BMVEUAAAD///////////////////////////////////////////////////////////////+3leKCAAAAEHRSTlMAQMCA8BBQMHAgoOBgz7CQLBZwWAAAATtJREFUWMPtl91uwyAMRs2/gYTy/k+7BJi00M1xfDNV4txASnWKi9t8gcX/YRDeQPNYE62DCWejYDuGfIVm/uyg0BhUYexPABafch3k5AuChK1OeElNur5R4lNLsPUXbJBa5J5hsfri6pePWmevBwH89QsO57DzLaaexFkT22j4jderKNeiUr/M/IYh2ZgaTWsKU1NpLPO06w283lF3Gs87KHVDBBK/1x0ZGgeAuWpPFWPui1KjPz1xztYxNH3cqXNWhGZ6x9IszdIsjUyTx9q9xlF/W9jWEkMDrzbi3wkgOY7GJTITKAfA0LS7EFDwNBMyTeDGGxIryzfieKyS1t/5MeuDPPZxTBNREhGWTG+Fhm4LS7M0BOVHJsc+fwk0amS4/jQ9ftoCzGnxfe5tq09E3DYHA+cxwuLj+QLI8ma+gMIujgAAAABJRU5ErkJggg==)
}

.cg-download-dialog .cg-download-item.cg-ios[data-v-85bd3ecd] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAMAAABG8BK2AAAAb1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8v0wLRAAAAJHRSTlMA8wnoyb2QDt7QfHFmWyISsZeIYktFKfjtwmpWG+TYqqBQOAUdXZdIAAABZklEQVRYw+3Wy5KCMBAF0ITwkIcgCMKIb+//f+OUgyXjYug7NkvOkipukSbdiVks/lSHcaYOSSwAbczuhIetLqWx+LHTfUs7pBxVKfcTBomuuhh0nialsMAMBd5icDYqlyEl8HQxQ4FLo3QE4Bqj5Vyw/mhBUR8GzgbhdXzb6y+xQ+uf04jdswFeNv0jKU9/PbLlgd9soyCM8c6m8l4LQPjyhKqsgBlyzuB0t6mUHpx4usrzLCklv0UocAxGK+ybHJTKTNuDchAHC8M3Ah+MUIrpwNhLMaCs54nJ5omppBgLxsaMFB1l78wP19e4JDtTPGU5iXAkgFRLNebY22RMBQF3xNxAW9XCqki+cnARVy/P0tXxxANcP7w8B0pbmEkZPy30/dlFUkxuqSYXrdnJpZ0Xx8IwNpjkckO5+0IKqRhzbLi/1lnlxp7MDS983odev+T6XGkZmf+ImjSpi/cnWdpEZrGYyzfdTdz3kp93SAAAAABJRU5ErkJggg==)
}

.cg-close[data-v-85bd3ecd] {
    position: absolute;
    width: 1.013333rem;
    height: 1.013333rem;
    color: #fff;
    z-index: 99;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate3d(-50%,1.6rem,0);
    transform: translate3d(-50%,1.6rem,0)
}

.cg-line-warp[data-v-2880eeed] {
    padding: .253333rem
}

.cg-line-warp .cg-line-item[data-v-2880eeed] {
    height: 1.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cg-lines-space[data-v-2880eeed] {
    line-height: .32rem;
    text-align: center
}

.cg-lines-space .cg-lines[data-v-2880eeed] {
    position: relative;
    width: 1rem
}

.cg-lines-space .cg-line-icon[data-v-2880eeed] {
    display: inline-block;
    width: 4Px;
    height: 16Px;
    border-radius: 2Px;
    margin: 0 2Px;
    background-color: var(--success-color)
}

.cg-lines-space .cg-line-icon.cg-line-1[data-v-2880eeed] {
    height: 8Px
}

.cg-lines-space .cg-line-icon.cg-line-2[data-v-2880eeed] {
    height: 12Px
}

.cg-go-play[data-v-2880eeed] {
    height: .65rem;
    padding: 0 .32rem;
    background-color: var(--primary-color);
    border-radius: .213333rem;
    color: var(--color-white);
    font-size: .293333rem
}

[data-v-2754a095] .cg-modal-container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cg-line-dialog[data-v-2754a095] {
    position: relative;
    width: 8.8rem;
    height: auto
}

.cg-line-dialog[data-v-2754a095] .cg-line-warp {
    border-radius: .213333rem;
    border: solid 1px #ffffff;
    overflow: hidden
}

.cg-close[data-v-2754a095] {
    position: absolute;
    width: 1.013333rem;
    height: 1.013333rem;
    color: #fff;
    z-index: 99;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate3d(-50%,1.6rem,0);
    transform: translate3d(-50%,1.6rem,0)
}

[data-v-0970e43b] .cg-modal-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2rem;
    height: 2rem;
    margin-left: -1rem;
    margin-top: -1rem;
    padding: 0;
    overflow: hidden;
    border-radius: .213333rem;
    background-color: var(--color-white)
}

.cg-skeleton-image[data-v-1080e2cc] {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: .933333rem;
    color: var(--text-placeholder-color);
    background-color: var(--skeleton-bg-color);
    border-radius: .133333rem
}

.cg-image-error[data-v-1cf31d3c] {
    width: 100%;
    height: 100%;
    font-size: .933333rem;
    color: var(--text-placeholder-color)
}

[data-v-a14c5ab6] .cg-modal-container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cg-pwa-dialog[data-v-a14c5ab6] {
    position: relative;
    width: 8.933333rem;
    padding: .506667rem .253333rem;
    background-color: var(--color-white);
    border-radius: .213333rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 5px rgba(0,0,0,.05)
}

.cg-app-warp[data-v-a14c5ab6] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: .666667rem
}

.cg-app-tip[data-v-a14c5ab6] {
    padding: .506667rem 0;
    min-height: 1.6rem;
    text-align: center
}

.cg-app-icon[data-v-a14c5ab6] {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 22.5%;
    overflow: hidden
}

.cg-app-install[data-v-a14c5ab6] {
    position: relative;
    border-radius: .133333rem;
    border: solid 1px var(--primary-color);
    background-color: #ccc;
    color: var(--color-white);
    margin-top: .253333rem;
    padding: .253333rem;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-size: .293333rem
}

.cg-app-install .cg-app-i-btn[data-v-a14c5ab6] {
    z-index: 9
}

.cg-app-install .cg-app-process[data-v-a14c5ab6] {
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;
    right: -1px;
    background-color: var(--primary-color);
    -webkit-transform: translateX(-100%);
    transform: translate(-100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    will-change: transform
}

.cg-install-success.cg-app-install[data-v-a14c5ab6] {
    border-color: #04be02
}

.cg-install-success .cg-app-process[data-v-a14c5ab6] {
    background-color: #04be02
}

.cg-apk-i-btn[data-v-a14c5ab6] {
    border-radius: .133333rem;
    border: solid 1px var(--primary-color);
    margin-top: .506667rem;
    padding: .253333rem;
    text-align: center;
    font-size: .293333rem
}

.cg-apk-i-btn.cg-full-btn[data-v-a14c5ab6] {
    background-color: var(--primary-color);
    color: #fff
}

.cg-apk-warp[data-v-a14c5ab6] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cg-apk-warp .cg-apk-i-btn[data-v-a14c5ab6] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 45%
}

.cg-apk-warp .cg-apk-i-btn[data-v-a14c5ab6]:nth-child(2n) {
    background-color: var(--primary-color);
    color: #fff;
    margin-left: .253333rem
}

.cg-close[data-v-a14c5ab6] {
    position: absolute;
    width: 1.013333rem;
    height: 1.013333rem;
    color: #fff;
    z-index: 99;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate3d(-50%,1.6rem,0);
    transform: translate3d(-50%,1.6rem,0)
}

[data-v-5fbc7872] .cg-modal-container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cg-pwa-dialog[data-v-5fbc7872] {
    position: relative;
    width: 8.8rem;
    padding: .506667rem .253333rem;
    background-color: var(--color-white);
    border-radius: .213333rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 5px rgba(0,0,0,.05)
}

.cg-open-tip[data-v-5fbc7872] {
    padding: .506667rem 0;
    min-height: 1.6rem;
    text-align: center
}

.cg-link-warp[data-v-5fbc7872] {
    background-color: #f5f8fa
}

.cg-close[data-v-5fbc7872] {
    position: absolute;
    width: 1.013333rem;
    height: 1.013333rem;
    color: #fff;
    z-index: 99;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate3d(-50%,1.6rem,0);
    transform: translate3d(-50%,1.6rem,0)
}

.cg-full-loading[data-v-9d71f024] {
    position: fixed;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    max-width: 500Px;
    margin: 0 auto;
    z-index: 9998
}

.cg-full-loading .cg-full-content[data-v-9d71f024] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2rem;
    height: 2rem;
    margin-left: -1rem;
    margin-top: -1rem;
    padding: 0;
    overflow: hidden;
    border-radius: .213333rem;
    background-color: var(--color-white)
}

.cg-error[data-v-9d71f024] {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 99;
    text-align: center;
    color: var(--text-secondary-color)
}


@keyframes myfirst {
    from {
        transform: scale(1)
    }

    50% {
        transform: scale(.9)
    }

    to {
        transform: scale(1)
    }
}