html #layuicss-skincodecss{display:none;position:absolute;width:1989px}.layui-code-h3,.layui-code-view{position:relative;font-size:12px}.layui-code-view{display:block;margin:10px 0;padding:0;border:1px solid #e2e2e2;border-left-width:6px;background-color:#f2f2f2;color:#333;font-family:Courier New}.layui-code-h3{padding:0 10px;height:32px;line-height:32px;border-bottom:1px solid #e2e2e2}.layui-code-h3 a{position:absolute;right:10px;top:0;color:#999}.layui-code-view .layui-code-ol{position:relative;overflow:auto}.layui-code-view .layui-code-ol li{position:relative;margin-left:45px;line-height:20px;padding:0 5px;border-left:1px solid #e2e2e2;list-style-type:decimal-leading-zero;*list-style-type:decimal;background-color:#fff}.layui-code-view pre{margin:0}.layui-code-notepad{border:1px solid #0c0c0c;border-left-color:#3f3f3f;background-color:#0c0c0c;color:#c2be9e}.layui-code-notepad .layui-code-h3{border-bottom:none}.layui-code-notepad .layui-code-ol li{background-color:#3f3f3f;border-left:none}
.youmu-app dl {
    float: left;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #81d7d0
}

.youmu-app dt,
.youmu-app dd {
    float: left;
    line-height: 25px;
    text-align: center
}

.youmu-app dt {
    width: 12%;
    color: #000;
    font-size: 18px
}

.youmu-app dd {
    width: 11%;
    font-size: 15px
}

.youmu-app dt a {
    color: #FFF
}

.youmu-app dd a {
    color: #FFF
}


.area {
    margin: 0 auto;
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

@media(max-width: 600px) {
    .area {
        margin: 0 auto;
        width: 97%;
        margin: 0 auto;
        overflow: hidden
    }

    .youmu-app dl {
        padding: 6px 0
    }

    .youmu-app dt {
        width: 17%;
        line-height: 50px;
        font-size: 14px;
        font-weight: 700
    }

    .youmu-app dd {
        width: 20.5%;
        line-height: 28px;
        font-size: 14px
    }

    .youmu-app dt:after {
        margin: 16px 2.6% 0
    }

    .youmu-app .first {
        border-top: 0
    }
}

@media screen and (max-width: 375px) {
    .youmu-app dd {
        width: 20.5%;
        line-height: 28px;
        font-size: 13px
    }

    .youmu-app dt {
        width: 17%;
        line-height: 50px;
        font-size: 14px;
        font-weight: 700
    }

    .youmu-app dd {
        width: 20.5%;
        line-height: 28px;
        font-size: 13px
    }

    .youmu-app dt:after {
        margin: 16px 1.6% 0
    }
}

* {
    padding: 0;
    margin: 0;
}

body {
    /*background: #355c7d;  fallback for old browsers */
    /*background: -webkit-linear-gradient(to right, #355c7d, #6c5b7b, #c06c84);  Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to right, #355c7d, #6c5b7b, #c06c84);  W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: #000000;
    background-attachment: fixed;
    background-size: 100% auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 7px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

body::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
}

body::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    background: #041618;
}

.wrap {
    margin: 5px auto;
    width: 78%;
}

header {
    width: 100%;
    padding: 5px 0;
    background-color: #624db9;
}

header img {
    width: 150px;
    vertical-align: middle;
}

header h1 {
    display: inline !important;
}

.header-title {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    font-family: SimSun STSong;
}

.layui-nav-child {
    z-index: 1000 !important;
}

.search-wrap {
    margin-left: 20px;
    vertical-align: middle;
    float: right;
    display: none;
}

.search-wrap input {
    vertical-align: middle;
    display: inline-block;
    border: 2px solid #eee;
    border-right: 0;
    padding-left: 15px;
    width: 200px;
    height: 33px;
    margin-left: 30px;
    border-radius: 20px 0 0 20px;
    background-color: #ddd;
    color: #444;
    font-size: medium;
}

.search-wrap #searchBtn {
    vertical-align: middle;
    display: inline-block;
    background: #f190c2;
    color: #efefef;
    border: 0;
    height: 33px;
    margin-left: -8px;
    padding: 0 15px 0 12px;
    border-radius: 0 20px 20px 0;
    font-size: 1.1rem;
    cursor: pointer;
}

.search-wrap #menuBtn {
    display: none;
}

.clear {
    clear: both;
}

div[carousel-item] img {
    width: 100%;
    height: 100%;
}

carousel-item .notice {
    padding: 5px !important;
}

.layui-nav-child dd {
    z-index: 1100;
}

.cat-wrap {
    margin: 10px 0;
}

.cat-wrap a:hover {
    color: red !important;
    font-style: italic;
}

.cat-title {
    display: inline-block;
    background: rgba(30, 159, 255, 0.7);
    text-align: center;
    padding: 5px 10px;
    border-radius: 5px;
    color: #efefef;
    font-weight: bold;
    margin-bottom: 5px;
}

.cat-item {
    display: inline-block;
    background: rgba(1, 1, 1, 0.1);
    text-align: center;
    padding: 5px 10px;
    border-radius: 5px;
    color: #eee;
    margin-left: 10px;
    margin-bottom: 5px;
}

@media screen and (max-device-width: 760px) {
    .wrap {
        margin: 0;
        width: 100%;
    }

    header {
        padding: 20px 0;
    }

    header img {
        width: 32%;
    }

    .header-title {
        margin-left: 5px;
        font-size: 1.2rem;
        line-height: 1.2rem;
    }

    .layui-nav {
        display: none;
    }

    .search-wrap {
        margin-top: 1px;
        float: right;
    }

    .search-wrap input {
        width: 130px;
    }

    .search-wrap #menuBtn {
        display: inline-block;
        background-color: red;
        vertical-align: middle;
        display: inline-block;
        color: #efefef;
        border: 0;
        height: 34px;
        margin-left: 5px;
        padding: 0 15px 0 12px;
        border-radius: 5px;
        font-size: 1.1rem;
        cursor: pointer;
        margin-right: 5px;
    }

    .redbg a {
        background-color: red !important;
    }
}

.layui-icon {
    font-size: 25px;
}

.group-box {

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 4px;
}

.group-title {
    font-size: 22px;

    color: #fde3ff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 8px 8px;
    font-weight: bold;
    margin-bottom: 0px;
}

.group-title a {
    float: right;
    font-size: 16px;
    background-color: #fde3ff;
    color: #333;
    padding: 4px 8px;
    margin-right: 1px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 3px;
}

.group-contents {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px 0 0 0;
}

.group-item {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 0.5%;
}

.group-item img {
    width: 100%;
    height: 210px;
    border-radius: 4px;
    margin-bottom: 4px;
}

.group-item p {
    width: 98%;
    padding: 4px 1%;
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    overflow: hidden;
    /*background: #250362;*/
    height: 34px;
    font-weight: bold;
}

.group-item .score {
    position: absolute;
    left: 0;
    top: -5px;
    z-index: 99;
}

.group-item:hover p {
    color: #fff;
    font-weight: bold;
}

.group-item-novel {
    margin-bottom: 0 !important;
    padding: 10px 0px 5px 0px !important;
    border-bottom: 1px solid #aaa;
}

.group-item-novel:nth-child(-n+1) {
    border-top: none !important;
}

.group-item-novel:last-child {
    border-bottom: none !important;
}

@media screen and (max-device-width: 760px) {
    .m-md6 {
        position: relative;
        width: 50%;
        float: left;
    }

    .m-md12 {
        position: relative;
        width: 100%;
        float: left;
    }

    .m-md6 img {
        height: 120px !important;
    }

    .group-item p {
        font-size: 0.7rem !important;
    }

    .group-box {
        border-radius: 0 !important;
        border-left: none !important;
        border-right: none !important;
        border-botttom: 1px solid #efefef;
        margin-top: 0;
    }

    #cats {
        display: none;
    }
}

