﻿html,
body{
    height: 100%;
}
body{
    background: #404040;
}
a{
    color: inherit;
}
#head-tab{

}
.search-kw{
    font-weight: bold;
    color: #a90303;
}
.page.wap{
    padding-top: 45px;
}
.page.pc{
    padding-top: 70px;
}
.pagination{

}
.back-btn{
    margin: 10px;
    display: inline-block;
    cursor: pointer;
}
.auth_logo,.not_auth_logo{
    position: absolute;
    top: 3px;
    right: 3px;
    width: 36px;
    height: 40px;
    background-repeat: no-repeat;
}
.auth_logo{
    background-image: url(../image/v.png);
}
.not_auth_logo{
    background-image: url(../image/nv.png);
}
    .pagination>li{
        display: inline-block;
        padding: 0 15px;
        line-height: 28px;
        border-bottom: 1px solid #e2e2e2;
        margin: 0 -1px 5px 0;
        margin: 3px;
    }
        .pagination>li:hover>a{
            color: #a90303;
        }
    .pagination>li.disabled{
        color: #d2d2d2;
        cursor: not-allowed;
    }
    .pagination>li.active{
        border-color: #a90303;
        background: #a90303;
        color: #FFF;
    }

    #head-tab{
        transition: margin 0.5s;
        margin-top: -45px;
    }
        
        .feedback-btn{
            position: fixed;
            color: #FFF;
            right: 20px;
            bottom: 30px;
            width: 50px;
            height: 50px;
            z-index: 1;
            cursor: pointer;
            font-size: 40px;
            line-height: 50px;
            text-align: center;
            border-radius: 50px;
            background: #a90303;
            box-shadow: 0 0 10px #333;
        }

        #feedback{
            padding: 50px 60px 50px 30px;
        }
            #feedback .layui-input-block>img{
                width: 100%;
            }

    #head-tab .layui-nav .layui-this:after{
        background: #ff0000;
    }
    #head-tab.wap{
        position: fixed;
        z-index: 10;
        margin-top: 0px;
        width: 100%;
    }
        .wap .layui-form-danger{
            border-color: red;
        }
    #head-tab.pc{
        width: 100%;
        position: fixed;
        margin-top: 0px;
        background: #a90303;
        color: #FFF;
        z-index: 10;
    }
    
        #head-tab .web-title h1{
            font-size: 30px;
            font-weight: bold;
        }
        #head-tab.pc .web-title{
            line-height: 60px;
            font-weight: bold;
            padding-left: 15px;
        }
            
        #head-tab.pc .web-title a:hover{
            color: #FFF;
        }
        #head-tab.pc .web-title{
            float: left;
        }

        #head-tab.pc .layui-nav-bar{
            background: #ff0000;
        }
        #head-tab.pc .layui-nav{
            display: inline-block;
            background: none;
        }
    
    #head-tab.pc .menu{
        display: block;
        float: right;
    }
        #head-tab.wap .web-title{
            text-align: center;
            font-size: 1.2rem;
            font-weight: bold;
            line-height: 45px;
            height: 45px;
            color: #FFF;
            background: #a90303;
            box-shadow: 0 0 15px #000000;
            width: 100%;
            top: 0;
        }
            #head-tab.wap .web-title img{
                margin-right: 5px;
            }

        #head-tab .menu{
            display: none;
        }
        #head-tab.wap .menu{
            background: #a90303;
            width: 0%;
            height: 100%;
            right: 0;
            top: 0;
            z-index: 99;
            display: block;
            transition: all 0.5s;
            box-shadow: 0 0 15px #000000;
        }
            #head-tab.wap .menu .menu-btn{
                display: inline-block;
                width: 30px;
                height: 30px;
                position: absolute;
                right: 10px;
                top: 10px;
            }
                #head-tab.wap .menu .menu-btn span{
                    display: inline-block;
                    height: 2px;
                    width: 100%;
                    background: #FFF;
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 0;
                    bottom: 0;
                    margin: auto;
                }
                #head-tab.wap .menu .menu-btn .l1{
                    margin-top: 6px;
                    transition: all 0.5s;
                }
                #head-tab.wap .menu .menu-btn .l2{
                    transition: all 0.5s;
                }
                #head-tab.wap .menu .menu-btn .l3{
                    margin-bottom: 6px;
                    transition: all 0.5s;
                }
                
        #head-tab.wap .menu.open{
        }
                #head-tab.wap .menu.open .menu-btn .l1{
                    transform: rotate(45deg);
                    margin-top: 14px;
                }
                #head-tab.wap .menu.open .menu-btn .l2{
                    width: 0;
                }
                #head-tab.wap .menu.open .menu-btn .l3{
                    transform: rotate(-45deg);
                    margin-bottom: 14px;
                }
        #head-tab.wap .menu .menu-option{
            right: 0;
            width: 0px;
            height: 100%;
            position: absolute;
            background: #a90303;
            box-shadow: 0 2px 4px;
            transition: all 0.5s;
        }
        #head-tab.wap .menu.open .menu-option{
            width: 170px;
        }
            #head-tab.wap .menu .layui-nav{
                background: none;
                width: 100%;
            }
                #head-tab.wap .menu .layui-nav-tree .layui-nav-bar{
                    background-color: #ff1a1a;
                }
                
                    #head-tab.wap .menu .layui-nav-item{
                        border-top: 1px solid #c10202;
                    }
                    #head-tab .menu .layui-nav-item .layui-this a,
                    #head-tab .menu .layui-nav-item .layui-this{
                        background: none;
                    }
                    #head-tab.wap .menu .layui-nav-item dd{
                        border-top: 1px solid #a90303;
                    }
                    #head-tab.wap .menu .layui-nav-tree .layui-nav-item>a{
                        background: #a90303;
                    }
                    #head-tab.wap .menu .layui-nav-tree .layui-nav-item a:hover,
                    #head-tab.wap .menu .layui-nav-tree .layui-nav-item a:active,
                    #head-tab.wap .menu .layui-nav-tree .layui-nav-item a:visited
                    #head-tab.wap .menu .layui-nav-tree .layui-nav-item .layui-this>a,
                    #head-tab.wap .menu .layui-nav-tree .layui-nav-item .layui-this>a:hover,
                    #head-tab.wap .menu .layui-nav-tree .layui-nav-item .layui-this>a:active,
                    #head-tab.wap .menu .layui-nav-tree .layui-nav-item .layui-this>a:visited
                    {
                        background-color: #ff0c0c85;
                    }
                        #head-tab.wap .menu .layui-nav-tree .layui-nav-item .layui-nav-child>dd{
                            background: none;
                        }
        
