@charset "utf-8";
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    /*font-size: 10vw;*/
}

body {
    font-family: PingFang SC, Microsoft YaHei light, WenQuanYi Micro Hei, sans-serif;
    font-size: 12px;
    /*color: #ececec;*/
    color: #333333;
    min-width: 1200px;
    background: #1e1e1e;
    backface-visibility: hidden;
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

:focus {
    outline: 0 !important;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

a:focus {
    outline: 5px auto 0;
    outline-offset: -2px;
}

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

.hn-index img {
    max-width: 100%;
    border: 0;
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1,
.h1 {
    font-size: 36px;
    margin: 0;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 300;
    margin: 0;
    padding: 0;
}

i,
em {
    font-style: normal;
}

table,
td {
    border: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}

button {
    outline: none;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: 0;
}

.flex {
    display: flex
}

.wrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.column {
    display: flex;
    flex-direction: column;
}

.left {
    margin-right: auto;
}

.right {
    margin-left: auto;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

@keyframes dt {
    from {
        transform: translate(0, -20px);
        opacity: 0;
    }
    to {
        transform: translate(0, 0);
        opacity: 1;
    }
}

.ovfHiden {
    overflow: hidden;
    height: 100%;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.wrap-box {
    position: relative;
    margin: 0 auto;
    width: 1200px;
}

.animated {
    opacity: 0;
}


/**************************************************************************/

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    font-size: 14px;
    color: #fff;
    opacity: 1;
    background: #fff;
    margin: 0 .1rem;
}

.swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    background: #c22f07;
    transition: 0.2s;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 10px;
}

.swiper-container2 .swiper-slide {
    text-align: center;
    font-size: 16px;
    background: none;
    display: flex;
    justify-content: center;
    transition: 300ms;
    opacity: .2;
    align-items: flex-start;
    padding-bottom: 30px;
}

.swiper-container .swiper-slide em {
    font-size: 12px;
}


/**************************************************************************************************************************************/

main .head-spacer{
    overflow: hidden;
}

header {
    position: relative;
    width: 100vw;
    z-index: 99;
}

.home-nav {
    display: block;
    width: 100%;
    height: 75px;
    margin: 0;
    background: #1e1e1e;
}

.home-nav .scroll-navi {
    display: block;
    position: absolute;
    width: 100%;
    padding: 20px;
    top: -110px;
    left: 0;
    z-index: 3;
    transition: all .5s ease;
    pointer-events: auto;
}

/*.home-nav .scroll-navi.active {*/
    /*top: 0;*/
/*}*/

/*.home-nav .main-navi.disable {*/
    /*top: -90px;*/
/*}*/

.home-nav .scroll-navi .scroll-bg {
    display: flex;
    align-items: center;
    width: 100%;
    height: 70px;
    border-radius: 8px;
    box-sizing: border-box;
    /*background: hsla(0, 0%, 0%, 0.6);*/
    background: #cab68d;
    border: 1px solid rgb(155, 119, 31, 0.6);
    box-shadow: 0 13px 15px 0 rgba(0, 0, 0, .03);
    backdrop-filter: blur(10px);
    padding: 0 20px;
}

.home-nav .scroll-navi .scroll-bg .logo {
    display: block;
    float: left;
    width: 88px;
    background-size: 62px 30px;
    background-repeat: no-repeat;
}

.home-nav .scroll-navi .scroll-bg .menu {
    display: flex;
    margin-left: auto;
    height: 100%;
}

.home-nav .scroll-navi .scroll-bg .menu .list {
    display: flex;
    align-items: center;
    position: relative;
    float: left;
    height: 68px;
    margin: 0 20px;
    transition: all .3s ease;
    cursor: pointer;
}

.home-nav .scroll-navi .scroll-bg .menu .list>a {
    display: block;
    white-space: nowrap;
    opacity: 1;
    font-size: 14px;
    color: #77540a;
    font-weight: bolder;
    letter-spacing: .2px;
    text-align: right;
    text-transform: uppercase;
    transition: all .3s ease;
}

.home-nav .scroll-navi .scroll-bg .menu .list a em {
    margin-left: 6px;
}

.home-nav .scroll-navi .scroll-bg .menu .list.active a {
    opacity: 1;
    color: #77540a;
}

.home-nav .scroll-navi .scroll-bg .menu .list:hover>a {
    opacity: 1;
    color: #77540a;
}

.home-nav .main-navi {
    margin: 0 auto;
    max-width: 1420px;
    display: block;
    position: relative;
    width: 100%;
    height: 75px;
    top: 0;
    left: 0;
    transition: all .5s ease;
    /*background: linear-gradient(180deg, rgba(0, 0, 0, .5) 10%, transparent);*/
    background: #1e1e1e;
}

.home-nav .main-navi .logo-left {
    display: flex;
    float: left;
    width: 188px;
    height: 75px;
    justify-content: center;
    align-items: center;
}

.home-nav .main-navi .logo-left a {
    display: block;
    /*width: 128px;*/
    /*padding: 10px;*/
}

.home-nav .main-navi .menu-right {
    display: block;
    float: right;
    margin: 0;
    pointer-events: auto;
}

.home-nav .main-navi .menu-right .menu {
    display: block;
    float: left;
    height: 75px;
    /*border-bottom: 1px solid hsla(0, 0%, 100%, .2);*/
    box-sizing: border-box;
}

.home-nav .main-navi .menu-right .menu div {
    display: block;
    float: left;
    position: relative;
    height: 75px;
    margin: 0 50px 0 0;
    letter-spacing: .5px;
    /*opacity: .6;*/
    transition: all .3s ease;
    /*text-shadow: 0 0 3px #000;*/
}

.home-nav .main-navi .menu-right .menu div:hover {
    opacity: 1;
    color: #ffc44c;
}

.home-nav .main-navi .menu-right .menu div>a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #dcb86f;
    height: 100%;
}

.home-nav .main-navi .menu-right .menu div a em {
    margin-left: 6px;
}

.home-nav .main-navi .menu-right .menu div a:hover {
    color: #dcb86f;
}

.home-nav .main-navi .menu-right .menu div.active a {
    color: #dcb86f;
}

.home-nav .main-navi .menu-right .menu div.active {
    opacity: 1;
}

.home-nav .main-navi .menu-right .menu div:before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    background: #dcb86f;
    bottom: 0;
    left: 0;
    transition: all .3s ease;
}

/*.home-nav .main-navi .menu-right .menu div.active:before {*/
    /*height: 0px;*/
/*}*/

.home-nav .main-navi .menu-right .menu div:hover:before {
    height: 3px;
}

.home-nav .mob-nav {
    display: none;
    align-items: center;
    width: 100%;
    height: 80px;
    padding: 0 20px;
    z-index: 99999;
}

.home-nav .mob-nav .mob-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 80px;
    background: linear-gradient(180deg, rgba(0, 0, 0, .5) 10%, transparent);
    top: 0;
    left: 0;
}

