/* 初始化样式
------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none !important;
}

html,
body,
#app {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif !important;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  font-size: 14px;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #333;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}
li {
  list-style-type: none;
}
a {
  color: #5184ea;
  text-decoration: none;
}
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #68696d;
  cursor: pointer;
}
::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active {
  border-radius: 6px;
  background-color: #68696d;
  cursor: pointer;
}

::-webkit-scrollbar,
::-webkit-scrollbar {
  width: 4px;
  height: 10px;
  background: 0 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  body,
  html {
    min-width: 1280px;
  }
  .w {
    width: 94%;
    min-width: 1200px;
    max-width: 1440px;
    padding: 0 0px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .w {
    width: 100%;
    min-width: initial;
    max-width: initial;
    padding: 0 16px;
    margin: 0 auto;
  }
}
body {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
}
.header-box {
  width: 100%;
  height: 58px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  position: fixed;
  z-index: 11;
  background: white;
}
.header-main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header-left {
  width: 146px;
  height: 20px;
  background-image: url('../images/logo_web.svg');
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.header-left a {
  display: block;
  width: 100%;
  height: 100%;
}
.header-right {
  height: 60px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.header-right + .header-right {
  margin-left: 20px;
}
.header-right .lang {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.header-right .top {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  transform: rotate(180deg);
  transition: all 150ms linear;
  position: relative;
  top: 2px;
}
.chooseLang {
  display: none;
  position: absolute;
  text-align: left;
  width: 130px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  top: 100%;
  right: -18px;
}
.header-lang {
  flex: 1;
  justify-content: flex-end;
}
.header-right:hover {
  cursor: pointer;
}
.header-right:hover .chooseLang {
  display: block;
}
.header-right:hover .chooseLang {
  display: block;
}
.header-right:hover .top {
  transform: rotate(0deg);
}
.chooseLang-item {
  height: 34px;
  padding-left: 10px;
  line-height: 34px;
}
.chooseLang-item:hover {
  border-left: 2px solid #f70000;
  padding-left: 8px;
  background-color: #f2f2f2;
  cursor: pointer;
}
.login-drop-dow {
  width: 150px;
}
.header-right .user-icon {
  height: 18px;
}
.user-name {
  cursor: pointer;
  margin-left: 10px;
}
.user-name:hover {
  color: #f70000;
}
.not-login .login-drop-dow {
  display: none !important;
}
.not-login .top {
  display: none;
}

.banner-box {
  margin-top: 58px;
  width: 100%;
  height: 300px;
  background-image: url('../images/banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.banner-box > img {
  width: 100%;
  height: 100%;
}
.banner-box .mob {
  display: none;
}
.banner-box .info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 64px;
}
.banner-box .title {
  font-size: 40px;
  color: #333333;
  line-height: 48px;
  font-weight: 600;
}
.banner-box .des {
  font-size: 14px;
  color: #333333;
  margin-top: 24px;
  line-height: 20px;
  font-weight: 400;
}
.search-box {
  margin-top: 32px;
  background: #ffffff;
  border: 1px solid rgba(180, 180, 180, 1);
  height: 48px;
  position: relative;
  display: inline-block;
  align-self: baseline;
}
.search-box > input {
  font-size: 16px;
  color: #333;
  width: 359px;
  height: 100%;
  padding: 12px 20px;
  border: 0px;
  background: transparent;
  position: relative;
  top: -1px;
}
.search-box > span {
  background: #f70000;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}
.main-box {
  background: white;
  width: 100%;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  flex: 1;
  margin-top: 96px;
  margin-bottom: 96px;
}
.item-box {
  display: flex;
  flex-wrap: wrap;
}
.item-box > .item {
  flex: 0 0 calc(25% - 18px);
  margin-right: 24px;
  background-image: linear-gradient(127deg, #f5f6f8 0%, #f5f6f8 49%, #fcfdff 100%);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  padding: 46px;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  cursor: pointer;
}
.item-box > .item:nth-child(4n) {
  margin-right: 0px;
}
.item-box > .item:hover {
  box-shadow: 0px 12px 32px 0px rgba(190, 196, 204, 0.4);
}
.item-box > .item:hover .server-a {
  color: #f70000;
}
.server-img {
  width: 180px;
  height: 57px;
}
.server-a {
  margin-top: 35px;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
}
.more-btn {
  display: inline-block;
  border: 1px solid rgba(247, 0, 0, 1);
  border-radius: 2px;
  color: #f70000;
  font-size: 14px;
  padding: 6px 19px;
  margin-top: 48px;
  cursor: pointer;
}
.footer-box {
  width: 100%;
  background: #333;
  position: relative;
  flex: 0 0 60px;
}
.footer-main {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
}
.footer-main a {
  color: #999999;
}
.mobile-user-icon {
  display: none;
}
.lang {
  display: block;
}
.mobile-lang {
  display: none;
}
.user-name {
  display: block;
}
.mobile-user-name {
  display: none;
}
@media screen and (max-width: 768px) {
  .w {
    width: 100%;
    min-width: initial;
    max-width: initial;
    padding: 0 16px;
    margin: 0 auto;
  }
  .banner-box .title {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
  }
  .banner-box .pc {
    display: none;
  }
  .banner-box .mob {
    display: block;
  }
  .banner-box .des {
    font-size: 12px;
    color: #333333;
    line-height: 14px;
    font-weight: 400;
    margin-top: 4px;
    width: 50%;
  }
  .search-box {
    margin-top: 16px;
    height: 40px;
    width: 100%;
    display: flex;
  }
  .search-box > input {
    padding: 8px 16px;
    font-size: 14px;
    flex: 1;
  }
  .search-box > span {
    padding: 10px 24px;
    font-size: 14px;
  }
  .footer-main {
    display: flex;
    flex-direction: column;
  }
  .main-box {
    margin-top: 16px;
    margin-bottom: 24px;
  }
  .item-box > .item {
    flex: 0 0 calc(50% - 4px);
    margin-right: 8px;
    margin-top: 8px;
    padding: 24px;
  }
  .item-box > .item:nth-child(2n) {
    margin-right: 0px;
  }
  .server-img {
    width: 100%;
  }
  .server-a {
    margin-top: 16px;
    font-size: 12px;
    color: #333333;
    font-weight: 400;
  }
  .more-btn {
    display: inline-block;
    border: 1px solid rgba(247, 0, 0, 1);
    border-radius: 2px;
    color: #f70000;
    font-size: 12px;
    padding: 3px 8px;
    margin-top: 24px;
  }
  .header-right .top {
    display: none;
  }
  .header-lang > span {
    display: none;
  }
  .header-right .chooseLang {
    width: 100%;
    position: fixed;
    left: 0;
    top: 58px;
  }
  .chooseLang-item + .chooseLang-item {
    border-top: 1px solid #ededee;
  }
  #header-user-infor .chooseLang-item:nth-child(2) {
    text-align: center;
  }
  .header-right + .header-right {
    margin-left: 8px;
  }
  .user-icon {
    display: none;
  }
  .mobile-user-icon {
    display: block;
    height: 20px !important;
    position: relative;
    top: 1px;
  }
  .lang {
    display: none;
  }
  .mobile-lang {
    display: block;
  }
  .user-name {
    display: none;
  }
  .mobile-user-name {
    display: block;
  }
  .header-left {
    width: 110px;
    height: 15px;
  }
  .chooseLang-item:hover {
    border-left: 2px solid transparent;
    padding-left: 8px;
    background-color: #f2f2f2;
    cursor: pointer;
  }
}
.no-data {
  display: none;
  color: #909399;
  font-size: 14px;
  text-align: center;
}
.no-data img {
  width: 315px;
  height: 200px;
  margin-bottom: 16px;
}
