.head .dropdown-menu>li>a:hover,
.head .navbar-nav>li.active>a,
.head .navbar-nav>li>a:hover {
    color: #d3ae82 !important
}

.head .dropdown-menu>li>a:hover::after,
.head .navbar-nav>li.active>a::after,
.head .navbar-nav>li>a:hover::after {
    background: #d3ae82 !important
}

body {
    background: #ffffff
}

.optiondom {
    position: absolute;
    left: -99999px;
    z-index: -99
}

.breadcrumb,
.breadcrumb a,
.breadcrumb-bg {
    background: none !important
}

.head {
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3)
}

.filter-bg .filter {
    padding: 10px 30px 25px;
    box-shadow: none;
    border-radius: 0
}

.filter-bg .filter-content {
    margin-left: 0;
    margin-right: 0
}

.filter-bg .filter-tools {
    padding: 0
}

.filter {
    padding: 25px 0 10px;
    background: #fff;
    margin-bottom: 20px !important;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08)
}

.filter-tit,
.filter .moudle-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    padding: 15px 0 25px;
    border-bottom: 1px solid #eee
}

.filter-tit a,
.filter .moudle-title a {
    color: #333
}

.filter-tit span,
.filter .moudle-title span {
    color: #d3ae82
}

.filter-mark {
    display: none;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.moubile-filter-tit {
    display: none
}

.filter-tools {
    padding: 0 20px
}

.filter-content {
    padding: 10px 0px 0px;
    border-bottom: 1px solid #eee;
    margin: 0 20px 10px
}

.filter-type {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px
}

.filter-type:last-child {
    margin-bottom: 0;
    border: none
}

.filter-type>p {
    float: left;
    width: 98px;
    font-weight: bold;
    color: #333
}

.filter-type ul {
    position: relative;
    margin-left: 80px;
    padding-right: 40px
}

.filter-type ul li {
    float: left;
    margin-right: 5px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 15px;
    cursor: pointer
}

.filter-type ul li a {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
    color: #666
}

.filter-type ul li.active a,
.filter-type ul li:hover a {
    color: #fff;
    background: #d3ae82
}

.filter-type ul li.open-btn {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0 auto;
    text-align: center
}

.filter-type ul li.open-btn a {
    position: relative;
    display: none;
    font-size: 14px;
    color: #6d8dba !important;
    width: 47px !important;
    background: #fff !important;
    padding: 0 10px 0 5px !important
}

.filter-type ul li.open-btn a::before {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #6d8dba;
    margin-top: -2px
}

.filter-type label,
.filter-type .label,
.filter-type .result-item {
    display: inline-block;
    padding: 0 7px;
    margin-right: 6px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #df2f30 !important;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    cursor: pointer
}

.filter-type label .close-icon,
.filter-type .label .close-icon,
.filter-type .result-item .close-icon {
    padding: 0 5px;
    margin-left: 5px;
    background: url(../images/close-icon.png) no-repeat center right
}

.filter-type .reset-btn {
    margin: 0 20px;
    padding: 3px 15px;
    color: #fff;
    background: #745BC6;
    border-radius: 2px;
    cursor: pointer
}

#filter-area {
    height: 35px;
    overflow: hidden
}

.filter-type[data-fold=true] {
    height: auto !important
}

.filter-box .filter-type[data-fold=true]>ul {
    width: auto !important;
    float: none !important
}

#filter-school,
#filter-price {
    height: 35px;
    overflow: hidden
}

#filter-result {
    padding: 4px 0;
    border: none
}

#filter-shiqu,
#filter-result {
    display: none
}

.filter-tools .search-box {
    width: 250px
}

.filter-tools .search-input {
    width: 200px;
    padding-left: 27px;
    background: url(../images/search-bg.png) no-repeat 10px center;
    font-size: 9pt;
    height: 30px;
    line-height: 28px;
    border: 1px solid #bbb;
    color: #888;
    border-radius: 2px 0 0 2px
}

.filter-tools .search-btn,
.filter-tools .search-btn:focus {
    float: right;
    width: 50px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #d3ae82;
    border-color: #d3ae82;
    border-radius: 0 2px 2px 0
}

.major-menu {
    display: none;
    padding: 5px;
    border: 1px solid #d3ae82;
    border-radius: 3px;
    margin-bottom: 10px;
    top: -5px
}

.major-menu li.js-filter-list {
    margin: 5px
}

.js-filter-major {
    position: relative;
    overflow: visible !important;
    z-index: 2
}

.js-filter-major:hover {
    color: #fff;
    background: #d3ae82
}

.js-filter-major.active::before {
    position: absolute;
    display: block;
    content: '';
    width: 20px;
    height: 8px;
    background: url(../images/major-li-bg.jpg) no-repeat bottom center;
    bottom: -11px;
    left: 50%;
    margin-left: -10px
}

.js-filter-major.select-all::before {
    display: none !important
}

.ku-md {
    margin-bottom: 30px
}

.ku-left {
    float: left;
    width: 1060px;
    /* width: calc(100% - 350px) */
}