#page-home{
    min-height: 100%;
    position: relative;
    padding-top: 0;
    background: #0b0c07;
    padding-top: 1px;
}
    #page-home .under_line{
        width: 100%;
        text-align: center;
    }
    #page-home .under_line hr{
        width: 50%;
        height: 1px;
        background: #FFF;
        display: inline-block;
    }
    #page-home input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: inherit;
    }
    #page-home :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color:    inherit;
    }
    #page-home ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color:    inherit;
    }
    #page-home input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color:   inherit;
    }
    #page-home input::-ms-input-placeholder { /* Microsoft Edge */
        color:    inherit;
    }
    #page-home .page-title{
        text-align: center;
        /* position: absolute; */
        color: #4c4c4c;
        /* font-size: 60px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100px;
        margin: 20% auto auto auto; */
    }
    #page-home .page-title #headline{
        position: absolute;
        top: 0;
        border: 0;
        left: 0;
        right: 0;
        font-size: 6rem;
        font-weight: bold;
        margin: 15.5% auto auto auto;
        padding-left: 57px;
        color: #8e8e8e00;
        letter-spacing: 6px;
        text-shadow: 10px 10px 10px #26ffaa4d;
        z-index: -6;
        display: none;
    }
    #page-home .layui-container{
        margin: auto;
    }
        #page-home #search-form{
            border: 2px solid #ffffff;
            color: #ffffff;
            font-weight: bold;
            border-radius: 10px;
            text-align: justify;
            font-size: 1rem;
            height: 50px;
            margin-top: 40px;
        }
            #page-home.wap .layui-carousel-arrow[lay-type=add]{
                right: 10px;
            }
            #page-home.wap .layui-carousel[lay-arrow=always] .layui-carousel-arrow{
                left: 10px;
            }
        
        #page-home #search-form>*{
            vertical-align: middle;
            display: inline-block;
            position: absolute;
            background: none;
            color: inherit;
            border: none;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }
        #page-home #search-form>.layui-icon-search{
            left: auto;
            right: 20px;
            cursor: pointer;
            font-size: 1.5rem;
        }
        #page-home #kw{
            padding-left: 20px;
            overflow: hidden;
            text-overflow:ellipsis;
            white-space: nowrap;
            width: 92%;
            right: auto;
        }
        #page-home .list-block{
            margin: 20px auto;
        }
            #page-home .list-block .block-title{
                text-align: center;
                margin-top: 40px;
                margin-bottom: 10px;
                font-size: 18px;
                color: #fff;
            }
                #page-home .list-block .block-title .more-btn{
                    float: right;
                }
            #page-home .list-block .main{
                margin-top: 20px;
                padding-bottom: 10px;
            }
                #page-home .list-block .list{
                    padding: 10px;
                    position: relative;
                }
                .turn-bkg{
                    perspective:500;
                    -webkit-perspective:500;
                }
                .turn{
                    transition: all 0.8s;
                }
                .turn-bkg:hover .turn{
                    /* transform: rotateY(180deg) */
                }
                .turn .back{
                    position: absolute;
                    opacity: 0;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    color: #FFF;
                    background: rgba(0,0,0,0.8);
                    transition: all 0.8s;
                }
                .turn-bkg:hover .back{
                    z-index: 0;
                    opacity: 1;
                }
                #page-home .list-block .list a{
                    display: inline-block;
                    width: 100%;
                    border-radius: 10px;
                    overflow: hidden;
                    position: relative;
                    transition: all 0.8s;
                    border: 1px solid #FFF;
                }
                #page-home .list-block .list img{
                    width: 100%;
                    height: 300px;
                }
                #page-home .list-block .list .l-title{
                    position: absolute;
                    bottom: 0;
                    background: #00000047;
                    color: #ffffff;
                    text-align: left;
                    font-size: 18px;
                    margin: auto;
                    padding-left: 3px;
                    width: 20px;
                    right: 0;
                    border-left: 3px solid #a90303;
                }
                .back table{
                    margin: 0px;
                    color: #FFF;
                    background: none;
                }
                .back tr{
                    margin: 10px;
                    position: relative;
                }
                .back tr .text-center{
                    text-align: center;
                    text-align-last: center;
                }
                .back tr:hover{
                    background: none;
                }
                .back td{
                    text-align: justify;
                    text-align-last: justify;
                }
                .back td:last-child{
                    text-align-last: left;
                }
                .back tbody tr:hover{
                    background: none;
                }
                #page-home .list-block .list td{
                    /* display: inline-block; */
                }
                #page-home .list-block .list td.l-box{
                    padding: 20px 40px;
                    position: relative;
                    z-index: 2;
                }
                    #page-home .list-block .list td p{
                        margin: 10px;
                    }
                    #page-home .list-block .list td .title{
                        color: #fff;
                        margin: 10px 0;
                        transition: all 0.3s;
                        font-weight: bold;
                    }
                    #page-home .list-block .list td .intro{
                        color: #ccc;
                        margin: 10px 0;
                        text-indent: 1rem;
                    }
                    #page-home .list-block .list td .time{
                        color: #aaa;
                        margin: 10px 0;
                    }
                    /* #page-home .list-block .list td.img{
                        position: absolute;
                        right: 0;
                        top: 0;
                        margin-right: -100%;
                        transition: all 0.8s;
                        height: 100%;
                        z-index: 1;
                    } */
                    #page-home .list-block .list:hover a{
                        box-shadow: 0 0 20px #333;
                    }
                    /* #page-home .list-block .list:hover td.img{
                        margin-right: 0%;
                    } */

                        #page-home .list-block .list td.img{
                            overflow: hidden;
                        }
                        #page-home .list-block .list td.img img{
                            width: 110%;
                        }

