﻿@charset "UTF-8";



/* 重设样式 */



*{margin:0;padding:0;list-style:none;border:none;outline:none;}



body{font:12px/1.5 "微软雅黑","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;font-style: normal;font-variant:normal;}



/* 内外边距通常让各个浏览器样式的表现位置不同 */



body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {

    margin: 0;

    padding: 0;

    /* font-family: "SourceHanSansCN-Bold", "SourceHanSansCN"; */

    font-family: 'Noto Sans SC','STHeiti Light','Source Han Sans CN','SimHei', "Times New Roman",Georgia,Serif,SimHei;

}

body{

  position: relative;

}

input, select, textarea {font-size: 100%;}



/* 去掉各 Table  cell 的边距并让其边重合 */



table {border-collapse: collapse;border-spacing: 0;}



/* 去除默认边框 */



fieldset, img {border: 0;}



/* 去掉 firefox 下此元素的边框 */



abbr, acronym {border: 0;font-variant: normal;}



/* 一致的 del 样式 */



del {text-decoration: line-through;}



address, caption, cite, code, dfn, em, th, var,i {font-size:100%;font-style: normal;font-weight: normal;}



/* 去掉列表前的标识, li 会继承 */



ol, ul,li {list-style: none;}



/* 对齐是排版最重要的因素, 别让什么都居中 */



caption, th {text-align: left;}



/* 来自 yahoo, 让标题都自定义, 适应多个系统应用 */



h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}



q:before, q:after {content: '';}



/* 正常链接 未访问 */



/* 鼠标悬停 */



a:hover {text-decoration:none;}



/* 默认不显示下划线，保持页面简洁 */



ins, a {text-decoration: none;color:#000000;



    -moz-transition:all .3s ease-in;



    -webkit-transition:all .3s ease-in;



    -o-transition:all .3s ease-in;



    -ms-transition:all .3s ease-in;



    transition:all .3s ease-in;}

html,body{width:100%;height: 100%;}

.container{

  width: 100%;

  height: 100% !important;

  padding-bottom: 1rem;

}

.mallb_header{

  width: 100%;

  height: 0.88rem;

  z-index: 999;

  position: relative;

  background-color: #fff;

}

.mallb_header_center{

  width: 6.88rem;

  height: 100%;

  line-height: 0.88rem;

  text-align: center;

  position: relative;

  margin: 0 auto;

  border-bottom: 1px solid #f2f2f2;

  box-sizing: border-box;

}

.mallb_header_return{

  width: 0.32rem;

  height: 0.32rem;

  position: absolute;

  top: 0.28rem;left: 0;

}

.mallb_header_return img{

  width: 100%;

  height: 100%;

  display: block;

}

.mallb_header_center span{

  font-size: 0.36rem;

  color: #333333;

}

.mallb_header_seach{

  width: 0.58rem;

  height: 0.58rem;

  border-radius: 50%;

  background-color: #F6F6F6;

  position: absolute;

  top: 0.15rem;right: 1.18rem;

  padding: 0.13rem 0 0 0.14rem;

  box-sizing: border-box;

}

.mallb_header_seach img{

  width: 0.32rem;

  height: 0.32rem;

  display: block;

}

.mallb_header_menu{

  width: 1.08rem;

  height: 0.56rem;

  position: absolute;

  top: 0.16rem;

  right: 0;

}

.mallb_header_menu img{

  width: 100%;

  height: 100%;

  display: block;

}

.zxgl_list{

  width: 100%;

  height: 0.88rem;

  display: flex;

  justify-content: space-between;

  padding-left: 0.5rem;

  box-sizing: border-box;

  position: relative;

  z-index: 999;

  background-color: #fff;
  /* margin-bottom: 0.29rem; */

}

.zxgl_list_whole{

  width: 0.88rem;

  height: 0.44rem;

  line-height: 0.43rem;

  text-align: center;

  color: #333333;

  font-size: 0.28rem;

  border-radius: 0.16rem;

  margin-top: 0.22rem;

}

