.join-nav{
    height: 5rem;
    background-color: #000;
}
.join-nav .row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.join-nav .row .left{
  font-size: 1.1rem;
  color: #fff;
}
.join-nav .row .right{
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
.join-nav .row .right a{
    display: block;
    padding: 0 2rem;
    color: #fff;
  }
  .join-nav .row .right a:hover{
    color: #a51e35;
  }

  .group-cus .title{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 70px 0 42px 0;
  }
  .group-cus .title h1{
  font-weight: 600;
  }
  .group-cus .title .red-line{
   width: 40px;
   height: 3px;
   background-color: #a51f31;
  }
  .group-cus .title .eng{
   margin: 10px 0 18px 0;
   color: #999;
   }
   .my-container{
    width: 1199px;
    margin: 0 auto;
    padding-bottom: 3.5rem;
  }


  .join-nav{
    height: 5rem;
    background-color: #000;
}
.join-nav .row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.join-nav .row .left{
  font-size: 1.1rem;
  color: #fff;
}
.join-nav .row .right{
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
.join-nav .row .right a{
    display: block;
    padding: 0 2rem;
    color: #fff;
  }
  .join-nav .row .right a:hover{
    color: #a51e35;
  }

  .group-cus .title{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 70px 0 42px 0;
  }
  .group-cus .title h1{
  font-weight: 600;
  }
  .group-cus .title .red-line{
   width: 40px;
   height: 3px;
   background-color: #a51f31;
  }
  .group-cus .title .eng{
   margin: 10px 0 18px 0;
   font-weight: 600;
   color: #999;
   }
   .my-container{
    width: 1199px;
    margin: 0 auto;
    padding-bottom: 3.5rem;
  }
  .none{
    display: none;
  }
  .group-cus ul{
    display: flex;
    justify-content: center;
  }
  .pro-items{
    margin: 2rem 0 3.5rem 0;
    height: 821px;
    background: url("../../../images/problemback/ser_problem_img.png");
  }
  .list{
    width: 550px;
    height: 786px;
    position: relative;
    left: 80px;
    padding: 0 52px;
    padding-top: 100px;
    box-sizing: border-box;
  }
  .list .title{
    color: #a51e35;
    font-weight: 600;
    font-size: 1.7rem;
    margin-bottom: 4rem;
    margin-top: 1rem !important;
  }
  .list form .item{
    height: 50px;
    line-height: 56px;
    border: 1px solid #d4d4d4;
   }
   #typeDiv{
    line-height: 30px;
   }
  .layui-form-label{
    text-align: left;
   }
   #typeDiv .layui-form-radio>i:hover, .layui-form-radioed>i {
    color: #a51e35;
}
  /* .list form .item .layui-inline{
   height: 50px;
   border: 1px solid #d4d4d4;
   display: flex;
   justify-content: flex-start;
   align-items: center;
  }
  .list form .item .layui-form-label{
    box-sizing: border-box;
   } */
  .list form .item input{
    border:none;
   }
#dzSaveBtn,
#yjSaveBtn,
#tsSaveBtn{
  width: 139px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  color: #fff;
  border: none;
  font-size: 1.03rem;
  float: right;
  background-color: #a51e35;
  margin-top: 40px;
}
#tsSaveBtn{
  margin-top: 10px;
}
.pca .layui-input-inline .layui-form-select .layui-select-title input{
  height: 53px;
  background-color: #bfbfbf;
  color: #fff;
}
.pca .layui-input-inline .layui-form-select .layui-edge{
  border-top-color: #fff;
}
.pca .layui-input-inline .layui-form-select .layui-select-title input::-webkit-input-placeholder {
  color: #fff;
}
.join-info{
  display: flex;
  justify-content: space-between;
  height: 53px;
}
.join-info .layui-input-inline{
  margin: 0;
}
.pro-des{
  border: 1px solid #d4d4d4;
}
.pro-des textarea{
  border: none;
  outline:none;
  resize:none;
}
#upload{
  height: 36px;
  padding: 0 5px;
  text-align: center;
  border: 1px solid #d2d2d2;
  line-height: 36px;
  color: #838383;
  background: #eee;
  margin-top: 10px;
}
.scfj{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.tip{
  color: #999;
  margin: 10px 0 30px 30px;
}
.submit-model{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}
.submit-model .apply{
    background-color: #fff;
    width: 486px;
    height: 306px;
    background: url("../../../images/order/pop_chenggong_bg.png") no-repeat center;
    padding-top: 92px;
    box-sizing: border-box;
    position: relative;
}
.submit-model .apply .title{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.submit-model .apply h2{
    color: #333;
    font-weight: 600;
    letter-spacing: 2px;
}
.submit-model .apply .eng{
    color: #9a9a9a;
    margin: 19px 0 34px 0;
    font-size: 15px;
}
.submit-model .apply .line{
    background-color: #a51f31;
    width: 60px;
    height: 1px;
}

.submit-model .cg-btn{
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
}
.sub-btn{
    width: 398px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #a51f31;
    color: #fff;
    border: none;
    outline: none;
    font-size: 17px;
    margin-top: 16px;
}