﻿/*重置*/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

/*容器*/
.container {
    width: 1200px;
    margin: auto;
}

/*面包屑*/
.layui-breadcrumb {
    margin-top: 30px;
}

/*翻页组件*/
#pager {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #1e9fff;
}

.layui-laypage a:hover {
    color: #1e9fff;
}

/*表单组件*/
.select {
    height: 36px;
    padding: 0 20px 0 5px;
    line-height: 36px;
    color: #666;
    background: #ffffff url("../images/arrow.png") no-repeat scroll right center;
    border: solid 1px #e0e0e0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

    .select:hover {
        border: solid 1px #59aaec;
        box-shadow: 0 0 2px rgba(89,170,236,0.4);
    }
    /*清除ie的默认选择框样式清除，隐藏下拉箭头*/
    .select::-ms-expand {
        display: none;
    }

.input-text {
    padding: 0 5px;
}

/*外平台头部*/
.default-header {
    height: 100px;
}

    .default-header .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }

    .default-header .searcher {
        display: flex;
        width: 400px;
        height: 40px;
        margin-left: auto;
        border: 1px solid #ddd;
        border-radius: 3px;
    }

        .default-header .searcher .select {
            width: 60px;
            height: auto;
            padding: 0 5px;
            font-size: 14px;
            border: 0;
        }

        .default-header .searcher .input-text {
            flex-grow: 1;
            border: 0;
            font-size: 14px;
        }

    .default-header .search {
        background-color: #f9f9f9;
        text-align: center;
        border: 0;
        border-left: solid 1px #eee;
    }

        .default-header .search .layui-icon {
            font-size: 20px;
            line-height: 40px;
            color: #555;
        }

    .default-header .user-box {
        display: flex;
        align-items: center;
        margin-left: 30px;
    }

    .default-header .user-pic {
        width: 34px;
        height: 34px;
        border-radius: 50%;
    }

    .default-header .user-name {
        margin-left: 15px;
        font-size: 15px;
        font-weight: bold;
        color: #1e9fff;
    }

    .default-header .login-out {
        margin-left: 10px;
        font-size: 15px;
    }

/*外平台导航*/
.default-nav {
    height: 50px;
    background-color: #f8f8f8;
    border-bottom: 2px solid #188eee;
}

    .default-nav .container {
        display: flex;
        height: 100%;
    }

    .default-nav .btn {
        flex: auto;
        font-size: 16px;
        line-height: 50px;
        color: #242424;
        text-align: center;
    }

        .default-nav .btn:hover,
        .default-nav .btn.entrance {
            color: #fff;
            background-color: #fac415;
        }

/*外平台banner*/
.default-banner {
    width: 100vw;
    height: 320px;
    background: url(../images/default_banner.jpg) no-repeat center;
}

/*外平台统计*/
.default-tatistics {
    display: flex;
    margin-top: 25px;
    margin-bottom: 25px;
}

    .default-tatistics .model {
        display: flex;
        flex-grow: 1;
        padding-left: 50px;
    }

        .default-tatistics .model ~ .model {
            border-left: 1px solid #ededed;
        }

    .default-tatistics .icon-box {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: no-repeat center;
    }

    .default-tatistics .model:nth-of-type(1) .icon-box {
        background: #00a0f9 url(../images/default_tatistics_01.png);
    }

    .default-tatistics .model:nth-of-type(2) .icon-box {
        background: #00bb81 url(../images/default_tatistics_02.png);
    }

    .default-tatistics .model:nth-of-type(3) .icon-box {
        background: #fac415 url(../images/default_tatistics_03.png);
    }

    .default-tatistics .model:nth-of-type(4) .icon-box {
        background: #f36868 url(../images/default_tatistics_04.png);
    }

    .default-tatistics .model:nth-of-type(5) .icon-box {
        background: #27c9e2 url(../images/default_tatistics_05.png);
    }

    .default-tatistics .info-box {
        margin-left: 25px;
        padding-top: 5px;
    }

    .default-tatistics .num {
        font-size: 24px;
        line-height: 30px;
    }

    .default-tatistics .model:nth-of-type(1) .num {
        color: #00a0f9;
    }

    .default-tatistics .model:nth-of-type(2) .num {
        color: #00bb81;
    }

    .default-tatistics .model:nth-of-type(3) .num {
        color: #fac415;
    }

    .default-tatistics .model:nth-of-type(4) .num {
        color: #f36868;
    }

    .default-tatistics .model:nth-of-type(5) .num {
        color: #27c9e2;
    }

    .default-tatistics .num span {
        font-size: 15px;
        color: #303030;
    }

    .default-tatistics .info {
        color: #666;
    }