.ku-left .school-box {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    overflow: hidden
}

.ku-left .moudle-title {
    padding: 25px 0;
    text-align: center;
    border-bottom: 1px solid #eee
}

.ku-left .moudle-title a {
    font-size: 28px;
    line-height: 30px;
    font-weight: bold;
    color: #333
}

.ku-right {
    float: left;
    width: 340px;
    margin-left: 20px
}

.ku-right .ku-right-cnt {
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 4px;
    margin-bottom: 10px
}

.ku-right .ku-right-cnt .more-btn {
    display: block;
    font-size: 12px;
    color: #d3ae82;
    border: 1px solid #d3ae82;
    border-radius: 3px;
    text-align: center;
    line-height: 20px;
    margin: 6px 0 2px
}

.ku-right .ku-right-cnt .more-btn:hover {
    color: #fff;
    background: #d3ae82
}

.ku-right .ku-right-tit {
    height: 31px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 12px
}

.ku-right .ku-right-tit .more {
    float: right;
    font-size: 14px;
    color: #666
}

.ku-right .ku-right-tit .more:hover {
    color: #d3ae82
}

.ku-right .ku-right-tit-inline2 {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px
}

.ku-right .ku-right-tit-inline2::before {
    position: absolute;
    display: block;
    content: '';
    width: 4px;
    height: 15px;
    background: #d3ae82;
    border-radius: 0 2px 2px 0;
    left: -10px;
    top: 4px
}

.ku-right .ku-right-tit-inline {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding-bottom: 10px;
    color: #333;
    border-bottom: 1px solid #d3ae82
}

.ku-right .ku-right-tit-inline .icon2 {
    padding: 2px 10px
}

.ku-right .ku-right-tit-inline .icon2-1 {
    background: url(../images/icon2.png) no-repeat -8px 5px
}

.ku-right .ku-right-tit-inline .icon2-2 {
    background: url(../images/icon2.png) no-repeat -8px -45px
}

.ku-right .ku-right-tit-inline .icon2-3 {
    background: url(../images/icon2.png) no-repeat -8px -95px
}

.ku-right .ku-right-tit-inline .icon2-4 {
    background: url(../images/icon2.png) no-repeat -8px -145px
}

.icon2 {
    background: url(../images/icon2.png) no-repeat 0 0
}

.ku-tabs {
    margin: -10px -10px 0
}

.ku-tabs ul {
    border-bottom: 1px solid #d3ae82
}

.ku-tabs ul li {
    width: 50%;
    text-align: center
}

.ku-tabs ul li a {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin: 0 auto;
    padding: 4px;
    border: none !important
}

.ku-tabs ul>li.active>a,
.ku-tabs ul>li.active>a:focus,
.ku-tabs ul>li.active>a:hover,
.ku-tabs ul>li>a:focus,
.ku-tabs ul>li>a:hover {
    color: #fff;
    font-weight: bold;
    background: #d3ae82 !important
}

.ku-tabs ul.row4 li {
    width: 25%
}

.ku-tabs2 ul {
    border: none;
    margin: -8px -4px 0
}

.ku-tabs2 ul li {
    width: 25%;
    margin: 0 auto
}

.ku-tabs2 ul li a {
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #ecf4fa;
    color: #d3ae82;
    background: #ecf4fa;
    margin: 8px 4px 0;
    border-radius: 2px;
    overflow: hidden
}

.ku-tabs2 ul>li.active>a,
.ku-tabs2 ul>li.active>a:focus,
.ku-tabs2 ul>li.active>a:hover,
.ku-tabs2 ul>li>a:focus,
.ku-tabs2 ul>li>a:hover {
    color: #fff;
    border-color: #d3ae82;
    background: #d3ae82 !important
}

.ku-tabs2 ul.row3 li {
    width: 33.333%
}

.ku-news {
    padding-top: 4px
}

.ku-news li {
    position: relative;
    font-size: 13px;
    line-height: 18px;
    padding-left: 10px;
    margin: 8px 0 0;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e0e0e0
}

.ku-news li:last-child {
    border: none
}

.ku-news li::before {
    display: block;
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    background: #aaa;
    left: 0;
    top: 8px;
    border-radius: 3px
}

.ku-news li:hover::before {
    background: #d3ae82
}

.ku-news .gallery {
    height: 76px !important;
    overflow: hidden;
    padding-left: 0 !important;
    background: none !important
}

.ku-news .gallery dl {
    margin-top: 5px
}

.ku-news .gallery dl dt {
    width: 106px;
    height: 68px;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 13px
}

.ku-news .gallery dl dd a {
    float: none !important;
    display: inline-block;
    width: calc(100% - 120px);
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    color: #444;
    font-weight: bold;
    overflow: hidden;
    white-space: normal;
    margin-bottom: 4px
}

.ku-news .gallery dl dd a:hover {
    color: #d3ae82
}

.ku-news .gallery dl dd a::before {
    display: none !important
}

