.ui-top,.ui-menu {
    display: none
}

.ui-top_m {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .19rem .27rem;
    background-color: #fff
}

.ui-top_m .logo {
    flex-shrink: 0;
    width: 4rem;
    height: .8rem;
    background: url('../imgs/logo_m.png') no-repeat 0 0/100% 100%
}

.ui-top_m .btn {
    position: relative;
    z-index: 2;
    width: .64rem;
    height: .64rem;
    background: url('../imgs/menu.png') no-repeat 0 0/100% 100%
}

.ui-top_m .clound {
    position: absolute;
    right: 0;
    top: 0;
    width: 3.15rem;
    height: 1.17rem;
    background: url('../imgs/cloud.png') no-repeat 0 center / 3.15rem 1.17rem
}

.ui-search_m {
    box-sizing: border-box;
    border: 1px solid #2537a8;
    display: flex;
    margin: .4rem .27rem;
    border-radius: .11rem;
    line-height: .83rem;
    overflow: hidden
}

.ui-search_m input {
    border: none;
    outline: none;
    color: #bebebe;
    padding: 0 .4rem;
    font-size: .37rem;
    flex: 1;
    height: .83rem;
    box-sizing: border-box
}

.ui-search_m .btn {
    width: 1.81rem;
    color: #fff;
    padding: 0 .53rem;
    background-color: #2537a8;
    box-sizing: border-box;
    font-size: .37rem;
    border: 0
}

.ui-backtop {
    display: none;
    width: 1.07rem;
    height: 1.07rem;
    background: url('../imgs/backtop.png') no-repeat 0 0/100% 100%;
    position: fixed;
    right: .27rem;
    bottom: .27rem;
    z-index: 2
}

.ui-footer {
    padding: 2rem 0 .27rem 0;
    height: auto;
    background: url('../imgs/bg-wave.png') no-repeat center center / auto 100%
}

.ui-footer.white {
    background-color: transparent
}

.ui-footer .logo {
    width: 1.67rem;
    height: 1.4rem
}

.ui-footer .ui-center {
    width: 8.51rem;
    max-width: 100%
}

.ui-footer .ui-center>.ui-flex {
    align-items: center
}

.ui-footer .wechat-text {
    line-height: .45rem;
    padding: 0 0 0 0;
    font-size: .24rem
}

.ui-footer .wechat-text .email {
    padding: .13rem 0
}

.ui-footer .wechat-text .item .title {
    padding: 0 .27rem 0 0
}

.ui-footer .wechat-text .item .text {
    font-size: .24rem
}

.ui-footer .wechat {
    width: .55rem;
    height: .44rem
}

.ui-footer .weibo {
    width: .49rem;
    height: .4rem
}

.ui-footer .copyright,.ui-footer .ldel {
    color: rgba(255,255,255,0.6);
    font-size: .19rem;
    padding-top: .3rem
}

.ui-footer .copyright a,.ui-footer .ldel a {
    color: inherit !important
}

.ui-footer .img-box {
    transform: translate(-50%, calc(-100% - .27rem));
    padding: .13rem;
    border-radius: .11rem
}

.ui-footer .img-box img {
    width: 2rem;
    height: 2rem
}

.ui-mask {
    display: none;
    position: fixed;
    z-index: 101;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5)
}

.nav-box_m {
    display: block;
    width: 0;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    background-color: #2537a8;
    padding: 1rem 0 0 0;
    z-index: 102;
    overflow-y: auto
}

.nav-box_m .btn {
    position: absolute;
    z-index: 3;
    top: .32rem;
    left: .4267rem;
    width: .64rem;
    height: .64rem;
    background: url('../imgs/menu_white.png') no-repeat 0 0/100% 100%
}

.nav-box_m a {
    display: block;
    color: #fff;
    font-size: 1.4rem;
    border-bottom: 1px dashed rgba(255,255,255,0.3);
    padding: .4rem 0 .4rem .4rem;
    margin: 0 .3rem;
    line-height: 1.4
}

.nav-box_m a:last-child {
    border: 0
}

.nav-box_m .second {
    display: none;
    padding: 0 0 0 .4rem
}

.nav-box_m .third {
    display: none;
    padding: 0 0 0 .4rem
}

.ui-page {
    padding: .27rem 0;
    flex-wrap: wrap
}

.ui-page .item {
    font-size: .4rem;
    padding: .13rem .27rem;
    margin-bottom: .27rem
}
