﻿div#StyleBook > div > img {
    width: 100% !important;
}
.styleBookTop {
    box-sizing: border-box;
}
.pairtag {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #808080;
    height: 40px !important;
    font-size: .8rem;
    opacity: .8;
    z-index: 11;
    line-height: 1.5;
    cursor: pointer;
    display: block !important;
    border-radius: 5px;
}

    .pairtag a {
        color: #ccc;
    background-color: #444;
        display:block;
        text-align:left;
        width:160px;
    box-sizing:border-box;
    position:relative;
    font-family: Arial,"Microsoft JhengHei";
    padding:.313rem .375rem;
    border-radius:5px
    }
    .aname{
    font-family: Arial,"Microsoft JhengHei";
    color:#444;
    }
.swiptdv {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    overflow: hidden;
    z-index: 1000;
    box-sizing: border-box;
    /*box-shadow: 0px 0px 15px rgb(120 120 120);*/
    opacity: 0;
    visibility: hidden;
    justify-content: center;
    align-items: center;
    vertical-align: baseline;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

    .swiptdv.swipershow {
        opacity: 1;
        visibility: visible;
    }

div#StyleBook {
    width: 100%;
    margin: 0 auto 80px;
}


.level2 > div {
    width: calc((100% - 0.25rem)/ 3);
    max-width: initial !important;
    margin: 0 0 0.125rem;
    flex: none !important;
}
    .level2 > div:nth-child(3n+2){
            margin: 0 0.125rem 0.125rem;
    }
/*float*/

.coloritem.single > div {
    width: 90px;
    display: inline-block;
    position: relative;
}

    .coloritem.single > div > img {
        width: 100%;
    }

img.golarge {
    width: 15px !important;
    height: 15px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.fpricedv {
    text-align: center;
    padding: 20px 0 10px;
}

span.fprice.offprice {
    font-size: 14px;
    color: #c30d23;
    font-weight: bold;
}
.offprice span {
    font-size: 28px;
    margin-left: 5px;
}
.originprice {
    color: #333;
    font-size: 14px;
    margin-right: 15px;
    text-decoration: line-through;
}

.floatback {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    z-index: 1001;
}

.float-enter,
.float-leave-to {
    transform: translateY(100%);
    opacity: 0;
}

.float-enter-active {
    transition: all .3s ease;
}

.float-leave-active {
    transition: all .5s ease;
}
.floatdv.fshow {
    bottom: 0;
}
.floatdv {
position: fixed;
    height: 80vh;
    overflow: auto;
    z-index: 1002;
    width: 100%;
    left: 0;
    bottom: -100vh;
    background: #fff;
    box-sizing: border-box;
    padding: 0 15px;
   transition-duration: 0.5s;
}
    .fslide-enter-to, .fslide-leave {
    bottom: 0;
}

.fslide-enter, .fslide-leave-to {
   bottom: -100%;
}

.mainimg {
    text-align: center;
    width: 500px;
    margin: 0 auto;
}

    .mainimg > img {
        width: 100%;
    }

.coloritem > img {
    width: 50px;
    margin: 0 5px 5px 0;
}

.coloritem {
    width:100%;
    max-width: 500px;
    margin: 0 auto 10px;
}

    .coloritem .smpic {
        width: 100%;
    }

.colorlist {
    width: 100px;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 3px;
    border: 1px solid transparent;
    margin: 0 5px 5px 0;
    cursor: pointer;
}

.coloritem .mCSB_dragger_bar {
    margin: 0 !important;
    height: 10px !important;
    background-color: #000 !important;
}

.coloritem .mCSB_draggerRail {
    height: 10px !important;
    margin: 0 !important;
}

.coloritem .mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
}

.colordesc {
    text-align: left;
       line-height: 18px;
    margin: 15px 0 5px;
    font-size: 14px;
    box-sizing: border-box;
}
.colordesc span{
    margin-right:10px;
}
.largephoto {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #333;
    z-index: 100003;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}

    .largephoto.showlarge {
        visibility: visible;
    }

.closelarge {
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    width: 27px;
    cursor: pointer;
}

    .closelarge img {
        width: 100%;
    }