.home-nav .mob-nav .mob-logo {
    display: block;
    position: relative;
    width: 80px;
    z-index: 2;
    transition: all .4s ease;
}

.home-nav .mob-nav .mob-toggle {
    display: flex;
    align-items: center;
    height: 80px;
    cursor: pointer;
    z-index: 2;
    margin-left: auto;
    color: #dcb86f;
}

.home-nav .mob-nav .mob-toggle span {
    display: block;
    transition: all .4s ease;
    opacity: 1;
    font-size: 16px;
}

.home-nav .mob-nav .mob-toggle span em {
    margin-left: 6px;
}

.slideBox {
    display: block;
}

.mob-slideBox {
    display: none;
}

.home-nav .language .language-btn em {
    margin-left: 6px;
}

.home-nav .language dl {
    position: absolute;
    display: none;
    top: 80px;
    width: 100%;
    right: 0;
}

.home-nav .language:hover dl {
    display: block;
}

.home-nav .scroll-navi .scroll-bg .menu .list dl {
    top: 68px;
}

.home-nav .language dl dd {
    display: flex;
    justify-content: center;
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    background: hsla(0, 0%, 0%, 0.9);
}

.home-nav .language dl dd a {
    display: flex;
    transition: all .4s ease;
    opacity: 1;
    font-size: 12px;
    color: #fff;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 10px;
}

.home-nav .language dl dd a:hover {
    color: #dcb86f;
}

.home-nav .mob-language:hover dl {
    display: block;
}

.home-nav .mob-language dl {
    display: none;
    position: absolute;
    top: 80px;
    width: 100%;
    z-index: 999999;
    background: rgba(0, 0, 0, .9)
}

