.header-top {
    width: 100%;
    height: 40px;
    background: #333333;
}

.header-top-main {
    /* width: 100%; */
    height: 100%;
    box-sizing: border-box;
    /* padding: 0 23rem; */
    margin: 0 23rem;
    display: flex;
    align-items: center;
}

.header-top .header-top-main span {
    font-size: 1.125rem;
    margin-right: 3rem;
    cursor: pointer;
}

.header-top .green-lan {
    color: #07A359;
}

.header-top .gray-lan {
    color: #666666;
}

.banner-box {
    width: 100%;
    height: 60rem;
    position: relative;
}

.banner-box .banner-img {
    height: 100%;
    width: 100%;
}

.fadeinout {
    transition: 0.3s ease-in-out;
}

.banner-box .banner-icon {
    width: 100%;
    box-sizing: border-box;
    padding: 0 17rem;
    position: absolute;
    top: 50%;
    z-index: 999;
}

.banner-box .banner-icon .arrow-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.banner-box .banner-icon .arrow-box .left-arrow,
.banner-box .banner-icon .arrow-box .right-arrow {
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.develop-left-arrow,
.develop-right-arrow {
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.banner-box .banner-icon .arrow-box .left-arrow {
    background: url('../images/common/left-nomal.svg') no-repeat 100% 100%;
    background-size: 3rem;
}

.develop-left-arrow {
    background: url('../images/common/left-nomal.svg') no-repeat 100% 100%;
    background-size: 3rem;
}

.banner-box .banner-icon .arrow-box .left-arrow:hover {
    background: url('../images/common/left-active.svg') no-repeat 100% 100%;
    background-size: 3rem;
}

.develop-left-arrow:hover {
    background: url('../images/common/left-active.svg') no-repeat 100% 100%;
    background-size: 3rem;
}

.banner-box .banner-icon .arrow-box .right-arrow {
    background: url('../images/common/right-nomal.svg') no-repeat 100% 100%;
    background-size: 3rem;
}

.develop-right-arrow {
    background: url('../images/common/right-nomal.svg') no-repeat 100% 100%;
    background-size: 3rem;
}

.banner-box .banner-icon .arrow-box .right-arrow:hover {
    background: url('../images/common/right-active.svg') no-repeat 100% 100%;
    background-size: 3rem;
}

.develop-right-arrow:hover {
    background: url('../images/common/right-active.svg') no-repeat 100% 100%;
    background-size: 3rem;
}


.banner-box .piont-box {
    position: absolute;
    bottom: 15%;
    left: 50%;
    display: flex;
    justify-content: space-between;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.banner-box .banner-point {
    /* width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%; */
    /* margin: 1rem; */
    /* background: #fff; */
    position: relative;
    cursor: pointer;
}

.swiper-pagination-bullet {
    margin: 5px;
}

.banner-box .active-point::before {
    content: '';
    position: absolute;
    width: 1rem;
    height: 1rem;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.develop-box {
    background: #fff;
    width: 100%;
}

.foot-box {
    background: #fff;
    width: 100%;
}

.foot-box {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: #FAFAFA;
    /* padding: 8rem 23rem; */
    /* display: flex; */
    justify-content: space-between;
    font-size: 0.88rem;
    color: #333333;
}

.foot-box .left {
    width: 100%;
    padding: 8rem 23rem;
    max-width: 1920px;
    margin: 0 auto;
    box-sizing: border-box;
}

.foot-box .right {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 18.5rem;
}

.foot-box .left-top .lti-content-item-ttle {
    width: 4rem;
}

.foot-box .left-top .lti-content-item-descrip {
    width: 24rem;
}


.foot-box .right img {
    width: 8rem;
    height: 8rem;
}

.foot-box .right .code-item {
    margin-bottom: 2rem;
}

.foot-box .right .code-text {
    text-align: center;
    font-size: 0.88rem;
}

.foot-box .right .sph-img {
    width: 8rem;
    height: 8rem;
    position: relative;
    overflow: hidden;
}

.foot-box .right .sph-img img {
    width: 10.75rem;
    height: auto;
    position: absolute;
    top: -3.5rem;
    left: -1.5rem;
}

.left-top {
    display: flex;
    color: rgba(51, 51, 51, 1);
    justify-content: space-between;
}

.foot-box .left-top .lti-title {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    position: relative;
}

.lti-title::before {
    content: '';
    width: 1.44rem;
    height: 0.25rem;
    left: 0;
    bottom: -0.75rem;
    background: rgba(7, 163, 89, 1);
    position: absolute;
}

.lti-content-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.img-box {
    width: 1.25rem;
    height: 1.25rem;
    justify-content: center;
    align-items: center;
    margin-right: 0.5rem;
}

.lti-content-item img {
    width: 100%;
    height: 100%;

}

.lti-links {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
    width: 10rem;
}

.left-top-item:nth-child(2),
.left-top-item:nth-child(3) {
    margin-left: 5.5rem;
}

.lti-links a {
    text-decoration: none !important;
    /* font-size: 1.125rem; */
    color: #333333;
    margin-bottom: 0.75rem;
}

.blogroll {
    display: flex;
    align-items: center;
    color: #666;
    margin-top: 3rem;
}

.blogrolltitle {
    width: 2rem;
    border-right: 1px solid #F3F3F3;
    box-sizing: border-box;
    padding-right: 1rem;
    font-size: 1rem;
}

.blogroll-content {
    font-size: 0.75rem;
    display: flex;
}

.blogroll-content .blogroll-link-item {
    margin-left: 2.5rem;
}

.blogroll-content a {
    text-decoration: none !important;
    margin-bottom: 0.75rem;
    color: #666666;
    display: block;
}

.blogroll-content a:last-child {
    margin-bottom: 0;
}

.develop-box .develop-img {
    width: 60%;
    box-sizing: border-box;
    padding: 10rem 23rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    margin: 0 auto;
}

.develop-box .develop-img .develop-img-item {
    height: 12.5rem;
    width: 12.5rem;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
}

.develop-img .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    height: 17.5rem;
    width: 17.5rem;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
    position: relative;
}

.develop-icon {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    z-index: 999;
    left: 0;

}

.develop-icon .arrow-box {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;

}

.develop-img .swiper-slide-active,
.develop-img .swiper-slide-duplicate-active {
    transform: scale(1.2);
}

/* .develop-box .develop-img .develop-img-item:nth-child(2) {
    width: 17.5rem;
    height: 17.5rem;
} */

.develop-box .develop-img .develop-img-item img {
    height: 100%;
    object-fit: fill;
}

.active {
    width: 17.5rem !important;
    height: 17.5rem !important;
}

.time-line {
    width: 100%;
    box-sizing: border-box;
    padding: 1rem 23rem;
    border-top: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.time-line-item {
    color: #666666;
    font-size: 1rem;
    width: 12.5rem;
    text-align: center;
    position: relative;
}

/* .time-line-item.ritem:nth-child(2) {
    width: 17.5rem;
} */

.time-line-item::before {
    content: '';
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #E6E6E6;
    top: -1rem;
    left: 50%;
    transform: translate(-50%, -50%);
}

.develop-info {
    color: #666666;
    text-align: center;
    padding-bottom: 8rem;
}

.info-title {
    font-size: 1.13rem;
    color: #333333;
}

.info-text {
    width: 37.5rem;
    margin: 1rem auto 3rem;
}

.tomore {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.tomore img {
    width: 18px;
    height: 18px;
    padding-left: 0.5rem;
}

.food-box {
    display: flex;
}

.active-industry,
.industry {
    width: 55%;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: all 1s;
}

.industry {
    width: 15%;
}

.food-box .black-m {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
}

.active-industry > img,
.industry > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.feed {
    width: 93.75rem;
    position: relative;
    overflow: hidden;
    background: url(../images/home/feed.png) no-repeat center center/auto;
}

.feed-href {
    color: #FFFFFF;
    text-decoration: none;
}

.feed-title {
    font-size: 1.13rem;
    position: relative;
    margin-bottom: 1rem;
}

.feed-title::before {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 0.1em;
    width: 2rem;
    height: 0.13rem;
    background: #fff;
}

.feed-content {
    background: rgba(7, 163, 89, .8);
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 1.75rem;
    width: 28.13rem;
    color: #fff;
    box-sizing: border-box;
    opacity: 0;
    animation: showDiv 1s forwards;
}

@keyframes showDiv {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.fadein {
    /*  -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; */

    opacity: 1;
    width: 28.13rem;
}

.feed-text {
    /* line-height: 2rem; */
    font-size: 1rem;
}

.food {
    width: 26.25rem;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: url(../images/home/food.png) no-repeat center center/auto 100%;
}

.food::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #1C201E;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
}

.food-text {
    font-size: 1.13rem;
    padding-bottom: 0.75rem;
    color: #fff;
    position: absolute;
    bottom: 4rem;
    left: 50%;
    transform: translate(-50%, 0%);
}

.food-text::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0.1em;
    width: 2rem;
    height: 0.13rem;
    background: #fff;
}

.introduce-box {
    background: #fff;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 7.5rem 23rem 8rem;
    color: #333333;
    background: url('../images/home/live-bg.png') no-repeat center center;
    background-size: 100% 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.introduce-box .title {
    text-align: center;
    font-weight: 700;
    letter-spacing: 0rem;
    line-height: 4.38rem;
    color: rgba(7, 163, 89, 1);
    font-size: 3.13rem;
}

.inrtoduce-text {
    width: 53.75rem;
    text-align: center;
    letter-spacing: 0.13rem;
    margin: 3rem auto 6rem;
    line-height: 2.75rem;
    color: rgba(51, 51, 51, 1);
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.toinfo {
    display: flex;
    justify-content: space-between;
}

.intro-i {
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 2px solid #07A359; */
    transition: all 0.3s ease;
}

.intro-i img {
    width: 7.75rem;
    height: 7.75rem;
}

.intro-i img:hover {
    transform: scale(1.1);
    transition: all 0.3s;
}

.greenimg {
    display: block;
}

.hoverimg {
    display: none;
}

.introitem {
    cursor: pointer;
}

/* .introitem:hover .intro-i {
    background: #07A359;
    border: none;
} */

/* .introitem:hover .intro-i .greenimg {
    display: none;
} */

/* .introitem:hover .intro-i .hoverimg {
    display: block;
} */

.intro-text {
    text-align: center;
    margin-top: 2rem;
    transition: all 0.3s ease;
}

.introitem:hover .intro-text {
    color: #07A359;
}

.recruitment-box {
    background: url('../images/home/zp-bg.png') no-repeat center center;
    background-size: 100% 100%;
}

.recruitment-content {
    width: 100%;
    height: 100%;
    /* background: rgba(7, 163, 89, 0.8); */
    box-sizing: border-box;
    padding: 9rem 25rem;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
}

.rec-text {
    font-size: 2rem;
    letter-spacing: 0.4rem;
}

.rec-title {
    font-size: 6.25rem;
    font-weight: 600;
    letter-spacing: 1.25rem;
    margin: 3rem 0;
}

.rec-title span {
    color: #FCC80E;
}

.rec-info {
    width: 62.5rem;
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: 0.18rem;
    margin: 0 auto;
}

.rec-option {
    display: flex;
    justify-content: space-between;
    font-size: 1.25rem;
    margin-top: 8.5rem;
}

.rec-item {
    border-radius: 0 1.88rem 0 1.88rem;
    border: 2px solid #FFFFFF;
    color: #fff;
    display: flex;
    padding: 1rem 1.5rem;
    align-items: center;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.3s ease;
    text-decoration: none;
}

.rec-item img {
    margin-right: 0.75rem;
    height: 2.2rem;
}

.rec-item:hover {
    background: #fff;
    color: #07A359;
}

.rec-item:hover .greenimg {
    display: none;
}

.rec-item:hover .hoverimg {
    display: block;
}

::-webkit-scrollbar {
    width: 0px;
    /* for vertical scrollbars */
    height: 0px;
    /* for horizontal scrollbars */
}

::-moz-scrollbar {
    width: 0px;
    height: 0px;
}

.main {
    overflow: hidden;
}

.mainfixed {
    /* max-width: 1920px; */
    overflow: hidden;
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 5;
}

.main-childern {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-img > img {
    object-fit: cover;
}

#childrenbox {
    position: relative;
    top: 0;
    transition: all 1s;
}

.introitem {
    color: #333333;
    text-decoration: none;
}

.main-left {
    position: fixed;
    right: 3.375rem;
    top: 12.875rem;
    width: 11.875rem;
    height: 31.75rem;
    opacity: 1;
    border-radius: .625rem;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    z-index: 999
}

.main-left .left-line {
    margin-left: 2.3125rem;
    margin-top: 4.7rem;
    width: .5rem;
    height: 21.5rem;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
    position: relative;
}

.swiper-pagination-bullet-active {
    background: rgba(7, 163, 89, 1) !important;
}

.left-line .top-icon {
    position: absolute;
    bottom: -4rem;;
    height: 2rem;
    width: 2rem;
    left: -0.625rem;
    cursor: pointer;
}

.main-left .right-text {
    margin-left: 2.3125rem;
    margin-top: 2.5rem;
    position: relative;
}

.right-text .pig-icon {
    width: 1.875rem;
    height: 1.875rem;
    position: absolute;
    left: -3.5rem;
    animation: pigIconAnimate 0.6s forwards;
}

@keyframes pigIconAnimate {
    from {
        transform: translateY(-200%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.right-text .pig-icon-up {
    width: 1.875rem;
    height: 1.875rem;
    position: absolute;
    left: -3.5rem;
    animation: pigIconUpAnimate 0.6s forwards;
}

@keyframes pigIconUpAnimate {
    from {
        transform: translateY(200%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.right-text .pig-icon-opactiy {
    width: 1.875rem;
    height: 1.875rem;
    position: absolute;
    left: -3.5rem;
    animation: pigIconOpactiyAnimate 1s forwards;
    opacity: 0;
}

@keyframes pigIconOpactiyAnimate {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.right-text .title {
    padding: 1.75rem 0;
    color: #ffffff;
    cursor: pointer;
}

.fw-btn > img {
    width: 15px;
    padding-right: 5px
}

@media screen and (max-width: 1500px) {


    .foot-box {
        /* padding: 8rem 10rem; */
        display: block;
    }

    .foot-box .left {
        padding: 8rem 12rem;
    }

    .left-top {
        justify-content: space-between;
    }

    .foot-box .left-top .lti-content-item-ttle {
        width: 20%;
    }

    .foot-box .left-top .lti-content-item-descrip {
        width: 82%;
    }

    .foot-box .right {
        display: flex;
        justify-content: space-around;
        flex-wrap: nowrap;
        width: 100%;
    }

    .foot-box .right .code-item {
        margin-top: 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .header-children {
        padding: 3.5rem 20rem;
    }

    .lti-links {
        width: 17rem;
    }

    .lti-links a {
        margin-right: 0.75rem;
    }
}

.main-childern-padding-b{
    padding-bottom:7.5rem
}

@media screen and (max-width: 1023px) {
    .header-top-main {
        margin: 0 10rem;
    }

    .develop-box .develop-img {
        padding: 10rem 10rem 2rem;
    }

    .time-line {
        padding: 1rem 10rem;
    }

    .info-text {
        width: 74.5rem;
    }

    .introduce-box {
        padding: 7.5rem 15rem 8rem;
    }

    .inrtoduce-text {
        width: 72.75rem;
    }

    .recruitment-content {
        padding: 9rem 14rem;
    }

    .feed-content {
        width: 46.13rem;
    }

}

@media screen and (max-width: 750px) {
    .main-body {
        margin-top: 10rem
    }
    .main-childern-padding-b{
        padding-bottom:20rem
    }

    .develop-box .develop-img {
        padding: 10rem
    }

    .develop-img .swiper-slide {
        height: 100px
    }

    .banner-box .piont-box {
        bottom: 76%
    }

    .recruitment-box {
        background-size: 100% 100%;
    }

    .main-left {
        display: none;
    }

    .food-box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .active-industry,
    .industry {
        width: 100%;
        height: 100%;
    }

    .mainfixed {
        margin-top: 10rem;
    }

    .banner-box .banner-img {
        height: auto;
    }

    .banner-box .banner-icon {
        padding: 0 10rem;
        top: 25%;
    }

    .banner-box .banner-icon .arrow-box .left-arrow,
    .banner-box .banner-icon .arrow-box .right-arrow,
    .banner-box .banner-icon .arrow-box .left-arrow:hover,
    .banner-box .banner-icon .arrow-box .right-arrow:hover {
        background-size: 8rem;
    }

    .banner-box .banner-icon .arrow-box .left-arrow,
    .banner-box .banner-icon .arrow-box .right-arrow {
        width: 8rem;
        height: 8rem;
    }

    .time-line-item {
        width: auto;
    }

    .develop-box .develop-img .develop-img-item {
        height: 22.5rem;
        width: 22.5rem;
        overflow: hidden;
    }

    .active {
        width: 29.5rem !important;
        height: 29.5rem !important;
    }

    /* .develop-box .develop-img .develop-img-item:nth-child(2) {
        width: 29.5rem;
        height: 29.5rem;
    } */
    .develop-info {
        padding-top: 5rem;
    }

    .info-text {
        line-height: 2;
        width: 85%;
    }

    .feed-content {
        width: 100%;
    }

    .introduce-box {
        padding: 7.5rem 8rem 8rem;
        background-size: 100% 100%;
    }

    .intro-i img {
        width: 7.18rem;
        height: 7.74rem;
    }

    .intro-i {
        width: 13.75rem;
        height: 13.75rem;
    }

    .inrtoduce-text {
        width: 100%;
        line-height: 2;
    }

    .feed-text {
        line-height: 2;
    }

    .recruitment-content {
        padding: 9rem 8rem;
    }

    .rec-info {
        width: 100%;
    }

    .rec-item {
        padding: 10px 24px;
        margin: 0 20px;
        margin-top: 16px;
    }

    .rec-option {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .rec-item img {
        height: 4.2rem;
    }

    .tomore img {
        width: 18px;
        height: 18px;
        padding: 9px 7px 0 26px;
    }

    .intro-i {
        width: 30.75rem;
        height: 19.75rem;
    }

    .intro-i img {
        width: 15.18rem;
        height: 15.74rem;
    }

    .time-line-item,
    .info-text,
    .feed-text,
    .tomore span,
    .inrtoduce-text,
    .intro-text,
    .rec-text,
    .rec-info,
    .rec-option {
        font-size: 12px;
    }

    .info-title,
    .feed-title,
    .food-text {
        font-size: 16px;
    }

    .introduce-box .title {
        font-size: 20px;
    }

    .rec-title {
        font-size: 28px;
    }

    .foot-box .left {
        width: 100%;
        padding: 8rem 6rem;
        max-width: 1920px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .foot-box {
        padding: 7rem 7rem;
    }

    .left-top {
        display: block;
    }

    .lti-title::before {
        content: '';
        width: 4.44rem;
        height: 1px;
        left: 0;
        bottom: -1.75rem;
    }

    .foot-box .left-top .lti-title {
        margin-bottom: 3.5rem;
    }

    .lti-content-item {
        margin-bottom: 2rem;
    }

    .img-box {
        width: 5.25rem;
        height: 5.25rem;
    }

    .lti-content-item-ttle {
        flex-shrink: 0;
    }

    .left-top-item:nth-child(2),
    .left-top-item:nth-child(3),
    .blogroll {
        margin: 0;
        margin-top: 18px;
        position: relative;
    }

    .lti-links {
        width: 100%;

    }


    .lti-links > a {
        width: 25%;
        margin: 0;
        margin-bottom: 10px;

    }

    .blogroll {
        display: block;
    }

    .blogrolltitle {
        width: 100%;
        margin-bottom: 3.5rem;
        position: relative;
    }

    .blogrolltitle::before {
        content: '';
        width: 4.44rem;
        height: 1px;
        left: 0;
        bottom: -1.75rem;
        background: rgba(7, 163, 89, 1);
        position: absolute;
    }

    .blogroll-content .blogroll-link-item {
        margin-left: 0;
    }

    .blogroll-content .blogroll-link-item {
        width: 50%;
        margin-top: 10px;
    }

    .blogroll-content {
        flex-wrap: wrap;
    }

    .blogroll-content a {
        margin-bottom: 10px;
    }

    .foot-box .right img {
        width: 30rem;
        height: 30rem;
    }

    .foot-box .right .code-item {
        width: 50%;
    }

    .foot-box .right {
        flex-wrap: wrap;
    }

    .foot-box .right .sph-img {
        width: 30rem;
        height: 30rem;
    }

    .foot-box .right .sph-img img {
        width: 39rem;
        height: auto;
        position: absolute;
        top: -10.5rem;
        left: -4.5rem;
    }

    .foot-box .record {
        display: block;
        padding: 12px;
        box-sizing: border-box;
        font-size: 12px;
        left: 0;
        bottom: -240px;
        position: absolute;
    }

    .foot-box .record > div {
        /* margin-bottom: 10px; */
        line-height: 2;
        font-size: 12px;
    }

    .blogroll-content,
    .foot-box,
    .foot-box .right .code-text {
        font-size: 12px;
    }

    .blogrolltitle,
    .foot-box .left-top .lti-title {
        font-size: 16px;
    }

}