/*body{*/
/*    min-width: 1550px;*/
/*}*/

@font-face {
    font-family: "Aleo";
    src: url('/css/font-family/ALEO.ttf');
}

.banner {
    width: 100%;
    height: 430px;
    background: rgba(245, 217, 32, 1);
    margin-bottom: 30px;
    background: url("/img/home_3/banner@2x.png") no-repeat no-repeat center;
    background-size: cover;
    position: relative;
}

/* header{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
} */

.nav_top_t {
    width: 100%;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: rgba(0, 0, 0, 0.10);
    z-index: 1;
}

.model_list {
    width: 886px;
    height: 58px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    line-height: 58px;
    z-index: 20;
}

.model_list li {
    width: 60px;
    text-align: center;
    border-top: 3px solid transparent;
}

.model_list .active {
    border-top-color: #FFFFFF;
}


.model_list li:hover {
    color: #ffffff;
    cursor: pointer;
}

.model_list li:last-child {
    margin-right: 0;
    /*position: absolute;*/
    /*right: 0;*/
    /*font-size: 14px;*/
}

/*.model_list li:last-child:hover {*/
/*    color        : rgba(102, 102, 102, 1);*/
/*}*/

/*.model_list li:nth-last-child(2){*/
/*    margin-right: 0;*/
/*}*/
/*.new{*/
/*    margin-right: 24px;*/
/*}*/

.nav_three {
    width: 100%;
    height: 58px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(16, 0, 92, 0.60);
    z-index: 1;
}

