a:visited {
    color: #fff;
}
#productinfo img{
    width: 100%;
}
a {
    color: #fff;
    text-decoration: none;
}
.box_content table{
    width: 100%;
    border:none;
    margin-bottom: 20px;
    /*border-color:#ddd;*/
}


.box_content  td,.box_content th{
    padding: 8px 0;
    color:#333;
    font-weight: normal;
    text-align: center;
    border-color:#ddd;
}
.box_content  td p,.box_content th p{
    text-align: center!important;
    margin: 0;
}
.lt_sale_ {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.anglar-top {
    width: 44px;
    height: 36px;
    font-size: 14px;
    color: #fff;
    line-height: 15px;
    text-align: center;
    padding-top: 5px;
    background:#b5dddc;
}

.angular-bottom {
    width: 0;
    height: 0;
    border-color: #b5dddc;
    border-left: 22px transparent solid;
    border-right: 22px transparent solid;
    border-top-width: 8px;
    border-top-style: solid;
}

#toTop {
    /*display: block;*/
    color: #fff;
    text-align: center;
    bottom: 10px;
    display: none;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    position: fixed;
    right: 0;
    text-decoration: none;
    width: 40px;
    background: url(../images/to-top-arrow.png) no-repeat center;
    background-color: #B7B5B6;
    text-transform: uppercase;
    z-index: 100;
}

@charset "utf-8";
.orderPop .pop-top {
    border: none;
}

ul.center li a {
    position: relative;
}

ul.center li a .sale-mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
}

ul.center li a .sale-mask span {
    font-weight: bold;
    font-size: 35px;
    position: absolute;
    left: 40px;
    top: 90px;
    color: #000;
}

.swiper-pagination-bullet-active {
    background: #DD6768;
}

.pagination li a {
    color: #000;
}

.cardRadio {
    display: inline-block;
}

.cardImg {
    display: inline-block;
    margin-left: 5px;
    height: 24px;
    position: relative;
    top: -2px;
}

/*order.html的代码*/
.pop-top {
    height: 40px;
    width: 100%;
    border-bottom: 1px #E5E5E5 solid;
}

.pop-top h2 {
    float: left;
    display: block;
    font-size: 16px;
}

.pop-top span {
    cursor: pointer;
    font-size: 18px;
}

.pop-foot {
    height: 50px;
    width: 100%;
    border-top: 1px #E5E5E5 solid;
    text-align: right;
}

.pop-cancel, .pop-ok {
    padding: 5px 15px;
    margin: 10px 5px 0;
    border: none;
    border-radius: 5px;
    background-color: #000;
    color: #fff;
    cursor: pointer;
}

.pop-ok {
    border: 1px #000 solid;
}

.pop-cancel {
    background-color: #FFF;
    border: 1px #CECECE solid;
    color: #000;
}

.pop-content {
    margin: 10px 0;
}

.bgPop {
    display: none;
    position: fixed;
    z-index: 129;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .2);
}

.colorpink {
    color: #000;
}

.payment_method_jcb {
    display: block;
    margin: 20px 0;
    border: 1px dashed #333;
    padding: 10px;
    text-align: left;
}

.popupPrompt {
    display: none;
    color: #FF4C4C;
    font-weight: bold;
    margin: 10px 0;
}

* {
    *zoom: 1;
}

.account-login .form-list input.input-text {
    width: 100%
}

.account-login .col2-set .col-1 {
    width: 50%;
}

#loading {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 99;
    display: none;
}

#loading .loading {
    position: absolute;
    width: 300px;
    top: 40%;
    left: 50%;
    margin-left: -150px;
    text-align: center;
    z-index: 100;
}

#loading .loading img {
    display: block;
    width: 10%;
    margin: 0 auto;
}

/* COMMON */
body {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 12px;
    *font-size: 76%;
    line-height: 1.5;
    word-spacing: -0.1em;
    font-family: Cardo, serif;
}

* {
    margin: 0;
    padding: 0;
}

a:link, a:active, a:visited {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

table {
    font-size: 12px;
    *font-size: 100%;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

ol, ul {
    list-style-type: none;
}

option {
    padding-right: 5px;
}

hr {
    display: none;
}

img {
    display: block;
    border: 0;
}

form {
    display: inline;
}

select, input {
    vertical-align: baseline;
}

*:first-child + html select {
    vertical-align: middle;
}

input[type="checkbox"], input[type="radio"] {
    position: relative;
    margin-top: -3px;
    *margin-top: 1px;
    margin-right: 4px;
    vertical-align: middle;
}

input[type="checkbox"].free, input[type="radio"].free {
    background-color: #fff;
    border: none;
}

.clear {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

::-moz-selection {
    background: #000;
    color: #fff;
}

::selection {
    background: #000;
    color: #fff;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* header */
#header {
    background: #fff;
    text-align: center;
    border-bottom: solid 1px #fff;
}

#header .topHead1 {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 81px;
}

#header .logo {
    position: absolute;
    left: 4px;
    top: 12px;
    margin: 0;
}

#header .logo img {
    max-width: 270px;
}

#header .member {
    float: right;
}

#header .headLoginBox {
    overflow: hidden;
}

#header .headLoginBox .LoginBoxbottom {
    margin-top: 9px;
    float: left;
}

