@charset "UTF-8";
html,
body,
h1,
h2,
h3,
h4,
h5,
dl,
dt,
dd,
ul,
ol,
li,
p,
pre,
form,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
html,
body,
button,
input,
select,
textarea {
  font: 12px/1.5 "FZKai-Z03S", "楷体", "KaiTi", 'Microsoft Yahei', Tahoma, Simsun, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
button,
input,
select,
textarea {
  font-size: 100%;
}
em,
i {
  font-style: normal;
}
form {
  display: inline;
}
ul,
ol {
  list-style: none;
}
img {
  border: 0 none;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  outline: none;
  color: #000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  text-decoration: none;
}
a:focus,
*:focus {
  outline: none;
}
.hidden {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: ' ';
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

/*滚动条样式*/
::-webkit-scrollbar { /*滚动条整体样式*/
    width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 5px;
}

::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px #fafafa;
    background: #cfcbbf;
}

::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px #fafafa;
    border-radius: 0;
    background: #f5f2e8;
}
.content {
  width: 100%;
  background:#210a04 url(../img/bg.jpg) top center;
  position: relative;
  min-width: 1340px;
  overflow: hidden;
}
.content1 {
  margin: 0 auto;
}
.content .aside {
    position: fixed;
    padding-top: 131px;
    width: 135px;
    height: 312px;
    top: 50%;
    right: 0;
    margin-top: -221px;
    z-index: 90;
    background: url(../img/aside/aside-bg.png) center no-repeat;
}

.content .aside .item {
    margin: 0 auto 8px;
    cursor: pointer;
}
.content .aside .item a{
  display: block;
  width: 100%;
  height: 100%;
}
.content .aside .item1 {
    width: 122px;
    height: 37px;
    background: url(../img/aside/qdlhl.png) center no-repeat;
}

.content .aside .item2 {
    width: 119px;
    height: 38px;
    background: url(../img/aside/xflhb.png) center no-repeat;
}

.content .aside .item3 {
    width: 98px;
    height: 38px;
    background: url(../img/aside/lcsd.png) center no-repeat;
}

.content .aside .item4 {
    width: 100px;
    height: 37px;
    background: url(../img/aside/lchb.png) center no-repeat;
}
.content .aside .item5 {
    width: 101px;
    height: 35px;
    background: url(../img/aside/hdgz.png) center no-repeat;
}

.content .aside .item6 {
    width: 100px;
    height: 54px;
    background: url(../img/aside/hddb.png) center no-repeat;
}
.col1 {
  width: 100%;
  text-align: center;
  padding-top: 520px;
}
.col1_act_date {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  vertical-align: middle;
}
.act_login_info {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  vertical-align: middle;
  margin-left: 40px;
}
.act_login_info a {
  color: #ffe68f;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}
.act_login_info a:hover {
  color: #ffe68f;
}
.act_login_info span {
  display: inline-block;
  vertical-align: middle;
}

.name {
  vertical-align: middle;
  max-width: 115px;
  height: 24px;
  line-height: 24px;
  *height: 24px;
  *line-height: 24px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.col2 {
  width: 100%;
  background: url(../img/col2_title.png) no-repeat top center;
  padding-top: 255px;
  margin-top: 20px;
}
.sign_box{
  width: 1111px;
  height: 575px;
  background: url(../img/bg01.png) no-repeat center;
  padding: 145px 175px 0 160px;
  margin: 0 auto;
}
.sign_top{
  font-size: 22px;
  color: #fff7ce;
  padding-left: 35px;
}
.sign_top span{
  margin-right: 70px;
}
.sign_top i{
  font-size: 40px;
}
.sign_top em{
  font-size: 32px;
}
.sign_c{
  width: 100%;
  height: 465px;
  margin: 0 auto;
}
.sign_l{
  width: 749px;
  height: 362px;
  background: url(../img/bg02.png) no-repeat center;
  float: left;
  padding: 99px 21px 0;
}
.sign_item{
  width: 106px;
  height: 162px;
  float: left;
  margin-right: 1px;
  margin-bottom: 13px;
  position: relative;
}
.sign_item:nth-child(7n){
  margin-right: 0;
}
.shade{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
}
.shade img{
  width: 98px;
  height: 78px;
  position: absolute;
  top:69px;
  left: 4px;
}
.sign_l .on{
  cursor: pointer;
}
.sign_l .on .shade{
  display: none;
}
.sign_r{
  width: 308px;
  height: 465px;
  overflow-y: auto;
  overflow-x: hidden;
  float: right;
}
.sign_r::-webkit-scrollbar { /*滚动条整体样式*/
    width: 6px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 6px;
}

.sign_r::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 2px #a92000;
    background: #fdcf75;
}

.sign_r::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    background: rgba(0, 0, 0, 0);
}
.sign_card{
  width: 303px;
  height: 136px;
  margin-bottom: 4px;
  position: relative;
}
.sign_card img{
  display: block;
  width: 100%;
}
.sign_card_btn{
  width: 132px;
  height: 44px;
  cursor: pointer;
  position: absolute;
  top:72px;
  left: 15px;
}
.tygq{
  background: url(../img/tygq.png) no-repeat center;
  cursor: not-allowed;
}
.tylq{
  background: url(../img/tylq.png) no-repeat center;
  cursor: not-allowed;
}
.tdjlq{
  background: url(../img/tdjlq.png) no-repeat center;
}
.tdjlq:hover{
  background: url(../img/tdjlq_h.png) no-repeat center;
}
.tljlq_no{
  background: url(../img/tljlq_no.png) no-repeat center;
  cursor: not-allowed;
}

