<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* å¯¼èˆª */
#successId {
    display: none;
}

#errorId {
    display: block;
    height: 32px;
}

#successIdH5 {
    display: none;
}

#SignOutH5 {
    display: none;
    margin-top: 4rem;
    padding-left: 1rem;
    font-size: 20px;
    color: #7066E0;
}

#errorIdH5 {
    display: block;
}

.navH5BoxNo {
    display: none;
}

.navH5BoxOk {
    display: none;
}

.nav_boxPc {
    /* height:30px;
            line-height: 30px; */
    height: 36px;
    line-height: 36px;
    /* background: #7066E0; */
    color: #fff;
    padding: 0rem 2rem;
}

.nav_list .nav_dis {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 2rem;
    align-items: center;
}

.nav_dis ul {
    flex: 1;
}

.nav_dis ul li {
    display: inline-block;
    line-height: 36px;
    padding: 0 1rem;
    border-radius: 1.6rem;
    font-size: 16px;
    font-weight: 500;
    margin-right: 2rem;
    color: #fff;
}

.nav_dis ul li :last-child {
    margin-right: 0rem;
}

.nav_dis ul li:hover {
    background-color: #1E2323;
}

.nav_dis ul .active {
    background-color: #1E2323;
}

.avatar {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    /* margin-right: 1rem; */
    margin-right: 0.2rem;
}

.avatar img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.avatar P {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    height: 28px;
    line-height: 28px;
    background-color: #1E2323;
    border-radius: 1rem;
    padding: 0 0.625rem;
}

.navLike {
    width: 22px;
    height: 26px;
    /* margin-right:1rem; */
    margin-right: 2rem;
}

.searchBox {
    width: 13rem;
    height: 28px;
    background: #fff;
    border-radius: 2rem;
    content: "";
    display: table;
    clear: both;
    margin-right: 2.2rem;
}

.searchBox input {
    float: left;
    width: 70%;
    border: none;
    height: 100%;
    line-height: 100%;
    border-radius: 2rem;
    padding-left: 1rem;
}

.searchBox p {
    float: right;
    padding: 0 0.8rem;
    height: 20px;
    background: #1F2527;
    border-radius: 12px;
    line-height: 24px;
    margin-top: 4px;
    margin-right: 2px;
    display: flex;
    align-items: center;
}

.searchBox p img {
    width: 14px;
    height: 14px;
}

/* H5 */
.nav_boxH5 {
    border-bottom: 1px solid #EBECEC;
}

.navH5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.2rem 1rem;
    align-items: center;
}

.navH5 .navMore {
    /* width:2.2rem;
            height:2.2rem; */
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.navH5 .navLogo {
    height: 2rem;
}

.navListRight {
    width: 90%;
    height: 100%;
    background: #fff;
    font-weight: 500;
    font-size: 34px;
    color: #7066E0;
    line-height: 7rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.navListRightcon {
    padding-left: 2rem;
}

.searchBoxRight {
    width: 74%;
    height: 2.5rem;
    line-height: 2.5rem;
    background: #F9F9F9;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border: 1px dashed #717171;
    margin-top: 4rem;
}

.searchBoxRight img {
    width: 1.4rem;
    height: 1.4rem;
    padding: 0 0.6rem;
}

.searchBoxRight input {
    flex: 1;
    height: 100%;
    border: none;
    background: #F9F9F9;
}

.navListRightcon ul {
    margin-top: 2rem;
    padding-left: 1rem;
    font-weight: 500;
    font-size: 26px;
    color: #7066E0;
    line-height: 5rem;
}

.navListRightcon ul li {
    color: #7066E0;
}

.nav_bottom {
    font-weight: 500;
    font-size: 22px;
    color: #000000;
    position: absolute;
    bottom: 0;
    padding-bottom: 5rem;
    line-height: 3.5rem;
}

.nav_bottom div span {
    font-size: 20px;
    color: #000000;
    margin-right: 1.4rem;
}

.nav_bottom p {
    font-size: 14px;
    color: #222222;
}

.nav_bottom .follow_us {
    display: inline-block;
    margin-right: 0;
    vertical-align: middle;
}

.nav_bottom .follow_icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    margin-left: 10px;
}

/* å¯¼èˆªend */
/* Wish list */
#drawerBox {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    display: none;
    transition: display 0.3s ease-in-out;
}

