html,
body {
  padding: 0;
  margin: 0;
}

html,
body {
  font-size: 20px !important;
}

body a {
  text-decoration: none;
}

.body a:hover {
  color: #093a97;
}

.point-point-point {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.point-point-point3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* ----------------------------------------------- */
.size0-6 {
  font-size: 0.6rem;
}

.size0-7 {
  font-size: 0.7rem;
}

.size0-8 {
  font-size: 0.8rem;
}

.size0-9 {
  font-size: 0.9rem;
}

.size1 {
  font-size: 1rem;
}

.size1-1 {
  font-size: 1.1rem;
}

.size1-2 {
  font-size: 1.2rem;
}

.size1-3 {
  font-size: 1.3rem;
}

.size1-4 {
  font-size: 1.4rem;
}

.size1-7 {
  font-size: 1.7rem;
}

.size1-8 {
  font-size: 1.8rem;
}

.size2-6 {
  font-size: 2.6rem;
}

.size3 {
  font-size: 3rem;
}

.size3-6 {
  font-size: 3.6rem;
}

.sub-title {
  font-weight: bold;
  height: 3.25rem;
  margin-left: 2rem;
  display: flex;
  align-items: center;
}

.myType {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  border-top: 1px solid #DDDDDD;
  width: 24rem;
  margin-left: 2rem;
}

.register-now {
  border: 2px solid #E7E7E7;
  margin-top: 1.6rem;
  border-radius: 2rem;
  width: 8.5rem;
  height: 2.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  cursor: pointer;
}

.join {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.contact-close-img {
  background-image: url(./_files/img/common/close.png);
  background-size: cover;
  height: 0.8rem;
  width: 0.8rem;
  cursor: pointer;
}

/* ----------------------------------------------- */
.banner-center {
  position: absolute;
  display: flex;
  justify-content: center;
}

.banner-left {
  position: absolute;
  display: flex;
  justify-content: start;
}

.typeBanner {
  height: 3.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/* ----------------------------------------------- */
.rt-tab-link li[active] {
  border-bottom: 2px solid #EE201D;
}

.rt-tab-link {
  display: flex;
  flex-direction: row;
  border-bottom: 0px solid #eee;
}

.rt-tab-link li {
  user-select: none;
  display: block;
  margin-right: 15px;
  padding: 10px 0px 10px 0px;
}

.rt-tab-content {
  padding: 10px 0px 5px 0px;
}

/* ----------------------------------------------- */
.page-content {
  line-height: 1.8rem;
  margin: 10px 0px 10px 10px;
}

.page-goto {
  line-height: 1.5rem;
  height: 1.5rem;
  margin-left: 3rem;
  margin-right: 0.4rem;
}

.page-page {
  line-height: 1.5rem;
  height: 1.5rem;
  margin-left: 0.4rem;
}

.page {
  display: inline-block;
  vertical-align: middle;
  height: 1.5rem;
  line-height: 1.5rem;
  margin: 0 -1px 5px 0;
  background-color: #fff;
  border: 1px solid #eee;
  width: 1.6rem;
  text-align: center;
  border-radius: 0.3rem;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #1F58FF;
  border-radius: 0.3rem;
}

/* layui分页组件 */
.float-right {
  float: right;
}

/* layui分页添加间隔 */
.layui-laypage a[data-page] {
  color: #333;
  margin-right: 5px;
  border-radius: 0.3rem;
}

.layui-laypage .layui-laypage-curr {
  position: relative;
  margin-right: 5px;
}

.layui-laypage .layui-laypage-spr {
  line-height: 1.2rem;
  background-color: #F6F6F8;
  margin-right: 10px;
  color: black;
  border: 0px;
}

.page-margin {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.layui-laypage a,
.layui-laypage span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 9px;
  height: 1.5rem;
  line-height: 1.5rem;
  margin: 0 -1px 5px 0;
  background-color: #fff;
  color: #333;
  font-size: 0.7rem;
  border-radius: 0.3rem;
}


/* ----------------------------------------------- */
/* 默认针对 width >= 1920px */
/* body {
  background-color: violet;
} */



/* ----------------------------------------------- */
/* 标题行 */
.title-row {
  /* margin: 27px 0; */
  margin: 1.35rem 0;
}

.title-zh {
  color: #1f2431;
  font-weight: bold;

  height: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.8rem;
  letter-spacing: 0.14rem;
}

.title-en {
  color: #1f2431;
  font-weight: 500;

  font-size: 0.9rem;
  height: 0.9rem;
  line-height: 1.8rem;
}

.title-search {
  height: 2.2rem;
  width: 20rem;
  border: 1px solid #ddd;
  padding: 0 1rem;
}

.title-search img {
  height: 1.2rem;
  width: 1.2rem;
}

.title-search-input {
  width: 100%;
  margin: 0 1rem;
  outline: none;
  border: none;

  font-size: 1rem;
  font-weight: 400;
  color: #333;
  /* height: 36px; */
}

/* 入口 */
.title-entry a {
  color: #333;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.title-entry a:hover {
  color: #093a97;
}

/* 登录|注册 */
.title-session {
  background-color: #f1f2f3;
  border-radius: 1.1rem;
  padding: 0.5rem 1.5rem;
}

.title-session a {
  font-size: 0.9rem;
  font-weight: 400;
  color: #0a3a97;
}

.title-session img {
  width: 1.2rem;
  width: 1.2rem;
}

/* ----------------------------------------------- */
/* menu */
.menu {
  height: 2.5rem;
}

.menu-left {
  position: relative;
  background-color: #0a3a97;
  width: 18.4%;
  height: 100%;
  font-weight: 400;
  color: white;
}

.menu-right {
  margin-left: 1.5rem;
  flex: 1;
}

.menu-right a {
  color: #111;
  font-weight: bold;
}

.menu-right a:hover {
  color: #0a3a97;
}

/* ----------------------------------------------- */
/* banner */
.banner {
  width: 100%;
}

.banner-img {
  display: block;
  width: 100%;
}

.menu-bottom-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.menu-bottom {
  background-color: white;
  width: 12rem;
  height: 100%;
  z-index: 9;
}

.menu-bottom-content {
  height: 100%;
}

.menu-bottom-title {
  height: 1rem;
  padding: 0.9rem 0 0 0.7rem;

  font-weight: bold;
  color: #0a3a97;
  line-height: 1.8rem;
}

.menu-bottom-content a {
  height: 0.85rem;
  font-size: 0.9rem;
  font-weight: 400;
  color: #333;
  line-height: 1.8rem;

  padding: 0.8rem 1.85rem 1rem 0;
}

.menu-bottom-content a:first-child {
  padding-left: 0.7rem;
}

.menu-bottom-content a:last-child {
  padding-right: 0;
}

.menu-bottom-content a:hover {
  color: #0a3a97;
}

.menu-bottom-content> :last-child {
  border: none;
}

.menu-bottom-line {
  margin-left: 0.7rem;
  margin-right: 0.7rem;
  height: 1px;
  border-top: 1px solid #ccc;
}

.bottom-text {
  margin-right: 0.5rem;
  margin-top: 0.25rem;

  font-size: 0.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.6rem;
}

/* ----------------------------------------------- */
.banner-news {
  background-color: #0a3a97;
  height: 3.2rem;
}

/* ----------------------------------------------- */
/* width < 1280px */
@media screen and (max-width: 1500px) {

  html,
  body {
    font-size: 14px !important;
    min-width: 1200px;
  }

  .center {
    width: 1200px;
    margin-left: calc((100% - 1200px) / 2);
    margin-right: calc((100% - 1200px) / 2);
  }

  .bwidth {
    width: 1200px;
    margin-left: calc((100% - 1200px) / 2);
    margin-right: calc((100% - 1200px) / 2);
  }

  /*
  .view-w {
  width: 78%;
} */
}

/* ----------------------------------------------- */
/* 1280px < width <= 1366 */
@media screen and (min-width: 1500px) and (max-width: 1700px) {

  html,
  body {
    font-size: 16px !important;
  }

  .center {
    width: 1300px;
    margin-left: calc((100% - 1300px) / 2);
    margin-right: calc((100% - 1300px) / 2);
  }

  .bwidth {
    width: 1200px;
    margin-left: calc((100% - 1200px) / 2);
    margin-right: calc((100% - 1200px) / 2);
  }
}

@media screen and (min-width: 1700px) {

  html,
  body {
    font-size: 18px !important;
  }

  .center {
    width: 1500px;
    margin-left: calc((100% - 1500px) / 2);
    margin-right: calc((100% - 1500px) / 2);
  }

  .bwidth {
    width: 1200px;
    margin-left: calc((100% - 1200px) / 2);
    margin-right: calc((100% - 1200px) / 2);
  }
}

/* ----------------------------------------------- */
/* 1366px < width <= 1440px */
/* @media screen and (min-width: 1367px) and (max-width: 1440px) {
} */

/* ----------------------------------------------- */
/* 1441px < width <= 1600px */
/* @media screen and (min-width: 1441px) and (max-width: 1600px) {
} */