@charset "utf-8";

/*首页海报*/

.Jy-home-banner {
    background: url('/Public/Home/Images/Index/bg11.png') no-repeat fixed center top;
    background-size: cover;
    padding: 158px 0;
}

.Jy-banner-container {
    color: #fff;
    position: relative;
}

.Jy-banner-container .phone {
    position: absolute;
    right: 20px;
    top: -220px;
    z-index: 10;
    width: 470px;
}

.Jy-banner-container h1 {
    font-size: 60px;
    margin-bottom: 10px;
}

.Jy-banner-container p {
    font-size: 26px;
    margin-bottom: 170px;
}

.Jy-banner-container .Jy-download-box .Jy-download-btn {
    float: left;
    height: 45px;
    margin-right: 30px;
    color: #fff;
    background-color: #020201;
    border-radius: 4px;
    border: 1px solid #979797;
}

.Jy-banner-container .Jy-download-box .Jy-download-btn:hover {
    background-color: #5CB85C;
    border: 1px solid #5CB85C;
}

.Jy-banner-container .Jy-download-box .Jy-download-btn:last-child {
    margin-right: 0;
}

.Jy-banner-container .Jy-download-box .Jy-download-ios {
    background: url('/Public/Home/Images/Index/apple@3x.png') 5px center no-repeat #020201;
    background-size: 30px;
    padding-left: 45px;
    padding-right: 10px;
}

.Jy-banner-container .Jy-download-box .Jy-download-ios span {
    display: block;
}

.Jy-banner-container .Jy-download-box .Jy-download-ios span:first-child {
    padding-top: 5px;
    font-size: 12px;
}

.Jy-banner-container .Jy-download-box .Jy-download-ios span:last-child {
    font-size: 20px;
}

.Jy-banner-container .Jy-download-box .Jy-download-android {
    background: url('/Public/Home/Images/Index/androis@3x.png') 5px center no-repeat #020201;
    background-size: 30px;
    padding-left: 45px;
    padding-right: 10px;
}

.Jy-banner-container .Jy-download-box .Jy-download-android span {
    display: block;
    line-height: 45px;
    font-size: 20px;
}

.Jy-banner-container .Jy-download-box .Jy-download-ios:hover,.Jy-banner-container .Jy-download-box .Jy-download-android:hover {
    text-decoration: none !important;
}

.Jy-banner-container .Jy-download-box .Jy-download-wx {
    width: 45px;
    background: url('/Public/Home/Images/Index/QRcode@3x.png') center center no-repeat #020201;
    background-size: 30px;
    position: relative;
    cursor: pointer;
}

.Jy-banner-container .Jy-download-box .Jy-download-wx .Jy-wx-qrcode {
    position: absolute;
    left: -40px;
    top: -130px;
    width: 124px;
    height: 0;
    overflow: hidden;
}

.Jy-banner-container .Jy-download-box .Jy-download-wx .Jy-wx-qrcode img {
    width: 100%;
    margin-bottom: -240px;
    transition: .8s ease;
    -moz-transition: .8s ease;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
}

.Jy-banner-container .Jy-download-box .Jy-download-wx:hover>.Jy-wx-qrcode {
    height: 124px;
}

.Jy-banner-container .Jy-download-box .Jy-download-wx:hover>.Jy-wx-qrcode img {
    margin-bottom: 0;
}


/*海报分割线*/

.Jy-banner-line {
    position: relative;
}

.Jy-banner-line img {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}


/*视频模块*/

.Jy-video-container {
    background: #E6F0E8;
}

.Jy-semicolon-box {
    position: relative;
}

.Jy-semicolon-box i {
    display: block;
    width: 66px;
    height: 59px;
    background: url('/Public/Home/Images/Index/sign1.png') center center no-repeat;
    /*background: image-set(url('/Public/Home/Images/Index/sign1@2x.png') 2x, url('/Public/Home/Images/Index/sign1@3x.png') 3x);*/
    background-size: 66px 59px;
    padding: 70px 0;
}

.Jy-semicolon-box img {
    position: absolute;
    right: 50px;
    bottom: 160px;
    width: 470px;
}


/*首页——关于我们介绍*/

.Jy-about-us-container h2 {
    font-size: 60px;
    color: #474C51;
    margin-bottom: 30px;
    font-weight: bold;
}

.Jy-about-us-container .Jy-about-img {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 25px;
}

.Jy-about-us-container .Jy-about-img iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.Jy-about-us-container p {
    font-size: 22px;
    padding-bottom: 30px;
}

.Jy-sem-icon-lon-bottom {
    padding-bottom: 60px;
}

.Jy-sem-icon-lon-bottom i {
    float: right;
    width: 66px;
    height: 59px;
    background: url('/Public/Home/Images/Index/sign2@3x.png') center center no-repeat;
    background-size: 66px 59px;
}


/*首页——标题模板*/

