* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
.order-visit {
    width: 865px;
    height: 540px;
    position: absolute;
    left: calc(50% - 452px);
    top: 116px;
    display: none;
    z-index: 1000;
}
.mainBox {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'PingFang-SC-Regular', 'PingFang SC';
    font-weight: 400;
    font-style: normal;
    text-align: center;
}
.modal-title {
    font-size: 24px;
    color: #fff;
    margin-top: 29px;

}
.prompt {
    font-family: 'PingFang-SC-Light', 'PingFang SC Light', 'PingFang SC';
    font-weight: 200;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 10px;
}
.mainBox .form {
    margin-top: 35px;
    font-size: 16px;
    color: #fff;
    /* padding: 0 192px; */
    overflow: hidden;
}
.form div {
    width: 200px;
    height: 80px;
    float: left;
}
.form div:nth-child(even) {
    margin-left: 26px;
}
.form div:nth-child(odd) {
    margin-left: 220px;
}
/* .form div:nth-child(n+3) {
    margin-top: 20px;
} */
.form div input {
    width: 200px;
    height: 36px;
    font-family: Barlow-Regular, Barlow;
    color: rgb(204, 204, 204);
    background-color: rgb(102, 102, 102);
    text-align: left;
    border-color: transparent;
    outline-style: none;
    padding: 1px 0;
}
.form div input::-webkit-input-placeholder {
    font-size: 16px;
    text-indent: 10px;
    color: rgba(255, 255, 255, .7);
}
.form div input::-moz-placeholder {
    font-size: 16px;
    text-indent: 10px;
    color: rgba(255, 255, 255, .7);
}
.form div input:-ms-input-placeholder {
    font-size: 16px;
    text-indent: 10px;
    color: rgba(255, 255, 255, .7);
}
.form div input:-moz-placeholder {
    font-size: 16px;
    text-indent: 10px;
    color: rgba(255, 255, 255, .7);
}
.select-date {
    width: 430px !important;
    height: 36px !important;
    margin-left: 220px !important;
    margin-top: 0 !important;
}
.select-date select {
    width: 100%;
    height: 100%;
    background-color: #666666;
    font-family: 'Roboto-Light', 'Roboto Light', 'Roboto';
    font-weight: 200;
    font-style: normal;
    font-size: 14px;
    text-decoration: none;
    color: #CCCCCC;
}
.select-date:after {
    content: "";
    /* display: block; */
    clear: both;
}
.btn {
    width: 140px;
    height: 40px;
    line-height: 40px;
    margin: 280px auto;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    border: none;
    border-radius: 5px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000000;
    cursor: pointer;
}
.close {
    position: absolute;
    right: -18px;
    top: -10px;
    cursor: pointer;
}
.close img{
    border-width: 0px;
    position: absolute;
    left: 2px;
    top: 8px;
    width: 30px;
    word-wrap: break-word;
}
.close-sign {
    display: inline-block;
    position: absolute;
    right: -22px;
    top: 11px;
    color: #fff;
}
.error {
    display: block;
    width: 100%;
    height: 36px;
    text-align: left;
    color: red;
    margin-top: 10px;
}
.clear {
    height: 0 !important;
    clear: both;
}
.submit-btn {
    width: 160px !important;
    height: 50px !important;
    line-height: 50px;
    margin: 30px 353px !important;
    border-radius: 10px;
    border: 1px solid;
    cursor: pointer;
}