/*字体共用样式*/
@font-face {
    font-family: SYHT;
    src: url("../../TeachSysfont/SYHT.eot"); /* IE9 */
    src: url("../../TeachSysfont/SYHT.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../../TeachSysfont/SYHT.TTF") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    url("../../TeachSysfont/SYHT.svg#SYHT") format("svg"); /* iOS 4.1- */
}
/*字体类名*/
.syht { /*思源黑体*/
	font-family: SYHT;
}
/*字体类名 end*/
body {
    margin: auto;
}

.unScroll {
    height: 100%;
    overflow: hidden;
}

.por {
    position: relative;
}

.poa {
    position: absolute;
}

.hidden {
    display: none;
}

.cgw-phone {
    position: fixed;
    width: 1rem;
    height: 1rem;
    bottom: 130px;
    right: 10px;
    z-index: 2000;
}

.box_In {
    width: 94%;
    margin: auto;
    font-family: fzltxh;
}

.hd {
    width: 100%;
    margin: auto;
    text-align: center;
}

.hd h1 {
    width: 100%;
    line-height: 0.8rem;
    font-family: fzltzhjt;
    font-size: 0.6rem;
}

.hd p {
    line-height: 0.5rem;
    font-family: fzltxh;
    font-size: 0.3rem;
}


.whitePrev,
.blackPrev,
.lilacPrev {
    width: 0.57rem;
    height: 0.57rem;
    cursor: default;
}

.whitePrev {
    background: url("../../Image/TeachSysCourse/MobileIndex/white_prev.png") no-repeat center center/cover;
}

.blackPrev {
    background: url("../../Image/TeachSysCourse/MobileIndex/black_prev.png") no-repeat center center/cover;
}

.lilacPrev {
    background: url("../../Image/TeachSysCourse/MobileIndex/lilac_prev.png") no-repeat center center/cover;
}

.whiteNext,
.blackNext,
.lilacNext {
    width: 0.57rem;
    height: 0.57rem;
    cursor: default;
}

.whiteNext {
    background: url("../../Image/TeachSysCourse/MobileIndex/white_next.png") no-repeat center center/cover;
}

.blackNext {
    background: url("../../Image/TeachSysCourse/MobileIndex/black_next.png") no-repeat center center/cover;
}

.lilacNext {
    background: url("../../Image/TeachSysCourse/MobileIndex/lilac_next.png") no-repeat center center/cover;
}

.swiper-container-horizontal>.swiper-pagination {
    height: 0.14rem;
    line-height: 0.14rem;
    bottom: 0.04rem;
}

.swiper-pagination-bullet {
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 50%;
    background: #eaeaea;
    opacity: 1;
}

.swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

.swiper-pagination-bullet-active {
    /*box-shadow: 0 0 0.2rem #afafaf;*/
   box-shadow: none;
   background: #4e84c4;
}

.pga .pagination {
    width: 100%;
}

.pga .swiper-pagination-bullet {
    width: 1.1rem;
    height: 0.1rem;
    border-radius: 0;
    background: #eee;
    box-shadow: none;
}

.pga .swiper-pagination-bullet-active {
    /*background: #5e625e;*/
   background: #58bae1;
}

/* .topSecond {
    position: relative;
    width: 7.5rem;
    height: 5.11rem;
    background: url("../../Image/TeachSysCourse/MobileIndex/part1/applicationBg.jpg") no-repeat center center/cover;
} */

.MoblieIndex_main {
    position: relative;
    overflow: hidden;
}

.ui_childPage {
    position: relative;
    /*background: #090925;*/
    overflow: hidden;
}

.Advertisement {
    position: relative;
    height: 2.5rem;
    font-family: fzltxh;
    font-size: 0.24rem;
    color: #73696f;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.Advertisement input, .Advertisement select {
    font-family: fzltxh;
    font-size: 0.24rem;
    color: #73696f;
}

.Advertisement .Advertisement_btn {
    position: absolute;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}



.AdvertisementB {
    position: relative;
    height: 2.5rem;
    font-family: fzltxh;
    font-size: 0.24rem;
    color: #73696f;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.AdvertisementB input, .AdvertisementB select {
    font-family: fzltxh;
    font-size: 0.24rem;
    color: #73696f;
}

