@charset "UTF-8";
.id-upload-warp {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  color: #333;
}

.id-upload-warp .ke-upload-file {
  width: 100% !important;
  height: 100%;
  font-size: 0;
}

.id-upload-warp .file-submit-warp {
  clear: both;
  overflow: hidden;
}

.id-upload-warp .file-submit-warp div {
  height: 44px;
  background: #333;
  text-align: center;
  font-size: 17px;
  line-height: 44px;
  color: #fff;
  cursor: pointer;
}

.id-upload-warp .id-scan-code {
  clear: both;
  padding-top: 10px;
}

.ke-inline-block .ke-upload-area {
  position: relative;
}

.ke-inline-block .ke-button-common {
  width: 100%;
  height: 110px;
  cursor: pointer;
  margin-top: 12px;
  cursor: pointer;
  border: 0;
  background: #EAEAEA url(../image/id-upload-icon.png) center center no-repeat;
}

.ke-inline-block .ke-upload-file {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 110px;
  z-index: 811212;
  opacity: 0;
  filter: alpha(opacity=0);
}

.id-upload-pop {
  width: 500px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -300px 0 0 -250px;
  background-color: #fff;
}

.id-upload-pop .icon-close-1 {
  position: absolute;
  right: 10px;
  top: 10px;
}

.id-upload-pop .pop-head {
  line-height: 22px;
  font-weight: bold;
  margin: 13px 30px;
}

.id-upload-pop .id-upload-code {
  padding: 5px 30px;
  font-size: 13px;
  line-height: 24px;
  background-color: #F1F1F1;
  color: #777;
}

.id-upload-pop .id-upload-code span {
  color: #000;
}

.id-upload-pop .id-upload-main {
  padding: 31px 63px;
}

.id-upload-pop .id-upload-main .file-input {
  position: relative;
  width: 168px;
}

.id-upload-pop .id-upload-main .file-input p {
  text-align: center;
  line-height: 22px;
}

.id-upload-pop .id-upload-main .fl {
  float: left;
}

.id-upload-pop .id-upload-main .fr {
  float: right;
}

.id-upload-pop .id-upload-main .id-img {
  width: 100%;
  height: 110px;
  position: absolute;
  bottom: 0;
}

.id-upload-pop .id-upload-main .id-img img {
  width: 100% !important;
  height: 100% !important;
}

.id-upload-pop .id-upload-main .id-img .id-upload-succ {
  position: absolute;
  bottom: 0;
  height: 20px;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
}

.id-upload-pop .id-upload-main .id-img .id-upload-succ .msg {
  background: url(../image/id-upload-succ.png) 0 no-repeat;
  padding-left: 16px;
  color: #fff !important;
}

.id-upload-pop .id-upload-main .file-input-loading {
  width: 100%;
  height: 110px;
  position: absolute;
  bottom: 0;
  background: #999999 url(../image/id-loading.png) center 33px no-repeat;
}

.id-upload-pop .id-upload-main .file-input-loading p {
  text-align: center;
  margin-top: 54px;
  font-size: 12px;
  color: #fff;
}

.id-input-warp {
  width: 100%;
  position: relative;
  left: -30px;
  margin: 10px 0;
  background-color: #F5F5F5;
  overflow: hidden;
  padding: 14px 30px;
}

.id-input-title {
  font-size: 14px;
  color: #333;
  line-height: 20px;
}

.id-input-title .error {
  color: #E24A4A;
  font-size: 13px;
  line-height: 19px;
  padding-left: 10px;
}

.id-input-box {
  margin-top: 12px;
}

.id-input-box input {
  width: 251px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  border: 1px solid #E1E1E1;
  padding-left: 10px;
}

.id-input-box .id-check-button {
  display: inline-block;
  vertical-align: center;
  height: 32px;
  width: 99px;
  background-color: #C9C9C9;
  text-align: center;
  margin-left: 10px;
  color: #fff;
  line-height: 32px;
  cursor: pointer;
}

.id-input-box .ischeck {
  background-color: #2B2B2B;
}

.id-input-box .id-show {
  font-size: 16px;
}

.id-input-box .id-show span {
  font-size: 14px;
  color: #6AA55C;
  margin-left: 20px;
}

.id-check-tips {
  font-size: 12px;
  line-height: 18px;
  color: #888888;
  margin-top: 12px;
  width: 580px;
}

.id-order-tips {
  float: left;
  width: 100%;
  font-size: 13px;
  color: #F26F67;
  line-height: 15px;
  margin-bottom: 12px;
  cursor: pointer;
  background: url(../image/id-warn.png) no-repeat;
  padding-left: 17px;
}

.id-generalinfo-warn {
  border: 0 !important;
  font-size: 13px;
  color: #F26F67;
  line-height: 17px;
  margin: 10px 0;
  cursor: pointer;
  background: url(../image/id-warn.png) 8px 4px no-repeat;
  padding-left: 25px !important;
  padding-bottom: 6px !important;
}

.id-generalinfo-done {
  border: 0 !important;
  font-size: 13px;
  color: #6AA55C;
  line-height: 17px;
  cursor: pointer;
  padding-bottom: 6px !important;
}

.id-orderlist-done {
  border: 0 !important;
  font-size: 13px;
  color: #6AA55C;
  line-height: 17px;
  cursor: pointer;
  padding-bottom: 6px !important;
}

.id-orderdetail-warn {
  padding-top: 6px;
  color: #6AA55C;
}

.id-orderdetail-warn .fl {
  float: left;
}

.id-orderdetail-warn .warn {
  border: 0 !important;
  color: #F26F67 !important;
  cursor: pointer;
  background: url(../image/id-warn.png) 8px 4px no-repeat;
  padding-left: 25px !important;
  padding-bottom: 6px !important;
}

.id-orderdetail-warn .upload-button {
  width: 185px;
  height: 44px;
  margin-top: 49px;
  background: #333 url(../image/id-camera-icon.png) 25px center no-repeat;
  line-height: 44px;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  clear: both;
}

.id-orderdetail-warn .upload-button p {
  margin-left: 58px;
}

.id-orderdetail-warn .tips {
  margin-top: 10px;
  font-size: 12px;
  color: #000;
  letter-spacing: 0;
}

.id-orderdetail-warn .tips span {
  color: #F26F67;
}

.id-orderdetail-done {
  padding-top: 6px;
  color: #6AA55C;
}

.id-orderdetail-done .fl {
  float: left;
}

.id-orderdetail-done .done {
  margin-left: 8px;
}

