.layui-select-title{font-size: 12px;}
.layui-form-selected dl{border-radius: 4px;}
.layui-form-select dl dd{font-size: 12px;height: 30px;}
.layui-form-select dl dd:hover{color: #00ccb0;}
.layui-form-select dl dd.layui-this{background-color: #00ccb0;}
.layui-form-select .layui-input{padding-left: 17px;height: 30px;border-radius: 4px;}
.layui-form-select .layui-input::placeholder{color: #c2c2c2;}
#order-container {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2037;
}

.q-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .2;
    background: #000;
    z-index: 2036;
}

.order-box {
    position: relative;
    top: calc(50% - 325px);
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ebeef5;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    text-align: left;
    /*overflow: hidden;*/
    backface-visibility: hidden;
}

.order-box>.left-pic {
    float: left;
    border-right: 1px solid #dcdcdc;
    position: relative;
}

.left-pic>img {
    box-sizing: content-box;
}

#apply-demo-form-wrapper {
    float: left;
    vertical-align: top;
}

.order-form>.header {
    color: #333333;
    font-weight: bold;
    text-align: center;
}

.order-form-item {
    font-size: 12px;
    color: rgba(0, 0, 0, .65);
    vertical-align: top;
}

.order-row {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    zoom: 1;
    display: block;
}

.order-row>.order-input {
    position: relative;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    transition: all .3s;
    -webkit-appearance: none; /*去除系统默认的样式*/
    -webkit-tap-highlight-color: transparent; /* 点击高亮的颜色*/
}

.order-input:focus {
    border: 1px solid #00CCB0;
}

.order-input::-webkit-input-placeholder {
    font-size: 13px;
    color: #c2c2c2;
}

.order-checkbox-wrapper {
    position: relative;
    cursor: pointer;
    font-size: 12px;
    display: inline-block;
}

.order-checkbox {
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    display: inline-block;
    line-height: 1;
    position: relative;
    vertical-align: text-bottom;
}

.order-checkbox-input {
    position: absolute;
    left: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 14px;
    height: 14px;
}

.order-check-inner {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    background-color: #fff;
    transition: all .3s;
    box-sizing: border-box;
}

.order-check-inner::after {
    transform: rotate(45deg) scale(1);
    position: absolute;
    display: table;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    content: '';
    transition: all .2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.order-checkbox-checked>.order-check-inner {
    background-color: #00CCB0;
    border-color: #00CCB0;
}

.order-checkbox-checked:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    border: 1px solid #00CCB0;
    content: '';
    -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
    animation: antCheckboxEffect 0.36s ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: hidden;
}

.order-btn {
    margin: auto;
    display: block;
    color: #fff;
    background-color: #00CCB0;
    border-color: #00CCB0;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    outline: none;
    border: none;
}

.order-close {
    position: absolute;
    cursor: pointer;
}

@media screen and (min-width: 1300px) {
    .order-box {
        width: 700px;
        /* height: 570px; */
        padding: 30px 0;
        font-size: 18px;
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
        top: calc(50% - 205px);
        border-radius: 15px;
    }

    .order-box>.left-pic {
        /* margin-top: 47px; */
        margin-left: 35px;
    }

    .left-pic>img {
        width: 270px;
        /* height: 320px; */
        padding-right: 44px;
        padding-top: 33px;
        padding-bottom: 34px;
        object-fit: cover;
    }

    #apply-demo-form-wrapper {
        margin-left: 40px;
        margin-top: 40px;
        width: 250px;
    }

    .order-form>.header {
        font-size: 24px;
    }

    .order-form-item {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .order-form-item:nth-of-type(2) {
        margin-top: 30px;
    }

    textarea.order-input {
        height: 66px !important;
        font-size: 12px;
    }

    .order-row>.order-input {
        padding: 6px 7px;
        height: 32px;
        line-height: 1.5;
        border-radius: 4px;
        text-indent: 10px;
    }

    .order-checkbox-wrapper {
        margin-top: 10px;
        font-size: 12px;
    }

    .order-check-inner::after {
        width: 5px;
        height: 8px;
        left: 3px;
        top: -1px;
    }

    .order-btn {
        width: 250px;
        margin-top: 25px;
        height: 40px;
        font-size: 14px;
        line-height: 1.15;
        border-radius: 4px;
    }

    .order-close>img {
        width: 32px;
        height: 32px;
    }
    .order-close {
        top: 10px;
        right: 10px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1299px) {
    .order-box {
        width: 550px;
        /* height: 520px; */
        padding: 30px 0;
        font-size: 18px;
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
        top: calc(50% - 200px);
        border-radius: 10px;
    }

    .order-box>.left-pic {
        /* margin-top: 64px; */
        margin-left: 30px;
    }

    .left-pic>img {
        width: 200px;
        /* height: 300px; */
        padding-right: 30px;
        padding-top: 23px;
        padding-bottom: 26px;
    }

    #apply-demo-form-wrapper {
        margin-left: 30px;
        margin-top: 35px;
        width: 200px;
    }

    .order-form>.header {
        font-size: 20px;
    }

    .order-form-item:nth-of-type(2) {
        margin-top: 20px;
    }

    .order-form-item {
        font-size: 12px;
        margin-bottom: 18px;
    }

    textarea.order-input {
        height: 65px !important;
        font-size: 12px;
    }

    .order-row>.order-input {
        padding: 6px 7px;
        height: 30px;
        line-height: 1.5;
        border-radius: 4px;
        text-indent: 10px;
    }

    .order-checkbox-wrapper {
        margin-top: 10px;
        font-size: 12px;
    }

    .order-check-inner::after {
        width: 5px;
        height: 8px;
        left: 3px;
        top: -1px;
    }

    .order-btn {
        width: 200px;
        margin-top: 20px;
        height: 36px;
        font-size: 14px;
        line-height: 1.15;
        border-radius: 4px;
    }

    .order-close>img {
        width: 28px;
        height: 28px;
    }
    .order-close {
        top: 8px;
        right: 8px;
    }
}

