

.ybox{
    border-radius: 10px;
    background: #fff;
    padding: 20px;
}



.breadcrumb{
    margin-bottom: 0!important;
}


.badge{
    padding: 5px 10px;
}
/*==================yuange=============================*/





.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.ellipsis_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


@charset "utf-8";
/* CSS Document */

.cont_flex {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.cont_flex_1 {
    --webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

/*首页头部*/
#header {
    padding: 25px 0;
}

/*头部搜索*/
#header .search {
    line-height: 34px;
    vertical-align: middle;
    margin-top: 10px;
}

#header .search .stext {
    border: 1px #ddd solid;
}

#header .search .s-down {
    display: inline-block;
    background: #f0f0f0;
    border-right: 1px #ccc solid;
    position: relative;
    z-index: 0;
}

.s-down .am {
    border: 0;
    background: none;
    cursor: pointer;
    max-width: 76px;
    text-align: center;
    display: block;
    line-height: 36px;
    height: 36px;
    color: #666;
}

.s-down .bm + i {
    position: absolute;
    top: 0;
    right: 5px;
    z-index: -1;
}

.s-down .bm {
    position: absolute;
    top: 36px;
    left: -1px;
    width: 76px;
    background: #f0f0f0;
    text-align: center;
    border: 1px #ccc solid;
    border-bottom: 0;
    z-index: 9999;
}

.s-down .bm span {
    display: block;
    cursor: pointer;
    border-bottom: 1px #ccc solid;
}

/*header .search select{ background:none; border:0; height:34px;}
header .search select option{ padding:0; margin:0; border:0;}
header .search span em{ font-style:normal;}
header .search span i{ color:#cecdcd;}*/
#header .search .sipt {
    line-height: 34px;
    height: 34px;
    padding: 0 10px;
    border: 0;
    width: 355px;
    font-size: 12px;
}

#header .search .sub {
    background: #396DB5;
    color: #fff;
    line-height: 36px;
    border: 0;
    padding: 0 20px;
    cursor: pointer;
}

#header .logo {
    width: 445px;
    line-height: 80px;
}

.search_text {
    font-size: 12px;
}

.search_text em {
    color: #396DB5;
    font-style: inherit;
}

.search_text span {
    padding: 0 5px;
}

.search_text span > a {
    display: inline-block;
    color: #AEADAD;
}

.tel_pad {
    padding: 10px 0;
}

.search_text span:hover a {
    color: #396DB5;
    cursor: pointer;
}

.tel {
    width: 175px;
    text-align: right;
}

.tel h2 {
    color: #888;
    font-size: 16px;
}

.tel span {
    color: #396DB5;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
}

.tel span i {
    padding-right: 10px;
}

.tel_weixin, .tel_weixin img {
    width: 70px;
    height: 70px;
}

/*导航条*/
#nav {
}

#nav .menu {
    background-color: #fff;
    border-bottom: 1px solid #396DB5;
}

#nav .h-menu dt {
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    background: #396DB5;
}

#nav .h-menu {
    width: 210px;
    color: #fff;
    position: relative;
    z-index: 1000;
}

#nav .h-menu:hover dd {
    display: block;
}

#nav .h-menu dd {
    width: 210px;
    height: 410px;
    background-color: #fff;
    position: absolute;
    top: 51px;
    margin-top: 1px;
    left: 0;
    display: none;
}

#nav .h-menu dd .dul {
    position: relative;
    z-index: 999;
}

#nav .h-menu dd .dul .dl_line {
    height: 58px;
    line-height: 58px;
}

#nav .h-menu dd .dul li.dli {
    color: #333;
    vertical-align: middle;
    border-bottom: 1px solid #F2F2F2;
    height: 58px;
    line-height: 58px;
}

#nav .h-menu dd .dul li.dli:last-child {
    border-bottom: 0;
}

#nav .h-menu dd .dul li.dli a {
    display: block;
    padding-left: 30px;
    font-size: 14px;
    padding-right: 1rem;
    color: #696b6a;
    text-decoration: none;
}

#nav .h-menu dd .dul li.dli a i {
    font-size: 14px;
    display: none;
}

#nav .h-menu dd .dul li.dli a:hover {
    background: #e5e5e5;
    color: #333;
}

#nav .h-menu dd .dul li.dli:hover i {
    display: block;
}

/*二级弹出菜单*/
#nav .h-menu .dul li.dli .subnav {
    display: none;
    position: absolute;
    z-index: 999;
    top: -20px;
    left: 210px;
    width: 718px;
    border: 1px solid #E7E7E7;
    cursor: pointer;
    height: 370px;
    margin-top: 20px;
    overflow: auto;
    overflow-x: hidden;
}

#nav .h-menu .dul li.dli .subnav::-webkit-scrollbar {
    display: none;
}

#nav .h-menu .dul li.dli:hover .subnav {
    display: block;
    padding: 0 30px;
    height: 410px;
    background-color: #fff;
    position: absolute;
    z-index: 999;
    top: -20px;
}

#nav .h-menu .dul li.dli:hover a {
    background-color: #fff;
    color: #333;
    background: #e5e5e5;
}

#nav .h-menu .dul li.dli .subnav h4 {
    border-bottom: 1px #999 dashed;
    color: #000;
    margin-bottom: 10px;
}

#nav .h-menu .dul li.dli .subnav h4 a {
    background: none;
    font-weight: normal;
    font-size: 14px;
    color: #000;
    padding-left: 0;
    line-height: 58px;
}

#nav .h-menu .dul li.dli .subnav h4 a:hover {
    color: #396DB5;
}

#nav .h-menu .dul li.dli .subnav ul {
    margin-bottom: 0;
    line-height: 22px;
}

/*弹出三级菜单*/
#nav .h-menu .dul li.dli .subnav ul li.none4 {
    display: inline-block;
    width: 13.5%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 0;
    padding: 0;
    margin: 0;
    text-align: left;
}

#nav .h-menu .dul li.dli .subnav ul li.none4 a {
    background: none;
    color: #333;
    font-size: 12px;
    padding: 0;
}

#nav .h-menu .dul li.dli .subnav ul li.none4 a:hover {
    color: #396DB5;
}

#nav .h-menu .dul li.dli .subnav ul li {
    border-bottom: 1px #ccc solid;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

#nav .h-menu .dul li.dli .subnav ul li span {
    width: 90px;
    display: block;
}

#nav .h-menu .dul li.dli .subnav ul li span a {
    background: none;
    font-size: 1.4rem;
    padding: 0;
    color: #333;
}

#nav .h-menu .dul li.dli .subnav ul li .sub3 {
    width: 400px;
}

#nav .h-menu .dul li.dli .subnav ul li .sub3 a {
    background: none;
    font-size: 1.2rem;
    color: #666; /*width:25%;*/
    padding: 0 0.5rem;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#nav .h-menu .dul li.dli .subnav ul li .sub3 a:hover {
    text-decoration: underline;
}

#nav .h-menu .dul li.dli .subnav .subul2 li {
    width: 32%;
}

#nav .h-menu .dul li.dli .subnav a:hover {
    color: #999;
}

/*弹出框位置*/
#nav .h-menu .dul li.dli .subbox2 {
    top: -70px;
}

#nav .h-menu .dul li.dli .subbox3 {
    top: -120px;
}

#nav .h-menu .dul li.dli .subbox4 {
    top: -170px;
}

#nav .h-menu .dul li.dli .subbox5 {
    top: -220px;
}

#nav .h-menu .dul li.dli .subbox6 {
    top: -270px;
}

#nav .h-menu .dul li.dli .subbox7 {
    top: -320px;
}

#nav .h-menu .dul li.dli .subbox8 {
    top: -370px;
}

#nav .h-menu .dul li.dli .subbox9 {
    top: -420px;
}

#nav .h-menu .dul li.dli .subbox10 {
    top: -470px;
}

#nav .p-menu li {
    float: left;
    line-height: 50px;
}

#nav .p-menu li a {
    display: block;
    padding: 0 25px;
    font-size: 16px;
    color: #333;
}

#nav .p-menu li a:hover {
    color: #396DB5;
}

#wapper {
    background: #f1f1f1;
}

.wapper_pb {
    padding-bottom: 50px;
}

/*banner*/
.fullSlide {
    width: 780px;
    height: 410px;
    float: right;
    margin-right: 10px;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 410px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .bd li a {
    display: block;
    height: 410px;
}

.fullSlide .hd {
    width: 780px;
    position: relative;
    z-index: 1;
    bottom: 15px;
    left: 50%;
    margin-left: -390px;
    height: 30px;
    line-height: 30px;
}

.fullSlide .hd ul {
    text-align: center;
    position: absolute;
    bottom: 30px;
    width: 100%;
    margin: 0 auto;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 50px;
    height: 4px;
    margin: 1px;
    overflow: hidden;
    background: #fff;
    line-height: 999px;
    margin-right: 20px;
    border-radius: 10px;
}

.fullSlide .hd ul .on {
    background: #719bd4;
}

.fullSlide .prev, .fullSlide .next {
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    left: 5%;
    width: 40px;
    height: 60px;
    background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}

.fullSlide .next {
    left: auto;
    right: 5%;
    background-position: -6px -137px;
}

/*banner下方推荐企业*/
.banner { /*background-color: #fff;*/
}

.tj-compay {
    width: 200px;
    float: right;
    overflow: hidden;
}

.banner .tj-compay li {
    width: 200px;
    height: 130px;
    float: left;
    position: relative;
    z-index: 9;
    margin-bottom: 10px;
}

.banner .tj-compay li:nth-child(3n) {
    margin-bottom: 0px;
}

.banner .tj-compay li:hover {
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

.banner .tj-compay li:last-child {
    margin-right: 0;
}

.banner .tj-compay li span {
    display: none;
    line-height: 32px;
    background: url(../images/bg40.png);
    color: #fff;
    font-size: 1.4rem;
    position: absolute;
    bottom: 0;
    height: 32px;
    vertical-align: middle;
    text-align: center;
    left: 0;
    width: 100%;
}

.banner .tj-compay li img {
    width: 200px;
    height: 130px;
}

/*banner右侧信息*/
#wapper .mk {
    width: 395px;
    background: #fff;
    margin-top: 20px;
}

#wapper .mk .mbt {
    font-weight: normal;
    position: relative;
    background: #19499d;
    height: 50px;
    line-height: 50px;
}

#wapper .mk .mbt b {
    font-weight: normal;
    display: inline-block;
    line-height: 32px;
    height: 32px;
    vertical-align: middle;
    width: 12.5rem;
    background: #396db5;
    border-radius: 0 3rem 3rem 0;
    font-size: 1.5rem;
    color: #fff;
}

#wapper .mk .mbt b i {
    color: #fff;
    margin-left: 2rem;
    padding-right: 0.6rem;
    font-size: 1.8rem;
}

#wapper .mk .mbt span {
    position: absolute;
    right: 1rem;
}

#wapper .mk .mbt span a {
    color: #fff;
    font-size: 14px;
    font-family: "\5b8b\4f53";
}

#wapper .mk .mkcon {
    border: 1px #e4e5e5 solid;
    border-top: 0;
    padding: 10px 20px 6.5px;
}

#wapper .mk .mkcon dl {
    max-height: 65px;
    border-bottom: 1px #cdcdcd dashed;
}

#wapper .mk .mkcon dl:first-child {
    margin-top: 0;
}

#wapper .mk .mkcon dl:last-child {
    margin-bottom: 0;
}

#wapper .mk .mkcon dl dt {
    float: left;
    width: 150px;
}

#wapper .mk .mkcon dl dt img {
    max-width: 150px;
    max-height: 120px;
    border: 1px #e7e6e7 solid;
}

.index_mk {
    width: 150px;
}

#wapper .mk .mkcon dl dd {
    height: 55px;
}

#wapper .mk .mkcon dl dd h4 {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    position: relative;
    line-height: 28px;
}

#wapper .mk .mkcon dl dd h4 span {
    display: inline-block;
    float: right;
    font-size: 1.4rem;
    position: absolute;
    top: 0.1rem;
    right: 30%;
    color: #999
}

#wapper .mk .mkcon dl dd h4 + p {
    margin-bottom: 0.5rem;
}

#wapper .mk .mkcon dl dd .price {
    color: #eb5d46;
    font-size: 1.4rem;
    position: absolute;
    top: 0.1rem;
    right: 0;
}

#wapper .mk .mkcon dl dd .jied {
    background: #396DB5;
    border-radius: 8px;
    font-size: 14px;
    line-height: 2rem;
    color: #fff;
    display: inline-block;
    padding: 0 13px;
    text-align: center;
}

#wapper .mk .mkcon dl dd .more {
    color: #396DB5;
    display: inline-block;
    line-height: 2rem;
}

/******现货商城******/
#wapper .xhshop {
    background: #fff;
}

#wapper .ibt {
    color: #353535;
    font-size: 16px;
    padding: 10px 0;
    margin: 0 15px;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
}

#wapper .ibt b {
    line-height: 17px;
    height: 17px;
    font-weight: normal;
    display: inline-block;
    border-left: 4px solid #396DB5;
    padding-left: 10px;
}

#wapper .ibt span {
    position: absolute;
    top: 12px;
    right: 1.4rem;
    font-size: 14px;
    color: #d6d6d6;
}

#wapper .ibt span a {
    color: #656363;
    padding: 0 0.5rem;
}

#wapper .ibt span a.on {
    color: #396DB5;
}

/*现货商城广告*/
#wapper .xhadv {
    width: 300px;
    height: 500px;
    position: relative;
    margin-left: 20px;
    padding-top: 20px;
    margin-bottom: 30px;
}

#wapper .xhadv img {
    width: 300px;
    height: 510px;
}

#wapper .xhadv .adv-nav {
    position: absolute;
    bottom: 0.5rem;
    width: 100%;
    text-align: center;
}

#wapper .xhadv .adv-nav li {
    width: 1rem;
    display: inline-block;
    font-size: 28px;
    font-size: 38px;
    margin-right: 5px;
    color: #fff;
    cursor: pointer;
}

#wapper .xhadv .adv-nav li.on {
    color: #719bd4;
}

/*现货商城tab列表*/
#wapper .xh-list {
    height: 515px;
    width: 868px;
    padding-left: 10px;
    overflow: hidden;
    padding-top: 12px;
}

#wapper .xh-list ul {
    margin-top: -1px;
}

#wapper .xh-list ul li {
    padding: 10px 15px;
    border-left: 0;
    margin-top: -1px;
    float: left;
    width: 185px;
    height: 245px;
}

#wapper .xh-list ul li:nth-child(4n) {
    border-right: 0;
}

#wapper .xh-list ul li span {
    width: 100%;
    height: 180px;
    display: block;
    overflow: hidden;
}

#wapper .xh-list ul li img {
    display: block;
    margin: 0 auto 0.5rem;
    max-width: 100%;
    transition: all ease-out .8s;
}

#wapper .xh-list ul li img:hover {
    transform: scale(1.2);
}

#wapper .xh-list ul li h4 {
    font-family: "Microsoft Yahei";
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    height: 22px;
    color: #454545;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#wapper .xh-list ul li p {
    font-family: "Microsoft Yahei";
    color: #aaa;
    line-height: 22px
}

#wapper .xh-list ul li .pirce {
    color: #ff9933;
    font-size: 14px;
    font-weight: 400;
}