.zxgl_list_whole.active{

  background: linear-gradient(135deg, #FFC891 0%, #FF855B  100%);

}

.zxgl_list ol{

  width: 5.66rem;

  height: 0.31rem;

  display: flex;

  justify-content: space-between;

  margin-top: 0.28rem;

}

.zxgl_list ol li{

  width: 33%;

  height: 100%;

  line-height: 0.28rem;

  text-align: center;

  font-size: 0.28rem;

  color: #333333;

  position: relative;

  box-sizing: border-box;

}

.zxgl_list ol li.active{

  color: #FF855B;

  font-weight: bold;

}

.zxgl_list ol li .imgone{

  width: 0.24rem;

  height: 0.24rem;

  display: inline-block;

  margin-left: 0.08rem;

  margin-top: 0.04rem;

}

.zxgl_list ol li:first-child{

  border-left: 1px solid #999999;

}

.zxgl_list ol li:nth-child(2){

  padding-left: 0rem;

}

.zxgl_list ol li:last-child{

  padding-left: 0rem;

}

.zxgl_list ol li img:last-child{

  margin-left: 0.08rem;

}

.zxgl_list ol li.active .imgone{

  display: none;

}

.zxgl_list ol li.active .imgtwo{

  display: inline-block;

}

.zxgl_list ol li .imgtwo{

  width: 0.24rem;

  height: 0.24rem;

  display: inline-block;

  margin-left: 0.13rem;

  margin-top: 0.04rem;

  display: none;

}

.zxgl_list_front,.zxgl_list_in,.zxgl_list_after{

  width: 100%;

  height: auto;

  position: absolute;

  top: 0.88rem;left: 0;

  padding-top: 0.23rem;

  box-sizing: border-box;

  z-index: 10;

  background-color: #fff;

  border-radius: 0 0 0.16rem 0.16rem;

  display: none;

}

.zxgl_list_front ul,.zxgl_list_in ul,.zxgl_list_after ul{

  width: 7rem;

  height: auto;

  margin: 0 auto;

}

.zxgl_list_front ul li,.zxgl_list_in ul li,.zxgl_list_after ul li{

  width: 2rem;

  height: 0.64rem;

  line-height: 0.64rem;

  text-align: center;

  font-size: 0.26rem;

  background: #F2F2F2;

  border-radius: 8px;

  display: inline-block;

  margin: 0 0.36rem 0.28rem 0;

  letter-spacing: 1px;

  color: #666666;

  font-weight: 400;

}

.zxgl_list_front ul li.active,.zxgl_list_in ul li.active,.zxgl_list_after ul li.active{

  background-color:  #FFF3E7;

  border: 0.02rem solid #FF855B;

  color: #E4572A;

  box-sizing: border-box;

}

.zxgl_list_front ul li:nth-child(3),.zxgl_list_front ul li:nth-child(6),.zxgl_list_front ul li:nth-child(9){

  margin-right: 0;

}

.zxgl_list_in ul li:nth-child(3),.zxgl_list_in ul li:nth-child(6),.zxgl_list_in ul li:nth-child(9){

  margin-right: 0;

}

.zxgl_list_after ul li:nth-child(3),.zxgl_list_after ul li:nth-child(6),.zxgl_list_after ul li:nth-child(9){

  margin-right: 0;

}

.zxgl_list_front ul li:nth-child(1),.zxgl_list_front ul li:nth-child(4),.zxgl_list_front ul li:nth-child(7){

  margin-left: 0.07rem;

}

.zxgl_list_in ul li:nth-child(1),.zxgl_list_in ul li:nth-child(4),.zxgl_list_in ul li:nth-child(7){

  margin-left: 0.07rem;

}

.zxgl_list_after ul li:nth-child(1),.zxgl_list_after ul li:nth-child(4),.zxgl_list_after ul li:nth-child(7){

  margin-left: 0.07rem;

}

.active{

  display: block;

}

.zxgl_content{

  width: 100%;

  height: calc(100% - 2.05rem);

  background-color: #f2f2f2;

  /* padding-bottom: 1rem; */
  padding-top: 0.29rem;

  box-sizing: border-box;

  overflow-y: auto;

}

.zxgl_content ul{

  width: 6.94rem;

  height: auto;

  margin: 0 auto;

  background-color: #f2f2f2;

  display: flex;

  justify-content: space-between;

}

.zxgl_content ul li{

  width: 3.32rem;

  height: auto;

  border-radius: 0.16rem;

}

.zxgl_content ul li a{

  width: 100%;

  height: auto;


  margin-bottom: 0.28rem;

  border-radius: 0.16rem;

  background-color: #ffffff;

  padding-bottom: 0.21rem;

  box-sizing: border-box;
  display: none;

}

.zxgl_content ul li a .img{

  width: 100%;

  height: auto;

  display: block;

  border-radius: 0.16rem;

}

.zxgl_content ul li a h3{

  width: 3.12rem;

  height: 0.24rem;

  line-height: 0.24rem;

  margin: 0.18rem auto 0.1rem auto;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  font-weight: 600;

  color: #333333;

  font-size: 0.24rem;

}

.zxgl_content ul li a p{

  width: 3.1rem;

  height: 0.47rem;

  line-height: 0.24rem;

  margin: 0 auto;

  margin-bottom: 0.11rem;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  line-clamp: 2;

  -webkit-box-orient: vertical;

  color: #666666;

  font-size: 0.2rem;

}

.zxgl_lable{

  width: 3.1rem;

  height: 0.28rem;

  line-height: 0.28rem;

  margin: 0 auto;

  margin-bottom: 0.14rem;

  display: flex;

  justify-content: flex-start;

}

.zxgl_lable span{
  padding: 0.04rem 0.08rem;
  background: #FFF3E7;
  box-shadow: 0px 0px 4px 0px rgba(216, 216, 216, 0.5);
  display: block;
  line-height: 0.18rem;
  text-align: center;
  font-size: 0.18rem;
  color: #FF855B;
  border-radius: 0.14rem;
  margin-right: 0.08rem;
  font-weight: bold;
}
.zxgl_lable span:last-of-type{
  margin-right: 0;
}
.zxgl_content_bottom{

  width: 3.1rem;

  height: 0.18rem;

  line-height: 0.18rem;

  display: flex;

  justify-content: space-between;

  margin: 0 auto;

}

.zxgl_content_bottoms{
  width: auto;
  height: 100%;
  position: relative;
}

.zxgl_content_bottom span{

  display: block;

  color: #999999;

  font-size: 0.18rem;

  text-shadow: 0px 0px 4px rgba(216, 216, 216, 0.5);

}

.zxgl_content_bottoms img{
  width: 0.22rem;
  height: 0.19rem;
  position: absolute;
  top: 0;
  margin-left: -0.28rem;
  display: block;
}

.zxgl_content_slide{

  width: 100%;

  height: 0.22rem;

  line-height: 0.22rem;

  text-align: center;

  font-size: 0.22rem;

  color: #999999;

  margin-top: 0.66rem;

  padding-bottom: 1rem;

}
.zxgl_list ol li.show img{
  transform: rotate(180deg);
}
.zxgl_list ol li.active,.mallb_list_top ol li.show{
  color: #E4572A;
  font-weight: bold;
}
.zxgl_list ol li.active img.imgone,.zxgl_list_whole.active img.imgone{
  display: none;
}
.zxgl_list ol li.active img.imgtwo,.zxgl_list_whole.active img.imgtwo{
  display: inline-block;
}
.zxgl_list .downlist.show{
  display: block;
}
.zxgl_list ol li.show img.imgone{
  display: none;
}
.zxgl_list ol li.show img.imgtwo{
  display: inline-block;
}

































.zhezhao{

  position:fixed; z-index:99; top:0px; left:0px; background: #000;opacity:0.5; width: 100%; height: 100%;display: none;

}



.tanchuang_off{

  width: 0.54rem;

  height: 0.54rem;

  border-radius: 50%;

  position: absolute;

  /*top: -0.15rem;*/

  right: -0.3rem;

}

.tanchuang_a,.tanchuang_b,.tanchuang_bt{

  width: 5.32rem;

  height: 0.77rem;

  margin: 0 auto;

  margin-bottom: 0.18rem;

}

.tanchuang input{

  width: 100%;

  height: 100%;

  display: block;

  background-color: #e8e8e8;

  font-size: 0.2rem;

  color: #878787;

  padding-left: 0.23rem;

  box-sizing: border-box;

  border-radius: 0.16rem;

}

.tanchuang_bt img{

  width: 100%;

  height: 100%;

}


.ha_index{width:25px;height:20px;position:absolute;top:13px;left:.5rem}

.ha_index img{width:100%;height:100%}

.he_dao{width:25px;height:20px;position:absolute;right:9px;top:13px;}

.he_dao img{width:100%;height:100%}

.he_logo{width:100px;position:absolute;left:0;right:0;margin:auto;top:10px;font-size:.45rem;text-align:center}

.he_logo img{width:100%;height:100%}

#a_box a,#b_box a{

  display: block;

  width: 100%;

  height: 100%;

}



.footer{

  width: 100% !important;

  height: 13vw !important;

  padding: 0px !important;

}

.fon_text{

  width: 100%;

  height: 100%;

  padding: 0px !important;

  background: none;

}

input::-webkit-input-placeholder {

  color: #6c6c6c !important;

}

input::-moz-input-placeholder {

  color: #6c6c6c !important;

}























