/* 织梦58（dede58.com）做最好的织梦整站模板下载网站 */
@charset "utf-8";
/* 全局 */
html { webkit-text-size-adjust: none; -webkit-text-size-adjust: none; text-justify: inter-ideograph; }
a { text-decoration: none; outline: 0; -webkit-transition: all .3s ease-in-out 0s; -moz-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s }
/* 基础 */
* { -webkit-tap-highlight-color: rgba(255,255,255,0); -webkit-touch-callout: none; margin: 0 }
::-webkit-scrollbar {
width:10px;
height:10px
}
::-webkit-scrollbar-track {
border-radius:0;
background:rgba(0,0,0,0.1);
}
::-webkit-scrollbar-thumb {
background:rgba(0,0,0,0.2);
}
::-webkit-scrollbar-thumb:hover {
background:rgba(0,0,0,0.4);
background-color:#e72541;
}
input, textarea { -webkit-user-select: text }
/*分页样式*/
.pglist { padding: 30px 0 15px; width: 100%; text-align: center; clear: both; }
.pglist a { color: #666; padding: 0 15px; margin: 0 3px; background: #fff; border: 1px solid #edebeb; }
.pglist * { display: inline-block; vertical-align: middle; line-height: 34px; padding-bottom: 1px; }
.pglist a:hover, .pglist .hover { display: inline-block; color: #fff; background: #e72541; border-color: #e72541; }
/*返回首页*/
#tip { padding-top: 30px; }
#tip b { color: #e72541; }


.djs { position: fixed; z-index: 100; top: 0; right: 0; background: #a0398c; border-radius: 10px 0 0 10px; width: 200px;color: #fff; padding: 10px 0 24px; box-shadow: 0 0 25px rgba(0,0,0,0.2); }
.djs h2 { text-align: center; font-size: 14px; font-weight: normal; }
.djs div { text-align: center; font-size: 16px; padding-top: 5px; }
 @media screen and (max-width: 768px) {
.djs { position: fixed; z-index: 999; top: 0px; right: 20%; background: no-repeat; border-radius: 10px; width: 60%; height: 50px; color: #fff; padding: 4px 0 0; box-shadow: none; opacity: 0.7; }
.djs h2 { text-align: center; font-size: 12px; font-weight: normal; }
.djs div { margin-top: -5px; text-align: center; font-size: 14px; padding-top: 0px; }
}

@media screen and (max-width: 1600px) {
 .djs {
      display: none;
 }
}