.largeitem {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

.largephoto .owl-item img {
    width: 100%;
}

.largecolortxt {
    position: absolute;
    width: 100%;
    bottom: 76px;
    color: #fff;
    text-align: center;
}

button.owl-dot > span {
    width: 8px;
    height: 8px;
    margin: 0 4px 6px;
    background: #888;
    display: block;
    border-radius: 50%;
    opacity: .5;
}

.largephoto .owl-dots {
    position: fixed;
    bottom: 10px;
    width: 100%;
    text-align: center;
    left: 0;
}

.largephoto button.owl-dot.active span {
    opacity: 1;
}

.colorlist.Currcolor {
    border-color: #000;
}

.sizedesc {
    width: 100%;
    max-width: 500px;
    height: 18px;
    line-height: 18px;
    margin: 5px 0 5px;
    font-size: 14px;
    box-sizing: border-box;
}

.sizeitem {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

    .sizeitem > div {
        border: 1px solid #ccc;
        display: inline-block;
        padding: 1px 7px;
        line-height: 23px;
        text-align: center;
        margin: 0 6px 3px 0;
        color: #2e2e2e;
        font-size: 15px;
        cursor: pointer;
    }

.Currsize {
    color: #fff !important;
    border-color: #2e2e2e !important;
    background: #2e2e2e;
}

div#numdv {
    width: 100%;
}

div#numitem {
    background: #fff;
    text-align: center;
    user-select: none;
    height: 35px;
    box-sizing: border-box;
    border: 1px solid #d3d3d3;
    width: 80%;
    margin: 10px auto 0;
    position: relative;
}

input#numitem {
    width: 100%;
    border: 0;
    background: transparent;
    height: 33px;
    padding: 0 33px;
    outline: none;
    vertical-align: top;
    text-align: center;
    box-sizing: border-box;
}

a#subnum, #addnum {
    font-size: 1.5rem;
    height: 33px;
    line-height: 33px;
    vertical-align: top;
    cursor: pointer;
    width: 30px;
    color: #2a2b2c;
    text-decoration: none;
}

#subnum {
        border-right: 1px solid #d3d3d3;
    position: absolute;
    top: 0;
    left: 0;
}

#addnum {
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #d3d3d3;
}

div#addtobtn > div {
    width: 80%;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    position: relative;
    top: 10px;
    background: #000;
    color: #fff;
    border-radius: 7px;
    margin: 0 auto;
}

div#addtobtn {
    width: 100%;
    max-width: 500px;
}
.numcart>div {
    flex: 0 0 50%;
}
.closefloat {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    width: 20px;
    text-align: center;
}

    .closefloat > img {
        width: 100%;
    }

.largephoto.showlarge .largeitem {
    display: block;
}

.largephoto .largeitem {
    display: none;
}

.swiptdv.swipershow .swiper-slide {
    text-align: center;
}
.swiper-slide>div {
    position: relative;
    display: block;
}
div#StyleBook.swipers1 .swiper-slide>div{
    display:inline-block;
}
@media screen and (max-width: 500px) {
    .swiptdv {
        left: 0;
        width:100%;
    }
}
.owl-slide {
    position: relative;
    text-align:center;
    overflow:hidden;
}
.owl-slide>div {
    height: 100%;
   width: 100%;
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;overflow:hidden;*/
}
.picture-return {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 35px;
    height: 35px;
    z-index:11;
    z-index: 1;
    cursor: pointer;
    text-align: left;
    z-index: 111;
}
.picture-return  img{
    
}
.processbar {
    position: absolute;
    width: calc(100% - 100px) !important;
    height: 2px;
    margin: 0 50px;
    background: #666;
    box-sizing: border-box;
    top: 20px;
}
.processbarline {
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.acrossheight .owl-item img {
    height:100%;
    width: auto;
    margin: 0 auto;
    max-height: calc(100vh - 30px - 40px);
}
.picture-btminfo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background:#333;
}
.ListIcon {
    position: absolute;
    left: 15px;
    top: 10px;
    width: 20px;
    height: 20px;
}
    .ListIcon img {
        width: 100%;
    }
.swiper-paginnum {
position: absolute;
    right: 7.5px;
    top: 10px;
    height: 20px;
    line-height: 20px;
    width: 35px;
    text-align: center;
    color: #fff;
}

