body{
    padding: 0;
    margin: 0;
}

.light {
    color: #FF6B41;
}

a:link {
    color: #000000;
}

a:visited {
    color: #000000;
}

a:hover {
    color: #000000;
}

a:active {
    color: #000000;
}

/* 头部和尾部样式 */

@media screen and  (min-width: 1024px){

    .title {
        max-width: 1920px;
        min-width: 1400px;
        height: 93px;
        background-color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .title-cont{
        width: 100%;
        position: relative;
    }

    .title-img {
        width: 197px;
        height: 48px;
        margin-left: 100px;
    }

    .title-right{
        display: flex;
        align-items: center;
    }

    .title-text {
        width: 374px;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: bold;
    }

 

    .wx-app {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
        border-left: 2px solid #D0D0D0;
        margin-left: 62px;
        padding-left: 48px;
    }

    .wx-app-code {
        display: none;
        width: 640px;
        height: 224px;
        position: absolute;
        top: 70px;
        right: 20px;
        background-color: #FFFFFF;
        padding: 14px 28px 30px 28px;
        justify-content: space-between;
    }

    .wx-app-code img {
        width: 143px;
        height: 163px;
    }



    .bottom-view {
        width: 100%;
        height: 462px;
        background-image: url("../bottom/bottomBG.png");
        background-size: 100% 100%;
    }

    .bottom-cont {
        width: 1241px;
        height: 412px;
        display: flex;
        justify-content: space-between;
    }

    .bottom-cont-right{
        display: flex;
        align-items: center;
    }

    .bottom-cont-right img {
        width: 358px;
        height: 88px;
    }

    .bottom-cont .iconb1 {
        width: 158px;
        height: 180px;
    }

    .bottom-cont-left .item-list {
        height: 180px;
        margin-left: 24px;
    }

    .bottom-cont-left .span1 {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        margin-left: 20px;
    }

    .bottom-tip {
        max-width: 1920px;
        min-width: 1400px;
        height: 50px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 50px;
        opacity: 0.6;
        text-align: center;
    }

    .title-phone{
        display: none;
    }

}

@media screen and  (max-width: 414px){
    .title {
        max-width: 414px;
        min-width: 375px;
        height: 93px;
        background-color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .title-img {
        width: 197px;
        height: 48px;
        margin: 0;
    }

    .title-right{
        display: none;
    }

    .wx-app-code {
        display: none;
        width: 340px;
        height: 124px;
        position: absolute;
        top: 70px;
        right: 20px;
        background-color: #FFFFFF;
        padding: 14px 28px 30px 28px;
        justify-content: space-between;
    }

    .wx-app-code img {
        width: 43px;
        height: 63px;
    }



    .bottom-view {
        width: 100%;
        height: 343px;
        background-image: url("../bottom/bottomBG.png");
        background-size: 100% 100%;
    }

    .bottom-cont {
        width: 336px;
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .bottom-cont-right{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bottom-cont-right img {
        width: 244px;
        height: 54px;
    }

    .bottom-cont .iconb1 {
        width: 135px;
        height: 135px;
    }

    .bottom-cont-left .item-list {
        height: 130px;
        margin-left: 10px;
    }

    .bottom-cont-left .span1 {
        font-size: 1px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        margin-left: 20px;
    }

    .bottom-tip {
        max-width: 414px;
        min-width: 375px;
        height: 40px;
        font-size: 11px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 50px;
        opacity: 0.6;
        text-align: center;
    }
    
    .title-phone{
        display: flex;
        flex-direction: column;
        background-color: #FFFFFF;
        width: 100%;
        height: 58px;
    }

    .title-phone-bor{
        width: 100%;
        height: 6px;        
        background: #EBEBEB;
    }

    .title-phone-cont{
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .phone-cont-item-light{
        border-bottom: 3px solid #FF6B41;
        width: 15%;
        height: 46px;
        text-align: center;
        line-height: 46px;
        font-size: 14px;
    }

    .phone-cont-item{
        width: 15%;
        height: 46px;
        text-align: center;
        line-height: 46px;
        font-size: 14px;
    }
}

       