.Jy-index-title-model {
    font-size: 60px;
    color: #474C51;
    font-weight: bold;
    padding-bottom: 95px;
}

.Jy-index-title-model i {
    display: block;
    margin-top: 30px;
    height: 8px;
    width: 140px;
    background: #5CB85C;
}


/*首页——功能介绍*/

.Jy-run-function-container {
    margin: 0 -35px;
    padding-bottom: 180px;
}

.Jy-run-function-list {
    display: block;
    padding: 0 35px 35px;
}

.Jy-run-function-list:hover {
    text-decoration: none;
}

.Jy-run-function-list i {
    display: block;
    width: 68px;
    height: 68px;
    border-radius: 68px;
    margin-bottom: 30px;
    transition: transform .4s;
}

.Jy-run-function-list .Jy-run-fun-icon-class {
    background: url('/Public/Home/Images/Index/class.png') center center no-repeat #5CB85C;
    /*background: image-set(url('/Public/Home/Images/Index/class@2x.png') 2x, url('/Public/Home/Images/Index/class@3x.png') 3x) #5CB85C;*/
    background-size: 32px;
}

.Jy-run-function-list .Jy-run-fun-icon-analy {
    background: url('/Public/Home/Images/Index/analye.png') center center no-repeat #5CB85C;
    /*background: image-set(url('/Public/Home/Images/Index/analye@2x.png') 2x, url('/Public/Home/Images/Index/analye@3x.png') 3x) #5CB85C;*/
    background-size: 32px;
}

.Jy-run-function-list .Jy-run-fun-icon-article {
    background: url('/Public/Home/Images/Index/article.png') center center no-repeat #5CB85C;
    /*background: image-set(url('/Public/Home/Images/Index/article@2x.png') 2x, url('/Public/Home/Images/Index/article@3x.png') 3x) #5CB85C;*/
    background-size: 32px;
}

.Jy-run-function-list .Jy-run-fun-icon-count {
    background: url('/Public/Home/Images/Index/count.png') center center no-repeat #5CB85C;
    /*background: image-set(url('/Public/Home/Images/Index/class@2x.png') 2x, url('/Public/Home/Images/Index/count@3x.png') 3x) #5CB85C;*/
    background-size: 32px;
}

.Jy-run-function-list h6 {
    font-size: 26px;
    color: #333;
    padding-bottom: 15px;
}

.Jy-run-function-list:hover>h6 {
    color: #5CB85C;
}

.Jy-run-function-list p {
    font-size: 22px;
    color: #6D7278;
}


/* 首页-group */

#index-group {
    background-color: #fff;
}

#index-group-left {
    float:left;
    width: 56%;
}

#index-group-right {
    position: relative;
    margin-left: 56%;
    width: 44%;
}

/*首页——教练介绍*/

.Jy-teacher-intro-container {
    background: url('/Public/Home/Images/Index/teacher_intro_bg.png') center top no-repeat #fff;
    background-size: cover;
    padding: 320px 0 80px;
}

.Jy-teacher-intro-container .Jy-index-title-model {
    color: #fff;
}

.Jy-teacher-intro-container .Jy-teach-intro-main .Jy-teach-item {
    float: left;
    width: 33.33%;
}

.Jy-teacher-intro-container .Jy-teach-intro-main .Jy-teach-item .Jy-teach-main {
    display: block;
    width: 60%;
    margin: 0 auto;
    padding-bottom: 50px;
}

.Jy-teach-main:hover {
    text-decoration: none;
}

.Jy-teacher-intro-container .Jy-teach-intro-main .Jy-teach-item .Jy-teach-main .Jy-teach-img {
    position: relative;
    margin-bottom: 25px;
    width: 108px;
    height: 108px;
    line-height: 108px;
    background: url('/Public/Home/Images/ic_logo@3x.png') center center rgba(92, 184, 92, .5);
    background-size: cover;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.Jy-teacher-intro-container .Jy-teach-intro-main .Jy-teach-item .Jy-teach-main .Jy-teach-img i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #5CB85C;
    opacity: 0;
    transform: rotateY(90deg);
    transition: all .3s ease-in-out;
    -webkit-transform-style: preserve-3d;
    font-size: 20px;
    font-style: normal;
}

.Jy-teacher-intro-container .Jy-teach-intro-main .Jy-teach-item .Jy-teach-main .Jy-teach-img:hover>i {
    opacity: .8;
    transform: rotateY(0deg);
}

.Jy-teacher-intro-container .Jy-teach-intro-main .Jy-teach-item .Jy-teach-main .Jy-teach-img img {
    width: 100%;
    display: block;
}

.Jy-teacher-intro-container .Jy-teach-intro-main .Jy-teach-item .Jy-teach-main h6 {
    font-size: 26px;
    color: #5CB85C;
    padding-bottom: 5px;
}