.rule_box {
  width: 1200px;
  margin: 0 auto;
}
.rule_box p {
  font-size: 20px;
  color: #fff;
  line-height: 56px;
}
.col3{
  width: 100%;
  background: url(../img/col3_title.png) no-repeat top center;
  padding-top: 275px;
  margin-top: 40px;
}
.col3_rule{
  text-align: center;
  margin-top: 7px;
}
.col3_rule span{
  display: inline-block;
  font-size: 24px;
  color: #f0f413;
  vertical-align: bottom;
  position: relative;
  top:-18px;
  margin-right: 20px;
}
.select_contain {
  font-size: 24px;
  color: #f0f413;
  display: inline-block;
  width: 578px;
  height: 139px;
  vertical-align: bottom;
  background: url(../img/icon01.png) no-repeat top center;
  position: relative;
}
.select_item {
    position: absolute;
    width: 296px;
    height: 40px;
    top:84px;
    left: 208px;
}
.select_result {
    width: 100%;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.select_item .select_box {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    width: 294px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 6000;
    border: 1px solid #943806;
}
.select_item ul{
  max-height: 395px;
  overflow-y: auto;
}
.select_item ul::-webkit-scrollbar { /*滚动条整体样式*/
    width: 6px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 6px;
}

.select_item ul::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 2px #a92000;
    background: #fdcf75;
}

