.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%);
    z-index: 20;
}

.g_content_center {
    width: 1044px;
    position: relative;
}

.conten_main {
    display: flex;
    width: 1540px !important;
    margin: 0 auto;
    min-height: 472px;
}

.conten_main_left {
    width: 1044px;
    margin-right: 48px;
    border-radius: 4px 0px 0px 0px;
}

.conten_main_right {
    width: 448px;
    /*flex: 0 0 300px;*/
    height: 472px;
    /* padding-top: 8px; */
    /*420px*/
    border-radius: 4px 0px 0px 0px;
    background: rgba(255, 255, 255, 1);
    position: relative;
    top: -17px;
}

body {
    background-color: #ffffff;
}

.conten_main_right_head {
    display: flex;
    height: 52px;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 14px 15px 14px 14px;
    font-size: 16px;
    color: #333333;
    /* background-color: #fbf9ff; */
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.conten_main_right_head span {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #181818;
}

.loadMore_relevantSubjects {}

.relevantSubjects_list {
    box-sizing: border-box;
    padding: 0px 20px;
}

.relevantSubjects_list li {
    display: flex;
    padding-bottom: 14px;
    padding-top: 14px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
}

.relevantSubjects_list_right>p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333333;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 0 10px;
}

.relevantSubjects_list_left {
    max-width: 92px !important;
    min-width: 92px !important;
    height: 52px;
    background: rgba(193, 231, 211, 1);
    margin-right: 16px;
    display: flex;
    justify-content: center;
}

.relevantSubjects_list_left>img {
    width: 100%;
    height: 100%;
}

.model_list input {
    font-size: 16px;
    color: #b5b5b5;
    position: absolute;
    bottom: 52px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 58px;
    z-index: 2;
    width: 812px;
    height: 48px;
    border-radius: 14px;
    box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.16);
    border: none;
    padding-left: 110px;
    box-sizing: border-box;
}

.model_list input::placeholder {
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #b5b5b5;
    line-height: 14px;
}

.model_list li {
    display: flex;
    align-items: center;
    padding: 9px 16px;
    box-sizing: border-box;
    height: 33px;
    margin-right: 32px;
    border-radius: 4px;
}

.model_list .active {
    background: rgba(245, 130, 32, 1);
    color: #ffffff;
}

.model_list .active:hover {
    color: #ffffff;
}

.model_list li:hover {
    /* color : #6F49DE; */
    cursor: pointer;
}

.model_list li:last-child {
    margin-right: 0;
}


.course_box li {
    box-sizing: border-box;
    padding: 32px;
    width: 1044px;
    height: 170px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.06);
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.course_box li:last-child {
    margin-bottom: 0;
}

.course_img {
    width: 238px;
    height: 134px;
    background: rgba(193, 231, 211, 1);
    margin-right: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.course_img img {
    width: 100%;
}

.course_conten {
    flex: 1;
    margin-top: 10px;
}

.course_conten h4 {
    height: 20px;
    font-size: 20px;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 550px;
}

.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-top: 12px;
}

.course_icon_box {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: rgba(204, 204, 204, 1);
}

.course_icon {
    display: flex;
    align-items: center;
    margin-right: 26px;
}

.course_icon:last-child {
    margin-right: 0;
}

.course_icon img {
    vertical-align: top;
    margin-right: 6px;
}

.course_icon .avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.tag {
    width: 15px;
    height: 15px;
}

.course_box {
    margin-bottom: 48px;
    background-color: #fff;
    /*padding: 20px 0;*/
}

.nav_three {
    width: 100%;
    height: 58px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    background: rgba(16, 0, 92, 0.60);
    z-index: 1;
}

.top_four {
    width: 800px;
    height: 450px;
    margin: 48px auto 74px;
}

.top_four>div {
    display: flex;
}

.right_img {
    width: 400px;
    height: 224px;
}

.right_img img {
    width: 100%;
    height: 100%;
}

.background_a {
    width: 1500px;
    height: 622px;
    background: url("/img/home_3/banner4.png") no-repeat no-repeat center;
    background-size: cover;
    position: absolute;
    top: 100px;
    left: -170px;
    z-index: -1;
}

.icon-biaoqian {
    color: rgba(246, 222, 160, 1);
    margin-right: 7px;
}

.icon-pinglun {
    color: rgba(245, 191, 211, 1);
    margin-right: 7px;
}

.icon-dianzan {
    color: rgba(248, 156, 140, 1);
    margin-right: 7px;
}

.icon-yueduliang {
    color: rgba(201, 184, 250, 1);
    margin-right: 7px;
}

.icon-shijian {
    margin-right: 6px;
    color: rgba(165, 201, 129, 1);
}

.swiper-container {
    min-width: 1200px;
    height: 218px;
    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: 12px !important;
    background-color: rgba(0, 0, 0, 0.2);
    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;
}