.ht-clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}

.ht-clearfix {
  zoom: 1;
}

.ht-icon {
  clear: both;
}

.ht-icon img {
  height: 17px !important;
  width: 50px !important;
}

.ht-fl {
  float: left;
}

.product-desc-warp {
  width: 328px;
  margin-left: 10px;
}

.id-upload-pay-button {
  width: 269px;
  height: 101px;
  overflow: hidden;
  background: #F5F5F5 url(../image/ht-pay-button.png) center 20px no-repeat;
  cursor: pointer;
}

.id-upload-pay-button p {
  font-size: 16px;
  margin-top: 64px;
  text-align: center !important;
}

.id-buy-succ {
  color: #6AA55C !important;
}

.no-border tbody > tr > td {
  border-top: 0 !important;
}

.ht-cart-head {
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  height: 60px;
  line-height: 60px;
}

.id-cart-tips {
  font-size: 12px;
  color: #D24381;
}

.continue-shopping {
  font-size: 14px;
}

.continue-shopping span {
  padding-left: 10px;
}

.continue-shopping .buy-tips {
  margin-left: 10px;
  border-left: 2px solid #C9C9C9;
}

.continue-shopping-btn {
  cursor: pointer;
}

.cart-top {
  border: 0 !important;
}

.buy-tips-warp {
  border-top: 2px solid #ddd !important;
}

#J_NoHtCheckAll,
#J_HtCheckAll {
  margin-top: -4px;
}

.detail-tag-no-m {
  margin-top: 0 !important;
}

.ht-pro-tips-ex-warp {
  padding: 8px 0;
  border-top: 1px solid #000;
}

.ht-pro-tips-ex {
  font-size: 12px;
  color: #838383;
  line-height: 20px;
}

.ht-pro-tips {
  color: #537371;
  margin-top: -15px;
  border-top: 1px solid #000;
  padding: 10px 0;
}

.ht-pro-tips p {
  float: left;
  width: 210px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ht-pro-tips .no-fl {
  width: 215px;
}

.ht-pro-tips img {
  float: left;
  height: 17px;
  margin-right: 5px;
}

.ht-pro-tips div {
  float: left;
}

.ht-pro-tips span {
  font-size: 12px;
}

.ht-pro-tips-tag {
  margin-top: -15px;
  margin-bottom: 5px;
}

.ht-pro-tips-tag p {
  float: left;
  width: 206px;
  line-height: 17px;
}

.ht-pro-tips-tag img {
  float: left;
  height: 17px;
  margin-right: 5px;
}

.ht-pro-tips-tag div {
  float: left;
}

.ht-pro-tips-tag span {
  font-size: 12px;
}

.order-icon-invalid {
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}

.order-icon-item {
  width: 600px !important;
}

#product_img {
  position: relative;
}

#product_img .pro-detail-watermark {
  position: absolute;
  top: 40px;
}

#product_img .pro-detail-watermark img {
  width: 360px !important;
  margin-bottom: 12px;
}

.block_product {
  position: relative;
  margin-top: 10px;
}

.block_product .pro-list-watermark {
  position: absolute;
  z-index: 20;
  padding-left: 11px;
}

.block_product .pro-list-watermark img {
  width: 260px !important;
  float: left;
  margin-right: 10px;
}

.pay-succ-ht-desc {
  padding: 0 !important;
  display: inline !important;
  color: red;
}

.btn-checkout {
  cursor: pointer;
}

.protocol-warp {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  color: #333;
}

.protocol-warp .icon-close-1 {
  position: fixed;
  right: 10px;
  top: 10px;
}

.protocol-warp .protocol-pop {
  width: 900px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -450px;
  background: #fff;
  padding: 20px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.protocol-warp .protocol-pop h1 {
  text-align: center;
}

.protocol-warp .protocol-pop pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font-size: 13px;
  line-height: 20px;
  font-family: "Microsoft YaHei"serif;
}

.protocol-warp .protocol-pop .protocol-konw {
  width: 120px;
  height: 30px;
  line-height: 30px;
  background: #000;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  margin-bottom: 40px;
}

.ht-madein {
  font-size: 13px;
  color: #838383;
  padding: 0 5px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #838383;
  font-style: normal;
  position: relative;
  top: -4px;
  left: 5px;
  display: inline-block;
}

.massage-title-warn {
  color: red;
}

#idcardImg {
  width: 180px;
}

#J_ReturnCart {
  margin-top: 20px;
}

#imgUpload {
  margin-top: 10px;
}

.product-name {
  margin: 0;
}

#product_list .block_product span {
  font-size: 13px;
  font-weight: normal;
}

.block_product .icon-list {
  padding: 0 10px;
}

.order-icon-list {
  clear: both;
  padding-top: 5px;
  font-size: 12px;
}

.order-icon-list .order-icon-detail .order-icon-l {
  background: #4E5661;
  height: 17px;
  display: inline-block;
  margin: 0 6px 5px 0;
  line-height: 17px;
  padding: 0 4px;
  color: #fff;
  border-radius: 2px;
}

.block_product .icon-list div {
  background: #537371;
  height: 17px;
  font-size: 12px;
  float: left;
  margin: 0 6px 5px 0;
  line-height: 17px;
  padding: 0 4px;
  color: #fff;
}

.detail-icon-item {
  background: #537371;
  height: 17px;
  font-size: 12px;
  float: left;
  margin: 0 6px 0 0;
  line-height: 17px;
  padding: 0 4px;
  color: #fff;
}

.m-product-til {
  padding-bottom: 15px;
  clear: both;
}

.m-product-til-con {
  text-align: center;
  background: url("http://img.thebeastshop.com/static/css/til-bg.jpg") no-repeat 50% 50%;
}

.m-product-til-en {
  line-height: 27px;
  font: bold 21px;
  color: #040000;
}

.m-product-til-cn {
  line-height: 27px;
  font: bold 23px;
  color: #040000;
}

.m-loading {
  width: 100%;
  height: 68px;
  background: url("http://img.thebeastshop.com/static/css/fox.gif") no-repeat 50% 50%;
  clear: both;
}

#lay-footer {
  width: 960px;
  margin: 0 auto;
}

.qr-code h5, .qr-code p {
  padding: 0;
  margin: 0;
}

.footer-tips {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font: 12px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #393939;
  background-color: #f1f1f1;
}

.footer-nav {
  overflow: auto;
  width: 960px;
  padding: 25px 40px 20px 40px;
  border-top: 1px solid #000;
  box-sizing: border-box;
}

