body{
    background-color: #fff;
}

#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;
}

.cycle-info{
    color: #484848;
    min-height: 600px;
    background: url("/public/static/modules/cms/css/../images/cycle_info_bg.png") no-repeat;
    background-size: cover;
}

.cycle-info .cycle-title{
    margin-bottom: 32px;
    color: #484848;
    text-align: left;
    padding-top: 50px;
}

.cycle-info>div,.cycle-info>div>div{
    height: 100%;
}

.cycle-info p{
    line-height: 1.5;
    color: #484848;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    margin-bottom: 50px;
}



.cycle-info .text-list{
    margin: 28px 0 ;
    color: #484848;
}

.cycle-info .text-list li{
    color: #484848;
}

    /*psnÕþ²ß*/
.cycle-policy{
    padding: 50px 0;
}

.cp-list>div{
    height: 240px;
    margin-bottom: 30px;
}

.cp-list>div>div{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(0deg,
    #34a3eb 0%,
    #2168b5 32%,
    #2c88d2 50%,
    #34a3eb 65%,
    #226ab5 100%);
    border-image-slice: 1;
    transition: .3s all;
}

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

.cp-list>div img{
    margin-bottom: 30px;
}

.cp-list>div p{
    text-align: center;
    padding: 0 20px;
    line-height: 1.5;
}



    /*navµ¼º½À¸*/

.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: -1px;
    background-color: #66B1F1;
    height: 3px;
}

@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;
    }

}

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

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

    .cycle-info{
        display: flex;
        align-items: center;
    }

    .cycle-info>div{
        height: 100%;
        display: flex;
        align-items: center;
    }

    .cycle-info>div>div{
        display: flex;
        align-items: center;
    }

    .resbon{
        display: none;
    }

    .cycle-info p{
        text-align: left;
        font-size: 16px;
    }
}

@media (max-width: 768px){
    .cycle-info .cycle-title{
        font-size: 32px;
        text-align: center;
    }
}

@media (min-width: 992px){

}