.home-nav .mob-nav .mob-language {
    position: relative;
    display: flex;
    align-items: center;
    height: 80px;
    cursor: pointer;
    z-index: 2;
    margin-left: 20px;
    color: #dcb86f;
}

.home-nav .mob-nav .mob-language dl dd a {
    font-size: 14px;
}

.home-nav .mob-nav .mob-language a {
    display: flex;
    transition: all .4s ease;
    opacity: 1;
    font-size: 16px;
    color: #dcb86f;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 10px;
}

.home-nav .mob-nav .mob-language span em {
    margin-left: 6px;
}


/*********************************************************************/

.home-new {
    display: flex;
}

.area {
    position: relative;
    flex: 1;
    background-color: #efefef;
    color: #fff;
    scrollbar-width: none;
}

.area-content::-webkit-scrollbar {
    display: none;
    background: none;
    opacity: 0;
    scrollbar-width: none;
}

.area-content {
    position: absolute;
    bottom: 0;
    height: 0%;
    width: 100%;
    overflow: auto;
}

.area:hover .area-content {
    height: 50%;
}

.section-group {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: height 0.6s ease, opacity 0.2s ease;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    text-align: center;
}

.area:hover .section-group {
    height: 0;
}

.area-bg {
    position: relative;
}

.area .header-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: height 0.6s ease, opacity 0.2s ease;
    user-select: none;
    text-align: center;
    position: absolute;
    top: 0;
    height: 50%;
    width: 100%;
    overflow: auto;
}

.game-btn {
    position: relative;
    display: block;
    width: 120px;
    height: 40px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10rem;
    margin-top: 14px;
}

.game-free,.game-play {
    position: relative;
    display: block;
    width: 120px;
    height: 40px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10rem;
    margin-top: 14px;
}

.game-free:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../imgs/btn_free_pc_cn.gif);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
}
.game-play:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../imgs/btn_game_pc_cn.gif);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
}


/*.exchange-game-en:before {*/
    /*background-image: url(../imgs/btn_free_pc_en.gif) !important;*/
/*}*/

/*.exchange-game-hk:before {*/
    /*background-image: url(../imgs/btn_free_pc_hk.gif) !important;*/
/*}*/

/*.exchange-game-th:before {*/
    /*background-image: url(../imgs/btn_free_pc_th.gif) !important;*/
/*}*/

.area .section {
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 20px 40px;
    position: relative;
    z-index: 3;
    background-size: 300% 300%;
    animation: bgAnimation 5s ease infinite;
    background-color: rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(255, 196, 76, .1);
    backdrop-filter: blur(10px);
}

.area:hover .section {
    display: flex;
}

.area .section h3 {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

.header-group h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 14px;
    color: #ffc44c;
}

.header-group p {
    padding: 0 20px;
    letter-spacing: 0.5px;
    font-size: 16px;
}

.data-detail {
    display: block;
    position: relative;
    width: 100%;
    /*background: #ffffff;*/
    /*background: url(../imgs/bg.png);*/
    background: url(../imgs/bg.jpg);
    border-bottom: 3px solid #9c7720;
    padding: 50px 0;
    background-size: cover;
}

.data-detail .detail-title {
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    width: 1280px;
    margin: auto;
    margin-bottom: 50px;
    color: #ECECEC;
}

.data-detail .detail-title h5 {
    text-transform: uppercase;
    font-size: 30px;
    color: #ffc44c;
}

.data-detail .detail-list {
    display: flex;
    justify-content: space-between;
    width: 1280px;
    margin: auto;
}

.data-detail .detail-list .detail-left {
    display: flex;
    justify-content: space-around;
    width: 50%;
}

.data-detail .detail-list .detail-right {
    display: flex;
    justify-content: space-around;
    width: 50%;
}

.data-detail .detail-list .list-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 12px;
    width: 260px;
}

.data-detail .detail-list .list-box:last-child {
    margin-right: 0;
}

.data-detail .list-img {
    width: 100%;
    text-align: center;
    padding: 25px 0;
}

.data-detail .list-desc {
    margin-bottom: 20px;
}