.select_item ul::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    background: rgba(0, 0, 0, 0);
}
.select_box .search{
  width: 275px;
  height: 40px;
  border: 1px solid #a89c96;
  margin: 10px auto;
}
.select_box .search input{
  display: block;
  width: 225px;
  height: 100%;
  float: left;
  padding-left: 15px;
  background: 0;
  color: #fff;
  border: 0;
  font-size: 20px;
}
.select_box .search input::placeholder{
  color: #fff !important
}
.select_box .search .search_btn{
  width: 29px;
  height: 27px;
  float: right;
  background: url(../img/icon03.png) no-repeat center;
  margin-top: 6px;
  margin-right: 4px;
  cursor: pointer;
}
.select_item ul li {
    text-align: center;
    cursor: pointer;
    list-style: none;
    color: #fff;
    line-height: 48px;
}
.col_sign{
  width: 1100px;
  margin: 58px auto 0;
  text-align: center;
  padding-left: 12px;
}
.col_sign_item{
  display: inline-block;
  width: 268px;
  margin: 0 30px;
  position: relative;
}
.col_sign_item img{
  display: block;
  width: 268px;
}
.col_sign_item p{
  width: 248px;
  padding-right: 20px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top:150px;
  left: 0;
}
.col_sign_item_btn{
  display: block;
  width: 244px;
  height: 79px;
  cursor: pointer;
  margin-top: 20px;
}
.col_sign_item .get_yes{
  background: url(../img/ljlq.png) no-repeat center;
}
.col_sign_item .get_yes:hover{
  background: url(../img/ljlq_h.png) no-repeat center;
}
.col_sign_item .get_no{
  cursor: not-allowed;
  background: url(../img/ljlq_no.png) no-repeat center;
}
.col_sign_item .get_out{
  cursor: not-allowed;
  background: url(../img/ygq.png) no-repeat center;
}
.col4{
  width: 100%;
  background: url(../img/col4_title.png) no-repeat top center;
  padding-top: 300px;
  margin-top: 100px;
}
.col4_sign{
  width: 100%;
  height: 603px;
  margin-top: 22px;
  position: relative;
}
.col4_sign_in{
  width: 1492px;
  height: 603px;
  background: url(../img/bg03.png) no-repeat center;
  position: absolute;
  top:0;
  left: 50%;
  margin-left: -746px;
}
.col4_sign_btn{
  width: 155px;
  height: 50px;
  cursor: pointer;
}
.col4_sign_btn1{
  background: url(../img/exchange1.png) no-repeat center;
  position: absolute;
  top:191px;
  right: 150px;
}
.col4_sign_btn1:hover{
  background: url(../img/exchange11.png) no-repeat center;
}
.col4_sign_btn2{
  background: url(../img/exchange2.png) no-repeat center;
  position: absolute;
  top:333px;
  right: 150px;
}
.col4_sign_btn2:hover{
  background: url(../img/exchange22.png) no-repeat center;
}
.col4_sign_btn3{
  background: url(../img/exchange3.png) no-repeat center;
  position: absolute;
  top:475px;
  right: 150px;
}
.col4_sign_btn3:hover{
  background: url(../img/exchange33.png) no-repeat center;
}
.exchange_btn{
  width: 244px;
  height: 79px;
  cursor: pointer;
  background: url(../img/exchange_btn.png) no-repeat center;
  margin: 14px auto 0;
}
.exchange_btn:hover{
  background: url(../img/exchange_btn_h.png) no-repeat center;
}
.exchange_tip{
  width: 802px;
  height: 29px;
  cursor: pointer;
  background: url(../img/exchange_tip.png) no-repeat center;
  margin: 13px auto 0;
}
.col_tile{
  font-size: 34px;
  color: #fff7ce;
  text-align: center;
}
.col_tile i{
  font-size: 44px;
}
.col5{
  width: 100%;
  background: url(../img/col5_title.png) no-repeat top center;
  padding-top: 300px;
  margin-top: 100px;
}
.col5_sign{
  width: 100%;
  height: 820px;
  position: relative;
  top:-50px;
}
.col5_sign_in{
  width: 1832px;
  height: 610px;
  background: url(../img/bg04.png) no-repeat center;
  position: absolute;
  top:0;
  left: 50%;
  margin-left: -916px;
  padding-top: 210px;
}
.col_tile span{
  display: inline-block;
  width: 67px;
  height: 67px;
  line-height: 67px;
  font-size: 44px;
  text-align: center;
  background: url(../img/icon02.png) no-repeat center;
  vertical-align: middle;
  position: relative;
  top:-4px;
  margin: 0 5px;
}
.col_hb{
  width: 1100px;
  margin: 68px auto 0;
  text-align: center;
  padding-right: 30px;
}
.col_hb_item{
  display: inline-block;
  width: 304px;
  position: relative;
}
.col_hb_item img{
  display: block;
  width: 304px;
}
.col_hb_item_btn{
  display: block;
  width: 170px;
  height: 56px;
  cursor: pointer;
  position: absolute;
  top:240px;
  left: 50%;
  margin-left: -75px;
}
.col_hb_item .get_yes{
  background: url(../img/mljlq.png) no-repeat center;
}
.col_hb_item .get_yes:hover{
  background: url(../img/mljlq_h.png) no-repeat center;
}
.col_hb_item .get_no{
  cursor: not-allowed;
  background: url(../img/mljlq_no.png) no-repeat center;
}
.col_hb_item .get_out{
  cursor: not-allowed;
  background: url(../img/mylq.png) no-repeat center;
}
.col6{
  width: 100%;
  background: url(../img/col6_title.png) no-repeat top center;
  padding-top: 263px;
  margin-top: 50px;
}
.col4 .col_tile p,.col5 .col_tile p{display: inline-block;}