
#app {
    position: relative;
    min-width: 1280px;
    overflow: auto;
}

#app img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

#app .top-nav {
    padding: 0 1.2vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 62.5%;
    min-width: 1200px;
    height: 5.78vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    z-index: 9;
}

#app .top-nav .tex-tit {
    width: 7.08vw;
}

#app .top-nav .tex-tit img {
    width: 100%;
}

#app .top-nav .line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    border-radius: 0.42vw;
    opacity: 0.4;
}

#app .top-nav .nav-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.56vw;
}

#app .top-nav .nav-list .nav-item {
    width: 9.74vw;
    height: 2.71vw;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 0.94vw;
    letter-spacing: 0.03vw;
    line-height: 0.86vw;
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.56vw;
    cursor: pointer;
    color: #FFFFFF;
}

#app .top-nav .nav-list .nav-item.active {
    background: #FFFFFF;
    color: #FF3F38;
}

#app .router-con {

}

#app .router-con .index-con {
    position: relative;
    min-height: 100vh;
}

#app .router-con .index-con .bg {
    width: 100%;
    height: auto;
    display: block;
}

#app .router-con .index-con .qr-wrapper {
    position: absolute;
    top: 38vw;
    left: 36.5vw;
    transform: translate(-50%, -50%);
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5.208vw;
}

/* 二维码图片盒子样式 */
#app .router-con .index-con .qr-wrapper .img-box {
    position: relative;
    width: 8.854vw;
    min-height: 8.906vw;
}

#app .router-con .index-con .qr-wrapper .img-box .qrcode {
    width: 8.854vw;
    min-height: 8.854vw;
}

#app .router-con .index-con .qr-wrapper .img-box .qrcode img {
    width: 100%;
    border-radius: 5%;
}

/* 二维码标题样式 */
#app .router-con .index-con .qr-wrapper .qr-tit {
    margin-top: 0.521vw;
    font-family: Helvetica;
    font-size: 0.833vw;
    color: #FFFFFF;
    line-height: 0.99vw;
    text-align: center;
    font-style: normal;
}

/* 商品区域样式 */
#app .router-con .index-con .goods {
    /*position: absolute;*/
    /*top: 77vw;*/
    /*left: 50%;   */
    /*transform: translate(-50%,-50%);*/
    padding: 6.25vw 18.75vw 7.6563vw 18.75vw;
    width: 100%;
    height: 41.67vw;
    margin: 0 auto;
    background-image: url('./../img/haotunyou/center-bg.jpg');
    background-size: 100% 100%;
    box-sizing: border-box;
}

/* 商品标题样式 */
#app .router-con .index-con .goods .goods-tit {
    margin: 0 auto 6.615vw auto;
    background-image: url('./../img/haotunyou/jingxuanhaowu.png');
    background-size: cover;
    width: 12.5vw;
    height: 2.292vw;
}

/* 商品列表样式 */
#app .router-con .index-con .goods .goods-list {
    display: flex;
    min-width: 62.5vw;
    justify-content: space-between;
    gap: 1.146vw;
    transform: translateZ(0) scale(1);
}

/* 商品项基础样式 */
#app .router-con .index-con .goods .goods-list .goods-item {
    position: relative;
    width: 14.167vw;
    height: 18.75vw;
    background-size: cover;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

#app .router-con .index-con .goods .goods-list .goods-item:hover {
    position: relative;
    /* top: -1.198vw; */
    /* margin-bottom: -1.198vw; */
    /* width: 16.354vw; */
    /* height: 21.615vw; */
    transform: scale(1.15)
}

/* 商品项特定样式 */
#app .router-con .index-con .goods .goods-list .goods-item.rq {
    background-image: url('./../img/haotunyou/rqbp-0.jpg');
}

#app .router-con .index-con .goods .goods-list .goods-item.rq:hover {
    background-image: url('./../img/haotunyou/rqbp-1.jpg');
}

#app .router-con .index-con .goods .goods-list .goods-item.xs {
    background-image: url('./../img/haotunyou/xsth-0.jpg');
}

#app .router-con .index-con .goods .goods-list .goods-item.xs:hover {
    background-image: url('./../img/haotunyou/xsth-1.jpg');
}

#app .router-con .index-con .goods .goods-list .goods-item.xp {
    background-image: url('./../img/haotunyou/xpsf-0.jpg');
}

#app .router-con .index-con .goods .goods-list .goods-item.xp:hover {
    background-image: url('./../img/haotunyou/xpsf-1.jpg');
}

#app .router-con .index-con .goods .goods-list .goods-item.bj {
    background-image: url('./../img/haotunyou/bjjx-0.jpg');
}

#app .router-con .index-con .goods .goods-list .goods-item.bj:hover {
    background-image: url('./../img/haotunyou/bjjx-1.jpg');
}

/* 卡片列表样式 */
#app .router-con .index-con .cards-list {
    padding: 7.2917vw 18.75vw 8.3333vw 18.75vw;
    display: flex;
    min-width: 62.5vw;
    justify-content: space-between;
    gap: 1.146vw;
    background-image: url('./../img/haotunyou/card-bg.jpg');
    background-size: 100% 100%;
    box-sizing: border-box;
}

