* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    box-sizing: border-box;
}

[v-clock] {
    display: none
}

.cls:before,
.cls:after {
    display: table;
    content: "";
    clear: both;
}

.over {
    position: relative !important;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.over:hover:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

dl {
    margin-bottom: 0
}

dt {
    font-weight: normal;
}

ol,
ul {
    margin-bottom: 0;
    margin-top: 0
}

img {
    border: none;
}

.light {
    color: #16e05a;
    /*background: #000;*/
    /*padding: 0 10px;*/
    /*margin-right: 10px;*/
    /*border-radius: 50% 50% 30% 50%/100% 50% 50% 10%;*/
}

.gray {
    color: #666;
}

.hui {
    color: #999;
}

.err {
    color: #16e05a;
}

input,
button,
select,
textarea {
    outline: none;
    background: #eee;
    border: solid 1px #eee;
}

input[type=text],
input[type=password] {
    -webkit-appearance: none;
}

input:focus {
    border: solid 1px #16e05a;
    color: #16e05a;
}

a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: #16e05a
}

a:focus {
    text-decoration: none;
    color: #16e05a
}

a:focus {
    outline: 0;
    outline-offset: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-size: 18px;
    color: #333;
    font-family: "PingFang SC", "Microsoft YaHei";
    /*background: #efeff4;*/
    padding-bottom: 118px;
    background-position: 0 0, 10px 10px;
    background-size: 20px 20px;
    background-image: linear-gradient(45deg, #e1faea 25%, transparent 0, transparent 75%, #e1faea 0, #e1faea), linear-gradient(
            45deg, #e1faea 25%, #fff 0, #fff 75%, #e1faea 0, #e1faea);
}

.ge {
    height: 10px;
}

.mycontainer {
    width: 768px;
    margin: 0 auto;
}


.k {
    background: #fff
}

.header {
    background: #16e05a;
    background: linear-gradient(90deg, #1A2E4A 0, #409890 100%);
}

.lanTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #eee;
    /*border-top: solid 6px #16e05a;*/
    padding: 20px;
}

.lanTitle .title {
    display: flex;
    align-items: center
}

.lanTitle .title .shu {
    border-radius: 3px;
    width: 6px;
    margin-right: 20px;
    background: #16e05a;
    height: 30px;
    display: none;
}

.lanTitle .title .icon {
    margin-right: 10px;
    font-size: 28px;
    background: #16e05a;
    background: linear-gradient(45deg, #16e05a 0%, #16E09D 100%);
    color: #fff;
    border-radius: 100%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lanTitle .title h2 {
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
}

.lanTitle .title .total {
    font-size: 16px;
    padding-left: 36px;
}

.lanTitle .tab ul {
    display: flex;
    background: #eee;
    border-radius: 19px;
    overflow: hidden;
}

.lanTitle .tab ul li {
    padding: 0 20px;
    line-height: 28px;
    cursor: pointer;
}

.lanTitle .tab ul li.cur {
    background: #16e05a;
    color: #fff;
}

.lanTitle .tab {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.lanTitle .tab label {
    font-size: 12px;
}

.lanTitle .result {
    font-size: 14px;
}


/*閱讀頁面*/
.viewPosition {
    height: 60px;
    background: linear-gradient(90deg, #16e05a 0%, #16E09D 100%);
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0 20px;
}

.viewPosition .bookName {
    flex-shrink: 1;
    overflow: hidden;
    flex-grow: 1;
    text-align: center
}

.viewPosition a {
    color: #fff;
}

.viewPosition a:hover {
    text-decoration: underline;
}

.viewPosition .goBack {
    cursor: pointer;
}


.viewArea img {
    display: block;
    max-width: 768px;
    margin: 0 auto;
}

.pageArea {
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pager {
    display: flex;
    font-size: 14px;
}

.pager a {
    height: 26px;
    padding: 0 15px;
    background: #eee;
    margin-right: 5px;
    text-align: center;
    line-height: 26px;
}

.pager a.cur {
    background: #000;
    color: #16e05a;
}

/*详细頁面*/
.detailsPosition {
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.detailsPosition .goBack {
    cursor: pointer;
}

.bookMs1 {
    background: linear-gradient(90deg, #1A2E4A 0, #409890 100%);
    padding: 20px;
    display: flex;
}

.bookMs1 .img {
    width: 33.33%;
    padding-bottom: 39.996%;
    height: 0px;
    position: relative;
}

.bookMs1 .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.bookMs1 .text {
    color: #fff;
    padding-left: 20px
}

.bookMs1 .text h1 {
    font-size: 34px;
    font-weight: normal;
    line-height: 34px;
    padding-bottom: 20px
}

.bookMs1 .text .mss {
    font-size: 14px;
    line-height: 28px;
}

.bookMs1 .text .mss a {
    color: #16e05a
}

.bookMs2 {
    padding: 20px;
}

.bookMs2 .twoBtns {
    display: flex;
    justify-content: space-between;
}

.bookMs2 .twoBtns a {
    width: 49%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    color: #fff;
}

.bookMs2 .twoBtns a:first-child {
    background: linear-gradient(90deg, #16e05a 0%, #16E09D 100%);
}

.bookMs2 .twoBtns a:last-child {
    background: #16e05a;
}

.bookMs2 .jianjie {
    padding-top: 25px;
}



.mulu .list ul {
    display: flex;
    flex-wrap: wrap;
}

.mulu .list li {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: solid 1px #eee;
    width: 33.33%;
}

.mulu .list li .img {
    width: 22%;
    padding-bottom: 14.5%;
    height: 0px;
    position: relative;
}

.mulu .list li .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.mulu .list li .text {
    padding: 0 20px;
    width: 100%;
}

.mulu .list li .text .title {
    font-weight: normal;
    height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 16px;
    white-space: nowrap;
}

.mulu .list li .text .time {
    font-size: 14px;
}

/*nopage*/
.nopage .message {
    min-height: 1vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*searchList*/
.searchList {
    padding: 20px 20px 0;
    border-bottom: solid 1px #eee;
}

.styleOne {
    width: calc(100% + 10px)
}

.styleOne li {
    padding-right: 10px;
    width: 33.33%;
    padding-bottom: 20px;
    float: left;
}

.styleOne li .img {
    padding-bottom: 119%;
    height: 0;
    position: relative;
}

.styleOne li .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.styleOne li .img .other {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    display: flex;
}

.styleOne li .img .other span {
    font-size: 12px;
    color: #fff;
    padding: 1px 3px;
}

.styleOne li .img .other span:first-child {
    background: rgba(0, 0, 0, .8);
    margin-right: 5px;
}

.styleOne li .img .other span:last-child {
    background: #16e05a
}

.styleOne li .img .last {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 38px;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
    font-size: 12px;
    text-align: center;
    line-height: 38px;
    z-index: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

.styleOne li .img .last a {
    color: #fff;
}

.styleOne li .text .name {
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    margin: 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.styleOne li .text .time {
    font-size: 12px;
    text-align: center;
}

.styleOne li .text .time em {
    font-style: normal;
}


.styleTwo {
    width: calc(100% + 20px)
}

.styleTwo li {
    border-bottom: solid 1px #eee;
    margin-bottom: 20px;
    display: flex;
    position: relative;
}

.styleTwo li .num {
    position: absolute;
    right: 0;
    top: 0px;
    width: 64px;
    height: 64px;
    background-image: linear-gradient(-135deg, #dfdfdf 50%, transparent 50%)
}

.styleTwo li:first-child .num {
    background-image: linear-gradient(-135deg, #ff4b4b 50%, transparent 50%);
    color: #fff
}

.styleTwo li:nth-child(2) .num {
    background-image: linear-gradient(-135deg, #ff8004 50%, transparent 50%);
    color: #fff
}

.styleTwo li:nth-child(3) .num {
    background-image: linear-gradient(-135deg, #f16e05a00 50%, transparent 50%);
    color: #fff
}

.shuai {
    padding: 15px 0;
}

.shuai .tk {
    display: flex;
    padding: 10px 20px;
    align-items: center;
}

.shuai .tk .tkname {
    padding-right: 20px;
    flex-shrink: 0
}

.shuai .tk .tkname .xm {
    display: block;
    line-height: 12px;
    padding: 6px 0
}

.shuai .tk .tkcon {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1
}

.shuai .tk .tkcon a {
    line-height: 18px;
    padding: 8px;
}

.shuai .tk .tkcon a.cur {
    border-radius: 4px;
    background: #000;
    color: #16e05a;
    margin-right: 10px
}

.shuai .tk.paixu {
    border-top: solid #eee 1px;
}

.styleTwo li .num span {
    display: block;
    float: right;
    padding-right: 12px;
    padding-top: 5px;
    font-weight: bold;
    font-size: 24px;
}

.styleTwo li .img {
    padding-bottom: 23.8%;
    height: 0;
    position: relative;
    width: 20%;
}

.styleTwo li .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.styleTwo li .text {
    display: flex;
    padding-left: 20px;
    flex-grow: 1;
    flex-shrink: 1;
    width: 80%;
}

.styleTwo li .text .one, .styleTwo li .text .two {
    width: 50%
}

.styleTwo li .text .other {
    display: flex;
    padding: 15px 0;
}

.styleTwo li .text .other span {
    font-size: 12px;
    color: #fff;
    padding: 1px 3px;
}

.styleTwo li .text .other span:first-child {
    background: #000;
    margin-right: 5px;
}

.styleTwo li .text .other span:last-child {
    background: #16e05a
}

.styleTwo li .text .last {
    font-size: 14px;
}

.styleTwo li .text .last a {
    color: #16e05a;
}

.styleTwo li .text .name {
    font-size: 20px;
    line-height: 20px;
    overflow: hidden;
    height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.styleTwo li .text .time {
    font-size: 12px;
}

.styleTwo li .text .time em {
    font-style: normal;
}

.styleTwo li .text .addBook {
    background: #16e05a;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 28px;
    width: 120px;
    text-align: center;
    line-height: 28px;
    border-radius: 6px
}

.styleTwo li .text .two .addBook {
    margin-top: 20px;
    display: block
}

.styleTwo li .text .two {
    padding-right: 20px;
}

.tip {
    background: rgba(0, 0, 0, .8);
    border-radius: 18px;
    width: 120px;
    height: 120px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: -60px;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999
}

/*header*/
.header {
    padding: 15px;
}

.header .logoNav {
    padding: 15px 0px;
    display: flex;
    align-items: center;
}

.header .logoNav .logo {
    width: 216px;
    height: 60px;
    flex-shrink: 0;
    background: url(../img/logo.png);
    background-size: cover;
}

.header .nav {
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    font-size: 34px;
    padding: 20px 0;
    font-weight: bold;
}

.header .nav ul {
    display: flex;
    align-items: center;
    width: 100%;
}

.header .nav ul li {
    display: flex;
    justify-content: center;
    width: 25%;
    position: relative;
}

.header .nav ul li a {
    color: #fff;
}

.header .nav ul li.cur:after {
    content: '';
    height: 4px;
    background: linear-gradient(90deg, #16e05a 0%, #16E09D 100%);
    width: 20%;
    position: absolute;
    left: 50%;
    margin-left: -10%;
    bottom: -12px;
}

.header .searchInput {
    padding-left: 15px;
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.header .searchInput input {
    flex-grow: 1;
    flex-shrink: 1;
    height: 64px;
    background: linear-gradient(90deg, rgba(16, 36, 65, 0.259) 0, rgba(17, 85, 99, 0.259) 100%);
    border: none;
    border-radius: 6px 0 0 6px;
    text-indent: 1em;
    font-size: 18px;
    color: #fff;
}

.header .searchInput .btn {
    cursor: pointer;
    height: 64px;
    background: linear-gradient(90deg, #16e05a 0%, #16E09D 100%);
    color: #435570;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 6px 6px 0;
    width: 92px;
}

.header .searchInput .btn i {
    font-size: 28px;
}

.flash {
    padding-bottom: 38%;
    height: 0;
}

.flash img {
    width: 100%;
}

.swiper-button-next, .swiper-button-prev {
    width: 70px;
    height: 70px;
    margin-top: -35px;
    background-size: 140px 140px;
    background-image: url(../img/img_arrow.png);
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-position: -70px 0px;
    right: 10px;
    left: auto;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
    background-position: 0 0;
}

.swiper-pagination-bullet-active {
    background: #16e05a;
}

/*bottomTab*/
.bottomTab {
    width: 768px;
    position: fixed;
    z-index: 99;
    left: 50%;
    bottom: 0;
    margin-left: -384px;
    background: linear-gradient(90deg, #1A2E4A 0, #409890 100%);
    border-top: solid 1px #a7a7ab;
    font-size: 14px;
    padding: 20px 0;
}

.bottomTab ul {
    display: flex;
}

.bottomTab li {
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center
}

.bottomTab li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.bottomTab li i {
    font-size: 52px;
}

.bottomTab li a {
    color: #fff;
}

.bottomTab li.cur a {
    color: #16e05a
}

.bottomTab li.cur i {
    color: #16e05a
}

.bottomTab li a:hover {
    color: #16e05a;
}

.bottomTab li a:hover i {
    color: #16e05a;
}

/*totop*/
.totop {
    border-radius: 12px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #16e05a;
    position: fixed;
    right: 70px;
    bottom: 70px;
    cursor: pointer;
    overflow: hidden;
    z-index: 999;
}

.totop i {
    color: #FFF;
    font-size: 40px;
}

/*18歲與否*/
.tandiv {
    position: fixed;
    width: 768px;
    left: 50%;
    margin-left: -384px;
    top: 0;
    z-index: 9999;
    height: 100vh;
}

.tandiv .mark {
    background: rgba(0, 0, 0, .6);
    position: absolute;
    left: 0px;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.tandiv .img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.tandiv .btns {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 374px;
    transform: translateX(-50%);
}

.tandiv .btns .bts {
    cursor: pointer;
    width: 184px;
    height: 40px;
}

.tandiv .btns .yes {
    margin-bottom: 10px;
}

.dj {
    overflow: hidden;
}

.fadeIn {
    animation: fadeIn 1s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .4);
}