﻿@charset "utf-8";
/* CSS Document */
/* reset */
body, div, dl, dt, dd, ul, ol, li, p, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

/* 公共样式 */
body {
    font: 12px/1.5 "Microsoft Yahei", Arial, "宋体", Verdana;
    color: #333;
    background: #fff;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
    blr: expression(this.onFocus=this.blur());
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    text-decoration: underline;
}

a:hover {
    color: #EF6A0C;
}

ul li {
    list-style: none;
}

.clear {
    clear: both;
    *display: inline;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

img, input, select, button {
    vertical-align: middle;
    border: none;
}

input, textarea {
    outline: none;
    border: 0;
    background: none;
    font-family: "Microsoft YaHei";
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

input[type="submit"] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pos-r {
    position: relative;
}

.pos-a {
    position: absolute;
}

.mt50 {
    margin-top: 50px !important;
}

.header {
    background: #fff;
}


/* 内页导航 */
.header2 {
    position: fixed;
    top: 0;
    width: 100%;
    background: #006baf;
    z-index: 9999;
}

.header2 .navmain {
    width: 1200px;
    margin: 0 auto;
}

.header2 .logo {
    height: 46px;
    line-height: 46px;
    margin: 0 18px 0 0;
}

.header2 .search {
    margin-top: 8px;
    height: 30px;
}

.header2 .search .search-txt {
    border: none;
    width: 200px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border-radius: 5px;
}

.header2 .search .search-btn {
    border-radius: 0 5px 5px 0;
    margin-left: -44px;
    border: none;
    cursor: pointer;
    width: 44px;
    height: 30px;
    line-height: 30px;
    background: #D1D1D1 url(/static/styles/sub7/css/img/ss.png) no-repeat center;
    background-size: 25px auto;
    color: #fff;
    text-align: center;
    font-size: 15px;
    text-indent: -9999em;
}

.header2 .search .search-txt:focus {
    border: none;
}

.header2 .search .search-btn:hover {
    background: #ddd url(/static/styles/sub7/css/img/ss.png) no-repeat center;
    background-size: 25px auto;
}

.header2 .nav .wrap li.icon a.menu {
    background: url(/static/styles/sub7/css/img/icon_all-d.png) no-repeat 44px center;
}

.header2 .nav .wrap li#menumore a.menu {
    background: url(/static/styles/sub7/css/img/icon_all-d.png) no-repeat 28px center;
}

.header2 .nav .wrap {
    width: 830px;
}

.header2 .nav .wrap li > a {
    padding: 0 25px;
    font-size: 16px;
}

.header2 .nav .wrap li.hover a.menu {
    background: #EF6A0C url(/static/styles/sub7/css/img/icon_all-t.png) no-repeat 44px center;
}

.header2 .nav .wrap li.hover#menumore a.menu {
    background: #EF6A0C url(/static/styles/sub7/css/img/icon_all-t.png) no-repeat 28px center;
}

.header2 .menulinks {
    left: -7px;
}


.menulinks {
    width: 120px;
    color: #FFF;
    padding-top: 1px;
    position: absolute;
    top: 46px;
    left: 0px;
    display: none;
    z-index: 99999999;
}

.menulinks a {
    height: 64px;
    line-height: 64px;
    font-size: 16px;
    border-left: 5px solid #34343e;
    background: #34343e;
    cursor: pointer;
    border-bottom: 1px solid #3d3d44;
    display: block;
    width: 115px;
    color: #FFF;
    text-indent: 25px;
}

.menulinks a:hover,
.menulinks a.hover {
    border-bottom: 1px solid #3f3f48;
    border-left: 5px solid #fe7a24;
    background: #3f3f48;
    text-decoration: none;
}

.nav li.hover .menulinks {
    display: block;
}

.s_linksbox {
    width: 180px;
    color: #FFF;
    padding-top: 1px;
    position: absolute;
    top: 46px;
    left: 65px;
    display: none;
    z-index: 99999999;
}

.s_linksbox a {
    color: #FFF;
}

.s_linksbox a:hover {
    color: #FFF;
}

.s_linksbox .links {
    height: 65px;
    position: relative;
}

.s_linksbox .links .tith {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    padding: 22px 16px 22px 15px;
    border-left: 5px solid #34343e;
    background: #34343e;
    cursor: pointer;
    border-bottom: 1px solid #3d3d44;
}

.s_linksbox .links .tith .ico {
    float: left;
    width: 20px;
    height: 20px;
    background: url(/static/styles/sub7/css/img/icon_all.png) no-repeat 0px 2px;
    margin-right: 10px;
}

.s_linksbox .links .tith .t {
    float: left;
    height: 20px;
    font-weight: normal;
}

