.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix1::after,
.clearfix1::before {
  display: block;
  content: "";
  clear: both;
}
.contain {
  width: 1190px;
  margin: 0 auto;
}
html,
body,
ul,
input,
p {
  margin: 0px;
  padding: 0px;
}
a {
  color: #555;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #C30;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}
i {
  font-style: normal;
}
ul {
  list-style: none;
}
.shoot_box {
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 60px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.main .crumbs {
  font-size: 14px;
  color: #666;
  margin-top: 15px;
}
.main .goods_mess {
  margin-top: 20px;
}
.main .goods_mess .goods_img {
  width: 440px;
}
.main .goods_mess .goods_img .showImg {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.main .goods_mess .goods_img .showImg .small_img {
  width: 100%;
  height: 440px;
}
.main .goods_mess .goods_img .showImg .small_img img {
  width: 100%;
  height: 440px;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
.main .goods_mess .goods_img .showImg .small_img .mask {
  width: 175px;
  height: 175px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  /* 把鼠标指针换成移动图标 */
  cursor: move;
  z-index: 99;
}
.main .goods_mess .goods_img .showImg .big_img {
  width: 450px;
  height: 450px;
  position: absolute;
  top: 100px;
  left: 450px;
  border: 1px solid #ccc;
  overflow: hidden;
  z-index: 99;
  display: none;
}
.main .goods_mess .goods_img .showImg .big_img img {
  width: 1300px;
}
.main .goods_mess .goods_img .swiper-container {
  margin: 0 15px;
}
.main .goods_mess .goods_img .goods_swiper {
  position: relative;
  height: 78px;
}
.main .goods_mess .goods_img .goods_swiper img {
  width: 78px;
  display: block;
  margin: 0 2px;
  box-sizing: border-box;
  border: 1px solid transparent;
  cursor: pointer;
  padding: 1px;
}
.main .goods_mess .goods_img .goods_swiper img.active {
  border: 1px solid red;
  box-sizing: border-box;
}
.main .goods_mess .goods_img .goods_swiper .swiper-wrapper {
  height: 78px !important;
}
.main .goods_mess .goods_img .goods_swiper .swiper-slide {
  height: 78px !important;
}
.main .goods_mess .goods_img .goods_swiper .arrow-left {
  background: url(../images/btn_prev.png) no-repeat;
  position: absolute;
  z-index: 15;
  width: 14px;
  height: 78px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-position-y: center;
  cursor: pointer;
}
.main .goods_mess .goods_img .goods_swiper .arrow-right {
  background: url(../images/btn_next.png) no-repeat;
  position: absolute;
  z-index: 15;
  width: 14px;
  height: 78px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-position-y: center;
  background-position-x: right;
  cursor: pointer;
}
.main .goods_mess .goods_img .focus_comand {
  font-size: 14px;
  color: #666;
  margin-top: 30px;
}
.main .goods_mess .goods_img .focus_comand .focus {
  position: relative;
}
.main .goods_mess .goods_img .focus_comand .focus img {
  height: 18px;
  width: 18px;
  margin-right: 40px;
}
.main .goods_mess .goods_img .focus_comand .focus label {
  position: absolute;
  bottom: -5px;
  left: 23px;
}
.main .goods_mess .goods_img .focus_comand .command {
  position: relative;
}
.main .goods_mess .goods_img .focus_comand .command input {
  margin-right: 65px;
}
.main .goods_mess .goods_img .focus_comand .command label {
  position: absolute;
  left: 0px;
  bottom: -1px;
  left: 2px;
}
.main .goods_mess .goods_img .focus_comand .command label span {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 100px;
  transform: translateY(-50%);
}
.main .goods_mess .goods_message {
  width: 530px;
  margin: 0 15px;
  padding-left: 20px;
  box-sizing: border-box;
}
.main .goods_mess .goods_message h1 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.main .goods_mess .goods_message .goods_dsc {
  font-size: 14px;
  margin-top: 8px;
  color: #ff0036;
}
.main .goods_mess .goods_message .price {
  font-size: 14px;
  color: #6d6d6d;
  padding: 10px 0px;
  padding-left: 5px;
  background-color: #f6f6f6;
  margin-bottom: 20px;
  margin-top: 10px;
}
.main .goods_mess .goods_message .price .lprice .mark_price {
  margin-bottom: 10px;
}
.main .goods_mess .goods_message .price .lprice .mark_price span {
  display: inline-block;
  width: 80px;
}
.main .goods_mess .goods_message .price .lprice .goods_price {
  padding-bottom: 10px;
}
.main .goods_mess .goods_message .price .lprice .goods_price .goods_price_title {
  display: inline-block;
  width: 80px;
}
.main .goods_mess .goods_message .price .lprice .goods_price .goods_show {
  color: red;
  font-size: 25px;
}
.main .goods_mess .goods_message .price .lprice .goods_price .goods_show i {
  font-size: 14px;
}
.main .goods_mess .goods_message .price .rprice .add_sale {
  width: 100px;
}
.main .goods_mess .goods_message .price .rprice .add_sale .add_sale_tit {
  text-align: center;
}
.main .goods_mess .goods_message .price .rprice .add_sale span {
  width: 100%;
  text-align: center;
  display: inline-block;
  color: #3388dd;
  cursor: pointer;
}
.main .goods_mess .goods_message .price .rprice .add_sale:nth-of-type(1) {
  border-right: 1px solid #a5a5a5;
}
.main .goods_mess .goods_message .goods_vouch {
  font-size: 14px;
  color: #6d6d6d;
  background-color: #f6f6f6;
  margin-bottom: 10px;
}
.main .goods_mess .goods_message .goods_vouch .goods_vouch_tit {
  padding-top: 4px;
  width: 80px;
}
.main .goods_mess .goods_message .goods_vouch .goods_vouch_cont .goods_vouch_item {
  display: inline-block;
  color: #ff0036;
  border: 1px solid #ff0036;
  padding: 2px 4px;
  font-size: 12px;
  cursor: pointer;
  margin-right: 5px;
}
.main .goods_mess .goods_message .goods_vouch .goods_vouch_cont .goods_vouch_more {
  color: #3388dd;
  font-size: 12px;
  padding-left: 10px;
  cursor: pointer;
  margin: 2px 0px;
}
.main .goods_mess .goods_message .goods_sale_cont {
  font-size: 14px;
  color: #6d6d6d;
  background-color: #f6f6f6;
}
.main .goods_mess .goods_message .goods_sale_cont .goods_sale_tit {
  margin-bottom: 10px;
  width: 80px;
  padding-top: 2px;
}
.main .goods_mess .goods_message .goods_sale_cont:hover .goods_sale_cont_x {
  display: none;
}
.main .goods_mess .goods_message .goods_sale_cont:hover .goods_sale_cont_y {
  display: block !important;
}
.main .goods_mess .goods_message .goods_sale_cont .goods_sale_cont_x {
  width: 406px;
}
.main .goods_mess .goods_message .goods_sale_cont .goods_sale_cont_x .goods_sale_item {
  display: inline-block;
  color: #ff0036;
  border: 1px solid #ff0036;
  padding: 2px 4px;
  font-size: 12px;
  cursor: pointer;
  margin-right: 5px;
}
.main .goods_mess .goods_message .goods_sale_cont .goods_sale_cont_y .goods_sale_item {
  margin-top: 9px;
}
.main .goods_mess .goods_message .goods_sale_cont .goods_sale_cont_y .goods_sale_item .goods_sale_item_tit {
  color: #ff0036;
  border: 1px solid #ff0036;
  padding: 2px 4px;
  font-size: 12px;
  cursor: pointer;
  margin-right: 5px;
  float: left;
}
.main .goods_mess .goods_message .goods_sale_cont .goods_sale_cont_y .goods_sale_item .goods_sale_item_name {
  float: left;
  padding: 4px 0px;
  line-height: 19px;
}
.main .goods_mess .goods_message .goods_sale_cont .goods_sale_cont_y .goods_sale_item:nth-of-type(1) {
  margin-top: 0px;
}
.main .goods_mess .goods_message .goods_sale_cont .show_sale {
  cursor: pointer;
  font-size: 12px;
  margin: 2px 0px;
}
.main .goods_mess .goods_message .goods_sale_cont .show_sale i {
  font-size: 12px;
}
.main .goods_mess .goods_message .goods_item {
  color: #666;
  padding-left: 5px;
  margin-bottom: 10px;
  font-size: 14px;
}
.main .goods_mess .goods_message .goods_item .goods_tit {
  font-size: 14px;
  width: 80px;
}
.main .goods_mess .goods_message .goods_item .goods_cont {
  width: 84%;
  position: relative;
}
.main .goods_mess .goods_message .goods_item .goods_cont .sku_item {
  font-size: 14px;
  border: 1px solid transparent;
  box-sizing: border-box;
  padding: 5px 13px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  border: 1px solid #c5c5c5;
  margin-bottom: 10px;
}
.main .goods_mess .goods_message .goods_item .goods_cont .sku_item img {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: none;
}
.main .goods_mess .goods_message .goods_item .goods_cont .sku_item.active {
  border: 1px solid #ff0036;
  box-sizing: border-box;
}
.main .goods_mess .goods_message .goods_item .goods_cont .sku_item.active img {
  display: block;
}
.main .goods_mess .goods_message .goods_item .goods_cont .goods_num input {
  width: 45px;
  height: 32px;
  text-align: center;
  color: #000;
  border: 1px solid #b8b7bd;
}
.main .goods_mess .goods_message .goods_item .goods_cont .goods_num .changeNum span {
  display: block;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  border: 1px solid #b8b7bd;
  background-color: #f1f1f1;
  font-weight: bold;
  cursor: pointer;
}
.main .goods_mess .goods_message .goods_item .goods_cont .show_num {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 70px;
}
.main .goods_mess .goods_message .goods_btn {
  margin: 40px 0px 0px 80px;
}
.main .goods_mess .goods_message .goods_btn img {
  margin-right: 15px;
  cursor: pointer;
}
.main .goods_mess .goods_message .onsale_down {
  margin-top: 4px;
  color: #3a3a3a;
}
.main .goods_mess .shop_info {
  display: block;
  width: 180px;
  text-align: center;
  padding: 18px 9px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #EBEBEB;
}
.main .goods_mess .shop_info .shop_img {
  margin: 9px 0 16px;
}
.main .goods_mess .shop_info .shop_img img {
  width: 74px;
  height: 74px;
  margin: auto;
  border: 1px solid #fdfdfd;
  box-sizing: border-box;
}
.main .goods_mess .shop_info .shop_name,
.main .goods_mess .shop_info .shop_score {
  font-size: 12px;
  color: #333333;
  line-height: 11px;
}
.main .goods_mess .shop_info .shop_score {
  color: #999999;
  margin: 14px 0 20px 0;
}
.main .goods_mess .shop_info .btns {
  display: flex;
  justify-content: space-between;
}
.main .goods_mess .shop_info .btns .jump_shop,
.main .goods_mess .shop_info .btns .collect_shop {
  color: #959595;
  font-size: 12px;
  width: 76px;
  padding: 5px 0;
  border: 1px solid #EDEDED;
  border-radius: 2px;
  background-color: #FAFAFA;
  cursor: pointer;
  box-sizing: border-box;
}
.main .goods_mess .shop_info .btns .jump_shop a,
.main .goods_mess .shop_info .btns .collect_shop a {
  color: inherit;
}
.main .goods_mess .goods_exchange {
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  width: 180px;
  min-height: 413px;
  padding-bottom: 15px;
}
.main .goods_mess .goods_exchange .exchange_tit {
  background-color: #f3f3f3;
  color: #999;
  font-size: 14px;
  text-align: center;
  padding: 5px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.main .goods_mess .goods_exchange .exchange_tit .exchange_rtit {
  cursor: pointer;
}
.main .goods_mess .goods_exchange .exchange_tit .exchange_rtit span {
  margin-right: 5px;
}
.main .goods_mess .goods_exchange .exchange_tit .exchange_rtit img {
  vertical-align: middle;
}
.main .goods_mess .goods_exchange .exchange_cont {
  font-size: 14px;
}
.main .goods_mess .goods_exchange .exchange_cont .exchange_item {
  padding-bottom: 20px;
  cursor: pointer;
  display: block;
  text-align: center;
}
.main .goods_mess .goods_exchange .exchange_cont .exchange_item img {
  width: 120px;
}
.main .goods_mess .goods_exchange .exchange_cont .exchange_item p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0px 5px;
}
.main .goods_mess .goods_exchange .exchange_cont .exchange_item span {
  display: inline-block;
  color: red;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
}
.main .goods_mess .goods_exchange .exchange_cont .exchange_item:last-of-type {
  padding-bottom: 0px;
}
.main .adv {
  height: 60px;
}
.main .adv img {
  width: 100%;
}
.main .goods_intro {
  margin-top: 50px;
}
.main .goods_intro .goods_lIntro {
  width: 210px;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
}
.main .goods_intro .goods_lIntro .goods_lIntro_tit {
  color: #e4393c;
  font-size: 14px;
  background-color: #f7f7f7;
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
}
.main .goods_intro .goods_lIntro .goods_lIntro_cont .goods_lIntro_item {
  padding: 20px 20px 0px 20px;
  padding-top: 20px;
  text-align: center;
  display: block;
  cursor: pointer;
}
.main .goods_intro .goods_lIntro .goods_lIntro_cont .goods_lIntro_item img {
  width: 150px;
}
.main .goods_intro .goods_lIntro .goods_lIntro_cont .goods_lIntro_item p {
  box-sizing: border-box;
  font-size: 13px;
}
.main .goods_intro .goods_lIntro .goods_lIntro_cont .goods_lIntro_item span {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.main .goods_intro .goods_rIntro {
  margin-left: 15px;
  width: 965px;
}
.main .goods_intro .goods_rIntro .introNav {
  background-color: #f4f4f4;
  width: 100%;
  height: 40px;
}
.main .goods_intro .goods_rIntro .introNav li {
  cursor: pointer;
  line-height: 40px;
  float: left;
  width: 120px;
  color: #666;
  text-align: center;
  font-size: 14px;
}
.main .goods_intro .goods_rIntro .introNav li.active {
  background-color: #dc0013;
  color: #fff;
}
.main .goods_intro .goods_rIntro .introNav li.active span {
  color: #fff !important;
}
.main .goods_intro .goods_rIntro .introMain .goods_detail {
  padding-top: 30px;
}
.main .goods_intro .goods_rIntro .introMain .goods_rules {
  margin: 15px 0;
  font-size: 14px;
  color: #666;
}
.main .goods_intro .goods_rIntro .introMain .goods_rules .rules_item {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.main .goods_intro .goods_rIntro .introMain .guarantee .guarantee_item {
  padding-left: 30px;
  padding-right: 60px;
  margin-bottom: 15px;
}
.main .goods_intro .goods_rIntro .introMain .guarantee .guarantee_item .guarantee_tit {
  font-size: 16px;
}
.main .goods_intro .goods_rIntro .introMain .guarantee .guarantee_item .guarantee_tit img {
  display: inline-block;
  margin-right: 18px;
}
.main .goods_intro .goods_rIntro .introMain .guarantee .guarantee_item .guarantee_tit span {
  line-height: 32px;
  color: #ff0036;
}
.main .goods_intro .goods_rIntro .introMain .guarantee .guarantee_item:first-of-type {
  margin-top: 35px;
}
.main .goods_intro .goods_rIntro .introMain .guarantee .guarantee_item p {
  padding-left: 50px;
  line-height: 22px;
  color: #666;
}
.main .goods_intro .goods_rIntro .introMain .guarantee .guarantee_item h4 {
  padding-left: 50px;
  color: #5d5d5d;
  font-weight: bold;
}
.main .goods_intro .goods_rIntro .introMain .goods_comment {
  border: 1px solid #eee;
  margin-top: 25px;
}
.main .goods_intro .goods_rIntro .introMain .goods_comment .comment_nav_warp {
  background-color: #fafafa;
}
.main .goods_intro .goods_rIntro .introMain .goods_comment .comment_nav_warp li {
  float: left;
  height: 40px;
  line-height: 40px;
}
.main .goods_intro .goods_rIntro .introMain .goods_comment .comment_nav_warp .comment_item_goods {
  padding-left: 15px;
  width: 155px;
  color: #ff0036;
  font-size: 17px;
  box-sizing: border-box;
}
.main .goods_intro .goods_rIntro .introMain .goods_comment .comment_nav_warp .comment_item_goods span {
  margin-right: 10px;
  font-size: 14px;
  color: #000;
  display: inline-block;
}
.main .goods_intro .goods_rIntro .introMain .goods_comment .comment_nav_warp .comment_comment_nav_item {
  font-size: 14px;
  padding-right: 25px;
  cursor: pointer;
}
.main .goods_intro .goods_rIntro .introMain .goods_comment .comment_nav_warp .comment_comment_nav_item.active {
  color: #ff0036;
}
.main .goods_intro .goods_rIntro .introMain .goods_comment .comment_cont .comment_cont_warp .comment_cont_item {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}
.main .goods_intro .goods_rIntro .introMain .goods_comment .comment_cont .comment_cont_warp .comment_cont_item .comment_LCont {
  width: 135px;
  text-align: center;
  padding-top: 10px;
}
.main .goods_intro .goods_rIntro .introMain .goods_comment .comment_cont .comment_cont_warp .comment_cont_item .comment_LCont img {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.main .goods_intro .goods_rIntro .introMain .goods_comment .comment_cont .comment_cont_warp .comment_cont_item .comment_LCont p {
  font-size: 14px;
  margin-top: 5px;
}
.main .goods_intro .goods_rIntro .introMain .goods_comment .comment_cont .comment_cont_warp .comment_cont_item .comment_RCont {
  width: 790px;
  padding: 0 20px;
  font-size: 14px;
  box-sizing: border-box;
}
.main .goods_intro .goods_rIntro .introMain .goods_comment .comment_cont .comment_cont_warp .comment_cont_item .comment_RCont .comment_status {
  margin-bottom: 2px;
  line-height: 22px;
  color: #ec4c40;
}
.main .goods_intro .goods_rIntro .introMain .goods_comment .comment_cont .comment_cont_warp .comment_cont_item .comment_RCont .comment_text {
  margin-bottom: 2px;
  min-height: 50px;
  line-height: initial;
}
.main .goods_intro .goods_rIntro .introMain .goods_comment .comment_cont .comment_cont_warp .comment_cont_item .comment_RCont .comment_text .comment_img .comment_img_warp {
  margin-bottom: 2px;
}
.main .goods_intro .goods_rIntro .introMain .goods_comment .comment_cont .comment_cont_warp .comment_cont_item .comment_RCont .comment_text .comment_img .comment_img_warp img {
  width: 55px;
  height: 55px;
  margin-right: 3px;
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  border: 2px solid transparent;
}
.main .goods_intro .goods_rIntro .introMain .goods_comment .comment_cont .comment_cont_warp .comment_cont_item .comment_RCont .comment_text .comment_img .comment_img_warp img.active {
  border: 2px solid red;
}
.main .goods_intro .goods_rIntro .introMain .goods_comment .comment_cont .comment_cont_warp .comment_cont_item .comment_RCont .comment_text .comment_img .comment_showImg img {
  width: 200px;
}
.main .goods_intro .goods_rIntro .introMain .goods_comment .comment_cont .comment_cont_warp .comment_cont_item .comment_RCont .comment_time {
  margin-right: 25px;
  color: #999;
}
.main .goods_intro .goods_rIntro .introMain .goods_comment .comment_cont .comment_cont_warp .comment_cont_item .comment_RCont .addComent_warp .addComent_tit {
  margin-bottom: 2px;
  line-height: 22px;
  color: #ec4c40;
}
.main .goods_intro .goods_rIntro .introMain .goods_comment .comment_cont .comment_cont_warp .comment_cont_item .comment_RCont .addComent_warp .addComent_cont {
  margin-bottom: 2px;
  line-height: initial;
}
.main .goods_intro .goods_rIntro .introMain .goods_comment .comment_cont .page_con {
  padding-bottom: 35px;
  padding-right: 40px;
}
.aside {
  position: fixed;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 99;
}
.aside.aside_open .aside_nav {
  right: 282px !important;
  transition: all 0.5s;
}
.aside.aside_open .aside_line {
  right: 276px !important;
  transition: all 0.5s;
}
.aside.aside_open .aside_cont {
  right: 0;
  transition: right 0.5s;
}
.aside .aside_nav {
  position: absolute;
  width: 35px;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.aside .aside_nav .aside_item {
  position: relative;
  background-color: #8a8181;
  height: 35px;
  width: 35px;
}
.aside .aside_nav .aside_item.open_aside_item span {
  right: 35px;
  transition: right 0.5s;
}
.aside .aside_nav .aside_item.open_aside_item div {
  background-color: #c30;
}
.aside .aside_nav .aside_item.open_aside_item .code {
  right: 35px;
  transition: right 0.5s;
}
.aside .aside_nav .aside_item a {
  display: block;
  color: #fff;
}
.aside .aside_nav .aside_item a:hover {
  color: #fff;
}
.aside .aside_nav .aside_item a span {
  background-color: #C30;
  display: block;
  position: absolute;
  width: 70px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  z-index: 0px;
  right: -35px;
  font-size: 12px;
  transition: right 0.5s;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
}
.aside .aside_nav .aside_item a div {
  position: relative;
  z-index: 10;
  background-color: #8a8181;
  width: 35px;
  height: 35px;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
}
.aside .aside_nav .aside_item a div img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.aside .aside_nav .aside_item a .code {
  position: absolute;
  bottom: 0px;
  right: -167px;
  transition: right 0.5s;
  z-index: 0;
}
.aside .aside_line {
  position: absolute;
  width: 6px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #6f6464;
  transition: all 0.5s;
}
.aside .aside_cont {
  position: absolute;
  width: 276px;
  right: -276px;
  top: 0px;
  bottom: 0px;
  background-color: #e9e7e7;
  transition: right 0.5s;
}
.aside .aside_cont .shopcart {
  color: #666;
}
.aside .aside_cont .shopcart .shopcart_tit {
  padding-top: 15px;
  padding-left: 15px;
  font-size: 13px;
}
.aside .aside_cont .shopcart .shopcart_tit .cartIcon {
  margin-right: 10px;
}
.aside .aside_cont .shopcart .shopcart_tit .close_aside {
  margin-right: 20px;
  cursor: pointer;
  transform: rotate(0deg);
  transition: all 1s;
}
.aside .aside_cont .shopcart .shopcart_tit .close_aside:hover {
  transform: rotate(-720deg);
  transition: all 1s;
}
.aside .aside_cont .shopcart .shopcart_cont {
  margin-top: 10px;
}
.aside .aside_cont .shopcart .shopcart_cont ul {
  overflow-y: auto;
}
.aside .aside_cont .shopcart .shopcart_cont ul .shopcart_item {
  background-color: #fff;
  padding: 15px 6px;
  margin: 5px;
}
.aside .aside_cont .shopcart .shopcart_cont ul .shopcart_item .shopCart_left img {
  width: 50px;
  height: 50px;
}
.aside .aside_cont .shopcart .shopcart_cont ul .shopcart_item .shopCart_right {
  width: 172px;
  margin-left: 5px;
}
.aside .aside_cont .shopcart .shopcart_cont ul .shopcart_item .shopCart_right .shopCart_dec {
  display: block;
  height: 36px;
  overflow: hidden;
  font-size: 12px;
}
.aside .aside_cont .shopcart .shopcart_cont ul .shopcart_item .shopCart_right .shopCart_rBot {
  margin-top: 5px;
}
.aside .aside_cont .shopcart .shopcart_cont ul .shopcart_item .shopCart_right .shopCart_rBot .shopCart_rbot_price span {
  color: red;
  font-size: 14px;
}
.aside .aside_cont .shopcart .shopcart_cont ul .shopcart_item .shopCart_right .shopCart_rBot .shopCart_rbot_del {
  padding-top: 3px;
  font-size: 14px;
  cursor: pointer;
}
.aside .aside_cont .shopcart .shopcart_footer {
  padding-top: 20px;
}
.aside .aside_cont .shopcart .shopcart_footer a {
  color: white;
  font-size: 16px;
  background-color: #c81623;
  padding: 8px 15px;
  margin-top: 20px;
  border-radius: 5px;
  width: 200px;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.aside .aside_cont .vouch .vouch_tit {
  padding-top: 15px;
  padding-left: 15px;
  font-size: 13px;
}
.aside .aside_cont .vouch .vouch_tit .cartIcon {
  margin-right: 10px;
  padding-top: 2px;
}
.aside .aside_cont .vouch .vouch_tit .close_aside {
  margin-right: 20px;
  cursor: pointer;
  transform: rotate(0deg);
  transition: all 1s;
}
.aside .aside_cont .vouch .vouch_tit .close_aside:hover {
  transform: rotate(-720deg);
  transition: all 1s;
}
.aside .aside_cont .vouch .vouch_warp {
  margin-top: 20px;
}
.aside .aside_cont .vouch .vouch_warp .vouch_warp_tit {
  width: 220px;
  font-size: 14px;
  color: #666;
  background: url(../images/line.png) no-repeat;
  background-position: 3px 11px;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
}
.aside .aside_cont .vouch .vouch_warp .vouch_warp_cont {
  height: 320px;
  overflow-y: auto;
}
.aside .aside_cont .vouch .vouch_warp .vouch_warp_cont .vouch_item {
  height: 120px;
  width: 238px;
  margin: 0 auto;
  margin-bottom: 10px;
  background-color: #fff;
}
.aside .aside_cont .vouch .vouch_warp .vouch_warp_cont .vouch_item .vouch_item_left {
  box-sizing: border-box;
  width: 204px;
  height: 120px;
  position: relative;
  border-right: 2px dotted #ff5026;
  color: #999;
  font-size: 13px;
  margin-right: 2px;
  padding: 20px 5px 15px 15px;
}
.aside .aside_cont .vouch .vouch_warp .vouch_warp_cont .vouch_item .vouch_item_left .new_price {
  color: #ff5635;
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
}
.aside .aside_cont .vouch .vouch_warp .vouch_warp_cont .vouch_item .vouch_item_left .new_price span {
  font-size: 12px;
  font-weight: normal;
}
.aside .aside_cont .vouch .vouch_warp .vouch_warp_cont .vouch_item .vouch_item_left .vouch_test {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: inherit;
  overflow: hidden;
}
.aside .aside_cont .vouch .vouch_warp .vouch_warp_cont .vouch_item .vouch_item_left .vouch_condition {
  color: #999;
  line-height: inherit;
}
.aside .aside_cont .vouch .vouch_warp .vouch_warp_cont .vouch_item .vouch_item_left .vouch_img {
  position: absolute;
  right: 10px;
  top: 10px;
}
.aside .aside_cont .vouch .vouch_warp .vouch_warp_cont .vouch_item .vouch_item_left .vouch_limit {
  font-size: 12px;
  line-height: inherit;
}
.aside .aside_cont .vouch .vouch_warp .vouch_warp_cont .vouch_item .vouch_item_right {
  width: 30px;
  height: 120px;
  background-color: #ff5026;
  text-align: center;
  display: table;
}
.aside .aside_cont .vouch .vouch_warp .vouch_warp_cont .vouch_item .vouch_item_right a {
  color: white;
  display: table-cell;
  vertical-align: middle;
  padding: 0 8px;
}
.aside .aside_cont .vouch .nullVouch {
  font-size: 14px;
  text-align: center;
}
.aside .aside_cont .vouch .moreVouch {
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
.msg {
  font-size: 14px;
  position: fixed;
  opacity: 0;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 15px;
  border-radius: 3px;
  color: #f8f8f8;
  background-color: rgba(0, 0, 0, 0.7);
}
.msg.active {
  top: 40%;
  opacity: 1;
  transition: all 0.3s ease;
}
