[v-cloak] {
    display: none;
}
@charset "utf-8";
body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}
ul,
ol {
    list-style: none;
}
img {
    border: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    font: 12px/1 '微软雅黑', Arial, Helvetica, Verdana, SimSun, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}
em,
i {
    font-style: normal;
}
input {
    outline: none;
    border: 1px solid #f9f9f9;
}
.clearfix:after {
    display: block;
    content: "";
    clear: both;
}
.clearfix {
    zoom: 1;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
a {
    text-decoration: none;
}
body {
    font-family: "微软雅黑" !important;
    color: #333;
    background: url(../images/bg.png) repeat-x center -80px;
    background-size:100%
}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pad10 {
    padding: 10px;
}
.w1200 {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}
.null {
    font-size: 22px;
    line-height: 50px;
    margin-top: 50px;
    text-align: center;
}
.search-box {
    float: right;
    width: 245px;
    margin-top: 10px;
    position: relative;
}
.search-box .nav-right-search {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    border: 0;
    padding: 0 5px 0 10px;
    border-radius: 16px;
    box-sizing: border-box;
    border: 1px solid #fff;
}
.search-box .nav-right-search:focus {
    border: 1px solid #2b61ce;
    box-shadow: 0 0 5px #2b61ce;
}
.search-box .iconfont {
    font-size: 28px;
    position: absolute;
    right: 5px;
    top: 4px;
    cursor: pointer;
}
.logBtn {
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.logBtn:hover {
    font-weight: 700;
}
header {
    height: 40px;
}
header .left {
    margin-top:5px;
    font-size: 13px;
    float: left;
    padding-top: 6px;
}
header .left a{
    color: #98abb5;
    margin-right:8px;
}
header .left a:hover{
    color: #f37703;
}
header .left .login{
    color: #f37703;
}
header .right {
    float: right;
    color: #80A4D3;
    font-size: 13px;
    line-height: 35px;
}
header .right a {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #0c3971;
    margin: 0 8px;
}
header .right a:hover {
    font-weight: 700;
}
.head {
    margin-top: 10px;
    margin-bottom: 15px;
}
.head .logo {
    float: left;
    width: 160px;
    height: 45px;
    margin-top: 5px;
}
.head .logo .logo-link {
    display: block;
    width: 100%;
    height: 100%;
}
.head .service {
    float: right;
    padding-top: 10px;
}
.head .service .service-item {
    float: left;
    position: relative;
    font-size: 14px;
    margin-left: 30px;
    line-height: 25px;
    cursor: pointer;
}
.head .service .service-item:last-child {
    cursor: auto;
}
.head .service .service-item .icon-txt {
    vertical-align: middle;
}
.head .service .service-item .qrcode {
    display: none;
    position: absolute;
    z-index: 2;
    left: 57%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 33px;
    z-index: 999;
}
.head .service .service-item:hover .qrcode {
    display: block;
}
.head .service .iconfont {
    vertical-align: middle;
    font-size: 20px;
    color: #2b61ce;
}
.nav-bg {
    background: #1c4eb4;
}
nav {
    background: #1c4eb4;
    height: 55px;
    width: 1200px;
    margin: 0 auto;
}
nav .classify {
    float: left;
    width: 220px;
    height: 100%;
}
nav .classify .classify-title {
    height: 100%;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    line-height: 52px;
    background: #2b61ce;
    cursor: pointer;
    color: #fff;
}
nav .classify .classify-title .iconfont {
    display: inline-block;
    font-size: 17px;
    vertical-align: middle;
}
nav .classify .classify-title .icon-txt {
    vertical-align: middle;
    margin: 0 18px;
}
nav .classify .menu {
    position: relative;
    z-index: 5;
    display: none;
    box-sizing: border-box;
}
nav .classify .menu li {
    border-bottom: 1px solid #e2e2e2;
    background: #f9f9f9;
    position: relative;
    height: 57px;
    line-height: 57px;
}
nav .classify .menu li > a {
    display: block;
    padding-left: 62px;
    font-size: 16px;
    background: url(../images/nav_icon.png) no-repeat 17px 17px;
}
nav .classify .menu li > a .icon-zuojiantou {
    float: right;
    margin-right: 20px;
}
nav .classify .menu li:hover {
    background-color: #2b61ce;
}
nav .classify .menu li:hover > a {
    color: #fff;
    background-position: -235px 17px;
}
nav .classify .menu li:hover .menu-r-content {
    display: block;
}
nav .classify .menu li .menu-r-content {
    display: none;
    padding: 10px;
    box-sizing: border-box;
    position: absolute;
    width: 400px;
    background: #f1f1f1;
    left: 220px;
    top: 0;
    filter: opacity(0.9);
}
nav .classify .menu li .menu-r-content .links {
    line-height: 30px;
    padding: 5px 0 10px;
}
nav .classify .menu li .menu-r-content .links a {
    margin: 0 10px;
    color: #333;
}
nav .classify .menu li .menu-r-content .links a:hover {
    font-weight: 700;
}
nav .classify .menu li a {
    color: #333;
    word-break: keep-all;
}
nav .classify .menu li:nth-of-type(2) > a {
    background: url(../images/nav_icon.png) no-repeat 16px -48px;
}
nav .classify .menu li:nth-of-type(2):hover > a {
    background-position: -236px -48px;
}
nav .classify .menu li:nth-of-type(3) > a {
    background: url(../images/nav_icon.png) no-repeat 16px -118px;
}
nav .classify .menu li:nth-of-type(3):hover > a {
    background-position: -236px -118px;
}
nav .classify .menu li:nth-of-type(4) > a {
    background: url(../images/nav_icon.png) no-repeat 16px -181px;
}
nav .classify .menu li:nth-of-type(4):hover > a {
    background-position: -236px -181px;
}
nav .classify .menu li:nth-of-type(5) > a {
    background: url(../images/nav_icon.png) no-repeat 16px -248px;
}
nav .classify .menu li:nth-of-type(5):hover > a {
    background-position: -236px -248px;
}
nav .classify .menu li:nth-of-type(6) > a {
    background: url(../images/nav_icon.png) no-repeat 16px -316px;
}
nav .classify .menu li:nth-of-type(6):hover > a {
    background-position: -236px -316px;
}
nav .classify .menu li:nth-of-type(7) > a {
    background: url(../images/nav_icon.png) no-repeat 16px -386px;
}
nav .classify .menu li:nth-of-type(7):hover > a {
    background-position: -236px -386px;
}
nav .classify .menu li:nth-of-type(8) > a {
    background: url(../images/nav_icon.png) no-repeat 16px -452px;
}
nav .classify .menu li:nth-of-type(8):hover > a {
    background-position: -236px -452px;
}
nav .nav .nav-left {
    padding: 0 15px;
    float: left;
    line-height: 55px;
    height: 55px;
}
nav .nav .nav-left a {
    padding: 8px 15px 9px;
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}
nav .nav .nav-left a:hover,
nav .nav .nav-left a.active {
    color: #123273;
    background: #f9f9f9;
    border-radius: 3px;
}
footer {
    background-color: #eee;
}
footer .copyright {
    line-height: 24px;
    background: #213143;
    color: white;
    text-align: center;
    padding: 10px 0;
}
footer .footer-top {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}
footer .footer-top dl {
    float: left;
    width: 300px;
    padding: 0 0 0 73px;
    position: relative;
}
footer .footer-top dl:nth-of-type(2) {
    margin-left: 60px;
    margin-right: 20px;
}
footer .footer-top dl::before {
    position: absolute;
    content: '';
    height: 100%;
    background: #e5e5e5;
    width: 1px;
    left: 60px;
    top: 0;
}
footer .footer-top dl .iconfont {
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 50px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #2b61ce;
}
footer .footer-top dl dt {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}
footer .footer-top dl dd {
    font-size: 14px;
    color: #555;
    padding: 5px 0;
}
footer .footer-top dl:first-child dd {
    width: 300px;
}
footer .footer-top a {
    color: #333333;
    display: inline-block;
    padding: 0 10px;
    border-left: 1px solid #707070;
}
footer .footer-top a:first-child {
    border-left: none;
    padding-left: 0;
}
/* 首页内容 */
.index-banner {
    height: 460px;
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.index-banner .index-login {
    width: 300px;
    height: 420px;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 20px;
    margin-left: 300px;
    background: #fff;
    border-radius: 5px;
    filter: opacity(0.9);
}
.index-banner .index-login .top {
    padding-top: 15px;
    height: 150px;
}
.index-banner .index-login .top .img {
    margin: 0 auto;
    width: 62px;
    height: 62px;
}
.index-banner .index-login .top .txt {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    margin: 10px 0;
}
.index-banner .index-login .top .btns {
    padding: 0 35px;
}
.index-banner .index-login .top .btns .login {
    border-radius: 4px;
    width: 90px;
    height: 31px;
    background: #fec435;
    color: #fff;
    text-align: center;
    line-height: 30px;
    float: left;
    font-size: 14px;
}
.index-banner .index-login .top .btns .login:hover {
    background: #fec435;
}
.index-banner .index-login .top .btns .reg {
    border-radius: 4px;
    width: 90px;
    height: 28px;
    border: 1px solid #fec435;
    color: #fec435;
    text-align: center;
    line-height: 28px;
    float: right;
    font-size: 14px;
}
.index-banner .index-login .top .btns .reg:hover {
    background: #fec435;
    color: #fff;
}
.index-banner .index-login .bottom {
    padding: 5px 15px;
    border-top: 1px solid #ccc;
}
.index-banner .index-login .bottom .tabs {
    font-size: 16px;
}
.index-banner .index-login .bottom .tabs span {
    float: left;
    text-align: center;
    line-height: 40px;
    width: 50%;
    cursor: pointer;
    border-bottom: 2px solid #fff;
}
.index-banner .index-login .bottom .tabs span.active {
    font-weight: 700;
    border-bottom-color: #2b61ce;
}
.index-banner .index-login .bottom .tabs span:hover {
    font-weight: 700;
}
.index-banner .index-login .bottom .content {
    padding: 10px 0;
    font-size: 14px;
    line-height: 30px;
}
.index-banner .index-login .bottom .content ul {
    display: none;
}
.index-banner .index-login .bottom .content ul.show {
    display: block;
}
.index-banner .index-login .bottom a {
    color: #333;
}
.index-banner .index-login .bottom li {
    position: relative;
    padding-left: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-banner .index-login .bottom li::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    background: #333;
    border-radius: 50%;
    left: 0;
    top: 13px;
}
.index-banner .index-login .bottom li:hover a {
    color: #2b61ce;
}
.index-banner .index-login .bottom li:hover::before {
    background: #2b61ce;
}
.index-banner .swiper-container {
    height: 100%;
}
.index-banner .swiper-wrapper {
    height: 100%;
}
.index-banner .swiper-button-hide {
    display: none;
}
.index-banner .swiper-slide {
    background: repeat-x top center;
    height: 100%;
}
.index-banner .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}
.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
    background: rgba(0, 0, 0, 0.3);
    line-height: 50px;
    height: 50px;
    text-align: center;
    width: 40px;
    border-radius: 25px 0 0 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.index-banner .swiper-button-prev .iconfont,
.index-banner .swiper-button-next .iconfont {
    font-size: 30px;
    color: #fff;
}
.index-banner .swiper-button-prev:hover,
.index-banner .swiper-button-next:hover {
    background: rgba(0, 0, 0, 0.8);
}
.index-banner .swiper-button-next {
    right: -5px;
}
.index-banner .swiper-button-prev {
    left: -5px;
    border-radius: 0 25px 25px 0;
}
.floor {
    width: 1200px;
    margin: 0 auto 50px;
}
.floor li {
    float: left;
    position: relative;
    overflow: hidden;
}
.floor li a {
    color: #333;
}
.floor li img {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    max-width: 100%;
}
.floor li img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.floor li h3 {
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}
.floor li h3 span {
    display: block;
    line-height: 10px;
    font-size: 12px;
}
.floor li h3 span::before {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #d92323;
    display: block;
    margin: 0 0 5px;
}
.floor li:first-child {
    width: 217px;
    height: 433px;
}
.floor li:nth-of-type(2) {
    width: 335px;
    height: 433px;
}
.floor li:nth-of-type(3) {
    width: 430px;
    height: 218px;
}
.floor li:nth-of-type(3) img {
    height: 218px;
}
.floor li:nth-of-type(4) {
    width: 216px;
    height: 218px;
}
.floor li:nth-of-type(5) {
    width: 215px;
    height: 215px;
}
.floor li:nth-of-type(6) {
    width: 215px;
    height: 215px;
}
.floor li:nth-of-type(7) {
    width: 216px;
    height: 215px;
}
.hot-products {
    width: 1200px;
    margin: 0 auto 30px;
}
.hot-products .hot-product {
    float: left;
    width: 870px;
}
.hot-products h2 {
    font-size: 24px;
    padding: 30px 0;
    color: #333333;
    font-weight: normal;
}
.hot-products h2 span {
    font-size: 14px;
    margin-left: 10px;
}
.hot-products ul {
    border: 1px solid #f1f1f1;
}
.hot-products li {
    float: left;
    overflow: hidden;
    position: relative;
    width: 283px;
    height: 170px;
    border-right: 1px solid #f1f1f1;
}
.hot-products li img {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    max-width: 100%;
}
.hot-products li img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.hot-products li a {
    color: #333;
}
.hot-products li:first-child {
    width: 300px;
    height: 340px;
}
.hot-products li:nth-of-type(4) {
    border-top: 1px solid #f1f1f1;
}
.hot-products li:nth-of-type(3) {
    border-right: 0;
}
.hot-products li:nth-of-type(5) {
    border-top: 1px solid #f1f1f1;
    border-right: 0;
}
.hot-products li h3 {
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}
.hot-products li h3 span {
    display: block;
    line-height: 10px;
    font-size: 12px;
}
.hot-products li h3 span::before {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #d92323;
    display: block;
    margin: 0 0 5px;
}
.hot-products .hot-search-product {
    float: right;
    width: 303px;
}
.hot-products .hot-search-product li {
    float: none;
    width: 100%;
    height: 170px;
}
.hot-products .hot-search-product li:first-child {
    border-bottom: 1px solid #f1f1f1;
}
/* 新闻列表 */
.news-container {
    width: 1200px;
    margin: 25px auto 100px;
    min-height:500px;
}
.news-container .news-left-menu {
    float: left;
    width: 220px;
    text-align: center;
}
.news-container .news-left-menu h2 {
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    background: #2b61ce;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    padding-left:8px;
}
.news-container .news-left-menu .menu {
    border: 1px solid #ececec;
    border-bottom: 0;
}
.news-container .news-left-menu .menu li {
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #ececec;
    border-left: 6px solid #fff;
}
.news-container .news-left-menu .menu li a {
    color: #333;
    display: block;
}
.news-container .news-left-menu .menu li:hover,
.news-container .news-left-menu .menu li.active {
    border-left-color: #2b61ce;
}
.news-container .news-left-menu .menu li:hover a,
.news-container .news-left-menu .menu li.active a {
    color: #1c4eb4;
    font-weight: 700;
}
.news-container .news-right-container {
    float: right;
    width: 957px;
}
.news-container .top-img-news {
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}
.news-container .img-news-item-big {
    float: left;
    width: 465px;
    height: 260px;
    overflow: hidden;
    box-sizing: border-box;
    margin-right: 15px;
    position: relative;
}
.news-container .img-news-item-big .txt {
    padding: 10px;
    box-sizing: border-box;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3)));
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-container .img-news-item-big img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.news-container .img-news-item-big:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.news-container .img-news-item {
    float: left;
    width: 230px;
    height: 125px;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
}
.news-container .img-news-item .txt {
    padding: 5px 10px;
    box-sizing: border-box;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3)));
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-container .img-news-item img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.news-container .img-news-item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.news-container .img-news-item:nth-of-type(2n) {
    margin-right: 0;
}
.news-container .img-news-item:nth-of-type(n+3) {
    margin-bottom: 0;
}
.news-container .news-item {
    padding: 15px 5px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    border-bottom: 1px solid #e0e0e0;
}
.news-container .news-item a {
    color: #333;
}
.news-container .news-item .img {
    float: left;
    width: 185px;
    height: 100px;
    margin-right: 20px;
}
.news-container .news-item .img img {
    width: 100%;
    height: 100%;
}
.news-container .news-item .news-title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 8px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-container .news-item .intro {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #4e504f;
    font-size: 14px;
    line-height: 20px;
}
.news-container .news-item .news-item-bottom {
    padding-top: 15px;
}
.news-container .news-item .news-item-bottom .tags {
    float: left;
}
.news-container .news-item .news-item-bottom .tag {
    padding: 3px 10px;
    background: #ececec;
    color: #878787;
    border-radius: 12px;
    margin-right: 5px;
    padding-top: 1px;
}
.news-container .news-item .news-item-bottom .time {
    float: right;
    color: #4e504f;
}
.news-container .news-item:hover {
    background: #f0f4f7;
}
/* 新闻详情 */
.news-detail-container {
    width: 1200px;
    margin: 0 auto 100px;
    min-height:500px;
}
.news-detail-container .detail-left {
    float: left;
    width: 940px;
    padding-top: 30px;
}
.news-detail-container .detail-left .detail-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 40px;
}
.news-detail-container .detail-left .left {
    float: left;
    width: 140px;
    height: 100px;
    margin-right: 30px;
    text-align: center;
}
.news-detail-container .detail-left .left .date {
    margin-bottom: 50px;
}
.news-detail-container .detail-left .left .date .year {
    font-size: 24px;
    line-height: 36px;
    color: #000;
    position: relative;
}
.news-detail-container .detail-left .left .date .year::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    background: #eaeaea;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.news-detail-container .detail-left .left .date .year::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    background: #eaeaea;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.news-detail-container .detail-left .left .date .day {
    font-size: 36px;
    line-height: 50px;
    color: #000;
}
.news-detail-container .detail-left .left .date .time {
    font-size: 26px;
    line-height: 36px;
    color: #000;
}
.news-detail-container .detail-left .left .source {
    color: #6d6d6d;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 100px;
}
.news-detail-container .detail-left .left .tag-title {
    color: #6d6d6d;
    font-size: 14px;
    line-height: 20px;
    position: relative;
}
.news-detail-container .detail-left .left .tag-title::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    background: #eaeaea;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.news-detail-container .detail-left .left .tag-title::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    background: #eaeaea;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.news-detail-container .detail-left .left .tags {
    text-align: center;
    padding-top: 20px;
}
.news-detail-container .detail-left .left .tags span {
    padding: 5px 7px;
    background: #c1c1c1;
    color: #fafafa;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 6px;
    padding-top: 3px;
}
.news-detail-container .detail-left .detail-content {
    float: left;
    width: 770px;
    min-height: 500px;
    box-sizing: border-box;
    padding: 0 30px;
    padding-right:15px;
    border-left: 1px solid #eaeaea;
}
.news-detail-container .detail-left .detail-content p {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 20px;
}
.news-detail-container .pro-rec {
    float: right;
    width: 240px;
    padding-top: 80px;
}
.news-detail-container .pro-rec h2 {
    font-size: 18px;
    color: #000;
    line-height: 30px;
    margin-bottom: 20px;
}
.news-detail-container .pro-rec h2 span {
    float: right;
    font-size: 14px;
    cursor: pointer;
    font-weight: normal;
}
.news-detail-container .pro-rec h2 span .iconfont {
    color: #000;
    margin-right: 5px;
}
.news-detail-container .pro-rec .pro-rec-list {
    margin-bottom: 15px;
}
.news-detail-container .pro-rec .pro-rec-list:hover p {
    color: #2b61ce;
}
.news-detail-container .pro-rec .pro-rec-list a {
    color: #333;
}
.news-detail-container .pro-rec .pro-rec-list .rec-img {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 10px;
}
.news-detail-container .pro-rec .pro-rec-list p {
    line-height: 20px;
    font-size: 14px;
}
/* 关于我们 */
.about-container {
    width: 1200px;
    margin: 25px auto 100px;
    min-height: 500px;
}
.about-container .crumbs {
    height: 50px;
    background: #f1f1f1;
    margin: 20px 0;
    color: #888888;
    font-size: 12px;
    line-height: 50px;
    padding-left: 40px;
}
.about-container .crumbs a {
    color: #888;
    margin-left: 5px;
}
.about-container .crumbs a:hover {
    color: #2b61ce;
    text-decoration: underline;
}
.about-container .crumbs span {
    margin-left: 5px;
}
.about-container .about-left-menu {
    float: left;
    width: 220px;
    text-align: center;
}
.about-container .about-left-menu h2 {
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    background: #2b61ce;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    padding-left:8px;
}
.about-container .about-left-menu .menu {
    border: 1px solid #ececec;
    border-bottom: 0;
}
.about-container .about-left-menu .menu li {
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #ececec;
    border-left: 6px solid #fff;
}
.about-container .about-left-menu .menu li a {
    color: #333;
    display: block;
}
.about-container .about-left-menu .menu li:hover,
.about-container .about-left-menu .menu li.active {
    border-left-color: #2b61ce;
}
.about-container .about-left-menu .menu li:hover a,
.about-container .about-left-menu .menu li.active a {
    color: #1c4eb4;
    font-weight: 700;
}
.about-container .about-content {
    float: right;
    width: 950px;
}
.about-container .about-content .title {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    line-height: 36px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}
.about-container .about-content .content {
    padding: 20px 0;
    font-size: 16px;
}
.about-container .about-content .content p {
    margin-bottom: 20px;
    line-height: 1.5;
}
/* 帮助中心 */
.help-container {
    width: 1200px;
    margin: 25px auto 100px;
    min-height:500px;
}
.help-container .crumbs {
    height: 50px;
    background: #f1f1f1;
    margin: 20px 0;
    color: #888888;
    font-size: 12px;
    line-height: 50px;
    padding-left: 40px;
}
.help-container .crumbs a {
    color: #888;
    margin-left: 5px;
}
.help-container .crumbs a:hover {
    color: #2b61ce;
    text-decoration: underline;
}
.help-container .crumbs span {
    margin-left: 5px;
}
.help-container .help-left-menu {
    float: left;
    width: 220px;
    text-align: center;
}
.help-container .help-left-menu h2 {
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    background: #2b61ce;
    line-height: 50px;
    height: 50px;
    padding-left:10px;
    overflow: hidden;
}
.help-container .help-left-menu .menu {
    border: 1px solid #ececec;
    border-bottom: 0;
}
.help-container .help-left-menu .menu li {
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #ececec;
    border-left: 6px solid #fff;
}
.help-container .help-left-menu .menu li a {
    color: #333;
    display: block;
}
.help-container .help-left-menu .menu li:hover,
.help-container .help-left-menu .menu li.active {
    border-left-color: #2b61ce;
}
.help-container .help-left-menu .menu li:hover a,
.help-container .help-left-menu .menu li.active a {
    color: #1c4eb4;
    font-weight: 700;
}
.help-container .help-content {
    float: right;
    width: 950px;
}
.help-container .help-content .title {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    line-height: 36px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}
.help-container .help-content .content {
    padding: 20px 0;
    font-size: 16px;
}
.help-container .help-content .content p {
    margin-bottom: 20px;
    line-height: 1.5;
}
.help-container .help-right-content {
    float: right;
    width: 950px;
}
.help-container .help-right-content .issue-lists {
    border-top: 5px solid #2b61ce;
}
.help-container .help-right-content .issue-lists .issue-wrapper {
    padding: 10px;
}
.help-container .help-right-content .issue-lists .issue {
    padding: 3px 0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}
