.page-container {
    padding: 0.9rem 0 0 0;
}

.module-box {
    width: 13.4rem;
    height: auto;
    overflow: hidden;
    border-radius: 0.2rem;
    background-image: url('/static/img/internship/shixiBanner.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0.48rem;
}

.module-box-bg {
    width: 100%;
    padding: 0.49rem 0.77rem;
    background: rgba(191, 42, 50, 0.5);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.69rem;
    position: relative;
}

.module-box .module-title {
    width: 1.95rem;
    height: 1.95rem;
    border-radius: 0.2rem;
    text-align: center;
    line-height: 1.95rem;
    letter-spacing: 0.05em;
    color: #BF2A32;
    font-size: 0.356rem;
    background: #fff;
}

.module-box .module-text {
    flex: 1;
    font-family: Montserrat;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

.module-box .module-btn {
    position: absolute;
    right: 0.77rem;
    bottom: 0.22rem;
    width: fit-content;
    height: 0.54rem;
    border-radius: 0.4rem;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 0 0.3rem;
}

.module-box .module-btn .text {
    font-family: Montserrat;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: 0.05em;
    color: #3D3D3D;
}

.module-box .module-btn img {
    width: 0.17rem;
    height: 0.17rem;
    margin-left: 0.05rem;
    -webkit-animation: bounce-down 1s linear infinite;
    animation: bounce-down 1s linear infinite;
}

@keyframes bounce-down {
    25% {
        transform: translateY(-3px);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(3px);
    }

    100% {
        transform: translateY(0);
    }
}

.module-btn2 {
    left: 0.77rem;
    right: 0;
    
}
.arraw{
    display: inline-flex;
}
.rotate180{
    transform: rotate(180deg);
}


.content-8v1{
    width: 11rem;
    height: 7rem;
    position: relative;
    margin-top: 0.5rem;
}

.content-8v1-img{
    width: 4rem;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.content-8v1-img img{
    width: 100%;
}

.content-8v1-item{
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.2rem;
}

.content-8v1-item .line{
    width: 1.2rem;
    height: 0.01rem;
    background: #BF2A32;
    position: relative;
    margin-top: 0.15rem;
}

.content-8v1-item .line::after{
    content: '';
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 0.1rem;
    background: #C82933;
    position: absolute;
    top: -0.06rem;
    left: 0;
}

.content-8v1-item-right .line::after{
    left: auto;
    right: 0;
}


.content-8v1-item h6{
    position: relative;
    font-size: 0.22rem;
    line-height: 0.3rem;
    font-family: Alibaba PuHuiTi-Medium, Alibaba PuHuiTi;
    font-weight: bold;
    color: #C82933;
    cursor: default;
    display: block;
    transition: all .15s linear;
}

.content-8v1-item h6:hover {
    transform: scale(1.2);
}

.content-8v1-item p {
    line-height: 0.2rem;
    font-size: 0.16rem;
    font-family: Alibaba PuHuiTi-Medium, Alibaba PuHuiTi;
    font-weight: 500;
    color: #333;
}

.content-8v1-item1{
    top: 0.34rem;
    left: 50%;
    transform: translateX(-4.3rem);
}

.content-8v1-item2{
    top: 1.4rem;
    left: 50%;
    transform: translateX(-4.8rem);
}

.content-8v1-item3{
    top: 2.4rem;
    left: 50%;
    transform: translateX(-4.5rem);
}

.content-8v1-item4{
    top: 3.9rem;
    left: 50%;
    transform: translateX(-4.8rem);
}

.content-8v1-item5{
    top: 1.9rem;
    left: 50%;
    transform: translateX(2.1rem);
}

.content-8v1-item6{
    top: 3.85rem;
    left: 50%;
    transform: translateX(1.95rem);
}

.content-8v1-item7{
    top: 4.9rem;
    left: 50%;
    transform: translateX(1.95rem);
}

.content-8v1-item8{
    top: 5.9rem;
    left: 50%;
    transform: translateX(1.35rem);
}

/* 公司图片 */
.company-container{
    padding: 0.4rem 0 1.2rem 0;
}
.company-box{
    margin-top: 0.4rem;
    width: 11.7rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.company-box img{
    width: 2.3rem;
    flex: none;
}

.defaultscaleshow{
    transition: all 0.3s;
}
.defaultscaleshow:hover{
    transform: scale(1.1);
}

.part-grow-box{
    width: 12.4rem;
    margin: 0.4rem auto 0 auto;
    position: relative;
    position: relative;
    padding: 0.2rem 0.4rem 0.3rem 0.4rem;
    background: #F5F5F5;
    border-radius: 0.1rem;
}
.part-grow-box .arrows{
    position: absolute;
    top: 0.4rem;
    left: 0.5rem;
}

.part-grow-box ul{
    display: flex;
    height: 4.1rem;
    gap: 0.2rem;
    justify-content: space-between;
}
.part-grow-box ul li{
    flex: none;
    position: relative;
    width: 2.78rem;
    list-style: none;
}
.part-grow-box ul li img{
    position: absolute;
    bottom: 0;
    z-index: 0;
}
.part-grow-box ul li h4{
    height: 0.44rem;
    font-size: 0.30rem;
    font-weight: 400;
    text-align: center;
    line-height: 0.60rem;
    color: #FFFFFF;
    position: inherit;
}
.part-grow-box ul li p{
    margin: 0 0.55rem;
    text-align: center;
    font-size: 0.24rem;
    font-weight: 400;
    line-height: 0.41rem;
    color: #FFFFFF;
    position: inherit;
}
.part-grow-box ul li:nth-of-type(1){
    padding-top: 1.56rem;
}
.part-grow-box ul li:nth-of-type(1) h4{
    margin: 0.86rem 0 0.26rem;
}
.part-grow-box ul li:nth-of-type(2){
    padding-top: 1.04rem;
}
.part-grow-box ul li:nth-of-type(2) h4{
    margin: 0.76rem 0 0.41rem;
}
.part-grow-box ul li:nth-of-type(3){
    padding-top: 0.52rem;
}
.part-grow-box ul li:nth-of-type(3) h4{
    margin: 1.02rem 0 0.41rem;
}
.part-grow-box ul li:nth-of-type(4) h4{
    margin: 1.16rem 0 0.27rem;
}
.part-grow-box ul li .people{
    display: block;
    position: relative;
    margin: 0.16rem auto;
}

.targeting-audience{
    padding: 0.4rem 0 1.1rem 0;
}

.targeting-audience-list{
    margin-top: 0.8rem;
    gap: 0.4rem;
}

.targeting-audience-item{
    width: 4.24rem;
    height: 2.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card-list{
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-list1{
    gap: 1.18rem;
}

.card-item {
    padding: 0.2rem 0.3rem;
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}

.card-list1 .car-item{
    width: 4.51rem;
    padding: 0.2rem 0.47rem;
}

.card-item img{
    height: 0.86rem;
    margin-bottom: 0.23rem;
}

.card-item p{
    font-family: Montserrat;
    font-size: 0.24rem;
    font-weight: 500;
    line-height: 0.34rem;
    text-align: center;
    letter-spacing: 0.05em;
    color: #1A1A1A;
}

.diversified-combination{
    margin-top: 1.4rem;
    padding: 0.4rem 0 1.1rem 0;
}

.diversified-combination-list{
    width: 11.1rem;
    margin: 0.7rem auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.diversified-combination-item{
    width: 2.54rem;
    height: 0.85rem;
    font-family: Montserrat;
    font-size: 0.24rem;
    font-weight: 500;
    line-height: 0.85rem;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    text-align: center;
    border-radius: 8px;
    background: #BF2A32;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}

.w218{
    width: 2.18rem;
}

.white-bg{
    background: #FFFFFF;
    color: #1A1A1A;
}

.stage-module{
    padding: 0.4rem 0 1.1rem 0;
}

.stage-module-content{
    width: 100%;
    margin-top: 0.4rem;
    display: flex;
    gap: 0.3rem;
    align-items: center;
    justify-content: center;
    position: relative;
}

.stage-module-content-img{
    width: 100%;
    height: 1.4rem;
    background-image: url('https://cn-resourses.oss-cn-shanghai.aliyuncs.com/publish-resources/production/cms-service/img/jieduankecheng.jpg');
    background-size: cover;
    background-position: bottom;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.stage-module-content-bg{
    width: 100%;
    height: 100%;
    background: rgba(191, 42, 50, 0.5);
}

.stage-module-item{
    width: 2.35rem;
    height: 3.2rem;
    border-radius: 117.5px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}

.stage-module-item h4{
    height: 1rem;
    font-family: Montserrat;
    font-size: 0.24rem;
    font-weight: 500;
    line-height: 1.25rem;
    text-align: center;
    letter-spacing: 0.05em;
    color: #1A1A1A;
}

.stage-module-item p{
    padding: 0.14rem 0.27rem;
    font-family: Montserrat;
    font-size: 0.18rem;
    font-weight: 300;
    line-height: 0.24rem;
    letter-spacing: normal;
    color: #3D3D3D;
}

.module-content{
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.company-content{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.company-content .left{
    width: 40%;
    height: 10.71rem;
    background-image: url('https://cn-resourses.oss-cn-shanghai.aliyuncs.com/publish-resources/production/cms-service/img/hexinqiye.jpg');
    background-size: cover;
    background-position: right;
}

.company-content .left-bg{
    width: 100%;
    height: 100%;
    padding-right: 300px;
    background: rgba(191, 42, 50, 0.5);
    font-family: Montserrat;
    font-size: 0.48rem;
    font-weight: bold;
    line-height: 0.57rem;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.company-content .right{
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.company-content .company-list{
    margin-left: -100px;
    width: calc(100% + 100px);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.company-content .company-list .company-item{
    width: 3.89rem;
    height: 2.83rem;
    padding: 0.34rem 0.16rem 0 0.16rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.3);
    border-radius: 0.1rem;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 0.01rem solid #BF2A32;
    /* 阴影/低阴影 */
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
    margin: 0.28rem 0.79rem 0.28rem 0;
}

.company-content .company-list .company-item h5{
    width: 2rem;
    height: 0.53rem;
    border-radius: 0.53rem;
    background: #BF2A32;
    font-family: Montserrat;
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 0.53rem;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

.company-content .company-list .company-item h6{
    font-family: Montserrat;
    margin: 0.13rem 0;
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 0.34rem;
    text-align: center;
    letter-spacing: 0.05em;
    color: #1A1A1A;
}

.company-content .company-list .company-item p{
    font-family: Montserrat;
    font-size: 0.14rem;
    font-weight: 300;
    line-height: 0.24rem;
    letter-spacing: 0.05em;
    color: #1A1A1A;
}

.periddic-course-modules{
    margin-top: 0.94rem;
    padding: 0.45rem 0 0.7rem 0;
}

.periddic-course-modules-content{
    margin-top: 1.18rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.periddic-course-modules-list{
   
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.periddic-course-modules-item{
    width: auto;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: #FFFFFF;
}

.periddic-course-modules-item .number{
    width: 1.1rem;
    font-family: Montserrat;
    font-size: 0.72rem;
    font-weight: bold;
    line-height: 0.9rem;
    text-transform: capitalize;
    letter-spacing: 0.05em;
    color: #3D3D3D;
}

.periddic-course-modules-item .periddic-title{
    width: 1.8rem;
    font-family: Montserrat;
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 0.9rem;
    text-transform: capitalize;
    letter-spacing: 0.05em;
    color: #BF2A32;
    margin: 0 0.1rem 0 0.34rem;
}

.periddic-course-modules-item .periddic-content{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0.2rem 0 0.3rem 0.52rem;
    position: relative;
    border-left: 0.03rem solid #BF2A32;
}

.periddic-course-modules-item .periddic-content::before{
    content: '';
    position: absolute;
    top: 0.26rem;
    left: 0px;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-left: 28px solid #BF2A32;
    border-bottom: 18px solid transparent;
    
}

.periddic-course-modules-item .periddic-content .periddic-content-title{
    background: rgba(191, 42, 50, 0.9);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    height: 0.5rem;
    padding: 0 0.1rem;
    font-family: Montserrat;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.5rem;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

.periddic-course-modules-item .periddic-content p{
    font-family: Montserrat;
    font-size: 0.18rem;
    font-weight: 300;
    line-height: 0.24rem;
    letter-spacing: normal;
    color: #1A1A1A;
    margin: 0.17rem 0 ;
}