#page-login{
    background: #F0F0F0;
}
    #page-login .login-box{
        background: #FFFFFF;
        margin-top: 10%;
        box-shadow: 5px 5px 20px rgb(44, 44, 44);
        border-radius: 5%;
        padding: 6%;
        overflow: hidden;
        float: none;
    }
        #page-login .login-box .wx-login{
            color: #2aae67;
            font-size: 1.1rem;
            line-height: 3rem;
            float: left;
        }
            #page-login .login-box .wx-login .layui-icon{
                font-size: 1.8rem;
                vertical-align: bottom;
            }
        #page-login .login-box .wx-qrcode-box{
            z-index: 1;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            display: none;
        }
            #page-login .login-box .wx-qrcode-box>div{
                background: #fff;
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto;
                width: 230px;
                height: 260px;
                border-radius: 20px;
                box-shadow: 0 0 30px -10px #000;
                z-index: 1;
                color: #2aae67;
                font-size: 1rem;
            }
            #page-login .login-box .wx-qrcode-box .bk{
                background: #ffffff;
                opacity: 0.8;
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                width: 100%;
                height: 100%;
            }
            #page-login .login-box .wx-qrcode-box #wx_qrcode{
                margin: 0.8rem;
            }
            
        #page-login .login-box .layui-form-label{
            width: 60px;
            padding-left: 0;
            padding-right: 10px;
        }
        #page-login .login-box .layui-input-block{
            margin-left: 70px;
        }
        #page-login .login-box .layui-input-block button[type=submit]{
            float: right;
        }

