


/* 提交成功开始 */
.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;
}
/* 提交成功结束 */



.yuyue{
    margin-top: 80px;
    margin-bottom: 52px;
}
.yuyue .item{
    width: 188px;
    height: 188px;
    box-sizing: border-box;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.yuyue .item p{
  color: #888;
  font-size: 15px;
  margin: 12px 0;
}
.yuyue .item .num{
    color: #a51f31;
    font-size: 12px;
  }

  /* 预约量尺 */
  
.liangchi .title{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.liangchi h2{
    color: #333;
    font-size: 1.5rem;
    letter-spacing: 2px;
}
.liangchi .eng{
    color: #9a9a9a;
    margin: 19px 0 34px 0;
    font-size: 15px;
}
.liangchi .line{
    background-color: #a51f31;
    width: 60px;
    height: 1px;
    margin-bottom: 40px;
}


.liangchi form .item{
    height: 50px;
    line-height: 56px;
    border: 1px solid #c8c8c8;
    width: 600px;
    margin-bottom: 30px;
    background-color: #eee;
   }
   #typeDiv{
    line-height: 30px;
    width: 600px;
   }
  .layui-form-label{
    text-align: left;
   }
   #typeDiv .layui-form-radio>i:hover, .layui-form-radioed>i {
    color: #a51e35;
}

.liangchi form .item input{
    border:none;
    background: #eee;
    color: #333;
   }
   #typeDiv .layui-form-label,
   #nameDiv .layui-form-label,
   #phoneDiv .layui-form-label{
       width: 104px;
   }
   #typeDiv .layui-form-label img,
   #nameDiv .layui-form-label img,
   #phoneDiv .layui-form-label img{
       margin-right: 10px;
   }
#dzSaveBtn{
  width: 100%;
  height: 53px;
  line-height: 53px;
  text-align: center;
  color: #fff;
  border: none;
  font-size: 1.03rem;
  float: right;
  background-color: #a51e35;
  margin-top: 40px;
  margin-bottom: 30px;
  cursor: pointer;
}
#tsSaveBtn{
  margin-top: 10px;
}
.liangchi .pca .layui-input-inline .layui-form-select .layui-select-title input{
  height: 53px;
  background-color: #eee;
  color: #333;
}
.liangchi .pca .layui-input-inline .layui-form-select .layui-edge{
  border-top-color: #333;
}
.liangchi .pca .layui-input-inline .layui-form-select .layui-select-title input::-webkit-input-placeholder {
  color: #333;
}
.join-info{
  display: flex;
  justify-content: space-between;
  height: 53px;
}
.join-info .layui-input-inline{
  margin: 0;
}
.liangchi-form{
    width: 600px;
    margin: 0 auto;
}
.pca .layui-input{
    border: 1px solid #c8c8c8;
    color: #333;
}
.liangchi-form .tips{
    font-size: 15px;
    color: #a51f31;
    text-align: center;
    margin-bottom: 50px;
}

.banner {
    position: relative;
    padding: 0;
}

.banner .right-scroll{
    width: 333px;
    position: absolute;
    top: 28%;
    right: 20%;
}
.banner .right-scroll .item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 23px;
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,.5);

}
.banner .right-scroll .item img{
   margin-right: 11px;
}
.banner .right-scroll .item .txt p:first-child{
    font-size: 17px;
    color: #333;
    margin-bottom: 10px;
}
.banner .right-scroll .item .txt p:last-child{
    font-size: 12px;
    color: #888;
}