.new_popup_one{
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 90;
        top: 0px;
        left: 0px;
        background: rgba(0,0,0,0.4);
        display: flex;
        justify-content: center;
        align-items: center;
        
}
.new_popup_one .new_popup_con{
        width: 468px;
}
.new_popup_one .new_popup_close{
        width: 100%;
        display: flex;
        justify-content: flex-end;
}
.new_popup_one .new_popup_close .new_popup_close_btn{
        padding: 0 0 24px 24px;
        cursor: pointer;
}
.new_popup_one .new_popup_close .new_popup_close_btn img{
        width: 24px;
        height: 24px;
}
.new_popup_one .new_popup_box{
        width: 100%;
        background-color: white;
        padding: 78px 71px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
}
.new_popup_one .new_popup_box .new_popup_title{
        color: #142640;
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
        font-family:"SourceHanSansCNMedium";
        text-align: center;
        width: 100%;
}
.new_popup_one .new_popup_box  .new_popup_detail{
        font-size: 16px;
        line-height: 24px;
        color: #595959;
        font-family:"SourceHanSansCNRegular";
        width: 100%;
        text-align: center;
        padding-top: 24px;
}
.new_popup_one .new_popup_box   .new_popup_img{
        width: 180px;
        height: 180px;
        padding-top: 24px;
}
.new_popup_one .new_popup_box   .new_popup_img img{
        width: 100%;
        height:100%;
}

/* 手机端弹窗 */
.new_popup_two{
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 90;
        top: 0px;
        left: 0px;
        background: rgba(0,0,0,0.7);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 16px;
        box-sizing: border-box;
}
.new_popup_two .new_popup_con{
        width: 468px;
}
.new_popup_two .new_popup_close{
        width: 100%;
        display: flex;
        justify-content: flex-end;
}
.new_popup_two .new_popup_close .new_popup_close_btn{
        padding: 0 0 24px 24px;
        cursor: pointer;
}

.new_popup_two .new_popup_box{
        width: 100%;
        background-color: white;
        padding: 16px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
}
.new_popup_two .new_popup_box  .new_popup_top_img{
        width: 100%;
        height: 175px;
        overflow: hidden;
}
.new_popup_two .new_popup_box  .new_popup_top_img img{
        width: 100%;
}
.new_popup_two .new_popup_box .new_popup_title{
        color: black;
        font-size: 18px;
        font-weight: 500;
        line-height: 27px;
        font-family:"SourceHanSansCNMedium";
        text-align: center;
        width: 100%;
        padding-top: 16px;
}
.new_popup_two .new_popup_box .new_popup_detail{
        font-size: 16px;
        line-height: 24px;
        color: #595959;
        font-family:"SourceHanSansCNRegular";
        width: 100%;
        text-align: center;
        padding-top: 16px;
}
.new_popup_two .new_popup_box .new_popup_img{
        width: 188px;
        height: 188px;
        padding-top: 16px;
}
.new_popup_two .new_popup_box .new_popup_img img{
        width: 100%;
        height:100%;
}
.new_popup_two .new_popup_box .new_popup_btn_box{
        width: 100%;
        padding-top: 24px;
}
.new_popup_two .new_popup_box .new_popup_btn_box .new_popup_btn{
        width: 100%;
        background: #B10A32;
        height: 44px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 14px;
        letter-spacing: 1px;

}