﻿@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    border: none;
}

li,
ul {
    list-style-type: none;
}

input,
select,
button {
    outline: none;
}

a {
    color: #353535;
    text-decoration: none;
    border: none;
}

body {
    /*	max-width: 450px;*/
    margin: 0 auto;
    font-size: 14px;
    color: #353535;
    background: #fff;
}

.row {
    display: flex;
    flex-direction: row;
}

.column {
    display: flex;
    flex-direction: column;
}

.jcenter {
    justify-content: center;
}

.jend {
    justify-content: flex-end;
}

.between {
    justify-content: space-between;
}

.acenter {
    align-items: center;
}

.aend {
    align-items: flex-end;
}

.fwrap {
    flex-wrap: wrap;
}

.shrink {
    flex-shrink: 0;
}

.grow1 {
    flex-grow: 1;
}

.font-orange {
    color: #FF580F;
}

.font-grey {
    color: #8c8c8c;
}

.font-blue {
    color: #5A70D6;
}

.font-black {
    color: #183B56;
}

.fontBold {
    font-weight: 600;
}

.fontS12 {
    font-size: 12px;
}

.center {
    text-align: center;
}

.underline {
    text-decoration: underline;
}

.vline {
    width: 1px;
    height: 15px;
    background: #0085C6;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}


.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.lineH24 {
    line-height: 24px;
}

.type,
.titype {
    display: inline-block;
    width: 12px;
    height: 14px;
    background-size: cover;
}

.type-excel,
.titype1 {
    background-image: url(../images/type-excel.png);
}

.type-mp3,
.titype2 {
    background-image: url(../images/type-mp3.png);
}

.type-mp4,
.titype3 {
    background-image: url(../images/type-mp4.png);
}

.type-pdf,
.titype4 {
    background-image: url(../images/type-pdf.png);
}

.type-word,
.titype7 {
    background-image: url(../images/type-word.png);
}

.type-ppt,
.titype5 {
    background-image: url(../images/type-ppt.png);
}

.type-total,
.titype6 {
    background-image: url(../images/type-total.png);
}

.line-grey {
    width: 100%;
    height: 1px;
    background: #F6F6F6;
    overflow: hidden;
}

.search-box {
    margin: 10px;
}

.search-input {
    width: 85%;
    height: 40px;
    background: #FFFFFF;
    border-radius: 10px;
    position: relative;
}

    .search-input img {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 20px;
        height: 20px;
        z-index: 20;
    }

    .search-input input {
        position: absolute;
        top: 0;
        left: 0px;
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding-left: 40px;
        padding-right: 10px;
        z-index: 10px;
        border-radius: 10px;
        border: 1px solid #DEE3FF;
        box-sizing: border-box;
    }

        .search-input input:focus {
            border: 1px solid #5A70D6;
        }

.home-banner {
    width: 100%;
    height: 200px;
}

.search-btn {
    width: 15%;
    height: 40px;
    line-height: 40px;
    color: #5A70D6;
    background: none;
    text-align: center;
}

.box-bg {
    background: #FFFFFF;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.10);
    border-radius: 10px;
}

.pic-box {
    width: 44%;
    margin-left: 4%;
    margin-top: 15px;
    overflow: hidden;
}

    .pic-box .pic {
        width: 100%;
        height: 105px;
    }

.txt {
    padding: 10px 15px;
}

.pic-box .txt {
    padding: 10px;
}

.pic-box:hover .title {
    color: #5A70D6;
}

.labelselect {
    position: relative;
    width: 90px;
    height: 28px;
}

    .labelselect input {
        width: 70px;
        height: 28px;
        font-size: 15px;
        color: #5A70D6;
        line-height: 30px;
        text-align: right;
    }

    .labelselect .jt {
        position: absolute;
        top: 20px;
        left: 45%;
        width: 10px;
        height: 10px;
        width: 0;
        height: 0;
        z-index: 100;
        border: 8px solid;
        display: none;
        border-color: transparent transparent #fff;
    }

    .labelselect ul {
        position: absolute;
        width: 90px;
        top: 35px;
        left: 0px;
        padding: 5px 0;
        display: none;
        text-align: center;
        background: #FFFFFF;
        box-shadow: 0 2px 12px 0 rgba(0,0,0,0.10);
        border-radius: 8px;
        cursor: pointer;
        z-index: 99;
    }

        .labelselect ul li {
            line-height: 36px;
        }

    .labelselect:after {
        content: ' ';
        position: absolute;
        top: 4px;
        right: -3px;
        width: 19px;
        height: 19px;
        background: url(../images/down.png) no-repeat;
        background-size: cover;
    }

.search-list {
    display: block;
    width: 29%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    margin-left: 3%;
    margin-top: 15px;
}

.detail-box {
    margin: 5px 15px 70px 15px;
    padding: 15px;
    background: #FFFFFF;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.10);
    border-radius: 10px;
}

    .detail-box img {
        max-width: 100%;
    }

.detail-btn-box {
    position: fixed;
    bottom: 0px;
    left: 15px;
    right: 15px;
    background: #fff;
    padding-bottom: 8px;
    z-index: 100;
}

.detail-btn {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    background: #5C78FF;
    box-shadow: 0 2px 0 0 #3E49A0;
    border-radius: 8px;
}

.slider {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.slides {
    height: 200px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 500ms cubic-bezier(.165,.84,.44,1);
    -moz-transition: all 500ms cubic-bezier(.165,.84,.44,1);
    -ms-transition: all 500ms cubic-bezier(.165,.84,.44,1);
    -o-transition: all 500ms cubic-bezier(.165,.84,.44,1);
    transition: all 500ms cubic-bezier(.165,.84,.44,1);
}

.slide {
    height: 200px;
    float: left;
    clear: none;
}

.slider-nav {
    position: absolute;
    bottom: 10px;
}

.slider-nav__item {
    width: 8px;
    height: 8px;
    float: left;
    clear: none;
    display: block;
    margin: 0 5px;
    background: #ddd;
    border-radius: 50%;
}

    .slider-nav__item:hover, .slider-nav__item--current {
        background: #aaa;
    }

.detail-banner {
    padding-bottom: 250px;
    height: 0;
    width: 100%;
    position: relative;
}

.pic-wrap {
    padding-bottom: 115px;
    height: 0;
    width: 100%;
    position: relative;
}

    .detail-banner img, .pic-wrap img {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        top: 0;
        left: 0;
    }

.home-list {
    padding-bottom: 60px;
}

.home-tab {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    z-index: 100;
    border-top: #dedede solid 1px;
}

    .home-tab a {
        width: 50%;
    }

.datalist {
    padding-bottom: 10px;
}
/*加载*/
.dropload-up,
.dropload-down {
    position: relative;
    height: 0;
    overflow: hidden;
    font-size: 12px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.dropload-down {
    height: 30px;
}

.dropload-refresh,
.dropload-update,
.dropload-load,
.dropload-noData {
    height: 30px;
    text-align: center;
}

    .dropload-load .loading {
        display: inline-block;
        height: 20px;
        width: 20px;
        background: url(../images/loading.gif) no-repeat;
        background-size: cover;
    }

.istop {
    position: absolute;
    top: 0;
    left: 10px;
    width: 38px;
    height: 22px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    background: #FF5660;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    z-index: 10;
}