.ku-news .gallery dl dd .time {
    font-size: 12px;
    line-height: 14px;
    color: #c0c0c0;
    height: auto
}

.special-news {
    margin: -10px -1.75% 0 !important;
    overflow: hidden
}

.special-news li {
    float: left;
    width: 46.5%;
    margin: 10px 1.75% 0;
    padding: 0 !important;
    white-space: normal !important
}

.special-news li a {
    display: block;
    font-size: 14px;
    color: #555;
    line-height: 18px;
    text-align: center;
    border: 1px solid #e0e0e0;
    background: #fff;
    padding: 4px 0;
    border-radius: 4px
}

.special-news li a:hover {
    color: #fff !important;
    background: #d3ae82;
    border-color: #d3ae82
}

.gather-word-list li {
    position: relative;
    float: left;
    width: 50%;
    font-size: 14px;
    line-height: 18px;
    padding-left: 9px;
    margin-bottom: 8px
}

.gather-word-list li::before {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid #745BC6;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    left: 0;
    top: 4px
}

.gather-word-list li a {
    display: block;
    color: #333
}

.gather-word-list li a:hover {
    color: #745BC6
}

.school-box-main {
    padding: 28px 14px 14px
}

.school-box-main.rules-box-main {
    padding-top: 30px
}

.school-box-main .more-btn {
    padding: 5px;
    font-size: 14px;
    line-height: 22px;
    color: #d3ae82;
    text-align: center;
    border: 1px solid #d3ae82;
    border-radius: 3px;
    margin-bottom: 6px
}

.school-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee
}

.school-item:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    border: none
}

.school-logo-box {
    float: left;
    width: 113px;
    margin-right: 14px;
    text-align: center
}

.school-logo-box .school-logo {
    width: 70px;
    height: 70px;
    border-radius: 70px;
    margin: 0 auto 6px;
    text-align: center
}

.school-logo-box .school-logo a {
    display: block
}

.school-logo-box .school-hot {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 20px;
    color: #999
}

.school-logo-box .address {
    font-size: 14px;
    font-weight: normal;
    color: #999;
    line-height: 20px;
    padding-left: 16px;
    background: url(../images/addres-icon.png) no-repeat left top 4px
}

.star-box {
    flex: 1
}

.star-box .star {
    float: left;
    width: 13px;
    height: 14px;
    margin: 3px 1px;
    background: url(../images/xing2.png) no-repeat center center
}

.star-box.star-box1 .star+.star {
    background: url(../images/xing3.png) no-repeat center
}

.star-box.star-box2 .star+.star+.star {
    background: url(../images/xing3.png) no-repeat center
}

.star-box.star-box3 .star+.star+.star+.star {
    background: url(../images/xing3.png) no-repeat center
}

.star-box.star-box4 .star+.star+.star+.star+.star {
    background: url(../images/xing3.png) no-repeat center
}

.star-box.star-box4-5 .star:last-child {
    background: url(../images/xing1.png) no-repeat center
}

.star-box.star-box0 .star {
    background: url(../images/xing3.png) no-repeat center center
}

.star-box.star-box0-5 .star:first-child {
    background: url(../images/xing1.png) no-repeat center
}

.star-box.star-box0-5 .star {
    background: url(../images/xing3.png) no-repeat center center
}

.star-box.star-box1-5 .star+.star {
    background: url(../images/xing1.png) no-repeat center center
}

.star-box.star-box1-5 .star+.star+.star {
    background: url(../images/xing3.png) no-repeat center center
}

.star-box.star-box2-5 .star+.star+.star {
    background: url(../images/xing1.png) no-repeat center center
}

.star-box.star-box2-5 .star+.star+.star+.star {
    background: url(../images/xing3.png) no-repeat center center
}

.star-box.star-box3-5 .star+.star+.star+.star {
    background: url(../images/xing1.png) no-repeat center center
}

.star-box.star-box3-5 .star+.star+.star+.star+.star {
    background: url(../images/xing3.png) no-repeat center center
}

.school-care {
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    color: #333;
    padding-left: 18px;
    background: url(../images/xin.png) no-repeat left top 4px
}

.school-content {
    float: left;
    width: calc(100% - 127px)
}

.school-content .school-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px
}

.school-content .school-name a {
    color: #333
}

.school-content .school-name a:hover {
    color: #d3ae82
}

.school-content .school-name .address {
    float: right;
    font-size: 14px;
    font-weight: normal;
    color: #999;
    line-height: 20px;
    padding-left: 16px;
    background: url(../images/addres-icon.png) no-repeat left top 4px
}

.school-content .rules-name {
    margin-bottom: 16px
}

.school-content .school-type-list {
    float: left;
    width: 31%;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 2px;
    color: #999
}

.school-content .school-type-list b {
    color: #333;
    font-weight: normal
}

.school-content .school-type-list .price {
    color: #f0261c;
    font-weight: bold
}

.school-content .school-type-list .price em {
    color: #333 !important;
    font-weight: normal !important
}

