html {
    overflow-x: hidden;
    overflow-y: auto;
}
body {
    width: 100vw;
    overflow: hidden;
}
/*联系我们样式*/
#contact-box {
    padding-top: 70px;
    overflow: hidden;
}
.bg-img {
    width: 100%;
    position: relative;
}
.bg-img>h1 {
    position: absolute;
    top: 120px;
    color: #181818;
    font-size: 42px;
    font-weight: 600;
}
.mobile-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    background: linear-gradient(330deg, #F8EDDF 0%, #FBC9A1 100%);
}
.mobile-bg>h2 {
    font-size: 20px;
    font-weight: 600;
}
.container-fluid .row {
    background: #f5f5f5;
}
.left-box {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.left-box .visible-lg-block {
    width: 100%;
}
.mobile-title {
    width: 100%;
}
.title-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    line-height: 20px;
    color: #181818;
    font-weight: 600;
}
.title-box>h2, .tel-box>h2, .contact-title>h2 {
    margin: 0;
}
.tel-box {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    line-height: 20px;
    color: #181818;
}
.title-text, .tel-title {
    font-weight: 600;
}
.tel-text {
    color: #FF6A00;
    font-weight: 600;
    padding-left: 10px;
}
.grey-text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    color: #595959;
}
.left-box .grey-text:nth-of-type(3) {
    padding-top: 20px;
}
.left-box .grey-text:nth-of-type(4) {
    padding-top: 35px;
}
.line-div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 1px;
    margin: 60px auto 0;
    opacity: 1;
    background: #e5e5e5;
}
.address {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding-top: 60px;
}
.address-item {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 30px;
}
.address-h {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 28px;
    color: #181818;
    font-weight: 600;
}
.right-box {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    position: relative;
}
.huo {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    font-weight: 700;
    text-align: right;
    color: #f5f5f5;
}
.contact-title, .form-item, .user-instructions, .btn-box {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}
.contact-title {
    z-index: 10;
}
.first-item {
    margin-top: 45px;
}
.contact-title .grey-text {
    padding-top: 30px;
}
.red-star {
    position: relative;
    top: 4px;
    margin-left: 5px;
    font-size: 22px;
    color: #EA2E2E;
}
.input-box, .form-input {
    width: 100%;
    height: 36px;
    line-height: 36px;
    outline: none;
    -webkit-appearance: none;
}
.form-input {
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    padding-left: 10px;
    outline: none;
}
.form-input:focus{
    border: 1px solid #FF6A00;;
    border-radius: 4px;
    outline: none;
}
.country-name {
    display: none;
}
.jm-content {
    display: flex;
    flex-flow: column;
    width: 100%;
    padding: 15px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    position: relative;
}
.jm-education {
    margin-bottom: 20px;
}
.jm-consult {
    margin-bottom: 10px;
}
.choose-all, .cancel-all {
    margin-left: 30px;
    cursor: pointer;
    color: #F56C6C;
}
.check-title {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    color: #FF6A00;
}
.jm-content .check-item {
    margin: 20px 2px 0 0;
}
.jm-content .my-label {
    position: relative;
    top: -1px;
}
.jm-content .box-item {
    display: inline-block;
    width: 130px;
}
.second-box .box-item {
    display: inline-block;
    width: 190px;
}
.second-box .box-item:nth-of-type(1) {
    display: inline-block;
    width: 130px;
}
.error-content {
    background: #fdf6f6;
    border: 1px solid #fc6b6b;
}
input[type=checkbox] {
    cursor: pointer;
    position: relative;
    border: none;
    outline: none;
    background: #FFFFFF;
    visibility: hidden;
}
input[type=checkbox]::after{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    border: 1px solid #aaaaaa;
    color: #ffffff;
    width: 14px;
    height: 14px;
    display: inline-block;
    visibility: visible;
    text-align: center;
    content: ' ';
    outline: none;
}

