@charset "utf-8";

/* CSS Document */
* {
    margin: 0;
    padding: 0
}

body,
html {
    font: 14px "微软雅黑", '\5fae\8f6f\96c5\9ed1';
    background: #eee;
    color: #333;
    -webkit-text-size-adjust: none;
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

img {
    border: 0
}

ol,
ul {
    list-style: none
}

a {
    color: #333;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

.f-clearfix {
    zoom: 1;
}

.f-clearfix::before,
.f-clearfix::after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}

.f-text-overflow1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}

.f-text-overflow2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.f-text-overflow3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

header {
    position: relative;
    height: 42px;
    padding: 2px 50px 0 120px;
    z-index: 109;
    background: #0598fa;
}

header .logo {
    position: absolute;
    top: 5px;
    left: 0;
    width: 120px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    white-space: nowrap;
    font-weight: 600;
}

header .search-box {
    display: -webkit-box;
    display: flex;
    position: relative;
    top: 4px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -webkit-box-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    /* margin-left: 15px; */
}

header .search-box .search-ipt {
    position: relative;
    border: none;
    background: #fff;
    -webkit-box-flex: 1;
    width: 100%;
    height: 32px;
    text-indent: 10px;
    font-size: 12px;
    border: none;
    border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -ms-border-radius: 2px 0 0 2px;
    -o-border-radius: 2px 0 0 2px;
    color: #666;
    -webkit-box-sizing: border-box;
    vertical-align: middle;
    outline: none;
}

header .search-box .fg {
    display: block;
    width: 1px;
    height: 17px;
    margin-top: 7px;
    border-right: 1px solid #d9d9d9;
}

header .search-box .search-btn {
    display: block;
    position: relative;
    border: none;
    font-size: 0;
    outline: none;
    cursor: pointer;
    border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -ms-border-radius: 0 2px 2px 0;
    -o-border-radius: 0 2px 2px 0;
    background: #fff;
}

header .search-box .search-btn i {
    display: block;
    width: 32px;
    height: 32px;
    background: url(../img/icon-search.png) no-repeat center;
    background-size: 94%;
}

header .classify {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 44px;
    height: 44px;
    z-index: 1;
    background: url(../img/doo_icon.png) -128px -0px no-repeat;
    cursor: pointer;
}

