/*--------------商城首页-----------------*/
.container{
  background: #f5f5f5;
  padding-bottom: 30px;
}
/*--------------shop-header-------------------*/
.content .shop-header{
  height: 80px; 
  background: #fff;
}
.content .shop-header .logo{
  float: left;
  width: 200px;
  height: 80px;
  background: url(../images/shop-logo.jpg) no-repeat;
}
.content .shop-header .search{
  padding:20px 100px 20px 110px;
  width: 782px;
  float: left; 
}
.content .shop-header .search .search-input,
.content .top-search .search .search-input{
  width: 500px; 
  height: 40px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.content .shop-header .search .btn-search,
.content .top-search .search .btn-search{
  width: 72px;
  height: 40px;
  padding: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.content .shop-header .shoppingcart{  
  float: left;
  padding:20px 0;
}
.content .shop-header .btn-shoppingcart,
.content .top-search .btn-shoppingcart{  
  height: 40px;
  background: #fff;
  border:1px solid #d9d9d9;
  color: #666;
  padding: 8px;
  position: relative;
}
.content .shop-header .btn-shoppingcart:hover,
.content .top-search .btn-shoppingcart:hover{  
  background: #f5f5f5;
}
.content .shop-header .btn-shoppingcart .dot,
.content .top-search .btn-shoppingcart .dot{
  background: #ff0000;
  padding: 5px;
  min-width: 22px;
  border-radius: 20px;
  color: #fff;
  position: absolute;
  top: -10px;
  right: -10px;
}
/*------------------顶部banner--------------------------*/
.shop-banner .shop-left-menu{
  width: 200px;
  height: 350px;
  float: left;
}
.shop-banner{
  overflow: hidden;
}
.shop-banner .shop-left-menu .menu a{
  display: block;
}
.shop-banner .shop-left-menu .menu a span{
  padding-left: 20px;
  display: block;
  margin: 0 10px;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  color: #fff;
}
.shop-banner .shop-left-menu .menu a:hover{
  background: #fff;
  text-decoration: none;
}
.shop-banner .shop-left-menu .menu a:hover span{
  border-bottom: 0px;
}
.shop-banner .banner{
  width: 990px;
  height: 350px;
  float: left;
}
.shop-banner .banner .banner-img{
  width: 990px;
  height: 350px;
}
/*-------------------------首页幻灯----------------------------*/
@font-face{
  font-family:'FontAwesome';
  src:url('../font/fontawesome-webfont.eot?v=3.0.1');
  src:url('../font/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
  url('../font/fontawesome-webfont.woff?v=3.0.1') format('woff'),
  url('../font/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
  font-weight:normal;
  font-style:normal 
}
.shop-banner .banner .slidesjs-previous,
.shop-banner .banner .slidesjs-next{
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  margin-top: 0;
  font-size: 30px;
  position: relative;
  top: -180px;
  opacity: 0;
  left: 10px;
  z-index: 11;
}
.shop-banner .banner:hover .slidesjs-previous,.shop-banner .banner:hover .slidesjs-next{
  opacity: 1;
}
.shop-banner .banner .slidesjs-next{
  left: 923px;
}
.shop-banner .banner .slidesjs-previous:before,
.shop-banner .banner .slidesjs-next:before{
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
.shop-banner .banner .slidesjs-previous:before {
  content: "\f053";
}
.shop-banner .banner .slidesjs-next:before {
  content: "\f054";
}
.slidesjs-pagination { 
  position: relative;
  top: -40px;
  left: 400px;
  z-index: 11;
  overflow: hidden;
  display: inline-block;
  background: rgba(255, 255, 255, 0.37);
  padding: 2px;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 0px;
}
.slidesjs-pagination li{
  float: left;
  margin-right: 5px;
}
.slidesjs-pagination li a{
  display: block;
  width: 13px;
  height: 0;
  padding-top: 13px;
  background-image: url(../images/pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
}
.slidesjs-pagination li a:hover{
  background-position: 0 -26px;
}
.slidesjs-pagination li a.active, .slidesjs-pagination li a:hover.active{
  background-position: 0 -13px;
}
/*-----------------中间内容--------------------------*/
.brand,.pic{
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}
.shop-content {
  background: #fff;
  padding: 30px 40px;
  overflow: hidden;
}
.shop-content .brand-nav {
  overflow: hidden;
  margin-bottom: 10px;
}
.shop-content .brand-nav .brand{
  border: 1px solid #d9d9d9;
  width: 120px;
  height: 60px;
  padding: 1px 1px;
}
.shop-content .brand-nav .prev,
.shop-content .brand-nav .next,
.shop-content .brand-nav .brands,
.shop-content .brand-nav .brand,
.shop-content .brand-nav .brands-pics{
  float: left; 
}
.shop-content .brand-nav .next.disable,
.shop-content .brand-nav .next.disable:hover,
.shop-content .brand-nav .prev.disable,
.shop-content .brand-nav .prev.disable:hover{
  background-position: 0 0;
  border:1px solid #d9d9d9;
}
.shop-content .brand-nav .brands-pics{
  width: 960px;
  height: 60px;
  overflow: hidden;
}
.shop-content .brand-nav .brands a{
  display: block;
  float: left;
}
.shop-content .brand-nav .prev{
  width: 65px;
  height: 60px;
  margin-right: 10px;
  cursor: pointer;
  background: url(../images/brand-prev.jpg) no-repeat;
}
.shop-content .brand-nav .next{
  width: 65px;
  height: 60px;
  margin-left: 10px;
  cursor: pointer;
  background: url(../images/brand-next.jpg) no-repeat;
}
.shop-content .shop-floor{
  margin-top: 50px;
  height: 300px;
}
.shop-content .shop-floor .floor-nav{
  width: 170px;
  float: left;
  background: #fafafa;
}
.shop-content .shop-floor .floor-nav .title{
  padding: 13px;
  height: 60px;
  overflow: hidden;
}
.shop-content .shop-floor .floor-nav .title .number,
.shop-content .shop-floor .floor-nav .title .name{
  font-size: 18px;
  height: 34px;
  line-height: 34px;
  float: left;
  padding-right: 10px;
}
.shop-content .shop-floor .floor-nav .title .name{
  padding: 0;
  color: #fff;
  border-left: 0;
  padding-left: 10px;
}
.shop-content .shop-floor .floor-nav .brands{
  height: 240px;
  overflow: hidden;
  background-color: #ffffff;
}
.shop-content .shop-floor .floor-nav .brands .brand{
  background-color: #ffffff;
  height: 80px;
  margin: 0 auto;
  text-align: center;
  line-height: 80px;
}
.shop-content .shop-floor .floor-nav .brands .brand img{
  padding-top: 10px;
}
.shop-content .shop-floor .commodity{
  height: 300px;
  width: 215px;
  overflow: hidden;
  float: left;
  margin-left: 20px;
}
.shop-content .shop-floor .commodity a{
  display: block;
}
.shop-content .shop-floor .commodity .pic{
  height: 215px;
  width: 215px;
  border:1px solid #e6e6e6;
}
.shop-content .shop-floor .commodity .info{
  height: 85px;
  float: left;
}
.shop-content .shop-floor .commodity .info .name{
  height: 36px;
  overflow: hidden;
}
.shop-content .shop-floor .commodity .info .name,
.shop-content .shop-floor .commodity .info .price-div,
.shop-content .shop-floor .commodity .info .yubi-div{
  margin-top: 7px;
  line-height: 1;
}
.shop-content .shop-floor .commodity .info .name a{
  color: #333;
  line-height: 18px;
}
.price,.yubi{
  font-size: 14px;
  font-weight: bold;
}
.shop-content .middle-banner,
.shop-content .foot-banner,
.shop-content .shop-floor.margin{
  margin-top: 30px;
}
/*-------------------订单提交---------------------*/
.msg-content{
  background: #fff;
}
.content .msg-content>.title{
  height: 80px;
  padding: 0 40px;
  border-bottom: 1px solid #e6e6e6;
}
.content .msg-content>.title .state{
  line-height: 80px;
  font-size: 18px;
  font-weight: bold;
  float: left;
}
.content .msg-content>.title .progress{
  float: right;
  padding-top: 10px;
}
.content .msg-content>.title .progress .step{
  float: left;
  position: relative;
  font-size: 14px;
}
.content .msg-content>.title .progress .step-bar{
  float: left;
  height: 10px;
  width: 370px;
  margin: 15px -10px;
}
.content .msg-content>.title .progress .step-bar.not,
.content .msg-content>.title .progress .step .node.not{
  background: #e2e2e2;
}
.content .msg-content>.title .progress .step .node{
  line-height: 32px;
  padding-left: 11px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
  color: #fff;
  border: 5px solid #fff;
}
.content .msg-content>.title .progress .step .step-name{  
  position: absolute;
  top: 40px;
  left: -20px;
  width: 120px;
}
.content .msg-content .msg-info{
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 50px;
}
.content .msg-content .msg-info .msg{
  width: 500px;
  height: 250px;
  margin: 160px auto 200px;
  padding-left: 120px;
  padding-top: 60px;
  background: url(../images/xiaoyumao1.jpg) no-repeat;
}
.msg-content .msg-info .msg .title{
  font-size: 36px;
  color: #333;
  font-weight: bold;
  line-height: 1;
}
.msg-content .msg-info .msg .prompt{
  font-size: 18px;
  color: #333;
  line-height: 1;
  margin-top: 20px;
}
.msg-content .msg-info .msg .btn-div{
  margin-top: 40px;
}
/*---------------------商城 产品详情---------------------------*/
.content .top-search{
  overflow: hidden;
}
.content .top-search .sitemap{
  float: left;
  margin-top: 30px;
}
.content .top-search .search{
  padding:20px ;
  float: right; 
}
.content .top-search .shoppingcart{  
  float: right;
  padding:20px 0;
  margin-right: 30px;
}
.content .top-search .search .search-input{
  width: 228px; 
  border: 1px solid #ccc;
  border-right: 0;
  padding: 8px;
}
.content .product-info{
  padding: 30px 40px;
  background: #fff;
  overflow: hidden;
}
.content .product-info .product-pic{
  width:354px;
  height: 430px;
  overflow: hidden;
  float: left;
}
.content .product-info .product-pic .product-img{
  width:354px;
  height:354px;
  border:1px solid #e6e6e6;
}
.content .product-info .product-pic .product-img-s{
  margin-top: 10px;
  margin-right: 7px;
  float: left;
  width:63px;
  height: 63px;
  cursor: pointer;
}
.content .product-info .product-details{
  float: left;
  width: 720px;
  margin-left: 30px;
}
.content .product-info .product-details *{
  font-size: 14px;
}
.content .product-info .product-details .title,
.content .product-info .product-details .intro,
.content .product-info .product-details .price-div,
.content .product-info .product-details .yubi-div,
.content .product-info .product-details .sales-volume,
.content .product-info .product-details .spe-div,
.content .product-info .product-details .number-div,
.content .product-info .product-details .pay-type,
.content .product-info .product-details .orignial{
  line-height: 1;
  margin-top: 15px;
}
.content .product-info .product-details .spe-div,
.content .product-info .product-details .number-div{
  margin-top: 20px;
}
.content .product-info .product-details .pay-type{
  overflow: hidden;
}
.content .product-info .product-details .btn-div{
  margin-top: 30px;
  width:310px;
}
.content .product-info .product-details .title{
  font-size: 18px;
  font-weight: bold;
  color:#333;
  margin-top: 0px;
}
.content .product-info .product-details .discount{
  color: #333;
}
.content .product-info .product-details .intro{
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.content .product-info .product-details .orignial .orignial-price{
  text-decoration:line-through ;
}
.content .product-info .product-details .yubi,
.content .product-info .product-details .price{
  font-size: 18px;
}
.content .product-info .product-details .spe{
  border:1px solid #d9d9d9;
  padding: 2px 8px;
  border-radius: 2px;
  cursor: pointer;
}
.content .product-info .product-details .number-div .input{
  width: 50px;
  height: 25px;
  float: none;
  text-align: center;
}
.content .product-info .product-details .pay-title{
  float: left;
  margin-right: 5px;
}
.content .product-info .product-details .pay-price{
  float: left;
  border: 2px solid #ccc;
  border-radius: 5px;
  margin-right: 10px;
  text-align: center;
  padding: 5px;
  cursor: pointer;
}
.content .product-info .product-details .btn-div .btn-cart{
  padding: 12px;
  font-size: 16px;
  /*background: #FFAB00;*/
}

.content  .product-intro{
  margin: 20px 0 35px;
}
.product-intro  .product-content{
  width:925px;
  float: left;
  background: #fff;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.product-intro  .hot-sell{
  width: 245px;
  margin-left: 20px;
  background: #fff;
  float:left;
  padding: 20px 40px;
}
.product-intro  .product-content .tab-menu{
  background: #fcfcfc;
}
.product-intro  .product-content .tab-menu .tab{
  border-bottom:0;
}
.product-intro .product-content .parameter{
  padding: 30px 40px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}
.product-intro .product-content .parameter .param-div{
  width: 250px;
  height: 22px;
  line-height: 22px;
  margin-top: 10px;
  overflow: hidden;
  float: left;
}
.product-intro .product-content .describe{
  padding: 30px 40px;
}
.hot-sell .title{
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.hot-sell .list{
  width: 165px;
  margin-top:20px;
}
.hot-sell .list .hotsell-img{
  width:165px;
  height: 165px;
  margin-bottom: 15px;
}
.hot-sell .list .name{
  text-align: center;
  display: block;
}
.bgw{
  background: #fff;
}
.bgw .shop-content{
  margin-top: 5px;
}
.shop-content .bleft{
  width:165px;
  float: left;
}
.shop-content .bright{
  width:915px;
  float: left;
  margin-left: 30px;
}
.bleft .left-nav .title{
  color: #fff;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: bold;
}
.bleft .left-nav .list{
  margin: 0 10px;
}
.bleft .left-nav .list:last-child,.bleft .left-nav .list.last{
  border-bottom: 0;
}
.bleft .left-nav .list a{
  padding-left: 20px;
  text-decoration: none;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}
.bleft  .hot-sell{
  margin-top: 30px;
}
.bleft  .hot-sell .title{
  font-weight: normal;
}
.bright>.title{
  font-size: 16px;
  font-weight: bold;
}
.bright .brands a{
  margin-right: 10px;
  margin-bottom: 10px;  
}
.bright .control-bar{
  height: 40px;
  padding:8px 10px;  
  background: #f5f5f5;
  border: 1px solid #e6e6e6;
}
.btn-sort{
  width:50px;
  height: 24px;
  line-height: 24px;
  color: #333;
  background: #fff;
  font-size: 12px;
  padding: 0;
  border-radius: 0;
  border:1px solid #d9d9d9;
  float: left;
  margin-left: -1px;
}
.btn-sort:hover{
  background: #e6e6e6;
  color: #333;
}
.icon-sort-up,
.icon-sort-down{
  background: url(../images/icon-sort-up.png) no-repeat;
  width: 10px;
  height: 10px;
  margin-top: -5px;
}
.icon-sort-down{
  background: url(../images/icon-sort-down.png) no-repeat;
}
.bright .control-bar .to {
  float: left;
}
.bright .control-bar .one-input{
  margin-left: 40px;
}
.bright .control-bar .input{
  width: 50px;
  height: 24px;
  border:1px solid #d9d9d9;
}
.bright .control-bar .btn-confirm{
  margin-left: 10px;
}
.bright .control-bar .totle{
  float: right;
  height: 24px;
  line-height: 24px;
}
.bright .product-list{
  overflow: hidden;
}
.bright .product-list .list{
  margin-top: 15px ;
  margin-right: 18px;
  width: 215px;
  height: 310px;
  overflow: hidden;
  float: left;
}
.bright .product-list .list .product-img{
  width: 215px;
  height: 215px;
  border:1px solid #d9d9d9;
}
.bright .product-list .list .title {
  color:#333;
  font-weight: bold;
  margin: 10px 0 5px;
}
.bright .product-list .list .price-div .price
.bright .product-list .list .yubi-div .yubi{
  font-size: 16px;
}
.bright .product-list .list.last{
  margin-right: 0;
}
.pay-content .page,.bright .page{
  float: right;
  margin-top: 15px;
}
/*==================购物车==================*/
.empty-div{
  width: 400px;
  margin: 200px auto;
  overflow: hidden;
}
.empty-div .empty-img{
  width:147px;
  height: 139px;
  float: left;
}
.empty-div .cart-empty-title{
  font-size: 18px;
  padding-left: 160px;
  margin-top: 30px;
}
.empty-div .cart-empty-go{
  margin-top: 20px;
}
.empty-div .cart-empty-go .login-btn{
  padding: 9px 23px;
  margin-left: 13px;
}
.empty-div .cart-empty-go .go{
  font-size: 14px;
  padding-left: 13px;
  color:#48a5dd;
}
.cart-content{
  width: 1190px;
  overflow: hidden;
  margin-bottom: 100px;
  background-color: #fff;
}
.mycart{
  width: 1110px;
  float: left;
  margin: 30px 40px;
}
.cheader{
  width: 1110px;
  height: 50px;
}
.cheader .checkbox-label{
  color: #fff;
  font-size: 14px;
  float: left;
  margin-top: 10px;
  font-weight: bold;
  cursor: pointer;
  height:auto;
}
.cheader .allchecked{
  float: left;
  margin: 13px 0 0 20px;
  width: 24px;
  height: 24px;
  border:2px solid #333;
  border-radius: 8px;
}
.checked{
  float: left;
  width: 20px;
  height: 20px;
}
.check{
  float: left;
  margin: 40px 20px;
}
.cheader .title-div{
  font-size: 14px;
  color: #fff;
  float: left;
  padding-top:15px;
  font-weight: bold;
  text-decoration: none;
}
.mycart .cheader .name{
  padding-left:123px;
}
.mycart .cheader .pricet{
  padding-left:265px;
}
.mycart .cheader .stock{
  padding-left:130px;
}
.mycart .cheader .number{
  padding-left:100px;
}
.mycart .cheader .subtotal{
  padding-left:120px;
}
.mycart .cheader .operation{
  padding-left:68px;
}
.mycart .cbody .shoplist{
  width: 1095px;
  height: 100px;
  border-bottom: 1px solid #d9d9d9;
}
.mycart .cbody .shoplist img{
  width: 60px;
  height: 60px;
  float: left;
  margin: 20px 10px;
}
.name_spec .gndiv .goodsname{
  font-size: 14px;
  color: #4d4d4d;
}
.name_spec .gndiv .goodsname:hover{
  color: #48a5dd;
}
.specdiv{
  margin-top: 5px;
}
.specdiv .specification{
  font-size: 12px;
  color: #666666;
}
.shoplist .name_spec{
  width: 280px;
  height: 30px;
  float: left;
  margin: 30px 0px;
}
.shoplist .pricediv{
  width: 165px;
  height: 35px;
  float: left;
  margin: 30px 5px;
  margin-left: 20px;
}
.shoplist .pricediv select{
  width: 160px;
  height: 35px;
  font-size: 14px;
  color: #333333;
  padding-left:5px;
  border: 1px solid #d9d9d9;
}
.shoplist .stock-num{
  width: 140px;
  float: left;
  padding: 35px 0px;
  overflow: hidden;
  height: 100px;
}
.shoplist .stock-num span{
  font-size: 14px;
  color: #363636;
  word-break: break-all;
}
.shoplist  .goods-num{
  float: left;
  margin: 32px 10px;
  width: 120px;
  height: 25px;
}
.shoplist  .goods-num .input{
  width: 50px;
  height: 25px;
  vertical-align: middle;
  text-align: center;
  float: none;
}
.shoplist  .operationbox{
  width: 40px;
  height: 30px;
  float: right;
  margin: 34px 10px;
}
.shoplist  .operationbox a{
  font-size: 14px;
}
.mycart .account_box{
  width: 1110px;
  height: 120px;
}
.mycart .account_box .acccheck{
  margin-left: 20px;
  margin-top: 20px;
}
.mycart .account_box .acheck{
  font-size: 14px;
  color: #888888;
  float: left;
  margin-left: 8px;
  margin-top: 15px;
  text-decoration: none;
}
.mycart .account_box .goshopping ,.mycart .account_box  .delcheck{
  font-size: 14px;
  text-decoration: none;
  color: #888888;
  float: left;
  padding-left: 30px;
  padding-top: 20px;
}
.mycart .account_box .goshopping {
  clear: right;
}
.paybody .total_box{
  margin-top: 45px;
}
.total_box{
  float: right;
  clear: left;
}
.total_box p{
  color: #888888;
  font-size: 14px;
  float: left;
  margin-bottom: 10px;
}
.total_box span{
  font-size: 24px;
  text-decoration: none;
}
.total_box .pricebox{
  float: left;
}
.total_box .yubibox{
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
.submitbtn .btn-fail{
  padding: 15px 80px;
}
.submitbtn{
  float: right;
  margin-top: 40px;
}
/*=========f5f5f5===支付==========*/
.msg-info .pay-content{
  float: left;
  margin: 22px 40px;
  width: 1110px;
  overflow: hidden;
  margin-bottom: 120px;

  background-color: #fff;
}

.pay-content .payheader{
  width: 1110px;
  height: 50px;
  background-color: #f5f5f5;
}
.pay-content .payheader span{
  font-size: 14px;
  color: #666666;
  float: left;
  padding-top:15px;
  font-weight: bold;
  text-decoration: none;
}

.pay-content .payheader .name{
  padding-left:152px;
}
.pay-content .payheader .memberprice{
  padding-left:200px;
}
.pay-content .payheader .yubi{
  padding-left:90px;
}
.pay-content .payheader .number{
  padding-left:100px;
}
.pay-content .payheader .number.for-order{
  padding-left: 75px;
}
.pay-content .payheader .paymode{
  padding-left:85px;
}
.pay-content .payheader .paymode.for-order{
 padding-left: 55px; 
}
.pay-content .payheader .paynum{
  padding-left:100px;
}
.pay-content .payheader .status{
  padding-left:60px;
}
.pay-content .payheader .paynum.for-order{
  padding-left:90px;
}
.pay-content .payheader .t-paynum{
  padding-left:90px;
}
.pay-content .paybody .order{
  margin-top: 10px;
  border: 1px solid #e7e7e7;
  overflow: hidden;
}
.pay-content .paybody .order-top{
  background: #f5f5f5;
  padding:  10px;
}
.pay-content .paybody .order:hover{
  border: 1px solid #ccc;
}
.pay-content .paybody .order.success:hover{
  border: 1px solid #9AD992;
}
.pay-content .paybody .order.success{
  border: 1px solid #B7F2B8;
}
.pay-content .paybody .order.success:hover{
  border: 1px solid #9AD992;
}
.pay-content .paybody .order-top.success{
  background: #B7F2B8;
}
.pay-content .paybody .order.wait{
  border: 1px solid #FDDE9F;
}
.pay-content .paybody .order.wait:hover{
  border: 1px solid #F6B736;
}
.pay-content .paybody .order-top.wait{
  background: #FDDE9F;
}
.pay-content .paybody .order-top .status{
  float:right;
  margin-right: 65px;
  margin-top: -3px;
}
.pay-content .paybody .paylist img{
  width: 60px;
  height: 60px;
  float: left;
  margin: 20px 20px;
}
.paybody .paylist .payprice{
  color: #666666;
  font-size: 16px;
  width: 100px;
  height: 40px;
  float: left;
  margin: 30px 58px;
}
.paybody .paylist .payprice.for-order{
  margin-top: 35px;
  font-size: 12px;
  margin: 25px 0 0 50px;
}
.paybody .paylist .pay_name{
  color: #666666;
  font-size: 16px;
  width: 220px;
  height: 30px;
  float: left;
  margin: 30px 0px;
}
.paybody .paylist .yubiprice{
  color: #666666;
  font-size: 16px;
  width: 100px;
  height: 30px;
  float: left;
  margin: 30px 10px;
}
.paybody .paylist .pay-number{
  color: #666666;
  font-size: 16px;
  width: 50px;
  height: 30px;
  float: left;
  margin: 30px ;
  margin-left: 66px;
}
.paybody .paylist .pay-number.for-order{
  margin: 40px 0 0 30px;
  font-size: 12px;
}
.paybody .paylist .pay-mode{
  color: #666666;
  font-size: 16px;
  width: 80px;
  height: 30px;
  float: left;
  margin: 30px 20px;
  margin-left: 31px;
}
.paybody .paylist .pay-mode.for-order{
  margin-left: 20px;
  margin-top: 40px;
  font-size: 12px;
}
.paybody .paylist .pay-sum{
  color: #666666;
  font-size: 16px;
  width: 167px;
  height: 70px;
  overflow: hidden;
  float: left;
  margin-top: 30px; 
  text-align: center;
  word-break: break-all;
}
.paybody .paylist .pay-sum.for-order{
  margin-top: 40px;
  font-size: 12px;  
}
.paybody .o-list{
  position: relative;
  overflow: hidden;
}
.paybody .t-pay-sum{
  position: absolute;
  left: 839px;
  top: 33%;
  width: 140px;
  text-align: center;
}
.paybody .s-border{
 position: absolute;
 left: 980px;
 height: 100%;
 border-left: 1px solid #D9D9D9;
}
.paybody .s-border.success{
 border-left: 1px solid #B7F2B8;
}
.paybody .s-border.wait{
 border-left: 1px solid #FDDE9F;
}
.paybody .status{  
 position: absolute;
 left: 980px;
 top: 33%;
 width: 130px;
 text-align: center;
}
.pay_total_box .paybox{
  width:250px;
}
.pay_total_box .paybox .payyubi{
  width: 220px;
  float: left;
  margin-left: 50px;
}
.paybody .paylist{
  width: 1110px;
  height: 100px;
  border-bottom: 1px solid #D9D9D9;
}
.paybody .paylist.for-order{
  float: left;
  height: 100px;
  width: auto;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.paybody .paylist.success{
  border-bottom: 1px solid #B7F2B8;
  border-right: 1px solid #B7F2B8;
}
.paybody .paylist.wait{
  border-bottom: 1px solid #FDDE9F;
  border-right: 1px solid #FDDE9F;
}
.paybody .upmsg{
  width:1110px;
  height: 50px;
  background-color: #ffecee;
  float: left;
  margin-top: 20px;
  border: 1px solid red;
}
.paybody .upmsg p{
  line-height: 50px;
  margin-left: 15px;
  font-size: 14px;
  color: #e41c35;
}
.paylist .pay_total_box{
  width: 360px;
  float: left;
  margin-top: 30px;
  margin-left:425px;
}
.paylist .pay_total_box p{
  color: #888888;
  font-size: 14px;
  float: left;
  margin-bottom: 10px;
}
.paylist .pay_total_box span{
  font-size: 24px;
  text-decoration: none;
}
.paylist .pay-submitbtn{
  float: right;
  margin-top: 28px;
}
.paylist .pay-submitbtn .btn-cancel{
  font-size: 18px;
  padding: 15px 63px;
}
.paybody .upmsg a{
  color: #76b7e1;
  font-size: 14px;
  float: right;
  margin: 0px 15px;
  text-decoration: none;
  cursor: pointer;
}
