.zs-homebanner{
    display: table;
    width: 100%;
    height: 780px;
    margin-bottom: 60px;
    position: relative;
}
.zs-homebanner .pic{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 10;
}
.zs-homebanner img{
    display: block;
    width: 100%;
    height: 100%;
}
.zs-homebanner .text{
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0 35px;
    top: 35%;
    color: #FFFFFF;
    text-align: left;
    line-height: 1;
    z-index: 60;
}
.zs-homebanner .text .title{
    font-size: 64px;
    padding-bottom: 30px;
}
.zs-homebanner .text .desc{
    font-size: 16px;
}
.zs-homebanner .text .btn{
    padding-top: 38px;
}
.zs-homebanner .text .btn a {
    display: block;
    width: 160px;
    height: 42px;
    line-height: 40px;
    color: #000;
    font-size: 16px;
    background-color: #FFFFFF;
    text-align: center;
}
.zs-homebanner .swiper-container{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    position: absolute;
    bottom: 0;
}
.zs-homebanner .swiper-button-prev{
    left: 30px;
}
.zs-homebanner .swiper-button-next{
    right: 30px;
}
.zs-homebanner .swiper-button-prev,.zs-homebanner .swiper-button-next{
    width: 46px;
    height: 46px;
    margin-top: -50px !important;
    border-radius: 50%;
    border: 1px solid #e60012;
    background-color: #e60012;
    opacity: 0.6;
}
.zs-homebanner .swiper-button-disabled{
    opacity: 0.2;
}
.zs-homebanner .swiper-button-prev:hover,.zs-homebanner .swiper-button-next:hover{
    opacity: 1;
}
.zs-homebanner .swiper-button-next:after,.zs-homebanner .swiper-button-prev:after{
    color: #FFFFFF;
    font-size: 18px;
}
.zs-homebanner .swiper-pagination{
    bottom: 18px;
}
.zs-homebanner .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 10px;
    display: inline-block;
    border-radius: 4px;
    background: #FFFFFF;
    opacity: .6;
}
.zs-homebanner .swiper-pagination .swiper-pagination-bullet-active{
    width: 16px;
    opacity: 1;
}
.zs-home-title{
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-align: left;
    padding-bottom: 50px;
}
.zs-home-title .title{
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
}
.zs-home-title .more{
    padding-top: 15px;
    font-size: 15px;
}
.zs-home-title .more i{
    font-family: "宋体";
    font-weight: bold;
}
.homeproduct-list{
    display: block;
    padding: 0;
    padding-bottom: 60px;
    width: 100%;
    margin: 0 auto;
    height: 620px;
    position: relative;
}
.pro-photo{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0;
    margin: 0 auto;
    position: absolute;
    list-style: none;
    overflow: hidden;
    z-index: 1;
}
.homeproduct-list .swiper-slide{
    display: block;
    width: 340px;
    height: auto;
    overflow: hidden;
}
.homeproduct-list .swiper-slide a:hover .text{
    color: #000000;
}
.homeproduct-list .swiper-slide .pic{
    display: block;
    width: 340px;
    height: 340px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    position: relative;
    background-color: #f1f1f1;
}
.homeproduct-list .swiper-slide .pic img{
    display: block;
    width: 100%;
    height: 100%;
    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;
}
.homeproduct-list .swiper-slide:hover .pic img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}
.homeproduct-list .swiper-slide .title{
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    margin: 25px 0 0;
    padding: 0 25px;
    text-transform: uppercase;
}
.homeproduct-list .swiper-slide .text{
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    font-size: 15px;
    margin: 20px 0 30px;
    padding: 0 25px;
}
.homeproduct-list .swiper-slide .text p{
    margin: 0;
    padding-left: 17px;
    background: url(https://cdn6.zhuocms.com/storage/mahjongtable/img/icon-dot.png) no-repeat left center;
    background-size: auto;
}
.homeproduct-list .swiper-button-prev{
    left: -30px;
    top: 28%;
}
.homeproduct-list .swiper-button-next{
    right: -30px;
    top: 28%;
}
.zs-homehotpro{
    display: table;
    width: 100%;
    height: auto;
    margin-bottom: 60px;
    position: relative;
}
.zs-homehotpro img{
    display: block;
    width: 100%;
    height: auto;
}
.zs-homevideo{
    display: table;
    width: 100%;
    height: auto;
    margin-bottom: 60px;
    position: relative;
}
.zs-homevideo .text{
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0 35px;
    top: 35%;
    color: #FFFFFF;
    text-align: left;
    line-height: 1;
    z-index: 60;
}
.zs-homevideo .text .title{
    font-size: 64px;
    padding-bottom: 30px;
}
.zs-homevideo .text .desc{
    font-size: 16px;
}
.zs-homevideo .text .btn{
    padding-top: 38px;
}
.zs-homevideo .text .btn a {
    display: block;
    width: 160px;
    height: 42px;
    line-height: 40px;
    color: #000;
    font-size: 16px;
    background-color: #FFFFFF;
    text-align: center;
}
.zs-homevideo video{
    display: block;
    width: 100%;
    height: auto;
}
.zs-homegame{
    display: table;
    width: 100%;
    height: auto;
    margin-bottom: 60px;
    position: relative;
}
.zs-homegame img{
    display: block;
    width: 100%;
    height: auto;
}
.zs-homenews{
    display: table;
    width: 100%;
    height: auto;
    margin-bottom: 100px;
    position: relative;
    padding-top: 10px;
}
.homenews-list{
    display: flex;
    justify-content: space-between;
}
.homenews-list li{
    width: 580px;
}
.homenews-list li .pic{
    display: block;
    width: 580px;
    height: 325px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    position: relative;
}
.homenews-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    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;
}
.homenews-list li:hover .pic img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}
.homenews-list li .title{
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin: 16px 0 0;
    text-transform: uppercase;
}
.homenews-list li .text{
    font-weight: 400;
    line-height: 28px;
    font-size: 14px;
    color: #808080;
    margin: 12px 0 0;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.homenews-list li .btn{
    margin: 12px 0 0;
    line-height: 28px;
    font-size: 14px;
    text-decoration: underline;
}
.homenews-list li .btn:hover{
    color: #ff6600;
}
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){
.zs-homebanner{
    height: 41.05263157894737vw;
    margin-bottom: 60px;
}
.homeproduct-list{
    height: 32.63157894736842vw;
}

.homeproduct-list .swiper-slide .pic{
    width: 100%;
    height: 17.89473684210526vw;
}
.homenews-list li{
    width: 30.52631578947368vw;
}
.homenews-list li .pic{
    width: 30.52631578947368vw;
    height: 17.10526315789474vw;
}

}