.s_linksbox .links .tith .go {
    float: right;
    width: 6px;
    height: 20px;
    background: url(/static/styles/sub7/css/img/icon_all.png) no-repeat -694px -744px;
}

.s_linksbox .links .tith .ico.i1 {
    background-position: 0px 2px;
}

.s_linksbox .links .tith .ico.i2 {
    background-position: 0px -40px;
}

.s_linksbox .links .tith .ico.i3 {
    background-position: -70px 0;
}

.s_linksbox .links .tith .ico.i4 {
    background-position: -35px -41px;
}

.s_linksbox .links .tith .ico.i5 {
    background-position: -34px 0;
}


.s_linksbox .links.hover .tith,
.s_linksbox .links:hover .tith {
    border-bottom: 1px solid #3f3f48;
    border-left: 5px solid #fe7a24;
    background: #3f3f48;
}

.s_linksbox .links.hover .abox,
.s_linksbox .links:hover .abox {
    display: block;
}

.s_linksbox .abox {
    display: none;
    width: 630px;
    position: absolute;
    top: 0;
    left: 180px;
    font-size: 16px;
    border-left: 1px solid #4b4b52;
}

.s_linksbox .abox a {
    float: left;
    width: 89px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    border-right: 1px solid #4b4b52;
    border-bottom: 1px solid #4b4b52;
    background: #3f3f48;
}

.s_linksbox .abox a:hover,
.s_linksbox .abox a.hover {
    background: #fe7a24;
    border-right: 1px solid #fe7a24;
    border-bottom: 1px solid #fe7a24;
    text-decoration: none;
}

.s-mune {
    border-bottom: 2px solid #fe7a24;
    padding: 8px 0;
}

.s-mune li {
    float: left;
    font-size: 16px;
    margin: 5px 0;
}

.s-mune li a {
    padding: 0 10px;
    color: #fe7a24;
}

.s-mune li a:hover {
    color: #EF6A0C;
}


.listpage {
    margin-top: 15px;
    position: relative;
}

.pageleft {
    width: 840px;
    margin-top: 0;
}

.pageright {
    width: 336px;
    padding: 0 2px;
}

.pageleft .ggtu {
    text-align: center;
}


/* 内页左侧正文 */
.crumbs {
    line-height: 37px;
}

.crumbs2 {
    border-bottom: 1px solid #ececec;
}

.crumbs2 a {
    text-decoration: none;
}

.viewmain {
}

.viewtitle {
}

.viewtitle h1 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
    text-align: center;
    padding: 20px 0 10px;
}

.viewtitle .source span {
    margin-right: 25px;
}

.viewtitle .source span a {
    color: #C7C4C4;
}

.viewtitle .source {
    margin-top: 20px;
    text-align: center;
    font-size: 13px;
    color: #C7C4C4;
}

.content {
    line-height: 32px;
    color: #333;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    width: 96%;
    overflow: hidden;
    margin: 0 auto;
    min-height: 600px;
}

.content p {
    text-indent: 2em;
    line-height: 32px;
    padding-bottom: 10px;
}

.content h2 {
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    margin: 0px 0 2px 0;
    border-bottom: 2px solid #006baf;
    display: inline-block;
}

.content h2:after {
    content: "";
    display: block;
    width: 788px;
    border-bottom: 2px solid #f3f3f3;
    position: absolute;
    z-index: -1;
}

.content h2 a {
    color: #333;
}

.content h2 a:hover {
    color: #006baf;
}

.content p img {
    text-indent: 0;
    display: block;
    margin: 10px auto;
    max-width: 700px;
    height: auto;
}

.content p a {
    color: #006baf;
}

.content iframe {
    margin: 0 auto;
    text-indent: 0 !important;
    display: block !important;
    width: 550px !important;
    height: 40vh !important;
    text-align: center;
    margin-top: 10px;
}

content a {
    text-decoration: underline;
}


/*商品库文章页正文样式*/
.content li {
    float: left;
    background: #fff;
    width: 258px;
    margin: 4px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    border: 1px solid #dddddd;
}

.content li a.url {
    display: block;
    padding: 5px 5px 5px;
}

.content li a.url img {
    width: 100%;
    height: 248px;
    object-fit: cover;
}

.content li a.url:hover img {
    opacity: .9;
}

.content li a.url p {
    width: 254px;
    margin: 0;
    text-indent: 0;
    margin-top: 8px;
    font-size: 13px;
    line-height: 20px;
    height: 36px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    letter-spacing: 0.8px;
}

.content li a.url .tjshop {
    width: 254px;
    margin: 0;
    text-indent: 0;
    margin-top: 8px;
    font-size: 15px;
    line-height: 20px;
    height: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    letter-spacing: 0.8px;
}

.content li .info {
    color: #999;
    padding: 0px 10px 10px;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
}

