html{

}
*,*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}
.cl{zoom:1}
.cl:after{clear:both;display:block;visibility:hidden;height:0;content:'\20'} 
body {
  margin:0;
  padding:88px 0 0 0;
  font:14px/1.5 PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif !important;
  color:#000000;
  background-color: #FFFFFF;
}
select,textarea,button{
  font:14px/1.5 PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN, sans-serif;
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.woff2?t=1658727552670') format('woff2'),
       url('../font/iconfont.woff?t=1658727552670') format('woff'),
       url('../font/iconfont.ttf?t=1658727552670') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: 'Din';
    src: url('../font/DINPro-Bold.otf');
}
body.zs-bg-white{
  background-color: #FFFFFF;
}
body.zs-bg-grey{
  background-color: #EAEAEA;
}
.din {
    font-family: din;
}
ul,li,dl,dd,dt{
  margin:0;
  padding:0;
  list-style-type:none;
}
h1,h2,h3{
  margin:0;
  padding:0;
  font-weight: normal;;
}
h2{
  margin:0;
  padding:0;
  font-weight: normal;
  font-size: 24px;
}
em,i{
    font-style: normal;
}
img{
    border: 0;
}
a,a:focus,a:hover,.btn:focus,li, li:focus, li:hover, input, input:focus, input:hover, textarea, textarea:focus, textarea:hover, select, select:focus, select:hover {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
a,a:link,a:active,a:visited {
  color:#000000;
  text-decoration:none;
  outline: none;
}
a:hover {
  color:#e60012;
  transition: all 0.35s;
  text-decoration:none !important;
}
textarea{
    resize: none;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#CCCCCC;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
   color:#CCCCCC;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
   color:#CCCCCC;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{    /* ie  */
   color:#CCCCCC;
}
.zs-pc{
    display: block !important;
}
.zs-m{
    display: none !important;
}
.zs-wrap{
  display: table;
  width: 100%;
}
.zs-wp{
  display: table;
  width:100%;
  padding-left: 35px;
  padding-right: 35px;
}
.zs-wp.cl,.zs-cl{
  margin-bottom: 8px;
}
.zs-md-2{
  width: 50%;
}
.zs-md-3{
  width: 33.33333%;
}
.zs-md-4{
  width: 25%;
}
.zs-ml-3{
  width: 30%;
}
.zs-mr-7{
  width: 70%;
}
.zs-ml-4{
  width: 40%;
}
.zs-mr-6{
  width: 60%;
}
.zs-md-2,.zs-md-3,.zs-md-4,.zs-ml-3,.zs-mr-7{
  float: left;
}
.zs-w100{
  display: table;
  width: 100%;
}
.zs-w50{
  display: inline-block;
  width: 49.5%;
}
.zs-center{
  text-align: center !important;
}
.zs-left{
  text-align: left !important;
}
.zs-right{
  text-align: left !important;
}
.zs-red{
    color:#ed0808 !important;
}
.zs-blue{
    color:#3860F4 !important;
}
.zs-imgs{
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.zs-imgs:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.zs-fl{
  float: left;
}
.zs-fr{
  float: right;
}
.zs-posr{
    position: relative;
}
.zs-posa{
    position: absolute;
}
.zs-bg-grey {
    background: #f0f0f0;
}
.zs-line{
    display: block;
    margin: 15px auto;
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background-color: #ed0808;
}
.zs-title{
    position: relative;
    font-size: 34px;
    color: #333;
    font-weight: 400;
    line-height: 50px;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    text-align: center;
}
.zs-subtitle{
    position: relative;
    font-size: 26px;
    color: #333;
    font-weight: 400;
    padding: 20px 0 30px 0;
    text-align: center;
}
/*页眉 start*/
.zs-header {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 88px;
    transition: all 0.35s;
    z-index: 99999;
    background-color: rgba(255,255,255,1);
    box-shadow: 0 2px 3px 0 rgba(0,9,27,.01);
}
.zs-header.show {
    background-color: rgba(255,255,255,1);
    box-shadow: 0 2px 12px 0 rgba(0,9,27,.1);
    transition: all 0.35s;
}
.zs-header .zs-wp{
    display: flex;
    height: 88px;
    justify-content: space-between;
}
.zs-header .logo{
    float: left;
    width: auto;
    height: 46px;
    margin: 21px 0 21px 0;
}
.zs-header .logo img{
    display: block;
    width: 100%;
    height: 100%;
}
.zs-header .nav {
    display: flex;
    width: 70%;
    flex-direction: row;
    justify-content: space-between;
}
.zs-header .nav li{
    position: relative;
    height: 80px;
}
.zs-header .nav li a{
    display: block;
    padding: 6px 0 0 0;
    font-size: 16px;
    color: #000000;
    line-height: 82px;
    position: relative;
}
.zs-header .nav li:hover a{
    color: #e60012;
}
.zs-header .nav li.cur a{
    color: #e60012;
    font-weight: bold;
}
.zs-header .nav li.cur a.nav-arrow,.zs-header .nav li:hover a.nav-arrow{
    background: url(https://cdn6.zhuocms.com/storage/mahjongtable/img/icon-dropdown-cur.png) no-repeat right 40px;
    background-size: auto 15px;
}
.zs-header .nav li a:after {
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    bottom: 0px;
    width: 0;
    height: 2px;
    border-radius: 1px;
    background-color: #e60012;
    transition: all 0.35s;
}
.zs-header .nav li.cur a:after, .zs-header .nav li:hover a:after {
    width: 100%;
    margin-left: -50%;
    background-color: #e60012;
    bottom: 0px;
}
.zs-header .nav .nav-arrow{
    padding: 6px 18px 0 0;
    background: url(https://cdn6.zhuocms.com/storage/mahjongtable/img/icon-dropdown.png) no-repeat right 40px;
    background-size: auto 15px;
}
.zs-header li:hover .dropdown-menu{
    display: block;
}
.zs-header .nav li.down.cur a:hover:after, .zs-header .nav li.down a:hover:after {
    display: none;
}
.zs-header .dropdown-menu {
    position: absolute;
    top: 88px;
    left: 50%;
    z-index: 1000;
    display: none;
    float: left;
    width: auto;
    min-width: 150px;
    margin-left: -75px;
    padding: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    border: none;
    white-space: nowrap;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.zs-header .dropdown-menu li{
    height: auto;
}
.zs-header .dropdown-item-title {
    line-height: 12px;
    margin: 0 10px;
    color: #666;
    height: auto;
    font-size: 13px;
    padding: 16px 10px 8px;
    border-bottom: 1px solid #e8e8e8;
}
.zs-header .dropdown-main-nav {
    width: 100%;
    line-height: 1.4;
}
.zs-header .dropdown-main-nav .dropdown-sub-item {
    padding: 0;
    float: left;
    width: 100%;
}
.zs-header .dropdown-main-nav .dropdown-sub-item>a {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 17px 25px 16px 25px;
    line-height: 1;
    color: #333 !important;
    font-size: 15px;
    border-radius: 0;
    text-align: center;
}
.zs-header .dropdown-main-nav .dropdown-sub-item.cur>a{
    color: #e60012 !important;
}
.zs-header .dropdown-main-nav .dropdown-sub-item>a:after {
    display: none;
}
.zs-header .dropdown-main-nav .dropdown-sub-item>a:hover {
    color: #e60012;
    text-decoration: none;
    background-color: #f5f5f5;
}
.zs-header .rightbox{
    float: right;
    display: flex;
    min-width: 120px;
    height: 88px;
    padding-top: 6px;
    align-items: center;
    justify-content: flex-end;
}
.zs-header .rightbox .ico-search {
    width: 23px;
    height: 23px;
    background: url(https://cdn6.zhuocms.com/storage/mahjongtable/img/ico-search.svg) no-repeat left center;
    background-size: 23px 23px;
    display: block;
    line-height: 23px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.zs-header .rightbox .ico-contact{
    display: block;
    margin-left: 16px;
    padding-left: 16px;
    padding-right: 12px;
    border-left: 1px solid #eaeaea
}
.zs-header .rightbox .ico-contact a{
    display: block;
    width: auto;
    height: 23px;
    line-height: 23px;
    font-size: 16px;
}
.zs-header .rightbox .ico-search:hover,.zs-header .rightbox .ico-contact a:hover{
    opacity: 0.8;
}
.icon-menu {
    display: none;
    position: absolute;
    right: 4%;
    top: 20px;
    width: 20px;
    height: 18px;
    background: url(https://cdn6.zhuocms.com/storage/mahjongtable/img/icon-menu.png) no-repeat center center;
    background-size: 100% 100%;
}
.m-menu{
    display: none;
}
/*页眉 end*/
/*subbanner*/
.zs-subbanner{
    display: block;
    width: 100%;
    height: 500px;
    background: url(https://cdn6.zhuocms.com/storage/mahjongtable/img/img-subbanner.png) no-repeat center;
    background-size: cover;
    position: relative;
}
.zs-subbanner .title{
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #333;
    padding-top: 195px;
}
.zs-subbanner .subtitle{
    display: block;
    font-size: 18px;
    color: #333;
    padding-top: 18px;
}
.zs-subbanner .menubox{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgba(0,0,0,.4);
    z-index: 9;
    height: 70px;
}
.zs-subbanner .menubox .zs-wp{
    display: flex;
    justify-content: space-between;
}
.zs-subbanner .submenu{
    display: flex;
    width: 80%;
    height: 70px;
    color: #FFFFFF;
}
.zs-subbanner .submenu a{
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 0 20px;
    display: block;
    line-height: 70px;
}
.zs-subbanner .submenu a.cur,.zs-subbanner .submenu a:hover {
    background: #e3143b;
}
.path{
    display: block;
    width: auto;
    padding: 10px 0;
    line-height: 38px;
    font-size: 15px;
    background-color: #F6F6F6;
}
.path .zs-wp{
  width: 88%;
  padding: 0 0;
  margin: 0 auto;
}
.path span {
    font-family: 宋体;
    font-size: 12px;
    padding: 0px 10px;
}
/*箭头*/
.swiper-button-prev,.swiper-button-next{
    margin-top: -20px;
    border-radius: 50%;
    background-color: transparent;
    border: none;
}
.swiper-button-prev{
    left: 75px;
}
.swiper-button-next{
    right: 75px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    color: #333333;
    font-size: 26px;
    font-weight: bold;
}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after{
    color: #e60012;
}
.h2title {
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding-bottom: 50px;
    line-height: 1;
}
.h2title .title{
    display: block;
    font-size: 32px;
    height: 32px;
    font-weight: bold;
    padding-left: 20px;
    border-left: 5px solid #e60012;
}
.h2title .more{
    display: block;
    margin-left: 50px;
    font-size: 16px;
    line-height: 32px;
}
.h2title .more span {
    font-family: 宋体;
    font-size: 16px;
    padding: 0px 5px;
}
.zs-inquiries {
    display: block;
    height: 463px;
    padding: 0 35px;
    margin-top: 60px;
    margin-bottom: 80px;
}
.zs-inquiries .zs-wp {
  position: relative;
  background: url(https://cdn6.zhuocms.com/storage/mahjongtable/img/bg_cloud.jpg) no-repeat center center;
  background-size: cover;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.zs-inquiries .zs-wp .img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 48.2009%;
}
.zs-inquiries .zs-wp .img img {
  height: 100%;
}
.zs-inquiries .info {
  padding: 50px 0 36px 80px;
}
.zs-inquiries .info h2 {
  color: #FFFFFF;
  font-size: 43px;
  margin-bottom: 25px;
}
.zs-inquiries .info p {
  max-width: 48.87556%;
  line-height: 1.6;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #FFFFFF;
}
.zs-inquiries .jd-info {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding-top: 20px;
}
.zs-inquiries .jd-info .qrc {
  width: 152px;
  margin-right: 19px;
}
.zs-inquiries .jd-info .qrc img {
  width: 100%;
}
.zs-inquiries .jd-info .txt {
  line-height: 1.6;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
}
/*页脚 start*/
.zs-footer{
    display: block;
    width: 100%;
    color: #000;
    padding: 38px 0 15px 0;
    background-color: #F6F6F6;
}
.zs-footer .footbox{
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    padding-bottom: 30px;
    padding-left: 35px;
    padding-right: 35px;
}
.zs-footer .left{
    flex: 0 0 156px;
    width: 156px;
}
.zs-footer .left .foot-ercode{
    display: block;
    width: 156px;
    height: auto;
    font-size: 14px;
    text-align: center;
}
.zs-footer .left .foot-ercode img{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.zs-footer .foot-nav{
    flex: 0 0 auto;
    width: auto;
    display: flex;
    justify-content: space-between;
}
.zs-footer .foot-nav li{
    display: inline-block;
    min-width: 170px;
    height: auto;
    text-align: left;
    padding-left: 30px;
    border-left: 1px solid #eeeeee;
}
.zs-footer .foot-nav li.w38{
    width: 38%;
}
.zs-footer .foot-nav li h3{
    display: block;
    font-weight: bold;
    margin-bottom: 12px;
}
.zs-footer .foot-nav li h3 a{
    line-height: 1;
    font-size: 16px;
}
.zs-footer .foot-nav li a{
    display: block;
    line-height: 2;
    font-size: 14px;
    white-space: nowrap;
    color: #333333;
}
.zs-footer .foot-nav li a:hover,.zs-footer .copyright a:hover{
    text-decoration: underline !important;
}
.follow-list{
    display: flex;
    padding-top: 5px;
    justify-content: flex-start;
}
.follow-list a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: #a7a9a9;
    border-radius: 10px;
    margin-right: 25px;
}
.follow-list a:hover{
    background-color: #e60012;
}
.zs-footer .copyright{
    display: block;
    font-size: 13px;
    line-height: 2;
    text-align: center;
}
.zs-footer .copyright div{
    display: block;
}
.zs-footer .copyright a{
    color: #333333;
}
.zs-footer .copyright a:hover{
    text-decoration: underline !important;
}

/*页脚 end*/
/*search_tc*/
.search_tc {
    position: fixed;
    z-index: 1000000;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-100%);
    transition: all 0.3s ease;
}
.search_tc.into {
    position: fixed;
    transform: translateY(0%);
    transition: all 0.3s ease;
}
.search_tc .search_close {
    position: absolute;
    right: 3%;
    top: 3%;
    cursor: pointer;
}
.search_tc .search_close img{
    width: 50px;
    height: 50px;
}
.search_tc .search_nr {
    width: 80%;
    display: flex;
    max-width: 1000px;
}
.search_tc .search_nr .text {
    width: calc(100% - 70px);
    border: 0px;
    line-height: 70px;
    box-sizing: border-box;
    padding: 0px 4%;
    font-size: 18px;
}
.search_tc .search_nr .btn {
    width: 70px;
    height: 70px;
    background: url(https://cdn6.zhuocms.com/storage/mahjongtable/img/btn_search1.png) no-repeat;
    background-size: 100%;
    border: 0px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.search_tc .search_nr .btn:hover{
    opacity: 0.9;
}

/*页码*/
.zs-pages .pagination{
    padding: 30px 0 80px 0;
    display: flex;
    justify-content: center;
}
.zs-pages a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    background: #F6F6F6;
    text-align: center;
    color: #333;
    transition: all 0.35s;
    margin: 0 8px;
}
.zs-pages a:hover{
    background: #e60012;
    color: #fff;
}
.zs-pages a i{
    margin-right: 0;
}
.zs-pages span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 3px;
    background: #e60012;
    color: #fff;
    text-align: center;
    margin: 0 6px;
}
/*现在位置*/
.zs-path{
    margin-top: 25px;
    color: #808080;
}
.zs-path a{
    color: #27a6ee;
}
.zs-path a:hover{
    color: #FF6600;
}
.icon-close{
    display: none;
}
.h5{
    display: none;
}

/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){
.zs-header .nav {
    width: 62vw;
}
.zs-header .nav li a{
    font-size: 15px;
}


}

/*Mobile v1*/
@media only screen and (max-width:767px){
body {
    font-size: 13px !important;
    padding-top: 55px;
}
.h5{
    display: block;
}
.zs-pc{
    display: none !important;
}
.zs-m{
    display: block !important;
}
.zs-wp {
    width: 92%;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
}
.zs-header {
    position: fixed;
    top: 0;
    left: 0;
    height: 55px;
    padding-bottom: 0;
    border-bottom: 1px solid #EAEAEA; 
}
.zs-header .zs-wp {
    width: 100%;
    height: 55px;
    padding: 0 4%;
}
.zs-header .logo {
    width: auto;
    height: 33px;
    margin: 12px 0 10px 0;
}
.zs-header .logo img {
    display: block;
    width: auto;
    height: 100%;
}
.zs-header .nav {
    display: none;
    position: absolute;
    left: 0;
    top: 55px;
    width: 100%;
    height: 94vh;
    overflow: auto;
    padding: 15px 4% 30px 4%;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #FFFFFF;
}
.zs-header .nav li {
    padding: 0px 20px;
    position: relative;
    height: auto;
    margin-bottom: 10px;
}
.zs-header .nav .nav-arrow {
    display: block;
    background: none;
}
.zs-header .nav li.cur a.nav-arrow, .zs-header .nav li:hover a.nav-arrow {
    background: none;
}
.zs-header .nav li a {
    font-size: 16px;
    padding: 0;
    line-height: 45px;
}
.zs-header .nav li a:after{
    display: none;
}
.zs-header .nav li.cur a:after, .zs-header .nav li a:hover:after {
    display: none;
    width: 30px;
    left: 0;
    margin-left: 0;
    bottom: 0;
}
.zs-header .dropdown-menu {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    float: none;
    width: auto;
    min-width: 100%;
    margin-left: 0;
    padding: 0;
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.zs-header .dropdown-menu .dropdown-main-nav{
    padding: 0 0;
}
.zs-header .dropdown-menu .dropdown-main-nav ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.zs-header .dropdown-main-nav .dropdown-sub-item {
    padding: 0;
    float: none;
    width: auto;
}
.zs-header .dropdown-main-nav .dropdown-sub-item>a {
    display: flex;
    justify-content: center;
    width: auto;
    padding: 0 18px 0 0;
    font-size: 14px;
    line-height: 1.5;
}
.icon-menu {
    display: block;
}
.icon-close{
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    width: 22px;
    height: 22px;
    background:url(https://cdn6.zhuocms.com/storage/mahjongtable/img/icon-close.png) no-repeat center center;
    background-size: 100% 100%;
}
.path {
    padding: 6px 0;
    line-height: 28px;
    font-size: 13px;
}


.zs-pages {
    padding: 10px 0 50px 0;
}
.zs-pages a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 4px;
}
.zs-pages span {
    height: 30px;
    line-height: 30px;
    width: 30px;
    margin: 0 4px;
}
.zs-footer {
    padding: 30px 6% 15px 6%;
}
.zs-footer .left {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 20px;
}
.zs-footer .left .foot-ercode {
    margin: 0 auto;
}
.zs-footer .footbox {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    padding-bottom: 10px;
    flex-direction: column;
    align-content: flex-start;
}
.zs-footer .foot-nav {
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.zs-footer .foot-nav li {
    display: block;
    min-width: 100%;
    padding-left: 0;
    border-left: none;
    margin-bottom: 20px;
}
.zs-footer .foot-nav li a {
    display: inline-block;
    line-height: 1.6;
    margin-right: 8px;
    font-size: 13px;
}
.zs-footer .foot-nav li h3 {
    margin-bottom: 10px;
}
.zs-footer .foot-nav .follow-list a{
    width: 38px;
    height: 38px;
    margin-right: 15px;
}
.zs-footer .foot-nav .follow-list a img{
    display: block;
    width: 100%;
    height: 100%;
}

}