body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    font-family: /* System */
    -apple-system, BlinkMacSystemFont, /* OSX, iOS */
    /* English */
    "Muli", "Segoe UI", /* windows */
    Roboto, /* Android */
    "Helvetica Neue", "Arial", Helvetica, /* Chinese */
    "PingFang SC", "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "Microsoft JhengHei", "Source Han Sans SC", "Noto Sans CJK SC", "Source Han Sans CN", "Noto Sans SC", "Source Han Sans TC", "Noto Sans CJK TC", "WenQuanYi Micro Hei", SimSun, sans-serif!important;
}


/*大导航————控制导航在滚动屏幕时不透明*/

.headerclass {
    background: rgba(255, 255, 255, 1)!important;
}


/*大导航————控制导航当前菜单不高亮*/

#wp-megamenu-primary_navigation>.wpmm-nav-wrap ul.wp-megamenu>li.current-menu-ancestor>a {
    color: #444!important;
}

#wp-megamenu-primary_navigation>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.current-menu-item a {
    color: #444!important;
}


/*防止内容超出整个页面容器*/

#wrapper {
    overflow: hidden;
}


/*首页-导航-三级菜单*/

.wp-megamenu-wrap ul.wp-megamenu-sub-menu li.sf-dropdown {
    display: initial;
}

.wp-megamenu-wrap ul.wp-megamenu-sub-menu li.sf-dropdown ul {
    padding: 2px 10px!important;
    border: 1px solid #eeeeee!important;
    width: 320px!important;
    background: #f5f5f5!important
}

#wp-megamenu-primary_navigation>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.current-menu-item a:hover {
    color: #d33!important;
}


/*页内导航样式 start*/

.in-page-nav {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #333333;
    z-index: 122;
    background-color: #efefef;
}

.in-page-nav .signup-container {
    float: right;
    margin-right: 5px;
    line-height: 45px;
}

.in-page-nav .signup-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: orange;
}
@media (max-width: 640px) {
    .in-page-nav .signup-btn {
        display: inline-block;
        padding: 4px 4px!important;
    }
    ._btn-default {
        padding: 4px 4px!important;
    }
    .in-page-nav-right {
        display: flex;
        padding-top: 1px;

    }
    .dropdown {
        margin-right: 0!important;
    }
}
.in-page-nav h2 {
    display: inline-block;
    font-size: 16px;
    margin-left: 10px;
}

.in-page-nav #nav-wrapper {
    opacity: 0;
    height: 0;
    display: none
}

#nav-wrapper ul {
    float: left;
    margin-right: 5px;
    list-style: none;
    padding-left: 0!important;
    cursor: pointer;
}

#nav-wrapper li {
    float: left;
    padding: 0 20px;
    line-height: 50px;
    transition: background-color 0.1s ease;
}

#nav-wrapper li a {
    color: #000;
}

#nav-wrapper li:hover a {
    color: #008CD7;
}

#nav-wrapper li.active {
    background-color: orange;
}

#nav-wrapper li.active a {
    color: #fff;
}

#nav-wrapper li a:hover,
#nav-wrapper li a:focus {
    text-decoration: none;
}

#nav-wrapper .tow-line-subhead {
    line-height: 20px;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}

.in-page-nav-right {
    position: relative;
    float: right;
    height: 50px;
    z-index: 12;
}
.in-page-nav-right a{
    margin-left: 5px;
}

.in-page-nav-right .cl-popup {
    display: inline;
    vertical-align: sub;
    margin: 0 10px;
}
.in-page-nav-right .cl-popup .cl-btn {
    padding: 6px 12px !important;
}
.in-page-nav-right .contact {
    padding-left: 25px;
    float: left;
    margin-right: 20px;
    text-align: right;
    background: url(http://seed-static.oss-cn-beijing.aliyuncs.com/wordpress/common/call.png) no-repeat left 14px;
    background-size: 24px 26px;
}

.dropdown {
    float: right;
    margin-right: 5px;
    line-height: 50px;
}

.outline a {
    background-color: #ffffff;
    border-color: #333333;
    color: #333333
}

.outline a:hover {
    color: #000000
}


/*现用于banner的p标签下margin，可通用，写在row class*/

.mb-none p {
    margin-bottom: 0!important;
}

.clearfloat::after {
    content: '';
    display: block;
    clear: both;
}

._btn-default {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #4279f6;
    border-color: #4279f6;
}

._btn-default:hover,
._btn-default:focus {
    color: #ededed;
}

.a-no-style:hover,
.a-no-style:focus {
    text-decoration: none;
}

.a-no-style:hover,
.a-no-style:focus {
    text-decoration: none;
}


/*页内导航样式 end*/


/****************************手机端页内导航*****************************/

@media (max-width: 992px) {
    /*当出现底部导航条时，保证页脚不会被遮挡
    body {
        padding-bottom: 50px;
    }*/
    .in-page-nav #nav-wrapper {
        display: block
    }
    /*控制下拉菜单间距*/
    .dropdown-menu {
        min-width: 142px!important;
    }
    .dropdown-header {
        padding: 3px 10px!important;
    }
    .in-page-nav {
        width: auto;
        height: auto;
        top: 200px;
        /* background: none; */
    }
    .in-page-nav .container {
        padding-left: 0;
        padding-right: 0;
    }
    .in-page-nav h2 {
        font-size: 14px!important;
    }
    #nav-wrapper ul {
        margin-right: 0;
        margin-bottom: 0;
    }
    #nav-wrapper li {
        float: unset;
        padding: 0 15px;
    }
    #nav-wrapper li:hover a {
        color: unset;
    }
    .in-page-nav .span-btn {
        margin-right: 20px;
    }
    .in-page-nav-right {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        line-height: 36px;
        box-sizing: content-box;
        background: #ffffff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    }
    .in-page-nav-right .contact {
        display: block!important;
        padding-top: 7px;
    }
    .WYEF-contact {
        color: #333333!important
    }
    /*参赛须知-全宽*/
    .notice-box>h3 {
        width: 100%!important;
    }
}

