@charset "utf-8";
*, *:after, *:before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    width: 100%;
}

body {
    font-size: 0.875rem;
    font-size: 87.5%;
    font-size: 14px;
    overflow: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

a, input {
    transition: all 0.2s ease-in 0s;
}

a:hover, input:hover {
    transition: all 0.2s ease-in;
    cursor: pointer;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

ul, li {
    list-style: none;
}

h1, h2, h3, i, b, em {
    font-style: normal;
}

input {
    border: 0;
    font-size: 0.875rem;
}

/* body */

body {
    font-size: 0.875rem;
    font-family: -apple-system, "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", "PingFang SC", "Hiragino Sans GB", "Source Han Sans CN", "Source Han Sans SC", "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif;
    display: block;
    width: 100%;
    position: relative;
    margin: 0 auto;
    color: #222;
}

/* sldr */

h4 {
    font-size: 1.2rem;
    color: #30599a;
    background: url(../images/cloud-blue.png) no-repeat 0.5rem 0;
    background-size: contain;
    height: 3rem;
    line-height: 3.5rem;
    text-indent: 2.5rem;
    padding-left: 1.5rem;
    font-weight: 600;
}

button.prev {
    left: 20px;
}

button.next {
    right: 20px;
}

ul.animate {
    -webkit-transition: transform 0.75s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: transform 0.75s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: transform 0.75s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.75s cubic-bezier(0.86, 0, 0.07, 1);
}

.captions div {
    left: 200%;
    position: fixed;
    opacity: 0;
    -webkit-transition: opacity 0.75s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: opacity 0.75s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: opacity 0.75s cubic-bezier(0.86, 0, 0.07, 1);
    transition: opacity 0.75s cubic-bezier(0.86, 0, 0.07, 1);
}

.captions div.focalPoint {
    opacity: 1;
    left: inherit;
    position: static;
}

.clear {
    display: block;
    width: 100%;
    height: 0px;
    overflow: hidden;
    clear: both;
}

/* notice */

#notice {
    background: #406BC4;
    background-image: linear-gradient(-179deg, #79B4F2 0%, #406BC4 100%);
    color: #FFFFFF;
    padding: 3rem 0 4rem;
}

#notice h4 {
    background: none;
    color: #FFFFFF;
    text-align: center;
}

#notice h4::before {
    content: '————';
    margin-right: 1.2rem;
}

#notice h4::after {
    content: '————';
    margin-left: 1.2rem;
}

#notice>div {
    width: 28rem;
    margin: 2rem auto 0;
    line-height: 2rem;
}

/* join */

#join {
    border-top: 3px solid #30599a;
    color: #fff;
    background: url(../images/bg-join.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding: 3rem 0 4rem;
    text-align: center;
    line-height: 2rem;
}

#join h4 {
    color: #fff;
    text-align: left;
}

#join>div {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#join>div p, #join>div span {
    vertical-align: middle;
    display: inline-block;
    margin: 1rem 0;
}

#join>div span {
    background: url(../images/qr.png) no-repeat 50% 0;
    background-size: 6rem auto;
    height: 1rem;
    width: 14rem;
    padding-top: 6.5rem;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

#join>div p a {
    padding-bottom: 3rem;
    display: inline-block;
    width: 8rem;
    margin: 1rem;
    text-decoration: underline;
    color: white;
    border: 1px solid transparent;
}

#join>div p a:nth-of-type(1) {
    background: url(../images/icon-pc.png) no-repeat 50% 80%;
    background-size: 1.8rem auto;
}

#join>div p a:nth-of-type(2) {
    background: url(../images/icon-setting.png) no-repeat 50% 80%;
    background-size: 1.8rem auto;
}

#join>div p a:nth-of-type(3) {
    background: url(../images/icon-pen.png) no-repeat 50% 80%;
    background-size: 1.8rem auto;
}

#join>div p a:nth-of-type(4) {
    background: url(../images/icon-banner.png) no-repeat 50% 80%;
    background-size: 1.8rem auto;
}

#join>a {
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    margin: 2rem auto;
    display: inline-block;
    color: white;
}

#join>a:hover {
    background: rgba(255, 255, 255, 0.2);
}

#join>div p a:hover {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0.5rem;
    background-color: rgba(255, 255, 255, 0.2);
}

#join>div {
    max-width: 1200px;
}

.swiper-pagination-bullet {
    width: 2rem;
    border-radius: 1rem;
    background: white;
    opacity: 1;
}

#top-slider {
    padding-top: 48px;
    position: relative;
}

.swiper-pagination-bullet-active {
    width: 2rem;
    border-radius: 1rem;
    background: #007aff;
}

.swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%20fill-opacity%3D'0.75'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%20fill-opacity%3D'0.75'%2F%3E%3C%2Fsvg%3E");
}

.center_slider_div {
    padding-top: 2rem;
    background: #f4f7fb url(../images/bg.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    height: auto;
}

.center_slider_div h4 {
    font-size: 1.2rem;
    color: #30599a;
    background: url(../images/cloud-blue.png) no-repeat 0.5rem 0;
    background-size: contain;
    height: 3rem;
    line-height: 3.5rem;
    text-indent: 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 2rem;
}

.tab_main_div {
    margin: 0 2rem;
    float: left;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
}

.tab_bottom_font_div {
    padding: 0.5rem 1rem 0.8rem;
    box-sizing: border-box;
    border-bottom: 2px white solid;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.65);
    color: #2b5ba7;
}