.data-detail .list-desc h5 {
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.data-detail .list-desc p {
    text-align: left;
    font-size: 12px;
    font-family: "Adobe Heiti Std";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 2;
}

.data-detail .detail-box {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    /*background-color: rgba(128, 128, 128, 0.1);*/
    background-color: rgba(255,251,210, 0.15);
    color: #ffffff;
    border: 1px solid rgba(254,213,124, 0.15);
    box-sizing: border-box;
    padding: 0 20px;
    border-radius: 12px;
    overflow: hidden;
}

.data-detail .api {
    height: 48%;
}

.data-detail .language {
    height: 48%;
}

.detail-box .float-title {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 25px 0;
}

.detail-box .float-title .icon-imgs {
    display: flex;
    position: relative;
    font-size: 38px;
    color: #ffc44c;
    letter-spacing: 0;
    line-height: 40px;
    padding: 0 11px 0 0;
    margin: 0 8px 0 0;
}

.detail-box .float-title>span i {
    display: block;
    position: absolute;
    width: 3px;
    height: 35px;
    top: 0;
    right: 0;
}

.detail-box .float-title>b {
    display: block;
    position: relative;
    float: left;
    font-size: 38px;
    color: #000;
    letter-spacing: 0;
    line-height: 40px;
    padding: 0 11px 0 0;
    margin: 0 8px 0 0;
}

.data-detail .language-imgs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
}

.desc {
    margin-bottom: 20px;
}

.float-title a {
    display: flex;
    align-items: center;
    height: 30px;
    border-radius: 8px;
    box-sizing: border-box;
    background: hsla(0, 0%, 0%, 0.6);
    border: 1px solid rgb(155, 119, 31, 0.6);
    box-shadow: 0 13px 15px 0 rgba(0, 0, 0, .03);
    backdrop-filter: blur(10px);
    padding: 0 10px;
    margin-left: auto;
}


/**************************************/

.data-course {
    display: block;
    position: relative;
    width: 100%;
    height: 454px;
    background: url(../imgs/bg3.png);
}

.course-list {
    width: 1280px;
    margin: auto;
    padding: 70px 0;
}

.data-course .course-title {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    height: 30px;
    margin-bottom: 40px;
    color: #ECECEC;
}

.data-course .course-title h5 {
    font-size: 30px;
    color: #ffc44c;
}

.data-course .course-title .more {
    margin-left: auto;
    height: 100%;
}

.data-course .course-title .more a {
    display: flex;
    font-size: 14px;
    align-items: center;
    color: #ffc44c;
    height: 100%;
}

.data-course .list-box {
    display: flex;
    justify-content: space-between;
}

.data-course .list-box .course-box {
    border: 1px solid rgb(255, 196, 76, .1);
    border-radius: 2px;
    background-color: rgba(128, 128, 128, 0.102);
    width: 400px;
    padding: 15px 12px;
}

.data-course .list-desc p {
    text-align: left;
    font-size: 14px;
    font-family: "Adobe Heiti Std";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 2;
}

footer {
    background-color: rgb(0, 0, 0);
    width: 100%;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffc34c;
    font-size: 14px;
}


/***************************************/

.nav-enquiry {
    width: 100%;
    position: fixed;
    height: 100vh;
    top: 0;
    right: -100%;
    background: rgba(0, 0, 0, 0);
    z-index: 9999;
    transition: right .8s ease;
    pointer-events: auto;
}

.nav-enquiry .model-cover {
    height: 100%;
    width: 100%;
}

.nav-enquiry.active {
    right: 0;
}

.nav-enquiry .enquiry-container {
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    overflow: hidden;
    background: #f8f8f8;
}

.nav-enquiry .enquiry-container .enquiry-form {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow-y: auto;
    padding: 20px;
}

.nav-enquiry .enquiry-container .enquiry-form .container-title {
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
    line-height: 14px;
    font-weight: 700;
}

.nav-enquiry .enquiry-container .enquiry-form .container-us {
    position: relative;
    margin: 20px 0 0;
}

.nav-enquiry .enquiry-container .enquiry-form .container-us .privacy-policy {
    opacity: .6;
    margin: 0 0 20px;
    color: #000;
}

.nav-enquiry .enquiry-container .enquiry-form .container-us .imgs-field {
    opacity: .6;
    margin: 0 0 14px;
    display: block;
    position: relative;
}

.nav-enquiry .enquiry-container .enquiry-form .container-us .imgs-field img {
    display: block;
    width: 24px;
    float: left;
    margin: 0 10px 0 0;
}

