.scenpch_bg {
  background-color: #f5f5f5;
  padding-top: 20px;
}
.scenpch_bg .first_title {
  height: 40px;
  line-height: 40px;
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  color: #666;
}
.first_title .title {
  float: left;
  font-size: 18px;
  font-weight: bold;
  padding: 0 14px;
  background: #ff8000;
  color: #fff;
}
.first_title ul li {
  float: left;
  margin: 0 0 0 50px;
  font-size: 14px;
  cursor: pointer;
}
.first_title ul li.active {
  color: #ff8000;
  font-weight: bold;
}
.scroll_out {
  overflow: hidden;
  float: left;
  position: relative;
}

.scroll_out .scroll_btn {
  position: absolute;
  right: 0;
  width: 60px;
  background: #fff;
  font-size: 16px;
  display: none;
  cursor: pointer;
}
.scroll_out .scroll_em {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.scroll_out .scroll_em + .scroll_out .scroll_em {
  margin-right: 4px;
}

.scroll_out .scroll_l {
  background: url(../../../assets/icon/icon/icon_lt_ab.png) no-repeat center;
}
.scroll_out .scroll_l.scroll_dis {
  background: url(../../../assets/icon/icon/icon_lt_dis.png) no-repeat center;
}
.scroll_out .scroll_r {
  background: url(../../../assets/icon/icon/icon_rt_ab.png) no-repeat center;
}
.scroll_out .scroll_r.scroll_dis {
  background: url(../../../assets/icon/icon/icon_rt_dis.png) no-repeat center;
}

.scroll_out .scroll_dis {
  color: #999;
}
.scenpch_nav_cont .scroll_out .scroll_btn {
  height: 68px;
  border-radius: 8px 8px 0 0;
  background: #ffffff;
  width: 62px;
  text-align: center;
  top: 0px;
}
.scenpch_nav_cont .scroll_out .scroll_btn .btn-box {
  display: block;
  box-shadow: 0 0 8px 0 rgb(0 0 0 / 16%);
  width: 46px;
  margin: 8px auto 0;
  height: 60px;
  line-height: 60px;
}
.scenpch_nav_cont .scroll_out {
  padding-top: 8px;
}

.scenpch_listbox {
  width: 1200px;
  margin: 0 auto 8px;
  clear: both;
  padding-top: 16px;
}
.scene_first {
  width: 1200px;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}
.scene_first .btn_prv,
.scene_first .btn_next {
  position: absolute;
  top: 184px;
  width: 26px;
  height: 52px;
  overflow: hidden;
  cursor: pointer;
  display: block;
}
.scene_first .btn_prv {
  left: 0;
  background: url("../../assets/icon/icon/roll_l.png") no-repeat 0 0;
}
.scene_first .btn_next {
  right: 0;
  background: url("../../assets/icon/icon/roll_r.png") no-repeat 0 0;
}
.scene_first li {
  width: 1200px;
  height: 420px;
  overflow: hidden;
  display: none;
}
.scene_first .active {
  display: block;
}
.scenpch_bg .second_title {
  height: 24px;
  line-height: 24px;
  width: 1200px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 20px;
  padding: 0 0 10px;
}
.scenpch_liscrenbox {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 420px;
  overflow: hidden;
  border-radius: 8px;
}
.scenpch_list .scenpch_liscrenbox {
  margin-bottom: 20px;
}
.scenpch_nametile {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  height: 24px;
  padding: 24px 0 8px 0px;
  width: 1200px;
  margin: 0 auto;
}
.scenpch_liscrenbox img {
  width: 1200px;
  display: inline-block;
  height: 420px;
  cursor: pointer;
}
.scenpch_navbox {
  background: #474747;
  width: 1200px;
  margin: 0 auto 20px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.scenpch_navbox ul li {
  float: left;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  width: 142px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.scenpch_listone {
  width: 1224px;
  height: 650px;
  margin: 0 auto;
  padding-bottom: 16px;
}
.scenpch_lftbox {
  width: 230px;
  height: 650px;
  background: #ffffff;
  float: left;
  border-radius: 4px;
}
.scenpch_lftbox .scenpch_lft {
  width: 214px;
  height: 610px;
  padding: 16px 0 0 16px;
}
.scenpch_ritbox {
  width: 960px;
  height: 650px;
  float: left;
  padding: 0 0 0 10px;
  overflow: hidden;
}
.scenpch_ritbox .scenpittwo {
  position: relative;
  border-radius: 4px;
}
.scenpch_ritbox .scenpittwo img {
  border-radius: 4px;
}
.scenpch_lftbox .scenpch_lftname {
  font-weight: bold;
  font-size: 22px;
  color: #ffffff;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.scenpch_lft ul {
  margin-top: 22px;
  margin-left: 14px;
}
.scenpch_lft ul li {
  font-size: 14px;
  color: #fff;
  float: left;
  word-wrap: break-word;
  margin: 6px 18px 6px 0;
  cursor: pointer;
  min-width: 80px;
}
.scenpch_lft ul li.nameactve {
  cursor: pointer;
  font-weight: 700;
  position: relative;
}
.scenpch_lft ul li.nameactve::after {
  content: " ";
  position: absolute;
  left: -23px;
  top: 3px;
  height: 16px;
  width: 22px;
  background: url(../../icon/icon/active-point.png) no-repeat center/22px 16px;
}
.scenpch_lft ul li .posint-title {
  position: relative;
}
.scenpch_lft ul li .tip {
  position: absolute;
  padding: 0 8px;
  top: -8px;
  left: calc(100% - 8px);
  height: 16px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  color: #222222;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 8px 8px 8px 0;
}
.scenpch_ritbox img {
  width: 960px;
  height: 360px;
  display: block;
}
.scenpch_ritbox .scenpch_ritbox_list {
  width: 960px;
  overflow: hidden;
  padding: 8px 0 0;
  position: relative;
}
.scenpch_ritbox_list ul {
  width: 972px;
}
.scenpch_ritbox_list ul li {
  width: 202px;
  margin: 0 8px 0 0;
  float: left;
  background: #fff;
  padding: 0 16px;
  height: 282px;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
}
.scenpch_ritbox_list .promote {
  margin-top: 8px;
  margin-bottom: 2px;
  min-height: 18px;
  text-align: left;
}
.promote span {
  display: inline-block;
  font-size: 12px;
  border-radius: 2px;
  text-align: center;
  float: left;
}
.scenpch_ritbox_list .promote .yc-active {
  display: inline-block;
  height: 18px;
  text-overflow: ellipsis;
  width: 120px;
  vertical-align: middle;
  white-space: nowrap;
  float: left;
  position: relative;
}
.scenpch_ritbox_list .promote .yc-active .yc-active-text {
  height: 18px;
  text-overflow: ellipsis;
  width: 120px;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
}
.scenpch_ritbox_list .promote .drop-downbox {
  width: 120px;
  background-color: #fff;
  position: absolute;
  z-index: 100;
  margin-left: 0;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.12);
  display: none;
  height: 50px;
  overflow: hidden;
  white-space: normal;
  top: 18px;
}
.scenpch_ritbox_list .promote .yc-active:hover .drop-downbox {
  display: block;
}
.promote .recom_xh_span {
  color: #fff;
  height: 18px;
  line-height: 18px;
  width: 32px;
  margin: 0 1px;
  background: linear-gradient(281.99deg, #ff6619 3.18%, #ffb80e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF6619,endColorstr=#FFB80E,GradientType=1 );
}

.ruleLabel_text {
  width: 32px;
  height: 18px;
  vertical-align: middle;
}
.ruleLabel_text img {
  height: 100%;
  width: 100%;
}
.promote .recom_tj_span {
  height: 16px;
  line-height: 16px;
  color: #ff6619;
  width: 30px;
  margin: 0 1px;
  border: 1px solid #ff6619;
}
.scenpch_ritbox_list .pic {
  padding-top: 8px;
}
.scenpch_ritbox_list .pic,
.scenpch_ritbox_list .pic img {
  width: 180px;
  height: 180px;
  display: block;
  margin: 0 auto;
}
.scenpch_ritbox_list .name {
  font-size: 14px;
  line-height: 18px;
  margin-top: 8px;
  word-break: break-all;
  height: 18px;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.scenpch_ritbox_list .price {
  text-align: left;
  font-size: 18px;
  color: #ff8000;
  font-weight: bold;
  display: inline-block;
}
.scenpch_ritbox_list .specs {
  text-align: right;
  width: 192px;
  margin: 5px auto 0;
  color: #666;
}
.scenpch_ritbox_list .btn_page {
  width: 24px;
  height: 32px;
  overflow: hidden;
  position: absolute;
  top: 100px;
  z-index: 666;
  cursor: pointer;
}
.scenpch_ritbox_list .btn_page img {
  width: 24px;
  height: 32px;
}
.scenpch_ritbox_list .btn_prv {
  position: absolute;
  left: 0;
}
.scenpch_ritbox_list .btn_next {
  position: absolute;
  right: 0;
}
.scenpch_ritbox_list .btn_nextmore {
  position: absolute;
  right: 0;
}
.scenpch_ritbox_list .btn_nextmore {
  cursor: pointer;
  font-size: 12px;
  color: #ffffff;
  width: 24px;
  height: 40px;
  line-height: 20px;
  background: #ff8000;
  border-radius: 4px 0 0 4px;
  padding: 8px 7px;
}
.navfix {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); /* transform: translateX(-50%); */
  z-index: 85;
  margin: 0;
}
.scenpch_liscrenbox .onescen {
  position: absolute;
}
.scenpch_liscrenbox .scenpoint {
  width: 24px;
  height: 24px;
  display: block;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
}
.scenpch_liscrenbox .scenpoint:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../../icon/scenporint.png) no-repeat center center;
  display: block;
  z-index: 77;
  overflow: hidden;
}
.scenpch_liscrenbox .scenpoint:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../../icon/scenporint_b.png) no-repeat center center;
  -webkit-animation: breath 1s ease-in-out infinite;
  animation: breath 1s ease-in-out infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 66;
  overflow: hidden;
  border-radius: 50%;
}
.hover_showname .hoverpoit {
  width: 12px;
  height: 12px;
  display: block;
  background: #ff7500;
  border-radius: 50%;
  float: left;
  margin: 9px 0 0 7px;
}
.hover_showname .hoverscev_name,
.isnamep .hoverscev_name {
  font-size: 16px;
  font-weight: bold;
  color: #ff8000;
  padding: 0 10px 0 8px;
}
.hover_showname,
.isnamep {
  background: #ffffff;
  border-radius: 20px;
  width: auto;
  min-width: 68px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: -1px;
  top: -3px;
  white-space: nowrap;
  z-index: 999;
}
.hover_showname {
  position: relative;
  top: -27px;
}
.isnamep .hoverscev_name {
  text-align: right;
  padding: 0 24px 0 15px;
}
.isnamep {
  right: 0;
  left: auto;
}
.scenpittwo {
  position: relative;
}
.scenpittwo .onescen {
  position: absolute;
}
.scrn_noresult {
  text-align: center;
  padding-bottom: 140px;
  padding-top: 50px;
  display: block;
}
.isnamep .isiconrit {
  width: 12px;
  height: 12px;
  display: block;
  background: #ff7500;
  border-radius: 12px;
  float: right;
  margin: 9px 6px 0 0px;
}
.scenpch_all {
  padding: 0 0 20px 0;
}
.scenpittwo .scenpoint {
  width: 14px;
  height: 14px;
  display: block;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
}
.scenpittwo .scenpoint:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../../icon/scenporint.png) no-repeat center center;
  display: block;
  z-index: 77;
  overflow: hidden;
  background-size: 10px 10px;
}
.scenpittwo .scenpoint:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../../icon/scenporint_b.png) no-repeat center center;
  -webkit-animation: breath 1s ease-in-out infinite;
  animation: breath 1s ease-in-out infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 66;
  overflow: hidden;
  border-radius: 50%;
}