.footer-ul {
  float: left;
  padding: 0;
  margin: 0;
  width: 570px;
}

.footer-ul dl {
  float: left;
  padding: 0;
  margin: 0;
  width: 150px;
}

.footer-ul dl dt, .footer-ul dl dd {
  padding: 0;
  margin: 0;
  line-height: 21px;
  font-size: 13px;
}

.footer-ul dl.last {
  width: 115px;
}

.footer-ul dl dt {
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
}

.qr-code {
  float: right;
}

.qr-code h5 {
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
}

.qr-code-2 {
  margin-right: 70px;
}

#flowername > span {
  display: block;
  padding: 5px 0;
}


.order-list, .order-details {
  width: 100%;
}

.order-details-del {
  width: 100%;
  padding-top: 25px;
  text-align: right;
}

.order-details-del button {
  border: 1px solid #333;
  font-size: 13px;
  color: #555;
  background-color: #fff;
  cursor: pointer;
  padding: 4px 12px 3px 12px;
  line-height: 21px;
}

.order-details-del button img {
  margin-right: 2px;
}

.m-order-header {
  margin: 0;
  padding-left: 18px;
  font-size: 16px;
  font-weight: normal;
  line-height: 42px;
  color: #fff;
  background-color: #666;
}

.m-order-header .fr {
  float: right;
  margin-right: 18px;
}

.m-order-header .fr_pay {
  float: right;
  padding: 0 18px;
  background: #333;
  color: #fff;
}

.order-list-til {
  overflow: hidden;
  clear: both;
}

.order-list-til li {
  float: left;
  width: 152px;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
}

.order-list-til li.one {
  width: 404px;
  text-align: left;
  text-indent: 18px;
}

.order-list-til li.last {
  width: 100px;
}

.order-list-product {
  clear: both;
  position: relative;
}

.m-order-list-til {
  overflow: hidden;
  padding: 0 18px;
  margin-bottom: 15px;
  line-height: 34px;
  background-color: #eeeeee;
}

.m-order-list-til p {
  float: left;
  display: inline;
  margin-right: 10px;
  font-size: 15px;
}

.m-order-list-til .order-list-handle {
  padding-top: 2px;
  height: 32px;
  float: right;
}

.m-order-list-til .order-list-handle > a {
  display: inline-block;
  line-height: 24px;
}

.m-order-list-til .order-list-handle img {
  margin-right: 2px;
}

.m-order-product {
  overflow: hidden;
  clear: both;
  padding-right: 100px;
  margin-bottom: 15px;
}

.m-order-product > li {
  float: left;
  width: 152px;
  text-align: center;
  font-size: 14px;
}

.m-order-product > .pic {
  overflow: hidden;
  width: 110px;
  height: 96px;
  text-align: left;
}

.m-order-product > .pic img {
  width: 96px;
}

.m-order-product img {
  display: block;
}

.order-details img {
  display: block;
}

.m-order-product > .txt {
  width: 284px;
  padding-left: 10px;
  text-align: left;
  font-size: 12px;
}

.m-order-list-btn {
  position: absolute;
  top: 44px;
  bottom: 0;
  right: 0;
  width: 100px;
  background-color: transparent;
}

.m-order-list-btn .state {
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}

.m-order-list-btn .state.err {
  color: #c42732;
}

.m-order-list-btn .btn {
  position: absolute;
  bottom: 0;
  display: block;
  width: 94px;
  padding: 6px 0;
  border: 2px solid #000;
  text-align: center;
  font-size: 14px;
}

.m-order-list-btn .btn2 {
  bottom: 42px;
}

.m-order-list-name {
  position: absolute;
  top: 44px;
  bottom: 0;
  right: 252px;
  width: 152px;
  text-align: center;
  line-height: 28px;
}

.m-order-list-price {
  position: absolute;
  top: 44px;
  bottom: 0;
  right: 252px;
  width: 152px;
  text-align: center;
  line-height: 28px;
  right: 100px;
}

.m-paging {
  padding: 30px 0 12px 0;
  border-top: 1px solid #b3b3b3;
  border-bottom: 2px solid #525252;
}


.order-details-main {
  width: 960px;
  overflow: initial;
  clear: both;
}

.order-details-exp, .order-details-info {
  float: left;
}

.order-details-exp {
  width: 400px;
  margin-right: 15px;
}

.order-details-info {
  width: 545px;
}

.m-details {
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  line-height: 45px;
  text-indent: 18px;
  font-size: 16px;
}

.m-details-nt {
  border-top: none;
}

.m-details-addr {
  padding: 6px 18px;
  line-height: 24px;
  font-size: 14px;
  letter-spacing: 1px;
}

.m-details-addr .null {
  color: #999;
}

.m-details-exp {
  overflow: hidden;
}

.m-details-exp .til {
  padding: 0 18px;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  line-height: 45px;
  font-size: 16px;
  letter-spacing: 1px;
}

.m-details-exp .list {
  padding: 6px 18px 6px 166px;
  margin-bottom: 10px;
  line-height: 24px;
  font-size: 13px;
  background-color: #eee;
}

.m-details-exp .list-null {
  overflow: hidden;
  padding: 12px 18px;
  background: #eee;
  margin-bottom: 10px;
}

.m-details-exp .list-null img {
  float: left;
  margin-right: 20px;
}

.m-details-exp .list li {
  position: relative;
  width: 210px;
}

.m-details-exp .list .top {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -150px;
  width: 150px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-details-exp .list .last {
  color: red;
}

.m-details-exp .list .sc {
  width: 400px;
  padding: 10px 0;
  margin-left: -166px;
  text-align: center;
}

.m-details-product {
  overflow: hidden;
  padding-top: 15px;
}

.m-details-product li {
  float: left;
  width: 80px;
  text-align: center;
  font-size: 14px;
}

.m-details-product .pic, .m-details-product li img {
  width: 120px;
  height: 120px;
}

.m-details-product .txt {
  width: 235px;
  padding: 0 15px;
  text-align: left;
  font-size: 14px;
}

.m-details-off {
  clear: both;
  margin-top: 15px;
  font-size: 15px;
}

.m-details-off .group {
  overflow: hidden;
  padding: 15px;
  margin: 0 0 10px 0;
  font-size: 15px;
  background-color: #eee;
}

.m-details-off .group dt {
  float: left;
}

.m-details-off .group dd {
  float: right;
}

.m-details-off .group2 {
  font-size: 16px;
  background-color: #fff;
  color: #000;
}

.m-details-off .group2 .fr {
  float: right;
  width: 80px;
  padding-right: 16px;
  overflow: hidden;
  text-align: right;
}

.m-details-total {
  overflow: hidden;
  padding: 0 18px;
  margin-top: 10px;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  line-height: 45px;
  font-size: 13px;
  letter-spacing: 1px;
}

.m-details-total .fr {
  float: right;
  width: 80px;
  text-align: right;
}


.products-grid li.item {
  width: 313px !important;
  margin: 0 !important;
  padding: 0 0 10px 0 !important;
}

.products-grid li.mr10 {
  margin-right: 10px !important;
}

.indextopic #mr #c_t2 {
  padding-top: 8px !important;
}

