@charset "gbk";@import "https://www.mterb.top/cdn/css/20250415/iconfont/iconfont.css";* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*,body {
    padding: 0px;
    margin: 0px;
}

body {
    background: #f2f3f4;
    color: #333;
    font-size: 14px;
    font-family: "微软雅黑";
	overflow-x: hidden;
}

li {
    list-style-type: none;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #666;
}

a.active,a:focus {
    outline: none !important;
    text-decoration: none;
}

a:hover {
    color: #06c;
    text-decoration: none !important
}

input {
    outline: none;
}

.clearfix:after,.clearfix:before,.container:after,.container:before,.row:after,.row:before {
    display: table;
    content: " "
}

.clearfix:after,.container:after,.row:after {
    clear: both
}
.mainbox {
    margin: 90px auto 16px;
    min-height: 300px;
    width: 100%;
    max-width: 1112px;
    box-sizing: border-box
}
/* .container { */
    /* margin: 70px auto 16px; */
    /* min-height: 300px; */
    /* width: 100%; */
    /* max-width: 1112px; */
    /* box-sizing: border-box */
/* } */
.maincont {
position: relative;
    width: 100%;
    padding: 16px;
    margin: 24px 0;
}	
.mybox {
    position: relative;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    border-radius: 3px;
    width: 100%;
    color: rgba(0,0,0,.8);
    padding: 16px;
    margin: 24px 0;
	font-size: 20px;
}

.mytitle {
    margin: 0 0 10px;
    border-bottom: 1px solid rgba(150,150,150,.2);
    padding-bottom: 5px;
    font-size: 16px;
}

.bread {
    font-size: 14px;
    font-weight: normal;
}

.bread a {
    color: #007ead;
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

header {
    background: #007ead;
    color: #fff;
    height: 75px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    transition: all .3s;
}

.menu1 ul {
    display: flex;
    height: 75px;
    align-items: center
}

.menu1 ul a {
    color: #fff;
    border-radius: 5px;
    line-height: 32px;
    display: block;
    font-size: 16px;
    padding: 0 15px
}

.menu1 ul a:hover {
    background: #fff;
    color: #007ead
}

.menubtn {
    line-height: 75px;
    display: none;
    padding: 0 15px
}

.menubtn i {
    font-size: 24px
}

.headbox {
    width: 100%;
    max-width: 1250px;
    padding: 0 15px;
    margin: 0 auto
}

.logo {
    display: flex;
    align-items: center;
    height: 75px
}

.logo a {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 700
}

.logoimg {
    margin-right: 10px
}

.search {
    padding: 19px 20px
}

.search input {
    width: 170px;
    height: 36px;
    background: 0 0;
    border: none;
    text-indent: 12px;
    color: #fff;
    font-size: 16px;
}

.search .inputbox {
    float: left
}

.search .inputbox i {
    display: none;
}

.search > i {
    display: block;
    border-left: 1px solid #fff;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    width: 50px;
    float: left
}

.lang {
    padding: 20px 0;
    position: relative;
    margin-left: 10px;
}

.lang > a:after {
    position: absolute;
    right: 5px;
    width: 7px;
    height: 7px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
    content: "";
    top: 10px;
}

.lang > a {
    display: block;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    line-height: 32px;
    display: block;
    padding: 0 20px 0 15px;
    position: relative;
}

.lang:hover > a {
    background-color: rgba(255,255,255,.2);
}

.lang ul {
    position: absolute;
    background: #fff;
    color: #000;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 12%),0 1px 2px rgb(0 0 0 / 24%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%),0 1px 2px rgb(0 0 0 / 24%);
    border-radius: 3px;
    padding: 5px 0;
    width: 100%;
    top: 54px;
    display: none
}

.lang ul li {
    text-align: center;
    cursor: pointer
}

.lang ul li:hover {
    background: #f5f5f5
}

.lang ul li a {
    display: block;
    padding: 5px 0;
}

.user1 {
    width: 36px;
    height: 36px;
    margin: 19px 0;
    margin-left: 15px;
    border-radius: 100px;
    overflow: hidden
}

@media (max-width: 1200px) {
    .container {
        margin:50px auto 16px;
    }

    .logo,.menubtn {
        height: 50px;
        line-height: 50px
    }

    .lang,.search {
        padding: 7px 0
    }

    .lang ul {
        top: 41px
    }

    .search > i {
        display: block;
        border: none;
        line-height: 36px;
        font-size: 24px;
        width: 48px;
        text-align: center
    }

    header {
        height: 50px;
        padding: 0
    }

    .headbox {
        padding: 0
    }

    .logoimg,.menu1,.user1 {
        display: none
    }

    .menubtn {
        display: block
    }

    .search {
        float: right !important
    }

    .inputbox {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: none
    }

    .inputbox {
        background: #007ead;
        z-index: 1000;
        padding: 7px 15px 7px 7px
    }

    .search .inputbox i {
        font-size: 24px;
        float: left;
        display: block;
        width: 36px;
        text-align: center;
        line-height: 36px;
    }

    .inputbox input {
        width: calc(100% - 36px);
        float: left;
        display: block;
        height: 36px;
        background: 0 0;
        border: 1px solid #fff
    }

	
}

.leftmenu {
    position: fixed;
    width: 300px;
    height: 100%;
    background: #f5f5f5;
    left: 0;
    top: 0;
    padding: 15px 20px;
    z-index: 100;
    left: -300px;
}

.modbg {
    background: rgba(20,20,20,.6);
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
}

.leftmenu .menu_close_btn {
    position: absolute;
    width: 64px;
    height: 64px;
    right: 0;
    top: 0;
    line-height: 64px;
    text-align: center;
}

.leftmenu .menu_close_btn i {
    font-size: 20px;
}

.leftmenu .register {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    margin-left: -5px;
}

.leftmenu .menu2 {
    border-bottom: 1px solid #ddd;
}

.leftmenu .menu2 li a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 0;
    font-size: 16px;
    color: #333;
    padding: 15px 20px 15px 25px;
}

