@media screen and (min-width: 750px) {
    body {
        background: url(/ctgenglish/template/common/img/epbg.png) no-repeat center;
        background-size: 100% 40%;
        background-position: 0 450px;
    }
    .contentWarp {
        width: 100%;  
    }
    .contentWarp .banner{
        width: 100%;
        height: auto;
    }
    .contentWarp .banner img {
        width: 100%;
        height: auto;
    }
    .content {
        width: 1000px;
        margin: 0 auto;
        padding-bottom: 40px;
        box-sizing: border-box;
    }
    .content .top {
        width: 100%;
        border-bottom: 2px solid #D7EBF4;;
        height: 60px;
        line-height: 70px;
    }
    .content .top .crumb {
        font-size: 18px;
        font-family: Roboto Condensed;
        color: #78B8D9;
    }
    .content .top .crumb span {
        color: #d0cdcd;
        font-size: 14px;
        margin-right: 20px;
        margin-left: 20px;
    }
    .detial {
        width: 100%;
    }
    .detial .title1 {
        font-size: 40px;
        font-family: Roboto Condensed;
        font-weight: 700;
        line-height: 40px;
        color: #58bf98;
        text-align: right;
    }
    .detial .title1 span {
        color: #96dba9;
    }
    .detial .topText {
        margin-top: 20px;
        border-left: 4px solid #aadfcb;
        border-right: 4px solid #aadfcb;
        font-size: 18px;
        font-family: Roboto Condensed;
        font-weight: 400;
        padding: 10px 20px;
        color: #58bf98;
        line-height: 24px;
        text-align: left;
        box-sizing: border-box;
    }
    .detial .checkWarp {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .detial .checkWarp .checkItem {
        font-size: 32px;
        width: calc((100% - 60px)/4);
        height: 120px;
        background: #fff;
        font-family: Roboto Condensed;
        border-radius: 5px;
        color: #58bf98;
        line-height: 32px;
        text-align: left;
        cursor: pointer;
        position: relative;
        box-sizing: border-box;
    }
    .detial .checkWarp .checkItem.check1 {
        padding: 40px 10px 5px 10px;
        line-height: 32px;
    }
    .detial .checkWarp .checkItem.check2 {
        padding: 30px 10px 5px 10px;
        line-height: 26px;
        font-size: 26px;
    }
    .detial .checkWarp .checkItem.check3 {
        padding: 40px 10px 5px 10px;
        line-height: 32px;
    }
    .detial .checkWarp .checkItem.check4 {
        padding: 30px 10px 5px 10px;
        line-height: 26px;
        font-size: 26px;
    }
    .detial .checkWarp .isCheck {
        color: #fff;
        font-size: 32px;
        background: radial-gradient(100% 166.67% at 100% 100%, #60B37A 0%, #71D591 100%);
    }
    .detial .checkWarp .checkItem::after{
        content: "";
        position: absolute;
        bottom: 4px;
        right: -12px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-top: 15px solid transparent;
        border-right: 15px solid #DFF3FB;
    }
    .content .checkWarp .isCheck::after {
        content: "";
        position: absolute;
        bottom: 4px;
        right: -12px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-top: 15px solid transparent;
        border-right: 15px solid #fff;
    }
    .detial .infoWarp {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 80px;
    }
    .detial .infoWarp img {
        width: 800px;
    }
    .detial .infoWarp .info{
        width: 340px;
        border-right: 2px solid #96dba9;
        padding: 0 60px 0 80px;
    }
    .detial .tjt {
        width: 100%;
        margin-top: 60px;
    }
    .detial .infoWarp .info .infoTitle{
        color: #58bf98;
        font-size: 40px;
        line-height: 35px;
        font-family: Roboto Condensed;
        font-weight: 700;
        text-align: left;
    }
    .detial .infoWarp .info .infoText {
        font-size: 18px;
        color: #737373;
        line-height: 24px;
        text-align: left;
        font-family: Roboto Condensed;
        font-weight: 400;
    }
    .detial .scrollWarp {
        width: 1260px;
        margin-top: 60px;
        position: relative;
    }
    .detial .listWarp {
        width: 1160px;
        margin: 0 auto;
    }
    .scrollWarp .left {
        position: absolute;
        left: 0;
        top: 110px;
        cursor: pointer;
    }
    .scrollWarp .right {
        position: absolute;
        right: 0;
        top: 110px;
        cursor: pointer;
    }
    .swiper-button-disabled {
        opacity: .5;
    }
    .swiper-slide {
        width: 360px !important;
    }
    .swiper-slide img {
        width: 360px !important;
    }
    .detial .listWarp .swiper-slide .itemTitle {
        font-size: 26px;
        color: #383838;
        line-height: 30px;
        text-align: left;
        font-family: Roboto Condensed;
        font-weight: 400;
        margin-top: 10px;
    }
    .detial .listWarp .swiper-slide .itemText {
        font-size: 16px;
        color: #737373;
        line-height: 20px;
        text-align: left;
        font-family: Roboto Condensed;
        font-weight: 400;
        margin-top: 10px;
    }
    .page {
        display: flex;
        justify-content:center;
    }
    .page .item:nth-child(2){
        color: #ffffff;
        border: 1px solid #4895DC;
        background: #4895DC;
    }
    .page .item {
        cursor: pointer;
        text-align: center;
        padding: 0 16px;
        font-size: 14px;
        line-height: 36px;
        line-height: 36px;
        color: #383838;
        box-sizing: border-box;
        background: #f7f7f7;
        margin-right: 8px;
        font-family: Roboto Condensed;
        font-weight: 400;
        border: 1px solid #f2eded;
        border-radius: 2px;
    }
    .page .item:hover {
        color: #ffffff;
        border: 1px solid #4895DC;
        background: #4895DC;
    }
}
@media screen and (max-width: 750px) {
    body {
        background: url(/ctgenglish/template/common/img/epbgP.png) no-repeat center;
        background-size: 100%;
        background-position: 0 6.7rem;
    }
    .contentWarp {
        width: 100%;  
    }
    .contentWarp .banner {
        width: 100%;
    }
    .contentWarp .banner img {
        width: 100%;
        height: auto;
    }
    .content {
        width: 100%;
        padding: .4rem .4rem;
        box-sizing: border-box;
    }
    .content .titleTop {
        font-size: .40rem;
        height: .6rem;
        color: #58bf98;
        line-height: .4rem;
        font-family: Roboto Condensed;
        font-weight: 400;
        border-bottom: .08rem solid #d7ebf4;
    }
    .content .checkWarp{
        display: flex;
        overflow-x: scroll;
        margin-top: .4rem;
    }
    .content img {
        width: 100%;
    }
    .content .checkWarp .checkItem {
        width: 3rem;
        height: 1.2rem;
        padding: .1rem .2rem;
        margin-right: .2rem;
        background: #F3FCEC;
        flex: 0 0 auto;
        object-fit: cover;
        font-size: .28rem;
        font-family: Roboto Condensed;
        font-weight: 600;
        border-radius: 4px;
        color: #58bf98;
        position: relative;
        text-align: left;
        box-sizing: border-box;
    }
    .content .checkWarp .checkItem.check{
        background: radial-gradient(100% 166.67% at 100% 100%, #60B37A 0%, #71D591 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
        color: #fff;
    }
    .content .checkWarp .checkItem.check::after {
        content: "";
        position: absolute;
        bottom: 2px;
        right: -7px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-top: 10px solid transparent;
        border-right: 10px solid #fff;
    }
    .content .list {
        display:flex;
        flex-wrap: wrap;
        gap: .25rem;
    }
    .title {
        font-size: .4rem;
        color: #58bf98;
        line-height: .4rem;
        margin-top: .3rem;
        font-family: Roboto Condensed;
        font-weight: 400;
        text-align: left;
    }
    .title1 {
        font-size: .32rem;
        color: #383838;
        line-height: .4rem;
        margin-top: .2rem;
        margin-bottom: .2rem !important;
        font-family:  Roboto Condensed;
        font-weight: 400;
        text-align: left;
    }
    .text {
        font-size: .24rem;
        color: #737373;
        line-height: .26rem;
        text-align: left;
        font-family: Roboto Condensed;
        font-weight: 400;
    }
    .more {
        margin: 0 auto;
        width: 1.7rem;
        height: .6rem;
        line-height: .6rem;
        text-align: center;
        font-size: .28rem;
        border-radius: .3rem;
        border: 1px solid #A1A1A1;
        font-family: Roboto Condensed;
        color: #689CA7;
        margin-top: .4rem;
        margin-bottom: .8rem;
    }
    .page {
        display: flex;
        justify-content:center;
    }
    .page .left {
        margin-left: 0px;
    }
    .page .right {
        text-align: right;
        margin:0 auto;
        margin-right:0px
    }
    .page .item:nth-child(2){
        color: #ffffff;
        border: 1px solid #4895DC;
        background: #4895DC;
    }
    .page .item {
        cursor: pointer;
        text-align: center;
        padding: 0 16px;
        font-size: 14px;
        line-height: 36px;
        line-height: 36px;
        color: #383838;
        box-sizing: border-box;
        background: #f7f7f7;
        font-family: Roboto Condensed;
        font-weight: 400;
        border: 1px solid #f2eded;
        border-radius: 2px;
    }
    .page .item:hover {
        color: #ffffff;
        border: 1px solid #4895DC;
        background: #4895DC;
    }
}