ul {
    /* 取消ul預設的內縮及樣式 */
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.drop-down-menu {
    /*border: #ccc 1px solid;*/
    display: inline-block;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
    width: 100%;
}

ul.drop-down-menu li {
    position: relative;
    white-space: nowrap;
    width: calc(99%/10);
    text-align: center;
}

ul.drop-down-menu>li:last-child {
    border-right: none;
}

ul.drop-down-menu>li {
    float: left;
    /* 只有第一層是靠左對齊*/
}

ul.drop-down-menu a {
    /*background-color: #c81ce7;*/
    color: #fff;
    display: block;
    /*padding: 0 30px;*/
    text-decoration: none;
    line-height: 30px;
    /*border-right: 1px solid;*/
}

ul.drop-down-menu a:hover {
    /* 滑鼠滑入按鈕變色*/
    color: #000;
    /*border: #fff 1px solid;*/
    background-color: #b45586;
}

ul.drop-down-menu li:hover>a {
    /* 滑鼠移入次選單上層按鈕保持變色*/
    /*border: #fff 1px solid;*/
    color: #fff;
    background-color: #b07392;
}

ul.drop-down-menu ul {
    /*border: #ccc 1px solid;*/
    position: absolute;
    z-index: 99;
    left: -1px;
    top: 100%;
    min-width: 180px;
}

ul.drop-down-menu ul li {
    border-bottom: #ccc 1px solid;
}

ul.drop-down-menu ul li:last-child {
    border-bottom: none;
}

ul.drop-down-menu ul ul {
    /*第三層以後的選單出現位置與第二層不同*/
    z-index: 999;
    top: 10px;
    left: 90%;
}

ul.drop-down-menu ul {
    /*隱藏次選單*/
    display: none;
}

ul.drop-down-menu li:hover>ul {
    /* 滑鼠滑入展開次選單*/
    display: block;
}

@media only screen and (max-width:601px) {
    .b1 {
        display: none;
    }

    ul.drop-down-menu li {
        width: calc(99%/5);
    }

}

.layui-bg-blue {
    background-color: #965b79 !important;
}