﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    z-index: 999;
}

html {
    max-width: 540px;
    margin: 0 auto;
}

img {
    width: 100%;
    height: auto;
}

.cornerMark {
    background-color: #c1e0e9;
    color: #596f8d;
    font-size: 0.35rem;
    position: absolute;
    top: 0.6rem;
    right: -2px;
    border-radius: 0.3rem 0 0 0.3rem;
    padding: 0.15rem 0.4rem;
    line-height: 1;
}

#app {
    margin: 0 auto;
    /*background-color: #fa9aa0;*/
    background-image: url(../img/aijs/2.jpg);
    font-size: 0.35rem;
    position: relative;
}

.adld {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    color: #fff;
    position: absolute;
    top: -0.5rem;
    left: 1.8rem;
}

.adadd {
    left: 50%;
    transform: translateX(-50%);
}

/* 表单 */
.form {
    background-image: url(../img/2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%; /* 或者你想要的宽度 */
    height: 332px; /* 或者你想要的高度 */
    margin-top: 0px;
}

    .form .form-box {
        width: 90%;
        height: auto;
        margin: 0 auto 0;
        padding-top: 1rem;
    }

    .form .item-box {
        margin: 0 auto 0.3rem;
        position: relative;
    }

        .form .item-box input {
            width: 100%;
            height: 1.25rem;
            padding: 0 0.5rem;
            font-size: 0.4rem;
            font-weight: 300;
            text-align: left;
            box-sizing: border-box;
            border: none;
            color: #ff2951;
            background-color: rgb(255, 255, 255);
            border-radius: 1rem;
            outline: none;
        }

            .form .item-box input::-webkit-input-placeholder {
                color: #646262;
            }

    .form .item-box1 {
        margin: 0 auto 0.3rem;
        position: relative;
    }

        .form .item-box1 input {
            margin-left: 30px;
        }

        .form .item-box1 .tk-box {
            color: white;
            margin: 0 auto;
            padding-left: 4px;
            font-size: 14px;
            font-weight: bold;
        }

            .form .item-box1 .tk-box a {
                text-decoration: underline;
            }

label, input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
}

#getCode {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #DA1B1A;
    /*background: radial-gradient(circle at center, #FDF3E5, #F2B88D);*/
    background: linear-gradient(180deg, #FDF3E5 30%, #F2B88D 70%);
    font-size: 0.4rem;
  /*  font-weight: bold;*/
    padding: 0 0.55rem;
    height: 1.25rem;
    border-radius: 0 1rem 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#toApply {
    animation: move 1s infinite;
}

@keyframes move {
    from {
        transform: scale(1);
    }

    50% {
        transform: scale(0.9);
    }

    to {
        transform: scale(1);
    }
}

.bottom-btn {
    width: 85%;
    position: fixed !important;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 !important;
}

/* 协议 */
.agreement {
    color: #ffffff;
    text-align: center;
    width: 100%;
    font-size: 0.35rem;
}

    .agreement .remark {
        font-size: 12px;
        transform: scale(0.9);
        margin: 0.2rem 0 0.3rem;
    }

    .agreement .explain-btn {
        color: #5c49ef;
        color: rgb(255, 207, 31);
    }

    /* 自定义checkbox样式-图片 */
    .agreement input {
        display: none;
    }

        .agreement input + label {
            background: url(../img/未选中.png) left center no-repeat;
            background-size: 0.38rem 0.38rem;
            padding-left: 0.5rem;
        }

        .agreement input:checked + label {
            background-image: url(../img/选中.png);
        }

    .agreement .tel {
        font-size: 0.45rem;
    }

/* 活动说明 */
.explain {
    color: #ffffff;
    padding-bottom: 1rem;
    margin: 0.5rem auto 0;
    font-weight: bold;
}

.info {
    padding: 0 7%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.diquinfo {
    width: 1.5rem;
    border-radius: 0.4rem;
    height: 15px;
    margin-left: 0.2rem;
    margin-top: 0.3rem;
    color: white;
    background: #e53a51;
    font-size: 0.3rem;
    line-height: 15px;
    text-align: center;
    font-weight: bold;
}

.shouqi img {
    width: 0.5rem;
    height: 15px;
}

.explain-title {
    color: #eee;
    font-size: 0.5rem;
    text-align: center;
}

.explain-main {
    padding: 0 7%;
    color: #eee;
    border-radius: 0.2rem;
    line-height: 1.6;
    white-space: pre-line;
    font-size: 0.35rem;
}

.explain-main1 {
    padding: 0 7%;
    color: #eee;
    border-radius: 0.2rem;
    line-height: 1.6;
    white-space: pre-line;
    /* display: none; */
    font-size: 0.35rem;
}

.guangdonginfo {
    display: none;
}

.shanghaiinfo {
    display: none;
}

.liaoninginfo {
    display: none;
}

.jiangxiinfo {
    display: none;
}

.chongqinginfo {
    display: none;
}

.hebeiinfo {
    display: none;
}

.hunaninfo {
    display: none;
}

.fujianinfo {
    display: none;
}

.xinjianginfo {
    display: none;
}

.addText {
    margin-top: -0.5rem;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

/*隐私弹窗*/
.policy-wrap {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

    .policy-wrap .policy {
        width: 9.5rem;
        top: 45%;
        left: 50%;
        height: 80%;
        background: #fff;
        font-size: .24rem;
        border-radius: 0.2rem;
        text-align: justify;
        overflow: hidden;
    }


        .policy-wrap .policy .title {
            width: 100%;
            height: 1rem;
            background: #f3deb9;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
        }

            .policy-wrap .policy .title img {
                width: 0.5rem;
                margin-right: 0.2rem;
                position: absolute;
                right: 0.1rem;
            }

        .policy-wrap .policy .policy-content {
            width: 100%;
            height: calc(100% - 1rem);
            overflow-y: auto;
            padding: 0.2rem;
            box-sizing: border-box;
            -moz-user-select: none;
            -webkit-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .policy-wrap .policy .policy-content p {
                display: block;
                margin-block-start: 1em;
                margin-block-end: 1em;
                margin-inline-start: 0px;
                margin-inline-end: 0px;
            }

.spantext {
    background: rgb(255, 255, 0)
}