.Jy-teacher-intro-container .Jy-teach-intro-main .Jy-teach-item .Jy-teach-main p {
    color: #fff;
    font-size: 20px;
    height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.Jy-teacher-intro-article {
    padding: 50px 0;
    background: #E6F0E8;
}

.Jy-teacher-intro-article .Jy-article-list {
    margin-right: -40px;
}

.Jy-article-list .Jy-article-item {
    float: left;
    width: 50%;
    padding-bottom: 50px;
}

.Jy-article-list .Jy-article-item .Jy-article-main {
    display: block;
    position: relative;
    padding-left: 180px;
    padding-right: 40px;
}

.Jy-article-main:hover {
    text-decoration: none;
}

.Jy-article-list .Jy-article-item .Jy-article-main .Jy-article-img {
    position: absolute;
    top: 5px;
    left: 0;
    width: 160px;
    height: 160px;
    background: center center;
    background-size: cover;
}

.Jy-article-list .Jy-article-item .Jy-article-main .Jy-info-main h6 {
    font-size: 24px;
    padding-bottom: 20px;
}

.Jy-article-list .Jy-article-item .Jy-article-main .Jy-info-main:hover>h6 {
    color: #5CB85C !important;
}

.Jy-article-list .Jy-article-item .Jy-article-main .Jy-info-main p {
    font-size: 20px;
    color: #6D7278;
    margin-bottom: 40px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 50px;
    overflow: hidden;
}

.Jy-article-list .Jy-article-item .Jy-article-main .Jy-info-main div span,
.Jy-article-list .Jy-article-item .Jy-article-main .Jy-info-main div i {
    font-size: 18px;
    color: #999;
}

.Jy-article-list .Jy-article-item .Jy-article-main .Jy-info-main div i {
    font-style: normal;
}

.Jy-article-list .Jy-article-item .Jy-article-main .Jy-info-main .layui-row .layui-col-xs6 {
    min-width: 80px;
    margin-bottom: 10px;
}


/*学员心得*/

.Jy-student-experience {
    background: #5CB85C;
    padding: 80px 0 50px;
}

.Jy-experience-main {
    position: relative;
    padding-left: 160px;
}

.Jy-experience-main .Jy-student-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
}

.Jy-experience-main .Jy-student-img .Jy-img-box {
    width: 90px;
    height: 90px;
    background: center top;
    background-size: cover;
    overflow: hidden;
}

.Jy-experience-main .Jy-student-img .Jy-student-name {
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding-top: 15px;
}

.Jy-experience-main .Jy-student-cont {
    color: #fff;
    font-size: 24px;
    min-height: 130px;
    margin-bottom: 50px;
    text-align: justify;
    padding-right: 20px;
}

.Jy-student-experience .swiper-pagination-bullet {
    background: #36771D;
    opacity: 1;
    border-radius: 0;
}

.Jy-student-experience .swiper-pagination-bullet-active {
    background: #fff;
}

.Jy-student-experience .swiper-pagination {
    position: static;
}


/*最新动态*/

.Jy-news-container {
    padding-top: 15px;
    margin: 0 -10px 10px;
}

.Jy-news-container .Jy-news-main {
    display: block;
    background: #fff;
    padding: 20px;
    margin: 10px;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgba(116, 116, 116, .1);
}

.Jy-news-main:hover {
    text-decoration: none;
}

.Jy-news-container .Jy-news-main h6 {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
    font-weight: bold;
}

.Jy-news-container .Jy-news-main:hover {
    box-shadow: 0 0 8px 0 rgba(116, 116, 116, .3);
}

.Jy-news-container .Jy-news-main:hover>h6 {
    color: #5CB85C;
}

.Jy-news-container .Jy-news-main .Jy-news-intro {
    position: relative;
    padding-left: 140px;
}

.Jy-news-container .Jy-news-main .Jy-news-intro .Jy-new-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    background: center center #3D9A3D;
    background-size: cover;
}

.Jy-news-container .Jy-news-main .Jy-news-intro .Jy-intro-cont {
    height: 100px;
    color: #6D7278;
}

.Jy-news-container .Jy-news-main .Jy-news-intro .Jy-intro-mark span {
    color: #999;
    display: inline-block;
    margin-right: 20px;
}

.Jy-news-container .Jy-news-main .Jy-news-intro .Jy-intro-mark span:last-child {
    margin-right: 0;
}


/*会员权益*/

.Jy-user-vip-container {
    margin-bottom: 30px;
}

.Jy-user-vip-container .Jy-user-vip-main {
    margin: 10px;
    text-align: center;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
}

.Jy-user-vip-container .Jy-user-vip-main .Jy-vip-head {
    background: #666;
    color: #fff;
    padding: 50px 0;
}

.Jy-user-vip-container .Jy-user-vip-main .Jy-vip-head h6 {
    font-size: 16px;
    margin-bottom: 30px;
}

