/* 首页fit弹出框 */
.modal-fit {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  z-index: 999999;
}
@media \0screen\,screen\9 {
  .modal-fit {
    background-color:#000;
    filter:Alpha(opacity=50);
    position:static;
    *zoom:1;
  }
}
.fit-con {
  position: relative;
  top: 50%;
  width: 374px;
  height: 356px;
  margin: -170px auto 0;
  background: url('../img/modal-fit-bg.png') no-repeat center;
}
.fit-con .not-remind {
  padding: 50px 0 0 90px;
  color: #aaaaaa;
  overflow: hidden;
}
.fit-con .not-remind input {
  float: left;
  margin: 2px 6px 0 0;
  background: #fff;
  opacity: 0.6;
}
.fit-con .close {
  position: absolute;
  right: 20px;
  top: -10px;
  display: block;
  width: 30px;
  height: 30px;
  opacity: 1;
  background: url('../img/modal-fit_close.png') no-repeat center;
}
.fit-con .fit-btn {
  width: 100%;
  position: absolute;
  bottom: -30px;
  left: 0;
  text-align: center;
}
.fit-btn a {
  display: inline-block;
  width: 129px;
  height: 30px;
  margin: 0 5px;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  background: url('../img/fit-btn.png') no-repeat center;
}
.fit-con .fit-btn a:hover,.fit-con .fit-btn a:active {
  color: #b56408;
  background: url('../img/fit-btn-hov.png') no-repeat center;
}
@media (max-width: 480px) {
  .fit-con {
    width: 100%;
  }
  .fit-con .close {
    right: 40px;
  }
}
@media (max-width: 375px) {
  .fit-con {
    width: 100%;
    background-size: cover;
  }
  .fit-con .close {
    right: 23px;
  }
  .fit-con .not-remind {
    padding: 50px 0 0 68px;
  }
}

