﻿@charset "utf-8";



.pages {
    /* width:690px;*/
    height: 45px;
    margin: 0px auto 0px auto;
    font: 12px/150% Arial,Verdana,"\5b8b\4f53";
    color: #666;
    background: #fff;
}

.pages a:link, .pages a:visited, .pages a {
    color: #333;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    background-repeat: repeat-x;
    float: left;
    height: 36px;
    line-height: 36px;
    padding: 0 14px;
    margin-right: 5px;
    font-size: 14px;
    background-image: linear-gradient(top,#f7f7f7,#f2f2f2);
}

.pages a:hover {
    border-color: #e4393c;
    color: #e4393c;
}

#setpage .current {
    border: 0 none;
    padding: 1px 15px;
    background: 0 0;
    filter: none;
    color: #e4393c;
    cursor: default;
    float: left;
    height: 36px;
    line-height: 36px;
    padding: 0 14px;
    margin-right: 5px;
    font-size: 14px;
}

.page_last:link, .page_last:visited {
    font-weight: bold;
}
/*公用分页代码*/ .productlist h6 {
    position: relative;
    padding-left: 15px;
}

.pages-wrap {
    margin-top: 30px;
}

.pages-wrap .page-skip, .pages-wrap .pages {
    float: left;
}

.page-skip {
    height: 45px;
    padding: 5px 10px;
    border: 0;
    font-size: 12px;
    margin-left: 2px;
    font-family: arial;
    line-height: 45px;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.pages-wrap .page-skip em {
    float: left;
    height: 26px;
    line-height: 26px;
    color: #666;
}

em, i, u {
    font-style: normal;
}

.pages-wrap .page-skip .pagenumber {
    float: left;
    width: 36px;
    height: 21px;
    padding: 1px;
    border-width: 1px;
    border-style: solid;
    border-color: #aaa #ddd #ddd #aaa;
    margin: 0 5px;
    text-align: center;
    font-family: verdana;
}

.pages-wrap .page_search {
    float: left;
    width: 53px;
    height: 25px;
    padding: 0;
    margin-left: 5px;
    border: 0;
    background: url(../images/button-back.png) no-repeat;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    color: #333;
}

.pages-body {
    width: 745px;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
}
/*加盟表单*/
.bullet_box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 957;
    background-color: rgba(0,0,0,0.3);
    display: none;
}

.bullet {
    width: 86%;
    margin: 25% auto 0;
    padding: 3%;
    background: #ef4c3d;
    border-radius: 8px;
    background: no-repeat url(../images/m_bg.jpg);
    background-size: 100%;
    padding-top: 30%;
}

.bullet_top {
    width: 100%;
    margin-bottom: 5%;
}

.bullet_top img {
    width: 58%;
    border-radius: 5px;
}

.bullet_bottom {
    width: 94%;
    padding: 4% 3% 2%;
    background-color: #ffffff;
    border-radius: 5px;
}

.bb_top {
    width: 100%;
    overflow: hidden;
}

.bb_top_left {
    width: 40%;
    float: left;
    border: 1px solid #999999;
}

.bb_top_left img {
    width: 100%;
}

.bb_top_right {
    width: 55%;
    float: right;
}

.bb_top_right em {
    font-size: 17px;
    color: #333;
}

.bb_top_right p {
    font-size: 14px;
    color: #999999;
    line-height: 150%;
    margin-top: 5%;
}

.bb_top_right p span {
    color: #e9444c;
}

.bb_bottom {
    width: 100%;
    margin: 1% 0;
}

.bb_bottom p {
    width: 100%;
    margin: 3% 0;
}

.bb_bottom p input {
    width: 94%;
    padding: 0 3%;
    border: 1px solid #ddd;
    line-height: 250%;
    color: #999999;
}

.bb_bottom p .btn {
    width: 100%;
    text-align: center;
    line-height: 260%;
    color: #ffffff;
    background-color: #ffa726;
    border: 0;
    border-radius: 3px;
}
/*弹窗*/
.bw_box {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}

.bullet_window {
    width: 680px;
    height: 570px;
    background: no-repeat url(/company/images/bw-bg.png) center;
    margin: 20px auto 0;
    overflow: hidden;
    border-radius: 10px;
}

.bw_shut {
    width: 42px;
    height: 42px;
    float: right;
    background: no-repeat url(/company/images/bw_close.png) center;
    margin-top: 10px;
    cursor: pointer;
}

