.xinghao {
    margin: 0.7rem auto;
    width: 70%;
    font-size: 1rem;
    text-align: center;
    color: #6c0086;
    border: 1px solid rgb(192, 192, 192);
    border-radius: 10px;
}

.xuan {
    margin-top: 0.4rem;
    perspective: 60rem;
}

.xuan ul {
    position: relative;
    width: 10rem;
    height: 10rem;
    margin: 0 auto;
    transform-style: preserve-3d;
    animation-name: xuan;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.23, 1, 0.320, 1);

}

.xuan li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.xuan ul li:first-child {
    background-image: url(/img/1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: translateZ(0.51rem);
}

.xuan ul li:nth-child(2) {
    background-image: url(/img/2.gif);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotateY(90deg) translateZ(4.4rem);
}

.xuan ul li:nth-child(3) {
    background-image: url(/img/3.gif);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotateY(180deg) translateZ(0.51rem);
}

.xuan ul li:nth-child(4) {
    background-image: url(/img/4.gif);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotateY(270deg) translateZ(4.4rem);
}

@keyframes xuan {
    0% {
        transform: rotateY(-30deg);
    }

    30% {
        transform: rotateY(30deg);
    }

    50% {
        transform: rotateY(150deg);
    }

    80% {
        transform: rotateY(210deg);
    }

    100% {
        transform: rotateY(330deg);
    }
}

.first {
    position: relative;
    margin: 0.5rem auto 0 auto;
    padding-bottom: 0.3rem;
    width: 70%;
    border: 3px solid #f1c166;
    border-radius: 10px;
}

.first .price {
    position: absolute;
    background-color: rgb(255, 255, 255);
    padding: 0.1rem;
    left: 12rem;
    top: 5rem;
    border: 3px solid #fa6969;
    border-radius: 0.5rem 0rem;

}

.first .price p {
    width: 4rem;
    text-align: center;
    font-size: 0.7rem;
    font-family: “Microsoft YaHei”;
    animation-name: bianse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes bianse {
    0% {
        color: red;
    }

    50% {
        color: rgb(255, 163, 163);
    }

    100% {
        color: red;
    }
}

.xiantiao {
    height: 0.5rem;
    width: 12rem;
    margin: 0.2rem auto;

    border-bottom: 1px solid #e0e0e0;
}

.xiantiao3 {
    height: 0.5rem;
    width: 12rem;
    margin: 0 auto;

    border-bottom: 1px solid #e0e0e0;
}

.xiantiao1 {
    height: 0.5rem;
    width: 15rem;
    border-bottom: 1px solid #06aff1;
}

.xiantiao2 {
    float: right;
    height: 0.5rem;
    width: 15rem;
    border-bottom: 1px solid rgb(255, 173, 20);
}

.shuoming {
    font-size: 0.6rem;
    text-align: center;
    color: rgb(133, 131, 131);
}

.canshubiao {
    width: 95%;
    height: 10rem;
    margin: 1.5rem auto;
}

.canshubiao .left {
    float: left;
    width: 55%;
    text-align: left;
}

.canshubiao .left h1 {
    width: 5.5rem;
    font-size: 0.8rem;
    color: #fff;
    text-align: center;
    background-color: rgb(78, 6, 146);
    border-radius: 1rem;
    margin-left: 0.3rem;
}

.canshubiao .left h2 {
    font-size: 0.8rem;
    margin-top: 0.5rem;
}

.canshubiao .left p {
    width: 100%;
    height: 1rem;
    font-size: 0.5rem;
    /* font-weight: bold; */
}

.shujubiao {
    border-collapse: collapse;
    text-align: center;
    font-size: 0.6rem;
    color: rgb(80, 80, 80);
    margin-top: 0.5rem;
}

.shujubiao tr td {
    border: 1px solid rgb(223, 223, 223);
    padding: 1px;
}

.canshubiao .right {
    float: left;
    width: 45%;
    height: 100%;
}

.canshubiao .right img {
    width: 100%;
    box-shadow: 3px 4px 6px 1px #666;
}

.peizhi1 {
    margin: 10px auto;
    width: 80%;
    height: 8rem;

}

.peizhi1 .left {
    float: left;
    width: 30%;
    height: 100%;

}

.peizhi1 .left h2 {
    height: 50%;
    /* line-height: 100%; */
    font-size: 2.5rem;
    text-align: center;
    color: rgb(17, 179, 228);
}

.peizhi1 .left p {
    text-align: center;
    font-size: 1rem;
    line-height: 150%;
    padding: 0 10%;
    color: rgb(17, 179, 228);
}

.peizhi1 .right {
    float: left;
    height: 100%;
    width: 70%;
    background-color: rgb(17, 179, 228);
    border-radius: 20px;
}

.peizhi1 .right p {
    text-align: center;
    font-size: 0.8rem;
    color: #fff;
    padding: 5%;
}

.peizhi2 {
    margin: 0 auto;
    width: 80%;
    height: 6rem;

}

.peizhi2 .left {
    float: left;
    height: 100%;
    width: 70%;
    background-color: rgb(255, 173, 20);
    border-radius: 20px;
}

.peizhi2 .left p {
    text-align: center;
    font-size: 0.8rem;
    color: rgb(255, 255, 255);
    padding: 5%;
}

.peizhi2 .right {
    float: left;
    width: 30%;
    height: 100%;

}

.peizhi2 .right h2 {
    height: 50%;
    font-size: 2.5rem;
    text-align: center;
    line-height: 100%;
    color: rgb(255, 173, 20);
}

.peizhi2 .right p {
    text-align: center;
    font-size: 1rem;
    line-height: 150%;
    padding: 0 10%;
    color: rgb(255, 173, 20);
}

.zhanwei {
    width: 100%;
    height: 0.1rem;
}

.dazidaohang {
    width: 100%;
    text-align: center;
    line-height: 100%;
    font-size: 1.4rem;
    margin-top: 3rem;
}

.zhenfu {
    text-align: center;
}

.zhenfu img {
    width: 90%;
    border-radius: 20px;
    margin-top: 0.5rem;
    box-shadow: 1px 3px 10px 2px rgb(134, 134, 134);
}

.baozhuang {
    width: 100%;
}

.baozhuang img {
    width: 100%;
}

.baozhuang .mifeng {
    width: 90%;
    height: 9.5rem;
    border: 1px solid rgb(170, 170, 170);
    border-radius: 0.5rem;
    margin: 1rem auto;
    padding: 1rem;
}

.baozhuang .mifeng img {
    float: left;
    width: 50%;
    border-radius: 10%;
}

.baozhuang .mifeng .right {
    width: 50%;
    float: left;
}

.baozhuang .mifeng h1 {
    text-align: right;
    font-size: 1rem;
    margin-top: 1rem;
}

.baozhuang .mifeng .xiahuaxian {
    width: 100%;
    height: 0.6rem;


}

.baozhuang .mifeng .xiahuaxian p {
    float: right;
    width: 3rem;
    border-bottom: 3px solid black;
}

.baozhuang .mifeng p {
    font-size: 0.7rem;
    text-align: right;
}