.top {
  width: 100%;
  height: 84px;
  background: white; }
  .top .box {
    width: 1280px;
    height: 84px;
    margin: 0 auto;
    padding: 16px 0px;
    box-sizing: border-box;
    display: flex;
    justify-content: start; }
    .top .box .logo {
      width: auto;
      transform: translate(-20px, -20px); }
    .top .box .input-box-search {
      width: 666px;
      height: 48px;
      font-size: 0px;
      border: 2px solid #2469d8; }
      .top .box .input-box-search input {
        width: 566px;
        height: 100%;
        vertical-align: top;
        border: 0px;
        outline: none;
        text-indent: 14px;
        font-size: 16px; }
        .top .box .input-box-search input::placeholder {
          color: #c2c2c2;
          box-sizing: border-box; }
      .top .box .input-box-search button {
        width: 100px;
        height: 48px;
        background: #2469d8;
        display: inline-block;
        border: none;
        cursor: pointer; }
        .top .box .input-box-search button:active, .top .box .input-box-search button:focus {
          border: none !important;
          outline: none !important; }
    .top .box .login-content {
      font-size: 16px;
      flex-grow: 1;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      .top .box .login-content .customized2 {
        font-size: 12px;
        padding: 0 8px;
        height: 24px;
        line-height: 24px;
        cursor: pointer;
        box-sizing: border-box;
        border: 1px solid #999;
        color: #555;
        text-align: center;
        margin-right: 10px;
        transition: all 0.15s ease; }
        .top .box .login-content .customized2:hover {
          background: #f3f3f3; }
      .top .box .login-content .join-btn {
        font-size: 12px;
        padding: 0 8px;
        height: 24px;
        line-height: 24px;
        box-sizing: border-box;
        border: 1px solid #999;
        color: #555;
        text-align: center;
        margin-right: 24px;
        transition: all 0.15s ease; }
        .top .box .login-content .join-btn:hover {
          background: #f3f3f3; }
      .top .box .login-content .login-info img {
        width: 24px;
        height: 24px;
        margin-right: 4px;
        border-radius: 50%;
        vertical-align: middle; }
      .top .box .login-content .login-info span {
        vertical-align: middle; }
      .top .box .login-content .header-btn-box a {
        display: inline-block;
        margin-right: 20px; }
      .top .box .login-content .logout_a {
        font-weight: bold;
        font-size: 16px;
        display: inline-block;
        margin-left: 10px;
        vertical-align: top; }

.msg {
  position: relative;
  width: 100%;
  height: 70px;
  background-color: #fff;
  border-top: 1px solid #e7e7e7; }
  .msg > ul {
    width: 1280px;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin: 0px auto;
    display: flex;
    line-height: 70px; }
    .msg > ul > li:nth-last-child(2):hover a:before,
    .msg > ul > li:nth-last-child(2):hover a:after,
    .msg > ul > li:nth-last-child(1):hover a:before,
    .msg > ul > li:nth-last-child(1):hover a:after,
    .msg > ul > li:nth-last-child(3):hover a:before,
    .msg > ul > li:nth-last-child(3):hover a:after {
      border-color: #ffffff !important;
      border: none !important; }
    .msg > ul > li:nth-last-child(3) {
      color: black !important;
      cursor: inherit; }
      .msg > ul > li:nth-last-child(3) a {
        color: black !important; }
    .msg > ul > li {
      margin-right: 32px;
      cursor: pointer; }
      .msg > ul > li > a {
        display: block;
        position: relative; }
      .msg > ul > li:hover > a:after, .msg > ul > li:hover > a:before {
        position: absolute;
        bottom: -1px;
        display: block;
        left: 50%;
        transform: translateX(-50%);
        content: "";
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent #fff;
        z-index: 1000; }
      .msg > ul > li:hover > a:before {
        bottom: 0;
        border-color: transparent transparent #ccc; }
      .msg > ul > li:hover,
      .msg > ul > li:hover > a {
        color: #E74B3B; }
      .msg > ul > li:hover .menu-sub {
        z-index: 101;
        visibility: visible;
        min-height: 70px;
        opacity: 1;
        transition: all 0.1s linear; }
      .msg > ul > li .menu-sub {
        visibility: hidden;
        min-height: 0;
        opacity: 0;
        box-shadow: 0 5px 7px -4px rgba(0, 0, 0, 0.3);
        position: absolute;
        z-index: 100;
        left: 0;
        right: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        background-color: #fff; }
        .msg > ul > li .menu-sub ul {
          width: 1280px;
          margin: auto;
          line-height: 70px; }
          .msg > ul > li .menu-sub ul > li:hover > a:after, .msg > ul > li .menu-sub ul > li:hover > a:before {
            position: absolute;
            bottom: -1px;
            display: block;
            left: 50%;
            transform: translateX(-50%);
            content: "";
            border-width: 10px;
            border-style: solid;
            border-color: transparent transparent #fff;
            z-index: 1000; }
          .msg > ul > li .menu-sub ul > li:hover > a:before {
            bottom: 0;
            border-color: transparent transparent #ccc; }
          .msg > ul > li .menu-sub ul li {
            display: inline-block;
            margin-right: 32px; }
            .msg > ul > li .menu-sub ul li > a {
              display: block;
              position: relative; }
            .msg > ul > li .menu-sub ul li:hover,
            .msg > ul > li .menu-sub ul li:hover > a {
              color: #E74B3B !important; }
            .msg > ul > li .menu-sub ul li:hover .menu-sub {
              z-index: 101;
              visibility: visible;
              min-height: 70px;
              opacity: 1;
              transition: all 0.1s linear; }
            .msg > ul > li .menu-sub ul li .menu-sub {
              visibility: hidden;
              min-height: 0;
              max-height: 400px;
              overflow-y: scroll;
              opacity: 0; }

.nav-menu-sub {
  display: none; }

.blurry {
  background: gray;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
  filter: alpha(opacity=60);
  opacity: 0.5 !important; }

.mohu {
  position: fixed; }

.feedback_customized2 {
  width: 765px;
  height: 600px;
  z-index: 999;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  border-radius: 6px;
  overflow: auto;
  background-color: #fff; }
  .feedback_customized2 img {
    cursor: pointer;
    position: relative;
    left: 684px;
    top: 20px; }
  .feedback_customized2 h2 {
    padding-bottom: 25px;
    border-bottom: 1px solid #d9dcde;
    text-align: center;
    font-weight: 400;
    color: #9aafbd;
    font-size: 16px;
    width: 660px;
    margin: 0 auto;
    margin-top: 25px; }
  .feedback_customized2 .selected {
    margin-top: 40px;
    margin-left: 30px;
    font-size: 14px;
    color: #000000 !important; }
    .feedback_customized2 .selected label {
      margin-right: 50px; }
    .feedback_customized2 .selected .form_customized {
      display: flex;
      justify-content: space-between;
      width: 90%;
      margin-bottom: 20px;
      color: #000000 !important; }
      .feedback_customized2 .selected .form_customized div {
        flex: 1; }
    .feedback_customized2 .selected p {
      margin-bottom: 20px; }
  .feedback_customized2 textarea {
    padding: 8px 15px;
    border-radius: 4px;
    margin-top: 20px;
    margin-left: 30px;
    width: 628px;
    height: 100px;
    outline: none;
    resize: none;
    color: #555555;
    border: 1px solid #d9d9d9; }
  .feedback_customized2 .btn {
    cursor: pointer;
    width: 260px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #e74b3b;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 16px;
    color: #ffffff; }

.input-box-search {
  width: 400px;
  height: 48px;
  font-size: 0px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  background-color: transparent; }
  .input-box-search input {
    width: 300px;
    height: 100%;
    vertical-align: top;
    border: 0px;
    outline: none;
    text-indent: 14px;
    font-size: 16px;
    background-color: #ffffff33; }
    .input-box-search input::placeholder {
      color: #666666;
      box-sizing: border-box; }
    .input-box-search input:-internal-autofill-selected {
      box-shadow: inset 0 0 0 1000px #f6c550 !important;
      -webkit-text-fill-color: #666666; }
  .input-box-search button {
    width: 100px;
    height: 48px;
    background: #ffffff33;
    display: inline-block;
    border: none;
    cursor: pointer; }
    .input-box-search button:active, .input-box-search button:focus {
      border: none !important;
      outline: none !important; }