#page-user-index{
    background: #FFF;
    color: #333;
}
    #page-user-index .user-avatar{
        width: 80px;
        height: 80px;
        margin-top: 40px;
        line-height: 80px;
        border-radius: 50%;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        border: 1px solid #de0000;
        color: #de0000;
    }
        #page-user-index .user-avatar .avatar{
            width: 100%;
            height: 100%;
            font-size: 80px;
            display: block;
        }
        #page-user-index .user-avatar .avatar.layui-icon{
            margin-top: 10px;
        }
        #page-user-index .works-class{
            margin-top: 5px;
            text-align: center;
            font-size: 14px;
            color: #666666;
        }
        #page-user-index .user-name{
            margin-top: 10px;
            text-align: center;
            font-size: 20px;
            color: #666666;
        }
        #page-user-index .user-data-list{
            margin-top: 20px;
        }
            #crop-photo #crop-btn{
                position: absolute;
                top: 0;
                right: 0;
                z-index: 1;
            }
            #page-user-index #crop-photo{
                position: relative;
                width: 100%;
                height: 100%;
                box-sizing: border-box;
                padding-top: 38px;
            }
                #page-user-index  #crop-photo .layui-btn{
                    background: #00ffa9;
                    position: absolute;
                    top: 0;
                }
                #page-user-index #crop-photo>div{
                    width: 100%;
                    height: 100%;
                }
            #page-user-index .user-data-list .layui-colla-item{
                background: #f0fff8;
                border-color: #c5ffec;
            }
                #page-user-index .user-data-list .layui-colla-title{
                    background: #f4fffb;
                    color: #89c1b4;
                }
                #page-user-index .user-data-list .layui-colla-content{
                    color: #667975;
                    border-color: #c5ffec;
                }
                #page-user-index .user-data-list button[type="submit"]{
                    float: right;
                    display: none;
                }
                #page-user-index #introduce{
                    width: 100%;
                }
            #page-user-index #user-info-tab{
                text-align: center;
            }
                #page-user-index #user-info-tab>li{
                    display: inline-block;
                    margin: 20px;
                    font-size: 1.1em;
                    color: #666666;
                }
            #page-user-index #foot-tab{
                position: fixed;
                width: 100%;
                bottom: 0;
            }
                #page-user-index #foot-tab>a{
                    width: 100%;
                    font-weight: bold;
                    color: #FFFFFF;
                }

    #page-user-index #user-works-release{
        padding: 15px;
    }
        #page-user-index #user-works-release .works-pic-box{
            width: 120px;
            height: 150px;
            margin: 15px auto;
        }
            #page-user-index #user-works-release #works-pic-upload{
                border: 1px solid #de0000;
                position: relative;
                text-align: center;
                display: block;
                margin: auto;
                height: 150px;
                width: 120px;
            }
                #page-user-index #user-works-release #works-pic-upload>*{
                    font-weight: bold;
                    color: #666;
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    display: table;
                }
                #page-user-index #user-works-release #works-pic-upload>span>*{    
                    display: table-cell;
                    text-align: center;
                    vertical-align: middle;
                }
                
                #page-user-index #user-works-release #works-pic-upload>img{
                    z-index: 1;
                    display: block;
                }
                    #page-user-index #user-works-release .layui-icon-add-circle{
                        font-size: 25px;
                    }
                    
    #page-seach .warning,
    #page-works .warning{
        float: none;
        margin: 40px auto;
        font-size: 30px;
        /* margin-top: 40px; */
        padding: 40px;
        text-align: center;
        border: 2px solid #a90303;
        border-radius: 30px;
    }
    #page-works{
        margin: auto;
        float: none;
        color: #FFF;
        background: #1f1f1f;
    }
    #page-works #qrcode{
        background: white;
        padding: 5px;
        display: inline-block;
    }
        #page-works .layui-table{
            background: none;
            color: #fff;
        }
        #page-works .layui-table tr:hover{
            background: none;
        }
        #page-works .box{
            overflow: hidden;
            text-indent: 2rem;
        }
            #page-works .box p{
                margin: 1rem;
            }
            #page-works .box .tab-box,
            #page-works .block{
                padding: 15px;
            }
                #page-works .block .pic{
                    display: block;
                    margin: auto;
                    border-radius: 5%;
                }
                #page-works .text-right{
                    line-height: 0;
                    text-align: justify;
                    padding-top: 15px;
                    padding: 0.4rem;
                }
                #page-works .text-right:after{
                        content: "";
                        display: inline-block;
                        width: 100%;
                    }
                }
                #page-works .text-left{
                    text-align: left;
                }
                    #page-works .text-left a{
                        border-bottom: 1px solid;
                    }

                #page-works .hr{
                    background: #de0000;
                }
                #page-works .author-name{
                    text-align: center;
                    margin: 5px;
                    font-size: 16px;
                    font-weight: bold;
                    
                }
                #page-works .author-intr{
                    padding: 15px;
                    text-indent: 2em; 
                }

        #page-works .dbz-title{
            margin-top: 30px;
            margin-bottom: 20px;
            font-size: 20px;
            color: #FFF;
        }
            #page-works .dbz-title>span{
                color: #999;
                padding: 20px;
            }

        #page-works .zsys{
            padding: 10px;
        }
        #page-works .show_photos{
            cursor: pointer;
        }
            #page-works .zsys img{
                width: 100%;
                border-radius: 10px;
            }
        #page-seach .part{
            
        }
            #page-seach .part .search-form{
                margin-left: auto;
                margin-right: auto;
                float: none;            
            }
                #page-seach .part .search-form .arg{
                    margin-top: 40px;
                    padding-left: 10px;
                    height: 23px;
                }
                    #page-seach .part .search-form .arg label{
                        padding: 5px 10px;
                        cursor: pointer;
                        font-size: 15px;
                        border-radius: 5px 5px 0 0;
                    }
                    #page-seach .part .search-form .arg label.on{
                        background: #a90303;
                        color: #fff;
                    }
                    #page-seach .part .search-form .arg label input{
                        display: none;
                    }
                #page-seach .part .search-form .search-box{
                    display: flex;
                    color: #FFF;
                }
                    #page-seach .part .search-form .search-box #kw{
                        width: 100%;
                        padding: 10px;
                        color: inherit;
                        border-radius: 10px 0 0 10px;
                        border: 2px solid #a90303;
                        color: #333;
                    }
                    #page-seach .part .search-form .search-box .layui-icon-search{
                        width: 70px;
                        background: #a90303;
                        border: none;
                        color: #FFF;
                        border-radius: 0 10px 10px 0;
                        float: right;
                        cursor: pointer;
                    }

            #page-seach .part .p-title{
                border-bottom: 1px solid;
                margin: 30px 50px 10px;
                font-size: 30px;
                padding-left: 10px;
            }
            #page-seach .part>ul.list{
                text-align: center;
            }
                #page-seach .part>ul.list>li{
                    display: inline-block;
                    width: 250px;
                    margin: 10px;
                    overflow: hidden;
                }
                    #page-seach .part>ul.list>li>a{
                        display: block;
                        position: relative;
                        border-radius: 5px;
                        overflow: hidden;
                    }
                        #page-seach .part>ul.list img{
                            width: 100%;
                            height: 300px;
                        }
                        #page-seach .part .name{
                            position: absolute;
                            right: 0;
                            bottom: 0;
                            color: #FFF;
                            width: 100%;
                            background: rgba(0,0,0,0.5);
                            font-size: 16px;
                            padding: 3px 0;
                            width: 23px;
                            border-left: 2px solid #a90303;
                        }


