
img{
  object-fit: cover;
}
#zjpl, #shxd, #sqhd, #zwzp, .navbar-toggler, .phone-share-dialog, #skills-phone{
  display: none;
}
.navbar{
  padding: 0;
  height: 72px;
  position: relative;
  z-index: 1000;
}
.navbar>.container{
  margin: 0 18.75%;
  padding: 0;
  justify-content: space-between;
  position: relative;
}
.navbar>.container .navbar-brand{
  padding: 12px 0;
}
.navbar>.container .navbar-brand img{
  width: 143px;
  height: 48px;
}
.navbar>.container .navbar-collapse-pc {
  flex: auto;
}
.navbar>.container .navbar-collapse-pc .navbar-nav{
  flex-direction: row;
  justify-content: right;
}
.navbar>.container .navbar-collapse-pc .nav-item {
  height: 72px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #474B4F;
  line-height: 72px;
  margin-right: 32px;
  cursor: pointer;
  position: relative;
}
.navbar>.container .navbar-collapse-pc .nav-item.active{
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  color: #474B4F;
  border-bottom: 4px solid #00A9FF;
}
.navbar>.container .navbar-collapse-pc .nav-item.nav-item-fa span{
  color: #00A9FF;
}
.navbar>.container .navbar-collapse-pc .nav-item:last-child{
  margin-right: 0;
}
.navbar>.container .navbar-collapse-pc .nav-item .nav-link{
  padding: 0;
  font-weight: 400;
  color: #474B4F;
}
.navbar>.container .navbar-collapse-pc .nav-item .nav-link span{
  color: #474B4F;
}
.navbar>.container .navbar-collapse-pc .nav-item.active .nav-link{
  font-weight: 500;
}
.navbar>.container .navbar-collapse-pc .nav-item .nav-second-content{
  /*position: absolute;
  bottom: -110px;
  left: -16px;
  display: none;
  background: #FFFFFF;
  box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);*/
  /* border: 1px solid #D9D9D9; */
  /*border-radius: 4px;
  line-height: 32px !important;
  width: 108px;
  padding: 4px 0;
  text-align: center;
  z-index: 1000;8*/

  position: absolute;
  top: calc(100% + 10px) !important; /* 改為從頂部計算 */
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: none;
  background: #FFFFFF;
  box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
  border-radius: 4px;
  line-height: 32px !important;
  min-width: 108px;
  padding: 4px 0;
  text-align: center;
  z-index: 1000;
  
}
.navbar>.container .navbar-collapse-pc .nav-item .nav-second-content:hover{
  display: block;
}
.navbar>.container .navbar-collapse-pc .nav-item.active .nav-second-content {
  bottom: -120px;
}
.navbar>.container .navbar-collapse-pc .nav-item .nav-second-content::after{
  content: '';
  width:100%;
	height:10px;
  position: absolute;
  left: 0;
  top: -9px;
  z-index: 1;
}
.navbar>.container .navbar-collapse-pc .nav-item .nav-second-content::before{
  content: '';
  width:0px;
	height:0px;
	border-top:6px solid transparent;
	border-bottom:6px solid #FFFFFF;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
  position: absolute;
  left: 50%;
  top: -12px;
  transform: translateX(-50%);
}
.navbar>.container .navbar-collapse-pc .nav-item .nav-second-content .nav-second-item a{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #474B4F;
  line-height: 32px !important;
  text-decoration: none;
}
.navbar>.container .navbar-collapse-pc .nav-item .nav-second-content .nav-second-item.active a,
.navbar>.container .navbar-collapse-pc .nav-item .nav-second-content .nav-second-item:hover a{
  color: #00A9FF;
}
#about .container{
  margin: 0;
  padding: 0;
  max-width: 100%;
}
#about .container .about-message-content {
  position: relative;
  overflow: hidden;
}
#about .container .message-item{
  //position: relative;

    cursor: pointer !important;
    pointer-events: auto !important;
    position: relative;
    z-index: 10;

}
#about .container .message-item .left {
  width: 100%;
  padding-top: 48.23%;
  position: relative;
}
#about .container .message-item .left img{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#about .container .message-item .right{
  position: absolute;
  width: 100%;
  padding: 30px 18.75%;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(1px);
}
#about .container .message-item .right .title {
  flex-basis: 70%;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 24px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 33px;
}
#about .container .message-item .right .tag-content{
  flex: 1;
  display: flex;
  justify-content: right;
} 
#about .container .message-item .right .tag-content .tag-item{
  margin-right: 12px;
  font-size: 0;
}
#about .container .message-item .right .tag-content .tag-item:first-child span{
  /* margin-left: -1px; */
}
#about .container .message-item .right .tag-content .tag-item:last-child{
  margin-right: 0;
}
#about .container .message-item .right .tag-content .tag-item img{
  width: 16px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
