	ul,li{list-style: none;}
.fl{float: left;}
.fr{float: right;}
.bnbox{
    width: 1400px;
    margin: 0 auto;}
.tpdt{
	overflow: hidden;
	width:100%;
	padding:40px 0 40px 0;
	background: #F5F7FA;
}
.tpdt .bn{
	height:400px;
	box-shadow: 0px 6px 10px #dbdbdb;
	border-radius: 6px;
}
.BannerPic{
	height:400px;
	width:76%;
	overflow: hidden;
	border-radius: 6px 0 0 6px;
}
.BannerPic img{
	width:100%;
}
.countdown{
	background-color: #FFF6E4;
	width:24%;
	height:400px;
	border-radius: 0 6px 6px 0 ;
	text-align: center;
}
.countdown h3{
	font-size: 26px;
	font-weight: 600;
	padding:26px 0 8px 0;
	color:#68300A;
}
.countdown .record{
	font-size: 14px;
	color:#A77B5D;
	padding:0 0 10px 0;
}
.countdown .dayBox{
	width:260px;
	margin:0 auto;
	background:#fff;
	border-top:7px solid #FFA133;
	border-radius: 6px;
}
.dayBox h4{
	font-size: 86px;
	font-weight: bold;
	color:#68300A;
	padding:22px 0;
	border-bottom: 2px dashed #E6E6E6;

}
.dayBox h4 .tian{
	font-size: 18px;
	margin-left:-20px;
}
.dayBox .freeQ{

	font-size: 14px;
	color:#4c4c4c;
	padding:5px 0;

}
.dayBox .freeQ span{
	font-size: 18px;
	font-weight: bold;
	color:#DB2020;
}
.dayBox .reg{
	display: block;
	height:40px;
	background:#68300A;
	color:#fff;
	font-size:14px;
	font-weight: 600;
	line-height: 40px;
	border-radius: 6px;

}


.taobao{text-align: center;}
.show_logo{padding:20px 0;}
.taobao h5{font-size: 22px;color:#2B2B2B;font-weight: bold;padding:10px 0;}
.p2{margin:12px 0;}
.taobao a{padding:16px 80px;margin-bottom:10px;color: #DB2020; line-height:56px;border:1px solid #DB2020;border-radius: 50px;}
.taobao a:hover{background:#DB2020;color:#fff;}



.footer{
	width:100%;
	background:#272C32 ;
}
.footer .aboutUs{
	height:186px;
}
.footer .aboutUs li{
	float:left;
	width:288px;
	height:146px;
    margin-top:40px;
    color:#D1D1D1;
}
.footer .aboutUs li a{
	color:#999;
	display: block;
	float:left;
	font-size: 14px;
	margin-bottom:20px;
}
.footer .aboutUs li .title{
	font-size: 16px;
	margin-bottom: 30px;
	font-weight: 700;
}
.footer .aboutUs .link,.footer .aboutUs .kefu{
	width:260px;
}

.footer .aboutUs .codeBox{
	width:320px;
}
.footer .aboutUs .link a{
	width:120px;
}
.footer .aboutUs .logo2{
	text-align: center;
}
.footer .aboutUs .code{
	float:left;
	width:160px;
	text-align: center;
}
.footer .aboutUs .code span{
	font-size: 14px;
	float:left;
	margin:10px 17px;
}
.footer .cp{
	height: 52px;
    text-align: center;
    line-height: 52px;
    color: #999999;
    border-top: 1px solid #62676D;
        font-size: 14px;
}


#questionpanel{
-moz-user-select:-moz-none;/*火狐*/
-khtml-user-select:none;/*早期浏览器*/
-webkit-user-select:none;/*webkit浏览器   谷歌、Safari、QQ浏览器*/
-ms-user-select:none;/*IE、Edge*/
-o-user-select:none;/*Opera浏览器*/
user-select: none; /* 防止复制文本 */

}
#questionpanel::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('files/public/img/hssy.png'); /* Replace with your watermark image */
  background-size: auto; /* Adjust as needed */
  background-repeat: repeat;
  pointer-events: none; /* Ensure the watermark does not interfere with user interactions */
  opacity: 1; /* Adjust opacity as needed */
}
