* {
  box-sizing: border-box;
}
/*滚动条区域*/
::-webkit-scrollbar{
  width: 6px;
  height: 6px;
  background-color:rgba(0,0,0,0.5);
}
/*滚动条*/
::-webkit-scrollbar-thumb{
  background-color:rgba(71, 140, 231, 0.8);
  border-radius: 3px;
}
/*滚动条外层轨道*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
  background-color:rgba(0,0,0,0.5);
  border-radius: 3px;
}
.w-mt-sm {
  margin-top: 6px !important;
}
.w-mt-1 {
  margin-top: 10px !important;
}
.w-mt-2 {
  margin-top: 16px !important;
}
.w-mt-3 {
  margin-top: 24px !important;
}
.w-mt-4 {
  margin-top: 32px !important;
}
.w-mt-5 {
  margin-top: 50px !important;
}
.w-mb-sm {
  margin-bottom: 6px !important;
}
.w-mb-1 {
  margin-bottom: 10px !important;
}
.w-mb-2 {
  margin-bottom: 16px !important;
}
.w-mb-3 {
  margin-bottom: 24px !important;
}
.w-mb-4 {
  margin-bottom: 32px !important;
}
.w-mb-5 {
  margin-bottom: 50px !important;
}
.w-ml-1 {
  margin-left: 10px !important;
}
.w-pt-sm {
  padding-top: 6px !important;
}
.w-pt-1 {
  padding-top: 10px !important;
}
.w-pt-2 {
  padding-top: 16px !important;
}
.w-pt-3 {
  padding-top: 24px !important;
}
.w-pt-4 {
  padding-top: 32px !important;
}
.w-pt-5 {
  padding-top: 50px !important;
}
.w-b-sm {
  padding-bottom: 6px !important;
}
.w-pb-1 {
  padding-bottom: 10px !important;
}
.w-pb-2 {
  padding-bottom: 16px !important;
}
.w-pb-3 {
  padding-bottom: 24px !important;
}
.w-pb-4 {
  padding-bottom: 32px !important;
}
.w-pb-5 {
  padding-bottom: 50px !important;
}

.w-fs-16 {
  font-size: 16px;
}
.w-fs-18 {
  font-size: 18px;
}
.w-fs-20 {
  font-size: 20px;
}
.w-eps {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.w-text-left {
  text-align: left !important;
}
.w-text-right {
  text-align: right !important;
}
.w-text-center {
  text-align: center !important;
}
.w-jc-flex {
  display: flex;
}
.w-jc-between {
  display: flex;
  justify-content: space-between;
}
.w-value-shadow {
  font-weight: bold;
  text-shadow: 0 0 5px #3570f5;
}
.w-btn {
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  padding: 0;
  margin: 0;
  color: #191d24;
}

.w-phone-body {
  max-width: 900px;
  margin: 0 auto;
}
.w-page-title {
  padding: 0 1rem;
  font-size: 20px;
}
.w-banner-box {
  position: relative;
}
.w-banner-box .banner-img {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
}
.w-func-box {
  position: relative;
  padding: 0 1rem;
}
.w-func-title {
  font-size: 18.5px;
  font-weight: bold;
  line-height: 20px;
  height: 20px;
  color: #191d24;
}
.w-func-title .title-more {
  font-size: 16px;
  font-weight: normal;
  color: #5285f0;
  line-height: 16px;
  padding-top: 4px;
}
.w-avg-box {
  display: flex;
}
.avg-item {
  flex: 1;
}
.w-func-iconnav .nav-item {
  text-align: center;
  position: relative;
  cursor: pointer;
}
.w-func-iconnav .nav-item .nav-title {
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  color: #191d24;
  font-family: "PingFang SC";
  margin-top: 13px;
}
.w-func-iconnav .nav-item .nav-icon {
  display: block;
  margin: 0 auto;
  width: 36px;
  height: auto;
}
.w-func-iconnav .nav-item .nav-icon1 {
  display: block;
  margin: 0 auto;
  max-width: 80%;
  height: auto;
}
.w-func-iconnav .nav-item .nav-title-lg {
  position: absolute;
  height: 18px;
  left: 50%;
  top: 50%;
  margin-top: -9px;
  font-size: 14px;
  line-height: 18px;
}
.w-func-iconnav .nav-item .nav-title-md {
  position: absolute;
  height: 18px;
  width: 100%;
  left: 0;
  bottom: 12%;
  font-size: 14px;
  line-height: 18px;
}
.w-func-iconnav .nav-item .nav-icon-lg {
  max-width: 100%;
}
.w-func-iconnav .nav-item .nav-ad {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
}
.w-func-row {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}
.w-func-row .row-col {
  margin-left: 10px;
  margin-right: 10px;
  flex: 1;
}
.w-func-row .row-col-2 {
  flex: 2;
}
.w-func-row .row-col-3 {
  flex: 3;
}
.w-func-row .row-col-4 {
  flex: 4;
}
.w-func-row .row-col-5 {
  flex: 5;
}
.w-func-twlist .list-item {
  padding: 0 12px;
}
.w-func-twlist .list-cover {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  /* min-height: 100%; */
  /* height: auto; */
  height: 115px;
}
.w-func-twlist .list-info {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-bottom: 6px;
}
.w-func-twlist .list-title {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;
}
.w-func-twlist .list-date {
  color: #999999;
}

