:root {
    --Color1: #788484;
    --Color2: #1e3232;
    --Color3: #e8eaea;
    --Color4: #365649;
    --g1: #365649;
    --g2: #3e7e65;
    --r1: #b70000;
    --w1: #fff;
}
body{
    position: relative;
    padding: 0; 
    border: 0;
    box-sizing: border-box;
    font-family:Microsoft JhengHei , PMingLiU , MingLiU , sans-serif !important; 
    overflow-x: hidden;
    margin: 0 auto;
}
input, select{
    outline:none;
}
a{
    text-decoration:none;
    list-style: none;
} 
a:active{
    list-style: none;
}
a:hover{
    text-decoration: none;
}
main{
    width: 100%;
    height: auto;
    max-width: 1280px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}
header{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    margin-top: 130px;
}
@media (max-width: 575.98px) {
    header{
        position: relative;
        width: 100%;
        height: auto;
        display: block;
        margin-top: 0px;
    }
}
.page{
    width: 100%;
    height: auto;
    background-color: var(--Color3);
    display: block;
}
/*--menu-------------------*/
.titweb{
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    height: auto;
    display: block;
    transition: all .3s linear;
}
@media (max-width: 575.98px) {
    .titweb{
        position: relative;
    }
}
.menu{
    position: relative;
    z-index: 1000;
    top: 0;
    width: 100%;
    height: auto;
    display: block;
}
.logoSpace{
    width: 100%;
    height: auto;
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--Color1);
    background-color: var(--w1);
}

.logo{
    width: 138px;
    height: 33px;
    display: block;
    background-image: url(../img/SVG/logo.svg);
    background-repeat: no-repeat;
    margin: 10px;
}
.logod {
    background-repeat: no-repeat;
    color: #365649;
    font-size: 21px;
    padding-right: 40px;
}

.memberTit {
    justify-content: center;
}

.memberTit h1 {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 2.15rem;
    color: #365649;
}

.memberTit span {
    font-size: 1.5rem;
    color: var(--Color1);
}
.memberTitPhoto{
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    overflow: hidden;
    margin: 10px 0 10px 10px;
}
.memberTitPhoto img{
    width: 100%;
}
header .menu {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--Color1);
}

header .menu nav {
    width: calc(100% - 0px);
    max-width: 900px;
    padding: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}



    header .menu nav a {
        color: var(--w1);
        text-shadow: 0.1em 0.1em 0.05em var(--Color1);
        transition: all .3s linear;
        padding: 0;
        margin: 0;
        font-size: 1rem;
    }

header .menu nav a:hover{
    opacity: .7;
}
header hr{
    margin: 0;
}
.menuBtn{
    width: 60px;
    height: 60px;
    display: none;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-right: 1px var(--Color3) solid;
    background-color: var(--Color1);
}
@media (max-width: 991.98px) {
  .menuBtn{
    display: flex;
  }
}
.menuBtn h5{
    font-weight: normal;
    font-size: .8rem;
    color: var(--w1);
}
#mbtn2{
    position: fixed;
    z-index: 1001;
    top: 0;
}
.mbBox{
    width: 30px;
    height: auto;
    display: block;
    margin-left: 0px;
}
.mbBox span{
    width: 70%;
    height: 1px;
    background-color: var(--w1);
    display: block;
    margin: 4px;
    transition: all .3s linear;
}
.mbBoxOn span:nth-child(1){
    transform:rotate(-45deg);
    transform-origin:center center;
    margin: 0;
}
.mbBoxOn span:nth-child(2){
    width: 0%;
    height: 0%;
    margin: 0;
}
.mbBoxOn span:nth-child(3){
    transform:rotate(45deg);
    transform-origin:center center;
    margin: 0;
}
.mrBox{
    width: auto;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: var(--Color1);
    margin: 0 10px;
}

.mrBox .iconShop{
    position: relative;
    font-size: .8rem;
    color: var(--w1);
    background-image: url(../img/SVG/iconShop.svg);
    width: 21px;
    height: 21px;
    display: block;
}
.signIn{
    font-size: .8rem;
    color: var(--w1);
    cursor: pointer;
    vertical-align: middle;
    margin: 0 5px;
}
.signIn img{
    width: 30px;
    height: 30px;
    display: inline-flex;
    vertical-align: middle;
    margin: 0 5px;
}
.iconS{
    width: 24px;
    height: 24px;
    display: block;
    background-image: url(../img/SVG/iconS.svg);
    margin-left: 14px;
    cursor: pointer;
}
.btnSi{
    width: 72px;
    padding: 5px 20px;
    box-sizing: border-box;
    font-size: 1rem;
    background-color: var(--Color3);
    color: var(--Color1);
    margin: 0 5px;
}
@media (max-width: 991.98px) {
    header .menu nav{
        display: none;
    }
}
.menuBm{
    width: 100%;
    height: auto;
    display: block;
    background-color: var(--Color1);
}
.menuB{
    width: 100%;
    max-width: 1280px;
    min-height: 63px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}