.AdvertisementB .Advertisement_btn {
    position: absolute;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.MoblieIndex_header {
    position: relative;
    width: 100%;
    height: 0.88rem;
    background: #e54046;
    color: #fff;
    text-align: center;
    z-index: 99;
}

.MoblieIndex_header .signUp {
    position: absolute;
    left: 0.2rem;
    font-size: 0.36rem;
    -webkit-transition: -webkit-transform 0.5s linear;
    transition: -webkit-transform 0.5s linear;
    transition: transform 0.5s linear;
    transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}

#shareBtn {
    position: absolute;
    right: 0.2rem;
    top: 0.26rem;
}

#shareBtn .icon {
    width: 0.36rem;
    height: 0.36rem;
    background: url("../../Image/share/share.png") no-repeat center center /cover;
}

.MoblieIndex_header .signUp.moveRight {
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
}

.MoblieIndex_header .signUp i {
    display: inline-block;
    vertical-align: top;
    width: 0.36rem;
    height: 0.36rem;
    margin-top: 0.26rem;
    background: url("../../Image/share/more.png") no-repeat center center/cover;
}

.HorizontalScrollBar:before {
    content:"";
    display: block;
    width: 0.3rem;
}
.HorizontalScrollBar:after {
    content:"";
    display: block;
    width: 0.3rem;
}


.noneScrollBar::-webkit-scrollbar {
    display: none;
}

.MGSXPartBtn a {
    display: block;
    width: 4.08rem;
    height: 0.7rem;
    border-radius: 25px;
    background-color: #fff;
    margin: auto;
    font-size: 0.28rem;
    color: #2c2c2c;
    line-height: 0.7rem;
    text-align: center;
}

/*主页面*/
/*第一部分*/
.TeachSysPartOne {
    margin: auto;
	width: 7.5rem;
	height: 13.02rem;
	background: #ea5413;
	/*background: #fff;*/
    overflow: hidden;
    /* margin: 0.88rem auto 0; */
}

.TeachSysPartOne .title {
    width: 6.9rem;
    margin: 2rem auto 0;
}

.TeachSysPartOne .title h2 {
    height: 0.5rem;
    margin-bottom: 0.2rem;
    font-size: 0.5rem;
    font-weight: bold;
    color: #fff;
    line-height: 0.5rem;
    text-align: center;
}

.TeachSysPartOne .title h3 {
    height: 0.68rem;
    margin-bottom: 0.35rem;
    font-size: 0.92rem;
    font-weight: bold;
    color: #fff;
    line-height: 0.68rem;
    text-align: center;
}

.TeachSysPartOne .title p {
    height: 0.4rem;
    margin-bottom: 0.6rem;
    font-size: 0.36rem;
    color: #fff;
    line-height: 0.4rem;
    text-align: center;
}

.TeachSysPartOne .TeachSystemImg {
    margin: auto;
    width: 6.8rem;
    height: 6.82rem;
}

.TeachSysPartOne .MGSXPartBtn {
    margin-top: 0.6rem;
}

/*第一部分 end*/
/*第二部分*/
.MGSXPartTwo {
    padding-top: 1rem;
    width: 100%;
    height: 9.68rem;
    box-sizing: border-box;
}

.MGSXPartTwo .MGSXContainer {
    position: relative;
    margin-bottom: 0.82rem;
}
.MGSXPartTwo .MGSXContainer:last-child {
    margin-bottom: 0;
}

.MGSXPartTwo .MGSXContainer > h2 {
    width: 6.9rem;
    margin: auto;
    font-size: 0.5rem;
    font-weight: bold;
    color: #0b0b0b;
    line-height: 0.74rem;
    text-align: center;
}

.MGSXPartTwo .MGSXContainer > p {
    width: 6.9rem;
    margin: 0.25rem auto 0;
    font-size: 0.4rem;
    color: #0b0b0b;
    line-height: 0.46rem;
    text-align: center;
}

