/*
 * 基于CSS3开发的网站前端样式，适用于Z-blogPHP主题《燕雀-APP推广下载单页/单栏网站模板》
 * 作者：星岚工作室（QQ：914466480）
 * 网站：https://www.finchui.com/
 * 主题版本:1.0
*/
/*css reset*/
html {
    -webkit-text-size-adjust: none;
    word-wrap: break-word;
    word-break: break-all;
}

body {
    background: #f8f9fc;
    color: #333333;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    background-size: cover;
    font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Source Han Sans", "Noto Sans CJK Sc", "Microsoft YaHei", "Microsoft Jhenghei", sans-serif;
}

@font-face {
    font-family: iconfont;
    src: url(../fonts/iconfont.woff2) format('woff2'), url(../fonts/iconfont.woff) format('woff'), url(../fonts/iconfont.ttf) format('truetype')
}

.iconfont {
    font-family: iconfont !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    vertical-align: baseline
}

a {
    color: #333333;
    text-decoration: none;
    transition: all .15s ease 0s;
}

a:hover {
    color: #ff914d;
    text-decoration: none;
}

button {
    background: transparent;
}

button:focus,
input:focus,
textarea:focus {
    outline: 0;
}

ol,
ul {
    list-style-type: none
}

i {
    font-style: normal
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
    transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -webkit-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    transition: 1s ease 0s;
    -moz-transition: 1s ease 0s;
    -webkit-transition: 1s ease 0s;
    -o-transition: 1s ease 0s;
}

video {
    height: auto;
    width: 100%
}

video::-internal-media-controls-download-button {
    display: none
}

video::-webkit-media-controls-enclosure {
    overflow: hidden
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px)
}

/**通用间距**/
.ml15 {
    margin-left: 15px;
}

.pl15 {
    padding-left: 15px;
}

.clear {
    clear: both
}

.main,
header,
footer,
.appdown {
    margin: 0 auto;
    max-width: 750px;
}

header,
.search,
.nav,
.content,
.turn,
.list_r,
.add-wechat,
.links,
.switch_box,
.list_app li,
.subcategory {
    background: #ffffff;
    box-shadow: 0 0 10px 8px #e6e6e680;
    border-radius: 10px;
}

/*容器*/
.turn,
.list_r {
    padding: 0 20px 20px 20px;
}

footer {
    background: #ffffff;
}

header {
    display: flex;
    justify-content: space-between;
    height: 60px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    transition: top .5s;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .05);
}

.logo {
    height: 40px;
    margin: 10px 30px 10px 20px;
    float: left;
    overflow: hidden;
}

.logo img {
    height: 40px
}

#nav,
#search {
    font-size: 15px;
    margin-right: 20px;
    display: block;
    padding: 0 10px;
    line-height: 60px;
    float: right;
    cursor: pointer;
    font-family: "iconfont" !important;
}

#nav:before {
    content: "\e712";
    float: right;
    margin-left: 2px;
}

.navbtn:before {
    content: "\e6a9" !important;
    float: right;
    margin-left: 2px;
}

#search {
    margin-right: 15px;
}

.search {
    position: absolute;
    width: 100%;
    max-width: 750px;
    top: 60px;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 999;
    padding: 20px;
    display: none;
}

.search form {
    width: 100%;
    position: relative;
}

.search input {
    width: 100%;
    height: 36px;
    line-height: 36px;
    vertical-align: bottom;
    padding: 0 5px;
    float: left;
    border: 1px solid #e6e6e6;
}

.search button {
    width: 60px;
    line-height: 36px;
    height: 36px;
    background: #4e6ef2;
    color: #fff;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.search button:hover {
    background: #4c61d9;
}

.nav_box {
    position: relative;
    float: left;
    height: 60px;
}

.nav {
    position: absolute;
    right: 35px;
    top: 60px;
    z-index: 999;
    margin-right: -25px;
    overflow: hidden;
    display: none;
}

.nav li {
    text-align: center;
    line-height: 36px;
    border-top: 1px solid #f2f2f2;
    width: 100%;
    white-space: nowrap;
    display: block;
}

.nav li:first-child {
    border-top: 0;
}

.nav a {
    padding: 0 20px;
    font-size: 14px;
    display: block;
}

.nav a.cur {
    color: #ff914d
}

.hide {
    top: -60px
}

.main {
    overflow: hidden;
    display: block;
    clear: both;
}

.pt60 {
    padding: 60px 0 0 0;
}

.aaa {
    display: block;
    overflow: hidden;
    height: auto;
}