.school-content .school-type-list.list-row1 {
    width: 38%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.school-content .school-type-list.list-row2 {
    width: 69%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.school-content .school-type-list.all-list {
    width: 100%
}

.school-content .prclass {
    float: left;
    width: 100%;
    height: 20px;
    font-size: 14px;
    line-height: 20px
}

.school-content .prclass a {
    float: left;
    position: relative;
    color: #5b91a9;
    padding-right: 6px;
    margin-right: 6px
}

.school-content .prclass a:last-child {
    padding-right: 0 !important;
    margin-right: 0 !important
}

.school-content .prclass a:last-child::before {
    display: none
}

.school-content .prclass a::before {
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: 10px;
    right: 0;
    top: 5px;
    background: #5b91a9
}

.school-content .school-cnt {
    position: relative;
    padding-right: 125px
}

.school-content .school-type {
    float: left
}

.school-content .school-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    float: left;
    width: 95px;
    margin-top: -35px;
    top: 50%
}

.school-content .school-btn a,
.school-content .school-btn .duibi {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 2px
}

.school-content .school-btn .duibi {
    line-height: 24px;
    color: #d3ae82;
    border: 1px solid #d3ae82;
    cursor: pointer;
    margin-top: 10px
}

.school-content .school-btn .duibi .icon2 {
    padding: 0 10px;
    background: url(../images/icon2.png) no-repeat -8px -245px
}

.school-content .school-btn .duibi.yiduibi {
    color: #fff !important;
    background: #d3ae82 !important
}

.school-content .school-btn .duibi.yiduibi .icon2 {
    display: none
}

.school-content .school-btn .duibi:hover {
    color: #fff;
    background: #d3ae82
}

.school-content .school-btn .duibi:hover .icon2 {
    padding: 0 10px;
    background: url(../images/icon2.png) no-repeat -8px -295px
}

.school-content .school-btn a {
    line-height: 26px;
    background: #745BC6
}

.tag {
    color: #fff;
    padding: 1px 5px;
    margin: 0 1px;
    border-radius: 2px
}

.tag:last-child {
    margin-right: 0
}

.tag-color1 {
    color: #457b81;
    background: rgba(69, 123, 129, 0.1)
}

.tag-color2 {
    color: #b17a3a;
    background: rgba(177, 122, 58, 0.1)
}

.tag-color3 {
    color: #d3ae82;
    background: rgba(54, 100, 148, 0.1)
}

.tag-color4 {
    color: #a65454;
    background: rgba(166, 84, 84, 0.1)
}

.tag-color5 {
    color: #9197d6;
    background: rgba(145, 151, 214, 0.1)
}

.rem-school-box .school-box-main {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    overflow: hidden
}

.rem-school-box .school-content .school-btn {
    margin-top: 0
}

.remlist-tit {
    position: relative;
    padding: 25px 0;
    z-index: 1;
    text-align: center
}

.remlist-tit::before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #e4e5e5;
    left: 0;
    top: 50%;
    margin-top: -1px
}

.remlist-tit span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #999;
    padding: 0 25px;
    background: #ffffff;
    z-index: 1
}

.page {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px
}

.page>ul>li {
    float: left
}

.page>ul>li.active {
    background-color: #d3ae82;
    color: #fff;
}

.page .pagezong:hover {
    background-color: #fff;
    color: #000000
}