header .applocation {
    display: none;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 44px;
    z-index: 10000;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

header .applocation.on {
    display: block;
}

header .applocation .applocation-menu {
    margin: 10px 15px 5px;
    border: 1px solid #0598fa;
    border-radius: 3px;
    -webkit-box-orient: horizontal;
    display: -webkit-box;
    height: 36px;
}

header .applocation .applocation-menu span {
    position: relative;
    float: left;
    -webkit-box-flex: 1;
    text-align: center;
    width: 33.3%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #0598fa;
    display: block;
    box-sizing: border-box;
}

header .applocation .applocation-menu span+span {
    border-left: 1px solid #0598fa;
}

header .applocation .applocation-menu span.on {
    background: #2095f4;
    color: #fff;
}

header .applocation .applocation-list ul {
    margin: 0 10px 15px 10px;
    display: none;
    overflow: auto;
    font-size: 0;
}

header .applocation .applocation-list ul.on {
    display: block;
}

header .applocation .applocation-list ul li {
    display: inline-block;
    font-size: 14px;
    width: 25%;
}

header .applocation .applocation-list ul li a {
    display: block;
    text-align: center;
    margin: 5px;
    border: 1px solid #d6d6d6;
    color: #333;
    padding: 7px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}

nav {
    position: relative;
    height: 42px;
    line-height: 42px;
    position: relative;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgb(215 215 215 / 40%);
    z-index: 100;
}

nav li {
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 16px;
}

nav li a {
    color: #333;
}

nav li.on a {
    color: #0598fa;
    font-weight: bold;
}

footer {
    position: relative;
    margin-top: 10px;
    background: #333;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 10px 0;
}

footer p {
    line-height: 2;
}

footer span {
    padding: 0 10px;
}

footer a {
    color: #fff;
}


.m-soft-sort {
    box-sizing: border-box;
    background-color: #fff;
    padding: 0 10px;
    border-top: 1px solid #f5f5f5;
    margin-bottom: 10px;
}

.m-soft-sort li {
    display: inline-block;
    height: 36px;
    padding: 0 5px;
}

.m-soft-sort li.on {
    border-bottom: 2px solid #0598fa;
}

.m-soft-sort li a {
    line-height: 36px;
}

.m-soft-sort li.on a {
    color: #0598fa;
}

.m-soft-list {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin: 10px auto;
    box-sizing: border-box;
    padding: 0 10px;
}

.m-soft-list li {
    display: block;
    background: #fff;
    box-shadow: 0 1px 1px #ccc;
    border-radius: 8px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    padding: 10px;
}

.m-soft-list li+li {
    margin-top: 10px;
}

.m-soft-list li a {
    display: block;
    position: relative;
}

.m-soft-list li img {
    float: left;
    width: 66px;
    height: 66px;
}

.m-soft-list li div {
    padding: 0 68px 0 76px;
}


.m-soft-list li div .title {
    font-size: 16px;
    color: #333;
    height: 20px;
    line-height: 20px;
    font-weight: 400px;
}

.m-soft-list li div .size-time {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    margin: 6px 0;

}

/* .m-soft-list li div .star-bar {
} */

.m-soft-list li div .star-bar span {
    display: block;
    width: 109px;
    height: 16px;
    background: url(../img/xx-0.png) no-repeat left;
}

.m-soft-list li div .star-bar .star1 {
    background-image: url(../img/xx-1.png);
}

.m-soft-list li div .star-bar .star2 {
    background-image: url(../img/xx-2.png);
}

.m-soft-list li div .star-bar .star3 {
    background-image: url(../img/xx-3.png);
}

.m-soft-list li div .star-bar .star4 {
    background-image: url(../img/xx-4.png);
}

.m-soft-list li div .star-bar .star5 {
    background-image: url(../img/xx-5.png);
}

.m-soft-list li .look {
    font-size: 14px;
    position: absolute;
    color: #fff;
    display: block;
    padding: 8px 15px;
    top: 50%;
    right: 0;
    background: #0598fa;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.m-pages {
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    margin-top: 10px;
    background: #fff;
    margin: 10px;
}

.m-pages a {
    font-size: 12px;
    line-height: 26px;
    display: inline-block;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    height: 26px;
    width: 15%;
    margin: 8px 3px 6px;
    padding: 0 10px;
    vertical-align: top;
    border: 1px solid #dedede;
    background-color: #f2f2f2;
    color: #999
}

.m-pages a.on {
    background: #205AEF;
    color: #fff
}


.m-search-box {
    position: relative;
    min-height: calc(100vh - 140px);
}

.m-search-box .none-list {
    padding: 10px;
    font-size: 18px;
}

.m-rmtj-box,
.m-xgwz-box {
    position: relative;
    background: #fff;
    padding: 10px;
    margin-top: 5px;
    box-sizing: border-box;
}

.m-rmtj-box .hd-title,
.m-xgwz-box .hd-title {
    font-size: 18px;
    height: 36px;
    line-height: 28px;
    font-weight: normal;
    border-bottom: 2px solid #ccc;
    position: relative;
}

.m-rmtj-box .hd-title::after,
.m-xgwz-box .hd-title::after {
    content: ".";
    font-size: 0;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 75px;
    height: 2px;
    z-index: 2;
    background: #0598fa;
}

.m-rmtj-box .box-content {
    position: relative;
    font-size: 0;
}

.m-rmtj-box .box-content a {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    padding-top: 10px;
    font-size: 14px;
}

.m-rmtj-box .box-content a img {
    float: left;
    width: 64px;
    height: 64px;
    border-radius: 12px;
    display: block;
    overflow: hidden;
    margin: auto;
    border: 1px solid #eee;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.m-rmtj-box .box-content a p {
    margin-left: 74px;
}

.m-rmtj-box .box-content a p.title {
    padding-right: 10px;
    color: #000;
    font-size: 16px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-flex: 1;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.m-rmtj-box .box-content a p.type {
    font-size: 12px;
    color: #999;
    margin-top: 2px;
    margin-bottom: 2px;
}

.m-rmtj-box .box-content a p.look {
    display: block;
    font-size: 14px;
    width: 60px;
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #0598fa;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.m-xgwz-box ul li {
    height: 40px;
    line-height: 40px;
    padding: 2px 8px;
}

.m-xgwz-box ul li+li {
    border-top: 1px solid #f5f5f5;
}

.m-xgwz-box ul li a {
    font-size: 14px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #666;
}

.m-xgwz-box ul li::before {
    content: "•";
    float: left;
    color: #999;
    padding-right: 4px;
}

.footer-nav {
    position: relative;
    display: block;
    margin-top: 10px;
    border-top: 1px solid #ccc;
    background: #fff;
    height: 50px;
    width: 100%;
    font-size: 0;
}

.footer-nav li {
    display: inline-block;
    width: 25%;
    box-sizing: border-box;
    text-align: center;
    padding-top: 6px;
}

.footer-nav li a {
    font-size: 14px;
}

.footer-nav li a.on {
    color: #0598fa;
}

.footer-nav li a .iconfont {
    display: block;
    height: 16px;
    font-size: 18px;
}

.footer-nav li a span {
    display: block;
    margin-top: 3px;
}

#m-map-list {
    position: relative;
    margin-top: 5px;
}

#m-map-list .map .title {
    display: inline-block;
    width: auto;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-left: 6px;
    font-size: 1.3rem;
    text-align: center;
    border-bottom: 3px solid #0598fa;
}

#m-map-list .map ul {
    overflow: hidden;
    margin-right: 6px;
}

#m-map-list .map ul li {
    width: 25%;
    height: 28px;
    overflow: hidden;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}

#m-map-list .map ul li a {
    display: block;
    height: 26px;
    line-height: 26px;
    border: 1px solid #ccc;
    background-color: #f6f6f6;
    background-color: #eee;
    margin-left: 6px;
    font-size: 14px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #444;
}