.footer .ftr-top {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0.8921rem 0 0.8921rem 0;
    background-image: url(../images/footer-banner.webp);
    background-position: center center;
    /*background-Attachment: fixed;*/
}
.all-list-hed {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .ftr-top .big-til {
    color: #fff;
    font-size: 0.36rem;
    line-height: 1.4;
}
@media (max-width: 576px) {
    .footer .ftr-top .big-til {
       font-size: 0.9rem;
        margin-bottom: 0.8rem;
    }
}

.ftr-btn .one-center .left .tit {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.footer .to-detil .to-detil-a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    color: #fff;
    padding: 18px 0;
    font-size: 16px;
    width: 180px;
    text-align: center;
    transition: 0.5s all;
    border: 1px solid #fff;
    background-color: transparent;
}

.footer .to-detil .to-detil-a:hover {
    background-color: #fff;


}

.footer .to-detil .to-detil-a:hover span {

    color: #0067F7
}

.footer .to-detil .to-detil-a:hover i {
    width: 42px;
    height: 8px;
    display: inline-block;
    background: url(../images/x-ri-jt2.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    right: 0;
    transition: 0.5s all;
}

.footer .to-detil .to-detil-a i {
    width: 42px;
    height: 8px;
    display: inline-block;
    background: url(../images/x-ri-jt1.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    right: 0;
    transition: 0.5s all;
}

@media (max-width: 767px) {
    .footer .ftr-top {
        padding: 50px 0 30px 0;
    }

    .footer .to-detil .to-detil-a {
        display: none;
    }
}

.footer .ftr-btn {
    background-color: #0c0c0f;
}

.one .one-center {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    align-items: center;
    padding: 100px 0 80px;
    border-bottom: 1px solid #202022;
}

@media (max-width: 1440px) {
    .one .one-center {
        padding: 70px 0 40px;
    }
}

@media (max-width: 767px) {
    .one .one-center {
        padding: 60px 0 40px;
        flex-wrap: wrap;
    }
}

.one .one-center .left .logo {
    display: block;
    width: 160px;
    overflow: hidden;
    margin-bottom: 25px;
}

@media (max-width: 1440px) {
    .one .one-center .left .logo {
        width: 140px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1199px) {
    .one .one-center .left .logo {
        width: 120px;
    }
}

.one .one-center .left .logo img {
    width: 100%;
    float: left;
}

.one .one-center .left .list-title {
    color: #fff;
    font-size: 24px;
}

@media (max-width: 1440px) {
    .one .one-center .left .list-title {
        font-size: 22px;
    }
}

@media (max-width: 1199px) {
    .one .one-center .left .list-title {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .one .one-center .left .list-title {
        font-size: 20px;
    }
}

.one .one-center .right {
    width: 70%;
    max-width: 890px;

}

@media (max-width: 1199px) {
    .one .one-center .right {
        width: 75%;
    }
}

.one .one-center .right {
    display: flex;
    justify-content: space-between;
}

.one .one-center .right .list {
    margin-right: 50px;
}

@media (max-width: 1919px) {
    .one .one-center .right .list {
        margin-right: 0.4rem;
    }
}

@media (max-width: 1199px) {
    .one .one-center .right .list {
        margin-right: 12px;
    }
}

@media (max-width: 767px) {
    .one .one-center .right .list {
        margin-right: 0;
    }
}

.one .one-center .right .list:last-child {
    margin-right: 0;
}

.one .one-center .right .list .list-title {
    display: flex;
    color: #fff;
    font-size: 18px;
    opacity: 0.9;
    font-weight: 600;
}

@media (max-width: 1440px) {
    .one .one-center .right .list .list-title {
        font-size: 16px;
    }
}

.one .one-center .right .list .list-title i {
    display: none;
    width: 6px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.one .one-center .right .list .list-title i img {
    width: 100%;
    float: left;
    margin-top: 6px;
}

.one .one-center .right .list .f_jut {
    padding-top: 24px;
}

@media (max-width: 1440px) {
    .one .one-center .right .list .f_jut {
        padding-top: 20px;
    }
}

.one .one-center .right .list .f_jut a {
    display: block;
    width: 100%;
    color: #999999;
    font-size: 16px;
    margin-bottom: 16px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media (max-width: 1440px) {
    .one .one-center .right .list .f_jut a {
        font-size: 14px;
        margin-bottom: 12px;
    }
}

.one .one-center .right .list .f_jut a:last-child {
    margin-bottom: 0;
}

.one .one-center .right .list .f_jut a:hover {
    color: #fff;
}

.one .one-center .right .list.active .list-title i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (max-width: 767px) {
    .one .one-center .right {
        width: 100%;
        margin-top: 26px;
        flex-wrap: wrap;
    }

    .one .one-center .right .list {
        width: 100%;
        margin-bottom: 24px;
    }

    .one .one-center .right .list:last-child {
        margin-bottom: 0;
    }

    .one .one-center .right .list .list-title {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .one .one-center .right .list .list-title i {
        display: block;
        overflow: hidden;
    }

    .one .one-center .right .list .list-title i img {
        float: left;
        height: auto;
    }

    .one .one-center .right .list .f_jut {
        display: none;
    }
}

.two {
    padding: 60px 0 50px;
    border-bottom: 1px solid #202022;
}

@media (max-width: 1440px) {
    .two {
        padding: 40px 0 30px;
    }
}

.two .cont {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .two .cont {
        flex-wrap: wrap;
    }
}

.two .cont .lt {
    display: flex;
    flex-wrap: wrap;
}

.two .cont .lt .li {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.two .cont .lt .li:last-child {
    margin-right: 0;
}

@media (max-width: 1440px) {
    .two .cont .lt .li {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 767px) {
    .two .cont .lt .li {
        margin-bottom: 18px;
    }
}

.two .cont .lt .li img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0.5;
    height: 18px;
}

@media (max-width: 1440px) {
    .two .cont .lt .li img {
        height: 12px;
    }
}

.two .cont .lt .li:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.two .cont .lt .li:hover img {
    opacity: 0.8;
}

.two .cont .lt .er {
    position: relative;
}

.two .cont .lt .er .hover {
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: 20px;
    width: 120px;
    padding: 5px;
    background-color: #fff;
    display: none;
}

@media (min-width: 1200px) {
    .two .cont .lt .er .hover {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (max-width: 1199px) {
    .two .cont .lt .er .hover {
        width: 100px;
    }
}

.two .cont .lt .er .hover img {
    width: 100%;
    height: auto;
}

.two .cont .lt .er:hover .hover {
    display: block;
}

.two .cont .gt {
    width: 70%;
    max-width: 890px;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .two .cont .gt {
        width: 75%;
    }
}

@media (max-width: 767px) {
    .two .cont .gt {
        width: 100%;
        flex-wrap: wrap;
    }

    .two .cont .gt .f_jut {
        width: 48%;
    }
}

.two .cont .gt .f_jut .tel {
    color: #fff;
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 1;
}

@media (max-width: 1440px) {
    .two .cont .gt .f_jut .tel {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .two .cont .gt .f_jut .tel {
        font-size: 26px;
        margin-bottom: 16px;
    }
}

@media (max-width: 767px) {
    .two .cont .gt .f_jut .tel {
        margin-bottom: 10px;
    }
}

.two .cont .gt .f_jut .text {
    color: #999999;
    font-size: 16px;
}

@media (max-width: 1440px) {
    .two .cont .gt .f_jut .text {
        font-size: 14px;
    }
}

.two .cont .gt .f_jut .text p {
    margin-bottom: 8px;
}

@media (max-width: 1440px) {
    .two .cont .gt .f_jut .text p {
        margin-bottom: 4px;
    }
}

.two .cont .gt .f_jut .text p:last-child {
    margin-bottom: 0;
}

.two .cont .gt .font {
    color: #999999;
    font-size: 16px;
    line-height: 26px;
    max-width: 60%;
    max-height: 156px;
    overflow: auto;
    padding-right: 10px;
}

@media (max-width: 1440px) {
    .two .cont .gt .font {
        line-height: 24px;
        font-size: 14px;
        max-height: 144px;
    }
}

@media (max-width: 767px) {
    .two .cont .gt .font {
        width: 50%;
        max-width: 100%;
        line-height: 20px;
        font-size: 12px;
        max-height: 110px;
    }

    .two .cont .gt .f_jut .text {
        font-size: 12px;
    }
}

.two .cont .gt .font::-webkit-scrollbar {
    width: 2px;
    height: 1px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.two .cont .gt .font::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #999;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.two .cont .gt .font::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ededed;
}

.two .cont .gt .font p {
    margin-bottom: 12px;
}

@media (max-width: 1440px) {
    .two .cont .gt .font p {
        margin-bottom: 6px;
    }
}

.two .cont .gt .font p:last-child {
    margin-bottom: 0;
}

.three {
    padding: 28px 0;
}

.three .container {
    display: flex;
    justify-content: space-between;
}

.three .container .gt {
    flex-wrap: wrap;
    /*display: none;*/
}
@media (max-width: 767px) {
    .three {
        padding: 28px 0 70px 0;
    }
    .three .container {
        display: block;
    }
    .three .container .gt {
        display: none;
    }
}
.three .container .gt .name {
    opacity: 0.2;
    color: #fff;
    font-size: 14px;
    float: left;
}

.three .container .gt a {
    display: block;
    margin-right: 10px;
    opacity: 0.2;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    float: left;
    font-size: 14px;
}

.three .container .gt a:last-child {
    margin-right: 0;
}

.three .container .gt a:hover {
    opacity: 1;
}

.three .font {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .three .font {
        text-align: left;
        display: block;
        width: 100%;
    }
}

.three .font p,
.three .font a {
    color: #ffffff;
    opacity: 0.2;
    font-size: 14px;
    text-align: left;
}

.three .font a {
    display: inline-block;
    margin-left: 26px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media (max-width: 767px) {
    .three .font a {
        margin-left: 0;
    }
}

.three .font a:hover {
    opacity: 1;
}

/* 右侧固定 */
@media (max-width: 767px) {
    #fothig {
        height: 66px;
    }
}

.rightPopup {
    position: fixed;
    z-index: 333;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    background-color: #fff;
    width: 78px;
    display: none;
}

@media (max-width: 1440px) {
    .rightPopup {
        width: 68px;
    }
}

@media (min-width: 768px) {
    .rightPopup {
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (max-width: 767px) {
    .rightPopup {
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .rightPopup:after {
        content: "";
        clear: both;
        display: block;
    }
}

.rightPopup .item {
    position: relative;
    width: 100%;
    display: block;
    border-bottom: 1px solid #eeeeee;
}

@media (max-width: 767px) {
    .rightPopup .item {
        width: 25%;
        float: left;
        border: none;
        border-right: 1px solid #eee;
    }
}

.rightPopup .item:last-child {
    border-bottom: none;
    border-right: none;
}

.rightPopup .item .tit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    border-radius: 3px;
    padding: 16px 0 10px;
    font-size: 14px;
}

@media (max-width: 1440px) {
    .rightPopup .item .tit {
        padding: 12px 0 10px;
    }
}

.rightPopup .item .tit i {
    display: block;
    overflow: hidden;
    text-align: center;
    width: 26px;
    height: 26px;
    margin-bottom: 12px;
}

@media (max-width: 1440px) {
    .rightPopup .item .tit i {
        width: 22px;
        height: 22px;
        margin-bottom: 4px;
    }
}

.rightPopup .item .tit i img {
    max-width: 100%;
    max-height: 100%;
    float: left;
}

.rightPopup .item .tit strong {
    font-weight: 400;
}

.rightPopup .item .tel {
    position: absolute;
    right: 100%;
    top: 0;
    padding-right: 16px;
    height: 100%;
    display: none;
}

.rightPopup .item .tel .text {
    color: #fff;
    width: 162px;
    height: 100%;
    background-color: #0067F7;
    border-radius: 3px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

@media (max-width: 1440px) {
    .rightPopup .item .tel .text {
        width: 140px;
        font-size: 16px;
    }
}

.rightPopup .item .tel .text:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #0059aa;
}

.rightPopup .item:hover .tit {
    background-color: #0067F7;
    color: #fff;
}

.rightPopup .item:hover .tit i img:nth-child(1) {
    display: none;
}

.rightPopup .item:hover .tit i img:nth-child(2) {
    display: block;
}

@media (min-width: 1200px) {
    .rightPopup .item:hover .tel {
        display: block;
    }
}

.feedback {}

.feedback {
    width: 340px;
    height: 40px;
    position: fixed;
    right: 30px;
    bottom: 0;
    box-shadow: 0 20px 40px 8px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    border-radius: 10px 10px 0 0;
    z-index: 999999999;
}

.feedback .feedbackHeader {
    height: 40px;
    line-height: 40px;
    border-radius: 10px 10px 0 0;
    color: #ffffff;
    text-indent: 50px;
    font-weight: normal;
    cursor: pointer;
}

.feedback .eMailIco {
    background: url("../images/emailIco.png") 16px center no-repeat;
    background-size: 21px auto;
}

.feedbackForm {
    padding: 16px 16px 40px 16px;
}

.feedbackForm .tips {
    color: #222d38;
    padding-bottom: 20px;
}

.feedbackForm .line {
    margin-bottom: 16px;
}

.feedbackForm .line input,
.feedbackForm .line textarea {
    width: 100%;
    box-sizing: border-box;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: solid 1px #ccc;
    color: #222d38;
    display: block;
}

.feedbackForm textarea {
    resize: none;
    height: 78px;
    padding: 11px;
    line-height: 20px;
}

.feedbackForm .line input {
    height: 40px;
    line-height: 40px;
    padding: 0 11px;
}

.feedbackForm .btn {
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.feedback .closeBtn {
    background: url("../images/closeBtn.png") no-repeat;
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
    position: absolute;
    left: -36px;
    top: 6px;
    cursor: pointer;
    display: none;
}

.feedback .eMailIco {
    background-color: #252c33;
}

.feedback {
    background: #FFFFFF;
}

.feedback .feedbackHeader {
    color: #ffffff;
}

.feedbackForm .btn {
    background: #18c139;
    color: #ffffff;
}

/* 弹窗 */
.commercial {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
}

.commercial .bag {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

.commercial .cont {
    z-index: 3;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .commercial .cont {
        width: 90%;
    }
}

@media (min-width: 1200px) {
    .commercial .cont {
        width: 88.888%;
    }
}

@media (min-width: 1600px) {
    .commercial .cont {
        width: 75.67%;
    }
}

.commercial .cont .c-bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
}

.commercial .cont .c-bottom .close {
    position: absolute;
    right: 20px;
    top: 18px;
    display: block;
    width: 24px;
    overflow: hidden;
}

@media (max-width: 1440px) {
    .commercial .cont .c-bottom .close {
        right: 16px;
        top: 16px;
        width: 22px;
        z-index: 1000;
    }
}

.commercial .cont .c-bottom .close img {
    float: left;
    width: 100%;
}

.commercial .cont .c-bottom .c-left2 {
    width: 50%;
    background: #0059aa;
    padding: 0.8rem 0.6rem 0.6rem;
    color: #fff;
    background: url(../images/contact-bj.jpg) no-repeat left bottom / cover;
}

@media (max-width: 576px) {
    .feedback {
        display: none;
    }

    .commercial .cont .c-bottom .c-left2 {
        padding: 1rem;
        width: 100%;
    }
}

.commercial .cont .c-bottom .c-left2 .c-text {
    margin: 0.1rem 0 0.5rem;
}

@media (max-width: 576px) {
    .commercial .cont .c-bottom .c-left2 .c-text {
        margin: 0.25rem 0 1rem;
    }
}

.commercial .cont .c-bottom .c-left2 .c-img img {
    max-width: 100%;
}

.commercial .cont .c-bottom .c-left2 .c-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0.6rem 0 -0.4rem;
}

@media (max-width: 576px) {
    .commercial .cont .c-bottom .c-left2 .c-list {
        margin: 1rem 0 -1rem;
    }
}

.commercial .cont .c-bottom .c-left2 .c-list li {
    display: flex;
    align-items: center;
    min-width: 1.5rem;
    margin: 0 0 0.4rem;
}

@media (max-width: 1440px) {
    .commercial .cont .c-bottom .c-left2 .c-list li {
        min-width: 130px;
    }
}

@media (max-width: 1199px) {
    .commercial .cont .c-bottom .c-left2 .c-list li {
        min-width: 100px;
    }
}

@media (max-width: 576px) {
    .commercial .cont .c-bottom .c-left2 .c-list li {
        margin: 0 0 1rem;
        min-width: 100px;
    }
}

.commercial .cont .c-bottom .c-left2 .c-list li:nth-child(3n-1) {
    margin-right: 0.2rem;
    margin-left: 0.2rem;
}

@media (max-width: 576px) {
    .commercial .cont .c-bottom .c-left2 .c-list li:nth-child(3n-1) {
        margin-right: 0;
        margin-left: 0;
    }
}

.commercial .cont .c-bottom .c-left2 .c-list li img {
    margin-right: 0.2rem;
    height: 0.56rem;
}

@media (max-width: 576px) {
    .commercial .cont .c-bottom .c-left2 .c-list li img {
        height: 36px;
    }
}

.commercial .cont .c-bottom .c-left2 .c-list li p {
    line-height: 1.5;
}

.commercial .cont .c-bottom .c-left2 {
    padding: 0;
}

@media (max-width: 767px) {
    .commercial .cont .c-bottom .c-left2 {
        display: none;
    }
}

.commercial .cont .c-bottom .c-left2 .f_img {
    width: 100%;
    height: 100%;
}

.commercial .cont .c-bottom .c-left2 .f_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.commercial .cont .c-bottom .c-right2 {
    width: 50%;
    padding: 0 0.8rem;
}

@media (max-width: 767px) {
    .commercial .cont .c-bottom .c-right2 {
        width: 100%;
        padding: 1.5rem 1.8rem;
    }
}

.commercial .cont .c-bottom .c-right2 .c-list li {
    position: relative;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 0.1rem;
}

@media (max-width: 576px) {
    .commercial .cont .c-bottom .c-right2 .c-list li {
        margin-bottom: 0;
    }
}

.commercial .cont .c-bottom .c-right2 .c-list li.on .c-tips span:last-child {
    display: none;
}

.commercial .cont .c-bottom .c-right2 .c-list li::before {
    content: "";
    position: absolute;
    bottom: -1px;
    border-top: 1px solid #333;
    width: 0;
    transition: all 0.5s;
}

.commercial .cont .c-bottom .c-right2 .c-list li .c-tips {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 0.54rem;
    display: flex;
    align-items: center;
    color: #999;
}

@media (max-width: 1199px) {
    .commercial .cont .c-bottom .c-right2 .c-list li .c-tips {
        height: 0.7rem;
    }
}

@media (max-width: 576px) {
    .commercial .cont .c-bottom .c-right2 .c-list li .c-tips {
        height: 2rem;
    }
}

.commercial .cont .c-bottom .c-right2 .c-list li .c-tips span:nth-child(1) {
    display: block;
    width: 20px;
    text-align: center;
    color: #ff0000;
    margin-left: -20px;
}

.commercial .cont .c-bottom .c-right2 .c-list li input {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 0.54rem;
    line-height: 0.54rem;
    border: 0;
    padding: 0 20px 0 0;
    font-size: 16px;
    color: #333;
    background: transparent;
}

.commercial .cont .c-bottom .c-right2 .c-list li input::placeholder {
    color: #c0c0c0;
}

@media (max-width: 1199px) {
    .commercial .cont .c-bottom .c-right2 .c-list li input {
        font-size: 14px;
        height: 0.7rem;
        line-height: 0.7rem;
    }
}

@media (max-width: 576px) {
    .commercial .cont .c-bottom .c-right2 .c-list li input {
        height: 2rem;
        line-height: 2rem;
    }
}

.commercial .cont .c-bottom .c-right2 .c-list li textarea {
    padding: 0.16rem 20px;
    position: relative;
    z-index: 5;
    width: 100%;
    height: 0.9rem;
    border: 0;
    resize: none;
    font-family: "PingFang SC", "Microsoft YaHe", 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', 'Arial', 'sans-serif', \5b8b\4f53;
    overflow: auto;
    background: transparent;
    font-size: 16px;
}

@media (max-width: 1199px) {
    .commercial .cont .c-bottom .c-right2 .c-list li textarea {
        font-size: 14px;
        padding: 0.25rem 20px;
        height: 1rem;
    }
}

@media (max-width: 576px) {
    .commercial .cont .c-bottom .c-right2 .c-list li textarea {
        padding: 0.6rem 20px;
        height: 3rem;
    }
}

.commercial .cont .c-bottom .c-right2 .c-list li:nth-last-child(2) {
    display: flex;
    align-items: flex-start;
    margin: 0;
    padding: 0.2rem 0 0.4rem;
    border: 0;
}

@media (max-width: 576px) {
    .commercial .cont .c-bottom .c-right2 .c-list li:nth-last-child(2) {
        margin: 0.5rem 0;
    }
}

.commercial .cont .c-bottom .c-right2 .c-list li:nth-last-child(2) input {
    margin-right: 10px;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #999;
    border-radius: 3px;
    background: transparent;
    padding: 0;
    box-sizing: border-box;
    cursor: pointer;
}

@media (max-width: 576px) {
    .commercial .cont .c-bottom .c-right2 .c-list li:nth-last-child(2) input {
        width: 14px;
        height: 14px;
        margin: 3px 10px 3px 0;
    }
}

.commercial .cont .c-bottom .c-right2 .c-list li:nth-last-child(2) input:checked {
    background: #0059aa;
    border-color: #fff;
    background: #0059aa url(../images/zhengqueimfw1.png) no-repeat center;
    background-size: 60% auto;
}

.commercial .cont .c-bottom .c-right2 .c-list li:nth-last-child(2) p {
    width: 100%;
    line-height: 20px;
    color: #999;
}

.commercial .cont .c-bottom .c-right2 .c-list li:nth-last-child(2) p a {
    color: #0067F7;
}

.commercial .cont .c-bottom .c-right2 .c-list li:nth-last-child(1) {
    margin: 0;
    border: 0;
    display: flex;
}
.commercial .cont .c-bottom .c-right2 .c-list li:nth-last-child(1) span{
    display: flex;
    margin-left: 10px;
    justify-content: center;
    align-items: center;
    color: #bdbdbd;
    font-size: 12px;
}

.commercial .cont .c-bottom .c-right2 .c-list li:nth-last-child(1) button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.52rem;
    height: 0.5rem;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #333333;
    font-size: 16px;
    cursor: pointer;
    border-color: #0067F7;
    background-color: #0067F7;
    color: #fff;
}

@media (max-width: 1199px) {
    .commercial .cont .c-bottom .c-right2 .c-list li:nth-last-child(1) button {
        width: 120px;
        height: 40px;
    }
}

@media (max-width: 1440px) {
    .commercial .cont .c-bottom .c-right2 .c-list li:nth-last-child(1) button {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .commercial .cont .c-bottom .c-right2 .c-list li:nth-last-child(1) button {
        width: 5rem;
        height: 1.8rem;
        width: 100%;
    }
}

.commercial .cont .c-bottom .c-right2 .c-list li:nth-last-child(1) button i {
    display: block;
    width: 18px;
    overflow: hidden;
    margin-right: 10px;
}

@media (max-width: 1440px) {
    .commercial .cont .c-bottom .c-right2 .c-list li:nth-last-child(1) button i {
        margin-right: 5px;
        width: 14px;
    }
}

@media (max-width: 576px) {
    .commercial .cont .c-bottom .c-right2 .c-list li:nth-last-child(1) button i {
        width: 12px;
        margin-right: 6px;
    }
}

.commercial .cont .c-bottom .c-right2 .c-list li:nth-last-child(1) button i img {
    float: left;
    width: 100%;
}

.commercial .cont .c-bottom .c-right2 .c-list li:nth-last-child(1) button span {
    font-size: 16px;
}

@media (max-width: 1440px) {
    .commercial .cont .c-bottom .c-right2 .c-list li:nth-last-child(1) button span {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .commercial .cont .c-bottom .c-right2 .c-list li:nth-last-child(1) button span {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .commercial .cont .c-bottom .c-right2 .c-list li:nth-last-child(1) button span {
        font-size: 12px;
    }
}

.commercial .cont .c-bottom .c-right2 .c-list li.int:hover .c-tips span:nth-child(2) {
    color: #333;
}

.commercial .cont .c-bottom .c-right2 .c-list li.int:hover:before {
    width: 100%;
}

.commercial .cont .c-bottom .c-right2 .c-list .f_yan {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.commercial .cont .c-bottom .c-right2 .c-list .f_yan .f_int1 {
    position: relative;
    width: calc(100% - 186px);
}

@media (max-width: 1440px) {}

.commercial .cont .c-bottom .c-right2 .c-list .f_yan .f_int1 input {
    padding-left: 0;
}

.commercial .cont .c-bottom .c-right2 .c-list .f_yan .f_but {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

@media (max-width: 1440px) {
    .commercial .cont .c-bottom .c-right2 .c-list .f_yan .f_but {
        padding-bottom: 6px;
    }
}

.commercial .cont .c-bottom .c-right2 .c-list .f_yan .f_but .hi-input-box {
    color: #0067F7;
    margin-right: 10px;
    font-size: 13px;
}

.commercial .cont .c-bottom .c-right2 .c-list .f_yan .f_but .f_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 122px;
    height: 48px;
}

@media (max-width: 1440px) {
    .commercial .cont .c-bottom .c-right2 .c-list .f_yan .f_but .f_icon {
        height: 40px;
        width: 100px;
    }
}

@media (max-width: 1199px) {
    .commercial .cont .c-bottom .c-right2 .c-list .f_yan .f_but .f_icon {
        height: 26px;
    }
}

.commercial .cont .c-bottom .c-right2 .c-list .f_yan .f_but .f_icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.commercial .cont .c-bottom .c-right2 .c-list .f_yan .c-tips .name1 {
    width: calc(100% - 20px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fz_select1 select {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 0.54rem;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    line-height: 0.54rem;
    outline: none;
    border: 0;
    background: transparent url(../images/c-jt2.png) 96% center / 12px no-repeat;
    padding: 0 20px 0 0;
    font-size: 16px;
    color: #999;
}
@media (max-width: 576px) {
    .fz_select1 select {
    height: 2rem;
    line-height: 2rem;
    font-size: 14px;
    }
}