#about .container .message-item .right .tag-content .tag-item span{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #00A9FF;
  line-height: 20px;
  padding: 2px 8px 2px 0;
  background: rgba(0, 169, 255, 0.3);
  border-radius: 0 4px 4px 0;
}
#about .container .swiper-button-prev {
  left: 14.48%;
  top: auto;
  bottom: 370px;
  width: 56px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  font-size: 25px;
}
#about .container .swiper-button-prev::after,
#about .container .swiper-button-next::after{
  font-size: 25px;
  font-weight: bold;
}
#about .container .swiper-button-next {
  right: 14.48%;
  top: auto;
  bottom: 370px;
  width: 56px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  font-size: 25px;
}
#about .container .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: -6px;
}
#about .container .swiper-pagination-clickable .swiper-pagination-bullet{
  width: 33.2%;
  height: 4px;
  display: inline-block;
  margin-right: 0.2%;
  margin-left: 0;
  border-radius: 0;
  background: #FFFFFF;
  opacity: 0.5;
}
#about .container .swiper-pagination-clickable .swiper-pagination-bullet:last-child{
  margin-right: 0;
}
#about .container .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #F5A21E;
}
#skills .container {
  margin: 0 18.75%;
  padding: 24px 0;
  display: flex;
  max-width: 62.5%;
}
#skills .container .skills-left-content{
  flex-basis: 61.5%;
  width: 61.5%;
  margin-right: 2.67%;
  padding-top: 6px;
}
#skills .container .skills-left-content .skills-left-toggle{
  margin-bottom: 32px;
  display: flex;
}
#skills .container .skills-left-content .skills-left-toggle .toggle-item {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #B3B3B3;
  line-height: 28px;
  margin-right: 24px;
  cursor: pointer;
}
#skills .container .skills-left-content .skills-left-toggle .toggle-item:last-child{
  margin-right: 0;
}
#skills .container .skills-left-content .skills-left-toggle .toggle-item.active{
  color: #333333;
}
#skills .container .skills-left-content .skills-left-item{
  padding: 12px 0;
  border-bottom: 1px solid #D8D8D8;
  display: flex;
  cursor: pointer;

    pointer-events: auto !important;
}
#skills .container .skills-left-content .skills-left-item:first-child{
  padding: 0 0 24px;
}
#skills .container .skills-left-content .skills-left-item .item-info-left{
  flex-basis: 100px;
  margin-right: 11px;
}
#skills .container .skills-left-content .skills-left-item:first-child .item-info-left{
  flex-basis: 220px;
  width: 220px;
  height: 172px;
  position: relative;
}
#skills .container .skills-left-content .skills-left-item .item-info-left img{
  display: none;
}
#skills .container .skills-left-content .skills-left-item:first-child .item-info-left img{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
}
#skills .container .skills-left-content .skills-left-item .item-info-left .left-time{
  /* width: 56px;
  height: 56px; */
  background: rgba(28,148,209,0.1);
  border-radius: 2px;
  padding: 5px 8px;
}
#skills .container .skills-left-content .skills-left-item:first-child .item-info-left .left-time{
  display: none;
}
.skills-left-item .item-info-left .left-time .span1{
  font-size: 30px;
  font-family: Tungsten-Medium, Tungsten;
  font-weight: 500;
  color: #00A9FF;
  line-height: 30px;
}
.skills-left-item .item-info-left .left-time .span2{
  font-size: 16px;
  font-family: Tungsten-Medium, Tungsten;
  font-weight: 500;
  color: #00A9FF;
  line-height: 18px;
}
#skills .container .skills-left-content .skills-left-item .item-info-right{
  flex: 1;
}
#skills .container .skills-left-content .skills-left-item .item-info-right .right-time{
  font-size: 36px;
  font-family: Tungsten-Medium, Tungsten;
  font-weight: 500;
  color: #00A9FF;
  line-height: 43px;
  margin-bottom: 6px;
  display: none;
}
#skills .container .skills-left-content .skills-left-item:first-child .item-info-right .right-time{
  display: block;
}
#skills .container .skills-left-content .skills-left-item .item-info-right .title{
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  margin-bottom: 7px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#skills .container .skills-left-content .skills-left-item:first-child .item-info-right .title{
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  margin-bottom: 5px;
}
#skills .container .skills-left-content .skills-left-item .item-info-right .summary{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 21px;
  width: 100%;
  display: none;
}
#skills .container .skills-left-content .skills-left-item:first-child .item-info-right .summary{
  display: -webkit-box;
}
.skills-left-content .skills-left-item .item-info-right .tag-content{
  display: flex;
} 
.skills-left-content .skills-left-item .item-info-right .tag-content .tag-item{
  margin-right: 8px;
  font-size: 0;
}
.skills-left-content .skills-left-item .item-info-right .tag-content .tag-item:first-child span{
  margin-left: 0;
}
.skills-left-content .skills-left-item:first-child .item-info-right .tag-content .tag-item:first-child span{
  /* margin-left: -1px; */
}
.skills-left-content .skills-left-item .item-info-right .tag-content .tag-item:last-child{
  margin-right: 0;
}
.skills-left-content .skills-left-item .item-info-right .tag-content .tag-item img{
  width: 16px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.skills-left-content .skills-left-item .item-info-right .tag-content .tag-item span{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #7FA1B1;
  line-height: 20px;
  padding: 2px 8px 2px 0;
  background: rgba(172, 203, 226, 0.3);
  border-radius: 0 4px 4px 0;
  /* margin-left: -1px; */
}
.skills-left-content .skills-left-item:first-child .item-info-right .tag-content .tag-item span{
  margin-left: 0;
}
#skills .container .skills-left-content .open-more{
  display: inline-block;
  width: 100%;
  margin-top: 14px;
  background: #EBF3F7;
  border-radius: 2px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #616F75;
  line-height: 20px;
  padding: 14px 0;
  text-align: center;
  text-decoration: none;
}

#skills .container .skills-left-content .inlink{
  display: inline-block;
  width: 100%;
  margin-top: 14px;
  background: #EBF3F7;
  border-radius: 2px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #616F75;
  line-height: 20px;
  padding: 14px 0;
  text-align: center;
  text-decoration: none;
}

