﻿@charset "utf-8";

/*清除框模型默认样式，设置边框模型*/
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*字体默认大小 为14px*/
html {
    font-size: 14px;
    width: 100%;
    height: 100%;
}
body {
    background: #fff;
    color: #333;
    font-family: "PingFang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei","Helvetica Neue",Arial,sans-serif;
    min-width: 1200px;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    height: 100%;
}
html, body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;

}

input[type="submit"], input[type="reset"], input[type="button"], input, textarea {
    /*-webkit-appearance: none;*/
    resize: none;
    outline: none;
    background: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    border: none;
}

em, i, b {
    font-weight: normal;
    font-style: normal;
}

/*清除链接下划线*/
a {
    text-decoration: none;
    color: #969696;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
  
}

a:focus {
    text-decoration: none;
    outline:none;
    outline-offset:0px;
}

a, span, em {
    display: inline-block;
}

/*清除列表样式*/
ol, ul, li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

.clearfix::after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clearfix::after {
    content: "";
    height: 0;
    width: 0;
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #aaa;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #aaa;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #aaa;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #aaa;
}

.ellipsis {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.justify {
    word-wrap: break-word;
    text-align: justify;
}

.justify-warp {
    white-space: wrap;
    word-spacing: break-word;
    word-break: break-all
}

a, button, input, select, textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@font-face {
    font-family: 'javaText';
    src: url('../fonts/JAVATEXT.TTF');
}

th {
    text-align: center;
    font-weight: normal;
}

button[disabled], html input[disabled] {
    cursor: not-allowed;
}

.form-group select, .form-group textarea, .form-group input[type="text"], .form-group input[type="password"], .form-group input[type="datetime"], .form-group input[type="datetime-local"], .form-group input[type="date"], .form-group input[type="month"], .form-group input[type="time"], .form-group input[type="week"], .form-group input[type="number"], .form-group input[type="email"], .form-group input[type="url"], .form-group input[type="search"], .form-group input[type="tel"], .form-group input[type="color"] {
    background: #FFF;
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    -moz-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #eee;
    background-image: none;
    filter: none;
}

.select2-container {
    width: 100%;
    margin: 0;
    position: relative;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #eee;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    border-radius: 0px;
    background-clip: padding-box;
    -webkit-touch-callout: none;   /*  -webkit-user-select: none; */
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    background-image: none;
    filter: none;
    width: inherit;
    height: 40px;
    top: 0px;
    left: 0px;
    line-height: 40px;
    border: 1px solid #ccc;
}

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;
    background-image: none;
    filter：none;
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    -webkit-box-shadow: none;
     -moz-box-shadow: none; 
     box-shadow: none;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 9px;
    border-left: none;
    border-radius: 0;
    background-clip: padding-box;
    background: #fff;
    background-image: none;
    filter: none;
}

/* 添加上传图片样式*/
#uploader {
    margin-right: -20px;
}

.file-item {
    float: left;
    position: relative;
    margin: 0 18px 20px 0;
    padding: 3px;
}

.file-item .info {
    position: absolute;
    left: 4px;
    bottom: 4px;
    right: 4px;
    height: 20px;
    line-height: 20px;
    text-indent: 5px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    z-index: 10;
    display: none;
}

.file-item:hover .info {
    display: block;
}

.file-item .error {
    position: absolute;
    top: 3px;
    left: 4px;
    right: 4px;
    background: #f17165;
    color: white;
    text-align: center;
    height: 20px;
    font-size: 12px;
    line-height: 23px;
}

.thumbnail img {
    width: 100%;
}

.thumbnail {
    width: 110px;
    height: 110px;
}

.uploader-list {
    width: 100%;
    overflow: hidden;
}

.webuploader-pick {
    position: relative;
    display: inline-block;
    cursor: pointer;
    background: transparent;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.image-delete-words {
    position: absolute;
    top: -9px;
    right: -4px;
    border-radius: 50%;
    display: block;
    color: #fff;
    text-align: center;
    background-color: #eb5451;
    z-index: 3;
    height: 17px;
    line-height: 15px;
}

.image-delete-words：hover {
    transform: scale(1.1);
    background-color: #eb5451;
}

.upload-state-done:after {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    position: absolute;
    bottom: 0;
    right: 4px;
    color: #4cae4c;
    z-index: 99;
}

/* 添加上传图片样式*/
/* 公共样式部分开始 */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff;
    opacity: 1;
}

.form-control {
    height: 40px;
    padding: 8px 10px;
    font-size: 14px;
    border-radius: 2px;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.pagenation-boot .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 10px 0;
    margin-bottom: 32px;
    border-radius: 4px;
}

.inner-database-content{
    margin-top: 30px;
}

.inner-database-content .tab-card {
    display: none;
}

.base-item {
    float: left;
    position: relative;
    width: 280px;
    height: 340px;
    border: 1px solid #d5d5d5;
    background-color: #fff;     
    margin-bottom: 22px;
    margin-right: 21px;
    cursor: pointer;
}

.base-item .hd {
    height: 160px;
    width: 100%;
    text-align: center;
}

.base-item .hd img {
    height: 160px;
    width: 100%;
}

.base-item .bd {
    padding: 10px 10px 0px 10px;
}

.base-item .bd .label-group {
    padding: 10px 0;
}

