﻿.contentX {
    max-width: 1320px;
    margin: auto;
    padding: 0 10px;
}

.eM_bjBody {
    background-color: #fff;
}
/* 棣栭〉 */
.top_nav {
    height: 50px;
    line-height: 50px;
    background-color: #323436;
}

.top_nav_con {
    display: flex;
    justify-content: space-between;
    color: #c6c6c6;
}

    .top_nav_con a {
        color: #e8940f;
        padding: 0 15px;
        position: relative;
    }

        .top_nav_con a::before {
            display: block;
            content: '';
            height: 50%;
            width: 1px;
            position: absolute;
            background: #47494a;
            left: 0;
            top: 25%;
        }

.top_navL {
    display: flex;
}

    .top_navL span {
        display: inline-block;
        padding: 0 10px 0 5px;
    }

.top_navR a:first-child::before {
    display: none;
}

.top_navR a.myCartA {
    background: #232426;
    color: #c6c6c6;
    padding-left: 45px;
}

    .top_navR a.myCartA::before {
        height: 40px;
        width: 40px;
        top: 5px;
        left: 8px;
        background: url(../images/shop_into1.png) no-repeat;
    }

.eM_top {
    border-bottom: 3px solid #117dd0;
    background-color: #fff;
    position: relative;
    z-index: 5;
}

.eM_logo {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

    .eM_logo a {
        margin-right: 10px;
    }

.eM_mune {
    position: relative;
    width: 270px;
}

    .eM_mune header {
        height: 55px;
        background-color: #065ead;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        font-size: 22px;
        display: flex;
        align-items: center;
        padding-left: 15px;
        color: #fff;
    }

        .eM_mune header::before {
            background: url(../images/into1.png) no-repeat;
            height: 40px;
            width: 40px;
            margin-right: 5px;
        }

.eM_muneDIV {
    position: absolute;
    top: 55px;
    width: 100%;
    left: 0;
    font-size: 20px;
    color: #fff;
}

    .eM_muneDIV a {
        display: block;
    }

    .eM_muneDIV .eM_categories_a {
        background-color: #0d78ca;
        line-height: 50px;
    }

        .eM_muneDIV .eM_categories_a a:nth-child(even) {
            background-color: #117dd0;
        }

        .eM_muneDIV .eM_categories_a a {
            position: relative;
            display: flex;
            align-items: center;
            color: #fff;
            padding-left: 20px;
        }

            .eM_muneDIV .eM_categories_a a:hover {
                background-color: #036cbd;
            }

            .eM_muneDIV .eM_categories_a a::before {
                position: absolute;
                content: '';
                right: 10px;
                background: url(../images/into2.png) no-repeat;
                height: 20px;
                width: 20px;
            }

.eM_LearningL {
    position: relative;
}

    .eM_LearningL h1 {
        background: #ff7d01;
        color: #fff;
        font-size: 22px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding-left: 10px;
        height: 55px;
        text-transform: uppercase;
    }

        .eM_LearningL h1::before {
            background: url(../images/into4.png) no-repeat;
            height: 40px;
            width: 40px;
            margin-right: 5px;
        }

    .eM_LearningL::before {
        background: url(../images/into3.png) repeat-x;
        content: '';
        display: block;
        top: 50px;
        left: 0;
        height: 8px;
        width: 100%;
        position: absolute;
        z-index: 1;
    }

    .eM_LearningL div {
        box-shadow: 0 0 3px rgba(0,0,0,0.2);
        position: relative;
        padding-bottom: 7px;
    }

        .eM_LearningL div::before {
            content: '';
            position: absolute;
            bottom: 0px;
            left: 0;
            height: 7px;
            width: 100%;
            display: block;
            background: url(../images/into5.png) repeat-x;
        }

        .eM_LearningL div a {
            line-height: 50px;
            padding: 0 20px;
            background-color: #fff;
        }

            .eM_LearningL div a:nth-child(even) {
                background-color: #fafafa;
            }

            .eM_LearningL div a:hover {
                background-color: #f6f6f6;
            }

.eM_top_box {
    display: flex;
    justify-content: space-between;
}

.eM_WhatsApp {
    background: url(../images/into6.png) no-repeat;
    width: 45px;
    height: 45px;
    cursor: pointer;
}

.tanWhatsApp_box {
    background-color: #dff1fc;
}

.tanWhatsAppMain {
    text-align: center;
    background-color: #dff1fc;
    padding: 15px;
}

    .tanWhatsAppMain h1 {
        font-size: 16px;
        line-height: 20px;
        color: #000;
    }

    .tanWhatsAppMain img {
        padding: 10px;
    }

    .tanWhatsAppMain span {
        display: block;
        color: red;
        font-size: 15px;
    }

.eM_topRight {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
}

    .eM_topRight::before {
        position: absolute;
        content: '';
        display: block;
        left: 5px;
        bottom: 0;
        width: 100px;
        height: 100px;
        background: url(../images/logo_2.png) no-repeat;
    }

    .eM_topRight .eM_topRight_top {
        display: flex;
    }

.eM_contact {
    padding-left: 20px;
    position: relative;
}

    .eM_contact::before {
        display: block;
        content: '';
        position: absolute;
        height: 40px;
        width: 1px;
        background: #eee;
        left: 0;
    }

    .eM_contact div {
        display: inline-block;
    }

.eM_shoppingInto {
    padding: 0 20px;
}

    .eM_shoppingInto a {
        height: 45px;
        width: 45px;
        background: url(../images/shop_into2.png) no-repeat;
        position: relative;
    }

        .eM_shoppingInto a span {
            position: absolute;
            left: 25px;
            top: 0px;
            min-width: 16px;
            height: 16px;
            line-height: 16px;
            padding: 0 5px;
            display: block;
            border-radius: 8px;
            background-color: #ff324d;
            font-size: 12px;
            text-align: center;
            color: #fff;
        }

.eM_search form {
    position: relative;
    display: flex;
    border: 1px solid #eee;
    border-radius: 5px;
    padding-right: 45px;
    width: 540px;
    max-width: 100%;
}

.eM_search .nice-select {
    border: 0;
    border-right: 1px solid #eee;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    border-radius: 0;
}

    .eM_search .nice-select:after {
        width: 8px;
        height: 8px;
        border-color: #666;
    }

.eM_search_box {
    width: 100%;
}

    .eM_search_box input {
        height: 45px;
        color: #666;
        font-size: 16px;
        width: 100%;
        border-radius: 0;
    }

    .eM_search_box .btnn {
        height: 45px;
        width: 45px;
        position: absolute;
        right: 0;
        top: 0;
        border-radius: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        background: #157ed2 url(../images/into8.png) no-repeat center;
    }

ul.eM_mune1 {
    display: flex;
    justify-content: flex-end;
    font-size: 22px;
    line-height: 25px;
    height: 50px;
    align-items: center;
}

    ul.eM_mune1 li:last-child a {
        padding-right: 0px;
    }

    ul.eM_mune1 a {
        padding: 10px 30px;
        color: #000;
        position: relative;
    }

        ul.eM_mune1 a:hover {
            color: #fd2429;
        }

    ul.eM_mune1 li.active a {
        color: #fd2429;
    }

    ul.eM_mune1 li a.homeInto {
        display: flex;
    }

        ul.eM_mune1 li a.homeInto span {
            background: url(../images/into10_1.png) no-repeat center;
            height: 25px;
            width: 25px;
            display: inline-block;
        }

    ul.eM_mune1 li.active a.homeInto span, ul.eM_mune1 a.homeInto:hover span {
        background: url(../images/into10.png) no-repeat center;
    }

.PChot {
    position: absolute;
    background: url(../images/into9.png) no-repeat;
    top: -5px;
    right: 5px;
    width: 30px;
    height: 30px;
}

ul.eM_mune1 li:last-child {
    padding-right: 5px;
}

ul.eM_mune1 li {
    position: relative;
}

    ul.eM_mune1 li::before {
        content: '';
        position: absolute;
        display: block;
        left: 0;
        top: 25%;
        width: 1px;
        height: 50%;
        background-color: #eee;
    }

    ul.eM_mune1 li:first-child::before {
        display: none;
    }

.banner1 {
    background: url(../images/img1.jpg) no-repeat top center;
}

.banner2 {
    background: url(../images/banner_img/img1_pc.png) no-repeat top center;
}

.banner3 {
    background: url(../images/banner_img/img2_pc.png) no-repeat top center;
}

.banner4 {
    background: url(../images/banner_img/img3_pc.png) no-repeat top center;
}

.banner5 {
    background: url(../images/banner_img/img4_pc.png) no-repeat top center;
}

.banner6 {
    background: url(../images/banner_img/img5_pc.png) no-repeat top center;
}

.banner7 {
    background: url(../images/banner_img/img6_pc.png) no-repeat top center;
}

.banner8 {
    background: url(../images/banner_img/img7_pc.png) no-repeat top center;
}

.banner_pc {
    max-height: 500px;
    position: relative;
}

    .banner_pc .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }

    .banner_pc .swiper-pagination-bullet-active {
        --swiper-theme-color: #e1251b;
    }

    .banner_pc a img {
        opacity: 0;
    }

.eM_grzx {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
}

    .eM_grzx .contentX {
        position: relative;
    }

.eM_grzx_main {
    background: #fff;
    width: 290px;
    position: absolute;
    top: 0;
    right: 10px;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    padding-bottom: 7px;
}

    .eM_grzx_main::before {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0;
        height: 7px;
        width: 100%;
        display: block;
        background: url(../images/into5.png) repeat-x;
    }

