body {
    background-color: #fff;
}



h1.i-title,h3.i-title{
    font-size: 24px;
    margin: 0;
    text-align: center;
    margin-bottom: 0.5rem;
    transition: all .2s ease-in-out;
    padding-top: .7rem;
}


#support .banner {
    height: 600px;
    background: url("/public/static/modules/cms/css/../images/cycle_banner.jpg") no-repeat top;
    background-size: cover;
    display: flex;
    align-items: center;
}

#support .banner h1 {
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
}

#support .banner p {
    font-size: 18px;
    line-height: 38px;
    color: #fff;
}

.support-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.support-body ul li {
    /*height: 100%;*/
    position: relative;
}

.support-body ul li a {
    color: inherit;
    transition: .5s ease;
}

.support-body ul li a:hover {
    color: white;
}

.nav-link {
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    background: #e0ecfb;
}

.link-list {
    display: flex;
    height: 50px;
}

.link-list li a {
    height: 100%;
    width: 100%;
    padding: 0 8px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-size: 12px;
    transition: all 0.5s ease;
}

.link-list li a:hover {
    color: white;
    background: rgba(102, 177, 241, 0.8);
    transition: all 0.5s ease;
    cursor: pointer;
}


.link-list li.active a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #66B1F1;
    height: 3px;
}

/*tab切换*/
#myTab {
    background-color: #fff;
    padding: 50px 0 50px;
    text-align: center;
    border: none;
}

#myTab li {
    float: none;
    display: inline-block;
    text-align: center;
    width: 40%;
}

#myTab li .tab-btn {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #e0ecfb;
    color: #2c2f33;
    font-size: 24px;
    transition: .3s all;
}

#myTab li.active .tab-btn, #myTab li:hover .tab-btn {
    background-color: #f08519;
    border: none;
    color: #ffffff;
}

/*鼠标移入tab切换*/
.support-body .nav-tabs-hover {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-around;
}

.about-honor .nav-tabs-hover {
    margin: 0 auto;
    max-width: 800px;
    margin-bottom: 30px;
}

.nav-tabs-hover li {
    font-size: 18px;
}

.nav-tabs-hover li:hover {
    cursor: pointer;
}

.nav-tabs-hover li.active {
    color: #f08519;
}

.support-data .tab-content li {
    display: none;
}

.no-sup  .sup-data-list > div{
    background-color: #7777778c;
}

.support-data .tab-content li.active {
    display: block;
}

/*支持信息*/
.support-info {
    margin-top: .5rem;
    padding: 0 0 .7rem;
    background: url("/public/static/modules/cms/css/../images/support_info_bg.png") no-repeat;
}

.support-info .si-text {
    margin-bottom: .5rem;
    text-align: center;
}

.support-info .si-text h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.support-info .si-text h5 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #f08519;
}

.support-info .si-text p {
    text-align: left;
    color: #666666;
    line-height: 1.5;
}


/*技术支持范围*/
.support-data {
    margin: .7rem 0;
}

.sup-data-list {
    text-align: center;
}

.sup-data-list:last-child > div {
    margin-bottom: 0;
}

.sup-data-list > div {
    width: 100%;
    min-height: 260px;
    background-color: #265397;
    border-radius: 10px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all;
}

.sup-data-list > div:hover {
    transform: translateY(-15px);
}

.sup-data-list img {
    margin-bottom: 20px;
}

.sup-data-list h5 {
    margin-bottom: 24px;
    color: #fff;
}

.sup-data-list p {
    color: #fafcfe;
    line-height: 1.5;
}

/*提供配套资料*/
.support-resource {
    margin: .7rem 0 0;
    padding-bottom: .5rem;
    background-color: #265397;
}

.support-resource h3 {
    color: #fff;
}


.sr-list {
    /*display: flex;*/
    margin-bottom: 30px;
}

.sr-list > div {
    height: 0;
    padding-bottom: 100%;
    text-align: center;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    transition: .3s all;
}

.sr-list > div:hover{
    transform: translateY(-10px);
}