#wapper .xh-list ul li i {
    font-size: 12px;
    color: #a2a2a2;
    padding-right: 0.5rem;
}

#wapper .xh-list ul li em {
    padding-left: 8px;
    font-style: inherit;
}

#wapper .xh-list ul li i.icon-weizhi:before {
    font-size: 1.6rem;
    color: #ccc;
}

/*行情资讯*/
#wapper .zxnews {
    width: 792px;
}

#wapper .zxnews .zx-more a {
    color: #3ca24d;
    font-size: 1.2rem;
    font-family: "\5b8b\4f53";
}

#wapper .zxnews .zx-nav ul {
}

#wapper .zxnews .zx-nav ul li {
    width: 50%;
    float: left;
    text-align: center;
    border-bottom: 1px #e7e7e7 solid;
    line-height: 40px;
    height: 40px;
}

#wapper .zxnews .zx-nav ul li a {
    background: #f5f5f5;
    display: block;
    color: #616060;
    font-size: 16px;
    vertical-align: middle;
}

#wapper .zxnews .zx-nav ul li.on a {
    color: #396db5;
    background: #fff;
}

#wapper .zx-con {
    padding: 10px;
}

#wapper .zx-con dl {
    position: relative;
}

#wapper .zx-con dl dt img {
    border: 1px #ece8ea solid;
    z-index: 100;
    width: 325px;
    height: 200px;
}

#wapper .zx-con dl dd {
    width: 287px;
    padding: 20px;
}

#wapper .zx-con dl dd h4 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

#wapper .zx-con dl:hover {
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

#wapper .zx-con ul {
    width: 400px;
}

#wapper .zx-con ul li {
    position: relative;
    border-bottom: 1px #eee solid;
    line-height: 40px;
    height: 40px;
    vertical-align: middle;
}

#wapper .zx-con ul li b {
    color: #fe7f02;
    font-weight: normal;
    padding-right: 1rem;
    font-size: 1.4rem;
}

#wapper .zx-con ul li a {
    font-size: 1.4rem;
    color: #545454;
}

#wapper .zx-con ul li span {
    position: absolute;
    top: 0.1rem;
    right: 0;
    color: #aaa9a9;
}

#wapper .zx-con ul li:hover a, #wapper .zx-con ul li:hover span {
    color: #fe7f02;
}

.zx-con ul li.on a {
    color: #fe7f02;
}

.tab-pal {
    padding: 10px 0 20px;
}

.zx-list {
    background-color: #fff;
}

.zx-list .zx_index .zx_more {
    display: inline-block;
    font-size: 12px;
    font-family: "\5b8b\4f53";
}

.zx-list .zx_index i {
    border-left: 4px solid #396DB5;
    padding-left: 10px;
}

.zx-list > dt {
    font-size: 16px;
    padding: 8px 15px;
}

.zx-con_1, .zx-con_2 {
    padding: 0 15px 40px;
}

.tab_list {
    margin-top: 10px;
}

.tab_list dl dt {
    width: 130px;
    height: 100px;
    overflow: hidden;
}

.tab_list footer dl dd {
    width: 220px;
}

.tab_list footer dl dd h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 8px;
    font-size: 14px;
}

.tab_list footer dl dd p {
    text-indent: 1em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 65px;
    line-height: 22px;
    font-size: 12px;
}

.tab_list dl dt img {
    width: 100%;
}

.zx-con .tab_1 dt {
    display: block;
    width: 200px;
    height: 120px;
}

.tab_list article {
    border: 1px solid #e4e5e5;
    width: 390px;
    overflow: hidden;
    background-color: #fff;
}

.tab_list article:nth-child(2n) {
    margin-right: 0px;
}

.tab_list footer ol li {
    border-bottom: 1px dashed #e4e5e5;
    position: relative;
    font-size: 12px;
    padding-left: 15px;
    line-height: 32px;
    overflow: hidden;
    clear: both;
}

.tab_list footer ol li:after {
    position: absolute;
    content: "";
    top: 15px;
    left: 0px;
    width: 3px;
    height: 3px;
    background-color: #19499D;
    border-radius: 100%;
}

.tab_list footer ol li:last-child {
    border-bottom: 0;
}

.tab_list footer ol li:first-child, .tab_list footer ol li:first-child a {
    color: #396DB5;
}

.tab_list footer ol li span {
    text-align: right;
    float: right;
}

.zx-list dd > ul li span {
    text-align: right;
    float: right;
}

.tab_list header ul {
    width: 100%;
    clear: both;
}

.zx-list p {
    width: 179px;
    float: left;
    margin-left: 15px;
    font-size: 12px;
}

.zx-list p a {
    display: block;
    margin-bottom: 7px;
}

.zx-list dd > ul {
    width: 370px;
    margin-left: 15px;
    padding-bottom: 15px
}

.zx-list dd > ul li {
    border-bottom: 1px dashed #e4e5e5;
    position: relative;
    font-size: 12px;
    padding-left: 15px;
    line-height: 32px;
}

.zx-list dd > ul li:last-child {
    border-bottom: none;
}

.zx-list dd > ul li:first-child, .zx-list dd > ul li:first-child a {
    color: #396DB5;
}

.zx-list dd > ul li:after {
    position: absolute;
    content: "";
    top: 15px;
    left: 0px;
    width: 3px;
    height: 3px;
    background-color: #19499D;
    border-radius: 100%;
}

.zx-list p img {
    width: 100%;
    overflow: hidden;
}

/*通栏广告位*/
.t-adv {
    margin: 20px auto;
}

.t-adv img {
    max-width: 1200px;
}

/*实体店面展示*/
#wapper .st-show {
    background: #fff;
}

#wapper .st-show .ibt {
    border-bottom: 1px #e4e5e5 solid;
}

#wapper .st-show .st-con {
    padding: 15px;
}

#wapper .st-show {
    overflow: hidden;
    position: relative;
}

#wapper .st-show .hd {
    overflow: hidden;
    height: 30px;
    padding: 0 10px;
    display: none;
}

#wapper .st-show .hd .prev, #wapper .st-show .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/arrow.png) no-repeat;
}

#wapper .st-show .hd .next {
    background-position: 0 -50px;
    margin-left: 6px;
}

#wapper .st-show .hd .prevStop {
    background-position: -60px 0;
}

#wapper .st-show .hd .nextStop {
    background-position: -60px -50px;
}

#wapper .st-show .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
}

#wapper .st-show .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url(../images/icoCircle.gif) 0 -9px no-repeat;
}

#wapper .st-show .hd ul li.on {
    background-position: 0 0;
}

#wapper .st-show .bd .tempWrap {
    margin: 0 auto;
}

#wapper .st-show .bd ul {
    overflow: hidden;
    zoom: 1;
}

#wapper .st-show .bd ul li {
    width: 265px;
    margin: 0 10px;
    float: left;
    _display: inline;
    overflow: hidden;
    position: relative;
}

#wapper .st-show .bd ul li .pic img {
    width: 265px;
    height: 182px;
    display: block;
    margin: 0 auto;
}

#wapper .st-show .bd ul li:hover {
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    color: #396DB5;
}

#wapper .st-show .bd ul li .title {
    padding: 5px 10px;
    vertical-align: middle;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

#wapper .st-show .bd ul li .title p {
    font-size: 14px;
    line-height: 22px;
    color: #666;
}

#wapper .st-show .bd ul li .title p i {
    font-style: inherit;
    padding-left: 5px;
}

/*footer-nav*/
#footer_nav .footer-nav .fo-iocn {
    border-bottom: 1px solid #E4E5E5;
    padding: 20px 0;
    overflow: hidden;
}

#footer_nav .footer-nav .fo-iocn li {
    width: 19.8%;
    float: left;
    text-align: center;
    color: #333;
    font-size: 1.6rem;
    border-right: 1px solid #E4E5E5;
}

#footer_nav .footer-nav .fo-iocn li:last-child {
    border: none;
}

#footer_nav .footer-nav .fo-iocn li i {
    display: inline-block;
    text-align: center;
    height: 2.8rem;
    width: 2.8rem;
    font-size: 2rem;
    margin-right: 1rem;
    line-height: 2.8rem;
    vertical-align: middle
}

#footer_nav .f-b-con {
    padding: 15px 0;
}

#footer_nav .f-b-con ul {
    width: 20%;
    float: left;
}

#footer_nav .f-b-con ul li {
    text-align: right;
    padding-right: 3rem;
    line-height: 2.4rem;
    font-size: 12px;
}

#footer_nav .f-b-con ul li img {
    padding-right: 14px;
}

#footer_nav .footer-nav .fo-iocn li a:hover, #footer_nav .f-b-con ul li:hover a, #footer p a:hover, #footer p:hover {
    color: #396DB5;
    cursor: pointer;
}

#footer_nav .f-b-con ul:first-child li:first-child {
    color: #396DB5;
    font-weight: 600;
}

#footer_nav .f-b-con ul:first-child li:nth-child(4n-2) {
    color: #396DB5;
    font-weight: 600;
}

/*底部*/
#footer {
    background-color: #F1F1F1;
    text-align: center;
    line-height: 2;
    padding: 10px 0;
}

/*登录*/
#login {
    width: 100%;
    height: 559px;
    background: url(../images/loginbg.jpg) center top no-repeat;
    margin-bottom: 30px;
}

.login-con {
    padding-top: 80px;
}

.login-con .fl {
    padding: 30px 0 0 50px;
}

.login-con .login-user {
    width: 330px;
    min-height: 340px;
    border-radius: 10px; /*filter:alpha(opacity=90); -moz-opacity:0.9;-khtml-opacity: 0.9; opacity: 0.9; */
    background: url(../images/bg90.png) repeat;
    padding: 30px 50px;
}

.login-con .login-user h2 {
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 20px;
    border-bottom: 1px #bfbfbf solid;
    margin-bottom: 30px;
}

.login-con .login-user p {
    position: relative;
    z-index: 10;
}

.login-con .login-user p i {
    position: absolute;
    top: 0.6rem;
    left: 0.8rem;
    z-index: 11;
}

.login-con .login-user input.ipt {
    width: 90%;
    line-height: 2.8rem;
    height: 2.8rem;
    margin-bottom: 1rem;
    background: #fff;
    padding-left: 10%;
    border: 1px #bfbfbf solid;
}

.login-con .login-user input.btn {
    margin-top: 20px;
    display: block;
    width: 100%;
    border: 0;
    background: #396DB5;
    border-radius: 5px;
    line-height: 36px;
    height: 36px;
    vertical-align: middle;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    cursor: pointer;
}

.login-con .login-sm {
    margin-top: 20px;
    text-align: right;
    padding-right: 2%;
}

.login-con .login-sm a {
    color: #3a83e8;
    margin-left: 10px;
}

/*注册*/
#regist {
    border: 1px #e7e7e7 solid;
}

#regist .reg-bt {
    font-weight: normal;
    font-size: 2rem;
    position: relative;
    margin-bottom: 4rem;
}

#regist .reg-bt i {
    font-size: 3rem;
    color: #6db351;
    margin-right: 0.5rem;
}

#regist .reg-bt span {
    position: absolute;
    top: 0;
    right: 2rem;
}

#regist .reg-bt span a {
    color: #e08031;
    font-size: 1.4rem;
}

#regist .regcon {
    width: 550px;
    margin: 3rem auto;
    font-size: 1.4rem;
}

#regist .reg-f li {
    margin-bottom: 2rem;
    position: relative;
    display: inline-table
}

#regist .reg-f li label {
    display: inline-block;
}

#regist .reg-f li span {
    display: inline-block;
    width: 130px;
    text-align: right;
    margin-right: 0.5rem;
}

#regist .reg-f li .ipt {
    border: 1px #cdcccc solid;
    padding: 8px 10px;
    width: 370px;
}

#regist .reg-f li .code-ipt {
    width: 240px;
}

#regist .reg-f li .btn {
    position: absolute;
    top: 0;
    margin-left: 7px;
    display: inline-block;
    cursor: pointer;
}

#regist .reg-f li i img {
    border: 1px #cdcccc solid;
    height: 34px;
    width: 120px;
}

#regist .reg-f li .btn {
    height: 35px;
    width: 120px;
    display: inline-block;
    background: #396DB5;
    text-align: center;
    border: 0;
    line-height: 35px;
    vertical-align: middle;
    color: #fff;
}

#regist .reg-f li .btn-now {
    margin-top: 2rem;
    width: 390px;
    color: #fff;
    background: #396DB5;
    border: 0;
    border-radius: 0.3rem;
    font-size: 1.6rem;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    cursor: pointer;
}

/*************新闻列表 TAB***************/
#wapper .news-list,
#wapper .news-info,
#wapper .nfo-box {
    width: 880px;
    border: 1px #e4e5e5 solid;
}

#wapper .news-info tr td {
    padding: 5px 6px;
}

/*tab菜单*/
#wapper .news-list-tab {
    width: 100%;
    overflow: hidden;
}

#wapper .news-list-tab .tab-hd {
    height: 35px;
    color: #404040;
}

#wapper .news-list-tab .tab-hd ul {
    margin-left: 20px;
}

#wapper .news-list-tab .tab-hd li {
    float: left;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
}

#wapper .news-list-tab .tab-hd li a {
    display: block;
    padding: 0 3rem;
    font-size: 1.6rem;
}

#wapper .news-list-tab .tab-hd li a:hover,
#wapper .news-list-tab .tab-hd li.on a {
    color: #078d5d;
}

#wapper .news-list-tab .tab-hd li.on {
    border: 1px solid #d5d5d5;
    border-bottom: none;
    background-color: #fff;
    position: relative;
    margin-left: -1px;
    margin-right: -1px;
}

#wapper .loction {
    padding-bottom: 15px;
    font-size: 1.4rem;
    border-bottom: 1px #eee solid;
    margin-bottom: 20px;
    position: relative;
}

#wapper .loction .classbt {
    font-size: 1.8rem;
    color: #396db5;
}

#wapper .loction span {
    position: absolute;
    top: 0;
    right: 1rem;
}

#wapper .loction i {
    color: #396db5;
}

#wapper .loction a {
    font-size: 1.4rem;
    color: #696b6a;
}

#wapper .loction a:hover {
    color: #059A65;
}

/*tab内容*/
#wapper .news-list-tab .tab-bd {
    padding: 0 5px;
}

#wapper .news-list-tab .tab-bd dl {
    overflow: hidden;
    zoom: 1;
    margin-top: 20px;
    border-bottom: 1px #eee solid !important;
    padding-bottom: 20px;
}

#wapper .news-list-tab .tab-bd dl:first-child {
    border: 0;
}

#wapper .news-list-tab .tab-bd dl:last-child {
    border-bottom: 0;
}

#wapper .news-list-tab .tab-bd dt {
    width: 150px;
    height: 100px;
    float: left;
    padding: 5px;
    overflow: hidden;
    border: 1px #e4e5e5 solid;
}

#wapper .news-list-tab .tab-bd dt span {
    display: block;
    width: 150px;
    height: 100px;
    overflow: hidden;
}

#wapper .news-list-tab .tab-bd dt img {
    display: block;
    width: 150px;
    height: 100px;
    transition: all ease-out .5s;
}

#wapper .news-list-tab .tab-bd dd {
    float: right;
    width: calc(100% - 180px);
}