.base-item .bd .base-item-name {
    padding-bottom: 10px;
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.label-group-content {
    color: #898989;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 60px;
}

.label-group span {
    display: inline;
}

.label-group-content span {
    display: inline;
}

.m-label-group {
    display: table;
    margin-bottom: 20px;
    width: 100%;
}

.m-label-group .label-text, .m-label-group .label-for-text {
    display: table-cell;
}

.m-label-group .label-text {
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    font-weight: normal;
    padding: 0 3px;
}

.m-label-group .label-for-text-ellipsis7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.m-label-group .label-for-text-ellipsis3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.infor-group {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}

.infor-group .tip {
    margin-left: 100px;
    padding: 0 25px;
}

.infor-label-group {
    width: 100%;
    padding: 0 25px;
    display: table;
    height: 40px;
}

.infor-label-group .label-text {
    display: table-cell;
    width: 100px;
    text-align: right;
    padding-right: 20px;
    font-weight: normal;
    vertical-align: middle;
}

.infor-label-group .label-for-infor {
    display: table-cell;
    
}

.infor-label-group .label-for-infor img {
    border: 1px solid #d5d5d5;
    height: 70px;
}

.infor-label-group .label-for-infor .text {
    line-height: 40px;
}
.infor-label-group .label-for-infor .text label{font-weight:500}
.infor-label-group .edit-photo {
    border: 1px solid #37b5b5;
    border-radius: 2px;
    color: #37b5b5;
    background: transparent;
    text-align: center;    /* display: table-cell;*/
    height: 30px;
    width: 80px;
    line-height: 30px;
    position: relative;
    top: 20px;
    left: 5px;
    cursor: default;
}

.infor-label-group .edit-photo:hover {
    border: 1px solid #37b5b5;
    /*padding:5px 30px;*/
    color: #fff;
    background: #37b5b5;
    cursor: pointer;
}

.range-tip, .range-group, .range-search {
    float: left;
    margin-left: -3px;
}

.range-search {
    margin-left: 8px;
}

.range-tip {
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.range-group .ranges:last-child{
    margin-right: 0px;
}
.range-tip span {
   padding-right: 10px;
}

.ranges {
    position: relative;
    float: left;
    width: 245px;
    margin: 0 3px;
}

.ranges > input {
    padding-left: 32px;
}

.ranges > .form-control-feedback {
    top: 12px;
    left: 7px;
}

.ranges > span.fa {
    font-size: 14px;
    color: #8b8b8b;
}

.range-search-btn {
    height: 40px;
    width: 100px;
    color: #fff;
    background: #37b5b5;
    border-color: #37b5b5;
    border-radius: 2px;
}

.tabel-list {
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 22px;
}

.tabel-list .tabel-header {
    height: 45px;
    border-bottom: 1px solid #ddd;
    line-height: 45px;
    padding: 0 20px;
}

.tabel-list .tabel-header .decoration-line {
    vertical-align: -5px;
}

.tabel-list .tabel-body {
    padding: 15px;
    min-height: 450px;
}

.tabel-list2 {
    border: none;
}

.tabel-list2 .tabel-header {
    height: 45px;
    border-bottom: 1px solid #ddd;
    line-height: 45px;
    margin: 0 15px;
    padding: 0px;
}

.tabel-body .tabel-inner-item {
    border: 1px solid #ddd;
    padding: 15px 20px;
    margin-bottom: 10px;
}

.inner-service-list {
   
    margin-top: 30px;
}

.inner-service-item {
    background: #fff;
    border: 1px solid #d5d5d5;
    height: 350px;
    margin-bottom: 20px;
    margin-right: 21px;
}

.base-require-red {
    color: red;
}

.pagenation-boot .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 10px 0;
    margin-bottom: 32px;
    border-radius: 4px;
}

.pagenation-boot  .pagination>li>a,.pagenation-boot  .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #0891d7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagenation-boot  .pagination>.active>a, .pagenation-boot  .pagination>.active>a:focus,.pagenation-boot  .pagination>.active>a:hover,.pagenation-boot  .pagination>.active>span,.pagenation-boot  .pagination>.active>span:focus,.pagenation-boot  .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #0891d7;
    border-color: #0891d7;
}
.pointerpage .form-control {
    width: 60px;
    height: 34px;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 0px;
    float: left;
}

.pointerpage-sure-btn {
    height: 34px;    /* color: #848484;*/
    font-size: 12px;
    padding: 8px 5px;
    background: #f9f9f9;
    border-right: none;
    border: 1px solid #d5d5d5;
    border-left: none;
}
/* 公共样式部分结束 */
  
/*======================================================= 
                        悬浮 开始
========================================================*/
.right-nav {
    position: fixed;
    right: 35px;
    top: 310px;
    z-index: 9999;
}
@media screen and (max-width:1366px){
    right: 7px;
}
.right-nav li {
    margin-bottom: 10px;
    background-color: #f2f2f2;
    width: 60px;
    height: 60px;
    border: 1px solid #dcdcdc;
}

.right-nav li>a {
    padding-top: 0px;
    height: 100%;
    width: 100%;
}

.right-nav li a {
    display: block;
    background-color: #f2f2f2;
    text-align: center;
}

.right-nav li a:hover {
    color: #fff;
    background-color: #69b82d;
}

.right-nav li i {
    color:#69b82d;
    font-size: 26px;
}

.right-nav li a:hover i {
    color: #fff;
}

.show-ewm {
    position: absolute;
    opacity: 0;
    z-index: -1;
    filter: alpha(opacity=0);
    width: 140px;
    height: 130px;
    left: -50px;
    display: none;
}

.right-nav li .ewm1 {
    background: url(phpj21.png) no-repeat;
    top: -34px;
}

.right-nav li .ewm1 img {
    margin-left: 6px;
    margin-top: 7px;
}

.right-nav li .ewm2 {
    background: url(ycbg2017.png) no-repeat;
    height: auto;
    top: -18px;
    padding-top: 10px;
    width: 137px;
    padding-left: 7px;
}

.right-nav li .ewm3 {
    background: url(phpj21.png) no-repeat;
    top: 110px;
}

.right-nav li .ewm3 img {
    margin-left: 6px;
    margin-top: 7px;
}

.right-nav li .bdsharebuttonbox a {
    margin-left: 8px;
    margin-top: 8px;
}

.right-nav li.share {
    position: relative;
}

#toTop {
    cursor: pointer;
}
.show-ewm {
    position: absolute;
    opacity: 1;
    z-index: -1;
    filter: alpha(opacity=0);
    width: 140px;
    height: 130px;
    left: -50px;
    display: block;
    background: #fff;
}