.content li .info a {
    color: #999;
}

.content li .info a:hover {
    color: #fe7a24;
}

.content li .info span.frr {
    float: right;
}

.content li .info .fl .rmb {
    font-style: normal;
    font-size: 14px;
    color: #fd3636;
    margin-right: 3px;
    font-family: Arial, Helvetica, sans-serif;
}

.content li .info .fl .m-num {
    font-style: normal;
    color: #fd3636;
    font-size: 20px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.content li:hover {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
}


/* 内页正文分页 */
.viewurl {
    margin: 10px 0 20px 0;
    text-align: center;
    font-size: 17px;
    clear: both;
}

.viewurl a {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #ddd;
    margin: 0 5px;
    background: #fff;
    border-radius: 2px;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.viewurl strong {
    display: inline-block;
    padding: 5px 15px;
    font-weight: 400;
    margin: 0 5px;
    border-radius: 2px;
    background: #006baf;
    color: #fff;
    border: 1px solid #006baf;
}

.viewurl a:hover {
    background: #006baf;
    color: #fff;
    border: 1px solid #006baf;
}


/*--上一篇和下一篇--*/
.shangxia {
    width: 840px;
}

.shangxia a {
    margin: 0 4px;
    position: relative;
    padding: 0 10px;
    background: #fff;
    line-height: 24px;
    height: 24px;
    border: #006baf 1px solid;
    color: #333;
    display: inline-block;
    text-decoration: none;
}

.shangxia a:hover {
    margin: 0 4px;
    position: relative;
    background: #006baf;
    text-decoration: none;
    color: #FFF;
}

.shangxia .shang {
    float: left;
    background: #006baf;
    line-height: 26px;
    height: 26px;
    color: #fff;
}

.shangxia .shang a {
    margin: 0 0;
    margin-left: 1px;
}

.shangxia .shang b {
    width: 50px;
}

.shangxia .xia {
    float: right;
    background: #006baf;
    line-height: 26px;
    height: 26px;
    color: #fff;
}

.shangxia .xia a {
    margin: 0 0;
    margin-left: 1px;
}


/*内页相关*/

.ny_list {
    clear: both;
    text-align: justify;
    max-height: 170px;
    overflow: hidden;
    border-bottom: 1px solid #f3f3f3;
    padding: 20px 0;
}

.ny_list .list_img {
    float: left;
    display: inline-block;
    width: 264px;
    height: 170px;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
}

.ny_list .list_img img {
    width: 264px;
    transform: translate(0, 0);
    transition: all .4s;
}

.ny_list .list_img:hover img {
    transform: scale(1.06, 1.06);
    transition: all .4s;
}

.ny_list div {
    max-height: 126px;
    overflow: hidden;
}

.ny_list h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 16px;
    text-align: left;
}

.ny_list h3 a {
    color: #444;
    text-decoration: none;
}

.ny_list h3 a:hover {
    color: #FF3333;
}

.ny_list .cnt {
    color: #999;
    font-size: 14px;
    line-height: 26px;
    max-height: 78px;
    overflow: hidden;
    word-wrap: break-word;
    text-indent: 2em;
}

.ny_list .view {
    color: #999;
    height: 22px;
    line-height: 22px;
    margin-top: 12px;
    list-style-type: none;
}

.ny_list .view span {
    font-size: 12px;
    line-height: 30px;
}

.ny_list .view .more a {
    display: inline-block;
    float: left;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    text-align: center;
    border: 1px solid #999;
    color: #999;
    font-family: "Simsun";
    text-decoration: none;
}

.ny_list .view .more a:hover {
    color: #fff;
    background: #006baf;
    border: 1px solid #006baf;
}


/*首页导航*/
.logomain {
    overflow: hidden;
}

.top {
    height: 30px;
    line-height: 30px;
    background: #F7F7F7;
    font-size: 12px;
}

.top h1 {
    font-size: 12px;
    font-weight: normal;
    display: inline;
}

.top .fr a {
    margin: 0 10px;
}

.wechat-main {
    position: relative;
    display: inline-block;
}

.top-wechat-img {
    top: 26px;
    left: -60px;
    z-index: 2
}

.top-wechat-img {
    border: 1px solid #dddddd;
    box-shadow: 1px 0px 6px #cccccc;
    background: #fff;
    padding: 22px 34px 15px;
    text-align: center;
    white-space: nowrap;
}

.top-wechat-img img {
    width: 100px;
    height: 100px
}

.wechat-main .top-wechat-img {
    position: absolute;
    z-index: 99;
    top: 30px;
    right: -28px;
    width: 7.5rem;
    max-width: none;
    height: 7.5rem;
    transform: scale(0);
    opacity: 0;
}

.wechat-main:hover .top-wechat-img {
    transform: scale(1);
    opacity: 1;
    -webkit-transition: opacity .5s linear;
    -moz-transition: opacity .5s linear;
    -o-transition: opacity .5s linear;
    transition: opacity .5s linear;
}


.logo {
    height: 92px;
    line-height: 92px;
    margin: 0 0 10px 0;
    overflow: hidden;
}

.logo a {
    float: left;
}

.logo img {
    pointer-events: none;
}

.logo h1 {
    background: url(/static/styles/sub7/css/img/line.png) no-repeat left center;
    font-size: 30px;
    font-weight: 400;
    color: #999;
    float: left;
    padding-left: 20px;
    margin-left: 20px;
}

.navmain {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    background: #006baf;
}

.nav {
    position: relative;
}

.nav .wrap li {
    float: left;
    position: relative;
}

.nav .wrap li > a {
    display: block;
    padding: 0 30px;
    color: #fff;
}

.nav .wrap li > a.menu:hover {
    background: #EF6A0C;
    color: #fff;
}

.nav .wrap li.hover > a.menu:hover {
    background: #EF6A0C url(/static/styles/sub7/css/img/icon_all-t.png) no-repeat right center;
    color: #fff;
}

.nav .box {
    position: relative;
    height: 46px;
}

.nav .box a {
    text-decoration: none;
}

.nav .wrap li.icon a.menu {
    background: url(/static/styles/sub7/css/img/icon_all-d.png) no-repeat right center;
}

.nav .wrap li.hover a.menu {
    background: #EF6A0C url(/static/styles/sub7/css/img/icon_all-t.png) no-repeat right center;
}

.container {
}


/*搜索*/
.search {
    right: 20px;
    top: 24px;
    height: 42px;
}

.search .search-txt {
    border: 1px solid #DBDBDB;
    width: 320px;
    height: 38px;
    line-height: 38px;
    text-indent: 12px;
    color: #666;
}

.search .search-btn {
    margin-left: -54px;
    border: none;
    cursor: pointer;
    width: 54px;
    height: 40px;
    line-height: 40px;
    background: #006baf url(/static/styles/sub7/css/img/ss.png) no-repeat center;
    background-size: 25px auto;
    color: #fff;
    text-align: center;
    font-size: 15px;
    text-indent: -9999em;
}

.search .search-txt:focus {
    border: 1px solid #006baf;
}

.search .search-btn:hover {
    background: #434142 url(/static/styles/sub7/css/img/ss.png) no-repeat center;
    background-size: 25px auto;
}


/* 焦点图轮播图*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
}

.flexslider .slides img {
    width: 1200px;
    height: 357px;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides > li:first-child {
    display: block;
}

.flexslider {
    margin: 10px 0 40px;
    min-height: 257px;
    background: #fff;
    position: relative;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.slides li {
    position: relative
}

.slides li a p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    text-indent: 0.825rem;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#99000000', EndColorStr='#99000000')";
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#99000000', EndColorStr='#99000000');
    zoom: 1;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    overflow: hidden;
}

.carousel li {
    margin-right: 0px;
}

.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    height: 80px;
    width: 50px;
    margin: -20px 0 0;
    position: absolute;
    top: 45%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    background: url(/static/styles/sub7/css/img/focus_control_btn.png) no-repeat;
    text-indent: -999em;
    background-color: rgba(0, 0, 0, .5);
}

.flex-direction-nav .flex-prev {
    left: -50px;
    background-position: 14px 16px;
}

.flex-direction-nav .flex-next {
    right: -50px;
    background-position: 18px -184px;
}

.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 10px;
}

.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 10px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    background-color: #006baf;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

/* Pause/Play*/
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
    background: #ddd
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: '\f003';
}

