/* slide_list */
.slide_list .swiper-container {
    height: 280px;
}

.slide_list .swiper-container .swiper-slide {
    background: url(../images/slide.png) center;
    background-size: cover;
}

/* nav */
.nav-con {
    position: fixed;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    top: 0;
    background: rgba(255, 255, 255, .96);
    z-index: -1;
    max-width: 1024px;
}

.nav-show {
    animation: bounceInDown .5s 0s ease-in-out both;
}

.nav-hide {
    animation: fadeOutUp .5s 0s ease-in-out both;
}

.nav-con li {
    text-align: center;
    border-bottom: 1px solid #eaeaea;
}

.nav-con a {
    font-size: 14px;
    color: #454545;
    height: 60px;
    line-height: 60px;
    display: block;
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    100% {
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: .01;
        filter: alpha(opacity=1);
        transform: translate3d(0, -16rem, 0)
    }

    60% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translate3d(0, 15px, 0)
    }

    75% {
        transform: translate3d(0, -8px, 0)
    }

    90% {
        transform: translate3d(0, 4px, 0)
    }

    100% {
        transform: none
    }
}

/* class */
.class {
    margin-bottom: 20px;
}


.class .swiper-container .swiper-wrapper .swiper-slide {
    width: 170px !important;
    margin: 0 !important;
}

.class .swiper-container .swiper-wrapper .swiper-slide .slide-gameimg {
    width: 140px;
    height: 96px;
    margin: 0 auto;
    border-radius: 10px;
    display: block;
    margin-top: 20px;
}

.class .swiper-container .swiper-wrapper .swiper-slide div {
    margin: 10px auto;
    width: 150px;
    color: #333;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.class .swiper-container .swiper-wrapper .swiper-slide a {
    font-size: 14px;
    display: block;
    text-align: center;
    border-radius: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: gray;
    margin-bottom: 20px;
}

.class .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
    background: #f1f2f7;
}

.class .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active a {
    color: #27498b;
}

/* .study */
.study {
    background: #dfe4ee;
}

.study .layui-input-block {
    margin-left: 66px;
}

.study .layui-form {
    width: 80%;
    margin: 0 auto;
}

.study .layui-form-label {
    width: 52px;
    padding: 9px 0;
    font-size: 13px;
    font-weight: 700;
}

.study .layui-form-select dl dd.layui-this {
    background-color: #27498b;
}

.study .study-btn {
    background-color: #27498b;
    width: 96px;
    margin: 20px auto;
    line-height: 32px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid transparent;
}

.study .study-btn .btn {
    color: #fff;
}

.study .study-btn:hover {
    background-color: #fff;
    border: 1px solid #27498b;
}


.study .study-btn:hover .btn {
    color: #27498b;
}

/* news */

.news .news_list {
    margin-bottom: 20px;
}

.news .news_list li {
    overflow: hidden;
    line-height: 36px;
    font-size: 14px;
    border-bottom: 1px dotted #dfe4ee;

}

.news .news_list li:last-of-type {
    border: none;
}