.right-nav li .ewm1 {
    background: url("../images/code_bg.png") no-repeat;
    top: -34px;
}

.right-nav li .ewm2 {
    background: url("../images/code_bg.png") no-repeat;
    top: 39px;
    padding-bottom: 7px;
    background-size: 100% 100%;
}

.ewm1 {
    left: -50px;
    opacity: 0;
    display: none;
}

.right-nav li:hover .ewm1 {
    left: -140px;
    opacity: 1;
    display: block;
    transition: all 0.8s;
}

.ewm2 {
    left: -50px;
    top: 60px;
    opacity: 0;
    display: none;
}

.right-nav li:hover .ewm2 {
    left: -140px;
    opacity: 1;
    display: block;
    transition: all 0.8s;
}

.down-app {
    color: white;
    background: #595959;
    border-radius: 8px;
    padding: -1px;
    font-size: 12px;
    width: 88%;
    display: inline-block;
    margin-bottom: 5px;
    text-align: center;
    cursor: pointer;
}

.down-app:hover {
    background: #383838;
}

.back-top-none {
    display: none;
}

.back-top-active {
    display: block;
}

.cd-is-visible {

    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-fade-out {

    /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
    opacity: .5;
}

.no-touch .back-top:hover {
    background-color: #e86256;
    opacity: 1;
}

/*======================================================= 
                      悬浮 结束
========================================================*/

/*======================================================= 
                     注册开始
========================================================*/
#register-modal .modal-header {
    border-bottom: none;
    padding-top: 35px;
}

#register-modal  .modal-header .close {
    margin-top: -21px;
}

#register-modal .modal-body {
    position: relative;
    padding: 15px;
    padding-top: 1px;
}

#register-modal .modal-footer {
    padding: 15px;
    text-align: left;
    border-top: 1px solid #e5e5e5;
    background: #f7f8fa;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

#register-modal .widget-content {
    padding: 20px 100px;
}

#register-modal .widget-content .ranges {
    margin-bottom: 10px;
}

#register-modal .getcode {
    width: 100px;
}

#register-modal .modal-footer a {
    color: #109cda;
}

/*======================================================= 
                      注册结束
========================================================*/

/*======================================================= 
                      登录开始
========================================================*/
#login-modal .modal-header {
    border-bottom: none;
    padding-top: 35px;
}

#login-modal .modal-header .close {
    margin-top: -21px;
}

#login-modal .modal-body {
    position: relative;
    padding: 15px;
    padding-top: 1px;
}

#login-modal .modal-footer {
    padding: 15px;
    text-align: left;
    border-top: 1px solid #e5e5e5;
    background: #f7f8fa;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

#login-modal .widget-content {
    padding: 20px 100px;
}

#login-modal .widget-content .ranges {
    margin-bottom: 10px;
}

#login-modal .getcode {
    width: 100px;
}

#login-modal .modal-footer a {
    color: #109cda;
}

/*======================================================= 
                      登录结束
========================================================*/

/*======================================================= 
                    个人中心开始
========================================================*/
.person-content {
    display: table;
    width: 100%;
}

.person-content>.ld {
    display: table-cell；
}

.person-content>.rd {
    width: 930px;
    display: table-cell;
    margin-top: 30px;
    border: 1px solid transparent;
}

.person-content>.ld {
    float: left;
    width: 250px;
    background: #fff;
    border: 1px solid #ddd;
    margin: 30px 0;
    min-height: 497px;
}

.person-content>.rd {
    float: right;
}

.person-content>.ld .person-nav {
}

.person-nav {
    width: 100%;
}

.person-nav li {
    padding: 12px 20px;
    border-bottom: 1px solid #ddd;
}

.person-nav li:not(:first-child) i {
    float: right;
    font-size: 16px;
    font-weight: 600;
    color: #949494;
}

.person-nav li i {
}
.person-nav li a{
    display: block;
    color: #333;
}
.person-nav-active {
    background-color: #37b5b5;
    color: #fff;
}

.person-nav-active i {
    color: #fff !important;
}
.person-nav-active a {
    color: #fff !important;
}

.person-nav li.tittle {
    height: 90px;
    width: 100%;
    display: table;
    position: relative;
}

.person-nav li.tittle img {
    height: 70px;
    display: table-cell;
}

.person-nav li.tittle .userphone i {
    width: 20px;
    height: 20px;
    font-size: 14px;
    background: #41acff;
    line-height: 20px;
    text-align: center;
    float: right;
}

.person-nav li.tittle .userphone {
    display: table-cell;
    position: relative;
    top: -10px;
}

.person-nav li .edit-personinfo {
    position: absolute;
    width: 130px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #cccccc;
    top: 0;
    right: 0px;
    border-bottom-left-radius: 8px;
}

.person-nav li:not(:first-child):hover {
    color: #fff;
    background-color: #37b5b5;
}

.person-nav li:not(:first-child):hover i {
    color: #fff;
}
.person-nav li:not(:first-child):hover a{
    color: #fff;
}
.table-inner-follow {
    height: 100px;
}

.table-inner-follow .ld {
    float: left;
}

.table-inner-follow .rd {
    float: right;
}

.table-inner-follow .rd .radius-btn-boder {
    padding: 3px 28px;
}

.table-inner-follow .rd .heart {
    text-align: center;
    margin: 15px 0;
    color: #848484;
}

.person-basicInfor {
    padding: 25px 45px;
}

.person-basicInfor .infor-label-group {
    float: left;
    position: relative;
}

.checkBox-content>.hd {
    display: table;
    width: 100%;
    padding: 0 25px;
    line-height: 40px;
    margin-bottom: 10px;
    height: 40px;
}

.checkBox-content>.hd .label-for-checkBox {
    display: table-cell;
    width: 90px;
    text-align: right;
    padding-right: 20px;
    font-weight: normal;
    vertical-align: top;
}

.checkBox-content>.hd .checkBox-list {
    display: table-cell;
}

