<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.index-box {
    width: 100%;
    height: 350px;
    background: url(../images/20210907150830_687117.jpg) center;
    background-size: cover;
    position: relative;
    margin-bottom: 20px
}

.index-box::before {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 350px;
    background: rgba(51,51,51,.1);
    position: absolute
}

.index-box .index-box-tab {
    text-align: center;
    padding: 150px 0 0;
    color: #fff;
    z-index: 99;
    font-size: 16px
}

.index-box .index-box-tab span {
    padding: 0 10px;
    color: #ececec;
    position: relative;
    cursor: pointer;
    transition: .3s
}

.index-box .index-box-tab span:before {
    position: absolute;
    content: " ";
    width: 0;
    height: 4px;
    background: #fff;
    left: 16px;
    bottom: -10px;
    border-radius: 5px
}

.index-box .index-box-tab span.hover,.index-box .index-box-tab span:hover {
    color: #fff
}

.index-box .index-box-tab span.hover:before {
    width: 20px
}

.index-box .index-box-tag {
    text-align: center;
    padding: 20px 0 0;
    color: #fff;
    position: relative;
    z-index: 99;
    font-size: 14px
}

.index-box .index-box-tag .plate-list {
    position: relative;
    z-index: 99;
    display: none
}

.index-box .index-box-tag .plate-list .hover {
    background: #fff;
    color: #ff0000
    border-radius: 5px;
    position: relative
}

.index-box .index-box-tag .plate-list .hover:before {
    content: '';
    border-width: 8px 8px 8px 8px;
    border-style: solid;
    border-color: transparent transparent #fff;
    position: absolute;
    left: 50%;
    top: -16px;
    margin-left: -8px
}

.index-box .index-box-tag .ing {
    display: block
}

.index-box .index-box-tag a {
    color: #fff;
    padding: 5px 10px
}

.index-box .search-box {
    width: 760px;
    height: 40px;
    margin: auto;
    border-radius: 40px;
    z-index: 99;
    position: relative;
    padding: 10px;
    margin-top: 30px;
    background: #fff
}

.index-box .search-box .txt {
    width: 656px;
    height: 40px;
    border: 0;
    border-radius: 40px 0 0 40px;
    text-indent: 20px;
    background: 0
}

.index-box .search-box .iconfont {
    width: 90px;
    height: 40px;
    border: 0;
    background: #ff0000;
    border-radius: 50px;
    color: #fbfbfb;
    float: right;
    cursor: pointer
}

.index-rank {
    margin: 10px 0 10px;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box
}

.index-rank li {
    float: left;
    width: 200px;
    margin: 5px 15px 5px 0;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    line-height: 20px
}

.index-rank li:nth-child(6n) {
    float: right;
    margin-right: 0
}

.index-rank li a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.index-rank li img {
    display: block;
    height: 20px;
    width: 20px;
    float: left;
    margin-right: 5px
}

.index-rank li h3 {
    text-align: center;
    font-size: 15px;
    color: #666;
    font-weight: 100
}

.index-ad li {
    float: left;
    overflow: hidden;
    height: 70px;
    width: 426px;
    position: relative;
    border-radius: 5px;
    margin: 0 10px 10px 0
}

.index-ad li:nth-child(2n) {
    margin-right: 0;
    float: right
}

.index-ad li img {
    width: 100%;
    height: 100%
}

.index-ad li::before {
    position: absolute;
    content: " AD";
    width: 35px;
    height: 20px;
    background: hsla(210,100%,48%,.2);
    right: 0;
    font-size: 12px;
    bottom: 0;
    color: #fff;
    border-radius: 5px 0 0;
    line-height: 20px;
    text-align: center
}

.index-ad-txt {
    padding: 10px;
    background: #fff;
    border-radius: 5px
}

.index-ad-txt ul {
    float: left;
    width: 20%;
    text-align: center;
    line-height: 25px;
    font-size: 13px
}

.index-main {
    margin-top: 30px
}

.index-news {
    width: 940px
}

.index-news .title .mun {
    font-size: 14px;
    color: #888;
    font-weight: 400;
    line-height: 30px;
    background: #fff;
    padding: 0 10px;
    border-radius: 5px;
    display: inline-block;
    float: right
}

.index-news .title .mun b {
    /* font-weight:400; */
}

.index-news .title .mun b.new {
    color: #ff5722
}

