.guatit{
    text-align: center;
    padding-top: 0.2rem;
    font-size: 0.36rem;
    font-weight: 500;
    color: #CC924D;
}
.shen_list {
    width: 6.9rem;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 0.8rem;
}
.shen_item {
    width: 1.1rem;
    height: 1.1rem;
    float: left;
    margin-left: 0.2rem;
}
.xuanzhaun {
    width: 1.1rem;
    height: 1.1rem;
    position: relative;
    top: 0.3rem;
}
.rotate-wrap {
    transform-style: preserve-3d;
    animation: rotate 0.4s linear infinite;
}
.rotate-wrap .front, .rotate-wrap .reverse{
    width: 1.1rem;
    height: 1.1rem;
    background-size: cover;
}
.rotate-wrap .front{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(../../images/mobile/1.png);
    width: 1.1rem;
    height: 1.1rem;
}
.rotate-wrap .reverse{
    background-image: url(../../images/mobile/0.png);
    width: 1.1rem;
    height: 1.1rem;
}
@keyframes rotate {
    0%{
        transform: rotateY(0deg) ;
    }
    100% {
        transform: rotateY(360deg);
    }
}
.tingzhi{
    width: 3.1rem;
    height: 0.88rem;
    line-height: 0.88rem;
    text-align: center;
    background: linear-gradient(180deg, #CC924D 0%, #CC924D 100%);
    border-radius: 0.1rem;
    margin: 0.3rem auto;
    font-size: 0.32rem;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 0;
}
.guadesc{
    width: 6.9rem;
    padding: 0.2rem 0.05rem 0.2rem 0.2rem;
    border: 1px dashed #CC924D;
    line-height: 0.52rem;
    font-size: 0.28rem;
    color: #522814;
    margin: 0.3rem auto;
    margin-bottom: 0.2rem;
}
.lanbox{
    overflow: hidden;
    background-color: #fff;
    padding-bottom: 0.4rem;
    margin-top: 0.2rem;
}
.lantit{
    line-height: 0.88rem;
    background: rgba(252, 238, 211, 1);
    font-size: 0.36rem;
    font-weight: 600;
    color: #CC924D;
    padding-left: 0.3rem;
    position: relative;
}
.smbox_list{
    margin-top: 0.1rem;
    overflow: hidden;
}
.smbox_list a{
    float: left;
    display: inline-block;
    width: 2.1rem;
    height: 0.68rem;
    line-height: 0.68rem;
    text-align: center;
    background: #FFF9F2;
    border-radius: 0.08rem;
    margin-top: 0.2rem;
    margin-left: 0.3rem;
    opacity: 1;
    border: 1px solid #E5C8A6;
    font-size: 0.28rem;
    color: #CC924D;
}
.about{
    width: 6.9rem;
    margin: 0.3rem auto;
}
.about img{
    width: 6.9rem;
    height: 2.64rem;
    border-radius: 0.1rem;
}
.about p{
    font-size: 0.32rem;
    color: #333333;
    line-height: 0.52rem;
    margin-top: 0.2rem;
}
.guabei{
    background-image: url(../../images/mobile/zhanbei.png);
    background-size: 100% 100%;
    width: 7.5rem;
    height: 6.26rem;
}