        body{
            background: url('/template/default/html/images/1519ecb7fcee43a3a0f6f87b8be22080.gif') no-repeat;
            background-size: 100%;
        }
        .page-introduce{
            margin: 170px auto 0;
            width: 85vw;
            max-width: 1440px;
            color: #fff;
        }
        .page-introduce>div:nth-child(1){
            font-size: 32px;
            font-weight: 700;
            line-height: 1.4em;
        }
        .page-introduce>div:nth-child(2){
            margin-top: 10px;
            line-height: 1.7em;
            font-size: 16px;
            font-weight: 400;
        }
        .page-introduce>div:nth-child(3){
            padding: 10px 0;
        }
        .page-introduce>div:nth-child(3) .layui-breadcrumb a{
            color: #fff !important;
        }
        .page-introduce>div:nth-child(3) .layui-breadcrumb a:last-child{
            color: rgba(255,255,255,0.64) !important;
        }
        .page-container{
            background: #fff;
        }
        .after-sale-box{
            margin: 0 auto;
            padding: 70px 0;
            width: 85vw;
            max-width: 1440px;
        }
        .after-sale-list{
            display: flex;
            flex-wrap: wrap;
        }
        @media screen and (max-width: 475px){
            .after-sale-list{
                display: block;
            }
        }
        .after-sale-item{
            display: flex;
            margin-bottom: 40px;
            padding: 10px 0;
            width: 50%;
        }
        @media screen and (max-width: 475px){
            .after-sale-item{
                display: block;
                width: unset;
            }
        }
        .after-sale-left{
            flex: 1;
            margin: 0 10px;
        }
        .after-sale-icon{
            margin: auto;
            width: 80px;
            height: 80px;
            line-height: 80px;
            background-color: #f6f6f6;
            border-radius: 50px;
            box-shadow: 4px 7px 7px -3px rgba(34,34,34,0.12);
            text-align: center;
        }
        @media screen and (max-width: 475px){
            .after-sale-icon{
                margin-bottom: 20px;
            }
        }
        .after-sale-icon i{
            color: #005198;
            font-size: 34px;
        }
        .after-sale-right{
            flex: 5;
            margin: 0 10px;
        }
        .after-sale-right-title{
            line-height: 1.4em;
            font-size: 24px;
            color: #666;
        }
        .after-sale-right-content{
            padding: 12px 20px 0 0;
            word-break: break-word;
            font-size: 16px;
            color: #666;
        }
        .after-sale-sheet{
            margin: 0 auto 70px;
            width: 85vw;
            max-width: 1440px;
        }
        .after-sale-sheet-title{
            margin-bottom: 40px;
            font-size: 32px;
            color: #666;
            font-weight: 700;
            line-height: 1.4em;
        }