.index-news .title .mun i {
    margin-right: 5px
}

.index-news .title font {
    padding: 3px 20px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 15px;
    /* background:linear-gradient(270deg,#007bf5,#007bf5); */
    font-weight: 400;
    top: -3px;
    /* position:relative; */
    right: -5px;
    box-shadow: 0 12px 30px 0 rgba(34,84,244,.2);
    background: linear-gradient(355deg,#ffeb00,#ff0000);
}

.index-news-list {
    width: 940px;
    height: 830px;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    box-sizing: border-box
}

.index-news-list ul {
    margin-top: 10px;
}

.index-news-list ul li {
    width: 400px;
    float: left;
    line-height: 30px;
    padding: 10px 15px;
    background: #fbfcfe;
    border-radius: 30px 0 0 30px;
    /* margin-bottom: 30px; */
    position: relative;
}

.index-news-list ul li .news {
    color: #ff5722;
    font-weight: 400
}

.index-news-list ul li:nth-child(2n) {
    float: right;
    border-radius: 0 30px 30px 0
}

.index-news-list ul li:nth-child(11),.index-news-list ul li:nth-child(12),.index-news-list ul li:nth-child(15),.index-news-list ul li:nth-child(16),.index-news-list ul li:nth-child(3),.index-news-list ul li:nth-child(4),.index-news-list ul li:nth-child(7),.index-news-list ul li:nth-child(8) {
    background: #fff
}

.index-news-list ul li i {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 18px;
    border: 1px solid #f1f1f1;
    overflow: hidden;
    padding: 2px;
    box-sizing: border-box;
    float: left;
    line-height: normal;
    background: #fff;
}

.index-news-list ul li i img {
    width: 100%;
    height: 100%;
    border-radius: 18px;
    object-fit: cover;
}

.index-news-list ul li .tit {
    float: left;
    display: block;
    max-width: calc(100% - 160px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.index-news-list ul li font {
    /* float:left; */
    /* padding:0 0 0 10px; */
    font-size: 12px;
    /* border-right:2px solid #f1f1f1; */
    height: 10px;
    line-height: 10px;
    /* margin:10px 10px 0 0; */
    /* color:#888; */
    width: 30px;
}

.index-news-list ul li span {
    float: right;
    padding: 4px 10px;
    border-radius: 18px;
    font-size: 12px;
    line-height: 16px;
    height: 15px;
    margin-top: 2px;
    border: 1px solid #f1f1f1;
    transition: all .3s
}

.index-news-list ul li span a {
    width: 100%;
    height: 100%;
    float: unset;
    color: #666;
    transition: all .3s
}

.index-news-list ul li span:hover {
    background: #ff0000;
    border: 1px solid #55abff
}

.index-news-list ul li span:hover a {
    color: #fff
}

.index-news .page {
    text-align: center
}

.index-news .page a {
    padding: unset;
    border: 1px solid #ff0000;
    border-radius: 21px;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    margin: 15px 5px 0 5px;
    background: linear-gradient(355deg,#ffeb00,#ff0000);
}

.index-news .page .current {
    /* background:#007bf5; */
    color: #fff;
    background: linear-gradient(355deg,#ffeb00,#ff0000);
}

.index-info {
    width: 340px
}

.index-tool-list {
    width: 100%;
    border-radius: 5px;
    background: #fff;
    padding: 25px 10px;
    box-sizing: border-box
}

.index-tool-list li {
    float: left;
    width: 25%;
    text-align: center
}

.index-tool-list li img {
    width: 58px;
    height: 58px;
    overflow: hidden;
    border-radius: 15px;
    display: block;
    margin: auto;
    border: 1px solid #f6f6f6;
    margin-bottom: 5px
}

.index-login {
    width: 100%;
    border-radius: 5px;
    background: #fff;
    margin-top: 20px;
    height: 475px;
    position: relative
}

.index-login .wdl {
    width: 320px;
    margin: auto;
    padding: 80px 0 0;
    text-align: center
}

.index-login .wdl a {
    color: #fff;
    background: #ff0000;
    padding: 10px;
    display: block;
    border-radius: 5px;
    font-size: 15px;
    width: 100px;
    margin: 30px auto 0
}

.index-user-info .tx {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 5px solid #f2f5f9
}

.index-user-info p {
    line-height: 40px;
    margin: 15px 0 0;
    color: #888;
    font-size: 15px
}

.index-user-info i {
    line-height: 25px;
    margin: 30px auto 0;
    border-radius: 20px;
    display: block;
    font-style: normal;
    width: 90px;
    background: #ff0000;
    color: #fff;
    font-weight: 100;
    font-size: 13px;
    background: linear-gradient(270deg,#2254f4,#406dff);
    box-shadow: 0 3px 15px 0 rgba(34,84,244,.2)
}

.index-user-info ul {
    position: absolute;
    bottom: 90px;
    width: 300px;
    text-align: center;
    left: 20px;
    line-height: 50px;
    border-radius: 5px;
    background: #fbfcfe
}

.index-user-info li {
    display: initial;
    border-right: 1px solid #cfcfcf
}

.index-user-info li:last-child {
    border: 0
}

.index-user-info li a {
    background: 0!important;
    width: auto!important;
    color: #888!important;
    margin: 0!important;
    display: initial!important;
    padding: 0 20px!important
}

.index-ph {
    margin-top: 13px;
}

.index-ph-list {
    width: 100%;
    border-radius: 5px;
    background: #fff;
    padding: 10px 1px 10px;
    box-sizing: border-box
}

.index-ph-list li {
    float: left;
    width: 100px;
    margin: 20px 5px 0 0;
    overflow: hidden;
    box-sizing: border-box;
    line-height: 20px
}

.index-ph-list li:nth-child(3n) {
    float: right;
    margin-right: 0
}

.index-ph-list li a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.index-ph-list li img {
    display: block;
    height: 20px;
    width: 20px;
    float: left;
    margin-right: 5px
}

.index-list .list-article,.index-list .list-video,.index-list .list-nav,.index-list .list-soft {
    margin-top: 30px
}

.index-list .list-article-main,.index-list .list-video-main,.index-list .list-nav-main,.index-list .list-soft-main {
    border-radius: 5px;
    padding: 20px;
    box-sizing: border-box;
    background: #fff
}

.list-soft-main .layui-tab {
    width: 910px
}

.list-soft-main .layui-tab-brief&gt;.layui-tab-title .layui-this {
    color: #ff0000
}

.layui-tab-brief&gt;.layui-tab-more li.layui-this:after,.layui-tab-brief&gt;.layui-tab-title .layui-this:after {
    border-bottom: 2px solid #007bf5
}

.list-soft-main .layui-tab {
    margin: 0
}

.list-soft-main .layui-tab-title li {
    margin: 0 30px 0 0;
    padding: 0
}

.list-soft-main .list-soft-tab {
    width: 910px
}

.list-article-tab .type,.list-nav-tab .type,.list-soft-tab .type,.list-video-tab .type {
    border-bottom: 1px solid #f6f6f6
}

.list-article-tab .type a,.list-nav-tab .type a,.list-soft-tab .type a,.list-video-tab .type a {
    color: #ababab;
    display: inline-block;
    cursor: pointer;
    text-indent: 0;
    margin: 0 30px 0 0;
    font-size: 15px;
    padding: 0 5px;
    height: 30px;
    line-height: 35px
}

.list-article-tab .type .hover,.list-nav-tab .type .hover,.list-soft-tab .type .hover,.list-video-tab .type .hover {
    color: #ffffeb;
    border-bottom: 3px solid #ff0000;
    height: 40px;
    background: linear-gradient(355deg,#ffeb00,#ff0000);
}

.list-soft-plate {
    height: 385px;
    overflow: hidden
}

.article-plate,.soft-plate {
    transition: .4s all;
    width: 10000px
}

.hot-soft {
    transition: .5s all;
    width: 10000px
}

.soft-plate .plate-list {
    float: left;
    width: 910px;
    height: 400px
}

.article-plate .plate-list,.soft-plate .plate-list {
    margin-right: 0
}

.fl .list-soft-plate .plate-list,.list-nav-plate .plate-list {
    display: none
}

.list-article-plate .plate-list.ing,.list-nav-plate .plate-list.ing,.list-soft-plate .plate-list.ing,.list-video-plate .plate-list.ing {
    display: block
}

.list-nav-plate .plate-list ul {
    width: 100%;
    margin: 5px 0 0 0
}

.list-nav-plate .plate-list ul li {
    float: left;
    width: 197px;
    margin: 10px 15px 0 0;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    line-height: 20px
}

.list-nav-plate .plate-list ul li:nth-child(6n) {
    float: right;
    margin-right: 0
}

.list-nav-plate .plate-list ul li a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.list-nav-plate .plate-list ul li img {
    display: block;
    height: 20px;
    width: 20px;
    float: left;
    margin-right: 5px
}

.list-soft-plate .plate-list ul {
    width: 100%;
    margin: 5px 0 0 0
}

.list-soft-plate .plate-list ul:nth-child(3n) {
    margin-right: 0
}

.list-soft-plate .plate-list li {
    display: block;
    padding: 15px 0;
    box-sizing: initial;
    float: left;
    width: 48%;
    border-bottom: 1px solid #f6f6f6
}

.list-soft-plate .plate-list li:nth-child(2n) {
    margin-right: 0;
    float: right
}

.list-soft-plate .plate-list li .fl {
    width: 65px;
    height: 65px;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #f6f6f6
}

.list-soft-plate .plate-list li .fl img {
    width: 65px;
    height: 65px
}

.list-soft-plate .plate-list li .fr {
    width: calc(100% - 80px)
}

.list-soft-plate .plate-list li .fr h3 {
    width: 75%;
    font-size: 15px;
    margin: 15px 0 0;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative
}

.list-soft-plate .plate-list li .fr p {
    font-size: 12px;
    color: #ababab
}

.list-soft-plate .plate-list li .fr p span {
    color: #888;
    font-size: 12px;
    padding: 0 10px
}

.list-soft-plate .plate-list li .fr p i {
    font-style: initial;
    color: #ffb80f;
    font-size: 14px;
    margin-right: 5px
}

.list-soft-plate .plate-list li .fr .down {
    width: 50px;
    float: right
}

.list-soft-plate .plate-list li .fr .down b {
    font-weight: 100;
    display: block;
    text-align: right;
    font-size: 13px;
    color: #888;
    line-height: 25px
}

.list-soft-plate .plate-list li .fr .down a {
    display: block;
    /* background:#007bf5; */
    padding: 5px 0;
    text-align: center;
    color: #fff;
    margin-top: -30px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    transition: all .3s;
    background: linear-gradient(355deg,#ffeb00,#ff0000);
}

.list-soft-plate .plate-list li .fr .down a:hover {
    color: #fff;
    /* background:#1b8eff; */
    background: linear-gradient(355deg,#ffeb00,#ff0000);
}

.hot-soft .type {
    border-bottom: 1px solid #f6f6f6;
    text-align: right;
    position: relative
}

.hot-soft .type i {
    height: 10px;
    width: 1px;
    background: #888;
    display: block;
    position: absolute;
    right: 85px;
    top: 13px;
    transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -o-transform: rotate(30deg)
}

.hot-soft .type a {
    color: #ababab;
    display: inline-block;
    cursor: pointer;
    text-indent: 0;
    margin: 0 0 0 30px;
    font-size: 15px;
    padding: 0 5px;
    height: 43px;
    line-height: 35px;
    transition: all .3s
}

.hot-soft .type .hover {
    color: #ff0000;
    height: 43px
}

.hot-soft {
    width: 320px
}

.hot-soft .plate-list {
    width: 320px
}

.hot-soft .plate-list ul {
    margin-top: 20px
}

.hot-soft .plate-list li {
    width: 100%;
    position: relative;
    padding: 0 0 0 35px;
    box-sizing: border-box;
    border: 0;
    margin-bottom: 14px
}

.hot-soft .plate-list li em {
    width: 25px;
    height: 30px;
    background: #f6f6f6;
    color: #666;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    left: 0;
    font-style: inherit;
    border-radius: 5px
}

.hot-soft .plate-list li:nth-child(1) em {
    background: #fd6d3f;
    color: #fff
}

.hot-soft .plate-list li:nth-child(2) em {
    background: #f9b801e0;
    color: #fff
}

.hot-soft .plate-list li:nth-child(3) em {
    background: #88d87a;
    color: #fff
}

.hot-soft .plate-list li:nth-child(4) em {
    background: #5fafff;
    color: #fff
}

.hot-soft .plate-list li:nth-child(5) em {
    background: #cac9c9;
    color: #fff
}

.hot-soft .plate-list li .txt {
    display: block;
    overflow: hidden;
    height: 30px;
    line-height: 30px
}

.hot-soft .plate-list li p {
    padding: 0 0 5px;
    overflow: hidden;
    display: none
}

.hot-soft .plate-list .now p {
    display: block
}

.hot-soft .plate-list .now em {
    height: 100%;
    line-height: 90px
}

.hot-soft .plate-list li .img {
    width: 60px;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
    float: left;
    height: 60px
}

.hot-soft .plate-list li img {
    width: 100%;
    height: 100%
}

.hot-soft .plate-list li p span a {
    display: block;
    width: 50px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 5px;
    margin-top: 5px;
    color: #888;
    background: #f6f6f6;
    transition: all .3s
}

.hot-soft .plate-list li p span a:hover {
    color: #fff;
    background: #ff0000;
    transition: all .5s
}

.hot-soft .plate-list li i {
    font-style: normal;
    font-size: 13px;
    color: #888;
    display: block;
    margin: 8px 0
}

.hot-soft .plate-list li span {
    float: left;
    margin-left: 10px
}

.list-article-plate {
    height: 415px
}

.list-article-plate .plate-list {
    float: left;
    width: 1260px;
    height: 410px;
    display: none
}

.list-article-plate .fl {
    width: 100%;
    margin-top: 20px
}

.list-article-plate .fr {
    width: 100%
}

.list-article-tab {
    width: 100%
}

.list-article-plate .fr {
    border-top: 1px solid #f1f1f1;
    padding: 15px 0 0
}

.list-article-plate .fr li {
    line-height: 30px;
    height: 30px;
    position: relative;
    width: 23%;
    float: left;
    margin-right: 33px;
    margin-bottom: 5px
}

.list-article-plate .fr li:nth-child(4n) {
    float: right;
    margin-right: 0
}

.list-article-plate .fr li em {
    float: left;
    width: 25px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center
}

.list-article-plate .fr li a {
    float: left;
    width: calc(100% - 65px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    padding-left: 15px
}

.list-article-plate .fr li a:before {
    content: '';
    width: 3px;
    height: 3px;
    left: 2px;
    background: #e2e2e2;
    position: absolute;
    top: 14px;
    border-radius: 50%;
    z-index: 9
}

.list-article-plate .fr li:hover a:before {
    display: none
}

.list-article-plate .fr li:hover a {
    width: initial!important;
    text-overflow: initial;
    white-space: nowrap;
    z-index: 20;
    position: absolute;
    background: #fbfcfe;
    border: 1px solid #f3f3f3;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 5px;
    height: 26px;
    line-height: 26px;
    top: 1px;
    overflow: visible;
    color: #ff0000
}

.list-article-plate .fr li span {
    float: right;
    font-size: 12px;
    margin-right: 5px;
    color: #ababab
}

.list-article-plate .fr li span.news {
    color: red
}

.list-article-plate .fl li {
    width: 240px;
    margin-bottom: 25px;
    overflow: hidden;
    margin-right: 15px;
    border-radius: 5px;
    transition: all .5s;
    float: left
}

.list-article-plate .fl li:last-child {
    margin-right: 0
}

.list-article-plate .fl li:hover {
    box-shadow: 0 14px 20px -10px rgba(0,0,0,.1);
    -webkit-transform: translateY(-2px)
}

.list-article-plate .fl li:hover span {
    background: #ff0000;
    background: linear-gradient(355deg,#ffeb00,#ff0000);
}

.list-article-plate .fl li:hover img {
    transform: scale(1.2)
}

.list-article-plate .fl li .img {
    height: 150px;
    overflow: hidden
}

.list-article-plate .fl li img {
    width: 100%;
    height: 100%;
    transition: all .5s;
    object-fit: cover
}

.list-article-plate .fl li a {
    height: auto;
    position: relative;
    display: block
}

.list-article-plate .fl li a span {
    position: absolute;
    width: 100%;
    color: #fff;
    bottom: 0;
    left: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 5%;
    line-height: 35px;
    height: 35px;
    display: block;
    background-color: #ff0000;
    background: linear-gradient(355deg,#ffeb00,#ff0000);
}

.list-video-plate {
    height: 370px;
}

.list-video-plate .plate-list {
    float: left;
    width: 1260px;
    height: 370px;
    display: none;
}

.list-video-tab {
    width: 100%
}

.list-video-plate ul {
    width: 100%;
}

.list-video-plate ul li {
    width: 240px;
    margin-bottom: 10px;
    overflow: hidden;
    margin-right: 15px;
    transition: all .5s;
    float: left;
}

.list-video-plate ul li:nth-child(5n) {
    margin-right: 0
}

.list-video-plate ul li:hover img {
    transform: scale(1.1)
}

.list-video-plate ul li .img {
    height: 150px;
    overflow: hidden;
    border-radius: 5px;
}

.list-video-plate ul li img {
    width: 100%;
    height: 100%;
    transition: all .5s;
    object-fit: cover
}

.list-video-plate ul li a {
    height: auto;
    position: relative;
    display: block
}

.list-video-plate ul li a span {
    bottom: 0;
    left: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 35px;
    display: block;
    line-height: 35px;
}

.index-quan .title {
    margin-top: 30px
}

.index-quan .li-quan {
    margin-right: 30px;
    width: 410px;
    height: 140px;
    display: inline-block;
    margin-bottom: 25px;
    background-color: #fff;
    vertical-align: top;
    transition: all .3s;
    border-radius: 5px;
    overflow: hidden
}

.index-quan .li-quan:nth-child(3n) {
    margin-right: 0;
    float: right
}

.index-quan .li-quan:hover {
    -webkit-transform: translateY(-5px);
    -webkit-box-shadow: 0 34px 20px -24px rgba(0,0,0,.1);
    box-shadow: 0 34px 20px -24px rgba(0,0,0,.1);
    -webkit-transform: translateY(-5px)
}

.index-quan .li-quan .picture-warpper {
    display: block;
    float: left;
    position: relative;
    width: 140px;
    height: 140px;
    overflow: hidden
}

.index-quan .li-quan .picture-warpper .fubaocover {
    width: 140px;
    height: 140px;
    position: absolute;
    top: 0;
    left: 0
}

.index-quan .li-quan .fubaoshadow {
    width: 411px;
    height: 145px;
    display: none;
    pointer-events: none
}

.index-quan .li-quan .desc-wrap .promotioninfo .promotion {
    color: #e74737;
    float: left;
    font-size: 16px;
    width: 240px;
    height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.index-quan .li-quan .desc-wrap .msginfo-row {
    height: 26px;
    overflow: hidden;
    width: 100%
}

.index-quan .li-quan .desc-wrap .msginfo-row .remaindays {
    float: left
}

.index-quan .li-quan .desc-wrap .aftercoupon {
    color: #e74737
}

.index-quan .li-quan .desc-wrap .aftercoupon&gt;span {
    font-size: 20px
}

.index-quan .li-quan .picture-warpper .recommend-product {
    width: 42px;
    height: 42px;
    position: absolute;
    right: 0;
    top: 0;
    /*background:url(/content/images/recommend.png)*/
}

@media only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
    .index-quan .li-quan .picture-warpper .recommend-product {
        /*background:url(/content/images/recommend@2x.png)*/
    }
}

.index-quan .li-quan img {
    width: 140px;
    height: 140px
}

.index-quan .li-quan .desc-wrap {
    display: block;
    float: right;
    padding: 20px 20px 10px 3px;
    width: 230px
}

.index-quan .li-quan .desc-wrap .product-title-wrap {
    overflow: hidden;
    margin-bottom: 20px
}

.index-quan .li-quan .desc-wrap .couponlink {
    width: 74px;
    height: 26px;
    font-size: 13px;
    display: inline-block;
    background-color: #ff0000;
    text-align: center;
    line-height: 27px;
    vertical-align: bottom;
    color: #fff;
    border-radius: 3px;
    float: right
}

.index-quan .li-quan .desc-wrap .couponlink.hovering {
    background-color: #e74737;
    border: none;
    color: #fff
}

.index-quan .li-quan .desc-wrap .couponlink:hover {
    background-color: #ff0000;
    color: #fff
}

.index-quan .li-quan .desc-wrap .product-title-wrap {
    height: 46px;
    overflow: hidden
}

.index-quan .li-quan .desc-wrap .product-title-wrap .product-title {
    font-size: 14px;
    color: #585858;
    line-height: 22px;
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.index-quan .li-quan .desc-wrap .product-title-wrap .product-title:hover {
    color: #ff0000
}

.index-quan .li-quan .desc-wrap .msginfo-row .remaindays b {
    color: #ff002b;
    padding-right: 5px;
    font-size: 18px
}

.index-quan .li-quan .desc-wrap .msginfo-row .remaindays s {
    color: #888;
    font-size: 12px
}

.index-quan .loadding {
    margin: 50px auto
}

.index-link {
    margin-top: 20px
}

.index-link h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px
}

.index-link li {
    float: left;
    margin-right: 15px
}

.index-link ul {
    background: #fff;
    padding: 20px 20px;
    border-radius: 5px
}

.index-link li a {
    color: #888
}

@media screen and (max-width: 800px) {
    .index-ad li {
        width:100%;
        margin: .5rem 0 0;
        height: 40px
    }

    .index-ad li:nth-child(3n) {
        margin: .5rem 0 0;
        float: left
    }

    .index-ad li:nth-child(2n) {
        margin-right: 0;
        float: right
    }

    .index-ad-txt {
        margin: .5rem 0 0 0
    }

    .index-ad .google-ad {
        display: none
    }

    .index-rank li,.list-nav-plate .plate-list ul li {
        width: 31%;
        margin: 1%
    }

    .index-rank li:nth-child(3),.list-nav-plate .plate-list ul li:nth-child(3) {
        float: right;
        margin-right: 0
    }

    .index-info,.index-list .list-article,.index-list .list-soft,.index-main,.index-quan {
        margin-top: 20px
    }

    .index-info,.index-news,.index-news-list,.index-news-list ul li,.list-soft-main .list-soft-tab {
        width: 100%
    }

    .index-news-list {
        padding: .5rem;
        height: auto
    }

    .index-news-list ul li {
        padding: .2rem 0;
        border-radius: 30px;
        line-height: 30px;
        background: 0!important
    }

    .index-news-list ul li:nth-child(2n) {
        border-radius: 30px
    }

    .index-news-list ul {
        margin: 0
    }

    .hot-soft,.index-info,.index-list .title,.index-news .title,.index-quan .title,.index-tool .title {
        display: none
    }

    .index-news .page a {
        margin: .5rem
    }

    .index-news .page {
        background: #f6f6f6;
        border-radius: 10px
    }

    .list-soft-plate {
        height: auto
    }

    .list-article-tab .type,.list-nav-tab .type,.list-soft-tab .type,.list-video-tab .type {
        width: auto;
        overflow-x: scroll
    }

    .list-article-tab .type::-webkit-scrollbar,.list-nav-tab .type::-webkit-scrollbar,.list-soft-tab .type::-webkit-scrollbar,.list-video-tab .type::-webkit-scrollbar {
        height: 0
    }

    .list-article-tab .type a,.list-nav-tab .type a,.list-soft-tab .type a,.list-video-tab .type a {
        white-space: nowrap;
        display: table-cell;
        padding: 0 .5rem;
        font-size: 14px
    }

    .list-article-plate .plate-list,.list-nav-plate .plate-list li,.list-soft-plate .plate-list li,.list-video-plate .plate-list {
        width: 100%
    }

    .list-soft-plate .plate-list li:last-child {
        border-bottom: 0;
        padding-bottom: 0
    }

    .list-article-plate .fl li {
        width: 48%;
        margin-right: 0;
        display: none
    }

    .list-video-plate ul li {
        width: 48%;
        margin-right: 0;
    }

    .list-article-plate .fl li:nth-child(2),.list-video-plate ul li:nth-child(2n) {
        margin-right: 0;
        float: right;
    }

    .list-video-plate ul li:nth-child(5n) {
        margin: 0;
        float: left;
    }

    .list-article-plate .fl li:nth-child(1),.list-article-plate .fl li:nth-child(2) {
        display: block
    }

    .list-article-plate .fl li .img {
        height: 7rem
    }

    .list-video-plate ul li .img {
        height: 5.3rem
    }

    .list-article-plate .fr li {
        width: 100%
    }

    .list-article-plate .plate-list,.list-video-plate .plate-list {
        overflow: hidden
    }

    .index-quan .li-quan {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2%;
        height: auto;
        border-radius: 5px;
        overflow: hidden
    }

    .index-box,.index-box::before {
        height: 20rem;
        margin-bottom: 5px
    }

    .index-box .index-box-tab {
        padding-top: 6rem
    }

    .index-box .search-box {
        width: 90%;
        height: auto;
        overflow: hidden;
        border-radius: 1rem
    }

    .index-box .search-box .iconfont,.index-box .search-box .txt {
        width: 100%;
        border-radius: .8rem
    }

    .index-box .search-box .iconfont {
        margin-top: .5rem
    }
}
</pre></body></html>