﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    resize: none;
    -webkit-tap-highlight-color: transparent;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

/* 为所有的 textarea 和 input 类型为 text 的 placeholder 设置样式 */
::-webkit-input-placeholder {
    font-family: inherit;
    color: inherit;
}

.lato-order {
    padding: 50px 0;
    min-width: 1500px;
    background-image: url("../image/order-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lato-order .display-none {
    display: none;
}

.lato-order .order-inner {
    width: 1500px;
    margin: 0 auto;
}

.lato-order .order-box {
    max-width: 500px;
    padding: 50px 50px 50px 68px;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 8px 0 13px #cecece;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.lato-order .order-box .order-title {
    margin-bottom: 10px;
    font-size: 30px;
    color: #333;
    font-weight: bold;
    position: relative;
}

.lato-order .order-box .order-title::before {
    content: "";
    width: 10px;
    height: 40px;
    background-size: 10px 40px;
    background-image: url("../image/order-line.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.lato-order .order-box .order-tip {
    margin-bottom: 20px;
    font-size: 18px;
    color: #333;
    font-family: OPPOSans-R;
}

.lato-order .order-box .order-input-box {
    margin-bottom: 20px;
    position: relative;
}

.lato-order .order-box .order-input-box .order-warning {
    padding-left: 5px;
    font-size: 14px;
    color: red;
    position: absolute;
    left: 0;
    bottom: -20px;
    font-family: OPPOSans-M;
}

.lato-order .order-box .order-input-box input,
.lato-order .order-box .order-input-box textarea {
    font-family: OPPOSans-R;
    max-width: 270px;
    height: 36px;
    padding: 10px 30px;
    font-size: 16px;
    color: #999;
    width: 100%;
    border: 1px solid #ccc;
    outline: none;
    resize: none;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}

.lato-order .order-box .order-input-box textarea {
    max-width: 360px;
    height: 100px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.lato-order .order-box .order-btn {
    cursor: pointer;
    zoom: 0.75;
    width: 216px;
    height: 63px;
    background-size: 216px 63px;
    background-image: url("../image/order-btn.png");
    background-repeat: no-repeat;
    background-position: center;
}

/* 移动端 开始 */
.lato-order-mobile {
    padding: 8vw 6vw 19vw;
    min-width: 0;
    background-image: url("../image/order-bg-mobile.png");
    background-position: center bottom;
}

.lato-order-mobile .order-inner {
    width: 100%;
}

.lato-order-mobile .order-box {
    max-width: 80vw;
    padding: 6.4vw;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
}

.lato-order-mobile .order-box .order-title {
    margin-bottom: 4vw;
    font-size: 4.8vw;
    color: #fff;
    margin-left: -6.4vw;
    padding: 1.2vw 0 1.2vw 6.4vw;
    background: linear-gradient(to right, #2FBA9B 20%, #83E14C 40%, transparent 60%);
}

.lato-order-mobile .order-box .order-title::before {
    width: 0.8vw;
    height: 5vw;
    background-image: none;
    background-color: #fff;
    left: 3.8vw;
    border-radius: 0.8vw;
    -webkit-border-radius: 0.8vw;
    -moz-border-radius: 0.8vw;
    -ms-border-radius: 0.8vw;
    -o-border-radius: 0.8vw;
}

.lato-order-mobile .order-box .order-tip {
    margin-bottom: 3.2vw;
    font-size: 3.2vw;
}

.lato-order-mobile .order-box .order-input-box input,
.lato-order-mobile .order-box .order-input-box textarea {
    max-width: 60vw;
    height: 9.2vw;
    padding: 3.2vw;
    font-size: 2.8vw;
    color: #aaa;
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
}

.lato-order-mobile .order-box .order-input-box textarea {
    height: 17.6vw;
}

.lato-order-mobile .order-box .order-btn {
    zoom: 1.2;
    width: 28.8vw;
    height: 8.4vw;
    background-size: 28.8vw 8.4vw;
}

/* 移动端 结束 */