/* ----------------------------------弹窗---------------------------------- */

.message_popup{
    display:none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 1920px;
    position: fixed;
    z-index: 20;
    background-color: rgba(0,0,0,0.4);
}


.message_popup .message_box{
        top: calc((100% - 570px) / 2);
    position: fixed;
    z-index: 30;
    left: calc((100% - 380px) / 2);
    background: #ffeded;
    border-radius: 12px;
}
.message_popup .message_box .message_con{
        width: 376px;
    height: 500px;
    margin: 14px 12px;
    z-index: 30;
    background: #FFFFFF;
    padding: 20px 30px;
    box-sizing: border-box;
    box-shadow: 0px 0px 20px 0px #e5e5e5;
    border-radius: 12px;
}

.message_popup .message_box .message_con .close{
    float: right;
    right: 50px;
    color:#A1A8B3;
}

.message_popup .message_box .message_con .message_name{
    font-size: 18px;
    font-weight: bold;
    color: #f20d0d;;
    margin: 20px 0 !important;
    margin-top: 50px !important;
    text-align:center;

}
.message_form .name-input-row{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center;
}

.message_form .name-input-row .ipt{
    width: 100%;
    height: 48px;
    line-height: 20px;
    box-sizing: border-box;
    padding: 14px;
    box-shadow: 2px 0 5px 0 #fff;
    background: rgba(28,31,33,.06);
    border-radius: 8px;
    border: 0;
    font-size:16px;
    outline-style: none;
}
.message_form .name-input-row .code-btn{
    width:108px;
    margin-left: 10px;
    color:#f20d0d;
}

.message_form .name-input-row  .confirm{
    width: 100%;
    border: 0px;
    height: 44px;
    outline: none;
    cursor: pointer;
    margin-top: 15px;
    background: #f20d0d;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}



.message_popup .message_box .message_con .prompt{
    width: auto;
    z-index: 3000;
    padding:12px 20px;
    /* background-color:#f20d0d; */
    background-color:#ffeded;
    transition:all 1s;
    display:none;

}
.message_popup .message_box .message_con .prompt p{
    /* color:#ffffff; */
    color:#f20d0d;
    font-weight:700;
    font-size:14px;
    text-align:center;
}

.wechat_QR_code{
    position: absolute;
    margin-top: 220px;
    width: 142px;
    height: 170px;
    padding: 14px;
    display: none;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #FFFFFF;
    z-index: 100000;
    box-shadow: 0 0 10px 0 #e5e5e5;
    border-radius: 8px;

}
.wechat_QR_code img{
    width:100%;
}

.wechat_QR_code p{
    font-size: 12px;
    font-weight: 400;
    color: #17181A;
    justify-content: center;
    line-height: 18px;
}

.wechat_QR_code p span{
    color:#f20d0d;
    font-weight:700;
}
.wechat_consulting_service:hover .wechat_QR_code{
    display:block !important;
    transition: all 300ms cubic-bezier(.16,1.23,.87,1.18);
}


.message_con .telephone_number{
    width:100%;
    text-align:center;
    margin-top:20px;
}

.message_con .telephone_number .number{
    font-size: 30px;
    color:#A1A8B3;
    font-weight:900;
    font-family:"HYQiHei-80J";

}

.message_con .telephone_number .t{
    font-size:16px;
    line-height: 18px;
    margin-top:20px !important;
    color:#A1A8B3;
}