.eM_grzx_top {
    position: relative;
    padding-left: 70px;
    margin: 25px 20px 23px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.eM_grzx_topLogo {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    left: 0;
    overflow: hidden;
}

    .eM_grzx_topLogo img {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

.eM_grzx_top h1 {
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
}

.eM_grzx_top h2 {
    font-size: 14px;
}

.eM_grzx_InSign .eM_grzx_top h2 {
    padding: 5px 0 10px 0;
}

.eM_grzx_InSign .eM_grzx_signOut button {
    text-transform: capitalize;
}

.eM_grzx_main {
    border-top: 1px solid #ddd;
}

.eM_grzx_buttom {
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

    .eM_grzx_buttom button {
        font-size: 20px;
        padding: 2px 0 5px 0;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 30px;
        width: 48%;
    }

        .eM_grzx_buttom button.registerB {
            background: #e1251b;
            color: #fff;
        }

        .eM_grzx_buttom button.registerS {
            background: #272724;
            color: #e8940f;
        }

.eM_grzx_signOut button {
    background-color: #e74c3c;
    color: #fff;
    line-height: 35px;
    padding: 0 15px;
    font-size: 17px;
    border-radius: 5px;
}

.eM_grzx_OBS {
    padding: 10px 10px 0 10px;
    border-top: 1px solid #ddd;
}

    .eM_grzx_OBS h1.eM_grzx_OBStitle {
        position: relative;
        font-size: 24px;
        display: flex;
        align-items: center;
    }

        .eM_grzx_OBS h1.eM_grzx_OBStitle::before {
            content: '';
            display: inline-block;
            width: 25px;
            height: 25px;
            background: url(../images/into11.png) no-repeat;
            margin: 0 5px;
        }

.eM_OBS_swiper {
}

    .eM_OBS_swiper .tabs {
        cursor: pointer;
        display: flex;
        width: 100%;
        padding: 10px 0 5px 0;
    }

        .eM_OBS_swiper .tabs a {
            width: 33.333333%;
            padding: 0 5px;
            color: #fff;
        }

            .eM_OBS_swiper .tabs a span {
                background: #a3a9b0;
                display: block;
                text-align: center;
                line-height: 35px;
                border-radius: 2px;
            }

            .eM_OBS_swiper .tabs a.active span {
                background: #2f3c4e;
                font-size: 18px;
            }

.eM_OBS_overal {
    width: 100%;
}

    .eM_OBS_overal li {
        position: relative;
        text-align: left;
        padding: 10px 0 10px 30px;
        border-bottom: 1px solid #eee;
        cursor: pointer;
    }

        .eM_OBS_overal li a {
            display: block;
        }

        .eM_OBS_overal li:last-child {
            border: 0;
        }

        .eM_OBS_overal li .eM_UlImg {
            width: 80px;
            height: 80px;
            left: 0;
            top: 15px;
            position: absolute;
        }

            .eM_OBS_overal li .eM_UlImg img {
                width: 100%;
                height: 100%;
                object-fit: scale-down;
                opacity: 1;
            }

        .eM_OBS_overal li span {
            left: 0;
            top: 10px;
            position: absolute;
            z-index: 1;
            width: 25px;
            height: 25px;
            text-align: center;
            font-size: 14px;
        }

        .eM_OBS_overal li:nth-child(1) .ph1 {
            background: url(../images/into12.png) center top -1px;
            color: #fff;
        }

        .eM_OBS_overal li:nth-child(2) .ph1 {
            background: url(../images/into13.png) center top -1px;
            color: #fff;
        }

        .eM_OBS_overal li:nth-child(3) .ph1 {
            background: url(../images/into14.png) center top -1px;
            color: #fff;
        }

        .eM_OBS_overal li h1 {
            font-size: 16px;
            line-height: 22px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            height: 22px;
        }

        .eM_OBS_overal li h2 {
            font-size: 15px;
            color: #ff8946;
            line-height: 25px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            height: 22px;
        }

        .eM_OBS_overal li h3 {
            font-size: 20px;
            color: #e1251b;
        }

        .eM_UlImg, .eM_OBS_overal li h2, .eM_OBS_overal li h3 {
            display: none;
        }

        .eM_OBS_overal li.current .eM_UlImg, .eM_OBS_overal li.current h2, .eM_OBS_overal li.current h3 {
            display: block;
        }

        .eM_OBS_overal li.current {
            padding-left: 95px;
            height: 108px;
        }

            .eM_OBS_overal li.current h1 {
                height: 45px;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                white-space: normal;
            }

            .eM_OBS_overal li.current .eM_UlImg {
                left: 5px;
            }

        .eM_OBS_overal li:hover, .eM_OBS_overal li:nth-child(1) {
            height: 106px;
        }

            .eM_OBS_overal li:nth-child(1) .eM_UlImg, .eM_OBS_overal li:nth-child(1) h2, .eM_OBS_overal li:nth-child(1) h3 {
                display: block;
            }

        .eM_OBS_overal li:nth-child(1), .eM_OBS_overal li:hover {
            padding-left: 95px;
        }

            .eM_OBS_overal li:nth-child(1) h1, .eM_OBS_overal li:hover h1 {
                height: 38px;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                white-space: normal;
                line-height: 18px;
                margin-bottom: 5px;
            }

            .eM_OBS_overal li:nth-child(1) .eM_UlImg {
                left: 5px;
            }

            .eM_OBS_overal li:hover .eM_UlImg, .eM_OBS_overal li:hover h2, .eM_OBS_overal li:hover h3 {
                display: block;
            }

    .eM_OBS_overal:hover li:nth-child(1) .eM_UlImg, .eM_OBS_overal:hover li:nth-child(1) h2, .eM_OBS_overal:hover li:nth-child(1) h3 {
        display: none;
    }

    .eM_OBS_overal:hover li:nth-child(1) {
        padding: 10px 0 10px 30px;
        height: auto;
    }

        .eM_OBS_overal:hover li:nth-child(1):hover .eM_UlImg, .eM_OBS_overal:hover li:nth-child(1):hover h2, .eM_OBS_overal:hover li:nth-child(1):hover h3 {
            display: block;
        }

        .eM_OBS_overal:hover li:nth-child(1):hover {
            height: 106px;
            padding-left: 95px;
        }

.eM_OBS_overalS {
    padding: 0 5px;
}

.eM_bannerDiv {
    background-color: #f8f8f8;
}

    .eM_bannerDiv .contentX {
        padding-left: 285px;
    }

    .eM_bannerDiv ul {
        display: flex;
    }

        .eM_bannerDiv ul li {
            width: 25%;
            padding: 20px 8px;
        }

            .eM_bannerDiv ul li a {
                border: 1px solid #eee;
                background-color: #fff;
                box-shadow: 0 0 3px rgba(0,0,0,0.1);
                width: 100%;
                padding-bottom: 10px;
            }

.eM_bannerDiv_img {
    height: 160px;
    text-align: center;
    padding: 10px;
}

    .eM_bannerDiv_img img {
        height: 100%;
    }

.eM_bannerDiv ul li a h1 {
    font-size: 16px;
    padding: 0 25px 15px 15px;
    /* overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal; */
    position: relative;
}

    .eM_bannerDiv ul li a h1::before {
        position: absolute;
        display: block;
        content: '';
        right: 5px;
        height: 25px;
        width: 25px;
        background: url(../images/into15.png) no-repeat;
    }

.eM_bannerDiv ul li a.preSaleA h1 {
    line-height: 22px;
    height: 68px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

    .eM_bannerDiv ul li a.preSaleA h1 span {
        color: #ff8946;
        width: 100%;
        display: block;
    }

.eM_recomm {
    background-color: #f8f8f8;
}

    .eM_recomm .contentX {
        padding-bottom: 30px;
    }

.eM_recommTop {
    text-align: center;
    font-size: 28px;
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

    .eM_recommTop span {
        background-color: #f8f8f8;
        display: flex;
        align-items: center;
        width: 320px;
        margin: auto;
        position: relative;
        justify-content: center;
        z-index: 1;
    }

        .eM_recommTop span img {
            padding-right: 10px;
        }

    .eM_recommTop::before {
        content: '';
        position: absolute;
        display: block;
        height: 1px;
        width: 80%;
        background-color: #e9e9e9;
        left: 10%;
    }

.eM_recommMain {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

    .eM_recommMain ul {
        padding: 10px 0;
        display: flex;
        flex-wrap: wrap;
    }

        .eM_recommMain ul li {
            width: 25%;
            padding: 15px 15px 0 15px;
            transition: all .3s ease 0s;
        }

            .eM_recommMain ul li .productA {
                width: 100%;
                position: relative;
                padding-bottom: 140px;
                transition: all .6s ease 0s;
            }

    .eM_recommMain .redC {
        font-size: 24px;
    }

    .eM_recommMain .eMMoney {
        text-align: center;
    }

.eM_recomm .eMTitle a h1 {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 48px;
}

.eM_audioBook .eMTitle a h1, .eM_studentLMain .eMTitle a h1,
.eM_EtutorStar .eMTitle a h1 {
    font-size: 17px;
}

.productAS {
    width: 100%;
    position: relative;
    padding-bottom: 120px;
    /* transition: all .6s ease 0s; */
}

    .productAS:hover .eMImage::before {
        content: '';
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        background-color: #2f3c4e;
        opacity: 0.15;
    }

.eM_recommMain ul li:hover {
    padding-top: 5px;
}

.eM_recommMain ul li .productA:hover {
    box-shadow: 0 0 8px rgba(0,0,0,0.15);
}

.productA_a {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}

.eMImage {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}

    .eMImage span {
        width: 90%;
        height: 90%;
        top: 5%;
        left: 5%;
        display: block;
        position: absolute;
        overflow: hidden;
    }

        .eMImage span img {
            width: 100%;
            height: 100%;
            object-fit: scale-down;
        }

.eMTitle {
    padding: 10px 5%;
    text-align: center;
    height: 160px;
    position: absolute;
    width: 100%;
    z-index: 2;
}

    .eMTitle a {
        display: block;
        height: 90px;
    }

        .eMTitle a:hover {
            color: #157ed2;
        }

.eM_bestSale {
    position: relative;
}

    .eM_bestSale li a {
        height: auto !important;
    }

    .eM_bestSale li .eM_bestSaleDiv {
        transition: all .3s ease 0s;
    }

        .eM_bestSale li .eM_bestSaleDiv:hover {
            transform: scale(1.05);
        }

.eMTitle a h1 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    line-height: 22px;
    font-size: 17px;
    text-align: left;
    overflow: hidden;
    /* height: 90px; */
}

.eMTitle h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    line-height: 21px;
    text-align: left;
    color: #ff8946;
    margin-bottom: 3px;
}

.eMTitle a h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    width: 100%;
}

.eMMoney {
    text-align: center;
    padding: 5px 0;
}

.redC {
    color: #e62226;
    font-size: 20px;
    font-weight: 500;
}

.greuC {
    color: #919191;
    font-size: 16px;
    text-decoration: line-through;
}

.addToCart {
    display: none;
    margin: auto;
    height: 40px;
    padding: 0 50px 0 15px;
    line-height: 40px;
    color: #fff;
    background-color: #2e89e6;
    border-radius: 3px;
    font-size: 18px;
    position: relative;
    cursor: pointer;
}

    .addToCart::before {
        content: '';
        display: block;
        height: 40px;
        width: 40px;
        position: absolute;
        right: 10px;
        background: url(../images/shop_into3.png) no-repeat;
    }

.eM_recommMain ul li div:hover .addToCart {
    display: inline-block;
}

.productA:hover .eMTitle {
    bottom: 50px;
    background-color: #fff;
}

.eM_recommMain ul li a:hover .eMImage::before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background-color: #2f3c4e;
    opacity: 0.15;
}

.eM_studentL {
    padding-bottom: 20px;
}

.eM_studentLTop span {
    background-color: #fff;
    width: 460px;
    padding: 20px 0;
}

    .eM_studentLTop span b {
        color: #d5272d;
        font-weight: 600;
        display: inline-block;
        padding-left: 5px;
    }

.eM_studentLTop a.active {
    background-color: #e74c3c;
    color: #fff;
    font-size: 18px;
    line-height: 45px;
    padding: 0 20px;
    margin-right: 5px;
    border-radius: 3px;
    position: absolute;
    right: 0;
}

.eM_studentLMain {
    background-color: #f5f7f6;
    position: relative;
    display: flex;
    width: 100%;
    padding-left: 22%;
    height: 430px;
}

.eM_studentL_left {
    width: 22%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    background: url(../images/bj01.png) no-repeat;
    background-size: 100% 100%;
}

    .eM_studentL_left ul {
        width: 100%;
    }

        .eM_studentL_left ul li {
            padding: 6px 15px;
        }

            .eM_studentL_left ul li a {
                background-color: #d5272d;
                width: 100%;
                min-height: 55px;
                display: flex;
                justify-content: center;
                align-items: center;
                border-radius: 3px;
                padding: 12px 10px;
                color: #fff;
                font-size: 18px;
                line-height: 22px;
            }

                .eM_studentL_left ul li a:hover {
                    background-color: #b91a20;
                }

            .eM_studentL_left ul li.active a {
                background-color: #383c4b;
                font-size: 20px;
            }

.eM_studentL_right {
    width: 100%;
    overflow: hidden;
}

    .eM_studentL_right ul {
        display: flex;
        flex-wrap: wrap;
        padding: 5px 12px;
    }

        .eM_studentL_right ul li {
            width: 25%;
            padding: 10px 8px 10px 8px;
            transition: all .3s ease 0s;
        }

            .eM_studentL_right ul li .eM_SRdiv {
                display: flex;
                width: 100%;
                position: relative;
                flex-wrap: wrap;
                background-color: #fff;
                box-shadow: 0 1px 3px rgba(0,0,0,0.1);
            }

    .eM_studentL_right .eMTitle {
        position: relative;
        margin-bottom: 15px;
        height: 130px;
    }

        .eM_studentL_right .eMTitle a {
            height: 70px;
        }

        .eM_studentL_right .eMTitle h1 {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            white-space: normal;
            line-height: 22px;
            overflow: hidden;
            /* height: 48px; */
        }

    .eM_studentL_right .eMImage {
        border-bottom: 1px solid #eee;
    }

    .eM_studentL_right .addToCart {
        display: inline-block;
        background-color: #e74c3c;
    }

    .eM_studentL_right li:nth-child(even) .addToCart {
        display: inline-block;
        background-color: #fd6d3b;
    }

    .eM_studentL_right ul li:hover {
        padding-top: 0;
    }

        .eM_studentL_right ul li:hover .eM_SRdiv {
            box-shadow: 0 1px 10px rgba(0,0,0,0.15);
        }

.eM_studentLTop {
    padding-bottom: 0;
}

.eM_EtutorStar header {
    display: flex;
    justify-content: space-between;
}

.eM_EtutorStar_title {
    font-size: 28px;
    display: flex;
    align-items: center;
}

    .eM_EtutorStar_title img {
        padding: 0 10px;
    }

.eM_EtutorStar_r {
    display: flex;
    align-items: flex-end;
}

    .eM_EtutorStar_r a {
        display: inline-block;
        line-height: 40px;
        border-radius: 3px;
        background-color: #f3f3f3;
        padding: 0 20px;
        margin-right: 5px;
    }

        .eM_EtutorStar_r a:nth-child(2) {
            display: none;
        }

        .eM_EtutorStar_r a:hover {
            color: #108bea;
        }

        .eM_EtutorStar_r a.active {
            background-color: #108bea;
            color: #fff;
            font-size: 18px;
            line-height: 45px;
        }

.eM_EtutorStar_Main ul {
    display: flex;
    flex-wrap: wrap;
}

    .eM_EtutorStar_Main ul li {
        width: 20%;
        padding: 20px 10px;
        /* transition: all .3s ease 0s; */
    }

        .eM_EtutorStar_Main ul li .productAS {
            position: relative;
            display: block;
            padding: 0 0 150px 0;
            background-color: #f8f8f8;
        }

.eM_EtutorStar_Main .eMTitle a {
    height: 95px;
}

.eM_studentL_right .eMMoney {
    margin-bottom: 8px;
    /* border-bottom: 1px dotted rgba(0,0,0,0.1); */
}

.eM_studentL_right .redC, .eM_EtutorStar_Main .redC {
    font-size: 22px;
}

.productAS a {
    display: block;
}

.productAS:hover {
    background-color: #fff;
    margin: 0;
    box-shadow: 0 1px 6px rgba(0,0,0,0.15);
}

.eM_EtutorStar_Main ul li:hover .productAS {
    background-color: #fff;
}

.eM_EtutorStar_Main .eMTitle {
    /* position: relative; */
    /* padding:10px 0; */
    width: 100%;
}

    .eM_EtutorStar_Main .eMTitle h1 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
        line-height: 22px;
        overflow: hidden;
        /* height: 55px; */
    }

.eM_EtutorStar_Main .eMImage {
    background-color: #f8f8f8;
}

.eM_EtutorStar_Main ul li:hover {
    /* padding: 5px 10px; */
    padding-top: 10px;
    padding-bottom: 30px;
}

.eM_EtutorStar_Main li:hover .eMImage {
    /* border: 10px solid rgba(47,60,78,0.15);  */
}
/* .eM_EtutorStar_Main li:hover a{
  background-color: #fff;
  margin: 0;
  box-shadow: 0 1px 6px rgba(0,0,0,0.15);
} */
.eM_EtutorStar_Main li:hover a .eMImage span {
    border: 10px solid #fff;
}

.eM_EtutorStar_Main li:hover .addToCart {
    display: inline-block;
}

.eM_EtutorStar_Main .eMImage span {
    border: 10px solid #fff;
    background: #fff;
}

.eM_EtutorStar_Main li:hover .eMTitle {
    padding-bottom: 5px;
    padding-top: 5px;
    bottom: 30px;
    background-color: #fff;
}

.eM_EtutorStar_Main li:hover .eMMoney {
    padding-top: 0;
}
/* .eM_EtutorStar_Main ul li .productA:hover .eMImage::before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background-color: #2f3c4e;
  opacity: 0.15;
} */
.productA:hover .eMImage::before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background-color: #2f3c4e;
    opacity: 0.15;
}

