* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
body {
  line-height: 24px;
}
body img {
  max-width: 100%;
}
a, a:active {
  color: #777B88;
  text-decoration: none;
}
a:hover {
  color: #0509A7;
  text-decoration: none;
}
.header {
  background: #fff;
}
.logo {
  display: block;
  height: 74px;
  text-indent: -9999px;
  background: url(../images/logo.png) center no-repeat;
  width: 410px;
}
#menu-icon {
  cursor: pointer;
  width: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
}
#menu-icon span {
  background: #3e3e3e;
  height: 4px;
  margin-bottom: 4px;
  transition: all 300ms ease 0s;
  display: block;
}
.nav {
  line-height: 74px;
}
.nav li {
  float: left;
  padding-left: 2em;
}
.nav a {
  float: left;
  font-size: 16px;
  color: #3D4150;
}
.nav li a:hover {
  color: #7FC2E9;
}
.banner {
  background: url(../images/bannerbg.jpg) center no-repeat;

  -webkit-background-size: cover;
  background-size: cover;
  height: 720px;
}
.banner .row {
  padding: 70px 30px 0;
}
.banner .title {
  padding-top: 30px;
  padding-bottom: 32px;
}
.banner .title h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
  color: #fff;
  padding: 0;
  text-align: center;
  margin: 0 0 .15625em;
  text-shadow: 0 0.125em 0.1875em rgba(0, 0, 0, .5);
}
.banner .txt {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 34px;
  text-align: center;
}
.banner .tips {
  padding: 5px 15px;
  background: #57bf93;
  color: #0A0A0D;
  border-radius: 5px;
  position: relative;
  margin-bottom: 33px;
}
.banner .tips:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 20px;
  border-style: solid;
  border-color: #57bf93 transparent transparent transparent;
  position: absolute;
  left: 30px;
  top: 100%;
}
.search-formbox .input-row {
  width: 240px;
  padding-top: 5px;
}
.search-formbox label {
  font-size: 16px;
  color: #fff;
}
.search-formbox input, .search-formbox select {
  width: 100%;
  height: 48px;
  padding: 5px 10px;
  background: #fff;
  border-radius: 3px;
  border: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
  outline: none;
}
input[type="text"] {
  background-color: #ffffff;
}
input[type="text"]:focus {
  background-color: #e3e3e3;
}
.search-formbox .btn-search {
  display: block;
  background-color: #C70000;
  height: 48px;
  line-height: 48px;
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  width: 100%;
  border: 0;
  outline: none;
  font-size: 24px;
  margin-top: 25px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.search-formbox .btn-search:hover {
  background: #f00;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.searchlock {
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #fff;
}
.recordslist {
  display: flex;
  justify-content: space-evenly;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.recordslist span {
  width: 200px;
  color: #FFFFFF;
  background-image: url("../images/checkmark.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  padding-left: 22px;
  margin: 5px;
}
.rank {
  padding-top: 5px;
  padding-bottom: 30px;
}
.rank-title {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
.rank-title h2 {
  color: #3D4150;
  font-size: 32px;
  line-height: 1.4em;
  font-weight: normal;
}
.clear {
  clear: both;
  height: 0;
  line-height: 0;
}
.rank-sub-title {
 
  position: relative;
  z-index: 20;
  font-size: 16px;
}
.rank-sub-title a {
  color: #4BADE2;
  text-decoration: underline;
}
.rank-sub-title a:hover {
  text-decoration: none;
}
.rank-sub-title .hidebox {
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  font-size: 14px;
  color: #3D4150;
  background: #fff;
  display: none;
  border: 1px solid #73BFE8;
  position: absolute;
  max-width: 370px;
  right: 0;
  top: 65px;
  text-align: left;
}
.rank-sub-title .fr {
  padding: 30px 0 ;
  float: left;
}
.rank-sub-title .fr:hover .hidebox {
  display: block;
}
.rank-list {
  padding: 15px;
  background: #F5F5F5;
  border-radius: 10px;
}
.rank-list .title {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.rank-list .title > div {
  border-color: #F5F5F5!important;
}
.table-row {
  display: table;
  width: 100%;
}
.table-row > div {
  display: table-cell;
  vertical-align: middle;
}
.table-row .logo-div {
  width: 260px;
  text-align: center;
  border-right: 1px solid #CDCDCD;
}
.table-row .logo-div img {
  max-width: 80%;
}
.table-row .score-div {
  width: 195px;
  text-align: center;
  border-right: 1px solid #CDCDCD;
}
.table-row .score-div img {
  max-width: 80%;
}
.table-row .des-div {
  width: 360px;
  font-size: 16px;
  color: #3D4150;
  line-height: 26px;
  border-right: 1px solid #CDCDCD;
}
.table-row .des-div-inner {
  padding: 0 30px;
}
.table-row .link-row {
  text-align: right;
}
.table-row .link-row a {
  color: #4BADE2;
  text-decoration: underline;
  text-transform: uppercase;
}
.table-row .btns-div {
  text-align: center;
}
.table-row .btns-div a {
  display: inline-block;
  width: 70%;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 2px solid #4BADE2;
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  color: #3D4150;
}
.table-row .btns-div a:hover {
  background: #4BADE2;
  color: #fff;
  border-color: #4BADE2;
}
.rank-list li {
  margin-bottom: 15px;
  border-radius: 5px;
  background: #fff;
  padding: 18px 0;
  position: relative;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.rank-list li:hover {
  background: #E7F1F7;
}
.rank-list li:hover .btns-div {
  text-align: center;
}
.rank-list li:hover .btns-div a {
  background: #4BADE2;
  color: #fff;
  border-color: #4BADE2;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}
.rank-list .label {
  position: absolute;
  left: 10px;
  top: 5px;
  background: url(../images/first.png) center no-repeat;
  width: 56px;
  text-indent: -9999px;
  height: 94px;
  z-index: 10;
}
.rank-list .choice {
  background: url(../images/choice.png) center no-repeat;
  width: 186px;
  height: 76px;
  position: absolute;
  right: 10px;
  bottom: 10px; 
  text-indent: -9999px;
  z-index: 0; 
}

.article {
  margin-top: 30px;
  padding: 10px;
  color: #111;
}
.article h1 {
  margin-bottom: 30px;
  color: #3D4150;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 56px;
  
}
.article h3 {
  line-height: 2em;
  font-weight: normal;
  font-size: 28px;
  padding-top: 20px;
}
.article p {
  font-size: 22px;
  line-height: 1.5;
  color: #111;
  text-align: justify;
  padding: 10px;
}
.footer {
  padding-top: 65px;
  padding-bottom: 40px;
  background: #3D4150;
  font-size: 16px;
  color: #A7ACBD;
}
.footer .copyright {
  text-align: center;
  font-size: 16px;
  color: #777B88;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-left: 10px;
  margin-right: 10px;
}
.footer .des {
  margin-left: 10px;
  margin-right: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.footer .links {
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}
.footer .links a {
  font-size: 16px;
  color: #4BADE2;
}
.footer .links em {
  color: #494D5C;
  padding: 01.5em;
}
.footer .links a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .sitelinks {
  margin-top: 20px;
  text-align: center;
}
.footer .sitelinks a {
  display: inline-block;
  margin: 0 10px;
}
.container {
  max-width: 1070px;
  margin: 0 auto;
  width: 100%;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.sm-visible {
  display: none!important;
}
.sm-visible-inline {
  display: none!important;
}
.xs-visible {
  display: none!important;
}
.xs-visible-inline {
  display: none!important;
}
@media only screen and (min-width: 1070px) {
  .fflex {
    width: 100%;
    display: -webkit-flex;
    -webkit-flex-flow: row;
    -webkit-align-items: stretch;
    -webkit-justify-content: space-between;
    display: flex;
    flex-flow: row;
    align-items: stretch;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1070px) {
  .sm-50 {
    width: 50%!important;
  }
  .sm-100 {
    width: 100%!important;
  }
  .sm-visible {
    display: block!important;
  }
  .sm-visible-inline {
    display: inline!important;
  }
  .sm-hidden {
    display: none!important;
  }
  .sm-text-right {
    text-align: right;
  }
  .sm-text-center {
    text-align: center;
  }
  .sm-text-left {
    text-align: left;
  }
  .sm-fflex {
    width: 100%;
    display: -webkit-flex;
    -webkit-flex-flow: row;
    -webkit-align-items: stretch;
    -webkit-justify-content: space-between;
    display: flex;
    flex-flow: row;
    align-items: stretch;
    justify-content: space-between;
  }
  .sm-t5 {
    margin-top: 5px;
  }
  .sm-t10 {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .xs-50 {
    width: 100%!important;
  }
  .xs-100 {
    width: 100%!important;
  }
  .xs-visible {
    display: block!important;
  }
  .xs-visible-inline {
    display: inline!important;
  }
  .xs-hidden {
    display: none!important;
  }
  .xs-text-right {
    text-align: right;
  }
  .xs-text-center {
    text-align: center;
  }
  .xs-text-left {
    text-align: left;
  }
  .xs-fflex {
    width: 100%;
    display: -webkit-flex;
    -webkit-flex-flow: row;
    -webkit-align-items: stretch;
    -webkit-justify-content: space-between;
    display: flex;
    flex-flow: row;
    align-items: stretch;
    justify-content: space-between;
  }
  .xs-t5 {
    margin-top: 5px;
  }
  .xs-t10 {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1069px) {
  .search-formbox .fflex:after {
    content: "";
    display: table;
    clear: both;
  }
  .search-formbox .input-row {
    float: left;
    width: 31.3%;
    margin-right: 2%;
  }
  .banner {
    height: auto;
    padding-bottom: 35px;
  }
  .table-row .logo-div {
    width: 30%;
  }
  .table-row .score-div {
    width: 20%;
  }
  .table-row .des-div {
    width: 30%;
  }
  .table-row .btns-div {
    width: 20%;
  }
}
@media only screen and (max-width: 1023px) {
  .logo {
    display: block;
    height: 50px;
    width: 80%;
    text-align: center;
    background-position: 5px center;
    -webkit-background-size: auto 80%;
    background-size: auto 80%;
  }
  .nav {
    width: 300px;
    left: -350px;
    top: 0;
    z-index: 1000;
    position: fixed;
    background: #fff;
    height: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .nav.on {
    left: 0;
  }
  .nav li {
    float: none;
    padding-left: 0;
  }
  .nav a {
    display: block;
    float: none;
    height: 50px;
    padding-left: 15px;
    line-height: 50px;
  }
  .table-row {
    display: block;
  }
  .table-row > div {
    display: block;
    width: 100%!important;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-right: 0!important;
  }
  .table-row .des-div-inner {
    padding: 15px;
  }
  .quickly-list {
    padding: 0;
  }
  .quickly-list li {
    width: 49.9%;
  }
}
@media only screen and (max-width: 767px) {
  .search-formbox .input-row {
    float: left;
    width: 100%;
    margin-right: 0;
  }
  .nav li a {
    font-size: 14px;
  }
  .banner .row {
    padding: 20px;
  }
  .banner .title {
    padding-bottom: 20px;
  }
  .banner .txt {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .banner .tips {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .article h3 {
    text-align: center;
    font-size: 18px;
    padding-top: 20px;
    line-height: 1.5em;
    padding-bottom: 20px;
  }
  .article p {
    line-height: 1.6em;
  }
  .quickly .row {
    padding: 15px;
  }
  .quickly h2 {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .table-row .btns-div a {
    font-size: 14px;
    line-height: 1.6em;
  }
  .table-row .des-div-inner {
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
  }
  .banner .title h1 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 400px) {
  .quickly-list li {
    width: 100%;
  }
  .logo {
    background-position: 0 center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}