
.container-fluid.p-0{
  padding: 20px 0 125px;
  display: flex;
  justify-content: center;
}
.container-fluid .row{
  min-width: 1200px;
  max-width: 1540px;
  display: flex;
}
.p-0-right{
    width: 100%;
  padding: 0 12px 0 100px;
}
.p-0-right .p-0-title1{
    padding-bottom: 20px;
    font-size: 36px;
    font-weight: bold;
}
.p-0-right .p-0-title2{
    font-size: 18px;
    color: #03010f;
    line-height: 26px;
    box-sizing: border-box;
}
.label{
    width: 100%;
    height: 84px;
    display: flex;
    align-items: center;
}
.form-box .label-box{
    width: 1080px;
    padding: 9px 0;
    border: 1px solid #dfdfdf;
    position: relative;
    display: flex;
}
.form-box .label-box2{
    width:520px;
    padding: 9px 0;
    border: 1px solid #dfdfdf;
    position: relative;
    display: flex;
}
.label2{
    width: 100%;
    height: 84px;
    display: flex;
    align-items: center;
}
.or{
    width: 40px;
    text-align: center;
}
.form-box .label-box .fl{
  line-height: 50px;
}
.form-box .label-box .name{
    width: 200px;
    padding-left: 32px;
    height: 47px;
    line-height: 47px;
    font-size: 18px;
    font-weight: 500;
    border-right: 1px solid #ededee;
    box-sizing: border-box;
}
.form-box .label-box2 .name{

    line-height: 23px;
  
}
.form-box .label-box .input{
    width: 877px;
    height: 47px;
    box-sizing: border-box;
}
.form-box .label-box .input input{
    width: 877px;
    height: 47px;
    border: 0;
    padding: 0 20px;
    font-size: 18px;
    box-sizing: border-box;
}
.form-box .label-box2 .input{
    width:300px;
    height: 47px;
    box-sizing: border-box;
}
.form-box .label-box2 .input input{
    width:300px;
    height: 47px;
    border: 0;
    padding: 0 20px;
    font-size: 18px;
    box-sizing: border-box;
}
.unit{
    width: 40px;
    line-height: 47px;
    text-align: center;
}
.form-box .label-box .input input:focus{
    outline: none;
}
.stat{
    width: 20px;
    color: #e7002e;
    line-height: 65px;
    text-align: center;
    display: inline-block;
}
.form-box-tit{
    margin: 80px 0 20px;
    font-size: 24px;
    color: #03010f;
} 
.submit{
    background-color: #FF5D15;
    width: 290px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.submit i::after{
    content: ' ';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 40px;
  }

.submit-ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.submit-li{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    color: #000;
    font-size: 18px;
    font-weight: bold;
}
.submit-li img{
    height: 24px;
    margin-top: 5px;
    margin-right: 10px;
}
.li-title{
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
}
.li-text{
    font-size: 16px;
    line-height: 36px;
    color: #8a8a8a;
}