.aaa img {
    width: 100%;
    height: 100%;
    vertical-align: middle
}

/**轮播图**/
.rslides_c {
    position: relative;
    width: 100%;
}

.rslides_c .prev {
    left: 0
}

.rslides_c .next {
    right: 0
}

.rslides_c .prev,
.rslides_c .next {
    display: none;
}

.rslides_c:hover .prev,
.rslides_c:hover .next {
    display: block;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.rslides p {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 16px;
    text-align: center;
    text-shadow: none;
    color: rgba(255, 255, 255, .8);
    background: rgba(0, 0, 0, .2);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 15px;
    margin: 0;
    max-width: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.rslides_nav {
    font-size: 20px;
    position: absolute;
    top: 50%;
    z-index: 9;
    line-height: 50px;
    height: 50px;
    width: 30px;
    text-align: center;
    margin-top: -25px;
    vertical-align: middle;
    cursor: pointer;
    background: rgba(0, 0, 0, .1)
}

.rslides_nav span {
    display: block;
    color: rgba(255, 255, 255, .8) !important;
    margin-right: 0 !important
}

/*面包屑*/
.breadcrumb {
    line-height: 150%;
    padding: 0 20px;
    margin: 10px 0 -10px 0;
}

.breadcrumb i {
    padding: 0 10px;
}

.breadcrumb,
.breadcrumb a {
    color: #999999;
}

.abstract {
    margin-top: 15px;
    overflow: hidden;
    line-height: 24px;
    padding: 10px 15px;
}

.content {
    padding: 0 20px;
    padding-bottom: 10px;
}

.section,
.content,
.switch_box,
.subcategory {
    margin: 20px 0;
    clear: both;
}

.section h3 {
    line-height: 40px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    font-weight: bold;
}

.section h3 span {
    float: right;
    font-size: 12px;
    color: #999999;
}

.section h3 span a {
    color: #999999;
}

/**内容**/
.content h1 {
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    padding-top: 20px;
    font-weight: normal;
}

.content .info {
    line-height: 150%;
    text-align: center;
    margin: 20px -10px 0 -10px;
    overflow: hidden;
}

.content .info span {
    margin: 0 10px;
}

.content .info span i {
    margin-right: 3px;
}

.app_content {
    padding: 20px 0;
    overflow: hidden;
}

.app_content h1 {
    text-align: left;
    padding: 0;
    margin-bottom: 10px;
    font-weight: bold;
}

.app_content div.intro {
    position: relative;
    margin-left: 88px;
    border: 1px solid #ededed;
    background: #fafafa;
    padding: 10px 15px;
    color: #f44336;
    border-radius: 3px;
    line-height: 21px;
    min-height: 31px;
}

.app_content div.intro .intro_horn {
    height: 12px;
    width: 12px;
    display: block;
    position: absolute;
    left: -7px;
    top: 10px;
    border-left: 1px solid #ededed;
    border-top: 1px solid #ededed;
    background: #fafafa;
    z-index: 9;
    transform: rotateZ(315deg);
    -moz-transform: rotateZ(315deg);
    -webkit-transform: rotateZ(315deg);
    -o-transform: rotateZ(315deg);
}

.app_content .info {
    display: flex;
    text-align: left;
    margin: 20px 0 0 0;
    padding: 5px 0 20px 0;
    border-top: 1px solid #e6e6e6;
}

.app_content .info div {
    float: left;
    width: 50%;
    line-height: 150%;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app_content .info div span {
    margin: 0 5px 0 0;
}

.app_content div.appinfo {
    margin: -10px -15px 0 0;
    float: left;
}

.app_content div.appinfo span {
    border: 1px solid #39ac43;
    border-radius: 5px;
    color: #39ac43;
    line-height: 18px;
    font-size: 14px;
    display: inline-block;
    padding: 0 5px;
    margin: 5px 10px 0 0;
}

.switch_box div {
    padding: 0 20px;
}

.switch_box div div,
.switch_box div.switch {
    padding: 0;
}

.switch_box div#comments,
.switch_box div.comlist {
    padding: 20px 0 0 0;
}

.switch {
    overflow: hidden;
    background: #f8f9fc;
    height: 36px;
}

.switch ul {
    margin: 0 -1px;
}

.switch li {
    width: 50%;
    line-height: 34px;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
}

.switch li.act_active {
    background: #ffffff;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #ffffff;
}

.switch .s2 li {
    width: 50% !important
}

.switch .s2 li:last-child {
    border: 1px solid #e6e6e6 !important;
}

.switch_box .d {
    display: none;
}

.appimg {
    float: left;
    margin-right: 15px;
}

.appimg img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 10px;
}

.article {
    overflow: hidden;
}

.article p,
.article div,
.content .article h2,
.content .article h3,
.content .article h4,
.content .article h5,
.content .article h6 {
    line-height: 150%;
    margin: 1em 0;
}

.article table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
}

.article section {
    width: 100% !important
}

.article table tr:first-child {
    background: #c71f05;
    color: #fff;
}

.article table tr:first-child td {
    font-weight: 700;
}

.article table tr:nth-child(2n-1) {
    background: rgba(4, 4, 4, 0.03)
}

.article table td {
    text-align: center;
    padding: 10px;
    line-height: 150%;
    vertical-align: middle;
}

.article table td p,
.article table td div {
    margin: 0;
}

/*文章标签*/
.tags {
    margin: 15px 0 !important;
    overflow: hidden;
    text-align: center;
    line-height: 150%;
}

.tags a {
    margin: 5px;
    display: inline-block;
    border: 1px solid #f2f2f2;
    padding: 3px 10px;
    border-radius: 15px;
}

.tags a:hover {
    background: #f2f2f2;
    color: #555555;
}

/*翻篇*/
.turn {
    overflow: hidden;
    padding: 5px 20px 20px 20px !important;
}

.turn p {
    line-height: 16px;
    margin-top: 15px;
}

.turn p span {
    color: #999999;
}

/*评论*/
.switch_box h3.comm {
    display: none;
}

#comments {
    padding: 20px 20px 0 20px;
}