@media screen and (min-width: 821px) and (max-width: 993px) {
    .order-box {
        width: 460px;
        /* height: 520px; */
        padding: 30px 0;
        font-size: 18px;
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
        top: calc(50% - 200px);
        border: 6px;
    }

    .order-box>.left-pic {
        /* margin-top: 64px; */
        margin-left: 30px;
        display: none;
    }

    .left-pic>img {
        width: 220px;
        /* height: 300px; */
        padding-right: 30px;
        padding-top: 23px;
        padding-bottom: 26px;
    }

    #apply-demo-form-wrapper {
        /*margin-left: 55px;*/
        margin-top: 35px;
        width: 260px;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .order-form>.header {
        font-size: 22px;
    }

    .order-form-item:nth-of-type(2) {
        margin-top: 20px;
    }

    .order-form-item {
        font-size: 12px;
        margin-bottom: 18px;
    }

    textarea.order-input {
        height: 65px !important;
        font-size: 12px;
    }

    .order-row>.order-input {
        padding: 6px 7px;
        height: 30px;
        line-height: 1.5;
        border-radius: 4px;
        text-indent: 10px;
    }

    .order-checkbox-wrapper {
        margin-top: 10px;
        font-size: 12px;
    }

    .order-check-inner::after {
        width: 5px;
        height: 8px;
        left: 3px;
        top: -1px;
    }

    .order-btn {
        width: 100%;
        margin-top: 30px;
        height: 38px;
        font-size: 14px;
        line-height: 1.15;
        border-radius: 4px;
    }
    .order-close>img {
        width: 28px;
        height: 28px;
    }
    .order-close {
        top: 6px;
        right: 6px;
    }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
    .order-box {
        width: 460px;
        /* height: 520px; */
        padding: 25px 0;
        font-size: 18px;
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
        top: calc(50% - 180px);
        border-radius: 6px;
    }

    .order-box>.left-pic {
        /* margin-top: 64px; */
        margin-left: 30px;
        display: none;
    }

    .left-pic>img {
        width: 220px;
        height: 300px;
        padding-right: 30px;
        padding-top: 23px;
        padding-bottom: 26px;
    }

    #apply-demo-form-wrapper {
        margin-top: 35px;
        width: 260px;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .order-form>.header {
        font-size: 22px;
    }

    .order-form-item:nth-of-type(2) {
        margin-top: 20px;
    }

    .order-form-item {
        font-size: 12px;
        margin-bottom: 18px;
    }

    textarea.order-input {
        height: 80px !important;
        font-size: 12px;
    }

    .order-row>.order-input {
        padding: 6px 7px;
        height: 32px;
        line-height: 1.5;
        border-radius: 4px;
        text-indent: 10px;
    }

    .order-checkbox-wrapper {
        margin-top: 10px;
        font-size: 12px;
    }

    .order-check-inner::after {
        width: 5px;
        height: 8px;
        left: 3px;
        top: -1px;
    }

    .order-btn {
        width: 100%;
        margin-top: 30px;
        height: 38px;
        font-size: 14px;
        line-height: 1.15;
        border-radius: 4px;
    }
    .order-close>img {
        width: 28px;
        height: 28px;
    }
    .order-close {
        top: 5px;
        right: 5px;
    }
}
@media screen and (max-width: 767px){
    .order-box {
        width: 350px;
        /* height: 530px; */
        padding: 25px 0;
        font-size: 18px;
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
        top: calc(50% - 180px);
        border-radius: 6px;
        /* text-align: center; */
    }

    .order-box>.left-pic {
        margin-top: 64px;
        margin-left: 30px;
        display: none;
    }

    .left-pic>img {
        width: 200px;
        height: 300px;
        padding-right: 30px;
        padding-top: 23px;
        padding-bottom: 26px;
    }

    #apply-demo-form-wrapper {
        margin-top: 35px;
        width: 260px;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .order-form>.header {
        font-size: 22px;
    }

    .order-form-item:nth-of-type(2) {
        margin-top: 20px;
    }

    .order-form-item {
        font-size: 12px;
        margin-bottom: 18px;
    }

    textarea.order-input {
        height: 80px !important;
        font-size: 12px;
    }

    .order-row>.order-input {
        padding: 6px 7px;
        height: 32px;
        line-height: 1.5;
        border-radius: 4px;
        text-indent: 10px;
    }

    .order-checkbox-wrapper {
        margin-top: 10px;
        font-size: 12px;
    }

    .order-check-inner::after {
        width: 5px;
        height: 8px;
        left: 3px;
        top: -1px;
    }

    .order-btn {
        width: 100%;
        margin-top: 20px;
        height: 38px;
        font-size: 14px;
        line-height: 1.15;
        border-radius: 4px;
    }
    .order-close>img {
        width: 28px;
        height: 28px;
    }
    .order-close {
        top: 4px;
        right: 4px;
    }
}
.send-father{
    display: flex;
}
.send-father input {
    width: 55% !important;
    margin-right: 15px;
}
.send-father span{
    line-height: 30px;
    cursor: pointer;
    text-align: right;
    width: 45%;
}