.w-func-twlist .list-big .list-info {
  padding: 0 10px 16px 10px;
}
.w-func-twlist .list-big .list-title {
  font-size: 18px;
}
.w-hdp-canvas {
  width: calc(100vw);
  height: calc(100vh);
  background: url(/assets/media/image/hdp-canvas.jpg) no-repeat center bottom;
  overflow: hidden;
}
.w-hdp-canvas-yk {
  background: url(/assets/media/image/hdp-canvas2.jpg) no-repeat center bottom;
}

.w-hdp-home-body {
  position: absolute;
  width: 1060px;
  height: 560px;
  left: 50%;
  top: 50%;
  margin-left: -530px;
  margin-top: -280px;
}
.entry-list {
  margin-top: 120px;
}
.entry-list .entry-item {
  position: relative;
}
.entry-list .entry-item-bg {
  display: block;
  max-width: 100%;
  height: auto;
}
.entry-list .entry-item-name {
  position: absolute;
  width: 250px;
  height: 60px;
  right: 0;
  top: 75px;
  font-size: 28px;
  color: #fff;
}
.entry-list .entry-item-name .en-name {
  font-size: 20px;
  font-style: italic;
  padding-top: 10px;
}

.hdp-head {
  width: 640px;
  height: 96px;
  margin: 0 auto;
}
.hdp-head .head-split {
  width: 0px;
  height: 96px;
  border: 1px solid #fff;
}
.hdp-head .head-date {
  font-size: 50px;
  color: #fff;
  letter-spacing: 15px;
  text-align: center;
}
.hdp-head .head-day {
  font-size: 16px;
  letter-spacing: 15px;
  letter-spacing: 5px;
  padding-top: 10px;
}