.sr-list > div > div {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sr-list h5 {
    font-size: 12px;
}

.sr-list img {
    max-width: 40%;
    max-height: none;
    margin-bottom: 24px;
    /*width: 60px;*/
}


/*技术文章*/
.support-problem {

}

.sup-pro-box {
    max-width: 1200px;
    margin: 0 auto;
}

.sup-pro-box p {
    line-height: 2;
    color: #666666;
    font-size: 18px;
}

.sup-pro-box button {
    border: none;
    background-color: #f08519;
    color: #fff;
    transition: .3s all;
    height: 60px;
    width: 240px;
    font-size: 30px;
    line-height: 60px;
    vertical-align: middle;
}


.sup-pro-box button img {
    /*font-size: 48px;*/
    margin-right: 10px;
    position: relative;
    top: -4px;
}

.sup-pro-box button:hover {
    background-color: #265398;
}

/*售后返修*/
/*前往开发者中心*/
.repair-service {
    padding: 0 0 .7rem;
    background: url("/public/static/modules/cms/css/../images/repair_service_bg.jpg") no-repeat;
    background-size: cover;
}

.repair-service .rs-left {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    flex-direction: column;
    justify-content: center;
}

.repair-service .rs-left p {
    line-height: 2;
}

.repair-service .rs-left h1 {
    margin-bottom: 42px;
}

.repair-service .sps-title {
    color: #265398;
    text-align: left;
}

.repair-service .rs-list li{
    margin-bottom: 10px;
    font-size: 14px;
}

.repair-service .rs-list i{
    color: #f08519;
    font-size: 18px;
}

.repair-service .go-developer{
    margin-top: 30px;
    height: 40px;
    line-height: 40px;
    width: 120px;
    background-color: #265398;
    text-align: center;
    color: #fff;
    transition: .3s all;
}

.repair-service .go-developer:hover{
    background-color: #f08519;
    cursor: pointer;
}


    /*保修承诺*/
.repair-promise, .repair-contact, .repair-except {
    padding: .7rem 0 .5rem;
}

.repair-promise .rp-list{
    min-height: 180px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
    border: solid 1px #e0ecfb;
    position: relative;
    margin-bottom: 30px;
    transition: .3s all;
}

.repair-promise .rp-list:hover{
    border-color: #f08519;
    transform: translateY(-10px);
}

.repair-promise .rp-list::before{
    content: "";
    position: absolute;
    top: 50%;
    left: -28px;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
}

.repair-promise .rp-list p{
    padding: 0 20px 0 40px;
    line-height: 1.5;
    font-size: 14px;
}

.repair-promise  .rp-left .rp-list::before{
    background: url("/public/static/modules/cms/css/../images/rp_icon_01.png") no-repeat;
    background-color: #fff;
}

.repair-promise  .rp-right .rp-list::before{
    background: url("/public/static/modules/cms/css/../images/rp_icon_02.png") no-repeat;
    background-color: #fff;
}

.repair-promise .tab-content li{
    display: none;
}

.repair-promise .tab-content li.active{
    display: block;
}


/*技术支持途径*/
.support-problem .img-bg{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s all;
}

.sp-developer {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin-bottom: 10px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.sp-developer:hover .img-bg{
    transform: scale(1.2);
}


.sp-developer > div{
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    color: #fff;
    z-index: 1;
}

.sp-developer > div h5{
    color: #fff;
    margin: 10px 0 20px;
}

.sp-developer > div p{
    line-height: 1.2;
    margin-bottom: 10px;
}

.sp-developer img.icon{
    width: 50px
}

.sp-developer .sp_btn{
    background-color: #265397;
    width: 120px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    transition: .3s all;
}

.sp-developer .sp_btn:hover{
    background-color: #f08519;
    cursor: pointer;
}

.sp-developer .sp_btn a{
    color: #fff;
}

.sp-box-right > div {
    height: 0;
    padding-bottom: 46%;
    position: relative;
}

.sp-box-right > div h5 {
    color: #fff;
}


.sp-box-right .img-bg{
    transition: .3s all;
}

.sp-email{
    margin-bottom: 10px;
}

.sp-box-right .sp-email img.icon, .sp-box-right .sp-phone img.icon {
    width: 50px;
}

.sp-box-right .sp-email,.sp-box-right .sp-phone{
    overflow: hidden;
}

.sp-box-right .sp-email > div, .sp-box-right .sp-phone > div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    z-index: 1;
    transition: .3s all;
}

.sp-box-right .sp-email > div:hover +.img-bg, .sp-box-right .sp-phone > div:hover +.img-bg{
    transform: scale(1.2);
}

.sp-box-right h5 {
    margin: 10px 0;
}

.support-problem .note{
    font-size: 18px;
    color: #bbb;
    margin-top: 30px;
}

/*返修联系*/
.repair-contact p {
    font-size: 18px;
    color: #666666;
}

.repair-contact .rc-btn button {
    width: 240px;
    height: 60px;
    line-height: 60px;
    background-color: #265398;
    border-radius: 5px;
    border: none;
    margin: 50px 0;
    color: #fff;
    transition: .3s all;
}

.repair-contact .rc-btn button:hover {
    background-color: #f08519;
}

.repair-contact .rc-info {
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}

#myTab li:first-child {
    margin-right: 20px;
}

