@charset "UTF-8";
.main_body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main_body .banner_swiper {
  position: relative;
  width: 100vw;
  height: 420px;
  overflow: hidden;
}

.main_body .banner_swiper .classify {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  height: 100%;
  display: flex;
}

.main_body .banner_swiper .classify .classify_box {
  width: 208px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 14px 0;
  overflow-y: auto;
}

.main_body .banner_swiper .classify .classify_box .box {
  height: 56px;
  padding: 0 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFFFFF;
  cursor: pointer;
}

.main_body .banner_swiper .classify .classify_box .box img {
  width: 12px;
  height: 12px;
}

.main_body .banner_swiper .classify .classify_box .box_hover {
  background: #2a7efb;
}

.main_body .banner_swiper .classify .classify_list {
  display: none;
  width: 664px;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 5px 1px 10px rgba(0, 0, 0, 0.2);
  padding: 0 4px 20px 30px;
  border: 1px solid #f2f2f2;
  border-left: 0;
  border-right: 0;
}

.main_body .banner_swiper .classify .classify_list .list_box {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 400px;
  display: flex;
  flex-wrap: wrap;
}

.main_body .banner_swiper .classify .classify_list .list_box a {
  width: 33.33%;
}

.main_body .banner_swiper .classify .classify_list .list_box a .item_box {
  cursor: pointer;
  margin-top: 30px;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
}

.main_body .banner_swiper .classify .classify_list .list_box a .item_box img {
  width: 50px;
  height: 50px;
}