.page>a,
.page>b {
    width: 10%;
   
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    padding: 4px 20px;
    margin-right: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.page>a:hover,
.page>b:hover {
    background-color: #541b86;
    border: 1px solid #541b86;
    color: #fff
}

.page>b {
    background-color: #d3ae82;
    border: 1px solid #d3ae82;
    color: #fff
}

.fst-page a,
.last-page a {
    padding-left: 5px;
    padding-right: 5px
}

.loading-box {
    display: none;
    margin: 40px auto 0;
    font-size: 14px;
    color: #ddd;
    text-align: center
}

.loading {
    margin: 0 auto;
    width: 50px;
    height: 20px;
    text-align: center;
    font-size: 10px
}

.loading>div {
    background-color: #eee;
    height: 100%;
    width: 3px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out
}

.loading .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.loading .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.loading .rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.loading .rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes stretchdelay {

    0%,
    100%,
    40% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes stretchdelay {

    0%,
    100%,
    40% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.add-more,
.add-more:focus,
.no-more,
.no-more:focus {
    width: 100%;
    padding: 7px 0;
    margin-top: 0px;
    font-size: 14px;
    line-height: 1;
    color: #d3ae82;
    text-align: center;
    border: 1px solid #d3ae82;
    background: #fff;
    border-radius: 3px;
    overflow: hidden
}

.no-more,
.no-more:focus {
    color: #ddd !important;
    border: none !important;
    padding: 0 !important
}

.btn-icon {
    padding: 10px;
    margin-left: 10px;
    background: url(../images/btn-icon.png) no-repeat center center
}

.schoollist-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee
}

dl.school-list-cnt {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-right: 125px
}

dl.school-list-cnt .school-logo {
    float: left;
    width: 113px;
    margin-right: 14px;
    text-align: center
}

dl.school-list-cnt .school-logo a {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    margin: 0 auto 6px;
    text-align: center
}

dl.school-list-cnt .school-cnt {
    float: left;
    width: calc(100% - 127px)
}

dl.school-list-cnt .school-type-list {
    float: left;
    width: 31.333%;
    margin-right: 2%;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px
}

dl.school-list-cnt .school-type-list .adv-tag {
    line-height: 26px;
    padding: 0 10px;
    margin: 0 10px 0 0
}

dl.school-list-cnt .school-type-list.school-type-list-all {
    width: 100%
}

dl.school-list-cnt .school-type-list:last-child {
    max-height: 44px;
    overflow: hidden
}

dl.school-list-cnt .school-type-list b {
    font-weight: normal;
    color: #333
}

dl.school-list-cnt .school-type-list span {
    color: #666
}

dl.school-list-cnt .school-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    float: left;
    width: 95px;
    margin-top: -35px;
    top: 50%
}

dl.school-list-cnt .school-btn a,
dl.school-list-cnt .school-btn .duibi {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 2px
}

dl.school-list-cnt .school-btn .duibi {
    line-height: 24px;
    color: #d3ae82;
    border: 1px solid #d3ae82;
    cursor: pointer;
    margin-top: 10px
}

dl.school-list-cnt .school-btn .duibi .icon2 {
    padding: 0 10px;
    background: url(../images/icon2.png) no-repeat -8px -245px
}

dl.school-list-cnt .school-btn .duibi.yiduibi {
    color: #fff !important;
    background: #d3ae82 !important
}

dl.school-list-cnt .school-btn .duibi.yiduibi .icon2 {
    display: none
}

dl.school-list-cnt .school-btn .duibi:hover {
    color: #fff;
    background: #d3ae82
}

dl.school-list-cnt .school-btn .duibi:hover .icon2 {
    padding: 0 10px;
    background: url(../images/icon2.png) no-repeat -8px -295px
}

dl.school-list-cnt .school-btn a {
    line-height: 26px;
    background: #745BC6
}

.school-tit {
    margin-bottom: 10px
}

.school-tit a {
    float: left;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-right: 15px
}

.address-icon {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666
}

.address-icon i {
    padding: 2px 10px;
    background: url(../images/icon.png) no-repeat -90px -43px;
    margin-right: 5px
}

.school-type-list .adv-tag1 {
    border: none !important;
    background: #e5e8f2;
    color: #556498
}

.school-type-list .adv-tag2 {
    border: none !important;
    background: #e4eff8;
    color: #5389b2
}

.school-type-list .adv-tag3 {
    border: none !important;
    background: #f5eae5;
    color: #b27b5d
}

.school-type-list .adv-tag4 {
    border: none !important;
    background: #e1f0f0;
    color: #5ca3a4
}

.school-type-list .adv-tag1:hover {
    background: #556498 !important
}

.school-type-list .adv-tag2:hover {
    background: #5389b2 !important
}

.school-type-list .adv-tag3:hover {
    background: #b27b5d !important
}

.school-type-list .adv-tag4:hover {
    background: #5ca3a4 !important
}

.school-type-list .adv-tag:hover {
    color: #fff;
    background-color: #745BC6
}

.school-btn a {
    display: block;
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 36px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    text-align: center;
    background-color: #745BC6;
    color: #fff
}

.school-btn .detail-btn {
    margin-bottom: 26px
}

.school-btn .detail-btn:hover {
    color: #fff
}

.school-btn .detail-btn:hover,
.bmzx-btn:hover {
    background: #d75e62
}

.school-btn .order-btn {
    line-height: 34px;
    color: #fe8848;
    border: 1px solid #fe8848
}

.adv-tag {
    display: inline-block;
    font-size: 12px;
    color: #745BC6;
    padding: 0 10px;
    margin: 0 10px;
    border: 1px solid #745BC6;
    line-height: 1.8;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px
}

.footer-bg {
    margin-top: 30px
}

@media only screen and (max-width: 1200px) {
    .container {
        width: 96%;
        margin: 0 2%
    }

    .poject-item {
        width: 48%;
        margin: 1%
    }

    .add-more,
    .add-more:focus,
    .no-more,
    .no-more:focus {
        width: 95%;
        margin: 0 2.5%
    }
}

@media only screen and (max-width: 1024px) {

    .ku-left,
    .ku-right {
        width: 100%
    }

    .ku-right {
        margin: 0 auto
    }

    .ku-left {
        margin-bottom: 20px
    }

    .special-news {
        margin: 0 auto !important
    }

    .special-news li {
        width: 19%;
        margin: 1% 0.5%
    }

    .order-list dl {
        float: left;
        width: 48%;
        margin: 1%
    }

    .ku-news li {
        float: left;
        width: 48%;
        margin: 8px 1% 0
    }

    .page {
        padding-top: 5%
    }

    .page [title],
    .page>.pagezong {
        display: none
    }

    .page a,
    .page>b {
        max-width: 120px;
        width: 22%;
        margin-right: 1%;
        padding: 0;
        display: inline-block
    }

    .page a,
    .page>b {
        display: none
    }

    .page a.fst-page,
    .page a.last-page,
    .page a.next,
    .page a.pre {
        display: inline-block
    }
}

@media only screen and (max-width: 768px) {
    .filter-bg {
        margin-bottom: 3%
    }

    .filter-bg .filter {
        padding: 10px 0 0
    }

    .order-list dl,
    .ku-news li {
        width: 98%
    }

    .special-news li {
        width: 23%;
        margin: 1%
    }

    .school-content .school-name .address,
    .school-content .school-type-list {
        font-size: 12px
    }

    .school-content .school-name,
    .school-content .school-name .address {
        line-height: 24px
    }

    .school-content .school-type-list .price {
        font-size: 14px
    }

    .school-content .prclass {
        display: none
    }

    .school-content .school-btn {
        margin-top: 10px
    }

    .school-content .school-btn .duibi {
        color: #d3ae82 !important;
        background: #fff !important
    }

    .school-content .school-btn .duibi .icon2 {
        background: url(../images/icon2.png) no-repeat -8px -245px !important
    }

    .school-content .school-btn .duibi.yiduibi {
        color: #fff !important;
        background: #d3ae82 !important
    }

    .add-more,
    .add-more:focus,
    .no-more,
    .no-more:focus {
        line-height: 1.4;
        padding: 1.5% 0;
        margin-top: 3%
    }

    .filter .moudle-title {
        font-size: 24px
    }

    #filter-result {
        height: auto !important;
        padding-bottom: 2%
    }

    #filter-result .filter-result-num {
        display: inline-block;
        padding-top: 3px
    }

    #filter-result .filter-result-num em {
        color: #d3ae82
    }

    .filter-type {
        margin-bottom: 4px;
        padding-top: 4px;
        border: none
    }

    .filter-type p {
        position: relative;
        z-index: 2;
        margin-bottom: 10px !important
    }

    .filter-box .filter-type>ul,
    .filter-type p {
        width: 100%;
        font-size: 14px;
        margin: 0 auto
    }

    .filter-box .filter-type>ul {
        padding-right: 0
    }

    .filter-content {
        padding: 0
    }

    .filter-bg .filter-tools {
        padding: 1% 2% 3%
    }

    .filter-tools .filter-type p,
    .moubile-filter-box {
        display: none
    }

    .moubile-filter-tit {
        display: block
    }

    .moubile-filter-tit li .icon {
        position: absolute;
        width: 10px;
        padding: 0;
        height: 100%;
        top: 0;
        right: -8px;
        background-size: contain
    }

    .moubile-filter-tit .down-icon {
        margin: 0 auto !important;
        background: url(../images/down.png) no-repeat center center
    }

    .moubile-filter-tit .top-icon {
        margin: 0 auto !important;
        background: url(../images/top.png) no-repeat center center
    }

    .moubile-filter-tit ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-align: center;
        align-items: center;
        height: 40px;
        line-height: 40px;
        background-color: #fff
    }

    #filter-result .filter-result-num {
        font-size: 14px;
        margin: 0 auto
    }

    #filter-result em {
        display: inline-block;
        min-width: 20px;
        text-align: center;
        font-style: normal;
        color: #d7762c !important
    }

    #filter-result .result-item,
    .filter-title li.have-param>span:before,
    .filter-type .reset-btn,
    .filter-type label {
        display: none !important
    }

    #filter-result {
        width: 100%;
        text-align: center;
        height: auto !important;
        padding-bottom: 2%
    }

    .filter-tools .search-box {
        width: 100% !important
    }

    .filter-tools .search-input {
        width: calc(100% - 50px)
    }

    .moubile-filter-tit li.have-param>span:before {
        display: none !important
    }

    .moubile-filter-tit li>span:before {
        right: 0
    }

    .moubile-filter-box .filter-type {
        display: none
    }

    .moubile-filter-box .filter-type p,
    .moubile-filter-box .filter-type>ul li.open-btn {
        display: none !important
    }

    .filter {
        width: 100%;
        position: relative;
        margin: 0 auto 20px
    }

    .moubile-filter-tit li[data-state="true"]::after {
        display: block;
        position: absolute;
        content: '';
        width: 100%;
        height: 41px;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 2px 2px 0 0;
        z-index: 0;
        left: -1px;
        top: -1px;
        z-index: -1;
        box-sizing: content-box
    }

    .moubile-filter-tit li>span {
        position: relative;
        padding-right: 10px
    }

    .major-filter-title li>span {
        padding-right: 20px
    }

    .moubile-filter-tit li.have-param {
        color: #d7762c;
        border: 1px solid #d7762c;
        border-radius: 3px
    }

    .moubile-filter-tit li.have-param::before,
    .moubile-filter-tit li>span::before {
        display: block;
        content: '';
        position: absolute;
        width: 10px;
        height: 100%;
        background-color: none !important;
        background: url(../images/down.png) no-repeat center center;
        background-size: 8px;
        top: 0;
        right: 5px;
        z-index: 2
    }

    .moubile-filter-tit li.have-param>span::before {
        display: none !important
    }

    .moubile-filter-tit li>span::before {
        right: 0
    }

    .moubile-filter-tit li p {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        padding-left: 2px;
        padding-right: 12px;
        background: #fff;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 12px
    }

    .filter-box #filter-major>ul {
        height: 100%;
        float: left
    }

    .filter-box #filter-major>ul,
    .filter-box #filter-school>ul {
        padding-left: 0;
        padding-right: 0
    }

    .filter-box .filter-type>ul li {
        width: 31.333%;
        margin: 2px 1%;
        line-height: 30px
    }

    .moubile-filter-box #filter-project>ul li,
    .moubile-filter-box #filter-college>ul li {
        width: 48%
    }

    .filter-box .filter-type>ul li a,
    .filter-box .filter-type>ul li span,
    .filter-box .tab-content ul li a {
        width: auto;
        border-radius: 2px
    }

    .moubile-filter-tit {
        display: block;
        overflow-x: auto;
        padding: 0 0 5px;
        overflow-y: hidden;
        margin-bottom: -1px
    }

    .moubile-filter-tit ul {
        display: block;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-align: center;
        align-items: center;
        width: 570px;
        height: 40px;
        line-height: 40px;
        background-color: #fff;
        padding-left: 5px;
        padding-right: 5px
    }

    .moubile-filter-tit li {
        position: relative;
        float: left;
        margin: 0 5px;
        padding: 0 2%;
        text-align: center;
        font-size: 14px;
        line-height: 28px;
        cursor: pointer;
        width: 104px;
        min-width: 104px;
        background: #f2f2f7;
        border: 1px solid #f2f2f7;
        white-space: nowrap;
        text-overflow: ellipsis;
        border-radius: 2px;
        z-index: 13
    }

    .filter-box .filter-type>ul>li.active>a,
    .filter-box .filter-type>ul>li.active>span,
    .filter-box .filter-type>ul>li:hover>a,
    .filter-box .filter-type>ul>li>ul>li.active>a,
    .filter-box .filter-type>ul>li>ul>li:hover>a,
    .filter-box .tab-content ul li.active a {
        color: #fff;
        background: #3a4d82
    }

    .filter-box.open {
        position: relative;
        z-index: 11
    }

    .filter-box.open .moubile-filter-box {
        display: block !important;
        position: absolute;
        padding-bottom: 5px;
        max-height: 250px !important;
        overflow-y: auto;
        background: #fff;
        width: 100%;
        z-index: 1;
        border-top: 1px solid #eee;
        padding-top: 5px
    }

    .filter-box.open .moubile-filter-box .open {
        display: block !important
    }

    .filter-box.open .filter-mark {
        display: block
    }

    .filter-mark {
        display: none;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0
    }

    .filter-title {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap
    }

    .filter-type[data-fold=true] p {
        width: 70px
    }

    .filter-box .filter-type>ul li a {
        padding: 4px 5px;
        line-height: 22px
    }

    .filter-box .filter-type>ul li.select-all a {
        padding: 4px 15px
    }

    .filter-box #filter-major>ul li.select-all,
    .filter-box #filter-school>ul li.select-all {
        position: static !important;
        width: 31.333% !important
    }

    .filter-box #filter-school>ul li,
    .filter-box #filter-school>ul li.select-all {
        width: 48% !important;
        text-align: left
    }

    .filter-box #filter-major[data-fold=true]>ul li.select-all,
    .filter-box #filter-major[data-tree=true]>ul li.select-all {
        position: static !important;
        width: 100% !important;
        margin: 0
    }

    .filter-box .filter-type[data-fold=true]>ul li,
    .filter-box .filter-type[data-fold=true]>ul li a,
    .filter-box .filter-type[data-tree=true]>ul li,
    .filter-box .filter-type[data-tree=true]>ul li a {
        width: 100% !important;
        margin: 0;
        border-radius: 0
    }

    .filter-box .filter-type[data-tree=true]>ul {
        border-right: 1px solid #ddd
    }

    .major-menu {
        border: none
    }

    .js-filter-major.active::before {
        display: none
    }

    .filter-box .filter-type[data-fold=true]>ul,
    .filter-box .filter-type[data-tree=true]>ul {
        margin-left: 0
    }

    .major-filter-title li {
        width: 96%;
        line-height: 28px;
        margin: 0 2%;
        border-radius: 3px
    }

    .filter-title li.have-param,
    .major-filter-title li[data-state='true'] {
        color: #d7762c;
        border: 1px solid #d7762c;
        border-radius: 3px
    }

    .filter-title li.have-param:before {
        display: block;
        content: '';
        position: absolute;
        width: 10px;
        height: 100%;
        background-color: none !important;
        background: url(../images/down.png) no-repeat center center;
        background-size: 8px;
        top: 0;
        right: 5px;
        z-index: 2
    }

    .filter-title li p {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        padding-left: 2px;
        padding-right: 9pt;
        font-size: 14px;
        background: #fff;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .filter-title [data-target="#filter-major3"] {
        display: none !important
    }

    .filter-type[data-fold=true],
    .filter-type[data-tree=true] {
        position: absolute;
        width: 100%;
        height: 100% !important;
        padding: 0;
        top: 0;
        overflow-y: auto !important;
        background: #fff;
        border: 1px solid #ddd
    }

    #filter-major1[data-fold=true] {
        width: 50%;
        left: 50%
    }

    #filter-major3 p {
        line-height: 50px;
        font-size: 14px;
        width: auto;
        padding-left: 6%
    }

    .filter-btn {
        border: none;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        border-top: none
    }

    .filter-btn a {
        float: right;
        width: 50%;
        font-size: 14px;
        line-height: 36px;
        padding: 0 15px;
        color: #3a4d82;
        text-align: center
    }

    .filter-btn .success-btn {
        background: #3a4d82;
        color: #fff !important
    }

    .moubile-filter-box.open .filter-btn {
        display: block;
        border: none
    }

    .filter-bg .filter {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important
    }

    .page {
        padding-top: 2%
    }

    .page [title],
    .page>.pagezong {
        display: none
    }

    .page a,
    .page>b {
        max-width: 120px;
        width: 22%;
        margin-right: 1%;
        padding: 0;
        display: inline-block
    }

    .page a,
    .page>b {
        display: none
    }

    .page a.fst-page,
    .page a.last-page,
    .page a.next,
    .page a.pre {
        display: inline-block
    }
}