#skills .container .skills-right-content{
  flex: 1;
}
#skills .container .skills-right-content .right-content-contact{
  height: 142px;
  /* background: #1C94D1; */
  border-radius: 4px;
  padding: 27px 0 0 23px;
  position: relative;
  overflow: hidden;
}
#skills .container .skills-right-content .right-content-contact .contact-bg{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  z-index: -1;
}
#skills .container .skills-right-content .right-content-contact .name{
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 25px;
  margin-bottom: 15px;
}
#skills .container .skills-right-content .right-content-contact .contact-details .contact-item{
  margin-bottom: 10px;
  display: flex;
}
.right-content-contact .contact-details .contact-item img{
  width: 16px;
  height: 18px;
}
.right-content-contact .contact-details .contact-item .value{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  margin-left: 10px;
}
#skills .container .skills-right-content .right-content-publication{
  background: #34444D;
  border-radius: 4px;
  position: relative;
  display: flex;
  padding: 25px 20px 0 23px;
  margin-top: 17px;
}
#skills .container .skills-right-content .right-content-publication .publication-left{
  flex-basis: 39.07%;
  width: 39.07%;
  margin-right: 20px;
  padding-bottom: 20px;
}
.right-content-publication .publication-left .xskw-logo{
  width: 70px;
  height: 33px;
}
.right-content-publication .publication-left .publication-number{
  margin-top: 30px;
  border-radius: 4px;
  display: inline-block;
  border: 1px solid #FFFFFF;
  padding: 2px 8px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
}
.right-content-publication .publication-left .name{
  margin-top: 8px;
  font-size: 24px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.right-content-publication .publication-left .btn-browse{
  margin-top: 15px;
  width: 100%;
  height: 40px;
  background: #F5A21E;
  border-color: #F5A21E;
  border-radius: 2px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}
.right-content-publication .publication-left .btn-browse span{
  display: inline-block;
  vertical-align: middle;
}
#skills .container .skills-right-content .right-content-publication .publication-right{
  flex: 1;
  position: relative;
}
#skills .container .skills-right-content .right-content-publication .publication-right .open-more{
  text-decoration: none;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  float: right;
}
#skills .container .skills-right-content .right-content-publication .publication-right .publication-img{
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  height: 150px;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
}

