﻿@charset "utf-8";
/* CSS Document */

.liico{font-size: 12px;padding: 2px 3px;margin: 0 5px 0 0;border: 1px solid #E5E5E5;}
.rankingRed{background: #E00606;color:#FFFFFF;}
.rankingPurple{background: #B204FB;color:#FFFFFF;}
.rankingBlue{background: #00b7ee;color:#FFFFFF;}
.rankingGray{background: #F5F5F5;color:#6C6C6C;}

.more{float: right;}
.more a{color: #6C6C6C;padding: 0 5px;}
.more a:hover{color: #00b7ee;border-bottom: 1px solid #00b7ee; text-decoration:none;}

.top_main,.header,.search_div,.menu_main,.main,.ad_banner{width: 100%; margin:0 auto;}
.top,.footer{width: 100%; margin: 0 auto;}

/* top */
.top {background: #ECF0F1;border-bottom: 1px solid #E5E5E5;}
.top ul {
    display: table;
    width: 100%;
    margin: 0 auto;
    padding: 0 0;
    border: 0;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.top ul li {
    display: table-cell;
    border-right: 2px solid #E5E5E5;
    overflow: hidden;
    word-spacing: 0.2rem;
    letter-spacing: 0.2rem;
}
.top ul li:last-child{
    border-right: none;
}
.top a {
    width: 100%;
    display: block;
    color: #6C6C6C;
    background-color: #f4f6f7;
    margin: 0 0;
    font-size: 1rem;
    line-height: 2rem;
    /* text-align: center; */
    text-align: justify;
    text-align-last: justify;
    text-justify: distribute-all-lines;
    padding: 0 0.5rem;
}
.top a.red{ color:#E00606}
.top a:hover{ color: #00b7ee;text-decoration:underline;text-underline-offset:5px;}


/* header */
.header {background-color: #ECF0F1;text-align: center;}

/*包含图片的a链接*/
.header a,.ad_banner a,.bookimg a{ display: block;font-size: 0px;; }
.header a:hover,.ad_banner a:hover,.bookimg a:hover,.bookbox .bookimg a:hover{outline: none; border: 0; text-decoration:none;}
.header a img, .ad_banner a img, .bookimg a img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%; /* 避免图片超出导致空白 */
}

/*图片-绶带/丝带/飘带*/
.bookbox .bookimg a.ribbon {
    position: relative;
    overflow: hidden;
}
    .bookbox .bookimg a.ribbon:after {
        content: "\9650\514d"; /*限免*/
        font-size: 12px;
        line-height: 18px;
        position: absolute;
        /*top: -35px;*/
        right: 0;
        padding: 0px 15px 0px 15px;
        background-color: #f00;
        color: #fff;
        border: 3px solid #ffc107;
        border-right: none;
        border-left: none;
        /*transform: skewY(45deg);
        -ms-transform: skewY(45deg);
        -moz-transform: skewY(45deg);
        -webkit-transform: skewY(45deg);
        -o-transform: skewY(45deg);*/
        /***/
        -moz-transform: rotate(55deg) scale(1.5, 1.00) translate(0px, -33px) skew(0deg,0deg);
        -moz-transform-origin: 0% 0%;
        -webkit-transform: rotate(55deg) scale(1.5, 1.00) translate(0px, -33px) skew(0deg,0deg);
        -webkit-transform-origin: 0% 0%;
        -o-transform: rotate(55deg) scale(1.5, 1.00) translate(0px, -33px) skew(0deg,0deg);
        -o-transform-origin: 0% 0%;
        transform: rotate(55deg) scale(1.5, 1.00) translate(0px, -33px) skew(0deg, 0deg);
        transform-origin: 0% 0%;
    }

/*广告-包含图片的a链接*/
.ad_banner{text-align: center; background-color:#ECF0F1;}

/*首页搜索*/
.search_div {
    font-size: 1rem;
    height: 74px;
    line-height: 74px;
    overflow: hidden;
    background-color: #ECF0F1;
    text-align: center;
}
.search_L{float: left;}
.search_R{float: right;}
.search{display: inline-flex;}
.search .input {
    width: 60%;
    max-width: 329px;
    font-size: 16px;
    padding: 0 5px;
    height: 48px;
    line-height: 48px;
    float: left;
    color: #4c4c4c;
    background: #fff;
    border: 1px solid #d7d7d7;
    outline: none;
    transition: border-color 0.3s;
}
.search .input:focus,
.search .input:hover,
.search .input:active {
	color: #000;
	border-color: #00b7ee;
	box-shadow: 0 0 8px rgba(74, 144, 226, 0.5);
}
    .search .s_btn {
        display: inline-block;
        z-index: 0;
        vertical-align: top;
        border: solid 1px #d7d7d7;
        border-left: none;
    }
.search .s_btn .button {
    width: 100px;
    height: 46px;
    border: 0;
    font-size: 16px;
    background-color: #f9f9f9;
    cursor: pointer;
    float: left;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .045);
	box-shadow: 0 2px 0 rgba(0, 0, 0, .045);
}

.search .s_btn .button:focus,
.search .s_btn .button:hover,
.search .s_btn .button:active {
	color: #fff;
	border-color: #40a9ff;
	background: #00b7ee;
    box-shadow: 0 0 8px rgba(74, 144, 226, 0.5);
}
input[type="submit" i],input[type="button" i] {
    appearance: auto;
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    box-sizing: border-box;
    background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));
    color: -internal-light-dark(black, white);
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}


/* main */
.main {}

.booktable {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}
.booktablehr {
    border-bottom: 1px solid #E5E5E5;
    background-color: #00b7ee;
    color: #fff;
    font-size: 1.3rem;
    line-height: 40px;
    word-spacing: 2px;
    letter-spacing: 2px;
    padding: 0 0;
    overflow: hidden;
    box-shadow: 0 1px 3px rgb(0 37 55 / 5%);
    box-sizing: border-box;
}
.booktablehr h3{
    font-weight: bold;
    margin-left: 5px;
    float: left;
}
.booktablehr .more{float: right;}
.booktablehr .more a{color: #FFFFFF;padding: 0 5px;display: block; line-height: 38px;}
.booktablehr .more a:hover{text-decoration:underline;text-underline-offset:5px;}

.booktabletr,.chaptertabletr {overflow:hidden}

.bookbox {
    border-bottom: 1px solid #dfdfdf;
    max-width: 100%;
    overflow: hidden;
    display: block;
    padding: 14px 8px;
}
.bookbox .bookimg {
    float: left;
    margin-right: 10px;
    font-size: 0;
}
.bookbox img {
    width: 96px;
    height: 128px;
}

.bookbox .bookinfo {
    overflow: hidden;
}
.bookbox .bookinfo::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
.bookbox .bookname {
    width: 100%;
    font-size: 1.3rem;
    font-weight: bold;
    color: #4c4c4c;
    overflow: hidden;
    display: -webkit-box;
}
.bookbox .bookname .iTit {
    overflow: hidden;
    max-width: 8ssem;
    display: block;
}
.bookbox .bookname .iTit a{
    line-height: 50px;
}
.bookbox .bookname .iTit a:hover,.bookbox .bookname .iTit a:active,.bookbox .bookname .iTit a:focus{color: #00b7ee; border-bottom: 1px solid #00b7ee; text-decoration:none;}
.bookbox .author, .bookbox .cat {
    height: 26px;
    line-height: 26px;
    font-size: 1rem;
    color: #4c4c4c;
    overflow: hidden;
}
.bookbox .author span.line_title,.bookbox .update span.line_title {color: #8f8f8f;}
.bookbox .update, .bookbox .intro_line {
    height: 26px;
    line-height: 26px;
    font-size: 1rem;
    color: #4c4c4c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bookbox .intro_line2 {
    border-top: 1px solid #dfdfdf;
    margin-top: 8px;
    line-height: 26px;
    font-size: 1rem;
    color: #4c4c4c;
    overflow: hidden;
}
.bookbox a {
    color: #4c4c4c;
    padding: 0;
    margin: 0;
    cursor: pointer;
    line-height: 26px;
    /*display: inline-block;*/
}
.bookbox a:hover,.bookbox a:active{color: #00b7ee; border-bottom: 1px solid #00b7ee; text-decoration:none;line-height: 25px;}

    .bookbox .author a {
        color: #B8860B; /* #darkgoldenrod  */
    }

    .bookbox .update a {
        color: #008000;
    }

    .bookbox .lastChapter a {
        color: #00b7ee;
    }

    .bookbox .booktags a {
        color: #98547e;
        border: 1px dashed #d1a6c1;
        padding: 0 3px;
    }
        .bookbox .booktags a:hover, .bookbox .booktags a:active {
            background-color: #ffebf7;
        }


.bookbox img.bookinfoimg{width: 102px; height: 136px;}
.bookinfo .bookname a.bookinfoname{line-height: 32px;}
.bookinfo .bookname a.bookinfoname:hover{}


/*StartToRead*/
.StartToRead {
    height: auto;
    padding: 5px 0;
    overflow: hidden;
    font-size: 1.2rem;
    text-align: center;
}
    .StartToRead a {
        color: #fff;
        width: 50%;
        min-width: 8rem;
        height: 40px;
        line-height: 40px;
        text-align: center;
        display: inline-block;
        background: #65bbec;
        border-radius: 5px;
    }
        .StartToRead a:hover, .StartToRead a:active, .StartToRead a:focus {
            background-color: #00b7ee;
            box-shadow: 0 3px 5px rgb(0 37 55 / 5%);
        }

        /* book_toolbar */
    .book_toolbar {
        width: 100%;
        margin: 0 auto;
        padding: 0 0.3rem;
        border: 0;
        overflow: hidden;
        white-space: nowrap;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        list-style-type: none;
    }

        .book_toolbar li {
            flex: 1 1 auto;
            flex-basis: 30px;
            max-width: 36px;
            /* max-height: 100px;*/
            outline: none;
            overflow: hidden;
            display: inline-block;
            text-align: center;
            /*border: 1px solid #4c4c4c;*/
            /*transition: border-color 0.3s;*/
        }

        .book_toolbar a {
            margin: 0 0;
            padding: 0 0;
            width: 100%;
            outline: none;
            color: #4c4c4c;
            text-align: center;
            display: inline-block;
            /* font-size: 1.2rem; */
            /* line-height: 2rem; */
            text-decoration: none;
            /* background-color: #f4f6f7; */
            border-radius: 3px;
            /*border: 1px solid #4c4c4c;*/
            /*transition: border-color 0.3s;*/
        }
            .book_toolbar a svg.icon {
            }
            .book_toolbar a svg.icon path {
                color:#444444;
                fill:#444444;
            }
            .book_toolbar a.hot svg.icon path {
                color:#F60;
                fill:#F60;
            }
            .book_toolbar a svg.icon path[p-id="1281"],.book_toolbar a .icon path[p-id="1467"],.book_toolbar a .icon path[p-id="882"],.book_toolbar a .icon path[p-id="1220"] {
                color:#00B386;
                fill:#00B386;
            }
            .book_toolbar a .text {
                color: #4c4c4c;
            }
            

.chaptertabletr{max-width: 100%;padding: 0 0.3rem;line-height: 1.8rem;}
    .chaptertabletr .row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        border-bottom: 1px solid #dfdfdf;
        align-items: center; /* 垂直居中 */
        padding: 0.3rem 0;
    }
        .chaptertabletr .row .col {
            flex: 1 1 auto;
            align-items: center; /* 垂直居中 */
        }
            .chaptertabletr .row .col.w16 {
                flex: 0 0 auto;
                text-align: right;
                margin-left: auto;
                padding: 0 0 0 3px;
                max-width: 16px;
            }
            .chaptertabletr .row .col.w35 {
                flex: 0 0 auto;
                text-align: right;
                margin-left: auto;
                padding: 0 0 0 3px;
                max-width: 35px;
            }
            .chaptertabletr .row .col.w64 {
                flex: 0 0 auto;
                text-align: right;
                margin-left: auto;
                padding: 0 0 0 3px;
                max-width: 64px;
            }

        .chaptertabletr .row a.chaptername {
            font-size: 1.0rem;
            line-height: 1.8rem;
            color: #4c4c4c;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .chaptertabletr .row a.chaptername:hover,.chaptertabletr .row a.chaptername:active{color: #00b7ee; text-decoration:underline;text-underline-offset:5px;}

/* 标题旁边的小标识 */
/*.chaptertabletr .row a.chaptername:after {content:"\276D"; float: right; z-index:-1;}*/
        .chaptertabletr .row .col.free,
        .chaptertabletr .row .col.hot,
        .chaptertabletr .row .col.ban,
        .chaptertabletr .row .col.zhe,
        .chaptertabletr .row .col.hui,
        .chaptertabletr .row .col.vip {
            display: flex;
            justify-content: space-between; /* 文字和伪元素分居两端 */
            align-items: center; /* 垂直居中 */
        }
    /*免*/
    .chaptertabletr .free:after {
        content: "\514d";
        color: #FFF;
        padding: 0 2px;
        background: #00b386;
        border-radius: 3px;
    }
    /*热*/
    .chaptertabletr .hot:after {
        content: "\70ed";
        color: #FFF;
        padding: 0 2px;
        background: #F60;
        border-radius: 3px;
    }
    /*半*/
    .chaptertabletr .ban:after {
        content: "\534a";
        color: #FFF;
        padding: 0 2px;
        background: #daa520; /* #goldenrod*/
        border-radius: 3px;
    }
     /*折*/
    .chaptertabletr .zhe:after {
        content: "\6298";
        color: #FFF;
        padding: 0 2px;
        background: #ffd700; /* #gold */
        border-radius: 3px;
    }
      /*惠*/
    .chaptertabletr .hui:after {
        content: "\60e0";
        color: #FFF;
        padding: 0 2px;
        background: #b8860b; /* #darkgoldenrod*/
        border-radius: 3px;
    }
/*vip*/
    .chaptertabletr .vip:after {
        content: "\VIP";
        font-size: 0.5rem;
        color: #FFF;
        padding: 0 2px;
        background: #b400ff;
        border-radius: 3px;
    }
    .chaptertabletr .row .col.vip {
        /*width: 28.8px;*/
    }




.listpage{    
    width: 90%;
    margin: 0 auto;
    /* height: 30px; */
    /* line-height: 30px; */
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
}
.listpage span {height: 30px;line-height: 30px;text-align: center;}
.listpage .left{float: left;width: 25%;}

.listpage .right {
    float: right;
    width: 25%;
}
.listpage .middle {
    width: 49%;
    border: 1px solid #dfdfdf;
    height: 28px;
    display: block;
    float: left;
    border-radius: 5px;
}
.listpage .left a {
    float: left;
}
.listpage .right a {
    float: right;
}
.listpage .left a, .listpage .right a {
    display: inline-block;
    height: 30px;
    width: 90%;
}
.listpage .before {
    background: #cecece;
    color: #fff;
}
.listpage .onclick {
    background: #20a8e3;
    color: #fff;
}
.listpage .middle select {
    border: none;
    color: #999;
    display: inline-block;
    float: left;
    font-style: normal;
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 100%;
}

/* PagingContainer */
.PagingContainer {
    width: 100%;
}
    .PagingContainer ul {
        width: 100%;
        margin: 0 auto;
        padding: 0 0;
        border: 0;
        overflow: hidden;
        white-space: nowrap;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
        .PagingContainer ul li {
            /* display: table-cell; */
            border: 1px solid #2dc4f1;
            overflow: hidden;
            /* word-spacing: 0.5rem;
                letter-spacing: 0.5rem; */
            display: inline-block;
            margin-left: 5px;
            margin-top: 5px;
            flex: auto;
        }
            .PagingContainer ul li:first-child {
                margin-left: 0;
            }
            .PagingContainer ul li:last-child {
            }
            .PagingContainer ul li a {
                display: block;
                text-align: center;
            }
            .PagingContainer ul li a:hover,.PagingContainer ul li a:active{ color: #fff; background-color: #00b7ee;}

.pagelist0 {
    display: none;
}
    .pagelist0 ul {
        display: flex;
    }
        .pagelist0 ul li {
            margin-right: 0.5rem;
        }
        .pagelist0 ul li:last-child {
            margin-right: 0rem;
        }


/* friendlinks */
.friendlinks { margin: 8px auto 8px;}
.friendlinks_left {
    border: 2px solid #00b7ee;
    border-right: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #FFF;
    padding: 2px 8px 2px 2px;
    text-align: center;
    color: #00b7ee;
    font-size: 16px;
    font-family: "黑体",arial,"微软雅黑";
    font-weight: bold;
    line-height: 30px;
    word-spacing: 8px;
    letter-spacing: 3px;
    float: left;
    display: inline-flex;
}
.friendlinks_left:before {
    border-bottom: 2px solid #00b7ee;
    border-top: 0 none;
    border-left: 2px solid #00b7ee;
    content: "";
    height: 26px;
    width: 26px;
    position: relative;
    left: 97px;
    top: 2px;
    transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.friendlinks_right{margin-left: 130px;}
.friendlinks a{ color: #6C6C6C;padding: 0 5px;font-size: 14px;line-height: 26px;display: inline-block;}
.friendlinks a:hover,.friendlinks a:active,.friendlinks a:focus{color: #00b7ee; border-bottom: 1px solid #00b7ee; text-decoration:none;}
.friendlinks ul{line-height: 38px;}
.friendlinks ul li{display: inline;}

/* footer */
.footer {background-color: #ECF0F1;font-size: 12px;font-family: "微软雅黑","黑体",arial;color: #6C6C6C;text-align: center;}
.footer p{  margin:0 auto;}
.footer a{ color: #6C6C6C;padding: 0 8px;}
.footer a:hover{border-bottom: 1px solid #6C6C6C; text-decoration:none;}
.footer ul{}
.footer ul li{display: inline;}


/* menu_footer */
.menu_footer, .menu_footer_null{height: 3rem;line-height: 3rem;width: 100%;margin: 0 auto;padding: 0 0;border: 0;bottom: 0;}
.menu_footer {
    position: fixed;
    z-index: 2;
    overflow: hidden;
    background-color: #00b7ee;
}
.menu_footer ul {
    display: table;
    width: 100%;
    margin: 0 auto;
    padding: 0 0;
    border: 0;
}
.menu_footer li {
    display: table-cell;
    height: 3rem;
    border-top: 1px solid #E5E5E5;
    border-right: 2px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    border-left: none;
    background: #FFFFFF;
    overflow: hidden;
    word-spacing: 0.5rem;
    letter-spacing: 0.2rem;
}
.menu_footer li:last-child{
    border-right: none;
}
.menu_footer a {
    width: 100%;
    display: block;
    color: #6C6C6C;
    background-color: #f4f6f7;
    /* padding: auto auto; */
    margin: 0 0;
    font-size: 1.6rem;
    line-height: 3rem;
    text-align: center;
    /* text-align: justify; */
    /* text-align-last: justify; */
    /* text-justify: distribute-all-lines; */
}
.menu_footer a:hover{color: #FFFFFF;background-color: #00b7ee;}



/* 适配屏幕 */
@media screen and (min-width: 1024px) {
    /* PC端CSS样式 */
    .top, .header, .menu_index, .search_div, .ad_banner, .main, .friendlinks, .footer {
        max-width: 1024px;
    }
}



/* 图书内容页·开始 */
.nr_set {
    padding: 10px;
    padding-right: 10px;
    font-size: 12px;
    background-color: #ecf0f0;
}
.nr_set .set1 {
    float: right;
    border: 1px solid #00b7ee;
    padding: 2px 10px;
    margin-left: 10px;
    border-radius: 5px;
    color: #00b7ee;
}
.nr_set .set2 div {
    border: 1px solid #00b7ee;
    float: left;
    padding: 2px 7px;
    margin-left: 5px;
    border-radius: 3px;
    color: #00b7ee;
}
.nr_category, .nr_category a {
    font-size: 1.2rem;
    line-height: 2rem;
}
    .nr_category a {
        padding: 0 0.5rem;
        padding-bottom: 1px;
    }
        .nr_category a:hover {
            border-bottom: 1px solid #00b7ee;
            padding-bottom: 0px;
            text-decoration: none;
        }
#nr_title {
    color: #000;
}
.nr_title {
    padding: 10px 5px;
    font-weight: 700;
    font-size: 1.3rem;
    text-align: center;
    color: #fff;
}
.nr_page {
    margin: -5px 0 0;
}
.nr_page table {
    width: 100%;
}
.nr_page table td {
    text-align: center;
}
.nr_page .prev {
    text-align: left;
    margin-left: 7px;
}
.prev a {
    display: block;
    text-align: center;
    padding: 10px 5px;
    background-color: #fff;
    color: #000;
    border: 1px solid #efefef;
}
.nr_page .prev a, .nr_page .mulu a, .nr_page .next a {
    display: block;
    text-align: center;
    padding: 0 5px;
    background-color: #f4f0e9;
    color: green;
    border: 1px solid #ece6da;
}

.nr_nr {
    margin: 15px;
    line-height: 150%;
    font-size: 22px;
    color: #ccc;
    overflow: hidden;
}
#nr1 {
    color: #000;
    line-height: 2.5rem;
}

.nocopy {
    -webkit-user-select: none; /* Chrome、Safari、Opera, Android */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    -o-user-select: none; /* Opera浏览器私有属性 */
    user-select: none; /* 标准语法：禁止用户选择文本 */
    -webkit-user-drag: none; /* 禁止用户拖拽 */
}

/* 图书内容页·结束 */



/* 登录页·开始 */
.SignIn_div{}
.SignIn_div .SignIn_head {
    max-height: 10rem;
    height: 10rem;
    color: #fff;
    text-align: center;
    line-height: 2rem;
    /* background-color: #65bbec; */
    background-image: linear-gradient(90deg,#3c80d4,#5ca4fc);
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
    box-shadow: 0px 8px 3px #e3e3e3;
    margin-bottom: 18px;
}
.SignIn_div .SignIn_head h3{
    font-size: 1.3rem;
    line-height: 6rem;
}
.SignIn_div .SignIn_name,.SignIn_div .SignIn_pwd,.SignIn_div .SignIn_button,.SignIn_div .SignIn_ForgotPwd {
    text-align: center;
    padding: 0 1rem;
    margin-bottom: 0.2rem;
    vertical-align: middle;
}
    .SignIn_div .input {
        width: 100%;
        background: #f5f5f5;
        line-height: 2rem;
        font-size: 1.2rem;
        border: 1px solid #e2e2e2;
        border-radius: 1.1rem 1.1rem !important;
        -o-border-radius: 1.1rem 1.1rem !important;
        -ms-border-radius: 1.1rem 1.1rem !important;
        -moz-border-radius: 1.1rem 1.1rem !important;
        -webkit-border-radius: 1.1rem 1.1rem !important;
        -khtml-border-radius: 1.1rem 1.1rem !important;
        padding: 0.2rem 0.4rem;
        margin: 0.3rem auto;
    }
.SignIn_div .SignIn_button .input {
    width: 100%;
    margin: 0 auto;
    line-height: 2rem;
    font-size: 1.2rem;
    letter-spacing: 0.3rem;
    border: none;
    border-radius: .8rem;
    padding: 0.3rem 0rem;
    margin: 0.3rem auto;
    color: #fff;
    background-image: linear-gradient(90deg,#3c80d4,#5ca4fc);
}
    .SignIn_div .SignIn_button .input[type="button"] {
        border-radius: .8rem !important;
    }
.SignIn_div .SignIn_button .btnRegister {
    background-image: linear-gradient(90deg,#589ff6,#9cc8ff);
}
.SignIn_div .SignIn_ForgotPwd{
    text-align: right;
}
.SignIn_div .SignIn_ForgotPwd a{
    color: #8c8c8c;
}
    .SignIn_div .btn {
        display: inline-block;
        color: #fff;
        background-image: linear-gradient(90deg, #3c80d4, #5ca4fc);
    }
    .SignIn_div .btn_disabled {
        display: inline-block;
        color: #6C6C6C;
        background-image: none;
    }

.SignIn_div .pwdbox{position: relative;}
.pwdbox i {
    line-height: 2rem;
    font-size: 1.2rem;
    position: absolute;
    right: 1.2rem;
    top: 0.3rem;
    color: #a5a5a5;
    padding: 0.2rem 0.4rem;
}
.pwdbox i.input-icon{
    /*font: normal normal normal 14px/1 vant-icon;*/
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.pwdbox i.input-icon:before {
    display: inline-block;
}
.pwdbox i.input-icon-closed-eye:before {
    content: "\263B";
}
.pwdbox i.input-icon-open-eye:before {
    content: "\263A";
}

.VerificationCode a{
    width: 8rem;
    height: 3rem;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display: inline-block;
}
.VerificationCode a img{
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
}

.input_error {
    border-color: #f00 !important;
}

.FamousQuotesOnReading {
    text-align: center;
    padding: 0 1rem;
    margin-bottom: 0.2rem;
    vertical-align: middle;
}
/* 登录页·结束 */

/* 底部推荐列表·开始 */
.CategoryTJ {
    font-size: 1.2rem;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    background-color: #ecf0f0;
    border: 1px solid rgb(236, 230, 218);
}
    .CategoryTJ .title {
        line-height: 2rem;
    }
    .CategoryTJ a {
        display: list-item;
        padding-left: 1rem;
        line-height: 2rem;
        padding-bottom: 1px;
    }
        .CategoryTJ a:hover {
            color: #00b7ee;
            border-bottom: 1px solid #00b7ee;
            padding-bottom: 0px;
            text-decoration: none;
        }

/* 底部推荐列表·结束 */

/* 个人页·开始 */
.pagebox {
    font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    width: 100%;
    padding-top: 0;
    font-size: .24rem;
    text-align: center;
    min-height: 100%;
    background: #fff;
    /* position: relative; */
    height: 100vh;
    width: 100%;
}
.mainbox{
    background: linear-gradient(182deg,#fff,#f1f4f7);
    min-height: 100%;
    padding-top: 0.88rem;
}

.navbar {
    background-color: transparent;
    height: 1.38rem;
    width: 100%;
    line-height: 22px;
    text-align: center;
    background-color: #fff;
    -webkit-user-select: none;
    user-select: none;
}
.navbar-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.navbar-content_left {
    left: 0;
}
.navbar-content_left, .navbar-content_right {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 16px;
    font-size: 14px;
    cursor: pointer;
}
.navbar .nav-icon {
    position: relative;
    font: normal normal normal 14px/1 vant-icon;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.navbar .nav-icon,.navbar .nav-icon:before {
    display: inline-block;
    color: #333333; 
    font-size: 18px;
}
.navbar .nav-icon:before {
    content: "\276E";
}
.navbar-content_title {
    max-width: 60%;
    margin: 0 auto;
    color: #323233;
    font-weight: 500;
    font-size: 16px;
}
.van-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.navbar-content_right {
    right: 0;
}
.navbar .right_content {
    display: flex;
    align-items: center;
    height: 100%;
}
.navbar .right_content span {
    margin-right: 0.2rem;
}
.navbar .nav-icon-setting-o:before {
    content: "\2638";
}

.boxcontainer {
    margin: 0 0.8rem;
    border-radius: 0.76rem;
}
.box_user {
    display: flex;
    padding-top: 1rem;
}
.portraitcontainer {
    width: 5rem;
    height: 5rem;
    margin-right: 0rem;
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
}
.portrait {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.box_user img {
    max-width: 100%;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.portraitcontainer .charact {
    height: 25%;
    position: absolute;
    bottom: -5%;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}
.box_user .usercontainer {
    min-width: 0;
    flex: 1;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    margin-left: 0.3rem;
}
.box_user .nickname,.box_user .introduction {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.box_user .nickname {
    color: #1a1a1a;
    font-size: 1.32rem;
}
.box_user .nickname span{
    display: inline-block;
    vertical-align: middle;
}
.box_user .nickname span:first-child {
    max-width: 13rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.box_user .nickname span:last-child {
    font-size: 1.24rem;
    color: #666;
    margin-left: 0.1rem;
}
.box_user .introduction {
    color: #999;
    font-size: 1rem;
    padding-top: 0.1rem;
    line-height: 1rem;
}
.box_user .hotbox {}
    .box_user .hotbox .text {
        /*color: red;*/
        display: inline-block;
        vertical-align: middle;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
    }
    .box_user .hotbox .text_vip {
        color: var(--orange-ripe);
    }
    .box_user .hotbox .text_RegisteredUser {
        color: #333;
    }
    .box_user .hotbox strong, .box_user .hotbox .strong {
        border: 1px solid #1989fa;
        color: #1989fa;
        padding: 0 3px;
    }

.box_user .hotbox .btns {
    float: right;
    border-radius: .08rem;
    padding: 0 4px;
    height: 24px;
    font-size: 12px;
}
.van-button{
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    height: 44px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-appearance: none;
}
.van-button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: #000;
    border: inherit;
    border-color: #000;
    border-radius: inherit;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    content: " ";
}
.button--info{
    color: #fff;
    background-color: #1989fa;
    border: 1px solid #1989fa;
}
.van-button__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
}
.van-button__content:before {
    content: " ";
}

.box_statistical {
    display: flex;
    padding: 1rem 0;
}
.box_statistical .statisticalcontainer {
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.box_statistical .statisticalcontainer:after {
    position: absolute;
    top: 50%;
    height: 2.3rem;
    left: 0;
    width: 0.01rem;
    background-color: #d3d3d3;
    margin-top: -1.15rem;
    content: "";
}
.box_statistical .statisticalcontainer.noline:after {
    background-color: transparent;
}
.box_statistical .statisticalnumber {
    color: #333;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.42rem;
    padding-bottom: 0.05rem;
}
.box_statistical .statisticalname {
    color: #666;
    font-size: 1.24rem;
    font-weight: 400;
    line-height: 1.34rem;
}


.boxcontainer.hasbackground {
    background-color: #fff;
}
.box_operation {
    margin-top: .2rem;
    margin-bottom: .2rem;
    min-height: 100px;
    padding: 0 0.5rem;
}

.boxcontainer.mybill {
}
    .boxcontainer.mybill a {
        display: block;
        text-align: left;
        border-bottom: 1px solid #bdf0ff;
    }
        .boxcontainer.mybill a .operationcontent {
            border-bottom: none;
        }

.operationcontent {
    height: 3.5rem;
    display: flex;
    align-items: center;
    text-align: left;
    border-bottom: 1px solid #f5f5f5;
}
.operationcontent.mybill {

}
.operationimage {
    width: 22px;
    height: 22px;
    display: block;
    margin-right: 0.3rem;
}
.operationIntroduction, .bill_result {
    color: #999;
    font-size: 1.24rem;
    margin-left: .1rem;
}
.operationarrow {
    color: #707070;
    font-size: .32rem;
    margin-left: 0.3rem;
}
.van-icon, .van-icon:before {
    display: inline-block;
}
.van-icon {
    position: relative;
    font: normal normal normal 14px/1 vant-icon;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.van-icon-arrow:before {
    content: "\276F";
}
.van-icon, .van-icon:before {
    display: inline-block;
    font-size: 1.24rem;
}

.operationIntroduction, .operationtiele, .bill_result {
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.operationtiele {
    color: #333;
    font-size: 1.3rem;
    flex: 1;
    margin-right: .1rem;
}

.myhome {
    background: url(../image/icon/myhome.10c08075.png) no-repeat;
    background-size: 190px 58px;
}
.purchase_records {
    height: 22px;
    width: 22px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAf5JREFUaEPtWb9P1WAUPacFTB7/gCa6OzrJ5MjAQOLSH+jkxmKIjkYnCONLCBPuaPveyPAGVxadXJ01cWDmEZ5pD6nACyF9pF/7VWj8On/n3nvOud9tc0t0/GHH64cjcNsOOgecAw0VmNlCCtaWQW2JeAJgoWGeuvAJhe8Q33P4+UtZkFICRfHyNALg181sGZcx50oZiXICYfxVxFNBfW88/sCDg7HlgiqF0+pqL+/1Ngm+pfCNg2TpOrCUQB7Fp0XbcHy8eFvFXxZakFBv8RjAxEuTe1UJqDjopcmdGLN5FM+sZ5YDjkClJq94qLYDEH5VzNHuMeLhrJa+sYXarco8etmdvJEA/0wemaexj9D8ws9aDrgpZMmM2pfYOeAcOFfAtdDVTsjCeIfQa5CEcOgNkmfTD68oeiXhI8g54+6RJHDXHyQb17FWHeg8AWNlLQCsOmChHuMQjoCxZJYBzoGrgiqM34lYh0BRh36ark3HaBg+F70+hHljE4icwh4HyXa7YzSK9wm8OE+iH16aPp4SiOM3EvrGxV8ABHzy0+RlqwQEeAiCB8gy4uTkiKNRscGYPgqC+8gy8xeZ7wvD4W8CeasE6qrbBOcucRP1bGD/Swe6vVpU15e7nV+v/31FdfkHh43J8a9i3In1eROyjkAT9WxgnQM2VGwSo/MOnAEbVIVAT63NlgAAAABJRU5ErkJggg==) no-repeat;
    background-size: 100% 100%;
}
.operation_foot {
    height: 22px;
    width: 22px;
    background: url(../image/icon/foot.f4083d05.png) no-repeat;
    background-size: 100% 100%;
}
.operation_favorites {
    height: 22px;
    width: 22px;
    background: url(data:image/png;base64,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) no-repeat;
    background-size: 100% 100%;
}
.attestation_center {
    height: 22px;
    width: 22px;
    background: url(../image/icon/attestation.da9edb36.png) no-repeat;
    background-size: 100% 100%;
}
.operation_icon3 {
    height: 22px;
    width: 22px;
    background-position: -64px -36px;
}
.operation_icon1 {
    height: 22px;
    width: 22px;
    background-position: 0 -36px;
}
.operation_movie {
    height: 22px;
    width: 22px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAABDtJREFUaEPtmU1oXFUUx3//mdFWmNSPpCJYxYVUaTVVAqVZiJW60eLCiFFEqJ2JVqwzGuumiBgR6cY2Os+K0czUgIhGjItS3VhaQUgpFDXaosWFaAWxqcEkoNWZOfLem+bzJZk3M0qf+JYz9557fvecc8+554qIf4q4/vwP4FrQegYv5MxkO7LbQK2YXYe4HKPJs7CYwPgF6VuwEUyHaE4Oq6fzz3o9oC4LWKb/ZohtAzrBLg2njMaAQSj3yen6PNzc6dE1AdgTA61YaRdmd3j7638jSAfBjqDENxT5iZUXTXj/nP69iQRXYsXrQRsw2wS0VuYZ0scovlOvbBkJCxIKwB7at5wV5Rcxy4ISvmvoDaAgJ3UizOKWKawBUsge8V3Nikg5xmPP6K2tf1Qrq2oA6+6/llLsfcxu8hZDr5KwF9Tb9Wu1iwWNs+7+yyjqWbDH/U3RF8TL96q367tq5FYFYJn+9cABUAtwEuz+evw2EMSLJ70LrAYbBTbL6Tq6FMSSABXlD4KSoP2Ukg/otc7JpQTX8r89NpgkPvkO2F1g7hqbloJYFMBzmyLD3s6bvc3Xp7bqcE+xFuWqnWMbexLcsGof0oOeJRK0L+ZOCwL4AWvDvs9rP1/90FGt8rZ9YDWx0i7g9orin1CO79TeLSerAfEgbrx6yLOEGxPjal8osBcGyOZ3Yzzl+Xypqa1at6kof2R+XtAY5fiGqiE8d5o45sWE2KNcekcQfCCAd86X/3Inu9/6MAFrmcIHYB1IH2ElN8mB4n2Y3QkakpO6pxoruGP8RIkfyLEL2oLyRDBAtnDAX5CX5aS7q13QX7TwG9gKKF8l5+FT/m9vroLYj6BxOamLw8nL9wJPuhuiXGrz3LnzAHxqHUNMErdrwp7zDQdw80RJ32MkwdrmekMAQOF1sG2g3XJST4fZrYoFGuZC59a2TOElsB2gPjmpR2fqNAugUlX+7Aeg1oYtDzwA/wSqO4hnKumXHXYcNEZz8oqZVexsgEzhVrDDbmEmJ70u7O5P7Vidx2hwps5/6ReA2ign9em5MbMBsvkejOeQepVLuUfoefNZtrAHs27E88qlexYAKAxhdjfiPuXSg4E70aDdDZvsLJvvxHgP6UPlUh3BAJn8cWANscS6oDO3Uf5dixw/NxVdNzohJ712IRc6jdFCOdGivVvOzLVAo5JULXJs+0AzseIoYlS59MqFLOBeJJbR3LQs6L7aqDO+Fjn+CTlxFjgrJ738PwqQzUfehaIexFE/RiOfyCJfSvgtwugWc5VyOLrl9PQ1LsIXGg8iyldKD+C8utTrKFi4S71vhQi3VTyAqDe2PIgotxanOwJeZzqazd05ENFsr09BRPmBYwoiyk9MsxpNUX3km3/Jr+eZtcaWk/hMufQtgXfiGkUu8tBtl3gPd438/gmARuoXVtaSj3xhBf7b4yMP8De/ULle1sF3pwAAAABJRU5ErkJggg==) no-repeat;
    background-size: 100% 100%;
}
.operation_icon2 {
    height: 22px;
    width: 22px;
    background-position: -31px -36px;
}
.operation_icon7 {
    height: 22px;
    width: 22px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAABVlBMVEUAAAAAQL8AYL8Aar8AcL8AZr8Ab8gAar8Abb8Ac8UAcL8AbcUAar8Acb8Ab8QAbL8AccQAbr8AcL8AbsMAbL8Acb8AbcQAcMIAbr8AccIAcMMAbsIAccMAb8IAcMIAb8MAccIAccUAcMIAb8IAcMIAb8EAb8QAbsIAccIAcMEAcMQAb8IAccQAcMIAccQAcMIAccIAcMMAb8QAccMAccMAcsMAcMMAcMMAccMAb8MAccMAcMQAcMIAccIAb8IAccIAcMIAcMQAcMIAcMQAccQAcMMAb8IAccMAcMIAcMMAccMAcMIAcMMAcMIAccMAb8MAccIAccMAcMMAccMAcMMAcMMAccMAccMAcMMAcMMAccMAcMIAccIAcMIAccQAcMMAcMIAccIAccMAccIAcMIAcMIAccMAcMIAcMMAccMAccIAccMAcMMAccIAccMAcMIAcMMAccN5z6v1AAAAb3RSTlMABAgMEBQXGBwfICMkJCcoKywwMzQ0ODs8P0BDREdLTE9PUFNUV1dYWFtbXF9gY2Roa2xvc3d7f4OHh4uPk5eXm5ufn6Omp6erq6uvr7Gzt7e3u7u/w8fLz9PX29vf3+Hj5+fr7O/v8/P09/f6+/twc/sIAAACJElEQVQYGe3B6z9TAQDH4d85GxNiRsV00SjKLU1zaaRaqRSJaWeuJ7HldJbv//8m28HMdubz8drz6Ma1GPcSS5s22OlkX0BXapyxKTuaa1FdZuKISu67oPyFLYoyyeFoNBpLLDuc2HsoPw9zwOFsq84EX2wBbly1PXaBVEgXGa8cYFq1dOagMKzLOraBlz2dt0xVCm5DvlvVQlko/AHspXhQZfNQGFAtTTY4lOTGdCbiwmvVFgUO8PTr1BfYMuXjPRw0tA8tOGDJ0+TCqPyEHBiTFIOCPHHYN+RrEdYkfYKMPGvwRv5icBQw5oC4PDmIyV8AGFgB0oZKmoEm1WFx/BfIhlTS8wNQPSv/OLEaVMmUuws78tezzgln0lCR8RF2YU8+zCcbFP1sl2cB2ARUUzi5j2dKngfARhfQrCotiQwlmUMYlWcdMgEdwoAqmL0zFiXOYncQ6JLnCGLSKqR0LtCb+J7Dk51skJ5D3pTHButZ4wTkTEmBtr7JlMWZremIipbhq05NUfT7GKz09gFlhY3piDytLgzqlJGimpNJPgro3DLsGToX/Zyn7Fd6bjxi6KJ+YFwVOu6PfgC+RdtNVQnnYMPQZaYF7lNVa7Mh36Fqt20goct694FB1dKdB9bDuig4z4m4artjA+5ir6FT4ZkDoDAmP6FVivaXEiMjIxOpLEXbd1XHsE0lZ9ZUXeZomrK9qZCu1jSUXLV2sutv4xHduJ7/EjjeveIMtz8AAAAASUVORK5CYII=) no-repeat;
    background-size: 100% 100%;
}
.operation_icon4 {
    height: 22px;
    width: 22px;
    background-position: -100px -36px;
}
.operation_icon5 {
    height: 22px;
    width: 22px;
    background-position: -132px -36px;
}
.operation_icon6 {
    height: 22px;
    width: 22px;
    background-position: -168px -35px;
}

.ink_icon {
    font-size: 22px;
    line-height: 22px;
    vertical-align: baseline;
    color: #00b7ee;
}

/* 个人页·结束 */

