body {
    font-family: "Microsoft YaHei",tahoma,arial,'Hiragino Sans GB','\5b8b\4f53',sans-serif;
    -webkit-font-smoothing: antialiased;
}
a {
    color: #333;
}
a:link {
    text-decoration: none;
}
a:visited {
}
a:hover {
    color: #333;
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
a:focus,
a:active,
a:hover {
    outline: none;
}
.icon {
    min-width: 32px;
    min-height: 32px;
    display: inline-block;
}
.text-important {
    font-size: 16px;
    color: #f10180;
}
.alert {
    margin: 20px 20px 0;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    vertical-align: middle;
}
.tab-content {
    padding: 20px 0;
}
.checkbox,
.radio {
    margin: 5px 0;
}
.custom-checkbox {
    margin: 0 auto;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 28px;
    display: block;
    background: #f8f8f8;
    border: 1px solid #eee;
}
.custom-checkbox .checkbox {
    margin: 0 auto;
}
.item {
    margin: 10px;
    display: table;
}
.cart .item {
  font-size: 12px;
}
.item-image {
    width: 80px;
    display: table-cell;
}
.item-image a {
    display: block;
}
.item-image img {
    width: 64px;
    height: 64px;
    border: 1px solid #eee;
}
.item-details {
    display: table-cell;
    vertical-align: top;
}
.item-title {
    font-size: 14px;
}
.item-variation {
    margin: 5px 0;
    font-size: 12px;
    color: #666;
}
.item-stock-shortage {
    font-size: 12px;
    color: #f00;
}
.amount {
    width: 138px;
    border: 1px solid #ccc;
}
.amount .input-group-addon {
    padding: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    border: 0;
    border-radius: 0;
}
.amount .input-group-addon .glyphicon {
    color: #666;
    font-size: 12px;
    font-weight: normal;
}
.amount .form-control {
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    border-top: 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: center;
    border-bottom: 0;
    z-index: 0;
}
#shortcut {
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    background: #f2f2f2;
    border-bottom: 1px solid #ccc;
}
#shortcut a {
    padding: 0 10px;
    display: inline-block;
}
#shortcut a:hover,
#shortcut a.active {
    color: #c81623;
}
#shortcut .dropdown-qrcode {
  display: inline-block;
}
#shortcut .dropdown-qrcode .dropdown-menu {
  padding: 0;
  margin: 0;
  border: none;
  min-width: 128px;
}
#shortcut .dropdown-qrcode .dropdown-menu img {
  width: 128px;
  height: 128px;
}
#header .logo {
    margin: 25px 0;
    height: 70px;
}
#header .logo img {
    height: 100%;
}
#header .search-form {
    margin: 30px auto 10px;
    padding: 2px;
    width: 80%;
    display: table;
    background: #f10180;
}
#header .search-form .form-control {
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
#header .search-form .btn {
    padding: 0 20px;
    font-size: 16px;
    color: #fff;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #f10180;
    border: 0;
    border-radius: 0;
}
#header .search-keywords {
    margin: 0 auto;
    width: 80%;
}
#header .search-keywords a {
    margin-right: 10px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    display: inline-block;
}
#header .cart-shortcut {
    float: right;
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
    display: block;
    width: 120px;
    font-size: 14px;
    background: #fafafa;
    border: 1px solid #ccc;
    border-radius: 3px;
}
#header .cart-shortcut a {
    height: 38px;
    line-height: 38px;
    display: block;
}
#header .cart-shortcut-icon {
    float: left;
    margin: 0 10px;
    font-size: 20px;
    color: #f10180;
}
#header .cart-shortcut-text {
    font-size: 16px;
    color: #666;
}
#header .cart-shortcut-amount {
    padding: 0 8px;
    position: absolute;
    top: -10px;
    right: -10px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    background: #f10180;
    border-radius: 10px;
}
#navigation {
    height: 44px;
    min-height: 44px;
    background: #333333;
    overflow: hidden;
}
#navigation a {
    padding: 0 35px;
    float: left;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