/* 列表頁 */
.box-module-header .module-info{
  width: 100%;
  padding-top: 11.04%;
  position: relative;
}
.box-module-header .module-info .module-bg{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.box-module-header .module-info .module-name{
  position: absolute;
  bottom: 31px;
  left: 18.75%;
}
.box-module-header .module-info .module-name .es{
  font-size: 72px;
  font-family: Tungsten-Medium, Tungsten;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.2);
  line-height: 80px;
  display: none;
}
.box-module-header .module-info .module-name .zh{
  font-size: 32px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 40px;
}
.box-module-header .module-navigation{
  padding: 15px 18.75%;
  border-bottom: 1px solid #DEDEDE;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.box-module-header .module-navigation .navigation-left img{
  width: 15px;
  height: 13px;
}
.box-module-header .module-navigation .navigation-left i{
  display: inline-block;
  vertical-align: middle;
  color: #D8D8D8;
  margin-left: 9px;
}
.box-module-header .module-navigation .navigation-left span{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  margin-left: 9px;
}
.box-module-header .module-navigation .navigation-right{
  text-decoration: none;
}
.box-module-header .module-navigation .module-name{
  display: none;
}
.box-module-header .module-navigation .navigation-right img{
  width: 13px;
  height: 14px;
}
.box-module-header .module-navigation .navigation-right span{
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #00A9FF;
}
.side-container-list{
  padding: 24px 0 0;
}
.side-container-list .list-content-details{
  background-color: #FFFFFF;
  padding: 0 18.75% 25px;
}
.side-container-list .list-content-details .item-content{
  padding: 25px 0;
  border-bottom: 1px solid #DEDEDE;
  display: flex;
  cursor: pointer;
}
.side-container-list .list-content-details .item-content:last-child,
.side-container-list .list-content-details .item-content:first-child{
  border-bottom: none;
}
.side-container-list .list-content-details .item-content:last-child{
  padding-bottom: 0;
}
.side-container-list .list-content-details .item-content:first-child{
  padding: 0;
}
.side-container-list .list-content-details .item-content .left{
  flex-basis: 192px;
  width: 192px;
  height: 144px;
  border-radius: 4px;
}
.side-container-list .list-content-details .item-content:first-child .left{
  order: 1;
  flex-basis: 53.33%;
  width: 53.33%;
  height: 25.94vw;
}
.side-container-list .list-content-details .item-content .left img{
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.side-container-list .list-content-details .item-content .right{
  flex: 1;
  margin-left: 16px;
  position: relative;
}
.side-container-list .list-content-details .item-content:first-child .right{
  margin-left: 0;
  background: #F5F6F7;
  padding: 109px 32px 0 30px;
}
.side-container-list .list-content-details .item-content .right .date{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  margin-bottom: 8px;
}
.side-container-list .list-content-details .item-content:first-child .right .date{
  font-size: 36px;
  font-family: Tungsten-Medium, Tungsten;
  font-weight: 500;
  color: #1C94D1;
  line-height: 43px;
  margin-bottom: 8px;
}
.side-container-list .list-content-details .item-content .right .title{
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.side-container-list .list-content-details .item-content:first-child .right .title{
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 34px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.side-container-list .list-content-details .item-content .right .summary{
  display: none;
}
.side-container-list .list-content-details .item-content:first-child .right .summary{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.side-container-list .list-content-details .item-content .right .tag-content{
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
} 
.side-container-list .list-content-details .item-content:first-child .right .tag-content{
  top: 42px;
  left: 30px;
}
.side-container-list .list-content-details .item-content .right .tag-content .tag-item{
  margin-right: 8px;
  font-size: 0;
}
.side-container-list .list-content-details .item-content .right .tag-content .tag-item:last-child{
  margin-right: 0;
}
.side-container-list .list-content-details .item-content .right .tag-content .tag-item img{
  width: 16px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.side-container-list .list-content-details .item-content .right .tag-content .tag-item span{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #7FA1B1;
  line-height: 20px;
  padding: 2px 8px 2px 0;
  background: rgba(172, 203, 226, 0.3);
  border-radius: 0 4px 4px 0;
}
.side-container-list .list-content-details .item-content .right .open-details{
  display: none;
}
.side-container-list .list-content-details .item-content:first-child .right .open-details{
  display: block;
  position: absolute;
  bottom: 40px;
  left: 30px;
  text-decoration: none;
}
.side-container-list .list-content-details .item-content:first-child .right .open-details img{
  width: 51px;
  height: 14px;
}
.side-container-list .list-content-details .item-content:first-child .right .open-details span{
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.side-container-list .page-content{
  padding: 30px 18.75% 80px;
  background-color: #F2F5F7;
}

/* 詳情頁 */
.section-story-box{
  width: 100%;
  background: #FFFFFF;
  min-height: 100vh;
  padding: 0;
}
.section-story-box .box-story-content{
  padding: 22px 18.75%;
  display: flex;
}
.section-story-box .box-story-content .story-details{
  flex-basis: 64.25%;
  margin-right: 4.25%;
  width: 64.25%;
}
.section-story-box .box-story-content .story-details .tag-content{
  display: flex;
  margin-bottom: 18px;
} 
.section-story-box .box-story-content .story-details .tag-content .tag-item{
  margin-right: 8px;
  font-size: 0;
}
.section-story-box .box-story-content .story-details .tag-content .tag-item:last-child{
  margin-right: 0;
}
.section-story-box .box-story-content .story-details .tag-content .tag-item img{
  width: 16px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.section-story-box .box-story-content .story-details .tag-content .tag-item span{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #7FA1B1;
  line-height: 20px;
  padding: 2px 8px 2px 0;
  background: rgba(172, 203, 226, 0.3);
  border-radius: 0 4px 4px 0;
}
.section-story-box .box-story-content .story-details .title{
  font-size: 32px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 45px;
  margin-bottom: 13px;
} 
.section-story-box .box-story-content .story-details .tips{
  margin-bottom: 28px;
}
.section-story-box .box-story-content .story-details .tips span{
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
}
.section-story-box .box-story-content .story-details  .content {
  font-size: 16px !important;
  font-family: PingFangSC-Regular, PingFang SC !important;
  font-weight: 400 !important;
  color: #333333 !important;
  line-height: 28px !important;
}
.section-story-box .box-story-content .story-details  .content img{
  width: 100% !important;
  border-radius: 12px;
}
.section-story-box .box-story-content .story-details  .content figcaption{
  width: 100% !important;
}
.box-story-content .story-details .no-more {
  margin-top: 32px;
  border-top: 1px solid #DEDEDE;
  font-size: 12px;
  font-family: PingFangHK-Regular, PingFangHK;
  font-weight: 400;
  color: #999999;
  text-align: center;
  padding-top: 10px;
}
.box-story-content .story-details .content-bottom-share{
  display: none;
}
.section-story-box .box-story-content .story-content-right{
  flex-basis: 31.49%;
  width: 31.49%;
}
.section-story-box .box-story-content .story-content-right .share-content{
  position: relative;
  padding: 34px 0 33px 32px;
  border-radius: 2px;
}
.section-story-box .box-story-content .story-content-right .share-content .share-bg{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
}
.section-story-box .box-story-content .story-content-right .share-content .share-details{
  position: relative;
  z-index: 2;
}
.story-content-right .share-content .share-details .title-es{
  font-size: 24px;
  font-family: Tungsten-Medium, Tungsten;
  font-weight: 500;
  color: #CCCCCC;
  line-height: 29px;
  margin-bottom: 4px;
}
.story-content-right .share-content .share-details .title{
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  margin-bottom: 15px;
}
.story-content-right .share-content .share-details .share-type{
  /* margin-bottom: 26px; */
  display: flex;
  position: relative;
}
.story-content-right .share-content .share-details .share-type .share-type-item{
  width: 13.5%;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  margin-right: 16px;
}
.story-content-right .share-content .share-details .share-type .share-type-item:last-child{
  margin-right: 0;
}
.story-content-right .share-content .share-details .share-type .share-type-item::after{
  content:'';
  display: block;
  padding-top: 100%;
}
.story-content-right .share-content .share-details .share-type .share-type-item img{
  width: 100%;
  /* height: 100%; */
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.story-content-right .share-content .share-details .share-type .share-wechat-content{
  padding: 19px 16px 10px;
  display: none;
  position: absolute;
  top: -198px;
  left: -55px;
  background-color: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.1);
  border-radius: 4px;
  z-index: 2000;
}
.story-content-right .share-content .share-details .share-type .share-wechat-content img{
  width: 120px;
  height: 117px;
}
.story-content-right .share-content .share-details .share-type .share-wechat-content .tips2{
  font-size: 12px;
  font-family: PingFangHK-Regular, PingFangHK;
  font-weight: 400;
  color: #BDBDBD;
  line-height: 16px;
  text-align: center;
  margin-top: 11px;
}
.share-type-wx:hover+.share-wechat-content{
  display: block !important;
}
.story-content-right .share-content .share-details .tips{
  font-size: 14px;
  font-family: PingFangTC-Medium, PingFangTC;
  font-weight: 500;
  color: #999999;
  line-height: 20px;
  margin-bottom: 8px;
}
.story-content-right .share-content .share-details .url-content{
  width: 87%;
  height: 40px;
  background: #FFFFFF;
  border-radius: 4px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #B3B3B3;
  line-height: 17px;
  padding: 12px 0 0 12px;
  position: relative;
}
.story-content-right .share-content .share-details .url-content span{
  display: inline-block;
  width: 100%;
  overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.story-content-right .share-content .share-details .url-content .url-icon{
  width: 40px;
  height: 40px;
  background: #00A9FF;
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  padding-top: 10px;
  cursor: pointer;
}
.section-story-box .box-story-content .story-content-right .box-new-recommend{
  margin-top: 24px;
}
.story-content-right .box-new-recommend .title{
  font-size: 18px;
  font-family: PingFangTC-Medium, PingFangTC;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
}
.story-content-right .box-new-recommend .new-recommend-details .recommend-item{
  padding: 16px 0;
  border-bottom: 1px solid #DEDEDE;
  display: flex;
  cursor: pointer;
}
.story-content-right .box-new-recommend .new-recommend-details .recommend-item .left{
  flex-basis: 107px;
  width: 107px;
  height: 80px;
  border-radius: 4px;
}
.story-content-right .box-new-recommend .new-recommend-details .recommend-item .left img{
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.story-content-right .box-new-recommend .new-recommend-details .recommend-item .right{
  margin-left: 14px;
  flex: 1;
  padding-top: 3px;
}
.story-content-right .box-new-recommend .new-recommend-details .recommend-item .right .item-date{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  margin-bottom: 4px;
}
.story-content-right .box-new-recommend .new-recommend-details .recommend-item .right .item-title{
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 1500px){
  .navbar>.container{
    margin: 0 10%;
  }
  #about .container .message-item .right{
    padding: 30px 10%;
  }
  #skills .container {
    margin: 0 10%;
    max-width: 80%;
  }
  .box-module-header .module-info .module-name{
    left: 10%;
    bottom: 20px;
  }
  .box-module-header .module-navigation{
    padding: 15px 10%;
  }
  .side-container-list .list-content-details{
    padding: 0 10% 25px;
  }
  .side-container-list .page-content{
    padding: 30px 10% 100px;
  }
  .section-story-box .box-story-content{
    padding: 22px 10%;
  }
  #about .container .swiper-button-prev{
    left: 10%;
  }
  #about .container .swiper-button-next{
    right: 10%;
  }
  .side-container-list .list-content-details .item-content:first-child .right .tag-content{
    top: 30px;
  }
  .side-container-list .list-content-details .item-content:first-child .right{
    padding-top: 70px;
  }
  .side-container-list .list-content-details .item-content:first-child .right .open-details{
    bottom:30px;
  }
}
@media (max-width: 1400px){
  .side-container-list .list-content-details .item-content:first-child .right .title{
    -webkit-line-clamp: 1;
  }
  .side-container-list .list-content-details .item-content:first-child .right .open-details{
    bottom:25px;
  }
  .box-module-header .module-info .module-name{
    bottom: 10px;
  }
  .box-module-header .module-info .module-name .es{
    font-size: 60px;
    line-height: 70px;
  }
  .box-module-header .module-info .module-name .zh{
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 1200px){
  .side-container-list .list-content-details .item-content:first-child .right .tag-content{
    top: 15px;
  }
  .side-container-list .list-content-details .item-content:first-child .right{
    padding-top: 50px;
  }
  .side-container-list .list-content-details .item-content:first-child .right .date{
    font-size: 28px;
  }
  .side-container-list .list-content-details .item-content:first-child .right .title{
    font-size: 20px;
    margin-bottom: 5px;
  }
  .side-container-list .list-content-details .item-content:first-child .right .open-details{
    bottom:20px;
  }
}
@media (max-width: 1100px){
  .side-container-list .list-content-details .item-content:first-child .right .date{
    margin-bottom: 2px;
  }
  .side-container-list .list-content-details .item-content:first-child .right .summary{
    -webkit-line-clamp: 2;
  }
  .box-module-header .module-info .module-name .es{
    font-size: 50px;
    line-height: 60px;
  }
  .box-module-header .module-info .module-name .zh{
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 991px){
  .navbar-toggler{
    display: block;
  }
  #navbarSupportedContent{
    display: none;
  }
  .navbar>.container{
    margin: 0;
  }
  .navbar>.container .navbar-brand{
    margin-left: 16px;
  }
  .navbar .navbar-toggler {
    background-color: transparent;
    border-color: transparent;
    color: #3185D8 !important;
    margin-right: 16px;
  }
  #navbarSupportedContent2 .navbar-nav{
    background: #F7F9FA;
    border-radius: 0px 0px 8px 8px;
  }
  #navbarSupportedContent2 .navbar-nav .nav-item{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #474B4F;
    line-height: 57px;
    border-bottom: 1px solid #DEDEDE;
  }
  #navbarSupportedContent2 .navbar-nav .nav-item .nav-link{
    padding: 0 0 0 24px;
  }
  #navbarSupportedContent2 .navbar-nav .nav-item:last-child{
    border-bottom: none;
  }
  #navbarSupportedContent2 .navbar-nav .nav-item.active{
    background-color: rgba(0, 169, 255, 0.05);
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #474B4F;
    border-bottom: 2px solid #00A9FF !important;
  }
  #navbarSupportedContent2 .navbar-nav .nav-item .nav-link{
    position: relative;
    color: #474B4F;
  }
  #navbarSupportedContent2 .navbar-nav .nav-item .nav-link i{
    position: absolute;
    right: 16px;
    top: 24px;
  }
  #navbarSupportedContent2 .navbar-nav .nav-item .nav-second-content{
    background: #EBEEF0;
    padding-left: 32px;
    display: none;
  }
  #navbarSupportedContent2 .navbar-nav .nav-item .nav-second-content .nav-second-item{
    border-bottom: 1px solid #DEDEDE;
  }
  #navbarSupportedContent2 .navbar-nav .nav-item .nav-second-content .nav-second-item a{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #474B4F;
    line-height: 57px;
    text-decoration: none;
    display: block;
  }
  .box-module-header .module-info{
    padding-top: 98px;
  }
  .box-module-header .module-info .module-name{
    bottom: 15px;
    left: 0;
    text-align: center;
    width: 100%;
  }
  .box-module-header .module-info .module-name .zh{
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 28px;
  }
  .box-module-header .module-info .module-name .es{
    font-size: 32px;
    font-family: Tungsten-Medium, Tungsten;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.2);
    line-height: 38px;
  }
  .box-module-header .module-navigation.column-list{
    display: none;
  }
  .side-container-list{
    padding-top: 16px;
  }
  .side-container-list .list-content-details{
    padding: 0 16px 25px;
  }
  .side-container-list .list-content-details .item-content{
    padding: 12px 0;
  }
  .side-container-list .list-content-details .item-content .left{
    width: 112px;
    flex-basis: 112px;
    height: 84px;
    border-radius: 4px;
  }
  .side-container-list .list-content-details .item-content .right{
    margin-left: 8px;
  }
  .side-container-list .list-content-details .item-content .right .date{
    margin-bottom: 4px;
  }
  .side-container-list .list-content-details .item-content .right .title{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    -webkit-line-clamp: 1;
  }
  .side-container-list .list-content-details .item-content:first-child{
    display: block;
    background: #F5F6F7;
  }
  .side-container-list .list-content-details .item-content:first-child .left{
    order: 0;
    flex-basis: 100%;
    width: 100%;
    height: 66.13vw;
    border-radius: 8px;
  }
  .side-container-list .list-content-details .item-content:first-child .left img{
    border-radius: 8px;
  }
  .side-container-list .list-content-details .item-content:first-child .right{
    padding: 56px 16px 15px;
  }
  .side-container-list .list-content-details .item-content:first-child .right .tag-content{
    left: 16px;
  }
  .side-container-list .list-content-details .item-content:first-child .right .date{
    font-size: 24px;
    font-family: Tungsten-Medium, Tungsten;
    font-weight: 500;
    color: #1C94D1;
    line-height: 29px;
    margin-bottom: 4px;
  }
  .side-container-list .list-content-details .item-content:first-child .right .title{
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    -webkit-line-clamp: 2;
    margin-bottom: 4px;
  }
  .side-container-list .list-content-details .item-content:first-child .right .summary{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 26px;
  }
  .side-container-list .list-content-details .item-content:first-child .right .open-details{
    display: none;
  }
  .side-container-list .page-content{
    padding: 16px 16px 40px;
  }
  .box-module-header.story-content .module-info {
    display: none;
  }
  .box-module-header .module-navigation{
    padding: 15px 16px;
    border-bottom: none;
  }
  .box-module-header.story-content .module-navigation .navigation-left,
  .box-module-header.story-content .module-navigation .navigation-right span {
    display: none;
  }
  .box-module-header.story-content .module-navigation .navigation-right{
    position: absolute;
    left: 16px;
    top: 8px;
  }
  .box-module-header .module-navigation .module-name{
    display: block;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 16px;
    text-align: center;
    width: 100%;
  }
  .section-story-box .box-story-content{
    padding: 13px 16px 23px;
    background: #F7F9FA;
    display: block;
  }
  .section-story-box .box-story-content .story-details{
    flex-basis: 100%;
    width: 100%;
    margin-right: 0;
    position: relative;
  }
  .section-story-box .box-story-content .story-content-right{
    display: none;
  }
  .section-story-box .box-story-content .story-details .title{
    font-size: 22px;
    font-family: PingFangHK-Regular, PingFangHK;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin-bottom: 9px;
  }
  .section-story-box .box-story-content .story-details .tips span{
    font-size: 12px;
    font-family: PingFangHK-Regular, PingFangHK;
    font-weight: 400;
    color: #484848;
    line-height: 17px;
  }
  .section-story-box .box-story-content .story-details .tips span.source{
    font-weight: 500;
  }
  .section-story-box .box-story-content .story-details .tips{
    margin-bottom: 15px;
  }
  .box-story-content .story-details .content-bottom-share{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48px;
    height: 48px;
    background: #00A9FF;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.1);
    text-align: center;
    border-radius: 50%;
    display: block;
    padding-top: 10px;
  }
  .box-story-content .story-details .content-bottom-share img{
    width: 17px;
    height: 17px;
  }
  .phone-share-dialog {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.1);
    z-index: 10000;
    display: none;
  }
  .phone-share-dialog .phone-share-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* height: 296px; */
    height: 150px;
    /* background: #000000; */
    border-radius: 8px 8px 0 0;
  }
  .phone-share-dialog .phone-share-content .share-bg{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    border-radius: 8px 8px 0 0;
  }
  .phone-share-dialog .phone-share-content .close-img{
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 3;
  }
  .phone-share-dialog .phone-share-content .share-details{
    position: relative;
    z-index: 2;
    padding: 34px 0 0 32px;
  }
  .phone-share-dialog .phone-share-content .share-details .title-es{
    font-size: 24px;
    font-family: Tungsten-Medium, Tungsten;
    font-weight: 500;
    color: #CCCCCC;
    line-height: 29px;
    margin-bottom: 4px;
  }
  .phone-share-dialog .phone-share-content .share-details .title{
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 25px;
    margin-bottom: 18px;
  }
  .phone-share-dialog .phone-share-content .share-details .share-type{
    margin-bottom: 26px;
    display: flex;
    position: relative;
  }
  .phone-share-dialog .phone-share-content .share-details .share-type .share-type-item{
    width: 13.5%;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    margin-right: 16px;
  }
  .phone-share-dialog .phone-share-content .share-details .share-type .share-type-item:last-child{
    margin-right: 0;
  }
  .phone-share-dialog .phone-share-content .share-details .share-type .share-type-item::after{
    content:'';
    display: block;
    padding-top: 100%;
  }
  .phone-share-dialog .phone-share-content .share-details .share-type .share-type-item img{
    width: 100%;
    /* height: 100%; */
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .phone-share-dialog .phone-share-content .share-details .tips{
    font-size: 14px;
    font-family: PingFangTC-Medium, PingFangTC;
    font-weight: 500;
    color: #999999;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .phone-share-dialog .phone-share-content .share-details .url-content{
    width: 90%;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #B3B3B3;
    line-height: 17px;
    padding: 12px 0 0 12px;
    position: relative;
  }
  .phone-share-dialog .phone-share-content .share-details .url-content span{
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .phone-share-dialog .phone-share-content .share-details .url-content .url-icon{
    width: 40px;
    height: 40px;
    background: #00A9FF;
    border-radius: 4px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
  }
  .phone-share-dialog .phone-share-wechat-dialog{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10001;
    display: none;
  }
  .phone-share-wechat-dialog .phone-share-wechat-content img{
    width: 100%;
    height: 65vw;
  }
  .phone-share-dialog .phone-share-wechat-dialog .phone-share-wechat-content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: #fff;
    padding: 19px 16px 10px;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.1);
    border-radius: 4px;
    width: 70%;
  }
  .phone-share-wechat-dialog .phone-share-wechat-content .tips{
    font-size: 12px;
    font-family: PingFangHK-Regular, PingFangHK;
    font-weight: 400;
    color: #BDBDBD;
    line-height: 16px;
    text-align: center;
    margin-top: 11px;
    margin-bottom: 0;
  }
  #about .container .message-item .left{
    padding-top: 78.67vw;
  }
  #about .container .message-item .right{
    padding: 12px 16px 16px;
    flex-wrap: wrap;
  }
  #about .container .message-item .right .title{
    flex-basis: 100%;
    width: 100%;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    margin-bottom: 4px;
  }
  #about .container .message-item .right .tag-content{
    flex-basis: 100%;
    width: 100%;
    justify-content: left;
  }
  #skills{
    display: none;
  }
  #skills-phone{
    display: block;
  }
  #skills-phone .message-content-phone{
    padding: 24px 0;
    width: 100%;
    overflow: hidden;
  }
  #skills-phone .message-content-phone.bg-gray{
    background: #F5F8FA;
  }
  .skills-message-phone .message-item{
    width: 82vw !important;
    margin-right: 6px !important;
    margin-left: 6px !important;
    margin-bottom: 0;
    padding: 0 0 21px 0;
    background: #F5F8FA;
    border-radius: 4px;
    position: relative;
  }
  #skills-phone .message-content-phone.bg-gray .skills-message-phone .message-item{
    background: #FFFFFF;
  }
  .skills-message-phone .message-item .left {
    border-radius: 4px 4px 0px 0px;
    height: 0;
    width: 100%;
    padding-top: 74.89%;
    position: relative;
  }
  .skills-message-phone .message-item .left img{
    border-radius: 4px 4px 0px 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .skills-message-phone .message-item .right{
    flex: 1;
  }
  .skills-message-phone .message-item .title{
    margin-top: 17px;
    text-align: left;
    padding: 0 14px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #46474F;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .skills-message-phone .message-item .tag-content{
    display: flex;
    margin-top: 12px;
    padding: 0 14px;
  } 
  .skills-message-phone .message-item .tag-content .tag-item{
    margin-right: 8px;
    font-size: 0;
  }
  .skills-message-phone .message-item .tag-content .tag-item:last-child{
    margin-right: 0;
  }
  .skills-message-phone .message-item .tag-content .tag-item img{
    width: 16px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
  }
  .skills-message-phone .message-item .tag-content .tag-item span{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #7FA1B1;
    line-height: 20px;
    padding: 2px 8px 2px 0;
    background: rgba(172, 203, 226, 0.3);
    border-radius: 0 4px 4px 0;
  }
  .skills-message-phone .message-item .phone-share{
    position: absolute;
    top: 56.4vw;
    right: 15px;
  }
  .phone-share .phone-share-icon{
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
    text-align: center;
    border-radius: 50%;
    padding-top: 6px;
  }
  .phone-share .phone-share-icon img{
    width: 17px;
    height: 17px;
  }
  .skills-message-phone  .swiper-pagination-bullets {
    bottom: 20px;
    text-align: center !important;
  }
  .skills-message-phone .swiper-pagination-clickable .swiper-pagination-bullet{
    margin: 0;
    height: 4px;
    background: #D8D8D8;
    border-radius: 2px;
    width: 35px;
  }
  .skills-message-phone .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 43px;
    border-radius: 2px;
    background: #3185D8;
  }
  .message-content-phone .title{
    margin-bottom: 12px;
    text-align: center;
  }
  .message-content-phone .title .es{
    font-size: 28px;
    font-family: Tungsten-Medium, Tungsten;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.1);
    line-height: 38px;
    position: relative;
    z-index: 1;
    display: none;
  }
  .message-content-phone .title .zh{
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #332F31;
    line-height: 28px;
    margin-top: -15px;
    position: relative;
    z-index: 2;
  }
  .skills-bar{
    padding: 80px 0 40px;
    /* background: #f5f5f5; */
    position: relative;
    margin-bottom: 20px;
  }
  .skills-bar .skills-item{
    width: 47%;
    background-color: #fff;
    box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.08);
    position: relative;
    margin-bottom: 50px;
    left: 0%;
    padding: 12px 14px 14px 12px;
    cursor: pointer;
    border-radius: 4px;
  }
  .skills-bar .skills-item::after{
    content: '';
    width: 0;
    height: 0;
    background-color: #fff;
    border: 8px solid;
    border-color: transparent #fff transparent transparent ;
    box-shadow: 0 -2px 1px rgba(0,0,0,0.08);
    position: absolute;
    top: 35%;
    left: -8px;
    transform: translateY(-50%) rotate(-135deg);
    z-index: 100;
    display: none;
  }
  .skills-bar .skills-item::before{
    content: '';
    width: 8px;
    height: 8px;
    background: #00A9FF;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    right: -7.25%;
    transform: translateY(-50%);
    z-index: 30;
  }
  .skills-bar .skills-item:nth-child(2n)::before {
    right: 0;
    left: -7.25%;
  }
  .skills-bar .skills-item:nth-child(2n) {
    left: 53%;
  }
  .skills-bar .skills-item:nth-child(2n)::after {
    right: -8px;
    left: auto;
    transform: translateY(-50%) rotate(45deg);
    border-color: transparent  transparent transparent #fff;
  }
  .skills-bar .skills-item .left{
    width: 84px;
    height: 105px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 10;
    border-radius: 2px;
  }
  .skills-bar .skills-item .left img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    border-radius: 2px;
  }
  .skills-bar .skills-item .right{
    display: inline-block;
    margin-left: 15px;
    vertical-align: top;
    width: calc(100% - 120px);
  }
  .skills-bar .skills-item .right .title{
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #46474F;
    margin-bottom: 13px;
  }
  .skills-bar .skills-item .right .time{
    display: none;
  }
  .skills-bar .skills-item .right .tag-content{
    margin-bottom: 20px;
    font-size: 0;
    min-height: 30px;
    line-height: 1;
  }
  .skills-bar .skills-item .right .tag-content .tag-item{
    width: 80px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #26b6cd;
    font-size: 14px;
    margin-left: -1px;
  }
  .skills-bar .skills-item .right .tag-content .tag-item:first-child{
    background-color: #26b6cd;
    margin-left: 0;
  }
  .skills-bar .skills-item .right .explain{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #8E8E8E;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .skills-bar .skills-item .item-time{
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #00A9FF;
    line-height: 18px;
    position: absolute;
    top: -20px;
    transform: translateY(-50%);
    right: 0;
  }
  .skills-bar .skills-item:hover .item-time{
    display: block;
  }
  .skills-bar .skills-item:nth-child(2n) .item-time {
    left: auto;
    right: auto;
    left: 0;
  }
  .skills-bar .skills-step{
    width: 41px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20.5px;
    z-index: 10;
  }
  .skills-bar .skills-step .step-arrow-top{
    width: 41px;
    height: 41px; 
    font-size: 31px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid #D9D9D9;
    color: #D9D9D9;
    background-color: #fbfafa ;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
  }
  .skills-bar .skills-step .step-arrow-top img,
  .skills-bar .skills-step .step-arrow-down img {
    width: 100%;
    height: 100%;
  }
  .skills-bar .skills-step .step-arrow-down{
    width: 41px;
    height: 41px;
    font-size: 31px;
    color: #00A9FF;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid #00A9FF;
    color: #00A9FF;
    background-color: #fbfafa ;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 20;
  }
  .skills-bar .skills-step .line{
    width: 1px;
    height: 100%;
    background: #00A9FF;
    margin: 0 auto;
    opacity: 0.2;
  }
  .skills-bar{
    padding: 70px 0 30px;
    margin-bottom: 0;
    margin-top: 11px;
  }
  .skills-bar .skills-step{
    left: 30px;
    width: 38px;
  }
  .skills-bar .skills-step .line{
    width: 2px;
  }
  .skills-bar .skills-step .step-arrow-top{
    width: 38px;
    height: 38px; 
    font-size: 35px;
    line-height: 30px;
  }
  .skills-bar .skills-step .step-arrow-down{
    width: 38px;
    height: 38px;
    font-size: 35px;
    line-height: 28px;
  }
  .skills-bar .skills-item {
    width: calc(100% - 65px);
    padding: 10px;
    left: 45px;
    margin-bottom: 45px;
    /* background-color: transparent; */
  }
  .skills-bar .skills-item:last-child{
    margin-bottom: 20px !important;
  }
  .skills-bar .skills-item .item-time{
    top: -12px;
    left: 0;
    font-size: 18px;
  }
  .skills-bar .skills-item:nth-child(2n) .item-time{
    top: -15px;
    left: 0;
  }
  .skills-bar .skills-item:nth-child(2n) {
    left: 45px;
    right: 0;
  }
  .skills-bar .skills-item::before{
    left: -23px;
    right: 0;
    height: 14px;
    width: 14px;
    top: -13px;
  }
  .skills-bar .skills-item:nth-child(2n)::before {
    left: -23px;
  }
  .skills-bar .skills-item .left{
    width: 21.33vw;
    height: 28.8vw;
    position: relative;
  }
  .skills-bar .skills-item::after{
    border: 8px solid;
    border-color: #fff  #fff transparent transparent;
    left: -7px;
    transform: translateY(-50%) rotate(-135deg);
    right: 0;
    background-color: transparent;
    display: none;
  }
  .skills-bar .skills-item:nth-child(2n):after{
    border: 8px solid;
    border-color: #fff  #fff transparent transparent;
    left: -7px;
    right: 0;
    transform: translateY(-50%) rotate(-135deg);
    display: none;
  }
  .skills-bar .skills-item .right{
    margin-left: 0;
    padding: 0 0 0 5px;
    width: calc(100% - 24vw);
  }
  .skills-bar .skills-item .right .explain{
    -webkit-line-clamp: 4;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #8E8E8E;
    line-height: 22px;
  }
  .skills-bar .skills-item .right .title{
    text-align: left;
    margin-bottom: 7px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #46474F;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .skills-bar .skills-item .right .time{
    display: block;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #00A9FF;
    line-height: 25px;
    margin-bottom: 3px;
  }
  .skills-bar .skills-item .right .tag-content{
    margin-bottom: 10px;
  }
  .skills-bar .skills-more{
    display: block;
    height: 48px;
    width: calc(100% - 65px);
    background: #F4F4F4;
    padding: 13px 0;
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    text-decoration: none;
    margin-left: 45px;
    margin-top: -5px;
    margin-bottom: 20px;
    position: relative;
    z-index: 100;
  }
  #skills-phone .message-phone-contact{
    background: #1C94D1;
    padding: 23px 16px 25px;
    text-align: center;
  }
  #skills-phone .message-phone-contact .title{
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    margin-bottom: 23px;
  }
  #skills-phone .message-phone-contact .address{
    width: 24px;
    height: 28px;
    display: inline-block;
    margin-bottom: 7px;
  }
  #skills-phone .message-phone-contact .phone{
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-bottom: 4px;
    margin-top: 23px;
  }
  #skills-phone .message-phone-contact .value{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
  }
  .message-content-phone .title-kw{
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    padding: 0 16px;
  }
  .message-content-phone .title-kw .mg-svg{
    overflow: hidden;
  }
  .message-content-phone .title-kw .title-img{
    width: 70px;
    height: 33px;
    transform: translateX(-500px);
    filter: drop-shadow(#332F31 500px 0);
  }
  .message-content-phone .title-kw .open-more{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #00A9FF;
    line-height: 20px;
    text-decoration: none;
  }
}