.drawer {
    position: fixed;
    top: 0;
    right: -34rem;
    width: 33.7rem;
    height: 100%;
    background-color: #fff;
    transition: right 0.3s ease-in-out;
    padding: 1.6rem;
    box-sizing: border-box;
    z-index: 1001;
}

.drawer.open {
    right: 0;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    visibility: hidden;
    z-index: 1000;
}

.overlay.visible {
    opacity: 1;
    visibility: visible;
}

#goodsLikeList {
    margin-top: 1rem;
}

.goodsLike {
    display: grid;
    grid-template-columns: 7.8rem auto 6.2rem;
    align-items: center;
    margin: 6px 0;
    box-shadow: 0px 4px 8px 0px rgba(188, 182, 252, 0.2);
    border-radius: 10px;
    background-color: #FFFDF4;
}

.goodsLike:first-child {
    margin: 0px 0 6px;
}

.goodsLike .good_img {
    width: 100%;
    height: 7.3rem;
    position: relative;
}

.goodsLike .good_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-radius: 10px;
}

.goodsLike .third_block_like {
    height: 7.3rem;
    background-color: #FFEA9B;
    display: flex;
    align-items: center;
    /* åž‚ç›´å±…ä¸­ */
    justify-content: center;
    /* æ°´å¹³å±…ä¸­ */
    border-radius: 0 10px 10px 0;
}

.goodsLike .good_description h2 {
    font-size: 20px;
    color: #222;
    font-weight: 500;
    margin: 0rem 0 0.3rem;
    /* line-height: 22px; */
}

.goodsLike .third_block_like img {
    width: 1.6rem;
    height: 1.6rem;
    margin-top: 0.4rem;
}

.goodsLike .good_description p {
    color: #222;
    font-size: 12px;
    line-height: 16px;
}

.goodsLike .third_block_like div p {
    font-size: 22px;
    color: #1E2323;
    font-weight: 500;
    text-align: center;
}

.goodsLike .third_block_like div p:last-child {
    font-size: 14px;
    font-weight: 500;
    margin-top: 0.6rem;
}

.goodsNoLike {
    margin-top: 50%;
    font-size: 24px;
    color: #7066E0;
    font-weight: 500;
    text-align: center;
}

.typeBoxH5 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.typeBoxH5 .typeList {
    padding: 0 1rem;
}

.typeBoxH5 .typeList .typeListSelect {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border: 1px solid #7066E0;
    background: #fff;
    border-radius: 8px;
}

.typeBoxH5 .typeList .typeListSelect div {
    text-align: center;
    width: 7.8rem;
    padding: 0.6rem 0;
}

.typeBoxH5 .typeList .typeListSelect .selectActive {
    background: #F3F2FF;
    border-radius: 8px;
}

.typeBoxH5 .typeList .typeListSelect img {
    width: 1.8rem;
    height: 1.8rem;
}

.typeBoxH5 .typeList .typeListSelect p {
    font-size: 12px;
    margin-top: 0.2rem;
    color: #7066E0;
    font-weight: 500;
}

/* Wish list end */

/* footer css */
.footer {
    width: 100%;
    height: 62px;
    background: #7066E0;
}