#navigation a.active {
  background-color: #f10180;
}
#main-banner a {
    display: block;
    height: 400px;
}
#main-banner .carousel-indicators li,
#main-banner .carousel-indicators li.active {
    margin: 0 3px;
    width: 10px;
    height: 10px;
}
#main-banner .carousel-control.left,
#main-banner .carousel-control.right {
    width: 10%;
    background: none;
}
#main-banner .carousel-inner .item {
    margin: 0;
}
.promos {
    margin-top: 20px;
    margin-bottom: 20px;
}
.promos a {
    display: block;
}
.promos img {
    width: 100%;
}
.floor {
    margin-top: 20px;
    margin-bottom: 20px;
}
.floor-header {
    position: relative;
    height: 32px;
    line-height: 32px;
}
.floor-header:after {
    position: absolute;
    left: 0;
    top: 7px;
    bottom: 7px;
    content: "";
    width: 3px;
    height: 18px;
    background: #f10180;
}
.floor-header .floor-title,
.floor-header .floor-sub-title {
    display: inline-block;
}
.floor-header .floor-title {
    margin-left: 15px;
    margin-right: 10px;
    color: #f10180;
    font-size: 18px;
}
.floor-header .floor-sub-title {
    font-size: 14px;
}
.floor-header .floor-links {
    float: right;
}
.floor-header .floor-links a {
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px;
}
.floor-body {
    margin-top: 15px;
}
.floor-body {
    width: 100%;
}
.floor-sidebar {
    float: left;
}
.floor-sidebar,
.floor-banner,
.floor-banner img {
    width: 220px;
    height: 220px;
}
.floor-banner img {
    border: 1px solid #f5f5f5;
}
.floor-content {
    margin-left: 220px;
    height: 220px;
}
.floor-item {
    float: left;
    width: 25%;
    overflow: hidden;
}
.floor-item .product {
    margin-left: 20px;
}
.floor-promos img {
    width: 100%;
}
@media (min-width: 1200px) {
    .floor-sidebar,
    .floor-banner,
    .floor-banner img {
        width: 260px;
        height: 260px;
    }
    .floor-banner img {
        border: 1px solid #f5f5f5;
    }
    .floor-content {
        margin-left: 260px;
        height: 260px;
    }
}
.product {
    position: relative;
    border: 1px solid #f5f5f5;
}
.product a {
    display: block;
}
.product-image {
    position: relative;
    padding-top: 100%;
}
.product-image a {
    position: absolute;
    top: 0;
    left: 0;
}
.product-image a img {
    width: 100%;
}
.product-title {
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
}
.product-price {
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    height: 24px;
}
.product-flag {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 20px;
    overflow: hidden;
}
.product-flag img {
    width: 100%;
}
#product-detail .product-summary {
    margin: 20px 0;
    display: table;
}
#product-detail .product-gallery {
    width: 450px;
}
#product-detail .product-gallery .gallery-booth img {
    width: 450px;
    height: 450px;
    border: 1px solid #eee;
}
#product-detail .product-gallery .gallery-thumb {
    padding: 5px 0;
    width: 100%;
    height: 90px;
}
#product-detail .product-gallery .gallery-thumb a {
    margin: 5px;
    padding: 3px;
    display: inline-block;
    width: 76px;
    height: 76px;
    background-color: #eee;
}
#product-detail .product-gallery .gallery-thumb a.active {
    background-color: #f10180;
}
#product-detail .product-gallery .gallery-thumb a img {
    width: 70px;
    height: 70px;
}
#product-detail .product-property {
    padding-left: 30px;
    display: table-cell;
    vertical-align: top;
}
#product-detail .product-property dl {
    margin: 0;
    padding: 10px;
}
#product-detail .product-property dl dt {
    float: left;
    width: 88px;
}
#product-detail .product-property dl dd {
    margin-left: 88px;
}
#product-detail .product-property .product-title {
    margin-bottom: 15px;
    font-size: 20px;
    width: 100%;
    height: auto;
}
#product-detail .product-property .product-price {
    margin: 20px 0;
    padding: 10px 20px;
    color: #ff6bd0;
    height: auto;
    background: #fafafa;
}
#product-detail .product-property .product-price .text-important {
    margin-right: 8px;
    font-family: arial;
    font-size: 32px;
    font-style: normal;
}
#product-detail .product-property .product-amount dl dt,
#product-detail .product-property .product-amount dl dd {
    height: 32px;
    line-height: 32px;
}

