input {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.detail_area {
    margin-top: 114px;
    color: #fff;
    margin-top: -61px;
}

.hhtml {
    text-align: center;
}


.title_box {
    /*    width: 800px;*/
    margin: auto;
}

.title_box p {
    font-size: 14px;
    color: #353535;
    line-height: 24px;
    /*    text-indent: 1em;*/
    text-align: center;
}

p.cur {
    font-size: 1.3rem;
}

.cur::after {
    content: "";
    /* background: url(../img/title-line.png) no-repeat; */
    -webkit-background-size: contain;
    background-size: contain;
    display: block;
    width: 100%;
    height: 13px;
    background-position: center center;
    margin-top: 10px;
}

.text_box {
    display: inline-flex;
    width: 100%;
    margin: 2rem auto;
    font-size: 1.1rem;
    line-height: 3rem;
    justify-content: center;
}

em{
    color: #353535;
}

.text_box .text {
    overflow: hidden;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.text_box .text span {
    float: left;
    font-size: 15px;
    color: #353535;
    width: 75px;
    /* margin-top: 8px; */
    /* margin-right: 10px; */
    text-align: right;
    word-break: break-all;
}

.text_box .text .text_cc {
    float: left;
    width: 375px;
    height: 38px;
    line-height: 38px;
    background-color: #fff;
    border: solid 1px #e5e5e5;
    color: #353535;
    outline: none;
    color: #222;
    font-size: 15px;
    padding-left: 15px;
    border-radius: 5px;
}

.upload_input {
    opacity: 0;
    position: absolute;
    color: transparent;
    right: 0;
    top: 0;
}

.btn {
    text-align: center;
    /* margin-top: 32px; */
}

.btn .button {
    background: url(../images/submit_btn.png) no-repeat;
    width: 145px;
    height: 52px;
    outline: none;
    border: 0;
    color: #000;
    font-size: 20px;
    cursor: pointer;
    font-weight: 500;
}

.ss {
    width: 100%;
    height: 41px;
    text-align: center;
    line-height: 41px;
    color: #353535;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 15px;
}

.verify2 {
    position: absolute;
    top: 7px;
    /* left: 395px; */
    right:34px;
    height: 33px;
}

.pclogo {
    display: block;
    margin: 0 auto;
}

.waplogo {
    display: none;
}

@media screen and (max-width:920px) {
    .detail_area {
        margin-top: -36px;
    }

    .text_box {
        margin: 20px auto 5px auto;
        padding: 0 0%;
    }

    .text_box .text {
        overflow: hidden;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        width: 90vw;
    }

    .text_box .text .text_cc {
        float: left;
        width: calc(75% - 30px);
        height: 34px;
        line-height: 34px;
        /*        background-color: #fff;*/
        border: solid 1px #e5e5e5;
        outline: none;
        color: #222;
        font-size: 12px;
        padding-left: 1%;
        border-radius: 5px;
    }

    .text_box .text span {
        float: left;
        font-size: 13px;
        color: #353535;
        width: 18%;
        /* margin-top: 7px; */
        text-align: right;
        /* margin-right: 2%; */
        word-break: break-all;
    }

    .file_input_box{
        width:75% !important;
    }
    .select_input{
        width: calc(75% - 30px);
    }

    .btn {
        text-align: center;
        margin-top: 0px;
    }

    .hhtml {
        text-align: left;
    }

    .ss {
        margin-top: 5px;
        font-size: .2rem;
        line-height: 20px;
    }

    p.cur {
        font-size: 1rem;
        text-align: center;
    }

    .detail_title3 {
        font-size: 1.3rem;
        margin: 4vw;
    }

    .pclogo {
        display: none;
    }

    .header-1 .headarea {
        display: flex;
        justify-content: center;
    }

    .waplogo {
        display: block;
        max-width: 190px;
        width: 100%;
    }
}

[v-cloak]{
    display:none;
}
@media screen and (max-width:920px) {
    .verify2 {
        /* position: absolute; */
        top: 4px;
        height: 30px;
        /* right: 31px; */
        left: 246px;
    }
}

@media screen and (min-width: 767px) and (max-width:920px) {
    .verify2 {
        /* position: absolute; */
        top: 9px;
        height: 30px;
        right: 39px;
    }
}