.menu2 li a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 0;
    font-size: 16px;
    color: #333;
    padding: 15px 20px 15px 25px;
}

.leftmenu .menu2 li {
    margin-left: -20px;
    margin-right: -20px;
}

.leftmenu .menu2 li a i {
    font-size: 24px;
    padding-right: 10px;
    line-height: 1;
}

.menu2 li a i {
    font-size: 24px;
    padding-right: 10px;
    line-height: 1;
}

.headimg {
    width: 64px;
    margin-left: -10px;
    height: 64px;
    border: 2px solid #ddd;
    border-radius: 100px;
    overflow: hidden;
    margin-right: 10px;
}

.headimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.headuser {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.foot {
    text-align: center;
    background: #fff;
    padding: 20px 0;
}

.foot a {
    display: inline-block;
    padding: 0 10px;
    line-height: 200%;
}

.foot p {
    padding: 10px 0;
    color: #777;
    font-size: 12px;
}

/* 2023-11-23新增 */
.black .txtbox h1.hide720 {
    background: none !important;
    color: rgb(210, 210, 210);
}
header{top: 0; opacity: 1;transition: all .5s;}
header.active{top: -75px; opacity:0; background: none; pointer-events: none;}
@media (max-width: 990px) {
    .black .txtbox h1.hide720 {
        background: rgb(45, 49, 52) !important;
        color: rgb(210, 210, 210);
    }
    .txtbox h1.hide720 {
        position: fixed;
        top: 0;
        z-index: 9;
        margin: 0;
        border: none;
        padding: 0 15px;
        height: 24px;
        display: flex;
        align-items: center;
        color: #fff;
        font-size: 14px;
        top: 50px;
        background: #fff;
        color: #5b5b5b;
        width: 100%;
        left: 0;
		font-weight: 300;
       /*  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05); */
        transition: all .5s;
		text-indent: 0;
		white-space: nowrap;
    }

    .txtbox h1.hide720.active {
        top: -24px;
        ;
    }
/* 新增结束 */
    .hide720 {
        display: none;
    }

}

.black {
    background: rgb(45,49,52);
}

.black .mybox {
    background: rgb(32,40,46) !important;
    color: #fff;
}

.black .mybox * {
    color: rgb(153,153,153);
}

.setbox {
    position: fixed;
    border-radius: 5px 5px 0 0;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    background: #fff;
    z-index: 1;
    bottom: -50%;
    animation: all .5s;
}

.setli {
    padding: 40px 80px 30px 80px;
}

.setli li {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.setli li > * {
    width: 100%;
}

.setli li > label {
    width: 50px;
    flex-shrink: 0;
    color: #888;
}

.setbg,.setfontf {
    display: flex;
    justify-content: space-between;
}

.setbg a {
    height: 36px;
    width: 36px;
    border-radius: 100%;
    margin-right: 10px;
    border: 1px solid #ddd;
}

.setbg a.active,.setfontf a.active {
    border-color: #ff0000;
    color: #ff0000;
}

.setfontf a {
    line-height: 30px;
    width: 100%;
    text-align: center;
    border-radius: 3px;
    margin-right: 10px;
    border: 1px solid #ddd;
}

.setfontsize {
    margin-right: 10px;
    position: relative;
}

.setfontsize input {
    width: 100%;
    text-align: center;
    border: 1px solid #eee;
    line-height: 30px;
}

.setfontsize a {
    position: absolute;
    line-height: 32px;
    width: 33%;
    text-align: center;
    top: 0;
}

.setfontsize a.cut {
    left: 0;
    border-right: 1px solid #eee;
}

.setfontsize a.add {
    right: 0;
    border-left: 1px solid #eee;
}

.modelbg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    display: none;
}

.setclose {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
}



.tools {
    padding: 10px 30px 0 0;
    margin-bottom: -15px;
}

.tools ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.tools li i {
    display: block;
    background: #4c5356;
    color: #fff;
    border-radius: 100px;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    margin-left: 10px;
    font-size: 20px;
}

.tools li span {
    display: none;
    font-size: 16px !important;
}

.txtbox {
    padding: 0 30px;
    line-height: 2;
    word-wrap: break-word;
    text-indent: 0;
}

.txtbox h1 {
    text-align: center;
    font-size: 20px;
    padding: 10px;
}

.txtinfo {
    text-align: center;
    font-size: 14px;
    padding-bottom: 15px;
}

    .wline  {
        margin-top: 1.2em;
        text-indent: 2rem;
    }

@media (max-width: 720px) {
    .txtbox {
        padding:0;
    }

    .hide720 {
        display: none;
    }

    .tools li {
        line-height: 1;
        border-right: 1px solid rgba(255,255,255,.1);
    }

    .tools li i {
        display: none;
    }

    .tools li span {
        display: block;
        color: #fff;
    }

    .tools li a {
        font-size: 17px;
        color: white;
    }

    .tools {
        width: 100%;
        background: #424e52;
        position: fixed;
        z-index: 1000;
        left: 0;
        bottom: -50px;
        max-width: inherit;
        border-radius: 3px 3px 0 0;
        padding: 15px 0 30px 0;
        transition: all .5s;
    }

    .tools.active {
        bottom: 15px
    }

    .tools ul {
    display: flex;
    height: 100%;
    justify-content: space-evenly;
    }

    .setbox {
        width: 100%;
        left: 0;
        margin-left: 0;
    }

    .setli {
        padding: 50px 30px;
    }
}

.page1 {
    background: #f2f3f4;
    border-radius: 3px;
    display: flex;
    align-items: center;
    margin-top: 22px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #e4e4e4;
}

.page1 a {
    width: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 48px;
    border-right: 1px solid rgb(191 191 191 / 24%);
}
.page1 li {
    width: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 48px;
    border-right: 1px solid rgb(191 191 191 / 24%);
}

.page1 a:hover {
    background: #f8f8f8;
}
.page1 li:hover {
    background: #f8f8f8;
}
.black .page1 li {
    background: #474b4e;
    color: #fff;
}
.page1 a:last-child {
    border: none;
}

.black .foot {
    background: #242729;
}

.black .page1 a {
    background: #474b4e;
    color: #fff;
}

.black .page1 a:hover {
    background: #3a3e41;
}


.bottom-ad {
    margin-bottom: 20px;
}

.bottom-ad2 {
    margin-top: 1rem;
}

.yueduad1 {
    margin-top: 1px;
}

#txtright {
    clear: both;
    float: right;
    padding: 0;
    margin: 20px;
    text-indent: 0;
}

