/* 头部 */
.send_main .head {
    width: 100%;
    background: #2589ff;
    position: relative;
    overflow: hidden;
}
.send_main .head .container{
    padding: 0;
    width: 100%;
}
.send_main .head .pic_ad {
    width: 100%;
}
.send_main .head .pic_ad img {
    width: 100%;
}
.send_main .head .icon{
    position: absolute;
    bottom: 120px;
    left: 45%;
    width: 5%;
}
/* 关于我们 */
.send_main  .detail {
    padding-bottom: 30p;
    font-size: 18px;
    letter-spacing: 3px;
}
.send_main  .detail .con{
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}
.send_main  .detail .title {
    text-align: center;
    font-weight: 900;
    font-size: 30px;
    color: #333;
    padding: 40px 0 20px;
  }
.send_main  .detail .con {
    line-height: 30px;
}
.send_main  .detail .con .row {
    text-indent: 40px;
    padding: 30px 0 0;
}
.send_main  .detail .pic{
    width: 46%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2%;
}
.send_main  .detail .pic img{
    width: 100%;
}
/* 栏目标题 */
.container-title{
    font-size: 30px;
    text-align: center;
    position: relative;
    font-weight: 900;
}
.container-desc{
    font-size: 20px;
    color: #333;
    margin: 30px 0;
    text-align: center;
}
/* 定制 */

.order{
    position: relative;
    background: #276bef;
    padding: 80px 5%;
    margin-bottom: 60px;
}
.order .radius-top {
    position: absolute;
    top: -56px;
    left: 0;
    height: 60px;
    width: 100%;
    overflow: hidden;
    z-index: 10;
}
.order .radius-top .radius-pr {
    position: relative;
    height: 100%;
}
.order .radius-top .radius-block {
    position: absolute;
    bottom: -74px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 160%;
    height: 600%;
    border: 80px solid #276bef;
    border-radius: 96%;
}
.order .radius-bottom {
    position: absolute;
    bottom: -56px;
    left: 0;
    height: 60px;
    width: 100%;
    overflow: hidden;
    z-index: 10;
}
.order .radius-bottom .radius-pr {
    position: relative;
    height: 100%;
}
.order .radius-bottom .radius-block {
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 160%;
    height: 600%;
    border: 80px solid #276bef;
    border-radius: 96%;
}

.order .left{
    display: inline-block;
    width: 45%;
    border-right: 1px solid rgba(255,255,255,.1);
    text-align: center;
    padding-right: 5%;
}
.order .right{
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 42%;
    padding-left: 7%;
}
.order h1{
    font-size: 32px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1.5px;
}
.order  p{
    font-size: 16px;
    color: rgba(255,255,255,.6);
    line-height: 80px;
}

.order .con{
    margin-top: 30px;
}
.order .con .row {
    margin-bottom: 50px;
} 
.order .con .row:last-child{
    margin-bottom: 0;
    padding-bottom: 30px;
}
.order .con .row .tip {
    padding: 0 4% 10px;
    text-align: left;
    display: inline-block;
    color: rgba(255,255,255,.6);
}
.order .con .row .info {
   /*  background: #fff;
    padding: 20px 4%; */
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.order .con .row .info input{
    font-size: 16px;
    color: #fff;
    width: 350px;
    height: 48px;
    line-height: 48px;
    box-sizing: border-box;
    border-radius: 30px;
    border: 2px solid #6b9bff;
    padding: 0 10px 0 25px;
    transition: border-color .4s;
    background-color: transparent;
}
.order .con .row .info textarea {
    font-size: 16px;
    color: #fff;
    width: 350px;
    height: 100px;
    line-height: 48px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 2px solid #6b9bff;
    padding: 0 10px 0 25px;
    transition: border-color .4s;
    background-color: transparent;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { 
    color:#fff;
}
.order .con .row .btn {
    width: 480px;
    height: 48px!important;
    line-height: 48px!important;
    font-size: 16px;
    border-radius: 29px;
    text-align: center;
    text-decoration: none;
    outline: 0;
    transition: all .4s ease;
    color: #296bef;
    background-color: #fff;
    margin-top: 30px;
    font-size: 20px;
    cursor: pointer;
  }
  .error{
    color: #FFC107;
    font-size: 14px;
    text-align: left;
    position: absolute;
    bottom: -30px;
    left: 20px;
    display: none;
  }