* {
  padding: 0;
  margin: 0;
}
body {
  overflow-x: hidden;
}
.container_1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.div-top-container {
  background-color: #092432;
}
.div-top-container-mini {
  position: relative;
  background-color: #092432;
  display: none;
}
.div-top-container-mini > .div-top-slide-mini {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  position: relative;
}
.div-top-container-mini > .div-top-slide-mini > .img-top-mini {
  width: 320px;
  height: 171px;
  background: url('/resources/home_new/img/rights_top_mini.png') no-repeat center;
  background-size: cover;
}
.div-top-container-mini > .div-top-slide-mini > .btn-group {
  position: absolute;
  top: 55px;
  right: 0;
  width: 175px;
  transform: scale(0.7, 0.7);
}
.div-top-container-mini > .div-top-slide-mini > .btn-group > a > .btn-rights {
  position: relative;
  background: url('../img/rights_btn.png') no-repeat;
  background-size: 100% 100%;
  width: 175px;
  height: 55px;
  border: none;
  margin: 3px 0;
  font-size: 14px;
  color: #90FEFE;
}
.div-top-container-mini > .div-top-slide-mini > .btn-group > a > .btn-rights > span {
  display: inline-block;
  height: 19px;
  width: 19px;
  margin-right: 6px;
}
.div-top-container-mini > .div-top-slide-mini > .btn-group > a > .btn-rights > span > img {
  height: 100%;
}
.div-top-container-mini > .div-top-slide-mini > .btn-group > a > .btn-rights > .btn-light {
  position: absolute;
  bottom: -5px;
  width: 100px;
  animation-name: light;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-play-state: running;
  /* Firefox: */
  -moz-animation-name: light;
  -moz-animation-duration: 2s;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: alternate;
  -moz-animation-play-state: running;
  /* Safari and Chrome: */
  -webkit-animation-name: light;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -webkit-animation-play-state: running;
  /* Opera: */
  -o-animation-name: light;
  -o-animation-duration: 2s;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: alternate;
  -o-animation-play-state: running;
}
.div-top-container-mini > .div-top-slide-mini > .btn-group > a > .btn-rights > .btn-light-2 {
  animation-delay: 1s;
}
.div-top-container-mini > .div-top-slide-mini > .btn-group > a > .btn-rights > .btn-light-3 {
  bottom: 48px;
  animation-delay: 0.5s;
}
.div-top-slide {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}
.div-top-slide > .img-top {
  width: 1024px;
  height: 284px;
  background: url('/resources/home_new/img/rights_top.png') no-repeat center;
  background-size: cover;
}
.div-top-slide > .btn-group {
  position: absolute;
  top: 189px;
  right: 111px;
  width: 367px;
  transform: scale(0.88, 0.88);
}
.div-top-slide > .btn-group > a > .btn-rights {
  position: relative;
  background: url('../img/rights_btn.png') no-repeat;
  background-size: 100% 100%;
  width: 175px;
  height: 55px;
  border: none;
  margin: 0 3px;
  font-size: 14px;
  color: #90FEFE;
}
.div-top-slide > .btn-group > a > .btn-rights > span {
  display: inline-block;
  height: 19px;
  width: 19px;
  margin-right: 6px;
}
.div-top-slide > .btn-group > a > .btn-rights > span > img {
  height: 100%;
}
.div-top-slide > .btn-group > a > .btn-rights > .btn-light {
  position: absolute;
  bottom: -5px;
  width: 100px;
  animation-name: light;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-play-state: running;
  /* Firefox: */
  -moz-animation-name: light;
  -moz-animation-duration: 2s;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: alternate;
  -moz-animation-play-state: running;
  /* Safari and Chrome: */
  -webkit-animation-name: light;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -webkit-animation-play-state: running;
  /* Opera: */
  -o-animation-name: light;
  -o-animation-duration: 2s;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: alternate;
  -o-animation-play-state: running;
}
.div-top-slide > .btn-group > a > .btn-rights > .btn-light-2 {
  animation-delay: 1s;
}
.div-top-slide > .btn-group > a > .btn-rights > .btn-light-3 {
  bottom: 48px;
  animation-delay: 0.5s;
}
@media screen and (max-width: 768px) {
  .div-top-container {
    display: none;
  }
  .div-top-container-mini {
    display: block;
  }
}
.sec-show-1 > .container_1200 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.sec-show-1 > .container_1200 > p:nth-child(1) {
  font-size: 24px;
  color: #323232;
  margin: 0 auto;
  margin-bottom: 19px;
  width: 50%;
}
.sec-show-1 > .container_1200 > p:nth-child(2) {
  font-size: 16px;
  color: #909090;
  width: 50%;
  margin: 0 auto;
}
.sec-show-1 > .container_1200 > img {
  width: 173px;
  position: absolute;
  bottom: -20px;
  right: 20%;
}
@media screen and (max-width: 800px) {
  .sec-show-1 > .container_1200 > p:nth-child(2) {
    width: 100%;
  }
  .sec-show-1 > .container_1200 > img {
    display: none;
  }
}
.sec-show-2 {
  background-image: linear-gradient(160deg, #78C9EF 0%, #4398DB 97%);
}
.sec-show-2 > .container_1200 {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  clear: both;
  overflow: hidden;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  justify-content: space-between;
}
.sec-show-2 > .container_1200 > .div-num-item {
  position: relative;
  width: 219px;
  /* float: left; */
}
.sec-show-2 > .container_1200 > .div-num-item > .p-title {
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 9px;
  line-height: 25px;
}
.sec-show-2 > .container_1200 > .div-num-item > .p-title > span {
  display: inline-block;
  height: 20px;
  margin-right: 5px;
}
.sec-show-2 > .container_1200 > .div-num-item > .p-title > span > img {
  height: 20px;
}
.sec-show-2 > .container_1200 > .div-num-item > .p-num {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
}
.sec-show-2 > .container_1200 > .div-num-item > .p-num > span {
  background-color: rgba(18, 80, 129, 0.3);
  display: inline-block;
  width: 24px;
  height: 30px;
  margin-left: 3px;
  border-radius: 3px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .sec-show-2 > .container_1200 {
    display: block;
  }
  .sec-show-2 > .container_1200 > .div-num-item {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
  }
}
.sec-show-3 > .container_1200 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sec-show-3 > .container_1200 > p:nth-child(1) {
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 10px;
  color: #323232;
  text-align: center;
}
.sec-show-3 > .container_1200 > p:nth-child(2) {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 60px;
  color: #666666;
  text-align: center;
}
.sec-show-3 > .container_1200 > .div-group {
  clear: both;
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  justify-content: space-between;
}
.sec-show-3 > .container_1200 > .div-group > .div-item {
  padding: 0 10px;
  width: 250px;
}
.sec-show-3 > .container_1200 > .div-group > .div-item > img {
  height: 50px;
  margin: 0 auto 22px;
  display: block;
}
.sec-show-3 > .container_1200 > .div-group > .div-item > .p-1 {
  font-size: 20px;
  line-height: 28px;
  color: #323232;
  margin-bottom: 8px;
  text-align: center;
}
.sec-show-3 > .container_1200 > .div-group > .div-item > .p-2 {
  font-size: 14px;
  line-height: 20px;
  color: #909090;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .sec-show-3 > .container_1200 > .div-group {
    display: block;
    clear: both;
  }
  .sec-show-3 > .container_1200 > .div-group > .div-item {
    float: left;
    padding: 0 25px;
    width: 50%;
  }
}
.sec-show-4 {
  background: #F2F2F2;
}
.sec-show-4 > .container_1200 {
  background: #F2F2F2;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  /* Safari */
  justify-content: space-between;
}
.sec-show-4 > .container_1200 > .b-container {
  width: 50%;
}
.sec-show-4 > .container_1200 > .b-container .b-slide > img {
  width: 100%;
}
.sec-show-4 > .container_1200 > .div-text {
  width: 50%;
  padding-left: 80px;
}
.sec-show-4 > .container_1200 > .div-text > p:nth-child(1) {
  font-size: 24px;
  color: #323232;
  line-height: 33px;
  margin-bottom: 10px;
}
.sec-show-4 > .container_1200 > .div-text > p:nth-child(2) {
  font-size: 16px;
  color: #909090;
  line-height: 22px;
}
.sec-show-4 > .container_1200 > .div-text > a > .btn-join {
  background-image: linear-gradient(-160deg, #78C9EF 0%, #4398DB 97%);
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  border: none;
  width: 140px;
  height: 40px;
  margin-top: 30px;
}
.sec-show-4 > .container_1200 > .div-text > a > .btn-join:hover {
  box-shadow: 0 4px 8px rgba(67, 152, 219, 0.5);
}
@media screen and (max-width: 800px) {
  .sec-show-4 > .container_1200 {
    display: block;
  }
  .sec-show-4 > .container_1200 > .b-container {
    width: 100%;
  }
  .sec-show-4 > .container_1200 > .div-text {
    width: 100%;
    padding-left: 0;
  }
}
.sec-show-5 {
  padding: 0px 0px;
}
.sec-show-5 > .div-item {
  width: 100%;
  float: left;
}
.sec-show-5 > .div-item > p:nth-child(1) {
  font-size: 20px;
  color: #323232;
  line-height: 33px;
  margin-bottom: 8px;
}
.sec-show-5 > .div-item > p:nth-child(2) {
  font-size: 16px;
  color: #909090;
  line-height: 22px;
}
.sec-show-5 > .div-item > .tb-header {
  background-color: #fff;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #D6D7DC;
  border-bottom: 3px solid #D6D7DC;
}
.sec-show-5 > .div-item > .tb-header th {
  width: 33%;
  text-align: center;
}
.sec-show-5 > .div-item > .tb-header th > p {
  font-weight: 900;
  border-right: 1px solid #D6D7DC;
  margin: 0;
}
.sec-show-5 > .div-item > .tb-header th:nth-child(3) > p {
  border-right: none;
}
.sec-show-5 > .div-item > .tb-header-1 {
  background-color: #ecf6ff;
  border-bottom: 2px solid #3784d2;
}
.sec-show-5 > .div-item > .tb-header-2 {
  background-color: #ffeedd;
  border-bottom: 2px solid #fd7716;
}
.sec-show-5 > .div-item > .div-blacklist-table-shell {
  width: 100%;
  height: 240px;
  overflow: hidden;
  margin-bottom: 0px;
  border: 1px solid #D6D7DC;
  border-top: none;
}
.sec-show-5 > .div-item > .div-blacklist-table-shell > .tb-blacklist {
  background-color: #fff;
  width: 100%;
}
.sec-show-5 > .div-item > .div-blacklist-table-shell > .tb-blacklist tr {
  height: 40px;
  border-bottom: 1px solid #D6D7DC;
}
.sec-show-5 > .div-item > .div-blacklist-table-shell > .tb-blacklist td {
  width: 33%;
  text-align: center;
}
.sec-show-5 > .div-item > .div-blacklist-table-shell > .tb-blacklist .a-blacklist-check {
  color: #4398DB;
}
.sec-show-5 > .div-item-1 {
  padding-right: 0px;
}
.sec-show-5 > .div-item-2 {
  padding-left: 0px;
}
@media screen and (max-width: 800px) {
  .sec-show-5 > .div-item {
    width: 100%;
    display: block;
    padding: 0;
  }
}
/* 按钮光效 */
@keyframes light {
  0% {
    left: 0;
  }
  100% {
    left: 75px;
  }
}
@-moz-keyframes light {
  0% {
    left: 0;
  }
  100% {
    left: 75px;
  }
}
@-webkit-keyframes light {
  0% {
    left: 0;
  }
  100% {
    left: 75px;
  }
}
@-o-keyframes light {
  0% {
    left: 0;
  }
  100% {
    left: 75px;
  }
}
.p-num-text {
  position: absolute;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 15px;
  width: 100%;
  margin-left: 9px;
}