#txtmid {
    clear: both;
    float: right;
    padding: 0;
    margin: 10px;
}

#txtright2 {
    float: right;
    clear: right;
    padding-top: 20px;
    margin-top: 5px;
    margin-left: 20px;
}


@media (max-width: 720px) {
    .foot {
        text-align:center;
        background: #fff;
        padding: 20px 0;
    }

    .mybox {
        margin: 15px 0 0 0;
		 font-size: 20px;
    }
	
#txtright {
    float: none;
    margin: 0;
}

    .page1 {
        background: #f2f3f4;
        border-radius: 3px;
        display: flex;
        align-items: center;
        margin: 15px -15px 20px -15px;
        position: relative;
        z-index: 1;
        overflow: hidden;
        border: 1px solid #e4e4e4;
    }
}



.bottom-ad,.head-ad-wap {
    margin: 30px 0;
	text-indent: 0;
}

.hottext,a.hottext {
    color: #c60f13;
}

@media (max-width: 720px) {
    .yueduad1 {
        /* margin-top:40px; */
        /* min-height: 300px; */
    }
}

.baocuo {
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
}

.baocuo a {
    font-size: 15px;
    line-height: 25px;
}

@media (max-width: 720px) {
    .baocuo li {
        display:none;
    }

    .baocuo a {
        font-size: 15px;
        line-height: 25px;
        display: black;
    }
}

