﻿body {
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
}


.main_wrap .heart {
    background-color: #fff;
}

.upload-tip {
    font-size: 12px;
    color: red;
    margin-top: -10px;
}

.application_form {
    width: 59%;
    margin: 0 auto;
    padding: 24px 0 26px 0;
    position: relative;
}

.form_title {
    font-size: 20px;
    color: #000;
    line-height: 26px;
    text-align: center;
}

.form_title span {
    font-size: 14px;
    line-height: 23px;
}

.activity_explain {
    /* text-indent:2em; */
    text-align: left;
    margin-top: 50px;
    color: #858585;
    white-space: pre-wrap;
}

.application_form label {
    min-height: 26px;
    font-size: 14px;
    line-height: 18px;
    color: #858585;
    display: block;
    margin-top: 16px;
}

.application_form label span {
    font-size: 11px;
    margin-left: 5px;
}

.application_form label span.red_flag {
    font-size: 12px;
    color: #EF4D57;
    margin-left: 3px;
}

.application_form input[type="text"],
.application_form select {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 1px solid #D2D2D2;
    border-radius: 2px;
    padding-left: 10px;
    color: #000;
}

.application_form select {
    /* position:relative; */
    background: url('../images/triangle.png') no-repeat scroll 98% center transparent;
}

.application_form .cc_input {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 1px solid #D2D2D2;
    border-radius: 2px;
    padding-left: 10px;
    background: url('../images/triangle.png') no-repeat scroll 98% center transparent;
}

.application_form .cc_options {
    position: absolute;
    left: 0;
    top: 80px;
    background-color: #fff;
    width: 100%;
    padding: 10px 0;
    border: 1px solid #D2D2D2;
    z-index: 3;
    display: none;
}

.application_form .cc_options .cc_li {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    /* display:table; */

}

.application_form .cc_options .cc_li.on {
    background-color: #efefef;
}

.application_form .cc_options .cc_li .cc_name {
    width: 100%;
    height: 100%;
    line-height: 40px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    /* display:table-cell; */
    /* line-height:20px; */
    /* vertical-align: middle; */
}

.application_form select option {
    width: 100% !important;
}

/* .application_form select:before{
    content:'';
    width: 0;
    height:0;
    display:block;
    border-top:10px solid #D2D2D2;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    border-bottom:8px solid transparent;
    position:absolute;
    right:10px;
    top:5px;
} */
.xing,
.ming,
.people_num,
.email {
    width: calc(50% - 21px);
}

.w_half {
    width: calc(50% - 21px);
    display: inline-block;
    min-height: 78px;
}

.w_half.cc {
    position: relative;
}

.w_all.cc {
    position: relative;
}

.w_half:nth-child(2n) {
    margin-left: 42px;
}

.form_other_item input[type='checkbox'],
.form_other_item input[type='radio'] {
    /* margin-left:10px; */
    vertical-align: middle;
}

.form_other_item input[type='radio'] {
    margin-right: 5px;
    vertical-align: middle;
}

/* .form_other_item input[type='checkbox']:first-of-type,.form_other_item input[type='radio']:first-of-type{
    margin-left:0px;
} */
.form_other_item span.options_name {
    margin-right: 10px;
    vertical-align: middle;
}

#activity_category {
    width: 145px;
}

#activity_name {
    width: calc(100% - 154px);
    float: right;
}

.message_text {
    width: 100%;
    height: 72px;
    border: 1px solid #D2D2D2;
    border-radius: 2px;
    resize: vertical;
    padding: 10px;
}

.file_wrap {
    position: relative;
}

.file_upload {
    position: relative;
}

.upload_box {
    position: relative;
    margin-bottom: 12px;
    font-size: 0;
}

.upload_box input[type="text"].text_input {
    /* width:calc(100% - 119px); */
    width: 368px;
}

.upload_box .file_input {
    width: 368px;
    /* width:calc(100% - 119px); */
    height: 36px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    opacity: 0;
}

.upload_box .upload_btn {
    width: 109px;
    height: 36px;
    background-color: #E5E5E5;
    border-radius: 4px;
    font-size: 14px;
    color: #858585;
    margin-left: 10px;
    vertical-align: top;

}

.upload_box .upload_btn.changed {
    background: #3C8FF5;
    color: #fff;
}

.uploaded_file {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}

.uploaded_file .fileName {
    text-decoration: underline;
    color: #2D6FBB;
}

.delete_file img {
    width: 10px;
    height: 10px;
}

.delete_file {
    cursor: pointer;
    color: #EF4D57;
    font-size: 12px;
    display: inline-block;
    margin-left: 20px;
}

.add_file {
    width: 98px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #2D6FBB;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
}

.form_bottom {
    margin-top: 30px;
    height: 40px;
    position: relative;
}

.red_tip {
    position: absolute;
    left: 0;
    top: 10px;
    color: #EF4D57;
    font-size: 12px;
}

