html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, Helvetica Neue, PingFang SC, Microsoft YaHei, "微软雅黑", system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

ol,
ul {
    margin: 0;
    padding: 0
}

ul,
li,
ol {
    list-style: none
}

em,
i {
    font-style: normal
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    color: inherit;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

:focus {
    outline: 0;
    border: 0
}

button,
input,
optgroup,
select,
textarea {
    position: relative;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

table {
    empty-cells: show
}

template {
    display: none
}

[hidden] {
    display: none
}


.ff-fcustom {
    font-family: "fcustom", Microsoft YaHei, "微软雅黑", sans-serif
}

.ff-normal {
    font-family: initial, Microsoft YaHei, "微软雅黑", sans-serif
}

.ico-arrow-lt {
    background: url("../img/arrowleft_VN.png") center no-repeat;
}

.ico-arrow-rt {
    background: url("../img/arrowright_VN.png") center no-repeat;
}

.ico-arrow-top,
.ico-btn-facebook,
.ico-btn-google,
.ico-btn-huawei,
.ico-btn-ios,
.ico-check,
.ico-checked,
.ico-label,
.ico-more {
    display: inline-block;
}

.ico-arrow-lt {
    width: 99px;
    height: 119px;
}

.ico-arrow-rt {
    width: 99px;
    height: 119px;
}

.ico-arrow-top {
    width: 19px;
    height: 10px;
    background-position: -442px -263px
}

.ico-btn-facebook {
    width: 190px !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 190px !important;
    -moz-box-flex: 0 !important;
    -ms-flex: 0 0 190px !important;
    flex: 0 0 190px !important;
    height: 51px !important;
    background-position: 0px -263px
}

.ico-btn-google {
    width: 175px;
    height: 61px;
    background-position: 0px -142px
}

.ico-btn-huawei {
    width: 175px;
    height: 61px;
    background-position: -381px 0px
}

.ico-btn-ios {
    width: 175px;
    height: 61px;
    background-position: -381px -121px
}

.ico-label {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 321px;
    height: 82px;
    font-size: 54px;
    color: #fff;
    background-position: 0px 0px
}

.ico-more {
    width: 42px;
    height: 41px;
    background-position: -235px -142px
}

.b1 {
    display: inline-block;
    width: 191px;
    height: 143px;
}

.bny {
    padding-top: 430px;
    display: block;
    min-height: 750px;
}

.buy {
    padding-top: 30px;
    display: block;
    min-height: 1080px;
}

.ico-nav1 {
    display: inline-block;
    width: 800px;
    height: 73px;
    line-height: 73px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ico-sd {
    display: inline-block;
    width: 24px;
    height: 10px;
}

.jt1 {
    display: inline-block;
    width: 264px;
    height: 260px;
}

.jt2 {
    display: inline-block;
    width: 704px;
    height: 603px;
}

.img_pan {
    

    position: absolute;
    bottom: 280px;
    margin: auto;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center

}

.img_pan img {
    display: inline-block; 
    max-width: 100%; 
    height: auto; 
}

.pan1 {
    display: inline-block;
    width: 972px;
    height: 266px;
}

.mauto {
    margin-left: auto;
    margin-right: auto
}

.mlauto {
    margin-left: auto
}

.mrauto {
    margin-right: auto
}

.fs-60 {
    font-size: 60px
}

.fs-50 {
    font-size: 50px
}

.fs-40 {
    font-size: 40px
}

.fs-38 {
    font-size: 38px
}

.fs-36 {
    font-size: 36px
}

.fs-34 {
    font-size: 34px
}

.fs-32 {
    font-size: 32px
}

.fs-30 {
    font-size: 30px !important
}

.fs-28 {
    font-size: 28px
}

.fs-26 {
    font-size: 26px
}

.fs-24 {
    font-size: 24px
}

.fs-22 {
    font-size: 22px
}

.fs-20 {
    font-size: 20px
}

.fs-18 {
    font-size: 18px
}

.fs-16 {
    font-size: 16px
}

.fs-14 {
    font-size: 14px
}

.fs-12 {
    font-size: 12px
}

.fs-10 {
    font-size: 10px
}

.fs-0 {
    font-size: 0
}

.ml-5 {
    margin-left: 5px
}

.mt-5 {
    margin-top: 5px
}

.ml-10 {
    margin-left: 10px
}

.mt-10 {
    margin-top: 10px
}

.ml-15 {
    margin-left: 15px
}

.mt-15 {
    margin-top: 15px
}

.ml-20 {
    margin-left: 20px
}

.mt-20 {
    margin-top: 20px
}

.ml-25 {
    margin-left: 25px
}

.mt-25 {
    margin-top: 25px
}

.ml-30 {
    margin-left: 30px
}

.mt-30 {
    margin-top: 30px
}

.ml-35 {
    margin-left: 35px
}

.mt-35 {
    margin-top: 35px
}

.ml-40 {
    margin-left: 40px
}

.mt-40 {
    margin-top: 40px
}

.ml-50 {
    margin-left: 50px
}

.mt-50 {
    margin-top: 50px
}

.ml-60 {
    margin-left: 60px
}

.mt-60 {
    margin-top: 60px
}

.pl-5 {
    padding-left: 5px
}

.pt-5 {
    padding-top: 5px
}

.pl-10 {
    padding-left: 10px
}

.pt-10 {
    padding-top: 10px
}

.pl-15 {
    padding-left: 15px
}

.pt-15 {
    padding-top: 15px
}

.pl-20 {
    padding-left: 20px
}

.pt-20 {
    padding-top: 20px
}

.pl-25 {
    padding-left: 25px
}

.pt-25 {
    padding-top: 25px
}

.pl-30 {
    padding-left: 30px
}

.pt-30 {
    padding-top: 30px
}

.pl-35 {
    padding-left: 35px
}

.pt-35 {
    padding-top: 35px
}

.pl-40 {
    padding-left: 40px
}

.pt-40 {
    padding-top: 40px
}

.pl-50 {
    padding-left: 50px
}

.pt-50 {
    padding-top: 50px
}

.pl-60 {
    padding-left: 60px
}

.pt-60 {
    padding-top: 60px
}

.pr-60 {
    padding-right: .6rem
}

.lh-13 {
    line-height: 1.3
}

.lh-15 {
    line-height: 1.5
}

.lh-18 {
    line-height: 1.8
}

.lh-20 {
    line-height: 2
}

.vertical-top {
    vertical-align: top
}

.vertical-middle {
    vertical-align: middle
}

.vertical-bottom {
    vertical-align: bottom
}

.vertical-baseline {
    vertical-align: baseline
}

.clearfix {
    zoom: 1
}

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

.float_l {
    float: left
}

.float_r {
    float: right
}

.hide {
    display: none
}

.vf_hide {
    overflow: hidden
}

.tl {
    text-align: left
}

.tc {
    text-align: center
}

.tr {
    text-align: right
}

.select-tc {
    text-align: center;
    -moz-text-align-last: center;
    text-align-last: center
}

.flighter {
    font-weight: lighter
}

.fnormal {
    font-weight: normal
}

.fb {
    font-weight: bold
}

.text-indent {
    text-indent: 2em
}

.text-underline {
    text-decoration: underline
}

.text-underline:hover {
    text-decoration: none
}

.text-none {
    text-decoration: none
}

.text-none:hover {
    text-decoration: underline
}

.ul-decimal {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em
}

.ul-decimal li {
    list-style: decimal
}

.text-white {
    color: #fff
}

.text-black {
    color: #000
}

.text-yellow {
    color: #facb3a
}

.text-orange {
    color: #e9852d
}

.text-brown {
    color: brown
}

.text-red {
    color: red
}

.text-blue {
    color: blue
}

.text-indigo {
    color: indigo
}

.text-purple {
    color: purple
}

.text-pink {
    color: pink
}

.text-green {
    color: #cdffa8
}

.text-turquoise {
    color: #26e4e0
}

.text-grey {
    color: #666
}

.text-deep-grey {
    color: #333
}

.prelative {
    position: relative
}

.pabsolute {
    position: absolute
}

.pfixed {
    position: fixed
}

.absolute-0 {
    position: absolute;
    top: 0;
    left: 0
}

.flow_block {
    display: block
}

.flow_inline {
    display: inline
}

.flow_inblock {
    display: inline-block
}

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

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

.flex-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column
}

.flex-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.flex-vc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.flex-hc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

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

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

.ellipsis-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.ellipsis-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.fill-100 {
    width: 100%;
    height: 100%
}

.wrate-50 {
    width: 50%
}

.img-fill {
    position: relative
}

.img-fill img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.ico-btn-reset {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    outline: none;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0)
}

.jy-btn {
    cursor: pointer;
    z-index: 5;
    text-indent: -9999px;
    font-size: 0;
    line-height: 1;
    overflow: hidden
}

.jy-btn:active {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1)
}

