input,
textarea {
    padding-left: 12px;
    font-size: 14px !important;
}

.require {
    color: #E82030FF;
}
.right_section p{
    white-space: pre-line;
}
.alert{
    width: 300px;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -100px;
    z-index: 10;
    text-align: center;
    font-size: 18px;
    background-color: #357ebd;
    color: #fff;
    border-color: #357ebd;

}

/* main_section */
.main_section {
    position: relative;
    margin-top: 73px;
    margin-bottom: 176px;
}

.main_section .left_section {
    width: 745px;
    padding: 30px 35px;
    /* height: 786px; */
    box-sizing: border-box;
    background: rgba(242, 242, 242, 1);
    border-radius: 2px;
    float: left;
    margin-right: 35px;
}

.main_section .left_section .item {
    margin-bottom: 40px;
}

.main_section .left_section label {
    font-size: 16px;
    color: #535353;
}

.main_section .left_section label:nth-of-type(3n) {
    margin-right: 0px;
}

.main_section .left_section label .input {
    margin-top: 10px;
}

.main_section .left_section .subscribe .error{
    color: #e82030;
}

.main_section .left_section label .input .error {
    border-color: #e82030;
    color: #e82030;
}

.main_section .left_section label .input #cprovince-error {
    display: none !important;
}

form input[disabled]{
    background-color: #ccc;
}

.main_section .left_section label input,
.main_section .left_section label .code,
.main_section .left_section label select {
    width: 100%;
    height: 41px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid transparent;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    font-size: 16px;
    font-weight: 400;
}

.main_section .left_section label .input .select {
    padding-left: 10px;
}

.main_section .left_section label .code {
    width: 104px;
    height: 41px;
    margin-right: 12px;
}

.main_section .left_section label .input textarea {
    width: 100%;
    height: 112px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(220, 220, 220, 1);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
}

.subscribe>input[type="checkbox"] {
    position: relative;
    top: 1px;
    margin-right: 5px;
}

.item .checkbox_hint {
    font-size: 15px;
}

.submit {
    width: 85px;
    height: 40px;
    display: inline-block;
    margin-top: 12px;
    color: #fff;
    border: 0;
    background: rgba(53, 126, 189, 1);
    border-radius: 2px;
    border-color: #357ebd;
    text-decoration: none;
}

.main_section .right_section {
    width: 360px;
    float: left;
}

.main_section .right_section .item {
    margin-bottom: 55px;
}

.main_section .right_section .item div {
    font-size: 28px;
    font-weight: bold;
    color: rgba(67, 67, 67, 1);
    line-height: 21px;
    margin-bottom: 22px;
}

.main_section .right_section p {
    font-family: Overpass-Light !important;
    font-size: 14px;
    font-weight: 300;
    color: rgba(98, 98, 98, 1);
    line-height: 24px;
}

.distpicker_select{
    width: 50%;
}
.main_section .left_section label .distpicker_select {
    width: 46%; 
    float: left;
    margin-right: 5%;
    padding-left: 10px;
    font-size: 14px;
}


.main_section .left_section label .distpicker_select:nth-of-type(2) {
    width: 49%; 
    float: left;
    margin-right: 0;
}
/* 大屏幕（大桌面显示器，小于等于 1200px） */
@media (max-width: 1170px) {
    .main_section .left_section {
        float: none;
        margin: 0 auto;
    }

    .main_section .right_section {
        margin-top: 40px;
        width: 100%;
        float: left;
    }
}

/* 中等屏幕（桌面显示器，小于等于 992px） */
@media (max-width: 970px) {
    .main_section .left_section {
        width: 100%;
    }
}

/* 小屏幕（平板，小于等于 768px） */
@media (max-width: 750px) {
    .main_section .left_section {
        padding: 30px 15px;
    }

    .main_section .left_section label .code {
        width: 100%;
    }
}

@media (max-width: 414px) {
    .banner_section {
        display: none;
    }

    .nav_section {
        display: none;
    }

    .custom_line {
        display: none;
    }

    .main_section {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .banner_section>img {
        height: 100px;
    }

    .main_section .left_section {
        border-radius: 5px;
        padding: 25px 15px;
    }

    .main_section .left_section .item {
        margin-bottom: 0px;
    }

    .main_section .left_section label {
        width: 100%;
        margin-bottom: 14px;
        font-size: 12px;
    }

    .main_section .left_section label input,
    .main_section .left_section label .code,
    .main_section .left_section label select {
        height: 34px;
    }

    .item .checkbox_hint {
        font-size: 10px;
        padding-left: 10px;
    }

    .submit {
        width: 100%;
    }

    .main_section .right_section .item div {
        font-size: 18px;
    }

    .main_section .right_section p {
        font-size: 14px;
    }

    .main_section .right_section .item {
        margin-bottom: 30px;
    }

    .main_section .right_section .item div {
        margin-bottom: 10px;
    }

    .main_section .left_section label .code {
        width: 75px;
        margin-right: 12px;
    }

    .subscribe>input[type="checkbox"] {
        top: 3px;
        margin-right: 0px;
    }
}