#wapper .news-list-tab .tab-bd dd h3 {
    line-height: 3.2rem;
    font-size: 1.6rem;
    font-weight: normal;
    color: #000;
}

#wapper .news-list-tab .tab-bd dd p {
    height: 48px;
    line-height: 24px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#wapper .news-list-tab .tab-bd dl a {
    display: block;
}

#wapper .news-list-tab .tab-bd dl:hover img {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

#wapper .news-list-tab .tab-bd dl:hover h3, #wapper .news-list-tab .tab-bd dl:hover p {
    color: #396DB5;
}

/*新闻侧边栏*/
#wapper .news-sider,
#wapper .caigou-sider {
    width: 246px;
    border: 1px #e4e5e5 solid;
    padding: 10px;
}

#wapper .news-sider h3 {
    line-height: 3.2rem;
    font-size: 1.6rem;
    font-weight: normal;
    color: #000;
    background: url(../images/ioc-phb.png) no-repeat left center;
    padding-left: 40px;
}

#wapper .news-sider ul.reading-list {
    padding: 0 10px;
}

#wapper .news-sider ul.reading-list li {
    border-bottom: 1px #d3d3d3 dotted;
    padding-bottom: 10px;
    margin-top: 10px;
    position: relative;
    padding-left: 30px;
}

#wapper .news-sider ul.reading-list li:last-child {
    border-bottom: 0;
}

#wapper .news-sider ul.reading-list li i {
    text-align: center;
    border-radius: 3px;
    font-style: normal;
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    color: #fff;
    position: absolute;
    top: 3px;
    left: 0;
    background: #b9b8b8;
}

/*热度背景*/
#wapper .news-sider ul.reading-list li:nth-child(1) i {
    background: #194592;
}

#wapper .news-sider ul.reading-list li:nth-child(2) i {
    background: #396db5;
}

#wapper .news-sider ul.reading-list li:nth-child(3) i {
    background: #4b7bbe;
}

/*新闻内页*/
#wapper .news-info .newsbt {
    line-height: 3rem;
    font-size: 2.2rem;
    font-weight: normal;
    text-align: center;
}

#wapper .news-info .news-bianji {
    text-align: center;
    line-height: 3rem;
}

#wapper .news-info .news-bianji span {
    padding: 0 10px;
}

#wapper .news-info .singin-page {
    font-size: 1.4rem;
    line-height: 2rem;
}

#wapper .news-info .singin-page h3 {
    font-size: 1.6rem;
    line-height: 50px
}

#wapper .news-info .singin-page p {
    text-indent: 2rem;
    margin-bottom: 1rem;
}

#wapper .news-info .singin-page p img {
    display: block;
    margin: 0 auto;
}

#wapper .fenye {
    margin: 20px 0;
    line-height: 3rem;
    font-size: 1.4rem;
}

#wapper .fenye a {
    font-size: 1.4rem;
}

#wapper .fenye span {
    color: #088D5E;
}

/*分页*/
#wapper .pages {
    margin: 30px 0 20px;
    float: right;
}

#wapper .pages ul li {
    float: left;
    border: 1px #cdcdcd solid;
    border-radius: 3px;
    padding: 3px 10px;
    margin-left: 10px;
}

#wapper .pages ul li.curr {
    background: #059a65;
}

#wapper .pages ul li.curr a {
    color: #fff;
}

#wapper .pages ul li i {
    font-size: 1.4rem;
}

#wapper .pages ul li input {
    width: 30px;
    text-align: center;
    border: 0;
    font-size: 1.2rem;
    background: none;
    cursor: pointer;
}

/*************采购列表***************/
#wapper .caigou {
    width: 920px;
}

#wapper .cg-search {
    background: #e1ecfc;
    font-size: 1.4rem;
    position: relative;
}

#wapper .cg-search ul li {
    width: 33%;
    float: left;
    margin-bottom: 10px;
}

#wapper .cg-search ul li span {
    display: inline-block;
    width: 80px;
    text-align: right;
    padding-right: 10px;
}

#wapper .cg-search select {
    width: 170px;
    padding: 3px 0;
    border: 1px #c1c1c1 solid;
}

#wapper .cg-search .cgdh-ipt {
    width: 158px;
    padding: 2px 5px;
    border: 1px #c1c1c1 solid;
    margin-left: 4px;
}

#wapper .cg-search .address {
    float: none;
}

#wapper .cg-search .sub {
    background: #396db5;
    color: #fff;
    font-size: 1.6rem;
    border-radius: 0.3rem;
    padding: 5px 25px;
    position: absolute;
    bottom: 30px;
    right: 60px;
}

#wapper .caigou-list dl {
    border: 1px #e4e5e5 solid;
    margin-bottom: 20px;
}

#wapper .caigou-list dl dt {
    background: #f3efec;
    border-bottom: 1px #e4e5e5 solid;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    font-size: 1.4rem;
    padding-left: 10px;
}

#wapper .caigou-list dl dt span {
    margin-right: 20px;
}

#wapper .caigou-list dl dd {
    padding: 10px;
    float: left;
}

#wapper .caigou-list dl dd.d1 {
    width: 520px;
    border-right: 1px #e4e5e5 dotted;
}

#wapper .caigou-list dl .d1 ul {
    margin-bottom: 10px;
}

#wapper .caigou-list dl .d1 ul li {
    width: 50%;
    float: left;
    font-size: 14px;
    vertical-align: middle;
}

#wapper .caigou-list dl dd.d1 p {
    font-family: Verdana, Geneva, sans-serif;
}

#wapper .caigou-list dl .d2 {
    text-align: center;
    font-size: 1.6rem;
    width: 300px;
    line-height: 2.4rem;
}

#wapper .caigou-list dl .d2 .cg-yxq {
    color: #396db5;
    margin-top: 0;
    font-size: 14px;
}

#wapper .caigou-list dl .d2 .cg-xqa a {
    color: #4FB02C;
    font-size: 14px;
}

#wapper .caigou-list dl .d2 .cg-gh {
    color: #fff;
    background: #396db5;
    display: block;
    width: 90px;
    margin: 0.3rem auto 0;
    padding: 2px 0;
    font-size: 15px;
}

/*采购侧栏*/
#wapper .caigou-sider h3 {
    color: #396db5;
    padding-left: 10px;
    line-height: 3.2rem;
    font-size: 1.6rem;
    font-weight: normal;
    border-bottom: 1px #e4e5e5 solid;
}

#wapper .caigou-sider .cg-table {
    border: 0;
}

#wapper .caigou-sider .cg-table tr th {
    background: #eff7fd;
    font-weight: normal;
    border: 1px solid #e4e5e5;
    border-top: none;
    padding: 2px 0;
}

#wapper .caigou-sider .cg-table td {
    padding: 10px 8px;
    border-bottom: 1px #d3d3d3 dotted;
    font-size: 1.2rem;
}

#wapper .caigou-sider .cg-table tr:last-child td {
    border-bottom: 0;
}

#wapper .caigou-sider .cg-table .sp_red {
    color: #eb5e46;
    padding-left: 4px;
}

/*采购详情*/

#wapper .cg-box .cg-a {
    width: 910px;
    border: 1px #e4e5e5 solid;
}

#wapper .cg-box .cg-b {
    width: 270px;
    border: 1px #e4e5e5 solid;
    font-size: 1.4rem;
    line-height: 2rem;
}

#wapper .cg-box h3 {
    color: #000;
    line-height: 60px;
    height: 60px;
    vertical-align: middle;
    padding-left: 20px;
    font-size: 2rem;
    border-bottom: 1px #e4e5e5 solid;
    font-weight: normal;
    position: relative;
}

#wapper .cg-box .cg-yx {
    font-size: 1.4rem;
    margin-bottom: 20px
}

#wapper .cg-box .cg-yx span {
    color: #eb5e46;
    margin-right: 30px;
    font-size: 14px;
}

#wapper .cg-box .cg-yx em {
    font-style: normal;
    margin-right: 30px;
}

#wapper .cg-box .cg-yx-table tr th {
    background: #f3f6f5;
    font-weight: normal;
    border-right: 1px solid #e2e5e3;
    font-size: 1.4rem;
    padding: 5px 0;
}

#wapper .cg-box .cg-yx-table tr {
    border-bottom: 1px solid #e2e5e3;
}

#wapper .cg-box .cg-yx-table tr td {
    text-align: center;
    padding: 10px;
    border-right: 1px solid #e2e5e3;
}

#wapper .cg-box .cg-yx-table tr td span {
    color: #eb5e46;
}

#wapper .cg-box .cg-yx-table tr td .s_red {
    padding: 0 4px;
}

#wapper .cg-box .cg-b h3 {
    font-size: 1.6rem;
    text-align: center;
    background: url(../images/ioc-jy.png) #396DB5 70px 18px no-repeat;
    padding: 0;
    color: #fff;
}

#wapper .cg-box .cg-b .p20 {
    padding: 10px 20px;
}

#wapper .cg-box .cg-b .cg-gha {
    width: 150px;
    margin: 10px auto;
    background: #396DB5;
    border-radius: 3px;
    color: #fff;
    display: block;
    text-align: center;
    padding: 5px 0;
}

#wapper .cg-box .cg-b .cg-gha i {
    font-size: 1.2rem;
    margin-right: 0.6rem;
}

#wapper .cg-box2 {
    border: 1px #e4e5e5 solid;
}

/*质量说明*/
#wapper .cg-box .cg-zhib table {
    border-collapse: collapse;
    border: 1px #e5e5e5 solid;
}

#wapper .cg-box .cg-zhib table tr th {
    background: #faf9f9;
    height: 40px;
    border: 1px #e5e5e5 solid;
    text-align: left;
    padding: 0px 10px;
}

#wapper .cg-box .cg-zhib table tr td {
    padding: 8px 10px;
    border: 1px #e5e5e5 solid;
}

/*相关图片*/
#wapper .cg-box .cg-xg-pic ul li {
    width: 20%;
    float: left;
}

#wapper .cg-box .cg-xg-pic ul li img {
    height: 140px;
    max-width: 100%;
    padding: 10px;
    cursor: pointer;
}

#wapper .cg-box .big-xg-pic {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/bg70.png);
    z-index: 99999;
}

#wapper .cg-box .big-xg-pic .t-box {
}

/*累计评价*/
#wapper .cg-box h3 span {
    position: absolute;
    top: 0px;
    right: 3rem;
    font-size: 1.4rem;
    color: #666;
}

#wapper .cg-box h3 span img {
    margin-left: 3px;
}

/*我要供货*/
#wapper .cg-box h3 i.icon-yungonghuo {
    font-size: 2.8rem;
    color: #2ba75f;
}

#wapper .cg-box .cg-mygh {
    color: #a2a1a1;
}

#wapper .cg-box .cg-mygh .ghsm span {
    margin-right: 10px;
}

#wapper .cg-box .cg-mygh ul {
    margin: 20px 0;
}

#wapper .cg-box .cg-mygh ul li {
    margin-bottom: 20px;
}

#wapper .cg-box .cg-mygh ul li input, #wapper .cg-box .cg-mygh ul li select {
    border: 1px #e4e5e5 solid;
    padding: 3px;
}

#wapper .cg-box .cg-mygh .cg-liuy {
    background: #f3f6f5;
    padding-bottom: 30px;
}

#wapper .cg-box .cg-mygh .cg-liuy textarea {
    width: 80%;
    height: 120px;
    border: 1px #e4e5e5 solid;
    padding: 10px;
    line-height: 28px;
}

#wapper .cg-box .cg-mygh .btn {
    background: #396DB5;
    color: #fff;
    padding: 10px 50px;
    transition: all .8s;
    border-radius: 3px;
}

#wapper .cg-box .cg-mygh .btn:hover {
    background: #396db5;
}

/*入驻实体店*/
#wapper .shop-case {
    padding: 0rem 0;
}

#wapper .shop-case .d1 .caseimg {
    display: block;
    float: left;
    position: relative;
    height: 140px;
    width: 200px;
    padding: 5px;
    border: 1px #eee solid;
    margin-right: 20px;
    overflow: hidden;
}

#wapper .shop-case .d1 .caseimg img {
    display: block;
    width: 200px;
    min-height: 140px;
}

#wapper .shop-case .d1 .caseimg:hover .t-box {
    display: block;
}

#wapper .shop-case .d2 .cg-yxq {
    margin-top: 2.5rem !important;
}

#wapper .shop-case .d1 ul {
    margin-bottom: 0 !important;
}

#wapper .shop-case .d1 ul li {
    line-height: 2.2rem !important;
    height: 2.2rem !important;
}

#wapper .shop-case .d1 .h2name {
    margin-bottom: 1rem;
    border-bottom: 1px #eee solid;
    padding-bottom: 10px;
    position: relative;
}

#wapper .shop-case .d1 .h2name span {
    position: absolute;
    top: 0.6rem;
    right: 0;
    cursor: pointer;
    color: #059a65;
}

#wapper .shop-case .d1 h2 {
    font-size: 18px;
    line-height: 3rem;
}

#wapper .shop-case .t-box {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 210px;
    height: 150px;
    background: url(../images/bg40.png);
}

#wapper .shop-case .t-box img {
    display: block;
    height: 120px;
    width: auto !important;
    margin: 5px auto 0;
}


/*************个人中心***************/
#u-header {
    background: #424242;
    height: 55px;
    line-height: 55px;
    padding: 10px 0;
    margin-top: 2px;
}

#u-header a {
    color: #fff;
    font-size: 16px;
    padding-right: 10px;
}

/*个人中心左侧菜单*/
#u-all .u-nav {
    width: 150px;
}

#u-all .u-nav dl {
    margin-bottom: 1.5rem;
}

#u-all .u-nav dl dt {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 40px;
}

#u-all .u-nav dl dd {
    line-height: 30px;
}

#u-all .u-nav dl dd a {
    color: #999;
    display: block;
}

#u-all .u-nav dl dd:hover, #u-all .u-nav dl dd a:hover {
    color: #396DB5;
}

#u-all .btn {
    font-size: 1.6rem;
    border-radius: 3px;
    cursor: pointer;
}

/*个人中心右侧内容*/
.u-con {
    width: 1000px;
    color: #333;
}

.u-box {
    /*margin: 20px;*/

}

.u-info .fl {
    width: 570px;
}

.u-info ul li {
    float: left;
    width: 150px;
    padding: 10px 0 10px 20px;
    border-left: 1px #f2f2f2 solid;
}

.u-info .fl .u-pic {
    width: 300px;
    border-left: 0;
    padding-left: 0;
}

.u-info .fl .u-pic img {
    float: left;
    margin-right: 20px;
    height: 80px;
}

.u-info .fl .u-pic p {
    margin-top: 15px;
    font-size: 1.6rem;
}

.u-info .fl p a {
    font-size: 1.2rem;
    display: block;
    color: #ff9a46;
}

.u-info ul li p {
    font-size: 1.4rem;
    position: relative;
    padding-left: 3rem;
    line-height: 2.2rem;
}

.u-info ul li p i {
    font-size: 3rem;
    position: absolute;
    top: 0;
    left: 0;
}

.u-info ul li p i.icon-jifen {
    color: #fad170
}

.u-info ul li p i.icon-shalou {
    color: #7dd0fa
}

.u-info ul li p:first-child {
    font-size: 1.6rem;
}

.u-info ul li span {
    color: #c71845;
    width: 30px;
    text-align: center;
}

