﻿@charset 'utf-8';
a
{
    color: #999;
}
.table
{
    margin-bottom: 0;
	
}
input
{
    outline: none !important;
    box-shadow: none;
}
@font-face
{
    font-family: 'iconfont';

    src: url('../font/iconfont.eot?t=1479522312533'); /* IE9*/
    src: url('../font/iconfont.eot?t=1479522312533#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/iconfont.woff?t=1479522312533') format('woff'), /* chrome, firefox */
    url('../font/iconfont.ttf?t=1479522312533') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../font/iconfont.svg?t=1479522312533#iconfont') format('svg'); /* iOS 4.1- */
}

@font-face
{
    font-family: 'Helvetica';

    src: url('../font/Helvetica LT 35 Thin.ttf') format('truetype');
}
@font-face
{
    font-family: 'Helvetica EX';

    src: url('../font/Helvetica LT 43 Light Extended.ttf') format('truetype');
}
.table
{
    overflow-x: auto;
	
}
.icon
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale;
}
.icon-ser:before
{
    content: '\e600';
}

.icon-cha:before
{
    content: '\e6cb';
}

.icon-home:before
{
    content: '\e60e';
}

.icon-you:before
{
    content: '\e601';
}

.icon-zuo:before
{
    content: '\e66b';
}

.icon-weixin:before
{
    content: '\e60a';
}

.icon-gouwu:before
{
    content: '\e709';
}
@media (min-width: 1199px)
{
}
.header .llink .serdiv ::-webkit-input-placeholder
{
    /* WebKit browsers */
    color: #999;
}
.header .llink .serdiv :-moz-placeholder
{
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}
.header .llink .serdiv ::-moz-placeholder
{
    /* Mozilla Firefox 19+ */
    color: #999;
}
.header .llink .serdiv :-ms-input-placeholder
{
    /* Internet Explorer 10+ */
    color: #999;
}
.bg_333
{
    background: #333 !important;
}
.bg_333::after
{
    background: #333 !important;
}
.bg_333::before
{
    background: #333 !important;
}

.main .row2
{
    margin-top: 22px;
}
.main .row2 .imgdiv
{
    float: left;

    width: 33.333%;
    padding-right: 3px;
}
.main .row2 .imgdiv.i3
{
    padding: 0;
}

#bdshare_weixin_qrcode_dialog
{
    box-sizing: content-box;
}
/*shop*/
.shop .header
{
    padding-bottom: 10px;
}
.shop .header .llink
{
    display: inline-block;
}
.shop .header .llink .llan a:last-child
{
    margin-right: 5px;
}
.shop .header .homediv
{
    display: inline-block;

    margin-left: 4px;
}
.shop .header .homediv i
{
    font-size: 17px;
}
.shop .header .llink .serdiv.shopser .serform
{
    top: 29px;
    right: -10px;

    background: url(../images/serbg2.png);
}
.shop .header .llink .serdiv.shopser .serform .txt
{
    line-height: 35px;
}
.shop .header .shopnav
{
    margin-top: 30px;
}
.shop .header .shopnav li
{
    float: left;

    margin-left: 33.5px;
}
.shop .header .shopnav li a
{
    line-height: 33px;

    vertical-align: bottom;

    color: #999;
}
.shop .header .shopnav li a:hover
{
    color: #333;
}
.shop .header .shopnav li img
{
    vertical-align: top;
}
.shop .header .linknav .icon-gouwu
{
    font-size: 24px;
    line-height: 30px;
}
.shopmain .row2
{
    margin-top: 6px;
}
.shopmain .row2 .maskdiv
{
    position: relative;

    float: left;
    overflow: hidden;
}
.shopmain .row2 .left
{
    width: 70%;
    padding-right: 6px;
}
.shopmain .row2 .right
{
    width: 30%;
}
.shopmain .row2 .colb
{
    margin-top: 6px;
}
.shopmain .row2 .leftb
{
    width: 40%;
    padding-right: 6px;
}
.shopmain .row2 .rightb
{
    width: 60%;
}
.shopmain .row2 .maskdiv .maindiv
{
    position: relative;
}
.shopmain .row2 .maskdiv .maskb
{
    position: absolute;
    top: 90%;
    left: 0;

    width: 100%;
    height: 100%;

    background: rgba(0,0,0,.4);
}
.shopmain .row2 .maskdiv .maskb h4
{
    position: absolute;
    top: 65%;
    left: 50%;

    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);

    opacity: 0;
}
.shopmain .row2 .maskdiv .maskb h5
{
    font-family: 'Helvetica EX',Arial;

    position: absolute;
    top: 3%;
    left: 50%;

    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    text-transform: uppercase;
}
.shopmain .row2 .maskdiv .maskb h5::after,
.shopmain .row2 .maskdiv .maskb h5::before
{
    position: absolute;
    left: 50%;

    width: 120%;
    height: 1px;

    content: '';
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);

    opacity: 0;
    background: #fff;
}
.shopmain .row2 .maskdiv .maskb h5::before
{
    top: 400%;
}
.shopmain .row2 .maskdiv .maskb h5::after
{
    top: 600%;
}
.shopmain .row2 .maskdiv:hover .maskb
{
    top: 0;
}
.shopmain .row2 .maskdiv:hover .maskb h5::before
{
    top: -310%;

    -webkit-transition: opacity .8s ease-out 0s;
       -moz-transition: opacity .8s ease-out 0s;
        -ms-transition: opacity .8s ease-out 0s;
         -o-transition: opacity .8s ease-out 0s;
            transition: opacity .8s ease-out 0s;

    opacity: 1;
}
.shopmain .row2 .maskdiv:hover .maskb h5::after
{
    top: 220%;

    -webkit-transition: opacity .8s ease-out 0s;
       -moz-transition: opacity .8s ease-out 0s;
        -ms-transition: opacity .8s ease-out 0s;
         -o-transition: opacity .8s ease-out 0s;
            transition: opacity .8s ease-out 0s;

    opacity: 1;
}
.shopmain .row2 .maskdiv:hover .maskb h4
{
    top: 43%;

    -webkit-transition: opacity .8s ease-out 0s;
       -moz-transition: opacity .8s ease-out 0s;
        -ms-transition: opacity .8s ease-out 0s;
         -o-transition: opacity .8s ease-out 0s;
            transition: opacity .8s ease-out 0s;

    opacity: 1;
}
.shopmain .row2 .maskdiv:hover .maskb h5
{
    top: 50%;
}
.shopmain .row2.row2m
{
    margin-top: 12px;
}
.shopmain .row2.row2m .maskdiv.left
{
    width: 50%;
    padding-right: 6px;
}
.shopmain .row2.row2m .maskdiv.right
{
    width: 50%;
    padding-left: 6px;
}
.shopmain .row2.row2m .colb
{
    margin-top: 12px;
}
.shop .header .linknav .navm
{
    top: 110px;
}
.shop .header .linknav .navm1 a:nth-last-of-type(2) li
{
    border: none;
}
.shop .header .linknav a:last-of-type li
{
    margin-right: -58px;
    margin-left: -58px;

    background: #f0f0f0;
}
/*产品列表*/
.inheader.header .llink
{
    top: 74px;
}
.list .header
{
    padding-bottom: 0;
}
.list .bannner
{
    margin-top: 27px;
}
.list .inheader.header .shopnav
{
    margin-top: 0;
    padding-top: 12px;
    padding-bottom: 12px;

    border-bottom: 1px solid #aaa;
}

