﻿blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul, div, a {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricprecision;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","PingFang SC","Hiragino Sans GB","Microsoft YaHei UI","Microsoft YaHei",Arial,sans-serif;
}

img {
    width: 100%;
    display: block;
}

a {
    text-decoration: none;
    color: #000;
}

:focus {
    outline: 0;
}

input, select {
    outline: none;
    background: transparent;
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    font-size: .3rem;
    color: #000;
}

    input::-webkit-input-placeholder {
        color: #000;
        font-size: .3rem;
    }

    input:focus::-webkit-input-placeholder {
        color: #000;
        font-size: .3rem;
    }

    input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
        background-color: transparent;
        background-image: none;
        transition: background-color 500000s ease-in-out 0s;
        -webkit-text-fill-color: #000 !important;
    }

.hide {
    display: none;
}

.show {
    display: block;
}

.relative {
    position: relative;
}

.cookiesBox {
    width: 7.5rem;
    color: #000;
    position: relative;
    z-index: 1;
    background-color: #fff;
    font-size: 0;
}

    .cookiesBox a, .cookiesBox a:hover {
        color: #000;
        cursor: pointer;
    }

.btnCloseCookies {
    z-index: 2;
    position: absolute;
    top: 27%;
    right: 5px;
    z-index: 2;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url("../images/close.png") no-repeat 50% 50%;
    background-size: 12px;
    display: block;
}

.cbox {
    position: relative;
    max-width: 1280px;
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
    line-height: 42px;
    font-family: FZLanTingHeiS-R-GB;
}

footer#mast-footer {
    width: 7.5rem;
    padding: 10px 0;
    background: #fff;
    color: #999;
    font-size: 12px;
    text-align: center;
    font-family: FZLanTingHeiS-R-GB;
}

    footer#mast-footer .con-content > ul {
        font-size: 0;
        margin-bottom: 12px;
    }

        footer#mast-footer .con-content > ul > li {
            display: inline-block;
            vertical-align: middle;
            padding: 0 6px;
            position: relative;
        }

            footer#mast-footer .con-content > ul > li:first-child {
                padding-left: 0;
            }

            footer#mast-footer .con-content > ul > li > a {
                font-size: 12px;
                color: #999;
                text-decoration: none;
            }

                footer#mast-footer .con-content > ul > li > a:hover {
                    text-decoration: underline;
                }

            footer#mast-footer .con-content > ul > li:after {
                content: "";
                width: .5px;
                height: 12px;
                background: #ccc;
                border: 0;
                position: absolute;
                top: 1px;
                right: 0;
            }

            footer#mast-footer .con-content > ul > li:last-child:after {
                display: none;
            }

.cbox {
    max-width: 100%;
    padding: 3px 40px 3px 30px;
    line-height: 15px;
}

footer#mast-footer .con-content > ul {
    margin-bottom: 0;
}

.cookiesBox a {
    top: 45%;
}

footer#mast-footer .con-content > ul > li > a {
    color: #000;
}

.none-sm {
    display: none;
}

.wrapper, .page {
    width: 7.5rem;
    height: 16.2rem;
    overflow: hidden;
    background: url(../images/info_bg.jpg?v=202206101131) 0 0 no-repeat;
    background-size: 100% auto;
    position: relative;
}

.page2 {
    color: #000;
}

    .page2 .box {
        margin-top: 9.02rem;
    }

    .page2 .group {
        width: 5.2rem;
        height: .7rem;
        padding-left: .18rem;
        margin: 0 auto .21rem;
        border: 1px solid #000;
        position: relative;
        font-size: .3rem;
        display: flex;
        align-items: center;
    }

        .page2 .group input {
            width: 100%;
        }

        .page2 .group.select > div:first-child {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
        }

        .page2 .group.select:after {
            content: "";
            display: block;
            width: .12rem;
            height: .12rem;
            border-left: 2px solid #000;
            border-bottom: 2px solid #000;
            transform: rotate(-45deg);
            position: absolute;
            right: .31rem;
            top: .25rem;
        }

        .page2 .group.select.rotate:after {
            transform: rotate(135deg);
        }

        .page2 .group label {
            width: 1.1rem;
        }

        .page2 .group .input-code {
            width: 3rem;
        }

    .page2 .btn-code {
        width: 2.2rem;
        line-height: .7rem;
        font-size: .24rem;
        text-align: center;
        border-left: 1px solid #000;
        color: #fff;
        background: #2e2485;
    }

    .page2 .checkbox {
        width: 5.2rem;
        margin: .32rem auto 0;
        position: relative;
    }
    .page2 .checkbox2 {
        margin: .16rem auto 0;
    }

        .page2 .checkbox .check {
            width: .23rem;
            height: .23rem;
            border: 1px solid #000;
            position: absolute;
            top: 0;
            left: 1.07rem;
        }

            .page2 .checkbox .check img {
                display: none;
            }

            .page2 .checkbox .check.checked img {
                display: block;
            }

    .page2 .btn-confirm {
        width: 3.35rem;
        height: .8rem;
        font-size: .34rem;
        text-align: center;
        color: #fff;
        line-height: .8rem;
        background: #2e2485;
        margin: .43rem auto 0;
        display: block;
    }

