@charset "utf-8";

body {
    font-family: 'Noto Sans TC', sans-serif;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

ul:after,
section:after,
div:after,
li:after {
    content: '';
    display: block;
    clear: both;
}

.text-000000 {
    color: #000000;
}

.text-666666 {
    color: #666666;
}

.text-898989 {
    color: #898989;
}

.text-525659 {
    color: #525659;
}
.bg-525659 {
    color: #525659;
}
.text-DA4B66 {
    color: #da4b66;
}
.bg-DA4B66 {
    color: #da4b66;
}

.text-EA73A6 {
    color: #ea73a6;
}
.bg-EA73A6 {
    background-color: #ea73a6;
}

.text-7FC7B5 {
    color: #7fc7b5;
}
.bg-7FC7B5 {
    background-color: #7fc7b5;
}

.text-034356 {
    color: #034356;
}
.bg-034356 {
    background-color: #034356;
}

.text-826FAE {
    color: #826fae;
}
.bg-826FAE {
    background-color: #826fae;
}

.bg-EFEFEF {
    background-color: #efefef;
}
.bg-E5E5E5 {
    background-color: #e5e5e5;
}
.bg-333333 {
    background-color: #333333;
}
.bg-b2b2b2 {
    background-color: #b2b2b2;
}

/*header*/
.headerbg {
    background-color: #ffffffe0;
    width: 100%;
    height: 90px;
    position: fixed;
    z-index: 99;
}
.function_area > li {
    float: none;
    padding: 0;
}

.search_input:focus {
    cursor: text;
    line-height: 50px;
    height: 40px;
    outline: none;
    padding: 10px 50px 10px 15px;
    transition: width 0.6s cubic-bezier(0, 1, 0.5, 1.2);
    width: 100px;
    opacity: 1;
}

.search_input:focus + label {
    left: auto;
    right: 11px;
}

.search_input + label {
    cursor: pointer;
    display: inline-block;
    left: 11px;
    position: absolute;
    top: 13px;
}

.search_input {
    display: block;
    height: 52px;
    width: 36px;
    opacity: 0;
    cursor: pointer;
}

.menulist div:hover,
.menulist .active {
    color: #000000;
}

.rwdmenu {
    display: none;
}
.menubtn {
    display: none;
}

/*sidebtn*/
.sidebtn {
    top: 15%;
    /* right: 10%; */
    right: calc((100% - 1000px - 363px) / 2);
    position: fixed;
    z-index: 20;
}

.number {
    background-color: #da4b66;
    width: 20px;
    transform: translate3d(28px, -48px, 0);
}

/*index*/
.wrapper {
    width: auto;
    height: 100%;
    position: relative;
}

.child {
    position: relative;
    bottom: -150px;
}

/*section*/
.greenblock {
    width: 24rem;
    height: calc(100% - 105px);
    left: 17rem;
    top: 15px;
    top: 9%;
    z-index: -1;
}
.pinkblock {
    width: 24rem;
    height: calc(100% - 105px);
    left: -11rem;
    top: 15px;
    top: 9%;
    z-index: -1;
}

.wrdmove1 {
    transform: translate3d(176px, 0px, 0px);
}

.indexwrd {
    overflow: hidden;
    max-width: 255px;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/*choose*/
.choosebg {
    background-color: #ffffffc9;
    width: 100%;
    height: 100vh;
}

/*about*/
.popup:focus,
.popup2:focus,
.popup3:focus,
.popup4:focus {
    outline: none;
}
.box,
.box2,
.box3,
.box4 {
    display: none;
    position: absolute;
    border: #c7c7c7 solid 1px;
    border-radius: 10px;
    z-index: 200;
    background-color: #ffffff;
    transform: translate3d(-50%, -29%, 0);
    /* width: auto; */
    width: 50%;
}
.closebtn2,
.closebtn3,
.closebtn4,
.closebtn5 {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

/*connection*/
.connectionwrd {
    letter-spacing: 20px;
}

/*sidemenu*/
.sidebar-left {
    float: left;
    width: 17%;
    height: 100%;
}
.sidebar-right {
    float: right;
}

.flip3 {
    cursor: pointer;
}

.panel3 {
    display: none;
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: all 0.33333s ease-in-out;
}
.active + .panel {
    max-height: 1000px;
}

.deadline li .active .sidewrd,
.rwdmenulist li .active .sidewrd {
    color: #826fae;
}
.deadline li .active .arrow,
.rwdmenulist li .active .arrow {
    transform: rotate(90deg);
}

:hover.sidewrd,
.flip .active {
    color: #826fae;
}

.deadline li {
    border-bottom: 1px solid #666666;
    display: block;
}
.deadline li:last-child {
    border-bottom: 0;
}

/*product*/
.likebtn:hover .like1 {
    display: none;
}
.likebtn:hover .like2 {
    display: block;
}
.addbtn:hover {
    background-color: #525659;
}

/*productdetail*/
.splide__arrow--prev,
.arrowleft {
    position: absolute;
    top: 40%;
    left: -7%;
    z-index: 1;
    transform: translate3d(0, -50%, 0);
}
.arrowleft {
    position: absolute;
    top: 40%;
    left: -2%;
    z-index: 1;
    transform: translate3d(0, -50%, 0);
}
.splide__arrow--next,
.arrowright {
    position: absolute;
    top: 40%;
    right: 0;
    z-index: 1;
    transform: translate3d(0, -50%, 0);
}
.splide__pagination__page {
    width: 12px;
    height: 12px;
    background-color: whitesmoke;
    border-radius: 50%;
}
.splide__pagination__page.is-active {
    background-color: teal;
}
.splide__pagination button {
    outline: none;
}
.splide__pagination li {
    padding: 4px;
}

/*talk*/
.indexwrd2 {
    overflow: hidden;
    max-width: 449px;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/*talkdetail*/

.container2 {
    height: 100%;
    /* background: #b3c1da; */
    width: 1200px;
    margin: 0 auto;
    /* padding: 25px; */
}

section.one {
    position: relative;
}
section.one:after {
    content: '';
    display: block;
    clear: both;
}

.left {
    width: calc(50% - 12px);
    float: left;
    margin-right: 25px;
}
.left div {
    width: 100%;
    height: 100%;
    /* background: #ccd9f1; */
    margin-bottom: 25px;
    border-radius: 4px;
}

.right {
    width: calc(50% - 145px);
    float: right;
}

.right-child {
    /* background: #8da8d0; */
    display: block;
    /* float: right; */
    width: 458px;
    padding: 10px;
    text-align: center;
    color: white;
    border-radius: 4px;
}
.right-child h2 {
    font-size: 38px;
}
.right-child.posFix {
    position: fixed;
    top: 25px;
}
.right-child.posAbs {
    position: absolute;
    bottom: 25px;
}

.bottom {
    width: 100%;
    height: 900px;
    background: #8698b9;
}

.pinkblock2 {
    width: 24rem;
    height: calc(100% - 105px);
    left: -8rem;
    top: 15px;
    top: 9%;
    z-index: -1;
}

/*member*/
:hover.memberbtn,
.memberbtn.active {
    background-color: #826fae;
}
.send:focus {
    outline-color: #533f81;
}

/*search*/
.searchline {
    border-color: #ea73a6;
}

/*shopcart*/
.progress {
    border-color: #ea73a6;
}

/*footer*/
.gotop {
    position: fixed;
    right: calc((100% - 1000px - 363px) / 2);
    bottom: 36px;
}
.gotop button {
    outline: none;
}
.gotop {
    display: none;
}
.gotop.active {
    display: block;
}
.footerbox .footwrd:hover {
    color: #000000;
}

@media screen and (max-width: 1440px) {
    .box,
    .box2,
    .box3,
    .box4 {
        width: 92%;
    }
}
@media screen and (max-width: 1366px) {
    /*sidebtn*/
    .sidebtn {
        right: calc((100% - 1000px - 333px) / 2);
    }
}

@media screen and (max-width: 1024px) {
    /*sidebtn*/
    .sidebtn {
        right: calc((100% - 1000px - -26px) / 2);
    }

    /*section*/

    .greenblock {
        width: 16rem;
    }
    .pinkblock {
        left: -5rem;
    }
    .pinkblock2 {
        left: -3rem;
    }

    /*productdetail*/
    .arrowleft {
        left: 0%;
    }

    /*talkdeyail*/
    .right {
        width: calc(50% - 23px);
    }

    /*footer*/
    .gotop {
        position: fixed;
        right: calc((100% - 1000px - 18px) / 2);
        bottom: 36px;
    }
}

@media screen and (max-width: 820px) {
    /*sidebtn*/
    .sidebtn {
        display: none;
    }

    /*header*/
    .search {
        display: none;
    }
    .menu {
        display: none;
    }
    .rwdmenu {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 238px;
        height: 100%;
        background-color: white;
        color: black;
        z-index: 999;
        transform: translate(-120%, 0);
        transition: all 0.5s ease;
        box-shadow: 2px 2px 8px rgb(0 0 0 / 21%);
    }
    .rwdmenu.active {
        transform: translate(0, 0);
    }
    .menubtn {
        float: right;
        display: block;
        font-size: 40px;
        top: 20%;
        right: 20%;
    }
    .menubtn button {
        outline: none;
    }

    .menubtn.active .close {
        display: block;
    }
    .menubtn.active .open {
        display: none;
    }
    .rwdmenulist {
        display: block;
        padding: 17px;
    }

    /*section*/
    .greenblock {
        width: 29rem;
    }
    .pinkblock {
        width: 51rem;
    }

    /*talkdetail*/
    .left {
        width: 100%;
        float: none;
        margin-right: 0px;
    }

    /*footer*/
    .gotop {
        right: 4%;
    }
}

@media screen and (max-width: 768px) {
    .container2 {
        width: 100%;
    }

    /*productdetail*/
    .splide__arrow--prev,
    .arrowleft {
        position: absolute;
        top: 40%;
        left: 0%;
        z-index: 1;
        transform: translate3d(0, -50%, 0);
    }
    .splide__arrow--next,
    .arrowright {
        position: absolute;
        top: 40%;
        right: 2%;
        z-index: 1;
        transform: translate3d(0, -50%, 0);
    }
}

@media screen and (max-width: 425px) {
    .greenblock {
        height: calc(100% - 53px);
        top: 7%;
    }
    .pinkblock {
        height: calc(100% - 54px);
        top: 26px;
    }
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 375px) {
    .indexpic {
        max-width: 17rem;
    }
}

@media screen and (max-width: 320px) {
    .indexpic {
        max-width: 14rem;
    }

    .greenblock {
        left: 0rem;
    }

    /*shopcart*/
    .chooseblock {
        width: 288px;
    }
}
