.bannerBox {
    height: 500px;
    min-width: 1340px;
    position: relative;
    overflow: hidden;
}

.topMenu {
    padding-left: 0 !important;
}

.bannerBox img {
    width: 100%;
    height: 100%;
}

.swiper-container {
    width: 100%;
    height: 500px;
}

.studyChoose {
    width: 100%;
    background-color: #fff;
    padding: 20px 0 30px 0;
    box-sizing: border-box;
}

.studyChooseContainer {
    display: flex;
}

.studyChooseContainer .studyChooseItem1 {
    width: 220px;
    height: 90px;
    background: url('../img/studyChoose.png') 100% 100% no-repeat;
    padding: 25px 20px 25px 19px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.studyChooseContainer .studyChooseItem1 .studyChooseTxt p:first-child {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
}

.studyChooseContainer .studyChooseItem1 .studyChooseTxt p:last-child {
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 3px;
    white-space: nowrap;
}

.studyChooseContainer .studyChooseItem1 .chooseImg {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.studyChooseContainer .studyChooseItem {
    width: 204px;
    display: flex;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    margin-left: 21px;
    transition: all 0.2s linear;
    cursor: pointer;
}

.studyChooseContainer .studyChooseItem:hover {
    transform: translateY(-2px);
    box-shadow: 0px 0px 15px rgb(116 108 255 / 19%);
}

.studyChooseContainer .studyChooseItem .studyChooseItemLeft {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.studyChooseContainer .studyChooseItem .studyChooseItemLeft p:nth-child(1) {
    font-size: 16px;
    color: #333333;
}

.studyChooseContainer .studyChooseItem .studyChooseItemLeft p:nth-child(2) {
    font-size: 14px;
    color: #999999;
    white-space: nowrap;
}

.studyChooseContainer .studyChooseItem .studyChooseItemLeft .go {
    width: 46px;
    border: 1px solid #746CFF;
    border-radius: 11px;
    color: #746CFF;
    font-size: 14px;
    padding-left: 4px;
    box-sizing: border-box;
    cursor: pointer;
}

.studyChooseContainer .studyChooseItem .studyChooseItemLeft .zzzh {
    border: 1px solid #FF6201;
    color: #FF6201;
}

.studyChooseContainer .studyChooseItem .studyChooseItemLeft .xxms {
    border: 1px solid #FF4141;
    color: #FF4141;
}

.studyChooseContainer .studyChooseItem .studyChooseItemLeft .xbjx {
    border: 1px solid #47CFF5;
    color: #47CFF5;
}

.studyChooseContainer .studyChooseItem .studyChooseItemLeft .hhxb {
    border: 1px solid #278CFF;
    color: #278CFF;
}

.studyChooseContainer .studyChooseItem .studyChooseItemRight {
    display: flex;
    justify-content: center;
    align-items: center;
}

.studyChooseContainer .studyChooseItem .studyChooseItemRight img {
    margin-left: 20px;
}

.courseCenter {
    padding: 30px 0 78px 0;
    box-sizing: border-box;
}

.courseCenter .courseCenterTitle {
    font-size: 22px;
    color: #333333;
    padding-left: 8px;
    box-sizing: border-box;
    border-left: 4px solid #746CFF;
}
.courseCenter .courseCenterTitle2 {
    font-size: 22px;
    color: #333333;
    padding-left: 8px;
    box-sizing: border-box;
    border-left: 4px solid #3899FE;
}
.courseCenter .courseCenterTitleTeacher {
    border-left: 4px solid #FEB101;
}

.courseCenter .courseCenterTitleNewThing {
    border-left: 4px solid #3899FE;
}

.courseCenter .courseCenterTitleCooperation {
    border-left: 4px solid #FF6505;
}

.courseCenterContainer {
    width: 100%;
    height: 360px;
    margin-top: 29px;
    display: flex;
    justify-content: space-between;
}

.courseCenterContainer .courseCenterLeft {
    width: 240px;
    height: 100%;
    background: url("../img/courseCenter.png") 100% 100% no-repeat;
    padding: 41px 19px;
    box-sizing: border-box;
    border-radius: 6px;
}
.courseCenterContainer .courseCenterLeft2 {
    width: 240px;
    height: 100%;
    background: url("../img/kczxBj.png") 100% 100% no-repeat;
    padding: 41px 19px;
    box-sizing: border-box;
    border-radius: 6px;
}
.courseCenterContainer .courseCenterLeftRight {
    flex: 1;
    margin-left: 24px;
    display: flex;
    overflow: hidden;
    padding-bottom: 2px;
    box-sizing: border-box;
}
.courseCenterLeftRight .tableBox{
    width: 100%;
    height: 100%;

}
.courseCenterContainer .courseCenterRight {
    flex: 1;
    margin-left: 24px;
    display: flex;
    overflow: hidden;
    cursor: pointer;
}

.CooperationItem {
    width: 254px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.courseCenterContainer .courseCenterRight .CooperationItem .CooperationItemTop {
    width: 100%;
    height: 170px;
}

.courseCenterContainer .courseCenterRight .CooperationItem .CooperationItemTop img {
    width: 100%;
    height: 100%;
}

.courseCenterContainer .newThingRight {
    flex: 1;
    width: 0;
    margin-left: 24px;
    display: flex;
    justify-content: space-between;
}

.courseCenterContainer .newThingRight .newThingRightLeft {
    width: 580px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.courseCenterContainer .newThingRight .newThingRightLeft .newThingRightLeftTop {
    height: 170px;
    width: 100%;
    background: url("../img/rddtBj.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
    cursor: pointer;
}

.courseCenterContainer .newThingRight .newThingRightLeft .newThingRightLeftTop:hover,
.newThingRight .newThingRightLeft .newThingRightLeftDown .newThingRightLeftDownLeft:hover {
    animation: RightItemTop 0.3s linear;
    animation-fill-mode: forwards;
    cursor: pointer;
}

.courseCenterContainer .newThingRight .newThingRightLeft .newThingRightLeftTop .newThingRightLeftTopTxt,
.newThingRightLeft .newThingRightLeftDown .newThingRightLeftDownLeft .newThingRightLeftDownLeftTxt {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0px 0px 6px 6px;
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 18px;
    color: #FFFFFF;
    padding-left: 20px;
    box-sizing: border-box;
}

.courseCenterContainer .newThingRight .newThingRightLeft .newThingRightLeftDown {
    display: flex;
    justify-content: space-between;
}

.newThingRight .newThingRightLeft .newThingRightLeftDown .newThingRightLeftDownLeft {
    width: 275px;
    height: 170px;
    background: url("../img/hyxwBj.png") 100% 100% no-repeat;
    position: relative;
}

.newThingRight .newThingRightLeft .newThingRightLeftDown .newThingRightLeftDownLeft2 {
    background: url("../img/jsxwBj.png") 100% 100% no-repeat;
}

.courseCenterContainer .newThingRight .newThingRightRight {
    height: 100%;
    width: 478px;
}

.courseCenterContainer .newThingRight .newThingRightRight video {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-fit: fill
}

video:focus {
    outline: none;
}

.courseCenterContainer .courseCenterLeftTeacher {
    background: url('../img/rsdsBj.png') 100% 100% no-repeat;
}

.courseCenterContainer .courseCenterLeftNewThing {
    background: url('../img/newThingBj.png') 100% 100% no-repeat;
}

.courseCenterContainer .courseCenterLeftCooperation {
    background: url('../img/hzyxBj.png') 100% 100% no-repeat;
}

.courseCenterContainer .courseCenterLeft p:nth-child(1) {
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
}

.courseCenterContainer .courseCenterLeft p:nth-child(2) {
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 10px;
}

.courseCenterContainer .courseCenterLeft p:nth-child(3) {
    margin-top: 42px;
}

.courseCenterContainer .courseCenterLeft p:nth-child(3),
.courseCenterContainer .courseCenterLeft p:nth-child(4) {
    font-size: 14px;
    color: #FFFFFF;
    -webkit-text-stroke: 1 rgba(0, 0, 0, 0);
    text-stroke: 1 rgba(0, 0, 0, 0);
    opacity: 1;
}

.courseCenterContainer .courseCenterLeftTeacher .learnMore {
    margin-top: 103px;
}

.courseCenterContainer .courseCenterLeftTeacher p:nth-child(3) {
    margin-top: 67px;
}

.courseCenterContainer .courseCenterLeftTeacher p:nth-child(3),
.courseCenterContainer .courseCenterLeftTeacher p:nth-child(4) {
    font-size: 14px;
    text-align: center;
}

.courseCenterContainer .courseCenterLeft p:nth-child(4) {
    margin-top: 10px;
}

.courseCenterContainer .courseCenterLeftTeacher p:nth-child(4) {
    margin-top: 0;
}

.courseCenterContainer .courseCenterLeftTeacher .learnMore2 {
    margin-top: 90px !important;
}

.courseCenterContainer .courseCenterLeft .learnMore,
.courseCenterContainer .courseCenterLeft .learnMoreTeacher,
.courseCenterContainer .courseCenterLeft .learnMoreSchool,
.courseCenterContainer .courseCenterLeft .learnMoreNewThing,
.courseCenterContainer .courseCenterLeft .learnMoreHonor,
.courseCenterContainer .courseCenterLeft .learnMoreHeZuo {
    padding: 5px 10px;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    color: #fff;
    display: inline-block;
    margin-left: 50%;
    transform: translate(-50%);
    margin-top: 60px;
    cursor: pointer;
}

.courseCenterContainer .courseCenterLeft .learnMoreTeacher a {
    color: #fff !important;
}

.learnMoreSchool a,
.learnMoreNewThing a,
.learnMoreHonor a,
.learnMoreHeZuo a {
    color: #fff !important;
}

.courseCenterContainer .courseCenterItem {
    width: 254px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

/* .courseCenterContainer .courseCenterItem:hover .teacherInfo {
    animation: move 0.5s linear;
    animation-fill-mode: forwards;
} */

.courseCenterContainer .teacherInfo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background-color: rgba(127, 120, 255, 0.8);
    border-radius: 10px;
    color: #fff;
    padding: 16px;
    box-sizing: border-box;
}

@keyframes move {
    from {
        top: 100%;
    }
    to {
        top: 0;
    }
}

.courseCenterContainer .teacherInfo .infoTitle {
    display: flex;
    align-items: center;
    font-size: 20px;
    padding: 0 14px;
    box-sizing: border-box;
    justify-content: space-between;
    margin-bottom: 8px;
}

.courseCenterContainer .teacherInfo .infoTitle p:first-child {
    font-weight: bold;
}

.courseCenterContainer .teacherInfo .infoContent {
    text-indent: 15px;
    line-height: 26px;
    font-size: 14px;
}

.courseCenterContainer .teacherInfo .contentChai {
    line-height: 20px;
}

.courseCenterContainer .teacherInfo .contentMiao {
    line-height: 23px;
}

.courseCenterContainer .teacherInfo .infoContentTan {
    line-height: 17px;
}

.courseCenterContainer .courseCenterItemTeacher {
    width: 245px;
    border-radius: 10px;
    border: 1px solid #D3D3D3;
}

.courseCenterContainer .courseCenterItemTeacher .teacherImg {
    width: 245px;
    height: 254px;
}

.courseCenterContainer .courseCenterItemTeacher .teacherName {
    flex: 1;
    height: 0;
    padding: 15px 0 23px 11px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.courseCenterContainer .courseCenterItemTeacher .teacherName .nameAndlevel {
    display: flex;
    align-items: center;
}

.courseCenterContainer .courseCenterItemTeacher .teacherName .nameAndlevel p:first-child {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

.courseCenterContainer .courseCenterItemTeacher .teacherName .nameAndlevel p:last-child {
    font-size: 18px;
    color: #666666;
    margin-left: 15px;
}

.courseCenterContainer .courseCenterItemTeacher .teacherName .teacherCourse p {
    border: 1px solid #999999;
    border-radius: 14px;
    font-size: 16px;
    color: #666666;
    padding: 3px 21px;
    box-sizing: border-box;
    display: inline;
}

.courseCenterContainer .courseCenterItemTeacher .teacherImg img {
    width: 100%;
    height: 100%;
}

.courseCenterContainer .courseCenterItem .courseCenterItemTop {
    width: 100%;
    height: 170px;
    background: url("../img/javaEBj.png") 100% 100% no-repeat;
    padding: 35px 30px;
    box-sizing: border-box;
}

.courseCenterContainer .courseCenterItem .courseCenterItemC {
    background: url("../img/c++Bj.png") 100% 100% no-repeat;
}
.courseCenterContainer .courseCenterItem .courseCenterItemYYS {
    background: url("../img/yysBj.png") 100% 100% no-repeat;
}
.courseCenterContainer .courseCenterItem .courseCenterItemqrs {
    background: url("../img/qrsBj.png") 100% 100% no-repeat;
}

.courseCenterContainer .courseCenterItem .courseCenterItemrjcs {
    background: url("../img/rjcsBj.png") 100% 100% no-repeat;
}

.courseCenterContainer .courseCenterItem .courseCenterItemyjs {
    background: url("../img/yjsBj.png") 100% 100% no-repeat;
}

.courseCenterContainer .courseCenterItem .courseCenterItemTop:hover {
    animation: courseCenterItemTop 0.3s linear;
    animation-fill-mode: forwards;
}

.courseCenterContainer .courseCenterItem .courseCenterItemTop:hover div {
    transform: scale(1);
}

.courseCenterContainer .courseCenterItem .courseCenterItemTop div {
    width: 202px;
    height: 102px;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 13px 11px;
    box-sizing: border-box;
    color: #333333;
    border-radius: 6px;
    font-size: 18px;
    transition: all 0.3s linear;
    transform: scale(0.9);
}

.courseCenterContainer .courseCenterItem .courseCenterItemTop div p {
    margin-left: 10px;
}

.learningResources {
    width: 100%;
    background: #fff;
    padding: 30px 0 80px 0;
    box-sizing: border-box;
}

.learningResources .learningResourcesTxt {
    font-size: 22px;
    color: #333333;
    padding-left: 8px;
    box-sizing: border-box;
    border-left: 4px solid #FF6607;
}

.learningResources .honor {
    border-left: 4px solid #746CFF;
}

.learningResources .school {
    border-left: 4px solid #F15B5C;
}

.learningResources .learningResourcesContainer {
    margin-top: 30px;
    display: flex;
}

.learningResources .learningResourcesContainerLeft {
    width: 240px;
    height: 360px;
    background: url('../img/studyZY.png') 100% 100% no-repeat;
    padding: 40px 19px 0 19px;
    box-sizing: border-box;
    color: #fff;
    border-radius: 6px;
}

.learningResources .schoolLeft {
    background: linear-gradient(180deg, #F15B5C 0%, #FF8384 100%);
}

.learningResources .honorLeft {
    background: linear-gradient(180deg, #746CFF 0%, #B8B4FF 100%);
}

.learningResources .schoolLeft {
    background: url('../img/schoolBj.png');
}

.learningResources .honorLeft {
    background: url('../img/ryxzBj.png') 100% 100% no-repeat;
}

.learningResources .learningResourcesContainerLeft p:nth-child(1) {
    font-size: 32px;
    font-weight: bold;
}

.learningResources .learningResourcesContainerLeft p:nth-child(2) {
    font-size: 14px;
    margin-top: 3px;
}

.learningResources .learningResourcesContainerLeft p:nth-child(3) {
    font-size: 14px;
    text-align: center;
    margin-top: 42px;
}

.learningResources .learningResourcesContainerLeft p:nth-child(3) {
    margin-top: 76px;
}

.learningResources .learningResourcesContainerLeft p:nth-child(4) {
    padding: 5px 10px;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    color: #fff;
    display: inline-block;
    margin-left: 50%;
    transform: translate(-50%);
    margin-top: 60px;
    cursor: pointer;
}

.learningResourcesContainerRight {
    display: flex;
    flex: 1;
    width: 0;
    justify-content: space-between;
    margin-left: 24px;
}

.schoolRight {
    flex: 1;
    width: 0;
    overflow: hidden;
}

.swiper-container2,
.swiper-container55 {
    width: 100%;
    height: 100%;
    position: relative;
}

.slide2 {
    width: 462px !important;
    height: 360px;
}

.slide2 img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.swiper-container2 .slide3,
.swiper-container2 .slide4 {
    width: 254px !important;
    height: 100%;
}

.swiper-container55 .slide3,
.swiper-container55 .slide4 {
    width: 254px !important;
    height: 100%;
}

.swiper-container2 .slide3 img,
.swiper-container2 .slide4 img {
    /* width: 100%;
    height: 100%; */
}

.swiper-container55:hover .swiper-button-prev {
    display: block;
}

.swiper-container55:hover .swiper-button-next {
    display: block;
}

.swiper-container2:hover .swiper-button-prev {
    display: block;
}

.swiper-container2:hover .swiper-button-next {
    display: block;
}

.swiper-button-next {
    background-image: url("../img/next_click.png") !important;
    height: 38px !important;
    transform: rotate(180deg);
    width: 38px !important;
    background-size: 100% 100% !important;
    display: none;
}

.swiper-button-prev {
    background-image: url("../img/next_click.png") !important;
    height: 38px !important;
    width: 38px !important;
    background-size: 100% 100% !important;
    display: none;
}

.learningResourcesContainerRight .learningResourcesContainerRightItem {
    width: 254px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.learningResourcesContainerRight .learningResourcesContainerRightItem .RightItemTop {
    width: 100%;
    height: 170px;
    background: url("../img/jjvaBj.png") 100% 100% no-repeat;
    position: relative;
    cursor: pointer;
}

.learningResourcesContainerRight .learningResourcesContainerRightItem .RightItemTop:hover {
    animation: RightItemTop 0.3s linear;
    animation-fill-mode: forwards;
}

.fontSS {
    font-size: 14px;
}

.learningResourcesContainerRight .learningResourcesContainerRightItem .RightItemTop2 {
    background: url("../img/ppesBj.png") 100% 100% no-repeat;
}

.learningResourcesContainerRight .learningResourcesContainerRightItem .RightItemTop3 {
    background: url("../img/wwebBj.png") 100% 100% no-repeat;
}

.learningResourcesContainerRight .learningResourcesContainerRightItem .RightItemTop4 {
    background: url("../img/cc++Bj.png") 100% 100% no-repeat;
}

.learningResourcesContainerRight .learningResourcesContainerRightItem .RightItemTop5 {
    background: url("../img/0pesBj.png") 100% 100% no-repeat;
}

.learningResourcesContainerRight .learningResourcesContainerRightItem .RightItemTop6 {
    background: url("../img/yyjsBj.png") 100% 100% no-repeat;
}

.learningResourcesContainerRight .learningResourcesContainerRightItem .RightItemTop7 {
    background: url("../img/wwbQDBJ.png") 100% 100% no-repeat;
}

.learningResourcesContainerRight .learningResourcesContainerRightItem .RightItemTop8 {
    background: url("../img/csjhBJ.png") 100% 100% no-repeat;
}

.learningResourcesContainerRightItem .newCourse::before {
    content: '新课';
    position: absolute;
    left: 0;
    display: block;
    top: 10px;
    padding: 0 17px;
    box-sizing: border-box;
    background: linear-gradient(180deg, #826CFF 0%, #4385FF 100%);
    color: #fff;
    border-radius: 0px 3px 3px 0px;
    font-size: 20px;
}

.learningResourcesContainerRight .learningResourcesContainerRightItem .RightItemTop .downName {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 50px;
    padding-left: 20px;
    box-sizing: border-box;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.rightFixd {
    position: fixed;
    top: 185px;
    right: 39px;
    z-index: 999999999;
}

.rightFixd ul {
    box-shadow: 0px 0px 20px rgba(42, 42, 42, 0.15);
    background: #fff;
    border-radius: 5px;
}

.rightFixd ul li,
.rightFixd .backTop {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    color: #666666;
    padding: 20px 6px;
    box-sizing: border-box;
    cursor: pointer;
}

.rightFixd ul li img,
.rightFixd .backTop img {
    width: 20px;
    height: 20px;
}

.rightFixd ul li:not(:first-child) {
    border-top: 1px solid #E8E8E8;
}

.rightFixd ul li p {
    margin-top: 12px;
    font-size: 14px;
}

.rightFixd .backTop {
    margin-top: 30px;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(42, 42, 42, 0.15);
    border-radius: 5px;
    display: none;
    padding: 20px 6px;
    box-sizing: border-box;
    font-size: 14px;
}

.rightFixd .backTop p {
    margin-top: 20px;
}

.sonMenu .sonMenuItem:hover p {
    color: #746CFF;
}

.maskBox {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999999;
    display: flex;
    justify-content: center;
    align-items: center;
    /* display: none; */
}

.maskContent {
    width: 428px;
    height: 557px;
    transform: translateY(-60px);
    background: url('../img/maskBj.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
	padding-top: 180px;
    /*padding-top: 190px;*/
    box-sizing: border-box;
    position: relative;
}

.maskContent .p1 {
    font-size: 22px;
    font-weight: bold;
    color: #D75E02;
    opacity: 0.9;
    margin-bottom: 2px;
}

.maskContent .p2 {
    font-size: 17px;
    font-weight: 500;
    color: #0D0D0D;
    opacity: 0.9;
	margin-bottom: 15px;
    /*margin-bottom: 8px;*/
}

.maskContent .pp2 {
    margin-bottom: 0px;
}

.maskContent .maskRegister {
    display: inline-block;
    padding: 10px 60px;
    box-sizing: border-box;
    font-size: 22px;
    font-weight: 500;
    color: #D31112;
    border-radius: 40px;
    background-color: #fcdd7c;
	margin-top: 40px;
    /*margin-top: 45px;*/
    cursor: pointer;
    -webkit-box-shadow: 0 0 10px rgba(243, 79, 4);
    -moz-box-shadow: 0 0 10px rgba(243, 79, 4);
    box-shadow: 0 0 10px rgba(243, 79, 4);
}

.maskContent .maskCloseBtn {
    width: 50px;
    height: 50px;
    background: url('../img/maskCloseBtn.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -60px;
    cursor: pointer;
}

.littleMaskBox .maskContent {
    position: fixed;
    bottom: 10px;
    left: 0;
    /* max-width: 280px;
    max-height: 370px; */
    max-width: 220px;
    max-height: 320px;
    transform: translateY(-80px);
    background: url('../img/maskBj.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    /* padding-top: 130px; */
    /*padding-top: 110px;*/
	padding-top: 105px;
    box-sizing: border-box;
    transform: scale(0);
    transition: all 0.3s linear;
}

.littleMaskBox .maskContent .p1 {
    /* font-size: 16px; */
    font-size: 14px;
}

.littleMaskBox .maskContent .p2 {
    /* font-size: 14px; */
    font-size: 12px;
    /* margin-bottom: 10px; */
    margin-bottom: 2px;
}

.littleMaskBox .maskContent .maskRegister {
    margin-top: 20px;
    /* margin-top: 8px; */
    padding: 6px 20px;
    box-sizing: border-box;
    /* font-size: 16px; */
    font-size: 12px;
}

@keyframes courseCenterItemTop {
    from {
        background-size: 100% 100%;
    }
    to {
        background-size: 140% 140%;
    }
}

@keyframes RightItemTop {
    from {
        background-size: 100% 100%;
    }
    to {
        background-size: 110% 110%;
    }
}