@media screen and (min-width:960px) {


    .yd-foo-system-tit{
        display: none;
    }



    .foo-system-tit hgroup {
        overflow: hidden;
    }

    .foo-system-tit hgroup h2 {
        width: 2.75rem;
        height: 0.9rem;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        margin-top: 0.45rem;
        margin-bottom: 0.7rem;

    }

    .foo-system-tit hgroup h2 img {
        width: 100%;
        height: 100%;
    }

    .foo-tab-list ul {
        display: flex;
        margin: 0 2.4rem;
        justify-content: space-between;
    }

    .foo-tab-list ul li {
        width: 2.8rem;
        height: 1.8rem;
        background: #fff;
        box-shadow: 0px 0px 16px 0px rgba(159, 159, 159, 0.1600);
        border-radius: 0.2rem;
        display: flex;
        line-height: 1.8rem;
    }

    .foo-tab-list ul .foo-current {
        width: 2.8rem;
        height: 1.8rem;
        background: linear-gradient(90deg, #FF3939 0%, #D60000 100%);
        box-shadow: 0px 0px 16px 0px rgba(159, 159, 159, 0.1600);
        border-radius: 0.2rem;
        display: flex;
        line-height: 1.8rem;
    }

    .foo-tab-list ul .foo-current b {
        color: #fff;
    }

    .foo-tab-list ul .foo-current span {
        width: 0.37rem;
        height: 0.34rem;
        background: #fff;
    }

    .foo-tab-list ul .foo-current span .wai-ko {
        width: 0.32rem;
        height: 0.32rem;
        background: #D60000;
    }

    .foo-tab-list ul li:nth-of-type(1) img {
        width: 1.28rem;
        height: 1.2rem;
        margin-top: 0.52rem;
        margin-left: 0.25rem;
    }

    .foo-tab-list ul li:nth-of-type(2) img {
        width: 1.24rem;
        height: 1.26rem;
        margin-top: 0.52rem;
        margin-left: 0.25rem;
    }

    .foo-tab-list ul li:nth-of-type(3) img {
        width: 1.16rem;
        height: 1.24rem;
        margin-top: 0.52rem;
        margin-left: 0.25rem;
    }

    .foo-tab-list ul li:nth-of-type(4) img {
        width: 1.10rem;
        height: 1.24rem;
        margin-top: 0.52rem;
        margin-left: 0.25rem;
    }

    .foo-tab-list ul li:nth-of-type(5) img {
        width: 1.36rem;
        height: 0.94rem;
        margin-top: 0.72rem;
    }

    .foo-tab-list ul li b {
        font-size: 0.7rem;
        font-family: Source Han Serif SC;
        font-weight: 800;
        color: #333333;
    }

    .foo-tab-list ul li span {
        width: 0.37rem;
        height: 0.34rem;
        margin-top: 0.2rem;
    }

    .foo-tab-list ul li span .wai-ko {
        width: 0.32rem;
        height: 0.32rem;
        background: #fff;
        margin-top: 0.06rem;
    }

    .foo-item {
        display: none;
    }

    .foo-item .fooyuan-bei {
        width: 13.5rem;
        height: 4rem;
        background: url(/img/html5_join/course/ky/quan-big-banner.png) no-repeat;
        background-size: 13.5rem 4rem;
        margin: 0 auto;
        position: relative;
        margin-top: 0.6rem;
    }

    .foo-item .fooyuan-bei h3 {
        font-size: 0.2rem;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #C90000;
        line-height: 0.2rem;
        margin-right: 0.1rem;
    }

    .foo-item .fooyuan-bei p {
        width: 3.7rem;
        font-size: 0.14rem;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #333333;
        line-height: 0.2rem;

    }

    .conss {
        z-index: 10;
    }

    .foo-item .fooyuan-bei .cion-lefts {
        overflow: hidden;
        display: inline-block;
    }

    .foo-item .fooyuan-bei .cion-lefts p {
        margin-left: 0.1rem;
    }

    .foo-item .fooyuan-bei .cion-lefts h3 {
        margin-left: 0.1rem;
    }

    .foo-item .fooyuan-bei .cion-center {
        display: inline-block;
        position: absolute;
        top: 1.3rem;
        right: 6.4rem;
    }

    .foo-item .fooyuan-bei .cion-center b {
        font-size: 0.7rem;
        font-family: Source Han Serif SC;
        font-weight: 800;
        color: #C90000;
        line-height: 0.7rem;
        text-align: center;
    }

    .foo-item .fooyuan-bei .cion-lefts .cion-lefts-top {
        margin-top: 0.6rem;
    }

    .foo-item .fooyuan-bei .cion-lefts .cion-lefts-top p {
        margin-top: 0.3rem;

    }

    .foo-item .fooyuan-bei .cion-lefts .cion-lefts-bottom {
        margin-top: 1.3rem;
    }

    .foo-item .fooyuan-bei .cion-lefts .cion-lefts-bottom p {
        margin-top: 0.3rem;
    }

    .foo-item .fooyuan-bei .cion-rights {
        float: right;
        text-align: right;
        margin-top: 1.6rem;
    }

    .foo-item .fooyuan-bei .cion-rights p {
        margin-top: 0.3rem;
        text-align: right;
    }

}
@media screen and (max-width:960px) {

    .foo-system-tit{
        display: none;
    }



    .yd-foo-system-tit hgroup h2 {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 0.22rem;
        margin-bottom: 0.35rem;
    }

    .yd-foo-system-tit hgroup h2 img {
        width: 1.38rem;
    }

    .yd-foo-tab-list ul {
        display: flex;
        margin: 0 0.08rem;
        justify-content: space-between;
    }

    .yd-foo-sem-wears {
        height: 4.3rem;
    }

    .yd-foo-tab-list ul li {
        width: 0.7rem;
        height: 0.45rem;
        background: #fff;
        box-shadow: 0px 0px 16px 0px rgba(159, 159, 159, 0.1600);
        border-radius: 0.1rem;
        display: flex;
        line-height: 0.45rem;
    }

    .yd-foo-tab-list ul .yd-foo-current {
        width: 0.7rem;
        height: 0.45rem;
        background: linear-gradient(90deg, #FF3939 0%, #D60000 100%);
        box-shadow: 0px 0px 16px 0px rgba(159, 159, 159, 0.1600);
        border-radius: 0.1rem;
        display: flex;
        line-height: 0.45rem;
    }

    .yd-foo-tab-list ul .yd-foo-current b {
        color: #fff;
    }

    .yd-foo-tab-list ul .yd-foo-current span {
        width: 0.1rem;
        height: 0.09rem;
        background: #fff;
    }

    .yd-foo-tab-list ul .yd-foo-current span .yd-wai-ko {
        width: 0.08rem;
        height: 0.07rem;
        background: #D60000;
    }

    .yd-foo-tab-list ul li:nth-of-type(1) img {
        width: 0.31rem;
        height: 0.27rem;
        margin-top: 0.15rem;
        margin-left: 0.06rem;
    }

    .yd-foo-tab-list ul li:nth-of-type(2) img {
        width: 0.31rem;
        height: 0.27rem;
        margin-top: 0.15rem;
        margin-left: 0.06rem;
    }

    .yd-foo-tab-list ul li:nth-of-type(3) img {
        width: 0.31rem;
        height: 0.27rem;
        margin-top: 0.15rem;
        margin-left: 0.06rem;
    }

    .yd-foo-tab-list ul li:nth-of-type(4) img {
        width: 0.31rem;
        height: 0.27rem;
        margin-top: 0.15rem;
        margin-left: 0.06rem;
    }

    .yd-foo-tab-list ul li:nth-of-type(5) img {
        width: 0.4rem;
        height: 0.27rem;
        margin-top: 0.15rem;
    }

    .yd-foo-tab-list ul li b {
        font-size: 0.18rem;
        font-family: Source Han Serif SC;
        font-weight: 800;
        color: #333333;
    }

    .yd-foo-tab-list ul li span {
        width: 0.1rem;
        height: 0.09rem;
        background: #D60000;
        /* margin-left: 0.2rem; */
        margin-top: 0.06rem;
    }

    .yd-foo-tab-list ul li span .yd-wai-ko {
        width: 0.08rem;
        height: 0.07rem;
        background: #fff;
        margin-top: 0.02rem;
    }

    .yd-foo-item {
        display: none;
    }

    .yd-foo-item .yd-fooyuan-bei {
        width: 3.68rem;
        height: 3rem;
        background: url(/img/html5_join/course/ky/yd-quan-big-banner.png) no-repeat;
        background-size: 3.68rem 3rem;
        position: relative;
        margin-top: 0.3rem;
    }

    .yd-foo-item .yd-fooyuan-bei h3 {

        font-size: 0.12rem;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #C90000;
        line-height: 0.2rem;
        margin-right: 0.1rem;
    }

    .yd-foo-item .yd-fooyuan-bei p {
        width: 2rem;
        font-size: 0.1rem;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #333333;
        line-height: 0.2rem;

    }

    .yd-foo-item .yd-fooyuan-bei .yd-cion-lefts {
        overflow: hidden;
        display: inline-block;
    }

    .yd-foo-item .yd-fooyuan-bei .yd-cion-lefts p {
        margin-left: 1.6rem;
        width: 2rem;
        text-align: right;
    }

    .yd-foo-item .yd-fooyuan-bei .yd-cion-lefts h3 {
        width: 1.2rem;
        margin-left: 2.4rem;
        text-align: right;
    }

    .yd-foo-item .yd-fooyuan-bei .yd-cion-center {
        display: inline-block;
        position: absolute;
        top: 0.74rem;
        right: 3.1rem;
    }

    .yd-foo-item .yd-fooyuan-bei .yd-cion-center b {
        font-size: 0.5rem;
        font-family: Source Han Serif SC;
        font-weight: 800;
        color: #C90000;
        line-height: 0.5rem;
        text-align: center;
    }

    .yd-foo-item .yd-fooyuan-bei .yd-cion-lefts .yd-cion-lefts-top {
        margin-top: 0.15rem;
    }

    .yd-foo-item .yd-fooyuan-bei .yd-cion-lefts .yd-cion-lefts-top p {
        margin-top: 0.15rem;
    }

    .yd-foo-item .yd-fooyuan-bei .yd-cion-lefts .yd-cion-lefts-bottom {
        margin-top: 0.35rem;
    }

    .yd-foo-item .yd-fooyuan-bei .yd-cion-lefts .yd-cion-lefts-bottom p {
        margin-top: 0.15rem;
    }

    .yd-foo-item .yd-fooyuan-bei .yd-cion-rights {
        float: right;
        text-align: right;
        margin-top: 0.1rem;
    }

    .yd-foo-item .yd-fooyuan-bei .yd-cion-rights p {
        margin-top: 0.15rem;
        text-align: right;
        margin-right: 0.1rem;
    }
    
}