#page-foot.page-foot .items{
    color: #666;
    margin: 10px;
}
#page-foot.page-foot a{
    color: #999;
}

#flow-list{
    overflow: hidden;
}
    #flow-list .flow-block{
        display: inline-block;
        transition: all 0.5s;
    }
    #flow-list .flow-block .img{
        width: 100%;
        transition: all 0.8s;
    }
    /* #flow-list .flow-block:hover .img{
        transform: scale(1.2);
    } */

    /* #page-master-list */ #flow-list .flow-block{
        padding: 5px;
    }
        /* #page-master-list */ #flow-list .flow-block>*{
            width: 100%;
            border-radius: 10px 5px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 0 5px #000;
        }
        /* #page-master-list */ #flow-list .flow-block .m-name{
            position: absolute;
            padding-top: 2px;
            padding-bottom: 2px;
            color: #FFF;
            bottom: 0;
            width: 21px;
            border-left: 2px solid #a90303;
            right: 0;
            margin: auto;
            text-align: center;
            background: #00000096;
        }
        /* #page-master-list */ #flow-list #flow-bottom{
            float: left;
            width: 100%;
        }
            /* #page-master-list */ #flow-list #flow-bottom>hr{
                width: 70%;
            }
    #flow-list #flow-bottom{
        display: block;
        width: 100%;
        float: left;
        min-height: 50px;
    }

