html {
    font-family: MicrosoftYaHei;

}

.headerTop {
    width: 98%;
    margin: 0 auto;
}

.one-line {
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.ziyuanContent {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding-top: 0;
    border-left:1px solid #eee;
    border-right:1px solid #eee;
}

.logo {
    height: 90px;
}

.logo img {
    max-height: 100%;
}

.ziyuanContent .logo {
    display: none;
}
.wraperPc{
    display: flex !important;
}
.wraperPhone{
    display: none !important;
}

.searchBox {
    width: 60%;
    margin: 0 auto;
    height: 50px;
    border: 1px solid #eee;
    border-radius: 25px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}

.searchBox:hover,
.searchBox:focus {
    border: 1px solid rgba(252, 50, 50, 0.2);
}

.searchBox input {
    flex: 1;
    height: 100%;
    border-radius: 25px 0 0 25px;
    border: none;
    outline: none;
    text-indent: 20px;
    font-size: 16px;
    color: #333;
}

.searchBox button {
    width: 60px;
    height: 100%;
}

.searchBox button img {
    height: 60%;
}

.appCate {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 96%;
    margin:0 auto;
    margin-top: 50px;
}
.ziyuanTypeSearch{
    margin-top: 10px;
}

.cateTitle {
    font-size: 15px;
    color: #333;
    font-weight: bold;
    min-width: 86px;
}

.appCate ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.appCate ul li {
    margin-bottom: 0.1rem;
}

.appCate ul li a {
    display: block;
    padding: 6px 10px;
    font-size: 15px;
    color: #333;
    border: 1px solid #eee;
    margin: 0 8px;
    border-radius: 4px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.appCate ul li a:hover,
.appCate ul li a.active {
    background-color: #f92764;
    color: #fff;
    border-radius: 4px;
}

.appList {
    text-align: left;
    width: 96%;
    margin:0 auto;
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.appList .listBox {
    border: 1px solid #eee;
    width: 49%;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}

.appList img {
    max-height: 20px;
}

.appList .listBox table {
    width: 96%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

table tr:hover {
    background-color: #eee;
}

table tr:hover td,
table tr:hover td a {
    color: #f92764;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

table tr {
    border-bottom: 1px solid #efefef;
}

table tr td {
    height: 50px;
    font-size: 14px;
}

thead tr td {
    font-weight: bold;
    font-size: 14px;
}

table tr td .imgSearchBox {
    font-size: 14px;
    width: 100%;
    height: 0.6rem;
    overflow: hidden;
    border-radius: 0.04rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.05rem;
    margin-bottom: 0.05rem;
}

table tr td .imgSearchBox img {
    width: 100%;
    font-size: 14px;
    height: auto;
    max-height: 10rem;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

table tr:hover td .imgSearchBox img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

table tr td:nth-of-type(1) {
    width: 100px;
    text-indent: 10px;
}

table tr td:nth-of-type(2) {
    width: 56%;
    text-align: left;
    text-indent: 0.1rem;
}

table tr td:nth-of-type(3) {
    width: 120px;
    text-align: center;
}

table tr td span {
    display: inline-block;
    padding: 4px 6px;
    border: 1px solid #eee;
    border-radius: 4px;
}

table tr:hover td span {
    background-color: #f92764;
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

thead tr {
    background-color: #eee;
}

.pageBox {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 0.1rem;
}

.el-pagination.is-background .btn-next.is-active,
.el-pagination.is-background .btn-prev.is-active,
.el-pagination.is-background .el-pager li.is-active {
    background-color: #f92764 !important;
}

.el-pager li:hover {
    /* color: #f92764 !important; */
}

.el-pagination button:hover {
    color: #f92764 !important;
}

.total {
    font-size: 12px;
    color: #666;
    margin-left: 20px;
}

footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 50px;
    text-align: center;
}

footer div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 12px;
    padding-top: 60px;
}

footer div span {
    margin: 0 10px;
}

footer div a {
    color: #999;
    font-size: 12px;
}

.mbNav {
    width: 96%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.mbNav a {
    font-size: 14px;
    color: #666;
}

.mbNav a:nth-of-type(2) {
    width: auto;
}

.mbNav a:hover {
    color: #f92764;
}

.mbNav img {
    max-height: 26px;
    margin-right: 5px;
}

.mbNav span {
    margin: 0 5px;
}

.details {
    width: 96%;
    margin: 0 auto;
    text-align: left;
    margin-top: 10px;
    font-size: 14px;
}
.detailsContent{
    margin-top: 0.2rem;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom: 1px solid #eee;
}
.detailsContent .imageBoxs{
    width:25%;
   margin-right:0.2rem;
   border-radius: 0.1rem;
}
.detailsContent .detailsInfo{
    width:70%;
    padding-bottom: 0.1rem;
}
.detailsContent .imageBoxs img{
    width: 100%;
    border-radius: 0.1rem;
}
.details .detailsTitle {
    font-weight: bold;
    font-size: 26px;
}
.ziyuanImage {
    margin-bottom: 0.2rem;
    max-width: 100%;
}

.details .cate {
    margin-top: 0.2rem;
}

.details .cate span {
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid #f92764;
    border-radius: 4px;
    background-color: #fae8ed;
}

.details .desc {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 0.2rem;
}

.details .desc>div {
    min-width: 0.7rem;
}

.details .desc span {
    line-height: 26px;
}

.details .time {
    margin-top: 0.2rem;
}

.details .addr {
    margin-top: 20px;
}

.details .addr img {
    max-height: 20px;
    margin-right: 30px;
}

.details .addr a {
    display: inline-block;
    padding: 4px 8px;
    border: 1px solid #f92764;
    margin-right: 10px;
    border-radius: 4px;
    background-color: #f92764;
    color: #fff;
}

.details .addr a:hover {
    background-color: #f92764;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
}

.tips {
    width: 96%;
    margin:0 auto;
    margin-top: 20px;
    border-left: 4px solid #f92764;
    background-color: #fee2e2;
    padding: 10px 0;
    padding-left: 10px;
    border-radius: 0 10px 10px 0;
    line-height: 26px;
}

.details .showDetailsBox{
    display: block;
    padding-top: 10px;
}
.details .showDetailsBox p{
    font-size: 14px;
    line-height: 26px;
    width: 100%;
}
.details .showDetailsBox img{
    max-width: 100%;
    margin:10px auto;
}
.details .showDetailsBox pre{
    width: 100%;
    padding:20px 0;
    border-radius: 6px;
}
.details .showDetailsBox pre code{
    display: block;
    width: 96% !important;
    margin:0 auto;
    line-height: 26px;
}

html {
    height: 100%;
}

body {
    height: 100%;
    background: url("/images/fy5.png") no-repeat right bottom;
}

.qrContact {
    position: fixed;
    right: 2%;
    bottom: 40%;
    cursor: pointer;
    z-index: 999999;
    height: 100px;
}

.contactBox {
    max-width: 80px;
    display: block;
    text-align: center;
}

.contactBox img {
    width: 100%;
    margin-bottom: 4px;
}

.contactBox p {
    width: 100%;
}

/* 首页 */
.mainBox {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    padding-top: 0.2rem;
}

.mainLeft {
    flex: 1;
    margin-right: 0.2rem;
}

.mainLeft ul {
    background-color: #fff;
    border-radius: 0.08rem;
    padding-top: 0.04rem;
    padding-bottom: 0.04rem;
    border: 1px solid #eee;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}

.mainLeft ul li {
    width: 88%;
    margin: 0 auto;
    margin: 0.08rem auto;
    text-align: center;
    border-radius: 0.04rem;
}

.mainLeft ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0.4rem;
    font-size: 0.15rem;
    color: #333;
    font-weight: 600;
}

.mainLeft ul li:hover {
    background-color: #eee;
}

.mainLeft ul li.active {
    background-color: #f92764;
}

.mainLeft ul li.active a {
    color: #fff;
}

.mainRight {
    flex: 6;
    background-color: #fff;
    border-radius: 0.08rem;
    border: 1px solid #eee;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}

.mainRight ul {
    width: 96%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.mainRight ul.horizontalUl li {
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
}

.mainRight ul.horizontalUl li a {
    display: block;
    width: 100%;
    display: flex;
}

.mainRight ul.horizontalUl li a .imageBox {
    min-width: 24%;
    width: 26%;
    border-radius: 0.1rem;
    margin-right: 0.16rem;
    overflow: hidden;
    max-height: 150px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.mainRight ul.horizontalUl li a .imageBox img {
    max-width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.mainRight ul.horizontalUl li:hover a .imageBox img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.mainRight ul.horizontalUl li .appListInfo h2 {
    font-size: 18px;
    font-weight: 600;
    color: #121212;
    line-height: 28px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.mainRight ul.horizontalUl li:hover .appListInfo h2 {
    color: #f92764;
}

.mainRight ul.horizontalUl li .appListInfo .desc {
    font-size: 14px;
    width: 100%;
    text-align: justify;
    color: #121212;
    line-height: 1.8;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.mainRight ul.horizontalUl li:hover .appListInfo .desc {
    color: #666;
}

.mainRight ul.horizontalUl li .appListInfo .cateTime {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #666;
}

.mainRight ul.horizontalUl li .appListInfo .cateTime .cate {
    border: 1px solid #eee;
    padding: 4px 6px;
    border-radius: 4px;
    margin-right: 10px;
    font-size: 14px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.mainRight ul.horizontalUl li:hover .appListInfo .cateTime .cate {
    background-color: #f92764;
    color: #fff;
}

.mainRight ul.horizontalUl li:hover .appListInfo .cateTime .span {
    font-size: 12px;
    color: #eee;
}

.mainRight ul.verticalUl {
    width: 98%;
    padding-bottom: 20px;
}

.mainRight ul.verticalUl {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.mainRight ul.verticalUl li {
    flex: 0 0 calc(24.7% - 0.5%);
    margin: 0.25%;
    margin-top: 8px;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
}

.mainRight ul.verticalUl li a {
    padding-top: 6px;
    display: block;
    width: 100%;
}

.mainRight ul.verticalUl li a .imageBox {
    width: 92%;
    margin: 0 auto;
    max-height: 100%;
    border-radius: 0.1rem;
    overflow: hidden;
    max-height: 150px;
    text-align: center;
}

.mainRight ul.verticalUl li a .imageBox img {
    width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.mainRight ul.verticalUl li:hover a .imageBox img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.mainRight ul.verticalUl li .appListInfo h2 {
    width: 90%;
    margin: 0 auto;
    margin-top: 6px;
    font-size: 18px;
    font-weight: 600;
    color: #121212;
    line-height: 28px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    -webkit-line-clamp: 1;
}

.mainRight ul.verticalUl li:hover .appListInfo h2 {
    color: #f92764;
}

.mainRight ul.verticalUl li .appListInfo .desc {
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    text-align: justify;
    color: #666;
    line-height: 1.8;
    overflow: hidden;
    min-height: 50px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 4px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.mainRight ul.verticalUl li:hover .appListInfo .desc {
    color: #666;
}

.mainRight ul.verticalUl li .appListInfo .cateTime {
    width: 94%;
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #666;
}

.mainRight ul.verticalUl li .appListInfo .cateTime .cate {
    border: 1px solid #eee;
    padding: 4px 6px;
    border-radius: 4px;
    margin-right: 10px;
    font-size: 14px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.mainRight ul.verticalUl li:hover .appListInfo .cateTime .cate {
    background-color: #f92764;
    color: #fff;
}

.mainRight ul.verticalUl li:hover .appListInfo .cateTime .span {
    font-size: 12px;
    color: #eee;
}

.paging {
    text-align: center;
    width: 90%;
    margin: 20px auto;
}

.paging a {
    display: inline-block;
    padding: 6px 12px;
    background-color: #fff;
    color: #333;
    border: 1px solid #333;
    border-radius: 4px;
    margin: 0 2px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.paging a:hover,
.paging a.active {
    background-color: #f92764;
    border: 1px solid #f92764;
    color: #fff;
}

.paging span {
    margin-left: 10px;
}


.content_mv {
    margin-top: 126px;
}

.theam_top_mv {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.theam_top_mv {
    top: -76px;
}

.indexLogo {
    display: none;
}
.ziyuanIcon{
    padding-top: 10px;
}

@media screen and (max-width: 750px) {
    .indexLogo {
        padding-top: 0.2rem;
        display: block;
        text-align: center;
        font-size: 0.24rem;
    }

    .searchBtnLink {
        display: inline-block;
        border: 1px solid #eee;
        font-size: 0.28rem;
        padding: 0.1rem 0.2rem;
        margin-top: 0.2rem;
        background-color: #f92764;
        color: #fff;
        border-radius: 0.1rem;
    }

    .headerTop {
        width: 99%;
    }

    .logo {
        height: 1.4rem;
    }

    .details .desc>div {
        min-width: 1.4rem;
    }

    .searchBox {
        width: 90%;
        height: 1rem;
        border-radius: 0.5rem;
        margin-top: 0.4rem;
    }

    .searchBox input {
        border-radius: 0.5rem 0 0 0.5rem;
        text-indent: 0.4rem;
        font-size: 0.32rem;
    }

    .searchBox button {
        width: 1.2rem;
    }

    .appCate {
        display: block;
        width: 92%;
        margin: 0 auto;
        margin-top: 0.5rem;
    }

    .cateTitle {
        display: none;
    }

    .appCate ul li a {
        padding: 0.1rem 0.12rem;
        font-size: 0.26rem;
        margin: 0 0.1rem;
        border-radius: 0.08rem;
    }

    .appList {
        width: 100%;
        margin-top: 0.4rem;
        display: block;
    }

    .appList .listBox {
        width: 100%;
        border-radius: 0.2rem;
        margin-bottom: 0.2rem;
    }

    .appList img {
        max-height: 0.3rem;
    }

    .appList .listBox table {
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
    }

    table tr td {
        height: 1rem;
        font-size: 0.28rem;
    }

    thead tr td {
        font-size: 0.28rem;
    }
    table tr td .imgSearchBox{
        width: 100%;
        height:0.8rem;
        border-radius: 0.04rem;
        margin-top: 0.05rem;
        margin-bottom: 0.05rem;
    }

    table tr td:nth-of-type(1) {
        width: 2.4rem;
        text-indent: 0.2rem;
    }

    table tr td:nth-of-type(2) {
        width: 60%;
    }

    table tr td span {
        padding: 0.08rem 0.12rem;
        border-radius: 0.08rem;
    }

    .pageBox {
        display: block;
        margin-top: 0.4rem;
        margin-bottom: 0.2rem;
    }

    .total {
        display: block;
        font-size: 0.24rem;
        margin-left: 0.2rem;
        margin: 0 0.1rem;
        margin-top: 0.1rem;
    }

    footer {
        position: relative;
        height: 1rem;
        padding-top: 0.2rem;
    }

    footer div {
        display: block;
        font-size: 0.24rem;
        padding-top: 0;
    }

    footer div span {
        display: block;
        margin: 0 0.2rem;
    }

    footer div a {
        font-size: 0.24rem;
    }

    .ziyuanContent {
        padding-top: 1rem;
    }

    .mbNav {
        width: 90%;
        font-size: 0.28rem;
        margin-top: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .mbNav a {
        font-size: 0.28rem;
        min-width: 0.6rem;
    }

    .mbNav img {
        max-height: 0.52rem;
        margin-right: 0.1rem;
    }

    .mbNav span {
        margin: 0 0.1rem;
    }

    .details {
        width: 94%;
        font-size: 0.28rem;
        margin-top: 0.2rem;
    }

    .details .detailsTitle {
        font-size: 0.5rem;
    }

    .details .cate {
        margin-top: 0.2rem;
    }

    .details .cate span {
        padding: 0.12rem 0.2rem;
        border-radius: 0.08rem;
    }

    .details .desc {
        margin-top: 0.2rem;
    }

    .details .desc span {
        line-height: 0.52rem;
    }

    .details .time {
        margin-top: 0.2rem;
    }

    .details .addr {
        margin-top: 0.4rem;
    }

    .details .addr img {
        max-height: 0.4rem;
        margin-right: 0.1rem;
    }

    .details .addr a {
        padding: 0.08rem 0.16rem;
        margin-right: 0.2rem;
        border-radius: 0.08rem;
    }

    .details .tips {
        margin-top: 0.8rem;
        border-left: 0.08rem solid #f92764;
        padding: 0.2rem 0;
        padding-left: 0.2rem;
        border-radius: 0 0.2rem 0.2rem 0;
        line-height: 0.5rem;
        margin-bottom: 0.2rem;
    }

    /* .mbNav a:nth-of-type(2) {
        width: 100%;
    } */

    .qrContact {
        height: 2rem;
    }

    .contactBox {
        max-width: 1.6rem;
    }

    /* ================= */
    .mainBox {
        max-width: 96%;
        margin: 0 auto;
        display: block;
        padding-top: 0.2rem;
    }

    .mainLeft {
        margin-right: 0;
    }

    .mainLeft ul {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        background-color: #fff;
        border-radius: 0.08rem;
        padding-top: 0.04rem;
        padding-bottom: 0.04rem;
        border: none;
        box-shadow: none;
    }

    .mainLeft ul li {
        width: auto;
        margin: 0.05rem;
        text-align: center;
        border-radius: 0;
        padding: 0.1rem 0.12rem;
        border-radius: 0.1rem;
    }

    .mainLeft ul li a {
        display: block;
        width: 100%;
        height: 100%;
        line-height: 0.4rem;
        font-size: 0.28rem;
        font-weight: 500;
    }

    .mainRight ul {
        width: 96%;
        margin: 0 auto;
        padding-bottom: 20px;
    }


    /* ----------------------- */
    .mainRight ul li {
        width: 100%;
        margin-top: 0.2rem;
        padding: 0;
        border-radius: 10px;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
        border: 1px solid #eee;
        padding-top: 0.1rem;
        padding-bottom: 0.1rem;
    }

    .mainRight ul li a {
        display: block;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .mainRight ul li a .imageBox {
        width: 24%;
        border-radius: 0.1rem;
        margin-right: 0.16rem;
        font-size: 0.24rem;
        margin-left: 0.1rem;
    }

    .mainRight ul li a .imageBox img {
        width: 100%;
        height: auto;
    }

    .mainRight ul li .appListInfo h2 {
        font-size: 0.3rem;
        font-weight: 600;
        line-height: 0.32rem;
    }

    .mainRight ul li .appListInfo .desc {
        font-size: 0.23rem;
        width: 94%;
        line-height: 1.8;
        -webkit-line-clamp: 2;
        margin-top: 0.05rem;
    }

    .mainRight ul li .appListInfo .cateTime {
        margin-top: 0.04rem;
    }

    .mainRight ul li .appListInfo .cateTime .cate {
        padding: 0.08rem 0.12rem;
        border-radius: 0.08rem;
        margin-right: 0.2rem;
        font-size: 0.24rem;
    }

    .mainRight ul li .appListInfo .cateTime span {
        font-size: 0.24rem;
    }
    /* ----------------------- */

    .mainRight ul.horizontalUl li {
        width: 100%;
        margin-top: 0.2rem;
        padding: 0;
        border-radius: 10px;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
        border: 1px solid #eee;
        padding-top: 0.1rem;
        padding-bottom: 0.1rem;
    }

    .mainRight ul.horizontalUl li a {
        display: block;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .mainRight ul.horizontalUl li a .imageBox {
        width: 24%;
        border-radius: 0.1rem;
        margin-right: 0.16rem;
        font-size: 0.24rem;
        margin-left: 0.1rem;
    }

    .mainRight ul.horizontalUl li a .imageBox img {
        width: 100%;
        height: auto;
    }

    .mainRight ul.horizontalUl li .appListInfo h2 {
        font-size: 0.3rem;
        font-weight: 600;
        line-height: 0.32rem;
    }

    .mainRight ul.horizontalUl li .appListInfo .desc {
        font-size: 0.23rem;
        width: 94%;
        line-height: 1.8;
        -webkit-line-clamp: 2;
        margin-top: 0.05rem;
    }

    .mainRight ul.horizontalUl li .appListInfo .cateTime {
        margin-top: 0.04rem;
    }

    .mainRight ul.horizontalUl li .appListInfo .cateTime .cate {
        padding: 0.08rem 0.12rem;
        border-radius: 0.08rem;
        margin-right: 0.2rem;
        font-size: 0.24rem;
    }

    .mainRight ul.horizontalUl li .appListInfo .cateTime span {
        font-size: 0.24rem;
    }

    /* ============= */
    .mainRight ul.verticalUl li {
        flex: 0 0 calc(48.8% - 1%);
        margin: auto 0.5%;
        margin-top: 0.2rem;
        padding: 0;
        border-radius: 10px;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
        border: 1px solid #eee;
        padding-top: 0.1rem;
        padding-bottom: 0.1rem;
    }

    .mainRight ul.verticalUl li a {
        display: block;
        width: 100%;
        display: block;
        align-items: center;
    }

    .mainRight ul.verticalUl li a .imageBox {
        width: 94%;
        border-radius: 0.1rem;
        margin-right: 0.16rem;
        font-size: 0.24rem;
        margin-left: 0.1rem;
    }

    .mainRight ul.verticalUl li a .imageBox img {
        width: 100%;
        height: auto;
    }

    .mainRight ul.verticalUl li .appListInfo h2 {
        font-size: 0.3rem;
        font-weight: 600;
        line-height: 0.32rem;
        -webkit-line-clamp: 1;
    }

    .mainRight ul.verticalUl li .appListInfo .desc {
        font-size: 0.23rem;
        width: 94%;
        line-height: 1.8;
        -webkit-line-clamp: 2;
        margin-top: 0.05rem;
        min-height: 0.9rem;
    }

    .mainRight ul.verticalUl li .appListInfo .cateTime {
        margin-top: 0.04rem;
    }

    .mainRight ul.verticalUl li .appListInfo .cateTime .cate {
        padding: 0.08rem 0.12rem;
        border-radius: 0.08rem;
        margin-right: 0.2rem;
        font-size: 0.24rem;
    }

    .mainRight ul.verticalUl li .appListInfo .cateTime span {
        font-size: 0.24rem;
    }

    .paging {
        width: 90%;
        margin: 0.2rem auto;
        font-size: 0.28rem;
    }

    .paging a {
        padding: 0.06rem 0.12rem;
        background-color: #fff;
        border-radius: 0.06rem;
        margin: 0 0.02rem;
        font-size: 0.22rem;
        margin-top: 0.1rem;
    }

    .paging a:hover,
    .paging a.active {
        background-color: #f92764;
        border: 1px solid #f92764;
        color: #fff;
    }

    .paging span {
        margin-left: 10px;
        font-size: 0.2rem;
    }

    .mainRight {
        margin-bottom: 0.2rem;
    }

    .content_mv {
        margin-top: 126px;
    }

    .theam_top_mv {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99;
    }

    .theam_top_mv {
        top: -76px;
    }

    .ziyuanContent .logo {
        display: block !important;
    }
    .wraperPc{
        display: none !important;
    }
    .wraperPhone{
        display: block !important;
    }

    .detailsContent{
        display: block;
    }
    .detailsContent .imageBoxs{
       width:auto;
       max-width: 100%;
       margin-right:0;
       border-radius: 0.1rem;
    }
    .detailsContent .detailsInfo{
        width:100%;
        padding-bottom: 0.2rem;
    }
    .tips {
        font-size: 0.24rem;
        line-height: 0.42rem;
    }
    .detailsContent .imageBoxs img{
        border-radius: 0.2rem;
    }
    .ziyuanIcon span{
        display: block;
        margin-bottom: 0.2rem;
    }
    .ziyuanTypeSearch{
        margin-top: 0.2rem;
    }
    .details .showDetailsBox{
        padding-top: 0.2rem;
    }
    .details .showDetailsBox p{
        font-size: 0.28rem;
        line-height: 0.5rem;
    }
    .details .showDetailsBox img{
        margin:0.2rem auto;
    }
    .details .showDetailsBox pre{
        padding:0.3rem 0;
        border-radius: 0.12rem;
    }
    .details .showDetailsBox pre code{
        width: 96% !important;
        line-height: 0.5rem;
    }
}