.commonFormPC{
  margin-top: 40px;
  padding: 0 40px 30px;
  width: 350px;
  background: #fff;
  float: right;
  border-radius: 5px;
  box-shadow: 0 0 5px 5px rgba(0,0,0,.05);
  text-align: center;
}

.commonFormPC .form-title{
  padding: 40px 0 30px;
  font-size: 20px;
  color: #111;
  font-weight: 600;
  text-align: center;
}

.commonFormPC .input-bd {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  height: 46px;
  background: #fff;
  border-radius: 2px;
  padding-left: 37px;
  font-size: 14px;
  color: #999;
  outline: none;
  -webkit-appearance: none;
  border: 1px solid #ddd;
}


.commonFormPC .input-bd.user{
  background: url('../images/icon-user.png') 16px center no-repeat;
  -webkit-background-size: 13px 17px;
  background-size: 13px 17px;
}

.commonFormPC .input-bd.phone{
  background: url('../images/icon-phone.png') 16px center no-repeat;
  -webkit-background-size: 12px 18px;
  background-size: 12px 18px;
}

.commonFormPC .group .select{
  width: 48%;
}

.commonFormPC .select {
  padding-left: 8px;
  line-height: 46px;
  margin-bottom: 25px;
  background: #fff url("../images/Triangle.png") right 0.5rem center no-repeat;
  background-size: 10px 6px;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari 和 Chrome */
}

.commonFormPC .order-btn{
  margin:0;
  width:100%;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #e24943;
  font-size: 18px;
  color: #fff;
  display: block;
  border-radius: 2px;
  cursor: pointer;
}

.commonFormPC .order-btn:hover{
  background: #d64540;
}

.commonFormPC .hint{
  font-size: 12px;
  color: #111;
  margin-top: 10px;
  text-align: left;
}

/*弹窗*/
.common-form{
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0,0,0,.5);
  z-index: 30;
}

.formTc{
  width: 660px;
  background: #fff url('../images/pic_girl.png') 100% 100% no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -185px;
  margin-left: -330px;
  padding: 40px 50px;
  overflow: hidden;
}

.formTc .close-btn{
  width: 14px;
  height: 14px;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url('../images/x.png');
  background-size: contain;
  cursor: pointer;
}

.formTc .form-title{
    border-bottom: 1px solid #e24943;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 20px;
}

.formTc .form-title span {
    font-size: 20px;
    color: #e24943;
    font-weight: 700;
    padding: 0 10px;
    background: #fff;
    position: relative;
    top: 10px;
}

.formTc .input-bd {
  width: 270px;
}

.formTc .group .select{
  width: 128px;
  margin-bottom: 15px;
}

.formTc .order-btn{
  width: 270px;
}