.tc {
  text-align: center;
}

p.tc img {
  width: 87px;
  height: 87px;
}

.products-grid.last {
  width: 960px;
}

.indextopic #mr {
  padding-top: 0;
}

.category-products {
  padding-top: 3px;
}


#top .show_table .topmenu {
  position: relative;
  height: 42px;
}

@media screen and (max-width: 1200px) {
  #top .show_table .topmenu {
    height: 44px !important;
  }
}

.topmenu .m-menu {
  float: left;
  padding: 0 17px 5px 17px;
  margin-top: 5px;
}

.topmenu .m-menu.fr {
  float: right;
}

.topmenu .m-menu-til {
  position: relative;
  height: 34px;
}

.topmenu .m-menu-til a[href='#'] {
  cursor: default;
}

.topmenu .m-line {
  display: none;
  position: absolute;
  top: 36px;
  left: 50%;
  z-index: 99999;
  width: 55px;
  border: none;
  background: none;
  border-top: 3px solid #000;
  margin: 0 auto;
  margin-left: -27px;
}

.topmenu .m-menu:hover .m-line {
  display: block;
}

.topmenu .m-menu h3, .topmenu .m-menu h4 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
}


.m-menu-con {
  overflow: hidden;
  position: absolute;
  top: 46px;
  left: 0;
  z-index: 99;
  width: 925px;
  height: 0;
  padding: 40px 30px 40px 5px;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #c6c6c6;
  background-color: #fff;
  opacity: 0;
}

.m-menu-con .single-item {
  float: left;
  width: 155px;
  padding-left: 27px;
  height: 250px;
  border-right: 1px solid #c6c6c6;
  line-height: 2.2;
}

.m-menu-con .single-item a {
  font-size: 12px;
  color: #474747;
}

.m-menu-con .single-item .all a {
  text-decoration: underline;
}

.m-menu-con .single-item dt {
  font-weight: bold;
  padding-bottom: 15px;
}

.m-menu-con .s-img-item {
  float: left;
  border-right: 1px solid #EAEAEA;
  padding: 0 30px 0 12px;
}

.m-menu-con .s-img-item .s-item {
  width: 150px;
  float: left;
  margin-left: 20px;
}

.m-menu-con .s-img-item .s-item img {
  height: 157px;
  width: 150px;
  margin-bottom: 13px;
}

.m-menu-con .s-img-item .s-item p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 3px;
}

.m-menu-con .s-img-item .s-more {
  margin-left: 13px;
  font-size: 12px;
  text-decoration: underline;
}

.m-menu-con .s-img-item .s-item-warp {
  margin-bottom: 44px;
}

.m-menu-con .img-item {
  float: right;
  margin-left: 30px;
}

.m-menu-con .img-item img {
  width: 340px;
  height: 200px;
}

.m-menu-con .img-item .en {
  width: 340px;
  padding-top: 15px;
  font-size: 12px;
}

.m-menu-con .img-item .cn {
  font-size: 14px;
}

.m-menu-con .img-item a {
  color: #474747;
}

.m-menu:hover .m-menu-con {
  animation: show 0.2s linear 0.2s forwards;
  -moz-animation: show 0.2s linear 0.2s forwards;
  -webkit-animation: show 0.2s linear 0.2s forwards;
  -o-animation: show 0.2s linear 0.2s forwards;
}

@keyframes show {
  from {
    height: 1px;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
  to {
    height: 250px;
    padding-top: 40px;
    padding-bottom: 40px;
    opacity: 1;
  }
}

@-moz-keyframes show  {
  from {
    height: 1px;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
  to {
    height: 250px;
    padding-top: 40px;
    padding-bottom: 40px;
    opacity: 1;
  }
}

@-webkit-keyframes show  {
  from {
    height: 1px;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
  to {
    height: 234px;
    padding-top: 40px;
    padding-bottom: 40px;
    opacity: 1;
  }
}

@-o-keyframes show  {
  from {
    height: 1px;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
  to {
    height: 234px;
    padding-top: 40px;
    padding-bottom: 40px;
    opacity: 1;
  }
}

.floral, .jewelry, .decor, .infant, .gift {
  overflow: hidden;
  width: 804px;
}

.floral .floral-item, .jewelry .jewelry-item, .decor .decor-item, .infant .infant-item, .gift .gift-item {
  float: left;
  width: 223px;
  margin: 23px 0;
  padding: 0 22px;
  border-right: 1px solid #bdbdbd;
  box-sizing: content-box;
  text-align: left;
}

.floral .floral-item:last-child {
  border-right: none;
}

.floral .floral-item span {
  display: block;
  font-weight: bold;
}

.floral .floral-item .cn {
  padding-bottom: 10px;
}

.m-menu-con .last {
  border-right: none;
}

.jewelry {
  width: 618px;
  left: -240px;
}

.jewelry .jewelry-item {
  width: 100px;
  min-height: 188px;
}

.infant .infant-item, .gift .gift-item {
  width: 100px;
  min-height: 188px;
}

.jewelry .jewelry-item dt, .decor .decor-item dt, .infant .infant-item dt, .gift .gift-item dt {
  display: block;
  font-weight: bold;
  padding-bottom: 13px;
}

.jewelry .jewelry-item dd, .decor .decor-item dd, .infant .infant-item dd, .gift .gift-item dd {
  color: #5b5b5b;
  font-size: 11px;
  line-height: 23px;
}

.jewelry .jewelry-item a {
  color: #5d5d5d;
}

.jewelry .jewelry-item.last {
  width: 282px;
}

.decor {
  width: 960px;
  left: -390px;
}

.decor .decor-item {
  width: 110px;
  min-height: 188px;
}

.decor .decor-item dt span {
  display: block;
}

.decor .decor-item.last {
  width: 446px;
}

.infant {
  width: 618px;
  left: auto;
  right: -330px;
}

.infant .infant-item.last {
  width: 283px;
}

.gift {
  width: 618px;
  left: auto;
  right: -230px;
}

.gift .gift-item.last {
  width: 283px;
}

.gift .gift-item p {
  text-align: left;
  line-height: 26px;
  font-size: 14px;
}

.integral-row {
  text-align: center;
  font-size: 15px;
  color: #040000;
}

.integral {
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #040000;
  line-height: 15px;
  color: #040000;
}

.integral-tip {
  position: absolute;
  top: 28px;
  left: 50%;
  z-index: 10;
  margin-left: -90px;
  padding: 7px;
  background-color: #fff;
}

.integral-tip p {
  width: 165px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #000;
  font-size: 17px;
}

.integral-tip p i {
  font-style: normal;
  font-size: 14px;
}

#product_show .price-vip .price-label-old {
  color: #787878;
  font-size: 21px;
  font-weight: normal;
  text-decoration: line-through;
}

#product_show .price-vip .price-label-integral {
  color: #000;
  line-height: 26px;
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 5px;
}

.price-label-integral span {
  font-size: 22px;
}

#product_show .price-vip .un-empty {
  float: right;
  color: #ccc;
}

.cart-integral {
  padding-top: 3px;
}

.a-center input[type=button] {
  margin: 0;
  padding: 0;
}

.integral-nopro {
  background-color: #eeeeee;
}

#cart .data-table .qty {
  white-space: nowrap;
}

