﻿@font-face {
    font-family: 'CTLaoSongSJ';
    src: url('../fonts/ctlaosongsj.eot');
    src: url('../fonts/ctlaosongsj.svg');
    src: url('../fonts/ctlaosongsj.ttf');
    src: url('../fonts/ctlaosongsj.woff');
    src: url('../fonts/ctlaosongsj.woff2');
}

.bg {
    width: 100%;
    height: 266px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 27px;
    background: url("../images/banner_bg.png") no-repeat center;
}

.location {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1200px;
    margin: 0 auto 30px;
}

.location a, .location i {
    color: rgba(254, 254, 254, 0.4)
}

.cur_location:hover {
    color: rgb(254, 254, 254)
}

.arrow1 {
    display: inline-block;
    width: 12px;
    height: 9px;
    background: url("../images/dashuangjiantou.png") no-repeat center;
}

.arrow2 {
    display: inline-block;
    width: 8px;
    height: 9px;
    background: url("../images/xiaoshuangjiantou.png") no-repeat center;
}

.wid1200 {
    width: 1200px;
    margin: 0 auto;
}

.box-sizing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.location {
    color: #8288a1;
    width: 1200px;
    margin: 0 auto;
}

/*搜索列表*/
.search-box {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1200px;
    margin: -195px auto 0;
    -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1);
    padding-bottom: 3px;
    background: #fff;
}

.search-left {
    background: #ffffff;
}

.search-list {
    position: relative;
    width: 980px;
    min-height: 60px;
    background: #f5f7fa;
}

.search-list:after {
    content: '';
    display: block;
    width: 870px;
    border-bottom: 1px dashed #e8e5f1;
    position: absolute;
    right: 0;
    bottom: 0;
}

.search-tit {
    height: 60px;
    width: 110px;
    padding-left: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 60px;
    color: #888888;
    font-size: 14px;
}

.search-uls {
    width: 870px;
    height: 60px;
    background: #ffffff;
}

.search-lis {
    padding: 0 15px 0 20px;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
}

.search-list .search-ul {
    position: relative;
    width: 870px;
    padding-top: 20px;
    height: 60px;
    overflow: hidden;
    background: #ffffff;
}

.search-ul1 {
    overflow: visible !important;
    display: inline-block;
    padding-top: 15px !important;
}

.search-ul.on {
    height: auto;
}

.search-li {
    height: 22px;
    line-height: 22px;
}

.search-li1 {
    height: 28px;
    line-height: 28px;
}

.search-li2 {
    display: none;
}

.search-lis > a:hover, .search-lis.on > a {
    color: #576fff;
}

.search-ul > li {
    margin-bottom: 18px;
}

.search-ul .mar-top01 {
    margin-top: 0;
}

.search-lis a {
    color: #858585;
}

.unfold {
    width: 80px;
    cursor: pointer;
    height: 22px;
}

.unfold1 {
    height: 28px;
    padding-top: 4px;
}

.unfold p {
    border: 1px solid #e2e2e2;
    margin: 0 auto;
    width: 58px;
    height: 22px;
    line-height: 20px;
    text-align: center;
}

.unfold p span {
    font-size: 12px !important;
    color: #8f8f8f;
}

.search-fans {
    margin: 18px 12px 0 0;
    padding: 0 15px 0 20px;
}

.search-fans span {
    height: 22px;
    line-height: 22px;
    color: rgba(173, 173, 173, 0.6);
    margin: 0 10px;
}

.search-fans span.unit {
    color: #666666;
    margin: 0 10px 0 5px;
}

.text1 {
    width: 50px;
    height: 22px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    padding-left: 10px;
}

.btn1 {
    cursor: pointer;
    width: 45px;
    height: 22px;
    background: #d18fff;
    color: #ffffff;
    margin-left: 8px;
}

.btn1:active {
    background: #576fff;
}

/*省下拉菜单*/
.area-fans {
    z-index: 30;
}

.province {
    position: relative;
    width: 120px;
    height: 28px;
    border: solid 1px #e3e3e3;
    margin-top: 15px;
    cursor: pointer;
}

.province p {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #666666;
    padding: 0 10px;
}

.province p span {
    color: #666666;
}

.province-list {
    position: absolute;
    top: 28px;
    left: -1px;
    line-height: 28px;
    background: #ffffff;
    width: 100%;
    border: 1px solid #e3e3e3;
    overflow-x: hidden;
    overflow-y: auto;
    height: 0;
    opacity: 0;
    z-index: 10;
}