.name_cj {
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.name_cj p:nth-child(1) {
    text-align: center;
    font-size: 24px;
    color: #333333;
}

.name_cj p:nth-child(2) {
    text-align: center;
    font-size: 24px;
    color: #ede7ff;
    margin-top: 12px;
    font-family: "Aleo";
}

.course_box li {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 189px;
    background: #FBF9FF;
    border-radius: 4px;
    padding: 44px 100px 26px 44px;
    margin-bottom: 2px;
    /* background-color: antiquewhite; */
}

.course_box li:last-child {
    margin-bottom: 0;
}

.course_img {
    width: 225px;
    height: 126px;
    background: rgba(193, 231, 211, 1);
    margin-right: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.course_img img {
    width: 100%;
    vertical-align: top;
}

.course_conten {
    flex: 0 0 210px;
    margin-right: 40px;
}

.course_conten h4 {
    width: 210px;
    height: 20px;
    font-size: 20px;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.course_conten p {
    font-size: 14px;
    color: rgba(136, 136, 136, 1);
    line-height: 1.7;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 32px;
}

.course_icon_box {
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: rgba(204, 204, 204, 1);
}

.course_icon {
    flex: 0.6;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 31px;
}

.course_icon:first-child {
    justify-content: flex-start;
}

.course_icon:last-child {
    margin-right: 0;
    flex: 0.6;
}

.course_icon img {
    vertical-align: top;
}

.course_icon .avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.course_icon span:nth-child(2) {
    margin-left: 6px;
}

.icon-shijian {
    color: rgba(165, 201, 129, 1);
}

.tag {
    width: 15px;
    height: 15px;
}

.scale {
    transform: scale(1.3);
}

.course_box {
    margin-bottom: 48px;
    background-color: #fff;
}

.afterIcon {
    width: 32px;
    height: 32px;
    margin-right: 40px;
}

.afterIcon .number {
    width: 32px;
    height: 32px;
    background: rgba(204, 204, 204, 1);
    border-radius: 50%;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*旋转木马必要样式*/
.poster-main {
    position: relative;
    width: 800px;
    height: 270px;
    margin: 40px auto 65px;

}

.poster-main a,
.poster-main img {
    display: block;
    height: 100%;
}

.poster-main .poster-list {
    width: 800px;
    height: 270px;
}

.poster-main .poster-list .poster-item {
    position: absolute;
    left: 0;
    top: 0;
}

.poster-item {
    border-radius: 4px;
    box-shadow: 0px 15px 18px 0px rgba(0, 0, 0, 0.18);
    overflow: hidden;
}

.poster-main .poster-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    opacity: 1;
    background-color: #e2dbf8;
    border-radius: 2px;
    z-index: 10;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
}

.poster-main .poster-btn:hover {
    background-color: #C4B5F0;
}

.poster-main .poster-prev-btn {
    left: -100px;
}

.poster-main .poster-next-btn {
    right: -100px;
}

.prev_btn {
    font-size: 24px !important;
    color: #ffffff;
}

.type_p {
    margin-top: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 40px;
}

.type_p p {
    width: 81px;
    height: 27px;
    text-align: center;
    border-bottom: 4px solid transparent;
    color: #595959;
}

.type_p p:nth-child(1) {
    margin-right: 80px;
}

.type_p .active {
    border-bottom-color: #b79eff;
}

.background_a {
    width: 1500px;
    height: 645px;
    background: url("/img/home_3/banner4.png") no-repeat no-repeat center;
    position: absolute;
    background-size: cover;
    top: 130px;
    left: -170px;
    z-index: -1;
}


.swiper-container {
    min-width: 1200px;
    height: 360px;
    margin-bottom: 76px;
}

.banner-index {
    background-image: url("/img/home_3/banner@2x.png");
    background-position: center;
    background-size: cover;
}

.banner-index-2 {
    background-image: url("/img/index/banner_shouye2_lunbo@2x.png");
    background-position: center;
    background-size: cover;
}


.banner-index-2-link {
    display: block;
    height: 100%;
    width: 100%;
}

.swiper-pagination {
    left: unset !important;
    width: auto !important;
    right: 360px;
    bottom: 74px !important;
    background: rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    padding: 6px 13px;
    border-radius: 12px;
}

.swiper-pagination-bullet {
    margin: 0 !important;
    background-color: #FFFFFF !important;
    margin-right: 10px !important;
    opacity: 0.7;
    width: 12px !important;
    height: 12px !important;
    /* transition: width cubic-bezier(0.075, 0.82, 0.165, 1) .2s; */
}

.swiper-pagination-bullet-active {
    width: 32px !important;
    height: 12px !important;
    border-radius: 6px !important;
}

.swiper-pagination>.swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

.image {
    height: 360px;
}

.product_line {
    left: 99px;
    top: 17px;
    color: #CCCCCC;
}

.inputStyle::placeholder {
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #b5b5b5;
    line-height: 20px;
}

.prodcut_search {}

.product_content {
    width: 1540px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.product_leftArea {
    display: flex;
    align-items: center;
}

.product_leftArea span {
    cursor: pointer;
}

.product_rightArea {
    display: flex;
    align-items: center;
}

.productLine {
    width: 1px;
    height: 14px;
    background-color: #888888;
    display: inline-block;
    margin-right: 14px;
}

.product_bottom {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.product_bottom li {
    width: 361px;
    margin-bottom: 24px;
}

.product_bottom li img {
    border-radius: 8px;
    transition: all 0.4s;
}

.products_card {
    margin: 0 auto;
    margin-top: 24px;
    width: 353px;
    height: 50px;
    margin-bottom: 20px;
}

.product_title {
    height: 24px;
    font-size: 20px;
    font-weight: 600;
    text-align: LEFT;
    color: #181818;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.pro_title {
    width: 230px;
    height: 24px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #181818;
}

.product_scribe {
    height: 14px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #595959;
    line-height: 14px;
    margin-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 353px;
    font-style: normal;

}

.product_infobottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    width: 353px;
    height: 24px;
    margin: 0 auto;
}

.product_img {
    display: flex;
    align-items: center;
    /*width: 96px;*/
    /*height: 12px;*/
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #888888;
    
}
.product_img .product_author {
    width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #888888;
}

.product_operation {
    display: flex;
    align-items: center;
}

.product_bottom video {
    width: 100%;
    height: 203px;
    border-radius: 3px 3px 0px 0px;
    margin-bottom: 20px;
}

.product_img img {
    width: 24px;
    height: 24px;
    border-radius: 50% !important;
    margin-right: 6px;
}

.product_operation img {
    margin-right: 4px;
    width: 14px;
    height: 14px;
}

.product_operation span {
    /* width: 22px; */
    height: 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #888888;
    margin-right: 8px;
}

.record_product {
    margin-left: 24px;
    padding-top: 5px;
    box-sizing: border-box;
    width: 455px;
    height: 98px;
}

.record_product_btn span {
    width: 247px;
    height: 32px;
    font-size: 20px;
    font-weight: 600;
    text-align: LEFT;
    color: #181818;
    line-height: 20px;
    font-style: normal;
    font-weight: 600;

}

.record_product_btn {
    margin-bottom: 20px;
    justify-content: space-between;
}

.record_product_btn button {
    width: 82px;
    height: 32px;
    background: #6f49de;
    border-radius: 4px;
    border: none;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 14px;
    cursor: pointer;
}

.record_product_btn .historybtn {
    margin-right: 10px;
    background: #e2dbf8;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #6f49de;
    line-height: 14px;
}

.record_product_time {
    min-width: 154px;
    height: 12px;
    font-size: 12px;
    font-weight: 400;
    text-align: LEFT;
    color: #888888;
    line-height: 12px;
    margin-bottom: 20px;
}

.record_product_scribe {
    width: 455px;
    height: 14px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #595959;
    line-height: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-style: normal;
}

.weightColor {
    font-size: 16px;
    font-weight: 700;
    text-align: CENTER;
    color: #181818;
    line-height: 16px;
}

.hilghtColor {
    font-size: 16px;
    font-weight: 400;
    text-align: CENTER;
    color: #888888;
    line-height: 16px;
}

.product_rightArea span {
    cursor: pointer;
}
.record_area {
    width: 174px;
    position: relative;
    justify-content: right;
    justify-content: flex-end;
}

.look_newversion {}

.look_oldversion {}

.right0 {
    right: 0px;
}

.left0 {
    left: 0px;
}

#sort_one {
    margin-bottom: 50px;
    height:1386px;
}

#sort_one li {
    cursor: pointer;
}

#sort_two {
    margin-bottom: 50px;
    justify-content: space-between;
}

#sort_two li {
    cursor: pointer;
    height: 120px;
    flex-basis: content;
    margin-right: 0px;
    width: 746px;
    height: 169px;
    background: #FFFFFF;
    box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding: 24px 28px;
    box-sizing: border-box;
}

#sort_two li:hover {
    box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.09);
}

.prod_title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}