.content{
    width: 1190px;
    height: 420px;
    margin: 0 auto;
}

.content .grid{
    float: left;
    border-top: none;
	display: none;
}

.swiper_container{
    width: 1190px;
    height: 415px;
    margin: 10px 5px 0;
    overflow: hidden;
    float: left;
}
.img .swiper_container {
    width: 220px;
    height: 120px;
    overflow: hidden;
}

.swiper-pagination-bullet {
    opacity: 1;
    width: 15px;
    height: 3px;
    border-radius: 0;
}

.content .right_cont{
    float: right;
    width: 220px;
    height: 100%;
}
.content .tab_list{
    margin-top: 10px;
}

/*.content .tab_con{*/
/*    height: 280px;*/
/*}*/

.tab_con{
    margin: 10px 0;
}

.content .tab_con li{
    padding: 5px 0;
}

.content .tab_con li span{
    display: inline-block;
    margin: 0 5px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #333;
}

.content .tab_list .news{
    display: flex;
    width: 100%;
    border: none;
    padding: 0;
}
.content .tab_list .news li{
    width: 50%;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    background-color: #C70000;
}

.content .tab_list .news li a{
    color: #fff;
}

.content .tab_list .news li.active{
    background: #ff8000;
}

.content .right_cont .img{
    width: 100%;
}

.content .right_cont .img img{
    height: 120px;
}

.seckill{
    height: 200px;
    overflow: hidden;
    border: 1px solid #ef3030;
    border-image: initial;
    border-radius: 10px;
    margin: 20px auto;
    box-sizing: border-box;
}

.seckill .countdown{
    width: 200px;
    height: 200px;
    background: url("../image/seckill_num.png") no-repeat;
    box-sizing: border-box;
    color: #fff;
    float: left;
}

.packagekill .countdown{
    background: url("../image/plan_num.png") no-repeat;
    box-sizing: border-box;
}

.seckill .countdown .tit{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

.seckill .countdown .lottery_cont{
    text-align: center;
    margin-top: 130px;
}

.packagekill .countdown .lottery_cont{
    margin-top: 100px;
}


.seckill .countdown .lottery_cont h3{
    font-size: 14px;
}

.seckill .countdown .lottery_cont h3 .date{
    font-family: Arial;
    font-size: 14px;
    padding: 0 5px;
}

.seckill .countdown .lottery_cont h3 .end{
    padding-left: 10px;
}
.seckill .countdown .remaining_time{
    padding-top: 15px;
}

.seckill .countdown .remaining_time span{
    padding: 0 3px;
}

.seckill .countdown .timer {
    margin-top: 10px;
}

.seckill .countdown .timer span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #413A3F;
    color: #fff;
}

.seckill .countdown .timer i{
    display: inline-block;
    padding: 0 5px;
}

.public_cont{
    width: 1190px;
}

.public_num{
    width: 980px;
}

.seckill_cont{
    border: none;
}

.public_num .ulist .item{
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
    height: 100px;
}

.public_num .ulist .item:last-child{

}

.public_titleBar {
    width: 1190px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto 5px;
    background-color: #f2f2f2;
}

.public_titleBar .title a{
    float: left;
    color: #fff;
    text-align: center;
    width: 200px;
    font-size: 18px;
    font-weight: bold;
}

.public_titleBar .title.yd a{
    background-color: #41d2e3;
}

.public_titleBar .title.lt a{
    background-color: #fd9a25;
}

.public_titleBar .title.dx a{
    background-color: #49c36c;
 }

.public_titleBar .desc{
    float: left;
    margin-left: 20px;
}

.public_titleBar .number{
    float: right;
    display: flex;
    margin-right: 70px;
}

.public_titleBar .number li{
    padding: 0 10px;
    font-weight: bold;
    color: #666;
}

.public_titleBar .number li a:hover{
    color: #ef3030;
}

