@import url('global.css');
* {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
a:hover,
a:link,
a:focus {
  text-decoration: none;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
#main .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  margin: 0 10px !important;
  border-radius: 0;
}
#main .swiper-pagination-bullet-active {
  background: #fdc532;
}
.container-box {
  margin: 0 auto;
  width: 1180px;
}
ul {
  list-style: none;
}
a.links {
  padding: 10px 35px 10px 21px;
  font-size: 14px;
  color: black;
  background: #fdc532;
  position: relative;
  display: inline-block;
  margin-right: 20px;
  transition: all 0.5s;
}
a.links::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 11px;
  height: 4.8125px;
  background: url(../images/2021/more-arrow-black.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}
a.links:last-child {
  margin-right: 0;
}
a.links:hover {
  background: #ffd400;
}
a.links:hover::before {
  right: 15px;
}
h2.title {
  font-size: 28px;
  padding: 35px 0 25px;
  text-align: center;
  font-weight: 700;
}
#kv .swiper-pagination-bullets {
  bottom: 30px;
}
#kv .swper-slide {
  position: relative;
}
#kv img {
  width: 100%;
}
#kv .kv-content {
  position: absolute;
  top: 11.5vw;
  left: 0;
  padding: 0 7.3vw;
  width: 100%;
}
#kv .kv-content h2 {
  color: #fff;
  line-height: 1.3;
  font-size: 38px;
}
#kv .kv-content .btn {
  display: inline-block;
  padding: 0.78125vw 2.6041vw 0.78125vw 1.302vw;
  position: relative;
  font-size: 14px;
  color: #fdc532;
  background: black;
  margin-top: 1.5625vw;
}
#kv .kv-content .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.302vw;
  width: 0.833vw;
  height: 0.3645vw;
  background: url(/img/index/more-arrow.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}