.integral-nopro .info {
  text-align: center;
  color: #505050;
}

.price-label-integral .lack {
  float: right;
  font-size: 12px;
  color: #999;
}

.integral-bg h3, .integral-bg p {
  padding-bottom: 20px;
}


.order-table {
  padding-top: 15px;
}

.order-table .k-header {
  height: 32px;
  border-bottom: 1px solid #b3b3b3;
}

.order-table .k-header li {
  position: relative;
  float: left;
  padding: 6px 38px 5px 38px;
  border: 1px solid #b3b3b3;
  border-right: none;
  font-size: 15px;
  color: #000000;
  background-color: #fff;
  cursor: pointer;
}

.order-table .k-header li:last-child {
  border-right: 1px solid #b3b3b3;
}

.order-table .k-header .last {
  border-right: 1px solid #b3b3b3;
}

.order-table .k-header .active {
  padding-bottom: 6px;
  border-bottom: none;
  cursor: default;
}

.order-table .k-header span {
  display: none;
  position: absolute;
  right: 6px;
  top: 8px;
}

.order-table .active span {
  display: block;
  position: absolute;
  right: 6px;
  top: 8px;
}

.none {
  display: none;
}


#shopping-cart-table #checkAll {
  position: relative;
  top: -2px;
  left: -2px;
}

#cart .cart .page-title h1 {
  text-indent: 20px;
  height: 40px;
  line-height: 40px;
}

.a-center input[type=button] {
  position: relative;
  top: -2px;
  margin: 0;
  padding: 0 8px;
  border: 1px solid #bababa;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
}

.cart-table .btn-empty span, .cart-table .btn-continue span, .cart-table .btn-update span {
  font-size: 14px;
}

button {
  font-size: 14px;
}

.cart .cart-collaterals {
  position: relative;
}

.man-zeng {
  position: absolute;
  bottom: 8px;
  float: left;
  left: 15px;
  line-height: 70px;
  font-size: 14px;
  text-indent: 48px;
  color: #030000;
  background: url("../image/fl.jpg") no-repeat 0 0;
}

.man-zeng .red {
  color: red;
}


.pay-complete {
  overflow: hidden;
  width: 960px;
  margin: 0 auto;
  padding: 50px 0;
}

.pay-complete .pic {
  width: 178px;
  margin: 0 auto;
}

.pay-complete .info h1 {
  font-size: 20px;
  text-align: center;
}

.pay-complete .info p {
  overflow: hidden;
  font-size: 14px;
  text-align: center;
  color: #555;
  line-height: 2;
}

.pay-complete .info p img {
  float: left;
}

.pay-complete .info p span {
  padding-top: 25px;
  display: block;
  padding-left: 110px;
  line-height: 1.2;
}

.pay-complete .btn {
  overflow: hidden;
  width: 484px;
  margin: 0 auto;
  padding-top: 15px;
}

.pay-complete .btn a {
  display: block;
  padding: 10px 20px;
  border: 1px solid #999;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  background-color: #fff;
  color: #555;
}

.pay-complete .btn .btn-fl {
  float: left;
}

.pay-complete .btn .btn-fr {
  float: right;
}

.pay-complete .btn .btn-fl-m {
  float: left;
  margin-left: 179px;
}

.pay-complete .btn .mb {
  width: 120px;
  margin: 0 auto 20px auto;
}

.pay-complete .manzeng-number .pic {
  width: 416px;
  margin: 0 auto;
}

.manzeng-number h1 {
  color: red;
  padding: 20px 0 2px 0;
}

.pay-complete .manzeng-number .code {
  border: 1px solid #030000;
  width: 150px;
  margin: 0 auto;
  font-size: 24px;
  margin-bottom: 5px;
  letter-spacing: 2px;
}

.pay-complete .manzeng-number .ps {
  font-weight: bold;
  padding: 5px 0 20px 0;
}

.pay-complete .manzeng-number .red {
  color: red;
}


.account-bind-til {
  overflow: hidden;
  width: 825px;
  padding: 10px 25px;
  margin: 0 auto;
}

.account-bind-til .step-1, .account-bind-til .step-2, .account-bind-til .step-3, .account-bind-til .dot {
  float: left;
  text-align: center;
}

.account-bind-til .step-1, .account-bind-til .step-2, .account-bind-til .step-3 {
  width: 99px;
  height: 69px;
  padding-top: 30px;
  font-size: 13px;
}

.account-bind-til .current {
  background: url("../image/bind-bg.png") no-repeat 0 0;
}

.account-bind-til .step-1 .en, .account-bind-til .step-2 .en, .account-bind-til .step-3 .en {
  font-size: 18px;
}

.account-bind-til .dot {
  margin: 20px 50px;
  border: none;
  font-size: 36px;
}

.account-bind-1, .account-bind-2 {
  padding: 50px 0 50px 120px;
}

.account-bind-1 h2, .account-bind-1 p, .account-bind-1 label {
  padding: 5px 0 10px 0;
  line-height: 1.8;
  font-size: 16px;
}

