/* 初始化样式
------------------------------- */
* {
  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;
}

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: 100%;
    min-width: 1200px;
    max-width: 1440px;
    padding: 0 0px;
    margin: 0 auto;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  body,
  html {
    min-width: 375px;
  }
  .w {
    width: 100%;
    min-width: 0;
    max-width: 768px;
    padding: 0 0px;
    margin: 0 auto;
    position: relative;
  }
}
.header-box {
  width: 100%;
  height: 80px;
  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;
  align-items: center;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .header-box,
  .header-main {
    height: 68px;
  }
}
.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%;
}
@media screen and (max-width: 768px) {
  .header-left {
    margin-left: 16px;
    height: 16px;
  }
}
.right-div {
  position: absolute;
  right: 0px;
  display: flex;
  justify-content: right;
}
.header-right {
  height: 80px;
  /* position: absolute;
  right: 85px; */
  margin-right: 0px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.header-lang {
  margin-right: 16px;
}
.header-right .lang {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.header-right span {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  font-weight: 400;
}
.header-right .top {
  width: 12px;
  height: 12px;
  margin-left: 8px;
  transform: rotate(180deg);
  transition: all 150ms linear;
}
@media screen and (max-width: 768px) {
  .header-right {
    margin-right: 16px;
  }
  .header-right .lang {
    margin-right: 8px;
    top: 0;
  }
  .header-right span {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333333;
    text-align: left;
    line-height: 60px;
    font-weight: 400;
  }
  .header-right .top {
    width: 20px;
    height: 20px;
    margin-left: 4px;
    top: 0;
  }
}
.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%;
  margin-right: -10px;
}
.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 {
  display: none;
}
.banner-box {
  margin-top: 80px;
  width: 100%;
  height: 300px;
  background-image: url('../images/banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.banner-en {
  background-image: url('../images/banner-en.png');
}
.banner-box .title {
  position: relative;
  left: 240px;
  font-family: PingFangSC-Semibold;
  font-size: 48px;
  color: #333333;
  letter-spacing: 0;
  line-height: 56px;
  font-weight: 600;
}
.banner-box .info {
  position: absolute;
  top: 104px;
  left: 0;
  padding-top: 0;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
}
.banner-box .des {
  margin-top: 24px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  left: 240px;
}
@media screen and (max-width: 768px) {
  .banner-box {
    margin-top: 68px;
    height: 120px;
    background-image: url('../images/banner_mobile.png');
  }
  .banner-box .title {
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #333333;
    line-height: 32px;
    font-weight: 500;
    position: relative;
    left: 32px;
    bottom: 68px;
  }
  .banner-box .des {
    display: block;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333333;
    text-align: left;
    line-height: 20px;
    font-weight: 400;
    position: relative;
    left: 32px;
    margin-top: 0;
    bottom: 64px;
  }
}
.main-box {
  background: #f5f6f8;
  padding: 32px 240px 99px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .main-box {
    padding: 24px 16px 7px;
  }
}
.card-box {
  border-radius: 2px;
  margin-bottom: 25px;
  display: flex;
}
.card-box .card-left {
  background-color: #fff;
  width: 160px;
  font-family: PingFangSC-Medium;
  font-size: 24px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 500;
  margin-right: 1px;

  white-space: pre-wrap;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .card-box {
    border-radius: 4px;
  }
  .card-box .card-left {
    padding: 0 16px;
    width: 60px;
    font-size: 14px;
    color: #333333;
    letter-spacing: -0.17px;
  }
  .card-box .card-left-en {
    word-wrap: break-word;
    word-break: break-word;
    padding: 0px;
  }
}
.item-box {
  background: #f5f6f8;
  width: calc(100% - 160px - 1px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .item-box {
    width: calc(100% - 60px - 1px);
  }
}
.item {
  background-color: #fff;
  width: 100%;
  border-radius: 2px;
  padding: 32px;
  margin-bottom: 1px;
}
@media screen and (max-width: 768px) {
  .item {
    min-height: 140px;
    padding: 16px 16px 8px;
    margin-bottom: 1px;
  }
}
.item::after {
  display: block;
  content: '';
  width: calc(100% + 2px);
  position: absolute;
  top: 0;
  left: -1px;
  height: 5px;
  background-color: transparent;
  border-radius: 2px 2px 0 0;
}
.item:hover {
  box-shadow: 0px 12px 32px 0px rgba(190,196,204,0.31);
}
.item:hover::after {
  background-color: #f70000;
}
.item-title {
  font-family: PingFangSC-Semibold;
  font-size: 24px;
  height: 36px;
  color: #333333;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 600;
}
.item-des {
  margin-top: 11px;
  flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .item-title {
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #333333;
    letter-spacing: -0.17px;
    line-height: 20px;
    font-weight: 500;
    height: auto;
  }
  .item-des {
    margin-top: 8px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 400;
    
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .item:hover {
    box-shadow: none;
  }
  .item:hover::after {
    background-color: #fff;
  }
}
.link-box {
  margin-top: 32px;
  display: flex;
  align-items: center;
}
.link-box > .link-item {
  padding: 10px 16px;
  height: 44px;
  margin-right: 16px;
  font-size: 14px;
  border: 1px solid #F70000;
  color: #F70000;
  cursor: pointer;
  text-align: center;
  min-width: 32px;
  border-radius: 2px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .link-box {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
  }
  .link-box > .link-item {
    border: 1px solid rgba(247,0,0,1);
    border-radius: 2px;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 6px 16px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #F70000;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
    background-color: #fff;
    height: 32px;
  }
}
.link-box > .link-item::after {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url('../images/right.svg');
  display: inline-block;
  background-size: contain;
  margin-left: 4px;
  color: #f70000 !important;
  display: none;
}
@media screen and (max-width: 768px) {
  .link-box > .link-item::after {
    display: none;
  }
}
.link-box > .link-item:hover {
  background-color: #f70000;
  color: white;
}
.link-box > .link-item:hover::after {
  background-image: url('../images/check-right.svg');
}
.link-box > .drop-list {
  position: relative;
}
.link-box > .drop-list:hover > span {
  display: block;
}

.link-box > .drop-list > span {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  background: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(190, 196, 204, 0.35);
  border-radius: 2px;
  background-color: white;
  padding: 12px;
  z-index: 9;
  display: none;
  margin-top: 1px;
}
.link-box > .drop-list > span > a {
  display: block;
  color: #333333;
  font-size: 14px;
}
.link-box > .drop-list > span > a:hover {
  color: #f70000;
}
.link-box > .drop-list > span > a + a {
  margin-top: 8px;
}
.footer-box {
  width: 100%;
  height: 60px;
  flex: 0 0 60px;
  background: #333;
  position: relative;
}
.footer-main {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 400;
}
.footer-main a {
  color: #fff;
}
.footer-main .copy-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer-box {
    height: 64px;
  }
  .footer-main {
    font-family: PingFangSC-Regular;
    font-size: 10px;
    color: #FFFFFF;
    font-weight: 400;
  }
  .footer-main .copy-pc,
  .footer-main a {
    display: none;
  }
  .footer-main .copy-mobile {
    display: block;
  }
}
.alert {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 11;
  background: rgba(1, 1, 1, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.alert.active {
  display: flex;
}
.alert-main {
  background: white;
  border-radius: 5px;
  width: 720px;
  height: auto;
}
.alert-header {
  padding: 20px 20px 10px;
  text-align: center;
  position: relative;
}
.alert-header > h3 {
  font-size: 24px;
  color: #333;
  font-weight: 500;
  line-height: 24px;
}
.alert-header > .close-btn {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.alert-body {
  text-indent: 30px;
  color: #333;
  font-size: 16px;
  line-height: 28px;
  word-break: break-word;
  padding: 0 30px;
}
.alert-body > p:nth-child(1) {
  margin-bottom: 10px;
}
.alert-footer {
  text-align: center;
  padding: 20px 0px;
}
.alert-footer > div {
  display: inline-block;
  font-size: 14px;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 2px;
}
.sure-btn {
  color: white;
  background: #f70000;
  margin-right: 15px;
}
.refuse-btn {
  color: #333;
  background: white;
  border: 1px solid #333;
  padding: 9px 20px !important;
}
