.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*清除默认样式*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  border: none;
}
a {
  text-decoration: none;
  display: inline-block;
}
input {
  border: none;
}
button {
  border: none;
}
i {
  display: inline-block;
  font-style: normal;
}
ul,
ol {
  list-style: none;
}
/*公共版心*/
.container_warp {
  width: 1280px !important;
  margin: 0 auto;
}
/*论坛版心*/
.bbs_warp {
  width: 1280px;
  margin: 0 auto;
}
/*会员版心*/
.vip_warp {
  width: 1120px;
}
.container_warp:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.go_wrap {
  width: 1440px !important;
  margin: 0 auto;
}
.go_wrap:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.rightf {
  float: right;
}
.leftf {
  float: left;
}
.font12 {
  font-size: 12px;
  color: #727171;
}
.clear-float {
  clear: both;
  zoom: 1 \9;
}
.ie-float {
  overflow: auto \9;
}
.clear-fix:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
textarea::-webkit-input-placeholder {
  color: #999;
}
textarea::-moz-placeholder {
  color: #999;
}
textarea::-moz-placeholder {
  color: #999;
}
textarea:-ms-input-placeholder {
  color: #999;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.font-color {
  color: #727171;
}
/*图片文字对齐*/
.align-pic {
  vertical-align: middle;
}
/*清除IEX号*/
/*::-ms-clear,::-ms-reveal{display:none;}*/
input::-ms-clear {
  display: none;
}
input::-ms-reveal {
  display: none;
}
input,
textarea,
button {
  outline: none;
}
/*右侧悬浮*/
/*放假通知*/
.holiday-tips {
  min-width: 1280px;
  background-color: #d0ba9a;
}
.holiday-tips .tips-content {
  width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 15px 0 0 60px;
  position: relative;
}
@media screen and (min-width: 1800px) {
  .holiday-tips .tips-content {
    width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 15px 0 0 0;
  }
}
/*关闭*/
.holiday-tips .tips-content .icon-guanbi {
  position: absolute;
  top: 17px;
  right: 20px;
  z-index: 9;
  font-size: 22px;
  cursor: pointer;
  transition: all 0.3s;
}
.holiday-tips .tips-content .icon-guanbi:hover {
  color: #b21f1f;
  transform: rotate(90deg);
}
.holiday-tips .tips-content .tips-logo {
  float: left;
}
.holiday-tips .tips-content .tips-logo .iconfont {
  font-size: 24px;
  line-height: 24px;
  color: #2e2525;
  display: block;
  -webkit-animation: radio 0.5s ease-in infinite;
}
.holiday-tips .tips-content .tips-text {
  float: left;
  margin-left: 10px;
}
.holiday-tips .tips-content .tips-text h5 {
  color: #ac0000;
  font-size: 16px;
}
.holiday-tips .link-holiday {
  color: #2e2525;
}
.holiday-tips .link-holiday:hover {
  text-decoration: underline;
}
.holiday-tips .quote-link .enquiry {
  font-size: 16px;
  font-weight: bold;
  margin-right: 5px;
}
.holiday-tips .quote-link .quote-now:hover {
  color: #b21f1f;
}
@media all and (max-width: 1600px) {
  .header .top-box {
    padding: 0;
  }
  .header .nav .nav-box {
    padding: 0;
  }
}
@media all and (min-width: 1530px) {
  .lg-hidden {
    display: none;
  }
  .md-hidden {
    display: block;
  }
}
@media all and (max-width: 1529px) {
  .lg-hidden {
    display: block;
  }
  .md-hidden {
    display: none;
  }
}
input[type="text"]:focus {
  border: 1px solid #66afe9 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
input[type="text"]:active {
  border: 1px solid #66afe9 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
@font-face {
  font-family: 'myfont';
  src: url('../woff/myriadpro-regular.woff') format('woff'), /* chrome、firefox */ url('../ttf/myriadpro-regular.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../otf/myriadpro-regular.otf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../svg/myriadpro-regular.svg#iconfont') format('svg'), /* iOS 4.1- */ url('../eot/myriadpro-regular.eot');
}
@font-face {
  font-family: 'activeFont';
  src: url("../ttf/din-condensed-bold.ttf");
}
@font-face {
  font-family: 'open-sans';
  src: url("../ttf/open-sans-2.ttf") format('opentype');
}
@font-face {
  font-family: 'open-sans-blod';
}
@font-face {
  font-family: 'open-semi-bold';
}
@font-face {
}
@font-face {
}
@font-face {
}
@font-face {
  font-family: 'NunitoSans';
  src: url("../ttf/nunitosans_7pt_semicondensed-regular.ttf") format('truetype');
}
@font-face {
  font-family: 'NunitoSans-Bold';
  src: url("../ttf/nunitosans_7pt_semicondensed-bold.ttf") format('opentype');
}
@font-face {
  font-family: 'NunitoSans-Semibold';
  src: url("../ttf/nunitosans_7pt_semicondensed-semibold.ttf") format('opentype');
}
html,
body {
  font-size: 12px;
  font-family: NunitoSans, 'open-sans', 'Arial';
}
body {
  overflow-x: hidden;
}
.event-banner {
  margin: auto;
  background: url('../png/new-banner.png') no-repeat;
  height: 494px;
  background-size: cover;
  position: relative;
  min-width: 1440px;
}
.event-banner .banner-title {
  padding-top: 112px;
  text-align: center;
  font-size: 60px;
  color: #ffffff;
  font-weight: bold;
}
.event-banner .banner-title .dollar {
  font-size: 72px;
  color: #ffe431;
}
.event-banner .banner-des {
  padding-top: 18px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #ffffff;
}
.event-banner .register-now {
  padding-top: 30px;
  text-align: center;
}
.event-banner .register-now .register-btn {
  height: 47px;
  line-height: 47px;
  background-color: #ff4949;
  border-radius: 22px;
  padding: 0px 36px;
  font-size: 24px;
  color: #ffffff;
}
.earn-cash .container {
  width: 1310px;
  margin: auto;
}
.earn-cash .earn-title {
  padding-top: 20px;
  text-align: center;
  font-size: 72px;
  font-weight: bold;
  margin-bottom: 40px;
}
.earn-cash .earn-place:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.earn-cash .earn-place .earn-item {
  float: left;
  width: 356px;
  text-align: center;
}
.earn-cash .earn-place .earn-item:nth-child(2) {
  margin: 0px 114px;
}
.earn-cash .earn-place .earn-item.line {
  position: relative;
}
.earn-cash .earn-place .earn-item.line:before {
  position: absolute;
  right: -232px;
  top: 58px;
  width: 336px;
  height: 8px;
  background: url('../png/line.png') no-repeat center;
  content: '';
  display: inline-block;
}
.earn-cash .earn-place .earn-item.line::after {
  position: absolute;
  left: -234px;
  top: 58px;
  width: 336px;
  height: 8px;
  background: url('../png/line.png') no-repeat center;
  content: '';
  display: inline-block;
}
.earn-cash .earn-place .earn-item .earn-pic {
  padding-top: 14px;
}
.earn-cash .earn-place .earn-item .place-title {
  font-size: 36px;
  font-weight: bold;
  color: #2e2e2e;
  letter-spacing: 1px;
  word-wrap: break-word;
}
.earn-cash .earn-place .earn-item .place-des {
  color: #2e2e2e;
  font-size: 18px;
  word-wrap: break-word;
}
.earn-cash .register-now {
  padding-top: 30px;
  text-align: center;
}
.earn-cash .register-now .register-btn {
  height: 47px;
  line-height: 47px;
  background-color: #ff4949;
  border-radius: 18px;
  padding: 0px 30px;
  font-size: 24px;
  color: #ffffff;
}
.rewards-policy {
  margin: 42px auto 0px;
  min-width: 1440px;
  position: relative;
  background-size: auto;
  background-position: top;
}
.rewards-policy:before {
  background: url('../png/rewards-policy.png') no-repeat center;
  height: 568px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.rewards-policy .rewards-box {
  position: relative;
  z-index: 2;
}
.rewards-policy .rewards-title {
  text-align: center;
  padding-top: 24px;
  font-size: 72px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 16px;
}
.rewards-policy .claim-procedure {
  display: flex;
  justify-content: space-between;
  width: 1310px;
  margin: 0 auto;
  padding: 0 70px;
}
.rewards-policy .claim-procedure .rule-gather {
  width: 471px;
}
.rewards-policy .claim-procedure .rule-gather .claim-common {
  border: solid 3px #efefef;
  background-color: #ffffff;
  min-height: 521px;
}
.rewards-policy .claim-procedure .rule-gather .claim-common .claim-pic {
  max-width: 465px;
}
.rewards-policy .claim-procedure .rule-gather .claim-common .claim-title {
  padding: 14px 14px 0px 14px;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  color: #2e2e2e;
  word-wrap: break-word;
}
.rewards-policy .claim-procedure .rule-gather .claim-common .claim-des {
  padding-left: 88px;
  padding-right: 60px;
  padding-bottom: 24px;
}
.rewards-policy .claim-procedure .rule-gather .claim-common .claim-des li {
  font-size: 24px;
  color: #2e2e2e;
  position: relative;
  font-weight: bold;
  word-wrap: break-word;
}
.rewards-policy .claim-procedure .rule-gather .claim-common .claim-des li:before {
  position: absolute;
  left: -12px;
  top: 14px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: '';
  background-color: #2e2e2e;
  display: inline-block;
}
.rewards-policy .claim-procedure .rule-gather .rule-des {
  padding-left: 6px;
  padding-top: 16px;
  font-size: 14px;
  color: #2e2e2e;
  font-weight: bold;
  word-wrap: break-word;
}
.rewards-policy .claim-procedure .rule-gather .rule-des:before {
  content: '√';
}
.rewards-policy .claim-procedure .rule-gather .look-out {
  margin-top: 10px;
  padding-left: 6px;
  font-size: 12px;
  color: #8e8d8d;
}
.rewards-policy .claim-procedure .rule-gather .look-out:before {
  margin-bottom: 8px;
  width: 100%;
  height: 1px;
  background-color: #a8a8a8;
  content: '';
  display: block;
}
.rewards-policy .register-now {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}
.rewards-policy .register-now .register-btn {
  height: 47px;
  line-height: 47px;
  background-color: #ff4949;
  border-radius: 18px;
  padding: 0px 30px;
  font-size: 24px;
  color: #ffffff;
}
.rewards-policy .more-btn {
  text-align: center;
}
@keyframes moveHideAnimate {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(6px);
  }
}
.rewards-policy .more-btn .arrow-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}
.rewards-policy .more-btn .arrow-box .arrow {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAKCAQAAAAaqWZQAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAHdElNRQfnCAoRKyzBFHLyAAAAzElEQVQY033MsS5DARgF4K+3V8w1lYTRJH2CtkknYSA2IrobpEsj1r4CEzYJCYmlLISFDjp0NZYIA5JujUQkNRTtvame7fzny5+oTtu04cPwjNlWCjwadSk1lE659awV+FRUd2PyXzqjZt+WToiOshc1c+4H0LwTJceQXOme7rw5VPcUo0sOrDrrluDvfGTNqYUIXbdj1vVvDfumK/Oq0vZ+esWynIceCCOfGnIujKtI2pWR9d4/RzFNWecmpI0oaEfHQDyvCr40LcYp307MLw6/UVEbAAAAAElFTkSuQmCC") no-repeat center;
  width: 22px;
  height: 10px;
  background-size: cover;
  animation: moveHideAnimate 0.6s ease-out infinite;
}
.rewards-policy .more-btn .arrow-box .arrow:nth-child(1) {
  animation: moveHideAnimate 0.6s ease-out 0.4s infinite;
}
.rewards-policy .more-btn .arrow-box .arrow:nth-child(2) {
  animation: moveHideAnimate 0.6s ease-out 0.2s infinite;
}
.rewards-policy .more-btn .see-more {
  margin: 58px auto 26px;
  font-size: 24px;
  color: #b2b2b2;
  text-decoration: underline;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.rewards-policy .more-btn .see-more.active .arrow-box {
  transform: rotate(-180deg);
}
.invitation-link {
  width: 1310px;
  margin: 0px auto 47px;
}
.invitation-link .link-title {
  text-align: center;
  font-size: 62px;
  font-weight: bold;
  color: #2e2e2e;
}
.invitation-link .link-box {
  margin-top: 4px;
  padding: 37px 50px 37px 40px;
  background-color: #f6f6f6;
  border: 3px dashed #929292;
  min-height: 118px;
}
.invitation-link .link-box .login-link {
  display: flex;
}
.invitation-link .link-box .login-link .link-nums {
  height: 36px;
  line-height: 36px;
  padding: 0px 36px;
  width: 929px;
  background-color: #ffffff;
}
.invitation-link .link-box .login-link .copy-link {
  margin-left: 60px;
  cursor: pointer;
  height: 37px;
  line-height: 37px;
  padding: 0px 14px 0px 9px;
  border-radius: 16px;
  background-color: #2e2e2e;
  box-shadow: 2px 1px 7px 0px rgba(54, 54, 54, 0.4);
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
}
.invitation-link .link-box .login-link .copy-link:before {
  background: url('../png/copy-link.png') no-repeat center;
  width: 18px;
  height: 22px;
  content: '';
  display: inline-block;
  vertical-align: sub;
  padding-right: 10px;
}
.invitation-link .link-box .no-login {
  text-align: center;
}
.invitation-link .link-box .no-login .no-login-btn {
  font-size: 18px;
  color: #ffffff;
  background-color: #ff4949;
  box-shadow: 2px 1px 7px 0px rgba(54, 54, 54, 0.4);
  border-radius: 16px;
  height: 37px;
  line-height: 37px;
  padding: 0px 13px;
}
.invitation-link .rule-region {
  padding: 16px 0px 0px 46px;
}
.invitation-link .rule-region:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.invitation-link .rule-region .rules-tips {
  float: left;
  width: 520px;
}
.invitation-link .rule-region .rules-tips .rules-title {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #888888;
}
.invitation-link .rule-region .rules-tips .rules-item {
  font-size: 16px;
  padding: 6px 0px;
  color: #888888;
  display: flex;
}
.invitation-link .rule-region .jump-box {
  margin-top: 46px;
  float: right;
  padding-right: 115px;
}
.invitation-link .rule-region .jump-box .company-logo {
  padding-right: 60px;
}
.invitation-link .rule-region .jump-box a {
  padding-left: 12px;
}
.faq-module {
  position: relative;
  margin-bottom: 54px;
}
.faq-module:after {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 1px;
  background: #929292;
  content: '';
  display: block;
}
.faq-module .faq-box {
  width: 1258px;
  margin: auto;
  padding-top: 60px;
  text-align: center;
}
.faq-module .faq-box .faq-title {
  display: inline-block;
  font-size: 62px;
  color: #2e2e2e;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
}
.faq-module .faq-box .faq-title:after {
  position: absolute;
  top: -24px;
  right: -92px;
  background: url('../png/faq-logo.png') no-repeat center;
  width: 102px;
  height: 65px;
  content: '';
  display: inline-block;
}
.faq-module .faq-box .faq-list {
  margin-top: 22px;
  cursor: pointer;
  border: solid 2px #bcbcbc;
}
.faq-module .faq-box .faq-list .faq-list-name {
  padding: 15px 70px 16px 62px;
  background-color: #ededed;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  color: #464646;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.faq-module .faq-box .faq-list .faq-list-name.active:after {
  transition-duration: 0.5s;
  transform: rotate(180deg);
}
.faq-module .faq-box .faq-list .faq-list-name:after {
  position: absolute;
  right: 27px;
  top: 22px;
  background: url('../png/faq-down.png') no-repeat center;
  width: 24px;
  height: 13px;
  content: '';
  display: inline-block;
  transition-duration: 0.5s;
}
.faq-module .faq-box .faq-list .faq-list-des {
  display: none;
  padding: 14px 80px 14px 62px;
}
.faq-module .faq-box .faq-list .faq-list-des p {
  font-size: 20px;
  color: #464646;
  position: relative;
  display: flex;
  text-align: initial;
  padding-left: 20px;
}
.faq-module .faq-box .faq-list .faq-list-des p:before {
  position: absolute;
  left: 0px;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: #717171;
  content: '';
  display: inline-block;
  border-radius: 50%;
}
/*# sourceMappingURL=orientation-event.css.map */