*{margin:0;padding:0;}

.clear{ clear:both;}
a{ text-decoration:none;color:#000;}
body{font-size:0.25rem; font-family: "微软雅黑"; background: #e8ded3 url(../images/bg01.jpg) no-repeat center top;}
img { vertical-align: top; max-width: 100%;}

#container {
	margin: 0 auto;
	min-width: 320px;
	max-width: 750px;
	min-height: 100vh;
	position: relative;
	background: #efe8e0;
}
.header {
	padding: 0.18rem 0.2rem 0.2rem 0.2rem;
	height: 1.2rem;
	box-sizing: border-box;
	background: url(../images/line1.jpg) repeat-x left top;
	background-size: auto 100%;
}
.header .logo {
	margin-top: 0.17rem;
	width: 3.5rem;
	float: left;
}
.header .search {
	margin-top: 0.15rem;
	width: 2.92rem;
	float: right;
}
.photo {
	margin-bottom: 0.18rem;
	position: relative;
}
.photo img {
	width: 100%;
	height: 3.26rem;
}
.photo .slick-dots {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0.2rem;
	text-align: center;
}
.photo .slick-dots li {
	margin: 0 0.08rem;
	width: 0.12rem;
	height: 0.12rem;
	display: inline-block;
	background: #999999;
	border-radius: 50%;
}
.photo .slick-dots li.slick-active {
	background: #fff;
}
.photo .slick-dots li button {
	display: none;
}
.info .txtMarquee-top {
	margin: 0.25rem auto 0.1rem;
	border: 0.1rem solid #d7ad57;
	border-radius: 10px;
	box-sizing:border-box;
	padding:0.2rem 0 0 0.2rem;
	width: 7.2rem;
	height:1.65rem;
	background: #fcf7e7;
	position:relative;
	overflow: hidden;
}
.info ul {
	padding: 0 0.28rem;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
}
.info li {
	padding: 0.065rem 0;
	color: #39d9fb;
	font-size: 0.26rem;
	letter-spacing: -0.007rem;
}
.info li .txt01 {
	color: #111;
}
.info li .txt02 {
	color: #4ae52b;
}
.info li .txt03 {
	color: #e52b2b;
}
.news {
	align-items: center;
    background: #fcf7e7;
    border: 2px solid #d7ad57;
    border-radius: 0.5rem;
    box-sizing: border-box;
    display: flex;
    height: 0.5rem;
    line-height: 0.5rem;
    margin: 0.3rem auto 0.02rem;
    padding: 0 0.23rem;
    width: 7.2rem;
}
.news dt {
	background: url("../images/suona.png") no-repeat center center;
	background-size: 100% auto;
    content: "";
    display: inline-block;
    height: 0.32rem;
    line-height: 0.5rem;
    margin-right: 0.14rem;
    width: 0.33rem;
}
.news dd {
	width: 5.8rem;
	height: 0.5rem;
	overflow: hidden;
	color: #111;
	font-size: 0.2rem;
}
.main {
	padding: 0.18rem 0.12rem 1.3rem 0.15rem;
}
.main .tabNavi {
	overflow: hidden;
  /* border-bottom:.02rem solid #edd9a7; */
  width: 7.19rem;
  height: .87rem;
  background: url(../images/navbg.png) no-repeat center top;
  background-size: 100% 100%;
  padding: 0px .2rem;
  box-sizing: border-box;
  display: flex;
}
.main .tabNavi li {
  display: block;
  float: left;
  flex: 1;
  box-sizing: border-box;
  text-align: center;
  color: #1e1e1e;
  cursor: pointer;
  background: url(../images/gexian.png) no-repeat center right;
  background-size: .02rem;
  height: .87rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
}
.main .tabNavi li a {
	display: block;
	color: #1e1e1e;
	line-height: 1.4;
}
.main .tabNavi li.on {
  background: url(../images/cur.png) center no-repeat;
  background-size: 100% 100%;
  color: #301015;
}
 .main .tabNavi li.on a {
  color: #301015;
}
.main .tabPanel ul {
	padding:0 0.02rem 0.38rem 0;
}
.main .tabPanel li {
	margin-top: 0.22rem;
	position: relative;
	background: #151515;
}
.main .tabPanel li p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: .61rem;
  overflow: hidden;
  background: rgba(0,0,0,0.5);
}
.main .tabPanel li p .btn01 {
  width: 1.56rem;
  height: .5rem;
  position: absolute;
  left: .1rem;
  top: .05rem;
}
.main .tabPanel li p .btn01 img {
	display: block;
}
.main .tabPanel li p .btn02 {
	margin-right: 0.16rem;
	float: right;
	display: block;
	color: #fff;
	font-size: 0.24rem;
	line-height: 0.55rem;
}
.main .tabPanel li p .btn02 img {
	margin: -0.08rem 0.08rem 0 0;
	width: 0.24rem;
	display: inline-block;
	vertical-align: middle;
}
.navi {
	min-width: 320px;
	max-width: 750px;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 1000;
	background:#c6993d;
}
.navi li {
	width: 25%;
	float: left;
	box-sizing: border-box;
	border-right: 1px solid #ddbe5e;
}
.navi li:last-child {
	border: none;
}
.navi li a {padding:.2rem 0 .2rem;display:block;box-sizing:border-box;background: #c6993d;color: #fff;text-align:center;}
.navi li img { height:.48rem; margin:0 auto 0.05rem; width:auto; display: block;}
.cover {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	opacity: 0.3;
	z-index: 1001;
	background: #000;
}
.pop {
	margin-left: -3.36rem;
	width: 6.72rem;
  background: #341213;
  border-radius: .19rem;
  position: fixed;
  left: 50%;
  top:8%;
  z-index: 1002;
  padding:.27rem .45rem 0.47rem;
  box-sizing: border-box;
  display:none;
  background: #c6993d;
}
.pop .close {
  position:absolute;
  right: .06rem;
  top:.06rem;
  width: .49rem;
  height: .49rem;
  cursor:pointer;
}
.pop .ttl {
  text-align:center;
  font-size: .4rem;
  line-height: .80rem;
  color: #fee563;
  background: url(../images/xian.png) no-repeat center center;
  margin-bottom:.23rem;
  background-size: 4.2rem;
  border-bottom: .01rem solid #fee563;
}
.pop ul {
	margin: 0 0 0.2rem;
}
.pop li {
	margin-bottom: 0.13rem;
	position: relative;
}
.pop li input,
.pop li select {
	padding: 0 0.2rem;
	width: 100%;
	height: 0.65rem;
	color: #111;
	font-size: 0.24rem;
	line-height: 0.65rem;
	border: 1px solid #633716;
	border-radius: 0;
	background: #fff;
	border-radius: 0.09rem;
	box-sizing: border-box;
}
.pop li .choose_button {
	padding: 0 0.2rem;
	width: 100%;
	height: 0.65rem;
	color: #333;
	font-size: 0.24rem;
	line-height: 0.65rem;
	border: 1px solid #137C5D;
	border-radius: 0;
	background: #fff;
	border-radius: 0.09rem;
	box-sizing: border-box;
}
.pop li select {
	padding: 0 0.16rem;
}
.pop .btn a {

  display:block;
  width: 2.11rem;
  height:.71rem;
  color:#000;
  line-height:.71rem;
  border: none;
  background:url(../images/tanbtn.png) no-repeat center top;
  margin: 0 auto;
  background-size: 100% 100%;
  font-size: .3rem;
  font-weight: bold;
  text-align:center;
}
.pop p {
	margin: 0.3rem 0.39rem 0.3rem 0;
	font-size: 0.18rem;
	color: #fff;
}
.pop .note {
	font-size: 0.24rem;
}
.pop p a {
	color: #fff000;
}
.pop li img {
	position: absolute;
	right: 0.1rem;
	top: 0;
	width: auto;
	height: 0.65rem;
	border-top: 1px solid #137C5D;
	border-bottom: 1px solid #137C5D;
	box-sizing: border-box;
}
.pop li a {
	position: absolute;
	right: 0;
	top: 0;
	width: 1rem;
	height: 0.65rem;
	color: #fff;
	font-size: 0.24rem;
	line-height: 0.65rem;
	text-align: center;
	background: #2E8FDE;
	border-top: 1px solid #137C5D;
	border-bottom: 1px solid #137C5D;
	box-sizing: border-box;
}
.resultBox .search-result {
    padding: 0 0.2rem;
}
.resultBox .search-result .tablebox {
    box-sizing: border-box;
    width: 100%;
}
.resultBox .search-result .tablebox th {
    border: 1px solid #333;
    text-align: center;
    vertical-align: middle;
    padding: 0.15rem 0;
}
.resultBox .search-result .tablebox td {
    border: 1px solid #333;
    text-align: center;
    vertical-align: middle;
    padding: 0.15rem 0;
}
.resultBox .search-result .tablebox td a {
    color:#f00;
}
.pagebos {
    margin-top: 0.3rem;
    text-align: center;
}
.pagebos a {
    margin: 0 0.1rem;
    display: inline-block;
}
.pagebos a.current {
    color:#f00;
}

.detailBox #container {
	background: #f6eec9;
}
.ruleBox {
	padding-bottom: 2.4rem;
}
.ruleBox h2 {

display: -webkit-box;

display: -webkit-flex;

display: -ms-flexbox;

display: flex;

-webkit-box-pack: justify;

-webkit-justify-content: space-between;

-ms-flex-pack: justify;

justify-content: space-between;

-webkit-box-align: center;

-webkit-align-items: center;

-ms-flex-align: center;

align-items: center;

margin: 0 .2rem .2rem;
padding-top: 0.2rem;

color:#111;

font-size:.3rem;

font-weight: normal;

height: .63rem;

/* background:#301011; */

/* border:1px solid #5a1a1e; */

border-bottom: 1px solid #252322;

}
.ruleBox .backbtn{
  width: .9rem;
  height: .43rem;

  background: url(../images/backbg.png) no-repeat center top;
  text-align:center;
  font-size:.32rem;
  background-size: 100% 100%;
  color:#623a1a;
  line-height:.58rem;
  text-indent:-9999rem;
}
.ruleBox p { color:#111; padding:0 .2rem; line-height:.48rem;}
.ruleBox .rileltl { color: #111; padding-left: 0.2rem; line-height: 0.4rem;}