#mart-en-header + .view-container.transparent {
  padding-top: 0; }

#mart-en-header {
  position: fixed;
  width: 100%;
  z-index: 10001; }
  #mart-en-header.transparent.nonactive {
    top: 0; }
  #mart-en-header.transparent {
    z-index: 10002;
    background: transparent;
    top: 1.5rem;
    position: absolute; }
    #mart-en-header.transparent #top-menu {
      background: transparent;
      border-bottom: 0;
      -webkit-transition: 0.1s;
      transition: 0.1s;
      box-shadow: none; }
      #mart-en-header.transparent #top-menu .logo img:nth-of-type(1) {
        display: block; }
      #mart-en-header.transparent #top-menu .logo img:nth-of-type(2) {
        display: none; }
      #mart-en-header.transparent #top-menu .nav a {
        color: #ffffff; }
      #mart-en-header.transparent #top-menu .nav-icon span {
        color: #ffffff; }
  #mart-en-header #top-menu {
    height: 5rem; }
    #mart-en-header #top-menu .logo {
      float: left;
      background: transparent;
      height: 5rem; }
      #mart-en-header #top-menu .logo img {
        height: 30px;
        margin: 20px 0; }
      #mart-en-header #top-menu .logo img:nth-of-type(1) {
        display: none; }
      #mart-en-header #top-menu .logo img:nth-of-type(2) {
        display: block; }
    #mart-en-header #top-menu .nav {
      float: right;
      height: 5rem;
      line-height: 5rem; }
      #mart-en-header #top-menu .nav li:hover a {
        color: #4289DB; }
      #mart-en-header #top-menu .nav a {
        color: #2D3238; }
        #mart-en-header #top-menu .nav a.highlight {
          opacity: 1; }
    #mart-en-header #top-menu ul.nav > li {
      width: 8rem; }

@media only screen and (max-width: 767px) {
  #mart-en-header {
    position: relative; }
    #mart-en-header.transparent {
      top: 0; }
    #mart-en-header #top-menu {
      background: #fff; }
      #mart-en-header #top-menu .container {
        height: 5rem; }
      #mart-en-header #top-menu.active {
        height: initial;
        background: #2d3237;
        box-shadow: none; }
        #mart-en-header #top-menu.active .nav-icon span {
          color: #fff; }
        #mart-en-header #top-menu.active .publish-reward {
          display: inline-block;
          float: none;
          padding-right: 0;
          width: calc(100% - 70px);
          padding-left: 0.4rem;
          line-height: 5rem; }
          #mart-en-header #top-menu.active .publish-reward a.button {
            width: 100%;
            box-sizing: border-box;
            border-radius: 5px;
            height: 3rem;
            line-height: 3rem;
            text-align: center;
            vertical-align: middle;
            -webkit-transition: .3s;
            transition: .3s;
            color: #fff;
            border: 0;
            box-shadow: 0 2px 2px 0 rgba(46, 96, 153, 0.2);
            background: #4289db;
            font-size: 1rem; }
          #mart-en-header #top-menu.active .publish-reward.notlogin {
            display: inline-block; }
      #mart-en-header #top-menu .logo {
        height: 5rem;
        position: relative;
        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;
        z-index: 1000; }
        #mart-en-header #top-menu .logo img {
          height: 40px;
          margin: 12px 0; }
        #mart-en-header #top-menu .logo img:nth-of-type(2) {
          display: block; }
        #mart-en-header #top-menu .logo img:nth-of-type(1) {
          display: none; }
      #mart-en-header #top-menu .nav-icon {
        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;
        float: right; }
        #mart-en-header #top-menu .nav-icon span {
          color: #2D3238;
          font-size: 2rem; }
      #mart-en-header #top-menu .nav-container {
        top: 5rem; }
      #mart-en-header #top-menu ul.nav {
        height: initial;
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        float: left;
        line-height: initial;
        background: #2d3237;
        text-align: center;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
        min-width: 120px;
        width: 100%;
        margin-top: -100%;
        z-index: 10001;
        overflow-y: hidden;
        -webkit-animation-duration: .25s;
        animation-duration: .25s; }
        #mart-en-header #top-menu ul.nav.active {
          margin-top: 0;
          z-index: 99; }
          #mart-en-header #top-menu ul.nav.active > li {
            margin: 0;
            text-align: left;
            float: initial;
            height: 3.5rem;
            padding: 0 1rem;
            display: block; }
            #mart-en-header #top-menu ul.nav.active > li a {
              display: inline-block;
              width: 100%;
              line-height: 3.5rem;
              font-size: 1.2rem; }
            #mart-en-header #top-menu ul.nav.active > li.value-add-service-web {
              display: none; }
            #mart-en-header #top-menu ul.nav.active > li.value-add-service-phone {
              display: inherit; }
            #mart-en-header #top-menu ul.nav.active > li.child-menu-phone {
              display: none;
              padding-left: 2rem; }
              #mart-en-header #top-menu ul.nav.active > li.child-menu-phone a {
                width: 100px; }
                #mart-en-header #top-menu ul.nav.active > li.child-menu-phone a span {
                  margin-left: .5rem; }
          #mart-en-header #top-menu ul.nav.active li:first-child {
            margin-top: 0.5rem; }
          #mart-en-header #top-menu ul.nav.active li:last-child {
            margin-bottom: 1rem; }
        #mart-en-header #top-menu ul.nav > li.copy {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0; }
        #mart-en-header #top-menu ul.nav .login-zone {
          display: block; }
        #mart-en-header #top-menu ul.nav hr {
          color: rgba(151, 159, 168, 0.2);
          opacity: 0.2;
          margin-left: 0.5rem;
          margin-right: 0.5rem; } }

