.swiper-pagination .swiper-pagination-bullet {
    background: #ebebeb;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
    outline: none !important;
}

/*公共标题栏*/

.lst-block {
    display: flex;

    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 100%;
}

.lst-block .title {
    font-size: 35px;
}

.lst-block .slogn {
    font-size: 20px;
    line-height: 3;
}

/*头部轮播*/

.header-img {
    width: 100%;
}

.header-img .bg-wrap {
    width: 100%;
}

.header-img .bg-box {
    position: relative;
    padding-bottom: 34%;
    width: 100%;
    height: 0;
}

.header-img .bg-box .bg-inner {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-color: #8b7d8e;
}

.header-img .bg-box .txt {
    position: absolute;
    top: 40%;
    box-sizing: border-box;
    padding: 0 5%;
    width: 100%;
}

.header-img .bg-box .title {
    width: 100%;
    font-size: 3rem;
    color: #fff;
}

.header-img .bg-box .slogn {
    margin-top: 2%;
    width: 100%;
    font-size: 2rem;
    color: #fff;
}

.header-img .bg-box .title > span {
    font-size: 65px;

    color: #c7000c;
}

.header-img .bg-box .slogn > span {
    color: #c7000c;
}

/*好处是什么*/

.goodness {
    padding-top: 3%;
    width: 100%;
    background-color: #f4f5f7;
}

.goodness .lst-block {
    width: 100%;
    text-align: center;
}

.goodness .img-wrap {
    width: 100%;
}

.goodness .img-box {
    position: relative;

    padding-bottom: 40%;
    width: 100%;
}

.goodness .img-box .img-inner {
    position: absolute;
    top: 0;
    left: 0;

    box-sizing: border-box;
    padding: 5%;
    width: 100%;
    height: 100%;
}

.goodness .img-box img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

/*展现形式*/

.format {
    padding: 3% 0;
    width: 100%;
    background-color: #f5fafe;
}

.format .lst-block {
    width: 100%;
    text-align: center;
}

.format .lst-wrap {
    box-sizing: border-box;
    padding: 3% 5% 0;
    width: 100%;
}

.format .lst-box {
    position: relative;

    padding-bottom: 40%;
    width: 100%;
    height: 0;
}