.smsy_tab_imgDiv {
    background: url("../images/index/smsy/g1.png") no-repeat;
    background-size: contain;
    height: 16rem;
    width: 26%;
}

.center_tab_div {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 0 2.5rem;
    background: url("../images/cloud.png") no-repeat 50% 50%;
    background-size: contain;
}

.center_tab_div .active_tab .tab_bottom_font_div {
    border-bottom: 2px solid #2b5ba7;
}

.tab_bottom_font_div b {
    /* color: #2b5ba7; */
    font-size: 1.25rem;
    line-height: 1.5;
}

.tab_bottom_font_div span {
    margin-top: 1em;
    font-size: 0.875rem;
    color: #2b5ba7;
    display: block;
}

#model-slider {
    max-width: 1200px;
}

#model-slider .leftcontent {
    width: 50%;
    float: left;
    padding: 3rem;
}

#model-slider .rightcontent {
    width: 50%;
    float: left;
    margin-top: 3rem;
    padding: 2.5rem;
    text-align: center;
}

.leftcontent .smsy_bgDiv {
    background: url("../images/game/logo-shumenshouyou.png") no-repeat 50% 50%;
}

.leftcontent .tjxb_bgDiv {
    background: url("../images/game/logo-tiejiaxiongbing.png") no-repeat 50% 50%;
}

.leftcontent .yxqs_bgDiv {
    background: url("../images/game/logo-yixingqianshao.png") no-repeat 50% 50%;
}

.leftcontent .loginImg_div {
    background-size: contain;
    height: 8rem;
    margin-bottom: 1rem;
}

.h3_style_class {
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 3rem;
    text-align: center;
}

.h3_style_class+p {
    text-align: left;
    text-indent: 1.5rem;
    line-height: 1.5;
    color: #2b5ba7;
}

.leftcontent .btns_div {
    text-align: center;
}

.leftcontent .btns_div a {
    margin: 1.5rem 0.5rem;
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 0.25rem;
    background: #295aa9;
    color: #fff;
}

.leftcontent .btns_div a:hover {
    transition: all 0.2s ease-in;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    background: #1d2f4d;
}

#model-slider .imgBtn {
    display: inline-block;
    width: 44%;
    margin: 0.5rem;
    position: relative;
    cursor: pointer;
}

#model-slider .imgBtn:hover:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}

#model-slider .videoBtn {
    display: inline-block;
    width: 44%;
    margin: 0.5rem;
    cursor: pointer;
    position: relative;
}

#model-slider .videoBtn::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3) url(../images/play.png) no-repeat 50% 50%;
    background-size: 25% auto;
}

.dialog-shade {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    z-index: 3990;
    top: 0;
    display: none;
}

.dialog-content {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 800px;
    display: none;
    z-index: 3999;
    height: 450px;
}

/* notice-open */
.notice-open{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    z-index: 3990;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.notice-open>div{
    display: none;
    width: 47.19rem;
    height: 32.69rem;
    color: #FFFFFF;
    background: #406BC4;
    background-image: linear-gradient(-179deg, #79B4F2 0%, #406BC4 100%);
    position: relative;
}
.notice-open>div svg{
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.notice-open>div h4{
    font-size: 1.5rem;
    background: none;
    color: #FFFFFF;
    text-align: center;
    height: 6rem;
    line-height: 6rem;
    padding: 0;
}
.notice-open>div p{
    line-height: 2.5rem;
    font-size: 1.2rem;
    text-indent: 3em;
}

@media (max-width: 768px) {
    #model-slider .imgBtn, #model-slider .videoBtn {
        width: 100%;
    }
    .tab_main_div {
        margin: 0 0.5rem;
    }
    .tab_bottom_font_div b {
        font-size: 1.1rem;
    }
    .tab_bottom_font_div span {
        font-size: 0.65rem;
    }
    #model-slider .leftcontent {
        padding-left: 3.3rem;
    }
    #model-slider .rightcontent {
        padding-right: 4rem;
    }
}

@media (max-width: 767px) {
    #join>div span {
        border: 0;
    }
    #model-slider .leftcontent, #model-slider .rightcontent {
        float: inherit;
        width: 100%;
    }
    #model-slider .rightcontent {
        padding-top: 0;
        margin-top: 0;
    }
    .tab_main_div {
        width: 90%;
        margin: 0 0.3rem;
        text-align: center;
    }
    .tab_main_div img {
        display: none;
    }
    .tab_main_div .tab_bottom_font_div span {
        display: none;
    }
}

@media (max-width: 480px) {
    .center_tab_div {
        padding: 0 1rem;
    }
    .tab_bottom_font_div b {
        font-size: 0.75rem;
    }
    #model-slider .imgBtn, #model-slider .videoBtn {
        width: 100%;
    }
    #top-slider .swiper-slide img {
        width: 200%;
    }
    #model-slider .rightcontent div {
        margin: 0.5rem 0;
    }
    #model-slider .rightcontent {
        padding: 1rem;
    }
    body>img {
        width: 200%;
        text-align: center;
        margin: 0 -50%;
    }
    #join>p {
        font-size: 0.8rem;
        width: 94%;
        line-height: 2rem;
        margin: 0 auto;
        text-align: left;
    }
}

@media (max-width: 350px) {
    #join>div p a {
        width: 7rem;
    }
}