.en-header-section {
  height: 30rem;
  background: url("https://yuanqqbucket.yuanqq.cn/671f0d53-115a-4f8f-a184-b600cc368b34.jpg") center/cover no-repeat; }
  .en-header-section .title-container {
    height: 100%;
    background: rgba(3, 22, 44, 0.6);
    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; }
    .en-header-section .title-container .title {
      font-size: 3rem;
      color: #ffffff;
      line-height: 4.5rem; }

.en-page {
  background: #ffffff; }
  .en-page .start-button {
    width: 25rem;
    height: 5rem;
    line-height: 5rem;
    font-size: 1.5rem;
    text-align: center;
    display: block;
    background-color: #4289DB;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0px 3px 3px 0px rgba(45, 51, 56, 0.2);
    border-radius: 5px;
    margin: 0 auto; }
  .en-page .form {
    color: #2D3238; }
    .en-page .form .form-title {
      font-size: 3rem;
      margin-bottom: 3rem;
      text-align: center; }
    .en-page .form .form-input {
      height: 3rem;
      padding: 0 1rem;
      background: #EDF1F5;
      border: 1px solid #CAD3DE;
      border-radius: 5px; }
    .en-page .form input, .en-page .form select {
      height: 3rem; }
  .en-page .en-modal .modal-box {
    max-width: 30rem;
    text-align: center; }
  .en-page .en-modal .modal-header {
    border: none;
    margin-top: 3rem;
    font-size: 2.5rem; }
  .en-page .en-modal .modal-content {
    padding: 1rem 2rem 2rem; }
    .en-page .en-modal .modal-content .confirm-text {
      font-size: 1.2rem;
      color: #2D3238; }
    .en-page .en-modal .modal-content .buttons {
      max-width: 18rem;
      height: 3.5rem;
      padding-top: 3.2rem;
      margin: 0 auto; }
      .en-page .en-modal .modal-content .buttons a {
        -webkit-box-flex: 2;
        -webkit-flex: 2;
            -ms-flex: 2;
                flex: 2;
        background-color: #1976d2;
        color: #FFF;
        box-shadow: 0 2px 2px 0 rgba(45, 51, 56, 0.2);
        outline: none;
        border: none;
        text-align: center;
        font-size: 1.3rem;
        padding: .8rem;
        border-radius: 5px;
        cursor: pointer; }

.date-picker {
  position: relative;
  display: inline-block; }
  .date-picker .pickadate-input-picker {
    font-size: 12px; }
  .date-picker .pickadate-input-picker-holder {
    top: 2px;
    right: 0;
    overflow: hidden;
    outline: none; }
  .date-picker input[type=text] {
    margin: 0 !important; }
    .date-picker input[type=text].disable {
      pointer-events: none; }
  .date-picker i.fa {
    position: absolute;
    right: 2px;
    top: -3px;
    padding: .9rem;
    pointer-events: none;
    font-size: 1.5rem;
    color: #979FA8; }
  .date-picker select[hidden] {
    display: none; }

.select2-container {
  margin-right: 2rem; }
  .select2-container .select2-selection--single {
    background: #EDF1F5;
    border: 1px solid #CAD3DE;
    border-radius: 5px;
    height: 3rem; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      line-height: 3rem;
      padding: 0 1rem; }
    .select2-container .select2-selection--single .select2-selection__arrow {
      top: 7px; }
  .select2-container .select2-dropdown {
    background: #F0F2F5;
    border: 1px solid #CAD3DE;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    top: 2px; }
    .select2-container .select2-dropdown .select2-results__option {
      background: #EDF1F5; }
    .select2-container .select2-dropdown .select2-results__option--highlighted[aria-selected] {
      background: #4289DB; }