.province-list li a {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
}

.province-list li a:hover {
    background: #007cef;
    color: #ffffff;
}

.search-area {
    margin: 15px 12px 0 0;
}

.search-area input {
    width: 150px;
    height: 28px;
    border: 1px solid rgba(27, 27, 27, 0.12);
}

.search-area .btn2 {
    cursor: pointer;
    width: 48px;
    height: 28px;
    color: #ffffff;
    background: #d18fff;
}

.search-area-tit {
    height: 28px;
    line-height: 28px;
    padding-right: 10px;
    color: #858585;
}

.search-area-input {
    padding-left: 10px;
}

.search-area .btn2:active {
    background: #576fff;
}

.search-list-btm {
    border-bottom: none;
    background: none;
}

.search-list-btm:after {
    content: '';
    display: none;
}

.btm-tit {
    height: 60px;
    line-height: 60px;
    color: #949393;
    padding-left: 25px;
    width: 125px;
}

.result-list {
    width: 121px;
    height: 30px;
    background-color: #ffffff;
    border: 1px solid #a295e5;
    position: relative;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #a295e5;
    margin-top: 13px;
    right: 24px;
    margin-left: 5px;
}

.cancel-if {
    color: #666666;
    border: solid 1px #e3e3e3;
    margin-right: 12px;
}

.cancel-list {
    cursor: pointer;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 12px;
    height: 11px;
    line-height: 9px;
    text-align: center;
    background-color: #a295e5;
    font-size: 8px;
    color: #ffffff;
}

/*右半部分*/
.search-right {
    width: 220px;
    border-radius: 4px 4px 0 0;
}

.search-right-up {
    height: 152px;
    padding-top: 55px;
    border-bottom: 1px solid #7588f9;
    background: url("../images/search-right-up.png") no-repeat center;
}

.search-right-eng {
    margin: 0 auto 6px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}

.search-right-tit {
    margin: 0 auto 10px;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    font-family: 'CTLaoSongSJ';
}

.search-right-message {
    margin: 0 auto 14px;
    text-align: center;
    font-size: 15px;
    color: #e7e6e7;
}

.search-right-service {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    width: 120px;
    height: 30px;
    line-height: 24px;
    border: solid #c26aff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.search-right-down {
    background: #576fff;
}

.search-right-down-tit {
    height: 59px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 22px 14px 0;
}

.search-right-down-tit span {
    color: #ffffff;
}

.search-right-down-tit .fl:before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background: url("../images/state.png") no-repeat center;
    margin-right: 8px;
    vertical-align: middle;
}

.search-right-down-tit:after {
    content: '';
    display: block;
    width: 176px;
    height: 1px;
    margin: 0 auto;
    background: #7989f1;
    position: relative;
    bottom: -36px;
    left: 8px;
}

.picScroll-box {
    position: relative;
    overflow: hidden;
}

.search-right-down-content {
    position: absolute;
}

.content-li:after {
    content: '';
    display: block;
    width: 176px;
    height: 1px;
    margin: 0 auto;
    background: #7989f1;
    position: relative;
    bottom: -50px;
    left: 8px;
}

.content-li {
    height: 66px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 14px;
}

.content-li .icon-jiantouyou {
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
}

.content-li p {
    width: 175px;
    line-height: 20px;
    height: 40px;
    color: #cdd4ff;
    overflow: hidden;
}

.li-center {
    position: relative;
    display: inline-block;
    color: #FFFFFF;
    height: 15px;
    line-height: 15px;
    padding: 0 5px;
    background: #8798ff;
    margin-right: 10px;
}

.li-center:after {
    content: '';
    display: inline-block;
    border: 4px solid transparent;
    border-left: 4px solid #8798ff;
    position: absolute;
    top: 4px;
    right: -8px;

}

/*搜索列表end*/
/*sort-nav*/
.sort-nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1200px;
    height: 64px;
    background-color: #ffffff;
    margin: 20px auto 0;
    border-bottom: 1px dashed #e8e5f1;
}

.sort-nav ul li {
    border-right: 1px solid #edecf4;
}

.sort-nav ul li a {
    height: 64px;
    line-height: 64px;
    text-align: center;
    display: inline-block;
    padding: 0 36px;
}

.nav-tit {
    font-size: 14px;
    color: #666666;
}

.sort-nav ul li i {
    position: relative;
    top: 1px;
    font-size: 14px;
    color: #666666;
}