#kv .kv-content .btn:hover::before {
  right: 1vw;
}
#why-become {
  background: #f1f1f1;
  padding-bottom: 40px;
  background: url(../images/2021/service-bg.png) center center no-repeat;
  background-size: cover;
}
#why-become .swiper-button-next,
#why-become .swiper-button-prev {
  display: none;
}
#why-become ul {
  display: flex;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 14px;
}
#why-become ul li {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
#why-become ul li .rules-mobile {
  display: flex;
  align-items: center;
  color: #000;
}
#why-become ul li h2 {
  font-size: 18px;
  font-weight: bold;
}
#why-become ul li p {
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.4;
}
#why-become ul li img {
  margin-right: 5px;
}
#why-become ul li .become-m {
  display: none;
}
#why-become ul li .become-img01 {
  width: 175px;
}
#why-become ul li .become-img02 {
  width: 133px;
}
#why-become ul li .become-img03 {
  width: 133px;
}
#why-become .why-become-btn {
  text-align: center;
  padding-top: 35px;
}
#service {
  background: #f1f1f1;
  background-size: cover;
  padding-bottom: 40px;
}
#service .swiper-container {
  padding-bottom: 55px;
}
#service .intro {
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  padding-bottom: 30px;
}
#service .service-content {
  position: relative;
}
#service .service-content .news-img-m {
  display: none !important;
}
#service .service-content a:first-child > img {
  width: 100%;
  display: block;
}
#service .service-content::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#service .service-text {
  display: none;
  position: absolute;
  left: 30px;
  bottom: -55px;
  background: #fdc532;
  padding: 30px 25px;
  max-width: 280px;
  color: black;
  transition: all 0.5s;
}
#service .service-text h2 {
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 5px;
  font-weight: bold;
}
#service .service-text h3 {
  font-size: 16px;
}
#service .service-text p {
  padding-top: 14px;
  font-size: 14px;
  line-height: 1.6;
}
#service .service-text img {
  margin-top: 20px;
}
#service .service-text:hover {
  background: #ffd400;
}
#service .service-text:hover span::before {
  background: url(/img/index/handle-fab-active.png) no-repeat;
  background-size: cover;
}
#service .service-text span {
  font-size: 14px;
  text-decoration: underline;
  margin-left: 30px;
  display: inline-block;
  margin-top: 20px;
  position: relative;
}
#service .service-text span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(/img/index/hendle-fab.png) no-repeat;
  background-size: cover;
}
#service .links-box {
  position: absolute;
  right: 0;
  bottom: -55px;
  display: none;
}
#service .swiper-slide {
  width: 65%;
}
#service .swiper-slide-active .service-content::before {
  display: none;
}
#service .swiper-slide-active .service-text {
  display: block;
}
#service .swiper-slide-active .links-box {
  display: block;
}
#service .swiper-container-horizontal .swiper-pagination-bullets {
  bottom: 0;
}
#service .swiper-pagination-bullet {
  background: black;
}
#service .swiper-pagination-bullet-active {
  background: #fdc532;
}
#videos {
  background: url(../images/2021/service-bg.png) center center no-repeat;
  background-size: cover;
  padding-bottom: 40px;
}
#videos .intro {
  font-size: 28px;
  font-weight: normal;
  text-align: center;
}
#videos .btn-box {
  text-align: center;
  padding: 17px 0 25px;
}
#videos .swiper-container {
  padding-bottom: 40px;
}
#videos .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
#videos .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #000;
}
#videos .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fdc532;
}
#videos .video-container {
  position: relative;
}
#videos .video-container img {
  width: 100%;
}
#videos .video-container video {
  width: 100%;
  outline: none;
  object-fit: fill;
}
#videos .video-container .paly-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  cursor: pointer;
}
#news {
  background: url(../images/2021/service-bg.png) center center no-repeat;
  background-size: cover;
  padding-bottom: 40px;
}
#news .btn-box {
  text-align: center;
  padding: 17px 0 25px;
}
#news .news-list {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
#news .news-list li {
  width: calc(33.33% - 10px);
  margin: 0 10px;
  background: #e7e7e7;
  transition: all 0.5s;
}
#news .news-list li:hover {
  background: #fdc532;
}
#news .news-list li img {
  width: 100%;
}
#news .news-list li .news-content {
  padding: 17px 17px 28px;
}
#news .news-list li .news-content .news-time {
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  margin-bottom: 14px;
  display: block;
}
#news .news-list li .news-content h2 {
  font-weight: normal;
  font-size: 14px;
  color: black;
  line-height: 1.4;
}
#column-list .column-list-box {
  display: flex;
}
#column-list a {
  flex: 1;
  position: relative;
}
#column-list a > img {
  width: 100%;
  display: block;
}
#column-list a .column-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
}
#column-list a .column-content h2 {
  font-size: 18px;
  margin-left: 15px;
  color: black;
}
#column-list a .column-content .column-icon01 {
  width: 85px;
}
#column-list a .column-content .column-icon02 {
  width: 167px;
}
#column-list a .column-content .column-icon03 {
  width: 73px;
}
#product-list .product-list-box {
  display: flex;
}
#product-list li {
  flex: 1;
  padding: 30px 25px;
  display: flex;
  align-items: center;
  position: relative;
}
#product-list li .product-img01 {
  width: 215px;
}
#product-list li .product-img02 {
  width: 168px;
}
#product-list li .product-img03 {
  width: 260px;
}
#product-list li h2 {
  font-size: 18px;
  padding-bottom: 7;
}
#product-list li h3 {
  font-size: 14px;
  font-weight: normal;
}
#product-list li a {
  display: inline-flex;
  margin-top: 20px;
  align-items: center;
  color: black;
  font-size: 14px;
}
#product-list li a img {
  margin-left: 5px;
  transition: all 0.5s;
  width: 11px;
}
#product-list li a:hover img {
  margin-left: 10px;
}
#about {
  text-align: center;
  padding: 50px 0;
  background: url(/img/index/about-bg.jpg) no-repeat;
  background-size: cover;
}
#about h2 {
  font-size: 40px;
  margin-bottom: 25px;
}
#about p {
  font-size: 20px;
  line-height: 1.6;
}
#backhome a {
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  display: block;
  background: #fdc532;
  color: #000;
  line-height: 1;
}
#cba-intro {
  padding-bottom: 40px;
  background: #f1f1f1;
}
#cba-intro p {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.5;
}
#cba-intro ul {
  padding-top: 20px;
}
#cba-intro ul li {
  font-size: 18px;
  color: #595959;
  position: relative;
  padding-left: 27px;
  margin-bottom: 5px;
}
#cba-intro ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #595959;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.index_caption {
  width: 100%;
  height: 45px;
  background-color: #262626;
  overflow: hidden;
  border-top: 1px solid #000;
  display: none;
  text-align: center;
}
.index_caption a {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 45px;
  float: left;
  color: #f4c624;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
}
.index_caption a:last-child {
  border-left: 1px solid #000;
}
.index_caption a span {
  position: relative;
}
.index_caption a span::before {
  content: "";
  width: 12.5px;
  height: 16.5px;
  background: url(../images/2021/login-peple.png) left center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: -17px;
  transform: translateY(-50%);
}
.mrr-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  display: none;
}
.mrr-wrap .middle-right-reg {
  position: absolute;
  top: calc(50% - 260px);
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 560px;
  height: 520px;
  background: #ffcc00;
  display: none;
}
.mrr-wrap .middle-right-reg.sign {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 420px;
  height: 280px;
  background: #ffcc00;
  display: none;
}
.mrr-wrap .middle-right-reg.sign ._form_item {
  margin: 0 40px;
}
.mrr-wrap .middle-right-reg h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 80px;
  text-align: center;
}
.mrr-wrap .middle-right-reg ._form_item {
  margin: 0 60px;
  width: 340px;
  line-height: 30px;
  padding: 5px 0;
}
.mrr-wrap .middle-right-reg .sshy {
  position: absolute;
  width: 340px;
  left: 50%;
  margin-left: -220px;
  overflow: visible;
}
.mrr-wrap .middle-right-reg ._form_sign {
  font-weight: bold;
  color: red;
  font-size: 18px;
  padding: 0 5px;
  vertical-align: middle;
}
.mrr-wrap .middle-right-reg ._form_item ._form_sign,
.mrr-wrap .middle-right-reg .privacy ._form_sign {
  padding-left: 0px;
  width: 15px;
}
.mrr-wrap .middle-right-reg ._form_item ._form_sign {
  float: left;
  padding-top: 2px;
}
.mrr-wrap .middle-right-reg ._form_item_title {
  float: left;
  font-size: 13px;
  font-weight: bold;
}
.mrr-wrap .middle-right-reg ._form_text {
  width: 252px;
  float: right;
  font-size: 18px;
  background: transparent;
  border: 1px solid #000;
  line-height: 30px;
  padding: 0 10px;
  font-weight: normal;
  font-size: 16px;
}
.mrr-wrap .middle-right-reg ._form_select {
  position: relative;
  float: right;
  width: 252px;
}
.mrr-wrap .middle-right-reg .select.show {
  position: absolute;
  width: 100%;
  height: 300px;
}
.mrr-wrap .middle-right-reg .privacy {
  width: 447px;
  margin: 45px auto 0;
  font-size: 13px;
}
.mrr-wrap .middle-right-reg .privacy.market {
  margin: 10px auto 0;
}
.mrr-wrap .middle-right-reg .privacy.market .tips-m {
  display: none;
}
.mrr-wrap .middle-right-reg .privacy .check-box {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  margin-right: 8px;
  vertical-align: middle;
}
.mrr-wrap .middle-right-reg .form_text_detail {
  width: 440px;
  margin: 0 auto;
  font-size: 13px;
  font-weight: bold;
}
.mrr-wrap .middle-right-reg .check-box.checked {
  background: url(../images/2021/confirm-mark.png) no-repeat center center;
  background-size: 80% auto;
}
.mrr-wrap .middle-right-reg #index_signup_submit,
.mrr-wrap .middle-right-reg ._form_button {
  display: block;
  width: 360px;
  height: 40px;
  background: #000;
  margin: 30px auto 0;
  border: 0;
  font-size: 18px;
  color: #ffcc00;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.mrr-wrap .middle-right-reg a {
  color: #000;
  text-decoration: underline;
}
.mrr-wrap .middle-right-reg .select-selected {
  color: #000;
  text-decoration: none;
}
.mrr-wrap .middle-right-reg .select-selected:hover {
  border-color: #000;
  color: #000;
}
.mrr-wrap .middle-right-reg .select.show a {
  color: #000;
  text-decoration: none;
}
.mrr-wrap .middle-right-reg .select.show .select-options:hover select-selected {
  border-color: #000;
}
.mrr-wrap .middle-right-reg .select.show .select-options li:hover a {
  color: #fff;
}
.mrr-wrap .middle-right-reg .select-selected {
  color: #000;
  background: #ffcc00;
  border-color: #000;
}
.mrr-wrap .middle-right-reg .select-selected:after {
  border-color: #000;
  color: #000;
}
.mrr-wrap .middle-right-reg .select-options {
  background: #ffcc00;
}
.mrr-wrap .middle-right-reg ._form_tip {
  clear: both;
  display: block;
  float: none;
}
.mrr-wrap .middle-right-reg .close {
  width: 54px;
  height: 55px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  opacity: 1;
}
.mrr-wrap .middle-right-reg .close img {
  width: 70%;
  height: 70%;
  cursor: pointer;
}
.mrr-wrap .middle-right-reg .join-us {
  margin: 15px auto;
  width: 340px;
  line-height: 1;
}
.mrr-wrap .middle-right-reg #index_sign {
  display: block;
  width: 340px;
  height: 40px;
  background: #000;
  margin: 0 auto 0;
  border: 0;
  font-size: 18px;
  color: #ffcc00;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.mrr-wrap .middle-right-reg .click-reg {
  text-decoration: underline;
  cursor: pointer;
}
.mrr-wrap .middle-right-reg ._form_ImgTitle {
  display: flex;
  padding: 10px 0;
  justify-content: center;
  align-items: center;
  width: 440px;
  margin: 0 auto;
}
.mrr-wrap .middle-right-reg ._form_Img {
  width: 20%;
}
.mrr-wrap .middle-right-reg ._form_Img img {
  width: 100%;
}
.mrr-wrap .middle-right-reg ._formTitle {
  width: 80%;
}
.mrr-wrap .middle-right-reg ._form_title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  /* height: 40px;
        line-height: 40px */
}
.mrr-wrap .middle-right-reg ._form_sub_title {
  font-size: 13px;
  font-weight: normal;
  width: 440px;
  margin: 0 auto 10px;
}
.winner-list-div-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: none;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}
.winner-list-div {
  position: relative;
  top: 10%;
  margin: 0 auto;
  width: 634px;
  height: 80%;
  overflow-y: auto;
  overflow-x: hidden;
}
.winner-list-div .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  opacity: 1;
}
.winner-list-div .close img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#userAction {
  display: flex;
  background: url('../images/2021/home-userAction-bg.png') repeat-x;
  background-size: 3px 44px;
  height: 44px;
}
#userAction a {
  flex: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #f4c624;
  text-decoration: none;
  font-weight: 800;
  font-size: 4vw;
}
#userAction a:first-child {
  border-right: 1px solid black;
}
.go-entrance::before {
  content: "";
  display: block;
  width: 16.5px;
  height: 17.5px;
  background: url(../images/2021/go-entrance.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.go-entrance {
  padding-left: 20px;
  position: relative;
}
.qrcode-layer {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.qrcode-layer .content-cba {
  width: 690px;
  height: 475px;
  background: #fff;
  border: 2px solid #ccc;
  position: relative;
  top: 100px;
  margin: 0 auto;
  text-align: center;
}
.qrcode-layer .p1 {
  color: #ffcc00;
  font-size: 28px;
  line-height: 80px;
  font-weight: bold;
}
.qrcode-layer .p2 {
  font-size: 18px;
  line-height: 1.6;
}
.qrcode-layer #qrcode-create {
  display: none;
  margin: 40px auto 0;
}
.qrcode-layer #qrcode-create-img {
  width: 160px;
  height: 160px;
  position: absolute;
  top: 0;
  left: 0;
}
.qrcode-layer #cat-logo {
  display: inline-block;
  width: 36px;
  height: 36px;
  position: relative;
  z-index: 2;
  vertical-align: middle;
}
.qrcode-layer .confirm {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.qrcode-layer .qrcode_box_cba {
  padding: 40px 60px 0 60px;
}
.qrcode-layer .qrcode_box_cba .qrcode_box_left span {
  margin-top: 20px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 1.4;
  padding-left: 10px;
}
.qrcode-layer .qrcode_box_cba .qrcode_box_left span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -19px;
  width: 24px;
  height: 43.2px;
  background: url(../images/2021/phone_icon.png) no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
.qrcode-layer #qrcode-create-img-div {
  width: 160px;
  height: 160px;
  display: inline-block;
  font-size: 0;
  line-height: 160px;
  text-align: center;
  position: relative;
}
@keyframes prizeRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    transition: all 5s;
  }
}
#float-reg {
  position: fixed;
  bottom: 0;
  right: 0;
  background: linear-gradient(to right, #fff, #fffefa, #fff3d5);
  padding: 14px 33px 14px 83px;
  z-index: 1;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
#float-reg .float-reg-img {
  position: relative;
  position: absolute;
  top: 50%;
  left: -74px;
  transform: translateY(-50%);
}
#float-reg .float-reg-img .prize-img {
  width: 148px;
}
#float-reg .float-reg-img .prize-posi {
  position: absolute;
  top: 0;
  left: 0;
}
#float-reg .float-reg-img .prize-animate {
  animation: prizeRotate 3s linear infinite;
}
#float-reg h2 {
  font-size: 14px;
  line-height: 1.4;
  padding-bottom: 10px;
}
#float-reg a {
  display: inline-block;
  padding: 10px 30px 10px 14px;
  position: relative;
  font-size: 14px;
  color: #fdc532;
  background: black;
}
#float-reg a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  width: 11px;
  height: 4.8125px;
  background: url(../images/2021/more-arrow.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}