.checkBox-list .checkBox-list-item li {
    float: left;
    width: 20%;
}
.other-answer {
    border: 1px solid #d5d5d5;
    margin: 10px 0;
}

.other-answer .other-answer-header {
    border-bottom: 1px solid #d5d5d5;
    background: #f2f2f2;
    text-align: center;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
}

.other-answer .inner-consult-item,.other-answer .inner-consult-item2 {
    border: none;
}

.lastedit-selfanswer-time {
    color: #848484;
    font-size: 14px;
    cursor: default;
}

.edit-remove {
    color: #848484;
    font-size: 14px;
    cursor: default;
}

.my-person-self-answer {
    height: 220px;
}
.modify-password .infor-group .tip {
    margin-left: 78px;
    padding: 0 25px;
}
.modify-password .infor-group{
    position: relative;
    left: 22%;
}
.regulators-phone .form-group label {
    font-size: 16px;
    text-align: right;
    width: 100px;
}
.release-data .green-btn-border {
    padding: 7px 13px;
    font-size: 16px;
    margin-left: 30px;
    height: 40px;
}

.regulators-phone .tops-text {
    font-size: 14px;
    color: #777777;
    width: 100%;
    height: 40px;
    line-height: 1.3;
    display: table-cell;
    vertical-align: middle;
    width: 230px;
    display: inline-block;
    line-height: 36px;
    margin-left: 10px;
}


/*=======================================================
                    个人中心结束
========================================================*/
/*=======================================================
                    首页开始
========================================================*/
.prod-title {
    border-bottom: 1px solid #ddd;
    margin: 20px 0 25px;
    padding-bottom: 5px;
}

.prod-title span.topic-title {
    position: relative;
    padding: 0 45px 0 6px;
    color: #666;
}

.prod-title span.topic-title:before {
    content: " ";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 1px;
}

.prod-title span.more {
    vertical-align: bottom;
    margin-top: 7px;
}

.prod-title span.more a {
    color: #777;
}

.prod-title.border-blue span.topic-title:before {
    background: #2196f3;
}

.prod-head-title {
    vertical-align: middle;
    line-height: 36px;
    margin-right: 10px;
    font-size: 28px;
    color: #333;
}

.prod-title-l {
    vertical-align: bottom;
    display: inline-block;
    margin-bottom: 7px;
    border-left: 1px solid #c2c2c2;
    width: 1px;
    height: 10px;
}

.prod-title-subtittle {
    vertical-align: bottom;
    display: inline-block;
    margin-bottom: 4px;
    line-height: 16px;
    padding: 0 10px;
    font-size: 16px;
    color: #c2c2c2;
}

.prod-title.border-green span.topic-title:before {
    background: #3bbb64;
}

.prod-title.border-green {
    border-color: #eb9000;
}

.prod-title.border-orange span.topic-title:before {
    background: #eb9000;
}


.prod-title.border-red span.topic-title:before {
    background: #f57f7f;
}


.home-banner {
    margin-right: 5px;
    width: 100%;
    height:400px;
    float: left;
}
@media screen and (max-width:1366px) {
   .home-banner{
        height: 280px;
    } 
}

.home-banner .swiper-container {
    width: 100%;
    height: 100%;
}

.home-banner .swiper-container img{
    width: 100%;
}

.home-banner-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fc610c;
}

 
.prod-exhibit {
    height: 228px;
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
}

.prod-exhibit-left {
    width: 70px;
}

.prod-exhibit-right {
    width: 1130px;
}

.prod-exhibit .p-e-img {
    width: 100%;
    height: 100%;
    /* border: 15px solid #e6e9ee; */
    overflow: hidden;
}

.p-e-img {
    position: relative;
}

.p-e-img .adver-flag {
    top: 1px;
    left: 1px;
}

.prod-exhibit .p-e-img img {
    width: 100%;
    height: 100%;
    border: 1px solid #fff;

}

.p-e-img  .p-e-img-a .splight {
    position: absolute;
    width: 140%;
    height: 100%;
    background: url("../images/light.png") no-repeat center center;
    background-size: cover;
    left: -160%;
    top: 0;
    display: block;
    z-index: 500;
}

.p-e-img  .p-e-img-a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.p-e-img  .p-e-img-a:hover .splight {
    animation: anilight 2s 0s infinite normal linear;
    -webkit-animation: anilight 2s 0s infinite normal linear;
}

@keyframes anilight {
    from {
        left: -120%;
    }

    to {
        left: 550px;
    }

}

@-moz-keyframes anilight

/* Firefox */
{
    from {
        left: -120%;
    }

    to {
        left: 550px;
    }

}

@-webkit-keyframes anilight

/* Safari 和 Chrome */
{
    from {
        left: -120%;
    }

    to {
        left: 550px;
    }

}

@-o-keyframes anilight

/* Opera */
{
    from {
        left: -120%;
    }

    to {
        left: 550px;
    }

}
/* .prod-exhibit .p-e-img:hover img{
    transform:scale(1.1);
    transition:all 0.8s;
} */
.characteristic-display-pagenation{
    bottom: 25px !important;
    left: 0;
    width: 100%;
}
 

.prod-exhibit .thing-list .thing-list-item {
    height: 217px;
    width: 239.5px;
}

.prod-exhibit .thing-list .thing-list-item .hd {
    text-align: center;
    height: 80px;
    padding-top: 30px;
    padding-bottom: 10px;
    color: #797979;
}