/*Mobile v1*/
@media only screen and (max-width:767px){
.zs-homebanner {
    height: 160px;
    margin-bottom: 30px;
}
.zs-homebanner .swiper-pagination {
    bottom: 10px;
}
.zs-homebanner img {
    object-fit: cover;
}
.zs-homebanner .text {
    position: absolute;
    padding: 0 6%;
    top: 50px;
}
.zs-homebanner .text .title {
    font-size: 22px;
    padding-bottom: 12px;
}
.zs-homebanner .text .desc {
    font-size: 14px;
}
.zs-homebanner .text .btn {
    padding-top: 18px;
}
.zs-homebanner .text .btn a {
    width: 100px;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
}
.zs-homeproduct{
    width: 100%;
    padding: 0 6%;
}
.homeproduct-list {
    padding-bottom: 30px;
    width: 100%;
    height: 345px;
}
.homeproduct-list .swiper-slide {
    width: 50%;
    margin-right: 0;
}
.homeproduct-list .swiper-slide:nth-child(2n) {
    margin-right: 0;
}
.homeproduct-list .swiper-slide .pic {
    width: 100%;
    height: 168px;
    padding-left: 0;
    padding-right: 0;
}
.homeproduct-list .swiper-slide .title {
    font-size: 15px;
    margin: 15px 0 0;
    padding: 0 5px;
}
.homeproduct-list .swiper-slide .text {
    font-size: 12px;
    margin: 10px 0 10px;
    padding: 0 5px;
}
.homeproduct-list .swiper-slide .text p {
    margin: 0;
    padding-left: 10px;
    background: url(https://cdn6.zhuocms.com/storage/mahjongtable/img/icon-dot.png) no-repeat left 7px;
    background-size: 3px;
}
.homeproduct-list .swiper-button-next {
    right: -22px;
    top: 28%;
}
.homeproduct-list .swiper-button-prev {
    left: -22px;
    top: 28%;
}
.homeproduct-list .swiper-button-next:after, .homeproduct-list .swiper-button-prev:after {
    font-size: 18px;
}
.zs-homehotpro {
    margin-bottom: 30px;
}
.zs-homevideo {
    margin-bottom: 30px;
}
.zs-homevideo .text {
    padding: 0 6%;
    top: 20px;
}
.zs-homevideo .text .title {
    font-size: 18px;
    line-height: 1.35;
    padding-bottom: 10px;
}
.zs-homevideo .text .desc {
    font-size: 14px;
}
.zs-homevideo .text .btn {
    padding-top: 18px;
}
.zs-homevideo .text .btn a {
    width: 100px;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
}
.zs-homegame {
    margin-bottom: 30px;
}
.zs-home-title {
    padding-bottom: 30px;
}
.zs-home-title .title {
    font-size: 22px;
}
.zs-home-title .more {
    padding-top: 3px;
    font-size: 15px;
}
.zs-homenews {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding: 0 6%;
    padding-top: 10px;
}
.homenews-list {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.homenews-list li {
    width: 100%;
    padding-bottom: 30px;
}
.homenews-list li .pic {
    width: 100%;
    height: 230px;
}
.homenews-list li .title {
    font-size: 16px;
    line-height: 1.45;
    margin: 10px 0 0;
}
.homenews-list li .text {
    line-height: 1.5;
    font-size: 13px;
    margin: 8px 0 0;
}
.homenews-list li .btn {
    margin: 5px 0 0;
    line-height: 28px;
    font-size: 14px;
}

}