.u-info ul li h4 {
    font-size: 14px;
    line-height: 2.2rem;
}


.u-info .fr li {
    width: 388px;
    font-size: 1.4rem;
    background: #fafafa;
    line-height: 2.4rem;
    margin: -20px 0;
    margin-right: -20px
}

.u-info .fr .vcode-join {
    margin-bottom: 15px;
}

.u-info .fr .vcode-join input {
    float: left;
    border: 0;
    background: 0;
    line-height: 30px;
    padding: 0 10px;
}

.u-info .fr .vcode-join input.ipt {
    width: 245px;
    border: 1px #e6e6e6 solid;
    border-right: 0;
    border-radius: 3px;
}

.u-info .fr .vcode-join input.isub {
    background: #424242;
    border: 1px #424242 solid;
    color: #fff;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
}

.u-info .fr .sub {
    background: #424242;
    color: #fff;
    display: inline-block;
    margin-right: 20px;
    padding: 3px 10px;
    border-radius: 3px;
}

.u-info .fr .sub + a {
    color: #ff9a46;
}

/*fang 快捷方式*/

.u-kj {
    padding-bottom: 30px;
}

.u-box h3 {
    border-left: 4px #424242 solid;
    margin-bottom: 20px;
    position: relative;
    width: 300px;
}

.u-box h3 b {
    font-size: 1.6rem;
    font-weight: normal;
    padding-left: 10px;
}

.u-box h3 + hr {
    border: 0;
    border-top: 1px #ccc dashed;
}

.u-kj ul li {
    float: left;
    border: 1px #e0e0e0 solid;
    background: #f5f5f5;
    padding: 10px;
    margin-right: 14px;
    width: 207px;
    text-align: center;
}

.u-kj ul li:last-child {
    margin-right: 0px;
}

.u-kj ul li:hover img {
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

.u-kj ul li img {
    display: block;
    margin: 0 auto 15px;
    width: 100%;
}

.u-kj ul li a {
    font-size: 1.4rem;
    color: #fff;
    border-radius: 30px;
}

.u-kj ul li a.abg1 {
    background: #4587d2;
    padding: 5px 30px;
}

.u-kj ul li a.abg2 {
    background: #7f9aba;
    padding: 5px 30px;
}

.u-kj ul li a.abg3 {
    background: #fb863f;
    padding: 5px 30px;
}

.u-kj ul li a.abg4 {
    background: #fe5b5c;
    padding: 5px 30px;
}


/*收货人信息*/
#u-all .u-box-con {
    min-height: 650px;
    color: #666;
    font-size: 1.4rem;
    position: relative;
}

#u-all .u-shouh .btn-add {
    background: #396DB5;
    color: #fff;
    padding: 0 30px;
    line-height: 3rem;
    display: inline-block;
}

#u-all .u-shouh .u-shouh-tb {
    margin-top: 2rem;
}

#u-all .u-shouh .u-shouh-tb tr {
    height: 40px;
    border: 1px solid #E2E5E3;
}

#u-all .u-shouh .u-shouh-tb tr th {
    background: #fbfafa;
}

#u-all .u-shouh .u-shouh-tb tr td {
    text-align: center;
    border-right: 1px solid #E2E5E3;
}

#u-all .u-shouh .u-shouh-tb tr td .set_add {
    margin-left: 2rem;
}

#u-all .u-box-con tr th {
    border: 1px solid #E2E5E3;
    height: 40px;
}


/*采购信息发布*/
#u-all .u-cg-fb {
    width: 500px;
    margin: 50px auto 0;
}

#u-all .u-cg-fb li {
    margin-bottom: 10px;
    border-bottom: 1px #f2f2f2 solid;
    padding-bottom: 10px;
    position: relative;
}

#u-all .u-cg-fb li:last-child {
    border: 0;
}

#u-all .u-cg-fb li span {
    display: inline-block;
    width: 100px;
    text-align: right;
    padding-right: 20px;
    position: relative;
}

#u-all .u-cg-fb li span em {
    position: absolute;
    top: -15px;
    right: 20px;
    font-style: normal;
    width: 200px;
}

#u-all .u-cg-fb li input.ipt,
#u-all .u-cg-fb li select {
    width: 290px;
    border: 1px #ccc solid;
    border-radius: 3px;
    padding: 8px 10px;
}

#u-all .u-cg-fb li select {
    width: 310px;
    margin-left: -3px;
}

#u-all .u-cg-fb li select.sw1 {
    width: 200px;
}

#u-all .u-cg-fb li select.sw2 {
    width: 80px;
}

#u-all .u-cg-fb li input.upt {
    width: 200px;
    cursor: pointer;
}

#u-all .u-cg-fb li b {
    font-weight: normal;
    font-size: 1.2rem;
    margin-left: 1rem;
}

#u-all .u-cg-fb li .file {
    position: relative;
    display: inline-block;
    background: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 5px 20px;
    color: #999;
    text-decoration: none;
    text-indent: 0;
    line-height: 26px;
}

#u-all .u-cg-fb li .file input {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}

#u-all .u-cg-fb li .file:hover {
    background: #f5f5f5;
    border-color: #ddd;
    color: #666;
    text-decoration: none;
}

#u-all .u-cg-fb li .submit {
    border: 0;
    background: #396DB5;
    display: block;
    width: 140px;
    color: #fff;
    padding: 8px 0;
    margin: 0 auto;
}

/*采购信息发布 修改 2017.3.10*/
#u-all .u-cg-info {
    width: 100%;
    margin-top: 20px;
}

#u-all .u-con h4 {
    font-weight: normal;
    font-size: 16px;
    border-bottom: 1px #f2f2f2 solid;
    padding-bottom: 1rem;
    margin-top: 2rem;
}

#u-all .u-con h4 em {
    font-size: 1.4rem;
    font-style: normal;
    background: url(/static/images/shou.png) center right no-repeat;
    margin-left: 3rem;
    padding-right: 2rem;
    color: #ff5652
}

#u-all .u-con h4 i {
    color: #fa990e;
    font-size: 2rem;
}

#u-all .u-cg-info li span {
    width: 150px;
}

#u-all .u-cg-info li span.sp2 {
    width: 100px;
    padding-right: 10px;
}

#u-all .u-cg-info li label {
    padding-right: 0.5rem;
    color: #918e8e
}

#u-all .u-cg-info li .cheakp {
    display: inline-block;
    float: left;
    width: 74%;
}

.b-con .o-sh {
    margin: 10px 0;
}

.b-con .o-sh p {
    line-height: 30px;
}

.b-con .o-sh p > span {
    padding-left: 25px;
}

.u-box .b-box .order_time {
    width: 400px;
}

.o-tuik table tr th {
    text-align: left;
    border: 1px solid #F2F2F2;
    padding: 10px 20px;
}

.o-tuik table tr td {
    border: 1px solid #F2F2F2;
    padding: 10px 20px;
}

.b-sub p {
    font-size: 14px;
}

.o-tuik table tr td > img {
    width: 100%;
}


/*相关图片*/
#u-all .u-cg-pic a img {
    height: 100px;
    display: inline-block;
    margin-right: 1rem;
    border: 1px #eee solid;
    padding: 2px;
}

#u-all .u-cg-info .desc {
    border: 1px #f2f2f2 solid;
    padding: 0.5rem;
}


/*帐户信息*/
#u-all .u-cg-fb li .exit {
    position: absolute;
    top: 0;
    right: 65px;
    text-align: right;
    color: #669efb;
    font-size: 1.2rem;
}

#u-all .u-box-con .u-userpic {
    position: absolute;
    top: 0;
    left: 10px;
    width: 160px;
    height: 160px;
}

/*上传头像*/
#u-all .u-userpic .u-up-pic {
    position: relative;
    display: none;
}

#u-all .u-userpic .u-up-pic a {
    display: block;
    height: 160px;
    width: 160px;
    position: relative;
    top: -165px;
    left: 0;
    background: url(../images/bg70.png);
    color: #fff;
    text-align: center;
    line-height: 160px;
    font-size: 1.8rem;
}

#u-all .u-userpic .u-up-pic a i {
    font-size: 2.2rem;
    margin-right: 0.5rem;
}

#u-all .u-userpic .u-up-pic a input {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    height: 160px;
    width: 160px;
}

#u-all .u-userpic:hover .u-up-pic {
    display: block;
}

#u-all .u-cg-fb li .dipt {
    background: none;
    border: none;
    color: #999;
}

/*订单*/
#u-all .u-box h3 span {
    position: absolute;
    top: 5px;
    right: 0;
}

/*#u-all .u-box h3 span input{ width:130px; margin-right:10px; padding:2px 5px;}*/
#u-all .u-box .u-order-so input {
    border: 1px #ccc solid;
    border-radius: 3px;
    width: 130px;
    margin-right: 10px;
    padding: 2px 5px;
}

#u-all .u-box .u-order-so button {
    background: #396DB5;
    color: #fff;
    border: 0;
    padding: 3px 20px;
    border-radius: 3px;
    cursor: pointer;
}

#u-all .u-box .u-order-so button.b-null {
    background: #c7b9b8;
    margin-left: 10px;
}

#u-all .u-order-box .u-order-nav {
    border: 1px #ececec solid;
    border-bottom: 0;
}

#u-all .u-order-box .u-order-nav ul li {
    float: left;
    width: 16.5%;
    text-align: center;
}

#u-all .u-order-box .u-order-nav ul {
    background: #f9f9f9;
    height: 42px;
}

#u-all .u-order-box .u-order-nav ul li a {
    display: block;
    line-height: 42px;
    height: 42px;
    vertical-align: middle;
}

#u-all .u-order-box .u-order-nav ul li a.curr {
    background: #396DB5;
    color: #fff;
}

#u-all .u-order-box .order-list td {
    border: 1px #ececec solid;
    text-align: center;
}

#u-all .u-order-box .order-list td.cosbg {
    background: #f9f9f9;
    position: relative;
    text-align: left;
    padding: 10px;
}

#u-all .u-order-box .order-list td.cosbg time {
    position: absolute;
    top: 0px;
    right: 20px;
}

#u-all .u-order-box .order-list .o-list-td1 {
    text-align: left;
    padding: 5px;
}

#u-all .u-order-box .order-list .o-list-td1 img {
    margin-right: 10px;
}

#u-all .u-order-box .order-list td .btn {
    background: #ff6600;
    color: #fff;
    font-size: 14px;
    padding: 5px 20px;
}

#u-all .u-order-box .order-list .line-table {
    border: 0;
}

#u-all .u-order-box .order-list .line-table tr td {
    border: 0;
    border-bottom: 1px #ececec solid;
}

#u-all .u-order-box .order-list .line-table tr:last-child td {
    border-bottom: 0;
}

/*分页*/
#wapper .pages {
    margin: 30px 0 20px;
    float: right;
}

#wapper .pages ul li {
    float: left;
    border: 1px #cdcdcd solid;
    border-radius: 3px;
    padding: 3px 10px;
    margin-left: 10px;
}

#wapper .pages ul li.curr {
    background: #396DB5;
}

#wapper .pages ul li.curr a {
    color: #fff;
}

#wapper .pages ul li i {
    font-size: 1.4rem;
}

#wapper .pages ul li input {
    width: 30px;
    text-align: center;
    border: 0;
    font-size: 1.2rem;
    background: none;
    cursor: pointer;
}

/*企业认证*/
#u-all .u-box .qiye-vod {
    width: 80%;
    color: #9d9e9e;
}

#u-all .u-box .qiye-vod li span {
    width: 150px;
    color: #666;
}

#u-all .u-box .qiye-vod li em {
    font-style: normal;
    color: #fc5c59;
}

#u-all .u-box .qiye-vod li .voda {
    border: 1px #00aff2 solid;
    padding: 6px 15px;
    line-height: normal;
    display: inline-block;
    border-radius: 0.3rem;
    margin-right: 0.5rem;
}

#u-all .u-box .qiye-vod li .vod1 {
    color: #00aff2;
    margin-left: 1rem;
}

#u-all .u-box .qiye-vod li .vod2 {
    background: #00aff2;
    color: #fff;
}

#u-all .u-box .qiye-vod .submit {
    margin-left: 170px;
}

#u-all .u-box .void-sm {
    margin-top: 5rem;
    font-size: 1.2rem;
    color: #9d9e9e;
    padding: 0 5rem;
}

.yRightBox{
    border: 1px solid red;
    padding: 20px;
}


/***********************卖家中心************************/

.seller-con {
    width: 85%;
    color: #333;
    position: relative;

}

.u-header {
    background: #424242;
    height: 55px;
    line-height: 55px;
    padding: 10px 0;
    margin-top: 2px;
}

.u-header a {
    color: #fff;
    font-size: 16px;
    padding-right: 10px;
}

.mtop-nav li {
    float: left;
    margin-left: 1.2rem;
    padding-top: 1rem;
}

.mtop-nav li a {
    display: block;
    color: #fff;
    padding: 0 2.2rem !important;
    line-height: 3rem;
    text-align: center;
    font-size: 16px;
}

.mtop-nav li a:hover, .mtop-nav li a.curr {
    background: #fff;
    border-radius: 0.3rem;
    color: #396DB5 !important;
}

/*店铺信息*/
#u-all .m-boxs {
    border-bottom: 1px #e2e2e2 dashed;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}

#u-all .m-boxs .m-ul1 li {
    width: 320px;
    float: left;
    padding: 20px;
}

#u-all .m-boxs .m-ul1 .dp-img {
    display: block;
    border: 1px #edecec solid;
    border-radius: 0.8rem;
    padding: 1rem;
    margin-right: 2rem;
}

#u-all .m-boxs .m-ul1 .dp-img img {
    height: 64px;
    width: 64px;
}

#u-all .m-boxs .m-ul1 .dp-name h2 {
    line-height: 40px;
    height: 40px;
    vertical-align: middle;
    font-size: 2rem;
}

#u-all .m-boxs .m-ul1 .dp-pt {
    padding-top: 60px;
    width: 260px;
}

#u-all .m-boxs .m-ul1 .dp-pt i {
    font-size: 1.8rem;
    margin-right: 0.5rem;
}

/*商品提示*/
#u-all .m-boxs dl dt {
    background: url(../images/m-ico.png) left center no-repeat;
    padding: 0 25px;
    color: #396DB5;
    font-size: 16px;
    margin-bottom: 1rem;
}

#u-all .m-boxs dl dd {
    padding-left: 1rem;
    line-height: 2.4rem;
}

#u-all .m-boxs .m-dll {
    width: 500px;
}

#u-all .m-boxs .m-tis {
    background: #fafafa;
    padding: 0.5rem;
}

#u-all .m-boxs .m-tis p {
    width: 235px;
}

#u-all .m-boxs .m-ul2 {
    margin: 1rem 0;
}

#u-all .m-boxs .m-ul2 li {
    float: left;
    width: 20%;
    padding: 0.8rem 0;
}

#u-all .m-boxs .m-ul2 li .m-num {
    border: 1px #eb5d46 solid;
    border-radius: 0.3rem;
    position: relative;
    padding: 5px 15px;
}

#u-all .m-boxs .m-ul2 li .m-num i {
    position: absolute;
    top: -8px;
    right: -8px;
    font-style: normal;
    background: #eb5d46;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 0.6rem;
    text-align: center;
    display: block;
    line-height: 20px;
    vertical-align: middle;
}