.prod-exhibit .thing-list .thing-list-item .hd .prodname {
    padding-bottom: 10px;
    width: 100%;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.describename {
    width: 100%;
    height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.prod-exhibit .thing-list .thing-list-item .bd {
    height: 135px;
    width: 224px;
    overflow: hidden;
    text-align: center
}

.prod-exhibit .thing-list .thing-list-item .bd img {
    height: 135px;
}

.prod-exhibit .thing-list .prod-flag {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 35px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    background-color: #e05c3c;
    font-size: 10px;
    color: #fff;
    z-index: 88;
}

.prod-exhibit .thing-list  .swiper-slide:first-child  .thing-list-item:first-child {
    border-top: 1px solid #e53935;
}

.prod-exhibit .thing-list  .swiper-slide:first-child .thing-list-item:nth-of-type(2) {
    border-top: 1px solid #ffac13;
}

.prod-exhibit .thing-list  .swiper-slide:first-child .thing-list-item:nth-of-type(3) {
    border-top: 1px solid #83c44e;
}

.prod-exhibit .thing-list .swiper-slide:first-child  .thing-list-item:nth-of-type(4) {
    border-top: 1px solid #2196f3;
}

.prod-exhibit .thing-list   .thing-list-item:first-child {
    border-top: 1px solid #2196f3;
}

.prod-exhibit .thing-list   .thing-list-item:nth-of-type(2) {
    border-top: 1px solid #ffac13;
}

.prod-exhibit .thing-list   .thing-list-item:nth-of-type(3) {
    border-top: 1px solid #83c44e;
}

.prod-exhibit .thing-list   .thing-list-item:nth-of-type(4) {
    border-top: 1px solid #e53935;
}

.prod-exhibit .thing-list   .thing-list-item:nth-of-type(5) {
    border-top: 1px solid #00c0a5;
}

.prod-exhibit .thing-list .thing-list-item .overplay {
    border: none;
}

.thing-list .thing-list-item:hover img {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.prod-exhibit2 {
    height: 432px;
    width: 100%;
}
.prod-exhibit2 .p-e-img {
    width: 294px;
    height: 433px;
    overflow: hidden;
}

.prod-exhibit2 .p-e-img img {
    width: 294px;
    height: 100%;
    /*border: 1px solid #fff;*/
}

.prod-exhibit2 .p-e-img:hover img{
   /*  transform:scale(1.1);
   transition:all 0.8s; */
}


.prod-exhibit2 .thing-list .thing-list-item {
    height: 216px;
    width: 225.75px;
}

.prod-exhibit2 .thing-list .thing-list-item .bd {
    text-align: center;
  /*   height: 80px; */
    padding: 10px 0;
    color: #797979;
}

.prod-exhibit2 .thing-list .thing-list-item .bd .price {
    padding-bottom: 10px;
    color: #da3d42;
    font-weight: 600;
    font-size: 16px;
}

.prod-exhibit2 .thing-list .thing-list-item .hd  .prodname {
    width: 100%;
    height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.prod-exhibit2 .thing-list .thing-list-item .hd {
    height: 130px;
    width: 130px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

.prod-exhibit2 .thing-list .thing-list-item .hd img {
    height: 130px;
    width: 130px;
}

.prod-exhibit2 .thing-list .prod-flag {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 35px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    background-color: #e05c3c;
    font-size: 10px;
    color: #fff;
    z-index:88;
}
//第三种样式
.prod-exhibit-l {
    height: 630px;
    overflow: hidden;
    width: 100%;
}
.prod-exhibit3 {
    height: 432px;
    width: 100%;
}

.prod-exhibit3 .p-e-img {
    width: 294px;
    height: 433px;
    border: 15px solid #e6e9ee;
}

.prod-exhibit3 .p-e-img img {
    width: 294px;
    height: 403px;
    border: 1px solid #fff;
}

.prod-exhibit3  .thing-list .thing-list-item {
    height: 270px;
    width: 239.8px;
    border: solid #f3f3f3;
    border-width: 0px 1px 1px 0px;
    float: left;
    position: relative;
}

.prod-exhibit3 .thing-list .thing-list-item .bd {
    width: 100%;
    text-align: center;
    height: 80px;
    padding: 10px 0;
    color: #797979;
}

.prod-exhibit3 .thing-list .thing-list-item .bd .price {
    padding-bottom: 10px;
    color: #da3d42;
    font-weight: 600;
    font-size: 16px;
}

.prod-exhibit3 .thing-list .thing-list-item .hd  .prodname {
    width: 100%;
    height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.prod-exhibit3 .thing-list .thing-list-item .hd {
    height: 180px;
    width: 180px;
    overflow: hidden;
    margin: 0 auto;
}

.prod-exhibit3 .thing-list .thing-list-item .hd img {
    height: 180px;
    width: 180px;
}

 

.prod-exhibit3 .thing-list .prod-flag {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 35px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    background-color: #e05c3c;
    font-size: 10px;
    color: #fff;
    z-index:88;
}
 
.things-list-content {
    height: 350px;
    overflow: hidden;
    width: 100%;
    border-left: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
}

.things-list-content .listsrp-item {
    border: none;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    margin: 0px;
    width: 239px;
}
.adver-item {
    float: left;
    position: relative;
    width: 582px;
    height: 238px;
    overflow: hidden;
}
.adver-item:hover img{
   transform:scale(1.1);
   transition:all 0.6s; 
}
.adver-item::before {
    position: absolute;
    content: "";
    display: block;
    width: 565px;
    height: 222px;
    border: 1px solid #fff;
    top: 8px;
    left: 8px;
    z-index:22;
}

.adver-item .adver-flag {
    position: absolute;
    top: 9px;
    left: 9px;
    width: 78px;
    height: 71px;
}

.adver-item2 {
    float: left;
    position: relative;
    width: 382px;
    height: 126px;
    margin-right:25px; 
    overflow: hidden;
}

    .adver-item2::before {
        position: absolute;
        content: "";
        display: block;
        width: 366px;
        height: 110px;
        border: 1px solid rgba(255,255,255,.3);
        top: 8px;
        left: 8px;
        z-index: 22;
    }
.adver-item2:hover img{
   transform:scale(1.1);
   transition:all 0.6s; 
}
.adver-flag-slim {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 56px;
    height: 48px;
}
.adver-item2 .adver-flag-slim {
    position: absolute;
    top: 9px;
    left: 9px;
    width: 56px;
    height: 48px;
}

.adver-flag-new, .adver-flag-hot,.adver-flag-new{
    position: absolute;
    top: 9px;
    left: 9px;
    width: 78px;
    height: 71px;
}

.adver-flag-new {
    background: url("../images/prod-new-1.png") no-repeat center;
}

.adver-flag-hot {
    background: url("../images/prod-hot-1.png") no-repeat center;
}

.adver-flag-top1 {
    background: url("../images/prod-top-1.png") no-repeat center;
}

.adver-flag-top2 {
    background: url("../images/prod-top-2.png") no-repeat center;
}

.adver-flag-top3 {
    background: url("../images/prod-top-3.png") no-repeat center;
}
.prod-exhibit3 .ld .adver-item2:last-child{
    margin-right: 0px;
}
/* 共享的hover样式开始 */
.thing-list {
    border-top: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
}
 
.thing-list-item .overplay {
    
    position: absolute;
    height: 35px;
    width: 100%;
    left: 0px;
    bottom: 0px;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    pointer-events: auto;
    overflow: hidden;

}

.thing-list-item:hover .overplay {
    opacity: 1;
}
.thing-list-item:hover{
    border: 1px solid #d46765 !important;
    border-bottom:none;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.thing-list .thing-list-item {
    border: solid #f3f3f3;
    border-width: 0px 1px 1px 0px;
    float: left;
    position: relative;
    cursor: default;
}
.thing-list .thing-list-item  .overplay .tip {
    height: 35px;
    width: 100%;
    background: #d22424;
    position: absolute;
    bottom: -40px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    overflow: hidden;
}

.thing-list-item:hover .list-item .bd {
    padding: 0px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.thing-list-item:hover  .list-item .bd .price {
    padding-bottom: 5px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.thing-list-item:hover .overplay .tip {
    bottom: 0px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
/* 共享的hover样式结束 */
/* 侧边类别悬浮 */
.disp-miancontent {
    position: relative;
}

.navleft {
    position: absolute;
    left: calc((100% - 1200px - 100px) / 2);
    background-color: #fff;
    color: #333;
    top: 112px;
    font-size: 10px;
    font-weight: 600;
}
 
.navleftList  li {
    width: 40px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-bottom: 1px dotted #69b82d;
    cursor: default;
}

.navleftList  li a{
    color: #333;
}

.navleftList  li:hover {
    background-color: #69b82d;
    color: #fff;
    border-bottom: 1px dotted #69b82d;
}

.navleftList  li:hover a{
    color: #fff;
}

.navleftList  li:last-child:hover {
    background-color:transparent; 
     
    border-bottom: 1px dotted #69b82d;
}

.navleftList .active {
    background-color: #69b82d;
    color: #fff;
    border-bottom: 1px dotted #69b82d;
}

.navleftList  li:last-child {
    border: none !important;
    cursor: pointer
}

/* 侧边类别悬浮 */
/*=======================================================
                    首页结束
========================================================*/
/*=======================================================
                    商品列表页面开始
========================================================*/
 

.prod-Ls-price {
    padding-bottom: 10px;
    color: #da3d42;
  
    font-size: 16px;
}

.prod-Ls-price em{
  font-weight: 700;
}
 

.store-about {
    position: relative;
    width: 100%;
}

.store-about .storename {
    width: 80%;
    height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.store-about:hover .storename{
    color: #d22424 !important
}

.storename:hover a{
    color: #d22424 !important
  
}

.store-about .shopcar {
    width: 20%;
}

.store-about .shopcar {
    position: absolute;
    right: 0px;
    bottom: -10px;
    text-align: center;
}

.store-about .shopcar i {
    color: #0891d7;
    font-size: 27px;
}

.crumbs {
    height: 45px;
    line-height: 45px;
    text-align: left;
}

.crumbs a {
    font-size: 12px;
    color: #666;
}

.crumbs i {
    padding-right: 5px;
}

.flowstore{
    cursor: default;
}

.flowstore i {
    color: #ea595d;
    padding: 0 5px;
}

.c-pro-type {
    min-height: 45px;
    width: 100%;
    display: table;
    border: 1px solid #f2f2f2;
}

.c-pro-type .type-t {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 45px;
}

.c-pro-type .type-choose {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.type-choose-list li {
    float: left;
    padding: 0 10px;
    color: #666;
    padding: 5px;
    margin: 5px 10px;
}

.type-choose-list li:hover {
    background-color: #0891d7;
}

.type-choose-list li:hover a {
    color: #fff;
}

.type-choose-list li a {
    color: #666;
}

.type-choose-list .active {
    color: #fff;
    background-color: #0891d7;
}

.type-choose-list .active a {
    color: #fff;
    background-color: #0891d7;
}

.sort-inner {
    height: 40px;
    border: 1px solid #f2f2f2;
    background-color: #f9f9f9;
}

.sort li {
    float: left;
    width: 75px;
    border-left: 1px solid #f2f2f2;
    line-height: 38px;
    text-align: center;
    cursor: default;
}

.sort li a {
    color: #666;
}

.sort .active {
    background-color: #fff;
    color: #d22424;
}

.sort .active a {
    color: #d22424;
}

.change-style {
    line-height: 39px;
}

.change-style .item {
    width: 40px;
    border-left: 1px solid #f2f2f2;
    text-align: center;
    display: block;
    float: left;
    color: #999999;
}

.change-style .active {
    color: #0891d7;
}

.listsrp-itemlist,.listsrp-itemgrid{
    margin-top: 10px;
    width: 100%;
}

.listsrp-item {
    position: relative;
    height: 345px;
    width: 236px;
    padding: 10px;
    border: 1px solid #f2f2f2;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: default;
}

.listsrp-itemgrid .listsrp-item:nth-of-type(4n) {
    margin-right: 0px;
}

.listsrp-i-img {
    height: 220px;
    width: 220px;
    margin: 0 auto;
}

.listsrp-i-img img {
    height: 220px;
}

.listsrp-i-detail {
    padding-top: 10px;
}

.price-about {
    line-height: 32px;
    height: 32px;
}

.hot-recomendbar {
    height: 40px;
    border: 1px solid #f2f2f2;
    line-height: 40px;
    text-align: center;
    color: #666;
}

.hot-recomendbar-itemlist {
    border: solid #f2f2f2;
    border-width: 0 1px 1px 1px;
}

.recomendbar-item {
    padding: 13px;
    height: 250px;
}
.recomendbar-item:hover .describename ,.recomendbar-item:hover  .recomend-p-count  {
    color: #d22424;
}

.recomendbar-item .recomendbar-i-img {
    width: 160px;
    height: 160px;
    margin: 0 auto;
}

.recomendbar-item .recomendbar-i-img img {
    height: 160px;
}

.list-line-item {
    position: relative;
    border: 1px solid #f2f2f2;
    height: 122px;
    width: 100%;
    margin-bottom: 10px;
    cursor: default;
}

.list-line-item .list-i-img {
    width: 120px;
    height: 120px;
    line-height: 118px;
    margin-right:15px; 
}

.list-line-item  .store-name-about {
    height: 100%;
    width: 430px;
    padding: 25px 0px;
}

.list-line-item .describename {
    height: 22px;
    margin: 0px;
    margin-bottom: 10px;
    line-height: 22px;
}

.list-line-item .price-about {
    height: 100%;
    padding: 25px 0px;
    width: 305px;
}

.list-line-item .price-about .price {
    height: 22px;
    line-height: 22px;
    padding-bottom: 10px;
    color: #da3d42;
    font-weight: 600;
    font-size: 16px;
}

.list-line-item .shopcar-about {
    width: 116px;
    height: 100%;
    padding: 30px 0;
}
.list-line-item  .shopcar{
   text-align: center;
}
.list-line-item  .shopcar-about .shopcar i {
    color: #0891d7;
    font-size: 27px;
}

.list-line-item  .shopcar .active {
    color: #fa7204 !important;
}
/*=======================================================
                    商品列表页面结束
========================================================*/
/*=======================================================
                    商品详情页面开始
========================================================*/
.shop-prod-img-box {
    width: 430px;
    height: auto;
    float: left
}

.scale-box {
    position: absolute;
    left: 420px;
    top: 0px;
    z-index:99;
}

.shop-prod-show {
    width: 430px;
    height: 430px;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #E8E8E8;
    cursor: move
}

.shop-prod-show img {
    width: 430px;
    height: 428px;
}

.shop-prod-mask {
    width: 215px;
    height: 215px;
    background: #ddc614;
    filter: Alpha(opacity=50);
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.shop-prod-bigshow {
    width: 430px;
    height: 470px;
    overflow: hidden;
    margin-left: 10px;
    display: none;
    border: 1px solid #E8E8E8;
}

.shop-prod-bigshow img {
    width: 860px;
    height: 860px;
    margin-right: 10px;
}

.shop-prod-smallshow {
    width: 100%;
    height: 70px;
    position: relative;
}

.shop-prod-smallshow img {
    width: 100%;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    transition: all 0.5s
}

.shop-prod-smallshow>.middle_box {
    margin-left: 30px;
    margin-right: 30px;
    width: 370px;
    overflow: hidden;
    height: 70px;
}

.shop-prod-smallshow .middle {
    overflow: hidden;
    transition: all 0.5s;
    height: 70px;
}

.shop-prod-smallshow .middle>li {
    width: 70px;
    height: 70px;
    float: left;
    cursor: pointer;
    margin: 0 5px;
}

.shop-prod-smallshow>p {
    position: absolute;
    top: 50%;
    width: 22px;
    height: 32px;
    margin-top: -16px;
}

.shop-prod-smallshow>.prev {
    left: 0;
    background: url("../images/hover-prev.png") no-repeat;
    transition: all 0.5s
}

.shop-prod-smallshow>.next {
    right: 0;
    background: url("../images/hover-next.png") no-repeat;
    transition: all 0.5s
}

.shop-prod-smallshow>.prev.prevnone {
    left: 0;
    background: url("../images/prev.png") no-repeat;
    cursor: not-allowed;
}

.shop-prod-smallshow>.next.nextnone {
    right: 0;
    background: url("../images/next.png") no-repeat;
    cursor: not-allowed;
}

.shop-prod-d {
    height: 540px;
    padding: 10px 0;
    width: 430px;
}

.shop-prod-content {
    width: 420px;
    position: relative;
}

.shop-prod-itemInfo {
    width: 740px;
    height: 540px;
    margin-left: 30px;
}

.shop-prod-itemInfo .sku-name {
    color: #3c3c3c;
    padding-top: 10px;
    line-height: 28px;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
}

.shop-prod-itemInfo  .summary-price-wrap {
    padding: 10px;
    background: #f3f3f3;
}

.summary-price-wrap .likethisprod .active {
    color: #fa7204;
}

.summary-price-wrap .likethisprod i {
    color: #848484;
    font-size: 27px;
}

.summary-price .prodprice .d-t {
    font-size: 12px;
    width: 50px;
    display: table-cell;
}

.summary-price .prodprice  .price {
    color: #ea595d;
    display: table-cell;
}

.summary-price .prodprice  .price em {
    font-weight: 600;
    font-size: 18px;
}

.summary-d {
    display: table;
}

.summary-d .d-t {
    width: 50px;
    font-size: 12px;
}

.summary-d .d-t, .summary-d .d-d {
    display: table-cell;
    vertical-align: middle;
}

.promotion-item {
    background-color: #d22424;
    color: #fff;
    padding: 3px;
    margin-right: 3px;
}

.sales-volume {
    height: 45px;
    line-height: 45px;
    border: dotted #f2f2f2;
    border-width: 1px 0;
    text-align: left;
    font-size: 12px;
    color: #848484;
    margin-top: 10px;
}

.choose-attrs .choose-format, .commodity-stock {
    margin-top: 10px;
}

.choose-attrs .choose-format .item {
    float: left;
    color: #666;
    background-color: #FFF;
    margin-right: 7px;
    margin-bottom: 4px;
}

.choose-attrs .choose-format .item a {
    border: 1px solid #ccc;
    padding: 7px;
    display: block;
    color: #333;
    white-space: nowrap;
}

.choose-btns {
    margin-top: 10px;
    margin-bottom: 20px;
}

.choose-btns .choose-amount {
    width: 58px;
    height: 44px;
    overflow: hidden;
    border: 1px solid #ccc;
    position: relative;
    margin-right: 10px;
    float: left;
}

.choose-btns .choose-amount input {
    display: block;
    width: 43px;
    height: 42px;
    line-height: 42px;
    position: absolute;
    top: 1px;
    left: 0;
    border: none;
    border: 0;
    text-align: center;
}

.choose-btns .choose-amount a {
    display: block;
    width: 15px;
    text-align: center;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    background: #f1f1f1;
    color: #666;
    position: absolute;
    right: -1px;
    border: 1px solid #ccc;
}

.choose-btns .choose-amount a.btn-reduce {
    bottom: -1px;
}

.choose-btns .choose-amount a.btn-add {
    top: -1px;
}

#InitCartUrl {
    display: block;
    height: 46px;
    line-height: 46px;
    padding: 0 26px;
    font-size: 18px;
    margin-right: 10px;
    float: left;
    background-color: #0891d7;
    color: #fff;
}

.tb-tabbar-inner-wrap {
    background-color: #f7f7f7;
    border: 1px solid #eee;
    border-bottom:1px solid #0891d7;
    display: inline-block;
    display: block;
}

.tb-tabbar-inner-wrap ul li.active {
    background-color: #0891d7;
    color: #fff;
    cursor: default;
}

.tb-tabbar-inner-wrap ul li.active:hover{
    background-color: #0891d7;
    color: #fff;
}

.tb-tabbar-inner-wrap  ul li {
    padding: 10px 25px;
    display: inline-block;
    font-size: 14px;
    cursor: default;
}
.tb-tabbar-inner-wrap  ul li:hover{
    color: #0891d7;
}
.tb-tabbar-inner-con {
    padding: 10px 0;
    border: 1px solid #f3f3f3;
    min-height: 600px;
    width: 100%;
}

.tb-tabbar-inner-con  .item .p-parameter {
    padding: 0 10px 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.p-parameter {
    font-size: 12px;
}

.p-parameter-list {
    padding: 20px 0 15px;
    padding-bottom: 0px;
}

.p-parameter ul li {
    width: 50%;
    padding-left: 42px;
    float: left;
    margin-bottom: 5px;
}

.p-parameter .p-parameter-list li a {
    color: #5e69ad;
}

ul.parameter2 li {
    width: 220px;
}

.p-parameter .more-par {
    padding-right: 20px;
    margin-top: -5px;
    text-align: right;
}

.p-parameter .more-par a {
    color: #005aa0;
}

.atention-hot-recomendbar {
    background-color: #f7f7f7;
    border: 1px solid #eee;
    border-bottom: 1px solid #0891d7;
}

.atention-hot-recomendbar ul li {
    padding: 10px 18px;
    float: left;
    font-size: 14px;
    cursor: default;
}

.atention-hot-recomendbar ul li.active {
    background-color: #0891d7;
    color: #fff;
}

.atention-hot-recomendbar ul li.active:hover {
    background-color: #0891d7;
    color: #fff;
}

.atention-hot-recomendbar ul li:hover {
       color: #0891d7;
}

.recomend-p-count {
    margin-left: 22px;
    font-size: 12px;
    color: #999;
}

.recomend-p-num {
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    background-color: #e4393c;
    color: #fff;
    text-align: center;
    bottom: 2px;
    top: auto;
}

.recomend-p-info {
    position: relative;
    height: 20px;
    line-height: 20px;
    vertical-align: baseline;
}

.recomend-p-price {
    overflow: hidden;
}

.recomend-p-price strong {
    width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.atention-hot-itemlist .recomendbar-item {
    padding: 6px;
    height: 200px;
}

/*=======================================================
                    商品详情页面结束
========================================================*/
/*=======================================================
                    店铺详情页面结束
========================================================*/
.store-wrap {
    display: table;
}

.store-d, .store-intro {
    display: table-cell;
}

.store-d {
    width: 220px;
    text-align: center;
    vertical-align: top;
}

.store-d .store-img {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    overflow: hidden;
}

.store-d .store-img img {
    height: 100%;
}

.store-intro .store-i-t {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
}

.store-intro  .store-i-d-wrap {
    margin: 25px 0;
    font-size: 14px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.store-position i {
    color: #45baba;
}

.store-i-d {
    height: auto;
    margin: 25px 0;
    font-size: 14px;
}

.store-more-i {
    text-align: center;
    margin-top: 30px;
    font-size: 12px;
}

.store-more-i span {
    color: #848484;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.store-more-i span:hover {
    color: #d22424;
}

.store-more-i .readmore::after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 40%;
    border-top: 5px solid #d22424;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.store-more-i .collapse::after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 40%;
    border-bottom: 5px solid #d22424;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.store-prod-show .thing-list .thing-list-item {
    width: 247.2px;
}

.store-prod-show {
    height: auto;
}

.store-prod-show .thing-list {
    margin-bottom: 15px;
}
.store-map{
    width: 1200px;
    height: 400px;
    display: none;
    margin-top:50px; 
}
.BMapLib_SearchInfoWindow .BMapLib_nav input {
    margin:0px !important;
    vertical-align: middle;
}
.BMapLib_SearchInfoWindow .BMapLib_sendToPhone{
    display:none;
}
/*=======================================================
                    店铺详情页面结束
========================================================*/

.green-btn {
    border: 1px solid #37b5b5;
    padding: 5px 30px;
    color: #fff;
    background: #37b5b5;
    cursor: pointer;
}

    .green-btn:hover {
        background: #29c3c3;
    }

.grey-btn {
    border: 1px solid #787878;
    padding: 5px 30px;
    color: #fff;
    background: #787878;
    cursor: pointer;
}