.format .lst-box .lst-inner {
    display: flex;

    align-items: flex-start;
    justify-content: space-between;

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.format .lst-box .lst-container {
    display: flex;

    flex-direction: column;
    align-items: center;
    justify-content: space-between;

    position: relative;

    box-sizing: border-box;
    padding: 0 5%;
    width: 50%;
    height: 100%;
}

.format .lst-box .lst-container .brackets {
    content: "";

    position: absolute;
    top: 50%;
    right: 0;

    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top: 2px solid #cddeee;
    border-right: 2px solid #cddeee;
    border-bottom: 2px solid #cddeee;
    width: 30px;
    height: 90%;

    transform: translate(50%, -50%);
}

.format .lst-box .lst-container .traingle {
    content: "";

    position: absolute;
    top: 50%;
    right: 0;
    z-index: 9;

    border-top: 2px solid #cddeee;
    border-right: 2px solid #cddeee;
    width: 30px;
    height: 30px;

    background-color: #f5fafe;

    transform: translate(100%, -50%) rotateZ(45deg);
}

.format .lst-box .lst-container .lst-item-box {
    flex-grow: 1;

    box-sizing: border-box;
    padding: 2% 0;
    width: 100%;
    height: 25%;
}

.format .lst-box .lst-container .lst-item-box .lst-item-inner {
    display: flex;

    flex-direction: column;
    justify-content: center;

    box-shadow: 0 0 4px 2px #eeeeee;
    box-sizing: border-box;
    padding: 0 6%;
    width: 100%;
    height: 100%;

    background-color: #fff;
}

.format .lst-box .lst-container:nth-child(2) .lst-item-box .lst-item-inner {
    justify-content: flex-start;
    padding: 20% 10%;
}

.format .lst-box .lst-container .lst-item-box .icon-wrap {
    display: flex;

    align-items: center;

    width: 100%;
}

.format .lst-box .lst-container .lst-item-box .icon-wrap .title {
    flex-grow: 1;
    margin-left: 5%;

    font-size: 20px;
}

.format .lst-box .lst-container:nth-child(2) .lst-item-box .icon-wrap .title {
    font-size: 25px;
}

.format .lst-box .lst-container .lst-item-box .icon-wrap .title > span {
    margin-right: 5px;
    font-size: 30px;
}

.format .lst-box .lst-container:nth-child(2) .lst-item-box .icon-wrap .title > span {
    margin-right: 5px;
    font-size: 35px;
}

.format .lst-box .lst-container .lst-item-box .txt {
    margin-top: 3%;

    font-size: 16px;

    color: #c2bdc3;
}

.format .lst-box .lst-container:nth-child(2) .lst-item-box .txt {
    margin-top: 5%;

    font-size: 18px;
}

.format .lst-box .lst-container .lst-item-box .icon-box {
    position: relative;

    padding-bottom: 10%;
    width: 10%;
    height: 0;
}

.format .lst-box .lst-container:nth-child(2) .lst-item-box .icon-box {
    position: relative;

    padding-bottom: 15%;
    width: 15%;
    height: 0;
}

.format .lst-box .lst-container .lst-item-box .icon-box .icon-inner {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.format .lst-box .lst-container .lst-item-box .icon-box img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}

/*编码技术*/

.coding {
    padding: 3% 0;
    width: 100%;
}

.coding .lst-block {
    width: 100%;
    text-align: center;

    color: #fff;
}

.coding .lst-container {
    display: flex;

    flex-direction: column;
    align-items: center;

    box-sizing: border-box;
    padding: 3% 15% 0;
    width: 100%;
}

.coding .lst-container .lst-wrap {
    display: flex;

    align-items: flex-start;

    width: 100%;
}

.coding .lst-container .lst-box {
    box-sizing: border-box;
    padding: 0 1%;
    width: 20%;
}

.coding .lst-container .lst-box .lst-inner {
    border-radius: 40px;
    padding: 3% 0;
    width: 100%;

    font-size: 30px;
    text-align: center;

    color: #fff;
    background: linear-gradient(to right, #c7000c 0%, #fa0d1c 100%);
}

.coding .lst-container .txt {
    margin-top: 10%;
    margin-bottom: 5%;

    font-size: 18px;
    text-align: center;
    line-height: 2;

    color: #fff;
}

.coding .lst-container  > a {
    box-sizing: border-box;
    border-radius: 30px;
    padding: 2px;
    width: 60%;

    background: linear-gradient(to right, #ff727b 0%, #c7000c 100%);
}

.coding .lst-container  > a .btn-box  {
    border-radius: 30px;
    padding: 1.5% 0;
    width: 100%;

    font-size: 20px;
    text-align: center;

    background-color: #314055;
}

/*代码规范*/

.standard {
    padding: 3% 0;
    width: 100%;

    background-color: #f5fafe;
}

.standard .lst-block {
    width: 100%;
    text-align: center;
}

.standard .lst-container {
    display: flex;

    align-items: flex-start;
    justify-content: center;

    margin-top: 3%;
    box-sizing: border-box;
    padding: 0 10%;
    width: 100%;
}

.standard .lst-container .img-wrap {
    display: flex;

    flex-direction: column;
    align-items: center;

    width: 100%;
}

.standard .lst-container .img-box {
    position: relative;

    padding-bottom: 50%;
    width: 100%;
    height: 0;
}

.standard .lst-container .img-box .img-inner {
    position: absolute;
    top: 0;
    left: 0;

    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.standard .lst-container .img-box img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}

.standard .lst-container .img-wrap .txt {
    font-size: 40px;
    font-weight: 300;
}

/*案例展示*/

.case {
    margin-top: 3%;
    padding-bottom: 3%;
    width: 100%;
}

.case .lst-block {
    width: 100%;
    text-align: center;
}

.case .lst-block .title {
    line-height: 3;
}

.case .swiper-container {
    padding: 2% 0;
    width: 100%;

    background-color: #f5fafe;
}

.case .swiper-container .swiper-slide {
    width: 25%;
}

.case .swiper-container .swiper-slide .img-wrap {
    overflow: hidden;

    border-radius: 10px;
    margin: 0 4%;
    width: 92%;
}

.case .swiper-container .swiper-slide .img-wrap .name {
    padding: 3% 0;
    width: 100%;

    font-size: 20px;
    text-align: center;

    color: #fff;
    background: linear-gradient(to right, #ff727b 0%, #c7000c 100%);
}

.case .swiper-container .swiper-slide .img-box {
    position: relative;

    padding-bottom: 70%;
    width: 100%;
    height: 0;
}

.case .swiper-container .swiper-slide .img-box .img-inner {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.case .swiper-container .swiper-slide .img-box img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.case .swiper-pagination {
    left: 50%;

    padding: 1% 0;

    width: 100%;

    transform: translateX(-50%);
}

.case .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
}

/*制作流程*/

.flow {
    overflow: hidden;
    margin-top: 3%;
    width: 100%;
}

.flow .lst-block {
    width: 100%;
    text-align: center;
}

.flow .lst-container {
    display: flex;

    align-items: center;
    justify-content: center;

    margin: 15% 0;
    box-sizing: border-box;
    width: 100%;
}

.flow .lst-container .lst-wrap {
    flex-basis: 10.5%;
    margin: 0 .2%;
}

.flow .lst-container .lst-box {
    position: relative;

    padding-bottom: 21%;
    width: 100%;
    height: 0;
}

.flow .lst-container .lst-box .arrow {
    display: flex;

    flex-direction: column;
    align-items: center;
    justify-content: center;

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    font-size: 0;
}

.flow .lst-container .lst-box .arrow .arrow-top {
    width: 100%;
    height: 50%;

    background-color: #1b84be;

    transform: skewX(45deg);
    transition: all .3s;
}

.flow .lst-container .lst-box .arrow .arrow-bottom {
    width: 100%;
    height: 50%;

    background-color: #1b84be;

    transform: skewX(-45deg);
    transition: all .3s;
}

.flow .lst-container .lst-box:hover .arrow .arrow-top,
.flow .lst-container .lst-box:hover .arrow .arrow-bottom {
    background-color: #ff711d;
}

.flow .lst-container .lst-box .circle {
    position: absolute;
    top: 50%;
    left: 50%;

    border-radius: 100%;
    width: 12px;
    height: 12px;

    background: radial-gradient(circle, #ffffff, transparent);

    transform: translate(-50%, -50%);
}

.flow .lst-container .lst-box .line {
    transition: all .3s;
}

.flow .lst-container .lst-wrap:nth-child(2n + 1) .line {
    position: absolute;
    top: -150%;
    left: 50%;

    border-radius: 100%;
    width: 1px;
    height: 65px;

    background: #1b84be;
}

.flow .lst-container .lst-wrap:nth-child(2n) .line {
    position: absolute;
    bottom: -150%;
    left: 50%;

    border-radius: 100%;
    width: 1px;
    height: 65px;

    background: #1b84be;
}

.flow .lst-container .lst-box:hover .line {
    background: #ff711d;
}

.flow .lst-container .lst-wrap .icon-inner {
    box-sizing: border-box;
    padding: 10%;

    transition: all .3s;
}

.flow .lst-container .lst-wrap:nth-child(2n + 1) .icon-inner {
    position: absolute;
    top: calc(-150% - 80px);
    left: 50%;

    border-radius: 100%;
    width: 80px;
    height: 80px;

    background: #1b84be;

    transform: translateX(-50%);
}

.flow .lst-container .lst-wrap:nth-child(2n) .icon-inner {
    position: absolute;
    bottom: calc(-150% - 80px);
    left: 50%;

    border-radius: 100%;
    width: 80px;
    height: 80px;

    background: #1b84be;

    transform: translateX(-50%);
}

.flow .lst-container .lst-box:hover .icon-inner {
    background: #ff711d;
}

.flow .lst-container .lst-wrap .icon-inner img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}

.flow .lst-container .lst-wrap .number-box {
    display: flex;

    align-items: center;
}

.flow .lst-container .lst-wrap:nth-child(2n + 1) .number-box {
    position: absolute;
    top: calc(-140% - 140px);
    left: 50%;

    transform: translateX(-50%);
}

.flow .lst-container .lst-wrap:nth-child(2n) .number-box {
    position: absolute;
    bottom: calc(-140% - 140px);
    left: 50%;

    transform: translateX(-50%);
}

.flow .lst-container .lst-wrap .number-box .number {
    display: flex;

    flex-shrink: 0;
    align-items: center;
    justify-content: center;

    border-radius: 100%;
    border: 1px solid #3b3b3b;
    width: 30px;
    height: 30px;

    font-size: 20px;
}

.flow .lst-container .lst-wrap .number-box .tag {
    margin-left: 10px;

    font-size: 18px;
    white-space: nowrap;
}

/*解决方案*/
.cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000099;
    opacity: 0;
    transition: all .3s;
}

.solution {
    margin: 3% 0;
    width: 100%;
}

.solution .lst-block {
    width: 100%;
    text-align: center;
}

.solution .lst-container {
    margin: 3% 0;
    width: 100%;
}

.solution .lst-container-box {
    position: relative;

    padding-bottom: 25%;
    width: 100%;
    height: 0;
}

.solution .lst-container-box .lst-container-inner {
    display: flex;

    align-items: flex-start;
    justify-content: space-around;

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.solution .lst-container-box .img-box {
    flex-shrink: 1;

    position: relative;

    width: 20%;
    height: 100%;

    transition: all .3s;
}

.solution .lst-container-box .img-box:hover {
    width: 30%;
}


.solution .lst-container-box .img-box:hover .cover {
    opacity: 1;
}

.solution .lst-container-box .img-box .img-inner {
    display: flex;

    flex-direction: column;
    align-items: center;
    justify-content: center;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;

    width: 100%;
    height: 100%;
}

.solution .lst-container-box .img-box .icon-wrap {
    margin-bottom: 5%;
    width: 20%;
}

.solution .lst-container-box .img-box .icon-box {
    position: relative;

    padding-bottom: 100%;
    width: 100%;
    height: 0;
}

.solution .lst-container-box .img-box .icon-box .icon-inner {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.solution .lst-container-box .img-box .icon-box img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}

.solution .lst-container-box .img-box .tag {
    font-size: 20px;
    line-height: 3;

    color: #fff;
}

.solution .lst-container-box .img-box .tag:before {
    content: "";

    display: block;

    margin: 0 auto;

    width: 15%;
    height: 2px;

    background-color: #fff;
}

@media screen and (max-width: 1023px) {
    .header-img .bg-box {
        padding-bottom: 70%;
    }

    .header-img .bg-box .title {
        font-size: 2.5rem;
    }

    .header-img .bg-box .title > span {
        font-size: 3rem;
    }

    .header-img .bg-box .slogn {
        font-size: 1.8rem;
    }

    .lst-block .title {
        font-size: 1.8rem;
    }

    .goodness .img-box {
        padding-bottom: 70%;
    }

    .goodness .img-box .img-inner {
        padding: 5% 0;
    }

    .format .lst-box {
        padding-bottom: 100%;
    }

    .format .lst-box .lst-container:nth-child(2) .lst-item-box .icon-wrap .title {
        font-size: 2rem;
    }

    .format .lst-box .lst-container .lst-item-box .icon-wrap .title {
        font-size: 2rem;
    }

    .format .lst-box .lst-container:nth-child(2) .lst-item-box .icon-wrap .title > span {
        font-size: 2.5rem;
    }

    .format .lst-box .lst-container .lst-item-box .icon-wrap .title > span {
        font-size: 2.5rem;
    }

    .format .lst-box .lst-container:nth-child(2) .lst-item-box .txt {
        font-size: 1.4rem;
    }

    .format .lst-box .lst-container .brackets {
        width: 1.5rem;
    }

    .format .lst-box .lst-container .traingle {
        width: 1.5rem;
        height: 1.5rem;
    }

    .format .lst-wrap {
        padding: 3% 0% 0;
    }

    .lst-block .slogn {
        margin-top: 3%;
        font-size: 1.4rem;
        line-height: 2;
    }

    .coding .lst-container {
        padding: 3% 2% 0;
    }

    .coding .lst-container .lst-wrap {
        flex-wrap: wrap;
    }

    .coding .lst-container .lst-box {
        width: 50%;
    }

    .coding .lst-container .lst-box .lst-inner {
        font-size: 1.8rem;
        margin: 2% 0;
    }

    .coding .lst-container .txt {
        margin-top: 5%;
        margin-bottom: 5%;
        font-size: 1.4rem;
        text-align: center;
        line-height: 1.5;
    }

    .coding .lst-container > a {
        width: 95%;
    }

    .coding .lst-container > a .btn-box {
        font-size: 1.4rem;
    }

    .standard .lst-container .img-wrap .txt {
        font-size: 2rem;
        text-align: center;
    }

    .standard .lst-container .img-box {
        position: relative;
        padding-bottom: 65%;
        width: 96%;
        height: 0;
    }

    .standard .lst-container {
        padding: initial;
    }

    .case .swiper-container .swiper-slide .img-wrap .name {
        font-size: 1.4rem;
    }

    .solution .lst-container-box .img-box .tag {
        font-size: 1.4rem;
        text-align: center;
        line-height: 1;
    }

    .solution .lst-container-box .img-box .icon-wrap {
        width: 40%;
    }

    .solution .lst-container-box .img-box .tag:before {
        margin: 1rem auto;
    }

    .solution .lst-container-box .img-box:hover {
        width: 40%;
    }

    .solution .lst-container-box {
        padding-bottom: 60%;
    }

    .solution {
        margin-top: 5%;
    }

    .swiper-pagination {
        z-index: 8;
    }

    .case {
        margin-top: initial;
    }

    .solution .lst-container-box .img-box:last-of-type {
        display: none;
    }

    .solution .lst-container-box .img-box {
        width: 25%;
    }

    .solution .lst-container-box .img-box:hover {
        width: 50%;
    }

    .solution .lst-container {
        margin: 5% 0;
    }

    .coding {
        padding: 5% 0;
    }

    .standard {
        padding: 5% 0 3%;
    }

    .flow .lst-container .lst-wrap .number-box .number {
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        border: 1px solid #3b3b3b;
        width: 20px;
        height: 20px;
        font-size: 15px;
    }

    .flow .lst-container .lst-wrap .number-box .tag {
        margin-left: 5px;
        font-size: 15px;
        white-space: nowrap;
    }

    .flow .lst-container {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 8% 0 0;
    }

    .flow .lst-container .lst-wrap:nth-child(2n + 1) .number-box {
        top: 0;
    }

    .flow .lst-container .lst-wrap:nth-child(2n) .number-box {
        top: 0;
        bottom: initial;
    }

    .flow .lst-container .lst-wrap {
        flex-basis: 50%;
        margin: initial;
    }
}
