1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786 |
- @charset "utf-8";
- * {
- font-family: \\5FAE\8F6F\96C5\9ED1, microsoft yahei;
- border: 0;
- margin: 0;
- padding: 0;
- background: transparent;
- font-weight: normal;
- font-style: normal;
- word-break: break-all;
- word-wrap: break-word;
- text-decoration: none;
- list-style: none;
- outline: none;
- -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
- }
- body {
- font-size: .14rem;
- text-align: justify;
- }
- a {
- -webkit-tap-highlight-color: transparent;
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- }
- select, input, textarea {
- border: none;
- font-size: .14rem;
- display: block;
- width: 100%;
- box-sizing: border-box;
- -webkit-box-sizing: border-box;
- appearance: none;
- -webkit-appearance: none;
- background: none;
- color: #666;
- resize: none;
- }
- input[type="button"], input[type="submit"], input[type="reset"], input[type="number"] {
- -webkit-appearance: none;
- -moz-appearance: none;
- appearance: none;
- }
- ::-webkit-input-placeholder {
- color: #d2d2d2;
- }
- :-moz-placeholder {
- color: #d2d2d2;
- }
- ::-moz-placeholder {
- color: #d2d2d2;
- }
- :-ms-input-placeholder {
- color: #d2d2d2;
- }
- input::-webkit-outer-spin-button,
- input::-webkit-inner-spin-button {
- -webkit-appearance: none !important;
- margin: 0;
- }
- html{
- height: 100%;
- }
- body{
- min-height: 100%;
- background-color:#eee;
- }
- /*内容页可点击*/
- .menu_position_101 {
- position: relative;
- left: 0;
- top: 0;
- z-index: 101;
- }
- /**/
- .read_tit_box {
- padding-top: .15rem;
- }
- .menu_box {
- display: none;
- overflow: hidden;
- position: fixed;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- z-index: 1000;
- }
- .menu_box i {
- position: absolute;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- }
- .menu_head {
- position: absolute;
- left: 0;
- top: 0;
- right: 0;
- height: .46rem;
- background-color: #24242b;
- }
- .menu_head_but {
- height: .46rem;
- }
- .return_page {
- float: left;
- height: .46rem;
- width: .46rem;
- background: url(../../img/frontend/icon/return_icon_1.png) no-repeat center center;
- background-size: .1rem auto;
- }
- .menu_h_more {
- float: right;
- height: .46rem;
- width: .46rem;
- background: url(../../img/frontend/icon/more_icon_1.png) no-repeat center center;
- background-size: .21rem auto;
- }
- .menu_h_reading {
- float: right;
- height: .46rem;
- width: .46rem;
- background: url(../../img/frontend/icon/more_icon_2.png) no-repeat center center;
- background-size: .21rem auto;
- }
- .menu_h_more_list {
- overflow: hidden;
- position: absolute;
- padding: .08rem 0;
- right: 0;
- top: .46rem;
- width: 1.2rem;
- background-color: rgba(36, 36, 43, 0.9);
- -webkit-transition: -webkit-transform 0.15s;
- transition: transform 0.15s;
- -webkit-transform: translateX(100%);
- transform: translateX(100%);
- }
- .menu_list_show {
- -webkit-transform: translateX(0);
- transform: translateX(0);
- }
- .menu_h_more_list a {
- margin: .03rem 0;
- display: block;
- height: .34rem;
- font-size: .14rem;
- color: #fff;
- text-align: center;
- line-height: .34rem;
- }
- .menu_footer {
- position: absolute;
- left: 0;
- right: 0;
- bottom: 0;
- height: .48rem;
- }
- .menu_footer_but {
- padding-bottom: .05rem;
- overflow: hidden;
- height: .43rem;
- background-color: rgba(0,0,0,.8);
- }
- .menu_footer_but_li{
- float: left;
- width: 33.33%;
- height: .43rem;
- text-align: center;
- font-size: 0;
- }
- .menu_footer_but a {
- display: inline-block;
- *display: inline;
- *zoom:1;
- padding-left: .31rem;
- height: .43rem;
- background-position: 0 center;
- background-repeat: no-repeat;
- background-size: .27rem auto;
- font-size: .13rem;
- color: #fff;
- text-align: left;
- line-height: .43rem;
- box-sizing: border-box;
- }
- .menu_footer_but .m_f_day{
- display: none;
- }
- .menu_footer_recent_null .menu_footer_but_li{
- width: 50%;
- }
- .m_f_prev {
- background-image: url(../../img/frontend/icon/menu_icon_1.png);
- }
- .m_f_catalog {
- background-image: url(../../img/frontend/icon/menu_icon_2.png);
- }
- .m_f_set {
- background-image: url(../../img/frontend/icon/menu_icon_3.png);
- }
- .m_f_day {
- display: none;
- background-image: url(../../img/frontend/icon/menu_icon_6.png);
- }
- .m_f_night {
- background-image: url(../../img/frontend/icon/menu_icon_4.png);
- }
- .m_f_next {
- background-image: url(../../img/frontend/icon/menu_icon_5.png);
- }
- .m_f_recently{
- background-image: url(../../img/frontend/icon/menu_icon_7.png);
- }
- .m_f_set_box {
- position: absolute;
- left: 0;
- right: 0;
- bottom: .48rem;
- padding: .08rem .08rem 0;
- overflow: hidden;
- background-color: rgba(0, 0, 0, 0.8);
- }
- .menu_set_show {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- }
- .m_f_set_fontsize {
- margin-bottom: 16px;
- overflow: hidden;
- position: relative;
- left: 0;
- top: 0;
- }
- .m_f_font_min,
- .m_f_font_max {
- position: absolute;
- top: 0;
- height: 30px;
- width: 50px;
- text-align: center;
- color: #fff;
- font-size: 16px;
- line-height: 30px;
- }
- .m_f_font_min {
- left: 0;
- }
- .m_f_font_max {
- right: 0;
- }
- .m_f_font_range_box {
- position: relative;
- left: 0;
- top: 0;
- margin: 0 54px;
- height: 30px;
- }
- .m_f_font_rage {
- position: absolute;
- left: 0;
- top: 14px;
- right: 0;
- z-index: 100;
- height: 2px;
- border-left: 0 solid #ed424b;
- background-color: rgba(225, 225, 225, 0.2);
- }
- .m_f_font_rage span {
- position: absolute;
- left: 0px;
- top: -5px;
- margin-left: -6px;
- height: 12px;
- width: 12px;
- background-color: #fff;
- -moz-border-radius: 12px;
- -webkit-border-radius: 12px;
- border-radius: 12px;
- }
- .m_f_font_rage .m_f_font_left_1 {
- left: 0;
- }
- .m_f_font_rage .m_f_font_left_2 {
- left: 25%;
- }
- .m_f_font_rage .m_f_font_left_3 {
- left: 50%;
- }
- .m_f_font_rage .m_f_font_left_4 {
- left: 75%;
- }
- .m_f_font_rage .m_f_font_left_5 {
- left: 100%;
- }
- .m_f_input_range {
- display: block;
- position: absolute;
- left: 0;
- right: 0;
- top: .08rem;
- z-index: 200;
- height: .14rem;
- opacity: 0;
- filter: alpha(opacity=0);
- }
- .m_f_set_bg_box {
- overflow: hidden;
- margin: 0 0 .16rem;
- }
- .m_f_set_font_main {
- margin-top: .1rem;
- }
- .m_f_set_font_main a {
- background-color: #eee;
- }
- .m_f_set_bg_li {
- float: left;
- height: .3rem;
- width: 20%;
- }
- .m_f_set_bg_li_tit {
- float: left;
- height: .3rem;
- width: 15%;
- color: #fff;
- font-size: .13rem;
- text-align: center;
- line-height: .3rem;
- }
- .m_f_set_bg_li a {
- display: block;
- margin: 0 .08rem;
- height: .3rem;
- background-position: right bottom;
- background-repeat: no-repeat;
- background-size: .2rem auto;
- box-sizing: border-box;
- -moz-border-radius:.04rem;
- -webkit-border-radius:.04rem;
- border-radius:.04rem;
- font-size: .13rem;
- color: #513d3d;
- text-align: center;
- line-height: .3rem;
- }
- .m_f_set_bg_but_1 {
- background-color: #eee;
- }
- .m_f_set_bg_but_2 {
- background-color: #dfedd6;
- }
- .m_f_set_bg_but_3 {
- background-color: #f8ceda;
- }
- .m_f_set_bg_but_4,
- .read_theme_4 .read_recharge_tit_annotation span,
- .read_theme_4 .read_recharge_tit_null span {
- background-color: #f3cb9d;
- }
- .m_f_set_bg_box:first-child .m_f_set_bg_elect a {
- background-color: #FFB473;
- color: #fff;
- }
- .m_f_set_bg_box:last-child .m_f_set_bg_elect a{
- background-image: url(../../img/frontend/icon/icon-select.png);
- -moz-box-shadow: 0 0 0 .02rem #FFB473 inset;
- -webkit-box-shadow: 0 0 0 .02rem #FFB473 inset;
- box-shadow: 0 0 0 .02rem #FFB473 inset;
- }
- .read_theme_1,
- .read_theme_1 .read_fiexd_tit h1,
- .read_theme_1 .read_recharge_tit_annotation span,
- .read_theme_1 .read_recharge_tit_null span {
- background-color: #eee;
- }
- .read_theme_2,
- .read_theme_2 .read_fiexd_tit h1,
- .read_theme_2 .read_recharge_tit_annotation span,
- .read_theme_2 .read_recharge_tit_null span {
- background-color: #dfedd6;
- }
- .read_theme_3,
- .read_theme_3 .read_fiexd_tit h1,
- .read_theme_3 .read_recharge_tit_annotation span,
- .read_theme_3 .read_recharge_tit_null span {
- background-color: #e6d5da;
- }
- .read_theme_3 {
- background-position: center center;
- background-repeat: no-repeat;
- background-attachment: fixed;
- background-image: url(../../img/frontend/banner/read_theme_3.jpg);
- background-size: 100% auto;
- }
- .read_theme_3 .read_recharge_tit_annotation,
- .read_theme_3 .read_recharge_tit_null {
- background-image: url(../../img/frontend/icon/border_icon_2.png);
- }
- .read_theme_3 .read_recharge_tit_annotation span,
- .read_theme_3 .read_recharge_tit_null span,
- .read_theme_3 .read_chapter_price strong,
- .read_theme_3 .read_chapter_price em,
- .read_theme_3 .read_chapter_price i,
- .read_theme_3 .read_fiexd_tit h1,
- .read_theme_3 .read_charge_null_price strong {
- color: #86465a;
- }
- .read_theme_3 .read_recharge_more_but_1 {
- border-color: #e8c6cf;
- }
- .read_theme_4 {
- background: url(../../img/frontend/banner/read_theme_4.jpg) repeat-y center center;
- background-size: 100% auto;
- }
- .read_theme_4 .read_fiexd_tit h1 {
- background: url(../../img/frontend/banner/read_theme_4.jpg) repeat-y center center;
- background-size: 100% auto;
- }
- .read_theme_4 .read_recharge_tit_annotation,
- .read_theme_4 .read_recharge_tit_null {
- background-image: url(../../img/frontend/icon/border_icon_3.png);
- }
- .read_theme_4 .read_recharge_tit_annotation span,
- .read_theme_4 .read_recharge_tit_null span,
- .read_theme_4 .read_chapter_price strong,
- .read_theme_4 .read_chapter_price em,
- .read_theme_4 .read_chapter_price i,
- .read_theme_4 .read_fiexd_tit h1,
- .read_theme_4 .read_charge_null_price strong {
- color: #533722;
- }
- .read_theme_4 .read_recharge_more_but_1 {
- border-color: #c1ae98;
- }
- .read_theme_4 .read_recharge_tit_annotation span,
- .read_theme_4 .read_recharge_tit_null span {
- background: url(../../img/frontend/banner/read_theme_4.jpg) repeat-y center center;
- background-size: auto 286px;
- }
- .read_theme_3 .read_recharge_but_list a {
- background-color: rgba(255, 255, 255, 0.2);
- border-color: #e8c6cf;
- }
- .read_theme_4 .read_recharge_but_list a {
- background-color: rgba(255, 255, 255, 0.2);
- border-color: #c1ae98;
- }
- .read_theme_3 .read_recharge_but_select a,
- .read_theme_4 .read_recharge_but_select a {
- background-image: url(../../img/frontend/icon/elect_icon_1.png);
- border-color: #44bbff;
- }
- .read_theme_3 .read_recharge_sms_input {
- background-image: url(../../img/frontend/icon/sms_icon_3.png);
- background-color: #ebdde1;
- border-color: #e9cad3;
- }
- .read_theme_4 .read_recharge_sms_input {
- background-image: url(../../img/frontend/icon/sms_icon_2.png);
- background-color: #dbcebc;
- border-color: #c4b19c;
- }
- .read_theme_3 ::-webkit-input-placeholder {
- color: #c3a1ab;
- }
- .read_theme_3 :-moz-placeholder {
- color: #c3a1ab;
- }
- .read_theme_3 ::-moz-placeholder {
- color: #c3a1ab;
- }
- .read_theme_3 :-ms-input-placeholder {
- color: #c3a1ab;
- }
- .read_theme_4 ::-webkit-input-placeholder {
- color: #ad9d8a;
- }
- .read_theme_4 :-moz-placeholder {
- color: #ad9d8a;
- }
- .read_theme_4 ::-moz-placeholder {
- color: #ad9d8a;
- }
- .read_theme_4 :-ms-input-placeholder {
- color: #ad9d8a;
- }
- .read_theme_5,
- .read_theme_5 .read_fiexd_tit h1,
- .read_theme_5 .read_recharge_tit_annotation span,
- .read_theme_5 .read_recharge_tit_null span {
- background: #1d1d1f;
- }
- .read_theme_5 .read_ewm {
- border-color: #604916;
- background-color: #29292a;
- }
- .read_theme_5 .read_ewm_other strong {
- color: #9c7317;
- }
- .read_theme_5 .read_fiexd_tit h1,
- .read_theme_5 .read_tit_box h2,
- .read_theme_5 .read_tit_box strong,
- .read_theme_5 .read_tit_box em,
- .read_theme_5 .read_main_p p,
- .read_theme_5 .read_main_loading strong,
- .read_theme_5 .read_main_next,
- .read_theme_5 .read_recharge_tit_annotation span,
- .read_theme_5 .read_ewm_body em,
- .read_theme_5 .read_ewm_other h3,
- .read_theme_5 .read_recharge_tit_null span {
- color: #7e8286;
- }
- .read_theme_5 .read_main_next {
- background-color: #555;
- }
- .read_theme_5 .read_main_loading span {
- opacity: 0.3;
- }
- .read_theme_5 .m_f_night {
- display: none;
- }
- .read_theme_5 .m_f_day {
- display: inline-block;
- *display: inline;
- *zoom:1;
- }
- .read_theme_5 .read_recharge_list_tit,
- .read_theme_5 .read_recharge_sms_input input {
- color: #7e8286;
- }
- .read_theme_5 .read_recharge_but_list a strong,
- .read_theme_5 .read_recharge_but_list a em,
- .read_theme_5 .read_chapter_price strong,
- .read_theme_5 .read_chapter_price em,
- .read_theme_5 .read_chapter_price i {
- color: #56585c;
- }
- .read_theme_5 .read_recharge_tit_annotation span,
- .read_theme_5 .read_recharge_list_tit span {
- color: #6a7a8a;
- }
- .read_theme_5 .read_chapter_price em span,
- .read_theme_5 .read_recharge_but_list a em span,
- .read_theme_5 .read_recharge_sms_box span,
- .read_theme_5 .read_ewm_body p span {
- color: #a43334;
- }
- .read_theme_5 .read_recharge_but_list i {
- color: #c69797;
- background-color: #8c2e2f;
- }
- .read_theme_5 .read_recharge_sms_input {
- border-color: #29292a;
- background-color: #29292a;
- }
- .read_theme_5 .read_recharge_but_list a {
- background-color: #29292a;
- border-color: #29292a;
- }
- .read_theme_5 .read_recharge_more_but_1 {
- border-color: #5a5c5f;
- }
- .read_theme_5 .read_recharge_but_select a {
- background-image: url(../../img/frontend/icon/elect_icon_2.png);
- border-color: #2559a6;
- }
- .read_theme_5 .read_recharge_sms_but,
- .read_theme_5 .read_charge_order_but {
- background-color: #2559a6;
- color: #92acd3;
- -moz-box-shadow: 0 4px 3px rgba(37, 89, 166, 0.2);
- -webkit-box-shadow: 0 4px 3px rgba(37, 89, 166, 0.2);
- box-shadow: 0 4px 3px rgba(37, 89, 166, 0.2);
- }
- /*read_fiexd_tit f84545*/
- .read_fiexd_tit {
- height: 36px;
- }
- .read_fiexd_tit h1 {
- overflow: hidden;
- padding: 0 20px;
- position: fixed;
- left: 0;
- top: 0;
- right: 0;
- z-index: 1000;
- height: 36px;
- background-color: #eee;
- font-size: 12px;
- color: #a1a3a5;
- line-height: 36px;
- text-align: justify;
- box-sizing: border-box;
- }
- .read_body {
- min-height: 100%;
- overflow: hidden;
- text-align: justify;
- }
- .read_b_banner {
- margin: 0 0 10px;
- position: relative;
- left: 0;
- top: 0;
- overflow: hidden;
- }
- .read_b_banner img {
- display: block;
- width: 100%;
- }
- .read_b_close {
- position: absolute;
- left: 0;
- top: 0;
- bottom: 0;
- right: 93%;
- }
- .read_b_blank {
- position: absolute;
- left: 7%;
- top: 0;
- bottom: 0;
- right: 0;
- }
- .read_content_list {
- padding: 0 .15rem;
- }
- .read_main_box,
- .read_tit_box,
- .read_main_p,
- .read_main_p p,
- .read_main_other_box,
- .read_main_loading,
- .read_main_banner,
- .read_main_banner_img,
- .read_ewm {
- overflow: hidden;
- }
- .read_main_other_box {
- overflow: hidden;
- padding: .2rem 0;
- }
- .read_main_banner {
- margin: 20px 0;
- }
- .read_tit_box h2 {
- text-align: center;
- font-size: .21rem;
- color: #1d1b1b;
- line-height: 1.4;
- }
- .read_tit_box h2 em{
- margin: 0;
- padding: 0;
- display: inline-block;
- font-size: .21rem;
- color: #1d1b1b;
- font-style: normal;
- text-align: left;
- line-height: .24rem;
- white-space: normal;
- word-break: break-all;
- word-wrap: break-word;
- }
- .read_head_bookname{
- position: relative;
- left: 0;
- top: 0;
- margin: .1rem 0 0;
- overflow: hidden;
- height: .4rem;
- }
- .read_head_report{
- position: absolute;
- right: 0;
- top: 0;
- padding: 0 .06rem;
- height: .22rem;
- width: .4rem;
- text-decoration: none;
- text-align: center;
- font-size: .13rem;
- color: #7fdae9;
- box-sizing: border-box;
- line-height: .22rem;
- }
- .read_head_bookname strong{
- padding-right: .4rem;
- display: block;
- text-align: left;
- font-size: .13rem;
- color: rgba(27,27,27,.5);
- font-weight: normal;
- line-height: .22rem;
- }
- .read_tit_box strong {
- padding: 10px 0;
- display: block;
- font-size: 12px;
- color: #6a7a8a;
- line-height: 1.4;
- }
- .read_main_p p {
- margin: .1rem 0;
- font-size: .18rem;
- color: #1d1b1b;
- font-weight: normal;
- font-family:'PingFang-SC-Regular';
- text-indent:.36rem;
- line-height:1.8;
- }
- .read_main_p p:first-child {
- display: none;
- }
- .read_main_loading {
- display: none;
- white-space: nowrap;
- font-size: 0;
- text-align: center;
- }
- .read_main_loading span,
- .read_main_loading strong {
- display: inline-block;
- *display: inline;
- *zoom: 1;
- margin: 0 2px;
- font-size: 14px;
- line-height: 42px;
- vertical-align: middle;
- }
- .read_main_loading span {
- overflow: hidden;
- height: 10px;
- width: 32px;
- background: url(../../img/frontend/icon/loading.gif) no-repeat 0 0;
- background-size: 32px 10px;
- }
- .read_main_loading strong {
- margin-left: 4px;
- color: #6a7a8a;
- }
- .read_main_next {
- margin: 20px 0;
- height: 44px;
- background-color: #f4f6f8;
- font-size: 16px;
- color: #6a7a8a;
- text-align: center;
- line-height: 44px;
- -moz-border-radius: 44px;
- -webkit-border-radius: 44px;
- border-radius: 44px;
- }
- .read_main_banner_img a {
- display: block;
- overflow: hidden;
- }
- .read_main_banner_img img {
- display: block;
- width: 100%;
- }
- .read_ewm {
- padding: 10px;
- box-sizing: border-box;
- }
- .read_ewm_img_box {
- margin: 0 auto;
- width: 240px;
- overflow: hidden;
- }
- .read_ewm_img {
- margin: 0 auto;
- overflow: hidden;
- width: 120px;
- }
- .read_ewm_img img {
- display: block;
- width: 100%;
- }
- .read_ewm_img_box span {
- display: block;
- height: 30px;
- font-size: 14px;
- color: #a1a3a5;
- text-align: center;
- line-height: 30px;
- }
- .read_ewm_other {
- margin: 0 100px 0 0;
- }
- .read_ewm_other h3 {
- margin-bottom: 6px;
- height: 30px;
- font-size: 20px;
- color: #000;
- line-height: 30px;
- }
- .read_ewm_other span {
- display: block;
- font-size: 12px;
- color: #666;
- line-height: 20px;
- }
- .read_ewm_other strong {
- margin-top: 14px;
- display: block;
- font-size: 12px;
- color: #e6a30c;
- line-height: 20px;
- }
- .read_body_fontsize_1 .read_main_p p {
- text-indent: .28rem;
- font-size: .14rem;
- }
- .read_body_fontsize_2 .read_main_p p {
- text-indent: .36rem;
- font-size: .18rem;
- }
- .read_body_fontsize_3 .read_main_p p {
- text-indent: .44rem;
- font-size: .22rem;
- }
- .read_body_fontsize_4 .read_main_p p {
- text-indent: .42rem;
- font-size: .21rem;
- }
- .read_body_fontsize_5 .read_main_p p {
- text-indent: .48rem;
- font-size: .25rem;
- }
- .read_catalog_box {
- visibility: hidden;
- position: fixed;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- z-index: 3000;
- overflow: auto;
- -webkit-transition: visibility 0.25s;
- transition: visibility 0.25s;
- }
- .read_catalog_show {
- visibility: visible;
- -webkit-transition: none;
- transition: none;
- }
- .read_catalog_list {
- overflow: hidden;
- position: relative;
- left: 0;
- top: 0;
- z-index: 10;
- margin-right: 15%;
- padding: 0 14px;
- display: block;
- height: 100%;
- white-space: nowrap;
- -webkit-transition: -webkit-transform 0.15s;
- transition: transform 0.15s;
- -webkit-transform: translateX(-100%);
- transform: translateX(-100%);
- }
- .read_catalog_show .read_catalog_list,
- .read_catalog_show .read_catalog_loading {
- -webkit-transform: translateX(0);
- transform: translateX(0);
- }
- .read_catalog_box i {
- position: absolute;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- z-index: 5;
- background: rgba(36, 36, 43, 0.9) url(../../img/frontend/icon/close_icon_1.png) no-repeat 95% center;
- background-size: 22px 22px;
- -webkit-transition: opacity 0.25s;
- transition: opacity 0.25s;
- opacity: 0;
- }
- .read_catalog_show i {
- opacity: 1;
- }
- .read_catalog_tit {
- height: 50px;
- }
- .read_catalog_tit strong {
- float: left;
- height: 50px;
- font-size: 16px;
- color: #333;
- line-height: 50px;
- }
- .read_catalog_tit span {
- float: right;
- padding-right: 26px;
- height: 50px;
- background: url(../../img/frontend/icon/list_icon_1.png) no-repeat right center;
- background-size: 16px auto;
- font-size: 16px;
- color: #333;
- line-height: 50px;
- }
- .read_catalog_tit .read_reverse_sequence {
- background-image: url(../../img/frontend/icon/list_icon_2.png);
- }
- .read_catalog_ul {
- overflow: auto;
- position: absolute;
- left: 0;
- top: 50px;
- right: 0;
- bottom: 50px;
- padding: 0 14px;
- box-sizing: border-box;
- }
- .more_mun_but {
- position: absolute;
- left: 0;
- right: 0;
- bottom: 0;
- height: 50px;
- width: 100%;
- overflow: hidden;
- display: block;
- font-size: 14px;
- color: #44bbff;
- text-align: center;
- white-space: normal;
- word-break: break-all;
- word-wrap: break-word;
- line-height: 50px;
- border-top: 1px solid #edf0fa;
- }
- .read_catalog_ul_touch {
- -webkit-overflow-scrolling: touch;
- }
- .read_catalog_ul li {
- overflow: hidden;
- height: 50px;
- background-color: #fff;
- border-bottom: 1px solid #edf0fa;
- }
- .read_catalog_ul li a {
- overflow: hidden;
- display: block;
- height: 50px;
- font-size: 14px;
- color: #a1a3a5;
- white-space: normal;
- word-break: break-all;
- word-wrap: break-word;
- line-height: 50px;
- }
- .read_catalog_ul li a:visited,
- .read_catalog_ul li a {
- color: #3a4a5a;
- }
- .read_catalog_ul li a.read_catalog_elect {
- color: #5599ff;
- }
- .read_catalog_loading {
- position: absolute;
- left: 0;
- top: 0;
- right: 15%;
- bottom: 0;
- z-index: 6;
- padding-top: 50%;
- box-sizing: border-box;
- background-color: #fff;
- -webkit-transition: -webkit-transform 0.15s;
- transition: transform 0.15s;
- -webkit-transform: translateX(-100%);
- transform: translateX(-100%);
- }
- .read_catalog_loading_img_1 {
- margin: 0 auto 20px;
- width: 210px;
- height: 155px;
- background: url(../../img/frontend/icon/loading_icon_2.gif) no-repeat center center;
- background-size: 210px 155px;
- }
- .read_catalog_loading strong {
- display: block;
- font-size: 14px;
- color: #6a7a8a;
- text-align: center;
- line-height: 30px;
- }
- .read_catalog_loading_hide .read_catalog_loading_img_1,
- .read_catalog_loading_hide strong {
- display: none;
- }
- .menu_evocation_box {
- position: fixed;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- z-index: 100;
- }
- .menu_evocation_box span,
- .menu_evocation_box strong {
- display: block;
- width: 100%;
- }
- .menu_evocation_box span {
- height: 30%;
- }
- .menu_evocation_box strong {
- height: 40%;
- }
- /*read_fiexd_tit end*/
- /*微信扫码*/
- .fiexd_ewm_box {
- display: none;
- position: fixed;
- z-index: 5000;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- width: 100%;
- overflow: hidden;
- background-color: rgba(27, 27, 27, 0.8);
- font-size: 0;
- white-space: nowrap;
- text-align: center;
- }
- .f_main_cloes {
- float: right;
- margin-top: 4px;
- width: 40px;
- height: 40px;
- background: url(../../img/frontend/icon/cha_icon_2.png) no-repeat center center;
- background-size: 18px 18px;
- }
- .f_main_cloes_2 {
- overflow: hidden;
- display: block;
- margin: 15px auto 0;
- height: 26px;
- width: 26px;
- background: url(../../img/frontend/icon/close_icon_3.png) no-repeat center center;
- background-size: 14px 14px;
- border-radius: 26px;
- border: 1px solid #fff;
- }
- .f_main_box,
- .f_align {
- display: inline-block;
- *display: inline;
- *zoom: 1;
- vertical-align: middle;
- }
- .f_align {
- margin-left: -1px;
- height: 100%;
- width: 1px;
- }
- .f_main_box {
- width: 2.94rem;
- }
- .f_main_info {
- overflow: hidden;
- background-color: #fff;
- border-radius: 6px;
- }
- .f_mian_title {
- padding: 15px 0 0;
- overflow: hidden;
- }
- .f_mian_title h3 {
- height: 32px;
- font-size: 18px;
- color: #5e6a94;
- text-align: center;
- line-height: 32px;
- }
- .f_mian_title p {
- text-align: center;
- font-size: 13px;
- color: #fb6b69;
- line-height: 20px;
- }
- .f_mian_img {
- overflow: hidden;
- margin: 10px auto;
- padding: 10px;
- width: 160px;
- height: 160px;
- box-sizing: border-box;
- border: 1px #dfe1e6 solid;
- -moz-box-shadow: 0 2px 3px 0px rgba(94, 106, 148, 0.3);
- -webkit-box-shadow: 0 2px 3px 0px rgba(94, 106, 148, 0.3);
- box-shadow: 0 2px 3px 0px rgba(94, 106, 148, 0.3);
- }
- .f_mian_img canvas,
- .f_mian_img img {
- display: block;
- width: 100%;
- height: 100%;
- }
- .f_main_text,
- .f_main_text strong,
- .f_main_text span {
- display: block;
- overflow: hidden;
- font-size: 14px;
- font-weight: normal;
- color: #5e6a94;
- text-align: center;
- white-space: normal;
- line-height: 18px;
- }
- .f_main_text {
- padding: 0 16px 16px;
- }
- .f_main_text strong,
- .f_main_text span {
- margin: 4px 0;
- }
- .f_main_text span {
- font-size: 10px;
- }
- .f_main_tomorrow_but {
- display: block;
- height: 46px;
- border-top: 1px solid #dfe1e6;
- text-align: center;
- font-size: 15px;
- color: #77a4ff;
- line-height: 46px;
- }
- .f_main_over {
- display: block;
- margin: -8px auto 8px;
- width: 200px;
- height: 36px;
- background-color: #f6f6f6;
- border: 1px solid #ddd;
- font-size: 14px;
- color: #333;
- text-align: center;
- line-height: 36px;
- border-radius: 4px;
- }
- /*弹出框*/
- .bind_alert_box {
- display: none;
- position: fixed;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- padding: 20px 0;
- overflow: hidden;
- background-color: rgba(0, 0, 0, 0.5);
- text-align: center;
- font-size: 0;
- z-index: 3000;
- }
- .bind_alert_main,
- .bind_alert_height {
- display: inline-block;
- *display: inline;
- *zoom: 1;
- vertical-align: middle;
- }
- .bind_alert_height {
- height: 100%;
- overflow: hidden;
- width: 1px;
- margin-left: -10px;
- }
- .bind_alert_main {
- overflow: hidden;
- width: 240px;
- background-color: #fff;
- border-radius: 6px;
- font-size: 14px;
- -moz-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
- -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
- box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
- }
- .alert_tit {
- text-align: center;
- overflow: hidden;
- height: 40px;
- }
- .alert_tit_clear {
- margin: 5px 5px 0 0;
- float: right;
- width: 30px;
- height: 30px;
- background: url(../../img/frontend/icon/cha_icon_2.png) no-repeat center center;
- background-size: 18px auto;
- }
- .alert_tit h2 {
- margin: 0 40px;
- overflow: hidden;
- height: 40px;
- font-size: 16px;
- color: #808080;
- text-align: center;
- line-height: 40px;
- }
- .alert_tit h3 {
- margin-top: 10px;
- padding-left: 22px;
- display: inline-block;
- *display: inline;
- *zoom: 1;
- overflow: hidden;
- height: 30px;
- background: url(../../img/frontend/icon/warning_icon_2.png) no-repeat 0 center;
- background-size: 18px auto;
- font-size: 16px;
- color: #333;
- text-align: center;
- line-height: 30px;
- }
- .alert_text {
- padding: 10px;
- }
- .alert_txt_c {
- font-size: 14px;
- color: #808080;
- text-align: left;
- line-height: 20px;
- }
- .alert_but_box {
- border-top: 1px solid #d8d8d8;
- overflow: hidden;
- }
- .alert_but_box a {
- display: block;
- float: left;
- width: 50%;
- box-sizing: border-box;
- }
- .alert_but_1 {
- height: 36px;
- font-size: 15px;
- color: #ff6fa2;
- text-align: center;
- line-height: 36px;
- }
- .unicom_input_box {
- overflow: hidden;
- margin: 10px 16px 0;
- padding: 5px 6px;
- height: 28px;
- border: 1px solid #d8d8d8;
- background-color: #fff;
- border-radius: 4px;
- }
- .unicom_input_box input {
- display: block;
- width: 100%;
- height: 28px;
- border: 0;
- margin: 0;
- padding: 0;
- font-size: 14px;
- color: #333;
- line-height: 28px;
- }
- .unicom_new_msg {
- padding: 0 16px;
- height: 34px;
- text-align: right;
- line-height: 24px;
- }
- .unicom_new_msg a,
- .unicom_new_msg span {
- font-size: 12px;
- color: #4ab0fe;
- line-height: 28px;
- }
- .marquee_text {
- margin-bottom: 10px;
- text-align: justify;
- padding: 5px 16px;
- background-color: #fffacb;
- }
- .marquee_main {
- position: relative;
- left: 0;
- top: 0;
- overflow: hidden;
- }
- .marquee_main span {
- display: block;
- font-size: 12px;
- color: #9a6d44;
- line-height: 20px;
- }
- /*read_ewm_body*/
- .read_ewm_body {
- display: none;
- overflow: hidden;
- padding: 0 20px 220px;
- }
- .read_ewm_body p {
- margin: 20px 0;
- }
- .read_ewm_body p span {
- color: #f84545;
- }
- .read_body_ewm_img {
- margin: 40px auto 10px;
- overflow: hidden;
- width: 180px;
- height: 180px;
- }
- .read_body_ewm_img img {
- display: block;
- width: 180px;
- height: 180px;
- }
- .read_ewm_body em {
- display: block;
- height: 26px;
- font-size: 14px;
- color: #3a4a5a;
- text-align: center;
- line-height: 26px;
- }
- .read_ewm_body a {
- display: block;
- margin: 0 auto;
- height: 30px;
- width: 260px;
- font-size: 14px;
- color: #44bbff;
- text-align: center;
- line-height: 30px;
- }
- .scanIframe {
- overflow: hidden;
- position: absolute;
- left: -100px;
- top: -100px;
- margin: 0;
- padding: 0;
- border: 0;
- height: 1px;
- width: 1px;
- opacity: 0;
- filter: alpha(opacity=0);
- }
- /***my_bookcase****/
- .menu_h_more_list .my_bookcase,
- .menu_h_more_list .menu_h_more_personal_center {
- display: none;
- }
- .read_nex_but {
- display: block;
- margin: 0 0 0 2rem;
- overflow: hidden;
- height: .38rem;
- background-color: #FFB473;
- font-size: .18rem;
- font-family:'PingFang-SC-Medium';
- color: #fff;
- text-align: center;
- line-height: .38rem;
- border-radius: .38rem;
- /*box-shadow: 0 4px 3px rgba(68, 187, 255, 0.2);*/
- }
- .read_theme_5 .read_nex_but {
- color: #989898;
- /*background-color: #555;
- box-shadow: 0 4px 3px rgba(85, 85, 85, 0.2);*/
- }
- .read_other_box {
- overflow: hidden;
- float: left;
- width: 2rem;
- height: .38rem;
- }
- .read_other_but_l,
- .read_other_but_r{
- overflow: hidden;
- float: left;
- height: .38rem;
- width: .84rem;
- font-family:'PingFang-SC-Medium';
- font-size: .18rem;
- color: #FFB473;
- text-align: center;
- line-height: .36rem;
- border: 1px solid #FFB473;
- box-sizing: border-box;
- border-radius: .38rem;
- }
- .read_other_but_l {
- margin-right: .15rem;
- }
- .read_other_box span {
- overflow: hidden;
- float: left;
- margin: 9px 10px 0;
- height: 14px;
- width: 1px;
- background-color: #27c1a0;
- }
- .recent_reading_but {
- position:absolute;
- padding: 0 24px 0 20px;
- right: 0;
- top: 60px;
- height: 32px;
- background-color: #38383e;
- border-radius: 32px 0 0 32px;
- font-size: 16px;
- color: #fff;
- line-height: 32px;
- z-index: 1001;
- }
- #console_main {
- height: 0;
- font-size: 0;
- }
- .console_box {
- position: fixed;
- left: 0;
- top: 50%;
- right: 0;
- z-index: 5000;
- margin-top: -.23rem;
- height: .46rem;
- font-size: 0;
- text-align: center;
- }
- .console_box span {
- display: inline-block;
- *display: inline;
- *zoom: 1;
- padding: 0 .3rem;
- height: .46rem;
- background-color: rgba(0, 0, 0, 0.9);
- -moz-border-radius: .06rem;
- -webkit-border-radius: .06rem;
- border-radius: .06rem;
- font-size: .14rem;
- color: #fff;
- text-align: center;
- line-height: .46rem;
- }
- .page-guide-and {
- display: none;
- position: fixed;
- left: 0;
- top: 0;
- bottom: 0;
- z-index: 600;
- width: 100%;
- background: url(/assets/xd/img/android.png);
- background-size: 100% 100%;
- }
- .page-guide-ios {
- display: none;
- position: fixed;
- left: 0;
- top: 0;
- bottom: 0;
- z-index: 600;
- width: 100%;
- background: url(/assets/xd/img/ios.png);
- background-size: 100% 100%;
- }
- .read_main_box{
- -webkit-touch-callout: none; /* iOS Safari */
- -webkit-user-select: none; /* Chrome/Safari/Opera */
- -khtml-user-select: none; /* Konqueror */
- -moz-user-select: none; /* Firefox */
- -ms-user-select: none; /* Internet Explorer/Edge */
- user-select: none; /* Non-prefixed version, currentlynot supported by any browser */
- }
- .reminder_box{
- clear: both;
- overflow: hidden;
- margin-top: .2rem;
- padding:.1rem;
- background-color: rgba(215,221,220,.1);
- font-size: .13rem;
- color: #535756;
- line-height: .2rem;
- }
- .reminder_box span{
- margin-left: -.08rem;
- color: #E69A00;
- font-size: .14rem;
- }
- .reminder_box a{
- display: inline;
- font-size: .13rem;
- color: #7fdae9;
- }
- .read_theme_5 .read_tit_box em,
- .read_theme_5 .reminder_box,
- .read_theme_5 .read_head_bookname strong{
- color: #7e8286;
- }
- .read_theme_5 .read_other_but_l,
- .read_theme_5 .read_other_box span,
- .read_theme_5 .read_other_but_r,
- .read_theme_5 .read_nex_but{
- color: #fff;
- opacity: .7;
- }
- .read_theme_5 .read_nex_but{
- border-color: #93e0cf;
- }
|