@media only screen and (max-width: 428px) {
    .special-news li {
        width: 48%
    }

    .school-item {
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 15px;
        padding-top: 50px
    }

    .school-logo-box {
        position: absolute;
        width: 100%;
        margin: 0 auto;
        left: 0;
        top: 0
    }

    .school-logo-box .school-logo {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        margin: 0 10px 0 0
    }

    .school-logo-box .school-hot {
        position: absolute;
        left: 0;
        top: 55px
    }

    .school-care {
        position: absolute;
        left: 50%;
        margin-left: -40px;
        top: 55px
    }

    .school-address {
        margin-top: 4px;
        text-align: left
    }

    .school-box-main.rules-box-main {
        padding-top: 20px
    }

    .school-content {
        width: 100%
    }

    .school-content .school-cnt {
        padding-right: 0
    }

    .school-content .school-btn {
        position: static
    }

    .school-content .school-name {
        height: 30px;
        line-height: 30px;
        padding-left: 0px;
        margin-bottom: 0
    }

    .school-content .school-name a {
        position: absolute;
        left: 60px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        z-index: 1
    }

    .school-content .school-name .address {
        line-height: 30px;
        background: url(../images/addres-icon.png) no-repeat left 10px
    }

    .school-content .school-btn,
    .school-content .school-type {
        width: 100%
    }

    .school-content .school-type-list {
        width: auto !important;
        margin-right: 15px
    }

    .school-content .school-btn {
        display: flex;
        justify-content: center
    }

    .school-content .school-btn .duibi,
    .school-content .school-btn a {
        margin: 0 10px;
        max-width: 120px
    }

    dl.school-list-cnt {
        padding-right: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        padding-top: 50px
    }

    dl.school-list-cnt .school-logo {
        position: absolute;
        width: 100%;
        margin: 0 auto;
        left: 0;
        top: 0
    }

    dl.school-list-cnt .school-logo a {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        margin: 0 10px 0 0
    }

    dl.school-list-cnt .school-cnt {
        width: 100%
    }

    .school-tit {
        position: absolute;
        left: 60px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        z-index: 1
    }

    .school-tit h2 {
        flex: 1;
        max-height: 50px;
        overflow: hidden
    }

    .address-icon {
        position: absolute;
        left: -60px;
        top: 50px
    }

    .school-tit a {
        font-size: 18px;
        line-height: 25px
    }

    dl.school-list-cnt .school-type {
        padding-top: 30px
    }

    dl.school-list-cnt .school-type-list {
        position: relative;
        width: auto !important;
        padding-left: 60px
    }

    dl.school-list-cnt .school-type-list b {
        position: absolute;
        left: 0;
        font-size: 12px
    }

    dl.school-list-cnt .school-type-list .adv-tag {
        margin: 5px 10px 5px 0
    }

    dl.school-list-cnt .school-type-list span {
        font-size: 12px
    }

    dl.school-list-cnt .school-btn {
        position: static;
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 10px
    }

    dl.school-list-cnt .school-btn a,
    dl.school-list-cnt .school-btn .duibi {
        margin: 0 10px;
        max-width: 120px
    }

    .add-more,
    .add-more:focus,
    .no-more,
    .no-more:focus {
        font-size: 14px;
        margin-top: 5%
    }

    .filter-box #filter-school>ul li {
        width: 98%
    }
}