.module {
    margin-bottom: 20px;
    background: url("/static/www/image/public/bd_bg.gif") center bottom repeat-y
}

.module:before {
    display: block;
    width: 100%;
    height: 14px;
    content: '';
    background: url("/static/www/image/public/hd_bg.gif") center top no-repeat
}

.module:after {
    display: block;
    width: 100%;
    height: 14px;
    content: '';
    background: url("/static/www/image/public/ft_bg.gif") center -2px no-repeat
}

.mod-panel .hd {
    height: 58px;
    margin-top: 15px;
    margin-bottom: 15px;
    background: url("/static/www/image/guanyins/hd_bg.png") center center no-repeat;
    line-height: 58px;
    text-align: center
}

.mod-panel .hd h1 {
    font-family: STKaiti, KaiTi;
    font-weight: bold;
    font-size: 30px;
    color: #e0ab40
}

.mod-panel .bd {
    position: relative;
    max-width: 720px;
    margin: 0 auto 10px;
    overflow: hidden
}

.mod-panel .bd .slogan-left {
    float: left;
    width: 80px;
    height: 260px;
    padding-top: 55px;
    text-align: center
}

.mod-panel .bd .slogan-left img {
    width: 70px
}

.mod-panel .bd .slogan-right {
    float: right;
    width: 80px;
    height: 260px;
    padding-top: 55px;
    text-align: center
}

.mod-panel .bd .slogan-right img {
    width: 70px
}

.mod-panel .bd .message {
    height: 48px;
    margin: 0 100px 12px;
    line-height: 24px;
    text-align: center
}

.mod-panel .bd .message p {
    font-size: 18px
}

.mod-panel .bd .message p.text-red {
    font-weight: bold;
    color: #C83C23
}

.mod-panel .bd .cover {
    width: 160px;
    height: 240px;
    margin: 0 auto;
    border: 3px solid #caa173
}

.mod-panel .bd .desk {
    margin-bottom: 25px;
    text-align: center
}

.mod-panel .bd .operation {
    position: absolute;
    left: 0;
    bottom: 120px;
    width: 100%;
    text-align: center
}

.mod-panel .bd .operation button {
    /*display: block;*/
    /*width: 240px;*/
    /*height: 46px;*/
    /*margin: 0 auto;*/
    /*border: medium none;*/
    /*background: url("/static/www/image/guanyins/btn_bg.png") center center no-repeat;*/
    /*cursor: pointer;*/
    /*font-weight: bold;*/
    /*font-size: 20px;*/
    /*color: #fff;*/
    /*cursor: pointer;*/
    /*border-radius: 4px*/
    width: 214px;
    border: medium none;
    background: #FF5353;
    line-height: 32px;
    font-size: 17px;
    color: #fff;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    transition: all .3s;
}

.mod-panel .bd .qiantong {
    position: absolute;
    width: 160px;
    height: 160px;
    bottom: 196px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
    text-align: center
}

.mod-panel .bd .qiantong .tong {
    position: relative;
    z-index: 99
}

.mod-panel .bd .qianpai {
    position: absolute;
    width: 28px;
    height: 190px;
    top: -103px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 98;
    background: url("/static/www/image/guanyins/qianpai.png") center center no-repeat;
    background-size: 100% auto;
    opacity: 0
}

.mod-panel .bd .qianpai .qianshu {
    position: relative;
    top: 60px;
    color: #e3af61;
    font-size: 12px
}

.mod-panel .bd .qianpai .qianshu span {
    font-weight: bold;
    font-size: 15px
}

.mod-panel .bd .shengbei {
    display: none;
    position: absolute;
    width: 160px;
    height: 160px;
    bottom: 295px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
    text-align: center
}

.mod-panel .bd .shake {
    animation: shake 1s ease-in-out 2
}

.mod-panel .bd .fadeOut {
    -webkit-animation: fadeOut 0.3s linear both;
    animation: fadeOut 0.3s linear both;
    animation-fill-mode: forwards;
    transform-style: preserve-3d
}

.mod-panel .bd .fadeIn {
    -webkit-animation: fadeIn 0.3s linear both;
    animation: fadeIn 0.3s linear both;
    animation-fill-mode: forwards;
    transform-style: preserve-3d
}

.mod-panel .bd .showIn {
    -webkit-animation: showIn 1.8s ease-in-out both;
    animation: showIn 1.8s ease-in-out both;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d
}

.mod-panel .bd .search {
    margin: 35px 0;
    text-align: center
}

.mod-panel .bd .search p {
    line-height: 32px
}

.mod-panel .bd .search form {
    display: inline-block;
    text-align: left
}

.mod-panel .bd .search .input-text {
    width: 240px;
    height: 20px;
    padding: 7px 12px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    line-height: 20px;
    vertical-align: middle;
    border-radius: 4px;
    outline: none
}

