﻿body {
}
.main {
    width: 100%;
    background: #fbeede;
    background-size: cover;
}
.wrap {
    width: 100%;
    margin: 0;
    padding: 0;
} 


.header {
    width: 100%;
    background-color: #fff;
    z-index: 100;
    display: flex;
    flex-direction: row;
}

.logo {
    padding: 7px 20px;
    width: 50%;
}

    .logo img {
        width: 124px;
        margin: 0;
    }

.fixtop {
    position: fixed;
    top: 0;
    width: 100%;
}

   .first {
        padding-top: 62px;
    }

.lang {
    width: 50%;
    text-align: right;
    padding: 17px 20px;
}

 

.txt-form-lang {
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
}

.banner {
    width: 100%;
}

    .banner img {
        width: 100%;
    }

.view-mobile {
    display: none
}

.view-desktop {
    display: block
}

div, button, input, select, textarea, label {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
}
.broad {
    max-width: 1160px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    padding: 60px 20px;
}
.product {
    max-width: 41.666667%;
}
.txt-form-desc {
    color: #000000;
    font-size: 15px;
    line-height: 25px;
}
.middlecontent {
    width: 100%;
    margin: 0%;
    max-width: 58.333333%;
}
.content {
    width: 100%;
    padding: 30px 10%;
}
.formInfo {
    width: 100%;
    text-align: center;
    padding: 20px 0px;
}
.formInfo img {
    float: left;
    padding-bottom: 20px;
    margin-right: 15px;
}

/*form-style*/
.form-label {
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 0px;
}
.fname {
    width: 49.5% !important;
    float: left;
}
.lname {
    width: 49.5% !important;
    float: right;
}
.areacode {
    width: 25% !important;
}
.areacode select, .form-area select, .form-store select {
    width: 100%;
    height: 100%;
    background: url(https://imgsrv1.mailer08.net/images/dGVuYW50MTM5YWRtaW4_/WTJGdGNHRnBaMjVmTVRBPQ/arrowdown.png) right center /34px no-repeat;
    appearance: none !important; /*去掉select默认图标*/
    background-color: #fff;
    border: 1px solid rgb(206, 212, 218);
    text-align: center;
}
/*去掉input选中时的蓝色边框*/
.form-control:focus {
    border-color: black;
    box-shadow: none;
}

.areacode select:focus, .form-area select:focus, .form-store select:focus {
    outline: none;
}
.form-area {
    width: 20% !important;
    float: left;
}
.form-store {
    width: 37% !important;
    margin-left: 1% !important;
    float: left;
}
.form-date {
    width: 40%;
    margin-left: 1% !important;
    float: left;
}
.icalendar {
    appearance: none !important;
    background: url(https://imgsrv1.mailer08.net/images/dGVuYW50MjQ5YWRtaW4_/WTJGdGNHRnBaMjVmTkE9PQ/calendar.png) right center /33px no-repeat;
}
.form_height input, .form_height select {
    height: 34px;
}
.check-style1:hover, .check-style2:hover {
    border: 2px solid rgb(133, 133, 133);
}
.check-style1:checked, .check-style2:checked {
    border: 1px solid rgb(133, 133, 133);
    background-color: rgb(133, 133, 133);
    box-shadow: none;
}
.check-style1:focus, .check-style2:focus {
    border-color: rgb(206, 212, 218);
    box-shadow: none;
}
.check-style1, .check-style2 {
    width: 22px !important;
    height: 22px !important;
}
.btn-from-style {
    border-radius: 50px;
    background-color: #bcb2aa;
    padding: 8px 20px;
    width: 100px;
    height: 36px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 15px;
}



.txt-form-title {
    color: #000000;
    font-size: 20px;
    line-height: 35px;
    text-align: left;
}
.list {
    padding-left: 20px;
    padding-top: 10px;
    clear: both;
}

    .list li {
        list-style: disc;
        text-align: left;
        font-size: 14px;
        line-height: 1.5em;
    }


.shop {
    width: 100%;
    text-align: center;
    padding: 60px 20px;
    background-color: #fff;
}

.txt-foot-title {
    color: #2C2E34;
    font-size: 32px;
    line-height: 42px;
}
.txt-form-desc {
    color: #000000;
    font-size: 15px;
    line-height: 25px;
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
ul {
    padding: 0 0 1em 0;
}
.nav-tabs {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: none;
    display: flex;
    margin: auto;
}
.animated {
    animation-duration: 1.5s !important;
    animation-fill-mode: both;
}
.nav-tabs .nav-link {
    box-sizing: border-box;
    color: #fff !important;
    font-size: 15px;
    border-radius: 2px !important;
    padding: 0.7rem 1.8rem;
    margin: 0.4rem .8rem !important;
    transition: color .3s;
    border: 2px solid #232323;
    background: #232323;
    text-decoration: none !important;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.nav-tabs .nav-link.active {
    color: #ffffff;
    font-style: normal;
    border: 2px solid #990033;
    background: #990033;
}
.nav-link {
    display: block;
    padding: .5rem 0rem;
    text-align: left;
}
.shoplist {
    width: 100%;
    text-align: center;
    padding: 60px 0px 0px;
}
.listbox {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: none;
    display: flex;
    margin: auto;
    justify-content: space-around;
    width: 100%;
    padding: .5rem 0rem;
}


.list-item {
    display: block;
    color: #2C2E34;
    padding: 0rem 1rem;
    font-size: 19px;
    width: 50%;
    text-align: right;
}

strong {
    font-weight: bold !important;
}
a, a:link, a:visited, a:active {
    text-decoration: none;
    cursor: pointer;
    color: #06c;
}
.listbox a {
    text-decoration: none !important;
    font-size: 16px;
    color: #990033 !important;
    text-align: right;
}
.list-item {
    display: block;
    color: #2C2E34;
    padding: 0rem 1rem;
    font-size: 19px;
    width: 50%;
}
    .list-item:last-child {
        text-align: left;
    }

 .listline2 {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 15px;
    max-width: 800px;
}

@media (max-width: 767px) {
    .view-mobile { display: block } 
    .view-desktop {display: none}

    .logo { padding: 10px }

        .logo img {
            width: 100px
        }

    .broad {
        width: 100%;
        display: block;
        max-width: 480px
    }

    .product {
        max-width: 100%;
    }

    .middlecontent {
        max-width: 100%;
    }

    .content {
        padding: 0px
    }

    .listbox a {
        text-align: center;
    }

    .nav-link {
        text-align: center;
    }

    .list-item {
        text-align: center;
        width: 100%;
        font-size: 16px
    }

        .list-item:last-child {
            text-align: center
        }
}
.foot {
    width: 100%;
    background-color: #282828;
    text-align: center;
    padding: 30px;
} 
.txt-copy {
    color: #ffffff;
    font-size: 16px;
    line-height: 18px;
}