.account-bind-1 input[type=text] {
  padding: 3px 5px;
}

.account-bind-1 input[type=checkbox] {
  position: relative;
  top: -2px;
}

.account-bind-1 .btn {
  padding: 15px 0 30px 30px;
}

.account-bind-2 h2 {
  padding-bottom: 10px;
  font-size: 17px;
  font-weight: bold;
}

.account-bind-2 dl {
  height: 50px;
  padding-bottom: 15px;
}

.account-bind-2 dt {
  float: left;
  font-size: 16px;
  line-height: 35px;
}

.account-bind-2 dd {
  float: left;
  padding-top: 8px;
  margin-right: 15px;
}

.account-bind-2 .check-code {
  display: none;
  padding: 0;
  margin-left: 20px;
  margin-top: -10px;
}

.account-bind-2 dt {
  width: 180px;
  line-height: 43px;
}

.account-bind-2 .er-code dd {
  clear: both;
  width: 250px;
  padding-top: 15px;
  text-align: center;
}

.account-bind-2 input[type=text] {
  padding: 5px;
}

.account-bind-2 button {
  padding: 7px 30px;
}

.er-code dt {
  width: 250px;
}

.account-bind-2 .suc {
  color: #2bbd18;
}

.check-code input {
  width: 60px;
  padding: 3px 5px;
}

.check-code .small {
  padding: 5px 10px;
}

.account-bind-2 button[disabled] {
  background-color: #ccc;
}

.account-bind-3 .p {
  line-height: 2;
  padding-bottom: 25px;
  margin-left: -120px;
}

.account-bind-3 dt, .account-bind-3 dd {
  line-height: 2;
}

.member-center {
  padding: 0 50px 50px;
}

.member-center .til {
  overflow: hidden;
  margin-bottom: 25px;
}

.member-center .til dt {
  font-size: 15px;
  font-weight: bold;
  line-height: 36px;
}

.member-center .til dt span {
  float: left;
  padding-right: 10px;
  font-size: 22px;
  line-height: 36px;
}

.member-center .link dt, .member-center .link dd, .member-center .link span {
  float: left;
  line-height: 36px;
  font-size: 15px;
}

.member-center .list {
  padding-left: 18px;
  line-height: 30px;
}

.member-center .table {
  width: 100%;
  margin: 15px 0 5px 0;
}

.member-center .table th, .member-center .table td {
  padding: 8px 12px;
  border: 1px solid #000;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}

.member-center .table th {
  color: #fff;
  background-color: #000;
}

.member-center .til a {
  text-decoration: underline;
}


.k-list-loading {
  clear: both;
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  text-align: center;
}


.k-notice {
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 718px;
  height: 474px;
  margin: -237px 0 0 -359px;
  background: url("../image/notice-ad.jpg") no-repeat;
}

.k-notice i {
  float: right;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.k-notice a {
  display: block;
  position: absolute;
}

.k-notice .k-link-1 {
  top: 172px;
  left: 105px;
  width: 400px;
  height: 200px;
}

.k-notice .k-link-2 {
  top: 172px;
  left: 515px;
  width: 360px;
  height: 210px;
}

.k-notice .k-link-3 {
  top: 385px;
  left: 55px;
  width: 390px;
  height: 220px;
}

.k-notice .k-link-4 {
  top: 385px;
  left: 475px;
  width: 390px;
  height: 220px;
}

.k-notice .k-link-5 {
  top: 335px;
  left: 455px;
  width: 160px;
  height: 30px;
}

.k-notice .k-link-6 {
  top: 415px;
  left: 440px;
  width: 120px;
  height: 35px;
}

#global-tips {
  width: 960px;
  margin: 0 auto 4px auto;
  text-align: center;
  background-color: #e7e7e7;
  padding: 0;
  line-height: 26px;
  font-size: 13px;
}

#global-tips .highlight {
  color: #d24381;
}

#global-tips .highlight:hover, #global-tips .highlight:active {
  text-decoration: underline;
}


#top {
  height: 110px !important;
}

#top .show_table {
  z-index: 91;
}

.k-top-head {
  width: 100%;
  height: 60px;
}

#top .show_table .k-top-head .login {
  top: 19px;
  line-height: 12px;
}

#top .show_table .k-top-head .loginin {
  top: 19px;
  line-height: 12px;
}

#top .show_table .k-top-head .loginin > span, #top .show_table .k-top-head .loginin > .fl, #top .show_table .k-top-head .loginin > a {
  float: left;
}

#top .show_table .k-top-head .loginin > .fl, #top .show_table .k-top-head .loginin > a {
  border-left: 2px solid #333;
  margin-left: 10px;
  padding-left: 10px;
}

#top .show_table .k-top-head .loginin > .fl {
  position: relative;
}

#top .show_table .k-top-head .loginin > .fl a {
  padding-bottom: 5px;
}

#top #account_top {
  overflow: hidden;
  position: absolute;
  top: 16px;
  left: 10px;
}

#top .k-top-head #login_top {
  top: 35px;
}

#top .show_table .k-top-head .logo {
  top: 15px;
}

#top .show_table .k-top-head .cart {
  position: static;
  float: left;
}

#top .show_table .k-top-head .select {
  position: static;
  float: left;
}

#top .show_table .k-top-head .cart {
  margin: 5px 0 0 6px;
}

#top .show_table .k-top-head .cart a {
  line-height: 28px;
}

#top-menus .show_table .topmenu, #top-menus .show_table .topmenu_user {
  top: 65px;
}

#top .show_table .topmenu, #top .show_table .topmenu_user {
  position: static;
}

#top .right-contaier {
  position: absolute;
  top: 16px;
  right: 0;
  float: right;
}

.brand_story_detail_link {
  float: right;
  padding: 10px 0;
  text-decoration: underline;
  color: #777;
}


@keyframes hid {
  0% {
    transform: translate(0, 0) scale(1, 1);
    opacity: 0.5;
  }
  100% {
    transform: translate(140px, -140px) scale(0.1, 0.1);
    opacity: 0;
  }
}

