﻿body {
    background-color: #f1f4f6;
}

a {
    text-decoration: none;
}

.redstar {
    color: #f00;
    position: relative;
    top: 0.02rem;
}

.header {
    width: 100%;
    height: 0.45rem;
    line-height: 0.45rem;
    background-color: #1d7def;
    position: relative;
}

    .header .title {
        width: 50%;
        margin: 0 auto;
        font-size: 0.18rem;
        text-align: center;
        color: #fff;
    }

    .header .back {
        height: 0.15rem;
        font-size: 0.12rem;
        color: #fff;
        position: absolute;
        top: 0.15rem;
        right: 0.15rem;
        line-height: 0.15rem;
    }

        .header .back .rightarrow {
            position: relative;
            top: -1px;
        }

.container {
    width: 3.25rem;
    min-height: 0.8rem;
    background-color: #fff;
    border-radius: 0.05rem;
    margin: 0 auto;
    margin-top: 0.13rem;
    padding-top: 0.3rem;
}

    .container .person {
        width: 0.4rem;
        height: 0.4rem;
        margin: 0 auto;
        margin-bottom: 0.15rem;
    }

        .container .person img {
            width: 100%;
            height: 100%;
            display: block;
        }

    .container .title {
        text-align: center;
        font-size: 0.15rem;
        line-height: 0.16rem;
        color: #000;
        font-weight: bold;
        margin-bottom: 0.08rem;
    }

    .container .subtitle {
        font-size: 0.12rem;
        text-align: center;
        color: #666;
        line-height: 0.13rem;
        margin-bottom: 0.18rem;
    }

    .container .vipright {
        width: 2.85rem;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

        .container .vipright .item {
            width: 0.9rem;
            height: 1rem;
            border: 0.01rem solid #5bbdff;
            border-radius: 0.05rem;
        }

            .container .vipright .item .img {
                width: 100%;
                height: 0.45rem;
                padding-top: 0.05rem;
            }

                .container .vipright .item .img img {
                    width: 0.4rem;
                    height: 0.4rem;
                    display: block;
                    margin: 0 auto;
                }

            .container .vipright .item .ititle {
                text-align: center;
                font-size: 0.12rem;
                font-weight: bold;
                color: #000;
                line-height: 0.16rem;
            }

            .container .vipright .item .isubtitle {
                font-size: 0.12rem;
                color: #666;
                text-align: center;
                line-height: 0.14rem;
                padding: 0 0.05rem;
            }

.dotline {
    width: 95%;
    height: 0.01rem;
    background-image: linear-gradient(to right, #ccc 0%, #ccc 50%, transparent 50%);
    background-size: 0.08rem 0.01rem;
    background-repeat: repeat-x;
    background-position: bottom;
    margin: 0.2rem auto;
}

.container .inputcontainer {
    width: 2.75rem;
    margin: 0 auto;
}

    .container .inputcontainer .inputtitle {
        text-align: left;
        font-size: 0.12rem;
        color: #000;
    }

    .container .inputcontainer .inputcontext {
        height: 0.28rem;
        width: 100%;
        margin-top: 0.1rem;
        position: relative;
    }


        .container .inputcontainer .inputcontext input {
            display: block;
            width: 2.4rem;
            height: 0.25rem;
            border: 0.01rem solid #5bbdff;
            border-radius: 0.05rem;
            padding: 0;
            margin: 0;
            padding-left: 0.05rem;
            padding-right: 0.25rem;
        }

.mt-9 {
    margin-top: 0.09rem;
}

.container .inputcontainer .inputcontext .selectcontainer {
    width: 2.75rem;
    display: block;
    border: 0.01rem solid #5bbdff;
    height: 0.27rem;
    border-radius: 0.05rem;
    background-color: #fff;
    color: #989898;
}

.container .inputcontainer .yyzz,
.container .inputcontainer .yyzzexist {
    height: 0.5rem;
    width: 1.1rem;
    border: 0.01rem solid #5bbdff;
    border-radius: 0.05rem;
    margin-top: 0.1rem;
    position: relative;
}

    .container .inputcontainer .yyzz img {
        width: 0.3rem;
        height: 0.3rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .container .inputcontainer .yyzzexist img {
        width: 100%;
        max-height: 100%;
        object-fit: cover;
        display: block;
    }

.container .inputcontainer .yyzzexist {
    display: none;
}

    .container .inputcontainer .yyzzexist .delyyzz {
        position: absolute;
        right: -0.1rem;
        top: -0.1rem;
        width: 0.2rem;
        height: 0.2rem;
        background-color: #ececec;
        border-radius: 0.1rem;
    }

        .container .inputcontainer .yyzzexist .delyyzz span {
            display: block;
            width: 100%;
            height: 100%;
            text-align: center;
            line-height: 0.2rem;
            font-size: 0.12rem;
            color: #c7c7c7;
        }

.save {
    width: 2.60rem;
    height: 0.35rem;
    text-align: center;
    line-height: 0.35rem;
    font-size: 0.13rem;
    background-color: #0199ff;
    margin: 0 auto;
    margin-top: 0.2rem;
    color: #fff;
    border-radius: 0.05rem;
}

.redborder {
    border-color: #f00 !important;
}

.gray {
    color: #999;
}

.tagscontainer {
    width: 100%;
    min-height: 0.5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .tagscontainer .tagsitem {
        width: 0.9rem;
        height: 0.25rem;
        background-color: #f0f0f0;
        color: #999;
        border-radius: 0.05rem;
        text-align: center;
        line-height: 0.25rem;
        font-size: 0.12rem;
        margin-top: 0.1rem;
        margin-left: 0.025rem;
        overflow: hidden;
    }

        .tagscontainer .tagsitem:nth-child(3n+1) {
            margin-left: 0;
        }

        .tagscontainer .tagsitem input {
            width: calc(100%);
            height: calc(100% + 0.02rem);
            padding: 0;
            margin: 0;
            position: relative;
            top: -0.02rem;
            left: -0.02rem;
            padding-left: 0.02rem;
            background-color: #f0f0f0;
        }

    .tagscontainer .activate {
        background-color: #008acd;
        color: #fff;
    }
.buzhouyuan {
    border-radius: 50%;
    background-color: #999;
    height: 13px;
    width: 13px;
    line-height: 13px;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    display: inline-block;
    margin-left: -20px;
}

.buzhoutext {
    font-size: 14px;
    display: inline-block;
    color: #999;
    font-weight: bold;
    margin-left: -22px;
}

.buzhouxian {
    display: inline-block;
    width: 80px;
    height: 2px;
    background-color: #999;
    margin-bottom: 3.5px;
    margin-left: -24px
}

.steps {
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
}

.stepThree {
    overflow: hidden;
    width: 88%;
    margin: 0 auto;
}

.slogan {
    overflow: hidden;
    margin-top: 0.13rem;
    background: #fff;
    padding: 15px;
    text-align: center;
}

.sloganTop {
    overflow: hidden;
    color: #666;
    font-weight: 400;
    font-size: 12px;
    font-family: Source Han Sans CN;
    line-height: 26px;
    text-align: left;
}

.choiceButton {
    overflow: hidden;
    margin-top: -30px;
}

.complete {
    padding: 10px 20px;
    width: 190px;
    height: 33px;
    border: none;
    border-radius: 3px;
    background: #eaeaea;
    color: #000;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    font-family: Microsoft YaHei;
    line-height: 33px;
}
.blueA {
    color: #4C8BFF;
}
.jiacu{
   font-weight:bold;
}