.success {
    background: url(../images/bg2.jpg?v=20220610) 0 0 no-repeat;
    background-size: 100% auto;
}

    .success .msgbox {
        margin-top: 10.16rem;
        text-align: center;
    }

        .success .msgbox h3 {
            font-size: .36rem;
            color: #3e358f;
            text-align: center;
            line-height: .52rem;
            letter-spacing: 1px;
        }

        .success .msgbox .yydate {
            display: block;
            font-size: 0;
            margin-top: .4rem;
        }

            .success .msgbox .yydate span {
                font-size: .24rem;
                color: #fff;
                background: #3e358f;
                padding: 5px;
                display: inline-block;
            }

        .success .msgbox .txt {
            font-size: .24rem;
            line-height: .38rem;
            text-align: center;
            color: #000;
            margin: .22rem auto .7rem;
        }

            .success .msgbox .txt span {
                color: #41388e;
            }

        .success .msgbox .btn-back {
            width: 3.35rem;
            height: .8rem;
            font-size: .34rem;
            text-align: center;
            color: #fff;
            line-height: .8rem;
            background: #2e2485;
            margin: 0 auto;
            display: block;
        }

.message {
    background: rgba(0,0,0,.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 7.5rem;
    height: 100%;
    display: none;
    z-index: 9;
}

    .message .center {
        width: 7.5rem;
        height: 8.91rem;
        background: url(../images/pop_bg.png?v=1) 0 0 no-repeat;
        background-size: 100% auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .message .msg {
        margin-top: 1.2rem;
        height: 4.1rem;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: .34rem;
        line-height: .5rem;
        color: #2e2485;
        text-align: center;
        letter-spacing: 2px;
        padding: 0 1.2rem;
    }

    .message .btn-close {
        width: 3.38rem;
        height: .8rem;
        line-height: .8rem;
        font-size: .3rem;
        text-align: center;
        background: #2e2485;
        display: block;
        color: #fff;
        margin: auto;
        letter-spacing: 2px;
    }

.popprvicy, .popsingel {
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 7.5rem;
    height: 100%;
    z-index: 9;
    display: none;
}

    .popprvicy .center, .popsingel .center {
        width: 7.5rem;
        height: 10.36rem;
        background: url(../images/bg.png?v=1) 0 0 no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        color: #000;
    }
    .popsingel .center {
        height: 5.7rem;
        background: url(../images/bg2.png?v=20220610) 0 0 no-repeat;
        background-size: 100% 100%;
    }

        .popprvicy .center .logo, .popsingel .center .logo {
            width: 100%;
        }

        .popprvicy .center .txt, .popsingel .center .txt {
            padding: 0 .55rem 0 .75rem;
            box-sizing: border-box;
        }

        .popprvicy .center h3, .popsingel .center h3 {
            font-size: .24rem;
            text-align: center;
        }

        .popprvicy .center .txtp, .popsingel .center .txtp {
            font-size: .16rem;
            line-height: .35rem;
            height: 6.6rem;
            overflow: auto;
            padding-right: .2rem;
            box-sizing: border-box;
            margin-top: .25rem;
            -webkit-overflow-scrolling: touch;
        }
        .popsingel .center .txtp {
            height:2.1rem;
			word-break: break-all;
        }

            .popprvicy .center .btn-agree, .popsingel .center .btn-agree {
                width: 3.34rem;
                height: .8rem;
                line-height: .8rem;
                font-size: .3rem;
                text-align: center;
                background: #2e2485;
                display: block;
                color: #fff;
                margin: auto;
                letter-spacing: 2px;
                margin-top: .5rem;
            }
        .popsingel .center .btn-agree {
            margin-top:0;
        }

                .select-wrap {
                    position: absolute;
                    left: -1px;
                    top: 100%;
                    width: 5.2rem;
                    background-color: rgba(255,255,255,.93);
                    border: 1px solid #000;
                    z-index: 8;
                    padding: 0 .15rem;
                    box-sizing: border-box;
                }

    .select-wrap .option {
        border-top: 1px solid #000;
        line-height: .84rem;
        font-size: .26rem;
        color: #000;
        text-align: center;
    }

        .select-wrap .option:first-child {
            border-top: none;
        }

    .select-wrap.select-date {
        max-height: 2.56rem;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
