/********************************* common *********************************/

.container {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.container:after {
  content: " ";
  display: block;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.screen-reader-text {
  position: absolute!important;
  clip: rect(1px, 1px, 1px, 1px);
}

@media only screen and (max-width: 1120px) {
  .container {
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }
}

/********************************* header_keep star *********************************/

.header_keep {
  position: fixed;
  z-index: 998;
  top: 0;
  width: 100%;
  height: 100px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.logo {
  width: 190px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../images/logo.png) center no-repeat;
}

.logo>a {
  display: inline-block;
  overflow: hidden;
  width: 190px;
  height: 80px;
}

/* .menu li {
  float: left;
  font-size: 18px;
  font-weight: bold;
  margin-left: 22px;
} */

.menu li>a {
  line-height: 100px;
  color: #003d62;
  display: block;
}

.menu_burger, .menu_rwd {
  display: none;
}

/* @media only screen and (max-width: 800px) {
  .header_keep {
    height: 60px;
  }
  .menu {
    display: none;
  }
  .logo {
    width: 95px;
    height: 60px;
    background-size: 95px;
  }
  .menu_burger, .menu_close {
    display: block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin-top: 23px;
    background: url(../images/ic_menu_burger.png) center no-repeat;
  }
  .menu_rwd.is_open {
    display: block;
  }
  .menu_rwd {
    position: fixed;
    z-index: 999;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  }
  .menu_close {
    position: absolute;
    right: 15px;
    background: url(../images/ic_menu_close.png) center no-repeat;
  }
  .menu_rwd_box {
    text-align: center;
    padding: 20px 0;
  }
  .menu_rwd_box li {
    font-size: 18px;
    font-weight: bold;
  }
  .menu_rwd_box li>a {
    color: #003d62;
    line-height: 64px;
    display: inline-block;
    padding: 0 20px;
  }
} */

/********************************* main star *********************************/

.main {
  background: url(../images/main/main_bg.jpg) top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.header {
  padding-top: 30px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  z-index: 99;
}

.main_box {
  height: 590px;
  position: relative;
}

.main_title {
  width: 840px;
  height: 105px;
  margin: 90px auto 56px;
  position: relative;
  background: url(../images/main/main_title.png) top center no-repeat;
  z-index: 99;
}

.main_title:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 2px;
  background: #ff5701;
  bottom: -30px;
  left: 50%;
  margin-left: -75px;
}

.main_sub {
  color: #ff5701;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 99;
}

.main_boat01 {
  position: absolute;
  right: -40px;
  top: 220px;
  width: 1212px;
  height: 415px;
  background: url(../images/main/boat_01.png) no-repeat;
  z-index: 4;
}

.main_boat02 {
  position: absolute;
  right: -60px;
  top: 100px;
  width: 820px;
  height: 672px;
  background: url(../images/main/boat_02.png) no-repeat;
  z-index: 3;
}

.main_boat03 {
  position: absolute;
  right: 80px;
  top: 280px;
  width: 394px;
  height: 87px;
  background: url(../images/main/boat_03.png) no-repeat;
  z-index: 2;
}

.main_boat04 {
  position: absolute;
  right: 350px;
  top: 175px;
  width: 218px;
  height: 122px;
  background: url(../images/main/boat_04.png) no-repeat;
  z-index: 1;
}

.main_tag {
  position: absolute;
  top: 400px;
}

@media only screen and (max-width: 1600px) {
  .main {
    background-size: 150%;
  }
  .main_box {
    height: 720px;
  }
  .main_boat01 {
    right: -390px;
    top: 268px;
  }
  .main_boat02 {
    right: -400px;
    top: 113px;
  }
  .main_boat03 {
    right: -60px;
  }
  .main_boat04 {
    right: 150px;
  }
}

@media only screen and (max-width: 1120px) {
  .header {
    padding-top: 0px;
  }
  .main_box {
    height: 600px;
  }
  .main_title {
    width: 90%;
    background-size: 90%;
  }
  .main_title:before {
    bottom: -15px;
  }
  .main_boat01 {
    width: 375px;
    height: 128px;
    background-size: 375px;
    right: 0;
    top: 355px;
  }
  .main_boat02 {
    width: 254px;
    height: 208px;
    background-size: 254px;
    right: 0;
    top: 307px;
  }
  .main_boat03, .main_boat04 {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  .main_title {
    margin: 70px auto 30px;
    height: 80px;
  }
  .main_box {
    height: 450px;
  }
  .main_boat01 {
    top: 240px;
  }
  .main_boat02 {
    top: 198px;
  }
}

@media only screen and (max-width: 640px) {
  .main {
    background-size: 175%;
  }
}

@media only screen and (max-width: 580px) {
  .main_box {
    height: 280px;
  }
  .main_title {
    margin: 30px auto 30px;
    height: 50px;
  }
  .main_sub {
    font-size: 16px;
  }
  .main_boat01, .main_boat02 {
    display: none;
  }
}

@media only screen and (max-width: 414px) {
  .main_box {
    height: 230px;
  }
  .main_title {
    margin: 15px auto 20px;
  }
}

/********************************* last_history star *********************************/

.last_history_box {
  padding-top: 50px;
  height: 675px;
  position: relative;
  margin-bottom: 100px;
}

.last_history_title {
  width: 591px;
  height: 27px;
  margin: 0px auto 40px;
  position: relative;
  background: url(../images/main/last_history_title.png) top center no-repeat;
  z-index: 99;
}

.last_history_nums {
  height: 450px;
  /*overflow: hidden;*/
  width: 930px;
  margin: 0 auto;
  padding-top: 40px;
}

.last_history_nums li {
  float: left;
  margin: 0 13px;
  position: relative;
}

.last_history_nums .num00 {
  position: relative;
  width: 67px;
  height: 72px;
  line-height: 68px;
  color: #fff;
  font-size: 33px;
  font-weight: bold;
  text-align: center;
  padding-left: 5px;
  z-index: 1;
}

.last_history_nums .num01 {
  background: url(../images/main/last_bg_01.png) no-repeat;
}

.last_history_nums .num02 {
  background: url(../images/main/last_bg_02.png) no-repeat;
}

.last_history_nums .num03 {
  background: url(../images/main/last_bg_03.png) no-repeat;
}

.last_history_nums .num04 {
  background: url(../images/main/last_bg_04.png) no-repeat;
}

.last_history_nums .num05 {
  background: url(../images/main/last_bg_05.png) no-repeat;
}

.last_history_nums .num06 {
  background: url(../images/main/last_bg_06.png) no-repeat;
}

.last_history_nums .num07 {
  background: url(../images/main/last_bg_07.png) no-repeat;
}

.last_history_nums .num08 {
  background: url(../images/main/last_bg_08.png) no-repeat;
}

.last_history_nums .num09 {
  background: url(../images/main/last_bg_09.png) no-repeat;
}

.last_history_nums .num10 {
  background: url(../images/main/last_bg_10.png) no-repeat;
}

.last_history_nums .boat00 {
  position: absolute;
  /* z-index: 1; */
  width: 48px;
  height: 166px;
  left: 10px;
}

.last_history_nums .boat01 {
  background: url(../images/main/last_boat_01.png) no-repeat;
}

.last_history_nums .boat02 {
  background: url(../images/main/last_boat_02.png) no-repeat;
}

.last_history_nums .boat03 {
  background: url(../images/main/last_boat_03.png) no-repeat;
}

.last_history_nums .boat04 {
  background: url(../images/main/last_boat_04.png) no-repeat;
}

.last_history_nums .boat05 {
  background: url(../images/main/last_boat_05.png) no-repeat;
}

.last_history_nums .boat06 {
  background: url(../images/main/last_boat_06.png) no-repeat;
}

.last_history_nums .boat07 {
  background: url(../images/main/last_boat_07.png) no-repeat;
}

.last_history_nums .boat08 {
  background: url(../images/main/last_boat_08.png) no-repeat;
}

.last_history_nums .boat09 {
  background: url(../images/main/last_boat_09.png) no-repeat;
}

.last_history_nums .boat10 {
  background: url(../images/main/last_boat_10.png) no-repeat;
}

@media only screen and (max-width: 1120px) {
  .last_history_box {
    height: 300px;
    margin-bottom: 0;
  }
  .last_history_title {
    width: 80%;
    background-size: 80%;
    margin: 0px auto 10px;
  }
  .last_history_nums {
    width: 542px;
    height: 300px;
  }
  .last_history_nums li {
    margin: 0 4px;
  }
  .last_history_nums .num00 {
    width: 46px;
    height: 49px;
    background-size: 46px;
    line-height: 48px;
    font-size: 20px;
    padding-left: 3px;
  }
  .last_history_nums .boat00 {
    width: 30px;
    height: 105px;
    background-size: 30px;
    left: 7px;
  }
}

@media only screen and (max-width: 580px) {
  .last_history_box {
    height: 205px;
  }
  .last_history_nums {
    width: 342px;
    padding-top: 20px;
    left: 50%;
    position: relative;
    margin-left: -172px;
  }
  .last_history_nums li {
    margin: 0 2px;
  }
  .last_history_nums .num00 {
    width: 30px;
    height: 32px;
    background-size: 30px;
    line-height: 31px;
    font-size: 15px;
    padding-left: 2px;
  }
  .last_history_nums .boat00 {
    width: 20px;
    height: 69px;
    background-size: 20px;
    left: 5px;
  }
}

@media only screen and (max-width: 414px) {
  .last_history_nums {
    width: 302px;
    margin-left: -151px;
  }
  .last_history_nums li {
    margin: 0 1px;
  }
  .last_history_nums .num00 {
    width: 28px;
    height: 29px;
    background-size: 28px;
    line-height: 28px;
    font-size: 14px;
    padding-left: 1px;
  }
}

/********************************* main line star *********************************/

.line_01_01 {
  position: absolute;
  width: 954px;
  height: 739px;
  background: url(../images/main/line_01_01.png) no-repeat;
  top: 0;
  z-index: 1;
}

.line_01_02 {
  position: absolute;
  width: 1032px;
  height: 704px;
  background: url(../images/main/line_01_02.png) no-repeat;
  top: 0;
  z-index: 1;
}

.line_01_03 {
  position: absolute;
  width: 888px;
  height: 622px;
  background: url(../images/main/line_01_03.png) no-repeat;
  bottom: 1px;
  right: 0;
  z-index: 1;
}

.line_01_04 {
  position: absolute;
  width: 1045px;
  height: 606px;
  background: url(../images/main/line_01_04.png) no-repeat;
  top: 40%;
  z-index: 1;
}

.line_01_05 {
  position: absolute;
  width: 779px;
  height: 211px;
  background: url(../images/main/line_01_05.png) no-repeat;
  top: 50%;
  left: 50%;
  z-index: 1;
}

@media only screen and (max-width: 1120px) {
  .line_01_03, .line_01_04 {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  .line_01_01 {
    background-size: 375px;
  }
  .line_01_02 {
    background-size: 230px;
    top: 80px;
  }
  .line_01_05 {
    display: none;
  }
}

@media only screen and (max-width: 580px) {
  .line_01_02 {
    display: none;
  }
}

/********************************* intro star *********************************/

.intro {
  background: url(../images/intro/intro_bg.png) top center no-repeat;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  background-size: 100%;
  margin-top: -23%;
}

.intro_box {
  position: relative;
  width: 800px;
  left: 50%;
  margin-left: -400px;
}

.intro_01, .intro_02 {
  position: relative;
  float: left;
  margin: 45% auto 390px;
  text-align: center;
  width: 400px;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  z-index: 99;
}

.intro_01 img, .intro_02 img {
  width: 400px;
  margin: 0 auto;
}

.intro_01 .txt {
  color: #F45244;
  margin-top: 30px;
}

.intro_01 .txt:after, .intro_02 .txt:after {
  content: "";
  position: absolute;
  background: #F45244;
  width: 120px;
  height: 2px;
  top: 272px;
  left: 50%;
  margin-left: -60px;
}

.intro_02 .txt {
  color: #00A9DA;
  margin-bottom: 20px;
}

.intro_02 .txt:after {
  background: #00A9DA;
  top: 74px;
}

@media only screen and (max-width: 2100px) {
  .intro_01, .intro_02 {
    margin: 30% auto;
  }
}

@media only screen and (max-width: 1800px) {
  .intro_01, .intro_02 {
    margin: 23% auto;
  }
}

@media only screen and (max-width: 1600px) {
  .intro {
    margin-top: -30%;
    background-size: auto;
  }
  .intro_01, .intro_02 {
    margin: 30% auto;
  }
}

@media only screen and (max-width: 1120px) {
  .intro {
    background: #fff;
    margin-top: 0;
  }
  .intro_01, .intro_02 {
    margin: 20% auto;
  }
}

@media only screen and (max-width: 800px) {
  .intro_box {
    width: 100%;
    left: 0;
    margin-left: auto;
    padding-top: 50px;
  }
  .intro_01, .intro_02 {
    width: 100%;
    margin: 50px auto;
  }
  .intro_02 {
    margin-top: 320px;
    margin-bottom: 180px;
  }
  .intro_02 img {
    margin-top: -366px;
  }
  .intro_02 .txt:after {
    top: -16px;
  }
}

@media only screen and (max-width: 414px) {
  .intro_01, .intro_02 {
    font-size: 18px;
    line-height: 24px;
  }
  .intro_01 img, .intro_02 img {
    width: 80%
  }
  .intro_01 .txt {
    margin-top: 20px;
  }
  .intro_01 .txt:after, .intro_02 .txt:after {
    display: none;
  }
  .intro_02 {
    margin-top: 240px;
    margin-bottom: 100px;
  }
  .intro_02 img {
    margin-top: -76%;
  }
}

/********************************* intro line star *********************************/

.line_02_01 {
  position: absolute;
  width: 474px;
  height: 137px;
  background: url(../images/intro/line_02_01.png) no-repeat;
  top: 75px;
  left: 170px;
  z-index: 1;
}

.line_02_02 {
  position: absolute;
  width: 393px;
  height: 229px;
  background: url(../images/intro/line_02_02.png) no-repeat;
  top: -69px;
  z-index: 1;
}

.line_02_03 {
  position: absolute;
  width: 592px;
  height: 237px;
  background: url(../images/intro/line_02_03.png) no-repeat;
  top: 25%;
  right: 229px;
  z-index: 1;
}

.line_02_04 {
  position: absolute;
  width: 557px;
  height: 375px;
  background: url(../images/intro/line_02_04.png) no-repeat;
  top: 40%;
  right: 0;
  z-index: 1;
}

.line_02_05 {
  position: absolute;
  width: 557px;
  height: 270px;
  background: url(../images/intro/line_02_05.png) no-repeat;
  top: 350px;
  left: 25px;
  z-index: 1;
}

.line_02_06 {
  position: absolute;
  width: 534px;
  height: 179px;
  background: url(../images/intro/line_02_06.png) no-repeat;
  bottom: 400px;
  left: 450px;
  z-index: 1;
}

@media only screen and (max-width: 1600px) {
  .line_02_01 {
    left: -100px;
  }
  .line_02_02 {
    top: 30px;
    left: -80px;
  }
  .line_02_03 {
    right: -60px;
    top: 100px;
  }
  .line_02_04, .line_02_05 {
    display: none;
  }
  .line_02_06 {
    left: 60px;
  }
}

@media only screen and (max-width: 1120px) {
  .line_02_01 {
    top: -100px;
    left: 20px;
  }
  .line_02_02 {
    top: -123px;
    left: 0px;
  }
  .line_02_03 {
    right: -180px;
    top: 170px;
  }
  .line_02_06 {
    left: -10px;
    bottom: 0;
  }
}

@media only screen and (max-width: 800px) {
  .line_02_01 {
    background-size: 150px;
    width: 150px;
    top: 20px;
  }
  .line_02_02 {
    background-size: 160px;
    width: 160px;
    top: -50px;
  }
  .line_02_03 {
    background-size: 210px;
    width: 210px;
    right: 0;
    top: 40%;
  }
  .line_02_06 {
    background-size: 400px;
    width: 400px;
    left: -100px;
    bottom: -50px;
  }
}

/********************************* tabs star *********************************/

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 99;
}

/* .tabs li {
  width: 300px;
  height: 137px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  margin: -11.5% 10px 21%;
}

.tabs li>a {
  display: inline-block;
  padding: 20px 45px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
} */

.tabs li.active {
  margin-top: -5%;
}

.tabs li.active>a {
  margin-top: -14px;
  cursor: default;
}

@media only screen and (max-width: 1600px) {
  .tabs li {
    margin: -11.5% 10px 15%;
  }
}

@media only screen and (max-width: 1120px) {
  .tabs_box {
    display: none;
  }
}

/* .tabs li:first-child {
  background: url(../images/tabs/tab_01.png) top no-repeat;
}

.tabs li:nth-child(2) {
  background: url(../images/tabs/tab_02.png) top no-repeat;
}

.tabs li.active:first-child {
  background: url(../images/tabs/tab_01_checked.png) top no-repeat;
}

.tabs li.active:nth-child(2) {
  background: url(../images/tabs/tab_02_checked.png) top no-repeat;
} */

/********************************* history star *********************************/

.history, .statistics {
  position: relative;
  margin: -8% auto 5%;
}

/* .history_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/history_bg.png) center no-repeat;
  top: -100px;
  z-index: -1;
} */

.history_box, .statistics_title, .statistics_box {
  position: relative;
  z-index: 99;
}

.calendar {
  background: #fff;
  display: inline-block;
  border-radius: 5px;
}

.calendar_rwd {
  display: none;
  position: absolute;
  z-index: 999;
  right: 0;
  top: 54px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
}

.bui_calendar_main {
  position: relative;
  margin: 25px;
  width: 280px;
  text-align: center;
}

.calendar_control_pre, .calendar_control_next {
  width: 11px;
  height: 19px;
  background: url(../images/calendar_control_pre.png);
  position: absolute;
  top: 6px;
  left: 6px;
}

.calendar_control_next {
  background: url(../images/calendar_control_next.png);
  left: auto;
  right: 6px;
}

.calendar .month {
  font-weight: bold;
  font-size: 18px;
}

.calendar table {
  margin: 10px 0;
}

.calendar th, .calendar td {
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}

.calendar th:hover, .calendar td:hover {
  background: #f7f7f7;
}

.calendar th {
  color: #999;
}

.calendar td.date_selected {
  background: #ff5f02;
  color: #fff;
}

.calendar td.date_today {
  background: #e4f0f4;
}

.calendar td.date_gray {
  color: #999;
}

.calendar td.date_none, .calendar td.date_selected, .calendar td.date_gray {
  cursor: default;
}

.calendar_time {
  margin: 0 0 20px 25px;
}

.icon_calendar_time {
  width: 23px;
  height: 23px;
  margin: 5px 10px 0 0;
  background: url(../images/calendar_time.png);
}

.calendar_time_select {
  background: #fff;
  width: 90px;
  height: 32px;
  outline: none;
  border: solid 1px #999999;
}

.calendar_btn {
  border-top: 1px solid #e9e9e9;
  margin: 0 25px;
  text-align: center;
}

.calendar_btn>a {
  display: inline-block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: #0071bd;
  border-radius: 5px;
  margin: 20px auto;
}

.bui_history_main {
  width: 764px;
  display: inline-block;
  position: relative;
}

.history_title .txt {
  color: #fff;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  background-color: #ff5f02;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.history_list {
  width: 100%;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 2px 20px 0;
  margin-top: 5px;
  display: inline-block;
}

.history_list .issue, .history_list .time, .history_list .nums {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.history_list .issue {
  color: #999;
  font-size: 14px;
  float: left;
}

.history_list .issue span {
  color: #333;
  font-weight: bold;
  font-size: 16px;
}

.history_list .time {
  font-weight: bold;
  font-size: 16px;
  padding-left: 46px;
  float: left;
}

.history_list .nums {
  float: right;
}

.history_list .nums li {
  float: left;
  width: 40px;
  height: 43px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.history_list .nums li.num_01 {
  background: url(../images/main/last_bg_01.png) no-repeat;
  background-size: 40px;
}

.history_list .nums li.num_02 {
  background: url(../images/main/last_bg_02.png) no-repeat;
  background-size: 40px;
}

.history_list .nums li.num_03 {
  background: url(../images/main/last_bg_03.png) no-repeat;
  background-size: 40px;
}

.history_list .nums li.num_04 {
  background: url(../images/main/last_bg_04.png) no-repeat;
  background-size: 40px;
}

.history_list .nums li.num_05 {
  background: url(../images/main/last_bg_05.png) no-repeat;
  background-size: 40px;
}

.history_list .nums li.num_06 {
  background: url(../images/main/last_bg_06.png) no-repeat;
  background-size: 40px;
}

.history_list .nums li.num_07 {
  background: url(../images/main/last_bg_07.png) no-repeat;
  background-size: 40px;
}

.history_list .nums li.num_08 {
  background: url(../images/main/last_bg_08.png) no-repeat;
  background-size: 40px;
}

.history_list .nums li.num_09 {
  background: url(../images/main/last_bg_09.png) no-repeat;
  background-size: 40px;
}

.history_list .nums li.num_10 {
  background: url(../images/main/last_bg_10.png) no-repeat;
  background-size: 40px;
}

.history_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.nums_box {
  position: relative;
  display: inline-block;
  /* padding-bottom: 20px; */
}

.nums_box .num {
  float: left;
  font-size: 18px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 2px;
  border-radius: 5px;
  cursor: pointer;
}

.nums_box .num:hover {
  background: #e4f0f4;
}

.nums_box .num.active {
  color: #fff;
  background: #ff5f02;
  cursor: default;
}

.history_pagination_pre, .history_pagination_next {
  width: 14px;
  height: 24px;
  background: url(../images/history_pagination_pre.png);
  position: absolute;
  top: 10px;
  left: -45px;
}

.history_pagination_next {
  background: url(../images/history_pagination_next.png);
  left: auto;
  right: -45px;
}

.calendar_control_disable, .history_pagination_disable {
  opacity: 0.3;
  cursor: default;
}

.tab_title, .history_calendar_btn, .statistics_btn {
  display: none;
}

@media only screen and (max-width: 1120px) {
  .tab_title {
    display: block;
    background: url(../images/tabs/tab_title_bg.jpg) center no-repeat;
    width: 100%;
    height: 108px;
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    margin-top: 8%;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  .history_list:first-child {
    margin-top: 0;
  }
  .history_bg, .calendar {
    display: none;
  }
  .bui_history_main {
    margin-top: 3%;
    width: 100%;
  }
  .history_title {
    margin-bottom: 3%;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .history_title .txt {
    color: #ff5f02;
    background-color: #f7f7f7;
    width: auto;
    height: auto;
    float: left;
    padding: 0;
  }
  .history_calendar_btn, .statistics_btn {
    display: block;
    float: right;
    cursor: pointer;
    width: 44px;
    height: 44px;
    margin-top: 5px;
    background: url(../images/calendar_btn.png) no-repeat;
  }
  .calendar_rwd.is_open {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  .tab_title {
    height: 80px;
    font-size: 18px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .history_list {
    padding: 2px 10px 0;
  }
  .history_list .nums li {
    width: 28px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    background-size: 28px;
  }
  .history_list .nums li.num_01, .history_list .nums li.num_02, .history_list .nums li.num_03, .history_list .nums li.num_04, .history_list .nums li.num_05, .history_list .nums li.num_06, .history_list .nums li.num_07, .history_list .nums li.num_08, .history_list .nums li.num_09, .history_list .nums li.num_10 {
    background-size: 28px;
  }
  .nums_box .num {
    font-size: 14px;
  }
}

@media only screen and (max-width: 640px) {
  .history_list .nums {
    float: left;
    width: 100%;
    margin-top: -20px;
  }
}

@media only screen and (max-width: 400px) {
  .history_title .txt {
    width: 200px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 340px) {
  .calendar_rwd {
    left: 0;
  }
  .calendar_rwd .bui_calendar_main {
    margin: 15px 10px;
    width: 266px;
  }
  .calendar_rwd th, .calendar_rwd td {
    width: 38px;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
  }
}

/********************************* statistics star *********************************/

.statistics_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/statistics/statistics_bg.png) top no-repeat;
  top: -100px;
  z-index: 0;
}

.statistics_date {
  font-size: 20px;
  font-weight: bold;
  color: #ff5f02;
}

.statistics_tabs {
  border: 1px solid #ff5f02;
  border-radius: 5px;
}

.statistics_tabs li {
  float: left;
  border-right: 1px solid #ff5f02;
  height: 76px;
  font-weight: bold;
}

.statistics_tabs li:last-child {
  border: none;
}

.statistics_tabs li>a {
  color: #333;
  line-height: 76px;
  padding: 0 12px;
  display: inline-block;
}

.statistics_tabs li.active {
  background: #ff5f02;
}

.statistics_tabs li.active>a {
  color: #fff;
  cursor: default;
}

.statistics_box {
  margin: 3% auto 0;
}

.statistics_sort {
  float: left;
  width: 555px;
  margin: 0 10px 16px 0;
  padding: 12px 10px 8px 8px;
  background: #fff;
  border-radius: 5px;
  display: inline-block;
  position: relative;
}

.statistics_sort:nth-child(even) {
  margin-right: 0;
}

.statistics_sort .boat {
  width: 131px;
  height: 75px;
  margin: 16px 5px 16px 0px;
}

.statistics_01 .boat {
  background: url(../images/statistics/sta_boat_01.png) no-repeat;
}

.statistics_02 .boat {
  background: url(../images/statistics/sta_boat_02.png) no-repeat;
}

.statistics_03 .boat {
  background: url(../images/statistics/sta_boat_03.png) no-repeat;
}

.statistics_04 .boat {
  background: url(../images/statistics/sta_boat_04.png) no-repeat;
}

.statistics_05 .boat {
  background: url(../images/statistics/sta_boat_05.png) no-repeat;
}

.statistics_06 .boat {
  background: url(../images/statistics/sta_boat_06.png) no-repeat;
}

.statistics_07 .boat {
  background: url(../images/statistics/sta_boat_07.png) no-repeat;
}

.statistics_08 .boat {
  background: url(../images/statistics/sta_boat_08.png) no-repeat;
}

.statistics_09 .boat {
  background: url(../images/statistics/sta_boat_09.png) no-repeat;
}

.statistics_10 .boat {
  background: url(../images/statistics/sta_boat_10.png) no-repeat;
}

.statistics_sort .sort_box {
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  float: left;
}

.statistics_sort .sort {
  text-align: center;
  width: 32px;
  margin: 0 2px;
  font-style: italic;
}

.statistics_sort .times {
  font-size: 12px;
  line-height: 16px;
  color: #999;
}

.bar {
  bottom: 0;
  height: 0;
}

.statistics_sort .bar {
  width: 32px;
  height: 2px;
  background-color: #cddade;
  max-height: 65px;
}

.statistics_sort .rank {
  font-size: 14px;
  font-weight: bold;
}

.statistics_sort .sort_org .bar {
  background-color: #ff5f02;
}

.statistics_sort .sort_org .rank {
  color: #ff5f02;
}

@media only screen and (max-width: 1120px) {
  .statistics_bg, .statistics_tabs {
    display: none;
  }
  .statistics_title {
    margin-top: 3%;
  }
  .statistics_date {
    font-size: 18px;
  }
  .statistics_btn {
    background: url(../images/statistics_btn.png) no-repeat;
  }
  .statistics_box {
    margin: 3% 15px 0;
    z-index: auto;
  }
  .statistics_sort {
    width: 100%;
    margin: 0 0 16px 0;
    padding: 12px 40px 8px 40px;
  }
  .statistics_sort .boat {
    width: 100px;
    height: 63px;
    background-size: 100px;
    margin: 24px 10px 16px 0px;
  }
  .statistics_sort .sort_box {
    float: right;
    margin: 0;
  }
  .statistics_tabs.is_open {
    display: block;
  }
  .statistics_tabs {
    position: absolute;
    background: #fff;
    border: none;
    z-index: 999;
    right: 0;
    top: 54px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  }
  .statistics_tabs li {
    float: none;
    width: 250px;
    text-align: center;
    flex-direction: column;
    border-right: none;
    border-bottom: 1px solid #E9E9E9;
  }
  .statistics_tabs li.active>a {
    /* color: #ff5f02; */
    color: #fff;
    background: none;
    cursor: default;
  }
}

@media only screen and (max-width: 640px) {
  .statistics_date {
    font-size: 16px;
  }
  .statistics_sort {
    padding: 12px 8px 8px 8px;
  }
  .statistics_sort .boat {
    position: absolute;
    left: 20px;
    top: 50%;
    margin: -31px 0 0 0;
  }
}

@media only screen and (max-width: 490px) {
  .statistics_sort .boat {
    width: 64px;
    height: 37px;
    background-size: 64px;
    position: absolute;
    left: 5px;
    top: 50%;
    margin: -18px 0 0 0;
  }
  .statistics_sort {
    padding: 0px 8px 4px;
  }
  .statistics_sort .sort {
    width: 26px;
    margin: 0 1px;
  }
  .statistics_sort .times {
    font-size: 10px;
    -webkit-transform: scale(0.75);
    -o-transform: scale(1);
    margin-left: -4px;
  }
  .statistics_sort .bar {
    width: 26px;
  }
  .statistics_sort .rank {
    font-size: 12px;
  }
}

@media only screen and (max-width: 380px) {
  .statistics_sort .boat {
    left: 20px;
    width: 60px;
    background-size: 60px;
  }
  .statistics_sort .sort {
    width: 20px;
  }
  .statistics_sort .bar {
    width: 20px;
  }
}

@media only screen and (max-width: 320px) {
  .statistics_sort .boat {
    left: -5px;
  }
}

/********************************* footer star *********************************/

.footer {
  text-align: center;
}

.footer_img {
  background-color: #cfdfe4;
  padding: 12px;
}

.footer_img img {
  width: 290px;
  margin: 0 auto;
}

.footer_txt {
  padding: 40px;
  background: url(../images/footer_bg.jpg) center #174b77 no-repeat;
  color: #fff;
  font-size: 12px;
}



/********************************* footer star *********************************/
.infoNode {
  position: absolute;
  top: 1800px;
}

@media only screen and (max-width: 1120px) {
  .infoNode {    
    top: 1565px;
  }
}

@media only screen and (max-width: 800px) {
  .infoNode {    
    top: 1740px;
  }
}

@media only screen and (max-width: 580px) {
  .infoNode {    
    top: 1480px;
  }
}

@media only screen and (max-width: 414px) {
  .infoNode {    
    top: 1185px;
  }
}