body {
    background: #f5f5f5
}

.arrow {
    position: absolute;
    z-index: 2;
    left: 50%;
    margin-left: -12px;
    bottom: 0px
}

.arrow:before {
    content: '';
    display: inline-block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #CCC;
    position: absolute;
    top: -8px;
    left: 5px
}

.arrow:after {
    content: '';
    display: inline-block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
    position: absolute;
    top: -7px;
    left: 5px
}

.tab {
    position: relative
}

.tab-head {
    width: 100%;
    background: #fff;
    padding: 10px 20px;
    overflow: hidden;
    border-bottom: #eee solid 1px
}

.tab-head>p {
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #3c7acf
}

.tab-head>div {
    float: right
}

.tab-head>div select {
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    padding: 0 10px;
    border-color: #ccc;
    color: #666
}

.tab-head>div input {
    width: 110px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    text-indent: 0
}

.tab-head>div span {
    color: #999
}

.tab-content {
    width: 100%;
    margin: 0 auto;
    padding-top: 15px;
    background: #fff;
    overflow: hidden
}

.tab-content li {
    width: 95%;
    line-height: 20px;
    padding-bottom: 15px;
    margin: 0 auto 15px;
    border-bottom: solid 1px #eee
}

.xiaozhao-l {
    float: left;
    width: 8%;
    height: 82px;
    margin-right: 2%;
    text-align: center;
    border: #ddd solid 1px
}

.xiaozhao-l p {
    background: #88b0e7;
    line-height: 35px;
    font-size: 18px;
    color: #fff
}

.xiaozhao-l span {
    font-size: 32px;
    line-height: 45px
}

.xiaozhao-l img {
    width: 100%;
    height: 80px;
    display: block
}

.xiaozhao-c {
    float: left;
    width: 65%
}

.xiaozhao-c p {
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.xiaozhao-c p a {
    font-size: 18px;
    color: #333
}

.tab-content li p a:hover {
    color: #fa6943
}

.xiaozhao-c span {
    color: #666;
    margin-right: 30px
}

.xiaozhao-r {
    float: right;
    width: 240px;
    position: relative
}

.tips {
    position: absolute;
    left: 0;
    top: -5px;
    padding: 0 10px;
    background: #ff552e;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    display: none
}

.tips span {
    position: absolute;
    bottom: -10px;
    right: 10px;
    display: block;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: #ff552e #fff #fff #fff
}

.collection-btn {
    line-height: 33px;
    padding: 0 15px;
    border: #ddd solid 1px;
    border-radius: 5px;
    color: #666;
    cursor: pointer;
    margin-top: 25px;
    float: right;
    width: 130px;
    text-align: center
}

.collection-yes {
    line-height: 33px;
    padding: 0 15px;
    border: #fca815 solid 1px;
    background: #fca815;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin-top: 25px;
    float: right;
    width: 130px;
    text-align: center
}

.collection-end {
    line-height: 33px;
    padding: 0 15px;
    border: #ccc solid 1px;
    border-radius: 5px;
    color: #666;
    cursor: default;
    margin-top: 25px;
    float: right;
    width: 130px;
    text-align: center;
    background: #ddd
}

.tab-school {
    padding-top: 10px;
    border-right: none
}

.tab-school a {
    border-right: solid 1px #ff6947
}

.school-content {
    width: 100%;
    padding: 10px 0 10px 22px;
    overflow: hidden
}

.school-content>div {
    float: left;
    width: 33.3%;
    border: solid 1px #ccc;
    padding: 10px;
    margin-top: -1px;
    margin-left: -1px
}

.school-content>div img {
    float: left;
    width: 124px;
    height: 80%
}

.school-content>div p {
    float: right;
    width: 50%;
    line-height: 25px;
    text-align: right
}

.school-content>div p span {
    display: block;
    color: #fa6943;
    font-size: 20px
}

.school-content>div p a {
    display: block;
    color: #666
}

.school-content>div p a:hover {
    color: #fa6943
}

#box {
    box-shadow: 0 0 10px #999
}

@media only screen and (max-width:768px) {
	
    .m-tab {
        position: absolute;
        z-index: 10;
        left: 0;
        top: -10px;
        width: 100%;
        background: #fff;
        display: none
    }
    .m-tab-head {
        height: 50px;
        line-height: 50px;
        border-bottom: #ddd solid 1px
    }
    .m-tab-head p {
        float: left;
        width: 33.3%;
        text-align: center;
        border-left: #ddd solid 1px
    }
    .m-tab-head p:first-child {
        border-left: none
    }
    .m-tab-head p i {
        margin-left: 5px;
        font-size: 16px
    }
    .m-tab-head .active {
        color: #ff552e
    }
    .m-tab-body>div {
        display: none
    }
    .m-tab-body>div:first-child {
        display: block
    }
    .m-tab-body-item {
        padding: 10px;
        overflow: hidden
    }
    .m-tab-body-fuli {
        padding: 10px;
        overflow: hidden
    }
    .m-tab-body-item>p {
        float: left;
        padding: 6px 8px 3px;
        margin-bottom: 5px
    }
    .m-tab-body-item .active {
        background: #ff552e;
        color: #fff;
        border-radius: 3px
    }
    .m-tab-body-fuli .active {
        background: #ff552e;
        color: #fff;
        border-radius: 3px
    }
    .m-tab-body-fuli p {
        margin-right: 5px
    }
    .m-tab-footer {
        border-top: #ddd solid 1px;
        padding: 10px;
        overflow: hidden
    }
    .m-search-rule {
        margin-top: 10px;
        overflow: hidden
    }
    .m-search-rule li {
        float: left;
        padding: 3px 8px 3px;
        margin-bottom: 10px;
        border: #ff552e solid 1px;
        margin-right: 10px;
        border-radius: 3px
    }
    .m-search-rule li small {
        margin-left: 5px;
        font-size: 18px
    }
    .m-search-button {
        overflow: hidden;
        width: 100%;
        margin: 10px 0;
        text-align: center
    }
    .m-search-button a {
        display: inline-block;
        padding: 7px 30px 5px;
        margin: 0 10px;
        background: #f39800;
        color: #fff;
        font-size: 16px
    }
    .m-search-button a:first-child {
        background: #666
    }
    .m-select-date .datetimepicker-inline {
        width: 100%
    }
    .m-select-date table {
        width: 100%
    }
    .m-select-date table th {
        height: 35px
    }
    .m-select-date table td {
        height: 25px
    }
    .tab-head {
        padding: 10px 10px;
        margin-top: 10px
    }
    .tab-head>div select {
        padding: 0 5px
    }
    .tab-head>div input {
        width: 90px
    }
    .tab-content {
        margin-top: 10px
    }
    .xz-li {
        position: relative
    }
    .xiaozhao-l {
        width: 25%;
        height: auto
    }
    .xiaozhao-l p {
        font-size: 14px
    }
    .xiaozhao-l span {
        font-size: 28px
    }
    .xiaozhao-c {
        width: 73%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }
    .xiaozhao-c p a {
        font-size: 16px
    }
    .xiaozhao-c span {
        display: block;
        margin-top: 10px;
        margin-right: 0;
        font-size: 12px
    }
    .collection-btn {
        position: absolute;
        right: 0;
        bottom: 0;
        width: auto;
        line-height: 27px;
        padding: 0 10px;
        margin-top: 5px
    }
    .collection-end {
        position: absolute;
        right: 0;
        bottom: 0;
        width: auto;
        line-height: 27px
    }
}