.bw {
    width: 582px;
    padding: 40px 30px 30px;
    margin: 190px auto 0;
    background: #ffffff;
    border-radius: 15px;
}

.bw_top {
    width: 582px;
    overflow: hidden;
}

.bw_top_img {
    width: 160px;
    height: 90px;
    float: left;
    overflow: hidden;
}

.bw_top_title {
    width: 400px;
    padding: 10px 0;
    float: right;
}

.bw_top_title p {
    font-size: 16px;
    color: #625556;
    line-height: 25px;
}

.bw_top_title p em {
    font-size: 22px;
    color: #625556;
    font-weight: bold;
}

.bw_top_title p span {
    color: #f53559;
}

.bw_bottom {
    width: 582px;
    margin-top: 26px;
    border-top: 1px solid #e5e5e5;
}

.bw_bottom p:nth-child(1) {
    font-size: 14px;
    line-height: 18px;
    padding: 20px 0;
    color: #333;
}

.bw_bottom p:nth-child(2) input {
    border: 1px solid #ccc;
    background: #ffffff;
    border-radius: 3px;
    font-size: 14px;
    outline: none;
}

.bwb_1 {
    width: 140px;
    height: 48px;
    padding: 0 10px;
}

.bwb_2 {
    width: 200px;
    height: 48px;
    padding: 0 10px;
    margin: 0 3px;
}

.bw_bottom p:nth-child(2) .bwb_3 {
    width: 180px;
    height: 48px;
    font-size: 16px;
    color: #ffffff;
    background-color: #dd2b54;
    border: 1px solid #dd2b54;
    box-shadow: 0 5px 10px 1px rgba(219,33,76,.4);
}

.bw_bottom p:nth-child(3) {
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    color: rgba(0,0,0,.6);
}

.bw_bottom p:nth-child(3) span {
    color: #f53559;
    font-size: 24px;
    margin: 0 10px;
}

.ranking_body li .showbtn, .ranking_body li .joinbtn {
    text-decoration: none;
    display: block;
    width: 50px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #f63906;
    border-radius: 5px;
    font-size: 12px;
}

.ranking_body li.ranking_li2 .click {
    float: left;
}

.ranking_body li .joinbtn {
    background-color: #2888e2;
    margin-top: 5px;
}

.list_right_fenlei_1 {
    width: 30%;
    height: 10px;
    overflow: height;
    float: left;
    margin: 0 0 3% 2.5%;
    border: 0;
    position: relative;
}

.list_right_fenlei_1_left {
    width: 100%;
    color: #666;
    font-size: 1.3rem;
    line-height: 170%;
    border-radius: 10%;
    background: #f2f2f7;
}

.list_right_fenlei_1_right {
    width: 319%;
    float: none;
    position: absolute;
    z-index: 100;
    top: 160%;
    background: #ffffff;
    padding: 0;
    display: none;
}

.s-brand .plll_right {
    width: 1053px;
    height: 65px;
    float: none;
    padding-left: 80px;
    overflow: hidden;
    padding-right: 65px;
}

.s-brand .plll_right li {
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    display: block;
    overflow: hidden;
    padding: 0px 10px !important;
}

.pl_li .sl-ext {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 110px;
    height: auto;
    line-height: 22px;
    overflow: hidden;
    zoom: 1;
}

.pl_li .sl-ext .sl-e-more {
    float: right;
    margin-right: 0px;
    position: relative;
    width: 52px;
    height: 23px;
    line-height: 23px;
    padding: 0 7px 0 4px;
    background: #fff;
    visibility: hidden;
    color: #333;
    border: 1px solid #ddd;
    text-indent: 10px;
}

.pl_li .sl-ext .sl-e-more:hover {
    text-decoration: none;
    color: #e4393c;
}

.pl_li .sl-ext .sl-e-more i, .pl_li .sl-ext .sl-e-multiple i {
    background: url(../images/search.ele.png) no-repeat 9999px 9999px;
    -webkit-transition: background-position .15s ease-in-out;
    transition: background-position .15s ease-in-out;
}

.pl_li .sl-ext .sl-e-more i {
    position: absolute;
    top: 1px;
    right: 2px;
    display: block;
    width: 20px;
    height: 20px;
    background-position: 4px 7px;
}

.pl_li .sl-ext .sl-e-more:hover i {
    border-color: #e4393c;
    background-position: 4px -11px;
}

.extend .plll_right {
    height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
}
