.section-nav{
    position: fixed;
    width: 100%;
    top: 0;
    height: 70px;
    background: #FFFFFF;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border-bottom: 1px solid #c8bbaa;
}
.side-box{
    position: fixed;
    right: 50px;
    height: 280px;
    width: 120px;
    top: 30%;
    z-index: 99;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    cursor: pointer;
    border-radius: 5px;

}
.side-item{
    padding: 10px;
    border-bottom: 1px solid  rgba(230, 219, 205, .5);
    font-size: 14px;

    text-align: center;
    color: #947d5c;
    transition: all .5s;
}

.coupon-btn-box{
    position: absolute;
    top:150px;
    right: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 200px;
    height: 200px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}

.side-item:hover{
    background: rgba(230, 219, 205, .4);
}
.slick-arrow{
    width: 20px;
    height: 60px;
    position: absolute;
    top: 100px;
    cursor: pointer;
    transition: all .5s;
    opacity: .5;
}
.slick-arrow:hover{
    opacity: 1;
}
.slick-prev{
    left: -50px;
}
.slick-next{
    right: -50px;
}
.list-info-item{
    cursor: pointer;
    transition: all .5s;
}
.list-info-item:hover{
    color: #eb7739;
    font-size: 14px;
}
.list-info-image{
    padding: 30px;
    border-radius: 5px;
}
.footer-about{
    color: #999999;
    padding-left:20px;
    margin-top: 20px;
}
.footer-about a{
    color: #333;
    cursor: pointer;
    font-size: 14px;
}
.logo-box{
    width: 200px;
}
.nav-box{
    display: flex;
    background: #ffffff;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    width: 1170px;
    margin: 0 auto;
    padding: 0 20px;

}
.nav-right{
    align-items: center;
    display: flex;
}
.nav-right .mobile{
    display: flex;
    align-items: center;
    margin-top: 2px;
}

.report-btn{
    padding: 6px 20px;
    border: 2px solid #947d5c;
    color: #947d5c;
    border-radius: 5px;
    background: #fff;
    margin-left: 10px;
    cursor:pointer;

}
.report-btn:hover{
    background: rgb(230,224,214);

}

.one-qrcode-box{
    position: absolute;
    top: 50px;
    left: -25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 200px;
    height: 200px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.banner-item{
    height: 380px;
    position: relative;
    margin-top:10px ;
    overflow: hidden;
    border-radius: 5px;
}
.banner-image{
    position: absolute;
    z-index: 1;
    top: 0;
    filter: blur(1px);
    border-radius: 5px;
}
.banner-content{
    position: absolute;
    top: 80px;
    left: 13%;
    z-index: 99;
    display: flex;
    flex-direction: column;
}
.map-content{
    position: absolute;
    top: 100px;
    left: 8%;
    right: 8%;

    height: 230px;
    z-index: 99;
    display: flex;
    background: rgba(255,255,255,.9);
    border-radius: 10px;
    overflow: hidden;
    padding: 0 20px;

}

.map-content .counter-box{
    display: flex;
    justify-content: space-around;

}
.map-content .counter{
    font-size: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #947d5c
}
.map-content .counter .title{
    font-size: 18px;
    color: #333333;
}
#banner .video-box{
    display: flex;
    justify-content: center;
    margin:  10px 0 20px 0 ;
    min-height: 150px;
    align-items: center;
    background-image: linear-gradient(180deg, rgba(244, 242, 238, 0.8),rgba(230, 219, 205, 0));
    border-radius: 5px;
}
.video-item {
    display: flex;
    width: 150px;
    height: 80px;
    background: #dddddd;
    margin: 0 10px;
    transition:all .5s ;
    cursor: pointer;
    opacity: .9;
    position: relative;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 5px;
}
.video-btn{
    position: absolute;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: rgba(255,255,255,.5);
    border-radius: 50px;
    color: #fff !important;
}
.video-item:hover{
    width: 180px;
    height: 100px;
    opacity: 1;
}

.banner-content .description{
    font-size: 16px;
    color: #fff;
    text-shadow: 0 0 10px #111;
    width: 500px;
    padding: 10px;
    border-radius: 5px;
    background-image: linear-gradient(90deg,  rgba(255, 255, 255, 0.4),rgba(230, 219, 205, 0));
}
.banner-text{
    font-size: 42px;
    color: #fff;
    text-shadow: 0 0 10px #aaa;
    margin-bottom: 10px;
    opacity: .9;
    letter-spacing: 1px;
}
.banner-btn{
    margin-top: 15px;
    padding: 15px 30px;
    color: #fff;
    background:#eb7739;
    cursor: pointer;
    font-size: 16px;
    width: 180px;
    text-decoration: none !important;
}
.banner-btn:hover{
    color: #fff;
}

.box:hover .flipper {
    transform: rotateY(180deg);
}
.flipper {
    transition: 1s;
    transform-style: preserve-3d;
}
.supervisor-back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    transform: rotateY(180deg);
    width: 100%;
    height: 100%;
    border: 1px solid #78522d;
    border-radius: 10px;
    padding: 10px;
    color: #999999;
    font-size: 12px;
}
.supervisor-about{

    overflow: hidden;

    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7; /* 这里是超出几行省略 */
    margin-bottom: 10px;


}
.supervisor-cert{

    padding-top: 10px;
}
.tip-box{
    display: flex;
    justify-content: space-evenly;
    height: 60px;
}
.tip-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tip-item  text{
    min-height: 23px;
}
.tip-item span{
    color: #ccc;
}
.tool-box{
    display: flex;
    justify-content: center;
    margin:15px auto;
}
.tool-item{
    color: #664520;
    text-decoration: none !important;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    justify-content: center;
}
.tool-item:hover{
    color: #78522d;
}
.tool-item:nth-child(1):after{
    content: '';
    width: 150px;
    height: 2px;
    background: #eb7739;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 55px;
}
.form-box{
    width:50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;

}
.form-box input{
    height: 60px;
    border: none;
    font-size: 18px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.form-btn{
    background: #664520 !important;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.form-btn:hover{
    background: #78522d !important;

}
#success-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.content img {width: 100% !important;height: auto}

input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
    appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none; /* Safari */
    margin: 0;
}
