.search-header {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.s-h-ul {
    height: 100%;
    display: flex;
    align-items: center;
}
.res-wrap .s-h-ul {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin-top: auto;
    margin-bottom: auto;
}
.s-h-ul-li {
    position: relative;
    padding: 0px 15px;
}
.search-header .s-h-ul-li {
    line-height: 60px;
}
.search-footer .s-h-ul-li {
    padding: 0px 8px;
}
.s-h-ul-li a {
    color: #333;
    transition: all .3s;
}
.s-h-ul-li a:hover {
    color: dodgerblue;
}
.search-main {
    /* height: calc(100% - 100px); */
}
.search-footer {
    height: 40px;
    background-color: #f5f5f5;
    display: flex;
    justify-content: space-between;
}
.search-wrap {
    max-width: 1000px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 45px;
}
.position.search-wrap {
    padding-top: 5%;
}
.search-logo {
    margin: 0 auto 30px;
    text-align: center;
}
.search-logo a {
    display: inline-block;
}
.position-scroll .search-logo a {
    display: block;
}
.search-box {
    display: flex;
    width: 80%;
    margin: 0 auto;
    position: relative;
    /* margin-bottom: 60px; */
    position: relative;
}
.search-input {
    flex: 1;
    outline: none;
    border: 2px solid #ccc;
    border-right: 0;
    height: 45px;
    border-radius: 10px 0px 0px 10px;
    padding: 0px 15px;
    transition: all .2s;
    font-size: 16px;
    
}
.search-input::placeholder {
    color: #ccc;
}
.search-input:focus {
    border-color: dodgerblue;
}
.search-btn {
    width: 80px;
    text-align: center;
    line-height: 45px;
    background-color: dodgerblue;
    color: #fff;
    border-radius: 0px 10px 10px 0px;
    font-size: 16px;
    cursor: pointer;
    transition: all .3s;
    background-image: url("../images/i-search.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
}
.search-btn:hover {
    background-color: royalblue;
}
.search-drop-list.active {
    display: block;
}
.search-drop-list {
    display: none;
    position: absolute;
    width: 100%;
    min-height: 50px;
    left: 0;
    top: calc(100% + 5px);
    background-color: #fff;
    border: 2px solid #9ba9d4;
    border-radius: 10px;
    padding-bottom: 20px;
    z-index: 50;
    box-shadow: 0 5px 5px rgba(0,0,0,.2);
}
.search-footer .s-h-ul-li a {
    color: #999;
    font-size: 12px;
}
.search-footer .s-h-ul-li a:hover {
    color: #333;
}
.res-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    display: flex;
    padding-left: 0;
    background-color: #fff;
    z-index: 2200;
}
.res-header.active {
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.res-logo {
    /* position: absolute;
    top: 0;
    right: calc(100% + 25px);
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 50; */
    height: 42px;
}
.res-header .search-box {
    margin-bottom: 0;
    width: 60%;
    max-width: 600px;
    margin-left: 20px;
    align-items: center;
}
.res-header .search-box .search-input,
.res-header .search-box .search-btn {
    height: 40px;
    line-height: 40px;
}
.res-main {
    min-height: 1000px;
    padding: 70px 0 40px 0;
    position: relative;
}
.res-nav {
    display: flex;
    height: 30px;
    align-items: center;
    color: #999;
}
.res-nav-item {
    margin-right: 20px;
    cursor: pointer;
    transition: all .3s;
    display: flex;
    align-items: center;
    font-size: 16px;
    /* font-weight: bold; */
}
.icon-nav-item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.res-nav-item:hover {
    color: #333;
}
.res-nav-item.active {
    color: dodgerblue;
    font-weight: bold;
}
.res-content {
    display: flex;
    min-height: 600px;
    padding-top: 10px;
    position: relative;
    margin-bottom: 40px;
}
.res-c-left {
    flex: 1 0 600px;
    max-width: calc(100% - 350px);
    padding-right: 50px;
}
.res-c-right {
    width: 350px;
    flex: 0 0 350px;
    /* background-color: #eee; */
}
.wz-ul {
    /* margin-right: 100px; */
}
.wz-ul-item {
    margin-bottom: 20px;
}
.wz-item-a {
    display: block;
    color: #666;
}


.wz-li-title a {
    /* color: royalblue; */
    color: #000;
    transition: all .3s;
    font-size: 18px;
    font-weight: bold;
}
.wz-li-title a:hover {
    color: dodgerblue;
}
.wz-li-title a:visited {
    color: #7b6996
}

.wz-li-title {
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wz-li-bottom {
    display: flex;
    transition: all .3s;
    /* justify-content: space-between; */
}
.wz-time {
    flex-shrink: 0;
}
.wz-kw-ul {
    display: flex;
    margin-left: 50px;
    flex-wrap: wrap;
}
.kw-item {
    margin-right: 12px;
}
.wz-kw-ul .kw-item:last-of-type {
    margin-right: 0;
}
.wz-li-bottom {
    color: #999;
}
.icon-zh {
    background-image: url("../images/icon-zh.png");
}
.res-nav-item.active .icon-zh {
    background-image: url("../images/icon-zh-active.png");
}
.icon-kp {
    background-image: url("../images/icon-kp.png");
}
.res-nav-item.active .icon-kp {
    background-image: url("../images/icon-kp-active.png");
}
.icon-bd {
    background-image: url("../images/icon-bd.png");
}
.res-nav-item.active .icon-bd {
    background-image: url("../images/icon-bd-active.png");
}
.icon-bg {
    background-image: url("../images/icon-bg.png");
}
.res-nav-item.active .icon-bg {
    background-image: url("../images/icon-bg-active.png");
}
.icon-zt {
    background-image: url("../images/icon-zt.png");
}
.res-nav-item.active .icon-zt {
    background-image: url("../images/icon-zt-active.png");
}
.icon-data {
    background-image: url("../images/icon-data.png");
}
.res-nav-item.active .icon-data {
    background-image: url("../images/icon-data-active.png");
}
.icon-315 {
    background-image: url("../images/icon-315.png");
}
.res-nav-item.active .icon-315 {
    background-image: url("../images/icon-315-active.png");
}
.icon-drb {
    background-image: url("../images/icon-drb.png");
}
.res-nav-item.active .icon-drb {
    background-image: url("../images/icon-drb-active.png");
}
.icon-pj {
    background-image: url("../images/icon-pj.png");
}
.res-nav-item.active .icon-pj {
    background-image: url("../images/icon-pj-active.png");
}
.icon-kd {
    background-image: url("../images/icon-kd.png");
}
.res-nav-item.active .icon-kd {
    background-image: url("../images/icon-kd-active.png");
}
.icon-sz {
    background-image: url("../images/icon-sz.png");
}
.res-nav-item.active .icon-sz {
    background-image: url("../images/icon-sz-active.png");
}
.icon-al {
    background-image: url("../images/icon-al.png");
}
.res-nav-item.active .icon-al {
    background-image: url("../images/icon-al-active.png");
}
.icon-rw {
    background-image: url("../images/icon-rw.png");
}
.icon-company {
    background-image: url("../images/icon-company.png");
}
.res-nav-item.active .icon-rw {
    background-image: url("../images/icon-rw-active.png");
}
.zt-ul {
    display: flex;
    flex-wrap: wrap;
}
.zt-ul-item {
    flex: 0 0 30%;
    margin-bottom: 30px;
}
.zt-ul-item:nth-of-type(3n - 1) {
    margin: 0px 5%;
    margin-bottom: 30px;
}
.zt-ul-item a {
    display: block;
    color: #666;
}
.zt-img {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 63.6%;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 5px;
}

.zt-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all .5s;
}
.zt-content {
    /* padding: 5px; */
}
.zt-title {
    max-height: 40px;
    height: 40px;
    overflow: hidden;
    margin: 0px auto 10px;
    padding: 0px 5px;
    transition: all .3s;
}
.zt-sub {
    display: flex;
    font-size: 12px;
    align-items: center;
    justify-content: space-between;
}
.zt-label {
    display: flex;
    align-items: center;
}
.zt-label p:nth-of-type(2) {
    margin-left: 5px;
}
.zt-label p {
    background-color: dodgerblue;
    color: #fff;
    padding: 2px 8px;
    border-radius: 3px;
    transition: all .3s;
}
.zt-time {
    padding-right: 5px;
}
.zt-ul-item:hover .zt-img img {
    transform: scale(1.05);
}
.zt-ul-item:hover .zt-title {
    color: dodgerblue;
}
.zt-ul-item:hover .zt-label p {
    background-color: royalblue;
}
.zw.wz-ul-item .wz-li-title,
.zw.wz-ul-item .wz-time {
    height: 30px;
    background-color: #f7f7f7;
    border-radius: 5px;
}
.zw.wz-ul-item .wz-time {
    width: 250px;
}
.zt-ul-item.zw .zt-img,
.zt-ul-item.zw .zt-title,
.zt-ul-item.zw .zt-sub {
    background-color: #f7f7f7;
}
.zt-ul-item.zw .zt-title {
    margin-bottom: 5px;
    height: 25px;
}
.zt-ul-item.zw .zt-sub {
    width: 80px;
    height: 25px;
}
.search-num {
    /*position: absolute;
    top: 0;
    left: 0;*/
    line-height: 30px;
    margin-bottom: 10px;
    color: #999;
}
.r-title {
    display: flex;
    justify-content: space-between;
    color: #666;
    align-items: center;
    height: 35px;
    padding: 0px 10px;
    background-color: #f7f7f7;
    margin-bottom: 5px;
}
.r-title p {
    font-weight: bold;
    font-size: 16px;
}
.r-title a {
    color: #666;
}
.r-title a:hover {
    color: #f90;
}
.r-c-item {
    padding: 8px 0px;
}
.form {
    display: flex;
    height: 30px;
    align-items: center;
}
.form-btn {
    width: 100px;
    line-height: 35px;
    background-color: dodgerblue;
    color: #fff;
    cursor: pointer;
    border-radius: 0px 5px 5px 0px;
}
.form-btn:hover {
    background-color: royalblue;
}
.form-input {
    flex: 1;
    outline: none;
    border: 2px solid #eee;
    border-right: 0px;
    line-height: 35px;
    height: 35px;
    padding: 0px 5px;
    border-radius: 5px 0px 0px 5px;
    transition: all .2s;
}
.form-input:focus {
    border-color: dodgerblue;
}
.form-input::placeholder {
    color: #999;
}
.el-checkbox__label {
    padding-left: 5px;
}
.el-checkbox-group {
    display: flex;
    justify-content: space-between;
    padding: 0px 3px;
}
.el-checkbox {
    margin-right: 0;
}
.res-c-r-box {
    margin-bottom: 30px;
}
.res-c-r-box .r-c-item img {
    width: 100%;
    border-radius: 5px;
}
.r-c-item-li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
    line-height: 35px;
    transition: all .3s;
    padding: 0px 5px;
}
.r-c-item-li a:hover {
    color: dodgerblue;
}
.no-res {
    width: 100%;
    min-height: 300px;
    background-image: url('../images/icon-no-search.png');
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: center;
    text-align: center;
    color: #999;
    font-size: 16px;
    line-height: 100px;
}
.res-wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.footer .product_box {
    justify-content: space-between!important;
}
.hot-li-item {
    display: flex;
    align-items: center;
    height: 30px;
    padding-right: 10px;
}
.hot-li-item.rank1 .rank-bg,
.hot-list-ul .list-ul-li.rank1 a .rank-num,
.rank-ul-item.rank1 .ts-rank-num {
    background-color: red;
}
.hot-li-item.rank1 .hot-title a,
.hot-li-item.rank1 .hot-num,
.hot-list-ul .list-ul-li.rank1 a,
.rank-ul-item.rank1 .ts-name {
    color: red;
}
.hot-li-item.rank2 .rank-bg,
.hot-list-ul .list-ul-li.rank2 a .rank-num,
.rank-ul-item.rank2 .ts-rank-num {
    background-color: #ff8100;
}
.hot-li-item.rank2 .hot-title a,
.hot-li-item.rank2 .hot-num,
.hot-list-ul .list-ul-li.rank2 a,
.rank-ul-item.rank2 .ts-name {
    color: #ff8100;
}
.hot-li-item.rank3 .rank-bg,
.hot-list-ul .list-ul-li.rank3 a .rank-num,
.rank-ul-item.rank3 .ts-rank-num {
    background-color: #ffc800;
}
.hot-li-item.rank3 .hot-title a,
.hot-li-item.rank3 .hot-num,
.hot-list-ul .list-ul-li.rank3 a,
.rank-ul-item.rank3 .ts-name {
    color: #ffc800;
}
.hot-rank {
    width: 50px;
    text-align: center;

}
.rank-bg {
    /* margin: 0 auto; */
    margin-left: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #a2aeb9;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
}
.hot-num {
    width: 80px;
    text-align: right;
    color: #666;
}
.hot-title {
    flex: 1
}
.hot-title a {
    color: #666;
}
.list-item {
    padding: 10px 15px;
    padding-bottom: 0;
}
.list-item-label {
    color: #000;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    height: 30px;
    /* justify-content: space-between; */
}
.list-ul {
    display: flex;
    flex-wrap: wrap;
}
.list-ul-li {
    margin-right: 8px;
    margin-bottom: 8px;
}
.hot-list-ul .list-ul-li {
    flex: 0 0 18.5%;
    width: 18.5%;
    margin-right: 1.5%;
}
.hot-list-ul .list-ul-li:nth-of-type(5n) {
    margin-right: 0;
}
.hot-list-ul .list-ul-li a {
    background-color: transparent;
    color: dodgerblue;
    padding: 0px;
}
.hot-list-ul .list-ul-li a .rank-num {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    background-color: dodgerblue;
    color: #fff;
    text-align: center;
    margin-right: 5px;
    border-radius: 3px;
}
.list-ul-li a {
    color: #666;
    background-color: #f2f2f2;
    font-size: 12px;
    display: block;
    line-height: 20px;
    padding: 0px 10px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hot-list-ul .list-ul-li a {
    border-radius: 0;
}
.delet-btn {
    color: #999;
    cursor: pointer;
    margin-left: 20px;
    font-size: 12px;
    /* color: red; */
}
.delet-btn:hover {
    color: #f34848;
}
.more-a {
    display: block;
    width: 100%;
    background-color: #f2f2f2;
    color: dodgerblue;
    text-align: center;
    border-radius: 20px;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    margin-bottom: 20px;
}
.more-a:hover {
    background-color: dodgerblue;
    color: #fff;
}
.exit-search {
    display: none;
    margin: 30px auto 0px;
    width: 200px;
    line-height: 40px;
    border-radius: 20px;
    background-color: #f2f2f2;
    color: #666;
    text-align: center;
}
.m-search-menu {
    display: none;
    width: 40px;
    height: 40px;
    background-image: url('../images/icon-menu.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}
.footer .main {
    max-width: 1200px;
    width: 100%;
}
.hot-more-btn {
    width: 200px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #f7f7f7;
    color: #666;
    margin: 0 auto;
    border-radius: 15px;
    cursor: pointer;
}
.hot-more-btn:hover {
    background-color: dodgerblue;
    color: #fff;
}
.loading span {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin: 3px;
    opacity: 1;
    background: #007DB6;
    border-radius: 50%;
    -webkit-animation: loading 1.2s infinite alternate;
    animation: loading 1.2s infinite alternate;
}
.loading span:nth-of-type(2) {
    background: #008FB2;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.loading span:nth-of-type(3) {
    background: #009B9E;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.loading span:nth-of-type(4) {
    background: #00A77D;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.loading span:nth-of-type(5) {
    background: #00B247;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.loading span:nth-of-type(6) {
    background: #5AB027;
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
}
.loading span:nth-of-type(7) {
    background: #A0B61E;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.loading {
    text-align: center;
    padding: 50px 0px;
}
.loading p {
    color: #999;
    letter-spacing: 2px;
    font-size: 16px;
}
.index-res {
    display: flex;
    min-height: 200px;
    padding-bottom: 50px;
    position: relative;
}
.index-right {
    width: 350px;
}
.index-left {
    width: calc(100% - 350px);
}
.index-drop {
    position: absolute;
    bottom: 60px;
    width: 100%;
    height: 40px;
    left: 0
}

@-webkit-keyframes loading {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}
@keyframes loading {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}

.index-res-list {
    padding: 20px 0px;
}
.index-res .r-title {
    background-color: transparent;
}
.index-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #eee;
}
.more-product-btn {
    cursor: pointer;
}
.more-product-btn:hover .more-btn {
    color: red;
}
.more-product-btn:hover .more-product-list {
    display: block;
}
.more-product-list {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    display: none;
}
.product-list {
    display: flex;
    width: 300px;
    flex-wrap: wrap;
    padding: 20px 0px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,.3);
}
.product-item {
    flex: 0 0 25%;
}
.product-item:nth-of-type(1),
.product-item:nth-of-type(2),
.product-item:nth-of-type(3),
.product-item:nth-of-type(4) {
    margin-bottom: 15px;
}
.img-border {
    width: 50px;
    height: 50px;
    padding: 5px;
    margin: 0 auto 5px;
    border: 1px solid #eee;
    border-radius: 8px;
}
.product-img-bg {
    width: 100%;
    height: 100%;
    background-image: url("../images/top_jlt13.png");
    background-repeat: no-repeat;
}
.img-bg1 {
    background-position:-160px -282px;
}
.img-bg2 {
    background-position:-160px -322px;
}
.img-bg3 {
    background-position:-160px -362px;
}
.img-bg4 {
    background-position:-160px -402px;
}
.img-bg5 {
    background-position:-160px -442px;
}
.img-bg6 {
    background-position:-160px -482px;
}
.img-bg8 {
    background-image: url('../images/icon-zh-active.png');
    background-size: 100%;
    background-position:center;
}
.product-name {
    text-align: center;
    line-height: 25px;
}
.position-scroll  {
    position: fixed;
    left: 0;
    top: 0;
    height: 70px;
    padding-top: 0;
    background-color: #fff;
    width: 100%;
    z-index: 100;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.position-scroll .search-logo img {
    height: 50px;
}
.position-scroll .position {
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.position-scroll .search-logo,
.position-scroll .search-box {
    margin-bottom: 0;
}
.position-bottom {
    padding-top: 340px;
}
.position-bottom .index-right {
    position: fixed;
    top: 70px;
    right: calc(50% - 500px);
    z-index: 50;
}
.search-box-hot {
    display: none;
}
.public-tools-btn {
    position: fixed;
    right: 50px;
    z-index: 200;
    bottom: 150px;
}
.public-tools-list {
    width: 40px;
}
.public-tools-item {
    width: 100%;
    height: 40px;
    border-radius: 50%;
    margin-bottom: 12px;
    cursor: pointer;
    /* box-shadow: 0px 0px 5px rgba(0,0,0,.1); */
    background-color: #fbfafa;
    transition: all .3s;
    border: 1px solid #f7f7f7;
    position: relative;
}
.icon-public {
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
}
.icon-ewm {
    background-image: url('../images/icon-public-ewm.png');
}
.icon-top {
    background-image: url('../images/icon-public-top.png');
}
.public-tools-item.icon-ewm:hover {
    background-image: url('../images/icon-public-ewm-active.png');
}
.public-tools-item.icon-top:hover {
    background-image: url('../images/icon-public-top-active.png');
}
.tools-item-list {
    position: absolute;
    right: calc(100% + 10px);
    top: 0;
    width: 220px;
    height: 90px;
    border: 1px solid #ddd;
    border-radius: 10px;
    display: none;
    align-items: center;
    padding: 10px;
    background-color: #fff;
    z-index: 100;
}
.public-tools-item.icon-public.icon-ewm:hover .tools-item-list {
    display: flex;
}
.emw-img {
    padding-left: 10px;
}
.emw-img img{
    width: 60px;
}
.ewm-content {
    flex: 1;
    font-weight: bold;
}
.public-tools-item.icon-public.icon-top {
    display: none;
}

.public-tools-item.icon-public.icon-top.active {
    display: block;
}
.r-c-ul-list {
    display: flex;
    flex-wrap: wrap;
}

.r-c-ul-list-item {
    line-height: 25px;
    margin-bottom: 8px;
    background-color: #f7f7f7;
    margin-right: 8px;
    border-radius: 5px;
    cursor: pointer;
}
.r-c-ul-list-item a {
    display: block;
    color: #666;
    padding: 0px 8px;
}
.r-c-ul-list-item:hover {
    background-color: dodgerblue;
}
.r-c-ul-list-item:hover a{
    color: #fff;
}
.el-card__header {
    padding: 10px 20px;
}
.pj-cpy {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.pj-status {
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    color: #fff;
    background-color: dodgerblue;
    line-height: 20px;
    height: 20px;
    padding: 0px 8px;
    border-radius: 3px;
}
.pj-num {
    font-weight: bold;
    font-size: 20px;
    color: dodgerblue;
    margin-left: 5px;
}
.content-wrap {
    min-height: 500px;
}
.hot-ul {
    min-height: 140px;
}
.rank-ul {
    flex-wrap: wrap;
    font-size: 15px;
    display: flex;
    align-items: center;
}
.rank-ul-item {
    width: 50%;
    padding: 0px 5px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.ts-rank-num {
    margin-right: 15px;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    line-height: 20px;
    background-color: #a2aeb9;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 12px;
} 
.ts-name {
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ts-name:hover {
    color: #333;
}
.r-title-p {
    padding-left: 30px;
    position: relative;
}
.r-title-p::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
}
.r-title-p.dszk-item::after {
    background-image: url('../images/icon-right-dszk.png');
}
.r-title-p.xgpt-item::after {
    background-image: url('../images/icon-right-xg-cpy.png');
}
.r-title-p.hot-item::after {
    background-image: url('../images/icon-right-hot-rank.png');
}
.r-title-p.ts-item::after {
    background-image: url('../images/icon-right-ts-rank.png');
}
.r-title-p.dsb-item::after {
    background-image: url('../images/icon-right-data-ad.png');
}
.r-title-p.bg-item::after {
    background-image: url('../images/icon-right-bg.png');
}

.r-title-p.wjs-service-item::after {
    background-image: url('../images/icon-zh.png');
}






@media (max-width: 768px) {
    
    .public-tools-btn {
        right: 10px;
        bottom: 40px;
    }
    .search-box-hot {
        display: block;
    }
    .more-product-btn {
        display: none;
    }
    .res-nav, .res-nav .res-nav-item, .res-nav .res-nav-item i, .res-nav .res-nav-item p {
        cursor: pointer;
        font-size: 14px;
    }
    input{
        -webkit-appearance: none;
    }
    .exit-search,
    .m-search-menu {
        display: block;
    }
    .res-c-right {
        display: none;
    }
    .res-main {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 40px;
    }
    * {
        font-size: 12px;
    }
    .wz-li-title a {
        font-size: 14px;
        /* font-weight: normal; */
    }
    .res-c-left {
        padding-right: 0px;
        max-width: 100%;
    }
    .res-nav {
        flex-wrap: wrap;
        height: auto;
        padding: 5px 0px;
    }
    .el-pager,
    .el-pagination__sizes {
        display: none!important;
    }
    .res-nav-item {
        flex: 0 0 25%;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .wz-li-bottom {
        flex-direction: column;
    }
    .wz-kw-ul {
        margin-left: 0;
    }
    .wz-time {
        padding-bottom: 5px;
    }
    .res-header .search-box {
        width: 80%;
        padding: 0px 5px;
        margin-right: 0px;
        margin-left: 0;
    }
    .res-wrap .s-h-ul {
        display: none;
        position: fixed;
        top: 40px;
        left: 0;
        width: 100%;
        right: auto;
        bottom: auto;
        background-color: #fff;
    }
    .res-wrap .s-h-ul.active {
        display: block;
    }
    .res-header .search-box .search-input, .res-header .search-box .search-btn {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .res-header .search-box .search-input {
        border-radius: 15px 0px 0px 15px;
    }
    .res-header .search-box .search-btn {
        border-radius: 0px 15px 15px 0px;
    }
    .s-h-ul-li a {
        display: block;
        text-align: center;
        line-height: 35px;
        margin-bottom: 3px;
        border-bottom: 1px solid #f7f7f7;
    }
    .search-btn {
        background-size: 15px 15px;
    }
    .search-btn {
        width: 40px;
    }
    .res-logo {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        height: 30px;
    }
    .search-input {
        border-width: 1px;
    }
    .res-header {
        height: 45px;
    }
    .res-header .res-wrap {
        justify-content: space-between;
        padding: 0px 5px;
    }
    .search-drop-list {
        position: fixed;
        top: 45px;
        border-radius: 0;
        border: 0;
        height: calc(100% - 45px);
        border-bottom: 1px solid #eee;
    }
    .hot-list-ul .list-ul-li {
        flex: 0 0 50%;
        width: 50%;
        margin-right: 0;
    }
    .hot-list-ul .list-ul-li a .rank-num {
        margin-right: 10px;
    }
    .icon-nav-item {
        width: 16px;
        height: 16px;
    }
    .search-header .s-h-ul {
        display: flex;
    }
    .search-header {
        display: none;
        position: fixed;
        background-color: #fff;
        height: auto;
        top: 45px;
        left: 0;
        width: 100%;
        z-index: 100;
    }
    .search-header.active {
        display: block;
        box-shadow: 0 0 5px rgba(0,0,0,.2);
    }
    .search-header .s-h-ul {
        flex-direction: column;
    }
    .search-header .s-h-ul .s-h-ul-li {
        width: 100%;
    }
    .search-header .s-h-ul .s-h-ul-li a {
        display: block;
        width: 100%;
        line-height: 30px;
        text-align: center;
        border-bottom: 1px solid #f2f2f2;

    }
    .search-main.position-scroll {
        height: 50px;
    }
    .search-wrap {
    }
    .position-scroll .position.search-wrap {
        padding-top: 0;
    }
    .position.search-wrap {
        padding-top: 80px;
    }
    .search-main .search-input, .search-main .search-btn {
        height: 35px;
        line-height: 35px;
        font-size: 12px; 
    }
    .search-main .search-box {
        width: 90%;
        margin-bottom: 30px;
    }
    .search-main .search-logo img {
        height: 50px;
    }
    .position-scroll.search-main .search-logo img {
        height: 35px;
    }
    .position-scroll.search-main .search-box {
        margin-bottom: 0;
    }
    .search-main .search-drop-list {
        top: 200px;
        height: calc(100% - 200px);
    }
    .search-footer .s-h-ul:nth-of-type(1) {
        display: none;
    }
    .search-footer .s-h-ul {
        flex-wrap: wrap;
    }
    .search-footer .s-h-ul .s-h-ul-li:nth-of-type(1) {
        flex: 0 0 100%;
    }
    .search-footer .s-h-ul .s-h-ul-li {
        flex: 0 0 50%;
        text-align: center;
        height: 20px;
        padding: 0;
    }
    .search-footer .s-h-ul .s-h-ul-li a {
        line-height: 20px;
        margin-bottom: 0;
        border-bottom: 0;
    }
    .zt-ul-item {
        flex: 0 0 50%;
        padding: 5px;
        margin-bottom: 10px;
    }
    .zt-ul-item:nth-of-type(3n - 1) {
        margin: 0;
    }
    .zt-title {
        height: 35px;
        max-height: 35px;
        margin-bottom:5px;
    }
    .index-right {
        display: none;
    }
    .index-left {
        width: 100%;
    }
    .index-res {
        padding: 0 5px;
    }
}