.nav-enquiry .enquiry-container .enquiry-form .container-us .imgs-field a {
    width: calc(100% - 20px);
    color: #000;
    font-size: 14px;
}

.nav-enquiry .enquiry-container .enquiry-form .container-us .text-field {
    width: 100%;
    position: relative;
    margin: 0 0 10px;
}

.nav-enquiry .enquiry-container .enquiry-form .container-us .text-field input {
    width: 100%;
    height: 44px;
    padding: 0 15px;
}

.nav-enquiry .enquiry-container .enquiry-form .container-us .full-field {
    width: 100%;
    position: relative;
    margin: 0 0 10px;
}

.nav-enquiry .enquiry-container .enquiry-form .container-us .full-field textarea {
    height: 100px;
    width: 100%;
    padding: 14px;
    resize: none;
    outline: none;
    background: #fff;
}

.nav-enquiry .enquiry-container .enquiry-form .container-us .enquiry-bottom {
    display: block;
    width: 100%;
    position: relative;
}

.nav-enquiry .enquiry-container .enquiry-form .container-us .enquiry-bottom a {
    display: block;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    letter-spacing: 1px;
    color: #fff;
    background: #a09d9d;
    text-align: center;
    transition: all .3s ease;
}


/*****************************************/

.login-box {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    height: 100%;
    width: 100%;
    display: flex;
    display: none;
    align-items: center;
    justify-content: center;
}

.login-box.active {
    display: flex;
}

.loginbox-modal {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 370px;
    border-radius: 5px;
    background-color: #fff;
    color: #595858;
    z-index: 999999;
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-name: zoomIn;
}

.login-logo {
    width: 70px;
    height: 70px;
    /*background: url(../imgs/logo-icon.png) no-repeat;*/
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}

.login-title {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    color: #282828;
    text-align: center;
}

.login-close {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 32px;
    margin-left: auto;
    margin-top: 5px;
    cursor: pointer;
    background: linear-gradient(90deg, #f93b1a, #cf1613);
    border-radius: 16px 0 0 16px;
    box-sizing: border-box;
}

.login-close span {
    font-size: 16px;
    font-weight: bold;
    transform: rotate(0deg);
    transition: transform .2s ease-in-out;
    cursor: pointer;
    color: #ececec;
}

.login-close:hover span {
    transform: rotate(90deg);
    transition: transform .2s ease-in-out;
}

.login-contain {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 20px;
    text-align: center;
}

.loginbox-group {
    position: relative;
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #f3f3f3;
}

.group-addon {
    display: block;
    height: 38px;
    line-height: 38px;
    width: 40px;
    text-align: center;
    border-radius: .05rem;
    font-size: 20px;
}

.loginbox-group input[type='text'],
.loginbox-group input[type='number'],
.loginbox-group input[type='password'] {
    color: #000;
    width: 100%;
    height: 38px;
    left: 0;
    padding: 10px;
    outline: none;
    font-family: 'Gudea', sans-serif;
    font-size: 16px;
    box-shadow: none;
    border: none;
    background: transparent;
}

.loginbox-group>.captcha {
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translate(0%, -50%);
    width: 56px;
    height: 32px;
    border: none;
}

.error-message {
    font-size: 14px;
    margin-bottom: 10px;
    color: red;
}

.login-contain>.btn-info {
    min-width: 35px;
    height: 36px;
    width: 100%;
    line-height: 36px;
    border: 2px solid #f4424a;
    border-radius: 5px;
    background-color: #f4424a;
    text-align: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.loginbox-modal .erro-text {
    display: flex;
    padding-bottom: 10px;
    min-width: 35px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #f4424a;
    justify-content: center;
}


/*************************************/

.float-btn {
    position: fixed;
    color: #fff;
    padding: 15px 9px;
    font-size: 15px;
    width: 36px;
    border-radius: 8px 0px 0px 8px;
    z-index: 9999;
    line-height: 1.2;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.float-services {
    top: 295px;
    right: 0px;
    background-color: #b62223;
}

.float-services:before {
    content: "";
    background-image: url(../imgs/icon-online-cs.png);
    width: 18px;
    height: 18px;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    display: block;
    margin-bottom: 5px;
}

.float-free {
    display: none;
    top: 450px;
    right: 0px;
    background-color: #3b678a;
}

.pc-show{
  /*display: inline-block;*/
  /*display: none!important;*/
}

#pcIndexLogo{
  display: block!important;
}
#wapIndexLogo{
  display: none!important;
}

/****************************************************************/

@media screen and (max-width: 991px) {
  .pc-show{
    display: none!important;
  }
  #pcIndexLogo{
    display: none!important;
  }
  #wapIndexLogo{
    display: block!important;
  }
    body {
        min-width: auto;
    }
    header {
        position: relative;
        height: 55px;
        width: 100%;
        z-index: inherit;
    }
    #header,.home-header-ul li{
      height: 55px!important;
    }
  header .home-nav{
    height: 100%;
  }

  .home-nav .main-enquiry,
    .home-nav .main-navi,
    .home-nav .scroll-enquiry,
    .home-nav .scroll-navi {
        display: none;
    }
    .home-nav .mob-nav {
        display: flex;
      height: 100%;
    }
    .home-new {
        display: flex;
        flex-direction: column;
    }
    .slideBox {
        display: none;
    }
    .mob-slideBox {
        display: block;
    }
    .data-detail .detail-list {
        flex-direction: column;
        width: 100%;
    }
    .area .area-bg img {
        width: 100%;
    }
    .data-detail .detail-list .detail-left {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 20px;
    }
    .data-detail .detail-list .detail-right {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        width: 100%;
    }
    .data-detail .detail-list .list-box {
        display: block;
        border-radius: 12px;
        width: 100%;
    }
    .data-detail .api,
    .data-detail .language {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .data-detail {
        background-size: cover;
        border-bottom: 1px solid #9c7720;
        padding: 0;
    }
    .data-detail .detail-title {
        width: 100%;
        margin: auto;
        padding: 20px;
    }
    .data-course {
        height: auto;
    }
    .data-course .course-title {
        padding: 0 20px;
    }
    .course-list {
        width: 100%;
        margin: auto;
        padding: 20px 0;
    }
    .data-course .list-box {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0 20px;
    }
    .data-course .list-box .course-box {
        width: 100%;
        margin-bottom: 20px;
    }
    .nav-enquiry .enquiry-container {
        width: 80%;
    }
    .float-free {
        display: block;
    }
    .swiper-container2 .swiper-slide {
        padding-bottom: 0;
    }
    .swiper-container2 .swiper-slide-active em,
    .swiper-container2 .swiper-slide-duplicate-active em {
        display: none;
    }
    .about,
    .product {
        display: none;
    }
}


