    body {
        background-color: #eee;
        font-family: "SourceHanSansCN";
        margin: 0;
        padding: 0;
    }

    p {
        color: #666;
        font-size: 25px;
    }

    .content {
        background-color: #fff;
        width: 1200px;
        margin: 0 auto;
    }

    .kong {
        background-color: dodgerblue;
        height: 34px;
        border: 3px solid dodgerblue;
        border-radius: 8px;
        margin: 24px 18px;
    }

    .title-test {
        margin: auto 0px;
    }

    .title {
        height: 90px;
    }

    .title p {
        margin: 14px 0;
    }

    .big-tt {
        font-size: 40px;
        font-weight: bolder;
        margin-right: 9px;
    }

    .swiper-slide img {
        width: 660px;
        height: 550px;
    }

    .swiper-slide {
        background-color: #fff;
        padding: 10px;
    }

    .sw-box {
        margin: 0 auto;
        width: 600px;
        height: 600px;
    }

    .img-show {
        margin: 0;
        border-radius: 8px;
        height: 550px;
        width: 550px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
    }

    .img-box {
        margin: 0 auto;
        width: 1400px;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .show-box {
        width: 560px;
        margin: 20px;
    }

    .img-test {
        text-align: center;
        margin-top: 20px;
        font-size: 25px;
    }

    .poto-show {
        width: 38%;
        margin: 20px;
    }

    .poto-show img {
        width: 100%;
    }

    .mid-show {
        width: 1200px;
    }

    .poto-show02 {
        width: 425px;
        height: 500px;
        margin: 20px;
    }

    .poto-show02 img {
        height: 500px;
        width: 100%;
    }

    .end-show {
        border-radius: 8px;
        height: 360px;
        width: 360px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
    }

    .end-box {
        width: 360px;
        height: 380px;
        margin: 20px;
    }

    .end-test {
        text-align: center;
        margin: 10px;
        font-size: 25px;
    }

    .tempWrap li img {
        width: 100%;
        height: 460px;
    }

    .swiper-contione {
        width: 1100px;
        height: 600px;
        overflow: hidden;
        margin: 20px auto;
        position: relative;
    }

    .swiper {
        width: 9999999px;
        height: 400px;
        transition: all 1s ease;
    }

    .swiper-item {
        width: 1100px;
        height: 600px;
        float: left;
        position: relative;
    }

    .swiper-item img {
        width: 100%;
        height: 600px;
        border-radius: 15px;
    }

    .swiper-item p {
        height: 50px;
        font-size: 33px;
        position: absolute;
        top: 17px;
        left: 24px;
        color: #fff;
        text-align: center;
        line-height: 50px;
        cursor: pointer;
    }

    .swiper-item p1 {
        height: 50px;
        font-size: 33px;
        position: absolute;
        top: 17px;
        left: 24px;
        color: #fff;
        text-align: center;
        line-height: 50px;
        cursor: pointer;
    }

    .swiper-point {
        width: 100%;
        height: 40px;
        position: absolute;
        bottom: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .point {
        width: 40px;
        height: 4px;
        background: rgba(0, 0, 0, 0.9);
        margin-right: 5px;
        float: left;
    }

    .point.active {
        background: #fff;
    }

    .swiper-left {
        width: 4%;
        height: 100%;
        position: absolute;
        top: 0;
        left: -60px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.4s ease;
    }

    .swiper-right {
        width: 4%;
        height: 100%;
        position: absolute;
        top: 0;
        right: -60px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.4s ease;
    }

    .swiper-left img,
    .swiper-right img {
        cursor: pointer;
    }

    .swiper-contione:hover .swiper-left {
        left: 0;
    }

    .swiper-contione:hover .swiper-right {
        right: 0;
    }

    .clearfix:after {
        content: " ";
        display: block;
        clear: both;
    }

    .box {
        position: relative;
        width: 800px;
        height: 450px;
        margin: 100px auto;
    }

    .main {
        width: 800px;
        height: 450px;
        position: absolute;
        top: 0px;
        left: 45%;
        margin-left: -350px;
        overflow: hidden;
    }

    .item {
        list-style: none;
        width: 400px;
        height: 400px;
        position: absolute;
        left: 0px;
        top: 27px;
        transition: all 0.3s ease;
        border-radius:10px;
    }

    .p0 {
        transform: translate3d(-400px, 0, 0) scale(1);
        opacity: 0.1;
        z-index: 1;
    }

    .p1 {
        transform: translate3d(0px, 0, 0) scale(1);
        opacity: 0.8;
        z-index: 2;
    }

    .p2 {
        transform: translate3d(400px, 0, 0) scale(1);
        opacity: 0.8;
        z-index: 3;
    }

    .p3 {
        transform: translate3d(200px, 0, 0) scale(1.5);
        opacity: 1;
        z-index: 4;
    }

    .p4 {
        transform: translate3d(800px, 0, 0) scale(1);
        opacity: 0.1;
        z-index: 3;
    }

    .newItem {
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .changeItem {
        position: absolute;
        left: 50%;
        top: 0px;
        margin-left: -202px;
        transform: scale(1.4);
    }

    .item img {
        width: 100%;
        height: 100%;
        border-radius:10px;
    }

    .btnMain {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .left {
        position: absolute;
        left: 15px;
        top: 50%;
        margin-top: -15px;
        z-index: 10;
    }

    .right {
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -15px;
        z-index: 10;
    }

    .left img,
    .right img {
        width: 30px;
        height: 30px;
    }

    .pressMain {
        position: absolute;
        left: 50%;
        bottom: 10px;
        width: 134px;
        height: 24px;
        margin-left: -37px;
        z-index: 20;
    }

    .pressMain span {
        display: inline-block;
        margin: 2px 3px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        color: #fff;
        background-color: rgba(255, 255, 255, 0.53);
        text-align: center;
        line-height: 20px;
    }

    .pressMain .active {
        background: brown;
    }
    /*----新----*/

    .show-item {
        width: 360px;
        height: 220px;
        background-size: cover;
        background-position: center;
        background-repeat: repeat-x;
    }

    .show-itembig {
        width: 360px;
        height: 458px;
        background-size: cover;
        background-position: center;
        background-repeat: repeat-x;
    }