.container { }
.banner .banner_pc {
    display: block;
}
.banner .banner_m { 
    display: none;
}
.banner img { display: block; width: 100%;}
.zt-bg {
    background-image: url('../imgs/bg.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100%;
    text-align: center;
}

.zt-border {
    max-width: 1000px;
	width: 100%;
	margin: 0 auto;	
}
.zt-cont {
	position: relative;
	margin: 0 auto;
    width: 96%;
}
.zt-bg1 {
	width: 100%;
	display: block;
}
.zt-bg2 {
	position: relative;
    background: url(../imgs/bg2.png);
    background-size: 100% 100%;
    background-position: center;
}
.zt-bg-inner {
	position: relative;
    margin: 0 auto;
    width: 72%;
}

.clear {
	clear: both;
	overflow: hidden;
}

.zt-bg5 {
	padding-top: 10px;
	position: relative;
    background: url(../imgs/bg5.png);
    background-size: 100% 100%;
    background-position: center;
}

.zt-bg6 {
	position: relative;
    background: url(../imgs/bg6.png);
    background-size: 100% 100%;
    background-position: center;
}

.zt-bg9 {
	position: relative;
    background: url(../imgs/bg9.png);
    background-size: 100% 100%;
    background-position: center;
}

.zt-bg11 {
	margin-top: 40px;
}

.zt-bg12 {
	position: relative;
    background: url(../imgs/bg12.png);
    background-size: 100% 100%;
    background-position: center;
}
.goods-warp {
	width: 94%;
	margin: 0 auto;
}

.shuoming {
	text-align: right;
	padding: 0 5%;
	color: #e0253d;
}

.address {
	font-weight: bold;
	font-size: 16px;
	margin-top: 20px;
	color: #6f55f1;
}

.btn-warp {
	text-align: center;
}

.zt-bg14 {
	position: relative;
    background: url(../imgs/bg14.png);
    background-size: 100% 100%;
    background-position: center;
	color: #484848;
}


.img-warp {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}



@media screen and (min-width: 751px) {
	.zt-cont {
		padding-top: 176px;
	}
	.btn {
		width: 16%;
		display: block;
		margin: 0 auto;
		margin-top: 12px;
	}
	.zt-bg-inner-l {
		float: left;
		width: 80%;
	}
	.zt-bg-inner-r {
		float: right;
		width: 20%;
	}
	.zt-bg-cont2 {
		font-size: 18px;
		color: #484848;
		text-align: left;
		line-height: 28px;
	}
	.zt-ticket-img {
		width: 24%;
		margin: 6px 0;
	}
	.ticket-btn {
		width: 16%;
	}
	.bao-btn {
		width: 12%;
	}
	.zt-bg9-r .bao {
		width: 50%;
	}
	.zt-bg9-l {
		float: left;
		width: 70%;
		font-size: 18px;
		color: #484848;
		text-align: left;
		line-height: 36px;
		padding-top: 16px;
	}
	.zt-bg9-l i {
		color: #e0253d;
		font-size: 22px;
	}
	.zt-bg9-r {
		float: right;
		width: 30%;
	}

	.address-btn {
		margin-top: 10px;
	}

	.zt-bg14-l {
		float: left;
		width: 60%;
		font-size: 18px;
		line-height: 32px;
		color: #484848;
		text-align: left;
		padding-top: 40px;
	}
	.zt-bg14-r {
		float: right;
		width: 30%;
	}

	.goods-warp img {
		width: 45%;
	}
	.margin-right5 {
		margin-right: 5%;
	}
	.margin-bottom2 {
		margin-bottom: 2%;
	}

	.zt-bg14-r .piao {
		width: 88%;
	}
	
	/* 弹框 */
	.zt-tips-springBox {
		display: none;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
	}
	.active {
		display: block;
	}
	.mask {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.3);
		opacity: 0;
		transition: opacity 1s .1s;
	}
	.active .mask {
		opacity: 1;
	}
	.zt-tips-springBox-wdith {
		background: #ffffff;
		border-radius: 6px;
		line-height: 42px;
		text-align: center;
		width: 500px;
		margin: 0 auto;
		padding: 10px 30px 10px 30px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		opacity: 0;
		transition: opacity 1s .2s;
	}
	.active .zt-tips-springBox-wdith {
		opacity: 1;
	}
	.zt-tips-springBox-img {
		display: block;
		margin: 0 auto;
		width: 212px;
	}
	.zt-tips-springBox-title {
		margin-bottom: 10px;
		font-size: 28px;
		font-weight: bold;
		text-align: center;
		color: #333333;
	}
	.zt-tips-springBox-content{
		font-size: 18px;
		color: #333333;
		text-align: left;
		text-align: justify;
	}
	.zt-tips-springBox-x{
		position: absolute;
		top: -42px;
		right: -57px;
		width: 60px;
	}
}

