
.yn-contact-us-page-left{
    margin-top: 10px;
}
.yn-contact-us-page-left h2{
    text-align: center;
    font-size: 24px;
    color: #000;
    background-color: #fff;
}

.yn-contact-us-page-left  .form-label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}
.yn-contact-us-page-left .field-remark{
    font-size: 14px;
    color: #333;
}

.yn-contact-us-page-left .from-radio{
    font-size: 14px;
    font-weight: 600;
    color: #333;
    padding-right: 6px;
}

.yn-contact-us-page-left .form-control {
    border-radius: 4px !important;
    padding: 4px 10px !important;
    height: 35px !important;
    width: 100%;
}

.yn-contact-us-page-left .form-control.lg {
    border-radius: 4px !important;
    padding: 4px 10px !important;
    height: 100px !important;
}


.yn-contact-us-page-left .oper-box{
    width: 100%;
    text-align: center;
}

.yn-contact-us-page-left .oper-box .btn{
    text-align: center;
    width: 140px;
    padding: 6px 13px;
}

.yn-contact-us-page-left .form-remark{
    text-align: center !important;
    line-height: 1;
    font-weight: 600;
    font-size: 17px !important;
}

@media (min-width:768px) {
    .yn-contact-us-page-left .city-list .city-item {
        width: 16%;
    }

    .yn-contact-us-page-left .yn-contact-us-page-left-more {
        display: block;
    }

    .yn-contact-us-page-left .yn-contact-us-page-left-more-show-btn-box {
        display: none;
    }

    .yn-contact-us-page-left .demad-box .from-radio{
        padding-right: 20px;
    }
}