html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

input {
    border: none;
}

button {
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

html,
body {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    font-family: 'Microsoft YaHei', sans-serif;
    background-color: #000000;
}

.wrap {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    overflow: hidden;
}

@media (max-width: 768px) {
    .wrap {
        background-size: cover;
    }
}

.logo {
    display: block;
    width: 173px;
    padding-top: 0;
    padding-left: 0;
}

.logo a {
    display: inline-block;
}

@media (max-width: 1366px) {
    .logo {
        width: 138px;
        padding-top: 0;
        padding-left: 0;
    }
}

@media (max-width: 576px) {
    .logo {
        width: 100px;
        padding-top: 0;
        padding-left: 0;
    }
}

@media (max-width: 576px) and (min-width: 400px) {
    .logo {
        width: 107px;
        padding-top: 0;
        padding-left: 0;
    }
}

.qrcode-wrap {
    position: absolute;
    width: 170px;
    height: 170px;
    padding: 18px;
    margin: 400px auto 0;
    border-radius: 4px;
}

@media (max-width: 1680px) {
    .qrcode-wrap {
        margin: 230px auto 0;
    }
}

@media (max-width: 1440px) {
    .qrcode-wrap {
        margin: 230px auto 0;
    }
}

@media (max-width: 1366px) {
    .qrcode-wrap {
        width: 140px;
        height: 140px;
        padding: 12px;
        margin: 200px auto 0;
    }
}

@media (max-width: 1280px) {
    .qrcode-wrap {
        margin: 155px auto 0;
    }
}

@media (max-width: 768px) {
    .qrcode-wrap {
        display: none;
    }
}

.qrcode-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e10019), to(#710511));
    background-image: linear-gradient(#e10019, #710511);
    border-radius: 4px;
    -webkit-box-shadow: 0px 12px 14.4px 1.6px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 12px 14.4px 1.6px rgba(0, 0, 0, 0.4);
    opacity: 0.92;
}

.qrcode-wrap img {
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0px 6px 9.4px 0.6px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 6px 9.4px 0.6px rgba(0, 0, 0, 0.5);
}

.link-list-wrap {
    overflow: hidden;
    position: absolute;
    bottom:170px;
    width: 100%;
}

/*@media (max-width: 768px) {*/
/*    .link-list-wrap {*/
/*        padding-top: 594px;*/
/*        margin-top: 0;*/
/*    }*/
/*}*/

/*@media (max-width: 576px) {*/
/*    .link-list-wrap {*/
/*        padding-top: 288px;*/
/*    }*/
/*}*/

/*@media (width: 411px) and (height: 823px) {*/
/*    .link-list-wrap {*/
/*        padding-top: 400px;*/
/*    }*/
/*}*/

/*@media (width: 375px) and (height: 812px) {*/
/*    .link-list-wrap {*/
/*        padding-top: 380px;*/
/*    }*/
/*}*/

/*@media (width: 411px) and (height: 731px) {*/
/*    .link-list-wrap {*/
/*        padding-top: 338px;*/
/*    }*/
/*}*/

/*@media (width: 360px) and (height: 640px) {*/
/*    .link-list-wrap {*/
/*        padding-top: 256px;*/
/*    }*/
/*}*/

/*@media (width: 414px) and (height: 736px) {*/
/*    .link-list-wrap {*/
/*        padding-top: 340px;*/
/*    }*/
/*}*/

/*@media (width: 375px) and (height: 667px) {*/
/*    .link-list-wrap {*/
/*        padding-top: 280px;*/
/*    }*/
/*}*/

/*@media (width: 320px) and (height: 568px) {*/
/*    .link-list-wrap {*/
/*        padding-top: 208px;*/
/*    }*/
/*}*/

.link-list {
    font-size: 0;
    text-align: center;
}

.link-list li {
    position: relative;
    display: block;
    display: inline-block;
    width: calc((100% - 132px) / 3);
    max-width: 240px;
    height: 66px;
    margin-right: 40px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 1366px) {
    .link-list li {
        width: 220px;
        height: 60px;
        margin-right: 30px;
    }
}

@media (max-width: 768px) {
    .link-list li {
        margin-right: 17px;
    }
}

@media (max-width: 576px) {
    .link-list li {
        display: block;
        width: 160px;
        height: 42px;
        margin: 0 auto 13px auto;
    }
}

@media (width: 411px) and (height: 823px) {
    .link-list li {
        width: 180px;
        height: 48px;
    }
}

@media (width: 375px) and (height: 812px) {
    .link-list li {
        width: 180px;
        height: 46px;
        margin: 0 auto 18px auto;
    }
}

@media (width: 320px) and (height: 568px) {
    .link-list li {
        width: 140px;
        height: 40px;
        margin: 0 auto 10px auto;
    }
}

.link-list li:last-child {
    margin-right: 0;
}

@media (max-width: 768px) {
    .link-list li:last-child {
        margin: 0 auto;
    }
}

.link-list li:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0.9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9061d), to(#66040f));
    background-image: linear-gradient(#d9061d, #66040f);
    border-radius: 10px;
    -webkit-box-shadow: 0px 8px 7.4px 0.6px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 8px 7.4px 0.6px rgba(0, 0, 0, 0.6);
}

@media (max-width: 768px) {
    .link-list li:after {
        opacity: 1;
    }
}

.link-list li a {
    display: block;
    position: relative;
    z-index: 2;
    font-size: 28px;
    font-weight: 500;
    line-height: 66px;
    letter-spacing: -0.28px;
    color: rgba(248, 248, 248, 0.9);
    border-radius: 2px;
}

@media (max-width: 1366px) {
    .link-list li a {
        font-size: 26px;
        line-height: 60px;
    }
}

@media (max-width: 576px) {
    .link-list li a {
        font-size: 20px;
        line-height: 42px;
    }
}

@media (width: 411px) and (height: 823px) {
    .link-list li a {
        line-height: 48px;
    }
}

@media (width: 375px) and (height: 812px) {
    .link-list li a {
        line-height: 46px;
    }
}

@media (width: 320px) and (height: 568px) {
    .link-list li a {
        font-size: 18px;
        line-height: 40px;
    }
}

.link-list li:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.description-wrap {
    min-height: 144px;
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
    .description-wrap {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .description-wrap {
        height: auto;
        margin-top: 49px;
        background-color: transparent;
    }
}

@media (max-width: 576px) {
    .description-wrap {
        margin-top: 34px;
    }
}

@media (width: 411px) and (height: 823px) {
    .description-wrap {
        margin-top: 40px;
    }
}

@media (width: 375px) and (height: 812px) {
    .description-wrap {
        margin-top: 40px;
    }
}

@media (width: 360px) and (height: 640px) {
    .description-wrap {
        margin-top: 30px;
    }
}

@media (width: 414px) and (height: 736px) {
    .description-wrap {
        margin-top: 38px;
    }
}

@media (width: 320px) and (height: 568px) {
    .description-wrap {
        margin-top: 25px;
    }
}

.description-list {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    font-size: 0;
}

.description-list li {
    display: inline-block;
    position: relative;
    width: calc((100% - 8px) / 2);
    height: 100%;
    padding-top: 26px;
    padding-bottom: 34px;
    margin-right: 8px;
}

@media (max-width: 768px) {
    .description-list li {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 0 36px 0;
    }
}

@media (max-width: 576px) {
    .description-list li {
        margin: 0 0 27px 0;
    }
}

@media (width: 411px) and (height: 823px) {
    .description-list li {
        margin-bottom: 30px;
    }
}

@media (width: 375px) and (height: 812px) {
    .description-list li {
        margin-bottom: 30px;
    }
}

@media (width: 360px) and (height: 640px) {
    .description-list li {
        margin-bottom: 22px;
    }
}

@media (width: 414px) and (height: 736px) {
    .description-list li {
        margin-bottom: 29px;
    }
}

.description-list li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#6a0108), to(rgba(226, 19, 32, 0.6)));
    background-image: linear-gradient(to top, #6a0108, rgba(226, 19, 32, 0.6));
    opacity: .14;
}

@media (max-width: 768px) {
    .description-list li:before {
        display: none;
    }
}

.description-list li:first-child .txt-container {
    margin-right: 94px;
    margin-left: auto;
}

@media (max-width: 960px) {
    .description-list li:first-child .txt-container {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .description-list li:first-child .txt-container {
        margin: 0;
    }
}

.description-list li:last-child {
    margin-right: 0;
}

@media (max-width: 768px) {
    .description-list li:last-child {
        margin: 0;
    }
}

.description-list li:last-child .txt-container {
    margin-left: 94px;
    white-space: nowrap;
}

@media (max-width: 960px) {
    .description-list li:last-child .txt-container {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .description-list li:last-child .txt-container {
        margin: 0;
    }
}

.description-list li .txt-container {
    width: 400px;
    text-align: center;
}

@media (max-width: 960px) {
    .description-list li .txt-container {
        width: auto;
    }
}

.description-list li h2 {
    position: relative;
    z-index: 2;
    font-size: 35px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.84px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffa7), color-stop(#f1cc50), color-stop(#ffffa7), to(#efc544)), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.9)));
    background-image: linear-gradient(to top, #ffffa7, #f1cc50, #ffffa7, #efc544), linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: .9;
}

@media (max-width: 1366px) {
    .description-list li h2 {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .description-list li h2 {
        font-size: 42px;
    }
}

@media (max-width: 576px) {
    .description-list li h2 {
        font-size: 26px;
    }
}

@media (width: 360px) and (height: 640px) {
    .description-list li h2 {
        font-size: 24px;
    }
}

@media (width: 320px) and (height: 568px) {
    .description-list li h2 {
        font-size: 22px;
    }
}

.description-list li h2 .sm-text {
    font-size: 23px;
}

@media (max-width: 768px) {
    .description-list li h2 .sm-text {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .description-list li h2 .sm-text {
        font-size: 19px;
    }
}

.description-list li p {
    position: relative;
    z-index: 2;
    margin-top: 16px;
    font-size: 23px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1366px) {
    .description-list li p {
        margin-top: 16px;
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .description-list li p {
        font-size: 23px;
        letter-spacing: -0.25px;
        color: rgba(255, 255, 255, 0.8);
    }
}

@media (max-width: 576px) {
    .description-list li p {
        margin-top: 7px;
        font-size: 16px;
    }
}

/* -----------------------------------old content fix---------------------------------------- */

.description-list li:last-child .txt-container {
    white-space: normal;
}

/* html, body {
  overflow: auto;
}

.wrap {
  overflow: auto;
}  */

@media (max-width: 768px) {
    .wrap {
        background-size: 300%;
    }
}

@media (max-width: 576px) {
    .wrap {
        background-size: 240%;
    }
}

@media (max-width: 576px) and (max-device-height: 568px) {
    .link-list-wrap {
        padding-top: 240px;
    }

    .link-list li {
        width: 100px;
        height: 35px;
        margin: 0 auto 13px auto;
    }

    .link-list li a {
        font-size: 16px;
        line-height: 35px;
    }

    .description-list li h2 {
        font-size: 20px;
    }

    .description-wrap {
        margin-top: 15px;
    }

    .wrap {
        background-size: 240%;
    }
}

@media (max-width: 576px) and (min-device-height: 700px) {
    .link-list-wrap {
        padding-top: 340px;
    }

    .wrap {
        background-size: 250%;
    }
}

@media and

(
max-width:

576
px

)
and

(
min-device-height:

750
px

)
{
.wrap {
    background-size: 220%;
}

}

/* --------------------special device---------------------- */

/* == iPad ==*/

/*Portrait*/

@media (width: 768px) and (device-height: 1024px) {
    .description-list li h2 {
        font-size: 35px;
    }

    .description-list li p {
        font-size: 30px;
    }

    .link-list li {
        max-width: 240px;
        width: 150px;
        height: 66px;
        margin-right: 40px;
    }

    .link-list li a {
        font-size: 28px;
    }

    .wrap {
        background-size: 225%;
    }
}

/*landscape*/

@media (width: 1024px) and (device-height: 768px) {
    .description-wrap {
        margin-top: 20px;
    }

    .description-list li h2 {
        font-size: 30px;
    }

    .description-list li p {
        font-size: 23px;
    }

    .description-list li:first-child .txt-container {
        margin-right: 54px;
        margin-left: 40px;
    }

    .description-list li:last-child .txt-container {
        margin-left: 54px;
        margin-right: 40px;
    }

    .link-list li {
        max-width: 240px;
        width: 160px;
        height: 66px;
        margin-right: 40px;
    }

    .link-list li a {
        font-size: 25px;
        line-height: 65px;
    }

    .link-list-wrap {
        padding-top: 475px;
        margin-top: 0;
    }

    .qrcode-wrap {
        display: none;
    }

    .wrap {
        background-size: 140%;
    }
}

/* == iPad Pro ==*/

/*Portrait*/

@media (width: 1024px) and (device-height: 1366px) {
    .description-wrap {
        margin-top: 60px;
    }

    .description-list li h2 {
        font-size: 35px;
    }

    .description-list li p {
        font-size: 30px;
    }

    .link-list li {
        max-width: 240px;
        width: 220px;
        height: 90px;
        margin-right: 40px;
    }

    .link-list li a {
        font-size: 30px;
        line-height: 80px;
    }

    .link-list-wrap {
        padding-top: 910px;
        margin-top: 0;
    }

    .qrcode-wrap {
        display: none;
    }

    .logo {
        display: block;
        width: 300px;
        padding-top: 30px;
        padding-left: 30px;
    }

    .wrap {
        background-size: 250%;
    }
}

/*landscape*/

@media (width: 1366px) and (device-height: 1024px) {
    .description-wrap {
        margin-top: 50px;
    }

    .description-list li h2 {
        font-size: 34px;
    }

    .description-list li p {
        font-size: 28px;
    }

    .link-list li {
        max-width: 240px;
        width: 220px;
        height: 66px;
        margin-right: 40px;
    }

    .link-list li a {
        font-size: 30px;
        line-height: 70px;
    }

    .link-list-wrap {
        padding-top: 660px;
        margin-top: 0;
    }

    .qrcode-wrap {
        display: none;
    }

    .logo {
        display: block;
        width: 300px;
        padding-top: 30px;
        padding-left: 30px;
    }

    .wrap {
        background-size: 140%;
    }
}

/* -------------------------------------------------------------------- */


.kef {
    width: 3rem;
    height: 9rem;
    position: absolute;
    margin-top: -5rem;
    top: 50%;
    right: 0;
    z-index: 99;
}

.kef img {
    width: 100%;
    height: 100%;
}

.center4 {
    width: 7.5rem;
}