.main_body .banner_swiper .classify .classify_list .list_box a .item_box p {
  flex: 1;
  margin-left: 14px;
  padding-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.main_body .banner_swiper .classify .classify_list .list_box a .item_box:hover {
  color: #e93323;
}

.main_body .banner_swiper .swiper-wrapper img {
  width: 100%;
  height: 100%;
}

.main_body .banner_swiper .prev_next {
  z-index: 8;
  position: absolute;
  top: 45%;
  left: 5%;
  width: 90%;
  display: none;
  justify-content: space-between;
  align-items: center;
}

.main_body .banner_swiper .prev_next img {
  cursor: pointer;
  width: 46px;
  height: 46px;
}

.main_body .banner_swiper .my-bullet {
  display: inline-block;
  margin: 0 4px;
  width: 34px;
  height: 4px;
  background: #fff;
  opacity: .8;
  border-radius: 1px;
}

.main_body .banner_swiper .my-bullet-active {
  opacity: 1;
}

.main_body .back_nav {
  width: 100vw;
  height: 100px;
  background: #eceded;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_body .back_nav .back_nav_box {
  cursor: pointer;
  width: 300px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main_body .back_nav .back_nav_box .title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.main_body .back_nav .back_nav_box .describe {
  color: #818385;
  font-weight: 400;
  white-space: wrap;
  text-align: center;
}

.main_body .back_nav .back_nav_box:hover {
  background: #fff;
}

.main_body .back_nav .back_nav_box:hover .title {
  color: #EA722E;
}

.main_body .back_nav .back_nav_box:hover .describe {
  color: #EA722E;
}

.main_body .notice {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  margin: 10px 0;
  padding: 0 20px;
  overflow: hidden;
  background: #fff;
}

.main_body .notice .img_box {
  width: 72px;
  height: 18px;
}

.main_body .notice .line {
  margin: 0 20px;
  width: 1px;
  height: 26px;
  background: #cccccc;
}

.main_body .notice .notice_swiper {
  flex: 1;
  height: 100%;
  line-height: 50px;
  overflow: hidden;
}

.main_body .notice .more_box {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #ccc;
}

.main_body .notice .more_box span {
  margin-left: 5px;
  font-size: 24px;
}

.main_body .menu-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.main_body .menu-box .box {
  width: 288px;
  height: 120px;
  margin: 0 16px 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.main_body .menu-box .box .box01 {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
}

.main_body .menu-box .box .box01 img {
  width: 100%;
  height: 100%;
}

.main_body .menu-box .box img {
  width: 70px;
  height: 70px;
}

.main_body .menu-box .box .box_right {
  margin-left: .7813rem;
  display: flex;
  flex-direction: column;
}

.main_body .menu-box .box .box_right p:first-child {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: .4688rem;
}

.main_body .menu-box .box .box_right p:last-child {
  font-size: .8125rem;
  color: #ffffff;
}

.main_body .menu-box a:nth-of-type(4n) .box {
  margin-right: 0;
}

.main_body .main_list {
  width: 100%;
  margin-top: 40px;
}

.main_body .main_list .list_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main_body .main_list .list_head .head_left {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.main_body .main_list .list_head .head_left h2 {
  font-size: 18px;
  margin-right: 5px;
}

.main_body .main_list .list_head .more {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #555555;
}

.main_body .main_list .list_head .more span {
  font-size: 18px;
  margin-left: 5px;
}

.main_body .main_list .list_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.main_body .main_list .list_box .item_box {
  margin-bottom: 16px;
  width: 224px;
  margin-right: 20px;
  padding: 16px 16px 20px;
  background: #fff;
  cursor: pointer;
  transition: all .3s ease;
}

.main_body .main_list .list_box .item_box img {
  width: 192px;
  height: 192px;
}

.main_body .main_list .list_box .item_box .info_box {
  margin-top: 10px;
}

.main_body .main_list .list_box .item_box .info_box .name {
  color: #282828;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main_body .main_list .list_box .item_box .info_box .price_box {
  display: flex;
  align-items: center;
  margin-top: 7px;
}

.main_body .main_list .list_box .item_box .info_box .price_box .price {
  color: #e93323;
  font-size: 18px;
}

.main_body .main_list .list_box .item_box .info_box .price_box .price span {
  font-size: 14px;
}

.main_body .main_list .list_box .item_box .info_box .price_box .old_price {
  margin-left: 10px;
  color: #a3a3a3;
  font-size: 12px;
  text-decoration: line-through;
}

.main_body .main_list .list_box .item_box:nth-child(5n) {
  margin-right: 0;
}

.main_body .main_list .list_box .item_box:hover {
  box-shadow: 0 0 14px rgba(0, 53, 132, 0.1);
}

.main_body .main_list02 {
  margin-top: 5px;
}

.main_body .main_list02 .info_box p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main_body .main_list02 .info_box .explain {
  margin: 6px 0;
  color: #999;
  font-size: 14px;
}

.main_body .main_list02 .info_box .box_btm {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #282828;
}

.main_body .main_list02 .info_box .box_btm img {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 5px;
}

.main_body .main_list03 {
  margin-top: 24px;
}

.main_body .main_list03 .list_box_out {
  margin-top: 20px;
  display: flex;
}

.main_body .main_list03 .list_box_out .list_box_left {
  width: 288px;
  height: 616px;
}

.main_body .main_list03 .list_box_out .list_box_left img {
  width: 100%;
  height: 100%;
}

.main_body .main_list03 .list_box_out .list_box_right {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.main_body .main_list03 .list_box_out .list_box_right .item_box {
  width: 212px;
  height: 300px;
  margin-left: 16px;
  padding: 16px;
  margin-bottom: 16px;
  background: #fff;
  cursor: pointer;
}

.main_body .main_list03 .list_box_out .list_box_right .item_box .img_box {
  position: relative;
}

.main_body .main_list03 .list_box_out .list_box_right .item_box .img_box .big_img {
  width: 180px;
  height: 180px;
}

.main_body .main_list03 .list_box_out .list_box_right .item_box .img_box .small_img {
  position: absolute;
  left: -3px;
  top: -3px;
  width: 54px;
  height: 54px;
}

.main_body .main_list03 .list_box_out .list_box_right .item_box .info_box {
  margin-top: 10px;
}

.main_body .main_list03 .list_box_out .list_box_right .item_box .info_box p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main_body .main_list03 .list_box_out .list_box_right .item_box .info_box .explain {
  margin: 6px 0;
  color: #999;
  font-size: 14px;
}

.main_body .main_list03 .list_box_out .list_box_right .item_box .info_box .box_btm {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #282828;
}

.main_body .main_list03 .list_box_out .list_box_right .item_box .info_box .box_btm img {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 5px;
}

.main_body .main_body_column {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.main_body .main_body_column .main_body01 {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.main_body .main_body_column .main_body01 .main_title {
  margin: 0 auto 12px;
  font-size: 28px;
  color: #000;
}

.main_body .main_body_column .main_body01 .main_describe {
  margin: 0 auto 40px;
  color: #666;
  font-size: 14px;
}

.main_body .main_body_column .main_body01 .main_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main_body .main_body_column .main_body01 .main_wrap .main_item {
  margin-bottom: 20px;
  width: 590px;
  background: #fff;
}

.main_body .main_body_column .main_body01 .main_wrap .main_item .item_top {
  height: 110px;
  padding: 0 15px;
  background: #F0e5da;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main_body .main_body_column .main_body01 .main_wrap .main_item .item_top .item_a {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main_body .main_body_column .main_body01 .main_wrap .main_item .item_top .item_a .a {
  font-size: 18px;
  padding-bottom: 7px;
  font-weight: 600;
}

.main_body .main_body_column .main_body01 .main_wrap .main_item .item_top .item_a .b {
  font-size: 14px;
  color: #666;
}

.main_body .main_body_column .main_body01 .main_wrap .main_item .item_top img {
  width: 148px;
  height: 90px;
}

.main_body .main_body_column .main_body01 .main_wrap .main_item .item_btm {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main_body .main_body_column .main_body01 .main_wrap .main_item .item_btm a {
  width: 50%;
}

.main_body .main_body_column .main_body01 .main_wrap .main_item .item_btm a .item_box {
  flex: 1;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
}

.main_body .main_body_column .main_body01 .main_wrap .main_item .item_btm a .item_box .a {
  font-weight: 600;
  font-size: 16px;
  color: #333;
}

.main_body .main_body_column .main_body01 .main_wrap .main_item .item_btm a .item_box .b {
  color: #666;
  margin: 15px 0 30px 0;
  font-size: 14px;
  line-height: 24px;
  opacity: .8;
}

.main_body .main_body_column .main_body01 .main_wrap .main_item .item_btm a .item_box .price_box {
  font-size: 14px;
}

.main_body .main_body_column .main_body01 .main_wrap .main_item .item_btm a .item_box .price_box .c {
  color: #EA722E;
}

.main_body .main_body_column .main_body01 .main_wrap .main_item .item_btm a .item_box .price_box .d {
  color: #EA722E;
  font-size: 20px;
  font-weight: bold;
}

.main_body .main_body_column .main_body01 .main_wrap .main_item .item_btm a .item_box .price_box .e {
  color: #2D3134;
  opacity: .8;
  font-weight: 500;
}

.main_body .main_body_column .main_body01 .main_wrap .main_item .item_btm a:nth-of-type(n) {
  border-bottom: 1px solid #eee;
}

.main_body .main_body_column .main_body01 .main_wrap .main_item .item_btm a:nth-of-type(2n) {
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.main_body .main_body_column .main_body01 .main_wrap .main_item .item_btm a:nth-last-of-type(1) {
  border-bottom: none;
}

.main_body .main_body_column .main_body01 .main_wrap .main_item .item_btm a:nth-last-of-type(2) {
  border-bottom: none;
}

.main_body .main_body_column .main_body01 .main_wrap .main_item .item_btm a:hover .a {
  color: #EA722E;
}

.main_body .news {
  padding-top: 50px;
}

.main_body .news .side1 {
  background-image: url(https://aimg8.dlszywz.com/ev_user_module_content_tmp/2016_06_22/tmp1466561986_1245451_s.png);
  height: 35px;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: #373737;
}

.main_body .news .side2 {
  margin-top: 30px;
  padding: 30px 0;
  border-bottom: 1px dashed #ccc;
  display: flex;
}

.main_body .news .side2 .item {
  width: 48%;
  display: flex;
  align-items: center;
  margin-right: 4%;
}

.main_body .news .side2 .item img {
  width: 165px;
  height: 105px;
  margin-right: 20px;
}

.main_body .news .side2 .item .side21 {
  width: 391px;
  height: 105px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main_body .news .side2 .item .side21 .side211 {
  font-size: 20px;
  color: #2d2d2d;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
}

.main_body .news .side2 .item .side21 .side211:hover {
  color: #2380ff;
}

.main_body .news .side2 .item .side21 .side212 {
  font-size: 14px;
  color: #777;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
  line-height: 1.7;
  letter-spacing: 1.2;
}

.main_body .news .side2 .item .side21 .side212:hover {
  color: #2380ff;
}

.main_body .news .side2 .item:nth-of-type(2) {
  justify-content: flex-end;
  margin-right: 0;
}

.main_body .news .side3 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

.main_body .news .side3 .item {
  width: 48%;
  margin-right: 4%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.main_body .news .side3 .item .href {
  text-decoration: none;
  color: #373737;
  font-size: 16px;
  width: 450px;
  display: -webkit-box;
  /*设置为弹性盒子*/
  -webkit-line-clamp: 1;
  /*最多显示3行*/
  overflow: hidden;
  /*超出隐藏*/
  text-overflow: ellipsis;
  /*超出显示为省略号*/
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.main_body .news .side3 .item .date {
  font-size: 16px;
  color: #868686;
  white-space: nowrap;
}

.main_body .news .side3 .item:hover .href,
.main_body .news .side3 .item:hover .date {
  color: #2380ff;
}

.main_body .news .side3 .item:nth-of-type(2n) {
  margin-right: 0;
}