.slick-slide img {
    /*max-height: 100%;
    max-width: unset;*/
    object-fit: cover;
    width:100%;
}
.Step2title {
    text-align: center;
    font-size: 16px;
    margin: 10px 0;
    color:#555;
}
.styleBookTop img {
    border: 1px solid #ccc;
}
.level2 .styleBookTop img{
    border:0;
          width: 100%;
    height: 100%;
    object-fit: cover;
}
.fcolortxt {
    text-align: center;
    background: #ddd;
    font-size: 12px;
    line-height: 16px;
}
.numcart {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    z-index: 100002;
    background: #fff;
    border-top: 1px solid #d3d3d3;
    display: flex;
}
.fdvitem{
        height: calc(80vh - 90px);
    overflow: auto;
}
.slick-track {
  /*display: flex !important;*/
}
.slick-track .slick-slide {
    /*display: flex !important;
    align-items: center;
    justify-content: center;
    float: none;*/
}
/*.slick-slide>div {
    flex: 0 0 100%;
    text-align:center;
}*/
.picture-name {
    position: absolute;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
    font-size: 16px;
    top:0;
    left:0;
}
.styleMainimg img{
    width:100%;
}
.aname {
    text-align: left;
    font-size: 12px;
}
.BackStep1 img {
    height: 20px;
    width:20px; 
}
.BackStep1 {
    position: absolute;
    height: 20px;  
    width:20px; 
    left:.25rem;
    top:0;
}
.picture-wrapper {
    height:100%;
    overflow: hidden;
    box-sizing: border-box;
}
body.bodyfix {
    overflow: hidden;
}
.slick-slider{
    touch-action:pan-x !important;
}
.picture-container {
    height: 100%;
}
.slick-slide {
    /*width: auto !important;*/
}
.picture-container.setheight .slick-slide img {
    width: auto;
    height: 100%;
    margin: 0 auto;
}
.picture-container.setheight .slick-track .slick-slide {
    text-align: center;
}
.picture-container.setheight .owl-slide {
    width: auto !important;
}
img.slick-arrow.slick-disabled {
    display: none !important;
}
img.slick-arrow {
    position: absolute;
    top: 40%;
    z-index: 1;
}
img.nextimg {
    right: 0;
}
img.previmg{
    left:0;
}
.onedv{
    padding: 0 1.75rem;
}
.onedv>div {
    margin-right: 1.313rem;
    width: calc((100% - 1.313rem)/ 2) !important;
    padding-top: 1.563rem;
}
.onedv>div:nth-child(2n){
    margin-right:0;
}
.fitemdetail>a {
    font-size: 14px;
    color: #000;
    height: 20px;
    line-height: 20px;
}
.fEzDesc{
    text-align:center;
}
.sizedesc span {
    margin-left: 10px;
    color: #c30d23;
}
.allbuy {
    position: absolute;
    bottom: 50px;
    left: 15px;
    width: 28px;
    height:28px;
    transition: .5s;
    background: #444;
    border-radius: 5rem;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    color: #fff;
    overflow:hidden;
}
.allbuy .allbuytxt{
    visibility:hidden;
}
.allbuy.showall .allbuytxt{
        visibility: visible;
    line-height: 28px;
    font-size:12px;
}
.allbuy.showall {
    width: 65px;
    padding-right:10px;
}
.allbuy img {
    width: 16px;
    height: 16px;
    padding: 6px;
}
.fade-enter-active,.fade-leave-active{
    transition:.5s;
}
.fade-enter-from,.fade-level-to{
    opacity:0 !important;
}
.fade-enter-to,.fade-level-from{
    opacity:.8 !important;
}
.picoriprice {
    color: #ccc;
    text-decoration: line-through;
    margin-left: 3px;
}
.piccart {
    position: absolute;
    right: 4px;
    bottom: 3px;
}
.piccart img {
    width: 15px;
    height: 15px;
}
.picture-cart {
    position: absolute;
    bottom: 50px;
    right: 15px;
    width: 28px;
    height: 28px;
    transition: .5s;
    background: #444;
    border-radius: 5rem;
}
.picture-cart img {
    width: 16px;
    height: 16px;
    padding: 6px;
}
.picture-cart>a {
    position: relative;
    display:block;
}
.pccartnum {
   width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    border-radius: 15px;
    background-color: #b61d22;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    right: -0.5rem;
    top: -0.125rem;
}
.successtxt {
    position: absolute;
    bottom: 50px;
    letter-spacing: .5px;
    font-size: 13px;
    background: #444;
    opacity: .8;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    right: 50px;
    display:none;
}
.pairtag::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #444 transparent;
    position: absolute;
    display: block;
    top: -8px;
    left: calc((100% - 16px)/2);
}
#notifyDlg{    background-color:rgba(0, 0, 0, .6);}
#notifyDlg_1{   height:100%;width:100%}
#notifyDlg .title,#notifyDlg .x{    font-weight:800;   color:#FFF;}
#notifyDlg .title{    background-color:#aaa;}
#notifyDlg .x{  float:right;     }
.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    display: table;
    transition: opacity .3s ease;
}
div#notifyDlg > div#notifyDlg_1 > div#notifyDlg_content {
    background-color: #fff;
    width: 99%;
}
div#notifyDlg > div#notifyDlg_1 > div#notifyDlg_content .fields .vend {
    justify-content: flex-start;
}