.mod-panel .bd .search button {
    width: 100px;
    height: 36px;
    border: medium none;
    background: #FF8A11;
    line-height: 32px;
    vertical-align: middle;
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
    outline: none;
    cursor: pointer
}

.mod-panel .ft .intro {
    max-width: 480px;
    padding: 15px 20px;
    margin: 0 auto 20px;
    background: #f3e5d8;
    border: 2px solid #caa173
}

.mod-panel .ft .intro h3 {
    line-height: 30px;
    font-weight: bold;
    font-size: 16px;
    color: #c83c23
}

.mod-panel .ft .intro p {
    line-height: 24px
}

.mod-intro .hd {
    padding: 10px 0;
    line-height: 36px;
    text-align: center;
    color: #8a4626
}

.mod-intro .hd h2 {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 32px;
    color: #434343;
    font-weight: 300;
}

.mod-intro .bd {
    margin: 0 15px;
    margin-bottom: 20px
}

.mod-intro .bd p {
    margin-bottom: 12px;
    line-height: 22px;
    text-indent: 2em
}

.mod-list .hd {
    padding: 10px 0;
    line-height: 36px;
    text-align: center;
    color: #8a4626
}


.mod-list .bd {
    margin: 0 15px;
    margin-bottom: 20px
}

.mod-list .bd ul {
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(4,1fr);
}

.mod-list .bd li {
    padding: 4px;
}

.mod-list .bd li a {
    display: flex;
    padding: 0 12px 0 34px;
    background: rgba(0, 0, 0, 0.05);
    margin: 0;
    line-height: 44px;
    text-align: center;
    border-radius: 4px;
    position: relative;

}

.mod-list .bd li a:hover {
    background: rgba(19, 192, 125, 0.15);
    color: #333
}

@keyframes shake {
    0% {
        transform: rotate(0deg);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    10% {
        transform: rotate(-12deg);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    20% {
        transform: rotate(12deg);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    28% {
        transform: rotate(-10deg);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    36% {
        transform: rotate(10deg);
        transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06)
    }
    42% {
        transform: rotate(-8deg);
        transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06)
    }
    48% {
        transform: rotate(8deg);
        transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06)
    }
    52% {
        transform: rotate(-4deg);
        transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06)
    }
    56% {
        transform: rotate(4deg);
        transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06)
    }
    60% {
        transform: rotate(0deg);
        transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06)
    }
    100% {
        transform: rotate(0deg);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes showIn {
    0% {
        top: -35px;
        transform: scale(0.2, 0.2)
    }
    60% {
        top: -210px
    }
}

@media screen and (max-width: 799px) {
    .mod-panel .hd {
        height: 40px;
        margin-top: 10px;
        margin-bottom: 10px;
        background-size: auto 40px;
        line-height: 40px
    }

    .mod-panel .hd h1 {
        font-size: 24px
    }

    .mod-panel .bd .message {
        height: 40px;
        margin: 0 15px 10px;
        line-height: 20px
    }

    .mod-panel .bd .message p {
        font-size: 14px
    }

    .mod-panel .bd .slogan-left {
        width: 60px
    }

    .mod-panel .bd .slogan-left img {
        width: 49px
    }

    .mod-panel .bd .slogan-right {
        width: 60px
    }

    .mod-panel .bd .slogan-right img {
        width: 49px
    }

    .mod-panel .bd .cover {
        width: 107px;
        height: 160px;
        border: 2px solid #caa173
    }

    .mod-panel .bd .cover img {
        width: 107px;
        height: 160px
    }

    .mod-panel .bd .qiantong {
        bottom: 180px;
        zoom: 0.75
    }

    .mod-panel .bd .shengbei {
        bottom: 275px;
        zoom: 0.75
    }

    .mod-panel .bd .desk img {
        width: 240px;
        height: 198px
    }

    .mod-panel .bd .operation {
        bottom: 60px
    }

    .mod-panel .bd .operation button {
        zoom: 0.75
    }

    .mod-panel .bd .search .input-text {
        width: 160px
    }

    .mod-panel .bd .search button {
        width: 81px
    }

    .mod-panel .ft {
        margin: 0 12px
    }

    .mod-panel .ft .intro {
        padding: 10px 15px
    }

    .mod-panel .ft .intro h3 {
        line-height: 24px;
        font-size: 14px
    }

    .mod-panel .ft .intro p {
        line-height: 20px;
        font-size: 13px
    }

    .mod-intro .hd {
        padding: 5px 0;
        line-height: 32px
    }

    .mod-intro .hd h2 {
        font-size: 18px
    }

    .mod-intro .bd p {
        margin-bottom: 10px;
        line-height: 20px
    }

    .mod-list .hd {
        padding: 5px 0;
        line-height: 32px
    }

    .mod-list .hd h2 {
        font-size: 18px
    }

    .mod-list .bd li {
        width: 100%
    }

    .mod-list .ft {
        margin: 0 15px 20px
    }

    .mod-list .bd ul{
        overflow: hidden;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 4px;
    }
}