#header .headLoginBox .LoginBoxbottom a {
    text-align: center;
    position: relative;
    display: inline-block;
    color: #666;
    width: 176px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    white-space: nowrap;
    font-size: 17px;
    margin-right: 3px;
}
#header .headLoginBox .LoginBoxbottom a:hover{
    text-decoration: none;
}
#header .headLoginBox .LoginBoxbottom .topCart .items {
    position: absolute;
    right: 12px;
    top: 5px;
    font-size: 12px;
    background: #333;
    color: #fff;
    border-radius: 50%;
    display: block;
    height: 15px;
    line-height: 15px;
    min-width: 25px;
    text-align: center;
}

.searBox_ {
    margin: 22px 0 0 10px;
    float: right;
}

.searBox_ input {
    height: 45px;
    line-height: 45px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.searBox_ .search_top {
    width: 200px;
    text-indent: 10px;
    color: #333;
}

.searBox_ .searchBtn_top {
    text-align: center;
    background: #000;
    padding: 0 8px;
    color: white;
    font-weight: bold;
    font-size: 19px;
}

#header .top_nav {
}

#header .top_nav.fixed {
    z-index: 999;
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    height: 91px;
}

#header .top_nav .navUlBox {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: #212121;
    background: #ffffff;
}

#header .top_nav .navUlBox > li {
    display: inline-block;
    position: relative;
}

#header .top_nav .navUlBox > li > a {
    display: block;
    padding: 0 28px;
    font-size: 16px;
    color: #212121;
    height: 40px;
    line-height: 40px;
}

#header .top_nav .navUlBox > li:hover .navUlBox_childUl {
    display: block;
}

.navUlBox_childUl {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 99;
    width: 200px;
    display: none;
    /*border: solid 1px #000;*/
    margin-top: -1px;
    background: #eee;
}
a:hover{
    text-decoration: none;
}
.navUlBox_childUl li a {
    display: block;
    padding-left: 15px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    color: #333;
    font-size: 12px;
    text-align: left;
}

.navUlBox_childUl li a:hover {
    color: #121212;
    text-decoration: none;
}

/* breadcrumbs */
.breadcrumbs {
    margin: 10px auto;
}

.breadcrumbs ul {
    clear: both;
    overflow: hidden;
    padding-left: 10px;
}

.breadcrumbs ul li {
    float: left;
    margin: 0 5px 5px 0;
    padding-left: 2px;
    width: auto;
    height: 22px;
    font-size: 10px;
    color: #555;
    overflow: hidden;
}

.breadcrumbs ul li a, .breadcrumbs ul li span {
    padding: 5px 2px 5px 4px;
    width: auto;
    height: 22px;
    line-height: 1.1;
    overflow: hidden;
    display: block;
    color:#555;
    font-size: 12px;
}



.breadcrumbs ul li.current a, .breadcrumbs ul li.current span {
    text-shadow: #fff 1px 1px 1px;
}

/* pagetop */
.pagetop {
    position: fixed;
    top: 460px;
    right: 60px;
}

.pagetop img {

    padding-left: 15px;
    color: #444;
}

/* footer */
.footerNavi {
    background: #333;
    padding: 21px 0;
    border-top: solid 1px #d2d2d2;
    /*text-shadow: #fff 1px 1px 1px;*/
    line-height: 1.4;
    font-size: 11px;
    color: #fff;
    text-align: center;
}

.footerNavi .content, .footer .content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    clear: both;
    overflow: hidden;
}

.footerNavi .content div {
    float: left;
    width: 20%;
}

.footerNavi h4 {
    margin-bottom: 6px;
    font-weight: bold;
}

.footerNavi .logo_btm img {
    width: 50%;
}

.footerNavi ul li {
    margin-bottom: 5px;
}

.footerNavi a {
    color: #fff;
}

.footer {
    background: #ddd;
    padding: 15px 0;
    text-shadow: #fff 1px 1px 1px;
}

.footer .content p {
    color: #333;
}

.footer .content p a {
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
}

.footerNavi .content .fl {
    width: 50%;
}

.footerNavi .content .fl .logo img {
    width: 300px;
    height: auto;
}

.footerNavi .content .fl .footText_ {
    padding-right: 20%;
}

.share a {
    line-height: 30px;
    position: relative;
    top: 10px;
    display: inline-block;
    text-decoration: none;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    font-size: 30px;
}

.share a:before {
    display: none;
    /*font-family: 'fontawesome';*/
    position: absolute;
    top: -10px;
    left: 0;
}

/*a.facebook:before {*/
/*content: "\f082";*/
/*}*/

/*a.twitter:before {*/
/*content: "\f099";*/
/*}*/

/*a.instagram {*/
/*background: url(../img/instagram.png) no-repeat top center;*/
/*background-size: 25px 25px;*/
/*}*/

/*a.pin:before {*/
/*content: "\f0d2";*/
/*}*/

/*a.google:before {*/
/*content: "\f0d5";*/
/*}*/

.tx-al-cen {
    text-align: center;
    margin-top: 20px;
}

.tx-al-cen img {
    margin: 0 auto;
}

.margin0 {
    margin: 0 !important;
}

.copyright {
    margin-top: 20px;
    text-align: center;
}

.byText_ {
}

.byText_ p {
    text-indent: 5px;
    letter-spacing: 1px;
    color: #efeae3;;
    font-size: 16px;
}

.index-select {
    display: inline-block;
    top: 31px;
    position: relative;
    left: 200px;
}
.discount{
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin-top: 4px;
}
.discount-num{
    font-size: 18px;
    font-weight: normal;
}

.pay-countspan {
    position: absolute;
    top: 29%;
    right: 36%;
}

.pay-countspan ul {
    display: inline-block;
    color: red;
    font-size: 22px;
    font-weight: bold;
}

.pay-countspan ul li:nth-of-type(2) {
    display: inline-block;
}