@media (max-width: 990px) {
    .rhotul {
        white-space:nowrap;
        overflow-x: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
        overflow-y: hidden;
    }

    .rhotul::-webkit-scrollbar {
        display: none;
    }

    .top_Scroll {
        display: none
    }
}

.readhot {
    padding-bottom: 20px;
}

.readhot a {
    font-size: .8rem;
    line-height: 1.8rem;
    display: inline-block;
    padding: 0 0.5rem;
    text-align: center;
    border: 1px solid #e4e4e49e;
    border-radius: 10px;
    margin: 0.3rem;
    background: #f2f3f469;
    color: #666666;
}

.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 400px;
    min-width: 360px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(0,0,0,0.2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}

.md-content {
    color: #222222;
    background: #ffffff;
    position: relative;
    border-radius: 3px;
    margin: 0 auto;
}

.md-content h4 {
    margin: 0;
    padding: 0.4em;
    text-align: center;
    font-size: 1.4em;
    font-weight: 300;
    color: #fff2df;
    background: #007ead;
    border-radius: 3px 3px 0 0;
}

.md-content > div {
    padding: 15px 20px 15px;
    margin: 0;
    font-weight: 300;
    font-size: 1.15em;
}

.md-content > div p {
    margin: 0;
    padding: 10px 0;
}

.md-content > div ul {
    margin: 0;
    padding: 0 0 10px 5px;
}

.md-content > div ul li {
    padding: 5px 0;
}

.md-effect-2 .md-content {
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.25,0.5,0.5,0.9);
    -moz-transition: all 0.3s cubic-bezier(0.25,0.5,0.5,0.9);
    transition: all 0.3s cubic-bezier(0.25,0.5,0.5,0.9);
}

.md-show.md-effect-2 .md-content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.model_button {
    border: none;
    padding: 0.6em 15%;
    background: #007ead;
    color: #fff;
    font-family: 'Lato',Calibri,Arial,sans-serif;
    font-size: 0.9em;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 4px;
    display: block;
    margin: 20px auto;
}

.md-content .model_button:hover {
    background: #007ead;
}

.md-content .clear {
    clear: both;
}

.md-content .RadioStyle input {
    display: none
}

.md-content .RadioStyle label {
    border: 1px solid #6f6f6f;
    padding: 2px 10px 2px 5px;
    line-height: 28px;
    min-width: 30%;
    text-align: center;
    float: left;
    margin: 4px;
    border-radius: 4px
}

.md-content .RadioStyle input:checked + label {
    background: url(images/ico_checkon.svg) no-repeat right bottom;
    background-size: 21px 21px;
    color: #00a4ff;
    border: 1px solid #00a4ff;
}

.md-content .content_text {
    width: 100%;
    font-size: 1.2em;
    padding: 3px;
}

.md-content textarea {
    outline: none;
    resize: none;
    max-lines: 4;
    white-space: pre-line;
}

.top_Scroll {
    position: fixed;
    left: 50%;
    transform: translate3d(530px,-50%,0);
    top: 50%;
    z-index: 9999;
    width: 80px;
}

.top_Scroll ul {
    display: block;
    list-style-type: disc;
    margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:40px;}

.baseScroll li {
    position: relative;
    border-radius: 0 6px 6px 0;
    margin-bottom: 4px;
    width: 86px;
    padding-left: 0px;
    background-color: transparent;
    display: block;
}

.item-box {
    margin-bottom: 10px;
    cursor: pointer;
    width: 76px;
    height: 76px;
    background: #c2f3f4;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #8a8a8a;
}

.item-box .iconfont {
    vertical-align: middle;
    font-size: 24px;
}

.item-box span {
    font-size: 14px;
    line-height: 30px;
}









