.quick-order-dialog-div {
 text-align:center;
 z-index:1003;
 margin-top:44px
}
.quick-order-dialog-div .title {
 height:31px;
 font-size:25px;
 font-weight:500;
 color:#000
}
.quick-order-dialog-div .desc {
 height:19px;
 font-size:14px;
 color:#666;
 margin-top:10px;
 display:inline-block
}
.quick-order-form {
 margin-top:29px;
 width:360px;
 margin-left:auto;
 margin-right:auto
}
.quick-order-form .form-mobile-bg {
 height:48px;
 margin-bottom:10px;
 border-radius:4px;
 background-color:#f5f5f5
}
.quick-order-form .form-mobile-bg input {
 height:100%;
 line-height:20px;
 padding:4px 19px;
 outline:0;
 border-radius:4px;
 background:#f5f5f5;
 font-size:15px;
 border:0;
 width:100%;
 color:#666
}
.quick-order-form .form-mobile-bg input::-webkit-input-placeholder {
 color:#b2b2b2
}
.quick-order-form .form-mobile-bg input:focus {
 border:1px solid #17a1e6
}
.quick-order-form .form-comment-bg {
 height:88px;
 width:100%;
 margin-bottom:20px;
 border-radius:4px;
 background-color:#f5f5f5
}
.quick-order-form .form-comment-bg textarea {
 height:100%;
 width:100%;
 resize:none;
 line-height:20px;
 border:1px solid #f5f5f5;
 background:#f5f5f5;
 border-radius:5px;
 padding:15px 20px;
 font-size:15px;
 color:#666
}
.quick-order-form .form-comment-bg textarea:focus {
 border:1px solid #17a1e6
}
.quick-order-form .form-comment-bg textarea::-webkit-input-placeholder {
 color:#b2b2b2
}
.quick-order-loading {
 height:48px;
 position:relative
}
.quick-order-loading img {
 position:absolute;
 left:92px;
 height:30px;
 width:30px;
 top:9px
}
.quick-order-succ-div {
 text-align:center;
 z-index:1003;
 margin-top:60px;
 width:360px;
 margin-left:auto;
 margin-right:auto
}
.quick-order-succ-div .succ-img {
 background-image:url(../images/quick_order_succ@2x.png);
 background-image:url(../images/quick_order_succ.png) \9;
 background-size:356px 200px;
 width:356px;
 height:200px;
 display:inline-block;
 vertical-align:middle;
 margin-bottom:40px
}
