@media only screen and (min-width: 996px) {
    .contact {
        margin-top: 51px;
    }
    .contactbox {
        position: relative;
    }
    .tact_content {
        width: 560px;
        height: 510px;
        background: url(../images/contbg.png) repeat;
        position: absolute;
        top: 80px;
        padding: 34px 27px 0px 43px;
        overflow: hidden;
        z-index: 99;
        left: 150px;
    }
    .tacttab {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .tacttab span {
        display: block;
        width: 120px;
        cursor: pointer;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 15px;
        margin-right: 20px;
        color: #fff;
        background-color: #323232;
        transition: var(--main-transition);
    }
    .tacttab span:hover {
        background-color: #e72f3c;
    }
    .tac_ac {
        background-color: #e72f3c !important;
    }
    .tactfy strong {
        color: #c11920;
        font-size: 30px;
        font-weight: normal;
        display: block;
        margin-bottom: 10px;
    }
    .tactfy ul li {
        margin-bottom: 5px;
    }
    .tactfy ul li p {
        color: #636363;
        font-size: 14px;
    }
    .tactfy ul li span {
        font-size: 14px;
        display: block;
        color: #c4c4c4;
    }
    .tactfy {
        display: none;
    }
    .c_tips {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px dashed #ccc;
        font-size: 12px;
    }
    .tact_f input {
        display: block;
        width: 80%;
        padding-left: 15px;
        height: 30px;
        background-color: #fff;
        border: 1px solid #ddd;
        margin-bottom: 10px;
        color: #555;
    }
    .tact_f select {
        display: block;
        width: 80%;
        outline: none;
        height: 30px;
        padding-left: 10px;
        background-color: #fff;
        border: 1px solid #ddd;
        margin-bottom: 10px;
        color: #555;
    }
    .tact_f textarea {
        display: block;
        width: 80%;
        height: 80px;
        padding-top: 10px;
        outline: none;
        padding-left: 15px;
        background-color: #fff;
        border: 1px solid #ddd;
        margin-bottom: 10px;
        color: #555;
    }
    .tact_f a {
        display: block;
        width: 80%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 15px;
        color: #fff;
        background-color: #ff6600;
    }
}

@media only screen and (max-width: 996px) {
    .contact {
        margin-top: 60px;
    }
    .contactbox {
        position: relative;
        padding: 15px;
        margin-bottom: 20px;
    }
    .tact_content {
        width: 100%;
        background: url(../images/contbg.png) repeat;
        padding: 20px;
        overflow: hidden;
        z-index: 99;
    }
    .tacttab {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    .tacttab span {
        display: block;
        width: 120px;
        cursor: pointer;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 15px;
        margin-right: 20px;
        color: #fff;
        background-color: #323232;
        transition: var(--main-transition);
    }
    .tacttab span:hover {
        background-color: #e72f3c;
    }
    .tac_ac {
        background-color: #e72f3c !important;
    }
    .tactfy strong {
        color: #c11920;
        font-size: 25px;
        font-weight: normal;
        display: block;
        margin-bottom: 10px;
    }
    .tactfy ul li {
        margin-bottom: 5px;
    }
    .tactfy ul li p {
        color: #636363;
        font-size: 14px;
    }
    .tactfy ul li span {
        font-size: 14px;
        display: block;
        color: #c4c4c4;
    }
    .tactfy {
        display: none;
    }
    .c_tips {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px dashed #ccc;
        font-size: 12px;
    }
    .tact_f input {
        display: block;
        width: 100%;
        padding-left: 15px;
        height: 30px;
        background-color: #fff;
        border: 1px solid #ddd;
        margin-bottom: 10px;
        color: #555;
    }
    .tact_f select {
        display: block;
        width: 100%;
        outline: none;
        height: 30px;
        padding-left: 10px;
        background-color: #fff;
        border: 1px solid #ddd;
        margin-bottom: 10px;
        color: #555;
    }
    .tact_f textarea {
        display: block;
        width: 100%;
        height: 80px;
        padding-top: 10px;
        outline: none;
        padding-left: 15px;
        background-color: #fff;
        border: 1px solid #ddd;
        margin-bottom: 10px;
        color: #555;
    }
    .tact_f a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 15px;
        color: #fff;
        background-color: #ff6600;
    }
    .contact {
        height: auto !important;
    }
}