.footer_content {
    margin: 0 auto;
    max-width: 64rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_content&gt;.left&gt;a:first-child {
    margin-right: 84px;
}

.footer_content&gt;.left&gt;a:last-child {
    margin-left: 84px;
}

.footer_content&gt;.right&gt;span:first-child {
    margin-right: 64px;
}

.footer_content&gt;.right&gt;span,
.footer_content&gt;.left&gt;a {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.footer_content&gt;.right&gt;span:hover {
    color: #fff;
}

.footer_content&gt;.follow {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

.footer_content .follow_us {
    display: inline-block;
    padding-top: 3px
}

.footer_content .follow_icon {
    display: inline-block;
    width: 1.3rem;
    height: 1.3rem;
    margin-left: 10px;
}

.footer_content .follow_icon img {
    display: inline-block;
    width: 100%
}

/* footer css end */
/* login draw */
#loginDrawerPC {
    display: none;
}

.loginDrawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 30;
}

.loginCon {
    position: absolute;
    width: 60%;
    height: 20rem;
    background: #fff;
    box-shadow: 0px 0px 8px 8px rgba(188, 182, 252, 0.6);
    /* margin:0 auto; */
    top: 50%;
    left: 50%;
    margin-top: -10rem;
    margin-left: -30%;
}

.loginCon ul {
    display: grid;
    grid-template-columns: 40% 60%;
    height: 100%;
}

.loginCon ul li {
    position: relative;
}

.loginCon ul li:first-child {
    padding: 40px 40px 0px 30px;
}

.loginCon ul li:last-child {
    height: 100%;
}

.loginCon ul li .back_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.loginLogo {
    width: 7rem;
}

.loginSlogan {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 30px;
}

/* login draw end */
@media (max-width: 767px) {

    /* H5 */
    .navH5BoxNo {
        display: none;
    }

    .navH5BoxOk {
        display: block;
    }

    .drawerNavH5 {
        z-index: 1001;
        position: fixed;
        top: 0;
        left: 0;
        width: 90%;
        height: 100%;
        background-color: white;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
    }

    .drawerNavH5.open {
        transform: translateX(0);
    }

    .overlayNavH5 {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        transition: opacity 0.3s ease;
        visibility: hidden;
        z-index: 1000;
    }

    .overlayNavH5.visible {
        opacity: 1;
        visibility: visible;
    }

    /* Wish list */
    .drawer {
        z-index: 1001;
        position: fixed;
        top: 0;
        left: 0;
        width: 90%;
        height: 100%;
        background-color: white;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
    }

    .drawer.open {
        transform: translateX(0);
    }

    .goodsLike {
        /* grid-template-columns: 7rem auto 5rem; */
        grid-template-columns: 7rem 11.3rem 5rem;
        margin: 6px 0;
    }

    .goodsLike .good_img {
        height: 7rem;
    }

    .goodsLike .third_block_like {
        height: 7rem;
    }

    .goodsLike .good_description h2 {
        font-size: 18px;
        margin: 0rem 0 0.3rem;
        /* line-height: 22px; */
    }

    .goodsLike .third_block_like div p {
        font-size: 18px;
    }

    .goodsLike .third_block_like div p:last-child {
        font-size: 12px;
    }

    /* Wish list end */

    /* footer css */
    .footer {
        height: 96px;
        padding: 1rem;
        box-sizing: border-box;
    }

    .footer_content {
        display: block;
        flex-direction: column;
    }

    .footer_content&gt;div {
        display: flex;
        /* justify-content: center; */
    }

    .footer_content&gt;div:first-child {
        padding-bottom: 0.4rem;
    }

    .footer_content&gt;.left&gt;a:first-child {
        /* margin-right: 143px; */
        margin-right: 71px;
    }

    .footer_content&gt;.left&gt;a:last-child {
        margin-left: 71px;
    }

    .footer_content&gt;.right&gt;span,
    .footer_content&gt;.left&gt;a,
    .footer_content&gt;.follow {
        font-size: 12px;
        margin: 3px 0;
    }

    .footer_content .follow_us {
        padding-top: 0
    }

    /* footer css end */



    /* login draw */
    #loginDrawerH5 {
        display: none;
        /* display: block; */
    }

    .loginDrawerH5 {
        width: 100%;
        height: 100%;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 30;
    }

    .loginHead {
        margin: 0rem 2rem;
        padding: 1.2rem 0;
        display: grid;
        grid-template-columns: 2.4rem auto 1.6rem;
        align-items: center;
        border-bottom: 1px solid #ccc;
    }

    .loginHead img {
        width: 100%;
    }

    .loginHead .loginLogo {
        width: 8rem;
    }

    /* login draw end */
}

@media (min-width: 768px) and (max-width: 1024px) {

    /* ipad */
    .searchBox {
        display: none;
    }

    /* footer css */
    .con_right,
    .pagination-controls {
        display: block;
    }

    /* footer css end */

    /* login draw */
    .loginCon {
        width: 80%;
        margin-left: -40%;
    }

    /* login draw end */
}
</pre></body></html>