#u-all .m-boxs .m-dlr {
    width: 420px;
}

/*表格*/
#u-all .m-boxs table {
    border: 0;
    font-size: 1.2rem;
}

#u-all .m-boxs table tr {
    line-height: 38px;
    cursor: pointer;
}

#u-all .m-boxs table tr th {
    background: #fafafa;
    line-height: normal;
    font-weight: normal;
    border: 0;
    padding: 5px;
}

#u-all .m-boxs table.m-xltj tr td {
    padding: 0;
    text-align: center;
    border: 0;
}

#u-all .m-boxs table.m-xlpm tr th {
    text-align: left;
    padding: 5px 0;
}

#u-all .m-boxs table.m-xlpm tr td {
    padding: 0;
    border-bottom: 1px #f5f5f5 solid;
}

/*房 -- 单品销售排名*/
.m-boxs .m-pm {
    padding: 1rem 0;
}

.m-boxs .m-pm li {
    position: relative;
    padding-left: 6rem;
    height: 6.5rem;
}

.m-boxs .m-pm li i {
    position: absolute;
    top: 1rem;
    left: 0;
    font-size: 6rem;
}

.m-boxs .m-pm li span {
    display: block;
    margin-right: 2rem;
    font-size: 0.8rem;
    color: #999;
}

.m-boxs .m-pm li span b {
    display: block;
    font-size: 1.6rem;
    font-weight: normal;
    color: #141414;
}

.m-boxs .m-pm li span em {
    font-size: 1.2rem;
    margin-right: 5px;
}

.m-boxs .m-pm li small {
    width: 230px;
    color: #696b6a;
    padding-right: 1rem;
}

/*仓库中的商品*/
#u-all .m-ck-sear {
    margin-bottom: 2rem;
}

#u-all .m-ck-sear ul li {
    float: left;
    width: 33%;
    height: 35px;
    margin-bottom: 1rem;
}

#u-all .m-ck-sear input.ipt,
#u-all .m-ck-sear select.spt {
    width: 200px;
    border: 1px #e2e2e2 solid;
    padding: 0.5rem;
    border-radius: 0.3rem;
}

#u-all .m-ck-sear select.spt {
    width: 215px;
    margin-left: -5px;
}

#u-all .m-ck-sear ul li a {
    display: inline-block;
    line-height: 2.6rem;
    background: #ebe8e8;
    border-radius: .3rem;
    padding: 0 2rem;
    margin-right: 1rem;
}

#u-all .m-ck-sear ul li a.sub {
    background: #ff5652;
    color: #fff;
}

#u-all .m-ck-tab {
    border: 0;
}

#u-all .m-ck-tab tr th {
    background: #f1f1f1;
    border: 0;
}

#u-all .m-ck-tab .m-ck-cho {
    text-align: left;
    padding: 2rem 1rem;
}

#u-all .m-ck-tab .m-ck-cho a {
    margin-left: 1rem;
    background: #ff5652;
    color: #fff;
    border-radius: .3rem;
    padding: 0.3rem 2rem;
}

#u-all .m-ck-tab tr td {
    text-align: center;
}

#u-all .m-ck-tab .m-ck-pic {
    position: relative;
    padding-left: 1.6rem;
    width: 30%;
}

#u-all .m-ck-tab .m-ck-pic input {
    position: absolute;
    top: 30px;
    left: 0;
}

#u-all .m-ck-tab .m-ck-pic img {
    display: block;
    height: 70px;
    max-width: 100px;
    border: 1px #e2e2e2 solid;
    padding: 1px;
    margin-right: 1rem;
}

#u-all .m-ck-tab .m-ck-name {
    width: 62%;
    padding-top: 0.5rem;
    font-size: 1.2rem;
    text-align: left;
}

#u-all .m-ck-tab .m-ck-name time {
    display: block;
    font-size: 0.6rem;
    color: #a7a6a6;
}

#u-all .m-ck-tab tr td:last-child a {
    margin: 0 0.5rem;
}

/*店铺设置*/
#u-all .m-dp-set dl dt {
    display: inline-block;
    float: left;
    line-height: 30px;
    padding-right: 10px;
    width: 150px;
    text-align: right;
}

#u-all .m-dp-set dl dd {
    float: left;
    margin-bottom: 1rem;
}

#u-all .m-dp-set dl dd p {
    color: #a8a7a7;
}

#u-all .m-dp-set input.ipt,
#u-all .m-dp-set textarea {
    width: 500px;
    border: 1px #e2e2e2 solid;
    padding: 0.5rem;
    border-radius: 0.3rem;
}

#u-all .m-dp-set select.spt {
    width: 162px;
    margin-right: 10px;
    border: 1px #e2e2e2 solid;
    padding: 0.5rem;
    border-radius: 0.3rem;
}

#u-all .m-dp-set .m-up-logo {
    display: block;
    width: 490px;
    border: 1px #d6d6d6 dashed;
    padding: 10px;
    margin-bottom: 0.5rem;
    position: relative;
    line-height: 80px;
    overflow: hidden;
}

#u-all .m-dp-set .m-up-logo i {
    font-size: 6rem;
    display: inline-block;
    margin-left: 2rem;
    color: #bfbebe;
}

#u-all .m-dp-set .m-up-logo input {
    position: absolute;
    top: -30px;
    left: 0;
    height: 150px;
    width: 100%;
}

#u-all .m-dp-set .btn {
    margin: 3rem 0 3rem 0;
    background: #ff5652;
    color: #fff;
    border: 0;
    padding: 0.5rem 3rem;
}

/*店铺信息*/
#u-all .m-dp-info table {
    margin-bottom: 2rem;
}

#u-all .m-dp-info table td {
    border: 1px #e2e2e2 solid;
}

/*退款退货*/
#u-all .m-tui .u-order-nav ul li {
    width: 11% !important;
}

#u-all .m-tui .cosbg {
    font-size: 1.2rem;
}

#u-all .m-tui .cosbg span {
    margin-left: 1rem;
}

/*评价管理*/
#u-all .m-pingj .tab-nav {
    border-bottom: 1px #ececec solid;
    margin-bottom: 1rem;
}

#u-all .m-pingj .tab-nav li {
    float: left;
    background: #ececec;
    line-height: 3rem;
    vertical-align: middle;
    text-align: center;
    margin-right: 1rem;
    padding: 0 1.5rem;
    cursor: pointer;
}

#u-all .m-pingj .tab-nav li.on {
    background: #ff5652;
    color: #fff;
}

#u-all .m-pingj .m-tab-bd table {
    border: 0;
    font-size: 1.2rem;
}

#u-all .m-pingj .m-tab-bd table tr th {
    text-align: left;
}

#u-all .m-pingj .m-tab-bd table time {
    display: block;
    color: #a7a6a6;
    font-size: 0.8rem;
}

#u-all .m-pingj .m-tab-bd table a.btn {
    font-size: 1.2rem;
    background: #ff5652;
    color: #fff;
    padding: 0.5rem 1rem;
}

#u-all .m-pingj .m-tab-bd i {
    font-size: 2rem;
}

/*好中差评图标/颜色*/
#u-all .m-pingj .m-tab-bd i.icon-haoping {
    color: #ff5652;
}

#u-all .m-pingj .m-tab-bd i.icon-zhongping {
    color: #f98582;
}

#u-all .m-pingj .m-tab-bd i.icon-chaping {
    color: #c7b9b8;
}

/*商品发布*/
#u-all .m-fsp .m-f-dh {
    padding: 20px 50px 50px 120px;
}

#u-all .m-fsp .m-f-dh li {
    float: left;
    text-align: center;
    padding-left: 90px;
    background: url(../images/class-jt.png) 0 20px no-repeat;
    margin-right: 50px;
    color: #8c8b8b;
}

#u-all .m-fsp .m-f-dh li span {
    display: block;
    font-size: 3rem;
    background: #e9e7e7;
    border-radius: 70px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
    color: #b5b4b4;
    margin: 0 auto 2rem;
}

#u-all .m-fsp .m-f-dh li.curr span {
    background: #ff5652;
    color: #fff;
}

#u-all .m-fsp .m-f-dh li.curr {
    background-position: left -158px;
}

#u-all .m-fsp .m-f-dh li.nonebg {
    background: none;
    padding-left: 0;
    margin-left: 0;
}

/**选择商品分类**/
.wareSort {
    padding: 15px 8px 15px 7px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
}

.wareSort ul {
    float: left;
    width: 290px;
    padding: 10px;
    height: 370px;
    overflow-y: scroll;
    border: 1px solid #ddd;
    margin-right: 7px;
    margin-left: 8px;
    background-color: #fff;
}

.wareSort ul li {
    border-bottom: 1px #f8f5f5 solid;
    padding: 5px 0;
}

.wareSort ul li:last-child {
    border-bottom: 0;
}

.wareSort ul li a {
    display: block;
    padding-right: 25px;
    padding-left: 10px;
    border: 1px solid #fff;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wareSort ul li a:hover {
    color: #ffa235;
}

.wareSort ul li.active a {
    background: #ffa235 url(../images/class-arrow.png) no-repeat right center;
    color: #fff;
    border-radius: 0.3rem;
    border-color: #ffa235;
}

.selectedSort {
    padding: 10px 15px;
    border: 1px solid #ddd;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #fff4f0;
    color: #ff5652;
}

.selectedSort b {
    font-weight: bold;
}

.selectedSort i font {
    font-family: simsun;
}

.selectedSort i {
    font-style: normal;
}

.wareSortBtn {
    padding-bottom: 50px;
    text-align: center;
}

.wareSortBtn input {
    width: 200px;
    height: 36px;
    border: 1px solid #ed7f5a;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem;
    background-color: #ff514d;
    color: #fff;
    margin-top: 2rem;
}

.wareSortBtn input:hover {
    border-color: #d95459;
    background-color: #ff5652;
    cursor: pointer;
}

.wareSortBtn input:disabled {
    border-color: #ddd;
    background-color: #f6f6f6;
    color: #9a9a9a;
    cursor: default;
}

/*发布商品详情*/
#u-all .m-fsp .m-f-info {
    color: #6e6b6b;
}

#u-all .m-fsp .m-f-info span {
    color: #000;
}

#u-all .m-fsp .m-f-info td {
    border: 1px #e2e5e3 solid;
    padding: 10px 20px;
}

#u-all .m-fsp .m-f-info .btn {
    background: #ff5652;
    color: #fff;
    padding: 0.5rem 1rem;
    margin-left: 1rem;
    font-size: 1.2rem;
}

#u-all .m-fsp .m-f-info input,
#u-all .m-fsp .m-f-info select,
#u-all .m-fsp .m-f-info textarea {
    border: 1px #e2e5e3 solid;
    border-radius: 0.3rem;
    padding: 0.5rem 1rem;
}

#u-all .m-fsp .m-f-info input.ipt, #u-all .m-fsp .m-f-info textarea {
    width: 90%;
}

#u-all .m-fsp .m-f-info input.ipt2 {
    width: 86%;
}

#u-all .m-fsp .m-f-info input.ipt3 {
    width: 200px;
}

#u-all .m-fsp .m-f-info input.ipt4 {
    width: 45%;
}

#u-all .m-fsp .m-f-info label {
    margin-right: 1rem;
}

#u-all .m-fsp .m-f-info select.spt {
    width: 30%;
}

#u-all .m-fsp .m-f-info .m-sm {
    font-size: 1.2rem;
    color: #cbc7c7;
    margin-bottom: 1rem;
}

#u-all .m-fsp .m-f-info .m-f-up li {
    float: left;
    width: 90px;
    border: 1px #e2e5e3 solid;
    text-align: center;
    padding: 5px;
    margin-right: 1.5rem;
    position: relative;
}

#u-all .m-fsp .m-f-info .m-f-up li img {
    height: 70px;
    display: block;
    margin: 0 auto;
    max-width: 90px;
}

#u-all .m-fsp .m-f-info .m-f-up li i {
    position: absolute;
    top: -8px;
    right: -8px;
    color: #ff5652;
    cursor: pointer;
    display: none;
}

#u-all .m-fsp .m-f-info .m-f-up li:hover i {
    display: block;
}

/*多规格*/
#u-all .m-fsp .m-f-info .m-f-guig {
    border: 1px #e2e5e3 solid;
    margin: 10px 0px;
}

#u-all .m-fsp .m-f-info .m-f-guig li {
    position: relative;
    padding-left: 130px;
    margin-bottom: 1.5rem;
}

#u-all .m-fsp .m-f-info .m-f-guig li span {
    position: absolute;
    top: 0;
    left: 0px;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    display: block;
    width: 80px;
    text-align: right;
}

#u-all .m-fsp .m-f-info .m-f-guig li label {
    padding: 0.7rem 0;
    display: inline-block;
    width: 12%;
}

#u-all .m-fsp .m-f-info .m-f-guig table th {
    font-weight: normal;
    background: #f5f5f5;
    border: 1px #e2e5e3 solid;
}

#u-all .m-fsp .m-f-info .m-f-guig table td {
    text-align: center;
}

#u-all .m-fsp .m-f-info .m-f-guig table td input {
    width: 100px;
    text-align: center;
}

/*商品发布成功*/
#u-all .m-fsp .m-f-info .m-f-ok {
    width: 800px;
    margin: 0 auto;
    padding: 3rem 0 5rem;
}

#u-all .m-fsp .m-f-info .m-f-ok .m-f-i {
    font-size: 2rem;
    color: #ff5652;
    text-align: center;
    margin-bottom: 4rem;
}

#u-all .m-fsp .m-f-info .m-f-ok .m-f-i i {
    font-size: 3rem;
}

#u-all .m-fsp .m-f-info .m-f-ok a {
    margin: 0 4rem;
}

/*商家展示内页*/
.buss .buss-show {
    width: 600px;
    height: 420px;
}

.buss .buss-show .bd ul li {
    height: 420px;
}

.buss .buss-show .bd ul li img {
    height: 420px;
    width: 600px;
}

.buss .buss-show .hd ul li {
    height: 10px;
    width: 10px;
}

.buss .buss-nr {
    width: 500px;
    position: relative;
    height: 420px;
}

.buss .buss-nr h1 {
    font-size: 2rem;
    color: #212121;
    line-height: 60px;
}

.buss .buss-nr .star i {
    font-size: 2rem;
    color: #999;
}

.buss .buss-nr .star i.curr {
    color: #ff9727;
}

.buss .buss-nr .star span {
    margin-left: 1rem;
    font-size: 1.2rem;
}

.buss .buss-nr ul li {
    border-bottom: 1px #e7e7e7 dotted;
    line-height: 45px;
    vertical-align: middle;
    color: #666;
}

.buss .buss-nr ul li span {
    display: inline-block;
    color: #999;
    width: 50px;
}

.buss .buss-nr ul li a {
    color: #5179ec;
}

/*按钮*/
.buss .buss-nr .btn {
    margin-top: 50px;
}

.buss .buss-nr .btn a {
    margin-right: 20px;
    line-height: 40px;
    vertical-align: middle;
    color: #fff;
    background: #ff9727;
    padding: 8px 20px;
    font-size: 1.6rem;
}

.buss .buss-nr .btn a.red {
    background: #ff5652;
}

.buss .buss-nr .ewm {
    position: absolute;
    top: 10px;
    right: 60px;
    width: 120px;
    height: 120px;
    display: block;
}

