body{
  background:#eef2f3;
  padding: 0;
  margin: 0;
  height: 100%
}
html{
  height: 100%;
}
.ui-header-logo{
float: left;
}
.ui-header-logo img{
  position:absolute;
  top: 6px;
  width: 60px;
  height: 32px;
}
.ui-header-positive, .ui-footer-positive{
  background-color: #e52b41;
  color: #fff;
}
.ui-header-search{
  float: right;
}
.ui-header-search-input{
  overflow: hidden;
}
.ui-header-search input{
  border: 0;
  border-radius: 0;
  width: 250px;
  height: 35px;
  font-size: 12px;
}
.ui-header-btn-search{
  display: inline-block;
  position: absolute;
  top: 6px;
  right: 20px;
  background-color: #fff;
}
.ui-header-btn-search i{
  padding-top: 10px;
  padding-bottom:9px;
  color: #bbb;
}
.ui-header-search-form{
padding-left: 10px;
}
.yx-slide{
margin-top: 45px;
padding-bottom: 56px;
}
/*.yx-slide span{
height: 150px;
}*/
.yx-Speed{
}
.yx-Speed li{
  text-align: center;
  margin-bottom: 10px;
}
.yx-Speed img {
  width: 60px;
  height: 60px;
}
.yx-Speed-bg{
  background-color: #fff;
  padding-top: 12px;
  padding-bottom: 2px;
}
.ui-grid-halve{
  padding-left: 0;
  padding-right: 0;
}
.ui-grid-halve li{
  padding-right: 0;
  padding-bottom: 7px;
}
.ui-border-l-Title{
  border-left: 3px solid #e52b41;
}
.ui-product-Title{
  margin-top: 15px;
  margin-bottom: 5px;
}
.ui-product-Title a{
  float: right;
}
/*产品列表*/
.ui-flex{
  padding-top: 5px;
  height: 50%;
}
.ui-col-li {
    padding-right: 1.5px;
    margin-top: 10px;
}
.ui-col-li:nth-of-type(2N){
  padding-right:0px;
  padding-left: 1.5px;
}
.ui-product-bg{
  background: #fff;
  font-size: 16px;
}

.ui-product-img{
    position: relative;
    display: block;
}
.ui-product-img img{
  width: 100%;
}
.ui-product-bg li{
  padding-right: 3px;
}

.ui-product-txt{
  height: 100px;
}
.ui-product-txt-size{
  font-size: 1em;
  text-overflow:ellipsis;
  display:block;
  overflow:hidden;
  /*white-space: nowrap;*/
 width: 100%;
 height:  55px;
}
.ui-txt-size-t{
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 55px;

}
.ui-txt-size-price{
line-height: 2.5;
}

.ui-product-txt-through{
  text-decoration: line-through;/*字体划线*/
  font-style: italic;/*斜体*/
}
.ui-font-weight{
  font-weight: 400;
  font-size: 18px;
}
.ui-font-size{
  font-size: 13px;
}
.ui-product-time {
    text-align: center;
    background: #000;
    -moz-opacity: .50;
    filter: alpha(opacity=50);
    opacity: .50;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
}
/*秒杀专区*/
.ui-seconds-bg{
  background: #fff;
  padding-top: 15px;
  margin-top: 10px;
}
.ui-carousel-txt{
  padding-bottom: 5px;
}
.owl-theme .owl-controls {
    margin-top: -15px;
    position:relative;
    bottom:10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #000;
    display: block;
    filter: Alpha(Opacity=20);/*IE7 fix*/
    opacity: 0.2;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
    filter: Alpha(Opacity=40);/*IE7 fix*/
    opacity: 0.5;
}

