@media screen and (min-width: 750px) {
    body {
        background: url(/ctgenglish/template/common/img/innbg.png) no-repeat top;
        background-size: 100% 60%;
    }
    .contentWarp {
        width: 100%;  
    }
    .contentWarp .banner{
        width: 100%;
        height: auto; 
    }
    .contentWarp .banner img {
        width: 100%;
        height: auto;
    }
    .content {
        width: 1000px;
        margin: 0 auto;
        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: #65bb80
    }
    .content .top .crumb span {
        color: #d0cdcd;
        font-size: 14px;
        margin-right: 20px;
        margin-left: 20px;
    }
    .content .title1 {
        font-size: 50px;
        font-family: Roboto Condensed;
        font-weight: 700;
        color: #41ADB2;
    }
    .content .checkWarp {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    /* .content .checkWarp .checkItem {
        font-size: 20px;
        width: calc((100% - 30px)/4);
        height: 100px;
        background: #fff;
        font-family: Roboto Condensed;
        border-radius: 5px;
        color: #65bb80;
        text-align: left;
        padding: 40px 10px 5px 10px;
        cursor: pointer;
        position: relative;
        box-sizing: border-box;
    } */
    .content .checkWarp .checkItem {
        font-size: 20px;
        width: calc((100% - 60px)/4);
        height: 100px;
        background: #fff;
        font-family: Roboto Condensed;
        border-radius: 5px;
        color: #65bb80;
        text-align: left;
        cursor: pointer;
        position: relative;
        box-sizing: border-box;
    }
    .content .checkWarp .checkItem.check1 {
        padding: 40px 10px 5px 10px;
    }
    .content .checkWarp .checkItem.check2 {
        padding: 60px 10px 5px 10px;
    }
    .content .checkWarp .checkItem.check3 {
        padding: 60px 10px 5px 10px;
    }
    .content .checkWarp .checkItem.check4 {
        padding: 40px 10px 5px 10px;
    }
    .content .checkWarp .isCheck {
        color: #fff;
        font-size: 32px;
        height: 120px;
        line-height: 36px;
        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 */;
    }
    .content .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;
    }
    /* .content .checkWarp .checkItem:hover{
        height: 75px;
        background: #65bb80;
        border-radius: 5px;
        line-height: 75px;
        font-family: Roboto Condensed;
        color: #fff;
        font-size: 20px;
    } */
    .content .info {
        font-size: 18px;
        font-family: Roboto Condensed;
        color: #737373;
        line-height: 24px;
        font-weight: 400;
        text-align: left;
    }
    .content .info .title {
        font-size: 32px;
        font-family: Roboto Condensed;
        color: #737373;
        line-height: 30px;
        text-align: center;
        margin-bottom: .25rem !important;
    }
    .content .info img {
        width: 100%;
    }
    .content .info div {
        font-size: 18px;
        margin-top: .2rem;
        font-family: Roboto Condensed;
        color: #737373;
        line-height: 24px;
        font-weight: 400;
        text-align: left;
    }
    .content .info p {
        font-size: 18px;
        margin-top: .2rem;
        font-family: Roboto Condensed;
        color: #737373;
        line-height: 24px;
        font-weight: 400;
        text-align: left;
    }

}
@media screen and (max-width: 750px) {
    body {
        background: url(/ctgenglish/template/common/img/innbpP.png) no-repeat center;
        background-size: 100% 40%;
        background-position: 0 1.5rem;
    }
    .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: #4895dc;
        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 .checkWarp .checkItem {
        width: 3rem;
        height: 1.2rem;
        padding: .4rem .2rem;
        margin-right: .2rem;
        background: #fff;
        flex: 0 0 auto;
        object-fit: cover;
        font-size: .28rem;
        font-family: Roboto Condensed;
        font-weight: 600;
        border-radius: 4px;
        color: #65bb80;
        position: relative;
        text-align: left;
        box-sizing: border-box;
    }
    .content .checkWarp .checkItem.check{
        background: #65bb80;
        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 .info {
        margin-top: .4rem;
        font-size: .26rem;
        font-family: Roboto Condensed;
        color: #737373;
        line-height: .38rem;
        text-align: left;
    }
    .content .info .title {
        font-size: .34rem;
        font-family: Roboto Condensed;
        color: #737373;
        line-height: .32rem;
        text-align: center;
        margin-bottom: .3rem !important;
    }
    .content .info img {
        width: 100%;
    }
    .content .info div {
        margin-top: .2rem;
        font-size: .26rem;
        font-family: Roboto Condensed;
        color: #737373;
        line-height: .38rem;
        text-align: left;
    }
    .content .info p{
        margin-top: .2rem;
        font-size: .26rem;
        font-family: Roboto Condensed;
        color: #737373;
        line-height: .38rem;
        text-align: left;
    }
}