.buss .buss-nr .ewm img {
    height: 120px;
    width: 120px;
}

.buss h2.bbt span {
    height: 32px;
    display: inline-block;
    line-height: 32px;
    vertical-align: middle;
    border-radius: 32px;
    background: #396DB5;
    font-size: 1.6rem;
    color: #fff;
    padding: 0 2rem;
}

.buss .buss-info dl {
    padding: 3px 0;
}

.buss .buss-info dl dt {
    font-weight: bold;
    float: left;
    width: 80px;
}

.buss .buss-info dl dd {
    display: table-cell;
    *display: inline-block;
}

.buss .buss-info dl dd.sjimg span {
    display: inline-block;
    text-align: center;
    float: left;
    margin-right: 10px;
}

.buss .buss-info dl dd.sjimg span img {
    display: block;
    width: 120px;
    height: 120px;
}

.buss .buss-desc img {
    display: block;
    margin: 0 auto;
}

/*商家入驻*/
#u-all .ruzhu h3 {
    border-left: 0;
    position: relative;
    padding-left: 2.5rem;
}

#u-all .ruzhu h3 i {
    font-size: 3rem;
    display: inline-block;
    position: absolute;
    top: 0rem;
    left: 0;
}

/*流程1*/

#u-all .ruzhu .rz-set1 {
    width: 920px;
    margin: 5rem auto;
    position: relative;
    background: url(../images/rz-set1bg.png) 95px 100px no-repeat;
}

#u-all .ruzhu .rz-set1 dl {
    float: left;
    width: 180px;
    padding-left: 50px;
}

#u-all .ruzhu .rz-set1 dl dt {
    background: #ecebeb;
    padding: 1rem 0rem;
    text-align: center;
    border-radius: 0.5rem;
    color: #828080;
    width: 110px;
}

#u-all .ruzhu .rz-set1 dl dt span {
    display: block;
    font-size: 1.8rem;
    text-transform: uppercase;
    line-height: 3rem;
    color: #373636;
}

#u-all .ruzhu .rz-set1 dl dd {
    margin-top: 5rem;
    color: #595858;
    font-size: 1.4rem;
}

#u-all .ruzhu .rz-set1 dl dd p {
    margin-bottom: 1rem;
}

#u-all .ruzhu .rz-set1 dl dd .btn {
    background: #396DB5;
    color: #fff;
    padding: 0.5rem 2rem;
    font-size: 1.2rem;
}

/*流程2*/
#u-all .ruzhu h4 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

#u-all .zhengj-list {
    border: 1px solid #e6e6e6;
    margin-bottom: 30px;
}

#u-all .zhengj-list li {
    position: relative;
    padding: 10px 20px 10px 70px;
    line-height: 80px;
    vertical-align: middle;
    border-bottom: 1px solid #e6e6e6;
}

#u-all .zhengj-list li:last-child {
    border-bottom: 0;
}

#u-all .zhengj-list li span {
    display: inline-block;
}

#u-all .zhengj-list li .rz-no {
    font-size: 4rem;
    color: #ccc;
    width: 60px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 5px;
}

#u-all .zhengj-list li .rz-name {
    color: #666;
    font-size: 14px;
    padding-right: 20px;
}

#u-all .zhengj-list li .rz-tigs {
    color: #999;
    padding-right: 20px;
}

#u-all .zhengj-list li .rz-img {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}

#u-all .zhengj-list li .rz-img em, #u-all .rz-set3 .rz-f .stlogo em {
    position: absolute;
    bottom: 1px;
    right: 1px;
    background: url(../images/bg40.png);
    width: 33px;
    line-height: 18px;
    line-height: 18px;
    color: #fff;
    font-style: normal;
    text-align: center;
}

#u-all .zhengj-list li .rz-img img {
    width: 100px;
    height: 75px;
}

#u-all .rz-set2 .btn {
    margin: 50px auto 20px;
    display: block;
    width: 30%;
    text-align: center;
    background: #396DB5;
    color: #fff;
    font-size: 1.4rem;
    padding: 0.8rem 0;
}

#u-all .zhengj-list li .t-img-box {
    position: absolute;
    top: -80px;
    right: 100px;
    width: 400px;
    display: none;
    z-index: 9999;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#u-all .zhengj-list li .t-img-box.curr {
    display: block;
}

#u-all .zhengj-list li .t-img-box img {
    display: block;
    margin: 0 auto;
    max-width: 800px;
}

/*流程3*/
#u-all .rz-set3 {
    padding: 20px;
}

#u-all .rz-set3 .jindu {
    padding: 40px 20px;
    background: #f8f7f7;
    border: 1px #f2f1f1 solid;
    margin-bottom: 2rem;
    border-radius: 0.5rem;
}

#u-all .rz-set3 .jindu span {
    display: inline-block;
    line-height: 50px;
    position: relative;
    padding-left: 90px;
    font-size: 1.8rem;
}

#u-all .rz-set3 .jindu span em {
    font-size: 3rem;
    font-style: normal;
    background: #b6b4b4;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 20px;
    color: #fff;
    border: 1px #a5a4a4 solid;
}

#u-all .rz-set3 .jindu span em.curr {
    background: #fdb94e;
    border: 1px #faad34 solid;
}

#u-all .rz-set3 .jindu span.icon-jiantou {
    font-size: 3rem;
    color: #fe9390;
    padding: 0 40px;
}

#u-all .rz-set3 .rz-f {
    font-size: 1.4rem;
}

#u-all .rz-set3 .rz-f dl {
    padding: 10px 0;
}

#u-all .rz-set3 .rz-f dl dt {
    width: 100px;
    float: left;
}

#u-all .rz-set3 .rz-f dl dd {
    display: table-cell;
    width: 960px;
}

#u-all .rz-set3 .rz-f .ipt {
    border: 1px #c7c7c7 solid;
    padding: 5px 10px;
    border-radius: 5px;
    width: 260px;
}

#u-all .rz-set3 .rz-f select {
    margin: 0 -3px;
    width: 282px !important;
}

#u-all .rz-set3 .rz-f select.sel {
    margin-right: 10px;
    width: 150px !important;
}

#u-all .rz-set3 .rz-f label {
    margin-right: 20px;
}

#u-all .rz-set3 .rz-f .time {
    position: relative;
    margin-right: 10px;
}

#u-all .rz-set3 .rz-f .time i {
    position: absolute;
    top: -2px;
    right: 10px;
}

#u-all .rz-set3 .rz-f .time input {
    width: 120px;
    font-style: normal;
}

#u-all .rz-set3 .rz-f dl dd a.abtn {
    background: #ff514d;
    border-radius: 5px;
    color: #fff;
    font-size: 1.4rem;
    padding: 0.5rem 1.5rem;
    margin-left: 10px;
    cursor: pointer;
}

#u-all .rz-set3 .rz-f dl dd .map {
    margin: 20px 0;
}

#u-all .rz-set3 .zhengj-list {
    width: 940px;
}

#u-all .rz-set3 .zhengj-list li {
    padding-left: 220px;
}

#u-all .rz-set3 .zhengj-list li .rz-pho {
    background: #f5f5f5;
    display: block;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}

#u-all .rz-set3 .file {
    position: absolute;
    display: inline-block;
    background: #eaeaea;
    border-radius: 4px;
    overflow: hidden;
    color: #999;
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 32px;
    top: 10px;
    left: 110px;
    width: 100px;
    height: 80px;
    text-align: center;
}

#u-all .rz-set3 .file i {
    color: #ccc;
    display: block;
    font-size: 4rem;
    padding-top: 10px;
}

#u-all .rz-set3 .file input {
    position: absolute;
    height: 80px;
    width: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}

#u-all .rz-set3 .file:hover {
    background: #e6e5e5;
}

#u-all .rz-set3 .file img {
    width: 100px;
    height: 80px;
}

#u-all .rz-set3 .rz-f .iptext {
    border: 1px #c7c7c7 solid;
    padding: 5px 10px;
    border-radius: 5px;
}

#u-all .rz-set3 .rz-f .submit {
    text-align: center;
    padding-top: 20px;
}

#u-all .rz-set3 .rz-f .btn, #u-all .rz-set4 .btn {
    padding: 15px 40px;
    background: #396DB5;
    display: inline-block;
    color: #fff;
    margin-right: 20px;
}

#u-all .rz-set3 .rz-f .btn.back {
    background: #e4e2e2;
    color: #666;
}

#u-all .rz-set3 .rz-f .stlogo {
    position: relative;
    height: 80px;
    width: 300px;
    border: 1px solid #e6e6e6;
    padding: 10px 0 10px 120px;
}

#u-all .rz-set3 .rz-f .stlogo .file {
    left: 10px;
}

#u-all .rz-set3 .rz-f .stlogo h5 {
    font-size: 1.8rem;
    line-height: 30px;
}

#u-all .rz-set3 .rz-f .stlogo .star {
    color: #999;
    line-height: 26px;
}

#u-all .rz-set3 .rz-f .stlogo .star .curr {
    color: #ff9100;
}

#u-all .rz-set3 .rz-f .stlogo + div {
    width: 400px;
    padding: 30px 10px;
    margin-left: 10px;
    color: #999;
}

#u-all .rz-set3 .rz-box {
    border: 1px solid #e6e6e6;
}

#u-all .rz-set3 .rz-f h4 {
    padding: 20px 0;
}

#u-all .rz-set3 .rz-f h4 span {
    width: 100px;
    padding-left: 20px;
    display: inline-block;
}

#u-all .rz-set4 .sm {
    text-align: center;
    line-height: 60px;
    font-size: 1.8rem;
    padding: 20px 0;
}

#u-all .rz-set4 .sm i {
    font-size: 4rem;
    color: #39c346;
    margin-right: 1rem;
}

#u-all .rz-set4 {
    padding-bottom: 5rem;
}

#u-all .rz-set5 {
    width: 500px;
    margin: 0 auto;
}

#u-all .rz-set5 .sm {
    text-align: left;
    padding-bottom: 0;
}

#u-all .rz-set5 .set5-con {
    padding-left: 50px;
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin-bottom: 2rem;
}

#u-all .u-box-con .zhengj-list {
    width: 760px !important;
}

#u-all .u-box-con .zhengj-list .rz-img em {
    top: 5px !important;
    bottom: auto;
}

#u-all .u-rz-sm {
    border: 1px #396DB5 dashed;
}

#u-all .u-rz-sm h6 {
    background: #396DB5;
    color: #fff;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
    margin: 0 auto 20px;
    width: 70%
}

#u-all .u-rz-sm p {
    color: #9d9e9e;
}

#u-all .u-rz-sm h5 {
    line-height: 50px;
    vertical-align: middle;
    background: url(../images/ok-ico.png) 120px center no-repeat;
    font-size: 16px;
    color: #ff5652;
    text-align: center;
    font-weight: normal;
    margin: 20px 0;
}

#u-all .u-rz-sm h5 + p {
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
}

#u-all .u-rz-sm h5 + p a.btn {
    color: #fff;
    background: #ff5652;
    padding: 8px 20px;
    margin: 0 5px;
}

#u-all .u-rz-sm h5.esc {
    background: url(../images/eorr-ico.png) 180px center no-repeat;
    color: #726e6e;
}

#u-all .u-rz-sm h5.scss {
    background: url(../images/scss-ico.png) 140px center no-repeat;
    color: #3c3e3d;
}

/*产品价格一览表*/
.protable {
    width: 100%;
    border: 1px #e4e5e5 solid;
    background: #fff;
    padding: 40px;
    position: relative;
}

.protable h3 {
    position: absolute;
    left: 0;
    top: 10px;
    line-height: 45px;
    vertical-align: middle;
    background: #396db5;
    color: #fff;
    font-size: 1.6rem;
    padding: 0 30px 0 20px;
    border-radius: 0 45px 45px 0;
}

.p-dianhua {
    background: url(../images/dianhua.png) no-repeat left center;
    line-height: 50px;
    vertical-align: middle;
    padding-left: 80px;
    font-size: 2rem;
    margin: 30px 0;
}

.protable table tr th {
    background: #f3efec;
    border: 1px #e6e6e6 solid;
    padding: 7px 0;
}

.protable table tr td {
    border: 1px #e6e6e6 solid;
    padding: 4px 10px;
}

.protable table tr td a:hover {
    text-decoration: underline;
}

.protable table tr td:last-child a {
    color: #3f7acb;
    font-size: 12px;
}

/*首页 - 原材料动态*/
.p_price dl {
    width: 49%;
    float: left;
    border-right: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
}

.p_price dt, .p_price dd {
    line-height: 33px;
    padding-left: 20px;
    font-size: 14px;
}

.p_price .date, .p_price .price {
    float: right;
    padding-right: 5px;
    color: #eb5d46;
}

/* 鼠标划过图片样式 */
.defo_img img {
    transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    cursor: pointer;
}

.defo_img img:hover {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    opacity: 0.6;
}

.design_s_con {
    width: 1200px;
    margin-top: 15px;
    overflow: hidden;
    background-color: #fff;
    padding-top: 20px;
}

.design_s_list {
    position: relative;
    width: 275px;
    height: 125px;
    float: left;
    margin: 0 0 20px 18px;
    overflow: hidden;
    border: 1px solid #F1F1F1;
}

.design_big_w {
    position: relative;
    width: 275px;
    height: 270px;
    float: left;
    border: 1px solid #F1F1F1;
}

.design_s_nr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 28px;
    background: rgba(138, 138, 138, .4);
    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
}

.design_s_nr h3 {
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
}

.design_s_n_text {
    display: block;
    width: 240px;
    border: 1px solid #fff;
    font-size: 14px;
    line-height: 21px;
    margin: 5px auto 0;
    padding: 3px 7px;
    color: #fff;
}

.design_s_list img,
.design_s_nr h3,
.design_s_n_text {
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}

.design_big_w:hover .design_s_nr, .design_s_list:hover .design_s_nr {
    height: 100%;
    background: rgb(57, 109, 181, .8);
}

.design_big_w:hover .design_s_nr h3, .design_s_list:hover .design_s_nr h3 {
    font-size: 16px;
    padding-top: 10px;
}

.design_big_w:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.design_s_list:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.design_big_w:hover .design_s_nr {
    height: 100%;
    background: rgb(57, 109, 181, .8);
}

.design_big_w:hover .design_s_nr h3 {
    font-size: 16px;
    padding: 50px 0 20px;
}

.design_s_list:hover .design_s_n_text, .design_big_w:hover .design_s_n_text {
    color: #fff;
}

/*最新公告*/


/*商家店铺详情展示*/
.shopSlide {
    width: 580px;
    height: 350px;
}

.shopSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.shopSlide .bd ul {
    width: 100% !important;
}

.shopSlide .bd li {
    width: 100% !important;
    height: 350px;
    overflow: hidden;
    text-align: center;
}

.shopSlide .bd li a {
    width: 100%;
    display: block;
    height: 350px;
}

.shopSlide .bd li a > img {
    width: 100%;
    display: block;
    height: 350px;
}

.shopSlide .hd {
    width: 580px;
    position: relative;
    z-index: 1;
    bottom: 30px;
    left: 50%;
    margin-left: -290px;
    height: 30px;
    line-height: 30px;
}

.shopSlide .hd ul {
    text-align: center;
    position: absolute;
    width: 100%;
    margin: 0 auto;
}

.shopSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 50px;
    height: 4px;
    margin: 1px;
    overflow: hidden;
    background: #fff;
    line-height: 999px;
    margin-right: 20px;
    border-radius: 10px;
}

.shopSlide .hd ul .on {
    background: #719bd4;
}

.shopSlide .prev, .shopSlide .next {
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    left: 5%;
    width: 40px;
    height: 60px;
    background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}

.shopSlide .next {
    left: auto;
    right: 5%;
    background-position: -6px -137px;
}

/*首页新闻*/
.index_news_box {
    padding: 20px 20px 20px 20px;
    background-color: #fff;
}

.index_news_box article {
    width: 592px;
    position: relative;
    padding-top: 40px;
}

.index_news_box article h2 b {
    line-height: 17px;
    height: 17px;
    font-weight: normal;
    display: inline-block;
    border-left: 4px solid #396DB5;
    padding-left: 10px;
}

.index_news_box article h2 {
    width: 585px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    color: #333;
}

.index_news_box .news-img {
    width: 480px;
    height: 360px;
    margin: 40px auto 0;
}

.index_news_box aside {
    width: 550px;
    height: 590px;
}

.index_news_box .news_list {
    padding: 0 15px 14px 0;
    font-size: 14px;
    border: 1px solid #f1f1f1;
    margin-top: 15px;
}

.index_news_box ul li {
    line-height: 35px;
}

.index_news_box .news_list li a {
    color: #666;
}

.index_news_box .news_list li a .news_ti {
    width: 10px;
    float: left;
}

.index_news_box .news_list li a .news_text {
    width: 365px;
    padding-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index_news_box .news_list li a .news_date {
    width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index_news_box .news_list li a .news_ti i {
    font-style: inherit;
}

.index_news_box .news_list li a:hover {
    color: #396DB5;
}

.news_con_list {
    border-top: 1px solid #f1f1f1;
}

.news_con_list:last-child {
    margin-bottom: 0px;
}

.news_con_list .con_img {
    width: 175px;
    overflow: hidden;
    max-height: 114px;
    padding: 10px 0;
}

.news_con_list .con_img img {
    width: 175px;
    height: 114px;
}

.news-tab .news-nav {
    height: 40px;
}

.news-tab .news-nav a {
    float: left;
    color: #666;
    width: 100px;
    font-size: 14px;
    text-align: center;
    display: block;
    font-family: "Microsoft Yahei";
}

.news-tab .news-nav a:hover {
    color: #396DB5;
}

.news-tab .news-nav a:last-child {
    width: 150px;
    text-align: right;
}

.news_tab_con li {
    margin-bottom: 4px;
}

.con_text {
    width: calc(100% - 205px);
    padding: 0 15px;
    overflow: hidden;
    max-height: 114px;
}

.con_text .title {
    font-size: 16px;
    color: #454545;
    height: 32px;
    line-height: 30px;
    overflow: hidden;
    padding-top: 10px;
    font-family: "Microsoft Yahei";
}

.con_text .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 44px;
    line-height: 22px;
    font-size: 12px;
    color: #999;
}

.news_con_list:hover .con_text, .news_con_list:hover .con_text .text {
    color: #396DB5;
}

.tu_icon {
    font-size: 12px;
    color: #bbb;
}

.tu_icon i {
    padding-right: .5rem;
}

/*房 个人中心--left*/
.person_30 {
    padding: 30px 0 50px;
}

.index_lf {
    width: 15%;
    background-color: #fff;
    overflow: hidden;
}

.index_rg {
    width: 1000px;
    margin-left: 20px;
}

.shopping_tit {
    padding: 0 20px 0 26px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333333;
    background-color: #eaeaea;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.shopping_tit span {
    position: absolute;
    width: 11px;
    top: 0;
    right: 18px;
    color: #8e8e8e;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.shopping_tit span em {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-style: initial;
    font-size: 16px;
    font-family: "\5b8b\4f53";
    transform: rotate(90deg);
    display: inline-block;
}

.index_lf ul li:hover .shopping_tit,
.index_lf ul li.current .shopping_tit {
    background: #396DB5;
    color: #fff
}

.index_lf ul li:hover .sideBar_i_one,
.index_lf ul li.current .sideBar_i_one {
    display: none;
}

.index_lf ul li:hover .sideBar_i_two,
.index_lf ul li.current .sideBar_i_two {
    display: block;
}

.sideBar_i_two {
    display: none;
}

.shopping_tit.current em {
    transform: rotate(-90deg);
    display: inline-block;
}

.shopping_tit:hover span em {
    display: inline-block;
    color: #fff;
}

/*.shopping_list a.on { display: block; border: 1px solid #f00; color: #f54d56; }
*/
.shopping_list a {
    display: block;
    font-size: 14px;
    color: #333333;
    padding: 0px 25px;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px dashed #eaeaea;
    position: relative;
    overflow: hidden;
    z-index: 11;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.shopping_list a::before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #396DB5;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.shopping_list a:hover {
    color: #fff;
}

.shopping_list a:hover::before {
    left: 0;
}

.shopping_list a.current {
    background: #396DB5;
    color: #fff;
    text-decoration: underline;
}

.shopping_list2 {
    padding-bottom: 50px;
}


/*个人信息*/
.f_person_bg {
    background-color: #fff;
    padding: 20px;
}

.personal_info_ul {
    padding-bottom: 40px;
    border-bottom: 1px dashed #eaeaea;
}

.personal_info_ul li {
    margin-bottom: 18px;
    font-size: 0;
}

.personal_info_ul li:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.personal_infoLeft, .personal_infoRight {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.personal_infoLeft {
    width: 60px;
    margin-right: 65px;
    line-height: 36px;
}

.personal_infoRight {
    width: 600px;
    line-height: 36px;
}

.personal_infoLtext {
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    -moz-text-align-last: justify;
    -webkit-text-align-last: justify;
    word-break: break-all;
    text-justify: inter-ideograph;
    font-size: 14px;
    color: #333333;
}

.personal_infoRight_header {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.personal_infoRight_header span {
    display: block;
    position: absolute;
    right: 18px;
    bottom: 8px;
    width: 17px;
    height: 14px;
    background: url('../images/camera_icon.png') no-repeat center center;
}

.personal_infoRight_header img {
    width: 70px;
    height: 70px;
}

.personal_infoRight_text {
    font-size: 14px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    margin-right: 33px;
}

.personal_infoInput {
    display: inline-block;
    vertical-align: middle;
}

.personal_infoInput input {
    border: 1px solid #ccc;
    font-size: 14px;
    color: #333;
    padding: 0 10px;
    width: 180px;
    line-height: 36px;
    height: 36px;
    background-color: #fff;
}

.personal_infoRadio {
    display: inline-block;
    vertical-align: middle;
}

.personal_infoRadio input {
    display: none;
}

.personal_infoRadio label {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    padding-left: 21px;
    background: url('http://img.bancaiwang.net/static/home/images/radio_icon.png') no-repeat left center;
    background-size: 16px 16px;
    width: 52px;
    margin-right: 26px;
    font-size: 14px;
    color: #333333;
}

.personal_infoRadio input:checked + label {
    background: url('http://img.bancaiwang.net/static/home/images/radio_icon_on.png') no-repeat left center;
    background-size: 16px 16px;
}

.personal_infoRight_a {
    color: #396DB5;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.personal_infoSelect_list {
    display: inline-block;
    vertical-align: middle;
    margin-right: 38px;
}

.personal_infoSelect_list select {
    border: 1px solid #ccc;
    padding: 0 10px;
    cursor: pointer;
    width: 100px;
}

.personal_infoSelect_list select, .personal_infoSelect_list span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #333;
    height: 36px;
    line-height: 36px;
}

.personal_infoSelect_list span {
    margin-left: 12px;
}

.personal_btn {
    padding: 35px 0 120px 125px;
}

.red_btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    background: #396DB5;
    text-align: center;
    line-height: 44px;
    border-radius: 4px;
    border: 0;
    width: 125px;
    cursor: pointer;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.red_btn_per {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    background: #396DB5;
    text-align: center;
    line-height: 38px;
    border: 0;
    width: 120px;
    cursor: pointer;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.red_btn_per:hover {
    display: inline-block;
    color: #fff;
}

.person_pop_content {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 51;
    background: url('../images/bor_bg.png') center center;
    width: 648px;
    margin: auto;
    padding: 5px;
    height: 400px;
}

.person_mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 50;
}

.person_pop_fff {
    background: #fff;
    height: 390px;
}

.person_pop_top {
    position: relative;
    padding: 23px 40px;
}

.person_pop_top h1 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.pop_close {
    display: block;
    position: absolute;
    right: 11px;
    top: 11px;
    cursor: pointer;
    background: url('../images/close.png') no-repeat center center;
    background-size: 9px 10px;
    width: 9px;
    height: 10px;
}

.person_pop_bottom {
    padding: 0 40px;
    text-align: center;
}

.upload_heade {
    width: 200px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    border: 1px solid #e3e3e3;
}

.upload_heade input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    left: 0;
    top: 0;
}

.upload_heade .text {
    display: block;
    font-size: 16px;
    color: #333;
}

.upload_heade .text i {
    display: inline-block;
    vertical-align: middle;
    background: url('../images/add_icon.png') no-repeat center center;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    margin-top: -4px;
}

.upload_heade_demand {
    font-size: 14px;
    color: #999;
    text-align: center;
    padding: 10px 0 16px;
}

.header_show {
    border: 1px solid #ddd;
    background: #f6f6f6;
    width: 115px;
    height: 115px;
    margin: 0 auto;
    overflow: hidden;
}

.header_show img {
    width: 115px;
    height: 115px;
}

.person_pop_btn {
    margin-bottom: 20px;
    margin-top: 26px;
}

.personal_cancel {
    margin-left: 10px;
    border: 1px solid #ddd;
    width: 125px;
    line-height: 42px;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
}

.login_foot {
    padding: 130px 0 40px;
    text-align: center;
}

.login_foot .foot_2 a {
    position: relative;
}

.login_foot .foot_2 .foot_check::after {
    top: 3px;
    background: #666;
    font-weight: normal;
    margin-left: 6px;
    width: 2px;
}

.login_foot .foot_2 a, .login_foot .foot_1 {
    font-size: 14px;
    color: #666;
}

.login_foot .foot_1 {
    margin-bottom: 0;
}

.login_foot .foot_2 {
    font-weight: bold;
    margin-bottom: 15px;
}

.sign_login {
    position: relative;
}

.sign_login > img {
    width: 1920px;
    height: 550px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    top: 0;
}

.order_mar li {
    margin-bottom: 10px;
}

.order_mar .currency_payme {
    padding: 30px 33px;
}

.order_mar li.on .currency_pay_select .curre_pay_hi {
    display: none;
}

.order_mar li.on .currency_pay_select .select_second {
    display: block;
}

.message_box {
    background: #fff;
    padding: 0 20px 40px;
}

.message_title {
    padding: 12px 0;
    margin-bottom: 15px;
}

.message_title span {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.message_list li {
    border-bottom: 1px dashed #eaeaea;
    background: url('../images/Message_icon1.png') no-repeat 12px 15px;
    background-size: 18px 14px;
}


/* 地址管理 */
.addres_add {
    width: 340px;
    margin: 123px auto 0;
}

.addres_add_tu {
    width: 132px;
    height: 132px;
    margin: 0 auto;
    overflow: hidden;
}

.addres_add_p {
    margin-top: 48px;
    text-align: center;
    font-size: 18px;
    color: #444444;
}

.addres_add_a {
    margin-top: 26px;
}

.addres_add_a a {
    width: 180px;
    height: 40px;
    margin: 0 auto;
    background: #f54d56;
    text-align: center;
    line-height: 40px;
    display: block;
    color: #fff;
    font-size: 16px;
}

.admin_2_content {
    margin-top: 24px;
}

.admin_con_title {
    padding: 0 22px;
    line-height: 36px;
    background: #fffae9;
}

.admin_tit_circle {
    margin-top: 11px;
    border-radius: 50%;
    width: 16px;
    height: 15px;
    background: #f44e56;
    text-align: center;
    color: #fff;
    font-size: 13px;
    line-height: 15px;
}

.admin_tit_text {
    padding-left: 11px;
    font-size: 12px;
    color: #444444;
}

.admin_tit_text2 {
    font-size: 12px;
    color: #444444;
    text-align: right;
}

.admin_con_input {
    margin-top: 24px;
}

.admin_list_lf {
    margin-right: 12px;
    line-height: 32px;
    width: 70px;
    text-align: right;
    font-size: 12px;
    color: #666666;
}

.admin_list_rg {
    height: 32px;
    line-height: 32px;
    width: 398px;
    padding: 0 12px;
    border: 1px solid #e3e3e3;
}

.admin_con_input ul li {
    margin-bottom: 17px;
}

.admin_list_rg input {
    width: 370px;
}

.admin_list_rg2 input {
    width: 122px;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    border: 1px solid #e3e3e3;
}

.admin_list_rg_text {
    width: 398px;
    padding: 8px 12px;
    border: 1px solid #e3e3e3;
}

.admin_list_rg_text textarea {
    height: 43px;
    width: 376px;
}

.fim_field_check2 {
    height: 32px;
    line-height: 32px;
    cursor: pointer;
}

.price-city2 {
    height: 32px;
    line-height: 32px;
}

.price-city2 #list1 {
    height: 32px;
    line-height: 32px;
    margin-top: -5px;
}

#store-selector .text1 {
    padding-right: 290px;
}

#store-selector .content_text {
    left: -11px;
    top: 33px;
}

.admin_button a {
    display: block;
    float: left;
    width: 125px;
    height: 43px;
    margin-right: 10px;
    line-height: 43px;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
}

.admin_submit {
    color: #fff;
    background: #f54d56;
}

.admin_cancel {
    background: #fff;
    color: #666666;
    border: 1px solid #dddddd;
}

.admin_button {
    margin-left: 79px;
    margin-top: 30px;
}

.addmin_table {
    margin-top: 24px;
    width: 100%;
}

.admin_thead_tr {
    background: #f5f5f5;
    line-height: 50px
}

.admin_thead_tr td {
    text-align: center;
    font-size: 14px;
    color: #222222;
}

.admin_tbody_td {
    text-align: center;
    padding: 37px 0 32px 0;
    font-size: 12px;
    color: #666666;
}

.admin_con_table table tbody tr {
    border-bottom: 1px dashed #eaeaea;
}

.admin_tbody_td5 a {
    font-size: 12px;
    color: #396DB5;
}

.admin_tbody_td5 i {
    font-size: 12px;
    color: #396DB5;
}

.admin_default {
    color: #666;
    font-size: 14px;
    border: 1px solid #ccc;
    text-align: center;
    background: #f5f5f5;
    height: 28px;
    display: block;
    width: 86px;
    line-height: 28px;
    margin: 0 auto;
}

.admin_Tester {
    font-size: 14px;
    color: #666;
    border: 1px solid transparent;
    text-align: center;
    height: 28px;
    display: block;
    line-height: 28px;
    width: 100px;
    margin: 0 auto;
}

.addr_mask {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 98;
    background: rgba(0, 0, 0, 0.5);
}

.add_box_content {
    position: fixed;
    width: 487px;
    height: 183px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 99;
    margin: auto;
    border: 5px solid rgba(255, 255, 255, 0.6);
}