.menuBinput{
    position: relative;
}
.menuB .menuBinput input{
    padding: 5px 30px;
    margin: 0;
    border: 0;
    background-color: inherit;
    color: var(--w1);
    caret-color: var(--w1);
}
.menuB .menuBinput .mbiBtn{
    content: "";
    position: absolute;
    z-index: 1;
    top: 6px;
    left: 6px;
    width: 16px;
    height: 16px;
    background-image: url(../img/SVG/iconS.svg);
    display: block;
}
.menuB input:focus{
    border-bottom: 1px var(--w1) solid;
}
.menuB input::placeholder{
    color: var(--w1);
}
.dealerBtn{
    margin: 5px;
}
.dealerBtn p{
    color: var(--w1);
    display: inline-block;
    margin: 0;
}
.dealerBtn a{
    padding: 5px 20px;
    box-sizing: border-box;
    background-color: var(--w1);
    font-size: 1rem;
    color: var(--Color1);
    margin: 5px;
    border-radius: 20px;
    display: inline-block;
    transition: all .3s linear;
}
.dealerBtn a:hover{
    background-color: var(--g2);
    color: var(--w1);
}
@media (max-width: 575.98px) {
    .dealerBtn a {
        text-align: center;
    }
}
@media (max-width: 575.98px) {
    .dealerBtn {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}
@media (max-width: 575.98px) {
    .menuBinput{
        display: none;
    }
}
.currencySpace{
    display: flex;
    justify-content: center;
    align-items: center;
}
.currency{
    border: 0;
    color: var(--w1);
    background-color: var(--Color1);
}
.ctwd{
    width: 30px;
    height: auto;
}
.ctwd img{
    width: 100%;
    height: auto;
    display: block;
}
.shSpace{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.shSpace input{
    width: calc(100% - 120px);
    max-width: 360px;
    padding: 5px 30px 5px 5px;
}
.shX{
    width: 21px;
    height: 21px;
    display: block;
    background-image: url(../img/SVG/iconX.svg);
    margin-right: 10px;
    cursor: pointer;
}
.shS{
    width: 21px;
    height: 21px;
    display: block;
    background-image: url(../img/SVG/iconS3.svg);
    margin-left: 10px;
    cursor: pointer;
}
/*--mblMenu------------*/
.mblMenu{
    position: fixed;
    z-index: 101;
    top: 132px;
    left: 0;
    width: 280px;
    height: 100%;
    background-color: var(--Color3);
    -webkit-box-shadow: 2px 4px 13px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 4px 13px rgba(0,0,0,0.1);
    box-shadow: 2px 4px 13px rgba(0,0,0,0.1);
    transition: all .3s linear;
	 overflow-x: hidden;
}
.mblMenuOff{
    left: -300px;
}
.mblMenu nav {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    overflow-x: hidden;
}
.mblMenu nav a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    color: var(--Color1);
    padding: 0 0 10px 0;
    border-bottom: 1px var(--w1) solid;
    transition: all .3s linear;
}
.mblMenu nav a::after{
    font-size: 1rem;
    content: "➔";
    opacity: 0;
    color: var(--Color1);
    margin-right: 10px;
    transition: all .3s linear;
}
.mblMenu nav a:hover::after{
    opacity: 1;
    margin-right: 0px;
}
.mblMenu nav a:hover{
    color: var(--Color2);
    margin-left: 10px;
}
.mmInput{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
}
.mmInput input{
    width: 100%;
    padding: 5px 0px;
    box-sizing: border-box;
    border: 0;
    background-color: inherit;
    border-bottom: 2px var(--w1) solid;
    color: var(--Color1);
    font-size: 1rem;
}
.mmInput input::placeholder{
    color: var(--w1);
}
.mblIocnSh{
    position: absolute;
    right: 24px;
    top: 24px;
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(../img/SVG/iconS.svg);
    cursor: pointer;
}
/*--crumbs-----*/
.crumbsSpace {
    position: relative;
    z-index: 1;
    top: 4px;
}
.crumbs {
    width: 100%;
    height: auto;
    padding: 20px 10px;
    color: var(--w1);
    font-size: 14px;
}
.crumbs a{
    color: var(--w1);
}
@media (max-width: 991.98px) {
    .crumbsSpace{
        display: none;
    }
}
/*--tit------------*/
.titA {
    position: relative;
    font-size: 21px;
    margin: 5px 5px 40px 5px;
    color: var(--Color2);
    text-align: center;
}
/*.titA::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 40px;
    height: 4px;
    background-color: var(--Color2);
}*/
.titB h5{
    font-size: 1.8rem;
    margin: 5px 5px 5px 5px;
    color: var(--Color1);
    font-weight: normal;
}
.titB span{
    font-size: 1rem;
    margin: 5px 5px 5px 5px;
    color: var(--Color1);
}
.titB h3 {
    font-size: 1.2rem;
    margin: 5px 5px 5px 5px;
    color: var(--Color1);
    font-weight: normal;
}
.titC h5 {
    font-size: 1.8rem;
    margin: 5px 5px 5px 5px;
    color: var(--Color1);
    font-weight: normal;
    text-align:center;
}
.titD {
    position: relative;
    font-size: 1.8rem;
    margin: 5px 5px 40px 5px;
    color: var(--Color2);
}
.titD::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 40px;
    height: 4px;
    background-color: var(--Color2);
}
/*----3card-----*/
.v3card .vspace{
    width: 100%;
    max-width: 1070px;
    height: auto;
    display: block;
    margin: 20px auto;
    padding: 0 10px;
    box-sizing: border-box;
}
@media (min-width: 1080px) {
    .v3card .vspace{
        max-width: 1134px;
        padding-left: 22px;        
    }
}
.v3card .vspace .v3box{
    width: calc(33.3% - 25px);
    height: auto;
    aspect-ratio: 342 / 217;
    display: inline-block;
    vertical-align: top; 
    background-color: var(--Color3);
    margin: 10px;
    overflow: hidden;
}
.v3card .vspace .v3box img{
    width: 100%;
    height: auto;
    display: block;
}
@media (max-width: 767.98px) {
    .v3card .vspace .v3box{
        width: calc(50% - 25px);
    }
}
@media (max-width: 575.98px) {
    .v3card .vspace .v3box{
        width: calc(100% - 20px);
    }
}
/*------2card------*/
.v2card .vspace{
    width: 100%;
    max-width: 1070px;
    height: auto;
    display: block;
    margin: 70px auto;
}
@media (min-width: 1080px) {
    .v2card .vspace{
        max-width: 1096px;
        padding-left: 6px;        
    }
}
.v2card .vspace .v2Box{
    width: calc(50% - 23px);
    height: auto;
    aspect-ratio: 52 / 33;
    display: inline-block;
    vertical-align: top;
    background-color: var(--Color3);
    margin: 10px;
    overflow: hidden;
}
.v2card .vspace .v2Box img{
    width: 100%;
    height: auto;
    display: block;
}
@media (max-width: 575.98px) {
    .v2card .vspace .v2Box{
        width: calc(100% - 20px);
    }
}
/*----4card-------*/
.v4card .vspace{
    width: 100%;
    max-width: 1070px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.v4card .vspace .v4box{
    position: relative;
    width: calc(25% - 25px);
    height: auto;
    aspect-ratio: 250 / 400;
    display: inline-block;
    vertical-align: top; 
    margin: 10px;
}
@media (min-width: 1080px) {
    .v4card .vspace{
        max-width: 1096px;
        padding-left: 6px;        
    }
}
@media (max-width: 767.98px) {
    .v4card .vspace .v4box{
        width: calc(33.3% - 25px);
    }
}
@media (max-width: 575.98px) {
    .v4card .vspace .v4box{
        width: calc(50% - 25px);
    }
}
.v4Pohto{
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: all .3s linear;
}
.v4Pohto img{
    width: 100%;
    height: auto;
    display: block;
    transition: all .3s linear;
}
.v4box .love{
    position: absolute;
    z-index: 0;
    top: 15px;
    right: 15px;
    width: 18px;
    height: 18px;
    display: block;
    background-image: url(../img/SVG/love.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    border: 0;
    background-color: inherit;
}
.v4box .loveOn{
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 15px;
    width: 18px;
    height: 18px;
    display: block;
    background-image: url(../img/SVG/loveOn.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    border: 0;
    background-color: inherit;
}
.v4T{
    width: 100%;
    height: auto;
    display: block;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
}
    .v4T h2 {
        width: 100%;
        height: 43px;
        font-size: 1rem;
        color: var(--Color1);
        font-weight: normal;
        text-align: center;
        margin: 6px;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        transition: all .3s linear;
        font-size: 14px;
    }
    .v4T h5 {
        font-size: 14px;
        color: var(--Color1);
        font-weight: normal;
        text-align: center;
        margin: 6px;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        transition: all .3s linear;
    }
.price{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin: 20px 0;
}
.price2{
    display: block;
}
.gsT .price p{
    font-size: 14px;
    color: var(--Color2);
    margin: 20px 0;
}
.gsT .price p samp{
    font-family:Microsoft JhengHei , PMingLiU , MingLiU , sans-serif !important; 
    margin-left: 20px;
}
.gsT .price p span{
    color: var(--r1);
    margin-left: 20px;
}
.price span {
    color: var(--r1);
    margin-left: 20px;
    font-size: 14px;
}
.price s {
    color: var(--Color1);
    font-size: 14px;
}
.v4box .addCart{
    width: 125px;
    height: 30px;
    border: 0;
    background-color: var(--Color1);
    color: var(--w1);
    font-size: .9rem;
    margin: 10px;
    margin-left: calc(50% - 62px);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s linear;
}
.v4box .addCart i{
    width: 14px;
    height: 14px;
    display: block;
    background-image: url(../img/SVG/iconShop.svg);
    background-repeat: no-repeat;
    margin-right: 5px;
    cursor: pointer;
}
.v4box:hover .v4Pohto img{
    width: 110%;
}
.v4box:hover .v4T h2, .v4box:hover .v4T h5{
    color: var(--Color2);
}
.v4box:hover .addCart{
    background-color: var(--Color2);
}
.v4box .addCart:hover{
    background-color: var(--r1);
}
/*---memberSpace-----------------*/
.msTit{
    width: 100%;
    max-width: 1070px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    background-color: var(--Color1);
    color: var(--w1);
    padding: 10px;
    box-sizing: border-box;
}
.memberSpace .vspace{
    width: 100%;
    max-width: 1070px;
    height: auto;
    margin: 10px auto;
    overflow: hidden;
}
@media (min-width: 1080px) {
    .memberSpace .vspace{
        max-width: 1098px;
        padding-left: 8px;
        
    }
}
.memberSpace .vspace .v3box{
    position: relative;
    width: calc(33.3% - 25px);
    height: auto;
    aspect-ratio: 321 / 358;
    display: inline-block;
    vertical-align: top; 
    margin: 10px;
    overflow: hidden;
}
.memberSpace .vspace .v3box img{
    width: 100%;
    height: auto;
    display: block;
}
.memberSpace .vspace .v3box a{
    position: absolute;
    z-index: 1;
    bottom: 10px;
    right: 10px;
    width: 110px;
    height: 32px;
    color: #fff;
    background-color: var(--Color1);
    border: 1px #fff solid;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.memberSpace .vspace .v3box .onbtn{
    background-color: #fff;
    border: 1px var(--Color1) solid;
    color: var(--Color1);
}
@media (max-width: 767.98px) {
    .memberSpace .vspace .v3box{
        width: calc(50% - 25px);
    }
    .memberSpace .vspace .v3box a{
        bottom: 25px;
        right: 25px;
        width: 140px;
        height: 32px;
    }
}
@media (max-width: 575.98px) {
    .memberSpace .vspace .v3box{
        width: calc(100% - 20px);
    }
    .memberSpace .vspace .v3box a{
        bottom: 20px;
        right: 20px;
        width: 180px;
        height: 42px;
        font-size: 1rem;
    }
}
/*--bottomBanner----------------*/
.bbSpace{
    width: 100%;
    max-width: 1070px;
    height: auto;
    display: block;
    aspect-ratio: 107 / 60;
    background-color: var(--Color3);
    margin: 0 auto;
    margin-top: 60px;
    overflow: hidden;
}
.bbSpace img{
    width: 100%;
    height: auto;
    display: block;
}
/*----footer---------------------------*/
footer{
    width: 100%;
    height: auto;
    min-height: 500px;
    display: block;
    background-color: var(--Color1);
    margin: 0;
    margin-top: 70px;
}
footer .vspace{
    width: 100%;
    max-width: 1070px;
    height: auto;
    margin: 0 auto;
}
    footer .vspace .v3box {
        width: calc(33.3% - 25px);
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin: 70px 10px 10px 10px;
        overflow: hidden;
        font-size: 14px;
    }
footer .vspace .f2box{
    padding-left: 60px;
    box-sizing: border-box;
}
@media (max-width: 767.98px) {
    footer .vspace .v3box{
        width: calc(50% - 25px);
    }
}
@media (max-width: 575.98px) {
    footer .vspace .v3box{
        width: calc(100% - 20px);
        padding-left: 10px;
        box-sizing: border-box;
    }
}
footer h3 {
    color: var(--Color3);
    font-size: 14px;
}
footer h4 {
    color: var(--Color3);
    font-weight: normal;
    font-size: 14px;
}
footer p{
    color: var(--Color3);
}
footer a{
    transition: all .3s linear;
}
footer a:hover{
    opacity: .7;
}
footer h2{
    color: var(--Color3);
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 1.3px;
}
footer hr{
    width: 100%;
    max-width: 280px;
}
.logow{
    width: 86px;
    height: 45px;
    background-image: url(../img/SVG/logoW.svg);
    display: block;
}
.ftBox{
    width: 100%;
    max-width: 280px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.ftBox a img{
    width: 55px;
    height: 55px;
    display: block;
    margin: 10px 0;
}
.copyright{
    position: absolute;
    bottom: 10px;
    left: calc(50% - 144px);
    margin: 0;
    font-size: .9rem;
}
@media (max-width: 575.98px) {
    .copyright{
        bottom: 70px;
    }
}
.f3box{
    padding-bottom: 30px;
}
/*---rightBottomButtom-----------*/
.btn-top {
    position: fixed;
    z-index: 101;
    bottom: 200px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #555;
    color: white;
    font-size: 1.2rem;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}
.btn-line{
position: fixed;
z-index: 101;
bottom: 130px;
right: 30px;
width: 60px;
height: 60px;
background-color: #555;
color: white;
font-size: 1.2rem;
border: none;
border-radius: 50%;
cursor: pointer;
background-image: url(../img/SVG/iconLine3.svg);
}
.btn-line2{
    display: none;
}
.btn-shop{
position: fixed;
z-index: 101;
bottom: 60px;
right: 30px;
width: 60px;
height: 60px;
background-color: #555;
color: white;
font-size: 1.2rem;
border: none;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
cursor: pointer;
}
.btn-shop i{
width: 15px;
height: 15px;
display: block;
background-image: url(../img/SVG/iconShop.svg);
}
.btn-shop span{
margin-left: 5px;
font-size: 1rem;
}
@media (max-width: 575.98px) {
.btn-top{
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 60px;
    height: 60px;
    font-size: 1.2rem;
    border-radius: 0%;
    border-left: 1px var(--Color3) solid;
    border-top: 1px var(--Color3) solid;
}
.btn-shop{
    position: fixed;
    bottom: 0px;
    right: 60px;
    width: 60px;
    height: 59px;
    background-color: #555;
    color: white;
    border-radius: 0%;
    border-left: 1px var(--Color3) solid;
    border-top: 1px var(--Color3) solid;
    }
.btn-line{
    display: none;
}
.btn-line2{
    position: fixed;
    z-index: 1000;
    bottom: 0px;
    right: 121px;
    width: calc(100% - 120px);
    height: 60px;
    border-radius: 0%;
    cursor: pointer;
    background-color: var(--Color3);
    border-left: 1px var(--Color3) solid;
    border-top: 1px var(--w1) solid;
    background-repeat: no-repeat;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    }
}
.btn-line2 img{
    width: 240px;
    height: 60px;
    display: block;
}
/*----banner------*/
.banner{
width: 100%;
height: auto;
display: block;
}
.indexBanner{
    width: 100%;
    margin: 0;
    aspect-ratio: 128 / 72;
    display: block;
    overflow: hidden;
}
.indexBanner img{
    width: 100%;
    height: auto;
}
.indexBannerS{
    width: 100%;
    aspect-ratio: 576 / 1024;
    margin: 0 auto;
    display: none;
    overflow: hidden;
}
.indexBannerS img{
    width: 100%;
    height: auto;
}
@media (max-width: 575.98px) {
    .indexBanner{
        display: none;
    }
    .indexBannerS{
        display: block;
    }
}
/*--allgoods--------------*/
.agpage{
    position: relative;
    max-width: 1070px;
    margin: 0 auto;
}
    .agpage .vspace {
        width: calc(100% - 254px);
        max-width: 810px;
        margin-left: 254px;
        display: inline-block;
        vertical-align: top;
    }
    .agpage .vspacei {
        min-height: 800px;
    }
    .agpage .vspaceM {
        min-height: 1084px;
    }
.agpage .fSpace0{
    width: calc(100% - 0px);
    max-width: 100%;
    margin-left: 0px;
}
.agpage .vspace .v4box{
    width: calc(33.3% - 25px);
}
.goodsMenu{
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: auto;
    display: inline-block;
    vertical-align: top;
}
.gmBox {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: var(--Color2);
    background-color: var(--Color3);
    border-bottom: 1px var(--w1) solid;
    cursor: pointer;
    font-size: 14px;
}
.gmBox2{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #f7f7f7;
    border-bottom: 1px var(--w1) solid;
    cursor: pointer;
}
    .gmBox2 p {
        color: var(--Color1);
        transition: all .3s linear;
        font-size: 14px;
    }
.gmBox2:hover p{
    color: var(--Color2);
    margin-left: 10px;
}
.gmBox i{
    width: 12px;
    height: 12px;
    display: block;
    background-image: url(../img/SVG/arrows.svg);
    transition: all .3s linear;
}
.gmBoxOn i{
    transform:rotate(90deg);
}
.gmBoxGroup{
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    transition: all 1s linear;
}
.gmBoxGroupOn{
    height: 0px;
}
@media (max-width: 991.98px) {
    .agpage .vspace{
        width: calc(100% - 0px);
        max-width: 1070px;
        display: block;
        margin-left: 0px;
    }
    .goodsMenu{
        display: none;
    }
    .mblgMenu .goodsMenu{
        display: block;
        width: 100%;
        height: calc(100vh - 190px);
        overflow: scroll;
    }
}

@media (max-width: 767.98px) {
    
    .agpage .vspace .v4box{
        width: calc(50% - 25px);
    }
}
/*---franchisee-------------------------*/
.franchisee .fMenu .gmBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    transition: all .3s linear;
}
.franchisee .fMenu .gmBox:hover{
    background-color: #f6f6f6;
}
.franchisee .fMenu .gmBox1 i{
    opacity: 0;
}
.franchisee .fSpace{
    height: auto;
    min-height: 1156px;
    border: 1px var(--Color3) solid;
    padding: 30px 0;
    box-sizing: border-box;
}
.franchisee .fSpaced {
    min-height: 1150px;
}
.franchisee .fSpace2{
    padding: 30px;
}
.franchisee .fSpace3{
    border: 0;
    padding: 0;
}
.ppms .fSpace2 {
    width: 100%;
    min-width: auto;
}
.fs40w{
    width: 30%;
    height: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 10px;
    box-sizing: border-box;
}
.fs40w h3{
    color: var(--Color1);
    font-weight: normal;
    font-size: 1.2rem;
}
.fs40w h4{
    color: var(--Color1);
    font-weight: normal;
    font-size: 1.2rem;
    margin: 0;
}
.fs40w h4 span{
    font-size: 3rem;
    margin: 0;
}
.fs40w .fstinput p{
    text-align: left;
    color: var(--Color1);
    margin: 10px 0;
}
 .mAvatar{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
}
.fstbox{
    width: 90%;
    height: 40px;
    background-color: var(--Color1);
    color: var(--w1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .9rem;
    margin: 10px 0 30px 0;
}

element.style {
}

.fstinput .fstbox {
    width: 100%;
}

.fstbox {
    width: 90%;
    height: 40px;
    background-color: var(--Color1);
    color: var(--w1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .9rem;
    margin: 10px 0 30px 0;
}

    .fstbox.fstboxL {
        background-color: #64b73c;
    }

.fstinput{
    position: relative;
    display: block;
    width: 90%;
    height: auto;
}
.fstinput span{
    position: relative;
    width: 100%;
    height: 40px;
    border: 1px var(--Color3) solid;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .9rem;
    margin: 10px 0 30px 0;
    padding-right: 60px;
    box-sizing: border-box;
    color: var(--Color1);
    font-size: 1rem;
    overflow: hidden;
}
.fstinput span button{
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 40px;
    background-color: var(--Color1);
    color: var(--w1);
    border: 0;
    cursor: pointer;
}
.fstinput span button:active{
    opacity: .7;
}
.fstinput samp{
    position: absolute;
    bottom: 7px;
    left: 0;
    font-size: .8rem;
    color: var(--Color1);
}
.fstinput .fstbox{
    width: 100%;
}
.fstinput .fstbox i{
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../img/SVG/iconLine4.svg);
    margin-right: 10px;
}
.fs60w{
    width: 69%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    box-sizing: border-box;
}
.fs6w1{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fs6w1box{
    width: 30%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    background-color: #f7f7f7;
    padding: 10px 0;
    box-sizing: border-box;
    color: var(--Color2);
}
.fs6w1r .fs6w1box{
    padding: 30px 0;
    height: auto;
}
.fs6w1box p{
    margin: 0;
    font-size: .9rem;
}
.fs6w1box span{
    font-size: 1.8rem;
}
.fs6w2 {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    box-sizing: border-box;
    background-color: #fff;
    margin-top: 20px;
    border: 1px var(--Color6) solid;
}
.fs6w2 {
    flex-direction: column;
}
    .fs6w2 p {
        color: var(--Color2);
    }

    .fs6w2 h4 {
        font-size: 2.4rem;
        font-weight: normal;
    }
    .fs6w2 .fs6w2box {
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: auto;
        display: flex;
        justify-content: space-between;
    }

        .fs6w2 .fs6w2box p {
            color: var(--Color2);
            margin-block-start: 0;
            margin-block-end: 0;
        }
        .fs6w2 .fs6w2box span {
            color: var(--Color2);
            font-size: 1.8rem;
        }
        .fs6w2 .fs6w2box h4 {
            font-weight: normal;
            margin-block-start: 0;
            margin-block-end: 0;
            margin: 0;
        }
        .fs6w2 .fs6w2box h5 {
            color: var(--Color1);
            font-size: .8rem;
            margin-block-start: 0;
            margin-block-end: 0;
        }

.fs6w3 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 10px 30px;
    box-sizing: border-box;
    color: var(--Color2);
    margin-top: 20px;
    border: 1px var(--Color6) solid;
}
.fs6w3line{
    width: 2px;
    height: 140px;
    display: block;
    background-color: var(--Color6);
}
.fs6w3box {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
    .fs6w3box h4 {
        font-size: 2.2rem;
        font-weight: normal;
        margin: 0;
    }
.fs6w3box h4 i{
    width: 25px;
    height: 25px;
    display: inline-block;
    background-image: url(../img/SVG/iconM.svg);
}
        .fs6w3box h4 span {
            font-size:1.5rem;
            padding-right: 10px;
        }
@media (max-width: 767.98px) {
  .fs40w{
    width: 40%;
    
  }
  .fs60w{
    width: 59%;
  }
  .franchisee .fSpace2{
    padding: 20px;
  }
}
@media (max-width: 575.98px) {
    .fs40w{
    width: 100%;
    }
    .fs60w{
    width: 100%;
    }
    .franchisee .fSpace2{
        padding: 10px;
      }
}
.fSpace h3{
    font-size: 1.2rem;
    color: var(--Color2);
    font-weight: normal;
    margin: 0;
}
.fSpace h4{
    font-size: 1rem;
    color: var(--Color1);
    font-weight: normal;
    margin: 10px 0;
}

.fs2Box{
    width: calc(50% - 13px);
    height: auto;
    display: inline-block;
    margin: 10px 10px 0 0;
    vertical-align: top;
}
.fs2Box span{
    font-size: .8rem;
    color: #b81c25;
}
.fs2Box p{
    margin: 5px 0;
    color: var(--Color2);
    font-size: 1rem;
}

    .fs2Box .fs2b2l {
        display: flex;
    }
        .fs2Box .fs2b2l button {
    width: 70px;
    height: 40px;
    border: 1px var(--Color3) solid;
    margin-right: 2px;
    cursor: pointer;
}

    .fs2Box .fs2b2l button:active {
        opacity: .7;
    }
.fs2Box3{
    margin: 10px 0;
    width: calc(100% - 10px);
}
.fs2Box30{
    width: calc(50% - 13px);
}
.fs2Box30 .fs2b3l{
    display: flex;
    justify-content: start;
    align-items: center;
}
.fs2Box302{
    width: calc(100% - 13px);
}
.fs2Box30 .fs2b3l button{
    width: 70px;
    height: 40px;
    border: 1px var(--Color3) solid;
    margin-right: 2px;
    cursor: pointer;
}
.fs2Box30 .fs2b3l button:active{
    opacity: .7;
}

.fs2Box30 .fs2b3l .fs2b3ld {
    width: 70px;
    height: 40px;
    border: 1px var(--Color3) solid;
    margin-right: 2px;
    cursor: pointer;
}

.fs2Box30 .fs2b3l .fs2b3ld {
    width: 110px;
    height: 40px;
    border: 1px var(--Color3) solid;
    margin-right: 2px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-content: center;
}

.fs2Box30 .fs2b3l {
    display: flex;
    justify-content: start;
    align-items: start;
}
    .fs2Box30 .fs2b3l .fs2b3lo{
    background-color: var(--Color1);
    color: var(--w1);
}
.fs2Box30 .fs2b3p{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    background-color: #f7f7f7;
}
.fs2Box30 .fs2b3p img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.fs2Box30 .fs2b3p2 img{
    width: auto;
    height: 150px;
    aspect-ratio: 128 / 72;
    border-radius: 0%;
}
.fs2Box30 .fs2b3p3 img{
    width: auto;
    height: 150px;
    aspect-ratio: 576 / 1024;
    border-radius: 0%!important;
}
@media (max-width: 575.98px) {
    .fs2Box{
        width: calc(100% - 13px);
    }
}
.fs2Box input, .fs2Box3 input{
     width: 100%;
     height: 40px;
     display: block;
     background-color: #f7f7f7;
     border: 0;
     padding: 0 10px;
     box-sizing: border-box;
     color: var(--Color1);
}
.fs2Box select{
    width: 100%;
     height: 40px;
     display: block;
     background-color: #f7f7f7;
     border: 0;
     padding: 0 10px;
     box-sizing: border-box;
     color: var(--Color1);
}
.fs2Box input::placeholder{
    color: #b5b4b5;
}
.fs2Box2{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fs2Box2 button{
    padding: 10px 20px;
    border: 0;
    background-color: var(--Color1);
    color: var(--w1);
    cursor: pointer;
    margin-right: 10px;
}
.fs2Box2 button a{
    color: var(--w1);
}
.fs2Box2 button:active{
    opacity: .7;
}
.addressBox{
    width: calc(100% - 20px);
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px var(--Color3) solid;
    margin: 10px 0;
    padding: 10px;
}
.adl{
    
    display: inline-block;
    
}
.adl p{
    color: var(--Color1);
    margin: 5px 0;
}
.adl button{
    width: 60px;
    height: 30px;
    background-color: var(--Color3);
    color: var(--Color1);
    border: 0;
    cursor: pointer;
    margin: 5px 0;
}
.adl .adl2{
    width: 125px;
    display: block;
    margin-top: 0px;
    background-color: var(--Color1);
    color: var(--w1);
}
.adl .adl3{
    width: 125px;
    display: block;
    margin-top: 0px;
    background-color: var(--Color3);
    color: var(--Color1);
}
.adl button:active{
    opacity: .7;
}
.adl input{
    width: auto;
    padding: 5px;
    border: 1px var(--Color3) solid;
    margin: 5px 0;
    color: var(--Color1);
    font-size: 1rem;
}
.adl input::placeholder{
    font-size: 1rem;
    color: var(--Color3);
}
.adl4 select{
    background-color: #fff;
    padding: 5px 10px;
    color: var(--Color1);
    border: 1px var(--Color3) solid;
    font-size: 1rem;
}
.asBtns{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: end;
    align-items: center;
}
.asBtnsb button{
    padding: 5px 40px;
    border: 1px var(--Color2) solid;
    background-color: var(--w1);
    color: var(--Color2);
}
.asBtnsb button a{
    color: var(--w1);
}
.asBtnsb .asBtnsb2{
    background-color: var(--Color2);
    color: var(--w1);
}
.asBtnsb button:active{
    opacity: .7;
}
.fshsh .asBtnsb2{
    display: flex;
    justify-content: center;
    align-items: center;
}
.fshsh .asBtnsb2::before{
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url(../img/Svg/iconS.svg);
    margin-right: 3px;
}
/*---ranking--------------*/
.rankingSpace{
    width: 100%;
    height: auto;
    display: block;
}
.rtitbox{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rtitbox .rtb33{
    width: 33%;
    height: auto;
    border-left: 1px var(--Color3) solid;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--Color1);
    cursor: pointer;
    padding: 10px 5px;
    box-sizing: border-box;
}
.rtitbox .rtb33:nth-child(3){
    border-right: 1px var(--Color3) solid;
}
.rtitbox .rtbOn{
    background-color: #f7f7f7;
    color: var(--Color2);
}
.rtSpace{
    width: 100%;
    height: auto;
    background-color: #f7f7f7;
}
.rtBox3{
    padding: 30px;
    width: 24%;
    height: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.rtBox3 .rtPhoto{
    width: 150px;
    height: 150px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 30px;
}
.rtBox3 .rtPhoto img{
    width: 100%;
    height: auto;
    display: block;
}
.rtBox3 h3{
    margin: 10px 0 0 0;
    width: 100%;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp:2;    
    -webkit-box-orient: vertical;
    text-align: center;
}
.rtBox3 h4 span{
    font-size: 2rem;
}
.rtBox3 h5{
    margin: 0;
    font-size: 1rem;
    font-weight: normal;
    color: var(--w1);
    background-color: var(--Color1);
    border: 1px var(--Color2) solid;
    padding: 10px;
    min-width: 170px;
    text-align: center;
}
.rtBox4{
    width: 16%;
}
.rtBox4 .rtPhoto{
    width: 100px;
    height: 100px;
}
.rtBox4 h4{
    font-size: .9rem;
}
.rtBox4 h4 span{
    font-size: 1.4rem;
}
.rtBox4 h5{
    font-size: .9rem;
    padding: 3px;
    min-width: 150px;
}
.rtBox4 h3{
    font-size: 1rem;
    height: 38px;
}
@media (max-width: 767.98px) {
  .rtBox3{
    width: 38%;
  }
  .rtBox3k{
    width: calc(100% - 60px);
  }
  .rtBox4{
    width: 22%;
  }
}
@media (max-width: 575.98px) {
    .rtBox3{
        width: calc(100% - 60px);
      }
    .rtBox4{
        width: 30%;
      }
}
/*---pageBtnSpace------------*/
.pageBtnSpace{
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--Color3);
    margin: 70px 0;
}
.arrowBox{
    width: 16.6%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px var(--w1) solid;
    cursor: pointer;
}
.arrowBox2{
    width: 16.6%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px var(--w1) solid;
    cursor: pointer;
}
.arrowBox::before{
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background-image: url(../img/SVG/arrows2.svg);
}
.arrowBox2::before{
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background-image: url(../img/SVG/arrows2.svg);
    transform:rotate(180deg);
}
.numberBox{
    width: 66%;
    max-width: 370px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .numberBox a {
        padding: 10px 10px;
        box-sizing: border-box;
        color: var(--Color2);
        transition: all .3s linear;
        font-size: 14px;
    }
.numberBox a:hover{
    color: var(--Color1);
}
.nbOn{
    background-color: #fff;
}
/*----------------------*/
.gSpace1{
    width: 100%;
    max-width: 1070px;
    min-height: 770px;
    background-color: var(--w1);
    display: block;
    margin: 50px auto 0 auto;
}
.gSpace1 .vspace{
    width: 100%;
    height: auto;
    display: block;
}
.gSpace1 .vspace .v2Box{
    width: calc(50% - 5px);
    height: auto;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    box-sizing: border-box;
}
.gSpace1 img{
    width: 100%;
    height: auto;
    display: block;
}
@media (max-width: 767.98px) {
    .gSpace1{
        width: 100%;
        max-width: 1070px;
        min-height: 770px;
        background-color: var(--w1);
        display: block;
        margin: 50px auto 0 auto;
    }
    .gSpace1 .vspace .v2Box{
        width: 100%;
    }
}
.gsPhoto{
    width: 100%;
    height: auto;
    max-width: 480px;
    max-height: 480px;
    overflow: hidden;
    display: block;
    background-color: var(--Color3);
    margin: 0 auto;
}
.gsPhoto img{
    width: 100%;
    height: auto;
    display: block;
}
.gsPtList{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5px;
    box-sizing: border-box;
}
.gsPtList img{
    width: 30%;
    height: auto;
    display: block;
    cursor: pointer;
    border: 2px var(--w1) solid;
}
.gsPtList .gsplOn{
    border: 2px var(--Color1) solid;
}
.gsT{
    width: 100%;
    height: auto;
    display: block;
    max-width: 480px;
    margin: 0 auto;
}
    .gsT h2 {
        font-size: 1.5rem;
        color: var(--Color2);
        font-size: 21px;
    }
    .gsT p {
        font-size: 14px;
        color: var(--Color1);
    }
.gsT .arrowUD{
    width: 100%;
    height: 50px;
    background-color: var(--Color3);
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.gsT .arrowUD select{
    width: 100%;
    height: 20px;
    border: 0;
    box-sizing: border-box;
    font-size: 1rem;
    color: var(--Color2);
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url("../img/SVG/arrowUD.svg") no-repeat right center transparent;
}
.shopBtnSpace{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
    .shopBtnSpace .sbsBtn {
        width: calc(30% - 10px);
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px var(--Color1) solid;
        color: var(--Color1);
        cursor: pointer;
        transition: all .3s linear;
        font-size: 14px;
    }
.shopBtnSpace .sbsBtn:hover{
    opacity: .7;
}
.shopBtnSpace .sbsBtn:active{
    opacity: .5;
}
    .shopBtnSpace a {
        width: calc(40% - 10px);
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--Color1);
        color: var(--w1);
        border: 1px var(--Color1) solid;
        transition: all .3s linear;
        font-size: 14px;
    }
.shopBtnSpace a::before{
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(../img/SVG/iconCart.svg);
    margin-right: 10px;
}
.shopBtnSpace a:hover{
    opacity: .7;
}
.quantity{
    width: 100px;
    height: 30px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    border: 1px var(--Color3) solid;
    margin-left: 20px;
}
.ctl3a .quantity{
    margin-left: -10px;
}
    .ctl3a .quantity span {
        width: 40px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
.quantity .qtb{
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    font-size: 1.2rem;
    color: var(--Color1);
    background-color: var(--w1);
    border-left: 1px var(--Color3) solid;
}
.quantity .qtb:nth-child(1){
    border-right: 1px var(--Color3) solid;
    border-left: 0;
}
.quantity .qtb:active{
    background-color: var(--Color3);
}
.price2 .priceLine .quantity span{
    width: calc(100% - 100px);
    height: 42px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--Color1);
    font-size: 1rem;
    margin: 0;
}
.price2 .priceLine .quantity input {
    width: 80%;
    height: 20px;
    justify-content: center;
    align-items: center;
    color: var(--Color1);
    font-size: 1rem;
    margin: 0;
    border: 0;
    text-align: center;
}
.quantityP{
    display: inline-block;
    padding-left: 10px;
}
.priceLine p{
    display: inline-block;
}
.price .priceLine .quantityP span{
    margin: 0;
}
.cmtTit{
    padding: 5px 30px;
    background-color: var(--Color3);
    display: inline-block;
    color: var(--Color2);
    margin: 5px 0;
}
.cmtBox {
    box-sizing: border-box;
    border: 1px var(--Color3) solid;
}
    .cmtBox p {
        padding: 0 20px;
    }
.cmtBox span{
    color: #44a85b;
}
    
    .cmtBox strong {
        color: red;
    }
.label span{
    position: relative;
    font-size: 1rem;
    color: var(--Color1);
    padding: 5px 10px;
    border: 1px var(--Color1) solid;
    display: inline-block;
    margin: 7px 5px 0 0;
    cursor: pointer;
}
.label .subitem {
    position: relative;
    font-size: 14px;
    color: var(--Color1);
    padding: 5px 10px;
    border: 1px var(--Color1) solid;
    display: inline-block;
    margin: 7px 5px 0 0;
    cursor: pointer;
}
.label .labelOn{
    border: 3px var(--r1) solid;
    color: var(--r1);
}
.label .labelOn::before{
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    background-color: var(--r1);
    color: var(--w1);
    font-size: .8rem;
    line-height: 9px;
}
/*-------------------*/
.v4card .blogBox{
    padding: 0 10px;
    box-sizing: border-box;
}
.blogBox .v4box{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 7px 30px 7px!important;
}
.blogBox .v4box::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--Color3);
    display: block;
    transition: all .3s linear;
}

.v4tBox .blogTit {
    padding: 5px 20px;
    background-color: var(--Color1);
    color: var(--w1);
    display: inline-block;
    transition: all .3s linear;
    font-size: 14px;
}
.v4tBox h3 {
    min-height: 75px;
    font-size: 14px;
    color: var(--Color2);
    line-height: 1.6rem;
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 10px 0;
    transition: all .3s linear;
}
.v4tBox p {
    font-size: 12px;
    color: var(--Color1);
    line-height: 1.4rem;
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all .3s linear;
}
.v4tBox h4 {
    font-size: 14px;
    color: var(--r1);
    line-height: 1.6rem;
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all .3s linear;
}
.v4tPhoto{
    width: 100%;
    height: auto;
    aspect-ratio: 25 / 14;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--Color3);
    overflow: hidden;
    transition: all .3s linear;
    margin-bottom: 16px;
}
.v4tPhoto img{
    width: 100%;
    height: auto;
    display: block;
    transition: all .3s linear;
}
.v4tBox i{
    position: absolute;
    bottom: 2px;
    right: 5px;
    font-size: .9rem;
    color: var(--Color1);
    font-style: normal;
    transition: all .3s linear;
}
.blogBox .v4box:hover .v4tBox .v4tPhoto img{
    width: 110%;
}
.blogBox .v4box:hover .v4tBox .blogTit{
    background-color: var(--g1);
}
.blogBox .v4box:hover .v4tBox i{
    color: var(--g1);
}
.blogBox .v4box:hover .v4tBox h3, .blogBox .v4box:hover .v4tBox p{
    opacity: .7;
}
.blogBox .v4box:hover::before{
    background-color: var(--g2);
}
@media (max-width: 767.98px) {
    
    .agpage .blogBox .v4box{
        width: calc(50% - 20px);
    }
}
/*---------------------*/
.listA{
    width: 100%;
    height: auto;
    display: block;
    margin: 30px 0 ;
    padding: 0 5px;
    box-sizing: border-box;
}
    .listA li {
        list-style: none;
        border-top: 1px var(--Color1) solid;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--Color2);
        font-size: 14px;
    }
    .listA li p {
        width: 30%;
        padding-left: 10px;
        font-size: 14px;
    }
.listA li span{
    width: 20%;
}
.listA .listAt{
   background-color: var(--Color3);
}
@media (max-width: 575.98px) {
    .listA li p {
        width: 25%;
        max-width: 75px;
    }
    .listA li span{
        width: 25%;
    }
}

.gt{
    color: var(--Color1);
}
.vspaceP5{
    padding: 5px;
    box-sizing: border-box;
}
/*--signIn------------------------*/
.sinSpace{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: end;
    align-items: start;
}
.sinPhoto{
    width: calc(100% - 500px);
    min-height: calc(100vh - 798px);
    background-color: var(--Color3);
    border: 1px var(--Color3) solid;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sinBox{
    width: 100%;
    max-width: 500px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sinCard{
    width: 100%;
    max-width: 320px;
    height: auto;
    display: block;
    padding: 10px;
    box-sizing: border-box;
}
.sinCard .aci1{
    width: 60%;
}
.sinCard .aci2{
    width: 38%;
}
.sbTit{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sbTit h5{
    font-size: 1.5rem;
    font-weight: normal;
    color: var(--Color2);
    display: inline-block;
}
.sbtl{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sbtl p{
    color: var(--Color1);
}
.sbtl a{
    text-decoration:underline;
    color: var(--Color2);
}
.sbtll{
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sinCard .sbtll input{
    width: 15px;
    display: inline-block;
    margin-right: 5px;
}
.sbtll label{
    display: inline-block;
}
.sbTit2{
    width: 50%;
    border-bottom: 1px var(--Color2) solid;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}
.sinCard input{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin: 10px 0;
    color: var(--Color1);
    border: 1px var(--Color3) solid;
}
.sinCard input::placeholder{
    color: var(--Color3);
}
.sinCard .sinBtn{
    width: 100%;
    height: 45px;
    background-color: #d9d9d9;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--Color1);
    transition: all .3s linear;
}
.sinCard .sinBtn button {
    width: 100%;
    height: 45px;
    background-color: #d9d9d9;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--Color1);
    transition: all .3s linear;
    border: 0;
}
.sinCard .sinBtn button:active {
    background-color: var(--g1);
    color: var(--w1);
}
.sinCard .sinBtn button:hover {
    background-color: var(--g1);
    color: var(--w1);
}
.sinCard .sinBtn:hover{
    background-color: var(--g1);
    color: var(--w1);
}
.sinCard p{
    text-align: center;
    font-size: .9rem;
    margin: 30px 0;
}
.sinSm {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .sinSm button {
        width: 75px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 0;
        cursor: pointer;
        transition: all .3s linear;
        margin-right: 10px;
    }
.sinSm button:hover{
    opacity: .9;
}
.iconSinL{
    background-color: #64b73c;
}
.iconSinL::before{
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../img/SVG/iconSinL.svg);
    display: block;
}
.iconSinF{
    background-color: #225595;
}
.iconSinF::before{
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../img/SVG/iconSinF.svg);
    display: block;
}
.iconSinG{
    background-color: #f7f7f7;
}
.iconSinG::before{
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(../img/SVG/iconSinG.svg);
    display: block;
}
.sinCard h6{
    color: var(--Color1);
    text-align: center;
    font-size: .9rem;
    font-weight: normal;
}
/*------------------*/
.shBtnSpace{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shBtnSpace button{
    width: 30px;
    height: 30px;
    border-radius: 0;
    border: 1px var(--Color3) solid;
    background-color: var(--Color1);
    color: var(--w1);
}
.shBtnSpace button:active{
    opacity: .7;
}
.shBtnSpace button:nth-child(1){
    border: 1px var(--Color3) solid;
    background-color: var(--w1);
    color:var(--Color1);
}
.shBtnSpace button:last-child{
    border: 1px var(--Color3) solid;
    background-color: var(--w1);
    color:var(--Color1);
}
/*--------------------*/
.mcard{
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}
.mcard img{
    width: 100%;
    height: auto;
    display: block;
}
.iconC{
    width: 140px;
    height: 40px;
    display: block;
}
.iconC img{
    width: 100%;
    height: auto;
    display: block;
}
/*----------------------*/
.homeBtn{
    position: fixed;
    z-index: 102;
    bottom: -2px;
    right: 60px;
    width: 58px;
    height: 58px;
    display: block;
    border: 1px var(--Color3) solid;
    background-color: var(--g1);
    background-image: url(../img/SVG/iconHome.svg);
    padding: 30px;
    box-sizing: border-box;
    display: none;
}
@media (max-width: 575.98px) {
    .homeBtn{
        display: block;
    }
    
}
.gmBoxLock{
    position: relative;
}
.gmBoxLock::before{
    content: "";
    position: absolute;
    width: 23px;
    height: 23px;
    display: block;
    top: 18px;
    left: 95px;
    background-image: url(../img/SVG/iconLock.svg);
}
.gmBoxLock::before{
    left: 120px;
}
/*--------------------*/
.gmBtn{
    position: fixed;
    z-index: 1000;
    top: 70px;
    left: 0;
    background-color: var(--g1);
    transition: all .1s linear;
}
/*--------------------------*/
.cart{
    width: 100%;
    height: auto;
    display: block;
    padding: 70px 10px;
    box-sizing: border-box;
}
.cart h3{
    font-size: 14px;
    color: var(--Color2);
    font-weight: normal;
    margin: 0;
}
.cart h4{
    font-size: 1rem;
    color: var(--Color1);
    font-weight: normal;
    margin: 10px 0;
}
.ctSpace{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.ctSpace .ctl{
    width: calc(100% - 330px);
    height: auto;
    display: block;
    padding: 20px;
    box-sizing: border-box;
}
.ctSpace .ctl2{
    padding: 0px;
}
.ctSpace .ctl .ctl0{
    width: calc(100% - 0px);
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px var(--Color3) solid;
    padding: 10px;
    box-sizing: border-box;
}
.ctSpace .ctl .ctlT{
    border: 0;
    height: 50px;
}
.ctSpace .ctl .ctl1{
    width: 18%;
    min-height: 90px;
    display: inline-block;
    vertical-align: top;
}
.ctSpace .ctl .ctl2{
    width: 12%;
}
.ctSpace .ctl .ctl3{
    width: 77%;
}
.ctSpace .ctl .ctl4{
    width: 7%;
    min-width: 60px;
}
.ctSpace .ctl hr{
    margin: 0;
}
    .ctSpace .ctl .ctl3 .ctl3a {
        width: 20%;
        min-height: 90px;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 2px;
        color: var(--Color1);
        padding: 0 10px;
        box-sizing: border-box;
        font-size: 14px;
    }
    .ctSpace .ctl .ctl3 .ctl3a p {
        margin: 0;
        font-size: 14px;
    }
.ctSpace .ctl .ctl3 .ctl3a h6{
    margin: 0;
    font-size: .9rem;
    display: none;
}
.ctSpace .ctl .ctl3 .ctl3b{
    width: 36%;
}
    .ctSpace .ctl .ctl3 .ctl2b {
        width: 49%;
    }
.ctSpace .ctl .ctlBox{
    width: calc(100% - 20px);
    height: auto;
    display: block;
    border: 1px var(--Color3) solid;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
@media (max-width: 767.98px) {
    .ctSpace .ctl .ctlBox{
        width: calc(100% - 0px);
    }
}
.ctSpace .ctl .ctlBox h4{
    font-size: 14px;
    color: var(--Color2);
    margin: 0;
}
.ctSpace .ctl .ctlBox p{
    font-size: 1rem;
    color: var(--Color1);
    margin: 5px 0;
}
.ctSpace .ctl .ctlBox textarea{
    width: 100%;
    height: auto;
    margin: 10px 0 5px 0;
    border: 0;
    background-color: #f7f7f7;
    resize:none;
    padding: 10px;
    box-sizing: border-box;
    outline: none;
    color: var(--Color2);
}
.ctSpace .ctr{
    width: 330px;
    height: auto;
    display: block;
    border: 1px var(--Color3) solid;
    padding: 20px;
    box-sizing: border-box;
}
.ctr h4{
    color: var(--Color2);
    font-size: 14px;
}
.ctr .crtBfsb{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.ctr .crtBfsb a{
    margin-top: 10px;
}
.ctr .crtBfsb p{
    color: var(--Color2);
}
.ctr .crtBfsb .crtBfsbE{
    text-align: end;
}
.ctrGs{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px var(--Color3) solid;
}
.ctrGs .fss s{
    margin: 0 10px 0 0;
    color: var(--Color1);
}
.ctrGs .crtGm{
    width: 30px;
    height: 80px;
    display: inline-flex;
    justify-content: end;
    align-items: end;
    font-size: 1rem;
}
.crtGphoto{
    width: 70px;
    height: 70px;
    margin: 10px 10px 10px 0;
    display: inline-block;
    vertical-align: middle;
}
.crtGphoto img{
    width: 100%;
    height: auto;
    display: block;
}
.crtGt{
    width: calc(100% - 120px);
    height: auto;
    display: inline-block;
}
.crtGt p{
    color: var(--Color2);
    margin: 0;
    padding: 0;
}
.crtGt .crtGt1{
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp:2;    
    -webkit-box-orient: vertical;
}
.ctr .boxF73{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.ctr .boxF73 .boxF3{
    width: 30%;
    height: auto;
    display: block;
}
.ctr .boxF73 .boxF7{
    width: 70%;
    height: auto;
    display: block;
}
.ctr .boxF73 .boxF7 input{
    margin: 0 5px 10px 0;
}
.ctSpace .ctl .ctlPhoto{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.ctlPhoto img{
    width: 100%;
    max-width: 70px;
    height: auto;
    display: block;
    aspect-ratio: 1 / 1;
}
.ctl4 button {
    border: 0;
    padding: 5px 15px;
    color: var(--Color1);
    font-size: 14px;
}
.ctl4 button:active{
    opacity: .7;
}
.ctrBtn{
    width: 100%;
    height: 50px;
    background-color: var(--Color1);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.ctrBtn:active{
    opacity: .7;
}
.ctr h6{
    font-weight: normal;
    color: var(--Color1);
}
@media (max-width: 991.98px) {
    .ctSpace .ctl .ctl3 .ctl3a{
        width: 49%;
    }
    .ctSpace .ctl .ctl3 .ctl3b{
        width: 49%;
    }
    .ctSpace .ctl .ctl3 .ctl2b {
        width: 100%;
    }
    .ctl3a .quantity{
        margin-left: 0px;
    }
    .ctSpace .ctl .ctlT{
        display: none;
    }
    .ctSpace .ctl .ctl3 .ctl3a h6{
        display: block;
    }
}
@media (max-width: 767.98px) {
    .ctSpace{
        flex-direction: column;
    }
    .ctSpace .ctl{
        width: 100%;
    }
    .ctSpace .ctr{
        width: 100%;
    }
    
}
@media (max-width: 575.98px) {
    .ctSpace .ctl{
        padding: 0px;
    }
    .ctSpace .ctl .ctl3 .ctl3a{
        width: 100%;
        min-height: 50px;
    }
    .ctSpace .ctl .ctl3 .ctl3b{
        width: 100%;
    }
        .ctSpace .ctl .ctl3 .ctl2b {
            width: 100%;
        }
    .ctSpace .ctl .ctl2{
    width: 22%;
    }
    .ctSpace .ctl .ctl3{
        width: 57%;
    }
    .ctSpace .ctl .ctl4{
        width: 17%;
    }
}
/*--------------------*/
.emptyBox{
    width: 100%;
    max-width: 850px;
    height: auto;
    min-height: calc(100vh - 500px);
    display: block;
    margin: 70px auto;
    padding: 10px;
    box-sizing: border-box;
}
.emptyBox h3{
    font-size: 14px;
    font-weight: normal;
    color: var(--Color2);
}
.emptyBox p{
    color: var(--Color1);
}
.ebS{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ebS a{
    padding: 10px 40px;
    background-color: var(--Color1);
    color: #fff;
    font-size: 14px;
    margin: 10px;
}
.ebS a:active{
    opacity: .7;
}
/*-----------------------*/
.rmSpace{
    width: calc(100% - 30px);
    height: auto;
    display: block;
    border: 1px var(--Color3) solid;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-left: 15px;
}
.rmFcc{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rmFbox1 {
    width: 30%;
    height: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px var(--Color3) solid;
    background-color: #f7f7f7;
}
.rmFbox1 h3{
    font-size: 2rem;
}
    .rmFbox1 span {
        font-size: 2rem;
    }
.rmFbox1 p{
    font-size: 1rem;
    color: var(--Color1);
}
.rm100{
    width: 100%;
    height: 166px;
    display: flex;
    justify-content: space-around;
    align-items: end;
    border: 1px var(--Color3) solid;
    padding: 30px;
    box-sizing: border-box;
}
.rm100 h4{
    font-size: 1.4rem;
    margin: 0 0 20px 0;
}
.rm100 h3{
    font-size: 4.8rem;
    margin: 0;
}
.rmFsbTit{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-self: center;
    background-color: var(--Color1);
    color: #fff;
    padding: 0 20px;
    box-sizing: border-box;
}
.mrFsbt{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-self: center;
    color: var(--Color1);
    padding: 0 20px;
    box-sizing: border-box;
}
.mrFsbtFt {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-self: center;
    color: var(--Color1);
    padding: 0 20px;
    box-sizing: border-box;
    border-top: 1px var(--Color1) solid;
}

.mrFsbt h5{
    font-size: 1rem;
    color: var(--Color2);
    font-weight: normal;
    margin: 15px 0;
}

.mrFsbtFt h5 {
    font-size: 1rem;
    color: var(--Color2);
    font-weight: normal;
    margin: 15px 0;
}
@media (max-width: 575.98px) {
    .rmFcc{
        display: block;
    }
    .rmFbox1{
        width: 48.5%;
        display: inline-flex;
        margin: 10px 0;
    }
    .rmFbox2{
        width: 100%;
    }
    .rm100 h4{
        font-size: 1.1rem;
        margin: 0 0 10px 0;
    }
    .rm100 h3{
        font-size: 3.8rem;
    }
}
/*-------------------------*/
.fsba{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pprSh{
    width: calc(100% - 300px);
    height: 60px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}
.pprSh select{
    padding: 7px 3px;
    border: 1px var(--Color3) solid;
}
.pprSh button{
    border: 0;
    padding: 7px 10px;
    background-color: var(--Color1);
    color: #fff;
}
.pprSh button:active{
    opacity: .7;
}
@media (max-width: 767.98px) {
    .pprSh{
        width: 100%;
    }
    .fsba{
        flex-direction: column;
        align-items: start;
    }
}
/*-------------------------*/
.deedPage {
    width: 100%;
    height: auto;
    min-height: calc(100vh - 300px);
    padding: 10px;
    box-sizing: border-box;
}

    .deedPage img {
        width: 100%;
        height: auto;
        display: block;
    }
.blogPage{
    width: 100%;
    height: auto;
    min-height: calc(100vh - 300px);
    padding: 10px;
    box-sizing: border-box;
}
.blogPage img{
    width: 100%;
    height: auto;
    display: block;
}
.blogPage h1{
    color: var(--Color1);
    font-weight: normal;
    font-size: 1.6rem;
}
.blogPage h6{
    color: var(--Color1);
}
.blogtag{
    padding: 5px 20px;
    background-color: var(--Color3);
    color: var(--Color1);
    display: inline-block;
    margin: 0 5px 10px 0;
    transition: all .3s linear;
}
.blogtag:hover{
    background-color: var(--g2);
    color: #fff;
}
.blogtag:active{
    opacity: .7;
}
.tagbox{
    width: 100%;
    height: auto;
    display: block;
    padding: 10px 0;
}
/*-------------------------*/
.none{
    display: none!important;
}
.topNone{
    top: -140px;
}
.fcc{
    display: flex!important;
    justify-content: center;
    align-items: center;
}
.fss{
    display: flex!important;
    justify-content: start;
    align-items: start;
}
.ifcsf{
    display: inline-flex!important;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}
/*---20230505更新------------------------*/
:root {
    --Color4: #f6f6f6;
    --Color5: #3d3a39;
    --Color6: #a4b4a6;
}
.menuB{
    justify-content: center;
}
.csMbl{
    margin: 20px 0 0 0;
}
.currency{
    background-color: inherit;
    color: var(--Color5);
}
.header .menu{
    background-color: var(--Color4);
}
.mrBox{
    background-color: var(--Color4);
}
.menuBm{
    border-top: 2px #fff solid;
    background-color: var(--Color4);
}
.mrBox .iconShop{
    background-image: url(../img/SVG/iconShop2.svg);
}
.iconShop span {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
    background: var(--Color1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .5rem;
}
.iconS{
    background-image: url(../img/SVG/iconS2.svg);
}
header .menu nav a{
    color: var(--Color5);
    text-shadow: 0em 0em 0.0em var(--Color1);
}
.btnSi {
    border: 1px var(--Color5) solid;
    width: 74px;
    font-size: 14px;
    color: var(--Color5);
    background-color: inherit;
}
.btnSi2{
    background-color: var(--Color5);
    color: var(--Color4);
}
.dealerBtn p {
    color: var(--Color5);
    font-size: 14px;
}
.dealerBtn a {
    border-radius: 0;
    background-color: var(--Color5);
    color: var(--Color4);
    font-size: 14px;
}
.crumbs, .crumbs a{
    color:  var(--Color5);
}
footer{
  background-color: var(--Color4);
  min-height: 400px;
}
footer h3{
    color: var(--Color5);
    font-weight: normal;
}
footer h4{
    color: var(--Color5);
}
.ftBox{
    max-width: 220px;
    min-height: 200px;
}
footer hr{
    max-width: 1080px;
}
.copyright{
    position: relative;
    color: var(--Color5);
    width: 100%;
    max-width: 1080px;
    margin: 0px auto 0px auto;
    padding: 40px 0 30px 0;
    left: 10px;
}
.ctSpace .ctl3{
    width: 100%;
}
.payBtnS{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}
    .payBtnS a {
        border: 1px var(--Color5) solid;
        padding: 7px 40px;
        color: var(--Color5);
        font-size: 14px;
    }
.payBtnS .pbs2{
    background-color: var(--Color5);
    color: var(--Color4);
}
.payBtnS a:active{
    opacity: .7;
}
.discBtn{
    border: 0;
    width: 100%;
    height: 40px;
    background-color: var(--Color6);
    color: #fff;
}
.ctr p {
    color: #1e3232;
    font-size: 14px;
}
.pmtc{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 20px;
}
.pmtc input{
    width: calc(100% - 90px);
    padding: 10px;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px var(--Color5) solid;
}
    .pmtc button {
        width: 80px;
        height: 38px;
        box-sizing: border-box;
        border: 0;
        background-color: var(--Color5);
        color: var(--Color4);
        cursor: pointer;
        margin: 0;
        font-size: 14px;
    }
.pmtc button:active{
    opacity: .7;
}
.ctrBtn {
    background-color: var(--Color5);
    color: var(--Color4);
    font-size: 14px;
}
.pmtc2{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: start;
    align-items: start;
}
    .pmtc2 input {
        margin: 7px 10px;
        width: 15px;
        height: 15px;
        display: inline-block;
    }
.pmtc2 p{
    font-size: 14px;
    margin: 0px 0;
}
.crtGt{
    padding-top: 10px;
    box-sizing: border-box;
}
.crtGt samp{
    background-color: var(--Color6);
    color: #fff;
    padding: 2px 10px;
    box-sizing: border-box;
    font-size: .8rem;
}
.crtGt p{
    margin-top: 5px;
}
.sinSm2{
    width: 320px;
    margin: 10px 0;
}
.ctlib{
    margin: 10px 0;
}
.ctlIput h4{
    padding: 10px 0;
}
.ctSpace .ctl .ctlBox p{
    padding: 0px 0;
    font-size: .8rem;
}
.ctlIput input, .ctlIput select {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px var(--Color3) solid;
    color: var(--Color5);
    font-size: 14px;
}
.ctlIput input::placeholder, .ctlIput select::placeholder{
    color: #888888;
}
.ctlib select{
    color: #888888;
}
.pmtc3 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: start;
    align-items: start;
}
.ctlIput .pmtc3 input{
    width: auto;
    margin-top: 8px;
}
.ctl3b{
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ctl3b select, .ctl3b input{
    width: 32%;
}
.ctl2b {
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .ctl2b select, .ctl2b input, .ctl2b button {
        width: 49%;
    }

    .ctl2b button {
        width: 30%;
    }
@media (max-width: 575.98px) {
    .ctl3b{
        display: block;
    }
    .ctl3b select, .ctl3b input{
        width: 100%;
        margin: 0 0 5px 0;
    }
    .ctl2b {
        display: block;
    }

        .ctl2b select, .ctl2b input {
            width: 100%;
            margin: 0 0 5px 0;
        }
}
.gift{
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 5px 0;
}
.ctlIput .gift input{
    width: auto;
    margin-top: 3px;
}
.ctSpace .ctl .ctlIput .ctlib textarea{
    border: 1px var(--Color3) solid;
    background-color: #fff;
}
@media (max-width: 575.98px) {
    .copyright{
        bottom: 40px;
    }
}

.boxSpacemain {
    width: 100%;
    height: auto;
    display: block;
    margin: 0px auto;
    padding: 0px 0 30px 0;
    background-color: #f5f5f5;
    -webkit-box-shadow: 2px 4px 13px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 4px 13px rgba(0,0,0,0.1);
    box-shadow: 2px 4px 13px rgba(0,0,0,0.1);
}

    .boxSpacemain h3 {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
        font-size: 14px;
    }

.boxSpace {
    width: calc(100% - 20px);
    height: auto;
    margin: 0 auto;
    padding: 20px 10px;
    box-sizing: border-box;
    background-color: #f5f5f5;
}

    .boxSpace h3 {
        color: #5a5a5a;
        font-size: 14px;
        margin: 0;
        text-align: center;
        padding: 10px 0;
    }

    .boxSpace table {
        width: calc(100% - 0px);
        border: 1px solid #C0C0C0;
        border-collapse: collapse;
        padding: 5px;
        box-sizing: border-box;
    }

        .boxSpace table tr th {
            border: 1px solid #C0C0C0;
            padding: 5px;
            background: #F0F0F0;
            color: #707a79;
            font-size: 14px;
        }

        .boxSpace table tr td {
            border: 1px solid #C0C0C0;
            padding: 5px;
            color: #525252;
            padding: 15px 5px;
            box-sizing: border-box;
            font-size: 14px;
        }

    .boxSpace .total {
        float: right;
        color: #525252;
    }

        .boxSpace .total span {
            font-size: 1.6rem;
        }

    .boxSpace .amt {
        color: #525252;
        display: block;
        text-align: end;
        font-size: 14px;
    }
/*--20240626一般會員更新---------------------*/
.gay .fSpace2{
    min-height: 10px;
}
.gay .fSpace2d {
    min-height: 1150px;
}
.fsBox{
    width: calc(100% - 13px);
    height: auto;
    display: inline-block;
    margin: 10px 10px 0 0;
    vertical-align: top;
}
.gayMyt {
    width: calc(100% - 13px);
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: center;
    padding: 0  10px;
    box-sizing: border-box;
    color: var(--Color2);
}
.gaybar{
    position: relative;
    width: calc(100% - 13px);
    height: 17px;
    display: block;
    background-color: #F7F6F6;
}
.gaybar span{
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 17px;
    display: block;
    background-color: #E9A950;
}
.fSpace2 form {
    color: var(--Color1);
    margin: 10px 0;
}
.iconDl{
    position: relative;
}
.iconDl::before{
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    width: 26px;
    height: 22px;
    display: block;
    background-image: url(../img/SVG/iconDl.svg);
    cursor: pointer;
}
.iconDl:active::before{
    opacity: .7;
}
.fsBox3{
    width: calc(33% - 15px);
}
.joinBox {
    width: calc(100% - 2px);
    height: auto;
    display: block;
    border: 1px var(--Color3) solid;
    transition: all .3s linear;
    margin: 3px 0 0 0;
    font-size: 14px;
}
.joinBox:hover{
    border: 1px var(--Color1) solid;
}
.joinBox .jbt{
    width: 100%;
    height: 64px;
    background-color: var(--Color3);
    display: block;
    padding: 10px 0;
    box-sizing: border-box;
}
.joinBox .jbt h3{
    font-size: 14px;
    text-align: center;
    margin: 0;
    color: var(--Color5);
}
.joinBox .jbb{
    width: 100%;
    height: 120px;
    margin: 10px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}
.joinBox .jbb p{
    margin: 0;
    font-size: 14px;
    color: var(--Color1);
}
.jbbb{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
}
.jbbs s{
    color: var(--Color1);
    font-size: 14px;
    display: block;
}
.jbbs span{
    color: var(--r1);
    font-size: 14px;
}
.memberSpace .vspace .v3box .joinBox .jbbb a{
    position: static;
    transition: all .3s linear;
}
.memberSpace .vspace .v3box a:hover{
    background-color: var(--g1);
    border: 1px var(--Color1) solid;
    color: #fff;
}
.memberSpace .vspace .v3box .onbtn:hover{
    background-color: #fff;
    border: 1px var(--Color1) solid;
    color: var(--Color1);
}
.memberSpace .vspace .v3box{
    aspect-ratio: 0 / 0;
}
/*---20230724更新----------------*/
.oiBox{
    width: 100%;
    max-width: 730px;
    height: auto;
    display: block;
    margin: 30px 0;
}
.oibl{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.oibl img{
    width: 74px;
    height: 74px;
    background-color: #ccc;
    display: block;
}
.oibl .oibt{
    width: 50%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.oibl .oibt .oibtt{
    margin-right: 20px;
}
.oibl .oibt .oibtb p{
    color: var(--r1);
}
.oibl .oibt .oibtb s,.oibl .oibt p{
  margin: 10px 0;
  color: var(--Color5);
}
.oibl .oibt .oibtt i{
    font-style: normal;
    background-color: var(--Color1);
    color: #fff;
    font-size: .9rem;
    padding: 5px 10px;
    border-radius: 5px;
}
@media (max-width: 575.98px) {
    .oibl .oibt{
        flex-direction: column;
        align-items: start;
        margin-top: 10px;
    }
    .oibl .oibt .oibtt{
        margin-bottom: 20px;
    }
}

/*----8/9新增--------------------------*/
.menuM {
    width: 100%;
    height: auto;
    display: block;
    background-color: var(--Color4);
}

.menu {
    width: 100%;
    height: auto;
    max-width: 1280px;
    margin: 0 auto;
}

.ctSpace .ctl .ctl3 .ctl3a p {
    font-size: 14px;
}

.cradSpace {
    width: 100%;
    height: auto;
    display: block;
}

.cardm {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    display: inline-block;
}

.card {
    position: relative;
    width: calc(100% - 40px);
    height: auto;
    aspect-ratio: 16 / 9;
    margin: 20px;
    background-color: #646567;
    border-radius: 12px;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
}

    .card h3, .card h4, .card p {
        color: #fff;
    }

.cardBox {
    width: 50%;
    height: auto;
    display: block;
}

.cardBox2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

    .cardBox2 h4 span {
        font-size: 2rem;
    }

@media (max-width: 575.98px) {
    .card {
        width: calc(100% - 20px);
        margin: 3px;
        padding: 10px;
    }

        .card h3, .card h4, .card p {
            font-size: .8rem;
        }

    .cardBox2 h4 span {
        font-size: 1rem;
    }
}

.mrBox {
    background-color: inherit;
}

/*-------------------*/
.pmtclb {
    display: block;
    position: relative;
    cursor: pointer;
}

input[type=checkbox] {
    visibility: hidden;
}

.pmtcSpan {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 15px;
    width: 15px;
    border: 1px #778383 solid;
}

.pmtclb input:checked ~ .pmtcSpan {
    border: 1px #778383 solid;
}

.pmtcSpan:after {
    content: "";
    position: absolute;
    display: none;
}

.pmtclb input:checked ~ .pmtcSpan:after {
    display: block;
}

.pmtclb .pmtcSpan:after {
    left: 5px;
    top: 2px;
    bottom: 5px;
    width: 3px;
    height: 7px;
    border: solid #778383;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*----20230906------------------------*/
.rtBox3n i {
    font-style: normal;
}

@media (max-width: 767.98px) {
    .rtBox3n {
        width: 21.5%;
    }

        .rtBox3n h3 {
            font-size: .9rem;
            height: 37px;
        }

        .rtBox3n h5 {
            min-width: 0;
            font-size: .9rem;
        }

        .rtBox3n i {
            display: none;
        }

        .rtBox3n .rtPhoto {
            width: 100px;
            height: 100px;
        }
}

@media (max-width: 575.98px) {
    .rtBox3 {
        width: 22%;
        padding: 18px;
    }

    .titweb {
        position: fixed;
    }
}

@media (max-width: 575.98px) {
    .menuBm {
        margin-top: 130px;
    }
}

/*---20230922------*/
.markup {
    width: 100%;
    height: auto;
    border: 1px var(--Color3) solid;
}

.mkutit {
    font-size: 14px;
    color: var(--Color2);
    background: var(--Color3);
    padding: 5px 10px;
    box-sizing: border-box;
}

.mkBox {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    border-top: 1px var(--Color3) solid;
}

    .mkBox input {
        width: 18px;
        height: 18px;
    }
        .mkBox input[type=checkbox] {
            visibility: visible;
        }
    .mkPhoto {
        width: 70px;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px;
        overflow: hidden;
    }

    .mkPhoto img {
        width: 100%;
        height: auto;
        display: block;
    }

.mkT {
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 120px);
}

.mkTb {
    box-sizing: border-box;
}

    .mkTb span {
        font-size: 1rem;
        padding: 5px 10px;
        box-sizing: border-box;
        background: var(--Color3);
        display: block;
        margin-bottom: 7px;
        text-align: center;
    }

    .mkTb p {
        color: var(--Color2);
        margin: 0;
    }

        .mkTb p samp {
            color: var(--r1);
            font-family: Microsoft JhengHei, PMingLiU, MingLiU, sans-serif !important;
        }

.mkT .quantity {
    margin: 10px;
}

    .mkT .quantity span {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

@media (max-width: 575.98px) {
    .mkT {
        flex-direction: column;
        align-items: start;
    }

        .mkT .quantity {
            margin-left: 0px;
        }
}

.boxt {
    padding: 5px 20px;
    box-sizing: border-box;
    background: var(--Color3);
    margin: 0;
    display: inline-block;
}

.fs40w h3 {
    font-size: 1rem;
    width: 100%;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px var(--Color3) solid;
    margin: 10px 0;
}

.gindex .fs6w2 h4 {
    font-size: 2rem;
    color: var(--Color2);
    text-align: end;
}

    .gindex .fs6w2 h4 i {
        font-size: 1rem;
        font-style: normal;
        margin-left: 10px;
    }

    .gindex .fs6w2 h4 span {
        font-size: .9rem;
        display: block;
        margin-top: 10px;
    }

.fs6w1box {
    background: #fff;
    border: 1px var(--Color6) solid;
}

    .fs6w1box h5 {
        color: #797a7b;
        font-weight: lighter;
        margin: 10px 0;
    }

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
}

.no-border {
    border: 0;
}

/*---20231019------------*/
.rtBox3i{
    position: relative;
    
}
.rtBox3i .rtPhoto{
    position: relative;
    background-color: blue;
    overflow: visible;
}
.rtBox3i .rtip{
    width: 100%;
    overflow: hidden;
    border-radius: 50%;
}
.rtIcon{
    position: absolute;
    width: 140%;
    top: 20%;
    left: -20%;
    height: auto;
}
@media (max-width: 767.98px){
    .rtBox3n .rtPhoto {
        width: 80px;
        height: 80px;
    }
}
.cardBox{
    display: flex;
    justify-content: center;
    align-items: center;
}

    .cardBox img {
        width: 70%;
    }
.card::before{
    content: '';
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 253 / 150;
    background-image: url(../img/SVG/iconCbf.svg);
}

/*---20240502---------------------*/
.menBox {
    width: calc(50% - 2px);
    height: auto;
    min-height: 300px;
    display: inline-block;
    border: 1px var(--Color3) solid;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.mbtb {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: start;
    align-items: center;
}

    .mbtb .mbtbPhoto {
        width: 70px;
        height: 70px;
        display: inline-block;
        border-radius: 50%;
        overflow: hidden;
    }

        .mbtb .mbtbPhoto img {
            width: 100%;
            height: auto;
            display: block;
        }

.mbtbtit {
    width: calc(100% - 82px);
    height: auto;
    display: inline-block;
    margin-left: 10px;
}

    .mbtbtit h3 {
        color: var(--Color7);
        margin: 2px 0;
        font-size: 1.2rem;
    }

    .mbtbtit h4 {
        color: var(--Color6);
        margin: 0;
        font-size: 1rem;
    }

.menBox p {
    color: var(--Color1);
}

    .menBox p span {
        color: var(--Color2);
    }

.gstext {
    color: var(--Color6);
}

@media (max-width: 575.98px) {
    .menBox {
        width: calc(100% - 0px);
    }
}

/*--20240528--------------------------*/
.hNavlist {
    position: relative;
    color: var(--Color1);
    border-bottom: 1px var(--w1) solid;
    padding-bottom: 10px;
}

    .hNavlist::before {
        content: "";
        position: absolute;
        right: 10px;
        top: 5px;
        width: 14px;
        height: 14px;
        display: block;
        background-image: url(../img/SVG/arrows.svg);
        background-repeat: no-repeat;
        transform: rotate(90deg);
        transition: all .3s linear;
    }

.hnOn::before {
    content: "";
    transform: rotate(-90deg);
}

.hnul {
    width: 100%;
    height: auto;
    display: block;
    transition: all .3s linear;
    overflow: hidden;
}

.hnulOn {
    height: 0;
}