/* Control Nav*/
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    display: -moz-inline-stack;
    zoom: 1;
    width: 35px;
    height: 8px;
    margin: 0 3px;
    background-color: #ccc;
}

.flex-control-paging li a:hover {
    background: #006baf;
}

.flex-control-paging li a.flex-active {
    background: #006baf;
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}


.pagetitle {
    line-height: 35px;
    height: 35px;
    border-bottom: 2px solid #ddd;
    background: url(/static/styles/sub7/css/img/list.gif) no-repeat left center;
}

.pagetitle h1 {
    font-size: 18px;
    float: left;
    border-bottom: 2px solid #006baf;
    padding-left: 40px;
}

.pagetitle span {
    font-size: 13px;
    margin-right: 10px;
    color: #BBB4B4;
}

.pagetitle span a {
    color: #BBB4B4;
}


/*列表左侧*/
.wrapper {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 10px;
}

.wrapper:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.index_left {
    float: left;
    width: 825px;
}

.list_item {
    clear: both;
    text-align: justify;
    max-height: 168px;
    overflow: hidden;
    border-bottom: 1px solid #f3f3f3;
    padding: 20px 0;
}

.list_item .list_img {
    float: left;
    display: inline-block;
    width: 264px;
    height: 170px;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
}

.list_item .list_img img {
    width: 264px;
    transform: translate(0, 0);
    transition: all .4s;
}

