@charset 'utf-8';

ul,
li,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

li img,
dt img,
dd img {
    vertical-align: top;
}

img {
    border: 0;
}

form {
    margin: 0;
    padding: 0;
}

a {
    cursor: pointer;
    outline: none;
}

* {
    box-sizing: border-box;
    text-decoration: none;
}

input:focus {
    outline: none;
}






html {
    height: 100vh;
}

body {
    height: 100vh;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-family: "Noto Sans SC", Helvetica, arial, sans-serif;
    background: url("../images/bg.jpg") bottom center/cover no-repeat fixed;
}

.topbar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 9%;
    background: #000;
    border-bottom: #272727 1px solid;
}

.barzone {
    display: flex;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.logo {
    width: 17%;
    max-width: 190px;
    height: 60%;
    background: url(../images/logo.png) center top no-repeat;
    background-size: contain;
    margin: auto auto auto auto;
}

.nav {
    font-size: 15px;
    width: 90%;
    height: 30%;
    max-height: 23px;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
}

.nav a {
    line-height: 25px;
    color: #fff;
    margin: 0 2%;
}

.nav a:hover {
    color: #fdf5a9;
}

a.b1 {
    background: url(../images/nav1.png) left center no-repeat;
    background-size: contain;
    padding-left: 35px;
    margin-right: 2%;
}

a.b2 {
    background: url(../images/nav2.png) left center no-repeat;
    background-size: contain;
    padding-left: 38px;
    margin-right: 1%;
}

a.b3 {
    background: url(../images/nav3.png) left center no-repeat;
    background-size: contain;
    padding-left: 34px;
    margin-right: 1.3%;
}

a.b4 {
    background: url(../images/nav4.png) left center no-repeat;
    background-size: contain;
    padding-left: 33px;
    margin-right: 1.2%;
}

a.b5 {
    background: url(../images/nav5.png) left center no-repeat;
    background-size: contain;
    padding-left: 34px;
    ;
}

a.b6 {
    background: url(../images/nav6.png) left center no-repeat;
    background-size: contain;
    padding-left: 34px;
    ;
}

a.b7 {
    background: url(../images/nav7.png) left center no-repeat;
    background-size: contain;
    padding-left: 34px;
    ;
}

.rightblock {
    width: 12%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
}

.rightblock a {
    width: 55%;
    max-width: 61px;
    height: 100%;
    margin: 0 2%;
}

a.r1 {
    background: url(../images/icon_support.png) center center no-repeat;
    background-size: contain;
}

a.r2 {
    background: url(../images/icon_iphone.png) center center no-repeat;
    background-size: contain;
}

a.r1:hover {
    background: url(../images/icon_support_h.png) center center no-repeat;
    background-size: contain;
}

a.r2:hover {
    background: url(../images/icon_iphone_h.png) center center no-repeat;
    background-size: contain;
}

.wrapper {
    width: 100vh;
    height: 85%;
    margin: auto;
}

.zonect {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}


.slogan {
    width: 100%;
    max-width: 686px;
    height: 50%;
    max-height: 332px;
    background: url(../images/153.png) center 0px no-repeat;
    background-size: contain;
    margin: 14% auto 2% auto;
}

.slogan_sp {
    display: none;
}


.inpuzone {
    width: 65%;
    height: 6%;
    margin: 0 auto;
    text-align: center;
}

.inpbox {
    width: 100%;
    max-width: 555px;
    height: 100%;
    border-radius: 10px;
    border: #d9a12f 1px solid;
    background: #FFFFFF;
    box-shadow: 3px 8px 8px 0px rgba(110, 73, 0, 0.08), 0px 3px 3px 0px rgba(156, 132, 94, 0.27) inset;
    text-align: center;
    padding: 0;
    font-size: 17px;
    line-height: 17px;
}

.btnzone {
    width: 65%;
    height: 13%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.btnzone a {
    width: 100%;
    max-width: 269px;
    height: 100%;
    margin: 0 1.5%;
}

a.btn1 {
    background: url(../images/btn1.png) center center no-repeat;
    background-size: contain;
}

a.btn2 {
    background: url(../images/btn2.png) center center no-repeat;
    background-size: contain;
}


.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 6%;
    background: #000;
    border-top: #272727 1px solid;
}

.footer_wrap {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.footer_menu {
    display: none;
}












/* @media screen and (max-width:1099px) {

    html {}

    body {
        margin: 0;
        padding: 0;
        font-size: 18px;
        font-family: "Noto Sans SC", Helvetica, arial, sans-serif;
        background: url("../images/bg_10241366.jpg") top center/cover no-repeat fixed;
    }

    .topbar {
        height: 60px;
        width: 100%;
        position: fixed;
        background: #000;
        border-bottom: #272727 1px solid;
    }

    .barzone {
        display: flex;
        margin: 0 auto;
        width: 90%;
        height: 100%;
    }

    .logo {
        width: 60%;
        height: 70%;
        background: url(../images/logo.png) center top no-repeat;
        background-size: contain;
        margin: auto auto auto auto;
    }

    .nav {
        display: none;
    }

    .wrapper {
        width: 100%;
        height: 100vh;
        margin: auto;
    }


    .zonect {
        width: 98%;
        height: 100%;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
    }

    .slogan {
        width: 100%;
        max-width: 686px;
        height: 30%;
        max-height: 332px;
        background: url(../images/153.png) center 0px no-repeat;
        background-size: contain;
        margin: 36% auto 2% auto;
    }


    .inpuzone {
        width: 70%;
        height: 4%;
        margin: 0 auto;
        text-align: center;
    }

    .inpbox {
        width: 100%;
        max-width: 555px;
        height: 100%;
        max-height: 40px;
        border-radius: 10px;
        border: #d9a12f 1px solid;
        background: #FFFFFF;
        box-shadow: 3px 8px 8px 0px rgba(110, 73, 0, 0.08), 0px 3px 3px 0px rgba(156, 132, 94, 0.27) inset;
        text-align: center;
        padding: 0;
        font-size: 17px;
        line-height: 17px;
    }

    .btnzone {
        width: 70%;
        height: 6%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .btnzone a {
        width: 100%;
        max-width: 269px;
        height: 100%;
        margin: 0 1.5%;
    }

    a.btn1 {
        background: url(../images/btn1sp.png) center center no-repeat;
        background-size: contain;
    }

    a.btn2 {
        background: url(../images/btn2sp.png) center center no-repeat;
        background-size: contain;
    }

    .footer {
        width: 100%;
        position: fixed;
        bottom: 0;
        background: #000;
    }

    .footer_menu {
        width: 100%;
        background: #000;
    }

    .footer_menu ul {
        width: 100%;
        height: 100%;
    }

    .footer_menu ul li {
        display: inline-block;
        width: 19.5%;
        height: 100%;
        border-right: 1px solid #272727;
        box-sizing: border-box;
        text-align: center;
        vertical-align: bottom;
        position: relative;
    }

    .footer_menu ul li:nth-of-type(5) {
        border-right: 0px solid #272727;
    }

    .footer_menu ul li a {
        color: #fff;
        font-size: 0.15rem;
        line-height: 0.2rem;
         height: 100%;
        display: inline-block;
        padding: 27px 0 15px 0;
        box-sizing: border-box;
    }

    .footer_menu ul li a img {
        display: block;
        margin: 0 auto 0.1rem auto;
        width: auto;
        height: 0.45rem;
    }

    .footer_wrap {
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 0.15rem;
        border-top: 1px solid #272727;
        padding: 2% 0%;
    }

} */



/* @media screen and (max-width: 760px) {

    body {
        margin: 0;
        padding: 0;
        font-size: 18px;
        font-family: "Noto Sans SC", Helvetica, arial, sans-serif;
        background: url("../images/bg_m.jpg") top center/cover no-repeat fixed;
    }

    .footer_menu ul {
        width: 100%;
        height: 100%;
    }

    .footer_menu ul li {
        display: inline-block;
        width: 19.5%;
        height: 100%;
        box-sizing: border-box;
        text-align: center;
        vertical-align: bottom;
        position: relative;
    }

}

@media screen and (max-width:650px) {

    .footer_menu ul li {
        width: 19%;
    }

}


@media screen and (max-width: 500px) {

    .slogan {
        height: 28%;
        margin: 50% auto 2% auto;
    }

    .inpuzone {
        width: 78%;
    }

    .btnzone {
        width: 80%;
    }


    .footer_menu ul li a {
        color: #fff;
        font-size: 0.2rem;
        line-height: 0.1rem;
        display: inline-block;
        padding: 12px 0 12px 0;
        box-sizing: border-box;
    }

}

@media screen and (max-width: 340px) {

    .inpuzone {
        height: 5%;
    }

    .footer_menu ul li {
        width: 18.5%;
    }

    .footer_menu ul li a {
        line-height: 0.15rem;
        padding: 10px 0 10px 0;
    }

    @supports (-webkit-appearance:none) and (not (overflow:-webkit-marquee)) and (not (-ms-ime-align:auto)) and (not (-moz-appearance:none)) {
        .footer_wrap {
            font-size: 0.08rem;
            transform: scale(0.7, 0.7);
        }
    }

} */




/* @media screen and (width: 1024px) and (min-width: 1023px) and (max-height:768px) and (min-height: 767px) {
    html {
        height: 100vh;
    }

    body {
        height: 100vh;
        margin: 0;
        padding: 0;
        font-size: 18px;
        font-family: "Noto Sans SC", Helvetica, arial, sans-serif;
        background: url("../images/bg.jpg") bottom center/cover no-repeat fixed;
    }

    .topbar {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 9%;
        background: #000;
        border-bottom: #272727 1px solid;
    }

    .barzone {
        display: flex;
        width: 100%;
        max-width: 1024px;
        height: 100%;
        margin: 0 auto;
    }

    .logo {
        width: 17%;
        max-width: 190px;
        height: 60%;
        background: url(../images/logo.png) center top no-repeat;
        background-size: contain;
        margin: auto auto auto auto;
    }

    .nav {
        font-size: 16px;
        width: 65%;
        height: 30%;
        max-height: 23px;
        margin: auto 4% auto auto;
        display: flex;
        justify-content: flex-end;
    }

    .nav a {
        line-height: 25px;
        color: #fff;
        padding-left: 40px;
        margin: 0 2%;
    }

    .nav a:hover {
        color: #fdf5a9;
    }

    a.b1 {
        background: url(../images/nav1.png) left center no-repeat;
        background-size: contain;
    }

    a.b2 {
        background: url(../images/nav2.png) left center no-repeat;
        background-size: contain;
    }

    a.b3 {
        background: url(../images/nav3.png) left center no-repeat;
        background-size: contain;
    }

    a.b4 {
        background: url(../images/nav4.png) left center no-repeat;
        background-size: contain;
    }

    a.b5 {
        background: url(../images/nav5.png) left center no-repeat;
        background-size: contain;
    }

    .rightblock {
        width: 12%;
        height: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .rightblock a {
        width: 55%;
        max-width: 61px;
        height: 100%;
        margin: 0 2%;
    }

    a.r1 {
        background: url(../images/icon_support.png) center center no-repeat;
        background-size: contain;
    }

    a.r2 {
        background: url(../images/icon_iphone.png) center center no-repeat;
        background-size: contain;
    }

    a.r1:hover {
        background: url(../images/icon_support_h.png) center center no-repeat;
        background-size: contain;
    }

    a.r2:hover {
        background: url(../images/icon_iphone_h.png) center center no-repeat;
        background-size: contain;
    }

    .wrapper {
        width: 100vh;
        height: 85%;
        margin: auto;
    }

    .zonect {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }


    .slogan {
        width: 100%;
        max-width: 686px;
        height: 50%;
        max-height: 332px;
        background: url(../images/153.png) center 0px no-repeat;
        background-size: contain;
        margin: 14% auto 2% auto;
    }

    .slogan_sp {
        display: none;
    }


    .inpuzone {
        width: 65%;
        height: 6%;
        margin: 0 auto;
        text-align: center;
    }

    .inpbox {
        width: 100%;
        max-width: 555px;
        height: 100%;
        border-radius: 10px;
        border: #d9a12f 1px solid;
        background: #FFFFFF;
        box-shadow: 3px 8px 8px 0px rgba(110, 73, 0, 0.08), 0px 3px 3px 0px rgba(156, 132, 94, 0.27) inset;
        text-align: center;
        padding: 0;
        font-size: 17px;
        line-height: 17px;
    }

    .btnzone {
        width: 65%;
        height: 13%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .btnzone a {
        width: 100%;
        max-width: 269px;
        height: 100%;
        margin: 0 1.5%;
    }

    a.btn1 {
        background: url(../images/btn1.png) center center no-repeat;
        background-size: contain;
    }

    a.btn2 {
        background: url(../images/btn2.png) center center no-repeat;
        background-size: contain;
    }


    .footer {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 6%;
        background: #000;
        border-top: #272727 1px solid;
    }

    .footer_wrap {
        margin: 0 auto;
        text-align: center;
        color: #fff;
        font-size: 16px;
    }

    .footer_menu {
        display: none;
    }
}  */

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: #DCDEDD;
}

.layui-laypage .layui-laypage-curr em {
    color: #353f4b !important;
}

#app {
    height: 100%
}

.close-message {
    color: #fff;
    text-align: center;
}