.swiper-containerTwo {
    position: relative;
    width: 6.9rem;
    height: 4.52rem;
    margin: 0.68rem auto 0;
    overflow: hidden;
}

.swiper-containerTwo .swiper-wrapper {
    width: 100%;
    height: 3.88rem;
}

.swiper-containerTwo .swiper-pagination-bullet-active {
   box-shadow: none;
   background: #ea5413;
}

.MGSXPartTwo .MGSXContainer .MGSXPartBtn {
    margin-top: 0.6rem;
}



.swiper-containerThree .swiper-wrapper .swiper-slide h3 {
    height: 0.4rem;
    margin-bottom: 0.41rem;
    font-size: 0.4rem;
    font-weight: bold;
    color: #2c2c2c;
    line-height: 0.4rem;
}

.swiper-containerThree .swiper-wrapper .swiper-slide p {
    font-size: 0.28rem;
    color: #2c2c2c;
    line-height: 0.42rem;
    text-align: justify;
}

.swiper-containerThree .swiper-wrapper .swiper-slide a {
    position: absolute;
    bottom: 1.42rem;
    font-size: 0.24rem;
    color: #2c2c2c; 
}

.swiper-containerThree .swiper-wrapper .swiper-slide img {
    position: absolute;
    bottom: 0.28rem;
    right: 0.26rem;
    width: 0.64rem;
    height: 0.78rem;
}

/*第二部分 end*/
/*第三部分*/
.MGSXPartThree {
    padding-top: 1.13rem;
    width: 7.5rem;
    height: 9.36rem;
    margin: auto;
    background-color: #f8f8f8;
    box-sizing: border-box;
}

.MGSXPartThree .MGSXContainer > h2 {
    width: 6.9rem;
    margin: auto;
    font-size: 0.5rem;
    font-weight: bold;
    color: #2c2c2c;
    line-height: 0.74rem;
    text-align: center;
}

.MGSXPartThree .MGSXContainer > p {
    width: 6.9rem;
    margin: 0.25rem auto 0.82rem;
    font-size: 0.4rem;
    color: #2c2c2c;
    line-height: 0.46rem;
    text-align: center;
}

.MGSXPartThreeImg {
    margin: auto;
    width: 6.9rem;
    height: 3.88rem;
}
/*第三部分 end*/
/*第四部分*/
.MGSXPartFour {
    padding-top: 1.26rem;
    margin: auto;
    width: 7.5rem;
    height: 8.68rem;
    box-sizing: border-box;
}

.MGSXPartFour .MGSXContainer {
    width: 6.34rem;
    /* padding: 0 0.28rem; */
    margin: 0 auto 0.5rem;
    /* overflow: hidden; */
}

.MGSXPartFour .MGSXContainer > h2 {
    /* width: 6.9rem;
    margin: 0 auto 0.52rem; */
    font-size: 0.5rem;
    font-weight: bold;
    color: #0b0b0b;
    text-align: center
}

.MGSXPartFour .MGSXContainer > p {
    /* width: 6.9rem; */
    margin: 0 auto 0.82rem;
    font-size: 0.4rem;
    color: #2c2c2c;
    line-height: 0.46rem;
    text-align: center;
}

.MGSXPartFourImg {
    margin: auto;
    /* width: 7.5rem; */
    height: 4.84rem;
}

/*第四部分 end*/
/*第五部分*/
.MGSXPartFive {
    padding-top: 0.8rem;
    margin: auto;
    box-sizing: border-box;
    width: 7.5rem;
    height: 12.44rem;
    background-color: #ea5413;
}

.MGSXPartFive .MGSXContainer {
    margin: 0 auto;
}

.MGSXPartFive .MGSXContainer > h2 {
    /* width: 6.9rem;
    margin: 0 auto 0.52rem; */
    font-size: 0.5rem;
    font-weight: bold;
    color: #0b0b0b;
    text-align: center
}

.MGSXPartFive .MGSXContainer > p {
    /* width: 6.9rem; */
    margin: 0.2rem auto;
    font-size: 0.4rem;
    color: #2c2c2c;
    line-height: 0.46rem;
    text-align: center;
}

