* {
    padding: 0;
    margin: 0;
}
html {
    font-size: 16px;
}

body {
    width: 100%;
    margin: 0 auto;
    background-color: #ca0808;
}

.wrapper {
    width: 100%;
    min-height: 1000px;
    margin: 0 auto;
}

.bg {
    background: url('../image/bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
}

.banxin {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    align-items: center;
	display:flex;
}
.center>div{float:left;flex:1;}

.ptop {
    padding-top: 20px;
    width: 100%;
    height: 920px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tiger {
    position:absolute;
	z-index:9999;
    background: url('../../../images/online_custom_bg.png?v=5');
    width: 184px;
    height: 359px;
    right: 0;
    top: 305px;
}

.tiger-item {
    width: 100px;
    height: 150px;
    position: relative;
    top: 159px;
    left: 42px;
}

.tiger-item div {
    cursor: pointer;
}

.service {
	display:block;
    width: 100px;
    height: 62px;
    background: url('../image/btn_online.png');
}

.tiger-item .service:hover {
    background-position: 0 62px;
}

.return {
    margin-top: 24px;
    width: 100px;
    height: 62px;
    background: url('../image/btn_top.png');
}

.tiger-item .return:hover {
    background-position: 0 62px;
}

.slogan {
    width: 500px;
    height: 518px;
    background: url('../image/slogan.png?v=5');
}

.time {
    margin-top:20px
}

.time>span {
    display: inline-block;
    width: 42px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #660100;
    border-radius: 5px;
    color: #ffff00;
}

.time>.date {
    color: #ffffff;
    background-color: transparent;
}

.tip {
    height: 17px;
    line-height: 17px;
    font-size: 16px;
    color: #ffffff;
}

.btn>input {
    margin-top: 10px;
    width: 364px;
    height: 70px;
    background: #970300;
    border-radius: 34px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
}

input::-webkit-input-placeholder {
    color: #e2a8ab;
}

.click {
    cursor: pointer;
    width: 376px;
    height: 89px;
    background: url('../image/btn.png');
    background-position: left top;
    color: #6A4300;
    font-size: 29px;
    line-height: 70px;
    font-weight: bold;
    margin: 40px auto 10px;
	padding-bottom:10px;
}

.click:hover {
    background-position: 0 90px;
}

.content {
    /* background-color: #A10000; */
}

.title {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    margin: 50px 0 40px 0;
    color: #FFF1D3;
    vertical-align: middle;
}

.title::before,
.title::after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 18px;
    /* background: url('../img/title_left_bg.png'); */
    /* background-size: 100% 100%; */
}

.title::before {
    margin-right: 20px;
}

.con {
    width: 99%;
	margin:0 auto;
    height: 300px;
    background: rgba(47, 0, 3, 0.3);
    border-radius: 24px;
}

.item1>.con {
    padding: 26px;
}

.item2>.con {
    padding: 40px;
    font-size: 18px;
    color: #FFF1D3;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
}

.box {
    height: 244px;
    overflow: hidden;
    color: #FFF1D3;
    font-size: 18px;
	text-align:left;
}
.box li{height:35px;line-height:35px}

.money {
    color: #FFD900;
}

.left {
    float: left;
}

.right {
    float: right;
}

.bottom {
	position:relative;
	z-index:1;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.table {
    width: 100%;
    padding: 50px;
    background-color: #8B0102;
	overflow:hidden;
}

.detail {
    width: 100%;
}

.detail-con {
    width: 1080px;
    background-color: #8B0102;
    border-collapse: collapse;
    border: 1px solid #8B0102;
    margin: 0 auto;
	color:#fff;
}

.detail-con th {
    height: 68px;
    color: #FFD900;
    font-size: 18px;
    text-align: center;
    border: 1px solid #D3504D;
}

.detail-con td {
    height: 43px;
    font-size: 16px;
    color: #ffffff;
    border: 1px solid #D3504D;
}

.attention {
    font-size: 18px;
    margin-top: 10px;
}

.rules {
    width: 100%;
}

.rules-con {
    padding: 50px;
    background-color: #8B0102;
    text-align: left;
    color: #FFF1D3;
    font-size: 18px;
}

.rules-con ul {
    width: 1080px;
    display: block;
    margin: auto;
}

.rules-con li {
    margin-bottom: 20px;
}

.last {
    width: 100%;
    height: 200px;
    background-color: #B30101;
}


/* 移动端适配 */

@media screen and (max-width: 700px) {
    .bg {
        background: url('../image/bg-mobile.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        width: 100%;
    }
    .banxin {
        width: 100%;
		flex-direction:column;
    }
    .ptop {
        box-sizing: border-box;
        padding-top: 10px;
        height: 580px;
    }
    .tiger {
		position:absolute;
		z-index:9999;
		background: url('../../../images/online_custom_bg.png?v=5')  no-repeat;
		background-size: 100%;
		width: 80px;
		height: 175px;
		right: 0;
		overflow:hidden;
	}
	
	.tiger-item {
		width: 80px;
		height: 80px;
		position: relative;
		top: 70px;
		left: 18px;
		overflow:hidden;
	}
	.service {
		display:block;
		width: 45px;
		height: 28px;
		background: url('../image/btn_online.png');
		background-size: 100%;
	}
	
	.tiger-item .service:hover {
		background-position: 0 28px;
	}
	
	.return {
		margin-top: 5px;
		width: 45px;
		height: 28px;
		background: url('../image/btn_top.png');
		background-size: 100%;
	}
	
	.tiger-item .return:hover {
		background-position: 0 28px;
	}
    .slogan {
        display: block;
        width: 250px;
        height: 259px;
        background-size: 100% 100%;
        background-position: center center;
    }
    .time {
        padding: 10px 0 20px;
    }
    .time>span {
        width: 21px;
        height: 25px;
        line-height: 25px;
    }
    .btn {}
    .tip {
        height: 17px;
        line-height: 17px;
        font-size: 0.5rem;
        margin: 0.5rem;
    }
    .btn>input {
        margin-top: 20px;
        width: 182px;
        height: 35px;
        border-radius: 17px;
        font-size: 10px;
    }
    .click {
        width: 188px;
        height: 45px;
        background: url('../image/btn.png');
        background-position: 0 0;
        background-size: cover;
        color: #6A4300;
        font-size: 16px;
        line-height: 38px;
        font-weight: bold;
        margin: 20px auto 0px;
    }
    .content {
        width: 100%;
    }
    .center {
        width: 100%;
    }
    .title {
        height: 20px;
        line-height: 20px;
        font-size: 20px;
        margin: 25px 0 20px 0;
    }
    .title::before,
    .title::after {
        content: '';
        display: inline-block;
        width: 40px;
        height: 18px;
        /* background: url('../img/title_left_bg.png'); */
        /* background-size: 100% 100%; */
    }
    .title::before {
        margin-right: 20px;
    }
    .con {
        width: 100%;
        height: 150px;
        background: #940303;
        border-radius: 12px;
    }
    .item1>.con {
        padding: 0.5rem
    }
    .item2>.con {
        padding: 0.5rem;
        font-size: 12px;
        color: #FFF1D3;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
    }
    .box {
        box-sizing: border-box;
        height: 100%;
        overflow: hidden;
        color: #FFF1D3;
        font-size: 12px;
        padding: 0;
        margin: 0;
    }
    .money {
        color: #FFD900;
    }
    .left {
        width: 100%;
        float: none !important;
        display: block !important;
    }
    .right {
        width: 100%;
        float: none !important;
        display: block !important;
    }
    .bottom {
        width: 100%;
    }
    .table {
        width: 100%;
        height: auto;
        padding: 0.5rem;
    }
    .detail-con {
        width: 100%;
        height: auto;
        border-collapse: collapse;
        border: 1px solid #8B0102;
        margin: 0 auto;
    }
    .detail-con th {
        height: 34px;
        color: #FFD900;
        font-size: 12px;
        text-align: center;
        border: 1px solid #D3504D;
    }
    .detail-con td {
        height: 21px;
        font-size: 12px;
        color: #ffffff;
        border: 1px solid #D3504D;
    }
    .attention {
        font-size: 12px;
        margin-top: 10px;
    }
    .rules-con {
        height: auto;
        padding: 0.5rem;
        color: #FFF1D3;
        font-size: 12px;
    }
    .rules-con ul {
        width: 100%;
        display: block;
        margin: auto;
    }
    .rules-con li {
        margin-bottom: 0.5rem;
    }
    .last {
        width: 100%;
        height: 50px;
    }
	
	.duilian_close {
		bottom: 0px!important;
	}
}

@media screen and (max-width: 325px) {
    .slogan {
        display: block;
        width: 250px;
        height: 259px;
        background-size: 100% 100%;
        background-position: center center;
    }
}
.detail h2 {
    color: #ffff00;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0;
}
.clock h2 {
    color: yellow;
    font-size: 28px;
    text-align: center;
    left: 0px;
}

.clock .lead{
	
	font-size: 36px;
	font-weight: 800;
}
.clock > .clock-run {
    font-size: 36px;
	font-weight: 400;
   color: #fff;
   text-align:center;
   overflow:hidden;
   height:80px;
   padding-top:30px;
   margin:0 auto;
}
.duilian_close {
	position: absolute;
	bottom: -13px;
	text-align: center;
	height: 18px;
	color: #fff;
}