.jy-btn.disable:active,
.jy-btn.active:active {
    -webkit-filter: none;
    filter: none
}

.jy-btn.disable {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    pointer-events: none;
    opacity: .9
}

.jy-btn-txt {
    cursor: pointer;
    z-index: 5
}

.jy-btn-txt:active {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1)
}

.jy-btn-txt.disable:active,
.jy-btn-txt.active:active {
    -webkit-filter: none;
    filter: none
}

.jy-btn-txt.disable {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    pointer-events: none;
    opacity: .9
}

.btn-brightness:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1)
}

.btn-primary {
    display: inline-block;
    cursor: pointer;
    color: #a70000;
    background-color: #ffc949;
    z-index: 5
}

.opacity-0 {
    opacity: 0
}

.input-border0 {
    border: 0
}

.filter-glass {
    -webkit-backdrop-filter: saturate(50%) blur(4px);
    backdrop-filter: saturate(50%) blur(4px)
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    width: 100%;
    height: 100%
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin-left: auto;
    margin-right: auto
}

.swiper-slide {
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    transition-property: transform, -webkit-transform
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: height, -o-transform;
    -moz-transition-property: transform, height, -moz-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform, -moz-transform, -o-transform;
    transition-property: transform, height, -webkit-transform
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -10
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-button-disabled {
    cursor: not-allowed;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-pagination-dot {
    padding: .3rem 0;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background: rgba(0, 0, 0, .3)
}

.swiper-pagination-dot .swiper-pagination-bullet {
    position: relative;
    margin: .04rem;
    display: inline-block;
    width: .16rem;
    height: .16rem;
    border-radius: .08rem;
    overflow: visible;
    background-color: #82affe;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-pagination-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: .32rem;
    background-color: #6a91ff
}

.swiper-pagination-rect90 {
    padding: .12rem .18rem;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background: rgba(0, 0, 0, .3)
}

.swiper-pagination-rect90 .swiper-pagination-bullet {
    position: relative;
    margin: .08rem;
    display: inline-block;
    width: .2rem;
    height: .2rem;
    border-radius: .2rem;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    overflow: visible;
    border: .02rem solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-pagination-rect90 .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: .1rem;
    height: .1rem;
    background-color: #fff;
    opacity: 0
}

.swiper-pagination-rect90 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: .4rem;
    background-color: #8e3211
}

.swiper-pagination-rect90 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    opacity: 1
}

