
.container-fluid.p-0{
    padding: 80px 0 125px;
    display: flex;
    justify-content: center;
   background-color: #F4F4F4;
 
  }
  .container-fluid .row{
    min-width: 1200px;
    max-width: 1540px;
    display: flex;
  }
  .p-0-right{
      width: 100%;
    padding: 40px 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    box-sizing: border-box;
  }
  .p-0-right .p-0-title1{
      padding-bottom: 20px;
      font-size: 36px;
      font-weight: bold;
      text-align: center;
  }
  .p-0-right .p-0-title2{
      font-size: 18px;
      color: #03010f;
      line-height: 26px;
      font-weight: bold;
      box-sizing: border-box;
      text-align: center;
      padding-bottom: 20px;
  }
  .p-0-right img{
    width: 100%;
    margin: 40px 0;
  }
  .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-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-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-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;
  }
.agree{
    margin-top: 30px;
}

.container-fluid.p-1{
    padding: 80px 0 125px;
    display: flex;
    justify-content: center;
    background-color: #fff;
  }
  .container-fluid.p-1 .row{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container-fluid.p-1 .row h1{
    margin-bottom: 40px;
  }


  .traffic{
  position: relative;
  }
  .traffic_box{
 position: absolute;
 left:100px;
 top:50px;
 background-color: #fff;
 padding: 30px;
 box-sizing: border-box;
  }
  .traffic_title{
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
  }
  .traffic_content{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .traffic_left{
    margin-right: 50px;
  }
  
  .traffic_top{
 
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    display: flex;
    align-items: center;

  }
  .traffic_top img{
    height:25px;
  margin-right: 5px;
  }

  .traffic_right{
    border: 1px solid #ccc;
   display: flex;
   align-items: center;
   padding:5px 15px;
   cursor: pointer;
  }
  .traffic_right img{
    width:25px;
    height:25px;
    margin-left: 5px;
  }

