.navigation_bar_ul>li:nth-child(1){
    background-color: transparent;
}
.navigation_bar_ul>li:nth-child(2){
    background-color: transparent;
}
.navigation_bar_ul>li:nth-child(3){
    background-color: #1e4890;
}
.tabs-box{
    height: 21.75rem;
}
.form{
    background-color: #eee;
    margin: 1.875rem 0;
    padding: 1.875rem;
}
.form-title{
    text-align: center;
    font-size: 1.5rem;
    margin: .625rem 0;
}
.sub-form_subTitle{
    text-align: center;
    color: red;
    font-size: 1.25rem;
    margin: 1.25rem 0;
    display: flex;
    align-items: center;
}
.line{
    flex: 1;
    border: 0.0625rem solid #aaa;
    height: 0;
}
.line-txt{
    display: block;
    position: relative;
    padding: 0 3rem;
}
.line-txt::before{
    content: '';
    width: .625rem;
    height: .625rem;
    background-color: red;
    transform: rotate(-45deg)skew(0deg,0deg);
    position: absolute;
    left: 0;
    top: .3125rem;
}
.line-txt::after{
    content: '';
    width: .625rem;
    height: .625rem;
    background-color: red;
    transform: rotate(-45deg)skew(0deg,0deg);
    position: absolute;
    right: 0;
    top: .3125rem;
}
.form-item-box{
    display: flex;
    flex-wrap: wrap;
}
.form-item{
    display: flex;
    width: calc(50% - 2rem);
    align-items: center;
    margin: .625rem 0;
    margin-right: 1.875rem;
    margin-bottom: 1.875rem;
}
.form-item_label{
    width: 20%;
    font-size: 1.125rem;
}
.form-item_input{
    flex: 1;
    position: relative;
    font-size: 1rem;
}
.form-item input{
    padding: .625rem 1.25rem;
    width: calc(100% - 2.5rem);
    font-size: 1rem;
}
.form-item:nth-child(2n){
    margin-right: 0;
}
.btns{
    text-align: center;
    padding-bottom: 1.875rem;
}
.btns-btn{
    background-color: red;
    color: #fff;
    padding: .625rem 5rem;
    font-size: 1.25rem;
    border: 0;
    margin-top: 3.125rem;
    cursor: pointer;
}
.form-item_input.request::after{
    content: '必填（*）';
    font-size: .875rem;
    color: red;
    position: absolute;
    right: 0;
    bottom: -1.25rem;
}
.form-item_input.requestEN::after{
    content: 'required（*）';
    font-size: .875rem;
    color: red;
    position: absolute;
    right: 0;
    bottom: -1.25rem;
}
.form-img{
    text-align: center;
    margin: 20px 0;
}
.register-img{
    width: 10rem !important;
    height: 10rem;
}
.row{
    display: flex;
    padding: 0 20%;
    font-size: 1rem;
    margin: 1rem 0;
}
.row-col{
    flex: 1;
}
.form-content{
    position: relative;
}
.form-item_Radio{
    width: 80%;
}
.form-item_inputRadio{
    display: flex;
    width: 30%;
    flex: none;
}
.radio-item{
    flex: 1;
}
.radio-item input{
    width: 5rem;
}
.form-item_big{
    width: 100%;
}
.form-item_inputRadio{
    display: flex;
}
input[type=file]{
    display: none;
}
.file-txt{
    border: 1px solid #aaa;
    font-size: 1rem;
    padding: 1rem 2rem;
    width: 30%;
    text-align: center;
    cursor: pointer;
}
.form-item_inputFile{
    display: flex;
    flex-direction: column;
}
.tabBox{
    display: flex;
}
.tab-li{
    border: 1px solid #ccc;
}
.form-item_input .tab-li.active{
    background-color: #1062ae;
    color: #fff;
}
#invoiceHeaderType{
    width: 100%;
    padding: .625rem 1.25rem;
    font-size: 1rem;
    flex: 1;
}
.form-item_tips{
    color: #999;
    font-size: 1rem;
}