@media (max-width: 640px) {
    .page-header h1 {
        font-size: 16px!important;
    }
    h1 {
        font-size: 24px!important;
    }
    h2 {
        font-size: 20px!important;
    }
    h3 {
        font-size: 18px!important;
    }
    h4 {
        font-size: 16px!important;
    }
    h5 {
        font-size: 14px!important;
    }
    .in-page-nav {
        line-height: 24px;
    }
    .in-page-nav h2 {
        line-height: 24px;
    }
    /*手机上分类导航*/
    .M-category .sow-features-feature {
        padding: 0!important;
        margin-bottom: 20px!important;
    }
    .M-category .sow-features-list {
        margin: 0 -10px!important;
    }
    .M-category-btn .panel-grid-cell {
        margin-bottom: 0!important;
    }
    /*手机上热门项目行间距调整*/
    .index-popular .panel-grid-cell {
        margin-bottom: 0!important
    }
    /*手机上offer you the best字号大小*/
    .index-offeryou h1 {
        margin-bottom: 0!important;
    }
    .index-offeryou h2 {
        margin-top: 0!important;
    }
    .index-offeryou h1 span {
        font-size: 40px!important;
    }
    .index-offeryou h2 span {
        font-size: 20px!important;
    }
    /*控制手机上不显示footer底部asdan总裁语录部分*/
    .footerclass {
        padding-top: 0!important
    }
    .footerclass>.container {
        display: none;
    }
    /*手机上首页banner高度调整*/
    .index-banner {
        margin-top: -30px!important;
    }
    .index-banner h1 {
        font-size: 28px!important;
    }
    .index-banner h2 {
        font-size: 14px!important;
    }
    .index-banner .sow-slider-image-wrapper {
        padding: 24% 20px 54% 20px!important;
        height: 120px!important;
    }
    /*手机上项目banner上文字大小*/
    .title {
        font-size: 20px!important;
        line-height: 30px;
        margin-bottom: 10px;
    }
    /*手机不显示*/
    .pcSHOW {
        font-size: 16px!important;
        line-height: 20px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}


/****************************手机端页内导航-结束*****************************/


/******************首页样式******************/


/*返回顶部按钮位置调整*/

#topcontrol {
    bottom: 40px!important;
    z-index: 121;
}


/*语言切换垂直居中*/

.kt-topbar-right ul {
    margin-bottom: 2px!important
}

.kt-topbar-right ul img {
    margin-bottom: 2px!important
}

.kt-topbar-right ul li {
    display: inline-block;
}


/*topbar 右边样式*/

.kt-topbar-right .widget-1 {
    float: left;
    margin-right: 20px
}

.kt-topbar-right .widget-2 {
    float: right
}


/*首页分享按钮————icon按钮样式*/