.Jy-user-vip-container .Jy-user-vip-main .Jy-vip-head p {
    font-size: 32px;
    margin-bottom: 10px;
}

.Jy-user-vip-container .Jy-user-vip-main .Jy-grade-vip {
    background: #5CB85C;
}

.Jy-user-vip-container .Jy-user-vip-main .Jy-vip-head .Jy-vip-price {
    font-size: 16px;
}

.Jy-user-vip-container .Jy-user-vip-main .Jy-vip-head .Jy-vip-price span {
    font-size: 36px;
    display: inline-block;
    margin: 0 10px;
}

.Jy-user-vip-container .Jy-user-vip-main .Jy-vip-head div {
    font-size: 16px;
}

.Jy-user-vip-container .Jy-user-vip-main .Jy-vip-body {
    padding: 30px 0;
}

.Jy-user-vip-container .Jy-user-vip-main .Jy-vip-body ul li {
    padding: 10px 0;
    color: #999;
    font-size: 16px;
}


/*关于我们*/

.Jy-main-about-container {
    /*max-width: 1000px;*/
}

.Jy-main-about-container {
    background: #fff;
    border-radius: 6px;
    margin-bottom: 25px;
}

.Jy-main-about-container .Jy-main-about-title {
    font-size: 20px;
    color: #5CB85C;
    margin-bottom: 20px;
}

.Jy-main-about-part {
    padding: 40px 60px;
    border-bottom: 1px solid #e5e5e5;
}

.Jy-main-about-part:last-child {
    border-bottom: 0 solid #e5e5e5;
}

.Jy-main-about-img-container {
    margin-bottom: 20px;
}

.Jy-main-about-img-list li {
    float: left;
    width: 25%;
    height: 130px;
    position: relative;
    overflow: hidden;
}

.Jy-main-about-img-list li {
    background: #F2F2F2;
}

.Jy-main-about-img-list li a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}

.Jy-main-about-img-list li:hover>a {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.Jy-main-about-img-list li:first-child {
    height: 260px;
    width: 50%;
}

.Jy-main-about-img-list li img {
    height: 100%;
    display: block;
}

.Jy-main-about-img-container .Jy-main-about-img-list li {
    background: red;
    height: 129px;
}

.Jy-main-about-intro-container p {
    font-size: 16px;
    color: #666;
    padding: 10px 0;
    margin-bottom: 1em;
}

.Jy-main-about-people li {
    position: relative;
    padding-left: 100px;
    margin-bottom: 40px;
}

.Jy-main-about-people li:last-child {
    margin-bottom: 0;
}

.Jy-main-about-people li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
}

.Jy-main-about-people li h6 {
    margin-bottom: 10px;
}

.Jy-main-about-people li h6 span,
.Jy-main-about-people li h6 i {
    display: inline-block;
    margin-right: 30px;
    font-size: 18px;
    font-style: normal;
}

.Jy-main-about-people li h6 i {
    color: #999;
}

.Jy-main-about-people li p {
    color: #333;
}

.Jy-main-about-contact-intro {
    font-size: 16px;
    margin-bottom: 40px;
}

.Jy-main-about-contact-info span {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    padding-left: 50px;
}

.Jy-main-about-contact-email {
    background: url('/Public/Home/Images/Index/ic_email_g@3x.png') left center no-repeat;
    background-size: 36px;
    margin-bottom: 20px;
}

.Jy-main-about-contact-wechat-name {
    background: url('/Public/Home/Images/Index/ic_wechat_g@3x.png') left center no-repeat;
    background-size: 36px;
}

.Jy-home-article-banner .swiper-wrapper .swiper-slide a {
    display: block;
    padding-bottom: 43%;
    background: #63C0AC center center no-repeat;
    background-size: cover;
    width: 100%;
}


/*教练介绍*/

.Jy-teach-container .Jy-teach-title {
    background: #EBEBEB;
    height: 48px;
    line-height: 48px;
    border-radius: 48px;
    margin-bottom: 20px;
    padding-left: 60px;
}

.Jy-teach-container .Jy-teach-title span {
    color: #6D7278;
    font-size: 16px;
}

.Jy-teach-container .Jy-teach-title .teach-team {
    color: #C4C4C4;
    display: inline-block;
}

.Jy-teach-container .Jy-teach-title .teach-point {
    font-size: 18px;
    display: inline-block;
    margin: 0 30px;
}

.Jy-teach-container .Jy-teach-intro {
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 6px;
}

.Jy-teach-container .Jy-teach-intro tr td {
    vertical-align: top;
    padding: 24px;
}

.Jy-teach-container .Jy-teach-intro .intro-main {
    padding-left: 0;
}

.Jy-teach-container .Jy-teach-intro .intro-main h2 {
    margin-bottom: 15px;
}

.Jy-teach-container .Jy-teach-intro .intro-main h2 span {
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    margin-right: 15px;
}