input[type=checkbox]:checked::after {
    /*content: "\2713";*/
    /*line-height: 13px;*/
    /*font-size: 12px;*/
    /*font-weight: bold;*/
    background: url("https://static.cyjiaomu.com/web-pc/image/contact/s-icon.png") center center no-repeat #FC6739;
    background-size: contain;
    border: 1px solid transparent;
}
.textarea-box {
    width: 100%;
    height: auto;
}
.my-textarea {
    height: auto;
    resize: none;
    line-height: 20px;
}
.small-text, .user-instructions>.box-item>.my-label, .user-instructions>.box-item>a {
    font-size: 12px;
    color: #595959;
}
.user-instructions>.box-item>.my-label {
    margin-left: 5px;
}
.user-instructions>.box-item>.my-label, .user-instructions>.box-item>a {
    position: relative;
    top: -1px;
}
.user-instructions>.box-item>a {
    color: #0776DD;
}
.my-btn {
    width: 120px;
    height: 40px;
    opacity: 1;
    background: #ff6a00;
    border: 1px solid transparent;
    color: #FFFFFF;
    margin: 20px 0 0 0;
}
.mobile-btn {
    width: 100%;
}
.disabled-btn {
    opacity: .5;
}
.my-box .error-text, .user-instructions .error-text {
    margin-top: 10px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background: #F7F7F7;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background: #FC6739;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}
.btn-default:hover, .btn-default.focus, .btn-default:focus {
    background: #FFFFFF;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    background-color: #FFFFFF !important;
    border-color: #FF6A00 !important;
}

.modal-header, .modal-footer {
    border: none;
}
.modal-body .row {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 16px;
    line-height: 28px;
}
.modal-body .row img {
    margin-top: 50px;
}
.modal-body .row .top-text {
    padding: 20px 0 10px;
}
.modal-body .row .middle-text {
    padding: 0 0 30px;
}
.modal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}
.modal-footer .modal-btn {
    width: 180px;
    height: 46px;
    margin-bottom: 50px;
    color: #FFFFFF;
    background: #ff6a00;
    border: 1px solid transparent;
}
a:focus {
    outline: none;
}
.hide-item {
    display: none;
}
.error-text, .reg-text {
    display: none;
    font-size: 12px;
    color: #EA2E2E;
}
.input-box .error-input {
    background: #fdf6f6 !important;
    border: 1px solid #fc6b6b !important;
}
input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #BFBFBF;
}
input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #BFBFBF;
}
input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #BFBFBF;
}
input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #BFBFBF;
}
@media (min-width: 320px) and (max-width: 970px) {
    .left-box, .right-box {
        padding: 30px;
    }
    .address, .address-item {
        padding: 0;
    }
    .address-h, .grey-text {
        font-size: 14px;
    }
    .huo {
        font-size: 60px;
    }
    .box-item {
        display: block;
    }
    .modal-dialog {
        top: 20%;
    }
    .modal-content {
        width: 80%;
        margin: 0 auto;
    }
    .modal-body .row img {
        margin-top: 5px;
    }
    .modal-body .row .top-text {
        font-size: 12px;
        padding: 5px 0 0;
    }
    .modal-body .row .middle-text {
        font-size: 12px;
        padding: 0 0 5px;
    }
    .modal-footer {
        padding: 5px 0;
    }
    .modal-footer .modal-btn {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .jm-content .my-label {
        top: -2px;
    }
}
@media (min-width: 970px) and (max-width: 1200px) {
    .left-box, .right-box {
        padding: 60px;
    }
    .bg-img>h1 {
        left: 60px;
    }
    .address, .address-item {
        padding: 0;
    }
    .address-h, .grey-text {
        font-size: 14px;
    }
    .huo {
        font-size: 110px;
    }
}
@media (min-width: 1200px) and (max-width: 1440px) {
    .left-box, .right-box {
        padding: 90px 80px 90px 100px;
    }
    .bg-img>h1 {
        top: 60px;
        left: 100px;
    }
    .huo {
        font-size: 160px;
    }
    .modal-dialog {
        margin-top: 110px;
    }
}
@media (min-width: 1440px) and (max-width: 1900px) {
    .left-box, .right-box {
        padding: 105px 85px 105px 150px;
    }
    .right-box {
        padding-right: 135px;
    }
    .bg-img>h1 {
        top: 90px;
        left: 150px;
    }
    .huo {
        font-size: 185px;
    }
    .modal-dialog {
        margin-top: 165px;
    }
}
@media (min-width: 1900px) {
    .left-box, .right-box {
        padding: 120px 100px 120px 200px;
    }
    .right-box {
        padding-left: 150px;
        padding-right: 400px;
    }
    .bg-img>h1 {
        left: 200px;
    }
    .huo {
        font-size: 210px;
    }
    .modal-dialog {
        margin-top: 220px;
    }
}