.list .listmain h6
{
    display: inline-block;

    margin-top: 5px;

    letter-spacing: .3px;

    color: #666;
}
.list .listmain h6:first-of-type
{
    margin-top: 16px;
}
.list .listmain h6.price
{
    display: block;

    color: #999;
}
.list .listmain .describe img
{
    margin-top: 17px;

    vertical-align: top;

    opacity: 0;
}
.list .listmain .listdiv
{
    position: relative;
}
.list .listmain .maskw
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    opacity: 0;
    background: rgba(255,255,255,.5);
}
.list .listmain li
{
	margin-top: 24px;
	float: left!important;
}
.list .listmain li:hover .maskw,
.list .listmain li:hover .describe img
{
    opacity: 1;
}
/*分页*/
.page
{
    margin-top: 45px;

    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.page
{
    font-size: 0;
}
.page a
{
    display: inline-block;
}
.page a:hover li
{
    color: #333;
}
.page .prevpage
{
    border-left: 1px solid #e6e6e6;
}
.page li
{
    font-size: 12px;
    line-height: 44px;

    display: inline-block;

    width: 44px;
    height: 44px;
    margin: 0 !important;

    color: #999;
    border-right: 1px solid #e6e6e6;
}
.page li i
{
    font-size: 12px;
}

/*商品详情*/


#leftTabBox1 .bd li
{
    width: 50%;
    margin: 0;

    text-align: center;
}
#leftTabBox2 .bd li
{
    width: 100%;
    margin: 0;

    text-align: center;
}
.details .inheader.header .shopnav
{
    margin-top: 20px;

    border-top: 1px solid #aaa;
}
.details .anav a
{
    font-size: 12px;
}
.details .anav
{
    margin-top: 28px;
    margin-bottom: 28px;
}
.details .demain .bigimg
{
    width: 460px;
    height: 555px;
}
.details .demain .bigimg,
.details .demain .smallimg
{
    position: relative;

    display: inline-block;

    vertical-align: top;
}
.details .demain .bigimg img.img-responsive
{
    width: 460px;
}
.details .demain .bigimg .plus
{
    position: absolute;
    z-index: 10000;
    right: 0;
    bottom: 0;
}
.details .demain .smallimg
{
    width: 94px;
    height: 511px;
    margin-left: 10px;
}
.details .down
{
    position: absolute;
    z-index: 20;
    bottom: -20px;

    display: none;
}
.details .down img
{
    width: 15px;
}
.details .demain .smallimg .simg
{
    margin-bottom: 10px;

    cursor: pointer;
}
.details .demain .smallimg .simg img
{
    max-width: 100%;
}
@media (min-width: 768px)
{
    .details .demain .smallimg .simg img
    {
        width: 97px;
        height: 117px;
    }
}
.details .row2
{
    padding-top: 34px;
}
.details .row2 h5
{
    font-size: 16px;

    margin-bottom: 15px;

    letter-spacing: 4.5px;
}
.details .row2 h5 img
{
    vertical-align: top;
}
.details .row2 h5 img.ld
{
    margin-right: 3px;
}
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens
{
    cursor: move;
    transition: 0s;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;

    background: url(../images/mask.png);
}

/* cloud zoom wrapper styles */
.cloud-zoom-wrap
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
.cloud-zoom-wrap:first-of-type
{
    z-index: 9999;
}
/* This is the zoom window. */
.cloud-zoom-big
{
    overflow: hidden;

    margin-left: 10px;
}
/* This is the loading message. */
.cloud-zoom-loading
{
    padding: 6px;

    color: #666;
    border: 1px solid #aaa;
    background: #fff;
}
.gallery-sample a.cloud-zoom
{
    position: relative;

    display: inline-block !important;
}
.gallery-sample a.cloud-zoom img
{
    display: block;
}
.detaildiv
{ width:700px; float:right;
    padding-left: 20px;

    letter-spacing: .4px;
}
.detaildiv h3
{
    font-weight: bold;

    margin-bottom: 10px;
}
.detaildiv h4.name
{
    font-size: 16px;

    margin-bottom: 13px;
}
.detaildiv h5.num
{
    color: #999;
}
.detaildiv h4.pri
{
    font-weight: bold;

    margin-top: 12px;
    margin-bottom: 18px;

    color: #999;
}
.detaildiv .selectdiv.color,
.detaildiv .selectdiv.size
{
    margin-bottom: 17px;
}
.detaildiv .selectdiv.size div
{
    display: inline-block;
}
.detaildiv .selectdiv.color a.on
{
    border: 1px solid #aaa;
}
.detaildiv .selectdiv.color a
{
    line-height: .9;

    display: inline-block;

    margin-right: 10px;
    padding: 3px;

    border: 1px solid transparent;
}
.detaildiv .selectdiv.color img
{
    width: 16px;
    height: 16px;
}
.detaildiv .selectdiv.size a
{
    line-height: 18px;

    display: inline-block;

    width: 62px;
    height: 20px;
    margin-right: 6px;

    text-align: center;

    border: 1px solid #aaa;
}
.detaildiv .selectdiv.size a:hover
{
    color: #333;
}
.detaildiv .selectdiv.size a.on
{
    color: #333;
    border: 1px solid #333;
}
.detaildiv .cacudiv
{
    line-height: 21px;

    position: relative;

    display: inline-block;

    width: 74px;
    height: 23px;
    margin-bottom: 23px;

    text-align: center;

    border: 1px solid #aaa;
}
.detaildiv .cacudiv input
{
    width: 15px;
}

.detaildiv .cacudiv button
{
    position: absolute;
    top: -2px;
}
.detaildiv .cacudiv .m
{
    left: 7px;
}
.detaildiv .cacudiv .p
{
    right: 7px;
}
.detaildiv .btng .buy
{
    line-height: 34px;

    width: 250px;
    height: 34px;
    margin-right: 19px;

    background: #aaa;
}
.detaildiv .btng .wishlist
{
    line-height: 34px;

    width: 193px;
    height: 34px;

    background: #aaa;
}
.detaildiv .btng button:hover
{
    background: #000;
}
.detaildiv .slide
{
    margin-top: 48px;
}
.detaildiv .slide h5
{
    display: inline-block;

    margin-right: 62px;
    padding-bottom: 2px;

    cursor: pointer;

    color: #999;
    border-bottom: 1px solid transparent;
}
.detaildiv .slide h5.border
{
    color: #333;
    border-bottom: 1px solid #333;
}
.detaildiv .slide h5:hover
{
    color: #333;
}
.detaildiv  .slide .content
{
    position: relative;

    padding-top: 16px;
}
.detaildiv  .slide .content h5
{
    display: block;

    margin-bottom: 13px;

    color: #333;
}
.detaildiv .slide .content table
{
    margin-top: 18px;
}
.detaildiv  .slide .content table td
{
    padding-top: 5px;
    padding-right: 9px;
    padding-bottom: 5px;
    padding-left: 9px;

    border: 1px solid #aaa;
}
.detaildiv  .slide .content .con
{
    position: absolute;
    top: 30px;
    left: 0;
}
.demain .bordiv
{
    width: 100%;
    height: 39px;

    border-bottom: 1px solid #aaa;
}
.disnone
{
    display: none !important;
}
.details .slidebox .bd .tempWrap
{
    margin: auto;
}
.details .slidebox .bd li
{
    float: left;

    width: 178px;
    margin-right: 15px;
    margin-left: 15px;
}
.details .slidebox .bd li h6
{
    margin-top: 10px;
}
.details .slidebox .bd li h6.name
{
    color: #666;
}
.details .slidebox .bd a:hover h6.name,
.details .slidebox .bd a:hover h6.pri
{
    color: #333;
}
.details .slidebox
{
    position: relative;

    margin-top: 32px;
    padding-bottom: 36px;

    border-bottom: 1px solid #aaa;
}
.details .slidebox .prev,
.details .slidebox .next
{
    position: absolute;
    top: 50%;

    margin-top: -59px;

    cursor: pointer;
}
.details .slidebox .prev
{
    left: 10px;
}
.details .slidebox .next
{
    right: 10px;
}
/*登录*/
.login .row1 h4
{
    font-size: 16px;

    margin-top: 26px;
    margin-bottom: 26px;
}
.login .row1 h6
{
    margin-bottom: 31px;

    letter-spacing: .2px;
}
.login .row1 label
{
    font-size: 12px;
    font-weight: normal;

    display: block;

    margin-bottom: 4px;
}
.login .row1 input
{
    height: 26px;
    margin-bottom: 13px;
    padding-right: 5px;
    padding-left: 5px;

    border: 1px solid #aaa;
}
.login .row1 form
{
    position: relative;
}
.login .row1 form a
{
    margin-left: 45px;

    color: #333;
}
.login .row1 input#em
{
    width: 82.39%;
}
.login .row1 input#pa
{
    display: inline-block;

    width: 37.6%;
}
.login .row1 .btndiv
{
    margin-top: 32px;
}
.login .row1 button
{
    line-height: 30px;

    width: 132px;
    height: 30px;

    background: #000;
}
.login .row1 button img
{
    margin-right: 4px;
}
.login .row1 .btndiv span
{
    font-size: 12px;

    margin-right: 39px;
    margin-left: 39px;

    color: #000;
}
.login .row1 .right
{
    padding-left: 30px;
}
.login .row1 .right input
{
    width: 100%;
}
.login .row1 .right .group
{
    display: inline-block;

    width: 39.63%;
}
.login .row1 .right .group.block
{
    display: block;
}
.login .row1 .right .group.re
{
    margin-left: 42px;
}
.login .row1 .right .checkdiv
{
    margin-left: 41px;
}
.login .row1 .right .check
{
    display: inline-block;

    width: auto !important;
    margin: 0;

    vertical-align: middle;
}
.login .row1 .right .male
{
    margin-right: 10px;

    border-radius: 0;
}
.login .row1 .right h6.sex
{
    margin-bottom: 9px;
}
.login .row1 .right .exam
{
    margin-left: 42px;
}
.login .row1 .right .sub
{
    display: inline-block;

    width: auto !important;
    margin: 0;

    vertical-align: middle;
}
.login .row1 .right p
{
    font-size: 12px;

    margin-top: 20px;
    margin-bottom: 50px;

    letter-spacing: .3px;
}
.login .row2
{
    padding-top: 60px;
}
.login .row2 h4
{
    font-size: 16px;

    margin-bottom: 29px;
}
.login .row2 .ans
{
    font-size: 12px;

    margin-top: 14px;
    margin-bottom: 30px;
}
.login .row2 li img
{
    margin-right: 7px;
}
.login .row2 .con
{
    padding-bottom: 14px;

    border-bottom: 1px solid #aaa;
}
/*会员中心*/
.member .mem
{
    padding-bottom: 40px;

    border-bottom: 1px solid #aaa;
}
.member .memmain
{
    padding-top: 40px;
}
.member .leftnav
{
    display: inline-block;

    width: 196px;
    height: 580px;
    padding-left: 29px;

    border: 1px solid #aaa;
}
.member .leftnav  h4
{
    font-size: 16px;

    margin-top: 40px;
}
.member .leftnav img
{
    margin-right: 7px;

    vertical-align: top;
}
.member .leftnav ul
{
    padding-left: 19px;
}
.member .leftnav ul li
{
    margin-top: 20px;

    color: #999;
}
.rcon
{
    display: inline-block;

    width: 83.25%;
    padding-left: 30px;

    vertical-align: top;
}
.rcon h5
{
    padding-top: 14px;
    padding-bottom: 13px;

    border-bottom: 1px solid #aaa;
}
.rcon .conmain
{
    padding-left: 52px;
}
.member .rcon .conmain h3
{
    font-style: italic;

    margin-top: 32px;
    margin-bottom: 19px;
}
.member .rcon .conmain h6 span
{
    font-size: 14px;
    font-weight: bold;
}
.member .rcon .info
{
    font-size: 12px;

    margin-top: 35px;
    margin-bottom: 10px;

    border-top: 1px solid #aaa;
}
.member .rcon .info .infoitem
{
    border-bottom: 1px solid #aaa;
}
.member .rcon .info .infoitem .infoname,
.member .rcon .info .infoitem .infocon
{
    display: inline-block;

    padding-top: 15px;
    padding-bottom: 15px;
}
.member .rcon .conmain .infoitem .infoname
{
    width: 186px;
    padding-right: 30px;

    text-align: right;

    border-right: 1px solid #aaa;
    background: #f7f7f7;
}
.member .rcon .conmain .infoitem .infocon
{
    padding-left: 30px;

    letter-spacing: .2px;
}
.member .leftnavm
{
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 28px;

    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;

    border: 1px solid #aaa;
}
.member .leftnavm li
{
    padding-top: 10px;
    padding-bottom: 10px;
}
.member .leftnavm li:first-child
{
    padding-top: 0;
}
.member .leftnavm li:last-child
{
    padding-bottom: 20px;
}
.member .leftnavm h3
{
    font-size: 16px;

    margin-bottom: 20px;

    cursor: pointer;
}
.member .leftnavm h3 img
{
    margin-right: 10px;
    margin-bottom: 4px;
}
.member .leftnavm h3 img.rotate
{
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}
.member .leftnavm ul
{
    display: none;

    padding-left: 23px;

    transition: 0s;
}
/*配送地址*/
.addmain
{
    padding-top: 40px;
}
.addmain .add
{
    margin-top: 20px;
    margin-bottom: 44px;
}
.addmain .add a
{
    font-size: 12px;

    letter-spacing: .3px;
}
.addmain .add a:focus
{
    color: #333;
}
.addmain .additem
{
    width: 100%;
    margin-bottom: 8px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 20px;

    background: #f7f7f7;
}
.addmain .additem .defdiv
{
    margin-bottom: 10px;
    margin-left: -5px;
}
.addmain .additem .defdiv img
{
    margin-right: 5px;

    vertical-align: text-bottom;
}
.addmain .additem span
{
    margin-right: 104px;
}
.addmain .additem span:last-child
{
    margin-right: 0;
}
.addmain .addcon button
{
    line-height: 30px;

    width: 222px;
    height: 30px;

    background: #000;
}
.address
{
    padding-right: 0 !important;
}
.address .modal-dialog
{
    width: 640px;
    margin: 210px auto;
}
.address .modal-header
{
    border: none;
}
.address .modal-content
{
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.address .modal-body
{
    width: 640px;
    height: 386px;
    padding-right: 140px;
    padding-bottom: 42px;
}
.address .modal-body h4
{
    font-size: 16px;

    margin-right: -140px;
    margin-bottom: 28px;
}
.address .modal-body .ing
{
    font-size: 12px;

    margin-top: 8px;

    text-align: right;
}
.address .modal-body .ing.cheing
{
    padding-right: 189px;
}
.address .modal-body .ing.cheing input
{
    margin-right: 7px;

    vertical-align: text-bottom;
}
.address .modal-body .ing.btning
{
    margin-right: -125px;
}
.address .modal-body .province
{
    margin-right: 12px;
}
.address .modal-body label
{
    font-weight: normal;
}
.address .modal-body .txt
{
    width: 257px;
    height: 26px;
    padding-left: 5px;

    border: 1px solid #aaa;
}
.address .modal-body select
{
    width: 122px;
    height: 26px;
    padding-left: 7px;

    color: #999;
    border: 1px solid #aaa;
    background: url(../images/add.jpg) no-repeat center right;

            appearance: none;
       -moz-appearance: none;
    -webkit-appearance: none;
        -ms-appearance: none;
}
.address .modal-body select.txt
{
    margin-top: 8px;
}
.address .modal-body select option
{
    height: 26px;
    padding-left: 7px;

    color: #999;
}
.address .modal-body button
{
    line-height: 30px;

    display: block;

    width: 132px;
    height: 30px;
    margin: auto;
    margin-top: 35px;

    background: #000;
}
/*修改密码*/
.chmain
{
    padding-top: 40px;
}
.chmain .rcon form
{
    padding-left: 60px;
}
.chmain .rcon label
{
    display: block;

    margin-top: 12px;
    margin-bottom: 12px;
}
.chmain .rcon input
{
    display: block;

    width: 308px;
    height: 30px;
    padding-left: 5px;

    border: 1px solid #aaa;
}
.chmain .rcon button
{
    line-height: 30px;

    display: block;

    width: 222px;
    height: 30px;
    margin-top: 38px;

    background: #aaa;
}
.chmain .rcon button:hover
{
    background: #333;
}
/*订单信息*/
.ormain
{
    padding-top: 40px;
}
.ormain .ordiv
{
    padding-top: 25px;
}
.ormain .ordiv .toggle
{
    padding-left: 47px;
}
.ormain .ordiv .toggle span
{
    display: inline-block;

    width: 65px;
    margin-right: 55px;
    padding-bottom: 6px;

    cursor: pointer;
    text-align: center;

    border-bottom: 1px solid transparent;
}
.ormain .ordiv .toggle span:hover
{
    color: #333;
}
.ormain .ordiv .toggle span.active
{
    color: #333;
    border-bottom: 1px solid #333;
}
.ormain .rcon .table table
{  
    width: 100%;
    margin-top: 29px;
    margin-bottom: 40px;
}
.ormain .rcon .table table th
{
    font-weight: normal;

    width: 20%;
    padding-top: 9px;
    padding-bottom: 9px;

    text-align: center;

    color: #fff;
    border: 1px solid #000;
    background: #000;
}
.ormain .rcon .table table td
{
    font-size: 12px;

    padding-top: 9px;
    padding-right: 10px;
    padding-bottom: 9px;
    padding-left: 10px;

    text-align: center;

    border: 1px solid #aaa;
}
/*FAQ*/
.faqdiv
{
    padding-top: 30px;
    padding-left: 26px;

    border-bottom: 1px solid #aaa;
}
.faqmain h5
{
    font-size: 16px;

    margin-bottom: 30px;
}
.faqdiv li img
{
    margin-right: 7px;
}
.faqdiv li
{
    margin-bottom: 15px;
    padding-bottom: 12px;

    border-bottom: 1px dotted #aaa;
}
.faqdiv li .ans
{
    line-height: 2;

    margin-top: 10px;
}
.faqdiv li:last-child
{
    border: none;
}
.faqdiv li .lastp
{
    margin-top: 30px;
}
/*shipping，售后服务*/
.shipping,
.aftermain
{
    font-family: 'Century Gothic','Quicksand','微軟正黑體', 'Heiti TC Light', 'Microsoft JhengHei','Microsoft Sans Serif';
    font-size: 12.8px;
    line-height: 1.8;

    color: #555;
}
.shipping .shippingdiv,
.after
{
    margin-top: 1em;
    padding: 0 2em;
    padding-bottom: 26px;

    border-bottom: 1px solid #aaa;
}
.shipping h4,
.after h4
{
    font-size: 16px;

    margin-bottom: 14px;
}
.shipping strong,
.after strong
{
    font-weight: 700;
}
.shipping ul li
{
    list-style-type: disc;
}
.shipping ul ol li
{
    list-style: none;
}

.shipping ul.ful
{
    margin-bottom: 30px;
}
.shipping ul,
.shipping ol
{
    margin: .5em 0 .5em 2em;
}
.shipping ul ol li
{
    list-style-type: lower-alpha;
}
.shipping table
{
    overflow-x: auto;
}
.shipping thead,
.shipping th
{
    text-align: center;

    color: #fff;
    background: #000;
}
.shipping th,
.shipping td
{
    border: 1px solid #000;
}
/*关于我们*/
.abouthtml,
.abouthtml body
{
    height: 100%;

    transition: 0s;
}
.abouthtml body
{
    padding: 1em;
}
.about
{
    font-family: 'Century Gothic','Quicksand','微軟正黑體', 'Heiti TC Light', 'Microsoft JhengHei','Microsoft Sans Serif';
    font-size: 80%;
    line-height: 1.9;

    height: 100%;

    color: #555;
}
.abnav
{
    position: fixed;
    z-index: 99;
    top: 2.5em;
    left: 1em;
    z-index:999;
}
.abnav > span
{
    display: block;

    width: 27px;
    height: 21px;

    cursor: pointer;

    background: url(../images/nav.png);
}
.abnav:hover ul
{
    visibility: visible;

    opacity: 1;
}
.abnav ul
{
    visibility: hidden;

    min-width: 6.5em;
    margin-top: 20px;
    padding: 0;

    transition: .5s all;

    opacity: 0;
    background: rgba(255,255,255,.7);
}
.abnav li
{
    cursor: pointer;

    border-bottom: 1px solid #c9c7d2;
}
.abnav a
{
    font-size: 11.5px;

    display: block;

    padding-top: 6px;
    padding-right: 7px;
    padding-bottom: 6px;
    padding-left: 7px;

    transition: .3s all;
    white-space: nowrap;
    text-decoration: none;

    color: #999;
}
.about .con1
{
    height: 100%;

    background: url(../images/ab1.jpg) center;
    background-size: cover;
}
.about .con1 img
{
    max-width: 100%;
}
@media (min-width: 992px)
{
    .about .con1 img
    {
        display: none;
    }
}
.about .con1 a
{
    display: block;

    width: 100%;
    height: 100%;
}
.about .conmain
{
    font-size: 0;

    position: relative;

    width: 1200px;
    margin: auto;
    margin-top: 150px !important;
}
.about .con5 .conmain
{
    margin-top: 100px !important;
}
.about .con2
{
    padding: 1px 1em;
}
.about .con2 .l,
.about .con2 .r
{
    display: inline-block;

    vertical-align: middle;
}
.about .con2 .l
{
    width: 47%;
}
.about .con2 .r
{
    width: 53%;
}
.about .con2 h1
{
    font-size: 76.8px;

    text-transform: uppercase;
}
.about .con2 p
{
    font-size: 12.8px;

    width: 568px;
}
.about .con2 .tl
{
    width: 40%;
}
.about .con2 .tr
{
    width: 60%;
}
.about .con2 ul
{
    font-size: 12.8px;

    margin-top: 1.25em;
}
.about .con2 .btdiv
{
    margin-top: 1em;
}
.about .con2 li > span
{
    font-size: 150%;

    position: relative;

    width: 3em;
}
.about .con2 li > ol
{
    width:         calc(100% - 65px);
    width: -webkit-calc(100% - 65px);
    padding: .5em 1em;

    border-left: 1px solid #333;
}
.about .con2 li > span,
.about .con2 li > ol
{
    display: inline-block;

    vertical-align: top;
}
.about .con2 li > span::after
{
    position: absolute;
    top: 50%;
    right: -4px;

    width: 5px;
    height: 5px;
    margin: -3px -3px 0 0;

    content: '';

    background: #333;
}
.about .con2 img
{
    height: 418.5px;
    margin-right: 30px;
}
.about .con3
{
    position: relative;

    padding-top: 1px;
}
.about .con3 .img
{
    display: inline-block;

    width: 20%;
    height: 144px;

    vertical-align: middle;

    border-radius: 50%;
    background-size: cover;
}
.about .con3 ul
{
    max-width: 60%;
    margin: auto;
}
.about .con3 li
{
    margin-bottom: 2em;
}
.about .con3 a
{
    color: #000;
}
.about .con3 h2
{
    font-size: 76.8px;
    font-weight: 100;

    position: absolute;
    top: 80px;
    right: 75px;

    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
    text-transform: uppercase;
}
.about .con3 blockquote
{
    display: inline-block;

    width: 75%;

    vertical-align: middle;

    border: none;
}
.about .con3 p
{
    font-size: 12.8px;
}
.about .con3 h3
{
    font-size: 23px;
    font-weight: 700;

    padding-bottom: .5em;

    border-bottom: 1px solid #888;
}
.about .con3 .abstract
{
    padding-top: 1em;
}
.about .con3 h3 span
{
    font-weight: 100;

    margin-right: 1em;
}
.about .con3 a
{
    font-size: 12px;
}
.about .con4
{
    margin-top: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.about .con4 .conbg
{
    height: 100%;
    padding-top: 1px;
    padding-bottom: 145px;

    background: #3e3e3e;
}
.about .con4 .conmain
{
    width: auto;
}
.about .con4 h2
{
    font-size: 76.8px;
    font-weight: 100;
    line-height: 1.9;

    margin-left: 14.7%;

    text-transform: uppercase;

    color: #fff;
}
.about .con4 .tabBox
{
    position: relative;

    width: 73%;
    margin: auto;
}
.about .con4 .tabBox .bd li
{
    float: left;

    width: 25%;
    padding-right: 25px;
    padding-left: 25px;

    text-align: center;
}
.about .con4 .tabBox .bd li img
{
    width: 85%;
}
#media-press .prev,
#media-press .next
{
    position: absolute;
    top: 50%;

    display: block;

    width: 71px;
    height: 138px;
    margin-top: -69px;

    cursor: pointer;

    background: transparent url('../images/media-press-arrow.png') no-repeat 0 0;
}
#media-press .prev
{
    left: -60px;
}
#media-press .next
{
    right: -60px;

    background-position: -73px 0;
}
#leftTabBoxs .bd li
{
    width: 50%;
}
.about .con5
{
    padding-top: 1px;

    transition: 0s;
}
.about .con5 h2
{
    font-size: 76.8px;
    font-weight: 100;
    line-height: 1.9;

    text-align: center;
    text-transform: uppercase;
}

#shops .tabs
{
    margin-left: 5%;

    text-align: left;
}
#shops .img,
#shops .tabs
{
    display: inline-block;

    width: 45%;
}
#shops .img
{
    float: left;

    width: 50%;
    min-height: 500px;

    background: no-repeat center url('../images/map.jpg');
    background-size: contain;
}
#shops .tabs .ui-tabs-anchor
{
    font-size: 19.2px;

    display: block;

    padding: 0 .5em;
}
#shops .tabs .ui-corner-top
{
    font-size: 150%;

    display: inline-block;

    text-transform: uppercase;
}
#shops .tabs .ui-tabs-active .ui-tabs-anchor
{
    font-size: 19.2px;

    color: #fff;
    background: #898989;
}
#shops .tabs .ui-corner-bottom
{
    margin-top: 30px;
}
#shops h3
{
    font-size: 15.3667px;
    font-weight: 700;
    line-height: 1.9;

    margin-top: 15px;
}
#shops p
{
    font-size: 12.8px;
}
.about .con6
{
    height: 100%;
    padding-top: 1px;
}
#contact-us h2
{
    font-size: 76.8px;
    font-weight: 100;
    line-height: 1;
    line-height: 1;

    float: right;

    text-transform: uppercase;
}
#contact-us h2,
#contact-us .content
{
    width: 48%;
}
#contact-us .content
{
    float: left;

    text-align: right;
}
#contact-us h3
{
    font-size: 15.3667px;
    font-weight: 700;
    line-height: 1.9;
}
#contact-us p
{
    font-size: 12.8px;
}
#contact-us .content hr
{
    margin: 12px 0;

    border: none;
    border-top: 1px solid #888;
}
#contact-us .content p + h3
{
    margin-top: 15.3667px;
}
.about .footer
{
    margin-right: -20px;
    margin-left: -20px;
    padding-top: 12.8px;
    padding-bottom: 12.8px;

    border-top: 1px solid #aaa;
}
.about .footer .copyright
{
    margin-top: 0;
}
.social
{
    position: fixed;
    z-index: 99;
    right: 25.6px;
    bottom: 25.6px;
}
.social li
{
    margin-bottom: 12px;
}
.social img
{
    width: 30px;
}
.social .bdshare-button-style0-16 a.weixina
{
    width: 30px;
    height: 30px;
    margin: 0;

    background: url(../images/weixin.png);
    background-size: cover;
}
.social .bdshare-button-style0-16 a.weiboa
{
    width: 30px;
    height: 30px;
    margin: 0;

    background: url(../images/weibo.png);
    background-size: cover;
}

.social .bdshare-button-style0-16 a.insa
{
    width: 30px;
    height: 30px;
    margin: 0;

    background: url(../images/insa.png);
    background-size: cover;
}

.social .bdshare-button-style0-16 a.facebook
{
    width: 30px;
    height: 30px;
    margin: 0;

    background: url(../images/facebook.png);
    background-size: cover;
}

.social .none a
{
    margin: 0 !important;
    padding-left: 0 !important;

    background: transparent !important;
}
/*cafe*/
.cafe .con1
{
    background: url(../images/ca1.jpg) center;
    background-size: cover;
}
.cafe #brand-story h2,
.cafe #brand-story .info
{
    display: inline-block;

    width: 46%;
    padding-left: 2%;

    vertical-align: middle;
}
.cafe #brand-story h2
{
    position: relative;

    min-width: 470px;
    min-height: 300px;

    text-indent: -999em;

    background: no-repeat right url('../images/cafe-brand-story-title.png');
}
#brand-story h2::after
{
    position: absolute;
    top: 100%;
    right: 0;

    min-width: 23px;
    min-height: 72px;

    content: '';

    background: no-repeat url('../images/cafe-brand-story-drink.png');
}
#brand-story .info p
{
    font-size: 12.8px;

    margin-bottom: 1em;
}
.cafe .tabBoxcafe .bd li
{
    float: left;

    width: 100%;
    margin-bottom: 0;
}
.cafe .con3
{
    overflow: hidden;

    margin-top: 10px;
    padding-top: 20px;
}
.cafe .con3 .prev
{
    left: 0;
}
.cafe .con3 .next
{
    right: 0;
}
.cafe .con3 ul
{
    max-width: 100%;
}
.cafe .prev
{
    left: -60px;
}
.cafe .next
{
    right: -60px;

    background-position: -73px 0 !important;
}
.cafe .prev,
.cafe .next
{
    position: absolute;
    top: 50%;

    display: block;

    width: 71px;
    height: 138px;
    margin-top: -69px;

    cursor: pointer;

    background: transparent url('../images/media-press-arrow.png') no-repeat 0 0;
}
#menu h2,
#menu ul
{
    text-align: center;
}
#menu li
{
    display: inline-block;

    max-width: 30%;
    margin: 0 1.5%;

    vertical-align: top;
}
#menu li img
{
    max-width: 100%;
}

.cafe .con4
{
    margin-top: 70px;
}
.cafe  #event .wrap > ul
{
    max-width: 60%;
    margin: 0 auto;
}
.cafe #event h2
{
    line-height: 1.9;

    position: absolute;
    left: 50%;

    width: 50px;
    height: 270px;
    margin-left: 30%;

    text-indent: -999em;

    background: no-repeat center url('../images/cafe-event-title.png');
}
.cafe #event h3
{
    font-size: 180%;
    font-size: 23px;

    padding-bottom: .5em;

    border-bottom: 1px solid #888;
}
.cafe #event blockquote
{
    width: 75%;

    border: none;
}
.cafe #event ul
{
    max-width: 60%;
    margin: 0 auto;
}
.cafe #event .img,
.cafe #event blockquote
{
    display: inline-block;

    vertical-align: middle;
}
#event .img
{
    width: 20%;

    border-radius: 50%;
    background-size: cover;
}
.cafe #event a
{
    color: #000;
}
.cafe #event strong
{
    font-weight: 700;
}
.cafe .abstract
{
    padding-top: 12.8px;
}
.cafe #event li
{
    margin-bottom: 25.6px;
}
.cafe #event p
{
    font-size: 12.8px;
}
.cafe #contact-us2 iframe
{
    width: 400px;
    height: 400px;
}
.cafe #contact-us2 .right_content
{
    padding-left: 30px;
}
.cafe #contact-us2 iframe,
.cafe #contact-us2 .right_content
{
    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
.cafe #contact-us2 h2
{
    height: 55px;

    text-indent: -999em;

    background: no-repeat url('../images/cafe-contactus-title.png');
    background-size: contain;
}
.cafe #contact-us2 h3
{
    font-size: 15.367px;
}
.cafe #contact-us2 p
{
    font-size: 12.8px;
}
.cafe #contact-us2 .content a
{
    float: right;

    padding: 12.8px 76.8px;

    color: #fff;
    background: #000;
}
.cafe #contact-us2 .content hr
{
    margin: 12.8px 0;

    border: none;
    border-top: 1px solid #888;
}
.cafe .con7
{
    height: 100%;
    padding-top: 1px;
}
/*lookbook*/
/*修改位置*/
.nivo-lightbox-overlay .lookdelta
{
    position: absolute;
    right: 0;
    bottom: 0;
}
.lookbook .col-xs-12
{
    padding-right: 0;
    padding-left: 0;
}
.lookbook ul li
{
    float: left;

    width: 25%;
    margin-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
}
.lookbook ul li img
{
    width: 100%;
}
.look nav
{
    position: fixed;
    z-index: 99;
    top: 30px;
    left: 15px;

    display: inline-block;
}
.look nav > span
{
    font-size: 200%;

    display: block;

    width: 27px;
    height: 21px;

    cursor: pointer;
    text-indent: -999em;

    background: url(../images/nav.png);
}
.look .header .llink .help.helplist
{
    z-index: 1000;
    top: 26px;
    left: 109px;
}
.look nav:hover ul
{
    visibility: visible;

    opacity: 1;
}
.look nav ul
{
    visibility: hidden;

    min-width: 90px;
    margin-top: 20px;
    padding: 0;

    -webkit-transition: all .2s ease-out 0s;
       -moz-transition: all .2s ease-out 0s;
        -ms-transition: all .2s ease-out 0s;
         -o-transition: all .2s ease-out 0s;
            transition: all .2s ease-out 0s;

    opacity: 0;
    background: #fff;
}
.look nav ul li
{
    border-bottom: 1px solid #c9c7d2;
}
.look nav ul li a
{
    font-family: 'Century Gothic','Quicksand','微軟正黑體', 'Heiti TC Light', 'Microsoft JhengHei','Microsoft Sans Serif';
    font-size: 11.5px;

    display: block;

    padding: 5px 9px;

    white-space: nowrap;
}
/*news*/
.news .con
{
    padding-top: 46px;
    padding-bottom: 65px;

    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}
.news .con ul
{
    margin-top: 28px;
    margin-bottom: 21px;

    text-align: center;
}
.news .con ul li
{
    font-size: 14px;
    line-height: 1.6;

    display: inline-block;

    margin-right: 23px;
    margin-left: 23px;

    color: #999;
}
.news .con ul li span
{
    /*margin-left: -3px;*/
}
.news .con p
{
    font-size: 14px;
    line-height: 2.14;

    margin-top: 12px;

    color: #666;
}
.news .con .img
{
    margin-top: 25px;
}
/*媒体查询*/
@media (max-width: 1230px)
{
    .shop .header .shopnav li
    {
        margin-left: 31.3px;
    }
    .rcon
    {
        width: 82.36%;
    }
    .about .conmain
    {
        width: 1170px;
    }
    .about .con4 .tabBox .bd li img
    {
        width: auto;
    }
}
@media (max-width: 1230px) and (min-width: 1200px)
{
    .details .demain .bigimg
    {
        width: 444px;
    }
    .detaildiv .btng .buy
    {
        width: 318px;
    }
}
@media (max-width: 1199px)
{
    .cafe #event ul
    {
        max-width: 75%;
        margin: 0 auto;
    }
    .cafe #event h2
    {
        left: 55%;
    }
    .about .con3 h2
    {
        right: -40px;
    }
    .about .con3 ul
    {
        max-width: 75%;
    }
    .about .con2 p
    {
        width: auto;
    }
    .about .con2 h1
    {
        margin-left: 95px;
    }
    .about .con2 .tl
    {
        width: 28.5%;
    }
    .about .con2 .tr
    {
        width: 71.5%;
    }
    .about .conmain
    {
        width: 970px;
    }
    .header .col-md-12
    {
        text-align: left;
    }
    .list .listmain h6
    {
        overflow: hidden;

        width: 179px;
        height: 13.2px;
    }
    .details .demain .smallimg
    {
        width: 455px;
        height: auto;
    }
    .mCustomScrollBox
    {
        width: 100%;
    }
    .details .demain .smallimg .simg
    {
        float: left;

        margin-top: 8px;
        margin-right: 8px;
    }
    .details .slick-prev,
    .details .slick-next
    {
        bottom: -26px;
    }
    .details .slick-next
    {
        right: 16px;
    }
    .detaildiv .btng .wishlist
    {
        width: 331px;
        margin-top: 20px;
    }
    .detaildiv .slide
    {
        margin-top: 50px;
    }
    .detaildiv .slide .content .con
    {
        top: 43px;
    }
    .details .slidebox .bd li
    {
        margin-right: 14px;
    }
    .details .demain .smallimg
    {
        margin-left: 0;
    }
    .rcon
    {
        width: 78.61%;
    }
}

@media (max-width: 991px)
{
    .about .con1
    {
        height: auto;

        background: transparent !important;
    }
    .details .down
    {
        display: block;
    }
    .details .demain .smallimg
    {
        width: auto;
        height: 100%;
        padding-left: 0;
    }
    .mCustomScrollBox
    {
        padding-left: 10px;
    }
    .mCSB_scrollTools .mCSB_draggerContainer
    {
        display: none;
    }
    .cafe #contact-us2
    {
        margin-bottom: 30px;
    }
    .cafe #contact-us2 iframe,
    .cafe #contact-us2 .right_content
    {
        width: 100%;
        padding: 0;
    }
    .cafe #contact-us2 .right_content
    {
        margin-top: 30px;
    }
    .cafe .con3 ul
    {
        margin-top: 0 !important;
    }
    .cafe #event .img
    {
        display: none;
    }
    #contact-us h2,
    #contact-us .content
    {
        float: none;

        width: 100%;

        text-align: center;
    }
    .cafe .con6
    {
        padding-top: 50px !important;
    }
    #contact-us
    {
        margin-bottom: 25px;
    }
    .cafe .prev,
    .cafe .next
    {
        width: 35px;
        height: 100px;
        margin-top: -22px;

        background-size: cover;
    }
    .cafe .prev
    {
        left: 0;
    }
    .cafe .next
    {
        right: 0;
    }
    .cafe #brand-story h2,
    .cafe #brand-story .info
    {
        width: 100%;
        padding-left: 0;
    }
    .cafe #brand-story h2
    {
        min-width: auto;
        min-height: 175px;

        background-position: center;
        background-size: contain;
    }
    .cafe #brand-story h2::after
    {
        display: none;
    }
    .lookbook ul li
    {
        width: 33.33%;
    }
    .about .con4 h2
    {
        margin-left: auto;

        text-align: center;
    }
    #media-press .prev,
    #media-press .next
    {
        width: 35px;
        height: 100px;
        margin-top: -50px;

        background-size: cover;
    }
    #media-press .next
    {
        background-position: -69px 0;
    }
    .about .con2 p
    {
        margin-top: 20px;
    }
    .about .con2 h1
    {
        margin-left: 0;
    }
    .about .con2,
    .about .con3,
    .about .con4,
    .about .con5,
    .about .con6,
    .cafe .con7
    {
        height: auto;
        margin-top: 0;
        padding-top: 25px;
    }
    .about .con2 .conmain,
    .about .con3 .conmain,
    .about .con4 .conmain,
    .about .con5 .conmain,
    .about .con6 .conmain,
    .about .con7 .conmain,
    .about #media-press.con4 h2
    {
        margin-top: 0 !important;
    }

    .about .con4 .conbg
    {
        padding-bottom: 46px;
    }
    #leftTabBoxs .bd li
    {
        padding-right: 15px;
        padding-left: 15px;
    }
    .about .con3 ul
    {
        max-width: 100%;
        margin-top: 25px;
    }
    .about .con3 .img
    {
        display: none;
    }
    .about .con2 img
    {
        float: none;

        width: auto;
        height: auto;
        margin: auto;
    }
    .about .con2 .l
    {
        padding-left: 15px;
        padding-left: 15px;

        text-align: center;
    }
    .about .con2 li > ol
    {
        display: inline-block;

        width: 80%;
    }
    .about .con2 li > span::after
    {
        right: -3px;
    }
    .about .con2 .l,
    .about .con2 .r
    {
        width: 100%;
    }
    .about .conmain
    {
        width: 750px;
    }
    .details .demain .bigimg
    {
        height: auto;
    }
    .cloud-zoom-wrap
    {
        position: relative;

        display: none;
    }
    .cloud-zoom-wrap:first-child
    {
        display: block;
    }
    .demain
    {
        margin-top: 20px;
    }
    .details .anav
    {
        display: none;
    }
    .list .listmain .alldiv
    {
        display: inline-block;
    }
    .list .listmain .col-md-3
    {
        text-align: center;
    }
    .list .listmain .describe img
    {
        opacity: 1;
    }
    .details .demain .smallimg .simg
    {
        margin-right: 0;
    }
    .main .row2
    {
        margin-top: 0;
    }
    .main .row2 .imgdiv
    {
        float: none;

        width: 100%;
        margin-top: 20px;
        padding-right: 0;
    }
    .list .listmain h6
    {
        padding-left: 33px;
    }
    .details .demain .smallimg .simg
    {
        display: block;
        float: none;

        margin-top: 0;
    }
    .details .slick-next
    {
        right: 0;
    }
    .details .slick-prev,
    .details .slick-next
    {
        bottom: -33px;
    }
    .detaildiv .btng .wishlist
    {
        width: 193px;
    }
    .mousetrap
    {
        display: none;
    }
    .detaildiv
    {
        padding-left: 0;
    }
    .detaildiv h3
    {
        margin-top: 14px;
    }
    .detaildiv h4.pri
    {
        margin-bottom: 12px;
    }
    .detaildiv .slide
    {
        margin-top: 20px;
    }
    .detaildiv .cacudiv
    {
        margin-bottom: 0;
    }
    .detaildiv .slide .content .con
    {
        top: 24px;
    }
    .demain .bordiv
    {
        height: 215px;
    }
    .details .demain .smallimg
    {
        margin-left: 10px;
    }
    .login .row1 .right
    {
        padding-left: 0;
    }

    .ormain .ordiv .toggle span
    {
        margin-right: 42px;
    }
    .rcon
    {
        width: 100%;
        margin-top: 14px;
        padding-left: 0;
    }
    .rcon .conmain
    {
        padding-left: 0;
    }
    .chmain .rcon form
    {
        padding-left: 0;
    }
    .chmain .rcon form input
    {
        width: 100%;
    }
    .chmain .rcon button
    {
        width: 60%;
        margin-right: auto;
        margin-left: auto;
    }
    .ormain .ordiv
    {
        text-align: center;
    }
    .login .row1 .right
    {
        margin-top: 60px;
    }
    .ormain .page
    {
        margin-top: 0;
    }
    .faqdiv
    {
        padding-left: 0;
    }
}
@media (max-width:767px)
{
    #shops .img,
    #shops .tabs
    {
        width: 100%;
        margin: 0;

        text-align: center;
    }
    #shops .img
    {
        min-height: 250px;
    }
    .lookbook ul li
    {
        width: 50%;
    }
    .about .con3 h2
    {
        position: relative;
        top: 0;
        right: 0;

        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
        text-align: center;
    }
    .about .con3 blockquote
    {
        width: 100%;
    }
    .about .conmain
    {
        width: auto;
    }
    .shipping .shippingdiv,
    .after
    {
        margin-top: 40px;
    }
    .footer .copyright
    {
        margin-top: 17px;
    }
    .page div a
    {
        font-size: 14px;
        line-height: 15px;
        line-height: 35px;

        display: inline-block;

        width: 120px;
        height: 35px;
        margin-right: 20px;
        margin-left: 10px;

        text-align: center;

        color: #fff;
        background: #666;
    }
    .page div a:last-child
    {
        margin-right: 10px;
        margin-left: 20px;
    }
    .page
    {
        margin-top: 36px;

        border: none;
    }
    .listmain ul.item
    {
        margin-top: 20px;
    }
    .list .listmain li
    {
        margin-top: 8px;
    }
    .rcon .info .infoitem .infocon,
    .member .rcon .conmain .infoitem .infoname
    {
        width: 49%;
    }
    .rcon .conmain .infoitem .infocon,
    .rcon .conmain .infoitem .infoname
    {
        padding-left: 10px !important;
    }
    .ormain .ordiv
    {
        padding-top: 18px;
    }
    .ormain .ordiv .toggle span
    {
        margin-top: 10px;
    }
    .page li
    {
        line-height: 39px;

        width: 39px;
        height: 39px;
    }
    .details .row2
    {
        padding-top: 32px;
    }
    .demain .bordiv
    {
        height: 207px;
    }
    .details .demain .smallimg
    {
        width: 17.5%;
        margin-left: 0;
    }
    .list .listmain h6
    {
        display: block;

        padding: 0;

        text-align: center;
    }
    .list .listmain h6
    {
        width: auto;
        height: auto;
    }
    .detaildiv .selectdiv.size a
    {
        margin-top: 5px;
    }
    .detaildiv .slide .content .con
    {
        top: 22px;
    }
    .btng
    {
        margin-top: 3px;
    }
    .login .row1 .group
    {
        display: block !important;

        width: 100% !important;
    }
    .login .row1 input
    {
        width: 100% !important;
    }
    .login .row1 .right .group.re
    {
        margin-left: 0;
    }
    .login .row1 .right .exam
    {
        margin-bottom: 10px;
        margin-left: 0;
    }
    .login .row1 .btndiv span
    {
        display: none;
    }
    .login .row1 form a
    {
        margin-left: 0;
    }
    .login .row1 .btndiv
    {
        margin-top: 14px;
    }
    .login .row1 button
    {
        width: 100%;
    }
    .login .row1 button.wxlog
    {
        margin-top: 15px;
    }
    .login .row1 .right .checkdiv
    {
        margin-bottom: 5px;
        margin-left: 0;
    }
    .login .row1 .right p
    {
        margin-bottom: 30px;
    }
    .login .row1 label
    {
        margin-bottom: 10px;
    }
    .addmain,
    .chmain,
    .ormain
    {
        padding-top: 0;
    }
    .address .modal-dialog
    {
        width: 300px;
        margin: 110px auto;
    }
    .address .modal-body
    {
        width: 300px;
        height: 424px;
        padding-right: 0;
        padding-left: 0;
    }
    .address .modal-body .ing
    {
        padding: 0 !important;

        text-align: center;
    }
    .address .modal-body .ing label
    {
        display: block;
    }
    .address .modal-body h4,
    .address .modal-body .ing.btning
    {
        margin-right: 0;
    }
    .member .memmain
    {
        padding-top: 0;
    }
    .member .leftnavm
    {
        margin-top: 30px;
    }
}
@media (max-width: 645px)
{
    .shop .header .linknav .navm
    {
        top: 135px;
    }
}
@media (max-width: 620px)
{
    .details .demain .bigimg
    {
        width: 80.5%;
    }
}
@media (max-width: 613px)
{
    .btng
    {
        margin-top: 18px;
    }
    .detaildiv .btng .buy,
    .detaildiv .btng .wishlist
    {
        width: 80%;
        margin: auto;
    }
    .detaildiv .btng .wishlist
    {
        margin-top: 17px;
    }
    .detaildiv .selectdiv.size .bdiv
    {
        width: 81%;
        margin-top: -3px;

        vertical-align: top;
    }
}
@media (max-width: 573px)
{
    .shop .header .linknav .navm
    {
        top: 147px;
    }
    #media-press .prev
    {
        left: -30px;
    }
    #media-press .next
    {
        right: -30px;
    }
}
@media (max-width: 563px)
{
    .header .col-md-12
    {
        text-align: center;
    }
    .header .linknav
    {
        float: none;

        width: 130px;
        margin: auto;
        margin-top: 20px;
        padding-top: 0;
    }
    .header .linknav .navm
    {
        top: 95px;
    }
    .header .linknav .navm ul
    {
        padding-right: 30px;
        padding-left: 30px;
    }
    .header .linknav .navm1 li.toplan
    {
        margin-right: -14px;
        margin-left: -14px;
    }
    .header
    {
        padding-top: 22px;
        padding-bottom: 20px;
    }.footer .copyright a
    {
        display: block;
    }
}
@media (max-width: 483px)
{
    .demain .bordiv
    {
        height: 274px;
    }
    .details .slick-prev,
    .details .slick-next
    {
        width: 25px;
        height: 25px;

        background-size: 25px 25px;
    }
}
@media (max-width: 411px)
{
    .shop .header .linknav .navm
    {
        top: 134px;
    }
}
@media (max-width: 384px)
{
    .detaildiv .slide .content table td
    {
        padding-right: 3px;
        padding-left: 5px;
    }
    .detaildiv .selectdiv.size div
    {
        margin-top: 12px;
    }
    .detaildiv .selectdiv.size a
    {
        margin-top: 15px;
    }
    .detaildiv .selectdiv.color
    {
        margin-bottom: 4px;
    }
}
@media (max-width: 370px)
{
    .about .con2 img
    {
        width: 100%;
    }
    .about .con2 li > ol
    {
        width: 78%;
    }
}
@media (max-width: 351px)
{
    .shop .header .linknav .navm
    {
        top: 124px;
    }
    .details .slidebox
    {
        margin-top: 25px;
        padding-bottom: 27px;
    }
}
@media (max-width: 330px)
{
    .details .row2
    {
        padding-top: 21px;
    }
}

.mask
{
    position: fixed;
    z-index: 20000;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 100%;

    opacity: 0;
    background: rgba(0,0,0,.5);
}
.mask.act
{
    visibility: visible;

    opacity: 1;
}
.modaldiv
{
    position: fixed;
    z-index: 20500;
    top: 70px;
    bottom: auto;
    left: 50%;

    visibility: hidden;

    width: 800px;

    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: left;

    opacity: 0;
    background: #fff;
}
.modaldiv.act
{
    visibility: visible;

    opacity: 1;
}
.modaldiv .modalhead
{
    padding: 9px 15px;

    text-align: right;

    border-bottom: 1px solid #eee;
}
.modaldiv .modalhead span
{
    cursor: pointer;

    opacity: .6;
}
.modaldiv .modalhead span:hover
{
    opacity: 1;
}
.modaldiv .modalbody
{
    overflow: auto;

    max-height: 550px;
    padding: 30px;
}
.modaldiv .modalbody table
{
    min-width: 450px;
}
@media (max-width: 991px)
{
    .modaldiv
    {
        width: 90%;
    }
}