.Jy-teach-container .Jy-teach-intro .intro-main h2 i {
    font-weight: normal;
    font-size: 14px;
    font-style: normal;
}

.Jy-teach-container .Jy-teach-intro .intro-main .tag-list {
    margin-bottom: 20px;
}

.Jy-teach-container .Jy-teach-intro .intro-main .tag-list i {
    display: inline-block;
    font-style: normal;
    padding: 2px 10px;
    background: #EBEBEB;
    color: #B2B2B2;
    border-radius: 6px;
}

.Jy-teach-container .Jy-teach-intro .intro-main p {
    color: #7C7C7C;
    font-size: 16px;
    margin-bottom: 20px;
}

.Jy-teach-container .Jy-teach-intro .intro-main .apply-sever span,
.Jy-teach-container .Jy-teach-intro .intro-main .apply-sever span i {
    font-size: 16px;
    color: #9E9E9E;
}

.Jy-teach-container .Jy-teach-intro .intro-main .apply-sever span {
    float: left;
}

.Jy-teach-container .Jy-teach-intro .intro-main .apply-sever span i {
    font-style: normal;
    display: inline-block;
    margin-left: 15px;
}

.Jy-teach-container .Jy-teach-intro .intro-main .apply-sever a {
    float: right;
    background: #5CB85C;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
}

.Jy-teach-container .Jy-teach-intro .intro-main .apply-sever a:hover {
    background: #71D671;
}

.Jy-teach-container .Jy-teach-more {
    width: 100%;
    margin-bottom: 20px;
    table-layout: fixed;
}

.Jy-teach-container .Jy-teach-more tr td {
    vertical-align: top;
    overflow: hidden;
    border-radius: 6px;
}

.Jy-teach-container .Jy-teach-more tr .teach-more-space {
    width: 20px;
}

.Jy-teach-container .Jy-teach-more .teach-more-nav,
.Jy-teach-container .Jy-teach-more .teach-more-content {
    background: #fff;
}

.Jy-teach-container .Jy-teach-more .teach-more-nav {
    width: 160px;
}

.Jy-teach-container .Jy-teach-more .teach-more-nav ul {
    padding: 20px 0;
}

.Jy-teach-container .Jy-teach-more .teach-more-nav ul li {
    text-align: center;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    margin-bottom: 10px;
    border-left: 6px solid #fff;
}

.Jy-teach-container .Jy-teach-more .teach-more-nav ul li:hover {
    color: #5CB85C;
}

.Jy-teach-container .Jy-teach-more .teach-more-nav ul .nav-this {
    border-left: 6px solid #5CB85C;
}

.Jy-teach-container .Jy-teach-more .teach-more-content .layui-tab {
    margin: 0;
    border-width: 0;
    display: none;
}

.Jy-teach-container .Jy-teach-more .teach-more-content .layui-tab:first-child {
    display: block;
}

.Jy-teach-container .Jy-teach-more .teach-more-content .layui-tab .layui-tab-title {
    border-bottom-width: 0;
    height: auto;
}

.Jy-teach-container .Jy-teach-more .teach-more-content .layui-tab .layui-tab-title li {
    color: #A2A2A2;
    font-size: 16px;
    padding: 0 30px;
    height: 50px;
    line-height: 50px
}

.Jy-teach-container .Jy-teach-more .teach-more-content .layui-tab-card>.layui-tab-title .layui-this:after {
    border-width: 0;
}

.Jy-teach-container .Jy-teach-more .teach-more-content .layui-tab .layui-tab-title .layui-tab-bar {
    border-width: 0;
}

.Jy-teach-container .Jy-teach-more .teach-more-content .layui-tab-card>.layui-tab-title .layui-tab-bar {
    height: 50px;
    line-height: 50px
}

.Jy-teach-container .Jy-teach-more .teach-more-content .layui-tab-card>.layui-tab-title .layui-this {
    color: #333;
    border-radius: 6px 6px 0 0;
}

.Jy-teach-container .Jy-teach-more .teach-more-content .layui-tab-card .layui-tab-content {
    padding: 30px;
}

.Jy-teach-container .Jy-teach-more .teach-more-content .layui-tab-card .layui-tab-content p {
    padding: 0 4px;
    color: #474C51;
}

.Jy-teach-container .Jy-teach-more .teach-more-content .Jy-article-list .Jy-article-item {
    width: 100%;
    padding-bottom: 20px;
}

.Jy-teach-container .Jy-teach-more .teach-more-content .Jy-article-list .Jy-article-item .Jy-article-main .Jy-article-img {
    width: 92px;
    height: 92px;
    top: 0;
    border-radius: 2px;
}

.Jy-teach-container .Jy-teach-more .teach-more-content .Jy-article-list .Jy-article-item .Jy-article-main {
    padding-left: 110px;
    padding-right: 0;
}

