*, :after, :before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
a{color: #333;display: block;}
img{max-width: 100%;}
body {
    background: #ffffff;
    color: #666;
    font-size: 12px;
    line-height: 1.5;
}
i,em{font-style: normal}
.flexBox{
    display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;-webkit-justify-content: center;-moz-justify-content: center;-ms-justify-content: center;-o-justify-content: center;justify-content: center;-webkit-align-items: center;-moz-align-items: center;-ms-align-items: center;-o-align-items: center;align-items: center;
}
.flexBoxSb{
    display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;-webkit-justify-content: space-between;-moz-justify-content: space-between;-ms-justify-content: space-between;-o-justify-content: space-between;justify-content: space-between;-webkit-align-items: center;-moz-align-items: center;-ms-align-items: center;-o-align-items: center;align-items: center;
}
.fl{float: left!important;}
.fr{float: right!important;}
.ov{overflow-y: hidden!important;}
.por_{position: relative;}
.hide{display: none;}
.txtCent{text-align: center;}
.priceColor{color: #e00;}
.mt10{margin-top: .2rem;}
.mt20{margin-top: .4rem;}
.mb10{margin-bottom: .2rem;}
.mb20{margin-bottom: .4rem;}
.arrow {
    border-top: 1px solid #313131;
    border-right: 1px solid #313131;
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-translate: all .3;
    -moz-translate: all .3;
    -ms-translate: all .3;
    translate: all .3;
}
.arrow.bottom {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.arrow.left {
    position: relative;
    left: 14px;
    top: 10px;
    width: 13px;
    height: 13px;
    border-color: #fff;
    border-width: 2px;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}


.grid-title{font-size:16px;font-weight:bold;text-align:center;position: relative;}
.grid-title span{color: #cd7bad;}
.grid-title span img{display: inline-block;padding: 0 20px;height: 22px;width: auto;}
.commenBtn{
    display: block;
    padding: 10px 2%;
    font-size: 14px;
    text-align: center;
    margin: 7% auto;
    text-decoration: none;
    border-radius: 2px;
    color: #fff;
    /*box-shadow: 0 0 0 1px #fff, 0 0 0 2px #f0608f;*/
    background: #BC8F8F;
    vertical-align: middle;
    width: 3.11rem;
    border-style: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #000000;
}
.commenBtn>*{color: #fff;}
#TrueAddToCartBtn[disabled=disabled]{
    background: #666;
}
/*header*/
.headTop{height: 1.4rem;}
.fiexdBox{position: fixed;top: 0.75rem;left: 0;width: 100%;background: #fff;z-index: 99;}
.logoBox{height: .8rem;width: 100%;overflow: hidden;}
.logoBox .logo_,
.logoBox .logo_ a{height: 100%;}
.logoBox .logo_ img{width: auto;display: block;margin: -0.1rem auto;}

.logoBox .menu_{position: absolute;left: .3rem;width: .5rem;height: .8rem;top: 0;}
.logoBox .menu_ span{display: block;background: url(../images/menu.png) no-repeat center center;background-size: .4rem auto;height: 100%;}
.logoBox .cart_{position: absolute;right: .3rem;width: .5rem;height: .8rem;top: 0;}
.logoBox .cart_ a{display: block;background: url(../images/cart.png) no-repeat center center;background-size: .4rem auto;height: 100%;}

.headNav{height: .6rem;line-height: .6rem;}
.headNav ul li{width: 25%;text-align: center;background: #cd7bad;}
.headNav ul li a{position: relative;color: #fff;font-size: .24rem;}
.headNav ul li:not(:last-child) a:after{content: "";display: block;width: 1px;height: .3rem;background: #fff;position: absolute;right: 0;top: .15rem;}
/*header end*/
/*index*/
.index-btn {
    background: #f5f6fa;
    padding: .3rem 0;
}
.index-btn a{
    width: 63%;margin: 0 auto;
    height: .7rem;
    line-height: .7rem;
    background: #000000;
    border-radius: .35rem;
    font-size: .14rem;
    color: #fff;
    text-align: center;
}
.index-recommend-bottom{}
.index-recommend-bottom a{width: 49%;}
.indexPro{}
.indexPro .index-swipertwo{}
.indexPro .index-swipertwo .goods-name{
    width: 100%;
    font-size: .24rem;
    padding: 0 .06rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.indexPro .index-swipertwo .detail{}
.indexPro .index-swipertwo .detail .price-icon{font-size: .24rem;color: #ee2e3a;}
.indexPro .index-swipertwo .detail .price{font-size: .28rem;color: #ee2e3a;}
.indexPro .index-swipertwo .detail .old-price{color: rgba(162,167,186,1);text-decoration: line-through;font-size: .24rem;}
/*index end*/

/*ul list*/
.indexListBox .react-base-list-wrapper {
    position: relative;
    width: 100%;
    line-height: 1;
    overflow: hidden;
    background: #f5f6fa;
    padding-top: .1rem;
}
.one-grid .react-base-list-wrapper{
    background: #fff;
    padding-top: 0;
}
.indexListBox .double-grid-one {
    width: 48%;
    position: relative;float: left;
    margin-bottom: 0.1rem;
    border-radius: 4px;
    overflow:hidden;
}
.indexListBox .double-grid-one.disabled_:before{
    content:"";color: #fff;height: 100%;background: url(../images/sold_out.png) no-repeat center .3rem;background-size: 3.2rem auto;
    position: absolute;left: 0;width: 100%;z-index: 4;display: block;
}
.indexListBox .double-grid-one.disabled_:after{
    content: "";display: block;width: 100%;height: 100%;z-index: 3;
    position: absolute;left: 0;top: 0;bottom: 0;background: #333;opacity: .6;
}
.goods-comments .double-grid-one{
    width: 3.54rem;
    margin-bottom: 0.18rem;
}
.indexListBox .double-grid-one a{display: block;}
.indexListBox .double-grid-one:nth-child(odd){
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}
.goods-comments .double-grid-one{
    border:none;
    padding: 0 0.09rem;
}
.goods-comments .double-grid-one img{
    border-radius:4px;
}
.goods-comments .double-grid-one:nth-child(odd){
    margin-left: 0;
    margin-right: 0;
}
.indexListBox .double-grid-item {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.one-grid .gap-right {
    font-size: 0;
}
.indexListBox .double-grid-item .goods-image{
    /*width: 100%;*/
    width: 3.6rem;
    height: 3.6rem;
    overflow: hidden;
}
.indexListBox .double-grid-item img {
    width: 100%;
}
.indexListBox .double-grid-item .goods-image img{
    position: relative;
    width: auto;
    height: 100%;
    margin: auto;
}
.indexListBox .double-grid-item .goods-name {
    position: relative;
    padding: .16rem .16rem 0;
    width: 100%;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
    font-size: .24rem;
    color: #333;
    height:0.5rem;
    line-height: 0.33rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.indexListBox .double-grid-item .detail {
    width: 100%;
    position: relative;
    /*height: 1.06rem;*/
    font-size: 0;
    line-height: 1.5;
    padding: 0 0.16rem .2rem;
}
.indexListBox .double-grid-item .detail .old-price{
    font-size: 0.24rem;
    color: rgba(162,167,186,1);
    text-decoration: line-through;
}
.indexListBox .double-grid-item .detail b {
    color: #000;
    font-weight: 700;
}
.indexListBox .double-grid-item .detail .sold{
    font-size: 0.24rem;
    color: rgba(162,167,186,1);
}
.indexListBox .double-grid-item .detail .price-icon {
    font-size: .28rem;
}
.indexListBox .double-grid-item .detail .price {
    font-size: .32rem;
}
.indexListBox .double-grid-item .detail .info {
    position: absolute;
    right: .14rem;
    bottom: .16rem;
    top: .1rem;
    font-size: .26rem;
    height: .36rem;
    line-height: .36rem;
    padding: 0 .08rem;
    background: #a67564;
    color: #fff;
}
/*ul list end*/

/*category*/
.navSort{height: .8rem;line-height: 1rem;}
.navSort .flexBox li{width: 25%;text-align: center;}
.navSort .flexBox li a{font-size: .14rem;color: #666;}
.navSort .flexBox li.active a,
.navSort .flexBox li a.active{color: #ee2e3a;}
/*category end*/

/*product */
.productSwiper{position: relative;}
.productSwiper .proIdp{
    position: absolute;
    bottom: 0rem;
    background-color: #666666;
    color: #fff;
    z-index: 1;
    font-size: .26rem;
    padding: 0 !important;
    margin: 0 !important;
}
.productPriceBox{}

div.availability {
    position: absolute;
    right: 0;
    top: 5px;
}
.in-stock span {
    border: 2px solid #00b050;
    color: #00b050;font-size: 12px!important;
}
.in-stock span,.out-of-stock span{display:inline-block;padding:0px 5px;}
.in-stock span{border:1px solid #00b050;color:#00b050;}
.out-of-stock span{border:2px solid #ffc000;color:#ffc000;font-size: 12px!important;}
.productPriceBox{padding: 5px 15px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.productPriceBox .title{font-size: 14px;}
.productPriceBox .price{font-size: 12px;font-weight: 600;color: #363636;}
.productPriceBox .price span{font-size: 20px;}
.noreturn{padding: 8px 10px;box-sizing: border-box;-webkit-box-sizing: border-box;overflow: hidden;background: #f0f0f0;}
.noreturn li{float: left;margin-right: 10px;}
.noreturn li img{height: 20px;}

.sizeChange{margin-top: 10px;}
.selectTxtBox{height: 20px;margin-bottom: 3px;font-weight: bold;}
.sizeChange .name-text {
    display: none;
    background: #eee;
    padding: 0 7px;
    border-radius: 5px;
}
.sizeChange .proRadioWrap {
    clear: both;
    overflow: hidden;
    margin: 5px 0;
}
.sizeChange .proRadioWrap label.labelSelect {
    background: #000000;
    color: #fff;
}
.sizeChange .proRadioWrap label {
    display: block;
    float: left;
    background: #eee;
    padding: 3px;
    margin: 0 10px 10px 0;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
}
.sizeChange .proRadioWrap .radio_common_icon {
    display: none;
    margin: 0 5px 0 0;
    width: 17px;
    height: 17px;
    line-height: 17px;
    border: 1px solid #e7e7e7;
}

._decision_number_box {
    position: relative;
}

._size_head {
	font-size: 14px;
	color: #666;
	text-align: left;
	margin-bottom: 5px;
}

._number_ul_box {
	padding: 0px;
	overflow: hidden;
	text-align: left;
	margin: 0;
}

._number_ul_box .add-to-cart .custom button.items-count.reduced {
	margin-right: 2px;
}

._number_ul_box .add-to-cart .custom button.items-count {
	background: #f5f5f5;
	border: 2px #eaeaea solid;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	color: #999;
	font-size: 14px;
	line-height: 15px;
	width: 30px;
	text-align: center;
	outline: none;
	height: 32px;
	float: left;
}

._number_ul_box .add-to-cart .custom button.items-count i {
	font-style: normal;
	color: #000;
	font-size: 16px;
}

._number_ul_box .add-to-cart .qty {
	padding: 0 5px;
	text-align: center;
	margin: 0 5px;
	width: 40px;
	height: 32px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	background-color: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 2px;
	float: left;
}
.add-to-cartBox{margin: 15px 0 10px;}
.add-to-cartBox p{margin-top: 5px;}
.add-to-cartBox p button{border:none;}

.productRecommen{background: #f0f0f0;}
.productRecommen .head1{text-align: center;font-size: 14px;padding: 10px 0;}
.productRecommen .head2{
    padding: 5px 10px;
    background: #BC8F8F;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}
.proHistry{padding: 15px 0;background: #f0f0f0;}
.productDetail_content{}
.productDetail_content .productDetail_content_head{
	background: #383838;
    color: #fff;
    padding: 10px 10px 10px 7px;
    display: block;
    margin: -1px 0 0 0;
    border: 1px solid #7f7f7f;
    position: relative;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
}

.productDetail_content .productDetail_content_cont{
    padding: 3%;display: block;
}
.wishNum{position: absolute; color: #fff; top: 5px; height: 50px; margin-left: 5vw; line-height: 47px; width: 50px; text-align: center; background: url(../images/heart.png) no-repeat center center; background-size: 50px auto; transform: scale(0.8); margin-top: 11px; font-size: 16px;}

.product_btn1 {
    height: 9vw;
    width: 100%;
    background: #cd7bad;
    color: #fff;
    border-radius: 3px;
}
.product_btn2 {
    height: 11vw;
    width: 100%;
    border: solid 2px #b5dddc!important;
    color: #b5dddc;
    background: #fff url(../images/heart.png) no-repeat left 20% top 2vw;
    background-size: 6vw auto;
    border-radius: 3px;
}
.add-to-cartBox{margin: 15px 0 10px;}
.add-to-cartBox .btn_B{margin-top: 5px;}
.add-to-cartBox .btn_B button{border:none;}
.mask_note {
    position: fixed;
    top: 50%;
    left: 50%;
    display: none;
    opacity: 1;
    background: rgba(0,0,0,.7);
    width: 150px;
    height: 150px;
    margin: -85px 0 0 -85px;
    padding: 10px;
    font-size: 13px;
    color: #fff;
    z-index: 99999;
    border-radius: 10px;
    text-align: center;
}
.mask_note p{height: 100%;}

/*product end*/

/*cart*/
.emptyCart{}
.emptyCart {padding: .4rem .2rem;}
.emptyCart p{text-align: center;}
.cartTopP .oneBtn_{overflow: hidden;padding: 5px;margin-top: 10px;width: 100%;box-sizing: border-box;-webkit-box-sizing: border-box;}
.cartTopP .oneBtn_ a{
    width: 90%;height: 32px;line-height: 32px;text-align: center;background: #595959;color: #fff;
    text-decoration: none;font-size: 12px;border-radius: 5px;margin: 0 auto;display: block;
}
.cartBox{}
.cartBox .top_{padding: 0 .3rem;}
.cartBox .top_ span{font-size: .32rem;}
.cart_button {
    display: inline-block;
    float: right;
    padding: 3px 14px;
    background: #f0608f;
    color: #fff;
    border-radius: 20px;
}
.cartItem .cartItemPro{}
.cartItem .cartItemPro .ov{overflow: hidden;padding: 10px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.cartItem .cartItemPro .ov>.fl{width: 25%;}
.cartItem .cartItemPro .ov>.fr{width: 75%;padding: 0 10px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.cartItem .cartItemPro .cartHeadName{font-size: 12px;font-weight: 600;color: #363636;padding-right: 4%;height: .36rem;overflow: hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical; white-space:nowrap;text-overflow:ellipsis;}
.cartItem .cartItemPro .cart_price{color: #363636;font-size: 14px;}
.cartItem .cartItemPro .cartItemNumBox{position: absolute;right: 0;bottom: 0;}
.cartItem .cartItemPro .cartItemNumBox input{
    width: 1rem;height: .46rem;line-height: .46rem;text-align: center;border:solid 1px #ccc;
    border-radius: 5px;box-sizing: border-box;-webkit-box-sizing: border-box;
}
.cartItemNumBox .cartQty_ {
    border: solid 1px #ccc;border-radius: 5px;
    width: 1rem;text-align: center;
    margin-bottom: 5px;height: .46rem;line-height: .46rem;
}
.cart_subtotal {
    margin: .2rem;
}
.cart_subtotal a{display: inline-block;}
.cart_subtotal .cart_subtotal_contents {
    font-size: .24rem;
    line-height: 1.5em;
}
.cart_subtotal .cart_subtotal_contents dt {
    float:none;font-weight:bold;margin-bottom:.14rem;
}
.cart_subtotal .cart_subtotal_contents dt span.priceColor{font-weight: normal;}
.cart_subtotal .cart_subtotal_contents dd {
    text-align: right;
    margin-bottom: .06rem;
    overflow: hidden;
}
.cart_subtotal .cart_subtotal_contents dd .commonInput_inputText {
    border: 1px solid #DDD;
    background-color: #fff;
    border-radius: 0;
    font-size: .24rem;height: .68rem;line-height: .68rem;
    float:left;width:75%;padding:0 .1rem;
}
.cart_subtotal .cart_subtotal_contents dd .button_decide{
    width:23%;height: .68rem;line-height: .68rem;background:#fff;border:1px solid #DDD;color:#000;border-radius: 5px;text-align: center;margin-top: .2rem;
}
.optionTextBox .optionTextPrice tr td{padding: .18rem .3rem;box-sizing: border-box;-webkit-box-sizing: border-box;;font-size: 13px;}
.optionTextBox .optionTextPrice tr td.txtR{text-align: right;font-size: .3rem;}
 .optionTextBox p{padding: .06rem .1rem 0;}
 .cartBuyBtnBox{margin: .8rem auto 1.2rem;width: 90%;}
/*cart end*/

/*cart */
.m_cart_head{background: #fff;height: 44px;line-height: 44px;position: relative;border-bottom: 1px solid #e7e7e7;}
    .m_cart_head .m_back{height: 100%;width: 30%;position: absolute;z-index: 2;background: url(../images/back_.png) no-repeat 0.3rem center;background-size: auto 26px;}
    .m_cart_head .m_back a{display: block;width: 100%;height: 100%;}
    .m_cart_head .m_title{text-align: center;font-size: 18px;letter-spacing: 1px;}
        .m_cart_head .m_title span{color: #333;}
.checkoutBox{margin: .1rem;}
.checkout {
    margin-bottom: .1rem;
    margin-top: 0.3rem;
}
.checkout .cart-title {
    position: relative;
    padding: 14px;
    background: #f0f0f0;
    line-height: 1.3em;
    font-size: 13px;
    font-weight: bold;
    color: #757575;
    cursor: pointer;
}
.checkout .cart-content {
    border: 1px solid #d5d5d5;
    display: block;
}
.checkout .cart-content h2 {
    padding-left: 14px;
    background: #f0f0f0;
    border-bottom: 1px solid #d5d5d5;
    line-height: 43px;
    color: #757575;
    font-size: 13px;
}
.checkout table {
    width: 100%;
}
.checkout table th {
    width: 90px;
    padding: 7px 0 7px 15px;
    background: #fff;
    color: #757575;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
}
.checkout table em {
    color: #ff1a65;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
}
.checkout table tbody tr td {
    font-size: 15px;
}
.checkout table td {
    position: relative;
    padding: 7px 10px;
    background: #fff;
    vertical-align: middle;
    text-align: left;
    font-size: 13px;
}
.checkout input[type=text] {
    width: 100%;
    height: 31px;
    color: #353535;
    border: 1px solid #cccccc;
    border-radius: 2px;
    text-indent: 7px;
}



.checkout input.inputTypeText {
    /*width: 180px;*/
}

.checkout input.three_ {
    width: 26%;
}
.checkout select {
    width: 100%;
    height: 31px;
    padding: 0 35px 0 3px;
    border: 1px solid #ccc;
    background: #fff url(../images/selectbox.gif) no-repeat right center;
    background-size: 32px 27px;
    border-radius: 3px;
    -webkit-appearance: none;
    color: #353535;
    font-family: "Meiryo","Nanum Gothic";
}
a.zip-code {
    float: right;
    background: #BC8F8F;
    padding: 0 5px;
    height: 31px;
    line-height: 31px;
    color: #fff;
    font-size: 12px;
}
.checkout table td a {
    display: block;
}
.checkout label {
    display: inline-block;
    width: 100%;
    line-height: 35px;
}
.checkout label input.radio {
    position: absolute;
    top: 20px;
    left: 20px;
}
.checkout label img {
    width: auto;vertical-align:middle;
    height: 24px;display: inline-block;
}

.checkout .cart-content .prdInfo {
    position: relative;
    padding: 14px 14px 0;
    border-bottom: 1px solid #d5d5d5;
}
.checkout .cart-content .prdInfo:last-child {
    border-bottom: none;
}
.checkout .button_decide {
    width: 96%;
    padding: 8px;
    border-radius: 5px;
    background: #cd7bad;
    color: white;
    border: none;
}
.prdInfo .description {
    position: relative;
    min-height: 90px;
    padding-left: 115px;
}
.prdInfo .description .prdImg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    border: 1px solid #d5d5d5;
}
.prdInfo .description .prdName {
    display: block;
    height: 36px;
    font-size: 13px;
    overflow: hidden;
}
.prdInfo .description .info {
    margin: 0 0 14px;
}
.prdInfo .description .info li {
    line-height: 22px;
    font-size: 11px;
    color: #757575;
}
.prdInfo .description .info li.price {
    font-size: 13px;
    color: #000;
}
.prdInfo .description .info li.price strong {
    color: #c70000;
    position: relative;
    bottom: 0;
}
/*checkout end*/

/*page*/
.contentPage{padding: .2rem;}
.contentPage .info_contsj{border:solid 1px #999;padding: .2rem;}
.contentPage .info_contsj p{font-size: .26rem;}
.contentPage .info_contsj h2{font-size: .30rem;margin-bottom: .3rem;font-weight: 600;text-align: center;color: #333;}
/*page end*/


/*login */
#main .infoArea {
    margin:10px;
    border:1px solid #cccccc;
    background:#FFFFFF
}
#main .mypage .info-content {
    margin:7px;
    padding-bottom:10px
}

#main .mypage .info-content table {
    width: 100%;
}
#main .mypage .info-content table td {
    padding: 10px 3px;
    vertical-align: middle;
}
#main .mypage .info-content table td .form-input,
.open_file table td .form-input {
    border: 1px solid #ccc;
    padding: 9px;
    outline: none;
    width: 100%;
}
.mypage .login-register-tab {
    border: 1px solid #ccc;
}
.mypage .login-register-tab ul{overflow: hidden;}
.mypage .login-register-tab ul li {
    padding: 0;
    width: 50%;
    background: #fff;
    text-align: center;
    color: #222;
    height: 36px;line-height: 36px;
    /*border-right: 1px solid #ccc;*/
    float: left;
}
.mypage .login-register-tab ul li.selected a{
    background: #BC8F8F;
    font-weight: bold;
    color: #FFF;
}
/* login end*/

/*footer*/
.footer-text{border-top:2px solid #efefef;padding:10px;font-size:13px;line-height:2.2em;}
.icon-footer{font-size:13px;overflow:hidden;text-align: center;}
.icon-footer a{
    color:#000;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    width: 160px;
    text-align: left;}
.icon-footer a img{height: 13px;margin-top: 10px;}

.copyright{border-top:2px solid #ddd;font-size:8px;line-height:1.5em;padding:10px;text-align:center;}

.back-to-top{position: fixed;bottom: 3.2rem;right: .3rem;display: none;z-index: 1000;}
.back-to-top span{display: block;width: .8rem;height: .8rem;background: url(../images/icon_totop.png) no-repeat center center;background-size: cover;}
/*footer end*/

/*top menu*/

#topMenu {
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    left: 0;
    top: 0;
    width: 75%;
    height: 100%;
    background: #fff;
    z-index: 999999;
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    -o-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    font-family: MS Mincho;
    font-weight: 600;
}
.animate-translate {
    -webkit-transform: translate3d(0,0,0)!important;
    -moz-transform: translate3d(0,0,0)!important;
    -ms-transform: translate3d(0,0,0)!important;
    -o-transform: translate3d(0,0,0)!important;
    transform: translate3d(0,0,0)!important;
}
#topMenu .ulMenu:first-child {
    border: none;
}
.ulMenu li {
    position: relative;
    line-height: 35px;
}
.ulMenu li>div.Header a {
    color: #000;
}

.ulMenu li a {
    display: inline-block;
  /*  color: #fff;*/
}
#topMenu .ulMenu li>div.Header .user_icon{
    position: relative; width:35px;height:35px;background-size: 22px !important;
    display: inline-block;background:url(../images/user.png) no-repeat center center;
}
#topMenu .ulMenu {
    border-top: 1px solid #efefef;
}
.ulMenu li>div.Header {
    position: relative;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #000;
}

.ulMenu li>div.mune{
    background: url(../images/icon-jia.png) no-repeat left 15px center;
}



.ulMenu li>div.mune_{
    padding-left: 40px;
    background-size: 20px auto;

}

#topMenu .ulMenu:nth-child(3).ulMenu li:first-child>div.Header, #topMenu .ulMenu:nth-child(4).ulMenu li:first-child>div.Header{
    padding: 0 15px;
    font-size: 12px;
    color: #000;
}
#topMenu .ulMenu:nth-child(3).ulMenu li>div.Header, #topMenu .ulMenu:nth-child(4).ulMenu li>div.Header {
    color: #333;
    padding: 0 15px;
}
.ulMenu li>div.Header span.arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
}
.ulMenu li>div.Content {
    display: none;
    background: #fff;
}
ul {
    list-style: none;
}
.ulMenu li>div.Content ul li {
    position: relative;
    font-size: 12px;
}
.ulMenu li>div.Content ul li.hot{
    background-size: auto 35px;
}
.ulMenu li>div.Content ul li.new{
    background-size: auto 35px;
}


#topMenu .Header .header_right_item_icon{display: block;position: absolute;width:40px;height:40px;top:10px;}

#topMenu .Header .header_right_item_icon.menu_mypage {
    left: 20px;background:url(../images/menu-logo2.png)
}

#topMenu .Header .header_right_item_icon.menu_login {
    background:url(../images/menu-logo.png);
}
#topMenu .Header .header_right_item_icon.menu_login + a{
    width:100%;height:100%;line-height:80px;text-indent:45px;
}
#topMenu .ulMenu.p40 li>div.Content ul li a {
    display: block;
    padding-left:50px;
}
#topMenu .ulMenu.p45 li>div.Content ul li a {
    padding: 0 45px;
}
.animate-translate {
    -webkit-transform: translate3d(0,0,0)!important;
    -moz-transform: translate3d(0,0,0)!important;
    -ms-transform: translate3d(0,0,0)!important;
    -o-transform: translate3d(0,0,0)!important;
    transform: translate3d(0,0,0)!important;
}
.commonInput_inputText {
    border: 1px solid #DDD;
    background-color: #fff;
    border-radius: 0;
    font-size: 14px;
    padding: 10px 15px;
}
#divBox.box-overflow {
    width: 100%;
    height: 100%;
    overflow: hidden!important;
}
#divBox {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0,0,0,1);
}
.divBoxOverlay.push-overlay {
    display: block;
    overflow: hidden!important;
}
.divBoxOverlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: rgba(34,34,34,.9);
    z-index: 99999;
    overflow: hidden!important;
}
.divBoxOverlay a {
    position: fixed;
    left: 75%;
    top: 50%;
    width: 35px;
    height: 35px;
    background: rgba(34,34,34,.8);
}

.button_decide {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    background: -webkit-gradient(linear,left top,left bottom,from(#313131),to(#131313));
    background: -webkit-linear-gradient(top,#313131,#131313);
    background: -moz-linear-gradient(top,#313131,#131313);
    background: -o-linear-gradient(top,#313131,#131313);
    border: 1px solid #000;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    font-size: 13px;
    height: 42px;
    line-height: 1.2em;
    text-align: center;
    width: 100%;
}
button.button_decide, button.button_payment {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: block;
}
.topmenu_blue {
    background: #a67564;
}
#topMenu .commonInput_inputText+.button_decide {
    position: relative;
    float: right;
    width: 23%;
    height: 38px;
    border:none;
}
#topMenu .commonInput_inputText+.button_decide span {
    position: absolute;
    top: 11px;
    left: 50%;
    margin-left: -10px;
    display: inline-block;
    width: 20px;
    height: 14px;
    background: url(../images/icon-email.png) no-repeat;
}
.topmenu_title {
    position: relative;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}
.indexSearch .keywords {
    float: left;
    width: 70%;
    height: 33px;
    background: url(../images/search.png) no-repeat center left;
    background-size: 14px 14px;
    padding: 4px 0 4px 1.2em;
    margin-left: 5px;
    vertical-align: middle;
    font-size: 12px;
    line-height: 120%;
    position: relative;
    outline: none;
    border: none;
    border-width: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.indexSearch .searchBtn {
    float: right;
    height: 33px;
    vertical-align: top;
    margin-left: -5px;
    border-left: 1px solid #b5dddc;
    -webkit-appearance: none;
    border-radius: 0;
    position: relative;
    width: 60px;
    background: #a67564;
    color: #fff;
}
.top_menubtnleft {
    display: inline-block;
    color: #fff!important;
    border: 2px solid #fff;
    font-size: 15px;
    line-height: 15px;
    padding: 4px;
    border-radius: 15px;
    position: relative;
    top: -12px;
    left: 3%;
}
.top_menubtnright {
    display: inline-block;
    color: #fff!important;
    border: 2px solid #fff;
    font-size: 15px;
    line-height: 15px;
    padding: 4px;
    border-radius: 15px;
    position: relative;
    top: -12px;
    left: 9%;
}
/*top menu end*/
.newTt {
    display: block;
    width: 100%;
    height: 0.9rem;
    position: fixed;
    top: 0;
    z-index: 999;
}
.newTt img{
    width: 100%;
}
.newUl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.newUl li {
    width: 49.5%;
    margin-top: 0.1rem;
}
.newUl li img {
    width: 100%;
}
.newSfImg {
    display: flex;
    justify-content: center;
}
.newSfImg img {
    margin-left: 0.15rem;
}
.category_breadCrumb_box {
    font-size: 14px;
    border-bottom: 1px solid #eee;
    top: 0;
    left: 0;
    z-index: 990;
    background: #fff;
    width: 100%;
}
.category_breadCrumb {
    display: inline-block;
    padding: 10px;
    display: flex;
}
.category_breadCrumb a {

}
.crumbs_link, .mypage_menuNavi_line a, .no_deco, .tab_liquid li .tab_liquid_list_inner, a {
    text-decoration: none;
}

.box_list {
    display: flex;
}
.box_list li {
    width: 50%;
}
.flatTab_navList.flatTab_navList_box {
    float: none;
}
.flatTab_navList_link {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 1.2em;
}
.flatTab_navList:first-child .flatTab_navList_inner {
    border-left: 1px solid #e8dcdc;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.flatTab_navList_inner {
    display: block;
    height: 35px;
    line-height: 35px;
    border: 1px solid #bbb;
    text-align: center;
}
.flatTab_navList.active .flatTab_navList_inner {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: none;
}
.reviewArea_header {
    padding: 7px 10px;
    font-size: 14px;
    line-height: 17px;
}
.fl {
    float: left;
}
.list_product_review .item {
    border-top: 1px solid #DDD;
    padding: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.list_product_review .item .pingl {
    float: left;
    width: 30%;
}
.list_product_review .item .pingr {
    position: relative;
    float: left;
    width: 70%;
}
.list_product_review .item .pingl p {
    margin-bottom: 5px;
}
.newTextP {
    font-size: 0.14rem;
    color: #000000;
}
.login-button {
    display: flex;
    justify-content: center;
}

.addToCartBtn {
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0;
    padding-left: 0;
    z-index: 1000;
    width: 100%;
    background: #fff;
}
.addToCartBtn ul {
    display: flex;
    height: 15vw;
    border-top: 1px solid #f5f5f5;
    margin-bottom: 0 !important;
}
.addToCartBtn ul li.wishlistbtn {
    display: flex;
    justify-content: space-around;
    padding: 0 5vw;
    align-items: center;
}
.addToCartBtn ul li.wishlistbtn a {
    justify-content: space-around;
    display: flex;
    width: 18vw;
    height: 40px;
    flex-direction: column;
    align-items: center;
}
.addToCartBtn ul li.wishlistbtn a.home {
    width: 9vw;
    height: 40px;
}
.addToCartBtn ul li.wishlistbtn a.btn-favorite {
    width: 18vw;
    height: 40px;
}
.addToCartBtn ul li {
    display: inline-block;
    font-size: 14px;
    width: 50%;
}
.addToCartBtn ul li.add-to-cart {
    padding: 1.33vw 0;
}
.addToCartBtn ul li.first-btn div {
    border-radius: 4px;
    float: right;
    margin-right: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.addToCartBtn ul li.add-to-cart div {
    width: 50vw;
    height: 12vw;
    text-align: center;
    color: #fff;
    font-size: 3.733vw;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.addToCartBtn ul li.add-to-cart a img {
    display: inline-block;
    width: 14%;
    color: #000;
}
.addToCartBtn ul li.add-to-cart a span {
    margin-top: 2px;
    display: block;
    color: #fff;
}
.addcart-product-item {
    position: fixed;
    top: 50%;
    left: 50%;
    background: rgba(255,255,255,.7);
    width: 65%;
    transform: translate(-50%,-50%);
    z-index: 9999;
    border: 10px solid #d1b5ab;
}
.addcart-product-item h1 {
    position: relative;
    border-bottom: 1px solid #ddd;
    line-height: 35px;
    padding: 10px 4%;
    font-size: 14px;
    text-align: center;
}

.time {
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
    font-weight: bold;
    width: 100%;
    display: block;
}
.time .time-date {
    font-size: 16px;
    vertical-align: text-bottom;
}
#saled-time-day {
    font-size: 24px;
    color: #da3f46;
    line-height: 24px;
    vertical-align: text-bottom;
}
.react-base-list-wrapper .time-sale-item{
    float: left;
    width: 48%;
    margin-left: 2%;
    padding-top: 2%;
}
.time-sale-item a{
    display: block;
}
.time-sale-item .img{
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 194.75px;
}
.time-sale-item .img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    margin-bottom: 5px;
}
.time-sale-item p{
    color: #222;
    font-size: 12px;
    margin-top: 3px;
}
.time-sale-item .ordPrice {
    font-size: 12px;
    color: #222;
    font-weight: 500;
    text-decoration: line-through;
}
.time-sale-item .price {
    color: #c70000;
    font-weight: 500;
    font-size: 18px;
}
.limit, .limitTwo {
    position: relative;
    font-size: 12px;
    margin-top: 4px;
    height: 18px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #bc8f8f;
}
.limit strong, .limitTwo strong {
    position: absolute;
    left: 8px;
    top: 2px;
    display: inline-block;
    color: #343434;
    font-weight: unset;
}
.limit p i, .limitTwo p i {
    background: #bc8f8f;
    display: block;
    margin-top: -3px;
    height: 20px;
}
.limit span, .limitTwo span {
    position: absolute;
    top: 0;
    left: 34%;
    width: 33px;
    padding: 2px 0;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
}
.limit span.limit-sps {
    color: #333;
    width: 44%;
    position: absolute;
    padding-top: 2px;
    left: 83px !important;
    border-radius: 0 8px 8px 0;
}
.limit span:before {
    border-color: #f2b09e transparent transparent transparent;
}

.limit span:before, .limitTwo span:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 72%;
    border-width: 3px;
    border-style: solid;
    width: 0;
    height: 0;
    margin: 0;
    background: transparent;
}
.btn-time-sale {
    width: 100%;
    border: 1px solid #bc8f8f;
    margin-top: 10px;
    padding: 5px 0;
    color: #bc8f8f;
    font-size: 12px;
    text-align: center;
    background: #fff;
    /* border-radius: 23px; */
    margin: 10px auto 0;
}
#time-time-sale {
    font-size: 24px;
    color: #da3f46;
    line-height: 24px;
    vertical-align: text-bottom;
}
#time-time-sale span{
    font-size: 20px;
}
.piwik_addCart_img {
    width: 0.48rem;
    height: 0.48rem;
    margin-right: 0.1rem;
}
.productRecommen .head2:after,
.productRecommen .head2:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 11px
}

.productRecommen .head2 {
    padding: 2vw 0;
    text-align: center;
    font-size: 4.27vw;
    color: #333;
    font-weight: 700
}

.productRecommen .head2:before {
    background-size: 100% auto;
    margin-right: 5px
}

.productRecommen .head2:after {
    background-size: 100% auto;
    margin-left: 5px
}

.productRecommen .proHistry .price {
    color: #343434;
    font-weight: 500;
    font-size: 4.27vw;
    padding-top: 2vw;
    text-align: left
}
#main {
    margin-top: 0.35rem;
}
.logoBox .cart_ .numC_{position:absolute;right:-12px;top:2px;width:20px;height:20px;border-radius:50%;background:#730619;color:#fff;text-align:center;line-height:20px; font-size: 14px; transform: scale(.8);}

.txtR {
    color: #c70000;
}
.cartTotolePrice {
    font-weight:bold
}

.onstepTotlePrice {
    color: #c70000;
    font-weight:bold
}


/**/
.pay-return{padding-bottom: 20px;}
.pay-return .back{width: 100%;height: 40px;position: relative;border-bottom: 1px solid #ccc;}
.pay-return .back .left{width: 40px;height: 40px;position: absolute;left: 0;}
.pay-return .back .left img{width: 80%;margin-top: 3px;margin-left: 3px;}
.pay-return .back .right{text-align: center;line-height: 40px;font-size: 16px;font-weight: bold;}
.pay-return .pay-content.error .text{background-size: 100% 100%;background-repeat: no-repeat;}
.pay-return .pay-content .text .img{padding: 1vh 0 5vh;}
.pay-return .pay-content .text img{width: 60px;height: 60px;margin: 0 auto;display: block;}
.pay-return .pay-content .text p{text-align: center;padding: 5px;color: #333;line-height: 22px;font-size: 14px;}
.pay-return .pay-content .text p:nth-child(2){font-size: 16px;font-weight: bold;padding-top: 0;}

.pay-return .pay-content .btnBox_py .btn_{
    display: block;width: 60%; height: 36px;border-radius: 18px;font-size: 14px;text-align: center;line-height: 36px;margin: 0 auto;
    background: #fff;color: #000;border: 1px solid #740619;
}
.pay-return .pay-content .btnBox_py .btn2_{background: #740619;color: #fff;border: 1px solid #740619;margin-bottom: 20px;}

.pay-return .pay-content.success .text{height: 280px;background-size: 100% 100%;background-repeat: no-repeat;}

.pay-return .pay-content.success .btnBox_py .btn_{background: #05cdc0;color: #fff;border: 1px solid #05cdc0;margin-bottom: 20px;}

.pay-return .pay-content .time{padding: 30px 10px;text-align: center;font-size: 20px;font-weight: bold;}
.pay-return .pay-content .total-price{overflow: hidden; padding: 10px 0;border-top: 1px solid #ccc;width: 90%;margin: 0 auto;}
.pay-return .pay-content .total-price .left{float: left;}
.pay-return .pay-content .total-price .right{float: right;font-weight: bold;}
.pay-return .pay-content .pay-methods h3{background: #f2f2f2;height: 40px;line-height: 40px;width: 90%;margin: 0 auto;padding: 0 10px;box-sizing: border-box;}
.pay-return .pay-content .pay-methods ul{width: 90%;margin: 10px auto;}
.pay-return .pay-content .pay-methods ul li label{display: block;height: 50px;line-height: 50px;border-bottom: 1px solid #ccc;}
.pay-return .pay-content .pay-methods ul li label img{height: 25px;width: auto;display: inline-block;vertical-align: middle;}
.pay-return .pay-content .pay-methods ul li label img.checked{width: 20px;height: 20px;float: right;margin-top: 12px;display: block;}
.pay-return .pay-content .pay-methods ul li label input{display: none;}

.pay-return .pay-content .btnBox_py{display: block;width: 100%;}
.pay-return .pay-content .btnBox_py button{background: #ff584c;color: #fff;border: 1px solid #ff584c;margin-top: 50px;}

.index-title {
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 200px;
    background-color: #a67564;
    padding: 10px 0;
    margin: 10px 0;
}
.index-title p{
    font-size: 20px;
    padding-bottom: 3px;
    text-align: center;
    font-weight: 500;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0 !important;
}
.index-title-two{
    font-size: 12px !important;
}
.price-sr{
    font-size: 0.24rem !important;
}
.price-sr span{
    font-size: 0.36rem !important;
}
.price-srb{
    font-size: 0.24rem !important;
}
.price-srb span{
    font-size: 0.36rem !important;
}
.price-srs span{
    font-size: 0.24rem;
}
.listPorint_bg {
    background-color: #a67564;
    font-size: 0.22rem !important;
}
.productReviewsCont #sizesTable{
    width: 100% !important;
}
.goTop {
    bottom: 37vw;
    right: 10px;
    position: fixed;
    z-index: 99;
}
.goTop img {
    width: 35px;
}
.fixed_cart_btn {
    width: 100%;
    background-color: #fff;
    z-index: 998;
    border: 1px solid #fff;
    padding-left: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: fixed;
    bottom: 0;
}
.box_list_cart {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -o-box-sizing: border-box;
}
.box_list_main_a a {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: none;
    outline: none;
    background: #000;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.box_list_cart > div {
    width: 50%;
}
.cart-checkout {
    width: 100%;
    position: fixed;
    bottom: 0;
}
.onesetpchekoutbtn{
    width: 95% !important;
    margin: 0 auto !important;
}
.del_onecheckout {
    display: block;
    width: 16px;
    height: 16px;
    float: right;
    margin-top: -0.4rem;
}
.del_onecheckout img {
    display: block;
    width: 100%;
}

/*dashboard*/

.rdstr{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.crumbs_nav{font-size:10px;line-height:1.2em;margin:6px 10px;}
.crumbs_item{display:inline;text-decoration:underline;padding-right:14px;position:relative;}
.crumbs_link{display:inline;padding:3px 0;color:#000;text-decoration:none;}
.crumbs_item:after{content:"";display:block;width:4px;height:4px;border-right:1px solid #222;border-top:1px solid #222;margin-top:-2px;position:absolute;right:5px;top:50%;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);}
.no_deco{text-decoration:none;}
.dashboardCont .headBox{border:2px solid #e5e5e5;padding:2px;margin:15px auto;width:90%;}
.dashboardCont .headPer{background-color:#f0f0f0;text-align:center;font-size:15px;padding:7px;font-weight:600;}
.mypage_menuNavi{display:block;}
.mypage_menuNavi_line{display:-webkit-box;display:-moz-box;display:-o-box;display:box;box-sizing:border-box;-webkit-box-align:stretch;-moz-box-align:stretch;-o-box-align:stretch;width:100%;border-bottom:1px solid #ddd;font-size:10px;line-height:1.5em;text-align:center;}
.mypage_menuNavi_line,.orderDetail_infoList_item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;}
.mypage_menuNavi_item{position:relative;display:block;-webkit-box-flex:1;-moz-box-flex:1;-o-box-flex:1;box-flex:1;width:100px;height:66px;background:-webkit-gradient(linear,left top,left bottom,from(#FFF),to(#F5F5F5));background:-webkit-linear-gradient(top,#FFF,#F5F5F5);background:-moz-linear-gradient(top,#FFF,#F5F5F5);background:linear-gradient(top,#FFF,#F5F5F5);border-top:1px solid #ddd;border-left:1px solid #ddd;}
.mypage_menuNavi_line a{color:#000;text-decoration:none;}
.mypage_menuNavi_item:first-child{border-left:none;}
.mypage_menuNavi_icon{height:43px;}
.mypage_menuNavi_item .sprite-mypage3_shuppinItem{margin-top:7px;}
.mypage_menuNavi_item .sprite-mypage3_orderHistory{margin-top:6px;}
.mypage_menuNavi_item .sprite-mypage3_heart{margin-top:8px;}
.mypage_menuNavi_item .sprite-mypage3_sainyuuka,.mypage_menuNavi_item .sprite-mypage3_viewHistory{margin-top:7px;}
.mypage_menuNavi_item .sprite-mypage3_review{margin-top:11px;}
.mypage_menuNavi_item .sprite-mypage3_member,.mypage_menuNavi_item .sprite-mypage3_point{margin-top:8px;}
.sprite-mypage3{background-image:url(../images/sprite_mypage3.png);background-position:left top;-webkit-background-size:472px 35px;background-size:472px 35px;}
.sprite-mypage3_shuppinItem{background-position:-324px 0;width:32px;height:28px;}
.sprite-mypage3_orderHistory{background-position:-39px 0;width:31px;height:35px;}
.sprite-mypage3_heart{background-position:0 0;width:34px;height:31px;}
.sprite-mypage3_sainyuuka{background-position:-110px 0;width:33px;height:33px;}
.sprite-mypage3_review{background-position:-148px 0;width:25px;height:25px;}
.sprite-mypage3_member{background-position:-218px 0;width:28px;height:31px;}
.mypage_menuNavi_item span{display:inline-block;}
.mypage_menuNavi_item span.dashboard_num{position:absolute;top:4%;right:4%;width:20px;height:20px;line-height:20px;background:#740619;border-radius:50%;color:#fff;}
.title_main{background-color:#f39891;color:#333;font-size:13px;line-height:1.2em;padding:7px 10px;position:relative;text-align:left;}
.coreMore{-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-box-pack:end;-moz-box-pack:end;box-pack:end;display:box;font-size:15px;height:49px;border-bottom:1px solid #ddd;border-top:1px solid #ddd;}
.coreMore,.corePager{display:-webkit-box;display:-moz-box;width:100%;}
.coreMore_textWrap{padding-right:15px;position:relative;margin-right:10px;}
.coreMore_icon{position:absolute;right:0;top:50%;margin-top:-4px;}
.commonInput_inputText{border:1px solid #ddd;background-color:#fff;border-radius:0;font-size:14px;padding:12px 15px;width:100%;}
.simple_list_item{border-bottom:1px solid #ddd;}
.simple_list_link{display:block;padding:10px;}
.box_list_main{flex:1;-webkit-flex:1;}

/*dashboard end*/

/*points */
.points{padding:20px 10px;}
.orderCont{margin:0 -10px;position:relative;border-spacing:0;border-collapse:collapse;}
.orderCont tr th{vertical-align:middle;border:0;padding:2% 1%;text-align:center;}
.points .orderCont tr th{border-top:1px solid #ddd;}
.orderCont tr td{vertical-align:middle;border-right:1px dashed #ddd;border-bottom:1px dashed #ddd;padding:1%;}

/*points end*/

/*wishlist */
.tab_liquid{position:relative;z-index:2;margin:8px 0;}
.tab_liquid li .tab_liquid_list_inner{display:block;height:32px;line-height:28px;font-size:13px;background:#f5f5f5;text-align:center;text-decoration:none;border:1px solid #ddd;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.list_product_line .list_product_item{border-bottom:1px solid #ddd;position:relative;}
.list_product_line .list_product_item:last-child{border-bottom:0;}
.list_product_line .list_product_link{display:block;padding:5px 20px 5px 10px;line-height:1;}
.list_product_line .list_product_frame{width:100%;display:-webkit-box;display:-moz-box;display:-o-box;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;}
.list_product_line .list_product_img_block{width:120px;position:relative;}
.list_product_line.list_product_line_checkbox .list_product_img_block{width:80px;padding:1px;border:1px solid #ccc;}
.list_product_line .list_product_img_block img{width:120px;height:120px;display:block;overflow:hidden;}
.list_product_line.list_product_line_checkbox .list_product_img_block img{width:80px;height:80px;}
.list_product_line .list_product_text_block{height:94px;-webkit-box-flex:1;-moz-box-flex:1;-o-box-flex:1;margin-left:10px;position:relative;margin-right:15px;}
.list_product_line .list_product_text_block a{display:block;}
.list_product_line .list_product_name{font-size:12px;color:#060606;line-height:1.3em;margin-top:12px;}
.list_product_box{margin-top:1%;}
.list_product_box .list_product_item{float:left;position:relative;width:32%;margin-left:1%;padding-bottom:6px;}
.list_product_line .list_product_name{font-size:12px;color:#060606;line-height:1.3em;margin-top:12px;}
.list_product_line.list_product_line_checkbox .list_product_name{margin-top:4px;}
.list_product_line .list_product_price{font-size:15px;font-weight:700;line-height:1.1em;}
.list_product_box .list_product_price{font-size:13px;}
.list_product_link .btn_delete{display:block;width:50px;height:32px;font-size:12px;position:absolute;bottom:0;right:10px;}
.list_product_price_block{font-size:11px;line-height:1.2em;}
.list_product_line .list_product_price_block{position:absolute;bottom:8px;padding-top:8px;}
.i_common_cart,.i_common_product,.sprite-fleamarket,.sprite-fleamarket2,.sprite-leanModal,.sprite-mypage3,.sprite-validator,.sprite_common{background-repeat:no-repeat;}
.i_common_cart{background-image:url(../images/sprite_cart.png);background-position:left top;-webkit-background-size:11px 33px;background-size:11px 33px;display:block;}
.sprite-trash_g{background-position:0 0;width:11px;height:14px;}
.list_product_link .btn_delete .icon_img{position:absolute;display:block;top:6px;left:6px;}
.list_product_link .btn_delete .icon_txt{position:absolute;display:block;top:6px;left:22px;line-height:14px;}

/*wishlist end*/

/*shipping-address*/
.breadCrumb .pageTitle{width:100%;display:block;text-align:left;padding:8px 3%;border-bottom:1px solid #383838;color:#383838;background:#fff;font-size:12px;font-weight:600;}
.pageTitle.headBg1 {padding: 6px 10px 5px;margin-top: 20px;background: #484848;font-weight: bold;color: #fff;}
.addressBox h3{background-color:#BC8F8F;font-size:14px;padding:10px;color:#fff;margin-bottom:10px;}
hr.bgDash{height:1px;background:url(../images/2dot-b0b0b0.png) repeat-x 0 0;margin-top:10px;margin-bottom:10px;border-style:none;}
.center-btn{position:relative;overflow:hidden;margin-left:-3%;margin-right:-3%;padding-top:0;padding-bottom:5px;margin-bottom:20px;}
.center-btn ul{position:relative;left:50%;float:left;padding:0;margin:0 2px;}
.center-btn li{position:relative;left:-50%;float:left;color:#383838;}
.center-btn ul li a,.center-btn ul li input{padding:7px 15px;background-color:#fff;color:#383838;border:1px solid #595959;margin:0 10px;display:block;text-decoration:none;border-radius:2px;font-size:15px;line-height:20px;}
.center-btn ul .center-btn-grey a{background-color:#81c7d4;color:#fffcfc;border:1px solid #81c7d4;}

/*shipping-address end*/

/*updata shipping-address */
.registCont>.pHead{line-height:22px;font-size:13px;}
.registContBox{box-sizing:border-box;-webkit-box-sizing:border-box;border-radius:3px;}
/*.registContBox li{padding:10px 0;border-bottom:dashed 1px #666;}*/
.registContBox h4{margin: 5px -10px;font-size: 12px;background: #eee;padding: 3px 10px;line-height: 16px;}
.registContBox h4 .requireSpan{color: #d02323;font-size: 20px;margin-left: 5px;}
.loginInput{width:100%;height:30px;padding:5px;box-sizing:border-box;-webkit-box-sizing:border-box;margin:5px 0;font-size:14px;border: solid 1px #ddd;}
.registContBox .support-txt{color:#878787;font-size:14px;margin-top:5px;}
.loginSelect{background:url(../images/arrow-down.png) no-repeat right center;background-size:34px 34px;-webkit-appearance:none;}

/*updata shipping-address end*/

.arrowRight_ {
    background-image: url(../images/right.png);
    background-repeat: no-repeat;
    background-size: .1rem auto;
    background-position: right .25rem center;
    padding-right: .5rem;
}
.arrowRight_.white_{
    background-image: url(../images/right_1.png);
    background-size: .3rem auto;
}
/*orders */
.pd_b3{padding:3%;}
.orderCont{margin:0 -10px;position:relative;border-spacing:0;border-collapse:collapse;}
.title-return{position:relative;}
.title-return h2{padding:20px 0;font-size:18px;color:#000;text-align:center;font-weight:700;}
.title-return a{position:absolute;top:20px;left:14px;width:33px;}
.title-return a img{display:block;width:100%;}
.order-tab{background:#fff;margin:7px 0 0;font-size:13px;}
.order-tab ul.order-tab-ul{height:44px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;justify-content:space-between;-webkit-justify-content:space-between;}
.order-tab ul.order-tab-ul li{float:left;width:19%;height:44px;line-height:15px;text-align:center;color:#fff;font-size:13px;padding:5px 0;background:#f2b6bf;}
.order-tab ul.order-tab-ul li.active{background:#740619;color:#333;font-weight:bold;}
@media screen and (max-width:376px){
    .order-tab ul.order-tab-ul,.order-tab ul.order-tab-ul li{height:57px;}
}
.order-cont .order-content{display:none;padding:7px;}
.order-des{position:relative;border-left:1px solid #d5d5d5;border-right:1px solid #d5d5d5;border-top:1px solid #d5d5d5;background:#fff;margin-top: 10px}
.order-des h3{background:#f1f1f1;padding:5px 0 5px 14px;line-height:20px;color:#333;font-size:13px;font-weight:normal;overflow:hidden;}
.order-des h3 a{color:#333;font-weight:500;font-size:14px;}
.order-des .description{position:relative;min-height:90px;padding:14px 0 0 104px;background-color:#fff;}
.order-des .description .prdImg{position:absolute;left:14px;top:14px;width:73px;border:1px solid #d5d5d5;height:73px;}
.order-des .description .prdImg a{display:block;}
.order-des .description .prdImg a img{width:73px;height:73px;}
.order-des .description .prdName{display:block;margin-bottom:10px;font-size:13px;}
.info-other{position:relative;}
.info-other li:nth-of-type(1){font-size:10px;width:60%;}
.info-other li span{display:block;margin-bottom:5px;}
.info-other li:nth-of-type(2){position:absolute;left:70%;top:2px;}
.order-des .description .info li .price{margin-bottom:7px;font-size:13px;color:#000;}
.order-des .status{padding:0 2px 0 10px;background:#f1f1f1;border-bottom:1px solid #d5d5d5;line-height:40px;font-weight:bold;color:#740619;clear:both;overflow:hidden;}
.order-des a.btnDetail span{font-size:16px;padding-left:5px;}
.order-des a.btnDetail{position:absolute;top:4px;right:5px;font-stretch:expanded;size:12px;color:red;font-weight:bold;}
.order_pay_cancel{background:#fff;border:#740619 solid 1px;border-radius:3px;margin-top:8px;height:34px;line-height:34px;margin-left:5px;color:#740619;}
a.pay_btn{line-height:12px;margin-right:5px;}
.orderCont td button,a.pay_btn,button.pay_btn{
    background: #740619;
    border-radius: 3px;
    padding: 0 11px;
    margin-top: 6px;
    border: none;
    color: white;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

/*orders end*/
/*profile */
.section_margin{margin-top:10px;margin-bottom:10px;}

/*profile end*/

/*orderdetail */
.company{width:100%;position:relative;padding:0 2%;border-spacing:0;border-collapse:collapse;}
.company tr{border-bottom:1px solid #ddd;line-height:25px;}
.company tr th{width:30%;vertical-align:middle;border-right:1px solid #ddd;padding:0 2%;}
.company tr td{width:62%;vertical-align:middle;}
.companyTable{width:100%;position:relative;border-spacing:0;border-collapse:collapse;border-top:1px solid #ddd;}
.companyTable tr{border-bottom:1px solid #ddd;}
.companyTable tr th{width:60%;vertical-align:middle;padding:2%;text-align:left;font-weight:700;}
.companyTable tr td{width:32%;vertical-align:middle;padding:2%;font-weight:700;text-align:right;}

/*orderdetail end*/
.cart-text {
    font-size: 0.30rem;
}
.cartPrice{
    font-size: 0.36rem;
}
.cartDiv{
    background-color: #f5f5f5;
}
.cart-title {
    border-top: 2.67vw solid #f5f5f5;
    height: 12.8vw;
    line-height: 12.8vw;
    padding: 0 2.67vw;
    color: #464854;
    border-bottom: 1px solid #f5f5f5;
    font-weight: 700;
    font-size: 10px;
    box-sizing: content-box;
    text-align: left;
}


.radioBoxUl_{}
.radioBoxUl_ li{position: relative;height: 1rem;line-height: 1rem;}
.radioBoxUl_ li input[type=radio]{position: absolute;left:-9999em;}
.radioBoxUl_ li label{overflow: hidden;display: block;}
.radioBoxUl_ li label i.raido_i{position: absolute;right: .3rem;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.raido_i{
    font-size: 0;width: 16px;height: 16px;display: block;border:solid 1px #000;border-radius: 50%;
}
.radioBoxUl_ li input[type=radio]:checked + label .raido_i:after{
    content: " ";display: block;width: 8px;height: 8px;background: #000;border-radius: 50%;
    position: absolute;right: 3px;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);
}
.radioBoxUl_ li input[disabled] + label .raido_i{background: #eee;}
.radioBoxUl_ li label .vip_{color: #740619;border:solid 1px #740619;height: .36rem;line-height: .36rem;padding: 0 .1rem;border-radius: .2rem;font-size: .22rem;display: none;}
.radioBoxUl_ li label .img_{height: .42rem;display: inline-block;transform: translateY(.15rem);-webkit-transform: translateY(.15rem);}
.radioBoxUl_ li label .img_ img{width: auto;height: .42rem;}
.radioBoxUl_ li input[type=radio]:checked + label .vip_{display: inline-block;}
.radioBoxUl_ li label .text_{color: #1c1f29;}
.radioBoxUl_ li label .price_{color: #000;font-weight: 600;font-size: .26rem;margin-left: .3rem;}
.radioBoxUl_ li label .del_{color: #999;}
#shopping-cart-totals-table th{padding-left: 0;}
#shopping-cart-totals-table td:nth-child(even){text-align: right;}

.new_shippingUl_1 .radioBoxUl_ li{height: auto;}
.new_shippingUl_1 .radioBoxUl_ li label.checkout_shipping_label .checkout_shipping_div{padding: .2rem;line-height: .4rem;}
.new_shippingUl_1 .radioBoxUl_ li label .price_{margin-left: 0;}
.new_shippingUl_1 .radioBoxUl_ li label .info_{color: #000;font-weight: 600;font-size: .26rem;margin-left: .3rem;}
.new_paymentUl_1 .checkoutContent_ .itemsBox_cont_{padding-bottom: .1rem;}

.radioBoxUl_ li label.checkout_shipping_label{
    padding: .1rem 0;
    box-sizing: content-box;
}
.radioBoxUl_ li label.checkout_shipping_label .checkout_shipping_div{
    line-height: .8rem;
    border: dashed 1px #333;
    padding-left: .2rem;
}
.radioBoxUl_ li input[type=radio]:checked + .checkout_shipping_label .checkout_shipping_div {

    background: #ede2d9;
}

.reviews_btns {
    width: 100%;
    border-radius: 4px;
    border: 0 #eec1c9;
    display: inline-block;
    cursor: pointer;
    padding: 13px 0;
    font-size: 12px;
    background: #eec1c9;
    color: #fff;
    text-align: center;
}

textarea.required-entry {
    font-family: lato,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",HiraKakuProN-W3,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    color: #b2b2b2;
    border-radius: 2px;
    border: 1px solid #ddd;
    width: 100%;
}
.onesetupcheckout-title {
    padding-left: 14px;
    background: #f0f0f0;
    border-bottom: 1px solid #d5d5d5;
    line-height: 43px;
    color: #757575;
    font-size: 13px;
}


.onestepadditem-div{
    width: 100%;
    background-color: #F2F2F2;
    border-bottom: 1px dotted #ccc;
}
.onestepadditem-div label{
    margin: 0 auto;
    padding: 0px 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.onestepadditem-radio{
    display: block;
}
.onestepadditem-div-div{
    width: 100%;
    margin-left: 20px;
}
.onestepadditem-div-div p{
    font-size: 12px;
    line-height: 30px;
    margin: 0 !important;
}
.cart-content h2{
    margin: 0 !important;
}

.add-addr {
    line-height: 16px;
    text-align: left;
    padding: 10px;
    overflow: hidden;
    background: #fff;
    position: relative;
}
.add-addr img {
    width: 16px;
    float: left;
    margin-right: 5px;
}
.add-addr a {
    font-weight: bold;
}
.timesaleicon{
    display: block;
    width: 85px !important;
    height: 24px !important;
    position: absolute !important;
    bottom: 1.18rem;
}

.cart_button_two_q {
    display: block;
    /*padding: 3px 14px;*/
    background: url(../../assets/images/checkout-gif.gif) center/100% auto no-repeat;
    border-radius: 5px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    width: 80%;
    margin: 20px auto;
    text-align: center;
    border: none;
}
.cart_button_two_q span {
    line-height: 30px;
}

.failed-content1  {
    margin-top: 10%;
    border: 1px solid #5F9EA0;
    padding: 2%;
}


.order-productImg {
    position: relative;
    display: inline-block;
}

.order-productImg a {
    display: block;
    position: relative;
}

.order-productImg img {
    display: block;
    width: 100%; /* 可根据需要调整宽度 */
    height: auto;
}

.order-productImg a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 半透明黑色遮罩 */
    z-index: 1;
}

.order-productImg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    z-index: 2;
    pointer-events: none; /* 确保点击可以透过遮罩到达图片链接 */
}
.content  table {
    width: 100% !important;
    table-layout: fixed;
}
.productReviewsCont table  th,
.productReviewsCont table td {
     width: auto !important;
    min-width: 0 !important;
}

.topProductColorOptionValue {
    background: #f3f3f3;
    color: #555555;
    font-size: 14px;
    margin: 0 -8px;
    padding: 11px 8px 9px;
}
.topProductSizeOption{
    margin-top: 20px;

}
.topProductSizeOptionValue{
    background: #f3f3f3;
    color: #555555;
    font-size: 14px;
    margin: 0 -8px;
    padding: 11px 8px 9px;
}
.topProductOptionColorLists{
    display: flex;
    flex-wrap: wrap;
    overflow: unset;
}
.topProductOptionColorItem {
    flex-basis: calc(33.33% - 14px);
    margin: 12px 14px 0 0;
    justify-content: center;
    position: relative;
}
.topProduct_bigImg_Btn{
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
}
.topProductLargeImage {
    top: 0;
    bottom: 0;
    left: 0;
    display: none;
    position: fixed;
    height: 100%;
    z-index: 99999;
    width: 100%;
    background: rgb(0,0,0, 0.9);
}
.topProduct_swiper_container {
    z-index: 1;
}
.topProductOptionSizeLists {
    display: flex;
    flex-wrap: wrap;
    overflow: unset;

}
.topProductOptionSizeItem{
    margin: 7px 10px;
    padding: 0;
    font-size: 12px;

}
.topProductOptionSize{
    padding: 2px 10px;
    display: inline-block;
}

.topProductNumOption{
    background: #f3f3f3;
    color: #555555;
    font-size: 14px;
    margin: 0 -8px;
    padding: 11px 8px 9px;
}
.topProductNumOption-btn-number{
    display: inline-block;
    font-size: 0;
    margin: 0;
}
#topProductNumOption-btn-number-minus {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #f5f5f5;
    background: #d9d9d9;
    display: inline-block;
}
.topProductNumOption-btn-number >div{
    border: 1px solid #a7a7a7;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    display: inline-block;
}
#topProductNumOption-btn-number-num {
    width: 52px;
    border-left: none;
    border-right: none;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    background-color: #f6f7f9;
}
#topProductNumOption-btn-number-plus {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #f5f5f5;;
    background: #ccc;
}
.topProductNumOption-btn-number-input-number{
    text-align: center;
    width: 40px;
}
.topProductOptionColorItem.labelSelect {
    border: 4px solid black;

}
.topProductOptionSizeItem.labelSelect {
    border: 4px solid black;
}
.top_product_large_close{
    z-index: 888;
    position: fixed;
    left: 14px;
    top: 28px;
    height: 22px;
}
.top_product_large_item_name{
    color: #fff;
    text-align: center;
    margin-top: 7vw;
}