#float-reg a:hover::before {
  right: 10px;
}
.masterEwm {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10001;
}
.masterEwm .masterBox {
  width: 400px;
  position: relative;
  margin: 150px auto 0 auto;
  text-align: center;
  padding: 50px 0;
  background: #fff;
}
.masterEwm .masterBox img {
  width: auto;
  margin: 0 auto;
}
.masterEwm p {
  margin-top: 20px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 1.4;
  padding-left: 10px;
  color: #000;
}
.masterEwm p::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -19px;
  width: 24px;
  height: 43.2px;
  background: url(/img/phone_icon.png) no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
.masterEwm .masterClose {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
.masterEwm .masterClose img {
  width: 100%;
}
.shady-layer {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.shady-layer .sl-wrap {
  position: relative;
  top: 10%;
  width: 602px;
  height: 80%;
  margin: 0 auto;
  border: 1px solid #9c9c9c;
  background: #fdfbf4;
}
.shady-layer .sl-wrap .close {
  position: absolute;
  top: 0;
  right: 14px;
  width: 54px;
  height: 55px;
  background: url(/misc/img/why-join-close.png) no-repeat 0 0;
  background-size: 54px 55px;
  cursor: pointer;
  opacity: 1;
}
.shady-layer .sl-content {
  position: relative;
  width: 602px;
  height: 100%;
  overflow-y: auto;
}
.pointer-area-hand {
  cursor: pointer;
}
.mini_qrcode {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: white;
  z-index: 9;
}
.mini_qrcode.expand {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.mini_qrcode img {
  width: 130px;
}
.mini_qrcode p {
  font-size: 14px;
  width: 100%;
  text-align: center;
}
._form_label {
  display: block;
}
.banner_mb {
  display: none;
}
.photosGoHome {
  display: none;
}
.header {
  background: #fff;
  font-family: "Microsoft YaHei", "STXihei", "STHeiti", "微软雅黑", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}
.container {
  padding: 0;
}
.header .nav {
  height: 90px;
  line-height: 90px;
}
.header img {
  width: 87%;
  cursor: pointer;
}
.header .threeYellow {
  width: 100%;
  background: url(../images/three.png) repeat-x;
  height: 13px;
}
.logoImg {
  float: left;
  width: 15%;
}
.navMenu {
  float: left;
}
.navMenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 60px;
}
.navMenu ul li {
  float: left;
  font-size: 18px;
}
.navMenu ul li a {
  font-size: 18px;
  padding: 0 30px;
  display: block;
  height: 100%;
}
.navMenu ul li a {
  color: #000000;
  font-weight: 600;
}
.navMenu ul li a:link {
  text-decoration: none;
}
.banner img {
  width: 100%;
}
.content {
  padding-bottom: 60px;
}
.content p {
  font-size: 18px;
  color: #595959;
  line-height: 1.6;
  padding: 20px 0;
}
.content p span {
  font-size: 20px;
  font-weight: bold;
}
.content ul {
  list-style: none;
}
.content ul li {
  font-size: 18px;
  color: #595959;
  position: relative;
  padding-left: 27px;
  margin-bottom: 5px;
}
.content ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #595959;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.littleBanner {
  padding-bottom: 20px;
}
.littleBanner img {
  width: 100%;
}
.littleBanner ul {
  margin-left: -9px;
  margin-right: -9px;
}
.littleBanner ul li {
  width: 33.33%;
  padding: 0 9px;
  float: left;
  margin-bottom: 18px;
}
.littleBanner .row {
  margin-left: -6px;
  margin-right: -6px;
}
.littleBanner .row .col-xs-3 {
  padding-left: 6px;
  padding-right: 6px;
}
.littleBanner .wrapBottom {
  padding-left: 30px;
}
.littleBanner .wrapBottom h4 {
  font-size: 36px;
  color: #162851;
  color: #fff;
  padding-top: 10px;
  font-weight: normal;
  line-height: 1.4;
}
.footer {
  background: #f0f0f0;
  padding: 20px 0;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer p {
  font-size: 16px;
  color: #2678b6;
  line-height: 25px;
}
.footer p a {
  color: #2678b6;
}
.footer p a:hover {
  color: #777777;
  text-decoration: underline;
}
.footer .p01 {
  color: #000000;
}
.goHome {
  padding-bottom: 40px;
}
.goHome a {
  font-size: 14px;
  color: #000000;
  background: #f0f0f0;
  padding: 6px 14px;
  border: 1px solid #000000;
}
.goHome a:hover {
  color: #ffcd11;
  background: #000000;
}
.swiper-pagination-bullet {
  width: 45px;
  height: 8px;
  background: #fff;
  opacity: 1;
  vertical-align: middle;
  border-radius: 0;
}
.swiper-pagination-bullet-active {
  width: 45px;
  height: 8px;
  background: #FECC33;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 26px;
}
.header .box {
  width: 100%;
  position: relative;
}
.header .theGlobe {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 31px;
  cursor: pointer;
}
.header .theGlobe a {
  font-size: 18px;
  color: #000;
  display: block;
  height: 100%;
}
.header .theGlobe::before {
  content: "";
  display: block;
  background: url(../images/the_globe_mb.png) no-repeat;
  background-size: 100% 100%;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.content .ye {
  height: 5px;
  background: #ffcc00;
}
.content h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.6;
  position: relative;
  display: inline-block;
  padding-left: 15px;
  margin-top: 50px;
}
.content h2::before {
  content: "";
  display: block;
  width: 4px;
  height: 32px;
  background: #000000;
  position: absolute;
  left: 0;
  top: 9px;
}
.wraps {
  padding: 0 60px;
}
.wrap {
  position: relative;
}
.wrapBottom {
  position: absolute;
  bottom: 20px;
}
.wrapBottom .xian {
  height: 40px;
  border-left: 3px solid #fff;
}
.wrapBottom span {
  color: #fff;
  font-size: 16px;
  position: relative;
  padding-right: 45px;
  display: inline-block;
}
.wrapBottom span::after {
  content: "";
  display: block;
  background: url(../images/arrow-right.png) no-repeat;
  width: 34px;
  height: 9px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.goIndex {
  background: #262626;
  margin-bottom: 20px;
}
.goIndex a {
  color: #ffc700;
  font-size: 16px;
  display: block;
  padding: 15px 0;
  text-align: center;
}
.header .menu-open {
  display: none;
}
.header .navMenu li.opt_for {
  background: #ffcc00;
}
.footerPc {
  background: #f0f0f0;
  padding: 25px 0;
  overflow: hidden;
}
.footerPc .container {
  position: relative;
}
.footerPc .nav-left {
  float: left;
  height: 20px;
  line-height: 20px;
}
.footerPc a {
  color: #2678b6;
  font-size: 12px;
  padding: 0 12px;
  line-height: 20px;
  float: left;
}
.footerPc .nav-right {
  float: right;
  font-size: 12px;
  color: #2678b6;
  height: 20px;
  line-height: 20px;
}
.footerPc .nav-right a {
  padding: 0;
}
.footerMb {
  display: none;
}
.footer_evm {
  background: #e3e3e3;
  overflow: hidden;
  padding: 30px 0;
  position: relative;
  text-align: center;
}
.footer_box {
  display: inline-block;
}
.tel_box {
  float: left;
  padding-top: 50px;
  position: relative;
  padding-right: 40px;
}
.tel_box span {
  font-size: 22px;
  display: block;
  text-align: center;
  padding: 10px 70px;
  border: 2px solid #858585;
  display: inline-block;
  color: #858585;
  position: relative;
}
.tel_box span:before {
  content: "\e645";
  font-family: CAT;
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
}
.tel_box a {
  display: block;
  color: #858585;
  font-size: 24px;
  margin-top: 30px;
}
.qrcode_box {
  float: left;
  border-left: 1px solid #858585;
  text-align: center;
  padding-left: 20px;
}
.qrcode_footer {
  width: 180px;
  color: #858585;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  float: left;
  margin: 0 20px;
}
.qrcode_footer span {
  display: inline-block;
  padding-top: 5px;
}
.qrcode_footer img {
  width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  .footerPc .nav-left {
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }
  .footerPc .nav-right {
    float: none;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .navMenu ul li a {
    padding: 0 20px;
  }
  .wraps {
    padding: 0 30px;
  }
  .navMenu ul {
    padding-left: 20px;
  }
  .content h2 {
    margin-top: 30px;
    font-size: 30px;
  }
  .content p {
    font-size: 16px;
    padding: 15px 0;
  }
  .content p span {
    font-size: 18px;
    font-weight: bold;
  }
  .content ul li {
    padding-left: 20px;
    font-size: 16px;
  }
  .content ul li::before {
    width: 8px;
    height: 8px;
  }
  .content {
    padding-bottom: 30px;
  }
  .wrapBottom .xian {
    height: 35px;
  }
  .littleBanner .wrapBottom h4 {
    font-size: 30px;
    padding-top: 10px;
  }
  .wrapBottom span {
    font-size: 18px;
    padding-right: 40px;
  }
  .littleBanner .wrapBottom {
    padding-left: 15px;
  }
  .goIndex a {
    font-size: 14px;
  }
  .footer p {
    font-size: 14px;
  }
  .qrcode_footer {
    width: 150px;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .footer_evm {
    display: none;
  }
  .banner_mb {
    display: block;
  }
  .banner_pc {
    display: none;
  }
  .photosGoHome {
    display: block;
    padding: 0 15px;
    background: #ffcc00;
  }
  .photosGoHome a {
    font-size: 14px;
    display: block;
    color: #fff;
    font-weight: 600;
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
  }
  .photosGoHome a::before {
    content: "";
    display: block;
    width: 21px;
    height: 13px;
    background: url(../images/news-arrow-left.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .header .nav {
    height: 60px;
    line-height: 60px;
  }
  .header .threeYellow {
    background: #d4c637;
    height: 1px;
  }
  .header .theGlobe {
    right: 80px;
    padding-left: 20px;
  }
  .header .theGlobe a {
    font-size: 14px;
  }
  .header .theGlobe::before {
    width: 17px;
    height: 17px;
  }
  .swiper-pagination-bullet {
    height: 4px;
    width: 22.5px;
  }
  .swiper-pagination-bullet-active {
    height: 4px;
    width: 22.5px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 9px;
  }
  .content .ye {
    display: none;
  }
  .wraps {
    padding: 0 15px;
  }
  .content {
    padding-top: 25px;
  }
  .content h2 {
    font-size: 19px;
    padding-left: 9px;
    margin-top: 0;
    line-height: 1.4;
  }
  .content h2::before {
    width: 3px;
    height: 20px;
    top: 2px;
  }
  .content p {
    font-size: 14px;
    line-height: 1.4;
  }
  .content p span {
    font-size: 16px;
    font-weight: bold;
  }
  .content ul li {
    font-size: 14px;
    padding-left: 14px;
  }
  .content ul li::before {
    width: 7px;
    height: 7px;
    transform: translateY(0);
    top: 6px;
  }
  .littleBanner ul {
    margin: 0;
  }
  .littleBanner ul li {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 10px;
  }
  .wrapBottom .xian {
    width: 2px;
    height: 40px;
  }
  .littleBanner .wrapBottom h4 {
    font-size: 28px;
    padding-top: 7px;
  }
  .wrapBottom span::after {
    width: 26px;
    height: 6px;
    background-size: 100% 100%;
  }
  .wrapBottom span {
    font-size: 12px;
    padding-right: 35px;
  }
  .littleBanner {
    padding-bottom: 0;
  }
  .goIndex a {
    font-size: 12px;
    padding: 10px 0;
  }
  .footer p {
    font-size: 13px;
  }
  .jingB {
    display: block;
  }
  .header .box {
    height: 60px;
  }
  .navMenu {
    display: block;
    position: absolute;
    top: 60px;
    z-index: 999;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    display: none;
  }
  .header .container {
    padding: 0;
  }
  .logoImg {
    margin-left: 15px;
    float: none;
  }
  .navMenu ul li {
    float: none;
    width: 100%;
    border-bottom: 1px solid #dadada;
    line-height: 1;
  }
  .navMenu ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 15px;
  }
  .navMenu ul {
    padding-left: 0;
  }
  .header .menu-open {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 24px;
    height: 20px;
    display: block;
  }
  .header .active {
    width: 19px;
    height: 19px;
  }
  .header .navMenu li.opt_for {
    background: #fff;
    opacity: 0.8;
  }
  .header .navMenu li a {
    display: block;
  }
  .header .navMenu li.opt_for a {
    color: #000;
  }
  .index_banner .swiper-pagination {
    display: none;
  }
}
@media (max-width: 767px) {
  .logoImg {
    width: 30%;
  }
  .footerPc {
    display: none;
  }
  .footerMb {
    display: block;
  }
  .goIndex {
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .container-box {
    width: auto;
    padding: 0 30px;
  }
  h2.title {
    font-size: 24px;
  }
  #main .swiper-pagination-bullet {
    margin: 0 5px !important;
  }
  #cba-intro p {
    font-size: 16px;
  }
  #cba-intro ul li {
    font-size: 14px;
  }
  #why-become ul li h2 {
    font-size: 16px;
  }
  #why-become ul li p {
    font-size: 12px;
  }
  #why-become ul li .become-img01 {
    width: 110px;
  }
  #why-become ul li .become-img02 {
    width: 84px;
  }
  #why-become ul li .become-img03 {
    width: 110px;
  }
  #service .service-text {
    left: 10px;
    max-width: 220px;
    padding: 15px 10px;
  }
  #service .service-text h2 {
    font-size: 15px;
  }
  #service .service-text h3 {
    font-size: 14px;
  }
  #service .service-text p {
    font-size: 12px;
  }
  #service .service-text img {
    width: 11px;
  }
  #videos .intro {
    font-size: 24px;
  }
  #videos .video-container .paly-video {
    width: 50px;
  }
  #backhome a {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #float-reg {
    display: none !important;
  }
  .container-box {
    padding: 0 15px;
  }
  #main .swiper-pagination-bullet {
    width: 1.8667vw;
    height: 1.8667vw;
  }
  #main .swiper-pagination-bullets {
    bottom: 10px;
  }
  a.links {
    padding: 2.6667vw 7.3333vw 2.6667vw 3.3333vw;
    font-size: 3.2vw;
    color: black;
    background: #fdc532;
    position: relative;
    display: inline-block;
    margin-right: 2.6667vw;
  }
  a.links::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3.3333vw;
    width: 2.6667vw;
    height: 1.2vw;
  }
  a.links:last-child {
    margin-right: 0;
  }
  h2.title {
    padding: 6vw 0 4vw;
    font-size: 6.4vw;
    text-align: center;
  }
  #cba-intro {
    padding-bottom: 7.3333vw;
  }
  #cba-intro h2 {
    font-size: 4.8vw;
    line-height: 1.4;
  }
  #cba-intro p {
    margin-top: 0;
    font-size: 3.2vw;
  }
  #cba-intro ul li {
    font-size: 3.7333vw;
    padding-left: 3.7333vw;
  }
  #cba-intro ul li::before {
    transform: translateY(0);
    width: 1.866vw;
    height: 1.866vw;
    top: 1.6vw;
  }
  #why-become {
    padding-bottom: 7.3333vw;
  }
  #why-become .swiper-button-prev {
    background: url(../images/2021/swiper-prev.png) no-repeat;
    left: 0;
  }
  #why-become .swiper-button-next {
    background: url(../images/2021/swiper-next.png) no-repeat;
    right: 0;
  }
  #why-become .swiper-button-next,
  #why-become .swiper-button-prev {
    display: block;
    margin-top: 0;
    transform: translateY(-50%);
    width: 4vw;
    height: 7.7333vw;
    background-size: 100% 100%;
  }
  #why-become .why-become-btn {
    padding-top: 0;
    margin-bottom: -2.666vw;
  }
  #why-become .why-become-btn .links {
    margin-bottom: 2.66vw;
  }
  #why-become ul {
    margin-left: 0;
    margin-right: 0;
  }
  #why-become ul li {
    flex: 0 0 auto;
    padding: 1.3333vw 9.3333vw 6.6667vw;
  }
  #why-become ul li > div {
    padding-left: 3vw;
    width: 58%;
  }
  #why-become ul li h2 {
    font-size: 4vw;
  }
  #why-become ul li p {
    font-size: 3.2vw;
    padding-top: 1.3333vw;
    line-height: 1.4;
  }
  #why-become ul li .become-pc {
    display: none;
  }
  #why-become ul li .become-m {
    display: inline-block;
  }
  #why-become ul li img {
    width: 42% !important;
  }
  #service .swiper-container {
    padding-bottom: 0;
  }
  #service .container-box {
    padding: 0;
  }
  #service .swiper-slide {
    width: 100%;
  }
  #service .service-content .news-img-pc {
    display: none !important;
  }
  #service .service-content .news-img-m {
    display: inline-block !important;
  }
  #service .service-text {
    position: relative;
    left: auto;
    bottom: auto;
    max-width: 100%;
    margin: -13.3333vw 4.6667vw 0;
    z-index: 2;
    min-height: 20vw;
    padding: 15px 10px;
  }
  #service .service-text h2 {
    font-size: 15px;
  }
  #service .service-text h3 {
    font-size: 14px;
  }
  #service .service-text p {
    font-size: 12px;
  }
  #service .service-text img {
    width: 11px;
  }
  #service .links-box {
    position: static;
    right: auto;
    bottom: auto;
    padding: 2.6667vw 4.6667vw 0;
    text-align: right;
  }
  #service .swiper-pagination {
    text-align: left;
    padding-left: calc(4.6667vw - 5px);
  }
  #news {
    padding-bottom: 7.3333vw;
  }
  #news .news-list {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: wrap;
  }
  #news .news-list li {
    width: 100%;
    margin: 0 0 2.6667vw;
  }
  #news .news-list li .news-content {
    padding: 3.3333vw 4.6667vw 4.6667vw;
  }
  #news .news-list li .news-content .news-time {
    font-size: 2.6667vw;
    margin-bottom: 2.6667vw;
  }
  #news .news-list li .news-content h2 {
    font-size: 3.7333vw;
    line-height: 1.4;
    font-weight: bold;
  }
  #news .btn-box {
    padding: 2.6667vw 0 0;
  }
  #videos {
    padding-bottom: 7.3333vw;
  }
  #videos .intro {
    font-size: 5.8vw;
    line-height: 1.4;
    padding-bottom: 2.6667vw;
  }
  #videos .btn-box {
    padding: 0 0 4.6667vw;
  }
  #videos .video-container .paly-video {
    width: 12vw;
  }
  .winner-list-div {
    width: 80%;
  }
  .winner-list-div > img {
    width: 100%;
  }
  .winner-list-div .close {
    width: 30px;
    height: 30px;
  }
  #backhome a {
    font-size: 3.2vw;
    padding: 2vw 0;
    line-height: 1;
  }
  .alert {
    width: 80%;
    padding: 10% 5% 100px 5%;
    font-weight: bold;
    background-color: #333;
    position: absolute;
    top: 30%;
    left: 10%;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    margin: 0;
    font-size: 16px;
  }
  .alert_button {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 100px;
    height: 35px;
    line-height: 35px;
    margin-left: -50px;
    text-align: center;
    background-color: #fecc33;
    color: #333;
    font-size: 14px;
    border-radius: 3px;
  }
  .shady-layer {
    background: rgba(0, 0, 0, 0.5);
  }
  .shady-layer .sl-wrap {
    position: relative;
    top: auto;
    width: 80%;
    height: 116vw;
    margin: 40% 10% 10%;
  }
  .shady-layer .sl-wrap .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
  }
  .shady-layer .sl-content {
    width: 100%;
  }
  .shady-layer .sl-content img {
    width: 100%;
  }
  .mrr-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    display: none;
  }
  .mrr-wrap .middle-right-reg {
    position: absolute;
    top: calc(50% - 270px);
    right: auto;
    bottom: auto;
    left: 0;
    margin: 5%;
    width: 90%;
    height: auto;
    background: #ffcc00;
    display: none;
    padding: 15px 25px;
  }
  .mrr-wrap .middle-right-reg.sign {
    position: absolute;
    top: 50px;
    right: auto;
    bottom: auto;
    left: 0;
    margin: 5%;
    width: 90%;
    height: auto;
    background: #ffcc00;
    display: none;
    padding: 15px 25px;
  }
  .mrr-wrap .middle-right-reg.sign ._form_item_title {
    width: 30%;
  }
  .mrr-wrap .middle-right-reg.sign ._form_item {
    padding: 10px 0;
  }
  .mrr-wrap .middle-right-reg h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin: 15px auto;
    color: #000;
  }
  .mrr-wrap .middle-right-reg ._form_item {
    margin: 0 auto;
    width: auto;
    line-height: 37px;
    padding: 5px 0;
    color: #000;
  }
  .mrr-wrap .middle-right-reg .sshy {
    position: static;
    width: 100%;
    left: auto;
    margin-left: 0;
    overflow: visible;
  }
  .mrr-wrap .middle-right-reg ._form_sign {
    font-weight: bold;
    color: red;
    font-size: 18px;
    padding: 0 5px;
    vertical-align: middle;
  }
  .mrr-wrap .middle-right-reg ._form_item ._form_sign,
  .mrr-wrap .middle-right-reg .privacy ._form_sign {
    padding-left: 0px;
    width: 15px;
  }
  .mrr-wrap .middle-right-reg ._form_item ._form_sign {
    float: left;
    padding-top: 2px;
  }
  .mrr-wrap .middle-right-reg ._form_item_title {
    float: left;
    font-size: 16px;
    width: 26%;
    font-weight: bold;
  }
  .mrr-wrap .middle-right-reg ._form_sign {
    width: 4%;
  }
  .mrr-wrap .middle-right-reg ._form_label {
    width: 65%;
    float: right;
    margin-bottom: 0;
  }
  .mrr-wrap .middle-right-reg ._form_text {
    width: 100%;
    float: none;
    padding: 7px;
    outline: none;
    font-size: 16px;
    background: transparent;
    border: 1px solid #000;
    line-height: 1;
    font-weight: normal;
    font-size: 14px;
  }
  .mrr-wrap .middle-right-reg ._form_select {
    position: relative;
    float: right;
    width: 65%;
  }
  .mrr-wrap .middle-right-reg .select.show {
    position: absolute;
    width: 100%;
    height: auto;
  }
  .mrr-wrap .middle-right-reg .privacy {
    width: auto;
    margin: 5px auto 0;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
  }
  .mrr-wrap .middle-right-reg .privacy.market {
    margin: 5px auto 0;
  }
  .mrr-wrap .middle-right-reg .privacy.market .tips-m {
    display: block;
    font-style: normal;
    margin-bottom: 5px;
  }
  .mrr-wrap .middle-right-reg .privacy .check-box {
    border: 1px solid #333;
    margin-right: 5px;
    border-radius: 3px;
  }
  .mrr-wrap .middle-right-reg .form_text_detail {
    width: auto;
    margin: 0 auto 10px;
    font-size: 14px;
  }
  .mrr-wrap .middle-right-reg .form_text_detail ._form_sign {
    width: auto;
  }
  .mrr-wrap .middle-right-reg .check-box.checked {
    background-size: 60% auto;
  }
  .mrr-wrap .middle-right-reg #index_signup_submit,
  .mrr-wrap .middle-right-reg ._form_button {
    width: 100%;
    height: auto;
    margin: 0 auto 0;
    font-size: 16px;
    line-height: 1;
    padding: 9px;
    background: #333;
    font-weight: bold;
  }
  .mrr-wrap .middle-right-reg a {
    color: #000;
    text-decoration: underline;
  }
  .mrr-wrap .middle-right-reg .select-selected {
    color: #000;
    text-decoration: none;
  }
  .mrr-wrap .middle-right-reg .select-selected:hover {
    border-color: #000;
    color: #000;
  }
  .mrr-wrap .middle-right-reg .select-options li:not(:last-child) {
    white-space: inherit;
  }
  .mrr-wrap .middle-right-reg .select.show a {
    color: #000;
    text-decoration: none;
  }
  .mrr-wrap .middle-right-reg .select.show .select-options:hover select-selected {
    border-color: #000;
  }
  .mrr-wrap .middle-right-reg .select.show .select-options li:hover a {
    color: #fff;
  }
  .mrr-wrap .middle-right-reg .select-options a:hover,
  .mrr-wrap .middle-right-reg .select-options li.current a {
    color: #fff !important;
  }
  .mrr-wrap .middle-right-reg .select-selected {
    color: #000;
    background: #ffcc00;
    border-color: #000;
  }
  .mrr-wrap .middle-right-reg .select-selected:after {
    border-color: #000;
    color: #000;
  }
  .mrr-wrap .middle-right-reg .select-options {
    background: #ffcc00;
  }
  .mrr-wrap .middle-right-reg ._form_tip {
    color: #666;
    font-size: 12px;
    line-height: 2;
  }
  .mrr-wrap .middle-right-reg .close {
    width: auto;
    height: auto;
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: right;
    opacity: 1;
  }
  .mrr-wrap .middle-right-reg .close img {
    width: 45%;
    height: 45%;
    cursor: pointer;
  }
  .mrr-wrap .middle-right-reg .join-us {
    margin: 0;
    width: auto;
    padding: 5px 0;
    line-height: 1.5;
  }
  .mrr-wrap .middle-right-reg #index_sign {
    width: 100%;
    height: auto;
    margin: 0 auto 0;
    font-size: 16px;
    line-height: 1;
    padding: 9px;
    background: #333;
    font-weight: bold;
  }
  .mrr-wrap .middle-right-reg .click-reg {
    text-decoration: underline;
    cursor: pointer;
  }
}
/* photos */
.story_detail {
  background: #ffffff;
}
/* viodes */
.video_row {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.video_row a {
  font-size: 16px;
}