/*lisin新增*/

.about {
    background-image: url(../imgs/about_bg.jpg);
    background-repeat: no-repeat;
    height: 465px;
    background-position: center top;
}

.about_detail {
    width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 690px;
    padding-top: 90px;
    color: #ffffff;
}

.about_detail p {
    display: block;
    width: 580px;
    letter-spacing: 0.5px;
    font-size: 20px;
}

.about_detail h3 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 14px;
    color: #ffc44c;
}

.product {
    /*background: #ffffff;*/
    background-image: url(../imgs/product_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 920px;
}

.product ul {
    width: 1280px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}

.product h3 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    padding-top: 66px;
    margin-bottom: 14px;
    color: #ffc44c;
}

.product span {
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 20px;
    display: block;
    margin-bottom: 50px;
    color: #ECECEC;
}

.product_list {
    display: block;
    position: relative;
    width: 100%;
    height: 305px;
    /*background-color: rgba(128, 128, 128, 0.1);*/
    background-color: rgba(255,251,210, 0.15);
    color: #ffffff;
    border: 1px solid rgba(254,213,124, 0.15);
    box-sizing: border-box;
    padding: 0 20px;
    border-radius: 12px;
    overflow: hidden;
}

.product_list img {
    margin-top: 16px;
    margin-bottom: 16px;
}

.product ul li {
    float: left;
    width: 25%;
    padding-right: 1%;
    padding-left: 1%;
    padding-bottom: 2%;
}

.product_list h4 {
    margin-bottom: 14px;
    /*color: #ffc44c;*/
    color: #e4b148;
    text-align: center;
}

.product_list p {
    letter-spacing: 0.5px;
    font-size: 14px;
    display: -webkit-box;
    /** 对象作为伸缩盒子模型显示 **/
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 4;
    /** 显示的行数 **/
    overflow: hidden;
}
