body .wrapper {
  background-size: 1920px ;
}
body .wrapper .bread {
  padding: 20px 0;
  box-sizing: border-box;
  color: white;
  font-size: 14px;
  line-height: 14px;
  height: 14px;
}
body .wrapper .bread a {
  font-size: 14px;
  color: white;
}
body .wrapper .bread span {
  font-size: 16px;
  display: inline-block;
  transform: scaleY(0.5);
  margin-left: 3px;
  position: relative;
  top: 1px;
}
body .wrapper .bread .right_part {
  display: inline-block;
  float: right;
}
body .wrapper .top-search-container {
  box-sizing: border-box;
  background-color: white;
  padding: 30px;
  border-radius: 4px;
  height: auto;
  overflow: visible;
  margin-top: 20px;
}
body .wrapper .top-search-container .hot-keywords {
  color: #333333;
  font-size: 12px;
  margin-top: 17px;
  line-height: 16px;
}
body .wrapper .top-search-container .hot-keywords img {
  float: left;
  vertical-align: middle;
  margin-right: 7px;
}
body .wrapper .top-search-container .hot-keywords a {
  color: #333333;
  font-size: 12px;
  margin-right: 3px;
  line-height: 16px;
}
body .wrapper .top-search-container .input-box {
  font-size: 0;
  position: relative;
}
body .wrapper .top-search-container .input-box .top-search-select-type {
  position: absolute;
  top: 0;
  height: 45px;
  left: 22px;
  color: #303133;
}
body .wrapper .top-search-container .input-box .top-search-select-type select {
  padding: 5px 8px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  height: auto;
  color: black;
  font-size: 14px;
  height: 45px;
}
body .wrapper .top-search-container .input-box .top-search-select-type img {
  position: absolute;
  top: 18px;
  right: -20px;
}
body .wrapper .top-search-container .input-box .top-search-select-type option {
  color: #303133;
  padding: 5px 10px;
}
body .wrapper .top-search-container .input-box .top-search-select-type:after {
  content: "";
  width: 1px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  background: #bdbdbd;
  right: -38px;
}
body .wrapper .top-search-container .input-box input,
body .wrapper .top-search-container .input-box button,
body .wrapper .top-search-container .input-box a {
  display: inline-block;
  box-sizing: border-box;
  height: 45px;
  font-size: 16px;
  color: white;
  vertical-align: top;
  width: 120px;
}
body .wrapper .top-search-container .input-box input {
  width: 559px;
  background: #FFFFFF;
  border: 1px solid #44D492;
  border-radius: 4px 0 0 4px;
  font-size: 12px;
  color: black;
  padding: 0 17px;
  text-indent: 134px;
}
body .wrapper .top-search-container .input-box button {
  border: none;
  background: linear-gradient(0deg, #00C188 0%, #00ECA8 100%);
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
body .wrapper .top-search-container .input-box a {
  cursor: pointer;
  margin-left: 10px;
  border-radius: 4px;
  line-height: 45px;
  text-align: center;
  background: linear-gradient(0deg, #FFB400 0%, #FF9000 100%);
}
body .wrapper .top-search-container .input-box a:nth-last-child(1) {
  background: linear-gradient(0deg, #FF9966 0%, #FF5E62 100%);
}
body .wrapper .filter-container {
  box-sizing: border-box;
  background-color: white;
  padding: 30px;
  border-radius: 4px;
  height: auto;
  overflow: visible;
}
body .wrapper .filter-container .filter {
  font-size: 0;
  background: no-repeat top 7px left;
  background-size: 16px 16px;
  border: none;
  min-height: 30px;
  margin-bottom: 0;
}
body .wrapper .filter-container .filter.cls {
  background-image: url(../images/2022/search/filter1.png);
}
body .wrapper .filter-container .filter.year {
  background-image: url(../images/2022/search/filter2.png);
}
body .wrapper .filter-container .filter.type {
  background-image: url(../images/2022/search/filter3.png);
}
body .wrapper .filter-container .filter.price {
  background-image: url(../images/2022/search/filter4.png);
}
body .wrapper .filter-container .filter.hot-keyword {
  background-image: url(../images/2022/search/filter5.png);
}
body .wrapper .filter-container .filter.similar {
  background-image: url(../images/2022/search/filter6.png);
}
body .wrapper .filter-container .filter span {
  width: 10%;
  padding-left: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
body .wrapper .filter-container .filter .filter-right {
  max-width: 90%;
  display: inline-block;
  vertical-align: middle;
  position: static;
}
body .wrapper .filter-container .filter .filter-right .multiple_similar li.custom-select {
  background: #F9F9F9;
  border: 1px solid #999999;
  border-radius: 4px;
}
body .wrapper .filter-container .filter .filter-right li a {
  color: #333333;
}
body .wrapper .filter-container .filter .filter-right li.selected,
body .wrapper .filter-container .filter .filter-right li:hover {
  background: none;
}
body .wrapper .filter-container .filter .filter-right li.selected a,
body .wrapper .filter-container .filter .filter-right li:hover a {
  font-weight: 600;
  color: #17CDA0;
}
body .wrapper .filter-container .filter .filter-right .add-filter-container .add-btn {
  width: 120px;
  height: 28px;
  background: #FFC334;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  border-color: #FFC334;
}
body .wrapper .filter-container .filter .filter-right .add-filter-container .multiple_reset_btn {
  background: #D5F2E4;
  border-radius: 4px;
  font-weight: 400;
  color: #44D492;
}
body .wrapper .filter-container .filter .filter-right .add-filter-container .multiple_query_btn {
  background: #44D492;
  border-radius: 4px;
}
body .wrapper .filter-container .sort-subject {
  height: 30px;
  margin: 0;
  padding: 0;
  border: none;
}
body .wrapper .filter-container .sort-subject .sort_header {
  color: #333333;
  padding-left: 0;
  font-weight: bold;
}
body .wrapper .filter-container .sort-subject .search-type {
  display: inline-block;
}
body .wrapper .filter-container .sort-subject .search-type .ss_list {
  height: 30px;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 15px;
  color: #666666;
  cursor: pointer;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  position: relative;
}
body .wrapper .filter-container .sort-subject .search-type .ss_list span {
  height: 28px;
  line-height: 28px;
  color: #666666;
  font-size: 12px;
  width: auto;
}
body .wrapper .filter-container .sort-subject .search-type .ss_list a {
  color: inherit;
}
body .wrapper .filter-container .sort-subject .search-type .ss_list img {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 12px;
  height: 12px;
}
body .wrapper .filter-container .sort-subject .search-type .ss_list.del-all {
  background: rgba(255, 195, 52, 0.1);
  border: 1px solid rgba(255, 195, 52, 0.1);
  color: #FFC334;
}
body .wrapper .filter-container .sort-subject .search-type .ss_list.del-all span {
  color: #FFC334;
}
body .wrapper .tm-wrapper {
  background-color: transparent;
}
body .wrapper .tm-wrapper .main {
  margin-top: 40px;
}
body .wrapper .tm-wrapper .main .search-page-more-goods-btn {
  width: 100%;
  height: 100px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
body .wrapper .tm-wrapper .main .search-page-more-goods-btn .spmg-txt {
  font-size: 24px;
  font-weight: 800;
  color: #FFFFFF;
}
body .wrapper .tm-wrapper .main .search-page-more-goods-btn .spmg-txt span {
  color: #FD9F1C;
}
body .wrapper .tm-wrapper .main .search-page-more-goods-btn .spmg-btn {
  width: 184px;
  height: 48px;
  margin-left: 89px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  background-size: 100%;
  text-align: center;
  line-height: 48px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
body .wrapper .tm-wrapper .main .sort-bar {
  background: #FFFFFF;
  border-radius: 2px;
  box-shadow: 0px 5px 9.5px 0.5px rgba(204, 204, 204, 0.3);
}
body .wrapper .tm-wrapper .main .sort-bar .search-left-holder .order_by {
  background-color: transparent;
  color: #333333;
  font-weight: bold;
}
body .wrapper .tm-wrapper .main .sort-bar .search-left-holder .order_by span,
body .wrapper .tm-wrapper .main .sort-bar .search-left-holder .order_by i {
  color: #333333;
}
body .wrapper .tm-wrapper .main .sort-bar .search-left-holder .order_by img {
  display: none;
  float: right;
  margin-top: 4px;
  margin-left: 2px;
}
body .wrapper .tm-wrapper .main .sort-bar .search-left-holder .order_by img.img_def {
  display: block;
}
body .wrapper .tm-wrapper .main .sort-bar .search-left-holder .order_by.selected {
  color: #44D492;
}
body .wrapper .tm-wrapper .main .sort-bar .search-left-holder .order_by.selected.desc .img_desc {
  display: block;
}
body .wrapper .tm-wrapper .main .sort-bar .search-left-holder .order_by.selected.desc .img_asc {
  display: none;
}
body .wrapper .tm-wrapper .main .sort-bar .search-left-holder .order_by.selected .img_asc {
  display: block;
}
body .wrapper .tm-wrapper .main .sort-bar .search-left-holder .order_by.selected img.img_def {
  display: none;
}
body .wrapper .tm-wrapper .main .sort-bar .search-left-holder .order_by.selected span,
body .wrapper .tm-wrapper .main .sort-bar .search-left-holder .order_by.selected i {
  color: #44D492;
}
body .wrapper .tm-wrapper .main .sort-bar .auth-tm {
  padding-right: 20px;
  float: right;
  font-weight: bold;
  color: #333333;
}
body .wrapper .tm-wrapper .main .sort-bar .auth-tm input[type=checkbox]:checked::after {
  background-color: red;
}
body .wrapper .tm-wrapper .main .tm-lists {
  width: 100%;
  font-size: 0;
}
body .wrapper .tm-wrapper .main .tm-lists li {
  margin-left: 0;
  width: 24.25%;
  margin-top: 1%;
  margin-right: 1%;
  height: 310px;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 12px;
  border-radius: 2px;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0px 5px 9.5px 0.5px rgba(204, 204, 204, 0.3);
  transition: all 0.3s ease;
}
body .wrapper .tm-wrapper .main .tm-lists li:hover {
  box-shadow: 0px 5px 9.5px 0.5px #cccccc;
  transition: all 0.3s ease;
  border: none;
}
body .wrapper .tm-wrapper .main .tm-lists li:hover .bottom {
  display: table;
}
body .wrapper .tm-wrapper .main .tm-lists li:nth-child(4),
body .wrapper .tm-wrapper .main .tm-lists li:nth-child(8),
body .wrapper .tm-wrapper .main .tm-lists li:nth-child(12),
body .wrapper .tm-wrapper .main .tm-lists li:nth-child(16),
body .wrapper .tm-wrapper .main .tm-lists li:nth-child(20) {
  margin-right: 0;
}
body .wrapper .tm-wrapper .main .tm-lists li .cate_defect {
  position: absolute;
  right: 0;
  top: 0;
}
body .wrapper .tm-wrapper .main .tm-lists li .img-container {
  height: 200px;
  display: block;
  box-sizing: border-box;
}
body .wrapper .tm-wrapper .main .tm-lists li .img-container img {
  max-height: 100%;
}
body .wrapper .tm-wrapper .main .tm-lists li .tm-info {
  margin-top: 10px;
}
body .wrapper .tm-wrapper .main .tm-lists li .tm-info span {
  display: block;
  text-align: center;
}
body .wrapper .tm-wrapper .main .tm-lists li .tm-info .tm-name {
  margin-top: 0;
  width: 100%;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
body .wrapper .tm-wrapper .main .tm-lists li .tm-info .tm-cate {
  margin-top: 15px;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
}
body .wrapper .tm-wrapper .main .tm-lists li .tm-info .tm-auth {
  width: 37px;
  height: 15px;
  background: #FF4400;
  border-radius: 2px;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 15px;
  margin-top: 15px;
}
body .wrapper .tm-wrapper .main .tm-lists li .tm-info .tm-price {
  position: absolute;
  right: 20px;
  bottom: 18px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
body .wrapper .tm-wrapper .main .tm-lists li .bottom {
  display: none;
  position: absolute;
  background-color: white;
  width: 100%;
  height: 65px;
  left: 0;
  bottom: 0;
  border-radius: 2px;
  padding: 21px 10px 11px;
  box-sizing: border-box;
  _display: table;
}
body .wrapper .tm-wrapper .main .tm-lists li .bottom .btn-container {
  display: table-row;
}
body .wrapper .tm-wrapper .main .tm-lists li .bottom .btn-container a {
  padding: 0;
  display: table-cell;
  width: auto;
  max-width: 100%;
  min-width: 50%;
  text-align: center;
  vertical-align: middle;
  color: white;
  font-weight: bold;
}
body .wrapper .tm-wrapper .main .tm-lists li .bottom .btn-container a:first-child {
  background-color: #FFC334;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
body .wrapper .tm-wrapper .main .tm-lists li .bottom .btn-container a:first-child:hover {
  background-color: rgba(255, 195, 52, 0.8);
}
body .wrapper .tm-wrapper .main .tm-lists li .bottom .btn-container a:last-child {
  background-color: #44D492;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
body .wrapper .tm-wrapper .main .tm-lists li .bottom .btn-container a:last-child:hover {
  background-color: rgba(68, 212, 146, 0.8);
}
body .wrapper .tm-wrapper .main .tm-lists li.li17 {
  background: url(../images/2022/search/li17.png) no-repeat center;
  background-size: 100% 100%;
  padding: 79px 21px 0;
}
body .wrapper .tm-wrapper .main .tm-lists li.li17 .p1 .t1 {
  box-sizing: border-box;
  padding-left: 10px;
  width: 100%;
  height: 34px;
  line-height: 34px;
  background: #FFFFFF;
  border-radius: 2px;
}
body .wrapper .tm-wrapper .main .tm-lists li.li17 .p2 {
  margin-top: 8px;
}
body .wrapper .tm-wrapper .main .tm-lists li.li17 .p2 .t2 {
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  height: 78px;
  background: #FFFFFF;
  border-radius: 2px;
  border: none;
  resize: none;
}
body .wrapper .tm-wrapper .main .tm-lists li.li17 .t3 {
  margin-top: 14px;
  width: 100%;
  height: 34px;
  background: #EC6165;
  border-radius: 2px;
  border: none;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 34px;
  padding: 0;
}
body .wrapper .tm-wrapper .main .tm-lists li.li17 .p4 {
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 18px;
}
body .wrapper .tm-wrapper .main .tm-lists li.li17 .p4 a {
  cursor: pointer;
  color: white;
}
body .wrapper .tm-wrapper .main .page {
  margin: 30px 0;
}
body .wrapper .tm-wrapper .main .page li {
  background: #fff;
}
body .wrapper .tm-wrapper .main .page li.selected {
  border-color: #01c2ac;
  background: #01c2ac;
}
body .wrapper .tm-wrapper .main .page li:hover {
  border-color: #01c2ac;
}
body .wrapper .tm-wrapper .main .page li a {
  color: inherit;
  display: block;
  height: 100%;
}
body .wrapper .tm-wrapper .main .center {
  text-align: center;
  padding: 30px 0 60px;
}
body .wrapper .tm-wrapper .main .center h3 {
  color: #555555;
  font-size: 16px;
}
body .wrapper .tm-wrapper .main .center p {
  color: #ffa842;
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 25px;
}
body .wrapper .tm-wrapper .main .center a {
  width: 150px;
  height: 42px;
  background-color: #ffa842;
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  display: block;
  margin: auto;
  border-radius: 5px;
}
.quick-register .header {
  padding: 5px 0;
}
.quick-register .register-content {
  padding: 18px 20px 20px;
}
.quick_login_btn {
  color: #ff9000;
  text-align: center;
  text-decoration: underline;
  font-size: 14px;
}
.site-nav {
  height: 35px;
  background: #fafafa;
  border-bottom: 1px solid #dbdbdb;
}
.search-container {
  background: #efefef;
  font-size: 12px;
  height: 155px;
  overflow: hidden;
  margin-bottom: 30px;
  text-align: center;
  background: url(//main-cdn.mzwip.com/images/banner_index.jpg) center 0 no-repeat;
}
.search-container .search-content {
  margin: 40px auto 30px;
  position: relative;
  border-radius: 5px;
  display: inline-block;
  height: 55px;
  line-height: 51px;
  width: auto;
  border: none;
  background: transparent;
}
.search-container .search-content .head-input {
  padding-left: 20px;
}
.search-container .custom-select {
  margin: 0;
}
.search-container .head-input {
  line-height: 40px;
  width: 300px;
  height: 40px;
  padding: 0 10px;
  border: none 0;
  font-size: 14px;
}
.search-container .search-btn {
  background: #01c2ac;
  color: #fff;
  text-align: center;
  position: absolute;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 55px;
  width: 130px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border-bottom-right-radius: 9px;
  border-top-right-radius: 9px;
}
.search-container .search-remark {
  margin: 0 130px 0 0;
  border-radius: 0;
  width: 90px;
  position: relative;
  cursor: pointer;
  padding-left: 10px;
}
.search-container .search-remark:after {
  content: "";
  width: 1px;
  position: absolute;
  top: 15px;
  bottom: 15px;
  height: auto;
  background: #bdbdbd;
  left: 0;
}
.search-container .search-remark a {
  display: inline-block;
  padding: 0 15px;
  height: 12px;
  line-height: 12px;
  border-left: 1px solid #ccc;
}
.search-container .search-remark .selected {
  padding-left: 0;
  color: #c40000;
  border-left: 0;
}
.search-container .search-bar,
.search-container .advanced-search {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.search-container .advanced-search {
  height: 52px;
  padding: 0 18px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  font-size: 15px;
  margin-left: 13px;
}
.search-container .advanced-search span {
  display: block;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
}
.search-container .advanced-search span:first-child {
  margin-top: 6px;
}
.search-container .search-bar {
  background: #fff;
  overflow: hidden;
  border-radius: 5px;
  padding-left: 20px;
  display: inline-block;
  position: relative;
}
.search-container .search_type {
  width: 80px;
  margin: 0;
  position: relative;
  overflow: visible;
}
.search-container .search_type:after {
  content: "";
  width: 1px;
  position: absolute;
  top: 15px;
  bottom: 15px;
  height: auto;
  background: #bdbdbd;
  right: -10px;
}
.search-container .left-custom-select {
  background: url(//main-cdn.mzwip.com/images/arrow_down.png) no-repeat 100% 50% !important;
}
.search-container .right-custom-select {
  background: url(//main-cdn.mzwip.com/images/arrow_down.png) no-repeat 90% 50% !important;
}
.search-container .custom-select,
.search-container .head-input {
  float: none;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
}
.search-container .custom-select select,
.search-container .head-input select {
  color: #464646;
}
.menu {
  height: 38px;
  line-height: 38px;
  border-bottom: 2px solid #383434;
  position: relative;
  z-index: 13;
}
.menu .menu-top {
  overflow: hidden;
}
.menu li {
  float: left;
  text-align: center;
  width: 100px;
}
.menu li.all {
  background: #b1191a;
  width: 190px;
  margin-right: 12px;
  text-align: left;
}
.menu li.all .menu-title {
  padding-left: 15px;
  color: #fff;
}
.menu .menu-title {
  font-size: 16px;
  display: block;
  color: #111;
}
.menu .menu-list {
  position: relative;
  float: left;
  background: #c40000;
  width: 190px;
  height: 420px;
  z-index: 10;
  font-size: 14px;
}
.menu .menu-list li {
  display: block;
  height: 38px;
  width: 100%;
}
.menu .menu-list li.li-more {
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #b1191a;
}
.menu .menu-list li.li-more .cta-name {
  text-align: center;
}
.menu .cta-name {
  overflow: hidden;
  color: #fff;
  display: block;
  height: 38px;
  line-height: 38px;
  text-align: left;
}
.menu i {
  color: #fff;
  margin-top: 12px;
}
.menu .phone i {
  margin-top: 0;
  font-size: 20px;
}
.menu .phone i,
.menu .phone span {
  display: inline-block;
  vertical-align: middle;
  color: #999;
}
.menu .icon-left {
  width: 16px;
  float: left;
  margin-left: 15px;
  margin-right: 8px;
}
.menu .icon-right {
  float: right;
  margin-right: 10px;
}
.menu .menu-right {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 40px;
  right: 0;
  background: #fff;
  width: 232px;
  border: 10px solid #80d6e0;
  padding: 15px;
}
.menu .menu-right h3 {
  text-align: center;
}
.menu .menu-right .line {
  width: 46px;
  height: 1px;
  opacity: 0.37;
  background: #e5e5e5;
  margin-top: 20px;
}
.menu .menu-right .line.left {
  float: left;
}
.menu .menu-right .line.right {
  float: right;
}
.menu .menu-right span {
  font-size: 16px;
  color: #333;
}
.menu .menu-right .submit {
  background: #c40000;
  color: #fff;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  display: block;
  width: 100%;
  font-size: 16px;
}
.banner-wrapper {
  overflow: hidden;
}
.banner {
  position: relative;
  overflow: hidden;
  height: 425px;
  background: #00adc1;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}
.slick-slider {
  margin-bottom: 0;
}
.slick-dots {
  bottom: 19px;
}
.index-sort {
  margin-top: 35px;
  margin-bottom: 35px;
}
.index-sort .sort-title {
  font-size: 20px;
  color: #ff9c00;
  margin-bottom: 15px;
}
.index-sort .sort-list {
  font-size: 0;
}
.index-sort .sort-list li {
  width: 130px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  font-size: 14px;
  border: 1px solid #ededed;
  margin-right: 3px;
  margin-bottom: 3px;
  box-sizing: border-box;
  padding-left: 11px;
}
.index-sort .sort-list a {
  color: #5e5e5e;
}
.promote-container {
  box-sizing: border-box;
}
.promote-container .tm-container {
  position: relative;
}
.promote-container .promote-title-container {
  margin-bottom: 25px;
}
.promote-container .promote-title {
  font-size: 20px;
  color: #3d3d3d;
}
.promote-container .promote-title.active {
  color: #c40000;
  border-bottom: 2px solid #c40000;
  padding-bottom: 3px;
}
.promote-container .emit-tm,
.promote-container .sale-tm {
  font-size: 0;
  border-left: 1px solid #ededed;
  border-top: 1px solid #ededed;
  width: 100%;
  box-sizing: border-box;
}
.promote-container .sale-tm {
  position: absolute;
  top: 0;
  display: none;
}
.promote-container .img-container {
  width: 199.5px;
  width: calc(100% / 6);
  height: 130px;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  box-sizing: border-box;
  display: inline-block;
}
.promote-container .img-container img {
  max-width: 100%;
  max-height: 130px;
}
.ad-container {
  margin: 25px auto;
}
.index-floor {
  height: 450px;
}
.index-floor.ctg-red {
  border-top: 2px solid #de4547;
}
.index-floor.ctg-red .ifc-ad {
  background: #de4547;
}
.index-floor.ctg-red .ifc-keyword {
  background: #f94e50;
}
.index-floor.ctg-yellow {
  border-top: 2px solid #efb201;
}
.index-floor.ctg-yellow .ifc-ad {
  background: #efb201;
}
.index-floor.ctg-yellow .ifc-keyword {
  background: #f8bf01;
}
.index-floor.ctg-purple {
  border-top: 2px solid #5c71da;
}
.index-floor.ctg-purple .ifc-ad {
  background: #5c71da;
}
.index-floor.ctg-purple .ifc-keyword {
  background: #677ff5;
}
.index-floor .ifc-left {
  width: 240px;
  float: left;
  color: #fff;
}
.index-floor .ifc-ad {
  height: 350px;
  padding: 20px 15px;
  box-sizing: border-box;
}
.index-floor .ifc-ad img {
  margin-top: 15px;
}
.index-floor .ad-guide .ctg-title {
  font-size: 28px;
}
.index-floor .ad-guide .ctg-title span {
  font-size: 35px;
}
.index-floor .ad-guide > span {
  margin: 6px 0;
  font-size: 16px;
  display: block;
}
.index-floor .more {
  color: #fff;
  padding: 3px 7px;
  background: #bc3638;
  font-size: 12px;
}
.index-floor .ifc-keyword {
  height: 100px;
  padding: 10px;
  box-sizing: border-box;
}
.index-floor .ifc-keyword li {
  display: inline-block;
  width: 63px;
  height: 26px;
  line-height: 26px;
}
.index-floor .ifc-keyword a {
  color: #fff;
  font-size: 14px;
}
.index-floor .ifc-keyword a:hover {
  text-decoration: underline;
}
.index-floor .ifc-right {
  width: 960px;
  float: right;
}
.index-floor .ifc-right ul {
  font-size: 0;
}
.index-floor .ifc-right li {
  width: 240px;
  height: 150px;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  box-sizing: border-box;
  display: inline-block;
}
.index-floor .ifc-right li img {
  max-width: 100%;
  max-height: 130px;
}
.news-container {
  background: #f1f1f1;
  font-size: 12px;
  padding: 20px;
  box-sizing: border-box;
}
.news-container .news-item {
  width: 588px;
  height: 435px;
  background: #fff;
  box-sizing: border-box;
  padding: 20px;
  display: inline-block;
  vertical-align: top;
}
.news-container .news-item.hot-news {
  margin-right: 10px;
}
.news-container .item-title {
  color: #333;
  display: inline-block;
  font-size: 20px;
  padding-bottom: 3px;
  border-bottom: 2px solid #c40000;
}
.news-container .inc-hot {
  height: 140px;
  padding: 20px 0;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
.news-container .inch-img {
  float: left;
  padding: 2px;
  border: 1px solid #E4E4E4;
  margin-right: 20px;
}
.news-container .inch-img img {
  width: 214px;
  height: 134px;
}
.news-container .about-us > img {
  margin: 20px 0;
}
.news-container .about-us h3 {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-bottom: 8px;
}
.news-container .about-us p {
  font-size: 12px;
  color: #666;
  line-height: 210%;
}
.news-container .about-us a {
  font-size: 12px;
}
.news-container .inchc-title {
  display: block;
  width: 100%;
  line-height: 30px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  padding-top: 5px;
  font-size: 15px;
}
.news-container .inchc-content {
  font-size: 12px;
  line-height: 20px;
  color: #999;
}
.news-container .s-red {
  color: #c40000;
}
.news-container .inch-content {
  float: left;
  width: 305px;
  height: 100%;
}
.news-container .inc-ul {
  padding-top: 10px;
}
.news-container .inc-ul a {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
  vertical-align: middle;
}
.news-container .inc-ul .s-date {
  float: right;
  font-size: 12px;
  color: #ccc;
}
.news-container .inc-ul em {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #ccc;
  margin-right: 10px;
  vertical-align: middle;
}
.footer {
  padding-bottom: 40px;
}
.footer .help-content {
  font-size: 0;
}
.footer .footer-top {
  padding: 25px 0;
  border-bottom: solid 1px #eee;
  margin-bottom: 35px;
}
.footer .footer-top li {
  width: 275px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  border-left: 1px solid #e7e7e7;
}
.footer .footer-top li:first-child {
  border-left: none;
}
.footer .footer-top li i {
  width: 65px;
  height: 65px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin-right: 15px;
}
.footer .footer-top li .feature-text {
  display: inline-block;
  vertical-align: middle;
}
.footer .footer-top li p {
  padding-top: 5px;
  font-size: 20px;
  color: #5b5150;
}
.footer .footer-top li span {
  font-size: 14px;
  color: #5b5150;
}
.footer dl {
  display: inline-block;
  vertical-align: top;
  width: 145px;
  padding-left: 35px;
  box-sizing: border-box;
}
.footer dl a {
  color: #666666;
  font-size: 12px;
}
.footer dl a:hover {
  text-decoration: underline;
}
.footer dl.company-info {
  width: 765px;
  padding-left: 70px;
  border-left: 1px solid #ddd;
}
.footer dd,
.footer dt {
  height: 25px;
  line-height: 25px;
}
.footer dt {
  color: #666;
  font-size: 14px;
  font-weight: bold;
}
.footer dd {
  font-size: 12px;
  color: #666;
}
.tutorial-container .tutorial-slider {
  width: 927px;
  height: 613px;
  margin: auto;
}
.tutorial-container h3 {
  font-size: 18px;
  color: #fff;
  background: #333;
  height: 40px;
  line-height: 38px;
}
.tutorial-container:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.tutorial-container .dialog-content {
  max-width: 927px;
  width: 90%;
  display: inline-block;
  vertical-align: middle;
  max-height: 600px;
  position: relative;
}
.tutorial-container .close-btn {
  position: absolute;
  top: 0;
  right: -35px;
  cursor: pointer;
}
.tutorial-container .slick-dots {
  bottom: -30px;
}
.tutorial-container .slick-prev,
.tutorial-container .slick-next {
  width: 46px;
  height: 90px;
  z-index: 9;
}
.tutorial-container .slick-prev:before,
.tutorial-container .slick-next:before {
  content: none;
}
.tutorial-container .slick-prev {
  left: -65px;
  background: url(//main-cdn.mzwip.com/images/arrow_left_slider.png) center center no-repeat;
}
.tutorial-container .slick-prev:hover,
.tutorial-container .slick-prev:focus {
  background: url(//main-cdn.mzwip.com/images/arrow_left_slider.png) center center no-repeat;
}
.tutorial-container .slick-next {
  right: -65px;
  background: url(//main-cdn.mzwip.com/images/arrow_right_slider.png) center center no-repeat;
}
.tutorial-container .slick-next:hover,
.tutorial-container .slick-next:focus {
  background: url(//main-cdn.mzwip.com/images/arrow_right_slider.png) center center no-repeat;
}
.tutorial-container .slick-dots li button:before {
  font-size: 16px;
}
.delegation-container {
  margin-bottom: 20px;
}
.delegation-container .info-container {
  margin-bottom: 6px;
}
.delegation-container img {
  width: 70px;
}
.delegation-container img,
.delegation-container .info-detail {
  display: inline-block;
  vertical-align: middle;
}
.delegation-container .agent-name {
  font-size: 12px;
  color: #070707;
}
.delegation-container li {
  padding-top: 20px;
  padding-bottom: 10px;
}
.delegation-container a {
  height: 22px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  line-height: 22px;
  background: url('/images/qq.png') 3px 2px no-repeat #529df5;
  margin: 10px auto 0;
  font-size: 12px;
  text-indent: 18px;
  display: block;
  padding: 1px 5px;
}
.delegation-container p {
  font-size: 12px;
  color: #818181;
  line-height: 1.5em;
}
