
body{
    background: #F4F7F9;
}
.product_body{
    width: 900px;
    height: 838px;
    background: #FFFFFF;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: -112px;
    margin-bottom: 100px;
}
.product_body .form_title{
    width: 900px;
    height: 76px;
    box-shadow: 0px 1px 0px 0px #DAE0E6;
    font-size: 20px;
    font-weight: 500;
    color: #1A2736;
    line-height: 28px;
    padding-left: 40px;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 40px;
}
.product_form{
    width: 440px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.product_form_item{
    display: flex;
    margin-bottom: 16px;
}
.product_form_item .form_item_title{
    width: 100px;
    height: 32px;
    font-size: 14px;
    font-weight: 400;
    color: #97A4B6;
    line-height: 32px;
    margin-right: 20px;
    text-align: right;

}
.product_form_item .form_item_title::after{
    content: "*";
    width: 8px;
    height: 20px;
    font-size: 14px;
    color: #007FDF;
    line-height: 20px;
    margin-left: 4px;
}
.product_form_item .base_input,
.select_base,
.select_children_base{
    width: 320px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #DAE0E6;
    padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #97A4B6;
    line-height: 20px;

}
.select_base,
.select_children_base{
    font-size: 12px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(/assets/images/selection/icon_arrow_upward.svg) no-repeat scroll 97% center #fff ;
}
.product_form_item .base_input:focus{
    border-color: #007fdf;
}
.product_form_item .base_input::placeholder,
.select_placeholder{
    font-size: 12px;
    color: #97A4B6;
    line-height: 20px;
}
.select_base option,
.select_children_base option{
    width: 42px;
    height: 20px;
    font-size: 14px;
    color: #1A2736;
    line-height: 20px;
}
.product_form_item.product_detail_type{
    display: none;
}
.product_form_item.product_detail_type .form_item_title::after,
.product_form_item.branch .form_item_title::after
{
    content: none;
}
.product_form_item.product_detail_type .form_item_title{
    padding-right: 16px;
}
.xinchuang_radio{
    display: none;
}
.radio_img{
    display: block;
    width: 16px;
    height: 16px;
    background: url(/assets/images/ProductCompatibilityCertification/icon_radio.svg);
    background-position: -16px;
    margin-right: 9px;
}

.in_xinchuang,
.not_in_xinchuang {
    display: flex;
    height: 32px;
    align-items: center;
}
.in_xinchuang,.not_in_xinchuang:hover{
    cursor:pointer;
    user-select :none;
}
.xinchuang_radio_box{
    display: flex;
    width: 320px;
    height: 32px;
}
.in_xinchuang{
    margin-right: 60px;
}
.in_xinchuang .radio_img{
    background-position: 0;
}
.xinchuang_text{
    font-size: 14px;
}
.product_form_item.xinchuang{
    display: none;
}
.base_input.desc{
    height: 72px;
    resize: none;
}
.active_content{
    font-size: 14px;
    color: #1A2736 !important;
    line-height: 20px;
}
.upload_logo{
    display: none;
}
#logo_input{
    border-radius: 2px 0 0 2px;
}

.product_form_item.logo .base_input{
    width: 260px;
}
.btn_upload_logo{
    width: 58px;
    height: 32px;
    background: rgba(218, 224, 230, 0.3);
    border-radius: 0px 2px 2px 0px;
    border: 1px solid #DAE0E6;
    border-left: 0;
    font-size: 14px;
    color: #5E6978;
}
.btn_upload_logo:hover{
    color: #1A2736;
}
.branch_icon{
    display: block;
    width: 16px;
    height: 16px;
    background: url(/assets/images/icon_checkbox.svg);
    background-position: -16px;
    margin-right: 9px;
}
.branch_text{
    height: 18px;
    font-size: 12px;
    color: #5E6978;
    line-height: 18px;
    display: flex;
}
.branch_text:hover{
    cursor:pointer;
    user-select :none;
}
.product_form_item.branch{
    align-items: center;
}
.product_form_item.branch .branch_input{
    display: none;
}
.form_footer{
    width: 900px;
    height: 76px;
    background: #FFFFFF;
    box-shadow: 0px -1px 0px 0px #E1E6ED;
    display: flex;
    justify-content: center;
    align-items: center;
}
.submit_btn{
    width: 132px;
    height: 32px;
    background: #007FDF;
    border-radius: 2px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    border: 0;
}
.desc_content{
    font-size: 14px;
    color: #1A2736 !important;
    line-height: 20px;
}
.disabled_btn{
    background: #DAE0E6;
    color: #97A4B6;
}
.base_input.active_text{
    color: #1A2736;
}

