@charset "UTF-8";
.section .container{
  padding: 1rem 9rem;
}
.img{
  width: 100%;
  height: 100%;
}
.section-margin-bottom{
  margin-bottom:3rem;
}
.family-light{
  position: relative;
  margin: 3rem auto;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.family-light p{
  position: relative;
  display: inline-block;
}
.family-color .section-content{
  margin:2rem 0;
}
.family-color .section-content .section-tips {
  margin: 3rem auto 0;
}
.family-color .section-content .section-tips p {
  text-align: center;
  margin: auto;
  max-width: 55%;
  font-size: 0.8rem;
  line-height: 1.8rem;
  white-space: nowrap;
  margin-bottom: 1.8rem;
}
.family-color .section-content .section-body {
  padding-top: 2rem;
}
.family-color .section-content .section-body ul {
  display: flex;
  justify-content: space-around;
}
.family-color .section-content .section-body ul li {
  width: 16%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.family-color .section-content .section-body ul li .img-box {
  position: relative;
  overflow: hidden;
  width:100%;
  height:100%;
}
.family-color .section-content .section-body ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s ease-out;
}
.family-color .section-content .section-body ul li:hover img{
  transform:scale(1.5);
}
.family-color .section-content .section-body ul li .img-box span {
  position: absolute;
  bottom: 1.5rem;
  color: white;
  font-size: 1.2rem;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
.family-color .section-content .section-body ul li .img-box::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
  z-index: 1;
}
.family-color .section-content .section-body ul li .life-detail {
  padding: 1.5rem 0;
}
.family-color .section-content .section-body ul li .life-detail p {
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.8rem;
}
.central-spirit .myTab{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2.35rem;
}
.central-spirit .myTab li{
  text-align: center;
  color: #9b9b9b;
  cursor: pointer;
  padding:1rem;
  border-radius: 15px;
}
.central-spirit .myTab li a{
  font-size: 1.1rem;
}
.central-spirit .myTab li.active{
  background:#ea5504;
  color:#fff;
}
.physical.active{
  color:#373737;
}
.physical .Course-build{
  display:flex;
}
.physical .Course-build .left{
  width: 46%;
}
.physical .Course-build .left .desc{
  padding: 3rem;
}
.physical .Course-build .left .desc p{
  font-size:0.8rem;
}
.physical .Course-build .left .desc .title{
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.8rem;
  margin-bottom: 2rem;
}
.physical .Course-build .left .desc .content{
  line-height: 1.8rem;
  margin-bottom: 1.8rem;
  font-size:0.8rem;
}
.physical .Course-build .left .desc .btn-information{
  font-size: 0.8rem;
  height: 2.3rem;
  line-height: 2.3rem;
  width: 7.5rem;
  border-radius: 1.15rem;
  display: inline-block;
  text-align: center;
  border: 1px solid #000;
  cursor: pointer;
}
.physical .Course-build .right{
  width: 54%;
}
.physical .Course-build .right .img-box{
  width:100%;
  height:450px;
  overflow: hidden;
}
.physical .Course-build .right .img-box img{
  width:100%;
  height: 100%;
  object-fit: cover;
}
.tips{
  text-align: center;
  margin-bottom:2.6rem;
  /* font-size:1.3rem; */
}
.files{
  display:flex;
}
.files .left{
  width:64%;
}
.files .left .desc{
  padding: 3rem;
}
.files .left .desc p{
  font-size:0.8rem;
}
.files .left .desc .title{
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.8rem;
  margin-bottom: 2rem;
}
.files .left .desc .content{
  line-height: 1.8rem;
  margin-bottom: 1.8rem;
  font-size:0.8rem;
}
.files .left .desc .btn-information{
  font-size: 0.8rem;
  height: 2.3rem;
  line-height: 2.3rem;
  width: 7.5rem;
  border-radius: 1.15rem;
  display: inline-block;
  text-align: center;
  border: 1px solid #000;
  cursor: pointer;
}
.files .right{
  width:56%;
}