/*外平台标题*/
.default-title-box {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

    .default-title-box .title {
        position: relative;
        bottom: -1px;
        display: inline-block;
        padding: 0 10px;
        font-size: 22px;
        line-height: 40px;
        color: #333;
    }

        .default-title-box .title.active {
            border-bottom: 3px solid #ffc231;
        }

    .default-title-box .default_more {
        display: block;
        float: right;
        font-size: 14px;
        font-weight: normal;
        line-height: 40px;
    }

    .default-title-box .more {
        margin-left: auto;
        line-height: 43px;
        color: #999;
    }

/*外平台主要信息*/
.default-main-info {
    display: flex;
    justify-content: space-between;
}
/*新闻*/
.default-news {
    display: flex;
    flex-wrap: wrap;
    width: 790px;
}
    /*轮播*/
    .default-news .layui-carousel img {
        display: block;
        width: 366px;
        height: 256px;
    }

    /*列表*/
    .default-news .list {
        flex-grow: 1;
        margin-left: 15px;
    }

    .default-news .model {
        display: flex;
        line-height: 42px;
    }

        .default-news .model::before {
            position: relative;
            top: -2px;
            content: "■";
            font-size: 14px;
            color: #ffc231;
            vertical-align: middle;
        }

        .default-news .model .title {
            display: inline-block;
            width: 280px;
            margin-left: 10px;
            font-size: 15px;
            color: #333;
            vertical-align: middle;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .default-news .model .title:hover {
                text-decoration: none;
            }

        .default-news .model .date {
            margin-left: auto;
            color: #aaa;
            vertical-align: middle;
            font-size: 15px;
        }

/*通知*/
.default-notice {
    width: 390px;
}
    /*列表*/
    .default-notice .list {
        flex-grow: 1;
        margin-left: 5px;
    }

    .default-notice .model {
        display: flex;
        line-height: 40px;
    }

        .default-notice .model::before {
            position: relative;
            top: -2px;
            content: "■";
            font-size: 14px;
            color: #ffc231;
            vertical-align: middle;
        }

        .default-notice .model .title {
            display: inline-block;
            margin-left: 10px;
            font-size: 15px;
            color: #333;
            vertical-align: middle;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .default-notice .model .title:hover {
                text-decoration: none;
            }

        .default-notice .model .date {
            margin-left: auto;
            color: #aaa;
            vertical-align: middle;
        }

/*外平台菜单*/
.default-menu {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

    .default-menu .btn {
        display: block;
        width: 380px;
        height: 90px;
        padding-left: 60px;
        font-size: 22px;
        line-height: 90px;
        color: #fff;
        text-align: center;
    }

        .default-menu .btn:nth-of-type(1) {
            background: #27c9e2 url(../images/default_menu_01.png) no-repeat 55px center;
        }

        .default-menu .btn:nth-of-type(2) {
            background: #ff567f url(../images/default_menu_02.png) no-repeat 55px center;
        }

        .default-menu .btn:nth-of-type(3) {
            background: #87cb42 url(../images/default_menu_03.png) no-repeat 55px center;
        }
        .default-menu .btn:nth-of-type(4) {
            background: #2196f3 url(../images/default_menu_04.png) no-repeat 55px center;
        }

/*外平台次要信息*/
.default-other-info {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
    /*次要信息*/
    .default-other-info .other-info {
        width: 790px;
    }

        .default-other-info .other-info .list {
            display: none;
        }

        .default-other-info .other-info .model {
            display: flex;
            align-items: center;
            line-height: 40px;
        }

            .default-other-info .other-info .model ~ .model {
                line-height: 40px;
            }

            .default-other-info .other-info .model .date {
                margin-left: auto;
                color: #aaa;
                vertical-align: middle;
                font-size: 14px;
            }

            .default-other-info .other-info .model .title {
                display: inline-block;
                width: 650px;
                margin-left: 5px;
                font-size: 15px;
                color: #333;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                float: left;
            }

                .default-other-info .other-info .model .title:hover {
                    text-decoration: none;
                }

                .default-other-info .other-info .model .title::before {
                    position: relative;
                    content: "■";
                    margin-right: 10px;
                    color: #ffc231;
                    font-size: 14px;
                    vertical-align: middle;
                    top: -4px;
                }

            .default-other-info .other-info .model.top .title {
                color: #f00;
            }
    /*政策文件*/
    .default-other-info .policy {
        width: 390px;
    }
        /*列表*/
        .default-other-info .policy .list {
            flex-grow: 1;
            margin-left: 5px;
        }

        .default-other-info .policy .model {
            display: flex;
            line-height: 40px;
        }

            .default-other-info .policy .model .title {
                display: inline-block;
                font-size: 15px;
                color: #333;
                vertical-align: middle;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

                .default-other-info .policy .model .title:hover {
                    text-decoration: none;
                }

            .default-other-info .policy .model::before {
                position: relative;
                top: -1px;
                content: "■";
                font-size: 14px;
                color: #ffc231;
                vertical-align: middle;
                margin-right: 10px;
            }

            .default-other-info .policy .model .date {
                margin-left: auto;
                color: #aaa;
                vertical-align: middle;
            }

/*外平台三笔字书画*/
.default-three-strokes {
    margin-top: 20px;
}

    .default-three-strokes .list {
        display: flex;
        justify-content: flex-start;
        width: 1230.4px;
        margin-left: -15.3px;
    }

    .default-three-strokes .model {
        display: block;
        width: 277px;
        height: 150px;
        margin: 0 15.3px;
    }

        .default-three-strokes .model .pic {
            width: 277px;
            height: 150px;
        }

/*外平台公共资源*/
.default-files {
    margin-top: 20px;
}

    .default-files .list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .default-files .model {
        display: inline-block;
        width: calc((100% - 60px) / 3);
        font-size: 15px;
        line-height: 42px;
        color: #333;
        background-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .default-files .model:hover {
            text-decoration: underline;
        }

        .default-files .model .icon {
            width: 25px;
            margin-right: 10px;
        }

/*外平台统计*/
.default-statistics {
    display: flex;
    align-items: center;
    margin-top: 15px;
    height: 108px;
    background-color: #e7f5ff;
    border: 1px solid #d3eafb;
}

    .default-statistics .model {
        display: flex;
        align-items: center;
        flex: auto;
        padding-left: 25px;
    }

        .default-statistics .model ~ .model {
            border-left: 1px solid #bac0c4;
        }

        .default-statistics .model .info-box {
            margin-left: 25px;
        }

        .default-statistics .model .text {
            font-size: 16px;
        }

        .default-statistics .model .num {
            font-size: 24px;
            color: #1bacff;
        }

/*外平台足部*/
.default-footer {
    margin-top: 25px;
}

    .default-footer .main-info {
        height: 240px;
        padding-top: 30px;
        background-color: #f4f4f4;
    }

    .default-footer .select-area {
        display: flex;
        justify-content: space-around;
        width: 1120px;
        margin: auto;
    }

        .default-footer .select-area select {
            width: 175px;
            filter: grayscale(100%);
        }

    .default-footer .info-content {
        display: flex;
        align-items: flex-start;
        margin-top: 30px;
    }

    .default-footer .info-text {
        margin-top: 20px;
        margin-left: 60px;
        line-height: 32px;
        color: #666;
        font-size: 14px;
    }

    .default-footer .tel-box {
        margin-top: 20px;
        margin-left: auto;
    }

        .default-footer .tel-box .title {
            padding-left: 25px;
            font-size: 15px;
            line-height: 30px;
            color: #666;
            background: url(../images/default_footer_tel.png) no-repeat 0 center;
        }

        .default-footer .tel-box .tel {
            font-size: 15px;
            line-height: 26px;
            color: #666;
        }

    .default-footer .qrcode-box {
        display: flex;
        margin-left: auto;
    }

        .default-footer .qrcode-box .item {
            text-align: center;
            margin-left: 30px;
        }

        .default-footer .qrcode-box .qrcode {
            width: 80px;
            height: 80px;
        }

        .default-footer .qrcode-box .font {
            line-height: 36px;
            color: #666;
        }

/*外平台通知列表*/
.notice-list {
    margin-top: 30px;
}
    /*列表*/
    .notice-list .list {
        flex-grow: 1;
        margin-left: 15px;
    }

    .notice-list .model {
        display: flex;
        line-height: 48px;
    }

        .notice-list .model::before {
            position: relative;
            content: "▶";
            font-size: 14px;
            color: #ffc231;
            vertical-align: middle;
        }

        .notice-list .model .title {
            display: inline-block;
            margin-left: 10px;
            font-size: 16px;
            color: #5b5b5b;
            vertical-align: middle;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .notice-list .model .title:hover {
                text-decoration: none;
            }

        .notice-list .model .date {
            margin-left: auto;
            color: #aaa;
            vertical-align: middle;
        }

/*外平台新闻列表*/
.news-list {
    margin-top: 30px;
}
    /*列表*/
    .news-list .list {
        flex-grow: 1;
        margin-left: 15px;
    }

    .news-list .model {
        display: flex;
        line-height: 48px;
    }

        .news-list .model::before {
            position: relative;
            top: -2px;
            content: "■";
            font-size: 18px;
            color: #ffc231;
            vertical-align: middle;
        }

        .news-list .model .title {
            display: inline-block;
            margin-left: 10px;
            font-size: 16px;
            color: #5b5b5b;
            vertical-align: middle;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .news-list .model .title:hover {
                text-decoration: none;
            }

        .news-list .model .date {
            margin-left: auto;
            color: #aaa;
            vertical-align: middle;
        }

/*外平台资源列表*/
.files-list {
    margin-top: 30px;
}

    .files-list .list {
    }

    .files-list .model {
        display: flex;
        padding-left: 30px;
        line-height: 48px;
        color: #252047;
        background: url(../images/default_files_list_icon.png) no-repeat 0 center;
    }

        .files-list .model .title {
            display: inline-block;
            margin-left: 10px;
            font-size: 16px;
            color: #5b5b5b;
            vertical-align: middle;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .files-list .model:hover {
            text-decoration: underline;
        }

        .files-list .model .date {
            margin-left: auto;
            color: #aaa;
            vertical-align: middle;
        }

/*帮助中心*/
.help-container {
    margin-top: 30px;
}

    .help-container .layui-tab-title li {
        font-size: 16px;
        color: #242424;
    }

.help-list {
    margin-top: 10px;
}

    .help-list .layui-elem-quote {
        border-color: #1e9fff;
    }

    .help-list .model {
        position: relative;
    }

        .help-list .model a {
            position: absolute;
            top: 11px;
            right: 15px;
        }

/*帮助中心详情页*/
.help-content .art img {
    display: block;
    margin: auto;
}

/*外平台子页面布局*/
.default-main {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
    /*菜单*/
    .default-main .menu {
        width: 280px;
        min-height: 440px;
        color: #188eee;
        text-align: center;
        border: 1px solid #ddd;
    }

        .default-main .menu .title {
            font-size: 20px;
            line-height: 80px;
            border-bottom: 1px solid #ddd;
        }


        .default-main .menu .list {
            width: 240px;
            margin: auto;
        }

        .default-main .menu .btn {
            display: block;
            margin: 10px 0;
            font-size: 16px;
            line-height: 44px;
            border-bottom: 1px solid #ddd;
        }

            .default-main .menu .btn.active,
            .default-main .menu .btn:hover {
                color: #fff;
                background-color: #188eee;
            }

    /*内容*/
    .default-main .content {
        width: 900px;
        min-height: 440px;
        padding: 10px 40px;
        border: 1px solid #ddd;
    }

.default-main-title {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}

    .default-main-title .title {
        display: inline-block;
        font-size: 20px;
        line-height: 42px;
        color: #188eee;
        border-bottom: 4px solid #188eee;
    }

/*外平台子页面列表*/
.default-main-list .model {
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding: 15px 20px;
    border: 1px solid #eee;
}

    .default-main-list .model:hover {
        box-shadow: 0px 1px 8px rgba(51, 51, 102, 0.19);
    }

    .default-main-list .model .date {
        flex-shrink: 0;
        width: 62px;
        height: 62px;
        text-align: center;
        background-color: #F3F5F8;
        border-radius: 10px;
    }

    .default-main-list .model .month-day {
        margin-top: 10px;
        font-size: 15px;
        line-height: 22px;
        color: #333;
    }

    .default-main-list .model .year {
        font-size: 11px;
        line-height: 22px;
        color: #999;
    }

    .default-main-list .model .info-box {
        margin-left: 20px;
    }

    .default-main-list .model .title {
        font-family: Microsoft YaHei;
        font-size: 16px;
        line-height: 30px;
        font-weight: bold;
    }

        .default-main-list .model .title:hover {
            color: #555555;
        }

    .default-main-list .model .info {
        height: 40px;
        line-height: 20px;
        color: #666;
        overflow: hidden;
        font-size: 14px;
    }

/*外平台文章*/
.default-art-box .title {
    padding: 10px 0;
    font-size: 20px;
    line-height: 34px;
    font-weight: bold;
    color: #333;
    letter-spacing: 2px;
    border-bottom: 1px solid #eee;
}

.default-art-box .info-box {
    margin-top: 20px;
}

    .default-art-box .info-box .item {
        margin-right: 20px;
        color: #909090;
        font-size: 14px;
    }

        .default-art-box .info-box .item .layui-icon {
            color: #999;
            vertical-align: middle;
        }

.default-art-box .art {
    margin-top: 25px;
    padding-bottom: 40px;
    line-height: 30px;
    color: #333;
    font-size: 15px;
}

    .default-art-box .art img {
        max-width: 80%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

/*外平台联系我们*/
.contact {
    margin-top: 30px;
}

/*外平台登录*/
.login-container {
    display: flex;
    justify-content: flex-end;
    height: 505px;
    padding-top: 20px;
    background: url(../images/login_bg0.jpg) no-repeat top center;
}

/*.login-box {
  width: 460px;
  height: 320px;
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
}

  .login-box .layui-btn {
    width: 100%;
    margin-top: 20px;
  }*/

/*登陆页面*/
.signin-bg {
    position: relative;
    height: 600px;
    background: url(../images/guanli_signin_bg.jpg) no-repeat center;
}

    .signin-bg .layui-main {
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: flex-end;
    }

.login_main {
    width: 1200px;
    margin: auto;
}

.login-box {
    width: 430px;
    height: 340px;
    padding: 6px 30px;
    margin-top: 0px;
    margin-left: 620px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}

    .login-box .layui-tab-title {
        margin-bottom: 10px;
    }

    .login-box .layui-tab li {
        width: 50%;
    }

    .login-box .tel {
        position: relative;
    }

        .login-box .tel .layui-btn {
            position: absolute;
            right: 10px;
            top: 7px;
        }

    .login-box .signin {
        width: 100%;
        height: 48px;
        border-radius: 5px;
        font-size: 18px;
    }

    .login-box .layui-input {
        height: 45px;
    }

.login-input {
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    padding-right: 10px;
}
/*排序组件*/
.sort {
    display: flex;
}

    .sort .btn {
        padding: 0 15px;
        line-height: 47px;
        color: #666;
        cursor: pointer;
        font-size: 14px;
    }

        .sort .btn.active {
            color: #ff5722;
        }

        .sort .btn .layui-icon {
            font-size: 12px;
            margin-left: 5px;
        }

/*三笔字投票列表*/
.sanbizi-vote-list {
    margin-top: 30px;
}

    .sanbizi-vote-list .model {
        display: block;
        border: 1px solid #ddd;
        border-radius: 10px;
    }

    .sanbizi-vote-list .pic {
        display: block;
        width: 100%;
        height: 200px;
    }

    .sanbizi-vote-list .model .info-box {
        padding: 10px;
    }

        .sanbizi-vote-list .model .info-box .title {
            font-size: 16px;
            line-height: 26px;
            color: #242424;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .sanbizi-vote-list .model .info-box .num {
            margin-top: 8px;
            color: #999;
        }

            .sanbizi-vote-list .model .info-box .num b {
                color: #FF5722;
            }

/*三习成果编辑*/
.project-task-edit {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

    .project-task-edit .office-online {
        flex-grow: 1;
        height: 600px;
        border: 1px solid #ddd;
    }

    .project-task-edit .task-info-box {
        width: 300px;
        height: 600px;
        margin-left: 40px;
        border: 1px solid #ddd;
    }

    .project-task-edit .layui-tab {
        margin: 0;
    }

        .project-task-edit .layui-tab .layui-tab-title li {
            width: 75px;
        }

        .project-task-edit .layui-tab .layui-tab-title .layui-unselect {
            display: none;
        }

    .project-task-edit .layui-tab-content {
        height: 540px;
        overflow: auto;
    }

.task-info-box .art {
    margin-top: 20px;
}

/*三笔字详情*/
.sanbizi-detail .vote-box {
    margin-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

    .sanbizi-detail .vote-box .layui-btn {
        width: 80%;
        height: 50px;
        font-size: 18px;
        line-height: 50px;
        font-weight: bold;
    }

    .sanbizi-detail .vote-box .info {
        margin-top: 10px;
    }

        .sanbizi-detail .vote-box .info b {
            color: #FF5722;
        }

.sanbizi-detail .layui-timeline {
    margin-top: 20px;
}

/*三笔字作品查看*/
.sanbizi-show {
    position: relative;
    width: calc(80vw - 340px);
    overflow: hidden;
}

    .sanbizi-show .move-box {
        display: flex;
        height: 100%;
    }

        .sanbizi-show .move-box .model {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            width: 100%;
            background-color: #000;
        }

            .sanbizi-show .move-box .model .pic {
                display: block;
                max-width: 100%;
                max-height: 600px;
            }

    .sanbizi-show .controller {
        position: absolute;
        top: 0;
        bottom: 0;
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: 50px;
        margin: auto;
    }

        .sanbizi-show .controller .btn {
            width: 50px;
            height: 50px;
            color: #fff;
            text-align: center;
            background-color: rgba(255,255,255,.6);
            cursor: pointer;
        }

            .sanbizi-show .controller .btn .layui-icon {
                font-size: 22px;
                line-height: 50px;
            }

    .sanbizi-show .info {
        position: absolute;
        bottom: 10px;
        left: 10px;
        color: #fff;
    }

/*列表中被推荐*/
.list .recommend {
    margin-right: 5px;
    font-size: 14px;
    color: #f00;
}
/*列表中被推荐*/
.list .settop {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: url(../images/ding.png);
    background-size: 16px;
}

/*返回按钮*/
.page-goback {
    float: right;
    margin-top: -36px;
}

    .page-goback .layui-icon {
        font-size: 12px;
        line-height: 35px;
    }

/*待办入口按钮*/
.todo-enter-btn {
    position: fixed;
    top: 120px;
    right: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #1E9FFF;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    cursor: pointer;
}

    .todo-enter-btn .layui-icon {
        margin-top: 12px;
        font-size: 28px;
        font-weight: bold;
        color: #fff;
    }

    .todo-enter-btn .title {
        font-size: 11px;
        line-height: 16px;
        color: #fff;
    }

    .todo-enter-btn .layui-badge-dot {
        position: absolute;
        top: 2px;
        right: 2px;
        width: 12px;
        height: 12px;
    }