.ui-grid-halve-img-bg{
  background: #fff;
  margin-bottom: 6px;
  text-align: center;
}
.yx-tiled{
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    z-index: 9999;
    font-size: 13px;
    line-height: 15px;
}
.yx-tiled i{
  line-height: 36px;
}
.nav-lf{
  position:absolute;
  left:0;
  width:1rem;
  background-color:#E5E5E5;
  font-size:0.15rem;
  text-align:center;
}
.nav-lf ul li{
  position:relative;
  width:1rem;
  height:0.4rem;
  line-height:0.4rem;
}
.nav-lf ul li b{
  position:absolute;
  top:0.05rem;
  right:0.05rem;
  display:none;
  width:0.2rem;
  height:0.2rem;
  line-height:0.2rem;
  font-size:0.15rem;
  color:#fff;
  background-color:#FF5151;
  border-radius:0.1rem;
}
.container{
  position:absolute;
  right:0;
  width:3rem;
}
.current{
  background-color:#fff;
}
.sticky
{position: fixed;
  top: 0;
  animation:thedrop 1s 1;
  -moz-animation:thedrop 1s 1;
  -webkit-animation:thedrop 1s 1;
  background-color:#E5E5E5;
  font-size:0.15rem;
}
.section{
  height: 100%;
 }

/*.owl-item img{
  display: block;
  width: 100%;
  height: auto;
}*/

.yx-product-bg{
  background-color: #fff;
}
.yx-product1-bg{
  background-color: #fff;
  padding-top: 10px;
}
.ui-product-border-bottom{
  border-bottom:1px dashed #ebebeb;
}
.ui-product-border-top{
 border-top: 1px dashed #ebebeb;
}

