@import url("./user-editor.css");
@import url("./animate.css");
/* index */

.red {
    color: red;
}

.indlogin-wrapper, .indlogin-wrapper .indlogin-inn {
    float: left;
    width: 100%;
    height: 100%;
}

.bg {
    float: left;
    width: 100%;
    min-height: 100vh;
    height: auto;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 0 0 40px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    justify-content: center;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
}

.indlogin-box-wrap {
    max-width: 960px;
    width: 100%;
    height: auto;
    <strong></strong>margin: 100px auto;
    padding: 70px 100px 50px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 3px 3px 15px 0px rgba(0, 123, 186, 0.5);
    box-shadow: 3px 3px 15px 0px rgba(0, 123, 186, 0.5);
    border: 2px solid #fff;
    border-radius: 15px;
    display: block;
}

.ind-titlebox {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 25px;
}

.ind-titlebox-inn {
    margin: 0 auto;
    max-width: 570px;
    width: 100%;
    height: auto;
    display: block;
}

.ind-titlebox-inn>img {
    float: left;
}

.ind-titlebox-inn>h1.ind-title {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 24px;
    line-height: 17px;
    color: #001e2b;
    padding: 10px 0px;
    font-weight: 600;
}

.ind-titlebox-inn>h2.forgotten {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 16px;
    line-height: 17px;
    color: rgb(216, 110, 0);
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0px 0;
}

.indlogin-box {
    float: left;
    width: 100%;
    height: auto;
}

.indlogin-box-wrap .indinfo-wrap {
    float: left;
    width: 100%;
    height: auto;
    padding: 20px 0 0;
}

.indinfo-wrap>.indinfo-box {
    max-width: calc(100% - 177px);
    width: 100%;
    height: auto;
    margin-right: 5px;
}

.indinfo-wrap>.indinfo-box .indinfo-inn {
    width: 100%;
}

.indinfo-inn>li {
    width: 100%;
    padding: 0 0 15px;
}

.indinfo-inn>li.half {
    width: 50%;
}

.indinfo-inn>li .icon-box {
    width: 24px;
    margin-right: 10px;
}

.indinfo-inn>li .icon-box>img {
    float: left;
}

.indinfo-inn>li>p {
    width: calc(100% - 34px);
    font-size: 20px;
    font-weight: 600;
    color: #3681c0;
}

.indinfo-inn>li a {
    color: #3681c0;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.indinfo-inn>li a:hover {
    color: #1f4f75;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.indinfo-wrap>.memfunc-box {
    max-width: 172px;
    width: 100%;
    height: auto;
}