.help-container .help-right-content .issue-lists .issue a {
    color: #333;
}
.help-container .help-right-content .issue-lists .issue a:hover {
    color: #2b61ce;
}
.help-page nav .search-box {
    display: none;
}
.help-page .crumbs .search-box {
    margin-top: 0;
}
.help-page .crumbs .search-box .iconfont {
    top: 2px;
}
/* 交易大厅 */
.jy-container {
    width: 1200px;
    margin: 15px auto 50px;
    min-height:500px;
}
.jy-container .top-chose .all {
    float: left;
    width: 55px;
    padding: 0px;
    line-height: 32px;
}
.jy-container .top-chose .tags-selected {
    float: left;
    width: 1100px;
}
.jy-container .top-chose .tags-selected .tag-selected {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 4px 8px;
    height: 20px;
    line-height: 18px;
    border-radius: 3px;
    background-color: #2b61ce;
    cursor: pointer;
    margin-top: 3px;
}
.jy-container .top-chose .tags-selected .tag-selected .tag-txt {
    color: #fff;
}
.jy-container .top-chose .tags-selected .tag-selected .tag-close {
    color: #fff;
}
.jy-container .jlc-select {
    margin-top: 5px;
    border-top: 1px solid #e6e6e5;
    margin-bottom:20px;
}
.jy-container .jlc-select .classify-item {
    position: relative;
    background: #f1f1f1;
    border-bottom: 1px dashed #e6e6e5;
}
.jy-container .jlc-select .classify-item .left-key {
    font-size: 14px;
    line-height: 40px;
    padding-left: 15px;
    float: left;
}
.jy-container .jlc-select .classify-item .jlc-select-value {
    margin-left: 95px;
    padding-left: 20px;
    background: #fff;
    padding-right: 130px;
}
.jy-container .jlc-select .classify-item .select-val-list {
    padding-top: 8px;
    height: 32px;
    overflow: hidden;
}
.jy-container .jlc-select .classify-item label {
    cursor: pointer;
    font-size: 14px;
}
.jy-container .jlc-select .classify-item label:hover {
    color: #2b61ce;
}
.jy-container .jlc-select .classify-item li {
    float: left;
    margin-bottom: 10px;
    margin-right: 12px;
    height: 24px;
    line-height: 24px;
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jy-container .jlc-select .classify-item input[type="checkbox"] {
    display: none;
    margin-right: 5px;
    vertical-align: middle;
}
.jy-container .jlc-select .classify-item .jlc-submit {
    text-align: center;
    padding: 10px 0;
    display: none;
    padding-top:0px
}
.jy-container .jlc-select .classify-item .jlc-submit .submit-btn {
    display: inline-block;
    line-height: 14px;
    height: 14px;
    padding: 5px 15px;
    border-radius: 2px;
    background: #1c4eb4;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
.jy-container .jlc-select .classify-item .jlc-submit .submit-btn:hover {
    background: #2b61ce;
}
.jy-container .jlc-select .classify-item .jlc-select-ext {
    position: absolute;
    top: 8px;
    right: 0px;
    width: 132px;
}
.jy-container .jlc-select .classify-item .jlc-select-ext .multiple-btn,
.jy-container .jlc-select .classify-item .jlc-select-ext .more-btn,
.jy-container .jlc-select .classify-item .jlc-select-ext .up-btn {
    float: left;
    margin-left: 10px;
    position: relative;
    width: 34px;
    height: 24px;
    line-height: 24px;
    padding: 0 10px 0 10px;
    background: #f1f1f1;
    color: #535353;
    border: 1px solid #ddd;
    border-radius: 1px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
}
.jy-container .jlc-select .classify-item .jlc-select-ext .multiple-btn:hover,
.jy-container .jlc-select .classify-item .jlc-select-ext .more-btn:hover,
.jy-container .jlc-select .classify-item .jlc-select-ext .up-btn:hover {
    color: #2b61ce;
    border-color: #2b61ce;
}
.jy-container .jlc-select .classify-item .jlc-select-ext .up-btn {
    margin-left: 75px;
    display: none;
}
.jy-container .jlc-select .more .select-val-list {
    height: auto;
    overflow-y: auto;
}
.jy-container .jlc-select .more .jlc-select-ext .multiple-btn,
.jy-container .jlc-select .more .jlc-select-ext .more-btn {
    display: none;
}
.jy-container .jlc-select .more .jlc-select-ext .up-btn {
    display: block;
}
.jy-container .jlc-select .multiple .jlc-select-value {
    padding-right: 0;
}
.jy-container .jlc-select .multiple .select-val-list {
    height: auto;
    overflow-y: auto;
}
.jp-container .jlc-select .select-val-list li.active label,
.jy-container .jlc-select .select-val-list li.active label {
    display: inline-block;
    padding: 0 10px;
    background: #2b61ce;
    color: #fff;
    border-radius: 3px;
}
.jy-container .jlc-select .multiple .select-val-list li {
    width: 130px;
}
.jy-container .jlc-select .multiple .jlc-submit {
    display: block;
    text-align: right;
}
.jy-container .jlc-select .multiple .jlc-select-ext {
    display: none;
}
.jy-container .jlc-select .multiple input[type="checkbox"] {
    display: inline-block;
}
.jy-container .jlc-select .packup {
    text-align: center;
    border-top: 1px solid #e6e6e5;
    margin-top: -1px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.jy-container .jlc-select .packup span {
    display: inline-block;
    width: 68px;
    height: 30px;
    border: 1px solid #e6e6e5;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    border-top: none;
    background: #fff;
    position: relative;
    margin-top: -1px;
    cursor: pointer;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.jy-container .jlc-select .packup:hover {
    border-color: #2b61ce;
}
.jy-container .jlc-select .packup:hover span {
    border-color: #2b61ce;
    color: #2b61ce;
}
.jy-container .tab-row {
    padding: 12px 15px;
    height: 28px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #f1f1f1;
    margin-top: 10px;
}
.jy-container .tab-row a {
    float: left;
    padding: 7px 10px;
    height: 14px;
    background: #fff;
    color: #000;
    font-size: 14px;
    line-height: 14px;
}
.jy-container .tab-row a.active {
    background: #1c4eb4;
    color: #fff;
}
.jy-container .select-list {
    padding: 20px 0 20px;
}
.jy-container .select-list p.empty {
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 100px 0;
}
.jy-container .select-list li {
    float: left;
    margin: 0 20px 20px 0;
    width: 222px;
    border: 1px solid #ddd;
    position: relative;
}
.jy-container .select-list li:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 2px 2px 5px #000;
}
.jy-container .select-list li:nth-of-type(5n) {
    margin-right: 0;
}
.jy-container .select-list li a {
    color: #333;
}
.jy-container .select-list li .img {
    width: 100%;
    height: 150px;
}
.jy-container .select-list li .img img {
    width: 100%;
    height: 100%;
}
.jy-container .select-list li .txt {
    padding-top:8px;
    background: #f5f5f5;
}
.jy-container .select-list li .txt p {
    line-height: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    padding-bottom: 10px;
}
.jy-container .select-list li .txt .pro-name {
    font-size: 14px;
    color: #111;
}
.jy-container .page-wrapper {
    text-align: center;
}
.jy-container .page-wrapper .all-txt {
    text-align: center;
    color: #999;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.jy-container .page-wrapper .pagination {
    vertical-align: middle;
    display: inline-block;
}
.jy-container .page-wrapper .pagination a,
.jy-container .page-wrapper .pagination span,
.jy-container .page-wrapper .pagination em {
    float: left;
    width: 30px;
    height: 28px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e6e6e6;
    margin-right: 3px;
    font-size: 14px;
}
.jy-container .page-wrapper .pagination .active {
    color: #fff;
    background: #2b61ce;
    border-color: #2b61ce;
}
.jy-container .page-wrapper .pagination em {
    cursor: pointer;
}
.jy-container .page-wrapper .pagination input {
    padding: 0 3px;
}
.jy-container .page-wrapper .pagination input:focus,
.jy-container .page-wrapper .pagination input:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0 0 3px #2b61ce;
    border: solid 1px #2b61ce;
    z-index: 2;
    background: #fff;
}
.jy-container .page-wrapper .pagination a {
    color: #202020;
}
.jy-container .page-wrapper .pagination a:hover {
    text-decoration: none;
    color: #2b61ce;
    z-index: 2;
    border: solid 1px #2b61ce;
    background-color: #deefff;
}
.jy-container .page-wrapper .pagination a.prev {
    border-color: #fff;
    background: url(../images/icon-left.jpg) center no-repeat;
    background-size: 8px;
}
.jy-container .page-wrapper .pagination a.prev:hover {
    border-color: #fff;
    color: #202020;
    background-color: none;
}
.jy-container .page-wrapper .pagination a.next {
    background: url(../images/icon-right.jpg) center no-repeat;
    background-size: 8px;
    border-color: #fff;
}
.jy-container .page-wrapper .pagination a.next:hover {
    border-color: #fff;
    color: #202020;
    background-color: none;
}
.jy-container .page-wrapper .pagination .jump-ipt {
    width: 40px;
    height: 28px;
    border: 1px solid #e6e6e6;
    outline: none;
    margin-right: 0;
    float: left;
    border-radius: 4px 0 0 4px;
}
.jy-container .page-wrapper .pagination .jump-btn {
    background: #f3f3f3;
    border: 0;
    width: 38px;
    height: 28px;
    border: 1px solid #f3f3f3;
    border-radius: 0 4px 4px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
/* 竞拍大厅 */
.jp-container {
    width: 1200px;
    margin: 15px auto 50px;
    min-height:500px;
    /* 正在参与竞拍 */
}
.jp-container .top-chose .all {
    float: left;
    width: 55px;
    padding: 0px;
    line-height: 32px;
}
.jp-container .top-chose .tags-selected {
    float: left;
    width: 1100px;
}
.jp-container .top-chose .tags-selected .tag-selected {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 4px 8px;
    height: 20px;
    line-height: 18px;
    border-radius: 3px;
    background-color: #2b61ce;
    cursor: pointer;
    margin-top: 3px;
}
.jp-container .top-chose .tags-selected .tag-selected .tag-txt,
.jp-container .top-chose .tags-selected .tag-selected .tag-close {
    color: #fff;
}
.jp-container .jlc-select {
    margin-top: 5px;
    border-top: 1px solid #e6e6e5;
    margin-bottom:20px;
}
.jp-container .jlc-select .classify-item {
    position: relative;
    background: #f1f1f1;
    border-bottom:1px dashed #e6e6e5;
}
.jp-container .jlc-select .classify-item .left-key {
    font-size: 14px;
    line-height: 40px;
    padding-left: 15px;
    float: left;
}
.jp-container .jlc-select .classify-item .jlc-select-value {
    margin-left: 95px;
    padding-left: 20px;
    padding-right: 130px;
    background: #fff;
}
.jp-container .jlc-select .classify-item .select-val-list {
    padding-top: 8px;
    height: 32px;
    overflow: hidden;
}
.jp-container .jlc-select .classify-item label {
    cursor: pointer;
    font-size: 14px;
}
.jp-container .jlc-select .classify-item label:hover {
    color: #2b61ce;
}
.jp-container .jlc-select .classify-item li {
    float: left;
    margin-bottom: 10px;
    margin-right: 12px;
    height: 24px;
    line-height: 24px;
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jp-container .jlc-select .classify-item input[type="checkbox"] {
    display: none;
    margin-right: 0px;
    vertical-align: middle;
}
.jp-container .jlc-select .classify-item .jlc-submit {
    text-align: right;
    padding: 10px 0;
    display: none;
    padding-top: 0px;
}
.jp-container .jlc-select .classify-item .jlc-submit .submit-btn {
    display: inline-block;
    line-height: 14px;
    height: 14px;
    padding: 5px 15px;
    border-radius: 2px;
    background: #1c4eb4;
    text-align: right;
    text-decoration: none;
    color: #fff;
}
.jp-container .jlc-select .classify-item .jlc-select-ext {
    position: absolute;
    top: 8px;
    right: 0px;
    width: 135px;
}
.jp-container .jlc-select .classify-item .jlc-select-ext .multiple-btn,
.jp-container .jlc-select .classify-item .jlc-select-ext .more-btn,
.jp-container .jlc-select .classify-item .jlc-select-ext .up-btn {
    float: left;
    margin-left: 10px;
    position: relative;
    width: 34px;
    height: 24px;
    line-height: 24px;
    padding: 0 10px 0 10px;
    background: #f1f1f1;
    color: #535353;
    border: 1px solid #ddd;
    border-radius: 1px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
}
.jp-container .jlc-select .classify-item .jlc-select-ext .multiple-btn:hover,
.jp-container .jlc-select .classify-item .jlc-select-ext .more-btn:hover,
.jp-container .jlc-select .classify-item .jlc-select-ext .up-btn:hover {
    color: #2b61ce;
    border-color: #2b61ce;
}
.jp-container .jlc-select .classify-item .jlc-select-ext .up-btn {
    margin-left: 76px;
    display: none;
}
.jp-container .jlc-select .more .select-val-list {
    height: auto;
    overflow-y: auto;
}
.jp-container .jlc-select .more .jlc-select-ext .multiple-btn,
.jp-container .jlc-select .more .jlc-select-ext .more-btn {
    display: none;
}
.jp-container .jlc-select .more .jlc-select-ext .up-btn {
    display: block;
}
.jp-container .jlc-select .multiple .jlc-select-value {
    padding-right: 0;
}
.jp-container .jlc-select .multiple .select-val-list {
    height: auto;
    overflow-y: auto;
}
.jp-container .jlc-select .multiple li {
    width: 130px;
}
.jp-container .jlc-select .multiple .jlc-submit {
    display: block;
}
.jp-container .jlc-select .multiple .jlc-select-ext {
    display: none;
}
.jp-container .jlc-select .multiple input[type="checkbox"] {
    display: inline-block;
}
.jp-container .jlc-select .packup {
    text-align: center;
    border-top: 1px solid #e6e6e5;
    margin-top: -1px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.jp-container .jlc-select .packup span {
    display: inline-block;
    width: 68px;
    height: 30px;
    border: 1px solid #e6e6e5;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    border-top: none;
    background: #fff;
    position: relative;
    margin-top: -1px;
    cursor: pointer;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.jp-container .jlc-select .packup:hover {
    border-color: #2b61ce;
}
.jp-container .jlc-select .packup:hover span {
    border-color: #2b61ce;
    color: #2b61ce;
}
.jp-container .tab-row {
    padding: 12px 15px;
    height: 28px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #f1f1f1;
    margin-top: 10px;
}
.jp-container .tab-row .tit {
    font-size: 18px;
    line-height: 30px;
    color: #1c4eb4;
    margin-right: 35px;
}
.jp-container .tab-row > a {
    font-size: 14px;
    margin-right: 20px;
    color: #333333;
    line-height: 32px;
    font-weight: bold;
}
.jp-container .tab-row > a.active {
    color: #0a529c;
}
.jp-container .tab-row .select {
    float: right;
    margin-right: 40px;
    position: relative;
}
.jp-container .tab-row .select .select-tit {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    width: 100%;
    line-height: 30px;
    cursor: pointer;
}
.jp-container .tab-row .select .select-tit .icon-shijianzhou {
    font-size: 20px;
}
.jp-container .tab-row .select .select-tit .iconfont {
    font-size: 14px;
}
.jp-container .tab-row .select .select-tit i,
.jp-container .tab-row .select .select-tit span {
    vertical-align: middle;
}
.jp-container .tab-row .select ul {
    border: solid 1px #ccc;
    background: #f1f1f1;
    position: absolute;
    left: 0;
    top: 32px;
    width: 100%;
    display: none;
}
.jp-container .tab-row .select ul li {
    cursor: pointer;
    border-bottom: 1px solid #fff;
    line-height: 18px;
    padding: 5px 5px;
    font-size: 14px;
    color: #666;
}
.jp-container .tab-row .select ul li:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    background-color: #2b61ce;
}
.jp-container .select-list {
    margin: 25px 0 20px;
}
.jp-container .select-list .list-wrapper > li {
    width: 381px;
    float: left;
    border: 1px solid #ccc;
    margin-right: 25px;
    margin-bottom: 25px;
}
.jp-container .select-list .list-wrapper > li:hover {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 2px 2px 5px #000;
}
.jp-container .select-list .list-wrapper > li:nth-of-type(3n) {
    margin-right: 0;
}
.jp-container .select-list .list-wrapper > li .product_name {
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
}
.jp-container .select-list .list-wrapper > li .product_name .status {
    float: right;
    padding: 0 4px;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
}
.jp-container .select-list .list-wrapper > li .account-num {
    font-size: 14px;
    line-height: 26px;
    color: #494949;
}
.jp-container .select-list .list-wrapper > li .account-num .iconfont {
    color: #2b61ce;
    font-size: 20px;
}
.jp-container .select-list .list-wrapper > li .account-num .time-start {
    margin-left: 15px;
}
.jp-container .select-list .list-wrapper > li .center-ul li {
    float: left;
    width: 25%;
    padding: 4px 0;
    text-align: center;
}
.jp-container .select-list .list-wrapper > li .center-ul li p {
    line-height: 26px;
    font-size: 14px;
}
.jp-container .select-list .list-wrapper > li .btm-status {
    background-color: #e6e6e6;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    overflow: hidden;
}
.jp-container .select-list .list-wrapper > li .btm-status .btm-l-txt {
    font-size: 14px;
}
.jp-container .select-list .list-wrapper > li .btm-status .btm-r-txt {
    float: right;
    position: relative;
    color: #fff;
    width: 50%;
    font-size: 15px;
    text-align: center;
    right: -10px;
}
.jp-container .select-list .list-wrapper > li .btm-status .btm-r-txt:hover {
    font-weight: 700;
}
.jp-container .select-list .list-wrapper > li .btm-status .btm-r-txt::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    left: 0;
    width: 35px;
    height: 65px;
}
.jp-container .select-list .list-wrapper > li .center-ul-bg {
    border-radius: 3px;
    padding: 8px 0;
    margin-top: 10px;
}
.jp-container .select-list .jp-going .product_name .status {
    color: green;
    font-weight: bold;
}
.jp-container .select-list .jp-going .account-num .time .icon-rili {
    color: green;
}
.jp-container .select-list .jp-going .center-ul-bg {
    background-color: #f4f9f3;
}
.jp-container .select-list .jp-going .center-ul .jp-num {
    color: green;
    font-weight: bold;
}
.jp-container .select-list .jp-going .btm-r-txt {
    background-color: #158100;
}
.jp-container .select-list .jp-going .btm-r-txt::before {
    background-color: #158100;
}
.jp-container .select-list .jp-end .product_name .status {
    color: #3893f0;
    font-weight: bold;
}
.jp-container .select-list .jp-end .account-num .time .icon-rili {
    color: #3893f0;
}
.jp-container .select-list .jp-end .center-ul-bg {
    background-color: #DFEEFD;
}
.jp-container .select-list .jp-end .center-ul .jp-num {
    color: #3893f0;
    font-weight: bold;
}
.jp-container .select-list .jp-end .btm-r-txt {
    color: #3893f0 !important;
    background-color: transparent;
}
.jp-container .select-list .jp-end .btm-r-txt::before {
    background-color: transparent;
}
.jp-container .select-list .jp-will-start .product_name .status {
    color: #3893f0;
    font-weight: bold;
}
.jp-container .select-list .jp-will-start .account-num .time .icon-rili {
    color: #3893f0;
}
.jp-container .select-list .jp-will-start .center-ul-bg {
    background-color: #DFEEFD;
}
.jp-container .select-list .jp-will-start .center-ul .jp-num {
    color: #3893f0;
    font-weight: bold;
}
.jp-container .select-list .jp-will-start .btm-r-txt {
    background-color: #1c4eb4;
}
.jp-container .select-list .jp-will-start .btm-r-txt::before {
    background-color: #1c4eb4;
}
.jp-container .page-wrapper {
    text-align: center;
}
.jp-container .page-wrapper .all-txt {
    text-align: center;
    color: #999;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.jp-container .page-wrapper .pagination {
    vertical-align: middle;
    display: inline-block;
}
.jp-container .page-wrapper .pagination a,
.jp-container .page-wrapper .pagination span,
.jp-container .page-wrapper .pagination em {
    float: left;
    width: 30px;
    height: 28px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e6e6e6;
    margin-right: 3px;
    font-size: 14px;
}
.jp-container .page-wrapper .pagination .active {
    color: #fff;
    background: #2b61ce;
    border-color: #2b61ce;
}
.jp-container .page-wrapper .pagination em {
    cursor: pointer;
}
.jp-container .page-wrapper .pagination input {
    padding: 0 3px;
}
.jp-container .page-wrapper .pagination input:focus,
.jp-container .page-wrapper .pagination input:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0 0 3px #2b61ce;
    border: solid 1px #2b61ce;
    z-index: 2;
    background: #fff;
}
.jp-container .page-wrapper .pagination a {
    color: #202020;
}
.jp-container .page-wrapper .pagination a:hover {
    text-decoration: none;
    color: #2b61ce;
    z-index: 2;
    border: solid 1px #2b61ce;
    background-color: #deefff;
}
.jp-container .page-wrapper .pagination a.prev {
    border-color: #fff;
    background: url(../images/icon-left.jpg) center no-repeat;
    background-size: 8px;
}
.jp-container .page-wrapper .pagination a.prev:hover {
    border-color: #fff;
    color: #202020;
    background-color: none;
}
.jp-container .page-wrapper .pagination a.next {
    background: url(../images/icon-right.jpg) center no-repeat;
    background-size: 8px;
    border-color: #fff;
}
.jp-container .page-wrapper .pagination a.next:hover {
    border-color: #fff;
    color: #202020;
    background-color: none;
}
.jp-container .page-wrapper .pagination .jump-ipt {
    width: 40px;
    height: 28px;
    border: 1px solid #e6e6e6;
    outline: none;
    margin-right: 0;
    float: left;
    border-radius: 4px 0 0 4px;
}
.jp-container .page-wrapper .pagination .jump-btn {
    background: #f3f3f3;
    border: 0;
    width: 38px;
    height: 28px;
    border: 1px solid #f3f3f3;
    border-radius: 0 4px 4px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.jp-container .row {
    line-height: 30px;
    margin-bottom: 10px;
}
.jp-container .row strong {
    font-size: 16px;
    color: #1c4eb4;
}
.jp-container .jp-join-lists .txt-red {
    color: red;
}
.jp-container .jp-join-lists .txt-blue {
    color: #2b61ce;
}
.jp-container .jp-join-lists .jp-join-list {
    background: #DFEEFD;
    padding: 10px;
    margin-bottom: 20px;
}
.jp-container .jp-join-lists .jp-join-inner .top {
    padding: 10px 0;
    border-bottom: 1px solid #f9f9f9;
    line-height: 30px;
}
.jp-container .jp-join-lists .jp-join-inner .top h2 {
    float: left;
    font-size: 16px;
    margin-right: 30px;
}
.jp-container .jp-join-lists .jp-join-inner .top .odd {
    float: left;
    font-size: 14px;
    color: #666;
}
.jp-container .jp-join-lists .jp-join-inner .top .time {
    color: #f76c18;
    font-size: 14px;
    margin-right: 15px;
    display: inline-block;
}
.jp-container .jp-join-lists .jp-join-inner .top .btn {
    display: inline-block;
    font-size: 15px;
    background: #f76c18;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.jp-container .jp-join-lists .jp-join-inner .top .btn:hover {
    box-shadow: 0 0 8px #f76c18;
}
.jp-container .jp-join-lists .jp-join-inner .bottom {
    padding: 10px 0 0;
}
.jp-container .jp-join-lists .jp-join-inner .bottom .jp-join-item {
    float: left;
    width: 20%;
}
.jp-container .jp-join-lists .jp-join-inner .bottom .jp-join-item > p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}
.jp-container .jp-join-lists .jp-join-inner .bottom .jp-join-item > p .txt {
    float: left;
}
.jp-container .jp-join-lists .jp-join-inner .bottom .input-control em {
    float: left;
    width: 20px;
    height: 20px;
    background: #f9f9f9;
    cursor: pointer;
    text-align: center;
}
.jp-container .jp-join-lists .jp-join-inner .bottom .input-control em:hover {
    background: #2b61ce;
    color: #fff;
}
.jp-container .jp-join-lists .jp-join-inner .bottom .input-control input {
    text-align: center;
    width: 50px;
    float: left;
    height: 20px;
    border: 1px solid #f5f5f5;
    box-sizing: border-box;
}
.jp-container .jp-join-lists .jp-join-inner .bottom .input-control input:focus {
    border-color: lightgray;
}
/* 我的竞拍 */
.my-jp-container {
    width: 1200px;
    margin: 20px auto 30px;
    min-height:500px;
}
.my-jp-container .all-tips {
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    background: #f2f2f2;
    margin-bottom: 25px;
    padding: 25px 0px;
}

.my-jp-container .all-tips span {
    font-size: 24px;
}
.my-jp-container .my-jp-table .my-jp {
    width: 585px;
    border: 1px solid #f1f1f1;
}
.my-jp-container .my-jp-table .my-jp-header {
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    border-bottom: 1px solid #f1f1f1;
    background: #f9f9f9;
}
.my-jp-container .my-jp-table .my-jp-header .icons {
    float: right;
    margin-right: 20px;
    padding-top: 8px;
    line-height: 30px;
}
.my-jp-container .my-jp-table .my-jp-header .icons i {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 20px;
    font-size: 20px;
    text-align: center;
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 4px;
}
.my-jp-container .my-jp-table .my-jp-header .icons i.icon-left {
    background-size: 8px;
}
.my-jp-container .my-jp-table .my-jp-header .icons i.icon-right {
    background-size: 8px;
}
.my-jp-container .my-jp-table .my-jp-header .icons i:hover {
    box-shadow: 1px 1px 3px #1c4eb4;
    border-color: #1c4eb4;
}
.my-jp-container .my-jp-table .bg {
    background: #2b61ce;
    color: #fff;
}
.my-jp-container .my-jp-table .my-body {
    font-size: 14px;
}
.my-jp-container .my-jp-table .my-body table {
    width: 100%;
}
.my-jp-container .my-jp-table .my-body table .datanull {
    height: 341px;
}
.my-jp-container .my-jp-table .my-body table .datanull:hover {
    background: #fff;
}
.my-jp-container .my-jp-table .my-body table tbody tr:hover {
    background: #DFEEFD;
}
.my-jp-container .my-jp-table .my-body table th,
.my-jp-container .my-jp-table .my-body table td {
    padding: 10px 3px;
    box-sizing: border-box;
    word-break: break-all;
    text-align: center;
}
.my-jp-container .my-jp-table .my-body table th {
    border-bottom: 1px solid #f1f1f1;
}
.my-jp-container .my-jp-table .my-body table td span {
    padding: 2px 5px;
    border: 1px solid #DFEEFD;
}
.my-jp-container .my-jp-table .my-body table td span.bg {
    background: #009688;
    color: #fff;
}
.my-jp-container .my-jp-table .my-body {
    min-height: 400px;
}
.my-jp-container .my-jp-bg {
    background: #DFEEFD;
    margin-top: 30px;
}
.my-jp-container .my-jp-bg .wrapper {
    padding: 15px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.my-jp-container .my-jp-bg .wrapper .left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.my-jp-container .my-jp-bg .wrapper .left .top {
    height: 80px;
    line-height: 80px;
    font-size: 50px;
    text-align: center;
}
.my-jp-container .my-jp-bg .wrapper .left .bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}
.my-jp-container .my-jp-bg .wrapper .left .bottom dl {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}
.my-jp-container .my-jp-bg .wrapper .left .bottom dl dt {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #009688;
}
.my-jp-container .my-jp-bg .wrapper .left .bottom dl dd {
    font-size: 14px;
    line-height: 24px;
}
.my-jp-container .my-jp-bg .wrapper .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.my-jp-container .my-jp-bg .wrapper .right h2 {
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
}
.my-jp-container .my-jp-bg .wrapper .right .item {
    padding: 0 60px;
    font-size: 14px;
    line-height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.my-jp-container .my-jp-bg .wrapper .right .item .name {
    width: 130px;
    text-align: left;
}
.my-jp-container .my-jp-bg .wrapper .right .item .input-box .minus {
    display: inline-block;
    width: 28px;
    height: 26px;
    line-height: 10px;
    text-align: center;
    font-size: 20px;
    background: #009688;
    color: #fff;
    cursor: pointer;
    vertical-align: middle;
    border: none;
}
.my-jp-container .my-jp-bg .wrapper .right .item .input-box input {
    border: 1px solid #009688;
    width: 70px;
    height: 24px;
    vertical-align: middle;
    text-align: center;
}
.my-jp-container .my-jp-bg .wrapper .right .item .input-box input:focus {
    box-shadow: 0 0 6px #009688;
}
.my-jp-container .my-jp-bg .wrapper .right .item .input-box .add {
    vertical-align: middle;
    display: inline-block;
    width: 28px;
    height: 26px;
    line-height: 10px;
    text-align: center;
    font-size: 20px;
    background: #009688;
    color: #fff;
    cursor: pointer;
    border: none;
}
.my-jp-container .my-jp-bg .wrapper .right .item .last {
    width: 150px;
    color: #009688;
}
.my-jp-container .my-jp-bg .wrapper .right .price.item {
    justify-content: right;
}

.my-jp-container .my-jp-bg .right .auction-btn {
    background: #009688;
    color: #ffffff;
    border: none;
    padding: 5px 15px;
    cursor: pointer;
    margin-right: 15px;
}
.my-jp-container .my-jp-bg .right .auction-btn:hover {
    background: #009688;
}
/* 右侧客服 */
.fixed-service {
    top: 35%;
    position: fixed;
    right: 0px;
    width: 50px;
    height: 290px;
    z-index: 3;
}
.fixed-service li {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #f2f2f2;
    text-align: center;
}
.fixed-service li i {
    font-size: 24px;
    color: #fff;
}
.fixed-service li .circle {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #c1c1c1;
    border-radius: 100%;
    margin-top: 8px;
    text-align: center;
    cursor: pointer;
}
.fixed-service li .circle i {
    font-size: 20px;
    color: #fff;
}
.fixed-service li:hover .circle {
    background: #009688;
}
.fixed-service li.cart {
    margin-bottom: 5px;
    background: #009688;
}
.fixed-service li.cart .circle {
    background: #009688;
}
.fixed-service li.cart .shop-cart {
    display: block;
}
.fixed-service li.cart .shop-num {
    color: #fff;
    background: #f00;
    padding: 2px 5px;
    position: absolute;
    right: 3px;
    top: 0;
    line-height: 1;
    border-radius: 8px;
}
.fixed-service li.cart:hover .circle {
    background: #ccc;
}
.fixed-service li.text-kefu {
    height: 30px;
    line-height: 1;
}
.fixed-service li.text-kefu h3 {
    color: #c1c1c1;
    padding: 8px 0 3px;
    font-weight: normal;
    font-size: 14px;
}
.fixed-service li.retop {
    display: none;
    margin-top: 5px;
    cursor: pointer;
}
.fixed-service li.retop:hover {
    background: #009688;
}
.fixed-service .hide {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -200px;
    z-index: -1;
}
.fixed-service .hide .slide-box {
    background: #fff;
    box-shadow: 0 1px 5px 1px rgba(216, 216, 216, 0.7);
    position: relative;
    margin-right: 20px;
    text-align: left;
    cursor: default;
}
.fixed-service .hide .slide-box > a {
    display: block;
}
.fixed-service .hide .slide-box i {
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #009688;
    vertical-align: middle;
    font-size: 24px;
}
.fixed-service .hide .slide-box em.txt {
    display: block;
    line-height: 40px;
    padding: 0 10px 0 50px;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    color: #009688;
    text-align: center;
}
.fixed-service .hide .slide-box::after {
    position: absolute;
    content: '';
    z-index: -1;
    top: 16px;
    right: -5px;
    height: 8px;
    width: 8px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 1px 5px 1px rgba(216, 216, 216, 0.7);
}
/* 产品详情 */
.pro-detail-container{
    margin-top:20px;
}
.pro-detail-container .info .left {
    float: left;
}
.pro-detail-container .info .left .img {
    width: 330px;
    height: 320px;
    position: relative;
}
.pro-detail-container .info .left .img img {
    width: 332px;
    height: 258px;
}
.pro-detail-container .info .left .bottom {
    height: 60px;
    border: 1px solid #ccc;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.pro-detail-container .info .left .bottom .icon {
    width: 28px;
    height: 28px;
    background: url(../images/pdf-icon.png) no-repeat;
    margin-bottom: 10px;
}
.pro-detail-container .info .left .bottom > a {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    color: #333;
}
.pro-detail-container .info .left .bottom > a:first-child {
    border-right: 1px solid #ccc;
}
.pro-detail-container .info .left .bottom > a:hover {
    color: #009688;
}
.pro-detail-container .info .left .bh {
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
}
.pro-detail-container .info .right {
    float: right;
    width: 840px;
}
.pro-detail-container .info .right .color-red {
    color: red;
}
.pro-detail-container .info .right h2 {
    font-size: 24px;
    line-height: 40px;
    color: #009688;
    margin-bottom: 10px;
}
.pro-detail-container .info .right .row {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 5px;
}
.pro-detail-container .info .right .row .name {
    display: inline-block;
    width: 80px;
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
    margin-right: 5px;
}
.pro-detail-container .info .right .check-btn {
    line-height: 19px;
    font-size: 12px;
    display: inline-block;
    padding: 0px 10px;
    border: 1px solid #009688;
    color: #009688;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
    margin-right: 10px;
}
.pro-detail-container .info .right .check-btn.selected {
    background: #009688;
    color: #fff;
}
.pro-detail-container .info .right .num-input {
    width: 100px;
    height: 22px;
    text-align: center;
    border: 1px solid #ccc;
    margin-right: 10px;
}
.pro-detail-container .info .right .num-input:focus {
    border-color: #009688;
}
.pro-detail-container .info .right .row:last-child {
    padding-top: 24px;
}
.pro-detail-container .info .right .address-btn {
    padding: 3px 15px;
    font-size: 12px;
    background: #009688;
    color: #fff;
    margin-left: 15px;
    cursor: pointer;
    border-radius: 2px;
}
.pro-detail-container .info .right .buy-btn,
.pro-detail-container .info .right .login-btn {
    width: 120px;
    height: 34px;
    line-height: 30px;
    background: #009688;
    color: #fff;
    border-radius: 2px;
    outline: none;
    border: 1px solid #009688;
    cursor: pointer;
    margin-right: 15px;
    font-size: 15px;
}
.pro-detail-container .info .right .buy-btn:hover,
.pro-detail-container .info .right .login-btn:hover {
    background: #009688;
}
.pro-detail-container .info .right .login-btn {
    width: 250px;
}
.pro-detail-container .info .right .addCart-btn {
    width: 120px;
    height: 34px;
    line-height: 30px;
    color: #009688;
    border-radius: 2px;
    outline: none;
    border: 1px solid #009688;
    background: none;
    cursor: pointer;
    font-size: 15px;
}
.pro-detail-container .info .right .addCart-btn:hover {
    background: #009688;
    color: #fff;
}
.pro-detail-container .content > h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.pro-detail-container .content {
    font-size: 14px;
    padding: 30px 0;
}
.address-modalbox {
    opacity: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
}
.address-modalbox.in {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}
.address-modalbox.in .modal-content {
    top: 10%;
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
}
.address-modalbox .modal-content {
    width: 800px;
    padding: 0 0 20px 0;
    background: #fff;
    border: 1px solid #fff;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.address-modalbox .modal-header {
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    background: #009688;
    padding-left: 10px;
    position: relative;
}
.address-modalbox .modal-header .modal-close-btn {
    font-size: 24px;
    position: absolute;
    right: 10px;
    line-height: 1;
    top: 7px;
    cursor: pointer;
}
.address-modalbox .modal-header .modal-close-btn:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.address-modalbox .modal-body {
    padding: 10px;
    font-size: 14px;
}
.address-modalbox .modal-body table {
    width: 100%;
}
.address-modalbox .modal-body table th,
.address-modalbox .modal-body table td {
    border: 1px solid #ccc;
    padding: 5px 3px;
    text-align: center;
}
.address-modalbox .modal-footer {
    margin-top: 20px;
    text-align: center;
}
.address-modalbox .modal-footer button {
    background: #009688;
    color: #fff;
    border: none;
    height: 32px;
    line-height: 32px;
    padding: 0 30px;
    font-size: 15px;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
}
.address-modalbox .modal-footer button:hover {
    background: #009688;
}
.address-modalbox .modal-footer .save-btn {
    margin-right: 30px;
}
/* 购物车 */
.cart-container{
    margin-top:25px;
    min-height: 500px;
}

.cart-container .color-red {
    color: red;
}

.cart-container .floor-title {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
}
.cart-container .table {
    margin-bottom: 25px;
}
.cart-container table {
    width: 100%;
    word-break: break-all;
    font-size: 14px;
}
.cart-container table td,
.cart-container table th {
    padding: 10px 3px;
    line-height: 20px;
    box-sizing: border-box;
}
.cart-container table th {
    background: #f1f1f1;
}
.cart-container table th:first-child {
    width: 700px;
}
.cart-container table th:nth-of-type(2) {
    width: 130px;
}
.cart-container table th:nth-of-type(3) {
    width: 130px;
}
.cart-container table th:nth-of-type(4) {
    width: 130px;
}
.cart-container table .bor {
    border: 1px solid #ccc;
}
.cart-container table .bor {
    border: none;
}
.cart-container table .bor.empty td {
    text-align: center;
}
.cart-container table .bor.empty td:hover {
    background: #ffffff;
}
.cart-container table .bor:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #DFEEFD;
}
.cart-container table .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cart-container table .inner .price {
    margin-right: 5px;
}

.cart-container table .inner input[type="checkbox"] {
    margin: 0 20px 0 10px;
}
.cart-container table .inner img {
    width: 80px;
    height: 80px;
    margin: 0 20px 0 0;
}
.cart-container table .inner .pro-name {
    width: 200px;
    padding: 0 5px;
    box-sizing: border-box;
}
.cart-container table .inner .col3 {
    width: 200px;
    padding: 0 5px;
    box-sizing: border-box;
}
.cart-container table .inner .col3 > p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.cart-container table .inner .col3 .left {
    display: inline-block;
    width: 80px;
    white-space: nowrap;
    margin-right: 5px;
    text-align: right;
}
.cart-container table .inner .col4 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box;
}
.cart-container table .inner .col4 > p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.cart-container table .inner .col4 .left {
    display: inline-block;
    width: 80px;
    white-space: nowrap;
    margin-right: 5px;
    text-align: right;
}
.cart-container table .inner .num-input {
    width: 50px;
    border: 1px solid #ccc;
    text-align: center;
    height: 18px;
    margin-right: 5px;
}
.cart-container table .inner .del-btn {
    color: #009688;
    cursor: pointer;
}
.cart-container table .inner .del-btn:hover {
    color: #009688;
}
.cart-container .shop-footer .all {
    background: #f5f5f5;
    padding: 5px 10px 5px 15px;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cart-container .shop-footer .all .del-btn {
    color: #009688;
    cursor: pointer;
    margin-right: 15px;
}
.cart-container .shop-footer .all .del-btn:hover {
    color: #009688;
}
.cart-container .shop-footer .all .col3 {
    width: 280px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 100%;
}
.cart-container .shop-footer .all .col3 > p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 20px;
}
.cart-container .shop-footer .all .col3 .left {
    width: 130px;
    text-align: right;
    margin-right: 5px;
}
.cart-container .shop-footer .btns {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: right;
}
.cart-container .shop-footer .btns a {
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    border-radius: 4px;
}
.cart-container .shop-footer .btns .closeAccount {
    background: #009688;
    color: #fff;
    margin-right: 15px;
}
.cart-container .shop-footer .btns .closeAccount:hover {
    background: #009688;
}
.cart-container .shop-footer .btns .goshop {
    border: 1px solid #009688;
    color: #009688;
}
.cart-container .shop-footer .btns .goshop:hover {
    background: #009688;
    color: #fff;
}
/* 订单信息 */
.order-container .color-red {
    color: red;
}
.order-container{
    margin-top: 25px;
}


.order-container h2.title {
    font-size: 16px;
    color: #009688;
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: 3px solid #009688;
}
.order-container .jb-info {
    padding: 10px 0px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}
.order-container .jb-info dl {
    width: 393px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    line-height: 40px;
}
.order-container .jb-info dl dt {
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
    width: 95px;
    background: #f1f1f1;
    height: 100%;
}
.order-container .jb-info dl dd {
    text-indent: 10px;
    border: 1px solid #f1f1f1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    box-sizing: border-box;
}
.order-container .jb-info dl:nth-of-type(3n) {
    margin-right: 0;
}
.order-container .qd {
    font-size: 14px;
    margin: 10px 0 5px 0;
}
.order-container .qd table {
    width: 100%;
    margin-bottom: 10px;
}
.order-container .qd table tr:hover {
    background: #DFEEFD;
}
.order-container .qd table th,
.order-container .qd table td {
    border: 1px solid #f1f1f1;
    padding: 10px 3px;
    box-sizing: border-box;
    text-align: center;
}
.order-container .qd table th {
    background: #f9f9f9;
}
.order-container .qd table .tr-inner {
    line-height: 20px;
    word-break: break-all;
}
.order-container .qd .qd-footer {
    text-align: right;
    padding-right: 20px;
    line-height: 30px;
}
.order-container .qd .qd-footer span {
    margin-left: 30px;
}
.order-container .textarea {
    padding: 10px 0px;
    margin-bottom: 10px;
}
.order-container .textarea textarea {
    width: 1183px;
    height: 60px;
    outline: none;
    font-size: 15px;
    resize: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 7px;
}
.order-container .textarea textarea:focus {
    border-color: #009688;
    box-shadow: 0 0 5px #009688;
}
.order-container .dd-btns {
    text-align: center;
    margin: 0px 0 30px;
    font-size: 15px;
}
.order-container .dd-btns .gocart {
    color: #fff;
    background: #009688;
    display: inline-block;
    width: 120px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    margin-right: 15px;
    border: 1px solid #009688;
}
.order-container .dd-btns .gocart:hover {
    background: #009688;
}
.order-container .dd-btns .submit {
    border-radius: 4px;
    width: 80px;
    line-height: 28px;
    text-align: center;
    outline: none;
    border: 1px solid #009688;
    background: none;
    color: #009688;
    cursor:pointer;
}
.order-container .dd-btns .submit:hover {
    background: #009688;
    color: #fff;
}
.order-container .js-info {
    height: 100px;
    font-size: 14px;
    padding: 10px 0;
}
.order-container .js-info table {
    float: right;
}
.order-container .js-info table td {
    background: #f1f1f1;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #fff;
}
.order-container .js-info table td:first-child {
    text-align: right;
}
/* 注册页 */
.register-page{
    background: white;

}
.register-page .header-wrapper {
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;

}
.register-page .header {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}
.register-page .header .line {
    width: 1px;
    height: 20px;
    background: #d0d0d0;
}
.register-page .header .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.register-page .header .logo .img {
    margin-right: 20px;
}
.register-page .header .logo .sub-title {
    margin-left: 10px;
    font-size: 20px;
    color: #535353;
}
.register-page .header .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.register-page .header .right .goHome {
    color: #009688;
    font-size: 16px;
    margin-right: 10px;
}
.register-page .header .right .goHome:hover {
    font-weight: bold;
}
.register-page .header .right .hotline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px;
}
.register-page .header .right .hotline .iconfont {
    font-size: 24px;
    color: #d0d0d0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: 5px;
}
.register-page .header .right .hotline .txt {
    color: #535353;
    line-height: 16px;
}
.register-page .header .right .hotline strong {
    color: #009688;
    font-size: 16px;
}
.register-page .progress {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 250px;
    width: 700px;
    margin: 0 auto;
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(#f2f2f2), to(#fff));
    background: linear-gradient(to right, #fff, #f2f2f2, #fff);
}
.register-page .progress .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    height: 60px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.register-page .progress .item .num {
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 1px solid #d0d0d0;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
}
.register-page .progress .item .text {
    color: #d0d0d0;
}
.register-page .progress .item.active .num {
    background: #14d2b4;
    border-color: #14d2b4;
    color: #fff;
}
.register-page .progress .item.active .text {
    color: #333;
}
.register-page .progress .dots .dot {
    display: inline-block;
    margin-right: 5px;
    width: 6px;
    height: 6px;
    background: #d0d0d0;
    border-radius: 50%;
}
.register-page .progress .dots.active .dot {
    background: #14d2b4;
}
.register-page .content {
    width: 1200px;
    margin: 0 auto;
    min-height: 500px;
}
.register-page .content .form {
    padding: 50px 300px;
}
.register-page .content .form .input-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 14px;
    margin-bottom: 30px;
    width: 720px;
    margin-left: -40px;
}
.register-page .content .form .input-control .input-box {
    position: relative;
    margin-right: 160px;
    margin-left: 10px;
}
.register-page .content .form .input-control .input-box .getCode {
    position: absolute;
    right: 5px;
    top: 4px;
    padding: 7px 10px;
    cursor: pointer;
    color: #14d2b4;
}
.register-page .content .form .input-control .input-box .getCode::before {
    position: absolute;
    content: '';
    background: #ccc;
    width: 1px;
    height: 14px;
    left: 0;
}
.register-page .content .form .input-control .input-box .tips {
    font-size: 12px;
    position: absolute;
    left: 0px;
    bottom: -18px;
    color: #be0014;
}
.register-page .content .form .input-control input[type='text'],
.register-page .content .form .input-control input[type='password'] {
    height: 36px;
    width: 390px;
    border: 1px solid #d0d0d0;
    padding-left: 10px;
}
.register-page .content .form .input-control input[type='text']:focus,
.register-page .content .form .input-control input[type='password']:focus {
    border-color: #14d2b4;
    box-shadow: 0 0 5px #14d2b4;
}
.register-page .content .form .input-control label i {
    color: #be0014;
}
.register-page .content .form .text-row {
    color: #939393;
    margin-left: 180px;
    margin-bottom: 15px;
}
.register-page .content .form .text-row input[type="checkbox"] {
    vertical-align: middle;
}
.register-page .content .form .text-row span {
    vertical-align: middle;
}
.register-page .content .form .text-row a {
    color: #333;
}
.register-page .content .form .text-row a:hover {
    color: #14d2b4;
}
.register-page .content .form .row {
    margin-left: 180px;
}
.register-page .content .form .row .next-btn {
    width: 80px;
    line-height: 30px;
    height: 30px;
    background: #14d2b4;
    text-align: center;
    color: #fff;
    border: 0;
    outline: none;
    cursor: pointer;
    margin-bottom: 15px;
    margin-left: 80px;
}
.register-page .content .form .row .next-btn:hover {
    background: #14d2b4;
}
.register-page .content .form .row .gologoin {
    color: #14d2b4;
}
.register-page .content .form .row .gologoin:hover {
    color: #14d2b4;
}
.register-page .content .form .success-text {
    background: #FFFFCC;
    height: 250px;
    width: 600px;
    font-size: 16px;
}
.success-text .title{
    padding-top: 35px;
    text-align: center;
}
.success-text .content{
    margin-top: 20px;
}
.success-text .content .left{
    display: inline-block;
    width: 180px;
    text-align: right;
    margin-bottom: 20px;
}
.register-page .content .form .btn {
    text-align: center;
    margin: 50px 0 100px;
}
.register-page .content .form .btn a {
    background: #009688;
    color: #fff;
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}
.register-page .content .form .btn a:hover {
    background: #009688;
}
.login-page{
    background-image: none;
}
.login-page .header-wrapper {
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
    background: #FFF;
}
.login-page .header {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.login-page .header .line {
    width: 1px;
    height: 25px;
    background: #d0d0d0;
    margin-top: 4px;
}
.login-page .header .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.login-page .header .logo .img {
    margin-right: 20px;
}
.login-page .header .logo .sub-title {
    margin-left: 20px;
    font-size: 20px;
    color: #535353;
}
.login-page .header .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.login-page .header .right .goHome {
    color: #009688;
    font-size: 16px;
    margin-right: 15px;
}
.login-page .header .right .goHome:hover {
    font-weight: bold;
}
.login-page .header .right .hotline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px;
}
.login-page .header .right .hotline .iconfont {
    font-size: 24px;
    color: #d0d0d0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: 5px;
}
.login-page .header .right .hotline .txt {
    color: #535353;
    line-height: 16px;
}
.login-page .header .right .hotline strong {
    color: #009688;
    font-size: 16px;
}
.login-page .bg {
    background: url(../images/login_bg.jpg) top center no-repeat;
    height: 500px;
}
.login-page .bg .w1200 {
    height: 100%;
    position: relative;
}
.login-page .bg .wrapper {
    width: 320px;
    height: 380px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.login-page .bg .inner {
    padding: 20px 15px 60px;
}
.login-page .bg .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}
.login-page .bg .tabs li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
    font-size: 18px;
    line-height: 40px;
    position: relative;
}
.login-page .bg .tabs li::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 66px;
    height: 2px;
    background: #fbb003;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}
.login-page .bg .tabs li.active {
    color: #009688;
}
.login-page .bg .tabs li.active::after {
    display: block;
}
.login-page .bg .form {
    display: none;
}
.login-page .bg .form li {
    margin-bottom: 30px;
}
.login-page .bg .form .input-controller {
    width: 100%;
    height: 45px;
    position: relative;
}
.login-page .bg .form .input-controller .iconfont {
    position: absolute;
    left: 10px;
    top: 12px;
    font-size: 20px;
}
.login-page .bg .form .input-controller .icon-shouji,
.login-page .bg .form .input-controller .icon-icon-mima {
    font-size: 22px;
}
.login-page .bg .form .input-controller input {
    width: 100%;
    height: 100%;
    outline: none;
    border: 1px solid #ececec;
    box-sizing: border-box;
    padding-left: 45px;
}
.login-page .bg .form .input-controller input:focus {
    border-color: #be0014;
    box-shadow: 0 0 5px #be0014;
}
.login-page .bg .form .input-controller .getCode {
    color: #fbb003;
    padding: 10px 10px;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    font-size: 14px;
}
.login-page .bg .form .input-controller .tip {
    position: absolute;
    left: 0px;
    bottom: -20px;
    line-height: 15px;
    color: #be0014;
}
.login-page .bg .form.show {
    display: block;
}
.login-page .bg .bottom {
    padding-top: 10px;
}
.login-page .bg .bottom .text-row {
    color: #939393;
}
.login-page .bg .bottom .text-row input[type="checkbox"] {
    vertical-align: middle;
}
.login-page .bg .bottom .text-row span {
    vertical-align: middle;
}
.login-page .bg .bottom .text-row a {
    color: #333;
}
.login-page .bg .bottom .text-row a:hover {
    color: #be0014;
}
.login-page .bg .loginBtn {
    margin-bottom: 15px;
    display: block;
    width: 100%;
    height: 40px;
    border: 0;
    outline: none;
    font-size: 16px;
    color: #fff;
    background: #009688;
    cursor: pointer;
}
.login-page .bg .loginBtn:hover {
    background: #009688;
}

.home-advert-banner {
    width:1200px;height:210px;background:#f2f2f2;margin:0px auto 30px;
}
.home-advert-banner img {
    display:inline;
    width:100%;
    height: 100%;
}

.advert-left-bar{
    width:100%;height:600px;background:#f2f2f2;margin-top:30px
}
.advert-left-bar img{
    width:100%;
    height: 100%;
}

/*分页*/
.page-wrapper {
    text-align: center;
    margin-top: 28px;
}

.page-wrapper .all-txt {
    text-align: center;
    color: #999;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.page-wrapper .pagination {
    vertical-align: middle;
    display: inline-block;
}

.page-wrapper .pagination a,
.page-wrapper .pagination span,
.page-wrapper .pagination em {
    float: left;
    width: 30px;
    height: 28px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e6e6e6;
    margin-right: 3px;
    font-size: 14px;
}

.page-wrapper .pagination .active {
    color: #fff;
    background: #009688;
    border-color: #009688;
}

.page-wrapper .pagination em {
    cursor: pointer;
}

.page-wrapper .pagination input {
    padding: 0 3px;
}

.page-wrapper .pagination input:focus,
.page-wrapper .pagination input:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0 0 3px #009688;
    border: solid 1px #009688;
    z-index: 2;
    background: #fff;
}