.second_title {
    width: 100%;
    height: 66px;
    background: #ffffff;
    margin-top: 101px;
    position: relative;
}

.second_title ul {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.second_title ul li {
    width: 33px;
    height: 14px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #888888;
    line-height: 14px;
    margin-right: 50px;
}

.input_title {
    width: 63px;
    height: 14px;
    font-size: 14px;
    font-weight: 400;
    text-align: CENTER;
    color: #888888;
    line-height: 14px;
    position: absolute;
    top: -84px;
    z-index: 3;
    left: 372px;
}

.sendidea {
    width: 108px;
    height: 32px;
    background: #a992eb;
    border-radius: 4px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translate(0, -50%);
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

.content_sx {
    justify-content: space-between;
    padding-bottom: 28px;
    width: 1044px;
    box-sizing: border-box;
}

.blog_sideArea {
    width: 1044px;
    height: 44px;
}

.content_sx li {
    position: relative;
    margin-right: 28px;
    font-size: 16px;
    font-weight: 400;
    text-align: CENTER;
    color: #888888;
    line-height: 16px;
    cursor: pointer;
}

.grayLine {
    position: absolute;
    width: 1px;
    height: 14px;
    background-color: #888888;
    z-index: 3;
    right: -15px;
    top: 1px;
}

.other_sx li {
    margin-right: 10px;
    cursor: pointer;
}

.blog_choosed {
    color: #181818 !important;
    font-weight: 700 !important;
}

.sort_choose {
    color: #181818 !important;
    font-weight: 700 !important;
}

ul li {
    padding-left: 0px;
    list-style-type: none !important;
}

.blog_listbottom_left {
    width: 881px;
    height: 24px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #181818;
    position: relative;
}

.blog_listtop_right0 {
    min-width: 46px;
    height: 24px;
    background: #f5cdef;
    border-radius: 6px;
    text-align: center;
    line-height: 24px;
}

.blog_listtop_right0 span {
    display: inline-block;
    min-width: 30px;
    height: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 10px;
    color: #6B4667;
}

.blog_listtop_right1 {
    min-width: 46px;
    height: 24px;
    background: #e1d3f6;
    border-radius: 6px;
    text-align: center;
    line-height: 24px;
}

.blog_listtop_right1 span {
    display: inline-block;
    min-width: 30px;
    height: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 10px;
    color: #5B4868;
}

.blog_listtop_right2 {
    min-width: 46px;
    height: 24px;
    background: #d0d3fc;
    border-radius: 6px;
    text-align: center;
}

.blog_listtop_right2 span {
    display: inline-block;
    min-width: 30px;
    height: 24px;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 24px;
    color: #4E486A;

}

.blog_listbottom_right {
    height: 14px;
    padding: 7px 0 7px 0;
}

.blog_listbootom_rightinner {
    height: 14px;
    display: flex;
    align-items: center;
}

.blog_listbootom_rightinner img {
    width: 14px;
    height: 14px;
    margin-right: 4px;
}

.blog_listbootom_rightinner span {
    margin-right: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #888888;
}

.blog_list_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.blog_list_left {
    width: 214px;
    height: 120px;
    border-radius: 4px;
}

.blog_list_left img {
    width: 214px;
    height: 120px;
    border-radius: 4px;
}

.blog_list_right {
    box-sizing: border-box;
    /* padding-top: 10px;
    padding-bottom: 9px; */
    width: 741.95px;
    height: 106px;
}

.blog_listtop_left {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #181818;
}

.blog_list_center {
    width: 100%;
    height: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #595959;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 24px;
}

.blog_listbottom_left img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
}

.blog_listbottom_left .blog_listbottom_left_more {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: #E1D3F6;
    border-radius: 50%;
}

.blog_listbottom_left .blog_listbottom_left_user_number {
    font-size: 12px;
    font-weight: 400;
    text-align: LEFT;
    color: #b5b5b5;
}

.blog_list_bottom {
    display: flex;
    height: 28px;
    padding: 2px 0 2px 0;
    justify-content: space-between;
}

.inputfont {
    width: 63px;
    height: 14px;
    font-style: normal;
    font-size: 14px;
    text-align: center;
    color: #888888;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    position: absolute;
    left: 20px;
    z-index: 2;
    top: 17px;
}

.product_line {
    left: 99px;
    top: 17px;
    color: #CCCCCC;
}

.topImage .icon-icon_sousuo_2 {
    width: 16px;
    height: 16px;
    color: #B5B5B5 !important
}

.inputStyle {
    width: 812px;
    height: 48px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.16);
    border: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
    padding-left: 140px;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;

    color: #181818;
}

.inputStyle:focus {
    border: none;
}

.inputStyle::placeholder {
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #b5b5b5;
    line-height: 20px;
}