.sort-nav ul li.on i, .sort-nav ul li.on .nav-tit, .sort-nav ul li:hover i, .sort-nav ul li:hover .nav-tit {
    color: #eb0d1c;
}

.sort-nav > div {
    height: 64px;
    line-height: 64px;
    margin-right: 29px;
}

.sort-nav > div a {
    display: inline-block;
    width: 74px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #f6f6f6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    color: #4d4d4d;
}

.sort-nav > div a:hover {
    background-color: #576fff;
    border: 1px solid #576fff;
    color: #ffffff;
}

/*sort-nav end*/
/*商品列表*/
.medium_list {
    width: 1200px;
    margin: 0 auto;
}

.medium_list li {
    height: 158px;
    background: #fff;
    margin-bottom: 10px;
    position: relative;
}

.medium_list li.checked {
    background: #F7FAFF;
}

.medium_list li > a {
    display: block;
    width: 965px;
    height: 158px;
    position: absolute;
    top: 0;
    left: 35px;
}

.other {
    width: 100%;
    height: 100%;
    padding-top: 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.medium_list li .title {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.medium_list li .title img {
    width: 19px;
    height: 19px;
    vertical-align: top;
    margin-right: 6px;
}

.medium_list li .title span {
    line-height: 19px;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
}

.medium_list li .cont {
    height: 55px;
    margin-top: 25px;
    overflow: hidden;
}

.medium_list li .cont .table {
    float: left;
    height: 48px;
    padding: 0 25px;
    border-left: 1px solid #e3e3e3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.medium_list li .cont .table:first-child {
    padding-left: 0;
    border-left: none;
}

.medium_list li .cont .table .cter {
    display: inline-block;
}

.medium_list li .cont .table span {
    display: block;
    height: 22px;
    font-size: 12px;
    color: #bebebe;
}

.medium_list li .cont .table p {
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    color: #4c4c4c;
}

.medium_list li .cont .table p.price {
    color: #fd4248;
    font-weight: bold;
}

.medium_list li .vertical-bar {
    display: none;
    height: 44px;
    width: 1px;
    background: #e3e3e3;
    margin: 0 0 0 20px;
    position: relative;
    top: 3px;
}

.medium_list li .table-last .vertical-bar {
    background: transparent;
}

.btn_box {
    position: absolute;
    width: 200px;
    height: 100%;
    right: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 32px 0 0;
    text-align: right;
}

.btn_box_one, .btn_box_two {
    display: inline-block;
    color: #c8c8c8;
}

.btn_box_one {
    margin: 7px 0 10px 0;
}

.btn-button {
    text-align: right;
    margin-top: 13px;
}

.my-car {
    display: inline-block;
    width: 50px;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #576fff;
    text-align: center;
    color: #576fff;
}

.kefu {
    display: inline-block;
    width: 100px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #576fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    color: #576fff;
}

.kefu span {
    color: #576fff;
}

.my-car:hover {
    color: #ffffff;
    border-color: #007cef;
    background: #007cef;
}

.kefu:hover {
    border-color: #007cef;
}

.kefu:hover span, .kefu:hover {
    color: #007cef;
}

.medium_list li:hover {
    -webkit-box-shadow: 0 8px 20px rgba(193, 193, 193, .32);
    -moz-box-shadow: 0 8px 20px rgba(193, 193, 193, .32);
    box-shadow: 0 8px 20px rgba(193, 193, 193, .32);
}

.medium_list li:hover .cont .table p.price {
    color: #fd4248;
}

.medium_list li .my-car:hover {
    color: #ffffff;
    border-color: #576fff;
    background: #576fff;
}

/*商品列表end*/
/*底部导航*/
.down-nav {
    width: 1200px;
    height: 66px;
    background-color: #ffffff;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 30px;
}

.down-nav li:first-child {
    margin-left: 36px;
}

.down-nav > div.fr {
    margin-right: 37px;
}

.immediate-delivery {
    width: 86px;
    height: 32px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #007cef;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
    margin: 31px 0 0 23px;
}

.nav-message {
    color: #999999;
    margin-top: 41px;
}

.color1 {
    color: #ff6600;
}

.my-car2 {
    width: 50px;
    height: 32px;
    line-height: 28px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #007cef;
    text-align: center;
    color: #007cef;
    margin: 31px 0 0 5px;
}

.paging {
    margin: 28px 0 0 35px;
}

.home-page {
    cursor: pointer;
    width: 58px;
    height: 36px;
    border: 1px solid #e5e5e5;
    color: #999999;
    text-align: center;
    line-height: 36px;
}

.up-page {
    width: 83px;
    height: 36px;
    border: 1px solid #e5e5e5;
    color: #999999;
    text-align: center;
    line-height: 36px;
    border-left: none;
}

.down-page {
    width: 83px;
    height: 36px;
    border: 1px solid #e5e5e5;
    color: #999999;
    text-align: center;
    line-height: 36px;
    /* border-right: none; */
}

.down-page a, .up-page a, .home-page a {
    display: block;
    width: 100%;
    height: 100%;
    color: #999999;
}

.pages {
    margin: 0 18px;
    /* border-left: none; */
    /* padding: 13px 0;
     */
    border: 1px solid #e5e5e5;
}

.pages a {
    position: relative;
    color: #999999;
    width: 38px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-left: 1px solid #e5e5e5;
}

.pages a:first-child {
    border-left: transparent;
}

.pages a.on {
    color: #3c88ff;
}

.pages a.on .page-selected {
    position: absolute;
    width: 38px;
    height: 36px;
    top: -1px;
    left: -1px;
    border: 1px solid #3c88ff;
    z-index: 10;
}

/*底部导航end*/
/*适合的媒介*/
.suit-tit {
    margin: 0 auto;
    height: 123px;
    padding-top: 47px;
}

.suit-tit-ch {
    text-align: center;
    font-size: 24px;
    color: #333333;
}

.suit-try {
    text-align: center;
    margin-top: 10px;
}

.suit-line {
    display: inline-block;
    width: 50px;
    height: 1px;
    position: relative;
    top: -3px;
    background-color: #e0dfe6;
}

.suit-try-center {
    color: #abaab3;
    margin: 0 20px;
}

.suit-ul {
    width: 1200px;
    margin: 0 auto;
}

.suit-li {
    position: relative;
    width: 393px;
    height: 200px;
    background-color: #ffffff;
    padding: 39px 0 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.suit-li:hover {
    box-shadow: 0 0 1px 2px rgba(36, 87, 200, 0.08);
}

.suit-li-center {
    margin: 0 10px;
}

.suit-li-tit {
    font-size: 24px;
    color: #333333;
    margin-bottom: 15px;
}

.suit-li-message {
    margin-bottom: 23px;
    color: #9a9a9a;
}

.suit-li-line {
    width: 20px;
    height: 1px;
    background-color: #c2c2cc;
    margin-bottom: 23px;
}

.suit-li-btn {
    display: block;
    width: 120px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}

.suit-li-btn.color1 {
    border: 1px solid #576fff;
    color: #576fff;
}

.suit-li-btn.color1:hover {
    color: #ffffff;
    background: #576fff;
}

.suit-li-btn.color2 {
    border: 1px solid #a2adf1;
    color: #576fff;
}

.suit-li-btn.color2:hover {
    color: #ffffff;
    background: #a2adf1;
}

.suit-li-btn.color3 {
    border: 1px solid #e2bcfd;
    color: #c26aff;
}

.suit-li-btn.color3:hover {
    color: #ffffff;
    background: #e2bcfd;
}

.suit-li img {
    position: absolute;
    right: 10px;
    bottom: 0;
}

/*适合的媒介end*/
/*last*/
.hot_recommend {
    width: 100%;
    height: 579px;
    background: url("../images/last_bg.png") no-repeat center;
    margin-top: 41px
}

.hot_recommend .recommend_title {
    width: 1200px;
    text-align: center;
    margin: auto;
    padding-top: 79px
}

.hot_recommend .recommend_title .c_recommend_title {
    font-size: 26px;
    color: #ffffff;
    font-weight: bold
}

.hot_recommend .recommend_title .e_recommend_title, .hot_recommend .recommend_title .recommend_info {
    font-size: 12px;
    color: #81aafb;
    opacity: .6;
    margin: 7px 0 25px 0;
    text-transform: uppercase
}

.hot_recommend .recommend_title .recommend_info {
    font-size: 14px;
    margin-bottom: 29px;
    color: #d3dcfe
}

.hot_recommend .recommend_title .arrow_icon {
    display: inline-block;
    margin: 22px 0 25px 0
}

.recommend-list {
    width: 1210px;
    height: 342px;
    margin: 38px auto 0;

}

.recommend-list li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 292px;
    height: 342px;
    margin: 0 5px;
    padding: 30px 21px 0 21px;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    transition: all .3s;
}

.recommend-list li:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 3px solid #3753fd;
}

.recommend-list li:hover:before {
    border-top: 3px solid #c26aff;
}

.recommend-list li:hover {
    transform: translateY(-5px)
}

.list-tit span {
    color: #333333;
    font-weight: bold;
}

.list-tit img {
    width: 16px;
    height: 16px;
    vertical-align: top;
}

.list-two {
    margin-top: 10px;
}

.list-two img {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

.list-two span {
    color: #a4a1b2;
}

.list-three {
    margin-top: 24px;
}

.list-three > span {
    font-weight: bold;
    color: #fd4249;
    width: 50%;
}

.list-three > a.s-c {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #afacbf;
    padding-left: 24px;
    line-height: 18px;
    font-weight: initial;
}

.recommend-list li .list-three a.s-c:hover, .list-three a.s-c.on {
    color: #9a7ac8;
}

.list-four {
    width: 292px;
    margin-left: -21px;
    margin-top: 26px;
}

.list-fours {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    height: 64px;
    padding: 15px 0 0 24px;
}

.list-fours p {
    color: #555266;
    margin-bottom: 8px;
}

.list-fours span {
    color: #afacbf;
}

.list-fours-one, .list-fours-two {
    border-top: 1px solid #edeef5;
    border-bottom: 1px solid #edeef5;
}

.list-fours-two, .list-fours-four {
    border-left: 1px solid #edeef5;
}

.list-fours-three, .list-fours-four {
    border-bottom: 1px solid #edeef5;
}

.list-five {
    width: 292px;
    margin-left: -21px;
    margin-top: 28px;
    color: #edeef5;
}

.list-five p {
    height: 16px;
    padding-left: 24px;
    width: 50%;
    line-height: 16px;
}

.list-five-p {
    border-right: 1px solid #edeef5;
}

.guwen {
    position: relative;
    top: -2px;
}

.list-five a span {
    color: #afacbf;
}

.list-five a:hover span {
    color: #9a7ac8;
}

.icon-detail {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/detail.png") no-repeat center;
    vertical-align: text-bottom;
}

.list-five a:hover .icon-detail {
    background: url("../images/detail_copy.png") no-repeat center;
}

/*last end*/

/* 新增分页样式 */

/* .down-nav .list_pages{
    line-height: 96px;
    padding-left:34px;
    float:left;
    font-size: 0;
}
.down-nav .list_pages .pages>a{
    padding:10px 15px;
    border:1px solid #eaeaea;
    color:#989898;
    font-size: 15px;
    border-right:1px solid transparent;
    transition: all .3s;
}
.down-nav .list_pages .pages>a.last{
    border-right:1px solid #eaeaea;
}
.down-nav .list_pages .backhome>a,.down-nav .list_pages .nextpage>a,.down-nav .list_pages .lastpage>a,.down-nav .list_pages .prevpage>a{
    padding:10px 15px;
    border:1px solid #eaeaea;
    color:#989898;
    font-size: 15px;
    transition: all .3s;
} */
/* .down-nav .list_pages .nextpage>a{
    color:#989898;
    font-size: 15px;
} */
/* .down-nav .list_pages .nextpage>a,.down-nav .list_pages .lastpage,.down-nav .list_pages .backhome{
    color:#989898;
    font-size: 15px;
} */
/* .down-nav .list_pages .total{
    font-size: 15px;
    color:#989898;
    margin:0 10px;
}
.down-nav .list_pages .total strong{
    color:#5870ff;
    font-size: 14px;
    font-weight: normal;
}

.down-nav .list_pages .trademark-list-page-input{
    height:40px;
    width:37px;
    border:1px solid #d1d1d2;
    border-right:none;
    padding-left:5px;
}
.down-nav .list_pages  .trademark-list-page-input-a{
    border:none;
    color:#fff;
    font-size: 15px;
    padding:11px 15px;
    background:#5870ff;
    position: relative;
    top: 1px;
}
.down-nav .list_pages .backhome>a:hover,.down-nav .list_pages .nextpage>a:hover,.down-nav .list_pages .lastpage>a:hover,.down-nav .list_pages .prevpage>a:hover,.down-nav .list_pages .pages>a:hover{
    color:#5870ff;
    border:1px solid #5870ff;
}
.down-nav .list_pages .pages>a.on{
    color:#5870ff;
    border:1px solid #5870ff;
} */
