body{
  background: #f5f5f5;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
a{
  cursor: pointer;
  text-decoration: none;
}

.ticket__banner{
  width: 100%;
  height: 520px;
  background: url(../images/ticket-banner.png)no-repeat center;
}
.ticket__banner--main{
  width: 1200px;
  margin: auto;
}
.ticket__banner--title{
  font-size: 36px;
  line-height: 1;
  padding: 40px 0 40px 40px;
  color: #fff
}
.ticket__banner-btn{
  height: 52px;
  line-height: 50px;
  border: 1px solid #e6e224;
  color: #e6e224;
  font-size: 18px;
  box-sizing: border-box;
  padding: 0 14px;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.ticket__banner-btn:hover{
  color: #000e41;
  background-color: #e6e224;
}
.ticket__banner--content-box{
  width: 590px;
  height: 300px;
  line-height: 1;
  box-sizing: border-box;
}
.ticket-box-left{
  background: url(../images/ticket_banner-left.png)no-repeat center;
}
.ticket-box-right{
  background: url(../images/ticket_banner-right.png)no-repeat center;
}
.ticket-box-bg{
  height: 100%;
  background: rgba(0,42,128,0.4)
}
.ticket-box-big{
  padding: 0 40px;
}
.ticket__banner-tips{
  font-size: 18px;
  color: #fff;
}
.ticket-left-top{
  padding-top: 62px;
  padding-bottom: 40px;
}
.ticket__banner-link{
  color: rgba(230,226,36,0.5)
}
.ticket__banner-link:hover{
  color: rgba(230,226,36,1)
}
.color-active{
  color: #e6e224;
}
.ticket .text16{
  font-size: 16px;
}
.ticket .text20{
  font-size: 20px;
}
.ticket .text36{
  font-size: 36px;
}
.ticket .text24{
  font-size: 24px;
}
.ticket .text18{
  font-size: 18px;
}
.ticket .text28{
  font-size: 28px;
}
.ticket .font-bold{
  font-weight: bold;
}
.ticket-left-bottom{
  padding-top: 50px;
}
.ticket-box-small{
  height: 150px;
  padding: 0 95px;
  box-sizing: border-box;
}
.ticket-box-small:first-child{
  border-bottom: 1px solid #0055ff;
}
.ticket-right-top{
  padding-top: 40px;
  padding-bottom: 23px;
}
/*记录*/
.ticket__record{
  background: #fff;
  padding: 0 40px;
  margin: -65px auto 0;
  color: #333;
  width: 1200px;
  box-sizing: border-box;
}
.ticket__record--header{
  height: 60px;
  line-height: 60px;
}
.color_111{
  color: #111;
}
.v_middle{
  vertical-align: middle;
}
.ticket__record--list{
  font-size: 16px;
  padding-bottom: 10px;
}
.ticket__table{
  width: 100%;
  border-collapse: collapse
}
.ticket__table--header{
  height: 50px;
  line-height: 50px;
  background: #f5f5f5;
  color: #999999;
}
.ticket__table--header th{
  font-weight: 400;
  text-align: center;
}
.ticket__table--body{
  height: 60px;
  line-height: 59px;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.ticket__table--body:hover{
  background: #eef1ff;
}
.pagination{
  padding: 20px 36px;
  text-align: right;
  font-size: 0;
}
.pagination-item{
  font-size: 14px;
  display: inline-block;
  height: 40px;
  line-height: 38px;
  border: 1px solid #c1c1c1;
  padding: 0 15px;
  min-width: 40px;
  color: #333;
  background: #f6f6f6;
  margin-left: 10px;
  box-sizing: border-box;
}
.gray{
  color: #666;
}
.rule{
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  position: relative;
}
.rule-box{
  width: 560px;
  height: 540px;
  box-sizing: border-box;
  padding: 0 12px;
  background: url(../images/rule-bg.png)no-repeat center;
}
.rule-close{
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.rule-close img{
  width: 18px;
  height: 18px;
}
.rule-box-header{
  font-size: 30px;
  color: #cfa972;
  font-weight: bold;
  line-height: 1;
  padding: 36px 0 26px;
  text-align: center;
}
.rule-box-content{
  font-size: 18px;
  color: #333333;
  line-height: 32px;
  max-height: 416px;
  overflow: hidden;
  position: relative;
  padding: 0 30px;
}
.rule-box-content ul{
  padding: 0;
  margin: 0;
}
.rule-box-content li{
  list-style: none;
  text-indent: 36px;
}
.iScrollVerticalScrollbar{
  width:8px;
  height: 400px;
  border-radius: 4px;
  background: rgba(207,169,114,0.3);
  position: absolute;
  right: 0;
  top: 0;
}
.iScrollIndicator{
  width: 100%;
  height: 100px;
  border-radius: 4px;
  background: rgba(207,169,114,1)
}