.list_item .list_img:hover img {
    transform: scale(1.06, 1.06);
    transition: all .4s;
}

.list_item div {
    max-height: 126px;
    overflow: hidden;
}

.list_item h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 16px;
    text-align: left;
}

.list_item h3 a {
    color: #444;
    text-decoration: none;
}

.list_item h3 a:hover {
    color: #FF3333;
}

.list_item .cnt {
    color: #999;
    font-size: 14px;
    line-height: 26px;
    max-height: 78px;
    overflow: hidden;
    word-wrap: break-word;
    text-indent: 2em;
}

.list_item .view {
    color: #999;
    height: 22px;
    line-height: 22px;
    margin-top: 12px;
}

.list_item .view span {
    font-size: 12px;
    line-height: 30px;
}

.list_item .view a {
    display: inline-block;
    float: left;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    text-align: center;
    color: #999;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: "Simsun";
    text-decoration: none;
}

.list_item .view a:hover {
    color: #FF3333;
    border: 1px solid #FF3333;
}


/*列表分页*/
.pageurl {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    clear: both;
}

.pageurl a {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #ddd;
    margin: 0 2px;
    background: #fff;
    border-radius: 2px;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.pageurl span {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #ddd;
    margin: 0 2px;
    background: #fff;
    border-radius: 2px;
}

.pageurl span.thisclass {
    background: #006baf;
    color: #fff;
    border: 1px solid #006baf;
}

.pageurl a:hover {
    background: #006baf;
    color: #fff;
    border: 1px solid #006baf;
}

.pageurl li {
    display: none;
}


/*右侧排行*/
.pageright {
    float: right;
    width: 336px;
    font-size: 13px;
}

.pageright .toplist {
    margin-bottom: 8px;
}

.pageright .toplist .topbox_gl dt {
    border-bottom: 1px dashed #ECECEC;
}

.pageright .toplist .topbox_gl {
    width: 336px;
    margin: 0 auto;
}

.pageright .toplist .topbox_gl dd img {
    width: 330px;
    height: 198px;
}

.pageright .toplist .topbox_gl dt {
    height: 37px;
    line-height: 32px;
    overflow: hidden;
    position: relative;
}

.pageright .toplist .topbox_gl dt .num {
    background: #006baf;
    position: absolute;
    top: 6px;
    left: 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-weight: 400;
    display: block;
}

.pageright .toplist .topbox_gl dt a {
    display: block;
    text-decoration: none;
    color: #555;
    margin-left: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.pageright .toplist .topbox_gl dt.on {
    background: #F3F3F3;
}

.pageright .toplist .topbox_gl dd {
    overflow: hidden;
    padding: 0 5px 1px;
}


/*右侧小标题*/
.right-tit {
    height: 35px;
    border-bottom: 2px solid #ddd;
    margin-bottom: 8px;
}

.right-tit h2 {
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    float: left;
    border-bottom: 2px solid #006baf;
}


/*右侧最下面随屏滚动*/
.pageright .float {
    width: 336px;
    margin-bottom: 8px;
}

.pageright .float.div2 {
    position: fixed;
    top: 40px;
    z-index: 999;
    _position: static;
}

.pageright .float.div3 {
    position: absolute;
    bottom: 0;
    z-index: 999;
    _position: static;
}


/*右侧图片排行*/
.pageright .tjlist li {
    float: left;
    width: 163px;
    margin: 5px 0;
}

.pageright .tjlist li img {
    width: 100%;
    height: 98px;
}

.pageright .tjlist li p {
    width: 158px;
    font-size: 13px;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    background: #006baf;
    color: #FFF;
    line-height: 27px;
    height: 28px;
    padding-left: 5px;
    text-align: center;
}

.pageright .tjlist li.mr {
    margin-right: 10px;
}

.pageright .tjlist li a {
    text-decoration: none;
}

.pageright .tjlist li a:hover img {
    opacity: .9;
}


/* 右侧大图集合 */
.pageright .hunpicshow {
    margin-top: 10px;
}

.pageright .hunpicshow ul li {
    margin-top: 15px;
}

.pageright .hunpicshow ul li a {
    display: block;
    position: relative;
}

.pageright .hunpicshow ul li a img {
    display: block;
    width: 336px;
    height: 203px;
}

.pageright .hunpicshow ul li a p {
    display: block;
    width: 100%;
    width: 328px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.60);
    padding-left: 8px;
}

.pageright .hunpicshow ul li a:hover p {
    background-color: rgba(0, 0, 0, 0.80);
}


/* 正文中商品 */
.viewgood {
    position: relative;
    max-width: 430px;
    margin: 5px auto;
    padding: 0 0 10px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
}

.viewgood img {
    width: 430px;
    height: 430px;
    object-fit: contain;
}

.viewgood p {
    text-indent: 0;
    text-align: center;
    margin: 0;
    position: absolute;
    height: 40px;
    line-height: 40px;
    width: 450px;
    background: rgba(0, 0, 0, .7);
    top: 410px;
    left: 0px;
}

.viewgood p a {
    color: #fff;
    display: block;
}

.good-info {
    height: 34px;
    font-size: 16px;
    line-height: 34px;
    margin-top: 10px;
    padding: 0 10px;
}

.good-info .price {
    color: #8c8c8c;
}

.good-info .price .rmb {
    font-size: 14px;
    color: #fd3636;
    margin-right: 3px;
    font-family: Arial, Helvetica, sans-serif;
}

.good-info .price .m-num {
    color: #fd3636;
    font-size: 20px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.good-info .sy-but {
    opacity: .8;
    background: #006baf;
    border-radius: 30px;
    color: #fff;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    display: inline-block;
    padding: 0 20px;
}

.good-info .sy-but:hover {
    opacity: 1.0;
}

.viewgood {
    background: #FFF;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
}

.viewband .viewimg {
    width: 300px;
    height: 200px;
}

.viewband .viewimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.viewband .viewinfo .bigbt {
    text-indent: 0;
    margin: 0;
    text-align: center;
    font-size: 24px;
    color: #000;
    line-height: 30px;
    margin-top: 18px;
}

.viewband .viewinfo .smallbt {
    text-indent: 0;
    margin: 0;
    text-align: center;
    font-size: 18px;
    color: #000;
    margin: 15px 0;
}

.gobuy {
    text-indent: 0;
    margin: 5px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
}

.gobuy a {
    display: inline-block;
    border: 1px solid #006baf;
    border-radius: 5px;
    padding: 0 20px;
    color: #006baf;
    text-decoration: none;
}

.gobuy a:hover {
    background: #006baf;
    color: #fff;
}


/* 内容页插入单个商品样式 */
.shoplist {
    width: 550px;
    margin: -10px auto 0;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

.shoplist dl a {
    text-decoration: none;
}

.shoplist dl {
    position: relative;
    background: #fcfcfc;
    padding: 5px;
    border: 1px solid #dddddd;
    margin-bottom: 5px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
}

.shoplist dl:hover {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
}

.shoplist dl dt {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 5px;
    top: 5px;
}

.shoplist dl dt img {
    width: 150px;
    height: 150px;
    border-radius: 5px;
}

.shoplist dl dd {
    margin-left: 165px;
    min-height: 150px;
}

.shoplist dl dd p {
    font-size: 15px;
    line-height: 1.8em;
    font-weight: normal;
    color: #333;
    position: relative;
    text-indent: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.shoplist dl dd p span.tamll {
    width: 44px;
    position: relative;
    height: 20px;
    display: inline-block;
    position: relative;
    left: 0px;
    top: 5px;
    text-indent: 0;
    margin-right: 7px;
}

.shoplist dl dd p span.tamll:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #F00;
    color: white;
    font-size: 13px;
    content: "天猫";
    text-align: center;
    border-radius: 5px;
    line-height: 20px;
}


.shoplist dl dd p a {
    color: #333;
    text-decoration: none;
}

.shoplist dl dd p a:hover {
    color: #ff3366;
}

.shoplist .shoplist_info {
    height: 40px;
    margin-top: 5px;
    position: relative;
}

.shoplist .shoplist_info_quan {
    position: absolute;
    left: 0px;
    color: #999;
    width: 124px;
    height: 33px;
    line-height: 32px;
    font-size: 15px;
}

.shoplist dl dd p a {
    color: #333;
    text-decoration: none;
}

.shoplist .shoplist_info_quan em {
    font-style: normal;
    font-size: 14px;
    color: #999;
}


.shoplist .shoplist_info_sell {
    position: absolute;
    right: 6px;
    color: #999;
    line-height: 30px;
    font-size: 14px;
}

.shoplist .shoplist_link {
    color: #F00;
    margin-top: 5px;
    font-size: 16px;
}

.shoplist .shoplist_link b {
    color: #F00;
    font-size: 25px;
}

.shoplist .shoplist_link .rmb {
    font-size: 14px;
    color: #fd3636;
    margin-right: 3px;
    font-family: Arial, Helvetica, sans-serif;
}

.shoplist .shoplist_link .yuanjia {
    margin-left: 15px;
    font-size: 14px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
}

.shoplist .shoplist_link em {
    font-style: normal;
    text-decoration: line-through;
}

.shoplist .shoplist_gosee {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 2px 10px;
    height: 25px;
    background: #006baf;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
}

.shoplist .shoplist_gosee a {
    color: #fff;
    text-decoration: none;
}


/*正文中多个商品样式*/
.content .duo {
    width: 665px;
    margin: 0 auto;
}

.content .duo li {
    text-align: center;
    background: #fff;
    width: 310px;
    margin: 5px 10px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    border: 1px solid #dddddd;
    list-style-type: none;
}

.content .duo li a.url {
    display: block;
    padding: 5px 5px 5px;
    text-decoration: none;
    font-size: 12px;
}

.content .duo li a.url img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.content .duo li a.url:hover img {
    opacity: .9;
}

.content .duo li a.url p {
    text-align: left;
    width: 300px;
    text-indent: 0;
    margin-top: 8px;
    font-size: 15px;
    line-height: 25px;
    height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    letter-spacing: 0.8px;
}

.nyad {
    text-align: center;
}


/*友情链接*/
.frendlink {
    margin-top: 20px;
}

.frendlink .linktitle {
    height: 40px;
    line-height: 40px;
    border-bottom: 3px solid #ddd;
}

.frendlink .linktitle strong {
    float: left;
    border-bottom: 3px solid #006baf;
    font-size: 24px;
    font-weight: 400;
}

.frendlink .linkwrap {
    padding: 10px 0;
}

.frendlink .linkwrap a {
    color: #666;
    margin: 0 6px;
    font-size: 14px;
    line-height: 32px;
    display: inline-block;
    text-decoration: none;
}

.frendlink .linkwrap a:hover {
    color: #006baf;
}


/*返回顶部*/
.navFix {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    _position: absolute;
    top: expression((offsetParent.scrollTop)+0);
    z-index: 99999
}

.ui-ico {
    display: inline-block;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("img/global.png");
    background-repeat: no-repeat;
}

.ui-tools-bottom .ui-ico {
    vertical-align: middle
}

.ui-tools-top,
.ui-tools-bottom {
    position: fixed;
    _position: absolute;
    top: 160px;
    right: 10px
}

.ui-tools-bottom {
    top: auto;
    bottom: 77px;
    z-index: 100
}

.ui-tools-bottom .item-tools {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    border-radius: 2px;
    color: #fff;
    background: #989898;
    text-align: center;
    margin-bottom: 5px
}

.ui-tools-bottom #j-goTop {
    background: url("img/jiantou.png") no-repeat center #989898;
}

.ui-tools-bottom .item-tools:hover {
    color: #fff;
    background: #666;
    text-decoration: none
}

.ui-tools-bottom #j-goTop:hover {
    background: url("img/jiantou.png") no-repeat center #666;
}

.ui-tools-bottom .item-ico,
.ui-tools-bottom .item-txt {
    display: block;
    height: 50px
}

.ui-tools-bottom .ui-ico {
    vertical-align: middle;
}

.ui-tools-bottom .item-txt {
    padding: 10px;
    height: 30px;
    line-height: 15px;
    font-size: 12px
}

.ui-tools-bottom .item-ico {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.ui-tools-gotop .iconfont {
    font-size: 36px
}

.ui-tools-gotop .ui-ico-toppig {
    margin-left: -6px
}

.ui-tools-app {
    position: relative
}

.ui-tools-app a:hover .item-ico {
    margin-top: -50px
}

.ui-tools-app a:hover .ui-poptipnoc {
    display: block
}

.ui-tools-app .ui-poptipnoc {
    position: absolute;
    display: none;
    left: -178px;
    top: -68px;
    width: 170px;
    height: 185px
}

.ui-tools-app .ui-poptipnoc-bd {
    padding: 11px;
    color: #666;
    white-space: nowrap
}

.ui-tools-app .ui-poptipnoc-bd > div {
    display: inline-block;
    vertical-align: top
}

.ui-tools-app .ui-poptipnoc-bd > div.ui-vline {
    width: 1px;
    height: 145px;
    background: #ccc;
    margin: -6px 13px
}

.ui-tools-app .ui-poptipnoc-bd > div > div {
    width: 150px;
    height: 150px
}

.ui-tools-app .ui-poptipnoc-bd > div .item-weixin {
    background: url("img/weixin-zbj100.png")
}

.ui-tools-app .ui-poptipnoc-bd > div .item-mobile {
    background: url("img/wx.png")
}

.ui-tools-app .ui-poptipnoc-bd img {
    width: 100px;
    height: 100px;
    vertical-align: top
}

.ui-tools-app .ui-poptipnoc-bd p {
    text-align: center;
    line-height: 16px;
    margin-top: 4px
}

.ui-tools-feed .item-ico {
    margin-top: -50px
}

.ui-tools-feed a:hover .item-ico {
    margin-top: 0
}

.ui-poptipnoc-left {
    margin-left: -10px
}

.ui-poptipnoc-left .ui-poptipnoc-arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #ffc059
}

.ui-poptipnoc-left .ui-poptipnoc-arrow i {
    right: 1px;
    bottom: -10px;
    border-right-width: 0;
    border-left-color: #fff
}

.ui-poptipnoc-arrow,
.ui-poptipnoc-arrow i {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    _border-style: dashed;
    border-color: transparent
}

.ui-poptipnoc-arrow {
    border-width: 11px
}

.ui-poptipnoc-arrow i {
    border-width: 10px
}

.ui-poptipnoc-bottom {
    margin-top: 10px
}

.ui-poptipnoc-bottom .ui-poptipnoc-arrow {
    left: 50%;
    top: -11px;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #ffc059
}

.ui-poptipnoc-bottom .ui-poptipnoc-arrow i {
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.ui-poptipnoc-left .ui-poptipnoc-arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #ffc059
}

.ui-poptipnoc-left .ui-poptipnoc-arrow i {
    right: 1px;
    bottom: -10px;
    border-right-width: 0;
    border-left-color: #fff
}

.ui-poptipnoc {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    display: none;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #ffc059;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    white-space: normal
}

.ui-ico-feed {
    width: 25px;
    height: 26px;
    background-position: -153px 0
}

.ui-ico-mobile {
    width: 20px;
    height: 30px;
    background-position: -180px 0;
}

.ui-ico-cs {
    width: 80px;
    height: 140px;
    background-position: 0 0
}

.ui-ico-cs-h {
    width: 136px;
    height: 32px;
    background-position: 0 -198px
}

.iconfont {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased
}

.ui-ico-toppig {
    width: 56px;
    height: 103px;
    background-position: -89px -93px
}


/*网页底部*/
.footer {
    overflow: hidden;
    margin-top: 20px;
}

.footer a {
    color: #FFF;
    text-decoration: none;
}

.left-logo {
    margin-top: 10px;
}

.right-ewm {
    margin-right: 20px
}

.ewm-bg {
    width: 150px;
    height: 150px
}

.footer-copyright {
    line-height: 26px;
    color: #f4f4f4;
    padding: 36px 0 15px;
}

.btm-links {
    font-size: 14px;
    color: #8e9193;
}

.btm-links a {
    color: #8e9193;
    padding: 0 5px
}

.aboutus {
    margin-left: 180px;
}

.diamond-wrap {
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
    top: 0;
    z-index: 1;
    left: 50%;
}

.diamond {
    top: 6px;
    left: 15px;
    z-index: 2;
    width: 30px;
    height: 30px;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #006baf;
}

.triangle-up-w {
    top: 2px;
    left: 7px;
    border: 8px solid #fff;
    border-color: transparent transparent #fff transparent;
}

.triangle-up-w,
.triangle-up-g {
    z-index: 3;
    height: 0;
    width: 0;
}

.triangle-up-g {
    top: 1px;
    left: 3px;
    border: 12px solid #006baf;
    border-color: transparent transparent #006baf transparent;
}

.bg-ddgray {
    background-color: #2c2c2c;
}

.text-center {
    text-align: center;
}

.text-grayy {
    color: #bec2c5;
    font-size: 14px;
}


/** page **/
.page {
    clear: both;
    font-size: 15px;
    height: 37px;
    line-height: 37px;
    margin: 25px 10px 10px 10px;
}

.page a, .page span {
    padding: 3px 8px;
    font-size: 15px;
    color: #333;
    border: 1px solid #eee;
    border-radius: 3px;
    background-color: #eee;
    margin: 0 3px;
}

.page span.thisclass, .x-page span.thisclass, .page strong {
    padding: 8px 15px;
    font-size: 15px;
    color: #333;
    border: 1px solid #eee;
    border-radius: 3px;
    background-color: #eee;
    margin: 0 5px;
}

.page a:hover {
    background: #006baf;
    border: 1px solid #006baf;
    color: #fff
}

.page b {
    padding: 8px 15px;
    font-size: 15px;
    color: #333;
    border: 1px solid #006baf;
    border-radius: 3px;
    background: #006baf;
    color: #fff;
    margin: 0 5px;
}

.page a b {
    padding: 7px 15px;
    font-size: 15px;
    color: #333;
    border: 1px solid #eee;
    border-radius: 3px;
    background-color: #eee;
    margin: 0 5px;
}

.page a:hover b {
    background-color: #006baf;
    color: #fff;
    border: 1px solid #006baf;
}

.page span {
    background-color: #006baf;
    color: #fff;
    border-radius: 3px;
}