#myTab li .tab-btn:hover {
    cursor: pointer;
}

@media (min-width: 350px) {
    .link-list li a {
        font-size: 14px;
    }
}

@media (min-width: 450px) {

    .link-list li a {
        padding: 0 15px;
    }
}


@media (min-width: 550px) {

    #support .banner h1 {
        text-align: left;
    }

    .nav-tabs-hover {
        justify-content: center;
    }

    .nav-tabs-hover li:first-child {
        margin-right: 50px;

    }

    .nav-tabs-hover li {
        font-size: 18px;
    }

}

@media (min-width: 768px) {
    .link-list {
        height: 70px;
    }

    .link-list li a {
        font-size: 24px;
    }

    #myTab li {
        width: 240px;
    }

    #myTab li:first-child {
        margin-right: 40px;
    }

    #myTab li .tab-btn {
        height: 80px;
    }

    .support-info .si-text p {
        text-align: center;
    }

    .sup-pro-box > div {
        padding-top: 40px;
    }


    .repair-service .rs-left {
        margin-bottom: 0;
    }

    .repair-service > div > div {
        display: flex;
    }

    .sup-data-list > div {
        margin-bottom: 0;
    }

    .sr-list h5 {
        font-size: 14px;
    }

    .sp-box-right {
        padding-left: 0;
    }

    .sp-developer {
        margin-bottom: 0;
    }

    .sp-box-right .sp-email {
        margin-bottom: 15px;
    }

    .sp-box-right > div{
        height: auto;
    }

    .sp-box>div{
        display: flex;
    }

    .sp-box-right{
        display: flex;
        flex-direction: column;

    }

    .sp-box-right .sp-email,.sp-box-right .sp-phone{
        flex: 1;
    }

    .repair-promise .rp-list p{
        font-size: 16px;
    }

    h1.i-title,h3.i-title{
        font-size: 28px;
    }

}

@media (max-width: 768px) {
    .support-body ul{
        text-align: center;
    }

    .repair-service .rs-left p{
        text-align: center;
    }

    .repair-service .go-developer{
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    #myTab {
        padding-top: 100px;
    }

    .support-info .si-box > div {
        display: flex;
    }

    .support-info .si-text {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
        text-align: left;
    }

    .support-info .si-text h4 {
        font-size: 20px;
    }

    .support-info .si-text h5 {
        font-size: 28px;
    }

    .support-info .si-text p {
        text-align: left;
        font-size: 18px;
    }

    .about-honor .nav-tabs-hover {
        margin-bottom: 50px;
    }

    .nav-tabs-hover li {
        font-size: 24px;
    }

    .support-body .nav-tabs-hover {
        margin-bottom: 50px;
    }

    .sup-data-list > div {
        max-width: 460px;
    }


    .sr-list h5 {
        font-size: 16px;
    }

    .sp-developer img.icon,.sp-box-right .sp-email img.icon, .sp-box-right .sp-phone img.icon{
        width: 70px;
    }

    .sp-developer > div h5,.sp-box-right > div h5{
        font-size: 24px;
    }

    .sp-developer > div p,.sp-box-right p{
        font-size: 18px;
        margin-bottom: 15px;
    }

    .sp-developer .sp_btn{
        width: 150px;
        line-height: 40px;
        height: 40px;
    }

    .repair-service .rs-list li{
        font-size: 16px;
    }

    .repair-service .go-developer{
        height: 60px;
        line-height: 60px;
        font-size: 18px;
        width: 150px;
    }

    .repair-promise{
        padding-top: .7rem;
    }

    h1.i-title,h3.i-title{
        font-size: 32px;
    }
}


@media (min-width: 1200px) {
    .sup-info-list > div {
        margin-bottom: 0;
    }

    .nav-tabs-hover li {
        font-size: 32px;
    }

    .col-lg-25 {
        width: 20%;
    }

    h1.i-title,h3.i-title{
        font-size: 36px;
    }
}