#page-apply{
}
    #page-apply #page-title{
        color: #FFF;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        padding: 30px 20px 20px 20px;
    }
    #page-apply form{
        margin: 15px;
    }
    #page-apply .layui-form-select dl dd.layui-this{
        background-color: #a90303;
    }
    #page-apply form button[type='submit']{
        background-color: #a90303;
    }
    #page-apply form .layui-form-danger{
        border-color: orangered;
    }
    
#page-about{
    font-family: "Microsoft Yahei";
    letter-spacing: 3px;
}  
    #page-about .about-title,
    #page-about .motto{
        text-align: center;
        opacity: 0;
        transition: all 0.8s;
    }
    #page-about .about-title.show{
        opacity: 1;
    }
    #page-about .motto.show{
        opacity: 1;
    }
    #page-about .about-title{
        margin: 20px;
        margin-top: 40px;
        font-size: 40px;
        font-weight: bold;
        color: #a90303;
        font-family: "楷体";
        text-shadow: 0 0 21px #9a9a9a;
    }
    .type-writer{
        padding: 40px;
        padding-top: 10px;
        line-height: 26px;
        font-size: 16px;
    }
    .type-writer>span{
        display: inline-block;
        /* opacity: 0.8; */
        /* transform: scale(1.2) ; */
        /* margin-left: 5px; */
        transition: all 0.2s;
    }
    .type-writer>span.show{
        margin-left: 0px;
        transform: scale(1) ;
        opacity: 1;
    }