.ui-product-Price{
  padding-top: 20px;
  padding-bottom: 20px;
}
.ui-product-Price-txt{
    height: .64rem;
}
.ui-product-Price-j{
  font-size: .36rem;
  color: #000;
}
.ui-product-Price-y{
  color: #98989f;
  font-size: .18rem;
  text-decoration: line-through;/*字体划线*/
  font-style: italic;/*斜体*/
}
.ui-product-Price-sale{
  height: 16px;
    line-height: 16px;
    background-color: #39424a;
    color: #fff;
    font-size: 12px;
    padding: 0 .12rem;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.ui-product-Event-bg{
  padding-top: 20px;
  padding-bottom: 20px;
}
.ui-product-Event{
  font-size: 14px;
}
.ui-product-tips{
    width: 60px;
    line-height:.40rem;
    overflow: hidden;
    text-align: center;
    margin-right: 10px;
    height: 18px;
    border: 1px solid #5682c1;
    font-size: 12px;
    padding: .05rem .2rem;
    color: #5682c1;
    border-radius: 2px;
  }
.ui-product-Size{
      padding-top: 10px;
      margin-left: 15px;
      margin-right: 15px;
      word-break: break-all;
    }
  .ui-product-Size-Title{
  }
  .ui-product-Size-txt{
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
  }
  .ui-product-Size-txt a{
    color: #4a4a4a;
    font-size: 14px；
  }
  .ui-product-Size-txt li{
    padding-right: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .ui-product-Size-txt li:nth-of-type(4N){
    padding-right: 2px;
  }
  /*商品属性*/
.ui-product-intro{
 margin-bottom: 20px;
 margin-left: 15px;
}
.ui-product-intro-Title{
  margin-top: 20px;
}
.ui-product-intro-list li{
    padding-top: 10px;
    padding-bottom:0;
    padding-right: 0;
}
.ui-product-intro-list {
  background-color: #fff;
    width: 100%;
font-size: 14px;
}
.ui-product-intro-list li{
  position: relative;
  display: -webkit-box;
}
.ui-product-img-bg{
  width: 100%;
  background: #fff;
}
.ui-product-img-box{
  margin-top: 20px;
  margin-bottom: 58px;
}
.ui-product-img-Title{
  margin-left: 15px;
  margin-bottom: 20px;
}
.ui-product-img{
 width: 100%;
 position: relative;
display: block;
}
.ui-product-img-tu img{
  display: block;
  width: 100%;
  height: auto;
}
/*购物车*/
.ui-Cart-Item{
  background: #fff;
  width: 100%;
}
.ui-Cart-Item-bg{
  padding-top: 15px;
  padding-bottom: 12px;
}
.ui-Cart-Item-list{
  margin-left: 10px;
  margin-right: 10px;
}
.ui-Cart-Item-Title{
  margin-left: 10px;
  padding-top: 12px;
  margin-bottom: 10px;
}
.ui-Cart-Item-prix{
  float: right;
}
.ui-Cart-Item-prix h3{
  margin-top: 12px;
}
.ui-Cart-Item-prix span{
  font-size: 13px;
  color:#bfbfbf;
}
.ui-Cart-Item-img{
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 10px;
}
.ui-Cart-Item-img img{
  width: 100%;
  height: 100%;
}
.ui-Cart-Item-txt span{
  font-size: 12px;
  color:#bfbfbf;
}
.ui-Cart-Item-number{
  clear: both;
  overflow: hidden;
  position: relative;
}
.ui-Cart-Item-number span{
    color: #848484;
    float: left;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    width: 55px;
    margin-top: 6px;
}
.ui-Cart-Item-number-ipt{
  float: left;
  margin-left: 80px;
  margin-top: 8px;
  margin-bottom: 20px;
  text-align: center;
}
.ui-Cart-Item-number-ipt button{
  float: left;
  height: 32px;
  line-height: 30px;
  margin-left: -1px;
  vertical-align: middle;
  border: 1px solid #ccc;
  font-family: simsun;
  font-size: 16px;
  overflow: hidden;
  width: 30px;
}
.ui-Cart-Item-number-input{
    background: #fff;
    border: 1px #ccc solid;
    color: #000;
    font-family: arial;
    font-size: 13px;
    padding: 0;
    text-align: center;
    width: 40px;
    float: left;
    line-height: 30px;
    margin-left: -1px;
    vertical-align: middle;
}
.ui-Cart-Item-number-input input{
  width: 33px;
  height: 28px;
  padding-left: 5px;
  border: 0;
}
.ui-Cart-Item-number-input-i{
  margin-right: 20px;
  float: right;
}
.ui-Cart-Gift{
  margin-top: 10px;
  margin-bottom: 10px;
}
.ui-Cart-one{
  background: #fff;
  /*position: fixed;
  bottom: 0;*/
  width: 100%;
  margin-bottom: 56px;
}
.ui-Cart-one-txt-bg{
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
.ui-Cart-one-txt{
  color:#e52b41;
  font-size: 28px;
  font-weight: 400;
}
.ui-account-Avatar-bg{
  margin-top: 46px;
  width: 100%;
  background: #fff;
}
.ui-account-Avatar{
  padding-top: 10px;
  padding-bottom: 10px;
}
.ui-avatar-one{
  margin-right: 20px;
}
.ui-list-info{
width: 100%;
}
.ui-account-bar{
  width: 100%;
  background: #fff;
}
.ui-account-bar img{
  width: 24px;
  height: 24px;
}
.ui-footer-txt{
  font-size: 12px;
}
.ui-account-ul{
  padding-top: 12px;
  padding-bottom: 12px;
}
.ui-account{
  margin-top: 10px;
}
.ui-account-txt{
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 10px;
}
.ui-account-a{
  width: 260px;
}
.ui-account1{
  margin-top: 10px;
}
.ui-account-w{
padding: 12px 0;
margin-left: 15px;
}
.ui-account-back{
margin-top: 15px;
}
.list-group{
  position: absolute;
  left: 0;
  width: 1rem;
  font-size: 0.12rem;
  z-index: 2;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #ffffff;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
}
.list-group a {
    color: #000000;
    padding: 8px 18px;
}
a.list-group-item, button.list-group-item {
    color: #555;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 12px 20px;
    margin-bottom: -1px;
}
.ui-list-content{
  height: 100%;
  background: #fff;
  margin-left: 110px;
}
.ui-form-control-bg{
  border: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 20px;
}
.ui-form-control-bg:active{
  border: 1px solid #e52b41;
}
.ui-form-control{
  border: 0;
  width: 100%;
  padding: 10px;
}
.ui-product-minimum{
  color: #ccc;
  font-size: 12px;
  margin-top: 5px;
  margin-left: 15px;
  margin-right: 15px;
}
.text-danger{
  color:#e52b41;
  font-size: 12px;
}
/*用户评论*/
.ui-remark-bg{
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
}
.ui-remark-name{
  margin-top: 5px;
  margin-bottom: 5px;
}
.text-right{
  font-size: 14px;
  float: right;
}
.text-right-i{
  color: #f9c920;
  font-size: 6px;
}
.control-label{
  padding-top: 15px;
  padding-bottom: 15px;
}
.ui-textarea{
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
.ui-textarea textarea{
  width: 100%;
  border: 0;
}
.ui-textarea input{
  width: 100%;
  height: 35px;
  border: 0;
}
.ui-button-wrap{
  padding: 15px 0px;
}
/* Default bars' style */
.jquery-notify-bar {
  width:100%;
  position:fixed;
  top:0;
  left:0;
  z-index:32768;
  background-color:#efefef;
  font-size:18px;
  color:#000;
  text-align:center;
  font-family: Arial, Verdana, sans-serif;
  padding:20px 0px;
  cursor: pointer;
  border-bottom:1px solid #ddd;
  -webkit-box-shadow: inset 0 -1px 0 0 #fff;
     -moz-box-shadow: inset 0 -1px 0 0 #fff;
          box-shadow: inset 0 -1px 0 0 #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
.jquery-notify-bar.bottom {
  bottom:0;
  top:auto;
  border-top:1px solid #ddd;
  border-bottom:0;
  -webkit-box-shadow: inset 0 1px 0 0 #fff;
     -moz-box-shadow: inset 0 1px 0 0 #fff;
          box-shadow: inset 0 1px 0 0 #fff;
}

.jquery-notify-bar.error .notify-bar-text-wrapper,
.jquery-notify-bar.warning .notify-bar-text-wrapper,
.jquery-notify-bar.success .notify-bar-text-wrapper {
  padding: 1px 0 1px 23px;
}

/* Style for errors */
.jquery-notify-bar.error {
  color:#d00;
  background-color:#fdd;
}
.jquery-notify-bar.error .notify-bar-text-wrapper {
  background: transparent url("../img/jq-notify-bar-icons.svg") no-repeat 0 -62px;
}

/* Style for warning */
.jquery-notify-bar.warning {
  color:#000;
  background-color:#fffaaa;
}
.jquery-notify-bar.warning .notify-bar-text-wrapper {
  background: transparent url("../img/jq-notify-bar-icons.svg") no-repeat 1px 1px;
}

/* Style for success */
.jquery-notify-bar.success {
  color:#060;
  background-color:#BBFFB6;
}
.jquery-notify-bar.success .notify-bar-text-wrapper {
  background: transparent url("../img/jq-notify-bar-icons.svg") no-repeat 2px -31px;
}

/* Style for close button */
.notify-bar-close {
  position:absolute;
  left:97%;
  top: 13px;
  text-decoration: none;
  color: #222;
  font-size: 30px;
}
.notify-bar-close:hover {
  color: #05f;
}
.ui-product-footer li{
  margin-bottom: 20px;
}

.ui-footer-bg{
  height: 56px;
  text-align: center;
}

.ui-footer-Ctrl{
  background: #fff;
}
.ui-footer-Cart a{
  color: #4a4a4a;
  font-size: 12px;
}
.ui-footer-Cart{
  color: #4a4a4a;
}
.ui-footer-Cart-i{
  font-size: 50px;
}
.ui-footer-Cartadd{
  line-height: 60px;
  color: #fff;
  background: #30a3f3;
  font-size: 16px;
  letter-spacing: 1px;
}
.ui-footer-Cartadd a{
  color: #fff;
}
.ui-footer-buy{
  line-height: 60px;
  color: #fff;
  background: #e52b41;
  font-size: 16px;
  letter-spacing: 1px;
}
.ui-footer-buy a{
  color: #fff;
}
.ui-cart-bg{
  height: 56px;
}
.ui-cart-buy{
  text-align: center;
  line-height: 60px;
  background: #e52b41;
  font-size: 16px;
  letter-spacing: 1px;
}
.ui-cart-buy a{
  color: #fff;
}
.ui-cart-Pay{
  line-height: 60px;
  color: #4a4a4a;
  background: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  padding-left: 15px;
}
.ui-cart-Pay-w{
  width: 150px;
}
.ui-cart-Dollar{
position:absolute;
right: 50px;
top: 278px;
}
.Dollar Green{
  color: #3fd74e;
  font-weight: 600;
}
.Dollar{
  margin-right: 10px;
}
.Dollar cash{
 display: none;
}
.Dollar Dollar{
  display:block;
}
.Dollar coupon{
  display: none;
}
.coupon dollar{
  display:none;
}
.coupon coupon{
  display: block;
}
.coupon Green{
  color: #3fd74e;
  font-weight: 600;
}
.coupon{
  margin-right: 10px;
}
.coupon cash{
 display: none;
}
.ui-Dollar-input{
  border: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 20px;
}
.form-control{
  border:0;
  width: 100%;
  padding-left: 10px;
  line-height: 45px;
  font-size: 14px;
}
.panel-body label{
  color: #ccc;
  font-size: 14px;
}
.panel {
  margin-bottom: 20px;
}
.panel-heading{
  background: #fff;
  width: 100%;
  height: 68px;
}
.panel-title{
  line-height: 70px;
}
.accordion-toggle{
  color: #4c4c4c;
}

/*= wizard css =*/
.payment-wizard{
  float: left;
  width: 100%;
}
.payment-wizard li.active{
  position: relative;
  z-index: 1;
}
.wizard-heading{
  float: left;
  width: 100%;
  padding: 10px 15px;
  background-color: #fff;
  margin-bottom: 10px;
  box-sizing: border-box;
  font-size: 18px;
  color: #4c4c4c;
  text-transform: uppercase;
  transition: 0.3s;
}
.wizard-content{
  display: none;
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
li:first-child .wizard-content{
  display: block;

}
.wizard-content p{
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 26px;
  color: #4c4c4c;
}
.btn-green{
  color: #fff;
  float: right;
  border: 0;
  padding: 7px 10px;
  min-width: 92px;
  z-index: 1; cursor:
  pointer;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #5fba57;
  border-radius: 3px;
  border-bottom: 3px solid #289422;
  position: relative;
  transition: 0.3s;
}
.btn-green:before{
  content: "";
  width: 100%;
  height: 0;
  border-radius: 3px;
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #289422;
  transition: 0.3s;
}
.btn-green:hover:before{
  height: 100%;
}
.wizard-heading span{
  float: right;
  background-image: url(../wizard-icons.png);
  background-repeat: no-repeat;
}
.icon-user{
  width: 20px;
  height: 18px;
  background-position: 0 -40px;
  margin-top: 4px;
}
.icon-location{
  width: 15px;
  height: 20px;
  background-position: -22px -42px;
  margin-top: 4px;
}
.icon-summary{
  width: 20px;
  height: 20px;
  background-position: -39px -42px;
  margin-top: 4px;
}
.icon-mode{
  width: 20px;
  height: 16px;
  background-position: -61px -34px;
  margin-top: 6px;
}
.active .wizard-heading{
  background-color: #447294;
  color: #fff;
  margin-bottom: 0;
}
.active .icon-user{
  background-position: 0 0;
}
.active .icon-location{
  background-position: -22px 0;
}
.active .icon-summary{
  background-position: -39px 0;
}
.active .icon-mode{
  background-position: -61px 0;
}
.completed .wizard-heading{
  color: #447294;
  position: relative;
  padding: 10px 15px 10px 36px;
  cursor: pointer;
  transition: 0.3s;
}
.completed .wizard-heading:before{
  content: "✓";
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  left: -7px;
  top: 8px;
  width: 32px;
  padding: 4px 0;
  background-color: #447294;
  z-index: 99;
}
.completed .wizard-heading:after{
  content: "";
  position: absolute;
  top: 38px;
  left: -7px;
  border-left: 7px solid transparent;
  border-top: 5px solid #001e34;
}
.completed .icon-user{
  background-position: 0 -20px;
}
.completed .icon-location{
  background-position: -22px -21px;
}
.completed .icon-summary{
  background-position: -39px -21px;
}
.completed .icon-mode{
  background-position: -61px -17px;
}
/*= wizard end =*/
.ui-login-radio{
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ui-login-box{
  width: 100%;
  height: 100%;
}
.ui-login-box p{
margin-left: 10px;
margin-bottom: 10px;
}
.ui-login-input{
  /*border: 1px solid #ccc;*/
  background: #fff;
}
.ui-login-tips{
  margin-bottom: 10px;
}
.ui-login-button-txt{
  margin: 15px auto;
}
.ui-login-button-txt-l{
  float: right;
}
.ui-login-box input {
  box-sizing: border-box;
}
.ui-login-button{
  float: right;
  margin-right: 15px;
}
.panel-default{
  display: block;
}
/*收件人*/
.ui-shiping-radio-label {
  display: inline-block;
  width: 100%;
  background: #fff;
  margin-bottom: 10px;
}
.ui-shiping-radio-bg span{
  height:auto;
}
.ui-shiping-radio {
  position: absolute;
  left: -999rem;
}
.ui-shiping-radio-txt{
  padding-bottom: 15px;
}
.rd-visual {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 100%;
  overflow: hidden;
  vertical-align: bottom;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  line-height: 20px;
}

.ui-shiping-radio:checked + .rd-visual {
  opacity: 1;
  color: #4a4a4a;
}

.rd-visual::before {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.rd-visual:hover {
  opacity: 1;
}

.rd-visual:hover::before {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
  filter: none;
}

.ui-shiping-radio:checked + .rd-visual::before {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
  filter: none;
}

.rd-visual::before {
  content: "";
  position: absolute;
}

.ui-shiping-radio:checked + .rd-visual::after {
  content: "";
  position: absolute;
  margin: auto auto;
  top: 26px;
  right: 16px;
  width: 25px;
  height: 25px;
}

.ui-shiping-radio:checked + .rd-visual::after {
  background-image: url(../image/tick.png)
}

.ui-address-bg{
}

.ui-address-bg label {
    display: block;
    text-align: center;
    margin-top: -5px;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    width: 100%;
    background: #f5f5f5;
}

.ui-address-bg label:active {
	background: #fff;
}


.ui-address-bg .panel {
    height: 0;
    visibility: hidden;
    opacity: 0;
    background: #1ABC9C;
    color: #f0f0f0;
}

.ui-address-bg input[type="radio"], .ui-address-bg input[type="checkbox"] {
    display: none;
}

.ui-address-form{
  background: #fff;
  margin-top: -4px;
  margin-bottom: 10px;
}
.ui-method-amount{
  display: block;
  width: 110px;
  margin-left: 80px;
  margin-top: 10px;
  text-align: center;
  border: 1px solid #ccc;
  font-size: 20px;
  color: #555;
}
 .ui-form-control {
  display: block;
  height: 34px;
  background-color: #fff;
  background-image: none;
  border: 0;
}
.ui-form-control:focus {
  outline: 0;
}
 .ui-form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
 .ui-form-control:-ms-input-placeholder {
  color: #999999;
}
.ui-form-control::-webkit-input-placeholder {
  color: #999999;
}

.ui-method-amount-1 {
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 8px;
  border-right: 1px solid #ccc;
}
.ui-method-amount-2{
  background: #fff;
}

.ui-method-amount-3 {
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-left: 1px solid #ccc;
}
.ui-method-amount-4{
  position: absolute;
  right: 20px;
}
.ui-method-amount-4 i{
  font-family: iconfont!important;
  font-size: 32px;
  line-height: 30px;
}
.ui-totals-bg{
  margin-top: 10px;
  margin-bottom: 10px;
  background: #fff;
}
.ui-totals-row {
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 5px;
}
.ui-totals-li{
  margin-bottom: 10px;
}
.ui-totals-li1{
  float: right;
  margin-bottom: 10px;
}
.ui-confirm-bg{
}
.ui-confirm-form{
  background: #fff;
}
.ui-field-bg{
  padding: 0 15px;
}
.ui-field-textarea{
  border: 1px solid #ccc;
  height: 80px;
}
.ui-field-control {
  width:100%;
  border: 0;
  height: 78px;
}
.ui-fleld-checkbox{
  padding: 10px 0;
}
.ui-address-radio{
  padding-left: 95px;
}
.ui-address-item{
  padding-top: 15px;
  padding-bottom: 15px;
}
.ui-wishist-icon{
  height: 30px;
}
.ui-wishist-i{
float: right;
position: relative;
top: -35px;
right: 18px;
}
.ui-Cart-Item-prix1{
  float: right;
}
.ui-Cart-Item-prix1 h3{
}
.ui-Cart-Item-prix1 span{
  font-size: 13px;
  color:#bfbfbf;
}
.ui-order-list{
  background: #fff;
}
.ui-table td, .ui-table th {
    padding: 5px 0 ;
}
.ui-order-info{
  margin-top: 15px;
}
.ui-txt-green{
  color: #3fd74e;
}
.ui-order-title-top{
margin-top: 20px;
}
.ui-order-title-bottom{
  margin-bottom: 20px;
}
.ui-order-border-bottom{
  border-bottom:1px solid #ebebeb;
}

.ui-return-radio{
margin-left: 10px;
padding-top: 15px;
padding-bottom: 5px;
}
.ui-return-radio-txt{
  padding-bottom: 10px;
}
.ui-return-radio-control{
  border: 0;
  width: 100%;
  margin-top: 15px;
  padding-left: 10px;
  font-size: 14px;
}
.ui-return-Item-Title{
  margin-left: 10px;
  padding-top: 12px;
}
.ui-return-Item-bg{
padding-top: 10px;
padding-bottom: 15px;
}
.ui-return-th{
margin-top: 15px;
}
.text-center{
  text-align: center;
}
.ui-home-list{
  background: #fff;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.ui-home-border{
  border-left:1px solid #ccc;
}
.ui-home-display{
  display: none;
}
.ui-home-sort {
    display: inline-block;
    width: 11px;
    height: 8px;
    margin-left: 5px;
    background-position: 1px -175px;
}
.ui-home-icon {
    display: inline-block;
    background: url(../image/ico_11.png) no-repeat;
    background-size: 9px;
}
.ui-home-icon1 {
    display: inline-block;
    background: url(../image/ico_12.png) no-repeat;
    background-size: 9px;
}
.ui-home-icon2 {
    display: inline-block;
    background: url(../image/ico_13.png) no-repeat;
    background-size: 9px;
}
.ui-category-bg{
  background: #fff;
}
/*提示*/
.ui-alert-info{
    padding: 12px;
    margin: 60px 15px 15px 15px;
    border: 1px solid #ddd;
    position: relative;
    background: #fff;
}

.ui-alert-info, .ui-alert-info-success{
  color: #71B472;
  border-color: #cee5cf;
  background-color: #f0f7f0;
}
.ui-manufacturer-bg{
  background: #fff;
}
.ui-manufacturer-bg img{

}
.ui-btn-default {
  background-color: #e0e4e5;
  border-color: #e0e4e5;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #fff), to(#fff));
  color: #4a4a4a;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
  .ui-btn-default:not(.disabled):not(:disabled):active, .ui-btn-default.active {
    background: #e0e4e5;
    border-color: #e0e4e5;
    color: #4a4a4a;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }

.dummy{
    width: 80%;
    margin: 0 auto;
}
.dummy h3{
    font-size: 2.5em;
    text-align: center;
    font-weight: 600;
}
.dummy p{
    text-indent: 2em;
}
.dummy img{
    float: left;
    margin-right: 10px;
}
.to-top{
    background: #000;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    opacity: 0.4;
}
.product-bg{
margin-top: 45px;
height:100%;
background: #fff;
}
.ui-category-txt-error{
  text-align: center;
  padding-top: 50px;
  z-index: 111;

}
.ui-productlist-bg{
padding-bottom: 56px;
}
.ui-list-bg{
  background: #fff;
  padding-bottom: 45px;
}
.ui-categorylist-txt{
  padding-top: 10px;
  height:20px;
}
.ui_category_list{
  height: 100%;
  background: #eef2f3;
}
.ui-margin-bottom{
  height: 55px;
}
