.wraper_a {
    background-color: #ffffff;

    overflow: hidden;
}



.content {

    position: absolute;
    right: 5vw;
    top: 10vw;
}

.btn {
    width: 637px;
    height: 40px;
    color: #fff !important;
    background: #EA5404 !important;
    border-radius: 2px;
    border:none !important;

}

.wraper_a .form-control {
    width: 637px;
    border: 1px solid #EDEDED;
    border-radius: 2px;
    font-size: 0.8292vw;
}



.control-label {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height */
    padding: 0;
    display: flex;
    align-items: center;

    /* 力帆-黑 */

    color: #3D3A3A;
    padding-right: 0;
}

.icon {
    width: 10.416vw;
    margin-bottom: 40px;
}

.alert {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    text-align: center;
    display: none;
}

.dialog {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}

.d_content {
    width: 188px;
    height: 174px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 15px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -87px;
    margin-left: -94px;
}

.d_content img {
    margin-top: 15px;
}

.d_title {
  
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;

    margin-top: 20px;
    /* 力帆-黑 */

    color: #3D3A3A;

}

.d_dubTitle {
  
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;


    /* 力帆-禁用 */

    color: #ADB0AE;
}

.share_tip {
    font-weight: 400;
    font-size: 1.0416vw;
    line-height: 211.5%;
    color: #FFFFFF;
    width: 638px;
    text-align: justify;
}

label {
    display: inline-block;
    position: relative;
    top: 8px;
    text-align: right;
    padding-left: 15px;
}


.btn_area {
    text-align: center;
    margin-top: 20px;
}


.wraper_a .bg {
    width: 100vw;
    height: 55vw;
    min-height: 680px;
    object-fit: cover;
}
.content .color_f{
    color: #3D3A3A;
}