.container .main .after-sale h2 {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0a61af;
}
.container .main .after-sale h5 {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin: 20px 0 30px;
}
.container .main .after-sale p {
  font-size: 18px;
  font-weight: 400;
  color: #535353;
  line-height: 38px;
}
.container .main .order-method h3 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
}
.container .main .order-method .telephone {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.container .main .order-method .telephone div {
  width: 32.33%;
  height: 125px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #7b7b7b;
  padding: 30px;
  margin-bottom: 20px;
}
.container .main .order-method .telephone div h5 {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  display: flex;
  align-items: center;
}
.container .main .order-method .telephone div h5 img {
  margin-right: 14px;
}
.container .main .order-method .telephone div p {
  margin: 10px 36px;
}
.container .main .order-method .mail {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.container .main .order-method .mail .nationwide {
  width: 33%;
  height: 270px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #7b7b7b;
}
.container .main .order-method .mail .nationwide h5 {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin: 20px 0;
}
.container .main .order-method .mail .area {
  width: 860px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 20px;
}
.container .main .order-method .mail .area div {
  width: 49%;
  height: 125px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #7b7b7b;
  padding: 30px;
  margin-bottom: 20px;
}
.container .main .order-method .mail .area div h5 {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  display: flex;
  align-items: center;
}
.container .main .order-method .mail .area div h5 img {
  margin-right: 14px;
}
.container .main .order-method .mail .area div p {
  margin: 10px 36px;
}
.container .main .demand {
  margin: 46px 0 30px;
}
.container .main .demand h3 {
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 40px;
}
.container .main .demand .demand-1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container .main .demand .demand-1 .form-group {
  width: 49%;
  height: 110px;
  margin-bottom: 20px;
}
.form-group.has-error{
  position: relative;
}
.form-group .n-right{
    position: absolute;
    top: 0;
    right: 100px;
}
.container .main .demand .demand-1 .form-group .control-label {
  display: block;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #535353;
  margin-bottom: 16px;
}
.container .main .demand .demand-1 .form-group .control-label span {
  color: #ff0000;
}
.container .main .demand .demand-1 .form-group select {
  width: 100%;
  height: 60px;
  padding: 0 16px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.container .main .demand .demand-1 .form-group input {
  width: 100%;
  height: 60px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 18px;
  font-weight: 400;
}
.container .main .demand .demand-1 .form-group input::input-placeholder{
    color: #E5E5E5;
}
.container .main .demand .demand-1 .form-group input::-webkit-input-placeholder{
    color: #E5E5E5;
}
.container .main .demand .demand-1 .form-group input::-moz-placeholder{
    color: #E5E5E5;
}
.container .main .demand .demand-1 .form-group input::-moz-placeholder{
    color: #E5E5E5;
}
.container .main .demand .demand-1 .form-group input::-ms-input-placeholder{
    color: #E5E5E5;
}


.container .main .textarea .control-label {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #535353;
  margin-bottom: 16px;
}
.container .main .city-picker-span{
    font-size: 18px;
}
.container .main .textarea textarea {
  width: 100%;
  height: 186px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  padding: 18px;
}
.container .main .submit {
  text-align: center;
}
.container .main .submit button {
  cursor: pointer;
  width: 180px;
  height: 52px;
  background: #0a61af;
  border-radius: 8px;
  margin: 30px 0 40px;
  border: none;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}

@media screen and (max-width:769px){
    .container .main .order-method .telephone{
        display: block;
    }
    .container .main .order-method .telephone div{
        width: 100%;
    }
    
    .container .main .order-method .mail .nationwide{
        width: 100%;
        margin-bottom: 20px;
    }
    .container .main .order-method .mail{
        display: block;
    }
    
    .container .main .order-method .mail .area{
        margin-left: 0px;
        display: block;
        width: 100%;;
    }
    .container .main .order-method .mail .area div{
        width: 100%;
    }
    
    .container .main .demand .demand-1 .form-group{
        width: 100%;
    }
}