html,
body {
    background: #f2f9ff;
    height: 100%;
}
body {
    padding: 0;
}

body {
    min-width: 320px;
    max-width: 640px;
    color: #333;
    margin: 0 auto;
    font: 0.4rem/1.5em Arial, 'Microsoft YaHei', 'Helvetica Neue', 'Hiragino Sans GB', 'STHeiti', 'SimHei', sans-serif;
    position: relative;
    word-wrap: break-word;
    word-break: normal;
}

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

img {
    max-width: 100%;
    display: block;
}

h1,
h2,
h3,
h4 {
    font-weight: normal
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    color: #666;
}

input,
textarea,
select {
    font-size: 0.4rem;
    outline: none;
    box-sizing: border-box;
    background-color: transparent;
    border-color: transparent;
    -webkit-appearance: none;
    border: 0;
    padding: 0;
    margin: 0
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

sup {
    line-height: 1.5;
}

.picker-toolbar {
    display: flex;
}

.hide {
    display: none;
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    visibility: hidden;
    clear: both
}

.p-1,
.p-2,
.p-3,
.p-4 {
    overflow: hidden;
    text-overflow: ellipsis;
}

.p-1 {
    white-space: nowrap;
}

.p-2,
.p-3,
.p-4 {
    display: -webkit-box;
    /* ! autoprefixer : off */
    -webkit-box-orient: vertical;
}

.p-2 {
    -webkit-line-clamp: 2;
}

.p-3 {
    -webkit-line-clamp: 3;
}

.p-4 {
    -webkit-line-clamp: 4;
}

.bgfff {
    background-color: #fff;
    min-height: 100vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bjfff {
    background-color: #fff;
}

.bg-time {
    background-color: #F5F8FA;
    min-height: 100vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pr {
    position: relative;
}

.bglogo {
    background-image: url('/static/images/db.png');
    background-repeat: no-repeat;
    background-size: 3.86rem;
    background-position: center 85%;
}

.mint-toast-icon {
    font-size: 50px;
    padding-bottom: 10px;
}

.mint-indicator,
.mint-toast,
.mint-toast.is-placemiddle,
.mint-indicator-mask,
.mint-indicator-wrapper {
    z-index: 99999 !important;
}

.mint-toast.is-placemiddle span {
    font-size: 0.37rem;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

em {
    font-style: normal;
}

.flex-w {
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-2 {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-0 {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.flex-jsa {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
}

.flex-jsb {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-jse {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
}

.flex-jc {
    -webkit-justify-content: center;
    justify-content: center;
}

.flex-ac {
    align-items: center;
}

.picker-toolbar {
    display: flex;
}

/* 这边写首页的样式处理 */
.header-box {
    line-height: 3rem;
    font-weight: bold;
    font-size: 0.7rem;
    color: #333;
    font-weight: bold;
}

.area-content {
    margin: 0.4rem 0.4rem;
    box-sizing: border-box;
}

.area-content.list {
    display: flex;
    justify-content: space-between;
    flex-grow: 2;
    flex-wrap: wrap;
}
.area-content.list .item {
    width: 48%;
    padding-bottom: 0.4rem;
}
.area-content.list .item img{
    width: 100%;
}
.content {
    margin: 0 0.4rem;
    box-sizing: border-box;
}

.content .school-box .schoo-item {
    background: #FFFFFF;
    border-radius: 0.21rem;
    margin-bottom: 0.7rem;
    padding: 0.8rem 0.4rem;
}
.content .school-box .schoo-item.b1 {
    background: #FFFFFF url('/static/images/zhangzhoutong/yey.png') no-repeat center right;
    background-size: contain;
}
.content .school-box .schoo-item.b2 {
    background: #FFFFFF url('/static/images/zhangzhoutong/xx.png') no-repeat center right;
    background-size: contain;
}
.content .school-box .schoo-item.b3 {
    background: #FFFFFF url('/static/images/zhangzhoutong/cz.png') no-repeat center right;
    background-size: contain;
}

.content .school-box .schoo-item .school-log {
    width: 1.44rem;
    height: 1.44rem;
    border-radius: 50%;
    margin-right: 0.43rem;
}

.content .school-box .schoo-item .t1 {
    font-size: 0.45rem;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #333333;
    margin-bottom: 0.22rem;
    position: relative;
}

.content .school-box .schoo-item .t1 span, .span222 {
    display: inline-block;
    content: '';
    width: 0.22rem;
    height: 0.22rem;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    transform: rotate(45deg) translateY(-0.02rem);
}
.span222 {
    margin-top: 0.6rem;
}

.content .school-box .schoo-item .t2 {
    font-size: 0.35rem;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #777;
}

.content .school-box .schoo-item .into {
    width: 1.89rem;
    line-height: 0.8rem;
    background: #35ACF9;
    border-radius: 0.4rem;
    font-size: 0.4rem;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
}
.go-back {
    width: 90%;
    display: block;
    line-height: 1rem;
    background: #1890ff;
    margin: auto;
    text-align: center;
    color: #fff;
    border-radius: 8px;
}
