.headOuter {
  background-color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  border-bottom: solid 1px #e5e5e5;
}
.head_box.style2 .nav_item {
  margin-right: 80px;
}
.logo_box {
  margin-right: 34px;
  position: relative;
}
.logo_box img {
  max-width: 182px;
}
.logo_box .name {
  display: none;
  margin-left: 10px;
  font-size: 29px;
  font-family: jiangchengyuanti500W, jiangchengyuanti500W-Regular;
  font-weight: bold;
  text-align: left;
  color: #000000;
}
.logo_box::after {
  position: absolute;
  content: '';
  display: block;
  width: 1px;
  background-color: #CFCFCF;
  height: 24px;
  right: -17px;
}
.navsticky {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  height: 70px;
  border-bottom: solid 1px #e5e5e5;
}
.head_box {
  width: 100%;
  height: 70px;
}
.head_box .head_left {
  height: 100%;
}
.head_box .head_left .logo_info .tit {
  font-size: 16px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 550;
  text-align: left;
  color: #000000;
}
.head_box .head_left .logo_info .txt {
  font-size: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #555555;
}
.head_box .head_right {
  height: 100%;
}
.head_box .nav_item.isActive {
  color: #FF7733;
}
.head_box .nav_item:hover {
  color: #FF7733;
}
.head_box .nav_item {
  min-width: 42px;
  margin-left: 40px;
  cursor: pointer;
  position: relative;
  height: 100%;
  font-size: 16px;
  font-family: OPPOSans, OPPOSans-M;
  font-weight: 400;
  color: #333333;
}
.banner_search.style1 {
  background: url(../img/search_ban1.jpg) no-repeat;
  background-size: cover;
}
.banner_search.style1 .search_btn {
  background: #fef0d9;
  color: #ff7733;
}
.banner_search.style2 {
  background: url(../img/search_ban2.jpg) no-repeat;
  background-size: cover;
}
.banner_search.style2 .search_btn {
  background: #e0e9ff;
  color: #337EF1;
}
.banner_search {
  width: 100%;
  height: 200px;
}
.banner_search .search_box .search_input {
  width: 684px;
  height: 52px;
  background: #ffffff;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 16px;
}
.banner_search .search_box .search_input input {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #999999;
  padding: 0 32px;
  background-color: #fff;
}
.banner_search .search_box .search_input .search_btn {
  height: 100%;
  cursor: pointer;
  width: 116px;
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  font-weight: bold;
}
.banner_search .search_box .search_input .search_btn i {
  font-weight: bold;
  font-size: 18px;
  margin-right: 10px;
}
.banner_search .search_box .search_hot {
  width: 100%;
  padding-left: 28px;
}
.banner_search .search_box .search_hot .tit {
  font-size: 13px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 10px;
}
.banner_search .search_box .search_hot .sval {
  cursor: pointer;
  font-size: 13px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 20px;
}
.banner_search .search_box .search_hot .sval:hover {
  color: #fff;
}
.bread_area {
  width: 100%;
  padding: 38px 0 20px 0;
}
.bread_area .bread_item a {
  font-size: 14px;
  color: #999;
}
.bread_area .bread_item i {
  margin: 0 10px;
}
.bread_area .bread_item .font {
  font-size: 14px;
  color: #333;
}
.bread_area .bread_item:last-of-type i {
  display: none;
}
.bread_area.border {
  border-bottom: solid 1px #eeeeee;
}
.search_area.style1 {
  background: url(../img/search_ban1.jpg) no-repeat;
  background-size: cover;
}
.search_area.style1 .search_input .search_btn {
  background: #fef0d9;
  color: #ff7733;
}
.search_area.style2 {
  background: url(../img/search_ban2.jpg) no-repeat;
  background-size: cover;
}
.search_area.style2 .search_input .search_btn {
  background: #e0e9ff;
  color: #337EF1;
}
.index_area1 {
  width: 100%;
  margin: 50px 0;
}
.index_area1 .search_area {
  width: 48.5%;
  height: 225px;
  padding: 0 50px;
  border-radius: 10px;
}
.index_area1 .search_area .search_haed {
  width: 100%;
}
.index_area1 .search_area .search_haed .title {
  font-size: 26px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
}
.index_area1 .search_area .search_input {
  width: 100%;
  height: 52px;
  background: #ffffff;
  border-radius: 30px;
  overflow: hidden;
  margin: 32px 0 20px 0;
}
.index_area1 .search_area .search_input input {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #999999;
  padding: 0 32px;
  background-color: #fff;
}
.index_area1 .search_area .search_input .search_btn {
  height: 100%;
  cursor: pointer;
  width: 92px;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  font-weight: bold;
}
.index_area1 .search_area .search_input .search_btn i {
  font-weight: bold;
  font-size: 15px;
  margin-right: 5px;
}
.index_area1 .search_area .search_hot {
  width: 100%;
}
.index_area1 .search_area .search_hot .tit {
  font-size: 13px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 10px;
}
.index_area1 .search_area .search_hot .sval {
  cursor: pointer;
  font-size: 13px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 20px;
}
.index_area1 .search_area .search_hot .sval:hover {
  color: #fff;
}
.templ_head {
  width: 100%;
  padding-bottom: 38px;
}
.templ_head .title .icon {
  margin-right: 14px;
}
.templ_head .title .icon img {
  max-width: 28px;
}
.templ_head .title .name {
  font-size: 26px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #222222;
}
.head_between {
  margin: 0 30px;
}
.head_between .toggle_item.isActive {
  color: #fe714b;
  background: #FFF1ED;
}
.head_between .toggle_item {
  height: 34px;
  margin-right: 10px;
  border-radius: 14px;
  padding: 0 17px;
  color: #333;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
.template_applet .template_content {
  width: 100%;
}
.template_applet .template_content .template_item:hover .template_img {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.template_applet .template_content .template_item:hover .template_img .template_hover {
  display: block;
}
.template_applet .template_content .template_item {
  cursor: pointer;
  margin-bottom: 20px;
  margin-right: 20px;
}
.template_applet .template_content .template_item .template_img {
  transition: all 0.3s;
  width: 214px;
  height: 378px;
  border-radius: 5px;
  overflow: hidden;
  border: solid 1px #e5e5e5;
  position: relative;
  justify-content: flex-start;
}
.template_applet .template_content .template_item .template_img > img {
  width: 100%;
  transform: translateY(-17px);
}
.template_applet .template_content .template_item .template_img .template_hover {
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 3;
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}
.template_applet .template_content .template_item .template_img .template_hover .hover_box {
  width: 100%;
  height: 100%;
}
.template_applet .template_content .template_item .template_img .template_hover .hover_box .ewm {
  width: 120px;
  height: 120px;
  margin-bottom: 58px;
  background-color: #fff;
}
.template_applet .template_content .template_item .template_img .template_hover .hover_box .ewm img {
  width: 100%;
  height: 100%;
}
.template_applet .template_content .template_item .tit {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #333333;
  padding: 30px 0;
  max-width: 200px;
}
.indexapptemp {
  width: 48.5%;
}
.indexapptemp .template_content .template_item {
  margin-bottom: 10px;
  margin-right: 14px;
}
.indexapptemp .template_content .template_item .template_img {
  width: 184px;
  height: 325px;
}
.indexapptemp .template_content .template_item .tit {
  max-width: 184px;
  padding: 20px 0;
}
.more.style2 {
  color: #333;
}
.more {
  cursor: pointer;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
}
.more i {
  font-size: 16px;
}
.bybtn {
  width: 140px;
  height: 35px;
  border-radius: 30px;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  margin-bottom: 9px;
  cursor: pointer;
}
.bybtn.style1 {
  color: #ffffff;
  background: #ff7733;
}
.bybtn.style2 {
  background: #ffffff;
  color: #ff7733;
}
@keyframes imgtran {
  100% {
    transform: translateY(-100%);
  }
}
@keyframes imgtranPC {
  100% {
    transform: translateY(-calc(-130%));
  }
}
.template_pc .template_content .template_item:hover {
  transform: translateY(-15px);
}
.template_pc .template_content .template_item:hover .template_img .template_hover {
  display: block;
}
.template_pc .template_content .template_item:hover .tit {
  display: none;
}
.template_pc .template_content .template_item:hover .posbot {
  display: block;
}
.template_pc .template_content .template_item {
  margin-right: 20px;
  margin-bottom: 20px;
}
.template_pc .template_content .template_item .template_img {
  position: relative;
  width: 328px;
  height: 230px;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
}
.template_pc .template_content .template_item .template_img .vie_head {
  width: 100%;
  height: 15px;
  border-bottom: solid 1px #e3e3e3;
  padding: 0 15px;
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff;
}
.template_pc .template_content .template_item .template_img .vie_head .drop {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  margin-right: 5px;
  background-color: #e3e3e3;
}
.template_pc .template_content .template_item .template_img .img_auto {
  height: 210px;
  width: 100%;
}
.template_pc .template_content .template_item .template_img .img_auto img {
  width: 100%;
}
.template_pc .template_content .template_item .template_img .template_hover {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.template_pc .template_content .template_item .tit {
  padding-top: 23px;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #333333;
  max-width: 300px;
  height: 66px;
}
.template_pc .template_content .template_item .posbot {
  display: none;
  width: 100%;
  height: 66px;
  background-color: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.11);
}
.template_pc .template_content .template_item .posbot .posbotbox {
  height: 100%;
  width: 100%;
}
.template_pc .template_content .template_item .posbot .posbotbox .bybtn {
  height: 35px;
}
.template_pc .template_content .template_item .posbot .posbotbox .bybtn.style3 {
  background: #FD6040;
  color: #fff;
  width: 118px;
}
.template_pc .template_content .template_item .posbot .posbotbox .bybtn.style4 {
  width: 100px;
  background: #2F82FF;
  color: #fff;
}
.indexpctemp {
  width: 48.5%;
}
.indexpctemp .template_content .template_item {
  margin-bottom: 10px;
  margin-right: 14px;
}
.indexpctemp .template_content .template_item .template_img {
  width: 282px;
}
.indexpctemp .template_content .template_item .tit {
  max-width: 270px;
}
.index_area3 {
  margin: 50px 0;
}
.cpnumber {
  display: none;
}
.topurchase {
  width: 100%;
  padding: 58px 0;
}
.topurchase .pay_left::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 318px;
  background: rgba(223, 225, 227, 0.5);
}
.topurchase .pay_left {
  position: relative;
  padding: 0 55px 0 39px;
}
.topurchase .pay_left .tit {
  font-size: 20px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: bold;
  text-align: center;
  color: #000000;
}
.topurchase .pay_left .txt {
  font-size: 13px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #9199a6;
  margin: 12px 0 25px 0;
}
.topurchase .pay_right {
  width: 255px;
}
.topurchase .pay_right .e_tit {
  font-size: 19px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: bold;
  text-align: left;
  color: #000000;
}
.topurchase .pay_right .e_txt {
  font-size: 13px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #9199a6;
  margin: 10px 0 35px 0;
}
.topurchase .pay_right .e_img {
  width: 110px;
  height: 111px;
}
.topurchase .pay_right .e_img img {
  width: 100%;
  height: 100%;
}
.footOuter {
  background: #282828;
}
.foot_Area .foot_top {
  padding-top: 65px;
  min-height: 271px;
}
.foot_Area .foot_top .foot_left {
  position: relative;
  height: 555px;
}
.foot_Area .foot_top .foot_left .foot_classArea.style1 {
  width: 338px;
}
.foot_Area .foot_top .foot_left .foot_classArea.style2 {
  width: 486px;
}
.foot_Area .foot_top .foot_left .foot_classArea {
  margin-bottom: 60px;
}
.foot_Area .foot_top .foot_left .foot_classArea .class_tit {
  display: block;
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  margin-bottom: 15px;
}
.foot_Area .foot_top .foot_left .foot_classArea .class_content .class_item:hover {
  color: #fff;
  text-decoration: underline;
}
.foot_Area .foot_top .foot_left .foot_classArea .class_content .class_item {
  font-size: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: rgba(255, 255, 255, 0.34);
  line-height: 30px;
  min-width: 120px;
  margin-right: 30px;
}
.foot_Area .foot_top .foot_left::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 482px;
  background: #ffffff24;
}
.foot_Area .foot_top .foot_right {
  width: 375px;
  padding-left: 55px;
}
.foot_Area .foot_bottom {
  border-top: solid 1px #ffffff24;
  width: 100%;
  min-height: 89px;
  padding-top: 30px;
}
.foot_Area .foot_bottom .foot_txt {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #808082;
}
.top_pay {
  width: 100%;
}
.top_pay .tit {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
}
.top_pay .txt {
  opacity: 0.4;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  margin: 12px 0 22px 0;
}
.apply_input.marginBtm {
  margin-bottom: 10px;
}
.apply_btn {
  cursor: pointer;
  width: 100%;
  height: 48px;
  background: #FD6040;
  border-radius: 2px;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
}
.apply_input {
  width: 100%;
  height: 48px;
  border: 1px solid #dfe1e3;
  border-radius: 2px;
  padding: 0 18px;
  background-color: #fff;
}
.apply_input .select {
  height: 100%;
  width: 84px;
  margin-right: 16px;
  cursor: pointer;
  position: relative;
}
.apply_input .select span {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #000000;
  margin-right: 15px;
}
.apply_input .select i {
  font-size: 14px;
}
.apply_input .select::after {
  position: absolute;
  right: 0;
  content: '';
  width: 1px;
  height: 14px;
  background-color: #dfe1e3;
}
.apply_input .ionput_box {
  flex: 1;
  height: 100%;
}
.apply_input .ionput_box input {
  height: 100%;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  outline: none !important;
  width: 100%;
}
.apply_input .ionput_box input::placeholder {
  font-size: 15px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #b7b7b7;
}
.apply_input .yamtit {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 550;
  text-align: left;
  color: #000000;
  white-space: nowrap;
  margin-right: 18px;
}
.apply_input .applyyzm {
  white-space: nowrap;
  cursor: pointer;
  font-size: 16px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  width: 105px;
  height: 33px;
}
.apply_input .huoqu {
  font-size: 15px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  margin-left: 16px;
  color: #0076fe;
  cursor: pointer;
}
.select_alert.bottom {
  bottom: 100%;
}
.select_alert.top {
  top: 100%;
}
.select_alert {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 10;
  background-color: #fff;
  display: none;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.select_alert .options {
  padding: 0 20px;
  width: 100%;
  height: 63px;
  border-bottom: solid 1px #e5e5e5;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
}
.select_alert .options:last-of-type {
  border: none;
}
.select_alert .options:hover {
  background-color: #2b75eb;
  color: #fff;
}
.footewm_area {
  width: 100%;
  margin-top: 69px;
}
.footewm_area .e_tit {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  margin-bottom: 10px;
}
.footewm_area .e_txt {
  color: #ffffff;
  opacity: 0.4;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
}
.footewm_area .e_img {
  width: 96px;
  height: 96px;
}
.footewm_area .e_img img {
  width: 100%;
  height: 100%;
}
.load_btn.style2 i {
  color: #0076fe;
}
.load_btn {
  display: none;
  margin: 0 20px;
}
.load_btn i {
  animation: loading 1s linear infinite;
  color: #fff;
  font-size: 24px;
  display: block;
}
@keyframes loading {
  100% {
    transform: rotate(360deg);
  }
}
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.5);
}
.loading .loadbox {
  width: 100%;
  height: 100%;
}
.loading .loadtxt {
  font-size: 20px;
  margin-top: 20px;
  color: #fff;
}
.mall_area1 {
  height: 324px;
  margin-bottom: 50px;
}
.mall_area1 .area1_left {
  width: 700px;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
  margin-right: 14px;
}
.mall_area1 .area1_left img {
  width: 100%;
  height: 100%;
}
.mall_area1 .area1_right {
  height: 100%;
}
.mall_area1 .area1_right .r_img {
  cursor: pointer;
  margin-bottom: 14px;
  width: 236px;
  height: 155px;
  overflow: hidden;
  border-radius: 5px;
}
.mall_area1 .area1_right .r_img img {
  width: 100%;
  height: 100%;
}
.mall_area2 {
  width: 100%;
}
.mall_area2 .template_content .template_item {
  margin-right: 32px;
}
.mall_area3 {
  width: 100%;
  margin: 50px 0;
}
.mall_area3 .template_content .template_item {
  margin-right: 66px;
}
.mall_area3 .template_content .template_item .template_img {
  width: 354px;
}
.classification {
  width: 100%;
  margin: 50px 0;
}
.classification .classiline.isAway {
  height: 56px !important;
}
.classification .classiline {
  border-bottom: solid 1px #eeeeee;
  padding: 15px 0;
  overflow: hidden;
}
.classification .classiline .classi_head .tit {
  color: #999;
  font-size: 14px;
  min-width: 70px;
  text-align: justify;
  margin-right: 15px;
}
.classification .toggle_item.isActive {
  color: #fe714b;
  background: #FFF1ED;
}
.classification .toggle_item:hover {
  color: #fe714b;
  background: #FFF1ED;
}
.classification .toggle_item {
  margin-bottom: 13px;
  height: 28px;
  margin-right: 10px;
  border-radius: 14px;
  padding: 0 17px;
  color: #333;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
.putaway.isActive i {
  transform: rotate(180deg);
}
.putaway {
  cursor: pointer;
  display: none;
  color: #666;
  font-size: 14px;
}
.putaway span {
  color: #666;
  font-size: 14px;
}
.putaway i {
  transition: all 0.3s;
}
.detail_box {
  width: 100%;
  height: 860px;
  padding: 50px 0;
}
.detail_box .detail_left {
  position: relative;
  background: #ffffff;
  border-radius: 5px;
  height: 100%;
}
.detail_box .detail_left .left_navs {
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 2;
}
.detail_box .detail_left .left_navs .navs_item {
  min-width: 92px;
  height: 36px;
  border-radius: 0 30px 30px 0;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  margin-bottom: 15px;
  cursor: pointer;
  padding: 0 15px;
}
.detail_box .detail_left .left_navs .navs_item.isActive {
  color: #ffffff;
  background: #fe714b;
}
.detail_box .detail_left .Preview_box {
  width: 375px;
  height: 667px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.detail_box .detail_left .Preview_box .app_box {
  cursor: pointer;
  overflow: auto;
  width: 100%;
  height: 100%;
}
.detail_box .detail_left .Preview_box .app_box .imgboxs {
  width: 100%;
}
.detail_box .detail_right {
  height: 100%;
  width: 400px;
  margin-left: 20px;
  background: #ffffff;
  border-radius: 5px;
}
.detail_box .detail_right .pay_area {
  padding: 45px 0 40px 0;
  width: 100%;
}
.detail_box .detail_right .pay_area .title {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  padding: 0 24px;
}
.detail_box .detail_right .pay_area .ewm_box {
  width: 300px;
  height: 280px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  margin: 0 auto;
  margin-top: 20px;
}
.detail_box .detail_right .pay_area .ewm_box .ewm_img {
  width: 200px;
  height: 200px;
}
.detail_box .detail_right .pay_area .ewm_box .ewm_img img {
  width: 100%;
  height: 100%;
}
.detail_box .detail_right .pay_area .ewm_box .txt {
  font-size: 13px;
  color: #999999;
  text-align: center;
  margin-top: 25px;
}
.detail_box .detail_right .pay_area .pay_btn {
  width: 280px;
  height: 44px;
  line-height: 44px;
  background: #fe714b;
  border-radius: 22px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  margin-top: 25px;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
.detail_box .detail_right .label_area {
  display: none;
  width: 100%;
  padding: 30px 24px;
  border-top: solid 1px #eeeeee;
}
.detail_box .detail_right .label_area .label_tit {
  font-size: 16px;
  color: #333333;
}
.detail_box .detail_right .label_area .label_tit::before {
  content: '';
  display: block;
  width: 3px;
  margin-right: 10px;
  height: 15px;
  background: #fe714b;
  border-radius: 1px;
}
.detail_box .detail_right .label_area .label_list {
  margin-top: 29px;
}
.detail_box .detail_right .label_area .label_list .label_item {
  display: inline-block;
  padding: 5px 14px;
  margin-right: 10px;
  margin-bottom: 14px;
  border-radius: 16px;
  border: 1px solid #e3e3e3;
  color: #333;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
.pc_de_Preview.style2 {
  width: unset;
}
.pc_de_Preview.style2 .Preview_content {
  width: unset;
}
.pc_de_Preview.style2 .Preview_content .Preview_boxe {
  width: unset;
}
.pc_de_Preview.style2 .Preview_content img {
  width: unset;
}
.pc_de_Preview {
  width: 100%;
}
.pc_de_Preview .Preview_content {
  width: 100%;
}
.pc_de_Preview .Preview_content .Preview_boxe {
  width: 100%;
}
.Collectup {
  position: fixed;
  right: 70px;
  z-index: 100;
  padding: 0px 20px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.65);
  display: none;
}
.Collectup i {
  font-size: 30px;
  color: #fff;
}
.Collebottom {
  bottom: 0;
  border-radius: 15px 15px 0 0;
}
.Colletop {
  top: 0;
  border-radius: 0 0 15px 15px;
}
.Preview_fixed {
  padding: 20px 0;
  width: 100%;
  position: fixed;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.65);
}
.Preview_fixed .PreviewInner {
  max-width: 1200px;
  margin: 0 auto;
}
.Preview_bottom {
  bottom: 0;
}
.Preview_bottom .bili {
  margin-right: 20px;
  width: 79px;
  height: 40px;
  overflow: hidden;
  border-radius: 30px;
  background: #ffffff;
  padding: 3px;
  position: relative;
}
.Preview_bottom .bili .activbox {
  left: 41px;
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background: #fe714b;
  z-index: 2;
}
.Preview_bottom .bili .b_icon {
  position: relative;
  z-index: 3;
  cursor: pointer;
  height: 100%;
}
.Preview_bottom .bili .b_icon img {
  width: 18px;
  height: 18px;
}
.Preview_bottom .bili .b_icon .cimg1 {
  display: block;
}
.Preview_bottom .bili .b_icon .cimg2 {
  display: none;
}
.Preview_bottom .vietitle {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
}
.Preview_bottom .nextbtns {
  position: relative;
}
.Preview_bottom .nextbtns .nbtn:hover .img_alerts {
  display: block;
}
.Preview_bottom .nextbtns .nbtn {
  width: 110px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 16px;
  cursor: pointer;
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  border-radius: 30px;
  position: relative;
}
.Preview_bottom .nextbtns .nbtn .img_alerts {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: absolute;
  top: -430%;
  left: 0;
  display: none;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  z-index: 10;
  width: 200px;
  height: 150px;
}
.Preview_bottom .nextbtns .nbtn .img_alerts img {
  width: 100%;
}
.Preview_bottom .nextbtns .nbtn:hover {
  border: solid 1px transparent;
  background-color: #FE714B;
}
.return_btn {
  width: 110px;
  height: 40px;
  background: #fe714b;
  border-radius: 30px;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  cursor: pointer;
  color: #ffffff;
}
.bottomCollbtn {
  margin-left: 35px;
}
.Collectit {
  cursor: pointer;
}
.Collectit i {
  font-size: 18px;
  color: #fff;
}
.Preview_top {
  top: 0;
}
.Preview_top .navsblist .navsb_item {
  width: 110px;
  height: 40px;
  border-radius: 30px;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  cursor: pointer;
  color: #ffffff;
  margin-right: 15px;
}
.Preview_top .navsblist .navsb_item.isActive {
  border: 2px solid #fe714b;
}
.icon_navgin {
  width: 100%;
  margin: 50px 0;
}
.icon_navgin .icon_items.mallcolor1 {
  background: #ffe8dd;
  color: #a45947;
}
.icon_navgin .icon_items.mallcolor2 {
  background: #fedeed;
  color: #9F3045;
}
.icon_navgin .icon_items.mallcolor3 {
  background: #dbe7e3;
  color: #2F775C;
}
.icon_navgin .icon_items.mallcolor4 {
  background: #FFF0DB;
  color: #AD7131;
}
.icon_navgin .icon_items.mallcolor5 {
  background: #D8D0F0;
  color: #5F49B6;
}
.icon_navgin .icon_items.mallcolor6 {
  background: #AACBFE;
  color: #3A73CC;
}
.icon_navgin .icon_items.mallcolor7 {
  background: #C3E7F9;
  color: #2CA3DE;
}
.icon_navgin .icon_items.mallcolor8 {
  background: #FFE8DD;
  color: #A45947;
}
.icon_navgin .icon_items.mallcolor9 {
  background: #DFDCDE;
  color: #666666;
}
.icon_navgin .icon_items.mallcolor10 {
  background: #CCE0FB;
  color: #3078C6;
}
.icon_navgin .icon_items.mallcolor11 {
  background: #DBE7E3;
  color: #2F775C;
}
.icon_navgin .icon_items.mallcolor12 {
  background: #FEDEED;
  color: #9F3045;
}
.icon_navgin .icon_items.shopcolor1 {
  background: #FFE8DD;
  color: #A45947;
}
.icon_navgin .icon_items.shopcolor2 {
  background: #CCE0FB;
  color: #3078C6;
}
.icon_navgin .icon_items.shopcolor3 {
  background: #C3E7F9;
  color: #2CA3DE;
}
.icon_navgin .icon_items.shopcolor4 {
  background: #FFF0DB;
  color: #AD7131;
}
.icon_navgin .icon_items.shopcolor5 {
  background: #D8D0F0;
  color: #5F49B6;
}
.icon_navgin .icon_items.shopcolor6 {
  background: #AACBFE;
  color: #3A73CC;
}
.icon_navgin .icon_items.shopcolor7 {
  background: #DFDCDE;
  color: #666;
}
.icon_navgin .icon_items.shopcolor8 {
  background: #FEDEED;
  color: #9F3045;
}
.icon_navgin .icon_items.shopcolor9 {
  background: #D8D0F0;
  color: #5F49B6;
}
.icon_navgin .icon_items.shopcolor10 {
  background: #BFE4E6;
  color: #26A0A8;
}
.icon_navgin .icon_items.shopcolor11 {
  background: #CCE0FB;
  color: #3078C6;
}
.icon_navgin .icon_items.shopcolor12 {
  background: #FFE8DD;
  color: #A45947;
}
.icon_navgin .icon_items.shopcolor13 {
  background: #FFF0DB;
  color: #AD7131;
}
.icon_navgin .icon_items.shopcolor14 {
  background: #DBE7E3;
  color: #2F775C;
}
.icon_navgin .icon_items.shopcolor15 {
  background: #CCE0FB;
  color: #3078C6;
}
.icon_navgin .icon_items.shopcolor16 {
  background: #AACBFE;
  color: #3A73CC;
}
.icon_navgin .icon_items.shopcolor17 {
  background: #DBE7E3;
  color: #2F775C;
}
.icon_navgin .icon_items.shopcolor18 {
  background: #FEDEED;
  color: #9F3045;
}
.icon_navgin .icon_items {
  display: block;
  width: 185px;
  height: 185px;
  border-radius: 5px;
  margin-right: 18px;
  margin-bottom: 24px;
  padding: 12px 11px;
}
.icon_navgin .icon_items .img_box {
  width: 100%;
  height: 118px;
}
.icon_navgin .icon_items .img_box img {
  width: 100%;
  height: 100%;
}
.icon_navgin .icon_items .tit {
  margin-top: 18px;
  max-width: 160px;
  font-size: 14px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 550;
  text-align: center;
  color: inherit;
}
.contact_area1 {
  text-align: left;
  display: flex;
}
.contact_area1 .area1_left {
  display: block;
  width: 430px;
}
.contact_area1 .area1_left > img {
  display: block;
  width: 100%;
}
.contact_area1 .contact_title {
  font-size: 32px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 550;
  text-align: left;
  color: #333333;
  margin-bottom: 67px;
}
.contact_area1 .area1_right {
  flex: 1;
  text-align: left;
  padding-left: 60px;
}
.contact_area1 .area1_right .contact_ewm {
  display: flex;
  margin-top: 20px;
}
.contact_area1 .area1_right .contact_ewm .ewm_item {
  margin-right: 30px;
}
.contact_area1 .area1_right .contact_ewm .ewm_item > img {
  width: 117px;
  height: 117px;
  margin-bottom: 18px;
}
.contact_area1 .area1_right .contact_ewm .ewm_item > span {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #6d6d6d;
}
.contact_area1 .area1_right .contact_address {
  font-size: 24px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 600;
  text-align: left;
  color: #333333;
  margin-bottom: 30px;
}
.contact_area1 .area1_right .contact_line {
  font-size: 15px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #6d6d6d;
  line-height: 35px;
}
