* {
  margin: 0;
  padding: 0;
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

button:hover {
  cursor: pointer; }

input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  background-color: transparent;
  background-image: none;
  color: black;
  -webkit-box-shadow: 0 0 0 1000px #fff7f0 inset;
  border: 1px solid #fff7f0 !important; }

input {
  outline: 0; }

select {
  -webkit-appearance: none;
  border: 0;
  outline: 0;
  background-color: transparent; }

ul {
  list-style: none; }

a {
  text-decoration: none; }

body {
  position: relative;
  overflow-y: auto;
  background-color: #fff;
  display: none; }

.clear-both::after {
  content: '';
  display: block;
  clear: both; }

.nav-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 80px;
  width: 100%;
  background-color: white;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.nav-shadow {
  -webkit-box-shadow: 0 5px 10px 0 rgba(60, 60, 60, 0.02);
          box-shadow: 0 5px 10px 0 rgba(60, 60, 60, 0.02); }

.nav {
  height: 80px;
  width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .nav--logo {
    width: 180px;
    height: 70px;
    background-image: url("/images/logo.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center; }
  .nav--menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto; }
  .nav--menu-item {
    position: relative;
    height: 42px;
    line-height: 42px;
    border-top: 1px solid #1e50ae;
    border-bottom: 1px solid #1e50ae;
    padding: 0px 20px;
    background-color: #ffffff;
    color: #1e50ae;
    font-size: 14px; }
    .nav--menu-item:first-child {
      border-radius: 42px 0px 0px 42px;
      border-left: 1px solid #1e50ae; }
    .nav--menu-item:last-child {
      border-radius: 0px 42px 42px 0px;
      border-right: 1px solid #1e50ae; }
    .nav--menu-item:hover {
      background-color: #1e50ae;
      color: #ffffff;
      cursor: pointer; }
  .nav--menu-active {
    background-color: #1e50ae;
    color: #ffffff; }
  .nav--sub-menu-wrap {
    display: none;
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-top: 20px; }
  .nav--sub-menu-triangle {
    position: absolute;
    top: 12px;
    height: 0px;
    width: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid transparent; }
  .nav--sub-menu {
    -webkit-box-shadow: 0 0 20px rgba(150, 150, 150, 0.3);
            box-shadow: 0 0 20px rgba(150, 150, 150, 0.3);
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 5px;
    padding: 5px 0px; }
    .nav--sub-menu__item {
      color: rgba(0, 0, 0, 0.9);
      background-color: #ffffff;
      text-align: center;
      white-space: nowrap;
      padding: 0px 20px; }
      .nav--sub-menu__item:hover {
        color: #1e50ae;
        font-weight: bold; }
  .nav .login {
    margin-left: 20px; }
  .nav .language {
    margin-left: 18px;
    font-size: 14px;
    line-height: 28px;
    color: #1e50ae;
    font-weight: bold; }
    .nav .language span {
      opacity: 0.5;
      margin-left: 2px; }
    .nav .language span.language--current {
      opacity: 1; }
    .nav .language:hover {
      cursor: pointer; }

.footer {
  background-color: #333; }
  .footer .footer--menu, .footer .footer--copyright {
    min-width: 1100px;
    width: 1100px;
    margin: 0 auto; }
  .footer--menu {
    padding-top: 50px; }
    .footer--menu ul {
      float: left;
      margin-right: 88px; }
      .footer--menu ul li {
        margin-bottom: 16px; }
        .footer--menu ul li:last-child {
          margin-bottom: 40px; }
        .footer--menu ul li a {
          font-size: 16px;
          color: #cfcfcf;
          font-weight: 400; }
      .footer--menu ul li.title {
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 30px; }
  .footer--copyright {
    border-top: 1px solid #595959;
    clear: both;
    padding: 20px 0px;
    color: #cfcfcf;
    font-weight: 400;
    font-size: 14px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .footer--copyright span {
      display: block;
      padding-top: 8px;
      padding-left: 12px; }

.container {
  width: 1100px;
  min-width: 1100px;
  min-height: 600px;
  margin: 0 auto;
  padding-bottom: 100px; }

.login-container {
  display: none;
  position: fixed;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  top: 0px;
  left: 0px;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .login-container .login {
    height: auto;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px 40px;
    padding-bottom: 20px; }
    .login-container .login--title {
      font-size: 20px;
      text-align: center; }
    .login-container .login--form {
      padding-top: 10px; }
    .login-container .login--form-item {
      margin-top: 20px; }
      .login-container .login--form-item span {
        display: inline-block;
        min-width: 50px;
        font-size: 14px; }
      .login-container .login--form-item input {
        height: 36px;
        line-height: 36px;
        border: 1px solid #bbb;
        width: 180px;
        border-radius: 5px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0px 10px;
        font-size: 14px; }
    .login-container .login--form-btn {
      margin-top: 20px;
      width: 100%;
      text-align: center; }
      .login-container .login--form-btn:hover {
        cursor: pointer; }
    .login-container .login--form-confirm {
      background-color: #1e50ae;
      height: 38px;
      line-height: 38px;
      border-radius: 38px;
      color: #fff;
      font-size: 14px;
      margin-top: 30px; }

.msg-container {
  display: none;
  position: fixed;
  z-index: 99999;
  background-color: #fff;
  overflow: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 380px;
  border-radius: 8px; }
  .msg-container .title {
    padding: 12px 20px;
    font-size: 16px;
    border-bottom: 1px solid #e8e8e8; }
  .msg-container .content {
    padding: 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; }
  .msg-container .redSpan {
    color: red; }
  .msg-container .btn {
    border-top: 1px solid #e8e8e8;
    height: 46px;
    line-height: 46px;
    color: #666;
    text-align: center; }
    .msg-container .btn:hover {
      cursor: pointer; }

body {
  background-color: #f9f9f9; }

.tabs {
  text-align: center;
  background-color: #333; }
  .tabs .tab {
    position: relative;
    display: inline-block;
    font-size: 16px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 150px;
    color: #fff; }
    .tabs .tab:hover {
      color: #F28022;
      cursor: pointer; }
  .tabs .tab-active {
    color: #F28022; }
    .tabs .tab-active::after {
      content: '';
      display: block;
      position: absolute;
      height: 4px;
      width: 34px;
      left: 58px;
      bottom: 0px;
      background-color: #F28022; }

.container {
  display: none;
  background-color: #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0px;
  padding-bottom: 100px; }

.error-box {
  text-align: center;
  color: red;
  margin-top: 12px;
  font-size: 12px; }

.track-form {
  width: 960px;
  margin: 0 auto; }
  .track-form input {
    width: 600px;
    border: none;
    font-size: 13px;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 46px;
    padding: 0px 15px;
    background-color: #eee;
    vertical-align: middle; }
  .track-form button {
    height: 46px;
    background-color: #F28022;
    border: none;
    outline: 0;
    vertical-align: middle;
    margin: 0;
    width: 80px;
    color: #fff;
    margin-left: -5px; }

.track-info {
  display: none;
  width: 960px;
  margin: 0 auto;
  clear: both; }

.track-info-empty {
  width: 960px;
  margin: 0 auto;
  clear: both;
  text-align: center;
  padding-top: 30px;
  color: #999;
  font-size: 13px; }

.track-item {
  border-bottom: 2px solid #ddd; }
  .track-item .header {
    height: 60px;
    line-height: 60px; }
    .track-item .header:hover {
      cursor: pointer; }
    .track-item .header span {
      display: inline-block;
      vertical-align: middle;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
    .track-item .header span.iconshenglvehao {
      margin-right: 20px;
      font-size: 20px; }
    .track-item .header span.icondui {
      margin-right: 20px;
      font-size: 13px;
      color: green; }
    .track-item .header span.text {
      margin-right: 30px; }
    .track-item .header span.icon40_youjiantou {
      float: right; }
    .track-item .header span.text-over {
      display: inline-block;
      max-width: 540px;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      overflow: hidden; }
    .track-item .header span.iconfont-open {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
  .track-item .body {
    height: 0px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 50px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
    .track-item .body .item {
      height: 50px;
      border-left: 2px solid #bbb;
      position: relative;
      padding-left: 30px;
      background-color: #fff;
      padding-bottom: 20px; }
      .track-item .body .item--circle {
        position: absolute;
        left: -7px;
        top: 0px;
        height: 12px;
        width: 12px;
        border-radius: 50%;
        background-color: #bbb; }
      .track-item .body .item--text {
        font-size: 14px; }
      .track-item .body .item--date {
        font-size: 13px;
        color: #999;
        margin-top: 5px; }
    .track-item .body .item:first-child {
      margin-top: 20px; }
  .track-item .body-show {
    height: auto;
    overflow: auto;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }

.track-tabs {
  width: 960px;
  margin: 0 auto;
  margin-top: 35px;
  position: relative; }
  .track-tabs .tab {
    float: left;
    margin-right: 45px;
    padding-bottom: 15px;
    position: relative;
    font-size: 13px; }
    .track-tabs .tab .line {
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 100%;
      height: 3px;
      background-color: #1e50ae;
      display: none; }
    .track-tabs .tab:hover {
      cursor: pointer;
      color: #1e50ae; }
  .track-tabs .tab-active {
    color: #1e50ae; }
    .track-tabs .tab-active .line {
      display: block; }
  .track-tabs .bottom-line {
    width: 100%;
    height: 3px;
    background-color: #ccc;
    position: absolute;
    top: 31px;
    bottom: 0px; }

.pay-form {
  padding: 10px 60px; }
  .pay-form .title {
    font-size: 22px; }
  .pay-form .form-item {
    position: relative;
    float: left;
    margin-top: 30px;
    padding-right: 30px; }
    .pay-form .form-item .label {
      display: inline-block;
      margin-right: 20px;
      font-size: 14px;
      color: #333;
      vertical-align: middle;
      font-weight: bold; }
    .pay-form .form-item .select {
      display: inline-block;
      height: 36px;
      line-height: 36px;
      width: 220px;
      border-radius: 5px;
      border: 1px solid #999;
      vertical-align: middle;
      font-size: 14px;
      color: #000;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0px 12px;
      position: relative; }
      .pay-form .form-item .select:hover {
        cursor: pointer; }
      .pay-form .form-item .select .iconfont {
        position: absolute;
        color: #000;
        top: 0px;
        right: 12px; }
      .pay-form .form-item .select .country {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 36px;
        width: 260px;
        opacity: 0; }
    .pay-form .form-item .input {
      display: inline-block;
      height: 36px;
      line-height: 36px;
      width: 90px;
      border-radius: 5px;
      border: 1px solid #999;
      vertical-align: middle;
      font-size: 14px;
      color: #000;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0px 12px;
      position: relative; }
    .pay-form .form-item .unit {
      display: inline-block;
      vertical-align: middle;
      margin-left: 5px; }
    .pay-form .form-item .package-select {
      width: 120px; }
    .pay-form .form-item .drop-select {
      display: none;
      position: absolute;
      left: 72px;
      top: 45px;
      width: 170px;
      height: 160px;
      overflow-y: auto;
      border: 1px solid #999;
      background-color: #fff;
      border-radius: 5px;
      z-index: 999;
      padding: 2px 0px; }
      .pay-form .form-item .drop-select p {
        font-size: 13px;
        padding: 4px 0px 4px 12px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        white-space: nowrap; }
        .pay-form .form-item .drop-select p:hover {
          cursor: pointer;
          background-color: #eee; }
    .pay-form .form-item .drop-select-mask {
      display: none;
      position: fixed;
      height: 100%;
      width: 100%;
      left: 0px;
      top: 0px;
      background-color: rgba(0, 0, 0, 0);
      z-index: 999; }
  .pay-form .form-footer {
    clear: both;
    padding-top: 35px; }
  .pay-form .search {
    height: 38px;
    background-color: #1e50ae;
    border: none;
    outline: 0;
    vertical-align: middle;
    margin: 0;
    width: 90px;
    color: #fff;
    border-radius: 3px; }
  .pay-form .pay-error-box {
    color: red;
    vertical-align: middle;
    margin-left: 20px;
    font-size: 13px; }

.pay-result {
  border-top: 1px solid #eee;
  margin: 0px 60px;
  margin-top: 25px; }
  .pay-result table {
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #333; }
    .pay-result table th,
    .pay-result table td {
      text-align: left;
      font-size: 13px; }
    .pay-result table th {
      color: #fff;
      background-color: #1e50ae;
      border-left: 1px solid #333;
      padding: 8px 0px;
      padding-left: 4px; }
    .pay-result table .tr-title td {
      padding: 10px 0px;
      border-bottom: 1px solid #555;
      color: #666; }
    .pay-result table .tr td {
      color: #333;
      border-bottom: 1px solid #555;
      border-left: 1px solid #555;
      padding: 4px 0px;
      padding-left: 4px; }
      .pay-result table .tr td:last-child {
        border-right: 1px solid #555; }
    .pay-result table .tr:nth-child(odd) {
      background-color: #f1f1f1; }

.pay-result-empty {
  display: none;
  border-top: 1px solid #eee;
  margin: 0px 80px;
  margin-top: 25px;
  text-align: center;
  font-size: 14px;
  color: #999;
  padding-top: 40px; }
