.wraps {
    width: 100%;
    overflow: hidden;
    min-width: 1200px;
}
.wraps img {
    width: 100%;
    display: block;
}

.sectionauto {
    width: 100%;
    position: relative;
}
.popbgs{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    display: none;
}
.popcontent{
    width: 800px;
    height: 70vh;
    background: #ceedc4;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #000;
}
.viewcontent{
    height: calc(100% - 140px);
    width: 80%;
    margin: 0 auto;
    padding-right: 20px;
    overflow-y: auto;
}
.popt1{
    font-size: 22px;
    color: #000;
    text-align: center;
    font-weight: bold;
    padding-top: 20px;
    margin-bottom: 30px;
}
.sectionparth{
    margin-bottom: 20px;
}
.tavns1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;

}
.tavns3 {
    font-size: 16px;
    margin-bottom: 4px;

}
.tavns2 {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 4px;
}
.palft1{
    padding-left: 15px;
}
.palft2{
    padding-left: 35px;
}
.closepopps{
    font-size: 50px;
    position: absolute;
    top: -11px;
    right: 5px;
    z-index: 30;
    cursor: pointer;
}
.pathvcont{
    margin-bottom: 20px;
}
.pnameitem{
    font-size: 16px;
    display: inline-block;
}
.pnameitem:after{
    content: '、';
    display: inline-block;
}
.pathvcont .pnameitem:last-child:after{
    display: none;
}
.posbtns{
    display: block;
    position: absolute;
}
.toplinks{
    top: 88%;
    left: 40%;
    width: 20%;
    height: 8%;
}

.gostore{position: fixed;right: 3.2%;top: 50%;width: 13.3%;cursor: pointer;z-index: 99;}
.gostore img{width: 100%;}
.popcontentbg{ width: 100%; height: 100%; position: fixed; z-index: 9999; top: 0; left: 0; background: rgba(0,0,0,0.7); display: none;}
.popcont{ width: 67.7%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.popcont img{width: 100%;}
.closepopc{ display: block; width: 3%; position: absolute; top: 2.5vw; right: 2.5vw; z-index: 2;}
.popcont_title{ display: block; position: absolute; top: 3vw; left: 3.6vw; z-index: 2;font-size: 1.1vw;font-weight: bold;color: #fff; }
.cont_fcpop{ width: 61.3vw; height: 20vw; position: absolute; top:6.5vw; left: 3.6vw; overflow-y: scroll; scrollbar-width:none}
.fctant{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.store_t{width: 48%;}
.cont_fcpop::-webkit-scrollbar {
    width: 8px;
}
.cont_fcpop::-webkit-scrollbar-track {
    background-color: #7e7e7e;
    border-radius: 8px;
}

.cont_fcpop::-webkit-scrollbar-thumb {
    background-color: #ff669b;
    border-radius: 8px;
}

.store_t{ font-size: 0.8vw; color: #fff;  line-height: 1.6; margin-bottom: 30px;}
.store_t b{ font-size: 1vw;}