.scenpch_ritbox .hover_showname {
  height: 24px;
  line-height: 24px;
  left: -3px;
  top: -20px;
  min-width: 60px;
}
.scenpch_ritbox .isnamep {
  height: 24px;
  line-height: 24px;
  min-width: 60px;
}
.scenpch_ritbox .hover_showname .hoverpoit {
  width: 8px;
  height: 8px;
  margin: 8px 0 0 7px;
}
.scenpch_ritbox .isnamep .isiconrit {
  width: 8px;
  height: 8px;
  margin: 8px 6px 0 0;
}
.scenpch_ritbox .hover_showname .hoverscev_name,
.scenpch_ritbox .isnamep .hoverscev_name {
  font-size: 14px;
}
.scenpch_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 28, 31, 0.254);
  display: none;
}
.scenpch_liscrenbox:hover .scenpch_mask,
.scenpittwo:hover .scenpch_mask {
  display: block;
}
.scenpch_liscrenbox .scenpch_mask {
  height: 420px;
}
@keyframes breath {
  0% {
    opacity: 0.1;
    filter: alpha(opacity=10);
    -webkit-transform: scale(1);
  }
  50% {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transform: scale(1.12);
  }
  to {
    opacity: 0.1;
    filter: alpha(opacity=10);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes breath /*Safari and Chrome*/ {
  0% {
    opacity: 0.1;
    filter: alpha(opacity=10);
    -webkit-transform: scale(1);
  }
  50% {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transform: scale(1.12);
  }
  to {
    opacity: 0.1;
    filter: alpha(opacity=10);
    -webkit-transform: scale(1);
  }
}

.subscene_title {
  width: 1200px;
  height: 40px;
  background: #474747;
  margin: -20px auto 0;
}
.subscene_title li {
  float: left;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  padding: 0 38px;
  position: relative;
  cursor: pointer;
}
.subscene_title li:hover {
  background: #373737;
}
.scence_third_box {
  width: 1200px;
  margin: 20px auto 0;
}
.scence_third_box .left_pic {
  float: left;
  width: 210px;
  height: 630px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 0;
  color: #fff;
  padding: 10px;
}
.left_pic .title {
  padding: 10px 0 0;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  display: inline-block;
  margin-left: 10px;
}
.left_pic ul {
  padding-top: 10px;
}
.left_pic ul li {
  float: left;
  font-size: 14px;
  height: 22px;
  line-height: 22px;
  border-radius: 12px;
  border: 1px solid #ffff;
  padding: 0 8px;
  margin: 10px 0 0 10px;
  cursor: pointer;
}
.left_pic ul li.hover,
.left_pic ul li:hover {
  color: #ff8000;
  background: #ffff;
  font-weight: bold;
}
.scence_third_box .scenpch_liscrenbox {
  width: 960px;
  height: 360px;
  float: left;
  padding: 0;
  margin: 0 0 0 10px;
}
.scence_third_box .scenpch_liscrenbox img {
  width: 960px;
  height: 360px;
}

.promotion .cx_jh,
.promotion .cx_tj,
.promotion .cx_mj {
  height: 22px;
  line-height: 22px;
  border-radius: 2px;
  border: 1px solid #ff8000;
  padding: 0 5px;
  background: #ff8000;
  color: #fff;
  margin: 0 1px;
}
.promotion .cx_tj,
.promotion .cx_mj {
  color: #ff8000;
  background: #fff;
}

.scence_third_box .btn_prv,
.scence_third_box .btn_next {
  position: absolute;
  top: 100px;
  width: 24px;
  height: 32px;
  overflow: hidden;
  cursor: pointer;
}
.scence_third_box .btn_prv {
  left: 0;
  background: url("../../../assets/icon/icon/roll_l.png") no-repeat 0 0;
}
.scence_third_box .btn_next {
  right: 0;
  background: url("../../../assets/icon/icon/roll_r.png") no-repeat 0 0;
}
.noscene_third_box .left_pic {
  width: auto;
  height: auto;
  float: none;
  color: #333;
  padding: 0;
}
.noscene_third_box .left_pic .title {
  height: 21px;
  line-height: 21px;
  font-size: 16px;
  padding: 0 0 10px;
}
.noscene_third_box ul {
  margin: 0;
}

.scenpch_nav {
  height: 68px;
  background: #fff;
  box-shadow: 0 6px 8px -5px rgba(0, 0, 0, 0.2);
}
.scenpch_nav .scenpch_nav_cont {
  width: 1200px;
  margin: 0 auto;
}
.select_out {
  width: 200px;
  position: relative;
  float: left;
  cursor: pointer;
}

.select_out .cur_choose {
  display: inline-block;
  width: 160px;
  min-height: 20px;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 20px;
  color: #fff;
  background: linear-gradient(270deg, #ff6619 0%, #ffaf3f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF6619,endColorstr=#ffaf3f,GradientType=1 );
}

.select_out .select_ul {
  width: 231px;
  overflow: hidden;
  background: #fff;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 60px;
  display: none;
  z-index: 666;
  max-height: 200px;
  overflow-y: auto;
}
.select_out:hover .select_ul {
  display: block;
}

.select_out .select_ul.show {
  display: block;
  max-height: 200px;
  overflow-y: auto;
}

.select_out .select_ul li {
  clear: both;
  line-height: 40px;
  padding: 0 20px;
  cursor: pointer;
}

.select_out .select_ul li:hover {
  color: #ff8000;
}

.second_nav {
  float: left;
  line-height: 40px;
  margin-left: 2px;
}
.second_nav span {
  display: inline-block;
  color: #222222;
  font-size: 16px;
  cursor: pointer;
  margin: 0 0 0 12px;
  padding: 20px 12px;
  line-height: 20px;
  border-radius: 8px 8px 0 0;
  background: #ffffff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
}
.second_nav span.active {
  color: #ffffff;
  font-weight: bold;
  background-color: #ff661a;
}

.pau_empty {
  width: 1200px;
  margin: 0 auto;
  display: block;
  text-align: center;
  display: none;
  clear: both;
}
.pau_empty .em_txt {
  padding-bottom: 50px;
}

/*场景页面导航*/
.scenpch_sec_nav {
  position: relative;
  float: left;
  width: 200px;
  top: 1px;
}
.scenpch_sec_nav .scenpch_sec_tit {
  width: 176px;
  height: 20px;
  font-size: 16px;
  padding: 20px 12px;
  color: #fff;
  border-radius: 4px 0 0 4px;
  background: linear-gradient(270deg, #ff6619 0%, #ffaf3f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF6619,endColorstr=#ffaf3f,GradientType=1 );
}
.scenpch_sec_nav .scenpch_sec_tit .scenpch_sec_tit_in {
  background: url(../../icon/icon/arrow_wd.png) no-repeat right center;
}
.scenpch_sec_nav .scenpch_sec_tit span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.scenpch_sec_nav .scenpch_sec_tit .scenpch_sec_one {
  max-width: 70px;
  padding-right: 8px;
}
.scenpch_sec_nav .scenpch_sec_tit .scenpch_sec_two {
  width: 70px;
  margin-left: 5px;
}
.scenpch_sec_nav .scenpch_sec_tit .scenpch_sec_em {
  width: 10px;
}
.scenpch_sec_nav .nav_scene_pop {
  display: none;
  left: 0;
}
.scenpch_sec_nav:hover .nav_scene_pop {
  display: block;
}
.text_cet {
  text-align: center;
  padding-top: 70px;
}
.scenpch_sec_nav,
.select_out {
  margin-right: 31px;
  margin-top: 8px;
}
.scenpch_sec_nav::after,
.select_out::after {
  content: " ";
  position: absolute;
  width: 31px;
  right: -31px;
  top: 0;
  height: 60px;
  background: url(../../icon/scence/scenpch_sec_tit_bgi.png) no-repeat;
}
.sku-num {
  float: right;
}
.sku-num .pro_num {
  display: inline-block;
}
.sku-num .pro_count {
  display: none;
}
.sku-num .xfs-number {
  overflow: hidden;
  clear: both;
  vertical-align: middle;
  float: left;
}
.sku-num .xfs-number .xfs-n-bt {
  width: 22px;
  height: 22px;
  text-align: center;
  color: #222;
  float: left;
  cursor: pointer;
  background: url(../../icon/icon/minus-disable.png) no-repeat center;
  background-size: 12px;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
}

.sku-num .xfs-number .xfs-n-input {
  width: 31px;
  height: 22px;
  text-align: center;
  display: inline-block;
  float: left;
  color: #222;
  font-size: 12px;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  margin: 0 4px;
  background-color: #fff;
}
.sku-num .xfs-number .xfs-n-bt.xfs-add {
  background-image: url(../../icon/icon/add-disable.png);
}
.sku-num .add_shopping {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #ff6619 url(../../icon/icon/add-shopping.png) no-repeat
    center/16px 16px;
  border-radius: 4px;
}
.scenpch_footer {
  width: 1160px;
  border-radius: 8px;
  padding: 20px;
  opacity: 1;
  background: #ffffff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  margin: 0 auto 24px;
}
.scenpch_footer.fix-active {
  position: fixed;
  bottom: 0;
  margin: auto;
  left: 50%;
  margin-left: -600px;
  z-index: 888;
  border-radius: 8px 8px 0 0;
}
.sunmit-box {
  float: right;
  font-size: 0;
  line-height: 32px;
}
.sum_number {
  color: #aaaaaa;
  font-size: 12px;
  margin-right: 16px;
}
.sunmit-box span {
  display: inline-block;
}
.sum_price-label {
  color: #808080;
  font-size: 14px;
  height: 32px;
  display: inline-block;
}
.sum_price {
  color: #ff6619;
  font-size: 24px;
  font-weight: 700;
  margin-right: 24px;
  vertical-align: top;
}
.submit_button {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  border-radius: 4px;
  opacity: 1;
  border: 1px solid #ff6619;
  background: #ffffff;
  color: #ff6619;
  padding: 0 8px 0 28px;
  cursor: pointer;
}
.submit_button.disable {
  opacity: 0.16;
  cursor: not-allowed;
}
.add_submit {
  background: url(../../icon/icon/cart_b_icon_2.png) no-repeat 8px/16px 16px;
  margin-right: 24px;
}
.buy_submit {
  color: #ffffff;
  background: #ff6619 url(../../icon/icon/iconubmit.png) no-repeat 8px/16px 16px;
}
.price-box {
  padding-top: 4px;
  text-align: left;
}

.scenpch_ritbox_list .promote .sku_act_t_yc {
  background: #fff;
  color: #e61728;
  display: inline-block;
  padding: 0 5px;
  height: 16px;
  line-height: 16px;
  border: 1px solid #ff6619;
  border-radius: 2px;
  font-size: 12px;
}

.nav_scene_pop .nav_scene_list {
  width: auto;
  padding-left: 0;
  margin-top: 13px;
}

.nav_scene .nav_scene_pop .nav_scene_list {
  margin-top: 0;
}

.nav_scene_pop .nav_scene_list li {
  padding: 0 10px;
  font-size: 12px;
  float: left;
  position: relative;
  color: #666;
  cursor: pointer;
}

.nav_scene_pop .nav_scene_list li:hover {
  color: #FF661A;
}

.nav_scene_pop .nav_scene_list li:after {
  position: absolute;
  display: block;
  color: #666;
  font-family: SimSun;
  content: " | ";
  font-weight: normal;
  right: -1px;
  top: 0;
}

.nav_scene_pop .nav_scene_list .scene_nav_first {
  float: left;
  position: relative;
  font-weight: bold;
  font-size: 14px;
  padding: 0 30px 0 0;
  cursor: pointer;
  width: 90px;
  text-align: right;
}

.nav_scene_pop .nav_scene_list .scene_nav_first:hover {
  color: #FF661A;
}

.nav_scene_pop .nav_scene_list .scene_nav_first:after {
  position: absolute;
  display: block;
  color: #666;
  font-family: SimSun;
  content: " > ";
  font-weight: normal;
  right: 15px;
  top: 0;
}

.nav_scene_pop .nav_scene_list li a {
  color: #666;
}

.nav_scene_pop .nav_scene_list .scene_nav_first a {
  color: #333;
}

.nav_scene_pop .nav_scene_list li:last-child:after {
  display: none;
}

.nav_scene_pop .nav_scene_list .scene_nav_first_sun {
  float: left;
  width: 575px;
}