/* 移动端 */
@media screen and (max-width: 750px) {
	.banner .banner_pc {
        display: none;
    }
    .banner .banner_m { 
        display: block; 
    }
    .zt-bg .img {
        width: 90.5%;
    }

	.zt-cont {
		padding-top: 66px;
	}
	.btn {
		width: 30%;
		display: block;
		margin: 0 auto;
	}
	.zt-bg-cont2 {
		font-size: 14px;
		color: #484848;
		text-align: left;
	}
	.zt-ticket-img {
		width: 48%;
		margin-bottom: 10px;
	}

	.ticket-btn {
		width: 32%;
	}
	
	.bao-btn {
		width: 24%;
	}
	.zt-bg9-r .bao {
		width: 90%;
	}
	.zt-bg9-l {
		float: left;
		width: 70%;
		font-size: 14px;
		color: #484848;
		text-align: left;
	}
	.zt-bg9-l i {
		color: #e0253d;
		font-size: 18px;
	}
	.zt-bg9-r {
		float: right;
		width: 30%;
	}

	.zt-bg14-l {
		float: left;
		width: 70%;
		font-size: 14px;
		color: #484848;
		text-align: left;
	}
	.zt-bg14-r {
		float: right;
		width: 30%;
	}

	.piao-btn {
		width: 24%;
	}
	.zt-bg14-r .piao {
		width: 90%;
	}

	.goods-warp img {
		width: 90%;
	}
	
	.margin-bottom2 {
		margin-bottom: 12px;
	}

	.address-btn {
		width: 24%;
		margin-top: 10px;
	}

    .zt-bg .btn1 {
        width: 15%;
        top: 6%;
        right: 18%;
    }

    .zt-bg .btn2 {
        width: 15%;
        top: 27%;
        right: 15%;
    }

    .zt-bg .btn3 {
        width: 15%;
        top: 65%;
        right: 42%;
    }

    .zt-bg .btn4 {
        width: 15%;
        top: 15%;
        right: 12%;
    }

    .zt-bg .btn5 {
        width: 15%;
        top: 36%;
        right: 22%;
    }

    .zt-bg {
        background-size: 100% 100%;
    }

    .six-img {
        margin-top: 10px;
    }

    .first-img {
        margin-top: 30px;
    }

	.zt-tips-springBox {
		position: fixed;
		bottom: 0px;
		left: 0px;
		right: 0;
		height: 0;
		z-index: 9999;
	}
	.mask {
		position: fixed;
		bottom: 0px;
		left: 0px;
		width: 100%;
		height: 0;
		background: rgba(0, 0, 0, 0.5);
		opacity: 0;
		transition: height .2s, opacity .2s .1s;
	}
	.zt-tips-springBox-wdith {
		background: #ffffff;
		border-radius: 10px 10px 0 0;
		line-height: 34px;
		text-align: center;
		margin: 0 auto;
		padding: 10px 10px 10px 10px;
		position: absolute;
		left: 0;
		bottom: -100vh;
		right: 0;
		transition: bottom .3s;
	}
	.active {
		display: block;
	}
	.active .mask {
		opacity: 1;
		height: 100%;
	}
	.active .zt-tips-springBox-wdith {
		bottom: 0;
	}
	.zt-tips-springBox-img{
		display: block;
		margin: 0 auto;
		width: 130px;
	}
	.zt-tips-springBox-title{
		margin-bottom: 10px;
		font-weight: bold;
		font-size: 20px;
		text-align: center;
		color: #333333;
	}
	.zt-tips-springBox-content{
		font-size: 16px;
		color: #333333;
		text-align: left;
		max-height: 340px;
		overflow-y: scroll;
		text-align: justify;
	}
	.zt-tips-springBox-x{
		position: absolute;
		top: -31px;
		right: -4px;
		width: 41px;
	}
}