@-webkit-keyframes hid {
  0% {
    -webkit-transform: translate(0, 0) scale(1, 1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translate(140px, -140px) scale(0.1, 0.1);
    opacity: 0;
  }
}

@-moz-keyframes hid {
  0% {
    -moz-transform: translate(0, 0) scale(1, 1);
    opacity: 0.5;
  }
  100% {
    -moz-transform: translate(140px, -140px) scale(0.1, 0.1);
    opacity: 0;
  }
}

@-o-keyframes hid {
  0% {
    -o-transform: translate(0, 0) scale(1, 1);
    opacity: 0.5;
  }
  100% {
    -o-transform: translate(140px, -140px) scale(0.1, 0.1);
    opacity: 0;
  }
}

#cart_add.animate-hidden {
  animation: hid 0.4s forwards;
  -webkit-animation: hid 0.4s forwards;
  -ms-animation: hid 0.4s forwards;
  -ms-animation: hid 0.4s forwards;
  -o-animation: hid 0.4s forwards;
}


.m-icon {
  display: inline-block;
  background: url("../image/icon-bg.png") no-repeat 0 0;
}

.icon-weixin {
  width: 52px;
  height: 52px;
  background-position: 0 -1px;
}

.icon-weixin:hover, .icon-weixin:active {
  background-position: -54px -1px;
}

.icon-weibo {
  width: 52px;
  height: 52px;
  background-position: 0 -63px;
}

.icon-weibo:hover, .icon-weibo:active {
  background-position: -54px -63px;
}

.icon-close-1 {
  width: 20px;
  height: 21px;
  background-position: 0 -118px;
}

.u-container {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 460px;
  padding: 60px 250px 35px;
  margin-top: -5px;
  background-color: #f8f8f8;
}

.u-container p.u-ps,
.u-container p.u-err-tips {
  margin-bottom: 0;
}

.u-ps {
  padding-bottom: 10px;
  line-height: 1;
  font-size: 14px;
  color: #838383;
}


.u-err-tips {
  height: 14px;
  padding-bottom: 10px;
  text-indent: 5px;
  line-height: 1;
  color: #8a0707;
}


.u-mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.u-mask.none {
  display: none;
}


.m-form-group {
  width: 100%;
  padding-bottom: 12px;
}

.m-form-group.pr {
  position: relative;
}

.m-form-group input[type=text],
.m-form-group input[type=password] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #bfbfbf;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  line-height: 14px;
  font-size: 14px;
  color: #2b2b2b;
}

.m-form-group input[type=text].err,
.m-form-group input[type=password].err {
  border-color: #8a0707;
}

.m-form-group input[type=text].phone-area,
.m-form-group input[type=password].phone-area {
  width: 80px;
}

.m-form-group input[type=text].phone-number,
.m-form-group input[type=password].phone-number {
  width: 262px;
}

.m-form-group .m-btn {
  width: 100%;
  padding: 0;
  border: 1px solid #bfbfbf;
  line-height: 31px;
  font-size: 14px;
  color: #2d2d2e;
  background-color: #fff;
  cursor: pointer;
}

.m-form-group .m-btn:hover, .m-form-group .m-btn:active {
  border-color: #000;
}

.m-form-group .m-btn:disabled {
  color: #bfbfbf;
  border-color: #bfbfbf;
  cursor: auto;
}

.m-form-group .m-btn-primary {
  width: 100%;
  padding: 0;
  line-height: 45px;
  font-size: 18px;
  color: #fff;
  background-color: #2b2b2b;
  cursor: pointer;
}

.m-form-group .m-btn-primary:hover {
  background-color: #3c3c3c;
}

.m-form-group .m-btn-primary:active {
  background-color: #171717;
}

.m-form-group .m-btn-primary:disabled {
  background-color: #ccc;
  cursor: auto;
}

.m-form-group .half-main[type=text] {
  display: inline-block;
  width: 75%;
  margin-right: 4%;
}

.m-form-group .half-sub {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  width: 20%;
}

.m-form-group .half-sub:disabled {
  color: #ccc;
}

.m-form-group select.half-sub {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  padding: 8px 10px;
  border: 1px solid #bfbfbf;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  line-height: 16px;
  box-shadow: none;
  font-size: 14px;
  background: url("../image/icon-bg.png") no-repeat 50px -221px;
  background-color: #fff;
}

.m-form-group span.half-sub {
  height: 34px;
  border: 1px solid #bfbfbf;
}

.m-form-group span.half-sub img {
  width: 100%;
  height: 100%;
}


.m-login-til {
  margin-bottom: 30px;
  font-size: 18px;
  color: #2b2b2b;
  text-align: left;
}

.m-login-til span {
  float: right;
  margin-top: 5px;
  font-size: 14px;
  color: #2d2d2e;
}

.m-login-til span a {
  color: #d24381;
}

.m-login-til span a:hover {
  text-decoration: underline;
}

.m-login {
  overflow: hidden;
}

.m-login .login-bottom {
  overflow: hidden;
  padding-bottom: 10px;
}

.m-login .k-auto-login {
  float: left;
  color: #2d2d2e;
}

.m-login .k-auto-login input[type=checkbox] {
  float: left;
  margin: 2px 5px 0 0;
}

.m-login a.fr {
  float: right;
  color: #2d2d2e;
}

.m-login a.fr:hover, .m-login a.fr:active {
  text-decoration: underline;
}

.m-other-login {
  padding-top: 10px;
}

.m-other-login .til {
  overflow: hidden;
}

.m-other-login .til p {
  position: relative;
  left: 116px;
  z-index: 2;
  float: left;
  padding: 0 15px;
  font-size: 14px;
  color: #bfbfbf;
  background-color: #f8f8f8;
}

.m-other-login .til hr {
  position: relative;
  top: -9px;
  z-index: 1;
  width: 100%;
  border: none;
  border-bottom: 1px solid #c2c2c2;
}

.m-other-login .icon-container {
  padding-top: 15px;
  text-align: center;
}

.m-other-login .icon-container .log-link {
  display: inline-block;
  width: 52px;
  padding: 0 10px;
}

.m-other-login .icon-container strong {
  font-size: 14px;
  color: #bfbfbf;
  font-weight: normal;
}


.m-pop {
  position: relative;
  top: 50%;
  left: 50%;
  width: 378px;
  height: 366px;
  padding: 0;
  margin: -190px 0 0 -189px;
  border: 1px solid #bcbcbc;
  background-color: #fff;
}

.m-pop .icon-close-1 {
  position: absolute;
  right: 10px;
  top: 10px;
}

.m-pop .pop-head {
  padding: 25px 38px 25px 38px;
  background-color: #f3f3f1;
}

.m-pop .pop-head h1 {
  padding: 0;
  margin-bottom: 5px;
  line-height: 1;
  font-size: 24px;
  color: #2b2b2b;
}