.public_cont.network{
    height: 400px;
    margin: 0 auto 20px;
}
.public_cont .left_cont{
    width: 200px;
    height: 910px;
    float: left;
    position: relative;
}
.public_cont .left_cont.yd_bg{
    background: url("../image/yd_bg.jpg") 100% no-repeat;
    background-size: 100% 100%;
}

.public_cont .left_cont.lt_bg{
    background: url("../image/lt_bg.jpg") 100% no-repeat;
    background-size: 100% 100%;
}

.public_cont .left_cont.dx_bg{
    background: url("../image/dx_bg.jpg") 100% no-repeat;
    background-size: 100% 100%;
}
.public_cont.network .public_num{
    border-top: 1px solid #e6e6e6;
    box-sizing: border-box;
}

.public_cont .left_cont a{
    position: absolute;
    color: #fff;
    padding: 0 10px;
    border: 1px solid #fff;
    box-sizing: border-box;
    text-align: center;
    border-radius: 10px;
    display: block;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
}
.public_cont .left_cont a:hover{
    color: #ef3030;
}
.public_cont .left_cont .num{
    left: 90px;
    top: 30px;
    height: 26px;
    line-height: 26px;
}
.public_cont .left_cont .free{
    bottom: 95px;
    left: 65px;
}
.public_cont .left_cont .lovers{
    bottom: 65px;
    left: 65px
}
.public_cont .left_cont .hall{
    bottom: 35px;
    left: 58px;
}

.valueMeals{
    width: 1190px;
    margin: 20px auto;
    height: 100%;
}
.packagekill{
    border: none;
    border-radius: 0;
}
.packagekill .banner{
    float: right;
    width: 988px;
    height: 100%;
}
.packagekill .banner li{
    float: left;
    width: 240px;
    height: 100%;
    margin: 0 0 0 7px;
}

    .packagekill .banner .flow a {
        position: relative;
    }

    .packagekill .banner .flow .package_pic {
        position: relative;
        width: 100%;
        height: 100%;
    }
.package_pic img {
    width: 100%;
    height: 100%;
}
.packagekill .banner .generation {
    background: url("../image/generation.png") 100% no-repeat;
    background-size: 100% 100%;
}

.packagekill .banner .monthly{
    background: url("../image/flow.png") 100% no-repeat;
    background-size: 100% 100%;
}

.packagekill .banner .general{
    background: url("../image/flow.png") 100% no-repeat;
    background-size: 100% 100%;
}

    .packagekill .banner .box {
        /*position: absolute;*/
        top: 0;
        display: block;
        background-color: #000;
        opacity: .7;
        color: #fff;
        width: 100%;
        height: 40%;
        z-index: 2;
        padding-bottom: 10px;
    }

.packagekill .banner a{
    display: block;
    height: 100%;
}

.packagekill .banner .box h4{
    font-size: 16px;
    padding: 10px 20px 5px;
    font-weight: bold;
}

.packagekill .banner .box p {
    font-size: 14px;
    padding-left: 20px;
}

#gotop[data-gotop-type='gotop'] {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    background: rgba(255, 255, 255, .5);
    border-radius: 50%;
    color: #999;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

#gotop[data-gotop-type='gotop']:before {
    margin: 8px 0 2px;
}



.img_mask{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	display:none;
}
.img_mask .mask_img {
	width:700px;
	height:400px;
	margin: 200px auto;
}
.img_mask .mask_img img{
	width:100%;
	height:100%;
}
.alert_bg {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.1);
	height: 2940px;
}
.alert_box {
	width: 250px;
	border: 1px solid #2a2c30;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 1001;
	margin-left: -127px;
	margin-top: -41.5px;
	background-color: #595d61;
	border-radius: 2px;
	box-shadow: 0 0 3px #c9cbcc;
	padding: 1px;
}

.show_mes {
	text-align: center;
	line-height: 50px;
	padding: 10px;
	color: #fff;
	background-color: #42474c;
}

.but_div {
	display: -webkit-box;
	height: 40px;
	background-color: #42474c;
	border-top: 1px solid #595d61;
}

.but01 {
	border-right: 1px solid #595d61;
}

.but01, .but02 {
	width: 125px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
}