.news .news_list li a {
    width: 63%;
    background: url(../images/news_list_icon.jpg) no-repeat left center;
    padding-left: 15px;
    text-align: left;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* .gotoTop {
    position: fixed;
    width: 30px;
    line-height: 20px;
    right: 15px;
    bottom: 42px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 10;
} */

.gotoTop {
    text-align: center;
    line-height: 35px;
    background-color: #dfe4ee;
}

.gotoTop img {
    width: 50px;
    height: 100px;
}

/* about */
.about {
    margin-bottom: 30px;
    font-size: 14px;
}

/* news */
.news_w {
    margin-top: 10px;
}

.news_w .news_list li p {
    line-height: 1.8;
}

.news_w .news_list li {
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

.news_w .news_list li p:nth-child(1) {
    font-size: 16px;
    font-weight: 700;
}

.news_w .news_list li p:nth-child(1) a {
    color: #0663bb;
}

.news_w .news_list li p:nth-child(1) a:hover {
    color: #27498b;
}

.news_w .news_list li p:nth-child(3) {
    margin-bottom: 10px;
}

.news_w .pages {
    text-align: center;
}



/* readnews */
.produce .news_title h2 {
    text-align: center;
    font-weight: 700;
    padding: 10px 0;
}

.produce .news_tab {
    font-size: 14px;
    text-align: center;
}

.produce .img {
    margin: 20px 0 15px;
}

.produce .img img {
    width: 100%;
}

.produce p {
    padding-top: 15px;
    font-size: 14px;
}

.produce .up_down {
    margin: 20px 0;
    font-size: 14px;
    line-height: 25px;
}

/* course */
.section1 {
    overflow: hidden;
}

.section1 .section1-card {
    width: 373px;
    height: 509px;
    margin-right: 40px;
    border-bottom: 4px solid transparent;
    position: relative;
    background-color: #f5f7f7;
    float: left;
    margin-bottom: 40px;
    cursor: pointer;
}

.demo .section1 .section1-card:nth-child(3),
.demo .section1 .section1-card:nth-child(6) {
    margin-right: 0;
}

.section1 .section1-card:hover {
    border-bottom: 4px solid #27498b;
}

/* .section1 .section1-card.choose {
    border-bottom: 4px solid #27498b;
} */

.section1 .section1-card .card-jiao {
    position: absolute;
    font-size: 15px;
    width: 10px;
    top: 7px;
    left: 7px;
    color: #fff;
    z-index: 1;
}

.section1 .section1-card.hot::after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border: 35px solid transparent;
    border-left-color: #e60012;
    border-top-color: #e60012;
    position: absolute;
    top: 0;
    left: 0;
}

.section1-card .card-img {
    width: 372px;
    height: 275px;
}

.section1-card .card-content {
    text-align: center;
    font-size: 24px;
}

.section1-card .card-content p:nth-child(1) {
    margin-top: 50px;
}

.section1-card .card-content p:nth-child(3) {
    color: gray;
    padding-top: 5px;
}

.section1-card .card-content a {
    display: block;
    margin-top: 20px;
    font-size: 18px;
    color: #27498b;
}

.demo .section1-btn {
    width: 160px;
    line-height: 56px;
    border: 2px solid #27498b;
    color: #27498b;
    text-align: center;
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 74px;
    cursor: pointer;
}

.demo .section1-btn:hover {
    background-color: #27498b;
    color: #fff;
}

/* course */
.course {
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.course .class_card {
    width: 48%;
    text-align: center;
    margin-bottom: 15px;
    overflow: hidden;
    background-color: #f1f1f1;
}

.course .class_card div.class_title {
    font-size: 14px;
    margin: 5px;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.course .class_card a {
    color: #27498b;
    display: block;
    margin-bottom: 10px;
}

/* courseshow */
.show_list .table {
    width: 100%;
    font-size: 14px;
}


.show_list .table tr th:nth-child(1),
.show_list .table tr td:nth-child(1) {
    width: 30%;
}

.show_list .table tr th:nth-child(3),
.show_list .table tr td:nth-child(3) {
    width: 25%;
}

.show_list .table th,
.class_list .table th {
    background: #f9fdff;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    line-height: 45px;
    padding: 0 10px;
}

@media screen and (max-width: 310px){
.show_list .table th,
.class_list .table th {
   font-size: 12px;
}
}



.show_list .table td {
    font-size: 13px;
    text-align: center;
    border-bottom: 1px dashed #f1f1f1;
    padding: 8px;
}

.show_list .pages {
    text-align: center;
}

.show_list .pages .layui-btn-normal {
    margin: 10px auto;
}

/* exam */
.exam {
    margin-bottom: 20px;
}

.exam .exam_title {
    border-left: 4px solid #315ea8;
    padding-bottom: 10px;
    border-bottom: 1px dotted #dfe4ee;
    padding-left: 8px;
    overflow: hidden;
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    font-weight: bold;
    color: #337ab7;
    text-align: left;
    margin: 15px auto;
}

.exam .cont a {
    display: block;
    margin-bottom: 5px;
    font: 15px "microsoft yahei";
    color: #ffffff;
    text-align: center;
    line-height: 70px;
    text-decoration: none;
    background: url(../images/112.png) no-repeat center center #0d76be;
    background-size: 80%;
    width: 90%;
}

.exam .exam_txt li {
    width: 50%;
    font-size: 13px;
    box-sizing: border-box;
    padding: 0 5px 5px;
    float: left;
}

.exam .exam_txt li span:nth-child(1) {
    width: 53%;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.exam .exam_txt li span:nth-child(1) a {
    color: #337ab7;
}

.exam .exam_txt li span:nth-child(2) {
    float: right;
}

.exam .exam_txt li span:nth-child(2) a {
    color: #4cc1cb;
}

/* exam_qlist */
.exam_qlist li h3 {
    color: #666;
    font-weight: 700;
    margin: 10px 0;
    line-height: 1.9;
}

.exam_qlist .sindex {
    height: 16px;
    background-color: orange;
    padding: 5px;
    color: white;
    margin-right: 5px;
}

.exam_qlist .xx .da-list {
    height: 25px;
    line-height: 25px;
    cursor: pointer;
}

.exam_qlist .btns {
    margin: 10px 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}

.exam_qlist .layui-btn {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

.exam_qlist .zqda {
    display: none;
}


/* my */
.my {
    background-color: #f1f1f1;
    /* padding-bottom: 15px; */
	min-height: calc(100vh - 166px);
}

.my .my_top {
    position: relative;
    background-color: #fff;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 10px;
}

.my .my_top p {
    font-size: 15px;
    font-weight: 700;
}

.my .my_top i {
    vertical-align: middle;
    padding: 0 5px;
}

.my .my_pic {
    overflow: hidden;
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    /* background-color: pink; */
    border-radius: 50%;
}

.my .my_pic img {
    width: 100%;
}

.my .my_top .my_name {
    padding: 48px 0 5px;
}

.my .my_top a {
    display: inline-block;
}

.my .slide_top2 {
    width: 100%;
    height: 100px;
    background: url(../images/slide.png) no-repeat center -50px;
    padding-top: 105px;
    height: 60px;
    margin-bottom: 10px;
}

.my .my_wrap {
    background-color: #fff;
    margin-top: 52px;
}

.my .my_wrap .my_list {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
}

.my .my_wrap .my_list li {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background-color: #fff;
    width: 50%;
    height: 120px;
}

.my .my_wrap .my_list li a {
    display: block;
    text-align: center;
}

.my .my_wrap .my_list li a div {
    margin-bottom: 5px;
}


.my .my_wrap .my_list li a .pic_mystudy {
    background-image: url(../images/mystudy.png);
    width: 50px;
    height: 50px;
    background-size: cover;
}

.my .my_wrap .my_list li a .pic_practice {
    background-image: url(../images/practice.png);
    width: 50px;
    height: 50px;
    background-size: cover;
}

.my .my_wrap .my_list li a .pic_mima {
    background-image: url(../images/mima.png);
    width: 50px;
    height: 50px;
    background-size: cover;
}

.my .my_wrap .my_list li a .pic_zheng {
    background-image: url(../images/zheng.png);
    width: 50px;
    height: 50px;
    background-size: cover;
}

/* mystudy */
.mystudy .class_list .table {
    width: 100%;
}

.mystudy .class_list .table tr td {
    text-align: center;
}

.mystudy .class_list .table tr th:nth-child(1),
.mystudy .class_list .table tr td:nth-child(1) {
    width: 44%;
}

.mystudy .class_list .table tr th:nth-child(n+2),
.mystudy .class_list .table tr td:nth-child(n+2) {
    width: 19%;
}


.mystudy .class_list .table tr th:nth-child(3),
.mystudy .class_list .table tr td:nth-child(3) {
    width: 25%;
}

.mystudy .person {
    margin: 10px;
	display: flex;
	align-items: center;
}
.mystudy .person img{
	width: 60%;
	height: auto;
}

.mytest .layui-btn {
    background-color: #fff;
    border-color: #1E9FFF !important;
    color: #1E9FFF !important;
}

/* studylist */
.studylist #qplayer {
    width: 100%;
    height: 233px;
    /* background-color: skyblue; */
	background:url(../images/slide.png) no-repeat top center;
}

.studylist .class_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.studylist .class_title span:nth-of-type(1) {
    font-size: 14px;
}

.studylist .class_con span {
    margin-right: 10px;
}

.studylist .class_detail {
    display: flex;
    text-align: center;
    align-items: center;
}

.studylist .class_detail li:nth-child(1) {
    width: 35%;
}

.studylist .class_detail li:nth-child(2) {
    width: 20%;
}

.studylist .class_detail li:nth-child(3) {
    width: 25%;
}

.studylist .class_detail li:nth-child(4) {
    width: 20%;
}

.studylist .class_img img {
    width: 35%;
}

.studylist .class_img {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.studylist .class_detail li:nth-child(-n+2) {
    border-right: 1px solid #ddd;
}

.studylist .class_detail li a button {
    border-radius: 4px;
    background: linear-gradient(90deg, #01a6fd 0, #17d0cf 51%, #01a6fd) !important;
    background-size: 200% auto !important;
    transition: background 1s ease-out !important;
    border: 1px solid transparent;
    padding: 5px 10px;
    color: #fff;
}

.studylist .class_time {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	flex: 1;
	margin-left: 20px;
}

.studylist .class_time h3 {
    font-weight: 700;
}

.studylist .class_main h2 {
    margin-bottom: 5px;
}

.studylist .class_main h2 i {
    font-size: 20px;
    padding-right: 2px;
}

.studylist .video_list li {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 32px;
    padding: 10px;
}

.studylist .video_list li i {
    font-size: 20px;
    color: #01a6fd;
    font-weight: 500;
}

.studylist .video_list li div span {
    font-size: 22px;
    color: #dbdbdb;
    font-weight: bold;
    vertical-align: bottom;
}

.studylist .video_list li:hover {
    background-color: #ededed;
}


.classend .layui-tab-content .end_show {
    overflow: scroll;
}

.prove {
    position: relative;
    width: 634px;
    height: 908px;
    background: none;
    text-align: center;
    margin: 0 auto;
}

.prove .title {
    padding-top: 140px;
    font-size: 66px;
    color: #77C2F1;
    font-weight: 700;
}

.prove .message {
    width: 405px;
    height: 160px;
    margin: 0 auto;
    padding-top: 90px;
}

.prove .txt {
    padding-left: 25px;
    font-weight: 700;
    line-height: 40px;
    font-size: 14px;
    text-align: left;
}

.prove .show {
    line-height: 162px;
    font-weight: 700;
    font-size: 14px;
}

.detail .txt {
    font-size: 18px;
    padding-left: 90px;
}

.detail .img {
    padding-left: 10px;
}

.layui-form-select dl dd.layui-this {
    background-color: #01a6fd;
}