.w-hdp-yk-body {
  position: absolute;
  width: 1500px;
  height: 600px;
  left: 50%;
  top: 50%;
  margin-left: -750px;
  margin-top: -300px;
}
.navf-list {
  margin-top: 100px;
}
.navf-list .navf-item {
  position: relative;
}
.navf-list .navf-item-bg {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.navf-list .navf-item-name {
  position: absolute;
  width: 100%;
  height: 60px;
  left: 0;
  top: 180px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  z-index: 2;
}

.hdp-back-home {
  width: 220px;
  height: 70px;
  margin: 0 auto;
  background: url(/assets/media/image/hdp-btn01.png) no-repeat center top;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding-top: 15px;
}

.w-hdp-yk-head {
  padding: 40px 30px;
}
.navf-list-yk {
  width: 1200px;
  margin: 0 auto;
}
.navf-list-yk .navf-item {
  padding-top: 50px;
}

.navf-list-yk .navf-item-name {
  top: 164px;
  font-size: 16px;
}
.navf-list-yk .navf-item.active {
  padding-top: 30px;
}
.navf-list-yk .navf-item.active .navf-item-name {
  color: #65d2ff;
  font-weight: bold;
  top: 144px;
}
.navf-list-yk .navf-item.active::before {
  box-shadow: 0 0 20px #ffffff;
  width: 100px;
  height: 100px;
  position: absolute;
  content: "";
  border-radius: 50%;
  z-index: 0;
}
.navf-list-yk .navf-item.active::after {
  width: 100%;
  height: 16px;
  position: absolute;
  content: "";
  border-radius: 50%;
  top: 180px;
  left: 0;
  background: url(/assets/media/image/icon-sm-jx.png) no-repeat center center;
}

.w-hdp-yk-head .hdp-head {
  width: 520px;
  margin: 0;
}
.w-hdp-yk-head .head-logo {
  display: block;
  width: 256px;
  height: 75px;
}
.w-hdp-yk-head .hdp-head .head-split {
  height: 75px;
}
.w-hdp-yk-head .hdp-head .head-date {
  letter-spacing: 10px;
  font-size: 48px;
}
.w-hdp-yk-head .hdp-head .head-day {
  padding-top: 0px;
}

.w-hdp-main-body {
  width: calc(100vw - 400px);
  height: 670px;
  margin: 0 auto;
  position: relative;
}

.w-hdp-main-body-full {
  width: calc(100vw - 40px);
}

.w-hualang {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.w-hualang-body {
  flex: 1;
}
.w-hualang-control {
  display: -webkit-box;
  display: flex;
  -webkit-box-direction: normal;
  height: 60px;
  width: calc(100vw - 400px);
  margin: 0 auto;
}
.w-hualang-control .process-bar {
  flex: 1;
  display: inline-block;
  height: 1px;
  overflow: hidden;
  position: relative;
  background: #aaa;
  margin-top: 24px;
}
.w-hualang-control .controls {
  width: 160px;
  padding-left: 40px;
}
.w-hualang-control .controls .tag {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #888;
  color: #fff !important;
  line-height: 48px;
  font-size: 16px;
  text-align: center;
}
.w-hualang-control .controls .tag:hover {
  background: #2777ef !important;
  color: #fff !important;
  border: 1px solid #fff;
}

.w-hdp-card-item {
  width: 400px;
  height: 540px;
  background-color: #fff;
  padding: 14px;
  color: #666666;
}
.w-hdp-card-item .card-cover {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.w-hdp-card-item .card-name {
  color: #2777ef;
  font-size: 16px;
}
.w-hdp-card-item .card-param {
  background-color: #f2f4fb;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 180px;
  padding: 0 10px;
}
.w-hdp-card-item .card-price {
  font-size: 18px;
  font-weight: bold;
  color: #ff6000;
}
.w-hdp-card-item .card-param-value {
  color: #2777ef;
}
.w-hdp-card-item .card-summary {
  height: 150px;
  font-size: 14px;
  color: #666666;
}
.w-hdp-card-item .card-go {
  width: 210px;
  height: 70px;
  background: url(/assets/media/image/hdp-btn02.png) no-repeat center top;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding-top: 13px;
  padding-right: 16px;
}

.w-hdp-tab {
  height: 70px;
  width: 590px;
  margin: 0 auto;
}

.w-hdp-tab .tab-item {
  width: 140px;
  height: 40px;
  background-color: #b9bfe9;
  color: #000e7c;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
}
.w-hdp-tab .tab-item.active {
  background: linear-gradient(90deg, #187c84 0%, #cac233 100%);
  color: #fff;
}

.w-datatable {
  text-align: left;
  line-height: 20px;
}
.w-datatable .data-head th {
  border-bottom: 10px solid #f7f7f7;
  padding: 16px 10px;
  line-height: 20px;
}
.w-datatable .data-body td {
  padding: 16px 10px;
  line-height: 20px;
  border-bottom: 1px dashed #f1f1f1;
  color: #404040;
}
.w-datatable .data-body .data-amount {
  color: #628ef1;
  font-weight: bold;
}

.w-hdp-twlist {
  height: 535px;
}
.w-hdp-twitem {
  width: 710px;
  height: 165px;
  float: left;
  margin-left: 20px;
}
.w-hdp-twinfo {
  width: 390px;
  display: flex;
  flex-direction: column;
}
.w-hdp-twinfo .w-hdp-twname {
  color: #2777ef;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;

  -webkit-line-clamp: 1;

  -webkit-box-orient: vertical;
}
.w-hdp-twinfo .w-hdp-twtxt {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  /* flex: 1; */
 
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;

  -webkit-line-clamp: 4;

  -webkit-box-orient: vertical;
}
.w-hdp-twinfo .w-hdp-twdate {
  color: #999;
  font-size: 14px;
  line-height: 20px;
}

.w-hdp-detail {
  padding: 16px 100px;
}
.w-hdp-detail-title {
  font-size: 20px;
  font-weight: bold;
  color: #2777ef;
  text-align: center;
}
.w-hdp-detail-date {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  text-align: center;
}
.w-hdp-detail-content {
  height: 600px;
  overflow-y: scroll;
  padding: 0 40px;
}
.w-hdp-detail-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.w-hdp-detail-content p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
  text-indent: 30px;
}

.hdp-back-up {
  width: 180px;
  height: 40px;
  background: linear-gradient(90deg, #167b85 0%, #ccc332 100%);
  box-shadow: -5px 5px 13px 0px rgba(10, 13, 116, 0.36);
  border-radius: 20px;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