.header {
  background-color: rgba(14,17,22,0.9);
  position: sticky;
  z-index: 99999;
}
.header .logo { background: url(../img/type_one/navigation-logo.png) no-repeat left center; background-size: 100%; }
.header-index-fix{height: 60px;width: 100%;background: #000000;}
/* page-wapper */
.page-wapper {
  padding: 15px;
  height: 60px;
}
.page-wapper .total-data {
  float: left;
  line-height: 30px;
}
.page-wapper .total-data b {
  display: inline-block;
  padding-right: 4px;
  font-weight: normal;
}
.page-wapper .total-data .countTips {
  font-weight: normal;
  display: inline-block;
  padding-left: 4px;
  color: #bac8e0;
  font-size: 12px;
}
.page-wapper .page-control {
  float: right;
}
.page-wapper .page-control > div > ul {
  display: inline-block;
}
.page-wapper .page-control > div > ul > li {
  float: left;
  margin-left: 12px;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  color: #4e5d75;
  background-color: #ffffff;
  border: solid 1px #cedbe9;
  cursor: pointer;
}
.page-wapper .page-control > div > ul > li > a:hover,.page-wapper .page-control > div > ul > li > a:focus,.page-wapper .page-control ul > li > a:active {
  color: #fff;
  background-color: #5986F9;
  border: solid 1px #5986F9;
}
.page-wapper .page-control > div > ul > li.curPage {
  color: #fff;
  background-color: #5986F9;
  border: solid 1px #5986F9;
}
.page-wapper .page-control .pagination-prev,.page-wapper .page-control .pagination-next {
  width: 8px;
  text-align: center;
  display: block;
}
.page-wapper .page-control #clipPage {
  float: right;
}
.page-wapper .data-control {
  float: right;
  width: 90px;
}
.page-wapper .data-control .dropup .btn {
  padding: 5px 12px;
}
.page-wapper .data-control .dropdown-menu {
  width: 90px;
  min-width: auto;
}
.page-wapper .page-none {
  display: none;
}
/*入场券*/
.navbar-ticket { float: right; padding: 20px 0; position: relative;}
.navbar-ticket-back { padding: 6px 0;}
.navbar-ticket-logo { background: url(../img/passicon.png) no-repeat left center; padding-left: 32px; font-size: 14px; cursor: pointer;}
.navbar-ticket-logo .ticket-text { display: none;}
.navbar-ticket:hover .index-ticket-wrap { display: block;}
/*提示框*/
.index-ticket-wrap { position: absolute; top: -30px; right: 0; padding-top: 90px; display: none; }
.index-ticket { width: 264px; background-color: #ffffff; border: solid 1px #339aff; }
.back-ticket { top: 47px;}
.ticket-rel { position: relative; padding: 10px;}
.ticket-rel .ticket-rel-abs { position: absolute; right: 40px; top: -19px;}
.ticket-rel .ticket-color { font-size: 13px; color: #4a4a4a; letter-spacing: 1.5px; }
.ticket-rule, .ticket-rule:hover { color: #3db1fa;}

.footer { width: 100%; background: #25272c; padding: 60px 0; border-top: solid 4px #25272c; }
.footer .footer-list { float: left; }

.solve-plan { position: relative; }
.main-navigation .navbar-default .navbar-nav > li a{font-size: 13px;}
.navbar-nav .icon-news { position: absolute; right: -7px; top: 11px; display: block; width: 22px; height: 14px; background: url(../img/new.png) no-repeat bottom left; }
#solve-plans { position: absolute; left: 100%; width: 100%; top: 0;display: none; }
#solve-plans li { background: #242424; }
.tit02 h3{background: none;}
@media screen and (min-width: 1360px) {
	.navbar-ticket-logo .ticket-text { display: inline-block;}
}
@media screen and (min-width: 1280px) {
	header .width-new { width: 1260px; margin: 0 auto;}
}
@media screen and (max-width: 1920px) { .footer { border: 0; padding-top: 58px; }

  .footer .footer-list { margin-right: 188px; padding-left: 0; }
  .footer .footer-list h4 { margin-bottom: 30px; height: 30px; padding-left: 40px; font-size: 16px; line-height: 30px; }
  .footer .footer-list a:hover { text-decoration: none; color: #FFFFFF; }
  .footer .container > div:nth-child(1) h4 { background: url(../img/type_one/footer-hacker.png) no-repeat left center; }
  .footer .container > div:nth-child(2) h4 { background: url(../img/type_one/footer-company.png) no-repeat left center; }
  .footer .container > div:nth-child(3) h4 { background: url(../img/type_one/footer-us.png) no-repeat left center; }
  .footer-r div { margin-bottom: 50px; }
  .footer-r ul li { font-size: 16px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 2.69; color: #ffffff; } }
  .footer-r ul li:last-child{color: #9B9B9B;display: none;}
  .footer .footer-bom {padding-top: 40px;display: block;clear: both;}
  .footer .footer-bom div{padding-top: 30px;border-top: 1px solid #404349;font-size: 12px;text-align: center;color: #6c6e72;}
@media screen and (max-width: 1200px) { .footer .footer-list { margin-right: 110px; } }
@media screen and (max-width: 1024px) { .footer .footer-list { margin-right: 120px; } }
@media screen and (max-width: 1000px) { .footer { width: 100%; }
  .footer .footer-list { margin-right: 66px; }
  .footer .footer-r div { padding-top: 10px; }
  .footer .footer-r img { width: 15%; }
  .footer .footer-r li { white-space: nowrap; font-size: 12px; } }
@media screen and (max-width: 780px) { #solve-plans { position: inherit; width: 100%; background: none; left: 0;display: none; }
  .drop .subnav li { background: rgba(0,0,0,0.5); border: 0; }
  #mainmenu .subnav { background: none; }
  #mainmenu .subnav a { color: #FFFFFF; }
  #solve-plans li { background: none; }
  .footer { padding: 0; }
  .footer .footer-list { margin: 0 auto; display: none; }
  .footer .footer-r { width: 90%; margin: 0 auto; text-align: center;padding-bottom: 22px;padding-top: 10px; }
  .footer .footer-r div { margin: 0 auto; width: 100%; }
  .footer .footer-r div img { width: 7rem; }
  .footer .footer-r ul { margin: 0 auto; width: 100%; }
  .footer .footer-r ul li { font-size: 0.6rem;line-height: 1rem; }
  .footer .footer-r ul li:nth-child(1) { padding-top: 0; }
  .footer .footer-r ul li:nth-child(3) { color: #9b9b9b; font-size: 0.6rem; display: block;}
  .footer .footer-bom {display: none;}
  }

/*# sourceMappingURL=common.css.map */