#submit {
    color: #fff;
    width: 183px;
    height: 40px;
    font-size: 16px;
    border-radius: 4px;
    background-color: #2D6FBB;
    display: block;
    margin: 0 auto;
}

#submit[disabled=disabled] {
    background-color: #e5e5e5;
}

.success_tip {
    display: none;
    width: 183px;
    height: 40px;
    border-radius: 4px;
    background-color: rgba(239, 77, 87, 0.9);
    ;
    position: absolute;
    bottom: -57px;
    left: 50%;
    margin-left: -91px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;

}

/* 隐私弹框 */
.privacy-bg {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 9999999;
    overflow: hidden;
    top: 0
}

.privacy {
    width: 600px;
    max-height: 645px;
    height: fit-content;
    background-color: #ffffff;
    border: 1px solid #707070;
    border-top: 4px solid #2aa4f1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 40px 25px;
}

.privacy h3 {
    color: #333333;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    font-weight: normal;
}

.privacy h4 {
    color: #333333;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    text-align: center;
    margin-top: 5px;
}

.privacy-con {
    color: #333333;
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
    margin-top: 30px;
    padding: 0 15px;
    overflow-x: hidden;
}

.privacy-con::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    right: 1px;
    opacity: 0.2;
    background-color: #f0f0f0;
}

.privacy-con::-webkit-scrollbar-track {
    width: 6px;
    background: #f0f0f0;
}

.privacy-con::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #2aa4f1;
    display: block;
    right: 1px;
}

.privacy-con::-webkit-scrollbar-thumb:hover {
    border-radius: 3px;
    display: block;
}

.privacy-txt {
    color: #333333;
    font-size: 14px;
    line-height: 18px;
    margin-top: 25px;
}

.privacy-but {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
}

.privacy-but button {
    width: 200px;
    height: 46px;
    display: block;
    font-size: 16px;
    line-height: 46px;
    border-radius: 6px;

}

.privacy-but-left {
    background-color: #f0f0f0;
    color: #333333;
}

.privacy-but-right {
    background-color: #2aa4f1;
    color: #fff;
}

.privacy-but-ture {
    background-color: #f0f0f0;
    color: #cccccc;
    cursor: not-allowed;
}

.form_yinsi {
    text-align: center;
    color: #333333;
    font-size: 14px;
    line-height: 18px;
    margin-top: 16px;
}

.form_yinsi a {
    color: #2aa4f1;
}

@media (max-width:767px) {


    body {
        width: 100%;
    }

    .application_form {
        width: 100%;
        padding: 0.28rem 0.15rem 1.14rem 0.15rem;
    }

    .form_title {
        font-size: 0.2rem;
        color: #000;
        line-height: 0.26rem;
        text-align: center;
    }

    .form_title span {
        font-size: 0.14rem;
        line-height: 0.23rem;
    }

    .application_form label {
        font-size: 0.14rem;
        line-height: 0.18rem;
        color: #858585;
        display: block;
        margin-top: 0.16rem;
    }

    .application_form label span {
        font-size: 0.11rem;
    }

    #activity_category {
        width: 100%;
    }

    #activity_name {
        width: 100%;
        float: none;
        margin-top: 6px;
    }

    .xing,
    .ming,
    .people_num,
    .email {
        width: 100%;
        float: none;
    }

    .w_half {
        width: 100%;
        min-height: auto;
        display: block;
    }

    .w_half:nth-child(2n) {
        margin-left: 0;
    }

    .file_upload .clearfix {
        position: relative;
        padding-bottom: 0.2rem;
    }

    .upload_box input[type="text"].text_input {
        width: calc(100% - 0.91rem);
    }

    .upload_box .file_input {
        width: calc(100% - 0.91rem);
    }

    .upload_box .upload_btn {
        width: 0.86rem;
        margin-left: 0.05rem;
    }

    .add_file {
        width: auto;
        height: 0.26rem;
        line-height: 0.26rem;
        font-size: 0.12rem;
        color: #2D6FBB;
        text-align: center;
        position: absolute;
        right: auto;
        left: 0;
        bottom: 0;
        text-decoration: underline;
    }

    .form_bottom {
        margin-top: 0.26rem;
        height: 0.4rem;
        position: relative;
    }

    #submit {
        color: #fff;
        width: 1.83rem;
        height: 0.4rem;
        font-size: 0.16rem;
        border-radius: 0.04rem;
        background-color: #2D6FBB;
        display: block;
        margin: 0 auto;
    }

    .success_tip {
        width: 1.83rem;
        height: 0.4rem;
        border-radius: 0.04rem;
        background-color: rgba(239, 77, 87, 0.9);
        position: absolute;
        bottom: 0.48rem;
        left: 50%;
        margin-left: -0.91rem;
        color: #fff;
        text-align: center;
        line-height: 0.4rem;
        font-size: 0.16rem;
    }

    .privacy {
        width: 90%;
        max-height: 80%;
    }

    /* .privacy-con{
        max-height: 60%;
    } */
    .privacy-but button {
        width: 40%;
        ;
    }
}