#page-news{
    /* padding: 40px; */
}
    #page-news .main{
        border: 2px solid #eee;
        border-top: none;
        border-bottom: none;
        padding: 40px;
        margin-bottom: 20px;
    }
    @media screen and (max-width: 719px){
        #page-news .news-title{
            font-size: 20px !important;
        }
        #page-news .main {
            padding: 10px;
        }
    }
    @media screen and (min-width: 1570px){
            
        #page-news .more_list {
            position: absolute;
            top: 20px;
            right: -18%;
            width: 17%;
        }
    }
    
    #page-news .more_list{
        letter-spacing: 0.2rem; 
        border: 1px solid #999;
        padding: 7px;
        border-radius: 5px;
        margin-top: 20px;
    }
    #page-news .more_list a{
        display: block;
        margin-top: 0.9rem;
        border-top: 1px solid #999;
        padding-top: 5px;
    }
    #page-news .more_list a:hover{
        font-weight: bold;
        color: #333;
    } 
    #page-news .more_list .img{
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 0;
        height: 180px;
        border-radius: 0 0 5px 5px;
    }

    #page-news .news-title{
        color: #FFF;
        font-size: 26px;
        padding: 10px;
        text-align: center;
        font-weight: bold;
        border-bottom: solid 1px #aaa;
    }
    #page-news .news-content{
        font-size: 22px;
        line-height: 34px;
        letter-spacing: 0.2em;
        margin: auto auto 40px auto;
    }
    #page-news .news-content p{
        text-indent: 2em;
        color: #ddd;
        font-size: 18px;
    }
    #page-news .news-content img{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #page-news .content-foot{
        color: #999;
        border-top: 1px solid #aaa;
        padding-top: 10px;
    }
    #page-news .editer{
        float: left;
    }
    #page-news .time{
        float: right;
    }
    
    #page-user-works_list tr{
    }
    
    #page-user-works_list .pagination>li{
        color: #a90303;
    }
        #page-user-works_list td .layui-input-inline{
            
        }
        #page-user-works_list td .sort{
           width: 30px;
           padding: 2px 3px; 
        }
        #page-user-works_list td a{
            display: inline-block;
            border-bottom: solid 1px blue;
            margin: auto 3px;
        }
        #page-user-works_list form{

        }
            #page-user-works_list form>div{
                text-align: center;
            }
                #page-user-works_list form>div>input{
                    width: 70%;
                    display: inline-block;
                    vertical-align: top;
                    margin-right: -3px;
                }
#page-user-autograph{}
    #page-user-autograph .top-tab{
        text-align: right;
    }

.page-mem-index{}
    .page-mem-index .order_list{
    }
    .page-mem-index .order_list .order{
        border-radius: 5px;
        width: 100%;
        border-top: 1px solid #eee;
        padding: 10px 5px;
        display: block;
        position: relative;
        box-sizing: border-box;
    }
        .page-mem-index .order_list .order .head-text{
            font-weight: bold;
            text-align: center;
            font-size: 2.3rem;
            color: #730505;
        }
        .page-mem-index .order_list .order .para{
            padding-left: 10px;
        }
            .page-mem-index .order_list .order .para>.layui-row{
                padding: 3px 0;
            }
                .page-mem-index .order_list .order .para .title{
                    font-size: 16px;
                    color: #333;
                    overflow:hidden;

                    white-space: nowrap;

                    text-overflow: ellipsis;

                    -o-text-overflow:ellipsis;
                }
                .page-mem-index .order_list .order .para .price{
                    font-size: 16px;
                    font-weight: bold;
                    color: #333;
                    text-align: right;
                }
                .page-mem-index .order_list .order .para .price.add{
                    color: #de0000;
                }
                .page-mem-index .order_list .order .para .price.add::before{
                    content: '+';
                }

                .page-mem-index .order_list .order .para .mname{
                    color: #666;
                    font-size: 14px;
                }

            .page-mem-index .order_list .order .date{
                font-size: 12px;
                color: #999;
                position: absolute;
                right: 5px;
                bottom: 10px;
            }
.layui-layer-dialog .layui-layer-padding{
    color: #333;
}