/*reset*/
body {
  padding-top: 100px;
  background: linear-gradient(180deg, #231C88 0%, #0F0A58 100%);
}
#collapse-head {
  color: #fff;
}
.am-topbar {
  margin-bottom: 0;
  border: none;
  background: #121443;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.am-with-topbar-fixed-top {
  padding-top: 100px;
}
.am-topbar-nav > li > a:after {
  border: none;
}
.am-nav a {
  color: inherit;
}
.am-nav a:hover {
  color: #357ed9;
}
.am-nav a:active {
  color: #6b6b6b;
}
.am-topbar-brand {
  padding: 0;
  float: left;
  line-height: 100px;
}
.am-topbar-brand img {
  max-height: 34px;
}
.am-topbar-nav {
  float: right;
}
.am-topbar-nav > li > a {
  position: relative;
  line-height: 70px;
  padding: 0 30px;
}
.am-nav > li > a:focus, .am-nav > li > a:hover, .am-nav > li > a.am-active {
  background: transparent;
  color: #00FFFE;
}
#collapse-head ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  #collapse-head ul {
    display: block;
    height: auto;
    float: none;
  }
  .am-topbar-brand {
    line-height: 50px;
    margin-left: 10px;
  }
  .am-topbar-brand img {
    height: 19px;
  }
  .am-topbar-nav > li > a {
    font-size: 15px;
    padding: .4em 1em;
    line-height: 1.6;
    text-align: center;
  }
  .am-btn.am-topbar-toggle {
    background: #000;
    color: #fff;
  }
}
main section:not(:first-of-type) {
  margin: 120px auto 0;
}
main section:last-child {
  margin-bottom: 200px;
}
.banner {
  min-height: 540px;
  background: url("https://cdn-fs.d1ev.com/d/file/special/2023/gnev13/images/banner.png?v=2") no-repeat center top;
  background-size: contain;
  position: relative;
}
.banner .img--wrapper {
  width: 120px;
  height: 120px;
  position: absolute;
  right: 12%;
  bottom: 25px;
}
.banner .img--wrapper img {
  max-width: 100%;
}
#demo-slider-0 {
  min-height: 449px;
}
#demo-slider-0 li .li-tip {
  width: 644px;
  height: 131px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.am-slider .am-slides img {
  max-width: 100vw;
}
.wrapped_title {
  width: 100%;
  margin: 80px auto 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.wrapped_title img {
  max-height: 75px;
}
.wrapped_title .title-tip {
  font-size: 36px;
  font-family: Arial-Black, Arial, serif;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 36px;
  background: -webkit-linear-gradient(333deg, #70D3B9 0%, #3E83F6 100%);
  background: linear-gradient(117deg, #70D3B9 0%, #3E83F6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wrapped_title .title-content {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  margin-top: 12px;
}
.title-tip {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 33px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.title-tip .img--wrapper {
  width: 15px;
  height: 33px;
  margin-left: 5px;
}
.title-tip .img--wrapper img {
  max-width: 100%;
  vertical-align: middle;
  margin-top: -4px;
}
section:nth-child(2) .wrapped_title {
  margin-top: 100px;
}
#light .wrapped_title {
  margin-top: 100px;
}
#light .light_list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
#light .light_list ul li {
  -webkit-flex-basis: 585px;
  -ms-flex-preferred-size: 585px;
  flex-basis: 585px;
}
#light .light_list ul li:not(:last-child) {
  margin-right: 30px;
}
#light .light_list ul li .li-wrapper {
  position: relative;
}
#light .light_list ul li .img--wrapper {
  height: 423px;
  overflow: hidden;
  background: -webkit-linear-gradient(315deg, #4E8AB2 0%, #345972 100%);
  background: linear-gradient(135deg, #4E8AB2 0%, #345972 100%);
}
#light .light_list ul li .img--wrapper img {
  width: 100%;
  max-width: 100%;
  min-height: 324px;
}
#light .light_list li .li-desc-wrapper {
  width: 100%;
  height: 180px;
  position: absolute;
  left: 0;
  top: 243px;
  background: linear-gradient(360deg, #658DFF 0%, rgba(101, 141, 255, 0) 100%);
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  padding: 16px 16px 40px;
}
#light .light_list li .li-desc-wrapper p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#light .light_list li .li-title {
  font-size: 30px;
  font-family: PingFangSC-Semibold, PingFang SC, serif;
  font-weight: bolder;
  color: #fff;
  text-align: center;
}
#light .light_list li .li-desc {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC, serif;
  font-weight: 600;
  color: #000000;
  line-height: 1.1;
  max-height: 100px;
  margin-top: 16px;
}
#light .light_list li .li-button {
  height: 68px;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC, serif;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 68px;
  text-align: center;
  margin-top: 20px;
  background: url("https://cdn-fs.d1ev.com/d/file/special/2023/gnev13/images/list-button.png?v=1") no-repeat center;
  background-size: contain;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wrapped .guest-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.guest-list li {
  margin-bottom: 58px;
}
.guest-list li:nth-child(1n+41) {
  display: none;
}
.guest-list.active li:nth-child(1n+41) {
  display: block;
}
.guest-list li:not(:nth-child(4n+4)) {
  margin-right: 99px;
}
.guest-list li:last-child:not(:nth-child(4n+4)) {
  margin-right: auto;
}
.guest-list .li_guest {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 225px;
  position: relative;
}
.guest-list .li_guest .guest-wrapper {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.guest-list .li_guest .guest-wrapper > .img--wrapper {
  width: 224px;
  height: 224px;
  padding: 12px;
  position: relative;
}
.guest-list .li_guest .guest-wrapper > .img--wrapper > img {
  width: 200px;
  max-width: 100%;
  border-radius: 50%;
}
.guest-list .li_guest .guest-wrapper > .img--wrapper:after {
  content: "";
  width: 110px;
  height: 110px;
  position: absolute;
  bottom: -15px;
  right: -5px;
  background: url("https://cdn-fs.d1ev.com/d/file/special/2023/gnev13/images/pic-tip.png") no-repeat center;
  background-size: contain;
}
.guest-list .li_guest .guest-wrapper .guest_type {
  position: absolute;
  top: 0;
  left: 0;
}
.guest-list .li_guest .guest-wrapper .guest_name {
  /*width: 3em;*/
  height: 24px;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC, serif;
  font-weight: bolder;
  color: #CCCCCC;
  line-height: 24px;
  white-space: pre;
  margin-top: 28px;
}
.guest-list .li_guest .guest-wrapper .guest_name.sm {
  font-size: 21px;
}
.guest-list .li_guest .guest-wrapper .guest_name.sm-er {
  font-size: 18px;
}
.guest-list .li_guest .guest-wrapper .guest_name::after {
  /*content: " ";*/
  display: inline-block;
  width: 100%;
}
.guest-list .guest-wrapper .guest_position {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC, serif;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  padding: 0 17px;
  margin-top: 16px;
  min-height: 43.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.guest-list .guest-wrapper .guest-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC, serif;
  font-weight: 400;
  color: #3F85F5;
  margin-top: 46px;
}
.guest-list .guest-wrapper .guest-link .img--wrapper {
  width: 16px;
  height: 16px;
  position: relative;
  margin-right: 3px;
}
.guest-list .guest-wrapper .guest-link .img--wrapper img {
  vertical-align: top;
}
.guest-list .span_num {
  color: #f60;
}
.list--more {
  font-size: 20px;
  padding: 15px;
  cursor: pointer;
  text-align: center;
  width: 10em;
  margin: 0 auto;
}
#picList {
  margin: 0 auto;
}
#picList .picList_ul {
  width: 100%;
  min-height: 550px;
  margin: 45px auto;
}
#picList .picList_ul li {
  float: left;
  width: 32%;
  margin-bottom: 24px;
  position: relative;
}
#picList .picList_ul li:not(:nth-child(3n+3)) {
  margin-right: 24px;
}
#picList .picList_ul li .img--wrapper {
  width: 384px;
  height: 524px;
}
#picList .picList_ul li .img--wrapper img {
  max-width: 100%;
}
#picList .picList_ul li .li_button {
  min-width: 80px;
  line-height: 25px;
  padding: 0 13px;
  border-radius: 100px;
  color: #fff;
  position: absolute;
  top: 225px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#picList .picList_ul li .li_button, #picList .picList_ul li .li_button.button-type1 {
  background: #92676E;
}
#picList .picList_ul li .li_button.button-type2 {
  background: #29BB86;
}
#picList .picList_ul li .li_button.button-type3 {
  background: #747474;
}
#picList .picList_ul li .li_button.button-type4 {
  background: #424ADE;
}
#agenda {
  font-size: 18px;
  margin-top: 0;
  padding: 1px;
}
.agenda_list ul.agenda_header {
  background: #f60;
  line-height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.agenda_list ul.agenda_header li {
  width: 54.583%;
  color: #fff;
  text-align: center;
}
.agenda_list ul.agenda_header li:first-child {
  width: 45.417%;
  position: relative;
}
.agenda_list ul.agenda_header li:first-child::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  border-right: 5px solid #000000;
}
.agenda_list .agenda_division {
  font-size: 24px;
  background-image: linear-gradient(180deg, #27272C 0%, #1E1E22 100%);
  font-weight: bold;
  line-height: 67px;
  text-align: center;
  margin-bottom: 16px;
}
.agenda_list .agenda_title {
  font-size: 30px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  line-height: 38px;
  text-align: left;
  padding-left: 29px;
  margin-bottom: 38px;
  position: relative;
}
.agenda_list .agenda_title:before {
  content: "";
  width: 9px;
  height: 38px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.agenda_list .agenda_title:not(:first-child) {
  margin-top: 120px;
}
.agenda_list ul.agenda_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.agenda_list ul.agenda_list li {
  padding: 30px 0;
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 2px solid;
}
.agenda_list ul.agenda_list li:nth-child(2):last-child {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.agenda_list ul.agenda_list li:first-child {
  width: 16.25%;
}
.agenda_list ul.agenda_list li:nth-child(2) {
  width: 28.333%;
  padding-right: 1%;
  padding-left: 1%;
}
.agenda_list ul.agenda_list li:not(:last-child) {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-right: 2px solid;
}
.agenda_list ul.agenda_list.list-head li {
  border-bottom: 8px solid #fff;
  align-items: center;
  line-height: 12px;
}
.agenda_list ul.agenda_list.list-total li:not(:last-child), .agenda_list ul.agenda_list.list-head li:not(:last-child) {
  border-right: none;
}
.agenda_list ul.agenda_list li:last-child {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 40px;
}
.agenda_list ul.agenda_list li .li_guest {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 7em;
}
/*.agenda_list ul.agenda_list li .li_guest:first-child.guest-top {margin-bottom: 25.6px;}*/
.agenda_list ul.agenda_list li .li_guest {
  min-height: 29px;
  margin-bottom: 0;
}
.agenda_list ul.agenda_list li .li_guest .guest_type {
  position: absolute;
  top: 0;
  left: 0;
}
.agenda_list ul.agenda_list li .li_guest .guest_name {
  width: 4em;
  height: 16px;
  line-height: 1;
  text-align: justify;
  margin-right: 20px;
}
.agenda_list ul.agenda_list li .li_guest .guest_name::after {
  content: " ";
  display: inline-block;
  width: 100%;
}
.agenda_list .span_num {
  color: #f60;
}
.guide-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.guide-wrapper .img--wrapper {
  width: 670px;
  height: 410px;
  overflow: hidden;
}
.guide-wrapper .img--wrapper img {
  max-width: 100%;
}
.guide-wrapper .guide-desc-wrapper p {
  font-size: 30px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 40px;
}
.guide-wrapper .guide-desc-wrapper p:not(:last-child) {
  margin-bottom: 52px;
}
#contectUs .contect_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#contectUs .contect_wrapper li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 196px;
}
#contectUs .contect_wrapper li.contect_content {
  width: calc(33% - 25px);
  min-height: 180px;
  padding: 30px 10px 20px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(255, 255, 255, 0.1)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.1));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.1));
}
#contectUs .contect_wrapper li.contect_content p {
  font-size: 18px;
  line-height: 1.3888;
}
#contectUs .contect_wrapper li.contect_content p.contect_title {
  font-size: 30px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 30px;
}
#contectUs .contect_wrapper li.contect_content:not(:last-child) {
  border-right: 1px dashed;
  -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#0A0606), to(#494952)) 0 30 0 0;
  -webkit-border-image: -webkit-linear-gradient(#0A0606, #494952) 0 30 0 0;
  -o-border-image: linear-gradient(#0A0606, #494952) 0 30 0 0;
  border-image: -webkit-gradient(linear, left top, left bottom, from(#0A0606), to(#494952)) 0 30 0 0;
  border-image: linear-gradient(#0A0606, #494952) 0 30 0 0;
}
.meeting-slider {
  height: 189px;
  padding: 0 70px;
}
.meeting-slider .am-slider-default {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  background: transparent;
  min-height: 189px;
}
.meeting-slider .am-slider-default .am-direction-nav a {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.meeting-slider li .img--wrapper {
  width: 280px;
  height: 189px;
  overflow: hidden;
  position: relative;
}
.meeting-slider li .img--wrapper img {
  position: absolute;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.meeting-slider li .meeting-title {
  display: none;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
}
.parter_wrapper .parter_list {
  text-align: center;
}
.parter_wrapper .list_title {
  font-size: 32px;
  font-family: PingFangSC-Medium, PingFang SC, serif;
  font-weight: 600;
  color: #FFFFFF;
  text-align: left;
}
.parter_wrapper .list_company {
  margin: 30px auto 80px;
}
.parter_wrapper .list_company li {
  float: left;
  width: 120px;
  height: 48px;
  margin-bottom: 20px;
}
.parter_wrapper .list_company li:not(:nth-of-type(8n+8)) {
  margin-right: 20px;
}
.parter_wrapper .list_company li:last-of-type {
  margin-right: 0;
}
.parter_wrapper .list_company li img {
  background: #fff;
  width: 100%;
  height: 100%;
}
.slider--wrapper {
}
.slider--wrapper .img--wrapper {
  background-image: -webkit-linear-gradient(#000, #000), -webkit-linear-gradient(45deg, #757054, #19191C);
  background-image: linear-gradient(#000, #000), linear-gradient(45deg, #757054, #19191C);
  padding: 2px 2px 0;
  margin-bottom: -1px;
  border-radius: 4px 4px 0 0;
  background-clip: content-box, padding-box;
  position: relative;
  height: 228px;
}
.slider--wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slider--wrapper .am-slides > li:hover .img--wrapper {
  -webkit-transition: background-image 250ms ease-in-out;
  transition: background-image 250ms ease-in-out;
  background-image: -webkit-linear-gradient(#000, #000), -webkit-linear-gradient(45deg, #757054, #E4DDB8);
  background-image: linear-gradient(#000, #000), linear-gradient(45deg, #757054, #E4DDB8);
}
.am-slider-default {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  background: transparent;
  min-height: 232px;
}
.sponsor-slider.am-slider-default {
  min-height: 96px;
  margin: 80px auto;
}
.am-slider .am-slides > li {
}
.slider--wrapper .am-slides .card_desc {
  width: 100%;
  height: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F3EDC6), to(#746F54));
  background-image: -webkit-linear-gradient(top, #F3EDC6 0%, #746F54 100%);
  background-image: linear-gradient(180deg, #F3EDC6 0%, #746F54 100%);
  padding: 10px 19px 0;
  font-size: 15px;
  color: #0A0606;
}
.slider--wrapper .am-slides .card_desc p.card_position {
  max-height: 50px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.slider--wrapper .am-slides p.card_title {
  font-size: 20px;
  font-weight: bold;
  color: #0A0606;
  line-height: 1.4;
  margin-bottom: 5px;
}
.slider--wrapper .am-slides .guests_list li p {
  font-size: 15px;
  color: #0A0606;
}
.am-slider-default .am-direction-nav a.am-next:before, .am-slider-default .am-direction-nav a:before {
  display: none;
}
.am-slider-default .am-direction-nav a {
  width: 48px;
  height: 48px;
  opacity: 0.8;
  margin: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}
.am-slider-default .am-direction-nav .am-prev {
  left: -70px;
  background: url("https://cdn-fs.d1ev.com/d/file/special/2023/gnev13/images/slider-left.png?v=1");
  background-size: contain;
}
.am-slider-default .am-direction-nav .am-next {
  background: url("https://cdn-fs.d1ev.com/d/file/special/2023/gnev13/images/slider-right.png?v=1");
  background-size: contain;
  right: -70px;
}
.tab--wrapper {
  margin: 70px 0 70px 130px;
  width: 500px;
}
.tab--wrapper li {
  float: left;
  width: calc(50% - 10px);
  background: #929292;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tab--wrapper li.active {
  cursor: auto;
  background: #f60;
}
.tab--wrapper li:first-of-type {
  margin-right: 20px;
}
.register_wrapper {
  max-width: 900px;
  margin: 0 auto;
  color: #333;
}
.register_wrapper .am-form {
  display: none;
}
.register_wrapper .am-form.active {
  display: block;
}
.am-form-group {
  margin-bottom: 0;
}
.modal_option {
  position: relative;
  margin-bottom: 40px;
}
label {
  float: left;
  display: inline-block;
  width: 26%;
  max-width: 100px;
  text-align: right;
  font-size: 16px;
  color: #333;
  line-height: 48px;
  font-weight: normal;
  margin: 0 30px 0 0;
}
label b, .register_tip b, .rule b {
  color: #f80b49;
  margin-right: 5px;
}
.am-form input[type=text], .am-form input[type=email], .am-form input[type=tel], .am-form select, .am-form textarea, .am-form-field {
  display: inline-block;
  width: 64.52%;
  max-width: 500px;
  float: left;
  border-color: #c7c7c7;
}
.register form input[type=text] {
  display: inline-block;
  height: 48px;
  font-size: 20px;
  padding: 14px 20px;
  border: 1px solid #666;
}
.option--tip {
  position: absolute;
  left: 130px;
  bottom: -25px;
  width: 64.52%;
  max-width: 500px;
  text-align: left;
}
.returntip {
  display: none;
  font-size: 12px;
  color: #ff0046;
}
.register form button {
  width: 64.52%;
  max-width: 500px;
  line-height: 48px;
  background: #f60;
  border: none;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-left: 130px;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
.register form button:hover {
  background: #f08c1e;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.register_tip {
  font-size: 16px;
  color: #f80b49;
  line-height: 1.3;
  margin: 20px 0 20px 130px;
}
.my_alert {
  padding: 1.67em 1em;
  position: fixed;
  text-align: center;
  font-size: 18px;
  color: #fff;
  top: 35%;
  left: 50%;
  width: 70%;
  max-width: 300px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: none;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  z-index: 4;
}
.am-slider-default .am-control-nav {
  bottom: 10px;
}
.am-slider-default .am-control-nav li a.am-active {
  width: 20px;
  background-color: rgba(255, 255, 255, .4);
}
.am-slider-default .am-control-nav li a {
  background: rgba(255, 255, 255, .4);
  width: 10px;
  height: 10px;
  transition: all .3s ease-out;
}