.share-icon {
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.share-icon i {
    line-height: 50px;
    transition: color 0.2s ease;
}

.share-icon i:hover {
    color: #000!important;
}

.so-panel {
    margin-bottom: 0!important;
}

.widget_sow-headline {
    margin-bottom: 30px!important;
}


/*PC banner h1和h3*/

.title {
    margin-bottom: 20px;
}

.pcSHOW {
    line-height: 30px;
}


/*控制电脑上offer you the best 字号大小*/

.index-offeryou h1 {
    margin-bottom: 0!important;
}

.index-offeryou h1 span {
    font-size: 70px
}

.index-offeryou h1 span span {
    font-size: 50px
}

.index-offeryou h2 span {
    font-size: 36px
}


/*控制特色图片div不占高度*/

.col-md-12.portfolio-project {
    margin-bottom: 0!important;
}


/*关于我们-发展重要事纪*/

.aboutUs-keyFacts span {
    margin: 5px 0 15px 35px;
    position: relative;
    line-height: 30px;
    display: block
}

.aboutUs-keyFacts span:before {
    width: 20px;
    height: 20px;
    content: "";
    display: inline-block;
    position: absolute;
    left: -35px;
    background: url(http://seed-qiniu.seededu.cn/static%2Fimg%2Faboutus_logo.png);
    background-size: cover;
    top: 2px;
}

.aboutUs-keyFacts tr td:nth-child(1) {
    border-right: 2px solid #cc0000;
}

.aboutUs-keyFacts tr {
    border-bottom: 20px solid white;
}


/*鼠标经过微信显示二维码*/

.lsow-icon-list .lsow-icon-list-item:nth-child(2) {
    margin-right: 10px
}

.lsow-icon-list .lsow-icon-list-item:nth-child(2):hover::after {
    content: '';
    width: 120px;
    height: 120px;
    border: 5px solid white;
    background: url(http://seed-static.seededu.cn/wordpress/2018/04/index_wechat-e1523251745134.jpg) top center;
    background-size: 100% auto;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 99999;
}


/*解决类似项目图片过高问题*/

.portfolio_carousel_item .portfolio_item {
    height: 182px!important;
    overflow: hidden!important;
}


/*参赛须知*/

.notice-box>h3 {
    width: 300px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #fff;
    background-color: orange;
    border-radius: 20px;
    text-align: center;
}

.notice-box>p {
    padding-left: 20px;
}


/****************考点样式****************/


/* 大屏幕（大桌面显示器，大于 1285px） */

.floor10-panel.clr::after {
    content: '';
    display: block;
    clear: both;
}

.floor10-panel-right:before,
.floor10-panel-right:after {
    content: " ";
    display: table;
}

.floor10-panel-right:after {
    clear: both;
}

.floor10-panel-left {
    float: left;
    width: 110px;
    text-align: center;
}

.floor10-panel-left h3 {
    color: #008CD6;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.floor10-panel-right {
    max-width: 970px;
    float: left;
    margin-bottom: 20px;
}

.floor10-panel-right .btn-panel {
    display: table;
    float: left;
    width: 190px;
    height: 70px;
    border-right: 1px solid #fff;
    padding: 0 20px;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px dotted #666;
    background-color: #222;
}

.floor10-en .btn-panel {
    width: 25%;
    min-width: 240px;
    height: 80px;
    font-size: 15px;
}

.floor10-panel-right .btn-panel a {
    display: table-cell;
    vertical-align: middle;
    line-height: 1;
    color: #ccc;
}

.floor10-panel-right .btn-panel a:hover {
    color: #fff;
}

.floor10-en .floor10-panel-right .btn-panel a {
    line-height: 1.2;
}

.floor10-panel-left {
    /* background: #f00 */
}


/* 中等屏幕（桌面显示器，小于等于 1285px） */

@media (max-width: 1285px) {
    .floor10-panel-left {
        /* background: #900;*/
    }
    .floor10-panel-left {
        width: unset;
        float: unset;
    }
    .floor10-panel-right {
        width: unset;
        float: unset;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .floor10-panel-right .btn-panel {
        width: 25%;
        padding: 0 10px;
    }
}


/* 小屏幕（平板，小于等于 992px） */

@media (max-width: 992px) {
    .floor10-panel-left {
        /* background: #600 */
    }
    .floor10-panel-right .btn-panel {
        width: 33.3333333%;
        min-width: 200px;
        padding: 0 10px;
        font-size: 13px;
    }
}


/* 超小屏幕（手机，小于等于 768px） */

@media (max-width: 768px) {
    .floor10-panel-left {
        /* background: #300 */
    }
    .floor10-panel-right .btn-panel {
        width: 50%;
        min-width: 150px;
        padding: 0 5px;
        font-size: 12px;
    }
}


/******首页-个性化筛选*******/

.chart-btn {
    margin: 40px 0 0 0;
}

.chart-btn span {
    padding: 8px 12px;
    border: 1px solid #dddddd;
    color: #333333;
    font-weight: bold;
    cursor: pointer;
    border-left: none;
}

.chart-btn span:hover {
    background: #f4f4f4;
    color: #990101;
}

.chart-btn .btn-1 {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.chart-btn .btn-3 {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.chart-btn .active-btn {
    background: #990101;
    color: white;
}

.index-filter .filter-title {
    width: 90px;
    display: inline-block;
    color: #999999;
}

.index-filter .filter-row {
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
}

.index-filter .filter-row:last-child {
    border-bottom: none;
}

.index-filter .filter-cate {
    padding: 3px 10px;
    margin-right: 1px;
    display: inline-block;
}

.index-filter .filter-cate:hover {
    background: #990101;
    color: #ffffff;
    cursor: pointer
}

.index-filter .current-cate {
    background: #990101;
    color: #ffffff;
}

.index-filter .filter-content .filter-result {
    width: 30%;
    height: 353px!important;
    border: 1px solid #eaeaea;
    vertical-align: middle;
    margin-right: 4.5%;
    margin-bottom: 30px;
    display: inline-block;
    background: white;
    transition: all .3s;
    text-align: left;
    position: relative
}

.ASDAN-commen .filter-result {
    width: 100%!important
}

.index-filter .filter-content .filter-result:hover {
    box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
}

.index-filter .filter-content .filter-result p {
    position: relative;
    height: 46px;
    overflow: hidden;
    line-height: 23px;
    color: #666666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 10px;
}

.index-filter .filter-content .filter-result p span {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
    font-weight: bold;
    width: 18px;
    background-color: #fff;
}

.index-filter .filter-content .filter-result:hover p {
    color: #666666
}

.index-filter .filter-content .filter-result a {
    width: 100%;
    height: 165px;
    display: inline-block;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.index-filter .filter-content .filter-result img {
    margin: 0;
    margin-bottom: 20px;
}

.index-filter .filter-content .filter-result h4 {
    font-weight: bold;
    font-size: 22px!important;
    line-height: 24px;
    display: inline-block;
    padding-left: 10px;
}

.index-filter .filter-result-wrapper .filter-result:nth-child(3n+3) {
    margin-right: 0;
}

.index-filter .filter-pagination {
    overflow: hidden;
}

.index-filter .pagination-btn {
    padding: 0.06rem 0.10rem;
    margin-right: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    cursor: pointer;
    color: #999;
    display: inline-block;
    box-sizing: border-box;
    width: 40px;
    text-align: center;
}

.index-filter .pagination-wrap {
    position: relative;
    display: inline-block;
    padding-left: 0;
}

.index-filter .pagination-ellipsis {
    color: #999;
    position: relative;
    top: -5px;
    display: inline-block;
    padding: 0 0.12rem;
    margin-right: 4px;
}

.index-filter .pagination-current {
    border: 1px solid #3E8DDD;
    color: #3E8DDD;
}

.pagination-disabled {
    cursor: not-allowed;
}

.index-filter #pagination-next,
.index-filter #pagination-prev {
    padding-right: 0.08rem;
    padding-left: 0.08rem;
}

.index-filter .pagenum {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.index-filter .loadEffect {
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 auto;
    margin-top: 100px;
}

.filter-select {
    height: 150px;
}

.filter-select span {
    font-size: 28px;
    font-weight: bold;
}

.filter-select h4 {
    margin: 0 auto 20px;
    display: inline-block;
    float: left;
    text-align: left
}

.filter-select .selectDiv {
    float: right;
    text-align: right
}

.filter-select .selectDiv select {
    width: 100px;
    margin-right: 12px;
    border-color: #cacaca;
}

.filter-select .filter-contact-us {
    background-image: linear-gradient( 135deg, #43CBFF 10%, #9708CC 100%);
    padding: 8px 14px;
    border-radius: 6px;
    color: white;
    cursor: pointer;
    white-space: nowrap;
}

.filter-select .filter-contact-us:hover {
    margin-top: 10px
}

.select-tip {
    text-align: right;
    padding-right: 11px;
    color: #ffbe4d;
    margin-top: 10px!important;
    font-weight: bold;
    display: inline-block;
    -webkit-animation-name: select-tip;
    animation-name: select-tip;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.animated2 {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes select-tip {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    40% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    60% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes select-tip {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    40% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    60% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.projectStatus-on {
    position: absolute;
    top: 6px;
    left: 0;
    background: #fa4e4e;
    padding: 0 12px 0 10px;
    color: white;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.projectStatus-off {
    position: absolute;
    top: 6px;
    left: 0;
    background: #757575;
    padding: 0 12px 0 10px;
    color: white;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.projectInfo {
    margin-bottom: 0!important;
    height: 30px!important;
    position: absolute!important;
    bottom: 0px;
    width: 100%;
}

@media (max-width: 1660px) {
    .projectInfo {
        margin-bottom: 0!important;
        height: 46px!important;
        margin-top: -10px!important
    }
    .projectInfo i {
        width: 100%!important;
    }
    .projectInfo i:last-child {
        width: 100%!important;
    }
    .index-filter .filter-content .filter-result {
        height: 385px!important
    }
}

.projectInfo i {
    width: 55%;
    height: 20px;
    background: url('http://seed-static.oss-cn-beijing.aliyuncs.com/wordpress/common/filter-location.png?0') no-repeat left center;
    background-size: 25px 25px;
    font-style: normal;
    display: inline-block;
    color: #cacaca;
    text-align: left;
    padding-left: 30px;
}

.projectInfo i:last-child {
    width: 45%;
    background: url('http://seed-static.oss-cn-beijing.aliyuncs.com/wordpress/common/filter-date.png?0') no-repeat left center;
    background-size: 20px 20px;
}

.filter-recommend {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 90px;
    right: 2px;
}

.filter-recommend-none {
    display: none
}

.project-tagList {
    display: block;
}

.project-tagList .project-tag {
    display: inline-block;
    padding: 0px 5px;
    border: 1px solid #fa5c4e;
    color: #fa5c4e;
    border-radius: 3px;
    margin-left: 10px;
}

.projectFrequency-on {
    position: absolute;
    left: 0;
    top: 36px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #0093ff;
    text-align: center;
    color: white;
    padding: 0px 12px 0px 10px;
}


/*首页筛选loading样式*/

.index-filter .loadEffect span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #409EFF;
    position: absolute;
    animation: load 1.04s ease infinite;
}

@keyframes load {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.2;
    }
}

.index-filter .loadEffect span:nth-child(1) {
    left: 0;
    top: 50%;
    margin-top: -8px;
    animation-delay: 0.13s;
}

.index-filter .loadEffect span:nth-child(2) {
    left: 14px;
    top: 14px;
    animation-delay: 0.26s;
}

.index-filter .loadEffect span:nth-child(3) {
    left: 50%;
    top: 0;
    margin-left: -8px;
    animation-delay: 0.39s;
}

.index-filter .loadEffect span:nth-child(4) {
    top: 14px;
    right: 14px;
    animation-delay: 0.52s;
}

.index-filter .loadEffect span:nth-child(5) {
    right: 0;
    top: 50%;
    margin-top: -8px;
    animation-delay: 0.65s;
}

.index-filter .loadEffect span:nth-child(6) {
    right: 14px;
    bottom: 14px;
    animation-delay: 0.78s;
}

.index-filter .loadEffect span:nth-child(7) {
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    animation-delay: 0.91s;
}

.index-filter .loadEffect span:nth-child(8) {
    bottom: 14px;
    left: 14px;
    animation-delay: 1.04s;
}

@media (max-width: 767px) {
    .index-filter .filter-content .filter-result {
        width: 100%;
    }
    .index-filter .filter-tag {
        padding: 0 10px!important
    }
    .index-filter .filter-title {
        width: 80px;
    }
}


/*********************************各项目单独用到的样式*********************************/


/*ShortCourse课题模块样式*/

.committee h3 {
    font-size: 16px;
    color: #333;
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
}

.committee h4 {
    margin-top: 5px;
    margin-left: 5px;
    line-height: 22px;
}

.committee table {
    margin-top: 16px;
    color: #333;
    border-bottom: 1px solid #dfdfdf;
}

.committee h5 {
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 10px;
}

.committee table img {
    margin: 10px 10px 0 0;
    float: left;
}

.committee table b {
    color: #1c75bc;
}

.committee table a {
    color: #666;
}

.committee table a:hover {
    text-decoration: underline;
}

.committee td {
    border-top: 1px solid #dfdfdf;
    line-height: 22px;
}

.committee td {
    padding: 10px;
}

.committee tr td:nth-child(2) {
    width: 370px;
}

.committee tr td:nth-child(2n-1) {
    width: 161px;
}

.committee .advice a {
    color: #EF3365;
}


/*ShortCourse 教师会样式*/

.traning-info {
    padding: 20px 10px 10px 10px;
    margin-bottom: 20px;
    background-color: #fff;
    text-align: center;
}

.traning-info p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}

.traning-info .site {
    height: 30px;
    font-size: 16px;
    color: #0EA3D8;
}

.traning-finish .traning-info p {
    color: #aaaaaa;
}

.traning-finish .traning-info .site {
    color: #888888!important;
}


/*表格样式，首行下实线，下每行虚线，线为红色，可通用，直接从页面复制文字于可视化编辑器即可*/

.first-row {
    border-bottom: 2px solid #ff0000;
}

.first-row th {
    border-top: none!important;
}

.cut-line {
    border-bottom: 1px dotted #ff0000;
}

.cut-line td {
    border-top: none!important;
    vertical-align: middle!important;
}

table tr:nth-child(even) {
    background: transparent!important;
}


/*表格样式，首行下实线，下每行虚线，可通用，线为白色*/

.first-row-white {
    border-bottom: 2px solid #ffffff;
}

.first-row-white th {
    border-top: none!important;
    color: #ffffff!important
}

.cut-line-white td {
    color: #ffffff!important
}


/*商赛近期赛事*/

.business-events {
    height: 135px!important
}

.business-winners-title {
    padding: 4px 0;
    background-color: #cc3636;
}

.business-winners-title p {
    margin-bottom: 0!important;
    color: white;
}

.business-winners-title p span {
    display: block;
    color: white!important;
}

.business-winners-table {
    color: #333;
    border: 1px solid #EBEEF5;
}

.business-winners-table tr {
    height: 54px;
    border-bottom: 1px solid #EBEEF5;
}

.business-winners-table tr td {
    padding: 5px 10px;
}


/*HIPPY 发展历程-地图部分*/

.develop-map {
    background: #9ec829 url("http://seed-static.seededu.cn/web/img/preschool/HIPPY/HIPPY_map.png") no-repeat;
    background-size: cover;
    width: 100%;
    height: 700px;
    border-radius: 370px;
    position: relative;
    box-shadow: 0 3px 3px #5e7a17;
    margin: 60px auto 20px;
}

.develop-map div {
    width: 68px;
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
    padding: 5px 20px;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    transition: .4s;
    color: #ffffff;
}

.develop-map a {
    color: #ffffff;
    margin-left: 20px;
}

.develop-map a:hover {
    text-decoration: underline;
}

.develop-map div:hover {
    width: 260px!important;
}

.develop-map div.lbly {
    width: 88px;
}

.develop-map div.can {
    background: #fec00b;
    top: 124px;
    left: 185px;
}

.develop-map div.us {
    background: #0b72b4;
    top: 232px;
    left: 125px;
}

.develop-map div.agt {
    background: #e3001c;
    top: 610px;
    left: 390px;
}

.develop-map div.adly {
    background: #e0dc01;
    top: 548px;
    left: 910px;
}

.develop-map div.adl {
    background: #0d3082;
    top: 285px;
    left: 670px;
}

.develop-map div.dg {
    background: #91117e;
    top: 255px;
    left: 600px;
}

.develop-map div.ysl {
    background: #e95120;
    top: 360px;
    left: 700px;
}

.develop-map div.ydl {
    background: #00a199;
    top: 285px;
    left: 560px;
}

.develop-map div.xxl {
    background: #622282;
    top: 600px;
    left: 910px;
}

.develop-map div.nf {
    background: #98c010;
    top: 520px;
    left: 660px;
}

.develop-map div.dm {
    background: #be0a27;
    top: 220px;
    left: 550px;
}

.develop-map div.fl {
    background: #0b72b4;
    top: 210px;
    left: 650px;
}

.develop-map div.hl {
    background: #ebdc35;
    top: 250px;
    left: 495px;
}

.develop-map div.teq {
    background: #ebdc35;
    top: 330px;
    left: 720px;
}

.develop-map div.lbly {
    background: #f39402;
    top: 415px;
    left: 550px;
}


/*hippy 一日课程样本*/

.dialog {
    width: 100%;
    height: auto;
}

.dialog-title {
    position: relative;
    height: 18px;
}

.dialog-title p {
    color: #e47919;
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    background: #f6efe9;
    position: absolute;
    top: 0;
    left: 564px;
}

.dialog-title i {
    width: 100%;
    border-bottom: 1px dashed #e47919;
}

.send {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.send>div {
    display: flex;
    max-width: 1040px;
}

.send .second-talk {
    margin-left: 70px;
}

.send span {
    color: #ffffff;
    display: inline-block;
    padding: 10px;
    background: #8fc41e;
    border-radius: 5px;
    /* 圆角 */
    max-width: 1040px;
    word-wrap: break-word;
    margin-bottom: 10px;
}

.send .arrow {
    position: absolute;
    top: 13px;
    width: 0;
    height: 0;
    font-size: 0;
    border: solid 8px;
}

.right {
    color: #333333;
}

.right span {
    float: right;
}

.left span {
    float: left;
    background: #88147f;
}

.right .arrow {
    right: 54px;
    border-color: #f6efe9 #f6efe9 #f6efe9 #8fc41e;
}

.left .arrow {
    left: 54px;
    border-color: #f6efe9 #88147f #f6efe9 #f6efe9;
}

.left>div:nth-child(3) .arrow {
    top: 60px;
}

.right img {
    float: right;
    margin-left: 20px;
}

.left img {
    float: left;
    margin-right: 20px;
}


/*ISWEEEP 课题选择*/

.topic-box {
    width: 100%;
    height: 400px;
    background: url(http://seed-static.oss-cn-beijing.aliyuncs.com/wordpress/2019/07/ISWEEP_topic1.jpg) no-repeat;
    float: left;
    margin: 10px auto;
    color: #fff;
    cursor: pointer;
    background-size: cover;
}

.topic-box2 {
    background-image: url(http://seed-static.oss-cn-beijing.aliyuncs.com/wordpress/2019/07/ISWEEP_topic2.jpg);
}

.topic-box3 {
    background-image: url(http://seed-static.oss-cn-beijing.aliyuncs.com/wordpress/2019/07/ISWEEP_topic3.jpg);
}

.topic-box4 {
    background-image: url(http://seed-static.oss-cn-beijing.aliyuncs.com/wordpress/2019/07/ISWEEP_topic4.jpg);
}

.topic-box .topic-con {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    padding: 5% 5%;
    transition: .2s;
}

.topic-box h4 {
    text-align: center!important;
    font-size: 16px;
    color: #ffffff!important;
}

.topic-box table {
    width: 100%;
    margin-top: 20px;
}

.topic-box tr {
    border-top: 1px solid #fff;
}

.topic-box h5 {
    margin-top: 40px;
    color: #FFC000;
    font-weight: bold;
}

.topic-box p {
    margin: 10px 0;
}

.topic-box:hover .topic-con {
    display: block
}

.topic-box-en tr td {
    padding: 5px!important;
}

.topic-box-en h5 {
    margin-top: 0!important;
}


/*ARML- ARML与AMC区别表格样式*/

.table-arml {
    border: 2px solid #c0504e;
    background-color: #fff;
}

.table-arml thead th {
    color: #ffffff;
    background-color: #c0504e;
}

.table-arml thead th.column-1 {
    min-width: 120px;
}

.table-arml tbody td {
    border-bottom: 2px solid #c0504e;
}


/*AAPT-培训体系表格样式*/

.aapt-train-table th {
    text-align: center;
}

.aapt-train-table {
    margin-top: 20px;
    text-align: center;
}

.aapt-train-table .first-row {
    border-bottom: 2px solid #91decf;
}

.aapt-train-table td {
    border-bottom: 1px solid #91decf;
}

.aapt-train-table a {
    color: #fff;
}

.aapt-train-table a:hover {
    color: #dedede;
}


/*AAPT-规则与奖项样式*/

.aapt-rules-and-awards h3,
.aapt-rules-and-awards .title {
    padding: 20px;
    color: #fff;
    background-color: rgba(70, 191, 189, .6);
    text-align: center;
}

.aapt-rules-and-awards .text {
    margin-top: 270px;
    padding: 10px 20px 10px;
    color: #fff;
    background-color: #46BFBD;
}


/*WYEF 渐变色*/

.WYEF-linear {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0ba19c+1,0c74b8+100 */
    background: #0ba29b!important;
    /* Old browsers */
    background: -moz-linear-gradient(left, #17A4A2 0%, #233D93 100%)!important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #17A4A2 0%, #233D93 100%)!important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #17A4A2 0%, #233D93 100%)!important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0F8997', endColorstr='#0F528E', GradientType=1)!important;
    /* IE6-9 */
}

.WYEF-committees .lsow-panel {
    margin-bottom: 20px!important;
}

.WYEF-committees .lsow-panel .lsow-panel-title {
    background: linear-gradient(to right, #17A4A2 0%, #233D93 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #ffffff!important;
    text-transform: none!important;
    padding-left: 20px!important
}

.WYEF-committees .lsow-accordion div:nth-child(14) .lsow-panel-content {
    display: block;
}

.WYEF-presidium img {
    width: 152px!important;
    height: 152px!important;
    border-radius: 50%;
    padding: 8px;
    margin-bottom: 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0ba19c+1,0c74b8+100 */
    background: #0ba29b;
    /* Old browsers */
    background: -moz-linear-gradient(left, #17A4A2 0%, #233D93 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #17A4A2 0%, #233D93 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #17A4A2 0%, #233D93 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#17A4A2', endColorstr='#233D93', GradientType=1);
    /* IE6-9 */
}

.WYEF-linear #nav-wrapper li {
    padding: 0 15px;
}


.BS-nav-dropdown .volunteer_color_white a,
.BS-nav-dropdown .volunteer_color_white .currentPage {
    color: #fff!important;
}

.BS-Main-num {
    width: 50px;
    height: 50px;
    text-indent: 10px;
    line-height: 45px;
    display: inline-block;
    background: url(http://seed-static.seededu.cn/wordpress/2018/12/BS-icon-red2.jpg) no-repeat center center;
    background-size: 50px auto;
}

.BS-Main-num-big {
    width: 100%;
    height: 100%;
    background-size: contain;
    font-size: 80px;
    line-height: 100px;
    text-indent: 25px;
}

.BS-arrow-right:before {
    display: block;
    content: '';
    border-width: 20px 15px 20px 20px;
    border-style: solid;
    border-color: transparent transparent transparent #CC3636;
    position: absolute;
    right: -5px;
    margin-top: -17px;
}

.BS-ranking-arrow:before {
    display: block;
    content: '';
    border-width: 20px 15px 20px 20px;
    border-style: solid;
    border-color: transparent transparent transparent #20668b!important;
    position: absolute;
    right: -5px;
    margin-top: -17px;
}

.BS-arrow:before {
    display: block;
    content: '';
    border-width: 20px 15px 20px 15px;
    border-style: solid;
    border-color: transparent transparent #CC3636 transparent;
    position: absolute;
    left: 38%;
    margin-top: -110px;
}


.volunteer-partner img {
    background: #e73827;
    background: -moz-linear-gradient(left, #62c181 0%, #e73827 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #62c181 0%, #e73827 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #62c181 0%, #e73827 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#62c181', endColorstr='#e73827', GradientType=1);
    /* IE6-9 */
}

.stanford-teacher .WYEF-presidium img {
    background: #b70202;
    background: -moz-linear-gradient(left, #f18855 0%, #b70202 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f18855 0%, #b70202 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f18855 0%, #b70202 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f18855', endColorstr='#b70202', GradientType=1);
    /* IE6-9 */
}


/*志愿者项目列表*/
.vol-link:hover {
    color: transparent;
    text-decoration: none;
}

.vol-wrap {
    position: relative;
    top: 0;
    transition: .3s;
    background-color: #fff;
    margin-bottom: 30px;
}

.vol-wrap:hover {
    box-shadow: 0 4px 15px #c4c4c4;
    top: -5px;
}

.vol-wrap-top {
    height: 220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.vol-wrap-bottom {
    padding: 16px 12px;
}

.vol-wrap-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    height: 30px;
    font-size: 20px;
    margin-bottom: 6px;
    color: #171c1b;
}

.vol-wrap-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    height: 32px;
    padding-bottom: 10px;
    color: #a4a9a8;
}

.vol-wrap-list {
    display: flex!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    color: #a4a9a8;
    font-size: 14px;
    margin-right: 2%;
}

.vol-wrap-item+.vol-wrap-item {
    margin-left: 5px;
}

@media (max-width: 767px) {
    .vol-iave p {
        font-size: 16px!important;
        line-height: 28px!important;
    }
    .vol-iave span {
        font-size: 16px!important;
    }
}


/*新商赛BS-MAIN BS-allstar的样式*/

.BS-main-nav {
    background: #e60012!important
}

.BS-main-nav .active {
    background-color: #cc3636!important;
}

.BS-main-nav .active>a {
    color: #fff!important
}

.BS-allstar-nav li.active a {
    color: #fff;
}

.BS-ranking-nav {
    background: #20668b!important
}

.BS-allstar-nav {
    background: #231815!important
}



/*晋升之路下拉菜单*/

.BS-nav-dropdown {
    position: relative
}

.BS-nav-dropdown div {
    display: none
}

.BS-nav-dropdown:hover div {
    display: inline-block;
    position: absolute;
    background: white;
    left: 0;
    padding: 10px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.BS-nav-dropdown div a {
    color: #CC3636!important;
    white-space: nowrap;
    display: inherit;
    padding: 0 20px;
    line-height: 36px;
}

.BS-allstar-nav .BS-nav-dropdown div a {
    color: #000000!important;
}

.BS-ranking-nav .BS-nav-dropdown div a {
    color: #20668b!important;
}

.BS-nav-dropdown div a.currentPage {
    color: #4279f6!important;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.3);
}

.BS-nav-dropdown:hover div a:hover {
    text-decoration: underline!important;
}

@media (max-width: 767px) {
    .BS-allstar-nav #nav-wrapper {
        background: #231815 !important;
    }
    .BS-ranking-nav #nav-wrapper {
        background: #20668b !important;
    }
    .BS-Ranking-tab .lsow-tab-pane {
        padding: 10px!important;
    }
    .d-none-M {
        display: none
    }
    .BS-arrow:before {
        left: 45.5%;
    }
}

@media (max-width: 640px) {
    .careers-banner h3 {
        font-size: 14px!important;
    }
}

/*斯坦福-学校介绍-模糊图片*/

.stanford-bg {
    background: url('http://seed-static.seedasdan.com/wordpress/2018/09/stanford-compus.jpg?0') 50% center no-repeat;
    height: 600px;
    text-align: center;
    background-size: cover;
}

@media (min-width: 767px) {
    .oxford-bg {
        background-attachment: fixed!important;
    }
    .stanford-bg {
        background-attachment: fixed!important;
    }
    .cambridge-bg {
        background-attachment: fixed!important;
    }
}

.stanford-bg-blur {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*-webkit-filter: blur(5px);*/
    /*-moz-filter: blur(5px);*/
    /*-o-filter: blur(5px);*/
    /*-ms-filter: blur(5px);*/
    /*filter: blur(5px);*/
}

.stanford-content-front {
    position: absolute;
    left: 10px;
    right: 10px;
    height: 600px;
    padding-top: 200px;
    text-align: center;
}

.oxford-bg {
    background: url('http://seed-static.seedasdan.com/wordpress/2019/09/Oxford-university.jpg?0') 50% center no-repeat;
    background-size: cover;
}

/* wsc样式 */

.wsc .lsow-value {
    font-size: 16px!important;
}

.wsc .lsow-button {
    background-color: #630809;
}

@media (max-width:767px) {
    .wsc-sports1>div,
    .wsc-sports2>div,
    .wsc-sports3>div,
    .wsc-sports4>div {
        margin-bottom: 0!important;
    }
    .wsc-sports2,
    .wsc-sports4 {
        display: flex!important;
        flex-direction: column;
    }
    .wsc-sports2>div:first-of-type {
        order: 1;
    }
    .wsc-sports4>div:first-of-type {
        order: 1;
    }
    .wsc-h1 h1 {
        font-size: 22px;
        text-shadow: 0 0 5px #fff;
    }
    .wsc-img {
        float: none!important;
        margin: 20px auto!important;
    }
    .wsc-banner h1 {
        font-size: 18px!important;
    }
    .wsc-banner .mobile-hide {
        display: none!important;
    }
    .wsc-banner .sow-slider-images>li:nth-of-type(7) {
        background-position-x: right!important;
    }
    .wsc-banner .sow-slider-images>li:last-of-type {
        background-position-x: right!important;
    }
}

@media (max-width: 1023px) {
    .wsc .step-pc {
        display: none!important;
    }
    .wsc .step-mobile {
        display: flex!important;
    }
}

@media (min-width: 1024px) {
    .wsc .step-pc {
        display: flex!important;
    }
    .wsc .step-mobile {
        display: none!important;
    }
    .wsc-banner .pc-hide {
        display: none!important;
    }
}

.wsc .step-pc {
    display: flex;
    margin-bottom: 40px;
}

.wsc .step-item {
    flex: 1;
    margin-bottom: 1px;
    color: #fff;
    line-height: 65px;
    text-align: center;
}

.wsc .step-item+.step-item {
    margin-left: 20px;
}

.wsc .step-item-top,
.step-item-bottom {
    position: relative;
    background-color: #630809;
    height: 65px;
    border-bottom: 1px solid #fff;
}

.wsc .step-item-top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border: 33px solid #fff;
    border-top-color: transparent;
    border-right-color: transparent;
}

.wsc .step-item-top:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border: 33px solid #fff;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.wsc .step-item-bottom:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border: 33px solid #fff;
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.wsc .step-item-bottom:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border: 33px solid #fff;
    border-top-color: transparent;
    border-left-color: transparent;
}

.wsc .step-title {
    font-size: 24px;
    font-weight: bold;
}

.wsc .step-text {
    font-size: 14px;
}

.wsc .step-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.wsc .step-mobile-item {
    height: 200px;
}

.wsc .step-mobile-item:last-of-type {
    height: auto;
}

.wsc .step-mobile-content {
    display: flex;
    align-items: center;
    color: #630809;
}

.wsc .step-mobile-circle {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border: 2px solid #630809;
    font-size: 24px;
    font-weight: bold;
    border-radius: 50%;
}

.wsc .step-mobile-main {
    width: 200px;
    margin-left: 20px;
    font-size: 16px;
    color: #630809;
}

.wsc .step-mobile-line {
    width: 2px;
    height: calc(100% - 120px);
    margin: 10px 0;
    margin-left: 49px;
    background-color: #630809;
}

.wsc .sow-icon-container {
    color: transparent!important;
}

.wsc .lsow-pricing-table .lsow-plan-header {
    padding: 20px 0 20px;
}

.wsc .lsow-title {
    margin-bottom: 0!important;
}

.wsc .lsow-value-wrap:after {
    margin-top: 8px!important;
}

.wsc .lsow-purchase {
    padding: 0!important;
}

.wsc-en .lsow-pricing-table .lsow-purchase a {
    letter-spacing: 0;
}

.wsc-en .lsow-pricing-plan:first-child .lsow-purchase a {
    padding: 12px 54px;
}

.wsc-en .lsow-pricing-plan:nth-child(2) .lsow-purchase a {
    padding: 12px 58px;
}


/*IAC晋级之路的表格样式*/

.IAC-road table {
    border: 1px solid #eb8c12;
}

.IAC-road table th {
    background: #eb8c12;
    color: white;
}


/*libf晋级之路的表格样式*/

.libf-road table {
    border: 1px solid #accf68;
}

.libf-road table th {
    background: #accf68;
    color: white;
}


/*鼠标划过商赛会盖住当前项的问题*/

.wp-megamenu-item-7637 {
    position: static!important;
}

.wp-megamenu-item-7637 .wp-megamenu-sub-menu,
.wp-megamenu-item-7399 .wp-megamenu-sub-menu {
    top: -80px!important;
    left: 0px!important;
}

@media (max-width: 767px) {
    /* 职业探索 手机上banner文字调整 */
    .careers-banner h3,
    .careers-banner h1 {
        color: #fff;
        text-shadow: 0 2px 2px rgba(0, 0, 0, .5);
    }
    /* 机器人挑战赛 手机晋级之路调整 */
    .nrc-route {
        flex-direction: column;
    }
}