/* 卡片项基础样式 */
#app .router-con .index-con .cards-list .cards-item {
    width: 11.458vw;
    height: 26.042vw;
    background-size: cover;
    cursor: pointer;
}

/* 卡片项特定样式 */
#app .router-con .index-con .cards-list .cards-item.yx {
    background-image: url('./../img/haotunyou/yxpz-0.jpg');
}

#app .router-con .index-con .cards-list .cards-item.yx:hover {
    background-image: url('./../img/haotunyou/yxpz-1.jpg');
}

#app .router-con .index-con .cards-list .cards-item.zn {
    background-image: url('./../img/haotunyou/zntj-0.jpg');
}

#app .router-con .index-con .cards-list .cards-item.zn:hover {
    background-image: url('./../img/haotunyou/zntj-1.jpg');
}

#app .router-con .index-con .cards-list .cards-item.bj {
    background-image: url('./../img/haotunyou/bjzf-0.jpg');
}

#app .router-con .index-con .cards-list .cards-item.bj:hover {
    background-image: url('./../img/haotunyou/bjzf-1.jpg');
}

#app .router-con .index-con .cards-list .cards-item.hy {
    background-image: url('./../img/haotunyou/hytx-0.jpg');
}

#app .router-con .index-con .cards-list .cards-item.hy:hover {
    background-image: url('./../img/haotunyou/hytx-1.jpg');
}

#app .router-con .index-con .cards-list .cards-item.lc {
    background-image: url('./../img/haotunyou/lcty-0.jpg');
}

#app .router-con .index-con .cards-list .cards-item.lc:hover {
    background-image: url('./../img/haotunyou/lcty-1.jpg');
}

#app .bot-banner {
    width: 100%;
    height: 15.625vw;
}

#app .footer-wrapper {
    position: relative;
    width: 100%;
    height: 15.6vw;
    overflow: hidden;
}

/* 页脚样式 */
#app .footer-wrapper .footer {
    padding: 2.604vw 0 2.083vw 0;
    margin: 0 auto;
    width: 62.5vw;
    min-height: 12.5vw;
    display: flex;
    justify-content: space-between;
}

/* 页脚Logo样式 */
#app .footer .logo {
    margin-right: 3.438vw;
    width: 7.292vw;
    height: 7.813vw;
    background-image: url('./../img/haotunyou/bottom_logo.png');
    background-size: 100% 100%;
}

/* 页脚信息样式 */
#app .footer .info {
    margin-top: 1.354vw;
    margin-right: 11.563vw;
    display: flex;
    flex-direction: column;
    gap: 0.729vw;
}

#app .footer .info p {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.833vw;
    color: #938EAE;
    line-height: 1.146vw;
    text-align: left;
    font-style: normal;
}

#app .footer h3 {
    margin-top: 2.76vw;
    margin-right: 1.042vw;
    font-family: FZPSCHJW--GB1, FZPSCHJW--GB1;
    font-weight: normal;
    font-size: 1.667vw;
    color: #000000;
    line-height: 1.927vw;
    text-align: left;
    font-style: normal;
    font-weight: bolder;
}

/* 页脚二维码样式 */
#app .footer .qr-box {
    padding-top: 0.573vw;
    position: relative;
}

#app .footer .qr-box .qrcode {
    width: 6.25vw;
    min-height: 6.25vw;
}

#app .footer .qr-box .qrcode img {
    width: 100%;
    border-radius: 5%;
}

#app .footer .qr-box p {
    margin-top: 0.521vw;
    text-align: center;
    font-family: FZLTHK--GBK1, FZLTHK--GBK1;
    font-weight: normal;
    font-size: 0.833vw;
    color: #938EAE;
    line-height: 0.938vw;
    text-align: center;
    font-style: normal;
}

#app .footer-wrapper .line {
    margin: 0 auto;
    width: 62.5vw;
    min-width: 62.5vw;
    height: 1px;
    background: #938EAE;
    opacity: 0.2;
    display: block;
}

#app .footer-wrapper .bot-tex {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.625vw;
    color: #938EAE;
    /* height: 3.07vw; */
    height: 2.7vw;
    font-style: normal;
}

#app .about-con {
    position: relative;
}

#app .about-con .hty-con {
    position: relative;
}

#app .about-con .hty-con p {
    position: absolute;
    top: 20.7813vw;
    left: 37.7604vw;
    height: 2.6042vw;
    width: 39.0625vw;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.8333vw;
    color: #FFFFFF;
    line-height: 1.5625vw;
    text-align: left;
    font-style: normal;
}

#app .about-con .tqd-con p {
    position: absolute;
    top: 10.6771vw;
    left: 22.9167vw;
    width: 39.3229vw;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.8333vw;
    color: #938EAE;
    line-height: 1.5625vw;
    text-align: left;
    font-style: normal;
}

#app .about-con .tqd-con {
    position: relative;
}

#app .about-con .hty-con .bg {
    width: 100%;
}

#app .about-con .tqd-con .bg {
    width: 100%;
}

#app .about-con .footer-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
}