.compost .com_name span,
.compost .com_name a,
.clbody .cinfo h5,
.clbody .cinfo span a,
.clbody p a {
    color: #5781bf
}

.compost .com_name span {
    line-height: 16px;
    margin: 0 20px 0 0;
    display: inline-block;
    position: relative;
    top: -10px;
}

.compost .com_info {
    overflow: hidden;
}

.compost .com_info ul {
    list-style: none;
}

.compost .com_info li {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.compost .com_info li:nth-child(4) {
    width: 50% !important
}

.compost .com_info li input {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    border: 1px solid #f0ebea;
}

.compost .com_info li img {
    position: absolute;
    top: 0;
    left: 100%;
    height: 30px;
    vertical-align: top
}

.compost .com_info textarea {
    width: 100%;
    resize: none;
    margin-bottom: 20px;
    border: 1px solid #f0ebea;
    display: block;
    padding: 10px;
}

.compost .com_info button {
    border: 1px solid #e6e6e6;
    width: 100%;
    border-radius: 20px;
    line-height: 40px;
    color: #555555;
    font-size: 16px;
    cursor: pointer;
}

.compost .com_info button:hover {
    background: #f2f2f2;
    color: #555555;
}

.comlist {
    padding: 20px 0 0 0
}

.comlist ul {
    list-style: none;
    border-top: 1px solid #f0ebea;
}

.comlist ul ul {
    margin-left: 5%
}

.comlist ul li p ul {
    margin-top: 20px;
}

.comlist ul li p ul li {
    padding: 20px 0 0 0;
}

.comlist li {
    overflow: hidden;
    padding: 20px 0;
    display: block;
}

.comlist li img {
    float: left;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}

.comlist li:hover img,
.list_cc li:hover img {
    transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
}

.comlist li .clbody {
    margin-left: 50px
}

.comlist li.reply {
    padding: 0 !important;
}

.clbody .cinfo {
    overflow: hidden
}

.clbody .cinfo h5 {
    float: left;
    line-height: 21px;
    font-size: 14px;
    font-weight: normal;
}

.clbody .cinfo span {
    float: right;
}

.clbody em {
    line-height: 18px;
    margin-bottom: 10px;
    font-size: 12px;
    font-style: normal;
    display: block
}

.clbody p {
    line-height: 150%;
}

/*子分类*/
.subcategory {
    overflow: hidden;
    margin-right: -10px;
    padding: 10px 20px 20px 20px;
}

.subcategory li {
    float: left;
    margin: 10px 10px 0 0;
    text-align: center;
}

.subcategory li a {
    padding: 5px 15px;
    display: block;
    border-radius: 15px;
    border: 1px solid #ededed;
    background: #fafafa;
}

.subcategory li a:hover,
.subcategory li a.cur {
    border: 1px solid #ff914d;
    color: #ff914d
}

/*文章列表*/
.list_r {
    overflow: hidden;
}

.list_r li {
    margin: 20px 0 0 0;
    line-height: 150%;
}

.subcategory li,
.list_r li,
.list_app li h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*图片列表*/
.list_app li {
    width: calc(50% - 20px);
    padding: 20px;
    margin: 10px 10px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    border-radius: 10px;
}

.list_app li:nth-child(2n) {
    float: right;
}

.list_app li:first-child,
.list_app li:nth-child(2) {
    /*margin: 0;*/
}

.list_app li h2 {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 10px;
}

.list_app li p {
    line-height: 150%;
    font-size: 12px;
    color: #666666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list_app li .app_down {
    line-height: 24px;
    float: right;
    margin-top: 5px;
}

.list_app li .app_down a {
    display: inline-block;
    padding: 5px 15px;
    background: #ff914d;
    color: #fff;
    border-radius: 5px;
}

.list_app li .app_down a:hover {
    background: #7caee4;
}

.list_app li .app_down a::before {
    content: "\e626";
    font-family: "iconfont" !important;
    margin-right: 3px;
}

/*排行榜*/
.rank_num {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1px 5px 0 5px;
    line-height: 18px;
    height: 18px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: #879091;
    background: -webkit-linear-gradient(to right, #bec2c3, #879091);
    background: -o-linear-gradient(to right, #bec2c3, #879091);
    background: -moz-linear-gradient(to right, #bec2c3, #879091);
    background: linear-gradient(to right, #bec2c3, #879091)
}

.rank_num:before {
    z-index: 2;
    content: "";
    position: absolute;
    top: 0;
    right: -8px;
    width: 0;
    height: 0;
    border-top: 9px solid #879091;
    border-right: 9px solid transparent
}

.rank_num:after {
    z-index: 2;
    content: "";
    position: absolute;
    bottom: 0;
    right: -8px;
    width: 0;
    height: 0;
    border-bottom: 9px solid #879091;
    border-right: 9px solid transparent
}

.list_app li:nth-child(1) .rank_num {
    background: #fb2c19;
    background: -webkit-linear-gradient(to right, #f97c70, #fb2c19);
    background: -o-linear-gradient(to right, #f97c70, #fb2c19);
    background: -moz-linear-gradient(to right, #f97c70, #fb2c19);
    background: linear-gradient(to right, #f97c70, #fb2c19)
}

.list_app li:nth-child(1) .rank_num:before {
    border-top: 9px solid #fb2c19;
}

.list_app li:nth-child(1) .rank_num:after {
    border-bottom: 9px solid #fb2c19;
}

.list_app li:nth-child(2) .rank_num {
    background: #fb7b44;
    background: -webkit-linear-gradient(to right, #f4ce62, #fb7b44);
    background: -o-linear-gradient(to right, #f4ce62, #fb7b44);
    background: -moz-linear-gradient(to right, #f4ce62, #fb7b44);
    background: linear-gradient(to right, #f4ce62, #fb7b44)
}

.list_app li:nth-child(2) .rank_num:before {
    border-top: 9px solid #fb7b44;
}

.list_app li:nth-child(2) .rank_num:after {
    border-bottom: 9px solid #fb7b44;
}

.list_app li:nth-child(3) .rank_num {
    background: #4ac180;
    background: -webkit-linear-gradient(to right, #8ee8b7, #4ac180);
    background: -o-linear-gradient(to right, #8ee8b7, #4ac180);
    background: -moz-linear-gradient(to right, #8ee8b7, #4ac180);
    background: linear-gradient(to right, #8ee8b7, #4ac180)
}

.list_app li:nth-child(3) .rank_num:before {
    border-top: 9px solid #4ac180;
}

.list_app li:nth-child(3) .rank_num:after {
    border-bottom: 9px solid #4ac180;
}

/*评论列表*/
.list_cc {
    list-style: none;
    overflow: hidden
}

.list_cc li {
    overflow: hidden;
    padding: 20px 0;
    border-top: 1px solid #e6e6e6;
}

.list_cc li:first-child {
    border-top: 0;
}

.list_cc li img {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 15px;
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}

.list_cc .comments_info {
    overflow: hidden;
    padding: 0;
}

.list_cc .comments_info h4 {
    font-size: 14px;
    line-height: 20px;
    color: #5781bf;
}

.list_cc .comments_info time {
    font-size: 12px;
    float: right;
}

/*分页*/
.pagebar {
    margin: 10px -5px 0 -5px;
    text-align: center;
}

.pagebar .page {
    display: inline-block;
    line-height: 32px;
    width: 32px;
    border-radius: 3px;
    margin: 10px 5px 0 5px;
    border: 1px solid #e6e6e6;
    background: #ffffff;
    text-align: center
}

.pagebar .page:hover,
.pagebar .now-page {
    background: #4e6ef2;
    border: 1px solid #4e6ef2;
    color: #ffffff;
}

/*友情链接/网站标签*/
.links {
    margin-right: -20px;
    padding: 10px;
    margin: 10px;
}

.links li {
    display: inline-block;
    margin: 10px 0;
    margin-right: 15px;
    line-height: 150%;
}

.links li small {
    position: relative;
    top: -1px;
    font-size: 12px;
}

/*网站底部*/
footer {
    overflow: hidden;
    text-align: center;
    padding: 20px;
}

footer ul {
    text-align: center;
    margin: 0 -10px;
}

footer ul li {
    line-height: 150%;
    display: inline-block;
    margin: 0 10px 10px 10px;
}

footer p {
    line-height: 150%;
    font-size: 12px;
    color: #999999;
}

footer a {
    color: #999999;
    display: inline-block;
}

footer a:hover {
    text-decoration: underline
}

.gongan {
    width: 16px;
    height: 16px;
    margin-right: 2px;
    position: relative;
    top: -2px;
}

.h55 {
    height: 55px;
    overflow: hidden;
}

.appdown {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    /*background: #ffffff;*/
    padding: 30px 20px;
    background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
}

.appdown a {
    display: block;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    font-size: 16px;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .3);
}

.appdown a {
    background: #ff5949;
    color: #ffffff;
}

.appdown a:hover {
    background: #4c61d9;
}

/*==添加微信==*/
.add-wechat {
    padding: 20px;
    overflow: hidden;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .05);
}

.add-wechat .add-ico {
    background: #30cf30;
    color: #ffffff;
    border-radius: 50%;
    line-height: 50px;
    height: 50px;
    width: 50px;
    text-align: center;
    float: left;
    margin-right: 15px;
}

.add-wechat .add-ico i {
    font-size: 30px;
}

.add-wechat .add-text {
    float: left;
}

.add-wechat .add-text h4 {
    font-weight: bold;
    line-height: 28px;
    font-size: 18px;
}

.add-wechat .add-text p {
    color: #888888;
}

.add-wechat .add {
    float: right;
    padding: 5px 15px;
    border-radius: 15px;
    margin-top: 10px;
    cursor: pointer;
    background: #ff914d;
    color: #ffffff;
}

.add-wechat .add:hover {
    background: #ea2406;
}

.add-wechat-upbg {
    background: rgb(0 0 0 / 70%);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
}

.add-wechat-up {
    background: #ffffff;
    position: fixed;
    top: 50%;
    left: 50%;
    overflow: hidden;
    height: 160px;
    width: 300px;
    margin-left: -150px;
    margin-top: -80px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .05);
}

.add-wechat-up .text-add {
    padding: 20px;
    text-align: center;
    font-size: 16px;
    height: 110px;
    overflow: hidden;
}

.add-wechat-up .text-add h4 {
    font-family: "iconfont" !important;
    line-height: 24px;
    font-size: 16px;
    margin: 0 0 10px 0;
    font-weight: normal;
}

.add-wechat-up .text-add h4:before {
    content: "\e60f";
    margin-right: 5px;
    color: #21a53b;
}

.add-wechat-up .text-add p {
    font-size: 13px;
    line-height: 18px;
    color: #888888;
    margin: 0 !important
}

.btn-add {
    height: 50px;
    border-top: 1px solid #f0ebea;
    overflow: hidden;
}

.btn-add #close_add {
    line-height: 50px;
    height: 50px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.btn-add #close_add a {
    display: block;
}

.btn-add #close_add:hover {
    color: #ff914d
}

@media screen and (max-width:481px) {

    .rslides_c .prev,
    .rslides_c .next,
    .rslides p,
    .list_r li span {
        display: none;
    }

    .subcategory li a {
        font-size: 12px;
        padding: 4px 11px;
    }

    .list_r li a {
        width: 100%;
    }

    .app_content .info div {
        width: 100%;
        float: none;
    }

    .list_app li {
        width: calc(100% - 20px);
    }

    .list_app li:nth-child(2) {
        margin: 10px;
    }

    .list_app li:nth-child(2n) {
        float: none;
    }
}


.down {
    margin: 10px 0;
    background: #ff9757;
    text-align: center;
    padding: 12px;
    font-size: 16px;
    border-radius: 20px;
    box-shadow: 0 0 5px 5px #ff975757;
}
.down a{
    color: #fff;
    font-weight: bold;
    letter-spacing: .1em;
}