.yuedutuijian {
    position: relative;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    border-radius: 3px;
    width: 100%;
    color: rgba(0,0,0,.8);
    background-color: #fff;
    padding: 16px;
    margin: 24px 0;
}

.yuedutuijian ul {
    overflow: hidden;
}

.yuedutuijian span {
    color: #666;
}

.yuedutuijian li {
    float: left;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(150,150,150,.2);
    margin: 0 1.5% 0 1.5%;
}

.yuedutuijian li a {
    display: block;
    color: #222;
    padding: 15px 0;
    font-size: 16px;
    width: 76%;
    overflow: hidden;
    white-space: nowrap;
}

.yuedutuijian li a i {
    color: #333;
    font-style: normal;
}


@media (max-width: 990px) {
    .shuye .bread {
        display:none;
    }

    .shuye .titxt {
        display: block
    }

    .yuedutuijian li {
        width: 95%;
        display: flex;
        justify-content: space-between;
        align-items: center;
		border-bottom: 1px solid rgba(150,150,150,.2);
    }

    .hide720 {
        display: none;
    }
}


.zuihou {
	margin: 4rem 5rem 2rem 5rem;
}



.zuihou p {
	font-size: 2rem; 
	color:#7d7d7d; 
	margin-bottom: 2rem; 
}


.zuihou a {
    width: 47%;
    background-color: rgb(232,244,255);
    text-align: center;
    padding: 16px 20px;
    border-radius: 10px;
	font-size:1rem;
	font-weight: 600;
}

.flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.zuihouad1 {
    padding: 0 5rem;
}


.tuijian {
    padding: 0 2rem; 
}


.tuijian li h3 {
    font-size: 14px;
    color: #222;
}

.tuijian li h4 {
    font-size: 12px;
    color: #666;
    padding-top: 1px;
	font-weight: 500;
}

.tuijian ul {
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
    font-size: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}






.tuijian li {
    width: 12%;
}

.tuijian li {
    padding: 9px 10px;
    display: inline-block;
}

.tuijian li a {
    display: block;
    text-align: center;
}


.tuijianimgbox {
    overflow: hidden;
    box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
    width: 100px;
    height: 140px;
}

.tuijianimgbox img {
    transition: all .5s;
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
}


.tuijian_1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.contentadv {
	margin: 20px 40px 20px 40px;
	text-indent: 0;
}


.thisbook {
    display: flex;
    align-items: center;
    padding-right: 10px;
    padding: 10px 20px;
}
.thisbook span {
    font-weight: bold;
	font-size: 1.1rem;
}


        .leftchaptersmenu {
            position: fixed;
            transition: all .5s;
            left: -100px;
            pointer-events: none;
            width: 380px;
            opacity: 0;
            height: calc(100% - 64px);
            top: 70px;
            padding: 70px 0 20px 0;
            background: white;
            box-shadow: inset 0 -5px 5px rgba(0, 0, 0, .05);
        }

        .leftchaptersmenu.active {
            left: 0;
            pointer-events: unset;
            opacity: 1;
        }

        .leftchaptersmenu_box {
            height: 100%;
        }

        .leftchaptersmenu ul {
            overflow-y: scroll;
            height: calc(100% - 110px);
        }

.leftchaptersmenu li a {
    color: #000000e6;
    display: block;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 20px;
    font-size: 1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 95%;

        }

        .leftchaptersmenu li a.readed {
            color: #888;
    opacity: .5;
    font-size: 1rem;
        }

        .leftchaptersmenu li a.reading {
           color: #127AFE;
    font-size: 1rem;
        }

        .leftchaptersmenu li a span {
            color: var(--t3);
            display: block;
            font-size: 13px;
        }

        .leftchaptersmenu li:last-child a {
            border: none;
        }

        .menubg {
            width: 100%;
            height: 100%;
            display: block;
            transition: all .5s;
            opacity: 0;
            pointer-events: none;
            padding: 0;
            left: 0;
            top: 0;
            position: fixed;
            background: rgb(0 0 0 / 29%);
        }

        .menubg.active {
            opacity: 1;
            pointer-events: unset
        }

        body.active {
            overflow-y: hidden;
        }

        body.active::-webkit-scrollbar {
            display: none;
        }
.booktit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--t0);
    font-weight: normal;
    align-items: center;
    padding: 10px 20px;
    background: #eee;
    border-bottom: #e0e0e0;
    border-top: 1px solid #e0e0e0;
}
.booktit a {
    display: flex
;
    align-items: center;
    font-weight: normal;
}
.booktit a::before {
    content: "\e66e";
    font-family: iconfont;
    opacity: .7;
    padding-right: 5px;
    padding-top: 1px;
    font-size: 18px;
}
.leftmenu ul {
    overflow-y: scroll;
    height: calc(100% - 110px);
}

