123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813 |
- @charset "utf-8";
- html {
- margin: 0;
- padding: 0;
- }
- body {
- margin: 0;
- padding: 0;
- font-size: 14px;
- font-family: sans-serif;
- font-weight: normal;
- font-style: normal;
- color: #333;
- word-break: break-all;
- word-wrap: break-word;
- }
- h1, h2, h3, h4, h5, h6, p, ul, li, strong, em, i {
- margin: 0;
- padding: 0;
- font-size: 14px;
- list-style: none;
- font-weight: normal;
- font-style: normal;
- }
- img {
- display: block;
- margin: 0;
- border: 0;
- width: 100%;
- }
- a {
- -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- text-decoration: none;
- }
- .body_sytle {
- overflow: hidden;
- background-color: #f2f4f8;
- }
- .i_h_user_but{
- margin:.06rem .15rem 0 0;
- float: right;
- height: .36rem;
- width: .36rem;
- background: url(../../img/frontend/icon/user_icon_4.png) no-repeat center center;
- background-size: .21rem .21rem;
- }
- .i_h_search_but{
- margin:.06rem .06rem 0 0;
- float: right;
- height: .36rem;
- width: .36rem;
- background: url(../../img/frontend/icon/user_icon_3.png) no-repeat center center;
- background-size: .21rem .21rem;
- }
- .i_nav_fixed_box {
- height: .49rem;
- }
- .fixednav .i_nav_box {
- position: fixed;
- left: 0;
- top: 0;
- right: 0;
- z-index: 999;
- }
- .i_nav_box {
- position: relative;
- left: 0;
- top: 0;
- overflow: hidden;
- padding-left: .02rem;
- height: .48rem;
- background-color: #fff;
- }
- .i_nav_user_img {
- position: absolute;
- right: .15rem;
- top: 0;
- overflow: hidden;
- margin: .06rem 0 0;
- height: .36rem;
- width: .36rem;
- background-color: #eff1f6;
- border-radius: .36rem;
- }
- .i_nav_user_img_vip {
- position: absolute;
- right: .15rem;
- top: 0;
- padding: 1px;
- margin: .06rem 0 0;
- height: .36rem;
- width: .36rem;
- background-color: #eff1f6;
- border-radius: .36rem;
- border: 1px solid #ffd99e;
- box-sizing: border-box;
- }
- .i_nav_user_img_vip span {
- position: absolute;
- left: 50%;
- bottom: -.02rem;
- margin: 0 0 0 -.14rem;
- width: .28rem;
- height: .12rem;
- background: url(/assets/img/frontend/icon/user_vip_3.png) no-repeat center center/100% 100%;
- }
- .i_nav_user_img img,
- .i_nav_user_img_vip img {
- height: 100%;
- width: 100%;
- border-radius: .36rem;
- }
- .i_nav_list {
- overflow: hidden;
- height: .48rem;
- display: flex;
- }
- .i_nav_list a {
- float: left;
- margin: 0 .13rem;
- padding: .12rem 0 0;
- height: .48rem;
- box-sizing: border-box;
- }
- .i_nav_list a strong {
- display: block;
- height: .26rem;
- font-size: .15rem;
- color: #2b2b2a;
- text-align: center;
- white-space: nowrap;
- line-height: .26rem;
- }
- .i_nav_list a span {
- overflow: hidden;
- margin: 0 auto;
- display: block;
- height: .02rem;
- width: .6rem;
- }
- .i_nav_list .hover strong {
- color: #80A5D4;
- }
- .i_nav_list .hover span {
- background-color: #80A5D4;
- }
- .body_sytle_girl .i_nav_list .hover strong {
- /*color: #f56451;*/
- }
- .body_sytle_girl .i_nav_list .hover span {
- /*background-color: #f56451;*/
- }
- .i_module_box {
- overflow: hidden;
- background-color: #fff;
- margin: 0 0.15rem 0.05rem 0.15rem;
- }
- .i_module_tit {
- overflow: hidden;
- margin: .08rem .15rem 0;
- height: .3rem;
- font-size: 0;
- display:flex ;
- justify-content: space-between;
- align-items: center;
- }
- .i_module_tit h2 {
- margin: 0;
- height: .3rem;
- background-size: .75rem auto;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .i_module_tit strong {
- display: inline-block;
- margin: 0;
- height: .3rem;
- background-size: .75rem auto;
- font-size: .16rem;
- font-weight: normal;
- color: #2b2b2a;
- line-height: .3rem;
- }
- .i_module_list_more{
- display: block;
- overflow: hidden;
- text-align: center;
- height: .28rem;
- }
- .i_module_list_more strong{
- display: inline-block;
- margin: 0;
- padding: 0 .12rem 0 0;
- height: .28rem;
- background: url(../../img/frontend/icon/arrow.png) no-repeat right center;
- background-size: auto .08rem;
- font-weight: normal;
- font-size: .12rem;
- color: #2F2F2F;
- line-height: .28rem;
- }
- .i_m_tit_tab {
- overflow: hidden;
- margin: 0 auto;
- height: .26rem;
- width: 2.28rem;
- border: 1px solid #27c1a0;
- border-radius: .26rem;
- box-sizing: border-box;
- }
- .i_m_tit_tab a {
- overflow: hidden;
- float: left;
- height: 100%;
- width: 50%;
- font-size: .13rem;
- color: #27c1a0;
- text-align: center;
- line-height: 2;
- }
- .i_m_tit_tab .hover {
- background-color: #27c1a0;
- color: #fff;
- }
- .body_sytle_girl .i_m_tit_tab {
- border-color: #f56451;
- }
- .body_sytle_girl .i_m_tit_tab a {
- color: #f56451;
- }
- .body_sytle_girl .i_m_tit_tab .hover {
- background-color: #f56451;
- color: #fff;
- }
- .i_module_tit > a {
- float: right;
- padding-right: .12rem;
- height: .26rem;
- background: url(/assets/img/frontend/icon/icon_1.png) no-repeat right center;
- background-size: auto .08rem;
- font-size: .12rem;
- color: #2F2F2F;
- line-height: .26rem;
- margin-top: 0 !important;
- }
- .i_images_list {
- overflow: hidden;
- margin: .08rem .15rem;
- }
- .i_images_ul {
- overflow: hidden;
- margin-left: -.1rem;
- }
- .i_images_ul li {
- float: left;
- width: 25%;
- padding-left: .1rem;
- box-sizing: border-box;
- }
- .i_images_ul a,
- .i_images_scroll_ul a {
- display: block;
- }
- .i_images_img {
- overflow: hidden;
- margin-bottom: .1rem;
- }
- .i_images_ul h3,
- .i_images_scroll_ul h3 {
- overflow: hidden;
- max-height: .32rem;
- font-size: .13rem;
- color: #333;
- line-height: .16rem;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- }
- .i_images_scroll_list {
- overflow: hidden;
- margin: .1rem .15rem .08rem .06rem;
- }
- .i_images_scroll_ul {
- display: none;
- overflow: hidden;
- overflow-x: auto;
- width: 100%;
- white-space: nowrap;
- font-size: 0;
- }
- .i_images_scroll_ul {
- -webkit-overflow-scrolling: touch;
- }
- .i_images_scroll_ul::-webkit-scrollbar {
- display: none;
- }
- .i_images_scroll_ul_hover {
- display: block;
- }
- .i_images_scroll_ul li {
- overflow: hidden;
- display: inline-block;
- margin: 0 0 0 .09rem;
- width: .7rem;
- vertical-align: top;
- }
- .i_images_scroll_ul a {
- position: relative;
- left: 0;
- top: 0;
- white-space: normal;
- width: 100%;
- }
- .i_images_scroll_ul a span {
- position: absolute;
- top: .05rem;
- left: 0;
- width: .17rem;
- height: .13rem;
- background: url(../../img/frontend/icon/icon_4_2.png) no-repeat 0 0;
- background-size: .17rem .13rem;
- font-size: .09rem;
- text-align: center;
- color: #fff;
- line-height: .13rem;
- }
- .i_images_scroll_ul .i_images_img,
- .i_images_scroll_ul .i_images_img img {
- height: .94rem;
- }
- .i_images_text_list {
- margin: 0 .15rem .08rem;
- }
- .i_images_text_ul {
- overflow: hidden;
- }
- .i_images_text_ul li {
- overflow: hidden;
- padding: .05rem 0;
- border-bottom: 1px solid #e0e4ea;
- }
- .i_images_text_ul a {
- position: relative;
- left: 0;
- top: 0;
- overflow: hidden;
- display: block;
- padding: .05rem 0;
- }
- .i_images_img{
- position: relative;
- }
- .i_images_img img{
- border-radius: .03rem;
- }
- .i_images_text_ul .i_images_img {
- position: absolute;
- left: 0;
- top: .05rem;
- margin-bottom: 0;
- width: .78rem;
- height: 1.04rem;
- }
- .i_images_img:after,
- .r_img:after,
- .bd_head_info_img:after{
- content: " ";
- position: absolute;
- top: 0;
- left: 0;
- width: .1rem;
- height: 100%;
- background-image: -webkit-gradient(linear,left top,right top,color-stop(0,hsla(0,0%,100%,0)),color-stop(53%,hsla(0,0%,100%,.5)),to(hsla(0,0%,100%,0)));
- background-image: -webkit-linear-gradient(left,hsla(0,0%,100%,0),hsla(0,0%,100%,.5) 53%,hsla(0,0%,100%,0));
- background-image: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.5) 53%,hsla(0,0%,100%,0));
- }
- .i_images_text_ul .i_images_img img {
- height: 100%;
- }
- .i_images_txt_box {
- overflow: hidden;
- margin: 0 0 0 .90rem;
- height: 1.08rem;
- }
- .i_images_txt_box h3 {
- overflow: hidden;
- margin-bottom: .1rem;
- height: .22rem;
- font-size: .14rem;
- color: #494a4c;
- font-weight: bold;
- line-height: .22rem;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .i_images_txt_box p {
- overflow: hidden;
- margin-bottom: .10rem;
- height: .37rem;
- font-size: .12rem;
- color: #828786;
- line-height: .18rem;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- }
- .i_images_txt_other {
- position: relative;
- height: .19rem;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .i_images_txt_other strong {
- overflow: hidden;
- float: left;
- height: .19rem;
- line-height: .19rem;
- }
- .i_images_txt_other strong i,
- .i_images_txt_other strong b{
- float: left;
- margin-top: .02rem;
- height: .15rem;
- font-weight: normal;
- font-style: normal;
- font-size: .13rem;
- line-height: .15rem;
- }
- .i_images_txt_other strong i{
- padding-right: .1rem;
- margin-right: .1rem;
- border-right: 1px solid #cac4c4;
- color: #f7b9a2;
- }
- .i_images_txt_other strong b{
- color: #9a9191;
- }
- .i_images_txt_other em {
- float: right;
- padding-left: .2rem;
- height: .16rem;
- background: url(../../img/frontend/icon/icon_2.png) no-repeat 0 .03rem;
- background-size: auto .1rem;
- font-size: .12rem;
- color: #f56451;
- line-height: .16rem;
- }
- .i_images_text_ul .i_text_a {
- position: static;
- }
- .i_text_a .i_images_txt_box {
- margin: 0;
- height: auto;
- }
- .i_text_a .i_images_txt_box p {
- margin-bottom: 0;
- height: .36rem;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- }
- .footer_box {
- overflow: hidden;
- padding: .15rem 0;
- }
- .footer_ewm {
- margin: 0 auto .18rem;
- width: 1.4rem;
- height: 1.4rem;
- }
- .footer_ewm img {
- display: block;
- height: 100%;
- }
- .footer_txt {
- margin: 0 auto;
- overflow: hidden;
- width: 2.5rem;
- text-align: center;
- }
- .footer_txt p {
- overflow: hidden;
- font-size: .13rem;
- color: #5d6995;
- line-height: .24rem;
- }
- .content_null_box {
- overflow: hidden;
- padding: 34px 0;
- /*border-top: 1px solid #aeb4ca;*/
- background-color: #fff;
- }
- .content_null_top_border {
- border-top: 1px solid #aeb4ca;
- }
- .content_null_box img {
- display: block;
- margin: 0 auto .06rem;
- }
- .content_null_box span {
- display: block;
- overflow: hidden;
- font-size: .13rem;
- color: #535756;
- text-align: center;
- line-height: .18rem;
- }
- .content_null_but_box {
- overflow: hidden;
- margin-top: .25rem;
- padding: .15rem 0;
- }
- .content_null_but_box a {
- display: block;
- margin: 0 auto;
- width: 2.1rem;
- height: .4rem;
- background-color: #27c1a0;
- font-size: .17rem;
- color: #fff;
- text-align: center;
- line-height: .4rem;
- border-radius: .4rem;
- }
- .loading_box {
- overflow: hidden;
- height: .5rem;
- background-color: #fff;
- border-top: 1px solid #edf0fa;
- text-align: center;
- line-height: .5rem;
- }
- .loading_box span {
- font-size: .12rem;
- color: #7B9DC8;
- line-height: .5rem;
- }
- #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;
- }
- .christmas_popup_box, .camp_popup_box, .mishu_tips_box{
- position:fixed;
- left:0;
- top:0;
- right:0;
- bottom:0;
- z-index:1000;
- height:100%;
- width:100%;
- background-color:rgba(0,0,0,0.4);
- overflow:hidden;
- text-align:center;
- font-size:0;
- white-space:nowrap;
- }
- .christmas_body, .christmas_jgb, .mishu_tips_body{
- display:inline-block;
- *display:inline;
- *zoom:1;
- vertical-align:middle;
- }
- .christmas_jgb{
- margin-left:-1px;
- height:100%;
- width:1px;
- overflow:hidden;
- }
- .christmas_body, .mishu_tips_body{
- width:99%;
- }
- .christmas_main, .mishu_main{
- overflow:hidden;
- margin:0 10%;
- padding-bottom: .4rem;
- }
- .christmas_main_but, .mishu_tips_but{
- clear:both;
- display:block;
- overflow:hidden;
- -webkit-box-border-radius:.06rem;
- -moz-box-border-radius:.06rem;
- border-radius:.06rem;
- }
- .christmas_main_but img{
- display:block;
- width:100%;
- border:0;
- }
- .christmas_close{
- position:absolute;
- right:.06rem;
- top:0;
- width:.34rem;
- height:.34rem;
- background: url(../../img/frontend/christmas_style/christmas_close.png) no-repeat center center;
- background-size:cover;
- }
- .christmas_close_2, .btn_close_2{
- float:right;
- margin-bottom:.1rem;
- width:.3rem;
- height:.3rem;
- background: url(../../img/frontend/christmas_style/christmas_close.png) no-repeat center center;
- background-size:cover;
- }
- .camp_close_btn{
- float:right;
- margin-bottom:.1rem;
- width:.3rem;
- height:.3rem;
- background: url(../../img/frontend/christmas_style/christmas_close.png) no-repeat center center;
- background-size:cover;
- }
- .set_top_box{
- position: relative;
- z-index: 20;
- overflow: hidden;
- margin: .45rem 1px -.4rem;
- height: .4rem;
- background-color: #f65356;
- font-size: .12rem;
- color: #fff;
- text-align: center;
- line-height: .4rem;
- }
- .section-data{
- cursor: pointer;
- }
- /** 书籍角标 **/
- .pongo_blk{ position: relative}
- .pongo_blk em.vip-pay {
- position: absolute;
- right: 0;
- bottom: 0;
- height: .16rem;
- width: .5rem;
- background-repeat: no-repeat;
- background-size: .5rem .16rem;
- background-position: 0 0;
- background-image: url(/assets/img/frontend/icon/vip_pay.png);
- }
- /**/
- .w_dis_tit{
- display: flex;
- justify-content: flex-start;
- align-items: center;
- position: relative;
- z-index: 1;
- }
- .w_cre_tit {
- overflow: hidden;
- height: .3rem;
- font-size: .13rem;
- font-weight: normal;
- color: #80A5D4;
- text-align: left;
- line-height: .3rem;
- display: flex;
- justify-content: flex-start;
- align-items: center;
- margin-left: 0.1rem;
- max-width: 170px;
- margin-top: 0.02rem;
- }
- .w_icon_tit{
- width: 0.15rem;
- height: 0.15rem;
- margin-right: 0.05rem;
- display: inline-block;
- margin-bottom: 0.02rem;
- }
- /*.w_tips_box{*/
- /* display: flex;*/
- /* justify-content: flex-start;*/
- /* align-items: center;*/
- /*}*/
- .w_text_tips{
- height:0.16rem;
- border-radius:0.08rem;
- font-size:0.12rem;
- font-family:PingFangSC-Regular,PingFang SC;
- font-weight:400;
- color:rgba(202,196,196,1);
- line-height:0.16rem;
- text-align: center;
- display: inline-block;
- border:0.01rem solid rgba(214,214,214,1);
- padding:0 0.04rem;
- }
- .w_text_tips:nth-of-type(1) {
- margin-right: 0.02rem;
- }
|