
@media (max-width: 560px) {
    .pages input, .sjpyc span {
        display: none;
    }
}


body a:link, a:visited {
    color: #021732;
    font-family: "微软雅黑", "黑体", "宋体", sans-serif;
}



/*==========AI图片修改页面===========*/

.divcsbk {
    border: 2px solid transparent;
    border-radius: 26px;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(to right, #f6f1fb, #ebf0fa), linear-gradient(90deg, #8F41E9, #578AEF);
    animation: borderColorChange 5s infinite; /* 应用动画 */
}

.divcsbk2 {
    border: 1px solid #3a3b40;
    box-shadow: 0 0 9px rgba(0,0,0,0.3);
    border-radius: 26px;
    background-color: rgb(31, 32, 38) !important;
    min-height: 682px;
    padding: 22px;
    margin: 0 0 9px;
}

.text-xxbk {
    text-align: left;
    margin: 29px;
    padding: 3px 9px;
    border: 1px dashed #05957c;
    border-radius: 6px;
}


    .text-xxbk a, .text-xxbk a:visited, .text-xxbk a:link {
        color: #00a488;
    }



 



 

.bdys textarea {
    border: 1px solid #3a3b40;
    color: white;
    border-radius: 9px;
    background-color: rgba(0,0,0,0.8);
    padding:9px;
}

.radial-qh {
    background: radial-gradient(circle, #999, #0c0c0c);
}
.radial-sy {
    background-image: linear-gradient(to right,#080808,#101010);
    
}

.radial-simple2 {
    background: radial-gradient(circle, rgba(0,0,0,0.8), #2d3137);
}
.radial-simple {
    background: radial-gradient(circle, #d9ebfd, #f5f4f8);
}

.radial-ss {
    background: radial-gradient(circle, #0d0d0d, #2b2c2d);
}

 

    .tpbjym {
        margin-top:9px;
        width: 100%;
        border-radius: 8px;
        padding: 28px;
    }


    .tpbj h1 {
        font-size: 20px;
        padding: 20px 0 20px 0;
        margin: 0px;
    }

.tpbj {
    border: 1px solid #3a3b40;
    box-shadow: 0 0 9px rgba(0,0,0,0.3);
    text-align: center;
    width: 100%;
    margin: 2px;
    min-height: 680px;
    border-radius: 15px;
    background-color: rgb(31, 32, 38);
}

    .text-overlay {
        position: absolute;
        top: 20px;
        left: 18px;
        transform: translate(-36%, -50%);
        color: white;
        background-color: rgb(4, 182, 139, 0.80);
        padding: 10px 10px 6px 10px;
        border-radius: 0 0 15px;
    }

    .text-overlay2 {
        position: absolute;
        top: 26px;
        left: 24px;
        transform: translate(-36%, -50%);
        color: white;
        background-color: rgb(4, 182, 139, 0.80);
        padding: 10px 10px 6px 10px;
        border-radius: 0 0 15px;
    }

    .tpbjk img {
        max-height: 500px;
        max-width: 500px;
        border-radius: 5px;
    }

    .tpbjk {
        position: relative;
        display: inline-block;
    }


/*==========AI图片修改页面END===========*/
    /*==========按钮样式===========*/
.alys a {
    font-size: 15px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    border: 1px solid #d6d4d4;
    border-radius: 20px;
    margin: 5px;
 
    padding: 3px 13px;
}

    .alys a:visited, .alys a:link {
        border: 1px solid white;
        color: white;
    }

    .alys a:hover {
        border: 1px solid white;
        color: #00a488;
    }

    .zmyl li {
        padding: 5px 0px 5px 20px;
        margin: 5px;
    }

        .zmyl li:hover {
            background: #e8e5e5;
            border-radius: 20px;
        }
    /*==========end===========*/
/*==========搜索框===========*/


.ssbk {
    
}

.search {
    position: relative;
    top: 15px;
    border-radius: 10px;
}

    .search input {
        font-size: 18px;
        height: 56px;
        border-radius: 35px;
        text-indent: 35px;
        color: #ffffff;
        background-color: rgb(0, 0, 0, 0.30);
        border: 1px solid #ffffff;
    }



        .search input:focus {
            border: 1px solid #ffffff;
            box-shadow: 0 0 6px white;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            color: #ffffff;
            background-color: rgb(0, 0, 0, 0.60);
        }




    .search .fa-search {
        position: absolute;
        top: 20px;
        left: 16px
    }

    .search button {
        position: absolute;
        top: 5px;
        right: 5px;
        padding: 0;
        height: 46px;
        width: 100px;
        background-image: linear-gradient(135deg, #6e6e6e 0%, #292929 50%, #000000 100%);
        font-weight: 600;
        border-radius: 25px;
        color: #c6bcbc;
    }




        .search button:hover {
            background-image: linear-gradient(135deg, #7d7a7a 0%, #3d3c3c 50%, #0e0d0d 100%);
        }







/*==========搜索框end===========*/
    /*======= Price & Plan Start =======*/
    .pricing-plan {
        background: #f7f7f7;
        padding: 22px;
    }

        .pricing-plan .price-box {
            margin-top: 30px;
            padding: 6px 20px 20px 20px;
            border-radius: 10px;
            background-color: white;
            -webkit-box-shadow: 0 5px 15px 0 rgba(70, 0, 0, 0.05);
            box-shadow: 0 5px 15px 0 rgba(70, 0, 0, 0.05);
            text-align: center;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            position: relative;
        }

            .pricing-plan .price-box:before {
                position: absolute;
                top: 0;
                left: 0;
                width: 0%;
                height: 5px;
                background: #00a488;
                content: "";
                opacity: 0;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

            .pricing-plan .price-box:after {
                display: none;
            }



            .pricing-plan .price-box a.purchase:hover {
                background: #00a488;
                border-color: #00a488;
                color: #fff !important;
            }

                .pricing-plan .price-box a.purchase:hover:before {
                    display: none;
                }

            .pricing-plan .price-box:hover,
            .pricing-plan .price-box.active {
                background-color: white;
                -webkit-box-shadow: 0px 16px 25px 0px rgba(236, 236, 236, 0.3);
                box-shadow: 0px 16px 25px 0px rgba(236, 236, 236, 0.3);
            }

                .pricing-plan .price-box:hover:before,
                .pricing-plan .price-box.active:before {
                    width: 100%;
                    opacity: 1;
                }

                .pricing-plan .price-box:hover a.purchase,
                .pricing-plan .price-box.active a.purchase {
                    background: #00a488;
                    border-color: #00a488;
                    color: #fff !important;
                }

                    .pricing-plan .price-box:hover a.purchase:before,
                    .pricing-plan .price-box.active a.purchase:before {
                        display: none;
                    }

    .price-box form {
        padding: 10px;
        border-radius: 15px;
        margin-top: 10px;
        border: 2px solid #dcf7f3; /* 基础的边框 */
        /*box-shadow: 0 0 10px #3498db;  发光效果 */
    }


    .price-box SPAN2 {
        height: 30px;
        left: 0;
        width: 50px;
        margin-left: 0;
        text-align: left;
    }
    /*======= Price & Plan END =======*/
    /* 加载条 */

    .jzt {
        width: 100%;
    }



    .loading-container {
        width: 80%;
        margin: 0 auto;
    }

    h1 {
        color: #3a4a6d;
        margin: 80px;
        font-size: 2.5rem;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    }

    .progress-container {
        width: 100%;
        height: 50px;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 25px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), inset 0 1px 3px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        position: relative;
        margin-bottom: 30px;
    }

    .progress-bar {
        height: 100%;
        border-radius: 25px;
        width: 0%;
        transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 20px;
        color: white;
        font-weight: bold;
        font-size: 1.2rem;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
        position: relative;
        overflow: hidden;
        background: linear-gradient(90deg, #6a11cb 0%, #2575fc 100%);
        box-shadow: 0 2px 10px rgba(106, 17, 203, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.2);
    }
        /* 发光效果 */
        .progress-bar::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient( 90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 100% );
            background-size: 200% 100%;
            animation: shine 2s linear infinite;
            border-radius: 25px;
        }

    @keyframes shine {
        0% {
            background-position: 200% 0;
        }

        100% {
            background-position: -200% 0;
        }
    }
    /* 百分比文字 */
    .percentage {
        position: absolute;
        right: 20px;
        z-index: 2;
    }
    /* 加载完成消息 */
    .completion-message {
        color: #3a4a6d;
        font-size: 1.5rem;
        margin-top: 20px;
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.5s ease;
    }

        .completion-message.show {
            opacity: 1;
            transform: translateY(0);
        }
    /* 装饰性元素 */
    .decorative-circle {
        position: absolute;
        border-radius: 50%;
        background: rgba(106, 17, 203, 0.1);
        z-index: -1;
    }

    .circle-1 {
        width: 300px;
        height: 300px;
        top: -150px;
        right: -150px;
        animation: float 8s ease-in-out infinite;
    }

    .circle-2 {
        width: 200px;
        height: 200px;
        bottom: -100px;
        left: -100px;
        animation: float 10s ease-in-out infinite reverse;
    }
    /* 加载条END */
    /* 问答手风琴 */

    details {
        font-size: 1.25rem;
        font-weight: 600;
        background-color: #fafafa;
        background-image: radial-gradient(circle at 40% 91%, rgba(251, 251, 251,0.04) 50%,rgba(229, 229, 229,0.04) 50%, rgba(229, 229, 229,0.04) 100%),radial-gradient(circle at 66% 97%, rgba(36, 36, 36,0.04) 0%, rgba(36, 36, 36,0.04) 50%,rgba(46, 46, 46,0.04) 50%, rgba(46, 46, 46,0.04) 100%),radial-gradient(circle at 86% 7%, rgba(40, 40, 40,0.04) 0%, rgba(40, 40, 40,0.04) 50%,rgba(200, 200, 200,0.04) 50%, rgba(200, 200, 200,0.04) 100%),radial-gradient(circle at 15% 16%, rgba(99, 99, 99,0.04) 0%, rgba(45, 45, 45,0.04) 50%, rgba(45, 45, 45,0.04) 100%),radial-gradient(circle at 75% 99%, rgba(243, 243, 243,0.04) 0%, rgba(243, 243, 243,0.04) 50%,rgba(37, 37, 37,0.04) 50%, rgba(37, 37, 37,0.04) 100%),linear-gradient(90deg, rgb(34, 222, 237),rgb(135, 89, 215));
        color: #fff;
        margin-top: 1rem;
        outline: none;
        border-radius: 19px;
        text-align: left;
        cursor: pointer;
        position: relative;
        padding: 9px 29px;
        box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    }

        details p {
            text-align: left;
            color: #fae9e9;
            font-size: 1rem;
            font-weight: 500;
            padding: 19px;
        }

        details[open] summary ~ * {
            animation: sweep .5s ease-in-out;
        }

    @keyframes sweep {
        0% {
            opacity: 0;
            margin-top: -10px
        }

        100% {
            opacity: 1;
            margin-top: 0px
        }
    }

    details > summary::after {
        position: absolute;
        content: "+";
        right: 20px;
    }

    details[open] > summary::after {
        position: absolute;
        content: "-";
        right: 20px;
    }

    details > summary::-webkit-details-marker {
        display: none;
    }
    /* 按钮 */
    div.shiny-button {
        display: inline-block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        position: relative;
        margin: 9px;
        padding: 1rem 1.5rem;
        color: #93f8ff;
        border: 3px solid transparent;
        border-radius: 60px;
        background-color: #064549;
        background-image: linear-gradient(to bottom right, #0a6b73, #020a0e), linear-gradient(125deg, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 53%);
        background-origin: border-box;
        background-clip: padding-box, border-box;
        background-size: 100%, 200%;
        background-position: 0px, -250px;
        -webkit-animation: 4s border-glint linear backwards infinite;
        animation: 4s border-glint linear backwards infinite;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
        box-shadow: rgba(0, 0, 0, 0.6) 8px 8px 8px;
        text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
        transition: box-shadow 0.25s, text-shaddw 0.25s;
        overflow: hidden;
    }

        div.shiny-button:hover {
            cursor: pointer;
            background-image: linear-gradient(to bottom right, #257175, #0a6b73), linear-gradient(125deg, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 53%);
            color: #c5faff;
            box-shadow: rgba(0, 0, 0, 0.7) 5px 5px 5px;
            text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.5);
            transition: box-shadow 0.25s, text-shaddw 0.25s;
        }

        div.shiny-button::after {
            content: " ";
            position: absolute;
            top: -50%;
            left: -120%;
            width: 200%;
            height: 200%;
            background-image: linear-gradient(125deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 52%);
            -webkit-animation: 4s glint linear backwards infinite;
            animation: 4s glint linear backwards infinite;
            -webkit-animation-delay: -3s;
            animation-delay: -3s;
        }

    @-webkit-keyframes glint {
        0% {
            left: -120%;
        }

        8% {
            left: 50%;
        }

        100% {
            left: 50%;
        }
    }

    @keyframes glint {
        0% {
            left: -120%;
        }

        8% {
            left: 50%;
        }

        100% {
            left: 50%;
        }
    }

    @-webkit-keyframes border-glint {
        0% {
            background-position: 0px, -250px;
        }

        25% {
            background-position: 0px, -200px;
        }

        75% {
            background-position: 0px, 50px;
        }

        100% {
            background-position: 0px, 50px;
        }
    }

    @keyframes border-glint {
        0% {
            background-position: 0px, -250px;
        }

        25% {
            background-position: 0px, -200px;
        }

        75% {
            background-position: 0px, 50px;
        }

        100% {
            background-position: 0px, 50px;
        }
    }
    /* 按钮END */





    .w1180 {
        max-width: 1180px;
        margin: 0 auto;
    }

    .w1080 {
        max-width: 1080px;
        margin: 0 auto;
    }

    .shubenbeijing {
        background-image: url("../img/bottom-right.png");
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 80%;
    }

    .shubenbeijing2 {
        border-color: #999;
        border-radius: 6px;
        border-width: 2px;
        border-style: solid;
    }



 



    .xzk {
        display: flex;
    }



    .radio-div {
        width: 50%;
        border-radius: 6px;
        border-style: solid;
        border-width: 1px;
        border-color: #000; /* 黑色边框 */
        padding: 6px;
        margin: 9px 9px 9px 0;
        cursor: pointer; /* 鼠标悬浮时显示小手形状 */
    }



    .qing0 {
        padding: 0;
        margin: 0;
        background-color: #ffffff;
    }

    .ztls {
        color: #35b8e0;
    }

    .padding12 {
        padding: 12px;
    }



    .mb20 {
        margin-bottom: 20px;
    }

    .m6a a {
        margin: 0 6px;
    }

        .m6a a:link, .m6a a:visited {
            color: #fff;
        }

    .badge-light-lighten {
        color: #eef2f7;
        background-color: rgba(238, 242, 247, .18)
    }

        .badge-light-lighten[href]:focus, .badge-light-lighten[href]:hover {
            color: #eef2f7;
            text-decoration: none;
            background-color: rgba(238, 242, 247, .4)
        }

    .show img {
        border-radius: 9px;
        box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
    }
    /* 普通会员颜色 */
    .badge-info-lighten {
        color: #35b8e0;
        background-color: rgba(53, 184, 224, .18)
    }




    .navbartc .menu-item-mega {
        position: static;
    }

        .navbartc .menu-item-mega > .sub-menu {
            left: 0;
            margin: 0;
            padding: 40px 0;
            right: 0;
        }

            .navbartc .menu-item-mega > .sub-menu > .menu-item > a {
                color: #aaa;
                font-size: 15px;
                letter-spacing: 0;
                line-height: 1.2;
                margin-bottom: 5px;
                pointer-events: none;
                text-transform: none;
            }

            .navbartc .menu-item-mega > .sub-menu .menu-item-has-children > a:after {
                display: none;
            }

            .navbartc .menu-item-mega > .sub-menu .sub-menu {
                -webkit-box-shadow: none;
                box-shadow: none;
                margin: 0;
                min-width: auto;
                opacity: 1;
                padding: 0;
                position: static;
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
            }

                .navbartc .menu-item-mega > .sub-menu .sub-menu .sub-menu {
                    display: none;
                }

    @media (min-width: 992px) {
        .navbartc .dropdown-menu {
            display: block;
            visibility: hidden;
            opacity: 0;
            -webkit-transform: translateY(20px);
            -ms-transform: translateY(20px);
            transform: translateY(20px);
            -webkit-transition: all 0.1s cubic-bezier(0.77, 0, 0.175, 1);
            -o-transition: all 0.1s cubic-bezier(0.77, 0, 0.175, 1);
            transition: all 0.1s cubic-bezier(0.77, 0, 0.175, 1);
        }

        .navbartc .dropdown-submenu:hover > .dropdown-menu, .navbartc .dropdown:hover > .dropdown-menu {
            -webkit-transform: scaleY(1);
            -ms-transform: scaleY(1);
            transform: scaleY(1);
            opacity: 1;
            visibility: visible;
        }
    }

    .navbartc .dropdown {
        position: static;
    }

    .navbartc *:focus, .navbartc *:hover, .navbartc *:active {
        outline: none;
    }

    .navbartc .dropdown .mx-display-name {
        max-width: 150px;
        -o-overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .navbartc .dropdown .user-logout, .navbartc .dropdown .user-admin {
        position: absolute;
        right: 1.25rem;
        top: 1.25rem;
        font-size: 12px;
        opacity: .85;
    }

    .navbartc .dropdown .user-admin {
        top: 2.85rem;
    }

    .navbartc .dropdown-menu {
        top: 40px;
        right: 0;
        margin: 1.125rem 0;
        padding: 1rem 0;
        font-size: .875rem;
        line-height: 1.2rem;
        color: #18113c;
        border: none;
        min-width: 12rem;
        -webkit-box-shadow: 0 10px 30px 0 rgba(31, 45, 61, .26);
        box-shadow: 0 10px 30px 0 rgba(31, 45, 61, .26);
        border-radius: .5rem;
    }

    .navbartc .dropdown-item {
        min-width: 360px;
    }

        .navbartc .dropdown-item:hover {
            background: unset;
        }

    .menu-card-box-1, .menu-card-box-2, .menu-card-box-3 {
        color: #fff;
        font-size: 12px;
        position: relative;
        overflow: hidden;
        border-radius: .5rem;
        padding: 10px;
    }

        .menu-card-box-1:hover, .menu-card-box-2:hover, .menu-card-box-3:hover {
            opacity: 0.8
        }

    .navbartc .dropdown-item .menu-card-box-1 {
        background: #459aff;
        margin-right: 10px;
        height: 100%;
        text-align: center;
    }

    .navbartc .dropdown-item .menu-card-box-2 {
        background: #10c469;
        margin-bottom: 10px;
    }

    .navbartc .dropdown-item .menu-card-box-3 {
        background: #f9c851;
    }

    .navbartc .dropdown-item-nicon {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
        justify-content: space-evenly;
    }

        .navbartc .dropdown-item-nicon > a {
            text-align: center;
            display: flex;
            flex-wrap: nowrap;
            font-size: 12px;
            flex-direction: column;
            align-items: center;
        }

            .navbartc .dropdown-item-nicon > a:hover {
                opacity: 0.8
            }

            .navbartc .dropdown-item-nicon > a > i {
                display: block;
                font-size: 1rem;
                background: #eee;
                width: 40px;
                height: 40px;
                line-height: 40px;
                overflow: hidden;
                border-radius: 50%;
                color: #999;
                margin: 0
            }







    /*widget end post cms*/
    /*///////////*/
    /*ajax-signup-form*/
    .ajax-signup-form {
        text-align: left;
        font-size: 1rem;
        padding: 30px;
    }

        .ajax-signup-form .btn-link {
            color: #555;
        }

        .ajax-signup-form .logo-wrapper {
            max-width: 50%;
            margin: 0 auto;
        }

        .ajax-signup-form .position-abs {
            position: absolute;
            bottom: 10px;
            color: #eee;
        }

            .ajax-signup-form .position-abs a {
                color: #eee;
            }

        .ajax-signup-form .login-page-title {
            text-align: center;
            border-bottom: 1px dashed #e5e5e5;
            color: #9da9bb;
            font-size: 1rem
        }
    /*==========以下部分是Validform必须的===========*/


    .registerform input {
        width: 180px;
    }

    .Validform_checktip {
        margin-left: 18px;
        line-height: 20px;
        height: 20px;
        overflow: hidden;
        color: #999;
        font-size: 12px;
    }

    .Validform_right {
        color: #71b83d;
        padding-left: 20px;
        float: left;
        background: url(/img/note_ok.gif) no-repeat left center;
    }

    .Validform_wrong {
        color: red;
        padding: 1px 0px 1px 20px;
        white-space: nowrap;
        background: url(/img/note_error.gif) no-repeat left center;
    }

    .Validform_loading {
        padding-left: 20px;
        background: url(/img/loading.gif) no-repeat left center;
    }

    .Validform_error {
        background-color: #ffe7e7;
    }




    .passwordStrength {
        width: 280px;
    }

        .passwordStrength b {
            font-weight: normal;
        }

        .passwordStrength b, .passwordStrength span {
            display: inline-block;
            vertical-align: middle;
            line-height: 16px;
            line-height: 18px;
            height: 16px;
        }

        .passwordStrength span {
            width: 50px;
            text-align: center;
            background-color: #d0d0d0;
            border-right: 1px solid #fff;
        }

        .passwordStrength .last {
            border-right: none;
        }

        .passwordStrength .bgStrength {
            color: #fff;
            background-color: #71b83d;
        }
    /*==========以下部分是Validform必须的END===========*/
    /*样式*/
    .gjc {
        text-align: center;
    }

        .gjc a, .gjc .cpb {
            text-decoration: none;
            padding: 5px;
            background-color: rgb(153, 153, 153);
            margin: 6px;
            color: #ffffff;
            border-radius: 9px;
        }

            .gjc a:link, .gjc a:visited {
                text-decoration: none;
                background-color: #00a488;
                color: #ffffff;
            }

            .gjc a:hover {
                text-decoration: none;
                background-color: #05957c;
                color: #ffffff;
            }
    /*分页样式*/


    .pages {
        margin: 30px 0 30px;
        text-align: center;
    }

        .pages input {
            width: 59px;
            height: 38px;
            margin: 0 6px;
        }

        .pages a, .pages .cpb {
            text-decoration: none;
            padding: 8px;
            background-color: rgb(153, 153, 153);
            margin: 0 2px;
            color: #ffffff;
            border-radius: 3px;
        }

            .pages a:link, .pages a:visited {
                text-decoration: none;
                background-color: #00a488;
                margin: 0 3px;
                color: #ffffff;
                border-radius: 3px;
            }

            .pages a:hover {
                text-decoration: none;
                background-color: #05957c;
                margin: 0 3px;
                color: #ffffff;
                border-radius: 3px;
            }


    /*分页样式结束*/