.pd {
    padding: 10px;
}
a {
    cursor: pointer;
}
.app {
    height: 100%;
}
header {
    width: 100%;padding: 10px 0;
}
header .logo {
    float: left;
}
.mobile_header {
    position: fixed;left: 0;top: 0;background-color: #fff;z-index: 9;border-bottom: 1px solid #eee;
}
.mobile .app{
    margin-top: 60px;
}
.pc .logo img {
    width: 70%;margin-top: 10px;
}
.mobile .logo img {
    width: 50%;margin-left: 10px;
}
header .item-box {
    position: relative;margin-bottom: 0;
}

.feilei {
    position: relative;
    z-index: 9;
    background-color: #fff;
    display: none;margin-top: 20px;
}
.feilei ul {
    border-top: 1px solid #eee;
    box-shadow: 10px 10px 5px #888888;
}
.feilei ul li {
    line-height: 40px;
    padding-left: 10px;
    border-top: 1px solid #eee;
    position: relative;
}
.feilei ul li:first-child {
    border-top: none;
}
.feilei ul li a {
    display: block;
}
.feilei ul li a .layui-icon {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #999;
    font-size: 12px;
}
footer {
    text-align: center;background-color: #fff;
}
footer p {
    line-height: 22px;
}
.bottom-box {
    position: fixed;bottom: 0;left: 0;width: 100%;
}
.bottom-box .layui-btn {
    width: 100%;font-size: 16px;height: 42px;line-height: 42px;
}
.item-box {
    max-width: 800px;margin: 0 auto;
}
.none {
    display: none;
}
.wp{
    background-repeat: no-repeat; /* 防止背景图像重复 */
    background-size: cover; /* 保持图像的宽高比，并填满整个元素区域 */
    background-position: center; /* 背景图像居中显示 */
    width: 100%; /* 设置元素的宽度 */
}
.search-box {
    position: relative;margin-bottom: 20px;
}
.mobile .search-box {
    margin-bottom: 10px;
}
.phone-txt {
    position: absolute;left: 10px;border-right: 1px solid #eee;padding-right: 10px;top: 8px;color: #666;font-weight: bold;font-size: 16px;
}
.pc .phone-txt {
    top: 13px;
}
.pc .search-box .layui-btn {
    top: 10px;
}
.search-box .layui-input {
    padding-left: 80px;font-size: 16px;
}
.pc .search-box .layui-input {
    height: 50px;line-height: 1.5;
}
.search-box .layui-btn {
    position: absolute;right: 10px;top: 5px;border-radius: 6px;
}
.desc-box {
    background-color: #fff;border-radius: 6px;position: relative;
}
.mobile .desc-box {
    margin: 0 5px;
}
.desc-box .item-title {
    line-height: 30px;
    font-size: 16px;font-weight: bold;
}
.desc-box .more-btn {
    position: absolute;right: 10px;top: 15px;color: #999;font-size: 12px;
}
.desc-box .more-btn .layui-icon-right {
    font-size: 12px;
}
.desc-box .txt p {
    margin-top: 10px;line-height: 24px;
}
.article-view {
    margin-top: 10px;margin-bottom: 0px;
}
.pc .article-view .title-page {
    width: 49%;float: left;
}
.pc .article-view .title-page img {
    width: 100%;border-radius: 6px;object-fit: cover;height: 260px;
}
.mobile .article-view .title-page {
    margin-bottom: 10px;
}
.mobile .article-view .title-page img {
    width: 100%;border-radius: 6px;
}
.pc .article-view .article-list {
    width: 49%;float: right;
}
.article-view li {
    border-top: 1px solid #eee;padding-top: 10px;margin-top: 10px;line-height: 24px;
}
.article-view .article-title {
    margin-bottom: 10px;
}
.pc .article-title {
    font-size: 18px;
}
.article-list .txt {
    color: #999;line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.back-index {
    position: fixed;left: 0;bottom: 0px;line-height: 40px;background-color: #ff0000;color: #fff;text-align: center;width: 100%;display: block;
}
