@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,500,700,900');



@media (max-width:640px) {
    .wrap {
        overflow-x: hidden;
        width: 640px;
    }

    .infopop {
        width: 100vw;
        height: 100vh;
        overflow: hidden;
        position: fixed;
        z-index: 9999;
        display: none;
    }

    .info_img {
        width: 600px;
        height: 420px;
        text-align: center;
        position: fixed;
        top: 50%;
        left: 50%;
        margin-left: -300px;
        margin-top: -240px;
        z-index: 99999;
        cursor: pointer;
    }

    .w_bg {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: white;
        opacity: 1;
        z-index: 9999;
    }

    body {
        margin: 0px;
        background-color: #ffffff;
        font-family: 'Noto Sans TC', sans-serif;
    }

    .loadingEvent {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: white;
        opacity: 0.9;
        z-index: 9999;
        overflow: hidden;
    }

    .loadingTEXT {
        font-size: 13px;
        color: rgb(239, 46, 78);
        width: 200px;
        position: fixed;
        top: 50%;
        left: 50%;
        text-align: center;
        margin: -20px 0px 0px -100px;
    }



    .header {
        width: 101%;
        height: 110px;
        min-width: 640px;
        position: fixed;
        background-color: white;
        box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
        border-top: solid 3vw #000000;
        z-index: 9999;
        top: -1px;
    }

    .logos {
        float: left;
        position: relative;
        padding: 2.5vw 0px 0vw 3vw;
        cursor: pointer;
    }

    .logos img {
        width: 24vw;
    }

    /* menu */
    .nav {
        /* float: right; */
        position: fixed;
        margin: 0px;
        padding: 0px;
        list-style: none;
        top: 90px;
        width: 250px;
        /* height: 100vh; */
        left: 0px;
        /* background-color: white; */
        z-index: 9998;
        display: none;
    }

    .nav-mobile {
        position: fixed;
        margin: 0px;
        padding: 0px;
        list-style: none;
        top: 90px;
        width: 250px;
        left: 0px;
        z-index: 9998;
        display: none;
    }

    .navmobilebg {
        position: fixed;
        margin: 0px;
        padding: 0px;
        list-style: none;
        top: 90px;
        width: 250px;
        height: 100vh;
        left: 0px;
        background-color: white;
        z-index: 9997;
        box-shadow: 0 0 10px #000000;
        display: none;

    }

    .navmobileIO {
        position: fixed;
        right: 0px;
        top: 0px;
        z-index: 9999;
        width: 200px;
        cursor: pointer;
        height: 110px;
        padding-top: 39px;
        padding-left: 124px;
        display: block;
    }

    .navmobileIO img {
        width: 50px;
        display: block;
    }

    .subnav {
        width: 200px;
        height: 12vw;
        position: absolute;
        top: 200px;
        left: 245px;
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        z-index: 998;
        opacity: 0;
        /* box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5); */
    }

    .subnav li {
        width: 230px;
        height: 70px;
        padding-top: 18px;
        position: relative;
    }

    .subnav img {
        z-index: 898;
    }

    .sub_li_bg {
        width: 100%;
        height: 70px;
        background-color: white;
        position: absolute;
        top: 0px;
        z-index: -10;
        opacity: 1;
    }

    /* .sub_li_bg_2 {
        width: 100%;
        height: 70px;
        background-color: white;
        position: absolute;
        top: 0px;
        z-index: -10;
        opacity: 1;
    } */

    .btn {
        width: 250px;
        height: 100px;
        padding-top: 50px;
        background-image: none;

        cursor: pointer;
        z-index: 999;
    }

    .btn img {
        width: 145px;
    }

    .fb_icon {
        position: absolute;
        width: 60px;
        padding-right: 30px;
        padding-top: 2vw;
        padding-left: 142px;
        cursor: pointer;
        z-index: 998;
        margin-top: 30px;
    }

    .ig_icon {
        position: absolute;
        width: 60px;
        padding-right: 30px;
        padding-top: 2vw;
        padding-left: 65px;
        cursor: pointer;
        margin-top: 30px;
        z-index: 999;
    }

    .fb_icon>img,
    .ig_icon>img {
        width: 40px;
    }

    .content {
        margin-top: 110px;
        z-index: 990;
    }

    /* banner */
    .banner_dot_Container {
        width: 40vw;
        height: 100%;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
        padding: 10px;
        list-style: none;
        text-align: center;
        min-width: 640px;
    }

    .banner_dot {
        position: relative;
        display: inline-block;
        width: 2vw;
        height: 2vw;
        background-image: url('../_img/index/dot_.png');
        background-repeat: no-repeat;
        background-position: 50% 50%;
        list-style: none;
        padding-top: 20px;
        cursor: pointer;
    }

    .dot_selected {
        background-image: url('../_img/index/dot_now.png') !important;
    }

    .bannerMD {
        width: 100vw;
        position: relative;
        overflow: hidden;
        min-width: 640px;
    }

    .bannerContainer {
        width: 200vw;
        /* js控制 TweenMax.to($('.bannerContainer'),1,{x:-1000})*/
        min-width: 2000px;
        height: auto;
        overflow: hidden;
        position: relative;
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

    .bannerContainer li {
        width: 100vw;
        float: left;
        min-width: 645px;
        position: relative;
    }

    .banner {
        width: 100vw;
        min-width: 640px;
        height: auto;
        position: relative;
    }

    .banner img {
        width: 100%;
        float: left;
    }

    /* index_content */
    .index_pic1,
    .index_pic2,
    .banner1,
    .banner2 {
        cursor: pointer;
    }

    .contentContainer {
        padding-top: 20px;
        padding-bottom: 120px;
        width: 100vw;
    }

    .contentContainer img {
        width: 92vw;
        margin: 0 auto;
        display: block;
        cursor: pointer;
        z-index: 99;
    }

    .product_title {
        width: 70vw !important;
        margin: 20px auto;
        padding-bottom: 4vw;
        display: block;
    }

    .page_title {
        width: 60vw !important;
        margin: 20px auto;
        padding-bottom: 4vw;
        display: block;
    }

    /* footer */
    .footer {
        width: 100vw;
        height: 520px;
        position: relative;
        min-width: 640px;
    }

    .footerBG {
        width: 100vw;
        height: 520px;
        background-color: #b4b4b4;
        position: absolute;
        top: 0px;
        z-index: 990;
        opacity: 0.5;
        min-width: 640px;
    }

    .foot_noti {
        width: 86vw;
        font-size: 1.9vw;
        color: #b4b4b4;
        position: relative;
        top: -14vw;
        left: 40px;
    }

    .foot_companyName {
        font-size: 25px;
        color: white;
        z-index: 999;
        position: relative;
        font-weight: 500;
        left: 40px;
        width: 400px;
    }

    .foot_content1 {
        width: 558px;
        font-size: 18px;
        color: white;
        z-index: 999;
        position: relative;
        left: 40px;
        padding-left: 15px;
        border-left: solid 2px #ffffff;
    }

    .foot_content2 {
        font-size: 16px;
        color: white;
        z-index: 999;
        position: relative;
        left: 40px;
        width: 570px;
    }

    .foot_content3 {
        font-size: 20px;
        color: white;
        z-index: 999;
        position: absolute;
        font-weight: 500;
        right: -333px;
        top: 110px;
    }

    .deco_line {
        width: 2px;
        height: 23px;
        background-color: white;
        position: relative;
        display: inline-block;
        z-index: 999;
        margin: 0px 10px 0px 10px;
        top: 5px;
    }

    .foot_content4 {
        font-size: 25px;
        color: white;
        z-index: 999;
        position: relative;
        font-weight: 500;
    }

    .foot_content5 {
        font-size: 20px;
        color: white;
        z-index: 999;
        position: relative;
        padding-left: 15px;
        border-left: solid 2px #ffffff;
    }

    .footer_right {
        position: absolute;
        left: 40px;
        top: 310px;
        line-height: 1.5em;
    }

    /* single */
    .sigleContainer {
        width: 100vw;
    }

    .pdbanner_banner {
        width: 70vw !important;
        height: 70vw !important;
        /* float: left; */
        margin-left: 15vw;
        overflow: hidden;
        position: relative;
    }

    .pdbanner_Cover {
        width: 140vw !important;
        height: 70vw !important;
        position: relative;
        /* js控制 */
    }

    .pd_single_pic1 {
        width: 50% !important;
        margin: 0 !important;
        position: relative !important;
        float: left;
        z-index: 99;
    }

    .pd_single_pic2 {
        width: 70vw !important;
        padding-right: 12vw;
        padding-top: 12vw;
        z-index: 99;
    }

    .single_dot_Container {
        width: 70vw;
        float: left;
        overflow: hidden;
        list-style: none;
        text-align: center;
        position: absolute;
        margin-top: 1vw;
        margin-left: 12vw;
        padding-top: 18px;
        z-index: 99;
    }

    .banner_dot {
        cursor: pointer;
        position: relative;
        display: inline-block;
        width: 2vw;
        height: 2vw;
        background-image: url('../_img/index/dot_.png');
        background-repeat: no-repeat;
        background-position: 50% 50%;
        list-style: none;
        padding-top: 20px;
        z-index: 99;
    }

    /* brand */
    .section {
        width: 100vw;
        height: auto;
        overflow: hidden;
        /* background-image: url('../_img/brand/OLENS_01.png');
        background-repeat: no-repeat;
        background-position: center; */
        margin: 0 auto;
        position: relative;
        z-index: 0;
        min-width: 640px;
    }

    .section01 img,
    .section02 img,
    .section03 img,
    .section04 img,
    .section05 img,
    .section06 img {
        width: 100%;
        position: relative;
        z-index: 0;
    }

    .s3_content,
    .s4_content {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 40vw;
        height: auto;
        z-index: 99;
        margin-left: -18vw;
        margin-top: -14vw;
    }

    .s5_content {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 50vw;
        height: auto;
        z-index: 99;
        margin-left: -24vw;
        margin-top: -19vw;
    }

    /* cursor: pointer; */
    .pd_single_pic1,
    .pd_single_pic2,
    .pd_single_pic3 {
        cursor: none !important;
    }

    .shopContainer {
        width: 40vw;
        height: 100%;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
        padding: 10px;
        list-style: none;
        text-align: center;
        min-width: 640px;
    }

    .locationIcon {
        width: 2vw;
    }

    .locationIcon_in {
        width: 1.3vw;
        margin-top: -4px;
    }

    .pretty-select {
        /*移除箭頭樣式*/
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        /*改變右邊箭頭樣式*/
        background: url("../_img/shop/arr.png") no-repeat right 30px center transparent;
        background-size: 1.5vw;
        border: 0px;
        width: 80vw;
        height: 9vw;
        padding-left: 20px;
        padding-right: 40px;
        background-color: #F6F7F7;
        border: solid 1px lightgray;
        border-radius: 5vw;
        color: gray;
        margin-left: 1vw;
        text-align-last: center;
    }

    select::-ms-value {
        background: none;
        color: #42413D;
    }

    /*IE隱藏箭頭樣式*/
    .pretty-select::-ms-expand {
        display: none;
    }

    .pretty-select:focus {
        box-shadow: 0 0 5px 2px #467BF4;
    }

    .store {
        width: 85vw;
        height: 100%;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
        padding: 10px;
        list-style: none;
        text-align: left;
        min-width: 240px;
    }

    .storeTitle {
        background-color: #ef2e4e;
        color: white;
        font-size: 18px;
        font-weight: 300;
        height: 40px;
        padding-top: 1vw;
        border-radius: 10px 10px 0px 0px;
        text-align: center;
        position: relative;
        z-index: 99;
    }

    .shop_listContainer {
        overflow-x: hidden;
        overflow-y: scroll;
        height: auto;
        max-height: 200px;
        list-style: none;
        margin: 0;
        padding: 15px;
        padding-top: 6px;
        border: solid 1px lightgray;
        margin-bottom: 50px;
        border-radius: 0px 0px 10px 10px;
        position: relative;
        z-index: 80;
    }

    .shop_listContainer li {
        margin-top: 15px;
        padding-bottom: 12px;
        color: gray;
        font-size: 15px;
        font-weight: 300;
        border-bottom: solid 0.5px gray;
    }

    .lastli {
        border-bottom: none !important;
    }

    .shop_listContainer a {
        text-decoration: none;
    }

    .compaignContainer {
        width: 95vw;
        margin: 0 auto;
        text-align: center;
    }

    .step_title {
        font-size: 2.7vw;
        color: gray;
        font-weight: 300;
        letter-spacing: 2px;
    }

    .style_pink {
        color: #ef2e4e
    }

    .shopContainer_2 {
        width: 80vw;
        height: 100%;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
        padding: 10px;
        list-style: none;
        text-align: center;
        color: gray;
    }

    .store_2 {
        width: 67vw;
        height: 100%;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
        padding: 10px;
        list-style: none;
        text-align: left;
        min-width: 240px;
        padding-left: 13px;
        margin-top: 20px;
    }

    .store_2_Title {
        background-color: #ef2e4e;
        color: white;
        font-size: 15px;
        font-weight: 300;
        height: 40px;
        padding-top: 5px;
        border-radius: 10px 10px 0px 0px;
        text-align: center;
        position: relative;
        z-index: 99;
    }

    .shop_2_listContainer {
        overflow-x: hidden;
        overflow-y: scroll;
        max-height: 200px;
        height: auto;
        list-style: none;
        margin: 0;
        padding: 15px;
        padding-top: 6px;
        border: solid 1px lightgray;
        margin-bottom: 20px;
        border-radius: 0px 0px 10px 10px;
        position: relative;
        z-index: 80;
        line-height: 1em;
    }

    .shop_2_listContainer li {
        margin-top: 4px;
        padding-bottom: 12px;
        color: gray;
        font-size: 15px;
        font-weight: 300;
        padding-top: 10px;
        border-bottom: solid 0.5px gray;
        line-height: 25px;
    }

    .shop_2_listContainer a {
        text-decoration: none;
    }

    .pretty-select_2 {
        /*移除箭頭樣式*/
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        /*改變右邊箭頭樣式*/
        background: url("../_img/shop/arr.png") no-repeat right 30px center transparent;
        background-size: 1.5vw;
        border: 0px;
        width: 27vw;
        height: 7vw;
        padding-left: 20px;
        padding-right: 40px;
        background-color: #F6F7F7;
        border: solid 1px lightgray;
        border-radius: 5vw;
        color: gray;
        margin-left: 1vw;
        text-align-last: center;
        font-size: 15px;
    }

    select::-ms-value {
        background: none;
        color: #42413D;
    }

    /*IE隱藏箭頭樣式*/
    .pretty-select_2::-ms-expand {
        display: none;
    }

    .pretty-select_2:focus {
        box-shadow: 0 0 5px 2px #467BF4;
    }

    .locationBtn {
        width: 100px;
        height: 57px;
        background-color: #ef2e4e;
        text-align: center;
        font-size: 15px;
        border-radius: 1vw;
        color: white;
        padding-top: 17px;
        float: right;
        margin-top: -44px;
        cursor: pointer;
    }

    .locationBtn:hover {
        width: 100px;
        height: 57px;
        background-color: #f2526d;
        text-align: center;
        font-size: 15px;
        border-radius: 1vw;
        color: white;
        padding-top: 17px;
        float: right;
        box-shadow: 0 0 3px #a80d27;
        margin-top: -44px;
        cursor: pointer;
    }

    .locationSelect {
        background-color: #f23634 !important;
        font-weight: 700;
    }

    .input_pretty {
        border: 0px;
        width: 60vw;
        height: 9vw;
        padding-left: 25px;
        padding-right: 40px;
        background-color: #F6F7F7;
        border: solid 1px lightgray;
        border-radius: 5vw;
        color: gray;
        margin-left: 1vw;
        text-align-last: center;
        font-size: 15px;
        margin-top: 20px;
    }

    .confirmBtn {
        width: 16vw;
    }

    .checkboxinfo {
        color: gray;
        font-size: 16px;
        position: relative;
    }

    .checkboxAction {
        position: relative;
        width: 20px;
        top: -1px;
    }

    .comfirmBtn {
        width: 40vw;
        height: 10vw;
        color: white;
        background-color: #ef2e4e;
        border-radius: 12.5vw;
        margin: 0 auto;
        font-size: 2.8vw;
        cursor: pointer;
        padding-top: 2vw;
    }

    .comfirmBtn:hover {
        width: 40vw;
        height: 10vw;
        color: white;
        background-color: #f2526d;
        border-radius: 12.5vw;
        margin: 0 auto;
        font-size: 2.8vw;
        box-shadow: 0 0 3px #a80d27;
        cursor: pointer;
        padding-top: 2vw;
    }

    .step1Container {
        width: 80vw;
        margin: 0 auto;
        position: relative;
        color: gray;
    }

    .numContainer {
        display: inline-block;
        width: 20vw;
        position: relative;
    }

    .numContainer img {
        width: 30px;
        height: 30px;
        margin: 10px;
        border-radius: 30px;
        cursor: pointer;
        box-shadow: 0 0 1px #a80d27;
    }

    .numContainer img:hover {
        width: 30px;
        height: 30px;
        margin: 10px;
        border-radius: 30px;
        cursor: pointer;
        box-shadow: 0 0 3px #a80d27;
    }

    .pd_num {
        font-size: 20px;
        position: relative;
        font-weight: 300;
        top: 2px;
    }

        .loadingBar {
        height: 14px !important;
    }
    
}


@media screen and (-webkit-min-device-pixel-ratio:0) {

    select:focus,
    textarea:focus,
    input:focus {
        font-size: 16px;
        background: #eee;
    }
}