.modal_cover{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 51, 89, .6);
}
.modal{
    position: absolute;
    width: 780px;
    height: 600px;
    background: white;
    z-index: 99999999999999999;
    border-radius: 4px;
    box-shadow: 0 2px 30px 0 rgba(0, 40, 71, 0.2);
    /* 水平垂直居中 */
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.modal_content{
    width: 420px;
    margin: 200px auto 192px auto;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.modal_success_icon{
    width: 36px;
    height: 36px;
    background: url('/assets/images/alertWindow/pop_submit.svg') no-repeat;
    margin-bottom: 30px;
}
.modal_success_text{
    height: 22px;
    font-size: 18px;
    color: #1A2736;
    line-height: 22px;
    margin-bottom: 30px;
}
.modal_success_tips{
    height: 22px;
    font-size: 14px;
    color: #5E6978;
    line-height: 22px;
}
.modal_thank{
    height: 22px;
    font-size: 14px;
    color: #1A2736;
    line-height: 22px;
    text-align: center;
}
.modal_cancel{
    position: absolute;
    right: 31px;
    top: 31px;
    width: 31px;
    height: 31px;
    background: url('/assets/images/alertWindow/Combined Shape.svg') no-repeat;
    cursor:pointer;
}
.product_form_item.branch{
    margin-top: -16px;
}
.button{
    margin: 40px;
}
#navbar.z_index_hidden{
    z-index: 0;
}
@media screen and (max-width: 1060px){
    .product_body{
        width: 100%;
        margin-top: -100px;
    }
    .product_body .form_title{
        width: unset;
        padding: 24px 40px;
        text-align: center;
    }
    .product_form{
        width: 90%;
    }
    .product_form_item .form_item_title{
        width: 126px;
    }
    .product_form_item{
        justify-content: center;
    }
    .form_footer{
        width: unset;
    }
    .xinchuang_radio_box{
        justify-content: space-between;
    }
    .in_xinchuang{
        margin-right: unset;
    }
    .modal{
        width: 90%;
    }
    .modal_content{
        width: 100%;
    }

}
@media screen and (max-width: 447px){
    .product_body{
        margin-top: unset;
    }
}
@media screen and (max-width: 440px){
    .branch_icon{
        width: 19px;
        height: 19px;
    }
    .product_form_item .form_item_title{
        width: 150px;
    }
    /*.product_form_item.product_detail_type .form_item_title{*/
    /*    margin-right: 16px;*/
    /*}*/
}
@media screen and (max-width: 383px){
    .branch_icon{
        width: 21px;
    }
    .product_form_item .form_item_title{
        width: 150px;
    }
}
@media screen and (max-width: 375px){
    .branch_icon{
        width: 21px;
    }
    .product_form_item .form_item_title{
        width: 155px;
    }
}
@media screen and (max-width: 367px){
    .branch_icon{
        width: 25px;
    }
    .product_form_item .form_item_title{
        width: 169px;
    }
}
.select_active{
    color:#1A2736;
    font-size : 14px;
}
.select_default{
    color:#97A4B6;
    font-size : 12px;
}
.phone_error,.file_error{
    display: none;
    text-align: right;
    margin-bottom: 10px;
    margin-top: -10px;
    font-size: 12px;
    color: red;
}