.m-pop .pop-head p {
  line-height: 1.5;
  font-size: 14px;
}

.m-pop .pop-head span {
  color: #d24381;
}

.m-pop .pop-main {
  padding: 24px 38px 35px 38px;
}

.m-pop .pop-main .phone-area[type=text] {
  width: 17%;
}

.m-pop .pop-main .half-main {
  width: 64%;
}

.m-pop .pop-main .half-main.phone-num {
  width: 46%;
}

.m-pop .pop-main .half-sub {
  width: 31%;
}

.m-pop .pop-main .scs {
  font-size: 16px;
  text-align: center;
  line-height: 2;
}

.page-title h1 {
  margin-bottom: 3px;
}

.page-title .k-bind-phone {
  background-color: #efefef;
  padding: 10px;
}


.phone-bind {
  padding: 10px;
  margin: 5px -10px;
  background-color: #f4f4f4;
}

.phone-bind .message-title {
  margin-top: 0;
}

.phone-bind h3 {
  font-size: 14px;
  line-height: 1.6;
  text-indent: 2px;
}

.phone-bind h3 span {
  padding-left: 25px;
  font-weight: normal;
  color: #8a0707;
}

.phone-bind .m-input {
  width: 200px;
  padding: 6px 10px;
  margin-right: 5px;
  border: 1px solid #dfdfdf;
}

.phone-bind .m-input.phone-num {
  width: 120px;
}

.phone-bind .m-input.phone-area {
  width: 50px;
}

.phone-bind .m-form {
  margin-bottom: 5px;
}

.phone-bind .code {
  display: inline-block;
  width: 90px;
  height: 27px;
  border: 1px solid #ccc;
}

.phone-bind .code img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.phone-bind .m-btn {
  line-height: 27px;
  padding: 0 10px;
  border: 1px solid #dfdfdf;
  font-size: 14px;
  color: #838383;
  background-color: #fff;
  cursor: pointer;
}

.phone-bind .m-btn:hover, .phone-bind .m-btn:active {
  color: #2d2d2e;
  border-color: #2b2b2b;
}

.phone-bind .m-btn:disabled {
  color: #bfbfbf;
  border-color: #bfbfbf;
  cursor: auto;
}

.phone-bind .m-btn-black {
  width: 92px;
  padding: 1px 10px;
  border: none;
  color: #fff;
  background-color: #2b2b2b;
}

.phone-bind .m-btn-black:hover {
  color: #fff;
  background-color: #3c3c3c;
}

.phone-bind .m-btn-black:active {
  color: #fff;
  background-color: #171717;
}

.phone-bind .m-btn-black:disabled {
  color: #fff;
  background-color: #ccc;
}

.phone-bind .scs {
  text-indent: 2px;
}

.phone-bind .scs span {
  padding-left: 20px;
  color: #afdf7a;
}


.ercode-pic {
  position: fixed;
  left: 50%;
  bottom: 200px;
  width: 150px;
  margin-left: 491px;
  border: 1px solid #d1d1d1;
  padding: 31px 9px 14px;
  background: #fff;
}

.ercode-pic span {
  position: absolute;
  top: 3px;
  right: 4px;
  cursor: pointer;
}

.ercode-pic p {
  text-align: center;
  font-size: 13px;
  line-height: 17px;
  color: #333;
}

.ercode-pic .til {
  color: #838383;
}

.ercode-pic p img {
  padding: 8px 0;
}

@media screen and (max-width: 1320px) {
  .ercode-pic {
    position: absolute !important;
    top: 1800px !important;
    bottom: auto !important;
  }
}


.no-gcard a {
  text-decoration: underline;
}


.fav-empty a {
  color: #d24381;
  text-decoration: underline;
}


#sidebar .sidebar iframe {
  left: 50% !important;
  right: 0 !important;
  top: auto !important;
  bottom: 350px !important;
  margin-left: 499px !important;
  margin-top: 0 !important;
}

#UDESK_BTN {
  display: none;
}

#UDESK_BTN a {
  border: none  !important;
  box-shadow: none  !important;
  border-radius: 0  !important;
  left: 50% !important;
  width: 170px !important;
  height: 175px !important;
  font-size: 13px;
  margin: 0px 0px 0px 490px !important;
  text-decoration: none !important;
  background: url("../image/kefu-bg.jpg") no-repeat !important;
}

#UDESK_BTN a span {
  border: none !important;
  background-color: transparent !important;
}

#UDESK_BTN a #UDESK_TEXT {
  position: absolute !important;
  bottom: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  background-color: #fff !important;
}

#UDESK_BTN a:hover #UDESK_TEXT {
  background-color: transparent !important;
}

#sidebar .sidebar {
  bottom: -10px;
}

@media screen and (max-width: 1320px) {
  #UDESK_BTN a {
    position: absolute !important;
    top: 2109px !important;
    bottom: auto !important;
  }
}



.m-gongshang {
  display: none;
}

.cart-table .en {
  display: block;
  margin-bottom: 5px;
  width: 450px;
}

#product_show .peisong .date {
  margin-top: 8px;
}

#promotionNo {
  padding: 8px 3px;
  border: 1px solid #333;
}

.order-coupon {
  margin-right: 10px;
}

.freight-button {
  color: #fff;
  background: #537371;
  padding: 3px 5px;
  font-size: 12px;
  margin-left: 12px;
}

.recommend {
  padding: 20px 0;
  border-top: 1px solid #E1E1E1;
  display: none;
}

.recommend-list {
  padding: 20px 30px 0;
  border-top: 1px solid #E1E1E1;
}

.recommend-list .recommend-item {
  padding: 0 10px;
}

.recommend-list .recommend-item img {
  width: 100%;
}

.recommend-list .recommend-item p {
  font-size: 13px;
  line-height: 18px;
  color: #565656;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.recommend-list .recommend-item .describe {
  font-size: 14px;
  line-height: 20px;
  color: #9A9A9A;
  margin-top: 13px;
}

.recommend-list .recommend-item .product-name {
  font-size: 14px;
  line-height: 20px;
}

.recommend-list .recommend-item .product-price {
  color: #2B2B2B;
}

.recommend-list .recommend-item .product-price del {
  font-size: 12px;
  color: #C9C9C9;
}

.recommend-prev {
  position: absolute;
  top: 106px;
  left: 0;
  cursor: pointer;
}

.recommend-next {
  position: absolute;
  top: 106px;
  right: 0;
  cursor: pointer;
}