.Jy-teach-container .Jy-teach-more .teach-more-content .Jy-article-list .Jy-article-item .Jy-article-main .Jy-info-main h6 {
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: bold;
}

.Jy-teach-container .Jy-teach-more .teach-more-content .Jy-article-list .Jy-article-item .Jy-article-main .Jy-info-main p {
    margin-bottom: 0;
    color: #999;
}

.Jy-teach-container .Jy-teach-more .teach-more-content .Jy-article-list .Jy-article-item .Jy-article-main .Jy-info-main span,
.Jy-teach-container .Jy-teach-more .teach-more-content .Jy-article-list .Jy-article-item .Jy-article-main .Jy-info-main i,
.Jy-teach-container .Jy-teach-more .teach-more-content .Jy-article-list .Jy-article-item .Jy-article-main .Jy-info-main p {
    font-size: 14px;
}

.Jy-teach-container .Jy-teach-more .teach-more-content .Jy-article-list .Jy-article-item .Jy-article-main .Jy-info-main i {
    display: inline-block;
    margin-right: 15px;
}


/*常见问题*/

.Jy-problem-container {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 25px;
}

.Jy-problem-container .Jy-prob-item {
    border-radius: 6px;
    overflow: hidden;
}

.Jy-problem-container .Jy-prob-nav {
    flex-shrink: 0;
    width: 400px;
    height: 600px;
    overflow-y:scroll;
    background: #fff;
}

.Jy-problem-container .Jy-prob-content {
    width: 100%;
    width: -moz-calc(100% - 325px);
    width: -webkit-calc(100% - 325px);
    width: calc(100% - 325px);
    margin-left: 25px;
    background: #fff;
}

.Jy-problem-container .Jy-prob-nav h3 {
    color: #5CB85C;
    font-size: 20px;
    padding: 30px;
    font-weight: bold;
}

.Jy-problem-container .Jy-prob-nav dl {
    margin-bottom: 30px;
}

.Jy-problem-container .Jy-prob-nav dl dt {
    font-size: 16px;
    color: #A2A2A2;
    padding: 0 30px 0;
}

.Jy-problem-container .Jy-prob-nav dl dd {
    font-size: 16px;
    color: #474C51;
    padding: 14px 30px;
    position: relative;
    cursor: pointer;
}

.Jy-problem-container .Jy-prob-nav dl dd:hover {
    color: #5CB85C;
}

.Jy-problem-container .Jy-prob-nav dl .nav-this {
    background: #F2F2F2;
}

.Jy-problem-container .Jy-prob-nav dl .nav-this:before {
    content: '';
    height: 32px;
    width: 6px;
    background: #5CB85C;
    position: absolute;
    left: 0;
    top: 8px;
}

.Jy-problem-container .Jy-prob-content .Jy-prob-main {
    padding: 30px;
}

.Jy-problem-container .Jy-prob-content .Jy-prob-main .Jy-main-title {
    font-size: 20px;
    padding-bottom: 30px;
    color: #333;
}

.Jy-problem-container .Jy-prob-content .Jy-prob-main .Jy-main-info {
    font-size: 16px;
    color: #333;
}

.Jy-msg-title-all {
    font-size: 18px;
    padding-bottom: 15px;
}

.Jy-user-msg .Jy-msg-input {
    margin-bottom: 15px;
}

.Jy-user-msg .Jy-msg-input textarea {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 60px;
    padding: 10px;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
}

.Jy-user-msg .Jy-msg-btn {
    text-align: right;
    margin-bottom: 20px;
}

.Jy-msg-table {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px dashed #f2f2f2;
}

.Jy-msg-table tr td {
    vertical-align: top;
    padding: 15px 0;
}

.Jy-msg-table tr td:first-child {
    width: 50px;
}

.Jy-msg-table tr td:first-child img {
    width: 100%;
    border-radius: 100%;
}

.Jy-msg-table tr td:last-child {
    padding-left: 15px;
}

.Jy-msg-table tr td:last-child p {
    color: #666;
    margin-bottom: 10px;
}