.MGSXPartFiveImg {
    margin: auto;
    width: 7.5rem;
    height: 8.54rem;
}
/*第五部分 end*/
/*第六部分*/
.MGSXPartSix {
    padding-top: 1.5rem;
    width: 100%;
    height: 11.78rem;
    box-sizing: border-box;
}

.MGSXPartSix .MGSXContainer > h2 {
    width: 6.9rem;
    height: 0.5rem;
    margin: 0 auto 0.2rem;
    font-size: 0.5rem;
    font-weight: bold;
    color: #0b0b0b;
    line-height: 0.5rem;
    text-align: center;
}

.MGSXPartSix .MGSXContainer > p {
    width: 6.9rem;
    margin: 0.25rem auto;
    font-size: 0.4rem;
    color: #0b0b0b;
    line-height: 0.42rem;
    text-align: center;
}

.MGSXPartSixImg {
    margin: auto;
    margin-bottom: 1.26rem;
    width: 6.9rem;
    height: 4.62rem;
}

.MGSXPartSixAsk {
    margin: auto;
    width: 4.08rem;
    height: 0.75rem;
    background: #ea5413;
    border-radius: 25px;
}

.MGSXPartSixAsk a {
    display: block;
    text-align: center;
    line-height: 0.74rem;
    font-size: 0.28rem;
    color: #fff;
}
/*第六部分 end*/
/*王氏教育官方APP*/
.CGWangAppPart {
    width: 6.9rem;
    height: 1.3rem;
    padding-top: 0.38rem;
    padding-bottom: 1.2rem;
    border-top: 1px dashed #a0a0a0;
    margin: auto;
}
.CGWangAppPart .logo {
    float: left;
    width: 1.3rem;
    height: 1.3rem;
    background: url("../../Image/TeachSysCourse/MobileIndex/logo.png") no-repeat center center/cover;
}
.CGWangAppPart .appDescription {
    float: left;
    height: 1.14rem;
    padding-top: 0.16rem;
    margin-left: 0.2rem;
}
.CGWangAppPart .appDescription h2 {
    font-size: 0.3rem;
    line-height: 0.3rem;
    margin-bottom: 0.14rem;
    font-weight: 600;
}
.CGWangAppPart .appDescription p {
    font-size: 0.22rem;
    line-height: 0.34rem;
    color: #1c1c1c;
}
.CGWangAppPart .btn {
    float: right;
    width: 2.2rem;
    height: 100%;
    line-height: 1.3rem;   
}
.CGWangAppPart .btn a {
    display: block;
    width: 2.2rem;
    height: 0.5rem;
    border-radius: 25px;
    font-size: 0.28rem;
    color: #fff;
    line-height: 0.5rem;
    text-align: center;
}
/*王氏教育官方APP end*/
/*作品详细页面 end*/