.banner-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 350px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
    width: 350px;
    height: 606px
}

.banner-container img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.banner-container .ico-arrow-lt {
    position: absolute;
    top: 220px;
    left: -294px;
    z-index: 10
}

.banner-container .ico-arrow-rt {
    position: absolute;
    top: 220px;
    right: -294px;
    z-index: 10
}

.banner-container .swiper-pagination-com {
    padding: 4px 8px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    line-height: 1;
    z-index: 1
}

.banner-container .swiper-pagination-com .swiper-pagination-bullet {
    position: relative;
    margin-right: 5px;
    display: inline-block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    background-color: #fff
}

.banner-container .swiper-pagination-com .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 8px;
    height: 8px;
    background-color: #140000;
    -webkit-animation: fadeIn .6s linear;
    -moz-animation: fadeIn .6s linear;
    animation: fadeIn .6s linear
}

.banner-container .swiper-pagination-com .swiper-pagination-bullet-active::before {
    background-color: #fff
}

.ebook__header {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%;
    text-align: center;
    line-height: .9rem;
    height: .9rem;
    color: #ffd;
    font-size: .5rem;
    background-color: #2c2e34
}

.ebook__header .ico__btn__navback {
    font-size: .24rem;
    color: #ffd;
    position: absolute;
    left: .4rem;
    height: 1rem;
    width: 1rem
}

.ebook__container {
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    color: #686868;
    width: 910px
}

.ebook__container .header {
    padding: 38px 0 25px;
    border-bottom: 1px solid #eae6e6;
    line-height: 1.15;
    text-align: center
}

.ebook__container .header h3 {
    font-size: 24px;
    line-height: 1.5;
    color: #3a3a3a
}

.ebook__container .header p {
    padding-top: 6px;
    opacity: .5;
    color: #686868
}

.ebook__container .body {
    padding: 30px 0 30px;
    width: 100%;
    line-height: 2
}

.ebook__container .body img {
    margin: 10px auto;
    display: block;
    max-width: 90%
}

.ebook__container .body p {
    padding: 10px 0;
    text-indent: 2em
}

html {
    font-size: 14px
}

@media screen and (min-width: 320px) {
    html {
        font-size: 50px
    }
}

@media screen and (min-width: 360px) {
    html {
        font-size: 56.25px
    }
}

@media screen and (min-width: 375px) {
    html {
        font-size: 58.59375px
    }
}

@media screen and (min-width: 400px) {
    html {
        font-size: 62.5px
    }
}

@media screen and (min-width: 414px) {
    html {
        font-size: 64.6875px
    }
}

@media screen and (min-width: 440px) {
    html {
        font-size: 68.75px
    }
}

@media screen and (min-width: 480px) {
    html {
        font-size: 75px
    }
}

@media screen and (min-width: 520px) {
    html {
        font-size: 81.25px
    }
}

@media screen and (min-width: 560px) {
    html {
        font-size: 87.5px
    }
}

@media screen and (min-width: 600px) {
    html {
        font-size: 93.75px
    }
}

@media screen and (min-width: 640px) {
    html {
        font-size: 100px
    }
}

@media screen and (min-width: 680px) {
    html {
        font-size: 106.25px
    }
}

@media screen and (min-width: 720px) {
    html {
        font-size: 112.5px
    }
}

@media screen and (min-width: 760px) {
    html {
        font-size: 118.75px
    }
}

@media screen and (min-width: 800px) {
    html {
        font-size: 125px
    }
}

@media screen and (min-width: 960px) {
    html {
        font-size: 150px
    }
}

@media screen and (min-width: 320px)and (max-width: 750px) {
    html {
        font-size: -webkit-calc(100vw / 7.5);
        font-size: -moz-calc(100vw / 7.5);
        font-size: 13.3333333333vw;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%
    }
    body {
        font-size: .24rem;
        min-width: 100%;
        background: #fff
    }
    .terminal-wap {
        min-width: 100%
    }
    .terminal-wap .ebook__header {
        display: block
    }
    .terminal-wap .bny {
        padding-top: .9rem;
        min-height: auto;
        background: none
    }
    .terminal-wap .container-ny {
        width: 100%;
        min-height: auto
    }
    .terminal-wap .header,
    .terminal-wap .user-container,
    .terminal-wap .aside-oth,
    .terminal-wap .header-oth,
    .terminal-wap .title__ny__container,
    .terminal-wap .footer {
        display: none
    }
    .terminal-wap .main-ny {
        padding-top: .9rem;
        width: 100%;
        min-height: -webkit-calc(100vh - .9rem);
        min-height: -moz-calc(100vh - .9rem);
        min-height: calc(100vh - .9rem)
    }
    .terminal-wap .main-ny .panel-wrapper {
        margin: 0;
        border: 0;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%;
        background: #1e2839
    }
    .terminal-wap .ebook__container {
        font-size: .22rem;
        width: 100%
    }
    .terminal-wap .ebook__container .header {
        padding: .2rem 0 .2rem
    }
    .terminal-wap .ebook__container .header h3 {
        font-size: .28rem
    }
    .terminal-wap .ebook__container .header p {
        padding-top: .1rem
    }
    .terminal-wap .ebook__container .body {
        padding: .3rem 0 1rem
    }
    .terminal-wap .ebook__container .body img {
        margin: .1rem auto;
        display: block;
        max-width: 90%;
        width: 100%
    }
    .terminal-wap .ebook__container .body p {
        padding: .1rem 0;
        text-indent: 2em
    }
}