#product-detail .product-property .product-variations .radio {
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    display: inline-block;
    border: 1px solid #ccc;
}
#product-detail .product-property .product-variations .radio.active {
    background: #f051bd;
    color: #fff;
    border-color: #f051bd;
}
#product-detail .product-property .product-variations .radio label {
    padding: 0;
}
#product-detail .product-property .product-variations .radio input {
    display: none;
}
#product-detail .product-property .product-amount {
    display: inline-block;
    height: 76px;
}
#product-detail .product-property .stock {
    margin-left: 20px;
    display: inline-block;
}
#product-detail .product-property .product-actions {
    margin: 25px 0 15px 98px;
}
#product-detail .product-property .product-actions a {
    padding: 8px 30px;
    font-size: 18px;
    display: inline-block;
    border-radius: 5px;
}
#product-detail .product-property .product-actions .buy {
    margin-right: 25px;
    color: #f051bd;
    background: #ffe5f2;
}
#product-detail .product-property .product-actions .add-cart {
    color: #fff;
    background: #f051bd;
}
#product-detail .product-property .product-wishlist {
    padding: 15px 0 15px 98px;
    font-size: 14px;
}
#product-detail .product-property .product-wishlist span {
    margin-left: 10px;
    font-size: 12px;
}
#product-detail .product-description {
    margin-bottom: 15px;
}
.filters {
    margin-top: 20px;
}
.filters .dl-horizontal {
    margin-bottom: 0;
    background: #f5f5f5;
    border-bottom: 1px solid #f0f0f0;
}
.filters .dl-horizontal:last-child {
    border-bottom: 0;
}
.filters .dl-horizontal dt {
    width: 100px;
    color: #999;
}
.filters .dl-horizontal dt .filter-title {
    padding-top: 15px;
    padding-right: 15px;
    display: inline-block;
}
.filters .dl-horizontal dd {
    margin-left: 100px;
    padding: 5px;
    border-left: 1px solid #f0f0f0;
}
.filters .dl-horizontal dd a {
    margin: 5px;
    padding: 5px 10px;
    border-radius: 2px;
    display: inline-block;
}
.filters .dl-horizontal dd a.selected {
    color: #fff;
    font-weight: bold;
    background: #f10180;
}
.operations {
    margin-top: 20px;
}
.operation-inner {
    background: #f5f5f5;
    height: 38px;
}
.operation-sort {
    float: left;
    height: 38px;
    line-height: 38px;
}
.operation-sort a {
    float: left;
    padding: 0 20px;
    font-size: 12px;
    color: #333;
    border-right: 1px solid #fff;
}
.operation-sort a.selected {
  color: #f10180;
}
.pagination-simple {
    float: right;
}
.pagination-simple span {
    float: left;
    margin-right: 15px;
    line-height: 38px;
    font-size: 12px;
}
.pagination-simple a {
    margin: 6px 6px 6px 0;
    float: left;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #eee;
    border-radius: 3px;
}
.pagination-wrapper {
    margin-top: -10px;
    text-align: center;
}
.pagination-wrapper .pagination > li > a,
.pagination-wrapper .pagination > li > span {
    padding: 8px 15px;
    color: #333;
    border-color: #f0f0f0;
}
.pagination-wrapper .pagination > .active > a,
.pagination-wrapper .pagination > .active > a:focus,
.pagination-wrapper .pagination > .active > a:hover,
.pagination-wrapper .pagination > .active > span,
.pagination-wrapper .pagination > .active > span:focus,
.pagination-wrapper .pagination > .active > span:hover {
    color: #fff;
    background: #f10180;
}
.pagination-wrapper .pagination>.active>a,
.pagination-wrapper .pagination>.active>a:focus,
.pagination-wrapper .pagination>.active>a:hover,
.pagination-wrapper .pagination>.active>span,
.pagination-wrapper .pagination>.active>span:focus,
.pagination-wrapper .pagination>.active>span:hover {
    color: #fff;
}
.pagination-wrapper .pagination > li > a:focus,
.pagination-wrapper .pagination > li > a:hover,
.pagination-wrapper .pagination > li > span:focus,
.pagination-wrapper .pagination > li > span:hover {
    color: #f10180;
}
.products {
    margin-top: 10px;
    margin-bottom: 10px;
}
.product-grid {
    margin-left: -10px;
    margin-right: -10px;
}
.products .product-item {
    float: left;
    padding: 10px;
    width: 20%;
}
.article {
    padding: 10px 0 30px;
}
.article-title {
    text-align: center;
}
.article-content {
    padding: 20px 0;
    font-size: 16px;
    line-height: 28px;
}
.cart {
    margin: 50px 0 10px;
}
.cart .table {
    vertical-align: middle;
}
.cart .table thead th {
    padding: 10px;
    font-size: 14px;
    background: #f8f8f8;
}
.cart .item-total {
    color: #f10180;
    font-size: 14px;
}
.cart .amount {
    margin: 20px auto;
}
.cart-total {
    padding: 15px 0;
    font-size: 14px;
    text-align: right;
}
.cart-total .text-important {
    padding: 0 5px;
}
.cart-total #cart-count,
.cart-total #cart-total {
    padding: 0 5px;
    font-size: 16px;
    color: #f10180;
}
.cart-operations {
    margin-top: 10px;
    margin-bottom: 50px;
    text-align: right;
}
.cart-operations .btn-checkout {
    padding: 0;
    width: 150px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #f10180;
    border-radius: 3px;
}
.cart-remove {
    padding: 6px 8px;
    font-size: 14px;
    color: #999;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
}
.cart-remove:hover {
    color: #666;
    background-color: #fafafa;
}
.cart-empty {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 120px;
    background: url('../images/icons/cart-empty.svg') no-repeat;
    background-size: 100px 100px;
    background-position: center 0px;
}
.cart-empty p {
    font-size: 14px;
    text-align: center;
}
.checkout {
    padding-top: 30px;
}
.checkout .container {
    width: 1000px;
}
.checkout .panel {
    margin-bottom: 10px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.checkout .panel-heading .panel-title {
    color: #333;
    font-size: 14px;
}
.checkout .panel-heading a {
    padding: 0;
}
.checkout .table {
    margin-bottom: 0;
}
.checkout .panel-heading {
    padding: 10px 0;
    border-bottom: 2px solid #eee;
}
.checkout .table > thead > tr > th {
    padding: 10px 15px;
    font-weight: normal;
    background: #f5f5f5;
    border-bottom: 2px solid #eee;
}
.checkout .table > tbody > tr > td {
    background: #fbfbfb;
    border-bottom: 2px solid #fff;
}
.checkout .table .text-important {
    font-size: 12px;
}
.checkout .item {
    margin: 0;
}
.checkout .item-title {
    font-size: 12px;
}
.checkout .item-image {
    width: 66px;
}
.checkout .item-image img {
    width: 50px;
    height: 50px;
}
.checkout .form-control {
    padding: 3px 6px;
    width: 80%;
    height: 24px;
    font-size: 12px;
}
.checkout-payment-item {
    margin-right: 30px;
    padding: 6px 12px;
    display: inline-block;
    background: #fff;
    border: 2px solid #eee;
}
.checkout-payment-item label {
    padding-left: 0;
}
.checkout-payment-item .radio {
    margin: 0;
}
.checkout-payment-item img {
    width: 32px;
}
.checkout-payment-item.selected {
    color: #f10180;
    border: 2px solid #f10180;
}
.checkout-payment-item input {
    display: none;
}
.checkout-coupon-item {
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    background: #fff;
    border: 2px solid #eee;
}
.checkout-coupon-item.selected {
    color: #f10180;
    border: 2px solid #f10180;
}
.checkout-coupon-item label {
    margin-bottom: 0;
    font-weight: normal;
    padding: 5px 10px;
    font-size: 12px;
}
.checkout-coupon-item label input {
    display: none;
}
.checkout-note .form-control {
    width: 400px;
    height: 100px;
    border-color: #f0f0f0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.checkout-total {
    margin-right: 20px;
    text-align: right;
}
.checkout-total p {
    margin: 10px 0;
}
.checkout-submit {
    margin: 30px 20px 20px 0;
    text-align: right;
}
.checkout-submit .btn {
    padding: 12px 50px;
    font-size: 16px;
    color: #fff;
    background-color: #f10180;
}
.checkout .btn-pay {
    margin-top: 20px;
    color: #fff;
    background-color: #f10180;
}
.address-item label {
    padding-left: 30px;
}
.address-item .radio input {
    margin-left: -25px;
}
.address-item span {
    margin-right: 5px;
}
.wechat-payment {
    margin: 40px auto;
    width: 400px;
}
.wechat-payment .panel-body {
    padding: 30px 20px;
}
.wechat-payment .qrcode {
    margin: 30px auto 0;
    width: 150px;
}
.wechat-payment .qrcode img {
    width: 150px;
}
.wechat-payment label {
    margin-right: 5px;
    font-weight: normal;
}
.checkout-message {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}
.checkout-message .payment-success {
    margin: 0 auto 30px;
    width: 58px;
    height: 58px;
    background: url('../images/payment-success.png') no-repeat;
    background-size: 58px 58px;
}
.checkout-message .payment-fail {
    margin: 0 auto 30px;
    width: 58px;
    height: 58px;
    background: url('../images/payment-fail.png') no-repeat;
    background-size: 58px 58px;
}
.checkout-message h3 {
    margin-bottom: 30px;
}
.checkout-message a {
    color: #0088ee;
}
.invite {
    margin: 0 auto;
    width: 320px;
}
#product-review tr td {
    padding: 12px 20px;
}
.star-box .glyphicon {
    font-size: 16px;
}
.star-box .glyphicon-star {
    color: #ffac32;
}
.star-box .glyphicon-star.empty {
    color: #ccc;
}
#footer {
    padding: 2rem 0;
    width: 100%;
    background: #fcfcfc;
    border-top: 1px solid #ebebeb;
}
#footer .footer-navigation {
    text-align: center;
}
#footer .footer-navigation a {
    margin: 0 10px;
    padding: 3px 5px;
}
#footer .footer-copyright, #footer .footer-copyright a {
    margin-top: 15px;
    text-align: center;
    color: #999;
}
#footer .footer-prompt {
    margin-top: 15px;
    text-align: center;
}
#zoomDiv {
    z-index: 999;
}
#zoomDiv .amount-input {
    z-index: 999;
}