.Jy-msg-table tr td:last-child p:first-child {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.Jy-msg-table tr td:last-child .Jy-msg-author span {
    float: left;
    font-size: 16px;
}

.Jy-msg-table tr td:last-child .Jy-msg-author span:last-child {
    float: right;
    font-weight: normal;
    color: #999;
}

.Jy-msg-table tr td:last-child .Jy-msg-author span .Jy-del-btn {
    display: inline-block;
    margin-left: 10px;
    padding: 4px 6px;
    background: #FF5722;
    border-radius: 4px;
    cursor: pointer;
}

.Jy-msg-table tr td:last-child .Jy-msg-author span .Jy-del-btn i {
    color: #fff;
}

.Jy-msg-table tr td:last-child .Jy-msg-author span .Jy-del-btn:hover {
    background: #FF7143;
}

.Jy-msg-table tr td:last-child .Jy-msg-content {
    text-align: justify;
}

.Jy-msg-table tr td:last-child .Jy-msg-date {
    color: #999;
}

.Jy-article-like-table {
    margin: 0 auto;
}

.Jy-article-like-table tr td {
    padding: 30px;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.Jy-article-like-table tr td i {
    font-size: 40px;
    cursor: pointer;
}

.Jy-article-like-table tr td button {
    background: #fff;
    border: none;
    color: #666;
}

.Jy-article-like-table tr .Jy-liked,
.Jy-article-like-table tr .Jy-liked button,
.Jy-article-like-table tr .Jy-liked span,
.Jy-article-like-table tr .Jy-liked i {
    color: #5CB85C;
}


/*自适应*/

@media screen and (max-width: 1100px) {
    /* 海报*/
    .Jy-banner-container h1 {
        font-size: 50px;
    }
    .Jy-banner-container p {
        font-size: 18px;
    }
    .Jy-teacher-intro-container .Jy-teach-intro-main {
        margin: 0 -50px;
    }
    .Jy-index-title-model {
        font-size: 40px;
    }
    .Jy-index-title-model i {
        height: 4px;
        width: 83px;
    }
    .Jy-article-list .Jy-article-item .Jy-article-main {
        padding-left: 120px;
    }
    .Jy-article-list .Jy-article-item .Jy-article-main .Jy-article-img {
        width: 100px;
        height: 100px;
    }
    .Jy-article-list .Jy-article-item .Jy-article-main .Jy-info-main h6 {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .Jy-article-list .Jy-article-item .Jy-article-main .Jy-info-main p {
        font-size: 14px;
        height: 35px;
        margin-bottom: 20px;
    }
    .Jy-article-list .Jy-article-item .Jy-article-main .Jy-info-main div span,
    .Jy-article-list .Jy-article-item .Jy-article-main .Jy-info-main div i {
        font-size: 14px;
    }
    .Jy-experience-main {
        padding-left: 120px;
    }
    .Jy-experience-main .Jy-student-cont {
        font-size: 18px;
    }
    .Jy-news-container .Jy-news-main .Jy-news-intro {
        padding-left: 155px;
    }
    .Jy-news-container .Jy-news-main .Jy-news-intro .Jy-new-img {
        width: 135px;
    }
}


/*自适应*/

@media screen and (max-width: 950px) {
    /* 海报*/
    .Jy-banner-container h1 {
        text-align: center;
    }
    .Jy-banner-container .phone {
        display:none;
    }

    .Jy-banner-container p {
        text-align: center;
    }
    .Jy-banner-container .Jy-download-box {
        max-width: 380px;
        margin: 0 auto;
    }
    .Jy-semicolon-box img {
        display: none;
    }
    .Jy-banner-container p {
        margin-bottom: 80px;
    }
    .Jy-teacher-intro-container .Jy-teach-intro-main {
        margin: 0 -50px;
    }
    .Jy-teacher-intro-container .Jy-teach-intro-main .Jy-teach-item {
        width: 50%;
    }
}


/*自适应*/

@media screen and (max-width: 850px) {
    .Jy-about-us-container h2 {
        font-size: 40px;
    }
    .Jy-about-us-container p {
        font-size: 16px;
    }
    .Jy-teacher-intro-container .Jy-teach-intro-main .Jy-teach-item .Jy-teach-main h6 {
        font-size: 18px;
    }
    .Jy-teacher-intro-container .Jy-teach-intro-main .Jy-teach-item .Jy-teach-main p {
        height: 40px;
        font-size: 16px;
    }
    .Jy-article-list .Jy-article-item {
        width: 100%;
    }
    .Jy-article-list .Jy-article-item .Jy-article-main .Jy-info-main div span,
    .Jy-article-list .Jy-article-item .Jy-article-main .Jy-info-main div i {
        font-size: 12px;
    }

    #index-group-left {
        display: none;
    }

    #index-group-right {
        margin-left: 0;
        width: 100%;
    }
}


/*自适应*/

@media screen and (max-width: 700px) {
    .Jy-main-about-part {
        padding: 20px 30px;
    }
    .Jy-main-about-img-list li {
        width: 50%;
    }
    .Jy-main-about-img-list li:first-child {
        width: 100%;
    }
    .Jy-teach-container .Jy-teach-more tr td,
    .Jy-teach-container .Jy-teach-more tr .teach-more-nav {
        display: block;
        width: 100%;
    }
    .Jy-teach-container .Jy-teach-more tr .teach-more-space {
        height: 20px;
    }
    .Jy-teach-container .Jy-teach-more .teach-more-nav ul {
        padding: 0;
    }
    .Jy-teach-container .Jy-teach-more .teach-more-nav ul li {
        float: left;
        border-left: 0 solid #fff;
        border-bottom: 6px solid #fff;
        padding: 15px 30px;
        margin: 0;
    }
    .Jy-teach-container .Jy-teach-more .teach-more-nav ul .nav-this {
        border-left: 0 solid #fff;
        border-bottom: 6px solid #5CB85C;
    }

    #index-group-left {
        display: none;
    }

    #index-group-right {
        margin-left: 0;
        width: 100%;
    }
}