.sub-btn02 {
    max-width: 172px;
    width: 100%;
    height: auto;
    padding: 12px 0;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    color: #ffffff;
    margin: 0 0 15px;
    background: #b8e1fc;
    background: -moz-linear-gradient(top, #b8e1fc 0%, #a9d2f3 10%, #90bae4 25%, #90bcea 37%, #90bff0 50%, #6ba8e5 51%, #a2daf5 83%, #bdf3fd 100%);
    background: -webkit-linear-gradient(top, #b8e1fc 0%, #a9d2f3 10%, #90bae4 25%, #90bcea 37%, #90bff0 50%, #6ba8e5 51%, #a2daf5 83%, #bdf3fd 100%);
    background: linear-gradient(to bottom, #b8e1fc 0%, #a9d2f3 10%, #90bae4 25%, #90bcea 37%, #90bff0 50%, #6ba8e5 51%, #a2daf5 83%, #bdf3fd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e1fc', endColorstr='#bdf3fd', GradientType=0);
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sub-btn02:hover {
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.copy-box {
    float: left;
    width: 100%;
    padding: 20px 0;
}

.copy-box .copy01 {
    width: 100%;
    margin-top: 20px;
    color: #ffa500;
    font-size: 18px;
    text-align: center;
    float: left;
}

.orange {
    color: rgb(216, 110, 0);
    font-size: 15px;
}

/* member-index */

.wrap {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
}

.inn {
    max-width: 1000px;
    width: 100%;
    height: auto;
    /* max-height: 900px; */
    margin: 130px auto 0 auto;
    position: relative;
}

.inn::after {
    content: '';
    display: block;
    clear: both;
}

.inn-new {
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.inn-new::after {
    content: '';
    display: block;
    clear: both;
}

.inn-pro {
    max-width: 1000px;
    width: 100%;
    height: auto;
    max-height: 900px;
    margin: 130px auto 0 auto;
    position: relative;
}

.inn-pro::after {
    content: '';
    display: block;
    clear: both;
}

@media screen and (max-width: 500px) {
    
   

    .inn-pro{
        height: auto;
        min-height: 700px;
    }
}

/* banner */

.ind_banner-inn {
    float: left;
    width: 100%;
    height: auto;
}

.ind_bannerbox {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}

.ind_bannerbox .banner-list {
    float: left;
    width: 100%;
    height: auto;
}

.ind_bannerbox .banner-list img {
    float: left;
}

@media screen and (max-width: 500px) {
    .ind_banner-inn {
        margin-top: 180px;
    }
}

@media screen and (max-width: 375px) {
    .ind_banner-inn {
        margin-top: 200px;
    }
}

/* indnews */

.indnews-wrap {
    padding: 80px 10px;
}

.indnews-wrap.news {
    padding: 60px 10px 10px;
}

.indnews-inn {
    background-color: rgb(225, 241, 255);
    padding: 50px;
    border-radius: 10px;
}

.news_TTpx.news_TT {
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    top: 20%;
    padding: 10px 40px;
    background-color: #fff;
    border-radius: 40px;
    border: 2px solid #0085eb;
    font-size: 24px;
    font-weight: 600;
    color: #0085eb;
    text-align: center;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.news_TTpx {
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    top: -24px;
    padding: 10px 40px;
    background-color: #fff;
    border-radius: 40px;
    border: 2px solid #0085eb;
    font-size: 24px;
    font-weight: 600;
    color: #0085eb;
    text-align: center;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.news_TTpx.shadow {
    box-shadow: 2px 2px 3px rgba(165, 165, 165, 0.45), 2px 2px 5px rgba(156, 156, 156, 0.45);
}

.indnews-inn .ind_newsCntBx {
    float: left;
    width: 100%;
    height: auto;
}

.ind_newsCntBx>.ind_newsTr {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    border-bottom: 1px dashed #0085eb;
    margin-bottom: 20px;
}

.ind_newsTr02 {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
}

.ind_newsdetatime {
    max-width: 200px;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 16px;
    padding: 7px 0;
    color: #ffffff;
    border-radius: 30px;
}

.ind_newsTr:nth-of-type(2n+1) .ind_newsdetatime {
    background-color: #004786;
}

.ind_newsTr:nth-of-type(2n) .ind_newsdetatime {
    background-color: #30b8f8;
}

.ind_newsTxs {
    width: calc(100% - 200px);
    padding-left: 20px;
    height: auto;
}

.ind_newsTxs p {
    float: left;
    width: 100%;
    font-size: 13px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #001e2b;
}

.ind_newsTxs:hover p {
    color: #494949;
}

.new-more {
    width: auto;
    padding: 13px 50px;
    background: #3b679e;
    background: -webkit-gradient(linear, left top, left bottom, from(#3b679e), color-stop(50%, #2b88d9), color-stop(51%, #207cca), to(#7db9e8));
    background: linear-gradient(to bottom, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b679e', endColorstr='#7db9e8', GradientType=0);
    float: right;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    border: 0px;
    color: #ffffff;
}

.new-more:hover {
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/* contact */

.google-map {
    float: left;
}

.contact-inn {
    padding: 60px 0;
}

.contact-box {
    float: left;
    width: 100%;
    position: relative;
}

/* service */

.page-bannerbox, .pro-bannerbox {
    float: left;
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
    transform: translateY(130px);
}

.pro-bannerbox {
    height: 200px;
}

.page-banner {
    float: left;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    animation: grow-blur 30s linear 10ms infinite;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.service-wrap {
    padding: 60px 0;
    margin: 150px 0 0 0;
}

.service-inn {
    float: left;
    width: 100%;
    height: auto;
    background-color: rgb(225, 241, 255);
    padding: 40px 20px;
    border-radius: 10px;
}

.service-tit {
    width: 100%;
    padding: 0 0 10px;
    border-bottom: 1px dotted rgb(255, 255, 255);
    margin-bottom: 15px;
}

.service-tit h1 {
    font-size: 22px;
    color: rgb(7, 70, 123);
    font-weight: bold;
}

.service-cont {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 30px 20px;
    border-radius: 5px;
}

.service-wrap .agree-wrap {
    width: 100%;
    padding: 10px 0;
}

.service-wrap .download-wrap {
    width: 100%;
    padding: 0px 0 10px;
}

.send {
    width: auto;
    padding: 13px 30px;
    background: #3b679e;
    background: -webkit-gradient(linear, left top, left bottom, from(#3b679e), color-stop(50%, #2b88d9), color-stop(51%, #207cca), to(#7db9e8));
    background: linear-gradient(to bottom, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b679e', endColorstr='#7db9e8', GradientType=0);
    float: right;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    border: 0px;
    color: #ffffff;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.send:hover {
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/* 頁碼 */

div.page {
    font-size: 13px;
    font-family: Arial;
    padding: 0;
    margin: 0;
    width: 100%;
}

div.page a {
    padding: 4px 8px;
    margin: 3px;
    color: #666;
    background: #FFF;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: inline-block;
}

div.page a:hover {
    color: #fff;
    background-color: rgb(0, 71, 134);
}

div.page .current {
    padding: 4px 8px;
    color: #fff;
    background: rgb(0, 71, 134);
    border-radius: 5px;
}

.Service_name_txb {
    width: 100%;
    height: 40px;
    float: left;
    padding: 0px 12px;
    margin-bottom: 10px;
}

/* news */

.news-inn {
    padding: 0 0 40px;
}

.news_detail-wrap {
    float: left;
    width: 100%;
    position: relative;
    padding: 60px 15px 20px;
}

.news_detail-inn {
    float: left;
    width: 100%;
    position: relative;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0px 2px 8px 3px rgba(0%, 0%, 0%, 0.1);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c9e4fc+0,ffffff+25,ffffff+100 */
    background: #c9e4fc;
    /* Old browsers */
    background: -moz-linear-gradient(top, #c9e4fc 0%, #ffffff 25%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c9e4fc 0%, #ffffff 25%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c9e4fc 0%, #ffffff 25%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9e4fc', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}

.newsd-tit {
    width: 100%;
    padding: 10px 0 10px;
    border-bottom: 2px dotted rgb(190, 190, 190);
    position: relative;
    margin-bottom: 40px;
}

.newsd-tit .d-tit {
    width: 100%;
    height: auto;
    color: #004786;
    font-size: 20px;
    font-weight: 600;
}

.newsd-tit .date {
    width: auto;
    height: auto;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 2px 15px;
    color: #ffffff;
    border-radius: 30px;
    background-color: rgb(8, 90, 162);
    position: absolute;
    bottom: -40px;
    right: 0;
}

.news-detail {
    padding: 10px 0;
}

/* back-btn */

.back-wrap {
    float: left;
    width: 100%;
}

/* prosearch-wrap */

.prosearch-wrap {
    padding: 60px 0;
}

/*  sale-wrap*/

.sale-wrap {
    padding: 30px 15px 40px;
    min-height: 765px;
}

.mem-order .sale-wrap {
    padding: 10px 15px 40px;
    min-height: 616px;
}

.products-wrapper .sale-wrap {
    min-height: inherit;
}

.sale-wrap.result {
    padding: 60px 15px 40px;
}

.sale-box {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px;
}

.sale-wrap .back {
    width: 100%;
    text-align: right;
    margin: 50px 0;
}

.sale-wrap .back a {
    width: 100px;
    height: 100px;
    border-radius: 10rem;
    padding: 10px;
    font-size: 15px;
    color: white;
    background-color: rgb(8, 90, 162);
}

.sale-wrap .back a:hover {
    background-color: rgb(7, 73, 131);
}

.new-record-box {
    width: 100%;
}

.item-head {
    width: 100%;
    background: rgb(0, 71, 134);
    border-radius: 10px 10px 0 0;
}

.item-head li {
    position: relative;
    color: #ffffff;
    display: -ms-flexbox;
    /* padding: 15px 0; */
    height: 65px;
    line-height: 20px;
    display: -webkit-inline-flex;
    display: inline-flex;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-right: 1px solid rgb(255, 255, 255);
}

.item-head li:nth-last-of-type(1) {
    border-right: none;
}

.item-head li span {
    font-size: 14px;
}

.item-head li span::after {
    content: attr(data-content);
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}

.it01-h, .it01 {
    width: 8%;
}

.it02-h, .it02 {
    width: 17%;
}

.it03-h, .it03 {
    width: 5%;
}

.it04-h, .it04 {
    width: 25%;
}

.it05-h, .it05 {
    width: 20%;
}

.it06-h, .it06 {
    width: calc(100% / 3);
}

.it07-h, .it07 {
    width: 30%;
}

.it08-h, .it08 {
    width: 10%;
}

.it09-h, .it09 {
    width: 27%;
}

.it10-h, .it10 {
    width: 60%;
}

.it11-h, .it11 {
    width: 12%;
}

.it12-h, .it12 {
    width: 15%;
}

.item-body {
    float: left;
    width: 100%;
    position: relative;
}

.item-body-list {
    float: left;
    width: 100%;
    height: auto;
    padding: 15px 0;
    border-bottom: 1px solid rgb(255, 255, 255);
}

.item-body-list:nth-of-type(2n) {
    background: rgb(255, 248, 230);
}

.item-body-list:nth-of-type(2n+1) {
    background: rgb(255, 255, 255);
}

.item-li {
    position: relative;
    color: #494949;
    height: auto;
    display: -ms-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.item-li>span {
    font-size: 14px;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.item-li>span.func-box {
    width: 100%;
    -o-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
}

.item-li>span.product-name {
    padding: 0 5px;
    -o-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.item-body em {
    font-size: 12px;
}

.item-body .medi-code {
    width: 100%;
    height: auto;
    font-size: 14px;
    text-align: center;
}

.item-body em.medi-prize {
    font-size: 14px;
    color: rgb(255, 24, 93);
}

.item-body .pic img {
    float: left;
}

.item-body .no-stock, .item-body .yes-stock {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: block;
    color: rgb(255, 255, 255);
    line-height: 28px;
    text-align: center;
}

.item-body .no-stock {
    background: rgb(255, 24, 93);
}

.item-body .yes-stock {
    background: rgb(20, 130, 255);
}

.item-body .preserve {
    background: rgb(125, 145, 175);
    color: rgb(255, 255, 255);
    padding: 0 10px;
    border-radius: 30px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 3px;
}

.item-body .sale-item {
    background: rgb(255, 0, 64);
    color: rgb(255, 255, 255);
    padding: 0 10px;
    border-radius: 30px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 20px;
    margin: 0 3px 0 0;
    margin-bottom: 3px;
}

.item-body .pro-name {
    width: 100%;
    height: auto;
    color: rgb(7, 70, 123);
    line-height: 20px;
    font-weight: 600;
}

.item-body .pro-name:hover {
    color: rgb(20, 130, 255);
}

.item-body .pro-cont {
    font-size: 12px;
    color: rgb(141, 141, 141);
}

.item-body .regret {
    font-size: 12px;
    color: rgb(216, 110, 0);
}

.item-body .effect {
    width: 100%;
    color: rgb(255, 24, 93);
    text-align: center;
}

.item-body .sale-amount, 
.item-body .sale-amount:focus {
    display: block;
    width: 36%;
    float: left;
    border: 1px solid #2b6da4;
    /* border-radius: 5px; */
    background-color: rgb(255, 255, 255);
    padding: 7px 0px;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;

    
}

.item-body .sale-amount input[type="text"] {
    font-size: 20px;
}


.item-body-list > .btn-spin_box  {
	margin: 0 5px;
    
}

.item-body-list > 
.item-qty input[type="button"] {
    font-size: 25px;
    font-weight: 600;
	color: #FFF;
    background-color: #2b6da4;
    border: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.item-body-list > 
.item-qty input[type="button"]:hover{
	color: #FFF;
    background-color: rgb(0, 133, 235);;
    
}




.add-notice, .add-love, .add-cart, .add-delete {
    padding: 0;
    margin: 0 3px;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: none;
    border-radius: 100%;
    display: -ms-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.add-notice {
    background-color: rgb(255, 24, 93);
}

.add-love {
    background-color: #4fc3a1;
}

.add-cart {
    background-color: rgb(255, 171, 0);
}

.add-delete {
    background-color: rgb(0, 74, 167);
}

/* product */

.tab-wrapper {
    float: left;
    width: 100%;
    height: auto;
    padding: 15px 15px 30px;
    margin-top: 100px;
}

.tab-inner {
    float: left;
    width: 100%;
    height: auto;
}

.tab-wrapper .main-tab {
    width: 100%;
    justify-content: flex-start;
}

.tab-wrapper .tab-inner .main-tab_tt01 {
    font-size: 23px;
    font-weight: 600;
    color: rgb(12, 82, 136);
    margin-left: 5px;
}

.main-tab .main-tablist {
    width: auto;
    margin: 5px 5px;
}

.main-tab .main-tablist>a {
    float: left;
    width: 100%;
    height: 44px;
    text-align: center;
    background: rgb(12, 82, 136);
    padding: 10px 20px;
    color: rgb(246, 246, 247);
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/* 200430修改 */

.main-tab .main-tablist>a.active, 
.main-tab .main-tablist>a:hover {
    background: rgb(0, 133, 235);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/* 200430修改 */

/* .main-tab .main-tablist>a::after {
	content: '';
    display: block;
    position: relative;
    width: 10px;
    height: 10px;
    background-image: url(../images/icon/triangle.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 5px;
} */

.main-tab .main-tablist:nth-last-of-type(1)>a::after {
    display: none;
}

.main-tab .main-tablist>a.active::before, .main-tab .main-tablist>a:hover::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -1px;
    width: 2px;
    height: 27px;
    display: block;
    border-right: 1px dotted rgb(246, 246, 247);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.tab-wrapper .tab-box {
    width: 100%;
}

.tab-wrapper .tab-box {
    width: 100%;
}

.tab-box .tab-box-inner {
    width: 100%;
    background-color: rgb(242, 247, 255);
}

.tab-box .sub-tab {
    width: 100%;
    padding: 30px 0px 20px;
    position: relative;
}

.tab-box .sub-tab_tt01:nth-child(1) {
    font-size: 23px;
    font-weight: 600;
    color: rgb(12, 82, 136);
    margin-left: 5px;
    position: absolute;
    top: 8px;
    left: 1%;
}

.tab-box .sub-tab_tt01:nth-child(2) {
    font-size: 23px;
    font-weight: 600;
    color: rgb(12, 82, 136);
    margin-left: 5px;
    position: absolute;
    top: 8px;
    left: 26%;
}

.tab-box .sub-tab>li {}

.tab-box .sub-tab .sub-tab-list {
    width: calc( 100% / 4);
    border-right: 1px solid rgb(228, 228, 228);
    padding: 10px 15px;
}

.list_stt {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border: 1px solid rgb(0, 133, 235);
    color: rgb(0, 133, 235);
    padding: 0px 8px;
}

.tab-box .sub-tab:nth-last-of-type(1) .sub-tab-list {
    border-right: none;
}

.sub-tab-list {
    position: relative;
}

.sub-tab-list>a {
    float: left;
    width: 100%;
    height: auto;
    font-size: 14px;
    color: rgb(15, 63, 97);
    padding: 5px 0 5px;
    border-bottom: 1px solid rgb(181, 181, 181);
}

.sub-tab-list>a:hover, .sub-tab-list>a.active {
    color: rgb(0, 133, 235);
}

.sub-tab-list>ul {
    width: 100%;
    height: auto;
    max-height: 0px;
    overflow: hidden;
    float: left;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.sub-tab-list>ul.opve {
    max-height: 100px;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.sub-tab-list>ul::before {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 10px;
    height: 10px;
    background-image: url(../images/icon/triangle2.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transition: all .25s;
    transition: all .25s;
}

.sub-tab-list>ul.opve::before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transition: all .25s;
    transition: all .25s;
}

.sub-tab-list>ul>li {
    width: auto;
    height: auto;
    font-size: 13px;
    color: rgb(0, 133, 235);
    float: left;
    margin: 0px 6px;
}

.sub-tab-list>ul>li>a {
    color: rgb(0, 133, 235);
}

.sub-tab-list>ul>li>a:hover {
    color: #242424;
}

.products-wrapper.flex-ssw {
    width: 100%;
}

.products-wrapper .item-head {
    background: rgb(71, 96, 128);
}

.products-wrapper .item-head li {
    height: 60px;
}

.products-wrapper .item-body-list:nth-of-type(2n) {
    background: rgba(220, 232, 236, 0.44);
}

/* .products-wrapper .item-body-list.no-pro {
    background: rgba(23, 88, 134, 0.39);
    color: #fff;
} */

.products-titlebox, .products-titleinn {
    float: left;
    width: 100%;
}

.products-titleinn {
    padding: 20px 0;
}

.products-titlebox .products-title {
    float: left;
    width: calc(100% - 100px);
}

.products-titlebox .products-title>h1 {
    font-size: 24px;
    font-weight: bold;
    color: rgb(15, 63, 97);
    display: inline-block;
    margin-right: 2px;
}

.products-titlebox .products-title>h3 {
    font-weight: 600;
    color: rgb(0, 133, 235);
    margin-left: 2px;
    margin-right: 6px;
    display: inline-block;
}

.products-titlebox .products-title>span {
    display: inline-block;
    font-size: 14px;
    color: rgb(105, 105, 105);
}

.mobile-listbtn {
    float: right;
    max-width: 100px;
    width: 100%;
}

.mp-listbtn {
    float: left;
    width: 100%;
    padding: 3px 5px;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    text-align: center;
    background: rgb(25, 117, 195);
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.mp-listbtn i {
    margin-right: 5px;
}

.mp-listbtn:hover {
    background: rgb(15, 63, 97);
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/* prolist-mobile */

.prolist-mobile {
    position: fixed;
    width: 100%;
    height: 100vh;
    padding: 0 0 30px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9;
    background-color: rgb(0, 106, 187);
    transform: translateX(-100vw);
    -webkit-transform: translateX(-100vw);
    -moz-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    -o-transform: translateX(-100vw);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.prolist-mobile.active {
    transform: translateX(0vw);
    -webkit-transform: translateX(0vw);
    -moz-transform: translateX(0vw);
    -ms-transform: translateX(0vw);
    -o-transform: translateX(0vw);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.prolist-mobile>.pro-all-title {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    background-color: rgb(12, 82, 136);
}

.prolist-mobile>.pro-all-title>h3 {
    float: left;
    width: 100%;
    height: auto;
    padding: 15px 20px;
    text-align: center;
    color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(191, 220, 236);
}

.prolist-mobile .close-list {
    position: absolute;
    top: 50%;
    right: 5px;
    font-size: 20px;
    padding: 10px;
    color: rgb(255, 255, 255);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.accordion {
    float: left;
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

.accordion>.accord-title {
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
    display: -webkit-inline-flex;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    color: rgb(255, 255, 255);
}

.accordion>.accord-title>h1 {
    width: 100%;
    text-align: center;
    padding: 20px;
}

.accord-title .icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.accord-content {
    width: 100%;
    display: none;
    height: auto;
    background: rgb(247, 247, 247);
    padding: 10px 20px;
}

.accord-content>.pro-item-list {
    width: 100%;
    /* display: none; */
    height: auto;
}

.accord-content>.pro-item-list>a {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    color: rgb(119, 119, 119);
    padding: 10px
}

.accord-content>.pro-item-list>a:hover {
    color: rgb(75, 75, 75);
}

.pro-item-list {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}

.pro-item-list>ul {
    width: 100%;
    height: auto;
    max-height: 0px;
    float: left;
    overflow: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.pro-item-list>ul.ope {
    max-height: 300px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.pro-item-list>ul::before {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 10px;
    height: 10px;
    background-image: url(../images/icon/triangle2.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transition: all .25s;
    transition: all .25s;
}

.pro-item-list>ul.ope::before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transition: all .25s;
    transition: all .25s;
}

.pro-item-list>ul>li {
    width: auto;
    height: auto;
    font-size: 13px;
    text-align: left;
    color: rgb(0, 133, 235);
    padding: 10px 0px;
    border-bottom: 1px dashed #ABABAB;
}

.pro-item-list>ul>li>a {
    color: rgb(0, 133, 235);
}

/* product-detail */

h1.prod-title {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    font-weight: bold;
    color: rgb(7, 70, 123);
    text-shadow: 2px 2px 0px rgb(191, 220, 236);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.pro-det {
    padding: 60px 15px;
}

.medicine-box {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.medicine-box>li {
    display: -ms-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -o-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -o-align-items: stretch;
    -ms-align-items: stretch;
    -moz-align-items: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    position: relative;
    border-bottom: 1px solid rgb(255, 255, 255);
}

.medicine-box>li.mobile-display {
    display: none;
}

.medicine-box>li.mobile-none {
    display: -ms-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
}

.w100 {
    width: 100%;
}

.w50 {
    width: 50%;
}

.medicine-box .medi-tit {
    width: 30%;
    height: auto;
    text-align: center;
    color: rgb(255, 255, 255);
    background: rgb(111, 176, 233);
}

.medicine-box .medi-cont {
    width: 70%;
    padding: 10px 15px;
    height: auto;
    text-align: center;
    background: rgb(139, 190, 235);
}

.medicine-box .medi-cont>p {
    width: 100%;
    color: rgb(51, 51, 51);
    text-align: left;
}

.medicine-box .medi-cont>img {
    max-width: 675px;
    width: 100%;
    height: auto;
}

/* member */

.member-wrap .indnews-wrap {
    padding: 0px 10px 20px;
}

.mem-listwrap {
    /* background-color: #005fb8; */
}

.mem-listwrap .mem-listbox {
    width: 100%;
    padding: 60px 10px 40px;
}

.mem-listbox li a {
    color: #929daf;
    font-weight: bold;
    padding: 5px 15px 5px 15px;
    margin: 0px 0px 15px 0px;
}

.mem-listbox li a i {
    margin-right: 5px;
}

.mem-listbox li a:hover {
    color: #005fb8;
}

.mem-listbox li.current a {
    color: #005fb8;
    border-bottom: 2px solid #005fb8;
}

.memedit-wrap {
    padding: 10px 0 60px;
    min-height: 640px;
}

/* record */

.record-wrap {
    float: left;
    width: 100%;
    height: auto;
}

.record-title {
    float: left;
    width: 100%;
    position: relative;
    padding: 15px 0px;
    /* background-color: rgb(37, 92, 138); */
    /* color: rgb(255, 255, 255); */
    border-bottom: 1px solid rgb(255, 255, 255);
}

.record-title>h1 {
    float: left;
    width: auto;
    font-size: 18px;
    color: rgb(255, 255, 255);
    background-color: rgb(37, 92, 138);
    padding: 5px 15px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.record-title>span.icon {
    position: absolute;
    color: rgb(51, 51, 51);
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.record-content {
    float: left;
    width: 100%;
    height: auto;
    padding: 0px 0px 10px 20px;
}

.record-content .item-head {
    width: 100%;
    background: rgb(48, 116, 177);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.record-content .item-head li {
    height: 40px;
}

.record-content .item-body-list {
    border-bottom: none;
}

.record-content .item-body-list:nth-of-type(2n) {
    background: rgba(220, 232, 236, 1);
}

.prosearch-detail {
    float: left;
    width: 100%;
    height: auto;
}

.prosearch-detail>li {
    margin-bottom: 10px;
}

.prosearch-detail .pros-dtitl {
    float: left;
    color: rgb(255, 255, 255);
    background: rgb(48, 116, 177);
    margin-bottom: 5px;
    padding: 0px 15px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-size: 14px;
}

.prosearch-detail .pros-dcont {
    float: left;
    width: 100%;
    height: auto;
    color: rgb(51, 51, 51);
    padding: 0 5px;
}

.vreply, .vdetail, .vdownload {
    color: rgb(255, 255, 255);
    background-color: rgb(255, 171, 0);
    padding: 1px 15px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.vdetail {
    background-color: rgb(255, 24, 93);
}

.vdownload {
    background-color: #4fc3a1;
    ;
}

.vreply:hover {
    background-color: rgb(255, 153, 0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.vdetail:hover {
    background-color: rgb(228, 0, 68);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.vdownload:hover {
    background-color: #44a88a;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.medi-title {
    float: left;
    width: 100%;
    font-size: 20px;
    color: rgb(15, 63, 97);
    font-weight: 600;
    height: auto;
    padding: 0 0 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(105, 105, 105);
    position: relative;
}

.medi-reply-time {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 14px;
    color: rgb(136, 136, 136);
}

/* member-order */

.cancel-notice {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    color: rgb(105, 105, 105);
    font-size: 14px;
}

.order-condition, .func-do, .func-break, .func-going {
    width: auto;
    padding: 0 10px;
    color: rgb(255, 255, 255);
    background-color: rgb(255, 171, 0);
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.order-condition:hover {
    background-color: rgb(255, 153, 0);
}

.func-do {
    background-color: rgb(0, 71, 134);
}

.func-going {
    background-color: rgb(216, 110, 0);
}

.func-break {
    background-color: rgb(199, 0, 43);
}

.func-cancel, .func-ask, .func-buyagain {
    width: auto;
    height: auto;
    font-size: 14px;
    padding: 0 15px;
    color: rgb(255, 255, 255);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.func-ask {
    background-color: rgb(255, 24, 93);
}

.func-cancel {
    background-color: rgb(0, 115, 204);
}

.func-cancel.no, .func-cancel.no:hover {
    cursor: not-allowed;
    background-color: rgb(75, 75, 75);
}

.func-buyagain {
    background-color: rgb(79, 195, 161);
}

.func-ask:hover {
    background-color: rgb(228, 0, 68);
}

.func-cancel:hover {
    background-color: rgb(0, 71, 134);
}

.func-buyagain:hover {
    background-color: rgb(63, 158, 130);
}

.item-li .order-item>a {
    color: rgb(0, 74, 167);
    font-weight: 600;
    letter-spacing: 1px;
}

.item-li .order-item>a:hover {
    color: rgb(119, 119, 119);
}

/* -購物車----------------------------------------------------------------------------------------------------*/

/* 流程圖 */

.progressbar-wrap {
    float: left;
    width: 100%;
    padding: 40px 15px;
}

.progressbar {
    width: 100%;
    margin: 0;
}

.progressbar li {
    list-style-type: none;
    width: calc(100% / 3);
    display: inline-block;
    float: left;
    font-size: 15px;
    position: relative;
    text-align: center;
    color: rgb(137, 151, 155);
}

.progressbar li:after {
    width: 100%;
    height: 4px;
    display: block;
    position: absolute;
    content: '';
    top: 18px;
    left: -50%;
    background-color: rgb(223, 227, 228);
    z-index: -1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active:after {
    background-color: rgb(0, 133, 235);
}

.progressbar li .pbox {
    width: 100%;
    display: inline-block;
    position: absolute;
    z-index: 2;
}

.progressbar li .num {
    width: 37px;
    height: 37px;
    line-height: 32px;
    border: 2px solid rgb(223, 227, 228);
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background-color: rgb(223, 227, 228);
    position: absolute;
}

.progressbar li.active .num {
    border: 2px solid rgb(0, 133, 235);
    color: rgb(255, 255, 255);
    background: rgb(0, 133, 235);
}

.progressbar li .tt {
    width: 100%;
    margin: 45px 0 0 18px;
    font-size: 14px;
    font-weight: bold;
    display: block;
    text-align: center;
}

.progressbar li.active .tt {
    color: rgb(0, 133, 235);
}

.count-wrap {
    padding: 30px 0 20px;
}

.cart_box {
    width: 100%;
    height: auto;
    padding: 30px 15px;
    background-color: rgb(225, 241, 255);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.cost-wrap {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.cart_box .cost-box {
    width: 100%;
    height: auto;
    padding: 5px 0;
}

.line02 {
    width: 100%;
    border-bottom: 1px solid rgb(220, 220, 220);
}

.cost-cont {
    width: 100%;
    margin-bottom: 3px;
    display: -ms-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -o-align-items: flex-start;
    -ms-align-items: flex-start;
    -moz-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.all-count {
    padding: 10px 0 5px;
    display: -ms-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -o-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -o-align-items: flex-start;
    -ms-align-items: flex-start;
    -moz-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.cost-cont>dd, .cost-cont>dt {
    color: rgb(51, 51, 51);
    font-size: 14px;
    font-weight: bold;
}

.cost-cont>h1 {
    color: rgb(105, 105, 105);
    font-size: 14px;
}

.cost-cont>h1>em {
    color: rgb(255, 153, 0);
    font-weight: bold;
    margin: 0 3px;
    font-size: 14px;
}

.cost-cont>dt>.txt_total {
    color: rgb(228, 0, 68);
    font-size: 20px;
    font-weight: bold;
    margin-left: 3px;
}

.subbox {
    width: 100%;
    margin-bottom: 40px;
}

/* cart */

.cart-wrapper {
    padding: 0px 10px;
}

.thankful-box {
    background-color: rgb(225, 241, 255);
    color: rgb(51, 51, 51);
    padding: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 20px;
}

.thankful-box-inn {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 20px 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.thx-tit {
    font-size: 20px;
    color: rgb(15, 63, 97);
    margin-bottom: 10px;
    font-weight: bold;
}

.thx-tit2 {
    font-size: 20px;
    color: rgb(15, 63, 97);
    margin: 10px 0 0 0;
    font-weight: bold;
}

/* order-detail */

.order-detail-inn {
    padding: 40px 0 0;
}

/* order-condition */

.new-record-wrap {
    float: left;
    width: 100%;
    height: auto;
    padding: 20px 0 60px;
}

.deliver, .no-deliver {
    color: rgb(255, 255, 255);
    padding: 0px 5px;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.deliver {
    background-color: rgb(0, 106, 187);
}

.no-deliver {
    background-color: rgb(228, 0, 68);
}

.deliver-time {
    width: 100%;
    font-size: 12px;
    text-align: center;
    color: rgb(83, 83, 83);
}

.new-record-box .item-head {
    background: rgb(71, 96, 128);
}

.new-record-box .item-head li {
    height: 45px;
}

.new-record-box .item-body-list:nth-of-type(2n) {
    background: rgba(220, 232, 236, 0.44);
}

.new-rectit {
    font-size: 20px;
    font-weight: bold;
    color: rgb(15, 63, 97);
    padding: 0 0 5px;
}

.verification {
    width: 100%;
    height: auto;
    float: left;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.verification>button {
    width: 64px;
    height: 64px;
    border: none;
    outline: none;
    background: none;
    vertical-align: middle;
    cursor: pointer;
    color: #e39323;
    font-size: 1.5em;
    margin-left: 6px;
    transition: all 0.5s ease;
}

.verification>button>img {
    width: 100%;
    height: 100%;
    float: left;
}

.verification>button:hover {
    transform: rotate(1turn);
}

.h-barbox {
    display: none;
}

.w50>h3.medi-tit {
    width: 113%;
}

/*=============================== RWD-START============================ */

@media screen and (max-width: 1023px) {
    /* sale */
    .sale-wrap {
        min-height: inherit;
        height: auto;
    }
}

@media screen and (min-width:997px)and (max-width: 1023px) {
    /* index */
    .bg {
        padding: 0 15px 40px;
    }
}

@media screen and (min-width: 768px)and (max-width: 996px) {
    /* index */
    .bg {
        padding: 0 15px 40px;
    }
    .indlogin-box-wrap {
        padding: 60px 50px;
    }
    /* mem-order */
    .func-cancel, .func-ask, .func-buyagain {
        width: 80%;
        text-align: center;
        margin-bottom: 8px;
        padding: 3px 10px;
    }
}

@media screen and (max-width: 767px) {
    /* index */
    .bg {
        padding: 0 15px 48px;
    }
    .indlogin-box-wrap {
        margin: 40px auto;
        padding: 40px 20px 50px;
    }
    .ind-titlebox-inn>h1.ind-title {
        font-size: 18px;
    }
    .indlogin-box-wrap .indinfo-wrap {
        -o-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        -moz-flex-wrap: wrap-reverse;
        -webkit-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }
    .indinfo-wrap>.memfunc-box {
        max-width: none;
        justify-content: space-between;
    }
    .indinfo-wrap>.indinfo-box {
        max-width: none;
        margin-right: 0px;
    }
    .sub-btn02 {
        max-width: calc( 50% - 10px);
        font-size: 14px;
        padding: 9px 0;
        margin: 0 0 20px 0px;
    }
    .indinfo-inn>li.half {
        width: 50%;
    }
    .indinfo-inn>li.half {
        width: 100%;
    }
    .indinfo-inn>li>p {
        font-size: 16px;
    }
    .copy-box .copy01 {
        font-size: 14px;
    }
    /* memind */
    .news_TTpx {
        width: 250px;
        padding: 10px 20px;
        font-size: 18px;
    }
    .news_TTpx.news_TT {
        width: 250px;
        padding: 10px 20px;
        font-size: 18px;
    }
    .indnews-inn {
        padding: 40px 10px;
        border-radius: 15px;
    }
    .ind_newsCntBx>.ind_newsTr {
        padding-bottom: 8px;
        margin-bottom: 15px;
    }
    .ind_newsdetatime {
        max-width: 130px;
        font-size: 14px;
        padding: 3px 0;
        margin-bottom: 10px;
    }
    .ind_newsTxs {
        width: 100%;
        padding-left: 0;
    }
    .ind_newsTxs p {
        font-size: 16px;
    }
    .ind_newsTr02 {
        padding-top: 15px;
    }
    /* sale */
    .item-head {
        display: none;
    }
    .item-body-list {
        padding: 0;
        margin-bottom: 20px;
        -o-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .item-body-list:nth-of-type(2n+1) {
        background: rgb(247, 247, 247);
    }
    .it01, .it02, .it03, .it04, .it05, .it06, .it07, .it08, .it09, .it10, .it11, .it12 {
        width: 100%;
        height: auto;
        -o-align-items: stretch;
        -ms-align-items: stretch;
        -moz-align-items: stretch;
        -webkit-align-items: stretch;
        align-items: stretch;
    }
    .it01::before, .it02::before, .it03::before, .it04::before, .it05::before, .it06::before, .it07::before, .it08::before, .it09::before, .it10::before, .it11::before, .it12::before {
        content: attr(data-title);
        padding: 10px 0;
        color: rgb(255, 255, 255);
        width: 35%;
        font-weight: 600;
        font-size: 14px;
        text-align: center;
        background: rgb(0, 71, 134);
        display: -ms-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex;
        -o-justify-content: center;
        -ms-justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        -o-align-items: center;
        -ms-align-items: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .item-li>span, .item-li>span.func-box {
        width: 65%;
        padding: 10px;
    }
    .add-notice, .add-love, .add-cart, .add-delete {
        padding: 3px 10px;
        width: auto;
        height: auto;
        border-radius: 5px;
    }
    /* product */
    .products-titlebox .products-title>span {
        width: 100%;
    }
    /* pro-detail */
    h1.prod-title {
        width: 280px;
        text-align: center;
        font-size: 24px;
    }
    .medicine-box>li.mobile-display {
        display: -ms-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex;
    }
    .medicine-box>li.mobile-none {
        display: none;
    }
    .w50 {
        width: 100%;
    }
    /* member */
    .mem-listwrap .mem-listbox {
        width: 100%;
        padding: 30px 10px;
    }
    .mem-listbox li {
        width: calc(100% / 2);
        display: -ms-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex;
        -o-justify-content: center;
        -ms-justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        -o-align-items: center;
        -ms-align-items: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .mem-listbox li a {
        color: #929daf;
        font-weight: bold;
        padding: 5px 10px;
        margin: 0px 0px 10px 0px;
    }
    /* mem-order */
    .order-condition {
        width: 80%;
        text-align: center;
        padding: 5px 15px;
    }
    .func-cancel, .func-ask, .func-buyagain {
        width: 80%;
        text-align: center;
        margin-bottom: 8px;
        padding: 3px 15px;
    }
    .func-cancel, .func-ask, .func-buyagain, .func-cancel.no {
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
    }
    .item-li>span.product-name {
        width: 65%;
        padding: 0px 10px;
    }
    .h-barbox {
        width: 130px;
        height: 40px;
        float: left;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flex;
        display: -o-inline-flex;
        display: inline-flex;
        justify-content: flex-start;
        align-content: center;
        -ms-align-items: center;
        align-items: center;
        padding-left: 14px;
    }
    .navS03 {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 8px;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center center;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        background-image: url(../images/icon/medicine-b.svg);
    }

    .navS04 {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 8px;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center center;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        background-image: url(../images/icon/chat-b.svg);
    }

    .navS05 {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 8px;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center center;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        background-image: url(../images/icon/tag-b.svg);
    }
    .nav-tit {
        font-size: 14px;
        color: #000000;
    }
}

@media screen and (max-width:500px) {
    /* sale */
    .sale-wrap {
        margin-top: 100px;
    }
    .mem-listwrap{
        margin: 130px auto 0 auto;
    }
    
}

@media screen and (max-width: 375px) {

    .h-barbox {
        width: 118px;
        height: 40px;
        
    }

    
}

@media screen and (max-width: 320px) {

    .mem-listbox li a {
        font-size: 14px;
        color: #929daf;
    }
}

.SERV_txs {
    width: 100%;
    height: 14px;
    font-size: 14px;
    text-align: left;
    float: left;
    color: #000;
    margin: 10px 0px;
    line-height: 14px;
    margin-top: 8px;
}