.popUpBg{
   position: fixed;
   bottom:0;
   right:0;
   top:0;
   left:0;
   background:rgba(0,0,0,.65);
   z-index: 999;
}
.popUp{
   position: absolute;
   background: #fff;
   top:20%;
   max-width: 700px;
}
.popUp .head{
   display: flex;
   justify-content: space-between;
   align-items: center;
   height:50px;
   border-bottom: 1px solid #ddd;
}
.popUp .tit{
   font-size: 26px;
   font-weight: bold;
}
.popUp .closeIcon{
   cursor: pointer;
}
.popUp .formBox{
   padding:20px;
}
.popUp .submitBtn{
   background:var(--theme);
   color:#fff;
   margin-top: 22px;
   padding: 10px 30px;
   margin-left: 40%;
}
.popUp b{
   color:#ce4844;
}
#culture{
   padding:60px 0px;
}
#culture .list{
   margin:20px;
}
#culture .titleBox{
   text-align: center;
   margin-bottom: 20px;
}
#culture .title{
   font-size: 34px;
   color:var(--theme);
}
#culture .eng{
   color:#999;
   margin:10px 0;
   text-transform: uppercase;
}
#culture .titleDetail{
   font-size: 16px;
   font-weight: bold;
   margin:20px 0 40px;
   line-height: 30px;
}
#culture .tit{
   font-size: 20px;
   color:var(--theme);
   margin-bottom:10px;
}
#culture .titDetail{
   color:#666;
}
#culture .titBox>div{
   margin-bottom:20px;
}
#culture .line{
   width: 300px;
   height:1px;
   background:#e7e7e7;
   margin:80px auto;
}

#joinUs .list{
   background:#fff;
   padding:10px;
   margin:10px 0;
   cursor: pointer;
   transition: all .3s;
}
#joinUs .list:hover{
   box-shadow: 2px 2px 10px #ccc;
   transition: all .3s;
}
#joinUs .title{
   font-size: 22px;
   color:#333;
   padding:10px;
   border-left:4px solid var(--theme);
   margin-left:-10px;
   margin-bottom:10px;
}
#joinUs .label{
   color:#999;
   padding:0;
}
#joinUs .text{
   margin:10px;
}

#yuHongSchool .nav li{
   padding:15px;
   background: #fff;
   transition: all .3s;
   cursor: pointer;
}
#yuHongSchool .nav li a{
   padding:0;
   color:unset;
}
#yuHongSchool .nav li a:hover{
   background:unset;
}
#yuHongSchool .nav li:hover,
#yuHongSchool .nav li.on{
   color:#fff;
   transition: all .3s;
   background: linear-gradient(to right, var(--theme), #fff);
}
#yuHongSchool .list{
   background:#fff;
   display: flex;
   margin-bottom: 20px;
}
#yuHongSchool img{
   width:200px;
   height:200px;
   object-fit: cover;
}
#yuHongSchool .right{
   flex:1;
   padding:10px 20px;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
}
#yuHongSchool .right .title{
   font-size: 24px;
   line-height: 30px;
   display: block;
   margin: 20px 0;
   overflow: hidden;
   text-overflow: ellipsis
}
#yuHongSchool .right .detail{
   flex:1;
   color:#999;
}
#yuHongSchool .right .bottom{
   display: flex;
   justify-content: space-between;
   color:#999;
}
#yuHongSchool .right .download{
   color:var(--theme);
}
#yuHongSchool.about .content{
   background:#fff;
   padding:40px 20px;
   text-align: center;
}
#yuHongSchool.about .content .title{
   font-size: 26px;
}
#yuHongSchool.about .content .detail{
   color:#999;
   white-space: pre-line;
   margin:20px 0;
}
#yuHongSchool.about .content img{
   width:100%;
   height: auto;
}

#joinUsDetail .head .name{
   font-size: 28px;
   font-weight: 600;
   line-height: 37px;
   color: rgba(0,0,0,.85);
}
#joinUsDetail .head ul{
   padding:0;
   margin:10px 0;
}
#joinUsDetail .head ul li{
   display: inline-block;
   font-weight: 400;
   line-height: 28px;
   color: #666;
   padding:0 20px;
}
#joinUsDetail .head ul li:first-of-type{
   padding-left:0;
}
#joinUsDetail .head ul li:last-of-type{
   padding-right:0;
}
#joinUsDetail .head ul li+li{
   border-left:1px solid #ddd;
}
#joinUsDetail .content{
   margin-top:40px;
   background:#f4f4f4;
   padding:20px 40px;
   border-radius: 10px;
}
#joinUsDetail .content .tit{
   font-size: 16px;
   font-weight: 600;
   line-height: 21px;
   color: rgba(0,0,0,.85);
   margin-bottom: 12px;
}
#joinUsDetail .content .detail{
   font-size: 14px;
   color: rgba(0,0,0,.65);
   font-weight: 400;
   line-height: 32px;
   word-break: break-word;
   white-space: pre-wrap;
}
#joinUsDetail .toudiBox{
   margin:30px auto;
   display: flex;
   justify-content: center;
}
#joinUsDetail .toudiBox .toudi{
   display: inline-block;
   color:#fff;
   border-radius: 4px;
   padding:20px 40px;
   background:var(--theme);
   cursor: pointer;
   font-size: 18px;
}

#partnerShip .head{
   position: relative;
}
#partnerShip .head>img{
   width:100%;
}
#partnerShip .head .headTit{
   position: absolute;
   font-size: 300%;
   color:#fff;
   top:50%;
   left:50%;
   transform: translate(-50%,-50%);
}
#partnerShip .part{
   margin:60px 0;
   text-align: center;
}
#partnerShip .part .content{
   margin-bottom: 40px;
}
#partnerShip .part .text{
   white-space: pre-line;
}
#partnerShip .part img{
   width:100%;
}
#partnerShip .part .jiameng{
   color:var(--theme);
   font-weight: bold;
}
#partnerShip .part .jiameng .tit{
   font-size: 30px;
}
#partnerShip .jmBtn{
   background:var(--theme);
   color:#fff;
   border:1px solid var(--theme);
   display: inline-block;
   padding: 14px 30px;
   border-radius: 6px;
   width: 50%;
   cursor: pointer;
}
#partnerShip .jmBtn:hover{
   background:#fff;
   color:var(--theme);
   border:1px solid var(--theme);
}

/* 宇洪学堂学习视频详情 */
#yuHongSchoolDetail .video{
   width:100%;
}
#yuHongSchoolDetail .head{
   padding:20px;
   border-bottom: 1px solid #eee;
}
#yuHongSchoolDetail .title{
   font-size: 28px;
   color:#222;
   line-height: normal;
}
#yuHongSchoolDetail .time{
   font-size: 14px;
   color:#666;
   margin-top:30px;
}
#yuHongSchoolDetail .content{
   padding:20px;
   padding-top: 40px;
   white-space: pre-line;
   color:#666;
}
/* 宇洪学堂学习视频详情 */