.eM_audioBook {
}

    .eM_audioBook header a:hover {
        color: #fd7245;
    }

    .eM_audioBook header a.active {
        background-color: #fd7245;
        color: #fff;
    }

    .eM_audioBook .addToCart {
        background-color: #ff7444;
    }

.eM_assessBook {
}

    .eM_assessBook header a:hover {
        color: #36cce8;
    }

    .eM_assessBook header a.active {
        background-color: #36cce8;
        color: #fff;
    }

    .eM_assessBook .addToCart {
        background-color: #36cce8;
    }

.eM_mayLike {
}

    .eM_mayLike .addToCart {
        background-color: #36cce8;
    }

    .eM_mayLike header a:hover {
        color: #36cce8;
    }
/* 鐧诲綍 */

.eM_register_mainS {
    padding: 50px 10px 0 10px;
    max-width: 400px;
    margin: auto;
}

    .eM_register_mainS h1 {
        font-size: 32px;
        color: #1895df;
    }

        .eM_register_mainS h1 b {
            font-weight: 600;
        }

/* 娉ㄥ唽 */
.eM_register_logo {
    position: absolute;
    top: -60px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.eM_register_main {
    padding: 50px 10px 0 10px;
    max-width: 420px;
    margin: auto;
}

    .eM_register_main h1 {
        font-size: 32px;
        color: #1895df;
    }

        .eM_register_main h1 b {
            font-weight: 600;
        }

.eM_register_div li {
    padding-top: 15px;
}

    .eM_register_div li span {
        line-height: 35px;
        font-size: 18px;
    }

    .eM_register_div li input {
        background-color: #f5f5f5;
        border: 0;
        height: 45px;
        border-radius: 5px;
    }

.VCode {
    display: flex;
    flex-wrap: wrap;
}

.VCodeInput {
    width: 100px;
}

.VCodeRight {
    display: flex;
    flex-wrap: wrap;
    padding: 0 5px;
    align-items: center;
}

    .VCodeRight a {
        font-size: 18px;
        color: #2f3c4e;
        padding: 5px;
    }

        .VCodeRight a:hover {
            color: #119eef;
            text-decoration: underline;
        }

.eM_register_div {
    padding-bottom: 30px;
}

.buttonRS {
    display: flex;
}

    .buttonRS input {
        display: flex;
        background-color: #fff;
        border: 0;
        width: 100%;
        border-radius: 25px;
        text-align: center;
        justify-content: center;
        font-size: 20px;
        color: #119eef;
    }

        .buttonRS input.active {
            background-color: #119eef;
            color: #fff;
            width: 90%;
            margin: 0 5%;
            font-size: 22px;
            height: 50px;
            box-shadow: 0 0 5px rgb(47 60 78 / 20%);
        }

.inLogin, .inRegister {
    border: 0;
    color: #119eef;
}

    .inLogin:hover, .inRegister:hover {
        color: #119eef;
    }

.eM_Password {
    text-align: center;
    line-height: 45px;
    padding-bottom: 25px;
    padding-top: 10px;
    color: #777;
}

.eM_Password1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .eM_Password1 span {
        margin: 0 10px;
        height: 20px;
        width: 1px;
        background-color: rgba(0,0,0,.2);
        ;
    }

.buttonRS input.buttonSignIN:active, .buttonRS input.buttonRegister:active {
    color: #10b3ea !important;
    background: none !important;
}

.buttonRS input.active:active {
    background-color: #10b3ea !important;
    color: #fff !important;
}

.eM_Password a {
    font-size: 18px;
}

    .eM_Password a:hover {
        text-decoration: underline;
    }

/* 鍟嗗搧璇︾粏椤� */
.eM_muneN {
    position: relative;
    width: 270px;
}

    .eM_muneN header {
        height: 55px;
        background-color: #096dba;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        font-size: 22px;
        display: flex;
        align-items: center;
        padding-left: 15px;
        color: #fff;
        cursor: pointer;
        text-transform: uppercase;
    }

        .eM_muneN header::before {
            content: '';
            display: flex;
            height: 40px;
            width: 40px;
            position: absolute;
            right: 10px;
            background: url(../images/into25.png) no-repeat;
        }

    .eM_muneN .eM_muneDIV {
        -webkiit-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 0 0 0;
        transform-origin: 0 0 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .eM_muneN:hover .eM_muneDIV {
        display: flex;
        visibility: visible;
        -webkiit-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
    }

        .eM_muneN:hover .eM_muneDIV .eM_categories_a {
            width: 100%;
        }

.topMyCart {
    padding: 1px 10px;
}

    .topMyCart a {
        background-color: #e35144;
        line-height: 45px;
        border-radius: 5px;
        width: 160px;
        padding-right: 5px;
        color: #fff;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .topMyCart a:before {
            content: '';
            display: inline-block;
            width: 40px;
            height: 40px;
            background: url(../images/shop_into4.png) no-repeat;
        }

        .topMyCart a:hover {
            font-size: 18px;
            background-color: #e23b2c;
        }

.Navigation_Div {
    padding: 20px 0;
    padding-left: 290px;
    position: relative;
    min-height: 1000px;
}

.Navigation_R {
    width: 270px;
    position: absolute;
    left: 0;
}

.eM_LearningL1 {
    padding-bottom: 20px;
}

    .eM_LearningL1 h1 {
        background: #f1990b;
        color: #fff;
        font-size: 22px;
        line-height: 55px;
        padding: 0 20px;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .eM_LearningL1 div {
        border-right: 1px solid #e1e1e1;
        border-left: 1px solid #e1e1e1;
        /* border-bottom: 1px solid #e1e1e1; */
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .eM_LearningL1 div a {
            display: block;
            line-height: 50px;
            font-size: 20px;
            padding: 0 20px;
            border-bottom: 1px solid #e1e1e1;
            transition: all .3s ease 0s;
        }

            .eM_LearningL1 div a.active, .eM_LearningL1 div a.active:hover {
                color: #0d78ca;
                padding: 0 20px;
            }

            .eM_LearningL1 div a:hover {
                background-color: #fafafa;
                padding: 0 25px;
            }

.eMOverall {
}

    .eMOverall .eMOverallTitle {
        background: #ea3a3c;
        color: #fff;
        font-size: 22px;
        line-height: 55px;
        padding: 0 20px;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

.eMOverall_main {
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 8px;
}

    .eMOverall_main .swiper-slide {
        flex-wrap: wrap;
    }

.eM_Overall_More {
    width: 100%;
    padding: 10px 5%
}

    .eM_Overall_More a {
        line-height: 40px;
        border-radius: 20px;
        color: #fff;
        display: flex;
        background-color: #ea3a3c;
        justify-content: center;
        font-size: 17px;
    }

.Navigation_LTop {
    border: 2px solid #ebebeb;
    padding: 15px;
    margin-bottom: 15px;
}

    .Navigation_LTop h1 {
        color: #157ed2;
        font-size: 22px;
        line-height: 40px;
        position: relative;
        margin-bottom: 5px;
    }

        .Navigation_LTop h1:before {
            position: absolute;
            left: 0;
            bottom: -3px;
            width: 130px;
            height: 2px;
            content: '';
            display: block;
            background-color: #ebebeb;
        }

    .Navigation_LTop div {
        display: flex;
        flex-wrap: wrap;
        padding-top: 10px;
        margin: 0 -5px;
    }

    .Navigation_LTop span {
        line-height: 45px;
        background-color: #ebf9ff;
        margin: 5px;
        display: flex;
        padding: 0 15px;
        font-size: 20px;
        justify-content: center;
        border-radius: 3px;
        cursor: pointer;
    }

    .Navigation_LTop div.Navigation_LPc span {
        min-width: 220px;
    }

    .Navigation_LTop div.Navigation_LLS span {
        min-width: 100px;
    }

    .Navigation_LTop div span.active, .Navigation_LTop div span.active:hover {
        background-color: #e35144;
        color: #fff;
    }

    .Navigation_LTop div span:hover {
        color: #2f3c4e;
        background-color: #caedfe;
    }

.Navigation_LTxt {
    background-color: #f8f8f8;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.Navigation_LTxt_right {
    display: flex;
    align-items: center;
}

    .Navigation_LTxt_right h1 {
        font-size: 17px;
        margin-right: 10px;
    }

    .Navigation_LTxt_right .nice-select {
        border: 0;
        border: 1px solid #eee;
        height: 45px;
        border-radius: 0;
        font-size: 16px;
        line-height: 45px;
        border-radius: 0;
        padding: 0;
    }

        .Navigation_LTxt_right .nice-select input {
            border: 0;
        }

        .Navigation_LTxt_right .nice-select:after {
            width: 8px;
            height: 8px;
            border-color: #666;
        }

    .Navigation_LTxt_right .nice-select {
        width: 160px;
        text-align: center;
    }

        .Navigation_LTxt_right .nice-select .list {
            width: 100%;
        }

            .Navigation_LTxt_right .nice-select .list li {
                padding: 0 15px;
            }

                .Navigation_LTxt_right .nice-select .list li:hover {
                    background-color: #f6f6f6
                }

.Navigation_LMain .eM_recommMain {
    box-shadow: none;
}

    .Navigation_LMain .eM_recommMain ul li .productA {
        padding-bottom: 140px;
    }

        .Navigation_LMain .eM_recommMain ul li .productA:hover .eMTitle {
            bottom: 35px;
        }

.eM_recommMain ul li div:hover .eMMoney {
    padding-bottom: 15px;
}

.Navigation_LMain .eM_recommMain ul li div:hover .eMMoney {
    padding-bottom: 10px;
}

.Navigation_LMain .eMImage {
    background-color: #f8f8f8;
}

.Navigation_LMain .eM_recommMain ul {
    flex-wrap: wrap;
}

    .Navigation_LMain .eM_recommMain ul li {
        padding-top: 10px;
    }

        .Navigation_LMain .eM_recommMain ul li:hover {
            padding-top: 5px;
        }

.Navigation_LMain.isAcitve ul li {
    width: 100%;
}

.Navigation_LMain.isAcitve .eM_recommMain ul li a {
    display: flex;
    height: 180px;
    padding: 0;
    height: auto;
    flex-wrap: wrap;
}

.Navigation_LMain.isAcitve a.productA_a {
    width: 180px;
    padding-bottom: 150px;
    position: absolute;
    z-index: 3;
}

.Navigation_LMain.isAcitve a h2 {
    width: 100%;
}

.Navigation_LMain.isAcitve .eM_recommMain ul li .productA {
    padding-bottom: 0;
}

.Navigation_LMain.isAcitve .eMImage {
    width: 150px;
    padding-bottom: 150px;
    position: absolute;
    z-index: 3;
}

.Navigation_LMain.isAcitve .eMTitle {
    width: 100%;
    position: relative;
    padding: 10px 20px 10px 160px;
    height: 150px;
}

    .Navigation_LMain.isAcitve .eMTitle h2, .Navigation_LMain.isAcitve .eMTitle h1, .Navigation_LMain.isAcitve .eMTitle .eMMoney {
        text-align: left;
    }

.Navigation_LMain.isAcitve .eM_recommMain ul li .productA:hover .eMTitle {
    bottom: auto;
}

.Navigation_LMain.isAcitve .addToCart {
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.Navigation_LMain.isAcitve .eM_recommMain ul li {
    padding: 10px 15px;
    border-bottom: 1px dotted #eee;
}

ul.eM_bestSale::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background: #fff;
    bottom: 10px;
    z-index: 1;
}

.Navigation_LTxt_left input {
    background-color: #444;
    color: #fff;
    width: 40px;
    height: 40px;
    border: 0;
}

    .Navigation_LTxt_left input.sp {
        background: url(../images/into26.png) no-repeat #444;
    }

    .Navigation_LTxt_left input.hp {
        background: url(../images/into27.png) no-repeat #444;
    }

    .Navigation_LTxt_left input.active {
        background-color: #378ed8;
    }

.eM_Indexes {
    background-color: #f8f8f8;
}

    .eM_Indexes .contentX {
        min-height: 65px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .eM_Indexes .contentX div {
            font-size: 19px;
            color: #000;
            padding: 5px 15px;
        }

.eM_IndexesBack {
    background-color: #fff;
}

.eM_Indexes.eM_IndexesBack .contentX {
    justify-content: flex-end;
    position: relative;
    height: 30px;
    min-height: 30px;
}

    .eM_Indexes.eM_IndexesBack .contentX button {
        margin-top: 40px;
    }

.eM_Indexes .contentX div a {
    font-size: 16px;
}

    .eM_Indexes .contentX div a:hover {
        color: #157ed2;
    }

.eM_Indexes .contentX div span {
    position: relative;
    font-size: 16px;
    padding-left: 25px;
}

    .eM_Indexes .contentX div span::before {
        position: absolute;
        content: '';
        display: flex;
        left: 3px;
        top: 8px;
        text-outline: 0 0 #000;
        background: url(../images/into28.png) no-repeat;
        width: 10px;
        height: 10px;
    }

button.eM_IBack {
    height: 40px;
    background-color: #ff7d01;
    color: #fff;
    border: 0;
    font-size: 19px;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 5px;
    padding: 0 10px;
}

    button.eM_IBack::before {
        background: url(../images/into29.png) no-repeat;
        content: '';
        display: block;
        height: 30px;
        width: 30px;
        padding-right: 5px;
    }

    button.eM_IBack:hover {
        margin-right: 5px;
    }

.eM_details {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}

.eM_detailsImg {
    width: 33%;
    padding: 5px;
}

    .eM_detailsImg div {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        border: 1px solid #c6c6c6;
        position: relative;
    }

        .eM_detailsImg div span {
            position: absolute;
            width: 100%;
            height: 100%;
            padding: 10px;
        }

            .eM_detailsImg div span img {
                width: 100%;
                height: 100%;
                object-fit: scale-down;
            }

.eM_detailsT {
    width: 67%;
    padding-left: 20px;
}

    .eM_detailsT h1 {
        font-size: 28px;
        font-weight: 600;
        line-height: 35px;
    }

    .eM_detailsT h2 {
        font-size: 24px;
        /* padding-bottom: 20px; */
        color: #ff8946;
        line-height: 30px;
        padding-bottom: 10px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

        .eM_detailsT h2 span, .eM_detailsT h2 div {
            margin-right: 5px;
        }

.videoDiv {
    display: flex;
    flex-wrap: wrap;
}

    .videoDiv div {
        display: flex;
        padding: 5px 15px;
        color: #fff;
        position: relative;
        align-items: center;
        flex-wrap: wrap;
        font-size: 16px;
        background-color: #6f63fc;
        border-radius: 20px;
        transition: all .3s ease 0s;
        cursor: pointer;
        margin: 4px;
    }

        .videoDiv div:nth-child(1) {
            background-color: #7b70ff;
        }

        .videoDiv div:nth-child(2) {
            background-color: #2bc8d8;
        }

        .videoDiv div:nth-child(3) {
            background-color: #ff6e6e;
        }

        .videoDiv div:nth-child(4) {
            background-color: #ffa948;
        }

        .videoDiv div:hover {
            transform: scale(1.05);
        }

        .videoDiv div::before {
            content: '';
            display: block;
            width: 25px;
            height: 25px;
            margin-right: 5px;
            background: url(../images/into_video.png) no-repeat center;
        }

.videolist {
    position: relative;
}

    .videolist:hover {
        cursor: pointer;
    }

.videoed {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 45%;
    top: 45%;
    z-index: 99;
    border-radius: 100%;
}

.videos {
    display: none;
    position: fixed;
    z-index: 999;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}

    .videos.active {
        display: flex;
    }

    .videos header {
        min-width: 300px;
        min-height: 200px;
        max-width: 800px;
        width: 100%;
        margin: 0 50px;
        position: relative;
        display: flex;
        background-color: #000;
        align-content: center;
    }

        .videos header video {
            width: 100%;
            margin: 10px 0;
        }

.vclose {
    position: absolute;
    right: -40px;
    top: -40px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 50%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

    .vclose:before {
        position: absolute;
        width: 60%;
        height: 4%;
        background-color: #fff;
        content: "";
        transform: rotate(45deg);
        -webkit-transition: all .5s ease 0s;
        -o-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
    }

    .vclose:after {
        position: absolute;
        width: 60%;
        height: 4%;
        background-color: #fff;
        content: "";
        transform: rotate(-45deg);
        -webkit-transition: all .5s ease 0s;
        -o-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
    }

.sample_maga.video {
    position: relative;
}

    .sample_maga.video .videoDiv {
        position: absolute;
        bottom: 0;
        right: 0;
        display: block !important;
    }

.eM_detailsT_t h4 {
    font-size: 28px;
    font-weight: 600;
}

.eM_detailsT h3 {
    font-size: 20px;
    border-bottom: 1px #ddd dotted;
    line-height: 30px;
    padding: 5px 0;
}

.eM_detailsMoney {
    padding: 20px 0;
}

    .eM_detailsMoney .redC {
        font-size: 32px;
        font-weight: 400;
        padding-right: 5px;
    }

    .eM_detailsMoney .greuC {
        font-size: 22px;
        color: #c6c6c6;
    }

.eM_details_B {
    padding: 20px 0;
}

    .eM_details_B input {
        line-height: 50px;
        border: 0;
        color: #fff;
        font-size: 19px;
        padding: 0 50px 0 20px;
        position: relative;
        margin-right: 5px;
    }

        .eM_details_B input.eM_details_Wishlist {
            background: url(../images/into30.png) no-repeat right 15px center #108bea;
            width: 206px;
        }

        .eM_details_B input.eM_details_Cart {
            background: url(../images/into31.png) no-repeat right 15px center #fe5547;
            width: 180px;
        }

        .eM_details_B input.eM_details_Wishlist:hover {
            background: url(../images/into30.png) no-repeat right 13px center #10b3ea;
            font-size: 20px;
        }

        .eM_details_B input.eM_details_Cart:hover {
            background: url(../images/into31.png) no-repeat right 13px center #fe475a;
            font-size: 20px;
        }

.eM_details_Wishlist.d_collect.active {
    background: url(../images/into30_1.png) no-repeat right 15px center #108bea;
    width: 206px;
}

    .eM_details_Wishlist.d_collect.active:hover {
        background: url(../images/into30_1.png) no-repeat right 13px center #10b3ea;
        font-size: 20px;
    }

.eM_details_itemInfo {
    padding: 20px;
}

.infor_title {
    font-size: 28px;
    line-height: 50px;
    border-bottom: 2px solid #e9e9e9;
    position: relative;
    margin-bottom: 25px;
}

    .infor_title::before {
        position: absolute;
        content: '';
        bottom: -2px;
        left: 0;
        width: 150px;
        border-bottom: 3px solid #4e97fd;
    }

.infor_titleP::before {
    width: 200px;
}

.infor_titlePI::before {
    width: 270px;
}

.infor_nr {
    /* background-color: #f8f8f8; */
    /* padding: 20px; */
}

    .infor_nr .infor_con {
        width: 100% !important;
    }

        .infor_nr .infor_con div {
            background-color: #f8f8f8 !important;
            width: 100%;
        }

        .infor_nr .infor_con div {
            font-size: 18px !important;
        }

            .infor_nr .infor_con div br:nth-child(1) {
                display: none;
            }

            .infor_nr .infor_con div p {
                color: #2f3c4e;
                font-size: 16px;
            }

            .infor_nr .infor_con div table {
                font-size: 16px;
            }

        .infor_nr .infor_con img {
            width: 100%;
            border: 3px solid #f8f8f8;
            padding: 5px 10%;
            margin: 5px 0;
        }

.infor_nrD {
    font-size: 22px;
    display: block;
    padding: 10px 0;
}

.infor_nrImg {
    border: 3px solid #f8f8f8;
    margin: 20px 0;
    text-align: center;
}

.infor_nrXText {
    background-color: #f8f8f8;
    padding: 20px;
    font-size: 16px;
}

    .infor_nrXText p, .infor_nrXText table {
        color: #000;
        font-size: 16px;
        padding-bottom: 5px;
    }

    .infor_nrXText br {
        display: block;
        content: '';
        height: 5px;
    }

.eM_similar {
    background-color: #f8f8f8;
}

    .eM_similar header {
        display: flex;
        padding-top: 20px;
        padding-bottom: 10px;
        margin: 0 15px;
        border-bottom: 1px solid #d0d2d6;
        justify-content: space-between;
    }

    .eM_similar .eM_recommMain {
        background: none;
        box-shadow: none;
        padding-bottom: 15px;
    }

        .eM_similar .eM_recommMain ul li .productA {
            background-color: #fff;
            border: 1px solid #f3f3f3;
        }

.eM_myCart {
    background-color: #f8f8f8;
    min-height: 600px;
}

.myCatH {
    font-size: 24px;
    padding: 10px;
    line-height: 50px;
}

.myCatP {
    margin: 0 10px;
    padding: 10px;
    line-height: 30px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    border-radius: 3px;
    font-size: 20px;
}

    .myCatP span {
        color: #e35144;
        padding: 0 5px;
        font-weight: 600;
    }

.myCatMain {
    margin: 15px 10px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.myCatTop {
    margin: 0 20px;
    padding-top: 10px;
    line-height: 40px;
    font-size: 20px;
    display: flex;
    border-bottom: 1px solid #eaeaea;
}

    .myCatTop span {
        padding: 0 10px;
        justify-content: center;
        display: flex;
    }

        .myCatTop span:nth-child(1) {
            width: 50%;
            justify-content: start;
        }

        .myCatTop span:nth-child(2) {
            width: 130px;
        }

        .myCatTop span:nth-child(3) {
            width: 15%;
        }

        .myCatTop span:nth-child(4) {
            width: 15%;
        }

.noCart {
    min-height: 350px;
    text-align: center;
    position: relative;
    padding-top: 50px;
    color: rgba(0,0,0,0.3);
    /* font-weight: 600; */
}

    .noCart::before {
        content: '';
        display: block;
        margin: 20px auto;
        height: 150px;
        width: 150px;
        background: url(../images/into45.png) no-repeat center;
        background-size: 100%;
    }

.myCatDiv {
    padding: 0 20px;
}

.myCatDiv_img {
    width: 100px;
    height: 100px;
    border: 1px solid #e2e2e2;
    padding: 5px;
    position: absolute;
    left: 0;
}

    .myCatDiv_img span {
        height: 100%;
        width: 100%;
    }

    .myCatDiv_img img {
        object-fit: scale-down;
        height: 100%;
        width: 100%;
    }

.myCatDiv_tit {
    display: block;
    flex-wrap: wrap;
    text-align: left;
    padding: 5px 10px;
    min-height: 100px;
}

    .myCatDiv_tit h1 {
        font-size: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
        overflow: hidden;
        line-height: 22px;
        height: 48px;
    }

    .myCatDiv_tit h2 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 18px;
        line-height: 20px;
        text-align: left;
        color: #ff8946;
        margin-bottom: 3px;
        width: 100%;
    }

    .myCatDiv_tit div {
        display: flex;
        flex-wrap: wrap;
    }

    .myCatDiv_tit span {
        display: flex;
        padding: 5px;
        font-size: 17px;
    }

.myCatDiv_L {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 50%;
    min-height: 100px;
    position: relative;
    padding: 5px 10px 5px 30px;
}

.myCatDiv ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 20px;
    position: relative;
    padding: 15px 0;
    border-bottom: 1px #ddd dotted;
}

    .myCatDiv ul:last-child {
        border: 0;
    }

    .myCatDiv ul:hover {
        background-color: #f8f8f8;
    }

.myCatDiv_L a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding: 15px 5px 15px 110px;
    font-size: 19px;
}

.myCatDiv_L .max_box {
    position: absolute;
    left: 0;
}

.myCatDiv_Q {
    width: 130px;
    text-align: center;
}

.myCatDiv_U {
    width: 15%;
    text-align: center;
}

    .myCatDiv_U span.red {
        color: #e62226;
    }

.myCatDiv ul .eM_delete {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 10px;
    justify-content: center;
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .myCatDiv ul .eM_delete::before {
        position: absolute;
        content: '';
        width: 20px;
        height: 2px;
        transform: rotate(45deg);
        background-color: #2f3c4e;
        border-radius: 1px;
    }

    .myCatDiv ul .eM_delete::after {
        position: absolute;
        content: '';
        width: 20px;
        height: 2px;
        transform: rotate(-45deg);
        background-color: #2f3c4e;
        border-radius: 1px;
    }

.myCatButton {
    display: flex;
    justify-content: space-between;
    padding: 10px 10px 30px 10px;
}

    .myCatButton input {
        line-height: 50px;
        border: 0;
        color: #fff;
        font-size: 19px;
        padding: 0 45px 0 15px;
        position: relative;
    }

input.myCatDiv_blue {
    background: url(../images/into31.png) no-repeat right 10px center #108bea;
    width: 230px;
}

input.myCatDiv_red {
    background: url(../images/into32.png) no-repeat right 10px center #fe5547;
    width: 240px;
}

.myCatButton input:hover {
    font-size: 20px;
}

input.myCatDiv_blue:hover {
    background: url(../images/into31.png) no-repeat right 6px center #10b3ea;
    font-size: 20px;
}

input.myCatDiv_red:hover {
    background: url(../images/into32.png) no-repeat right 6px center #fe475a;
    font-size: 20px;
}

.eM_searchN form {
    width: 600px;
}

.myCatTotal {
    border-top: 1px solid #eaeaea;
    padding: 15px 20px;
    font-size: 18px;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}

    .myCatTotal span {
        color: #e62226;
        font-size: 26px;
        padding: 0 10px;
    }

/* 鍟嗗搧鎻愪氦椤� */
.eM_placeOrder {
    background-color: #f8f8f8;
    min-height: 600px;
}

.eM_placeOrder_top {
    padding: 30px 10px 20px 10px;
}

    .eM_placeOrder_top ul {
        background-color: #fff;
        box-shadow: 0 1px 2px rgba(0,0,0,0.1);
        display: flex;
        border-radius: 3px;
        overflow: hidden;
    }

        .eM_placeOrder_top ul li {
            width: 33.333333%;
            min-height: 55px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #818a92;
            font-size: 21px;
            position: relative;
        }

            .eM_placeOrder_top ul li span {
                border: 2px solid #f1eef2;
                width: 30px;
                height: 30px;
                border-radius: 50%;
                text-align: center;
                font-size: 18px;
                line-height: 20px;
                display: flex;
                justify-content: center;
                align-items: center;
                font-weight: 600;
                margin-right: 10px;
            }

            .eM_placeOrder_top ul li::before {
                position: absolute;
                content: '';
                width: 25px;
                height: 55px;
                background: url(../images/into33.png) no-repeat;
                right: -15px;
            }

            .eM_placeOrder_top ul li::after {
                position: absolute;
                content: '';
                width: 25px;
                height: 55px;
                left: -15px;
            }

            .eM_placeOrder_top ul li:last-child:before {
                display: none;
            }

            .eM_placeOrder_top ul li.active {
                color: #fff;
            }

                .eM_placeOrder_top ul li.active span {
                    border: 2px solid rgba(255,255,255,0.5);
                }

.eM_placeOrder ul li:nth-child(1).active {
    background-color: #fab43c;
}

.eM_placeOrder_top ul li:nth-child(1).active::before {
    background: url(../images/into34.png) no-repeat;
    right: -15px;
}

.eM_placeOrder_top .eM_placeOrder_SignINul li {
    width: 50%;
}

.eM_placeOrderMain {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    margin: 0px 10px 20px 10px;
    border-radius: 3px;
}

.eM_placeOrder_title {
    border-bottom: 1px #eaeaea solid;
    line-height: 55px;
    font-size: 24px;
    margin: 0 20px;
    position: relative;
}

.eM_placeOrder_ul {
    padding: 20px;
}

    .eM_placeOrder_ul ul {
        display: flex;
        flex-wrap: wrap;
    }

        .eM_placeOrder_ul ul li {
            width: 100%;
            padding: 8px 20px 8px 250px;
            position: relative;
        }

            .eM_placeOrder_ul ul li span {
                padding: 15px 10px 10px 0;
                display: flex;
                font-size: 18px;
                position: absolute;
                width: 250px;
                left: 0;
                justify-content: flex-end;
            }

.eM_placeOrderMain span.check_boxLp label {
    font-size: 18px;
    height: auto;
    line-height: 28px;
}

.eM_placeOrder_ul ul li b {
    color: #ff324d;
    font-weight: normal;
}

.eM_placeOrder_ul ul li input {
    max-width: 600px;
    line-height: 25px;
    height: auto;
}

.mypOButton {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px 30px 20px;
}

    .mypOButton input {
        line-height: 50px;
        border: 0;
        color: #fff;
        font-size: 19px;
        position: relative;
        width: 150px;
        letter-spacing: 0.03rem;
    }

input.mypOBack {
    background: url(../images/into35.png) no-repeat left 22px center #108bea;
    padding: 0 20px 0 45px;
}

input.mypOCon {
    background: url(../images/into32.png) no-repeat right 10px center #fe5547;
    padding: 0 45px 0 15px;
}

.mypOButton input:hover {
    font-size: 20px;
}

input.mypOBack:hover {
    background: url(../images/into35.png) no-repeat left 18px center #10b3ea;
    padding: 0 20px 0 45px;
}

input.mypOCon:hover {
    background: url(../images/into32.png) no-repeat right 5px center #fe475a;
    padding: 0 45px 0 15px;
}

.eM_confirmOrder_smc {
    padding: 10px 20px;
}

    .eM_confirmOrder_smc li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding-bottom: 10px;
    }

span.check_boxLp label {
    padding-left: 32px;
    font-size: 16px;
    color: rgba(0,0,0,0.8);
    /* color: rgba(0,0,0,0.5); */
}

/* Confirm Order Information */
.eM_confirmO {
}

.eM_placeOrder ul.eM_confirmO li.active {
    background-color: #ed8741;
}

.eM_placeOrder_top ul.eM_confirmO li.active::after {
    background: url(../images/into36.png) no-repeat;
    z-index: 1;
}

.eM_placeOrder_top ul.eM_confirmO li.active::before {
    background: url(../images/into37.png) no-repeat;
}

.eM_confirmOrder {
    padding: 15px 20px 0 20px;
}

.confirmOrderTop {
    background-color: #f5f5f5;
    line-height: 50px;
    display: flex;
    font-size: 20px;
}

    .confirmOrderTop span {
        width: 15%;
        display: inline-block;
        padding: 0 15px;
        text-align: center;
    }

        .confirmOrderTop span:nth-child(1) {
            width: 55%;
            text-align: left;
        }

.eM_confirmOrder_Div ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 20px;
    position: relative;
    min-width: 100px;
    padding: 15px 0;
    border-bottom: 1px #ddd dotted;
}

    .eM_confirmOrder_Div ul:last-child {
        border: 0;
    }

    .eM_confirmOrder_Div ul .myCatDiv_L {
        padding-left: 100px;
    }

    .eM_confirmOrder_Div ul li {
        width: 15%;
        text-align: center;
    }

        .eM_confirmOrder_Div ul li:nth-child(1) {
            width: 55%;
        }

        .eM_confirmOrder_Div ul li span.red {
            color: #e62226;
        }

.confirmOrder_money {
    border-top: 1px solid #eaeaea;
    padding: 10px 20px;
    text-align: right;
    color: #818a92;
    font-size: 18px;
}

    .confirmOrder_money span {
        color: #e62226;
        font-size: 20px;
        line-height: 30px;
        padding: 0 10px;
    }

.couponName {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 5px;
}

    .couponName span {
        /* color: rgba(0,0,0,0.8); */
        color: #818a92;
        font-size: 17px;
    }

    .couponName input.cuptext {
        max-width: 150px;
        color: #000;
        height: 35px;
    }

input.cupButton {
    background-color: #fd6d3b;
    border: 0;
    color: #fff;
    line-height: 20px;
    padding-bottom: 9px;
    margin-left: 10px;
    font-size: 17px;
}

    input.cupButton:hover {
        background-color: #fe5547;
    }

.eM_confirmOrder_address {
    padding: 20px 20px 35px 20px;
    font-size: 20px;
    line-height: 30px;
}

input.changeAddressInput {
    color: #108bea;
    position: absolute;
    right: 0;
    background: none;
    border: 0;
    line-height: 45px;
    font-size: 20px;
    padding-left: 45px;
    background: url(../images/into38.png) no-repeat left 10px center;
}

    input.changeAddressInput[type=button]:enabled:active {
        background: none;
        color: #108bea;
        text-decoration: underline;
        background: url(../images/into38.png) no-repeat left 10px center;
    }

/* 鍦板潃寮圭獥 */
/* 寮圭獥 */
.tanAddress, .tanAddressNew {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    visibility: hidden;
    background: rgba(0,0,0,.5);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

    .tanAddress.is_acitve, .tanAddressNew.is_acitve {
        opacity: 1;
        display: block;
        z-index: 999999;
        visibility: visible;
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0s;
    }

.tanAddress_box {
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 90%;
    max-width: 500px;
    padding: 0.1rem;
    -webkit-transition: -webkit-transform .3s,opacity .3s;
    transition: transform .3s,opacity .3s;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-100%) scale;
    border-radius: 0.5rem;
    position: relative;
    overflow: hidden;
}

    .tanAddress_box .clockTC {
        bottom: auto;
        top: 10px;
    }

.tanAddress.is_acitve .tanAddress_box, .tanAddressNew.is_acitve .tanAddress_box {
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%) scale;
}

.tanAddressMain {
    padding: 10px 20px;
}

.tanAddress_title {
    line-height: 45px;
    border-bottom: 1px #eaeaea solid;
    font-size: 24px;
    color: #000;
}

.tanAddress_ul li span {
    line-height: 40px;
    font-size: 20px;
}

.tanAddress_ul li div {
    color: #e62226;
    padding-top: 5px;
}


.tanDelete {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    visibility: hidden;
    background: rgba(0,0,0,.5);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

    .tanDelete.is_acitve {
        opacity: 1;
        display: block;
        z-index: 999999;
        visibility: visible;
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0s;
    }

input.buttonSubmit {
    background-color: #119eef;
    color: #fff;
    font-size: 18px;
    border: 0;
    width: 100%;
    line-height: 50px;
    border-radius: 25px;
    margin: 20px 0;
    padding: 0;
    box-shadow: 0 0 5px rgba(47,60,78,0.2);
}

.eM_confirmOrder_message {
    padding: 20px;
}

.eM_coButton {
    text-align: right;
    padding: 10px 20px 30px 20px;
}

    .eM_coButton div h1 {
        font-size: 20px;
    }

    .eM_coButton div {
        color: #818a92;
        font-size: 20px;
        padding-bottom: 15px;
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

        .eM_coButton div span {
            color: #e62226;
            font-size: 28px;
            padding: 0 10px;
        }

    .eM_coButton input {
        line-height: 50px;
        border: 0;
        color: #fff;
        font-size: 19px;
        position: relative;
        width: 150px;
        letter-spacing: 0.03rem;
        margin: 5px;
    }

        .eM_coButton input:hover {
            font-size: 20px;
        }

    .eM_coButton footer {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
       /* justify-content: flex-end;*/
        justify-content: center;
    }

        .eM_coButton footer span {
            color: #019fe1;
            font-size: 18px;
        }

/* Order Submitted Successfully */
.eM_placeOrder_top ul li span.eM_dgInto {
    border: 2px solid #18bcda;
    background: url(../images/into39.png) no-repeat center;
}

.eM_placeOrder ul.eM_confirmO li.activeOS {
    background-color: #d94d81;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.eM_placeOrder_top ul.eM_confirmO li.activeOS::after {
    background: url(../images/into40.png) no-repeat;
}

.eM_orderSubmitted {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    margin: 0px 10px 20px 10px;
    border-radius: 3px;
    padding: 30px 30px 30px 150px;
    position: relative;
}

    .eM_orderSubmitted::before {
        position: absolute;
        content: '';
        left: 50px;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        border: 2px solid #18bcda;
        background: url(../images/into41.png) no-repeat center;
    }

    .eM_orderSubmitted h1 {
        padding: 10px 0;
    }

    .eM_orderSubmitted h2 {
        font-size: 18px;
        padding-bottom: 20px;
    }

    .eM_orderSubmitted ul {
        border-top: 1px #ddd dotted;
        padding: 10px 0;
        font-size: 20px;
        line-height: 30px;
    }

        .eM_orderSubmitted ul li div {
            display: inline-block;
        }

    .eM_orderSubmitted span {
        color: #ff324d;
        padding: 0 0px 0 5px;
    }

/* 浼氬憳涓績 */
.eM_topUser {
    background-color: #157ed2;
    padding: 15px 0;
}

    .eM_topUser .eM_top_box {
        align-items: center;
    }

    .eM_topUser .eM_topRight::before {
        display: none;
    }

    .eM_topUser .eM_search {
        background-color: #fff;
        border-radius: 5px;
    }

    .eM_topUser .eM_search_box .btnn {
        background: #fff url(../images/into43.png) no-repeat center;
    }

    .eM_topUser .eM_topRight_top {
    }

.UserLogoL {
    display: flex;
    align-items: center;
}

    .UserLogoL span {
        width: 110px;
        height: 110px;
        border-radius: 50%;
        overflow: hidden;
        margin: 0 20px 0 10px;
    }

        .UserLogoL span img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .UserLogoL div {
        color: #fff;
    }

        .UserLogoL div h1 {
            font-size: 34px;
        }

        .UserLogoL div h2 {
            font-size: 22px;
            padding-top: 10px;
        }

.eM_UserLogo {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 10px;
}

.eM_userCenter {
    background-color: #f9f9f9;
}

    .eM_userCenter .contentX {
        display: flex;
        padding: 20px;
    }

.eM_userCenterNume {
    width: 20%;
    min-width: 270px;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    padding: 8px 1px 0 1px;
}

.eM_userCenterR {
    width: 80%;
    padding-left: 20px;
}

.eM_userCenterBox {
    background-color: #fff;
    border: 1px solid #f5f5f5;
    min-height: 680px;
    padding: 20px;
}

.eM_userCenterNume h1, .eM_userCenterNume h2, .eM_userCenterNume h3 {
    font-size: 20px;
    background-color: #26c6da;
    border-radius: 5px;
    margin: 0 5px 5px 5px;
    line-height: 48px;
    color: #fff;
    padding: 0 15px;
}

.eM_userCenterNume h2 {
    background-color: #1e88e5;
}

.eM_userCenterNume h3 {
    background-color: #ffb22b;
}

.eM_userCenterNume div {
    line-height: 45px;
    padding-bottom: 5px;
}

    .eM_userCenterNume div a {
        display: flex;
        align-items: center;
        padding: 0 20px;
        position: relative;
        justify-content: space-between;
        transition: all .3s ease 0s;
    }

        .eM_userCenterNume div a::after {
            content: '';
            border: solid #333e48;
            border-width: 0 1px 1px 0;
            display: inline-block;
            padding: 3px;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
        }

        .eM_userCenterNume div a.active {
            color: #157ed2;
            font-size: 20px;
        }

            .eM_userCenterNume div a.active::after {
                border: solid #157ed2;
                border-width: 0 1px 1px 0;
            }

        .eM_userCenterNume div a:hover {
            background-color: #f9f9f9;
            padding: 0 15px 0 25px;
        }

        .eM_userCenterNume div a.active:hover {
            padding: 0 20px;
            background-color: #fff;
        }

.eM_userTit {
    font-size: 26px;
    color: #000;
    padding: 0 5px;
    line-height: 40px;
    margin-bottom: 15px;
}

.eM_userTs {
    margin: 20px 0;
    background-color: #ffeeea;
    line-height: 35px;
    padding: 8px 15px;
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .eM_userTs a {
        font-size: 20px;
        padding: 0 5px;
    }

        .eM_userTs a div {
            position: relative;
        }

        .eM_userTs a span {
            color: #d73a22;
        }

        .eM_userTs a:hover div::before {
            content: '';
            position: absolute;
            bottom: 3px;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: rgba(0,0,0,0.5);
        }

    .eM_userTs h1 {
        font-size: 17px;
    }

.eM_allOrders {
    /* background-color: #fff; */
}

.addressOD {
    /* border: 1px solid #dee2e6; */
    margin: 15px 0;
}

    .addressOD ul {
        border: 1px solid #dee2e6;
        padding: 10px 15px;
    }

        .addressOD ul li {
            line-height: 25px;
            padding: 5px 0;
        }

            .addressOD ul li span:first-child {
                font-size: 18px;
                padding-right: 5px;
            }

    .addressOD h1 {
        background-color: #f2f7f8;
        /* border-bottom: 1px solid #dee2e6; */
        line-height: 50px;
        font-size: 20px;
        padding: 0 15px;
        color: #009efb;
    }

.eM_allOrders header {
    display: flex;
    flex-wrap: wrap;
    /* padding-right: 250px;
   */
    position: relative;
}

.eM_allOrders_mune {
    font-size: 19px;
    display: flex;
}

    .eM_allOrders_mune a {
        padding: 5px 15px;
        line-height: 35px;
        display: flex;
        align-items: center;
    }

        .eM_allOrders_mune a span {
            color: #d73a22;
            padding-left: 5px;
        }

        .eM_allOrders_mune a img {
            padding-right: 5px;
        }

.eM_allOrders_search {
    width: 230px;
    position: relative;
    padding-right: 45px;
    position: absolute;
    right: 0;
    top: 0;
}

input.eM_aTypeButton {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #1e88e5;
    border: 0;
    background: #157ed2 url(../images/into8.png) no-repeat center;
    background-size: 60%;
}

.eM_allOrders_mune a.active {
    border-left: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #1e88e5;
    position: relative;
}

    .eM_allOrders_mune a.active::before {
        position: absolute;
        width: 100%;
        content: '';
        height: 1px;
        bottom: -1px;
        left: 0;
        background-color: #fff;
    }

.eM_allOrders_mune a:hover {
    color: #1e88e5;
}

.eM_allOrders_nr {
    border-top: 1px solid #dee2e6;
    min-height: 200px;
    padding: 15px 0px 0 0px;
}

.noOrder {
    min-height: 400px;
    text-align: center;
    padding-top: 100px;
}

    .noOrder img {
        max-width: 120px;
        opacity: 0.5;
    }

    .noOrder span {
        display: block;
        width: 100%;
        opacity: 0.5;
    }

.banner_pc .swiper-button-prev, .banner_pc .swiper-button-next {
    width: 40px;
    height: 80px;
    background-color: rgba(0,0,0,0.15);
    border-radius: 3px;
}

.banner_pc .swiper-button-prev {
    left: 50%;
    margin-left: -370px;
}

.banner_pc .swiper-button-next {
    right: 50%;
    margin-right: -350px;
}

.banner_pc :root {
    color: #000;
}

.bestSale_banner {
    height: 239px;
    background: url(../images/bj04.png) no-repeat center;
}

.bsetSaleBox {
    background-color: #f8f8f8;
}

    .bsetSaleBox .Navigation_LMain.isAcitve .eM_recommMain ul li {
        width: 96%;
        margin: 0 2%;
        padding-left: 80px;
        position: relative;
    }

    .bsetSaleBox li header {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -30px;
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
    }

        .bsetSaleBox li header.Ranking1 {
            background: url(../images/sj_into17.png) no-repeat;
            color: rgba(0,0,0,0);
        }

        .bsetSaleBox li header.Ranking2 {
            color: rgba(0,0,0,0);
            background: url(../images/sj_into18.png) no-repeat;
        }

        .bsetSaleBox li header.Ranking3 {
            color: rgba(0,0,0,0);
            background: url(../images/sj_into19.png) no-repeat;
        }

    .bsetSaleBox li .addToCart {
        background-color: #e74c3c;
    }

    .bsetSaleBox li:nth-child(even) .addToCart {
        background-color: #fd6d3b;
    }

.eM_myWishlist {
    position: relative;
}

    .eM_myWishlist .eM_recommMain {
        box-shadow: none;
    }

        .eM_myWishlist .eM_recommMain ul li {
            width: 33.333333%;
        }

.eM_Wishlist {
    position: relative;
    width: 100%;
    display: none;
    justify-content: center;
}

    .eM_Wishlist input {
        border: 0;
        line-height: 27px;
        color: #fff;
        font-size: 18px;
        border-radius: 23px;
        margin: 0 5px;
    }

input.WBaddToCart {
    background-color: #e4573d;
    padding: 8px 20px 10px 20px;
}

input.WBWishlist {
    width: 45px;
    height: 45px;
    background: url(../images/into30_1.png) no-repeat #4e97fd center;
}

input.WBWishlist_add {
    width: 45px;
    height: 45px;
    background: url(../images/into30.png) no-repeat #4e97fd center;
}

.eM_recommMain ul li div:hover .eM_Wishlist {
    display: flex;
}

.eM_myInformation {
    padding: 0 20px;
}

    .eM_myInformation ul li {
        display: flex;
        padding: 5px 0;
    }

        .eM_myInformation ul li span {
            line-height: 40px;
            display: flex;
            font-size: 18px;
            min-width: 125px;
        }

        .eM_myInformation ul li b {
            color: #ff324d;
            font-weight: normal;
        }

        .eM_myInformation ul li div {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
        }

            .eM_myInformation ul li div p {
                display: block;
                width: 100%;
                font-size: 16px;
                line-height: 20px;
                padding: 5px;
            }

    .eM_myInformation input {
        max-width: 450px;
    }

    .eM_myInformation .radio_boxb {
        padding: 5px 0;
    }

    .eM_myInformation h1 {
        font-size: 26px;
        line-height: 40px;
    }

.eM_bSubmit {
    padding: 10px 0 10px 120px;
}

input.eM_bSubmit_Input {
    background-color: #108bea;
    line-height: 45px;
    border: 0;
    color: #fff;
    font-size: 19px;
    padding: 0 25px;
    border-radius: 5px;
}

    input.eM_bSubmit_Input:hover {
        background-color: #10b3ea;
        transform: scale(1.03);
    }

.eM_myInformation ul li {
}

.eM_myInformation1 ul li span {
    min-width: 200px;
}

.eM_myInformation1 .eM_bSubmit {
    padding-left: 200px;
}

.eM_myInformation2 ul li span {
    min-width: 200px;
}

.eM_myInformation2 .eM_bSubmit {
    padding-left: 200px;
}

.eM_myInformation2 p {
    color: #ff324d;
}

.eM_myInformation2 .nice-select {
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0;
    width: 340px;
}

.eM_myInformation2 textarea {
    height: 150px;
    max-width: 450px;
}

.eM_myInformation2 .nice-select:after {
    width: 8px;
    height: 8px;
    border-color: #666;
}

.eM_myInformation2 .nice-select ul {
    width: 100%;
}

.eM_myInformation2 .nice-select .option {
    font-size: 18px;
}

.eM_AddressManagement input {
    width: 30px;
    height: 30px;
    border: 0;
}

input.eM_xgButton {
    background: url(../images/into38.png) no-repeat center;
    background-size: 90%;
}

input.eM_scButton {
    background: url(../images/into38_1.png) no-repeat center;
    background-size: 90%;
}

.eM_AddressManagement ul {
    border: 2px solid #ebebeb;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
    flex-wrap: wrap;
}

    .eM_AddressManagement ul li:nth-child(2) {
        position: absolute;
        right: 0;
        bottom: 15px;
        padding-top: 10px;
        padding: 0 15px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .eM_AddressManagement ul:hover {
        box-shadow: 0 0 3px rgba(0,0,0,0.1);
        border: 2px solid #4ca4e8;
    }

    .eM_AddressManagement ul li div h1 {
        font-size: 26px;
        width: 100%;
        line-height: 40px;
    }

    .eM_AddressManagement ul li div span {
        font-size: 22px;
        line-height: 40px;
    }

    .eM_AddressManagement ul li p {
        font-size: 18px;
        line-height: 25px;
        height: 50px;
        overflow: hidden;
    }

.tanDeleteMain h1 {
    padding: 60px 20px;
    text-align: center;
    font-size: 22px;
}

.tanDeleteMain div {
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    padding: 0;
    bottom: -1px;
    position: relative;
}

    .tanDeleteMain div input {
        line-height: 50px;
        border: 0;
        color: #fff;
        font-size: 19px;
        padding: 0 25px;
        border-radius: 0;
        width: 50%;
        /* margin:0 2.5%; */
    }

.tanDelete .tanAddress_box {
    padding: 0;
}

input.BChange {
    background-color: #108bea;
}

input.BDelete {
    background-color: #f5f5f5;
    color: #303030 !important;
}

.tanDelete.is_acitve {
    opacity: 1;
    display: block;
    z-index: 999999;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

    .tanDelete.is_acitve .tanAddress_box {
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%) scale;
    }

.eM_AddressManagement {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

    .eM_AddressManagement ul {
        width: 47%;
        margin: 10px 1.5%;
        min-height: 200px;
    }

.eM_addToB {
    width: 47%;
    border: 2px #ddd dashed;
    margin: 10px 1.5%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b0b0b0;
    flex-wrap: wrap;
    height: 200px;
    cursor: pointer;
}

    .eM_addToB div i {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #e0e0e0;
        margin: auto;
        margin-bottom: 15px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .eM_addToB div i::before {
            content: '';
            display: block;
            height: 2px;
            width: 60%;
            background-color: #fff;
            position: absolute;
        }

        .eM_addToB div i::after {
            content: '';
            display: block;
            width: 2px;
            height: 60%;
            background-color: #fff;
            position: absolute;
        }

    .eM_addToB span {
        width: 100%;
    }

.eM_Return {
    border: 1px solid #dee2e6;
    padding: 1px;
}

.eM_ReturnTop {
    line-height: 50px;
    display: flex;
    background-color: #f2f7f8;
    padding: 0 10px;
}

    .eM_ReturnTop span {
        width: 20%;
        display: block;
        padding: 0 15px;
        text-align: center;
        color: #009efb;
        font-size: 20px;
        min-width: 120px;
    }

        .eM_ReturnTop span:nth-child(1) {
            width: 60%;
            text-align: left;
            padding: 0 5px;
        }

.eM_ReturnNr {
    padding: 0 10px;
}

    .eM_ReturnNr li {
        line-height: 20px;
        display: flex;
        padding: 10px 0;
        align-items: center;
        border-bottom: 1px #ddd dotted;
    }

    .eM_ReturnNr span {
        width: 20%;
        display: block;
        padding: 0 15px;
        text-align: center;
        min-width: 120px;
    }

        .eM_ReturnNr span:nth-child(1) {
            width: 60%;
            text-align: left;
            padding: 0 5px;
        }

    .eM_ReturnNr li:last-child {
        border: 0;
    }

.return_text {
    padding: 10px;
}

    .return_text h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .return_text p {
        font-size: 18px;
        color: #2f3c4e;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .return_text span {
        display: inline-block;
        text-decoration: underline;
        color: #108bea;
    }

input.ButtonCB {
    color: #fff;
    font-size: 17px;
    border: 0;
    padding: 0;
    line-height: 35px;
    border-radius: 20px;
    background-color: #009efb;
    width: 110px;
}

input.ButtonURb {
    color: #fff;
    font-size: 17px;
    border: 0;
    padding: 0;
    line-height: 35px;
    border-radius: 20px;
    background-color: #e74c3c;
    width: 110px;
}

.eM_myInformation ul li div.userAvatarsD {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 10px;
}

.userAvatarsD img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.userAvatars {
    align-items: center;
}

.userAvatarsD {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .userAvatarsD label {
        position: absolute;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        display: flex;
        background-color: rgba(0,0,0,0.5);
        opacity: 0;
        cursor: pointer;
    }

        .userAvatarsD label:hover {
            opacity: 1;
        }

        .userAvatarsD label span {
            color: #fff;
            font-size: 16px !important;
            text-align: center;
            justify-content: center;
        }

    .userAvatarsD input {
        position: absolute;
        width: 100%;
        height: 100%;
        cursor: pointer;
        opacity: 0;
    }

.eM_top_about {
    border-bottom: 3px solid #117dd0;
    background-color: #fff;
    padding: 10px 0;
}

    .eM_top_about .contentX {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .eM_top_about .eM_logo1 {
        display: flex;
        height: 90px;
        align-items: center;
    }

        .eM_top_about .eM_logo1 img:nth-child(2) {
            max-height: 100%;
            margin: 0 15px;
        }

.topHome {
    padding-top: 10px;
}

    .topHome a {
        background-color: #e35144;
        line-height: 45px;
        border-radius: 5px;
        padding: 0 20px 0 15px;
        color: #fff;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 135px;
    }

        .topHome a:before {
            content: '';
            display: inline-block;
            width: 40px;
            height: 40px;
            background: url(../images/shop_into5.png) no-repeat;
        }

        .topHome a:hover {
            font-size: 18px;
            padding: 0 15px 0 10px;
        }

.eM_PrivacyN {
    /* background-color: #f8f8f8; */
    font-size: 16px;
    padding: 20px;
}

    .eM_PrivacyN p {
        color: #303030;
        font-size: 16px;
        margin-bottom: 8px;
        padding: 0 5px;
        line-height: 22px;
    }

    .eM_PrivacyN h1 {
        font-size: 26px;
        color: #157ed2;
        margin-bottom: 10px;
        padding: 0 5px;
        font-weight: 600;
    }

    .eM_PrivacyN h2 {
        font-size: 20px;
        font-weight: 600;
        color: #000;
        padding: 10px 5px;
    }

.divUlLi {
    background-color: #f8f8f8;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
}

    .divUlLi ul {
        padding-left: 17px;
    }

        .divUlLi ul li {
            font-size: 18px;
            line-height: 22px;
            color: #333;
            font-family: Calibri;
            text-align: justify;
            list-style-type: decimal;
            padding: 3px 5px;
            display: list-item;
        }

.eM_PrivacyN_div {
    padding-bottom: 5px;
}

    .eM_PrivacyN_div span {
        display: block;
        width: 100%;
        padding: 2px 5px;
    }

.divUlLi1 {
    padding: 5px 10px;
}

    .divUlLi1 ul {
        padding-left: 17px;
    }

        .divUlLi1 ul li {
            font-size: 18px;
            line-height: 22px;
            color: #333;
            font-family: Calibri;
            text-align: justify;
            list-style-type: decimal;
            padding-left: 5px;
            display: list-item;
            margin-bottom: 5px;
        }

.divUlLi2 {
    background-color: #f8f8f8;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 10px 0;
}

    .divUlLi2 ul li {
        list-style-type: lower-alpha;
        margin-bottom: 5px;
    }

.helpMap {
    background-color: #efefef;
    border-radius: 5px;
    margin: 5px;
}

.helpAddress {
    margin: 0 5px;
}

    .helpAddress span {
        display: block;
        width: 100%;
        line-height: 25px;
    }

.helpHour {
    margin: 0 5px;
    line-height: 25px;
}

    .helpHour span {
        display: inline-block;
        width: 150px;
    }

.helpImg img {
    padding: 20px 5px;
}

input.deleteInto {
    width: 45px;
    height: 45px;
    background: url(../images/into46.png) no-repeat #4e97fd center;
}

/* 鏈櫥褰曠晫闈� */
.notLogin_bj {
    background-color: #e2f5fe;
}

.notLogin {
    padding-top: 140px;
}

.notLogin_main {
    background-color: #fff;
    position: relative;
    max-width: 500px;
    border-radius: 20px;
    margin: auto;
    padding: 0 15px;
    margin-bottom: 80px;
    box-shadow: 0 0px 10px rgb(57 173 250 / 20%);
}

    .notLogin_main h1 {
        text-align: center;
        padding-top: 20px;
    }

    .notLogin_main .eM_register_main, .notLogin_main .eM_register_mainS {
        max-width: 100%;
    }

.notLogin_top {
    background-color: #fff;
    /* box-shadow: 0 0 5px rgba(0,0,0,.2); */
    width: 100%;
    border-bottom: 3px solid #119eef;
}

    .notLogin_top header {
        max-width: 1300px;
        margin: auto;
        padding: 0 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .notLogin_top .backHome a {
        background-color: #e35144;
        line-height: 45px;
        padding: 0 35px 2px 35px;
        font-size: 20px;
        border-radius: 25px;
        color: #fff;
    }

.myCatTotal_SA {
    position: relative;
}

.SelectAll {
    position: absolute;
    left: 10px;
    top: 10px;
    display: flex;
    align-items: center;
}

    .SelectAll span {
        font-size: 17px;
        color: #000;
    }

    .SelectAll .check_boxL label {
        padding-left: 35px;
    }

/* 涓嬫媺鑿滃崟 */
.divInput {
    position: relative;
}

    .divInput b {
        position: absolute;
    }

    .divInput input {
        cursor: pointer;
        border: 1px solid #eee;
        ;
    }

        .divInput input::-webkit-input-placeholder {
            color: #000 !important;
        }

        .divInput input::-moz-input-placeholder {
            color: #000 !important;
        }

        .divInput input::-ms-input-placeholder {
            color: #000 !important;
        }

    .divInput .list {
        position: absolute;
        top: 0;
        top: 43px;
        z-index: 100;
        background-color: #fff;
        width: 100%;
    }

/* 涓汉璁㈠崟 */
.pc_order_top {
    background-color: #eaf8ff;
    border-bottom: 1px solid #ecedee;
    position: relative;
    display: flex;
    align-items: center;
    height: 50px;
    padding-right: 90px;
}
    /* .pc_order_top::before{
    position: absolute;
    content: '';
    display: block;
    left: 0px;
    width: 3px;
    height: 30px;
    background-color: #1c86fc;
  } */
    .pc_order_top h1 {
        font-size: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-left: 15px;
    }

        .pc_order_top h1 b {
            color: rgba(0,0,0,0.5);
            font-weight: normal;
        }

    .pc_order_top span {
        font-size: 18px;
        padding: 5px 15px;
        color: rgba(0,0,0,0.5);
    }

.pc_order_sp {
    position: relative;
    padding: 10px 0;
    display: flex;
    border-bottom: 1px dashed #ecedee;
}

    .pc_order_sp:last-child {
        border: 0;
    }

.pc_order_img {
    width: 100px;
    position: absolute;
    padding: 5px 10px;
    left: 0px;
}

.pc_order_img_x {
    padding: 0;
    left: 5px;
}

    .pc_order_img_x span {
        width: 100px;
        height: 100px;
        display: block;
    }

        .pc_order_img_x span img {
            width: 100%;
            height: 100%;
            object-fit: scale-down;
        }

.pc_orderUl {
    padding-bottom: 15px;
}

.pc_order_sp1 {
    width: 60%;
    padding-left: 110px;
    min-height: 100px;
}

    .pc_order_sp1 a {
        display: block;
    }

        .pc_order_sp1 a:hover {
            color: #1e88e5;
        }

.pc_order_size {
    width: 20%;
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pc_order_xj {
    width: 20%;
    min-width: 130px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pcOrderTop {
    background-color: #f5f5f5;
    line-height: 50px;
    display: flex;
    font-size: 18px;
    /* margin-bottom: 15px; */
}

    .pcOrderTop span {
        width: 20%;
        display: inline-block;
        padding: 0 15px;
        text-align: center;
    }

        .pcOrderTop span:nth-child(1) {
            width: 60%;
            text-align: left;
        }

        .pcOrderTop span:nth-child(2) {
            min-width: 100px;
        }

        .pcOrderTop span:nth-child(3) {
            min-width: 130px;
        }

.pc_order_txt h1 {
    font-size: 20px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 35px;
}

.pc_order_txt div {
    width: 100%;
    color: #838383;
    font-size: 18px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .pc_order_txt div span:nth-child(1) {
        color: #fd6c3d;
        display: block;
    }

.pc_order_footer {
    background-color: #fff;
    display: flex;
    /* justify-content: space-between; */
    justify-content: flex-end;
    padding: 15px;
    align-items: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid #ecedee;
}

    .pc_order_footer div a {
        display: inline-block;
        line-height: 23px;
        padding: 6px 15px 7px 15px;
        text-align: center;
        min-width: 120px;
        border-radius: 19px;
        font-size: 18px;
        background-color: #fff;
        border: 1px solid #dee2e6;
    }

        .pc_order_footer div a:hover {
            color: #1c86fc;
            border: 1px solid #1c86fc;
        }

    .pc_order_footer header {
        font-size: 22px;
    }

        .pc_order_footer header span {
            color: #e62226;
            padding-left: 15px;
        }

    .pc_order_footer input {
        line-height: 25px;
        padding: 5px 10px 8px 10px;
        border: 0;
        background-color: #1c86fc;
        min-width: 120px;
        color: #fff;
        font-size: 18px;
        border-radius: 25px;
    }

.pc_Order_oatnebt {
    border: 1px solid #ecedee;
    /* border-radius: 5px; */
    margin-bottom: 15px;
}

    .pc_Order_oatnebt:last-child {
        margin-bottom: 0;
    }

.pc_orderDD_imgD {
    position: relative;
    cursor: pointer;
}

    .pc_orderDD_imgD span {
        width: 110px;
        height: 110px;
        display: block;
        margin: 5px;
        border: 1px solid #dee2e6;
    }

        .pc_orderDD_imgD span img {
            width: 100%;
            height: 100%;
            object-fit: scale-down;
        }

.pc_orderDD_img {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
}

.pc_orderDDtan {
    display: none;
}

.pc_orderDD {
    padding: 15px;
    display: flex;
    align-items: center;
}

.pc_orderDD_money {
    width: 15%;
    text-align: center;
    min-width: 120px;
    color: #e62226;
    font-size: 20px;
}

.pc_orderDD_xq {
    width: 15%;
    text-align: center;
    min-width: 120px;
}

    .pc_orderDD_xq a:hover {
        color: #1e88e5;
        text-decoration: underline;
    }

.pc_orderDD_imgD:hover .pc_orderDDtan.active {
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    background-color: #fff;
    border: 1px solid #d73a22;
    width: 350px;
    z-index: 1;
    padding-left: 110px;
    height: 110px;
}

.pc_orderDDtan.active span {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
}

.pc_orderDDtan.active div {
    position: relative;
    height: 100%;
    padding-top: 5px;
}

.pc_orderDDtan.active h1 {
    font-size: 18px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 35px;
}

.pc_orderDDtan.active h2 {
    color: #fd6c3d;
    display: block;
    font-size: 16px;
}

.pc_orderDDtan.active p {
    position: absolute;
    bottom: 5px;
    line-height: 30px;
    font-size: 18px;
}

    .pc_orderDDtan.active p b {
        font-weight: normal;
        color: #e62226;
    }

.eM_userTsX {
    margin-bottom: 0;
}

    .eM_userTsX h1 {
        font-size: 20px;
        line-height: 35px;
    }

/* 蹇樿瀵嗙爜 */
.ResetPassword {
    padding: 30px 0;
    min-height: 755px;
    display: flex;
    align-items: center;
}

    .ResetPassword .notLogin_main {
        min-height: auto;
        margin: 0 auto;
    }

    .ResetPassword .eM_register_logo {
        display: none;
    }

    .ResetPassword .eM_register_mainS {
        padding-top: 20px;
    }

        .ResetPassword .eM_register_mainS h1 {
            color: #fd6d3b;
        }

.VCodeRight_GMP a.sendCodeBtn {
    background-color: #ffb22b;
}

.VCodeRight_GMP {
    display: flex;
    justify-content: space-between;
    height: 45px;
    border-radius: 5px;
}

    .VCodeRight_GMP a {
        background-color: #e74c3c;
        color: #fff;
        display: flex;
        margin-left: 10px;
        border-radius: 5px;
        justify-content: center;
        width: 200px;
        line-height: 45px;
        position: relative;
        align-items: center;
    }

        .VCodeRight_GMP a.btn.disabled {
            cursor: not-allowed;
            background-image: none;
            color: #fff;
            background-color: #c8c9cc;
            border-color: #c8c9cc;
        }

        .VCodeRight_GMP a:hover {
            /* text-decoration: underline; */
        }

        .VCodeRight_GMP a.greyColer {
            background-color: #e2e2e2;
            color: rgba(0, 0, 0, .3);
            /* opacity: 0.5; */
            cursor: none;
        }

.ResetPassword .buttonRS input {
    box-shadow: none;
    margin: 0 1%;
}

    .ResetPassword .buttonRS input.buttonSignIN {
        /* width: 63%; */
    }

    .ResetPassword .buttonRS input.buttonCancel {
        background-color: #6b8ef6;
        /* width: 38%; */
    }

.m_loging_top_GMP {
}

/* 娉ㄥ唽 */
.SignIn {
    padding: 75px 15px 0 15px;
}

    .SignIn .eM_register_main {
        display: block;
    }

.SignIn_main h1 {
    display: flex;
    align-items: center;
    font-size: 28px;
    border-bottom: 2px solid #e9e9e9;
    padding: 10px 0 5px 0;
    margin-bottom: 15px;
    /* color: #1e88e5; */
}

.SignIn .notLogin_main {
    max-width: 1200px;
    border-radius: 10px;
    padding: 0 25px;
}

.SignIn_mainD {
    padding: 10px 0 20px;
}

    .SignIn_mainD ul li {
        display: flex;
        padding: 8px 10px 8px 170px;
        position: relative;
    }

.SignIn_l {
    width: 170px;
    text-align: right;
    padding-right: 10px;
    line-height: 45px;
    position: absolute;
    left: 0;
}

.SignIn_div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .SignIn_div input {
        line-height: 25px;
        height: auto;
        width: 400px;
        max-width: 100%;
    }

    .SignIn_div p {
        font-size: 16px;
        color: #808080;
        padding-left: 10px;
        max-width: 500px;
    }

    .SignIn_div strong {
        color: #e35144;
    }

    .SignIn_div .max_box {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 10px 0;
    }

        .SignIn_div .max_box a:hover {
            color: #108bea;
            text-decoration: underline;
        }

    .SignIn_div .VCodeRight a.btn {
        background-color: #e74c3c;
        color: #fff;
        display: flex;
        margin-left: 10px;
        border-radius: 5px;
        justify-content: center;
        width: 130px;
        line-height: 37px;
        position: relative;
        align-items: center;
    }

        .SignIn_div .VCodeRight a.btn.disabled {
            cursor: not-allowed;
            background-image: none;
            color: #fff;
            background-color: #c8c9cc;
            border-color: #c8c9cc;
        }

        .SignIn_div .VCodeRight a.btn:hover {
            text-decoration: underline;
        }

input.readInto {
    width: auto;
    background-color: #ffb22b;
    border: none;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin-left: 5px;
}

input.SignInSubmit {
    background-color: #108bea;
    line-height: 45px;
    border: 0;
    color: #fff;
    font-size: 19px;
    padding: 0 25px;
    border-radius: 5px;
    width: 150px;
}

.eM_confirmOrder_signInAdd {
    padding: 10px 10px;
}

    .eM_confirmOrder_signInAdd .eM_AddressManagement ul,
    .eM_confirmOrder_signInAdd .eM_addToB {
        width: 31%;
        margin: 10px 1%;
    }

.signInAddUl {
    position: relative;
    overflow: hidden;
}

    .signInAddUl.active {
        border: 2px solid #4ca4e8;
    }

        .signInAddUl.active h2 {
            display: block;
        }

    .signInAddUl h2 {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
        height: 60px;
    }

.eM_confirmOrder_signInAdd ul li:nth-child(2) {
    display: none;
}

.eM_confirmOrder_signInAdd ul.active li:nth-child(2) {
    display: block;
}

.signInAddUl h2::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 60px solid #4ca4e8;
    border-left: 60px solid transparent;
}

.signInAddUl h2 span {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 14px;
    text-align: right;
    padding: 10px 5px 0 0;
    display: block;
}

.signUpEmailIp {
    width: 254px;
}

    .signUpEmailIp input {
    }

/* etutorLearningApp */
.etutorLearningApp {
    background-color: #f5faff;
    text-align: center;
    padding: 60px 20px;
}

    .etutorLearningApp header h1 {
        font-size: 26px;
        color: #108bea;
        padding: 15px 0 10px 0;
    }

    .etutorLearningApp header h2 {
        font-size: 16px;
        color: #fe5547;
    }

    .etutorLearningApp ul {
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .etutorLearningApp ul li {
            max-width: 200px;
        }

            .etutorLearningApp ul li img {
                width: 100%;
            }

                .etutorLearningApp ul li img:first-child {
                    border-radius: 8px;
                    border: 3px solid rgba(0,0,0,.1);
                }

            .etutorLearningApp ul li span {
                display: block;
                font-size: 16px;
            }

            .etutorLearningApp ul li:nth-child(2) {
                max-width: 550px;
                padding: 0 15px;
            }

                .etutorLearningApp ul li:nth-child(2) div {
                    text-align: left;
                    font-size: 18px;
                    line-height: 25px;
                    padding: 2px 0 2px 20px;
                    position: relative;
                    text-align: justify;
                }

                    .etutorLearningApp ul li:nth-child(2) div::before {
                        content: '';
                        display: inline-block;
                        width: 3px;
                        height: 3px;
                        border-radius: 50%;
                        left: 5px;
                        top: 13px;
                        position: absolute;
                        background-color: #000;
                    }

            .etutorLearningApp ul li:nth-child(4) {
                display: none;
            }

/* 娴峰浜よ揣寮圭獥 */
.OverseaD_title {
    line-height: 45px;
    font-size: 24px;
    color: #000;
}

.OverseaD_text {
    padding: 5px 0;
    font-size: 18px;
    line-height: 25px;
}

.OverseaD_input input {
    letter-spacing: 0.06rem;
    background-color: #18bcda;
    line-height: 35px;
    border: 0;
    color: #fff;
    font-size: 20px;
    padding: 5px 30px 8px 30px;
    border-radius: 5px;
}

    .OverseaD_input input.blue_Input {
        background-color: #108bea;
        margin-left: 10px;
    }

.OverseaD_input {
    text-align: center;
    padding: 10px 0 5px 0;
}

.countryUl ul, .countryUl ul li {
    display: flex;
}

/* 鏈嶅姟鏉℃寮圭獥 */
.readTC_box .tangWin_box {
    max-width: 1000px;
    height: 80%;
    padding: 15px;
}

    .readTC_box .tangWin_box .eM_PrivacyN {
        overflow: auto;
        height: 100%;
        padding: 10px;
    }

.add_Change {
    background: #f75363;
    /* border:1px solid #fe5547; */
    border: 0;
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    padding: 0 15px;
    border-radius: 5px;
    display: none;
}

    .add_Change:hover {
        color: #fff;
    }

.copyBtnPadding {
    padding: 0 5px;
}

.OrderDetails_Payment {
    background-color: #fff;
}

    .OrderDetails_Payment .eM_userTs {
        margin: 0;
        background-color: #f5f5f5
    }

    .OrderDetails_Payment .eM_payement {
        border: 1px solid #ecedee;
    }

.mui_viewCell .mui-collapse-content {
    position: relative;
}

    .mui_viewCell .mui-collapse-content::before {
        content: '';
        background: url(../images/into42.png) no-repeat center #108bea;
        border: 1px solid #108bea;
        width: 22px;
        height: 22px;
        top: -40px;
        position: absolute;
        z-index: 9;
        display: block;
        border-radius: 50%;
    }

.mui_viewCell:nth-child(2) .mui-collapse-content::before {
    top: -49px;
}

.mui_viewCell:nth-child(3) .mui-collapse-content::before {
    top: -45px;
}

.pc_order_footer_od {
    flex-wrap: wrap;
    padding: 8px 15px;
}

    .pc_order_footer_od header {
        text-align: right;
        line-height: 30px;
        font-size: 18px;
    }

        .pc_order_footer_od header span {
            padding-left: 2px;
        }

        .pc_order_footer_od header:nth-child(2) {
            padding-left: 15px;
        }