.abb_box_color {
    background: #fff;
    height: 173px;
}

.address_box {
    display: none;
}

.abb_box_clone {
    margin-right: 11px;
    padding-top: 10px;
}

.abb_box_text_cont {
    margin: 0 auto;
    width: 270px;
    padding-top: 50px;
}

.abb_text_con_tu {
    margin-bottom: 18px;
    padding-left: 20px;
}

.abb_text_con_tu img {
    width: 23px;
    height: 23px;
    overflow: hidden;
}

.abb_text_con_tu i {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    vertical-align: middle;
    margin-bottom: 17px;
    margin-left: 10px;
    line-height: 17px;
}

.abb_box_check a {
    float: left;
    margin-right: 10px;
    width: 125px;
    height: 43px;
    line-height: 43px;
    border-radius: 3px;
    text-align: center;
    display: block;
    font-size: 14px;
}

.abb_box_affirm {
    color: #fff;
    background: #f54d56;
}

.abb_box_cancel {
    color: #666666;
    border: 1px solid #dddddd;
}


/* 账号安全 */
.account_content {
    margin-top: 60px;
}

.account_content .account_content_ul li {
    border-bottom: 1px dashed #eaeaea;
}

.acco_list_con {
    padding: 0 30px 40px 54px
}

.acco_list_con ul li {
    float: left;
}

.acco_list_con_1 {
    font-size: 14px;
    color: #333333;
    width: 187px;
    text-align: left;
}

.acco_list_con_1 i {
    color: #333333;
    font-size: 14px;
}

.account_content .acco_list_con ul li {
    border-bottom: none;
    cursor: pointer;
}

.acco_list_con_2 {
    font-size: 16px;
    color: #333333;
    width: 190px;
    text-align: left;
}

.acco_list_con_3 {
    margin-top: -9px;
    width: 411px;
}

.acco_list_con_4 a {
    font-size: 14px;
    color: #f54d56;
}

.acco_con_3_boot {
    margin-top: 13px;
    font-size: 12px;
    color: #999999;
    padding-left: 7px;
}

.acco_con_3_top ul li {
    width: 56px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background: #a5a5a5;
    margin-right: 1px;
}

.acco_con_3_top ul .current {
    background: #f54d56;
}

.acco_list_con2 {
    margin-top: 50px;
}

.acco_list_con_5 i {
    font-size: 14px;
    color: #333333;
    vertical-align: middle;
    padding-left: 3px;
}

.account_content .account_content_ul li:last-child {
    border-bottom: none;
}

.account_1_tit {
    background: #f5f5f5;
    padding: 0 40px;
    height: 30px;
    line-height: 30px;
    color: #595959;
    font-size: 14px;
    font-weight: bold;
}

.account_1_con_list {
    margin: 43px auto;
    width: 525px;
}

.acc_1_lf {
    width: 90px;
    text-align: right;
    font-size: 12px;
    color: #666666;
}

.acc_1_rg {
    margin-left: 13px;
}

.acc_1_rg p {
    display: inline-block;
}

.acc_1_rg_p1 {
    font-size: 12px;
    color: #666666;
}

.acc_1_rg_p2 {
    font-size: 12px;
    color: #c5c5c5;
    padding-left: 42px;
}

.acc_1_rg .acc_1_rg_input1 {
    width: 275px;
    height: 33px;
    padding: 0 10px;
    border: 1px solid #e3e3e3;
}

.account_1_con_list ul li {
    margin-bottom: 20px;
}

.acc_1_lf2 {
    line-height: 33px;
}

.acc_1_rg a {
    background: #f4f4f4;
    margin-left: 3px;
    font-size: 12px;
    color: #595959;
    line-height: 33px;
    height: 33px;
    text-align: center;
    display: inline-block;
    border: 1px solid #e3e3e3;
    width: 115px;
}

.acc_1_rg_tu {
    width: 115px;
    height: 33px;
    margin-left: 3px;
    overflow: hidden;
    margin-top: -5px;
}

.acc_1_rg_lang_input {
    height: 33px;
    width: 396px;
    padding: 0 10px;
    border: 1px solid #e3e3e3;
}

.acco_1_check {
    margin-top: 30px;
    margin-left: 104px;
}

.acco_1_check a {
    display: block;
    float: left;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 20px;
    font-size: 14px;
}

.acco_1_affirm {
    color: #fff;
    background: #2682DC;
}

.acco_1_cancel {
    color: #333;
    border: 1px solid #dfdfdf;
}

.mess_tie_rg a {
    color: #f54d56;
    font-size: 14px;
}


/*双十一特惠活动*/
.active_pb50 {
    padding-bottom: 50px;
}

.active_blue {
    background-color: #0783D1;
}

.active_logo {
    width: 100%;
}

.active_logo img {
    width: 100%;
}

.warp_1050 {
    width: 1050px;
    margin: 0 auto;
}

.active_23 {
    background-color: #36AFE8;
}

.heade {
    background: url('http://img.bancaiwang.net/static/wap/activity/active_4.png') no-repeat center center;
    height: 74px;
}

.heade h3 {
    height: 61px;
    text-align: center;
    font-size: 42px;
    line-height: 61px;
    color: #FFF;
}

.heade .one {
    background: url('http://img.bancaiwang.net/static/wap/activity/active_2.png') no-repeat center center;
}

.heade .two {
    background: url('http://img.bancaiwang.net/static/wap/activity/active_5.png') no-repeat center center;
}

.heade_group {
    padding: 18px;
    margin-top: -1px;
}

.heade_group ul {
    padding: 50px 60px;
}

.heade_group li {
    font-size: 24px;
    margin-bottom: 20px;
}

.heade_group li .sp_left {
    width: 120px;
    text-align: center;
    border-radius: 8px;
    background-color: #3689F3;
    color: #fff;
    line-height: 35px;
    height: 35px;
}

.heade_group li .sp_right {
    width: 740px;
    color: #403F3F;
    line-height: 35px;
}

.font_f00 {
    color: #FA5959;
    text-align: right;
}

.list_head {
    width: 498px;
    float: left;
    margin-right: 15px;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 0;
}

.list_head:nth-child(2n) {
    margin-right: 0px;
}

.list_head dt {
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

.list_head dt img {
    width: 300px;
    height: 300px;
}

.list_head dd {
    font-size: 18px;
    color: #363636;
    margin: 0 auto;
    width: 300px;
    text-align: center;
}

.heade_dd {
    background: url('http://img.bancaiwang.net/static/wap/activity/active_3.png') no-repeat center center;
    height: 53px;
    line-height: 53px;
}

.heade_dd .span_a {
    width: 65px;
    float: left;
    display: block;
    background-color: #F4374F;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin: 11px 0;
    height: 30px;
    line-height: 30px;
}

.heade_dd .price {
    font-size: 16px;
    width: 220px;
    float: left;
}

.heade_dd .price i {
    font-size: 28px;
    color: #F9FF00;
    font-style: initial;
}

.heade_dd .price b {
    font-size: 16px;
    color: #F9FF00;
    font-style: initial;
}

.list_hh {
    width: 327px;
    float: left;
    margin-right: 15px;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 0;
    margin-bottom: 20px;
}

.list_hh:nth-child(3n) {
    margin-right: 0px;
}

.list_hh dt {
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

.list_hh dt img {
    width: 300px;
    height: 300px;
}

.list_hh dd:nth-child(1n), .list_head dd {
    padding: 10px 0;
}

.list_hh dd {
    font-size: 18px;
    color: #363636;
    margin: 0 auto;
    width: 300px;
    text-align: center;
}

.list_hh dt > a {
    display: block;
    width: 300px;
    height: 300px;
    border-bottom: 1px solid #f00;
}

.hea_dd {
    background: url('http://img.bancaiwang.net/static/wap/activity/active_3.png') no-repeat center center;
    height: 53px;
    line-height: 53px;
}

.hea_dd .span_a {
    width: 65px;
    float: left;
    display: block;
    background-color: #F4374F;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin: 11px 0;
    height: 30px;
    line-height: 30px;
}

.hea_dd .price {
    font-size: 16px;
    width: 220px;
    float: left;
}

.hea_dd .price i {
    font-size: 28px;
    font-style: initial;
    color: #F9FF00;
}

.hea_dd .price b {
    font-size: 16px;
    font-style: initial;
    color: #F9FF00;
}

.active_mt {
    margin-top: 50px;
}


/*11.14 新闻资讯内容--评论*/

/*输入字数*/

.taxt {
    width: 100%;
    padding-top: 20px;
}

.taxt textarea {
    text-indent: 1em;
    padding-top: 5px;
    height: 100px;
    line-height: 22px;
    background-color: #F9F9F9;
    border-radius: 10px;
    font-size: 14px;
}

.wordCount {
    position: relative;
    padding-top: 1.5%;
}

.wordCount .wordwrap {
    position: absolute;
    top: 100px;
    right: 50px;
    font-size: 12px;
}

/*焦点*/

.tax_text .p_2 .on {
    color: #fff;
    background-color: #D94B4B;
}

.inf_taxet textarea:focus {
    color: #333;
}

.inf_taxet, .in_box_pi {
    margin: 0 auto;
}

.inf_taxet textarea {
    padding-top: 7px;
    margin: 0 4%;
    width: 92%;
    height: 100px;
    color: #B3B3B3;
    background-color: #F5F5F5;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    font-size: 14px;

}

.inf_taxet .in_lun {
    text-align: right;
    color: #828282;
    line-height: 45px;
    margin-right: 65px;
    padding-bottom: 10px;

}

.inf_taxet .in_lun a {
    background-color: #f0f0f0;
    padding: 7px 14px;
    border-radius: 5px;
}

.inf_taxet .in_zi {
    position: absolute;
    right: 60px;
    top: 205px;
    color: #828282;
}

.in_box_pi {
    background-color: #fff;
    border-top: 1px solid #F2F2F2;
}

.in_box_pi .p_1 {
    font-size: 14px;
    color: #333;
    line-height: 45px;

}

.in_box_pi .p_1 .sp_1 {
    padding-right: 10px;
}

.pi_list {
    padding: 0 50px 0px;
}

.pi_list .list_box {
    overflow: hidden;
    width: 100%;
    padding-top: 10px;
    border-bottom: 1px solid #F2F2F2;
}

.pi_list .list_box .list_left {
    float: left;
    width: 50px;
    height: 80px;
    line-height: 80px;
}

.pi_list .list_box .list_left img {
    width: 100%;
    vertical-align: middle;
}

.pi_list .list_box .list_right {
    padding-left: 30px;
    width: 700px;
}

.pi_list .list_box .list_right > p {
    line-height: 40px;
}

.pi_list .list_box .list_right .cla_1 .sp_1 {
    font-weight: bold;
    color: #333;
}

.pi_list .list_box .list_right .cla_1 .sp_2 {
    padding-left: 20px
}

.pi_list .list_box .list_right .ri_cl_box {
    width: 100%;
    overflow: hidden;
    line-height: 40px;
}

.list_right .ri_cl_box .cla_1 {
    width: 400px;
    float: left;
}

.list_right .ri_cl_box .cla_2 {
    line-height: 55px;
}

.list_right .ri_cl_box .cla_ri {
    width: 400px;
    float: right;
    text-align: right;
}

.pi_list .list_box .list_right .cla_1 .sp_img {
    padding-left: 700px;
}

.tax_text {
    padding-top: 10px;
}

.tax_text .p_1 {
    color: #D94B4B;
    font-size: 12px;
}

.tax_text .p_2 {
    text-align: right;
}

.tax_text .p_2 button {
    border-radius: 5px;
    color: #F9F9F9;
    padding: 3px 10px;
    font-size: 14px;
    color: #B3B3B3;
    border: none;
}

.in_lun {
    padding-right: 60px;
    padding-bottom: 15px;
}


/*企业认证审核*/

/*12.12*/
/*免费开店*/
.padt30 {
    padding-top: 30px;
}

.padb30 {
    padding-bottom: 30px;
}

.feedback_box_store {
    padding: 28px 0 0px;
}

.select_text {
    width: 400px;
    height: 33px;
    color: #999999;
}

.member_title {
    position: relative;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    font-size: 16px;
    color: #595959;
    font-weight: bold;
}

.member_title span {
    width: 3px;
    height: 16px;
    background: #f54d56;
    margin: -3px 10px 0 0;
}

.store_title {
    position: relative;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #595959;
    font-weight: bold;
    padding-left: 20px;
    background-color: #F5F5F5;
}

.password_btm {
    background: #fff;
    padding: 0 20px;
}

.password_pad_one {
    padding: 48px 0;
}

.password_group {
    width: 578px;
    margin: 0 auto;
}

.password_list {
    line-height: 33px;
    margin-bottom: 17px
}

.password_list_left {
    width: 108px;
    margin-right: 10px;
    color: #666666;
    text-align: right;
}

.password_list_left span {
    color: #f54d56;
    margin-right: 5px
}

.password_list_right {
    color: #666666
}

.password_list_right em {
    color: #c5c5c5;
    margin-left: 40px;
}

.password_text {
    width: 400px;
    height: 33px;
    padding: 0 10px;
    border: 1px solid #e3e3e3;
    color: #999999;
}

.text_width275.password_text {
    width: 275px;
}

.password_sms {
    width: 115px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #e3e3e3;
    color: #595959;
    background: #f4f4f4;
    text-align: center;
    cursor: pointer;
}

.password_list_right span {
    margin-right: 10px;
}

.password_yzm img {
    width: 113px;
    display: block;
    height: 34px;
}

.password_btn {
    width: 123px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border: 1px solid #dfdfdf;
    font-size: 14px;
    color: #222222;
    cursor: pointer;
    border-radius: 3px;
    display: inline-block;
}

.password_btn.current {
    background: #396DB5;
    border: 1px solid #396DB5;
    color: #fff;
}

.textarea_noborder {
    width: 400px;
    box-sizing: border-box;
    height: 150px;
    line-height: 22px;
    padding: 7px 10px;
    color: #999;
    border: 1px solid #e3e3e3;
    color: #999;
}


/*首页--最新订单--最新资讯*/
/*12.14*/

.order_Slide {
    float: left;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    width: 870px;
    padding-bottom: 15px;
}

.ordre_Slide_title {
    background-color: #719bd4;
    font-size: 16px;
    color: #fff;
    padding: 0 25px;
    line-height: 46px;
    margin-bottom: 10px;
}

.order_Slide .infoList li {
    line-height: 28px;
}

.order_Slide .infoList li span {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.order_Slide .infoList li .sp_1 {
    width: 55px;
}

.order_Slide .infoList li .sp_2 {
    width: 110px;
}

.order_Slide .infoList li .sp_3 {
    width: 200px;
}

.news_Slide {
    float: right;
    position: relative;
    overflow: hidden;
    width: 310px;
    padding-bottom: 15px;
    background-color: #fff;
}

.news_Slide_title {
    font-size: 16px;
    color: #FF8700;
    padding: 0 25px;
    line-height: 46px;
    margin-bottom: 10px;
    border-bottom: 1px solid #F1F1F1;
}

.news_Slide_title img {
    padding-right: 10px;
}

.news_Slide .infoList {
    margin: 15px 0;
}

.news_Slide .infoList li {
    line-height: 28px;
    padding: 0 20px;
    font-size: 14px;
}