/*自适应*/

@media screen and (max-width: 600px) {
    .Jy-teach-container .Jy-teach-title {
        padding-left: 30px;
    }
    .Jy-teach-container .Jy-teach-intro tr td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    .Jy-teach-container .Jy-teach-intro tr td img {
        display: block;
        width: 50%;
        margin: 0 auto;
    }
    .Jy-teach-container .Jy-teach-intro .intro-main {
        padding: 24px;
    }
    .Jy-teach-container .Jy-teach-intro .intro-main .apply-sever span {
        display: block;
        width: 100%;
        float: none;
    }
    .Jy-teach-container .Jy-teach-intro .intro-main .apply-sever a {
        display: block;
        margin: 30px auto 0;
        float: none;
        text-align: center;
        padding: 0;
        width: 160px;
        height: 40px;
        line-height: 40px;
    }
    .Jy-teach-container .Jy-teach-more .teach-more-content .layui-tab .layui-tab-title li {
        padding: 0 15px;
    }

    #index-group-left {
        display: none;
    }

    #index-group-right {
        margin-left: 0;
        width: 100%;
    }
}


/*自适应*/

@media screen and (max-width: 550px) {
    /* 海报*/
    .Jy-banner-container h1 {
        font-size: 40px;
        text-align: center;
    }
    .Jy-banner-container p {
        font-size: 18px;
        text-align: center;
    }
    .Jy-banner-container .Jy-download-box .Jy-download-btn {
        margin: 0 5px 15px;
    }
    .Jy-teacher-intro-container .Jy-teach-intro-main {
        margin: 0 -50px;
    }
    .Jy-teacher-intro-container .Jy-teach-intro-main .Jy-teach-item {
        width: 50%;
    }
    .Jy-run-function-list {
        padding: 0 0 40px;
    }

    #index-group-left {
        display: none;
    }

    #index-group-right {
        margin-left: 0;
        width: 100%;
    }
}


/*自适应*/

@media screen and (max-width: 450px) {
    /* 海报*/
    .Jy-banner-container h1 {
        font-size: 28px;
        text-align: center;
    }
    .Jy-banner-container p {
        font-size: 12px;
        text-align: center;
    }
    .Jy-banner-container .Jy-download-box .Jy-download-btn {
        margin: 0 5px 15px;
    }
    .Jy-banner-container .Jy-download-box {
        max-width: 160px;
        margin: 0 auto;
    }
    .Jy-banner-container .Jy-download-box .Jy-download-btn {
        float: none;
        display: block;
    }
    .Jy-banner-container .Jy-download-box .Jy-download-wx {
        margin-left: 55px;
    }
    .Jy-teacher-intro-container .Jy-teach-intro-main {
        margin: 0 -25px;
    }
    .Jy-teacher-intro-container .Jy-teach-intro-main .Jy-teach-item {
        width: 50%;
    }
    .Jy-experience-main {
        padding: 0;
    }
    .Jy-experience-main .Jy-student-img {
        position: static;
        margin: 0 auto;
    }
    .Jy-experience-main .Jy-student-img .Jy-student-name {
        margin-bottom: 30px;
    }
    .Jy-news-container .Jy-news-main .Jy-news-intro {
        padding-left: 0;
    }
    .Jy-news-container .Jy-news-main .Jy-news-intro .Jy-new-img {
        position: static;
        width: 100%;
        margin-bottom: 10px;
        height: 170px;
    }
    .Jy-news-container .Jy-news-main .Jy-news-intro .Jy-intro-cont {
        height: auto;
        margin-bottom: 20px;
    }
    .Jy-main-about-people li {
        padding: 0;
    }
    .Jy-main-about-people li h6 {
        text-align: center;
    }
    .Jy-main-about-people li img {
        position: static;
        display: block;
        width: 150px;
        margin: 0 auto 20px;
    }
    .Jy-main-about-part {
        padding: 15px;
    }

    #index-group-left {
        display: none;
    }

    #index-group-right {
        margin-left: 0;
        width: 100%;
    }
}


.avatar-clip {
    width: 35%;
    padding-bottom: 35%;
    height: 0;
    border-radius: 100%;
    overflow: hidden;
    background: url('../Images/Index/userimg.png') center center no-repeat #f2f2f2;
    background-size: cover;
    cursor: pointer;
    position: relative;
}

.avatar-clip:hover>span,
.avatar-clip:hover>input {
    display: block;
}

.avatar-clip img {
    width: 100%;
}

.avatar-clip span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    font-size: 12px;
    background: #0D0C07;
    display: none;
}

.avatar-clip input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    cursor: pointer;
}