.submitForm {
    width: 100%;
    height: 15rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.submitForm .hd {
    padding-top: 0.8rem;
    margin-bottom: 0.4rem;
    color: #fff;
}

.submitForm .hd h1 {
    margin-bottom: 0.4rem;
}

.submitForm .hd p {
    line-height: 0.54rem;
    font-size: 0.36rem;
}

.CGWInput {
    position: relative;
    width: 6.9rem;
    height: 6.34rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    margin: 0 auto;
}

.submitFormInput {
    padding-top: 0.6rem;
    margin-bottom: 0.4rem;
    font-family: fzltxh;
    font-size: 0.34rem;
    color: #fff;
}

.submitFormInput div {
    width: 3.8rem;
    height: 0.64rem;
    margin: 0.2rem auto;
    border: none;
    background: url('../../Image/TeachSysCourse/MobileIndex/part6/ACAAPartSixInput.png') no-repeat center center/cover;
}

.submitFormInput input {
    width: 3.4rem;
    height: 100%;
    line-height: 0.64rem;
    border: none;
    background: none;
    outline: none;
}

.submitFormInput input:last-child {
    margin-right: 0;
}

.submitFormInput input:-ms-input-placeholder {
    font-family: fzltxh;
    font-size: 0.24rem;
    color: #808292;
}

.submitFormInput input::-webkit-input-placeholder {
    font-family: fzltxh;
    font-size: 0.24rem;
    color: #808292;
}

.submitFormInput input::-moz-placeholder {
    font-family: fzltxh;
    font-size: 0.24rem;
    color: #808292;
}

.submitInput {
    width: 1.32rem !important;
    height: 0.71rem !important;
    line-height: 0.71rem !important;
    margin-top: 0.4rem;
    background: url('../../Image/TeachSysCourse/MobileIndex/part6/ACAAPartSixSubmit.png') no-repeat center center/cover !important;
}

/* .CGWBtns {
} */

.CGWBtns .colum1 {
    margin-bottom: 0.3rem;
}

.CGWBtns .colum1 span,
.CGWBtns .colum2 span {
    display: inline-block;
    width: 2.86rem;
    height: 0.74rem;
    line-height: 0.74rem;
    margin-right: 0.3rem;
    font-family: fzltxh;
    font-size: 0.28rem;
    background: url('../../Image/TeachSysCourse/MobileIndex/part12/btn1.png') no-repeat center center/cover;
}

.CGWBtns .colum1 span:nth-child(2) {
    margin-right: 0;
    background: url('../../Image/TeachSysCourse/MobileIndex/part12/btn1.png') no-repeat center center/cover;
}

.CGWBtns .colum2 span {
    background: url('../../Image/TeachSysCourse/MobileIndex/part12/btn1.png') no-repeat center center/cover;
}

.CGWBtns .colum2 span:nth-child(2) {
    margin-right: 0;
    background: url('../../Image/TeachSysCourse/MobileIndex/part12/btn1.png') no-repeat center center/cover;
}

.spread_page_up {
    animation: PageUp .8s;
    max-height: none;
    animation-fill-mode: both;
}

.spread_page {
    max-height: 0;
    position: relative;
}

.spread_page_down {
    animation: PageDown .8s;
    max-height: 0;
    position: relative;
    animation-fill-mode: both;
}

@keyframes PageUp {
    0% {
        top: -1.5rem;
        height: 0;
        max-height: 0;
    }
    90% {
        height: 10000px;
        max-height: 10000px;
    }
    100% {
        max-height: none;
        top: 0px;
    }
}

@-webkit-keyframes PageUp {
    0% {
        top: -1.5rem;
        height: 0;
        max-height: 0;
    }
    90% {
        height: 10000px;
        max-height: 10000px;
    }
    100% {
        max-height: none;
        top: 0;
    }
}

@-moz-keyframes PageUp {
    0% {
        top: -1.5rem;
        height: 0;
        max-height: 0;
    }
    90% {
        height: 10000px;
        max-height: 10000px;
    }
    100% {
        max-height: none;
        top: 0;
    }
}

@-o-keyframes PageUp {
    0% {
        top: -1.5rem;
        height: 0;
        max-height: 0;
    }
    90% {
        height: 10000px;
        max-height: 10000px;
    }
    100% {
        max-height: none;
        top: 0;
    }
}

@keyframes PageDown {
    0% {
        top: 0;
        height: 10000px;
        max-height: 10000px;
    }
    100% {
        top: -1.5rem;
        height: 0;
        max-height: 0;
    }
}

@-webkit-keyframes PageDown {
    0% {
        top: 0;
        height: 10000px;
        max-height: 10000px;
    }
    100% {
        top: -1.5rem;
        height: 0;
        max-height: 0;
    }
}

@-moz-keyframes PageDown {
    0% {
        top: 0;
        height: 10000px;
        max-height: 10000px;
    }
    100% {
        top: -1.5rem;
        height: 0;
        max-height: 0;
    }
}

@-o-keyframes PageDown {
    0% {
        top: 0;
        height: 10000px;
        max-height: 10000px;
    }
    100% {
        top: -1.5rem;
        height: 0;
        max-height: 0;
    }
}

.buttonFixedTop {
    position: fixed !important;
    top: auto;
    bottom: 50px !important;
}

.buttonFixedBottom {
    position: absolute;
    top: auto;
    bottom: 10px;
}