.loadAdv2_0 {
    padding: 0;
}

.loadAdv7_0 {
    padding: 20px 0;
}
.loadAdv3_0 {
    padding: 0;
}


.talk {
    border-radius: 8px;
    border: 1px solid #ddd;
	margin-top: 1.5rem;
	    background: #ffffff;
	    color: #444444;
}
.talk_text {
padding: 2rem;
    background: #f4f4f400;
    display: flex
;
    margin-top: 2px;
    font-size: 1.1rem;
    line-height: 250%;
    text-indent: 2rem;
}

.talk_title {
    padding: .5rem 1rem;
    background: #f4f4f4;
    display: flex;
    font-size: .9rem;
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 8px 8px;
    font-weight: 550;
    justify-content: space-between;
}

.talk_title span {
    font-weight: 400;
}

.talk_bread {
border-radius: 2px;
    border: 1px solid #ddd;
    background: #ffffff;
    padding: 1rem;
}


.talk_page {

    display: flex
;
    justify-content: center;
    margin-top: 1.2rem;
}

.talk_page li {
font-size: 1.1rem;
    margin: .3rem;
    padding: .2rem .5rem;
    border: 1px solid #e0dfdf;
    border-radius: 5px;
    background: #ffffff;
    color: #656565;

}

.pcnt {
margin-top: 1.5em;
    text-indent: 2.5rem;
    line-height: 220%;
}


@media (max-width: 990px) {
	
	

.zuihou {
	margin: 1rem 1rem 1rem 1rem;
}

.zuihou p {
	font-size: 1.5rem; 
	color:#7d7d7d; 
	margin-bottom: 2rem; 
}

.zuihouad1 {
    padding: 0;
}


.tuijian {
    padding: 0.5rem; 
}




.tuijian li {
    padding: 5px 5px;
    display: inline-block;
	width: 12%;
}

.tuijianimgbox {
    overflow: hidden;
    box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
    width: 80px;
    height: 110px;
}


.yuedutuijian {
    position: relative;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    border-radius: 3px;
    width: 100%;
    color: rgba(0,0,0,.8);
    background-color: #fff;
    padding: 16px;
    margin: 0px 0;
}

.contentadv {
	margin: 2rem -15px 2rem -15px;
	text-indent: 0;
	text-align: center;
}

.contentautoadv {
	margin: 2rem -15px 2rem -15px;
	text-indent: 0;
	text-align: center;
}
.leftchaptersmenu.active {
    left: 0;
    pointer-events: unset;
    opacity: 1;
    width: 80%;
	z-index: 10;
}
.leftchaptersmenu {
    height: calc(100% - 64px);
    top: 70px;
    padding: 20px 0 20px 0;
}
.mainbox {
    margin: 70px auto 16px;
}
}



@media (max-width: 720px) {
	
	

.zuihou {
	margin: 1rem 1rem 1rem 1rem;
}

.zuihou p {
	font-size: 1.5rem; 
	color:#7d7d7d; 
	margin-bottom: 2rem; 
}

.zuihouad1 {
    margin: 15px -15px 0px -15px;
}


.tuijian {
    padding: 0.5rem; 
}

.tuijian ul {
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
    font-size: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-around;
}


.tuijian li {
    padding: 5px 5px;
    display: inline-block;
	width: 25%;
}

.tuijianimgbox {
    overflow: hidden;
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    width: 75px;
    height: 100px;
    border-radius: 4px;
}


.yuedutuijian {
    position: relative;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    border-radius: 3px;
    width: 100%;
    color: rgba(0,0,0,.8);
    background-color: #fff;
    padding: 16px;
    margin: 0px 0;
}

.contentadv {
	margin: 2rem -15px 2rem -15px;
	text-indent: 0;
	text-align: center;
}

.contentautoadv {
	margin: 2rem -15px 2rem -15px;
	text-indent: 0;
	text-align: center;
}

.txtbox {
    padding: 10px 0;
    line-height: 1.8;
    text-indent: 0;
}
    .wline {
        margin-top: 1.2em;
		
    }
    .pcnt {
margin-top: 1.2em;
    text-indent: 1.5rem;
    line-height: 220%;
}
}  