.page-wrapper .pagination a {
    color: #202020;
}

.page-wrapper .pagination a:hover {
    text-decoration: none;
    color: #009688;
    z-index: 2;
    border: solid 1px #009688;
    background-color: #deefff;
}

.page-wrapper .pagination a.prev {
    border-color: #fff;
    background: url(../images/icon-left.jpg) center no-repeat;
    background-size: 8px;
}

.page-wrapper .pagination a.prev:hover {
    border-color: #fff;
    color: #202020;
    background-color: none;
}

.page-wrapper .pagination a.next {
    background: url(../images/icon-right.jpg) center no-repeat;
    background-size: 8px;
    border-color: #fff;
}

.page-wrapper .pagination a.next:hover {
    border-color: #fff;
    color: #202020;
    background-color: none;
}

.page-wrapper .pagination .jump-ipt {
    width: 40px;
    height: 28px;
    border: 1px solid #e6e6e6;
    outline: none;
    margin-right: 0;
    float: left;
    border-radius: 4px 0 0 4px;
}

.page-wrapper .pagination .jump-btn {
    background: #f3f3f3;
    border: 0;
    width: 38px;
    height: 28px;
    border: 1px solid #f3f3f3;
    border-radius: 0 4px 4px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.intro .eye {
    float:right;
    background:url(../images/eye.png) center no-repeat;
    padding-left: 45px;
    color: #ababab;
}
.loseCode{
    position: absolute;
    right: 5px;
    top: 4px;
    padding: 7px 10px;
    color: #D0D0D0;
}
.loseCode::before {
    position: absolute;
    content: '';
    background: #ccc;
    width: 1px;
    height: 14px;
    left: 0;
}
