/*电商首页*/
.shop_home_banner { min-width: 1200px; font-size: 0; }
.shop_home_banner .shop_banner_list { position: relative; height: 400px; overflow: hidden; }
.shop_home_banner .shop_banner_list>li { position: absolute; left: 50%; margin-left: -960px; }
section.shop_home_main { margin-top: 40px; }
.shop_main_wrap { width: 1200px; margin: 0 auto; }
.shop_main_wrap ul.shops_list { float: left; width: 950px; padding-bottom: 20px; }
.shop_main_wrap .shops_list .shops_item { margin-bottom: 20px; padding: 20px;
    position: relative; top: 0; background-color: #fff; transition: top .3s;
    -moz-transition: top .3s; -o-transition: top .3s; -webkit-transition: top .3s; }
.shop_main_wrap .shops_list .shops_item>a { display: block; }
.shop_main_wrap .shops_list .shops_item:hover { top: -2px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1); }
.shop_list .shops_item>a {display: block;}
.shops_item>a .shops_img { float: left; padding: 0 10px; }
.shops_item>a .shops_desc { float: left; margin-left: 20px; width: 690px; font-size: 14px;  }
.shops_item>a .shops_img>img { height: 150px; }
.shop_main_wrap .shops_desc h2.tit { line-height: 24px;
    font-size: 18px; font-weight: 500; color: #222; }
.shop_main_wrap .shops_desc .parameter { margin: 4px 0;  }
.shop_main_wrap .shops_desc .parameter i { display: inline-block; width: 83px; height: 14px;
      background: url(../images/home/five_star.png) no-repeat center center;}
.shop_main_wrap .shops_desc .parameter span { display: inline-block; margin-left: 20px;
     color: #ffa826; }
.shop_main_wrap .shops_desc .slogan_1 { color: #333; line-height: 22px; }
.shop_main_wrap .shops_desc .price { padding-bottom: 6px; border-bottom: 1px dashed #bbb;
    color: #ffa826; line-height: 22px; }
.shop_main_wrap .shops_desc .price span { font-weight: 700; }
.shop_main_wrap .shops_desc .slogan_2 { margin-top: 10px; color: #333; }
.shop_main_wrap .shops_desc .slogan_2 span { display: inline-block; padding: 0 5px;
  margin-right: 10px;  color: #fff; background-color: #ff0000; }
.shop_main_wrap .shopa_aside { float: right; width: 226px; font-size: 0; }
.shop_main_wrap .shopa_aside>img { width: 100%; }
/*电商商品内页*/
.shop_details_desc { background-color: #fff; padding: 20px;  }
.shop_swiper_slide { float: left; width: 380px; position: relative; overflow: hidden; }
  .swiper-pagination.shop_details_pagination { bottom: 0px; }
  .swiper-pagination.shop_details_pagination .swiper-pagination-bullet { background-color: #666; }
  .shop_details_desc .swiper-button-prev { width: 40px; height: 40px; left: 0;
      background-image: url(../images/home/shop_details_slide.png);
      background-repeat: no-repeat; background-size: 100px 40px;
      background-position: 0 center; }
.shop_details_desc .swiper-button-next { width: 40px; height: 40px; right: 0;
      background-image: url(../images/home/shop_details_slide.png);
      background-repeat: no-repeat;
      background-position: -60px center;
      background-size: 100px 40px; }
ul.shop_details_slide>li>img { height: 300px; padding: 0 20px; }
.shop_details_desc_text { float: left; margin-left: 80px; padding-top: 40px; }
.shop_details_desc_text>h2.tit { line-height: 24px; font-size: 22px;
    font-weight: 500; color: #222; }
.shop_details_desc_text>div.price { margin-top: 10px; line-height: 30px; font-size: 14px; color: #333;  }
.shop_details_desc_text>div.price>span { font-size: 24px; color: #ff2b00; font-weight: 700; }
.shop_details_desc_text>div.price>i { margin-left: 20px; }
.shop_details_desc_text>.slogan { margin: 10px 0; line-height: 30px; }
.shop_details_desc_text>.slogan>span { display: inline-block; padding-left: 15px;
  margin-right: 20px; background: url(../images/home/slogan_bg.png) no-repeat 0px center;
 font-size: 16px; color: #222; }
.shop_details_desc_text>.count { margin-top: 10px; }
.shop_details_desc_text>.count>p { display: inline-block; margin-right: 30px; }
.shop_details_desc_text>.count>.count_select { display: inline-block; line-height: 30px;
    border: 1px solid #666; font-size: 16px; }
.shop_details_desc_text>.count>.count_select span { display: inline-block;
   width: 34px; text-align: center; }
.shop_details_desc_text>.count>.count_select button { height: 30px; width: 36px;
    padding: 0 10px; border: none; outline: none; box-sizing: border-box;
    background-color: #fff; cursor: pointer; font-size: 16px; }
.shop_details_desc_text>.count>.count_select button.left { border-right: 1px solid #666; }
.shop_details_desc_text>.count>.count_select button.right { border-left: 1px solid #666; }
.shop_details_desc_text>.count>.count_select input { display: inline-block;
  width: 100px; text-align: center; border: none; }
.shop_details_desc_text .shop_sub { margin-top: 30px; }
.shop_details_desc_text .shop_sub button { width: 180px; height: 46px; background-color: #ff2b00;
          color: #fff; font-size: 16px; cursor: pointer; }
.shop_details_main { margin-top: 30px; }
.shop_details_main>h2 { margin-bottom: 20px; padding-left: 1em;font-size: 20px; color: #222; }
.shop_details_main_inner { padding: 30px 90px; background-color: #fff; }
.shop_details_main_left { float: left; }
.shop_details_main_right { float: right; }
/*我的订单*/
.my_order { margin: 20px auto; }
.my_order_inner { padding: 20px 40px;  background-color: #fff; }
.my_order .my_order_left { float: left; width: 178px; border: 1px solid #e8e8e8;
    padding: 20px 0; background-color: #fff; text-align: center; }
.my_order .my_order_left .login_head { height: 86px;
  background: url(../images/home/shop_head.png) no-repeat center center; }
.my_order .my_order_left .login_name { margin-top: 30px; font-size: 14px; color: #222; }
.my_order .my_order_left .login_quit { margin-top: 20px; }
.my_order .my_order_left .login_quit>a { display: block; width: 94px; height: 28px;
  margin: 0 auto; line-height: 28px; border: 1px solid #ccc; color: #D10310;
  border-radius: 3px; background-color: #F5F5F5; }
.my_order .my_order_details { float: right; width: 894px;
    border: 1px solid #e8e8e8; }
.my_order_item table { width: 100%; color: #333; }
tr.my_order_item_top {  background-color: #f5f5f5; }
.my_order_item_top>th { padding: 10px 20px; }
.my_order_item_top span { float: left; margin-right: 80px; font-size: 12px;
   color: #333; font-weight: 200; }
tr.my_order_item_bm>td { height: 90px; padding: 10px; text-align: center; }
tr.my_order_item_bm>.td_1 { width: 320px; }
tr.my_order_item_bm>.td_3 { width: 80px; }
tr.my_order_item_bm>.td_1>a { float: left; width: 300px;
   padding: 0 10px; font-size: 0; color: #333; }
tr.my_order_item_bm>.td_1>a img { display: inline-block; height: 100px;
      vertical-align: middle; }
tr.my_order_item_bm>.td_1>a:hover { color: #D10310; }
tr.my_order_item_bm>.td_1>a>.order_tit_box { display: inline-block;
  margin-left: 50px; line-height: 100px;
  width: 130px; vertical-align: middle; }
tr.my_order_item_bm>.td_1>a>.order_tit_box p { font-size: 14px;
   line-height: 20px; }
tr.my_order_item_bm>.td_1>p, tr.my_order_item_bm>.td_1 .order_state
  { float: left; width: 120px; line-height: 100px; text-align: center; }
tr.my_order_item_bm>.td_3>p.order_price { font-weight: 700; }
tr.my_order_item_bm>.td_4 { width: 80px; }
.my_order_item .order_state { width: 80px; }
.my_order_item .order_state p { display: block; width: 76px;
  text-align: center; font-size: 14px; }
.my_order_item .order_state p.order_state_no { margin-top: 10px; }
.my_order_item .order_state p>a { display: block; padding: 4px 8px; border-radius: 3px;
  border: 1px solid #aaa; color: #333; background-color: #f5f5f5; color: #D10310; }
td.order_pay { width: 100px; }
td.order_pay>a { display: block; line-height: 26px; color: #69c; font-size: 14px; }
/*支付页面*/
.container.shops_pay { width: 1090px; margin: 0 auto 0 auto; position: relative; }
.goods_info_wrap, .shops_info_wrap { margin-top: 30px; border: 1px solid #e8e8e8; }
.goods_info_wrap>h2, .shops_info_inner thead tr  { height: 42px; padding-left: 20px;
  line-height: 40px; border-bottom: 1px solid #e8e8e8; background-color: #f5f5f5;
   color: #999; font-size: 14px; }
.goods_info_inner { padding: 40px 30px 40px 20px; background-color: #fff; }
div.goods_info_input { float: left; }
.goods_info_line { margin-bottom: 26px; padding-left: 20px; }
.goods_info_item>p { padding-top: 6px; }
.goods_info_item>p, .goods_info_item>div { float: left; }
.goods_info_item>p { width: 80px; margin-right: 20px;
    text-align: right; font-size: 14px; line-height: 14px; color: #333; }
.goods_info_item .input_item_wrap { float: left; position: relative; margin-right: 10px; }
.goods_info_item .input_item_wrap:last-child { margin-right: 0; }
.goods_info_item .input_item_wrap .goods_info_tip { display: none; position: absolute;
   padding-left: 20px; line-height: 20px; color: #D10310; font-size: 12px;  }
.goods_info_item .input_item_wrap input { display: inline-block; padding-left: 20px; width: 150px; height: 28px;
   line-height: 28px; border: 1px solid #ddd; font-size: 14px; }
.goods_info_item textarea { height: 70px; padding: 9px;
    width: 516px; border: 1px solid #ddd; background-color: #fff; }
.goods_info_item_l { float: left; margin-right: 40px; }
.goods_info_item_r { float: right; }
.goods_info_btn { float: left; margin-top: 20px;
  margin-left: 40px; padding: 57px 0 43px 55px; border-left: 1px dashed #dedede; }
.goods_info_btn button, .goods_address_change button { width: 126px; height: 42px; line-height: 40px;
        border-radius: 2px; font-size: 16px; cursor: pointer; }
.goods_info_btn button.goods_info_sub, .goods_address_change button { border: 1px solid #b4a078; color: #fff;
    background-color: #b4a078; margin-right: 8px; }
.goods_info_btn button.goods_info_clear { color: #c0ae8a; border: 1px solid #c0ae8a;
    background-color: #fff; }

.shops_info_inner table { width: 100%; background-color: #fff; }
.shops_info_inner thead tr th { font-weight: 200; }
.shops_info_inner thead tr th.first { text-align: left; text-indent: 20px; }
.shops_info_inner tbody tr td { padding: 20px; text-align: center; }
td.shops_info_first>div, td.shops_info_first>p { display: inline-block; vertical-align: middle; }
.shops_info_inner tbody tr td.shops_info_first { width: 360px; text-align: left; }
td.shops_info_first>div>img { height: 100px; }
td.shops_info_first>p { margin-left: 30px; width: 210px; line-height: 20px; }
.shops_info_pay { padding: 20px 40px 20px 20px; background-color: #F5F5F5; }
.shops_info_pay>p { float: left; margin-right: 50px; height: 30px; line-height: 30px;
  font-size: 14px; text-align: right; }
.shops_info_pay>p>i { display: inline-block; margin-right: 10px; }
.shops_info_pay>p.shops_info_pay_sun input { display: inline-block; position: relative;
    top: -4px; font-weight: 700; color: #d4282d; border: none;
    vertical-align: bottom; font-size: 20px; background-color: #F5F5F5; }
.shops_info_pay .shops_info_pay_btn { float: right; }
.shops_info_pay .shops_info_pay_btn>button {
    width: 168px; height: 50px; line-height: 50px; font-size: 18px;
    padding: 0; letter-spacing: normal; text-align: center; cursor: pointer;
    color: #fff;  background-color: #d4282d;
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

  /*已有地址*/
.goods_address_inner { background-color: #fff; }
.goods_address_content, .goods_address_change { float: left; }
.goods_address_content { width: 730px; padding: 30px 0 30px 30px; }
.goods_address_content p { line-height: 24px; font-size: 14px; color: #333; }
.goods_address_content p>span { display: inline-block; width: 70px;
  margin-right: 15px; color: #999; text-align: right; }
.goods_address_content p input { display: inline-block; border: none;
   width: 84%; background-color: #fff;  }
.goods_address_change { padding-top: 40px; }

.goods_address_has .goods_info_inner { display: none; }
.goods_address_not .goods_address_inner { display: none; }
/*支付成功*/
.pay_success { padding-top: 30px; background-color: #fff; }
.pay_success>div { float: left; padding: 20px; }
.pay_success_img { width: 220px; margin-left: 260px; }
.pay_success_img>img { width: 100%; }
.pay_success_text { width: 500px; margin-top: 80px; }
.pay_success_text>p>span { display: inline-block; width: 65px; height: 65px; line-height: 65px;
      background: url(../images/home/sub_success_2.png) no-repeat center center; }
.pay_success_text>p>i { display: inline-block; margin-left: 30px; line-height: 65px;
  vertical-align: text-bottom; font-size: 24px; font-weight: 700; color: #07080B; }
