/* 引入依赖字体文件 */
@font-face {
  font-family: "Regular";
  src: url("font/SourceHanSansSC-Regular.otf");
}
@font-face {
  font-family: "Medium";
  src: url("font/SourceHanSansTC-Medium.otf");
}
/* 设置字体 */
.item_title{cursor: pointer;}
.btn,
.item_title,
.hd_title {
  font-family: "Medium";
}
.tips{
  font-family: 'Regular';
}
.btn{font-size: 40px;}
.sm_title {
  font-family: "Medium";
  font-size: 28px;
  color: #fff;
  margin-top: 20px;
}
.mini_text {
  font-family:'Regular' ;
  font-size: 32px;
  color: #ba5845;
  margin-top: 65px;
}
.subject_text {
  font-family:'Regular' ;
  font-size: 24px;
  color: #fe846c;
  padding: 1px 10px;
  background: #fff;
  border-radius: 10px;
}
.translate_text{
  font-family:'Regular' ;
  font-size: 20px;
  margin-top: 30px;
}
header {
  background-image: url("images/banner.png");
  height: 535px;
  position: relative;
}

.head {
  margin: 0 auto;
  display: block;
}

.logo {
  position: absolute;
  margin-top: 50px;
}

.left {
  width: 223px;
  height: 1360px;
  border-left: 1px dashed #be56ff;
  position: relative;
  margin-right: 88px;
}
.nav_dom {
  position: absolute;
  left: -16px;
  top: -30px;
}
.clice {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 1px solid #be56ff;
  position: relative;
  border-radius: 70%;
}
section {
  display: flex;
  width: 1350px;
  margin: 0 auto;
  margin-top: 65px;
  padding-left: 15px;
}
.clice > span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 70%;
  background: #be56ff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.clice_small {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 1px solid #fff;
  position: relative;
  border-radius: 70%;
}
.clice_small > span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 70%;
  background: #be56ff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn {
  cursor: pointer;
  font-size: 40px;
  color: #fff;
  display: inline-block;
  width: 140px;
  height: 64px;
  background-image: url("./images/btn.png");
  background-size: 100% 100%;
  text-align: center;
  line-height: 64px;
  margin-left: 9px;
}

.btn_click {
  width: 184px;
  height: 64px;
  color: #fbf78c;
}

.nav {
  display: flex;
  align-items: center;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.nav_header {
  display: flex;
  align-items: center;
}
.tips {
  margin-left: 40px;
  display: inline-block;
  /* width: 140px; */
  text-align: center;
  font-size: 24px;
}
.right {
  width: 100%;
  margin-top: -25px;
  position: relative;
  overflow: hidden;
}
.right > p {
  border-bottom: 2px solid black;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  font-size: 30px;
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 1;
  background: #fff;
}
.right > p > span {
  font-size: 30px;
  cursor: pointer;
}
.packge_card {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.packge_card > p {
  text-align: center;
}
.page {
  margin-top: 30px;
  display: flex;
}
.pageination_align {
  margin: 0 auto;
}
.item_card {
  margin-top: 30px;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
.item_card > li {
  width: 207px;
  height: 325px;
  margin-right: 74px;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
}
.item_card > li:nth-child(4),.item_card > li:nth-child(8),.item_card > li:nth-child(12){margin-right: 0;}
.item_title:nth-child(1) {
  color: #be56ff;
}

.top{
  width: 1082.23px !important;
  position: fixed !important;
  top: 0 !important;
}
/* 不同分辨率适配 */
@media (max-width: 1600px) {
  body {
    zoom: 0.72;
  }
}
