/* 锟斤拷锟斤拷 */
.container {
    width: 1180px !important;
    margin: 0 auto;
    padding: 0;
}
.el-content-center, .el-index-hd .el-row, .el-limithd-hd .el-row {
    width: 1180px;
    margin: 0 auto;
}
.seller_fb .wrapper-footer {
    width: 1180px;
    margin: 0 auto;
}
.el-content {
	width: 1180px !important;
	margin: auto;
}

.sd2d{
    width: 100%;
    height: 2px;
    background: #268DFF;
}

/* float */
.fl {
    float: left;
    display: inline;
}
.fr {
    float: right;
    display: inline;
}
/* 锟斤拷锟斤拷锟斤拷锟� */
input, button, select, textarea {
    outline: none;
}
/* 锟斤拷锟給l, ul */
ol, ul {
    list-style: none;
}
/* 锟斤拷锟絠ns, a */
.btn, .p_s_rig .btn a:hover, .ui-dialog-footer button:focus, .ui-dialog-footer button:hover, a, a:hover {
    text-decoration: none;
    cursor: pointer;
}
/* 锟斤拷锟街讹拷锟诫方式 */
.tr {
    text-align: right;
}
/* margin */
.mr5 {
    margin-right: 5px;
}
.ml10 {
    margin-left: 10px;
}
.mt35 {
    margin-top: 35px;
}
/* 锟斤拷锟斤拷 */
a {
    color: #666;
}
fieldset, img {
    border: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500;
}
.el-header-menu {
    background-color: hsla(0, 0%, 100%, .4);
    top: 110px;
    transition: background-color .2s;
    height: 48px;
}
.btn {
    display: inline-block;
    font-size: .9em;
    border: 1px solid #268DFF;
    background: #fff;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    color: #268DFF;
    border-radius: 3px;
}
.el-header-menu {
    background-color: hsla(0, 0%, 100%, .4);
    top: 110px;
    transition: background-color .2s;
    height: 48px;
}
.el-row--flex.is-justify-space-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.el-row--flex {
    display: -ms-flexbox;
    display: flex;
}
.el-menu {
    border: none;
    background-color: initial;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.el-menu--horizontal {
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
}
.el-menu:after, .el-menu:before {
    display: table;
    content: "";
}
.el-menu:after {
    clear: both;
}
.el-menu-item {
    font-size: 14px;
    color: #303133;
    list-style: none;
    cursor: pointer;
    transition: border-color .3s, background-color .3s, color .3s;
    box-sizing: border-box;
    white-space: nowrap;
}
.el-menu--horizontal>.el-menu-item {
    width: 100px;
    text-align: center;
    float: left;
    margin: 0;
    color: #909399;
    position: relative;
}
.el-menu--horizontal>.el-menu-item a {
    text-decoration: none;
    font-weight: 700;
    line-height: 48px;
    display: inline-block;
}
.el-menu--horizontal>.el-menu-item>a {
    padding: 0 20px;
}
.el-menu-item * {
    vertical-align: middle;
}
.el-menu-item:first-child {
    margin-left: 0;
}
.swiper-pagination-bullet{
	width: 24px;
	height: 4px;
	background:#FFFFFF;
	border-radius: 0; 
	opacity:1;
}
.swiper-pagination-bullet-active{
	background:#FF5252;
}
/* 左侧楼梯样式
 */
.loutinav {
    width: 36px;
    position: fixed;
    top: 40px;
    left: calc(((100% - 1180px) / 2) - 100px);
    display: none;   
}

@media only screen and (max-width: 1366px) {
  .loutinav {
    left: 10px;
  }
}

.loutinav ul li {
    width: 36px;
    height: 37px;
    border-bottom: 1px solid #DDDDDD;
    font-size: 12px;
    text-align: center;
    position: relative;
    cursor: pointer;
    color: #666666;
}

.loutinav ul li span {
    width: 36px;
    height: 36px;
    padding: 2px 6px;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    overflow: hidden;
}

.loutinav ul li.active span {
    background: #E1251B;
    color: #fff;
    display: block;
}

.loutinav ul li:hover span {
    background: #E1251B;
    color: #fff;
    display: block;
}

/* 详情页面浮窗 */
.detail_toolbar{
    text-align: center;
    cursor: pointer;
    padding: 17px 0;
    border-bottom: 1px solid #eeeeee;
}
.detail_toolbar span{
	padding:0 9px 0 0;
	color: #333333;
    font-size: 14px;
}


