.ny-page.pagination {
    position: relative;
    padding: 30px 0 30px;
    text-align: center;
    font-family: Microsoft YaHei, "微软雅黑", Arial, Helvetica, sans-serif;
    color: #3a3a3a
}

.ny-page.pagination .ls {
    letter-spacing: 7px;
}

.ny-page.pagination a {
    padding: 0 5px;
    display: inline-block;
    line-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit
}

.ny-page.pagination a:hover {
    -webkit-filter: brightness(1.15);
    filter: brightness(1.15)
}

.ny-page.pagination span {
    padding: 0 5px;
    display: inline-block;
    line-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.ny-page.pagination span.active {
    color: #fff;
    border: 2px solid #3460f4;
    background: #3460f4
}

.ny-page.pagination .ny-y-all {
    padding: 0 10px;
    display: inline-block;
    line-height: 28px;
    color: inherit;
    border: 0;
    background: rgba(0, 0, 0, 0)
}

.ny-page.pagination .pagination-btn-prev {
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.ny-page.pagination .pagination-btn-next {
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}


.header__unit {
    position: fixed;
    margin: auto;
    width: 100%;
    text-align: center;
    z-index: 10;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: -1px -1px 0 rgb(60, 195, 236), 1px -1px 0 rgb(60, 195, 236), -1px 1px 0 rgb(60, 195, 236), 1px 1px 0 rgb(60, 195, 236);
    background: url("../img/ico-menu_VN.png") top center;
}

.header__unit .brand {
    margin-right: -200px;
    position: relative;
    display: inline-block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 300px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 200px;
    width: 200px
}

.header__unit .brand img {
    display: block;
    width: 100%;
    -webkit-transform: translate(-42px, 24px);
    -moz-transform: translate(-42px, 24px);
    -ms-transform: translate(-42px, 24px);
    -o-transform: translate(-42px, 24px);
    transform: translate(-42px, 24px)
}

.header__main {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1200px;
    height: 111px;
    line-height: 111px;
    zoom: 1;
    overflow: visible
}

.header__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.header__links a {
    margin: 0 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 154px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 154px;
    flex: 0 0 154px;
    width: 154px;
    height: 100%;
    line-height: normal;
    overflow: visible;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.header__links a em {
    display: block;
    width: 100%;
    font-size: 12px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    text-transform: uppercase
}

.header__links a i {
    display: inline-block;
    width: 100%
}

.header__links a.active {
    color: #f6e0bd;
    border-bottom: 4px solid #f6e0bd
}

.pop {
    position: fixed;
    z-index: 200;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: none
}

.pop.active {
    display: block
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes zoom {
    from {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoom {
    from {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0)
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.pop_close {
    position: absolute;
    right: 18px;
    top: 18px;
    width: 28px;
    height: 28px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAABM0lEQVRIibXWS0oEMRCA4d8ecSUexXOIg65E29mK4Mq9MILXEJcOCraPEcGLeA4vICNKQRpCyKOqJ127JE2+FJWu7o2/+d4lcAZcAZ+MEy1wC7w1wAWwKwPgYATuFFgAO8BUwGvgF9gCniujgt0DE+AHOBfwBZiNgIaYjJeNW3xyE7XQGPYqC433UFcJTWIhWAPNYjFwHbSIpcAhqArLgRZUjZVADWrCJDYLYI9KPHroEbBtxbRgCp1YMQsYQ3FY6/qwKko11BxwZdnAAoYXZFBz0IIh1rq5lRXV1DCG+TV7CG7vR26zUoYlrHOfNj/Tw6FgCUuhXQ5NgVrMjMZAK2ZCQ3AopkZ9cF1MhfZgLayICnhSGcuh+/Liyx9xbcxHJfrmcCMZvgPfLtOamI8eA1/A3T+1rJJSqo6dygAAAABJRU5ErkJggg==") no-repeat center/28px 28px;
    text-indent: -9999px;
    overflow: hidden;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
    z-index: 100
}

.pop_close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pop_mask {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6)
}

.pop_mask__clickable {
    cursor: pointer
}

.pop_ok {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 1em;
    width: 120px;
    text-align: center;
    background: #ab231f -webkit-gradient(linear, left bottom, left top, from(#ab231f), color-stop(#ab120e), to(#9d0f0b));
    background: #ab231f -webkit-linear-gradient(bottom, #ab231f, #ab120e, #9d0f0b);
    background: #ab231f -moz-linear-gradient(bottom, #ab231f, #ab120e, #9d0f0b);
    background: #ab231f -o-linear-gradient(bottom, #ab231f, #ab120e, #9d0f0b);
    background: #ab231f linear-gradient(0deg, #ab231f, #ab120e, #9d0f0b);
    color: #ffde9e;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.pop_ok:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1)
}

.pop_link {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    text-decoration: underline
}

.pop_link:hover {
    text-decoration: none
}

.pop_main {
    margin: 100px 0px 0px -280px;
    position: fixed;
    left: 50%;
    top: 0;
    z-index: 20;
    width: 560px;
    background: #831c15 -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#831c15), color-stop(#811a13), to(#831c15));
    background: #831c15 -webkit-linear-gradient(0, #831c15, #811a13, #831c15);
    background: #831c15 -moz-linear-gradient(0, #831c15, #811a13, #831c15);
    background: #831c15 -o-linear-gradient(0, #831c15, #811a13, #831c15);
    background: #831c15 linear-gradient(0, #831c15, #811a13, #831c15);
    color: #fff8cc;
    font-size: 16px;
    border: 6px solid #600700;
    -webkit-animation: zoom .6s ease;
    -moz-animation: zoom .6s ease;
    animation: zoom .6s ease
}

.pop_head {
    padding-top: 30px;
    font-size: 28px;
    font-weight: bold;
    text-align: center
}

.pop_head-pad {
    position: relative;
    display: inline-block
}

.pop_body {
    padding: 30px 40px 40px
}

.pop_body__tit {
    font-size: 28px;
    font-weight: bold;
    color: inherit
}

.pop_body__code {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 300px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: auto;
    color: inherit
}

.pop_body__codetie {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 500px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: auto;
    color: inherit
}

.pop_body__codetie-label {
    padding: 0 10px;
    width: 100px;
    text-decoration: underline;
    font-size: 22px;
    color: #fff000;
    cursor: pointer
}

.pop_body__codetie-body {
    display: block;
    padding: 0 1em;
    text-align: center;
    width: 358px;
    height: 35px;
    font-size: 20px;
    color: inherit;
    background: rgba(0, 0, 0, 0);
    -webkit-user-select: all;
    -moz-user-select: all;
    user-select: all;
    border: 0
}

.pop_inp {
    position: relative;
    color: #fff8cc;
    zoom: 1
}

.pop_inp::after {
    content: " ";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    opacity: 0;
    font-size: 0
}

.pop_inp__cell {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    overflow: hidden
}

.pop_inp__cell:not(:last-of-type) {
    margin-bottom: 10px
}

.pop_inp__cell-auto {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    overflow: inherit
}

.pop_inp__cell-auto:not(:last-of-type) {
    margin-bottom: 10px
}

.pop_inp__label {
    float: left;
    width: 90px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
    padding-right: 10px
}

.pop_inp__body {
    float: left;
    padding: 0 1em;
    border: 0;
    outline: 0;
    width: 260px;
    height: inherit;
    line-height: inherit;
    font-size: 14px;
    color: #fff8cc;
    background-color: rgba(0, 0, 0, .4);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.pop_inp__body::-webkit-input-placeholder {
    color: #959595
}

.pop_inp__body::-moz-placeholder {
    color: #959595
}

.pop_inp__body::-o-input-placeholder {
    color: #959595
}

.pop_inp__body::-ms-placeholder {
    color: #959595
}

.pop_inp__bodyauth {
    float: left;
    padding: 0 1em;
    border: 0;
    outline: 0;
    width: 160px;
    height: inherit;
    line-height: inherit;
    color: #fff8cc;
    font-size: 14px;
    background-color: rgba(0, 0, 0, .4);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.pop_inp__bodyauth::-webkit-input-placeholder {
    color: #959595
}

.pop_inp__bodyauth::-moz-placeholder {
    color: #959595
}

.pop_inp__bodyauth::-o-input-placeholder {
    color: #959595
}

.pop_inp__bodyauth::-ms-placeholder {
    color: #959595
}

.pop_inp__btnauth {
    display: block;
    float: left;
    padding: 0 10px;
    outline: 0;
    border: 0;
    width: 100px;
    background-color: rgba(0, 0, 0, .4);
    color: #07c160;
    height: inherit;
    line-height: inherit;
    text-align: center;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

.pop_inp__btnauth.disable {
    cursor: no-drop;
    color: #adadad;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.pop_select {
    float: left;
    width: 260px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .4) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAYAAAALpr0TAAAAXUlEQVQYlWNkYGAQYGBg0GfADy6CZA8wMDD8J4D3gxR+IELhB2YGBgYOBgYGBwJWd8IYG/CYBpKDA5CHLmBRBBIDyaEABTT3gtggMazAAKoAhEFsvABkFap1DAwMADh8KMmMsuJnAAAAAElFTkSuQmCC") no-repeat center right 10px;
    color: #fff8cc;
    font-size: inherit;
    vertical-align: middle;
    padding-left: 1em;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.pop_select option {
    background: #fff;
    color: #333
}

.pop_select_seek {
    float: left;
    position: relative;
    border: 0;
    outline: 0;
    width: 260px;
    height: inherit;
    line-height: inherit;
    font-size: 14px;
    color: #fff8cc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.pop_select_seek-label {
    padding: 0 1em;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .4) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAYAAAALpr0TAAAAXUlEQVQYlWNkYGAQYGBg0GfADy6CZA8wMDD8J4D3gxR+IELhB2YGBgYOBgYGBwJWd8IYG/CYBpKDA5CHLmBRBBIDyaEABTT3gtggMazAAKoAhEFsvABkFap1DAwMADh8KMmMsuJnAAAAAElFTkSuQmCC") no-repeat center right 10px;
    cursor: pointer
}

.pop_select_seek-content {
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    background-color: #000;
    z-index: 200
}

.pop_select_seek-inp {
    position: relative;
    width: 100%;
    height: 35px
}

.pop_select_seek-inp input {
    padding: 0 1em;
    width: 160px;
    height: 35px;
    background-color: rgba(0, 0, 0, .4);
    color: #fff8cc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0
}

.pop_select_seek-inp input::-webkit-input-placeholder {
    color: #959595
}

.pop_select_seek-inp input::-moz-placeholder {
    color: #959595
}

.pop_select_seek-inp input::-o-input-placeholder {
    color: #959595
}

.pop_select_seek-inp input::-ms-placeholder {
    color: #959595
}

.pop_select_seek-inp--btn {
    width: 100px;
    text-align: center;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .4);
    color: #adadad
}

.pop_select_seek-valbox {
    position: relative;
    width: 100%;
    border-top: 1px solid #222
}

.pop_select_seek-val {
    position: relative;
    padding: 0 1em;
    height: 35px;
    line-height: 35px;
    border-top: 1px solid #222;
    cursor: pointer
}

.pop__scrollbar {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 200px
}

.pop__scrollbar::-webkit-scrollbar {
    width: 2px;
    background: rgba(0, 0, 0, .3)
}

.pop__scrollbar::-webkit-scrollbar-thumb {
    background: #b13417;
    border-radius: 1px
}

.pop__table {
    position: relative;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%
}

.pop__table td {
    padding: 0 1em;
    color: inherit;
    line-height: 30px
}

.pop__grid {
    position: relative;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    font-size: 18px
}

.pop__grid__head {
    margin-bottom: 10px
}

.pop__grid__tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 50px;
    background: rgba(0, 0, 0, .1)
}

.pop__grid__tr:not(:first-of-type) {
    margin-top: 10px
}

.pop__grid__td {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 14px
}

.pop__grid__td:nth-of-type(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 150px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    width: 150px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    margin-left: auto;
    margin-right: auto;
    min-width: 1200px;
    font: 14px/1.15 FreesiaUPC, "fcustom", "Microsoft YaHei", "微软雅黑", sans-serif;
    color: #686868;
    background: #000000
}

.wrapper {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden
}

.main {
    padding: 440px 0 100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    min-height: 500px;
    width: 1200px
}

.main-ny {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1088px
}

.container-ny {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1200px;
    min-height: 500px;
    background: #fff
}

.en {
    font-family: Microsoft YaHei, "微软雅黑", Arial, Helvetica, sans-serif
}

.tabs-ny {
    margin: 10px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #d7dadf;
    font-size: 40px;
    font-weight: bold;
    color: #585f70
}

.tabs-ny.tl {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.tabs-ny.small {
    font-size: 30px;
    font-weight: 400
}

.tabs-ny span {
    display: inline-block
}

.tabs-ny span+a {
    margin-left: 30px
}

.tabs-ny span.active {
    border-bottom: 4px solid #585f70
}

.tabs-ny a {
    display: inline-block;
    padding: 0 10px
}

.tabs-ny a+a {
    margin-left: 30px
}

.tabs-ny a.active {
    color: #e35466;
    border-bottom: 4px solid #e35466
}

.title__ny__container {
    padding: 0 56px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 72px;
    line-height: 72px;
    background: #000000;
    color: #fff
}

.title__ny__container .label {
    font-size: 50px;
    font-weight: bold
}

.title__ny__container .label-sub {
    text-transform: uppercase;
    font-size: 14px;
    color: #b8b8b8
}

.section {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background: no-repeat top center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.headermain {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    height: 100%;
    zoom: 1;
    background: no-repeat top center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.sectionmain {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    height: 100%;
    zoom: 1;
    background: no-repeat top center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.sectionmain-x {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    height: 100%;
    zoom: 1;
    background: no-repeat top center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.section-header {
    position: relative;
    height: 1070px;
    margin-top: 0px;
    /* transform: scale(0.85); */
    /*background-image: url("../img/bg1.jpg")*/
}

.section-header .pan1 {
    position: absolute;
    bottom: 68px;
    margin: auto;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.section-header .pan1 a {
    display: inline-block;
    margin: 0 6px
}

.section-1 {
    position: relative;
    padding: 0px 0 40px;
    height: 960px;
    background-image: url("../img/bg2_VN.png")
}

.section-1 .sectionmain {
    overflow: visible;
    padding: 160px 0 0px;
}

.section-1 .banner-container {
    margin-top: 160px;
    margin-left: -160px;
    position: absolute;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 742px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 742px;
    flex: 0 0 742px;
    width: 742px;
    height: 424px
}

.section-1 .banner-container img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.section-1 .news-box {
    padding: 160px 0 34px 600px;
    width: 800px;
}

.section-1 .news-box .body .item .rt {
    padding: 0
}

.news-box.ny .item {
    padding: 36px 45px 24px;
    height: auto;
    line-height: 1.5
}

.news-box.ny .item .btn-tag {
    display: inline-block
}

.news-box.ny .item .ico-arrow-top {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    -o-transition: -o-transform .3s linear;
    -moz-transition: transform .3s linear, -moz-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear, -moz-transform .3s linear, -o-transform .3s linear
}

.news-box.ny .item .txt,
.news-box.ny .item .avatar,
.news-box.ny .item .date {
    display: block
}

.news-box .panel {
    padding: 2px 0 34px;
    background-color: #000000
}

.news-box .head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 56px;
    font-size: 50px;
    font-weight: bold;
    color: #fff
}

.news-box .body {
    padding: 0 56px
}

.news-box .item {
    padding: 16px 0 7px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid #e7e9ec;
    color: #c5ccdb;
    overflow: hidden
}

.news-box .item .ico-arrow-top {
    position: relative;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    -o-transition: -o-transform .3s linear;
    -moz-transition: transform .3s linear, -moz-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear, -moz-transform .3s linear, -o-transform .3s linear;
    overflow: initial !important;
    cursor: pointer
}

.news-box .item .ico-arrow-top::after {
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px
}

.news-box .item.active {
    height: auto;
    line-height: 1.5
}

.news-box .item.active .btn-tag {
    display: inline-block
}

.news-box .item.active .ico-arrow-top {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    -o-transition: -o-transform .3s linear;
    -moz-transition: transform .3s linear, -moz-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear, -moz-transform .3s linear, -o-transform .3s linear
}

.news-box .item.active .txt,
.news-box .item.active .avatar,
.news-box .item.active .date {
    display: block
}

.news-box .item .lt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    width: 32px
}

.news-box .item .ct {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.news-box .item .rt {
    padding-top: 26px;
    text-align: right;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 122px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 122px;
    flex: 0 0 122px;
    width: 122px
}

.news-box .title {
    font-size: 20px;
    font-weight: bold;
    color: #b7c5e6
}

.news-box .txt {
    display: none;
    margin-top: 5px;
    line-height: 1.5;
    font-size: 16px;
    max-width: 90%
}

.news-box .avatar {
    display: none;
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 190px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
    width: 190px;
    margin-right: 15px
}

.news-box .avatar img {
    display: block;
    width: 100%
}

.news-box .btn-more {
    margin-top: 16px;
    display: inline-block;
    padding: 3px 14px;
    text-align: center;
    min-width: 80px;
    line-height: normal;
    border: 2px solid #e2e2e2;
    border-radius: 15px;
    font-size: 16px;
    color: #f9d16a
}

.news-box .btn-tag {
    display: inline-block;
    text-align: center;
    width: 106px;
    height: 39px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #3f4a62;
    border-radius: 18px;
    font: 20px/36px Adobe Thai;
    color: #3f4a62
}

.news-box .date {
    display: none;
    margin-top: 26px;
    text-align: right;
    line-height: 1.15;
    font-family: Microsoft YaHei, "微软雅黑", Arial, Helvetica, sans-serif
}

.news-box .date .day {
    font-size: 34px;
    color: #596174
}

.news-box .date .year {
    font-size: 13px;
    color: #596174
}

.section-2 {
    position: relative;
    height: 1060px;
    background-image: url("../img/bg3_VN.png")
}

.section-2 .sectionmain {
    overflow: visible
}

.section-2 .swiper-container {
    overflow: visible
}

.section-2 .swiper-container .swiper-slide {
    opacity: 0 !important
}

.section-2 .swiper-container .swiper-slide-active {
    opacity: 1 !important
}

.section-2 .avatar {
    position: absolute;
    top: -38px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 5;
    width: 1920px;
    height: 1100px;
    pointer-events: none
}

.section-2 .profile {
    position: absolute;
    margin-left: -300px;
    padding-top: 160px;
    padding-left: -300px;
}

.section-2 .profile .name {
    font-size: 186px;
    color: #443524;
    font-weight: bold
}

.section-2 .profile .txt {
    font-size: 51px;
    color: #43392f
}

.section-2 .tabs {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 925px;
    padding-left: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 10
}

.section-2 .tabs .item {
    margin-right: 6px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 208px;
    height: 176px;
    cursor: pointer
}

.section-2 .tabs .item img {
    width: 208px;
    height: 176px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.section-2 .tabs .item.active img {
    -webkit-filter: none;
    filter: none
}

.section-3 {
    padding: 260px 0 1px;
    position: relative;
    height: 976px;
    background-image: url("../img/bg4_VN.png")
}

.section-3 .tabs {
    position: absolute;
    bottom: -50px;
    left: 48px;
    width: 400px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 10
}

.section-3 .tabs .item {
    margin-right: 6px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 37px;
    height: 37px;
    cursor: pointer
}

.section-3 .tabs .item img {
    width: 37px;
    height: 37px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.section-3 .tabs .item.active img {
    -webkit-filter: none;
    filter: none
}

.footer {
    margin: 3px auto 0;
    padding: 56px 0 38px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    background: #000
}

.footer .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center
}

/* .footer .content .lt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 372px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 372px;
    flex: 0 0 372px;
    width: 372px;
    border-right: 1px solid #282828
} */

.footer .content .lt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 420px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 420px;
    flex: 0 0 420px;
    width: 420px;
    border-right: 1px solid #282828
}

.footer .content .ct {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 2
}

.footer .btn {
    display: inline-block;
    min-width: 160px;
    padding: 0 16px;
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
    border: 1px solid #929292
}

.game-box {
    padding: 0 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.game-box .item {
    margin: 20px 17.5px 10px 57.5px;
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 960px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 960px;
    flex: 0 0 960px;
    width: 960px;
    height: 320px
}

.game-box .item img {
    display: block;
    width: 100%;
    height: 100%
}

.topup-box {
    padding: 6px 0 80px;
    font-size: 24px;
    font-family: Microsoft YaHei, "微软雅黑", Arial, Helvetica, sans-serif
}

.topup-box .item {
    margin-top: 35px
}

.topup-box .item .label {
    color: #2e2e2e
}

.topup-box .item .cells {
    margin-top: 14px;
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #545454
}

.topup-box .item .card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 510px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 510px;
    flex: 0 0 510px;
    width: 510px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    border: 1px solid #d5d5d5;
    background: #f3f3f3
}

.topup-box .item .card:nth-of-type(even) {
    margin-left: auto
}

.topup-box .item .card:nth-of-type(n+3) {
    margin-top: 12px
}

.topup-box .item .card .lt {
    border-right: 1px solid #d5d5d5;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 224px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 224px;
    flex: 0 0 224px;
    width: 224px
}

.topup-box .item .card .rt {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 36px 0 6px;
    line-height: 1.2
}

.topup-box .item .card .rt::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-top: 10px dashed rgba(0, 0, 0, 0);
    border-bottom: 10px dashed rgba(0, 0, 0, 0);
    border-left: 10px dashed rgba(0, 0, 0, 0);
    border-right: 10px dashed rgba(0, 0, 0, 0);
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    border-left: 10px solid #898989
}

.topup-box .item .card img {
    margin: 0 auto;
    display: block;
    width: 105px;
    height: 54px;
    -o-object-fit: cover;
    object-fit: cover
}

.topup-detail {
    padding: 2px 0 72px;
    margin-left: 210px;
}

.topup-detail .item {
    margin-top: 30px
}

.topup-detail .label {
    font-size: 36px;
    color: #2e2e2e
}

.topup-detail .cells {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 24px;
    color: #545454
}

.topup-detail input,
.topup-detail select {
    padding: 0 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 510px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 510px;
    flex: 0 0 510px;
    width: 510px;
    height: 46px;
    line-height: 46px;
    color: #545454;
    background-color: #f3f3f3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    outline: 0
}

.topup-detail input::-webkit-input-placeholder,
.topup-detail select::-webkit-input-placeholder {
    color: #959595
}

.topup-detail input::-moz-placeholder,
.topup-detail select::-moz-placeholder {
    color: #959595
}

.topup-detail input::-o-input-placeholder,
.topup-detail select::-o-input-placeholder {
    color: #959595
}

.topup-detail input::-ms-placeholder,
.topup-detail select::-ms-placeholder {
    color: #959595
}

.topup-detail input::-webkit-input-placeholder,
.topup-detail select::-webkit-input-placeholder {
    background-color: rgba(0, 0, 0, 0)
}

.topup-detail input::-moz-placeholder,
.topup-detail select::-moz-placeholder {
    background-color: rgba(0, 0, 0, 0)
}

.topup-detail input::-o-placeholder,
.topup-detail select::-o-placeholder {
    background-color: rgba(0, 0, 0, 0)
}

.topup-detail input::-ms-placeholder,
.topup-detail select::-ms-placeholder {
    background-color: rgba(0, 0, 0, 0)
}

.topup-detail input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.topup-detail .reader {
    padding: 10px 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 510px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 510px;
    flex: 0 0 510px;
    width: 510px;
    max-height: 140px;
    overflow: auto;
    line-height: normal;
    color: #545454;
    background-color: #f3f3f3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d1d1d1
}

.topup-detail .reader::-webkit-input-placeholder {
    color: #959595
}

.topup-detail .reader::-moz-placeholder {
    color: #959595
}

.topup-detail .reader::-o-input-placeholder {
    color: #959595
}

.topup-detail .reader::-ms-placeholder {
    color: #959595
}

.topup-detail .reader::-webkit-input-placeholder {
    background-color: rgba(0, 0, 0, 0)
}

.topup-detail .reader::-moz-placeholder {
    background-color: rgba(0, 0, 0, 0)
}

.topup-detail .reader::-o-placeholder {
    background-color: rgba(0, 0, 0, 0)
}

.topup-detail .reader::-ms-placeholder {
    background-color: rgba(0, 0, 0, 0)
}

.topup-detail .row {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%
}

.topup-detail .row+.row {
    margin-top: 20px
}

.topup-detail .checkbox {
    margin-right: 2px;
    display: inline-block;
    height: 39px;
    vertical-align: top;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    width: 36px;
    border: 0;
    padding: 0;
}

.topup-detail .checkbox:checked {
    background-position: -346px -263px
}

.topup-detail .textarea {
    /*position: relative;*/
    /*padding: 10px 30px;*/
    /*-webkit-box-flex: 0;*/
    /*-webkit-flex: 0 0 510px;*/
    /*-moz-box-flex: 0;*/
    /*-ms-flex: 0 0 510px;*/
    /*flex: 0 0 510px;*/
    /*width: 510px;*/
    /*height: 90px;*/
    /*border: 1px solid #d1d1d1;*/
    /*background-color: #f3f3f3;*/
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*box-sizing: border-box*/
}

.topup-detail .textarea textarea {
    width: 510px;
    height: 90px;
    border: 1px solid #d1d1d1;
    background-color: #f3f3f3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
}

.topup-detail .btn-submit {
    display: block;
    width: 230px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    background-color: #e35466
}

.topup-detail .btn-faqs {
    position: relative;
    margin-left: 10px;
    display: block;
    width: 20px;
    height: 20px;
    overflow: initial !important
}

.topup-detail .btn-faqs::after {
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px
}

.topup-detail .btn-faqs:hover .tips {
    display: block
}

.topup-detail .tips {
    display: none;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 30px;
    width: 200px;
    z-index: 5;
    line-height: 2;
    pointer-events: none;
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    font-size: 16px;
    font-family: Microsoft YaHei, "微软雅黑", Arial, Helvetica, sans-serif
}

.topup-detail .tips img {
    width: 100%
}

.topup-detail .roleInfo {
    padding-top: 10px;
    margin-left: -220px;
    text-align: center;
}

.topup-detail .roleInfo span {
    position: absolute;
    z-index: 10;
    width: 30%;
    margin: auto;
    padding-top: 30px;
    line-height: 22px;
    color: rgb(240, 115, 30);
    font-size: 18px
}

.topup-detail2 {
    padding: 2px 0 72px 0;
    margin-left: 100px;
}

.topup-detail2 .item {
    margin-top: 30px
}

@keyframes myBreath {
    0% {
        transform: rotateX(15deg);
    }
    50% {
        transform: rotateX(-15deg);
    }
    100% {
        transform: rotateX(15deg);
    }
}

/*# sourceMappingURL=index.css.map */