
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
.navbar {
    border: none;
}
.navbar-nav li > a {
    font-size: 14px;
}
.toast-top-center {
    top: 50px;
}
#toast-container > div {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/*修复nice-validator和summernote的编辑框冲突*/
.nice-validator .note-editor .note-editing-area .note-editable {
    display: inherit;
}
/*预览区域*/
.plupload-preview {
    padding: 0 10px;
    margin-bottom: 0;
}
.plupload-preview li {
    margin-top: 10px;
}
.plupload-preview .thumbnail {
    margin-bottom: 10px;
}
.plupload-preview a {
    display: block;
}
.plupload-preview a:first-child {
    height: 90px;
}
.plupload-preview a img {
    height: 80px;
    object-fit: cover;
}
.layui-layer-content {
    clear: both;
}
.layui-layer-fast-msg {
    min-width: 100px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
}
.layui-layer-fast-msg .layui-layer-content {
    padding: 12px 25px;
    text-align: center;
}
#header-navbar li.dropdown ul.dropdown-menu {
    min-width: 94px;
}
form.form-horizontal .control-label {
    font-weight: normal;
}
.panel-default {
    padding: 0 15px;
    border-color: #e4ecf3;
}
.panel-default > .panel-heading {
    position: relative;
    font-size: 16px;
    padding: 15px 0;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
}
.panel-default > .panel-heading .panel-title {
    color: #313131;
}
.panel-default > .panel-heading .panel-title > i {
    display: none;
}
.panel-default > .panel-heading .more {
    position: absolute;
    top: 13px;
    right: 0;
    display: block;
    color: #919191;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.panel-default > .panel-heading .more:hover {
    color: #616161;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.panel-default > .panel-heading .panel-bar {
    position: absolute;
    top: 7px;
    right: 0;
    display: block;
}

@media (max-width: 767px) {
    .panel-default {
        padding: 0 10px;
    }
    .panel-default > .panel-heading {
        padding: 10px 0;
    }
    .panel-default > .panel-heading .more {
        top: 8px;
    }
    > .panel-body {
        position: relative;
        padding: 15px 0;
    }
    > .panel-footer {
        padding: 15px 0;
        background: none;
    }
}
.panel-gray {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.panel-gray > .panel-heading {
    background-color: #f5f5f5;
    color: #919191;
}
.panel-gray > .panel-body {
    color: #919191;
    background: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.panel-page {
    padding: 45px 50px 50px;
    min-height: 500px;
}
.panel-page .panel-heading {
    background: transparent;
    border-bottom: none;
    margin: 0 0 30px 0;
    padding: 0;
}
.panel-page .panel-heading h2 {
    font-size: 25px;
    margin-top: 0;
}
@media (max-width: 767px) {
    .panel-page {
        padding: 15px;
        min-height: 300px;
    }
}
.nav-pills > li {
    margin-right: 5px;
}
.nav-pills > li > a {
    padding: 10px 15px;
    color: #616161;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav-pills > li > a:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #f5f5f5;
}
.nav-pills > li.active > a {
    border: none;
    color: #fff;
    background: #46c37b;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 3px;
}
.nav-pills.nav-pills-sm > li > a {
    font-size: 12px;
    line-height: 1.5;
    padding: 4px 13px;
}
.fieldlist dd {
    display: block;
    margin: 5px 0;
}
.fieldlist dd input {
    display: inline-block;
    width: 300px;
}
.fieldlist dd input:first-child {
    width: 110px;
}
.fieldlist dd ins {
    width: 110px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
}
/* 弹窗中的表单 */
.form-layer {
    height: 100%;
    min-height: 150px;
    min-width: 300px;
}
.form-layer .form-body {
    width: 100%;
    overflow: auto;
    top: 0;
    position: absolute;
    z-index: 10;
    bottom: 50px;
    padding: 15px;
}
.form-layer .form-footer {
    height: 50px;
    line-height: 50px;
    background-color: #ecf0f1;
    width: 100%;
    position: absolute;
    z-index: 200;
    bottom: 0;
    margin: 0;
}
.form-layer .form-footer .form-group {
    margin-left: 0;
    margin-right: 0;
}
footer.footer {
    width: 100%;
    color: #aaa;
    background: #555;
    margin-top: 25px;
}
footer.footer .copyright {
    line-height: 50px;
    text-align: center;
    background: #393939;
    margin: 0;
}
footer.footer .copyright a {
    color: #aaa;
}
footer.footer .copyright a:hover {
    color: #fff;
}
.rotate {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: -webkit-transform,-moz-transform,-o-transform,transform;
    overflow: hidden;
}
.rotate:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.user-section {
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    border: 1px solid #e4ecf3;
}
.login-section {
    margin: 50px auto;
    width: 460px;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
}
.login-section.login-section-weixin {
    min-height: 315px;
}
.login-section .logon-tab {
    margin: -15px -15px 0 -15px;
}
.login-section .logon-tab > a {
    display: block;
    padding: 20px;
    float: left;
    width: 50%;
    font-size: 16px;
    text-align: center;
    color: #616161;
    background-color: #f5f5f5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.login-section .logon-tab > a:hover {
    background-color: #fafafa;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.login-section .logon-tab > a.active {
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.login-section .login-main {
    padding: 40px 45px 20px 45px;
}
.login-section .control-label {
    font-size: 13px;
}
.login-section .n-bootstrap .form-group {
    position: relative;
}
.login-section .n-bootstrap .input-group {
    position: inherit;
}
.login-section .n-bootstrap .n-right {
    margin-top: 0;
    top: 0;
    position: absolute;
    left: 0;
    text-align: right;
    width: 100%;
}
.login-section .n-bootstrap .n-right .msg-wrap {
    position: relative;
}
main.content {
    width: 100%;
    overflow: auto;
    padding: 15px;
    padding-top: 20px;
    min-height: calc(100vh - 125px);
}
.sidenav {
    padding: 20px 0 10px 0;
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    border: 1px solid #e4ecf3;
}
.sidenav .list-group:last-child {
    margin-bottom: 0;
}
.sidenav .list-group .list-group-heading {
    list-style-type: none;
    color: #919191;
    margin-bottom: 10px;
    margin-left: 35px;
    font-size: 14px;
}
.sidenav .list-group .list-group-item {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    border: none;
    padding: 0;
    border-left: 2px solid transparent;
}
.sidenav .list-group .list-group-item:last-child,
.sidenav .list-group .list-group-item:first-child {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
}
.sidenav .list-group .list-group-item:hover {
    background-color: #f5f5f5;
}
.sidenav .list-group .list-group-item > a {
    display: block;
    color: #616161;
    padding: 10px 15px 10px 35px;
}
.sidenav .list-group .list-group-item.active {
    border-left: 2px solid #46c37b;
    background: none;
}
.sidenav .list-group .list-group-item.active > a {
    color: #46c37b;
}
.nav li .avatar-text,
.nav li .avatar-img {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 14px;
}
.nav li .avatar-img {
    font-size: 0;
}
.nav li .avatar-img img {
    border-radius: 30px;
    width: 30px;
    height: 30px;
}
.avatar-text,
.avatar-img {
    display: inline-block;
    box-sizing: content-box;
    color: #fff;
    text-align: center;
    vertical-align: top;
    background-color: #e8ecf3;
    font-weight: normal;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    font-size: 24px;
    line-height: 48px;
}
.avatar-img {
    font-size: 0;
}
.avatar-img img {
    border-radius: 48px;
    width: 48px;
    height: 48px;
}
@media (max-width: 767px) {
    main.content {
        position: inherit;
        padding: 15px 0;
    }
    .login-section {
        width: 100%;
        margin: 20px auto;
    }
    .login-section .login-main {
        padding: 20px 0 0 0;
    }
    footer.footer {
        position: inherit;
    }
    footer.footer .copyright {
        padding: 10px;
        line-height: 30px;
    }
}
.pager .pagination {
    margin: 0;
}
.pager li {
    margin: 0 .4em;
    display: inline-block;
}
.pager li:first-child > a,
.pager li:last-child > a,
.pager li:first-child > span,
.pager li:last-child > span {
    padding: .5em 1.2em;
}
.pager li > a,
.pager li > span {
    background: none;
    border: 1px solid #e6e6e6;
    border-radius: 0.25em;
    padding: .5em .93em;
    font-size: 14px;
}

.red {
    color:red;
}

.menu-box {
    background: #ca151e;
}
.menu-box a{
    font-size:16px;
    color:#fff !important;
    line-height: 30px !important;
}
.menu-box .nav{
    height:50px;
}
.menu-box a:hover,.menu-box .active a,.menu-box a:focus{
    background: #B3131B !important;
}
.head-top {
    font-size:13px;
    width:100%;
    position: absolute;
    top:0;left:0;
    height:30px;
    line-height: 30px;
    background: #f7f7f7;
    border-bottom:1px solid #cacaca;
}
.head-top li{
    position: relative;
    padding:0;
    margin:0;
}

.menu-top-right li{
    float: left;
}
.menu-top-right li a{  
}
.menu-top-right>li:after {
    content: '|';
    display: inline-block;
    padding:0 10px 0 15px;
    vertical-align: top;
}
.menu-top-right>li:last-of-type:after {
    display: none;
}

.menu-top-left li{
    float: left;
    padding:0 15px;
}
.menu-top-left li span{
    float: left;
}
.menu-top-left li span i{
    margin-right:5px;
}
.menu-top-left li:after {
    position: absolute;
    content: '|';
    right:0;top:0;
    display: inline-block;
    vertical-align: top;
}
.menu-top-left li:last-of-type:after {
    display: none;
}
#index-footer {
    background: #202020;
    color:#fff;
    width:100%;
    height:200px;
    z-index: 10;
    padding:45px 0 50px;
}

#index-footer .qrcode {
    background: #fff;
    padding:2px;
    border:1px solid #ddd;
}
#index-footer .footer-left {
    width:60%;
    float:left;
}
.footer-nav {
    height:50px;
    line-height:50px;
    border:1px solid #fff;
    border-width: 1px 0; 
    margin-bottom:20px;
    font-size:14px;
}
.footer-nav a{
    width:100%;
    display: inline-block;
    color:#fff;
    text-align:center;
}
.footer-info {
    font-size:13px;
    color:#999;
}
.hotline-box {
    float:right;
    position: relative;
    text-align:center;
}
.hotline-box:before {
    content:'服务热线';
    display: inline-block;
    height:30px;line-height:30px;
    padding:0 15px;
    background:#202020;
    position: relative;
    z-index: 10;
}
.hotline-box:after {
    position: absolute;
    width:100%;
    height:1px;
    background: #fff;
    content:'';
    left:0;top:15px;
    display: inline-block;
}
.hotline-box .hotline {
    font-size:28px;
}




#floatbtn {
  width: 50px;
  height: auto;
  position: fixed;
  top: auto;
  right: 50%;
  left: auto;
    bottom:200px;
  z-index: 80;
    margin-right: -700px;
}
#floatbtn.fixed {
  position: absolute;
  bottom: 279px;
  right: 50%;
}
#floatbtn a {
  position: relative;
  z-index: 90;
  display: block;
  margin-top: 4px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #d5d5d5;
  background-color: #fff;
  border: 1px solid #eee;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#floatbtn a.hover:hover {
  -webkit-transition: background-color 200ms ease-out;
  -moz-transition: background-color 200ms ease-out;
  -o-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
  background: #0084ff;
  text-decoration: none;
  text-align: center;
  line-height: 20px;
  padding: 5px;
}
#floatbtn a.hover:hover i {
  display: none;
}
#floatbtn a.hover:hover em {
  display: block;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
}
#floatbtn a em {
  display: none;
}
#floatbtn a:hover {
  background: #0084ff;
}
#floatbtn a:hover i {
  color: #fff;
}
#floatbtn a:hover .floatbtn-wrapper {
  display: block;
}
#floatbtn .iconfont {
  display: inline-block;
  font: normal normal normal 14px/1 iconfont;
  font-size: inherit;
}
.floatbtn-wrapper {
  position: absolute;
  right: 59px;
  top: -55px;
  z-index: 120;
  display: none;
  width: 190px;
  height: 212px;
  background-color: #fff;
  border: 1px solid #eee;
}
.floatbtn-wrapper:after {
  content: "";
  position: absolute;
  right: -6px;
  top: 73px;
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid #d5d5d5;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.floatbtn-wrapper .qrcode {
  margin-top: 20px;
  line-height: 1;
}
.floatbtn-wrapper .qrcode img {
  width: 128px;
  height: 128px;
}
.floatbtn-wrapper p {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}

.dealer-tit-er {
    display: inline-block;
    width: 100%;
    background: #ca151e;
    color: #fff;
    min-height: 42px;
    line-height: 22px;
    padding:10px 15px;
    font-size: 16px;
}
.dealer-tit-er .more{
    font-size:13px;
    color:#fff;
    float:right;
}
.dealer-tit-er .more:hover{
    color:#ff0;
}
.dealer-tit-er .company-audit{
    font-size:10px;
    background: #f9ab09;
    border-radius: 3px;
    display: inline-block;
    padding:0 8px;
}
.dealer-tit-er .company-audit i{
    margin-right:5px;
}
.company-info {
    
}
.company-info .info-box{
    background: #f0f0f0;
    padding:15px;
}
.company-info .info-box p{
    margin-bottom:6px;
    color:#666;
    line-height: 20px;
}
.company-info .info-box span{
    width:5.2em;
    display: inline-block;
    text-align: justify;
    color:#333;
    overflow: hidden;
    line-height: 20px;
    height:20px;
    vertical-align: top;
}
.company-info .info-box span:after {
  content:'';
  width: 100%;
  display: inline-block;
  overflow: hidden;
  height: 0;
}
.company-info .dealer-tit-er a{
    color: #fff;
}
.company-info .dealer-tit-er a:hover{
    color:rgba(255,255,255,.8);
}


.transition-04,.transition-04:after,.transition-04:before{
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.transition-06,.transition-06:after,.transition-06:before{
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
.transition-08,.transition-08:after,.transition-08:before{
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
}

/* 评论 */
.comments-box {
    /*padding:20px;*/
}
.content-title-er{
    font-size:18px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom:15px;
}
.content-title-er:before{
    content:'';
    display: inline-block;
    width:3px;height:24px;
    background: #ca151e;
    margin-right:15px;
    float:left;
}
.content-title-er small{
    color:#999;
    font-size:13px;
}

.comments-box {
    /*padding:20px;*/
}
.comments-box .comment-title{
    font-size:18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom:20px;
    padding-bottom:15px;
    border-bottom:1px solid #eee;
}
.comments-box .comment-title:before{
    content:'';
    display: inline-block;
    width:3px;height:24px;
    background: #ca151e;
    margin-right:15px;
    float:left;
}
.comments-box .comment-title small{
    color:#999;
    font-size:13px;
}
.comments-box .checkbox{
    margin-top:0;
}
.comments-box .checkbox input{
    top:4px;
}
.comments-box #postform #submit{
    height:32px;line-height: 32px;
    background:#999;
    color:#fff;
    border:none;
    border-radius: 0;
    padding:0px 30px;    
}
.comments-box #postform.active #submit,.comments-box #postform #submit:hover{
    background: #ca151e;
}
#commentlist {
    
}
#commentlist dl{
    margin-bottom:15px;
    padding-bottom:15px;
    border-bottom:1px solid #ddd;
}
#commentlist .comment-user{
    margin-right:10px;
}
#commentlist .avatar{
    width:50px; height:50px;
    overflow: hidden;
    border-radius: 25px
}
#commentlist .comment-user{
    float:left;
}
#commentlist .comment-content{
    float:left;
    width:calc(100% - 80px);
}
#commentlist .comment-content .content{
    padding:5px 0 8px;
    /*min-height: 60px;*/
}
#commentlist .comment-content .comment-date{
    float:left;
    color:#999;
    font-size:13px;
}
.comment-action {

}
#commentlist .comment-content .comment-reply{
    float:right;
    font-size:13px;
    color:#999;
}
#commentlist .comment-content .comment-user-nickname{
    font-size:13px;
    color:#999;
}
#commentlist .comment-content .comment-reply:hover{
    color:#ca151e;
}
#commentlist .comment-content .comment-user-nickname:hover{
    color:#ca151e;
}

/*分页*/
.pages{
    width:100%;
    text-align:center;
}
.pagination {
    
}
.pagination > a {
    float:left;
    display: inline-block;
    margin-right:6px !important;
    overflow: hidden !important;
}
.pagination > a, .pagination > span {
    display: inline-block;
    float:left;
    border-radius: 0 !important;
    margin:0;
}
.pagination > span {
    background-color: #ca151e;
    border-color: #ca151e;
	margin-right:6px !important;
	color:#fff;
}
.img-box {
    display: inline-block;
    width:100%;height:auto;
    position: relative;
    background: #f7f7f7;
    margin-right:15px;
    z-index: 10;
}
.img-box ._img {
    float:left;
    position: relative;
    display: inline-block;
    width:100%;height:0;
    padding-bottom:65%;
    position: relative;
    overflow: hidden;
}
.img-box .img{
    position: absolute;
    left:0;top:0;
    display: block;
    width:100%;height:100%;
    background:#f7f7f7 center center no-repeat;
    background-size: cover;
}

.dealer-box {
    
}
.dealer-box .dealer-item{
    border:1px solid #eaeaea;
    padding:15px 10px;
    margin-bottom:20px;
    overflow: hidden;
}
.dealer-box .dealer-item .img-box{
    width:240px;
}
.index-product-box .product-item .img{
    display: inline-block;
    width:100%;height:100%;
    position: absolute;
    background:#f7f7f7 center center no-repeat;
    background-size: cover;
}/*
.dealer-box .dealer-infos {
    float:left;
    width:calc(100% - 260px);
}*/

.dealer-box .item-title{
    max-width: 86%;
    font-size:18px;
    overflow: hidden;
    height:30px; line-height: 30px;
    color:#ca151e;
    text-overflow: ellipsis;    
    white-space:nowrap;
    word-break:keep-all;
    margin-bottom:6px;
}
.dealer-box .dealer-infos .item-infos{
    /*padding-right:140px;*/
    position: relative;
    height:94px;
    overflow: hidden;
}
.dealer-box .item-info-box {
    font-size:13px;
}
.dealer-box .item-info-box>div span{
    color:#999;
}
.dealer-box .item-info-box>div {
    margin-bottom:1em;
}
.dealer-box .item-info-action {
    float:right;
}

.dealer-box .dealer-infos .item-infos .item-info-action{
    width:100px;
    position: absolute;
    right:0;top:0;
    text-align: right;
}
.dealer-box  .item-infos .item-info-action span{
    width:100%;
    display: inline-block;
}
.dealer-box .dealer-infos .item-infos .item-info-action .action-title{
    font-size:13px;
    color:#999;
}
.dealer-box .dealer-infos .item-infos .item-info-action .price{
    font-size:18px;
    color:#ca151e;
    padding:4px 0 8px;
}
.dealer-box .dealer-infos .item-infos .item-info-action .buy_btn{
    font-size:15px;
    background: #ca151e;
    color:#fff;
    width:100px; height:30px;
    line-height: 30px;
    text-align: center;
}

.lists-box .lists-item {
    border-bottom:1px dashed #eee;
    padding-bottom:20px;
    margin-bottom:20px;
}

.lists-box .lists-item *{
    max-width:100%;
}
.lists-box .lists-item:after {
    content:'';
    width:100%;height:0;
    display: block;
    clear:both;
    overflow: hidden;
}
.lists-box .lists-item a{
    overflow: hidden;
    display: block;
}
.lists-box .lists-item .img-box~.item-info-box{
    width:calc(100% - 175px);
}
.lists-box .lists-item .item-title{
    display: inline-block;
    max-width:80%;
    font-size:18px;
    height:32px;
    line-height: 32px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space:nowrap;
    word-break:keep-all;
}
.lists-box .lists-item .item-title span{
    color:#ca151e;
    margin-right:5px;
}
.lists-box .lists-item .item-info-box .item-info-views {
    color:#999;
    margin-bottom:10px;
    font-size:12px;
}
.lists-box .lists-item .item-info-box .item-info-views span{
    margin-right:20px;
}
.lists-box .lists-item .item-info-box .item-desc {
    max-height:3em;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5em;
	font-size:14px;
}
.lists-item {
    position: relative;
    width:100%;
}
.lists-item .img-box {
    width:160px;
    margin-right:15px;
}
.lists-item ._img {

}
.lists-item .img{

}
.lists-item:hover .img{
    transform: scale(1.1);
}
.lists-box li:hover a .item-title{
    color:#ca151e;
}
.lists-box li:hover p{
    color:#ca151e;
}

.comment-list-box {
    
}
.comment-item {
    background: #f7f7f7;
    padding:4px;
}
.comment-list-box .comment-content:before{
    content:'评论内容：';
    font-size:13px;
    color:#666;
}
.comment-list-box .comment-content{
    padding:8px 10px;
    color:#333;
    background: #fff;
}
.comment-list-box .comment-views {
    padding-left:10px;
    padding-right:5px;
}
.comment-list-box  a:hover{
    color:#ca151e;
}

.order-btn.active {
    padding:0 10px;
}
.order-btn.active {
    color:#ca151e;
}
.order-btn  i.fa-sort{
    margin-left:6px;
}
.order-btn[data-orderway=desc] i.fa-sort{
    background: linear-gradient(to top,#ca151e 50%, #ddd 50%);
    -webkit-background-clip: text;
    color: transparent;
}
.order-btn[data-orderway=asc] i.fa-sort{
    background: linear-gradient(to bottom,#ca151e 50%, #ddd 50%);
    -webkit-background-clip: text;
    color: transparent;
}

.company-info .audit-box i{
    display: inline-block;
    margin-top:5px;
    height:30px;
    width:auto;
    margin-right:5px;
}
.company-info .audit-box i img{
    max-width:100%;
    height:30px;
}

.bbs-slides .swiper-pagination{
  text-align: right;
  bottom:0 !important;
}
.bbs-slides ._img{
    padding-bottom:80%;
}
.bbs-slides .swiper-pagination-bullet {
  width:30px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  font-size: 13px;
  color: #000;
  border-radius: 0;
  opacity: 0.8;
  background: rgba(255, 255, 255, 1);
  margin:0 0 0 1px !important;
}
.bbs-slides .swiper-pagination-bullet-active {
  color: #fff;
  background: #CA151E;
}
.bbs-slide h3{
    position: absolute;
    z-index: 99;
    background: rgba(0,0,0,0.5);
    color:#fff;
    text-align:left;
    font-size:14px;
    padding-left:10px;
    padding-right:100px;
    bottom:0;right:0;
    width:100%;
    height:26px;line-height: 26px;
    margin:0;
}

.tp_tel{ padding:0; margin:0; line-height:40px; font-weight:bold; font-size:22px;}
.tp_tel strong{ color:#f00;}

.index-logo .search-box input{
    width:300px;
    height:32px;
    line-height: 32px;
    border:1px solid #ca151e;
    color:#999;
    float:left;
    padding:0 10px;
    font-size:14px;
    outline: none;
}
.index-logo .search-box input:focus{
    color:#333;
}
.index-logo .search-box a{
    width:60px;
    height:32px;
    line-height: 32px;
    color:#fff;
    background: #ca151e;
    border:none;
    float:left;
	text-align:center;
}

.flash{ width:1200px; height:auto; margin:0 auto; overflow:hidden;}

.index-title {
	overflow: hidden;
	position: relative;
}
.index-title:before {
	position: absolute;
	float:left;
	content:'';
	left:0;top:0;
	width:100%;height:2px;
	background: #e8e8e8;
	display: inline-block;
	z-index: 2;
}
.index-title:after{
	clear:both;
	width:100%;
	height:0px;
	content:'';
}
.index-title p{
	padding:15px 0 10px 0;
	float: left;
	display: inline-block;
	font-size:18px;
	font-weight: 600;
	position: relative;
}
.index-title p:after{
	background: #ca151e;
	content:'';
	height:2px;
	width:calc(100% + 10px);
	position: absolute;
	left:0;top:0;
	z-index: 99;
}
.index-title p span{
	color:#ca151e;
}
.index-title .more{
	color:#999;
	font-size:13px;
	float:right;
	padding:15px 0 10px 0;
}
.index-title .more:hover{
	color:#ca151e;
}

.catetype_filter li>a {
    cursor: pointer;
}

.border-r:after {
	width:1px;
	height:calc(100%);
	background: #f0f0f0;
	content:'';
	position: absolute;
	right:0;top:0;
}
.border-l {
	border-left:1px solid #f0f0f0;
}
.border-t {
	border-top:1px solid #f0f0f0;
}
.border-b {
	border-bottom:1px solid #f0f0f0;
}
.clearafter:before{
	width:100%;
	content:'';
	clear:both;
}
.index-logo {
    padding-top:1px;
    padding-bottom:2px;
}
.index-logo ._logo{
    float:left;
    width:160px;
    height:auto;
    float:left;
    margin-right:20px;
}
.index-logo ._logo span{
    display: block;
    width:100%;
    height:100%;
    background:center center no-repeat;
    /*background-size: cover;*/
}
.index-logo .logo_info:before{
	width:1px;
	height:24px;
	content:'';
    background: #333;
	display: inline-block;
	margin:0 10px 0 4px;
    float:left;
}
.index-logo .logo_info{
    float:left;
    padding-top:20px;
    line-height: 24px;
    font-size:18px;
    color:#333;
}


.index-cartype-box {

}
.parent-cate li{
	float:left;
}
.parent-cate li ._icon{
	width:100%;
	height:auto;
	overflow:hidden;
}
.parent-cate li ._icon span{
	display: inline-block;
	width:100%;
	height:100%;
	position: relative;
	background:center center no-repeat;
	background-size: cover; 
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.parent-cate li p{
	text-align: center;
}
.parent-cate li:hover ._icon span{
	transform: scale(1.1);
	opacity: 1;
	filter: alpha(opacity=100);
}
.parent-cate li:hover p{
	color:#ca151e;
}

.index-product-menu .nav-tabs{
	padding-left:8px;
	background: #f0f0f0;
	border-bottom-color:#f0f0f0;
}
.product-top-btn a{
	margin-right:5px;
	min-width:80px;
	text-align: center;
	border:none !important;
	cursor: pointer !important;
}
.product-top-btn.active a{
	border-radius: 0;
	position:relative;
}
.product-top-btn.active a:after {
	position:absolute;
	content:'';
	display: inline-block;
	left:0;top:0;
	width:100%;height:2px;
	background: #ca151e;
	z-index: 99;
}
.product-menu-box .tab-content li {
	width:100%;
	padding:8px 0;
	font-size:14px;
	overflow: hidden;
	border-bottom:1px solid #f0f0f0;
}
.product-menu-box .tab-content li .row{
	width:calc(100% - 110px - 40px);
	float:left;
	overflow: hidden;
}
.product-menu-box .er-menu{
	display: inline-block;
	height:38px;line-height: 34px;
	margin-right:20px;
	float:left;
}
.product-menu-box .er-menu span{
	display: inline-block;
	width:80px;
	height:38px;
	overflow: hidden;
	text-align: center;
}
.product-menu-box .er-menu i{
	line-height: 34px;
    vertical-align: top;
}
.type-btns{
	font-size:13px;
	text-align: center;
	height: 38px;
    overflow: hidden;
}
.type-btns a{
	color:#999;
	font-size:13px;
	line-height: 15px;
	padding:0 3px;
}
.type-btns .type-btn {
	font-size:13px;
	line-height: 16px;
	height:16px;
	display: block;
	width:100%;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space:nowrap; 
	color:#333;
	margin-bottom:5px;
}
.type-btns .type-btn a{
	color:#333;
}

.product-more{
	display: inline-block;
	height:34px;line-height: 34px;
	margin-right:8px;
	float:right;
}
.product-more span{
	display: inline-block;
	height:34px;
	overflow: hidden;
	text-align: center;
	margin-right:4px;
	color:#999;
	font-size:14px;
}
.product-more i{
	line-height: 34px;
    vertical-align: top;
    color:#999;
}
.product-more:hover  i,.product-more:hover span{
	color:#ca151e !important;
}
.type-btns a:hover{
	color:#ca151e !important;
}


.index-title-two {
    display: inline-block;
    width: 100%;
    color: #000;
    padding:5px 0 10px 0;
    font-size: 16px;
    overflow: hidden;
}
.index-title-two span{
	font-weight: 600;
    line-height: 20px;
}
.index-title-two:after {
	position: relative;
	content:'';
	margin-top:10px;
	width:100%;
	height:2px;
	display: block;
	background: #e8e8e8;
}
.index-title-two.noafter:after {
	display: none;
}
.index-title-two:before {
	width:3px;height:20px;
	background: #ca151e;
	content:'';
	display: inline-block;
	float:left;
	margin-right:15px;
}
.index-title-two .more{
    font-size:13px;
    line-height: 22px;
    color:#999;
    float:right;
}
.index-title-two .more:hover{
    color:#ca151e;
}
.esche-news-boxs {
	border:1px solid #ccc;
}

.esche-news-title {
    display: inline-block;
    width: 100%;
    color: #000;
    padding:5px 0 15px 0;
    /*overflow: hidden;*/
    position: relative;
}
.esche-news-title span{
	padding-left:8px;
    font-size: 16px;
    line-height: 24px;
    color:#fff;
    display: inline-block;
    position: relative;
}
.esche-news-title:before {
    background: url(../img/esche_title_bg.png) top left no-repeat;
	position: absolute;
	content:'';
	width:50%;height:36px;
	display: inline-block;
	top:-1px;left:-1px;
	z-index: 0;
}
/*.esche-news-title:before {
	width:3px;height:20px;
	background: #ca151e;
	content:'';
	display: inline-block;
	float:left;
	margin-right:15px;
}*/
.esche-news-title .more{
    font-size:13px;
    line-height: 22px;
    color:#999;
    float:right;
}
.esche-news-title .more:hover{
    color:#ca151e;
}

.index-title-three {
    display: inline-block;
    width: 100%;
    color: #000;
    padding:5px 0 10px 0;
    font-size: 16px;
    overflow: hidden;
}
.index-title-three span{
	font-weight: 600;
    line-height: 18px;
}
.index-title-three:before {
	width:3px;height:20px;
	background: #ca151e;
	content:'';
	display: inline-block;
	float:left;
	margin-right:8px;
}
.index-title-three .more{
    font-size:13px;
    line-height: 22px;
    color:#999;
    float:right;
}
.index-title-three .more:hover{
    color:#ca151e;
}

.index-title-er {
    display: inline-block;
    width: 100%;
    background: #ca151e;
    color: #fff;
    min-height: 42px;
    line-height: 22px;
    padding:10px 15px;
    font-size: 16px;
}
.index-title-er .more{
    font-size:13px;
    color:#fff;
    float:right;
}
.index-title-er .more:hover{
    color:#ca151e;
}

.index-menu-er .nav-tabs{
	border:none;
	
}
.index-menu-er .nav-tabs li{
	
}
.index-menu-er .nav-tabs li a{
	padding:15px 0 10px;
	text-align: center;
	font-size:15px;
	border:none;
	background: none;
}
.index-menu-er .nav-tabs li a:after {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
	display: inline-block;
	content:'';
	width:110%;height:2px;
	position: absolute;
	z-index: 999;
	left:-5%;top:0;
}
.index-menu-er .nav-tabs li a:hover,.index-menu-er .nav-tabs li.active a{
	border:none;
	background: none;
	color:#ca151e;
}
.index-menu-er .nav-tabs li a:hover:after,.index-menu-er .nav-tabs li.active a:after{
	background: #ca151e;
}
.index-menu-er .nav-tabs.active{
	
}

/*主页商家start*/
.index-dealer-box {
	
}
.index-dealer-box .dealer-item{
	border:1px solid #e8e8e8;
	padding:10px 6px;
	overflow: hidden;
}
.index-dealer-box .img-box {
	width:75px;
	margin-right:10px;
}
.index-dealer-box .img-box ._img{
	padding-bottom:100%;
}
.index-dealer-box .img-box ._img span{
	background-size: contain;
}
.index-dealer-box .item-title {
	padding-right:20px;
	font-size:15px;
	font-weight: 600;
	color:#333;
	line-height: 25px;
	overflow: hidden;
	height:25px;
	text-overflow: ellipsis;
    white-space:nowrap;
    word-break:keep-all;
	position: relative;
	margin-bottom:2px;
}
.index-dealer-box .item-title:after {
	width:15px;height:15px;
	content:'';
	position: absolute;
	top:5px;right:8px;
	background: center center no-repeat;
	background-image:url(../img/icon_certificate.png);
}
.index-dealer-box .cartypes_box {
	overflow: hidden;
	font-size:13px;
}
.index-dealer-box .cartypes_box span{
	float: left;
	padding-right:5px;
	color:#999;
}
.index-dealer-box .cartypes_box span:after{
	float:left;
	width:1px;
	height:20px;
}
.index-dealer-box .item-infos {
	margin-top:4px;
	line-height: 16px;
	font-size:12px;
}
.index-dealer-box .item-infos span{
	width:5.6em;
	margin-left:5px;
	height:18px;
	background: #ca151e;
	display: inline-block;
	color:#fff;
	line-height: 18px;
	text-align: center;
}
.index-dealer-box .item-infos i{
	line-height: 16px;
	color:#ca151e;
	font-size:14px;
	vertical-align: middle;
}
.index-dealer-box .dealer-item:hover {
	border-color:#ca151e;
}
.index-dealer-box .dealer-item:hover .item-title{
	color:#ca151e;
}
.index-dealer-box .dealer-item:hover .cartypes_box span{
	color:#ca151e;
}

/*主页商家end*/

.thumb-box {
	position: relative;
	overflow: hidden;
	display: block;
}
.thumb-box .img-box{
	float:left;
}
.thumb-box .img-box ._img{
	padding-bottom:80%;
}
.thumb-box:hover .img-box ._img .img{
    transform: scale(1.1);
}
.thumb-box .video_thumb{
	bottom:35px;
}
.thumb-box .thumb-title{
	height:30px;line-height: 30px;
	background: rgba(0,0,0,0.5);
	color:#fff;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space:nowrap;
    word-break:keep-all;
    position: absolute;
    bottom:0;left:0;
    width:100%;
}

/*纯标题列表stert*/
.video_thumb {
	position: absolute;
	color:#fff;
	width:32px;height:32px;
	line-height: 28px;
	z-index: 99;
	bottom:5px;left:5px;
	font-size:18px;
	padding-left:5px;
	text-align: center;
}
.video_thumb .layui-icon{ font-size:30px;}
.list-video {
	padding-right:60px;
	position: relative;
}
.index-video-more {
	position: absolute;
	width:40px;height:170px;
	background: #ca151e;
	color:#fff;
	border-radius: 4px;
	text-align: center;
	display: block;
	top:0;right:10px;
    align-items: center;
    vertical-align: middle;
    writing-mode:tb-rl;
    line-height: 40px;
}
._img.video video{
	top:50%;
	left:50%;
	height:100%;
	position: absolute;
	-webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.list-product-box {
    min-height: 240px;
}
.list-product-box .product-item{
    margin-bottom:10px;
}
.list-product-box .product-item ._img{

}
.list-product-box .product-item .img{

}
.list-product-box .product-item .item-title{
    font-size:14px;
    /*margin-top:8px;*/
    margin-bottom:5px;
    height:20px;line-height: 20px;
    overflow: hidden;text-overflow: ellipsis;
    white-space:nowrap;
    word-break:keep-all;

}
.list-product-box .product-item .price{
    font-size:18px;
    color:red;
    font-weight: 600;
}
.list-product-box .product-item .price:before{
    content:'￥';
    display: inline-block;
    padding-right:2px;
}
.list-product-box .product-item .buy_btn{
    margin-left:5px;
    font-size:13px;
    background: #f9ab09;
    border-radius: 4px;
    display: inline-block;
    line-height: 13px;
    padding:4px 10px;
    color:#fff;
	float:right;
}
.list-product-box .product-item:hover .item-title{
    color:red;
}
.list-product-box .product-item:hover .img{
    transform: scale(1.1);
}
.list-product-box .product-item:hover .buy_btn{
    background: red;
}
/*纯标题列表end*/

/*纯标题列表stert*/
.list-news-box {
	height:calc(100%);
	position: relative;
}
.list-news-box.item-1 {height:calc(36px * 1);}
.list-news-box.item-2 {height:calc(36px * 2);}
.list-news-box.item-3 {height:calc(36px * 3);}
.list-news-box.item-4 {height:calc(36px * 4);}
.list-news-box.item-5 {height:calc(36px * 5);}
.list-news-box.item-6 {height:calc(36px * 6);}
.list-news-box.item-7 {height:calc(36px * 7);}
.list-news-box.item-8 {height:calc(36px * 8);}
.list-news-box li a{
    display: inline-block;
    width:100%;
    height:36px;
    line-height: 28px;
    padding:4px 0;
    float:left;
    text-overflow: ellipsis;
    overflow: hidden;

    white-space:nowrap;
    font-size:13px;
}
.list-news-box li i{
	float:left;
	padding:2px 0;
	height:28px;
	font-size:13px;
}
.list-news-box li p{
	float:left;
	width:calc(100% - 100px);
    height:28px;
    line-height: 28px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space:nowrap;
}
.list-news-box li span.date{
	color:#999;
	float:right;
}
.list-news-box li:hover a{
    color:#ca151e;
}
/*纯标题列表end*/


/*bbs菜单 start*/
.bbs-category {
	border:1px solid #f0f0f0;
	overflow: hidden;
	position: relative;
	height:calc(100%);
	border-width:1px 1px 0 1px;
}
.bbs-category:after {
	width:1px;
	height:100%;
	content:'';
	display: inline-block;
	left:50%;top:0;
	position: absolute;
	background: #f0f0f0;
}
.bbs-category a{
	display: inline-block;
	float:left;
	line-height: 50px;
	height:50px;
	text-align: left;
	width:50%;
	padding:0 10px;
	position: relative;
}
.bbs-category a:nth-of-type(odd):after{
	position: absolute;
	bottom:0;left:0;
	width:200%;height:1px;
	background: #f0f0f0;
	content:'';
	display: inline-block;	
}
.bbs-category a i{
	float:left;
	width:50px;height:50px;
	background: center center no-repeat;
	background-size: 40px auto; 
}
.bbs-category a:hover{
	background: #ca151e;
	color:#fff;
}
/*bbs菜单 end*/

/*合作伙伴start*/
.index-bbs-box {
	
}
.index-bbs-box .bbs-item {
	position: relative;
	float:left;
	display: inline-block;
}
.index-bbs-box .bbs-item a{
	position: relative;
	display: inline-block;
	width:100%;
	height:0;
	padding-bottom:46%;
	background: #f7f7f7;
	overflow: hidden;
}
.index-bbs-box .bbs-item span{
	position: absolute;
	width:100%;height:100%;
	top:0;left:0;
	display: inline-block;
	background:center center no-repeat;
	background-size: contain;
}
.index-bbs-box .bbs-item span:last-of-type{
	top:auto;
	bottom:-100%;
}
.index-bbs-box .bbs-item:hover span:first-of-type{
	top:-100%;
}
.index-bbs-box .bbs-item:hover span:last-of-type{
	bottom:0%;
}
/*合作伙伴end*/

/*合作伙伴start*/
.index-partner-box {
	
}
.index-partner-box .partner-item {
	position: relative;
	float:left;
	display: inline-block;
}
.index-partner-box .partner-item a{
	position: relative;
	display: inline-block;
	width:100%;
	height:0;
	padding-bottom:40%;
	background: #f7f7f7;
	overflow: hidden;
}
.index-partner-box .partner-item span{
	position: absolute;
	width:100%;height:100%;
	top:0;left:0;
	display: inline-block;
	background:center center no-repeat;
	background-size: contain;
}
.index-partner-box .partner-item span:last-of-type{
	top:auto;
	bottom:-100%;
}
.index-partner-box .partner-item:hover span:first-of-type{
	top:-100%;
}
.index-partner-box .partner-item:hover span:last-of-type{
	bottom:0%;
}
/*合作伙伴end*/


/*友情链接start*/
.index-links-box {
	
}
.index-links-box .link-item {
	position: relative;
	float:left;
	height:30px;
	line-height: 20px;
	display: inline-block;
	margin-right:10px;
	padding:5px 0;
}
.index-links-box .link-item span{
	float:left;
	padding-right:10px;
}
.index-links-box .link-item:hover span{
	color:#ca151e;
}
.index-links-box .link-item:after{
	float:left;
	content:'';
	width:1px;
	height:20px;
	display: inline-block;
	background: #666;

}
.index-links-box .link-item:last-of-type:after{
	display: none;
}

/*友情链接end*/



.gg_box {
    width:100%;
    padding:30px 0 20px;
    background: #F7F8FC;
    border:1px solid #DADADA;
    text-align: center;
}
.gg_box .info-box{
    display: inline-block;
}
.gg_box .info-box .info{
    display: inline-block;
    text-align: center;
    float:left;
}
.gg_box .info-box .info h3{
    margin:0;
    padding:0;
    height:30px;
    font-size:30px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom:8px;
}
.gg_box .info-box .info p{
    color:#999;
    font-size:15px;
    margin:0;
}
.gg_box .info-box button{
    float:left;
    width:160px;
    border-radius: 4px;
    overflow: hidden;
    height:40px;line-height: 40px;
    color:#fff;
    font-size: 16px;
    text-align: center;
    background: #E31722;
    border:none;
    display: inline-block;
}
.gg_box .info-box button:last-of-type{
    background: #E75E18;
}

#_total {
    color:red;
    font-size:1.1em;
    padding:0 5px;
}

.list-product-box {
    
}
.list-product-box .list-product-item{
    border:1px solid #eaeaea;
    padding:15px 10px;
    margin-bottom:20px;
    overflow: hidden;
}
.list-product-box .list-product-item .img-box{
    width:240px;
}
.index-product-box .product-item .img{
    display: inline-block;
    width:100%;height:100%;
    position: absolute;
    background:#f7f7f7 center center no-repeat;
    background-size: cover;
}
.list-product-box .item-infos-box {
    float:left;
    width:calc(100% - 260px);
}

.list-product-box .list-product-item .item-title{
    /*max-width: 86%;*/
    font-size:18px;
    overflow: hidden;
    height:30px; line-height: 30px;
    text-overflow: ellipsis;    
    white-space:nowrap;
    word-break:keep-all;
    margin-bottom:6px;
}
.list-product-box .list-product-item .item-title .title{
    color:#ca151e;
}
.list-product-box .list-product-item .item-title .action-links a{
	font-size:13px;
	position: relative;
	display: inline-block;
	line-height: 30px;
	color:#ca151e;
}
.list-product-box .list-product-item .item-title .action-links a:hover{
	color:#000;
}
.list-product-box .list-product-item .item-title .action-links a span {
	padding:0 10px;
	float:left;
}
.list-product-box .list-product-item .item-title .action-links a:after{
	content:'';
	display: inline-block;
	width:1px;
	background: #999;
	position: absolute;
	bottom:8px;
	height:16px;
	float:left;
}
.list-product-box .list-product-item .item-title .action-links a:last-of-type{
	padding-right:0;
}
.list-product-box .list-product-item .item-title .action-links a:last-of-type span{
	padding-right:0;
}
.list-product-box .list-product-item .item-title .action-links a:last-of-type:after{
	display: none;
}

.list-product-box .item-infos-box .item-infos{
    padding-right:140px;
    position: relative;
    height:94px;
    overflow: hidden;
}
.list-product-box .item-info-box {
    font-size:13px;
}
.list-product-box .item-info-box>div span{
    color:#999;
}
.list-product-box .item-info-box>div {
    margin-bottom:1em;
}
.list-product-box .item-info-action {
    float:right;
}

.list-product-box .item-infos-box .item-infos .item-info-action{
    width:300px;
    position: absolute;
    right:0;top:0;
    text-align: right;
}
.list-product-box  .item-infos .item-info-action span{
    width:100%;
    display: inline-block;
}
.list-product-box .item-infos-box .item-infos .item-info-action .action-title{
    font-size:13px;
    color:#999;
}
.list-product-box .item-infos-box .item-infos .item-info-action .price{
    font-size:18px;
    color:#ca151e;
    padding:4px 0 8px;
}
.list-product-box .item-infos-box .item-infos .item-info-action .buy_btn{
    font-size:15px;
    background: #ca151e;
    color:#fff;
    width:100px; height:30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.item-infos-box .product-merit span{
    height:20px;
    line-height: 20px;
    font-size:13px;
    margin-right:8px;
    overflow: hidden;
    float:left;
    position: relative;
}
.item-infos-box .product-merit span:after{
    position: absolute;
    content: '';
    top:3px;left:0px;
    width:12px;height:12px;
    border:1px solid #ca151e;
}
.item-infos-box .product-merit span:before{
    content:'\2714';
    float:left;
    width:18px;height:20px;
    line-height: 16px;
    font-size:20px;
    color:#ca151e;
    display: inline-block;
}

.list-product-box .list-product-item:hover {
    /*transform:translateX(-8px);*/
}
.list-product-box .list-product-item:hover a{
    color:#ca151e;
}
.list-product-box .list-product-item:hover .item-info-box{
    color:#ca151e !important;
}
.list-product-box .list-product-item:hover .img{
    transform:scale(1.1);
}

.content-box {
    width:100%;
    padding:15px 20px;
    border:1px solid #eee;
}
.content-box .content-title{
    font-size:24px;
    text-align: center;
    width:100%;
    padding:10px 0;
    margin-bottom:0;
    line-height: 1.4em;
}
.views-num {
    font-size:13px;
    padding:0 10px;
    color:#999;
}
.content-box .content {
    text-align: justify;
    line-height: 2;
	font-size:16px;
}
.content-box .content p{
    text-align: justify;
    margin-bottom: 1em;
}
.content-box .content img{
	max-width: 100%;
	height:auto;
}
.content-box .content-tags {
    font-size:14px;
    line-height: 24px;
}
.content-box .content-tags a{
    background:#eee;
    line-height: 1em;
    padding:5px 8px;
    color:red;
    border-radius: 0;
    margin-right:2px;
}
.content-box .content-tags a:hover{
    background: #ca151e;
    color:#fff;
}

.article-action-btn {
    text-align: center;
    position: relative;
}
.article-action-btn .action-btn{
    display: inline-block;
    text-align:center;
    padding:0 20px;
}
.article-action-btn i{
    width:50px;height:50px;
    border:1px solid #6d6d6d;
    color:#6d6d6d;
    border-radius: 50px;
    font-size:18px;
    line-height: 50px;
    text-align: center;
    clear:both;
}
.article-action-btn .action-btn p{
    margin-top: 10px;
    font-size:13px;
}
.article-action-btn .action-btn:hover p{
    color:#ca151e;
}
.article-action-btn .action-btn:hover i{
    color:#ca151e;
    border-color:#ca151e;
}
.article-action-btn .share-box{
    position: absolute;
    width:30%;
    top:0;right:0;
    text-align: center;
}
.article-action-btn .share-box .bdsharebuttonbox{
    text-align: center;
    padding-top:10px;
    display: inline-block;
}
.article-action-btn .share-box .bdsharebuttonbox{

}
.article-action-btn .share-box  span{
    float:left;
    line-height: 32px;
    color:#999;
}
.article-action-btn .share-box a{
    background-image:url(../img/icons_0_24.png) !important; 
    display: inline-block;
    margin:0 6px 0 0;
}


.dealer-item-hots {
	margin-bottom:15px;
	border:1px solid #eee;
	padding:15px 20px;
}
.dealer-item-hots .img-box{
	width:150px;
}
.dealer-item-hots .img-box ._img{
	padding-bottom:82%;
}
.dealer-item-hots .item-infos-box{
	position: relative;
}
.dealer-infos .item-infos-box>.item-title {
	padding-right:40px;
}
.dealer-infos .item-infos-box>.item-title:after {
	content:'';
	display: inline-block;
	position: absolute;
	width:42px;height:52px;
	background: url(../img/company_audit.png);
	right:25px;top:0;
}
.dealer-item-hots .item-infos-box>.item-title:after {
	right:0px;
}

.dealer-box .dealer-btn {
	margin-right:10px;
	width:100px;height:28px;
	max-width: 100%;
	line-height: 30px;
	text-align: center;
	background: #ca151e;
	display: inline-block;
	color:#fff;
	/*margin-top:5px;*/
}
.dealer-box .dealer-btn-default{
	border:1px solid #ca151e;
	height:28px;line-height: 28px;
	color:#ca151e;
	background: none;
}

.cate-title {
	width:100%;
	height:42px;
	line-height: 42px;
	border-bottom:2px solid #e8e8e8;
	position: relative;
}
.cate-title span{
	position: absolute;
	height: 40px;
	display: inline-block;
	padding:0 1em;
	color:#fff;
	font-size:18px;
	color:#000;
	background: #fff;
}
.cate-title span:after{
	position: absolute;
	content:'';
	display: block;
	width:100%;height:2px;
	background: #ca151e;
	bottom:-1px;left:0;
}

.dealer-search {
    border-bottom:1px solid #f0f0f0;
    overflow: hidden;
}
.dealer-search .curr_location{
    height:32px;
    line-height: 32px;
    max-width:800px;
    overflow: hidden;
}
.dealer-search .curr_location>span{
    color:#999;
    float:left;
}
.dealer-search .curr_location a{
    display: inline-block;
    text-align:center;
    float:left;
}
.dealer-search .curr_location a span{
    float:left;
}
.dealer-search .curr_location a:hover{
    color:#ca151e;
}
.dealer-search .curr_location a:last-of-type:after{
    display: none;
}
.dealer-search .curr_location a:after{
    content:'';
    display: inline-block;
    transform:rotate(45deg) translateX(-2px);
    width:6px;height:6px;
    border:1px solid #999;
    border-width: 1px 1px 0 0;
    margin:0 5px;
}

.search-box input{
    width:300px;
    height:32px;
    line-height: 32px;
    border:1px solid #ca151e;
    color:#999;
    float:left;
    padding:0 10px;
    font-size:14px;
    outline: none;
}
.search-box input:focus{
    color:#333;
}
.search-box button{
    width:60px;
    height:32px;
    line-height: 32px;
    color:#fff;
    background: #ca151e;
    border:none;
    float:left;
}
.search-box button:hover{
    color:#ff0;
}

.dealer_filter {
	
}
.dealer_filter li{
	padding:15px 0;
	border-bottom:1px solid #e8e8e8;
	padding-left:60px;
	position: relative;
}
.dealer_filter li>span{
	position: absolute;
	margin-right:5px;
	top:18px;left:0;
	display: inline-block;
}
.dealer_filter li>a{
	display: inline-block;
	padding:2px 8px;
	margin-right:5px;
	margin-bottom:3px;
}
.dealer_filter li .active,.dealer_filter li a:hover{
	background: #ca151e;
	color:#fff;
}

.catetype_filter {
}
.catetype_filter li{
	padding:15px 0 12px;

	border-bottom:1px solid #e8e8e8;
	padding-left:7em;
	position: relative;
}
.catetype_filter li>span{
	position: absolute;
	margin-right:5px;
	top:18px;left:0;
	display: inline-block;
	color:#999;
}
.catetype_filter li>a{
	display: inline-block;
	padding:2px 8px;
	line-height: 18px;
	margin-right:5px;
	margin-bottom:3px;
	position: relative;
}
.catetype_filter li .active,.catetype_filter li a:hover{
	background: #ca151e;
	color:#fff;
}
.icon-down:after {
	position: absolute;
	bottom:0;left:50%;
	border:1px solid #e8e8e8;
	background: #fff;
	width:8px;height:8px;
	border-width: 1px 1px 0 0;
	content: '';
	display: inline-block;
	z-index: 99;

    -webkit-transform: translateX(-50%) translateY(12px) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(12px) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(12px) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(12px) rotate(-45deg);
    transform: translateX(-50%) translateY(12px) rotate(-45deg);
}

.filter_result {
    position: relative;
}
.result_btn {
    border:1px solid #ca151e;
    margin-right:10px;
    padding:4px 8px;
    color:#ca151e;
    position: relative;
     -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;
}
.result_btn a:first-of-type {
    margin-right:5px;
}
.result_btn i{
    cursor: pointer;
}

#cateBox {
	margin-top:5px;
	border:1px solid #e8e8e8;
	padding:10px 15px 7px;
}
#cateBox .type_btn{
	margin-right:5px;
	margin-bottom:3px;
	display: inline-block;
	padding:2px 8px;
}
#cateBox .type_btn.active{
	background: #ca151e;
    color: #fff;
}


/*视频主页幻灯*/
.video-swiper-box .swiper-container{
	padding-bottom:20px;
}
.video-swiper-box .swiper-pagination{
	bottom:0px;
}
.video-swiper-box .swiper-pagination .swiper-pagination-bullet{
	width:10px;
	height:10px;
	border-radius: 5px;
	background: #999;
	overflow: hidden;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    opacity:0.6;
}
.video-swiper-box .swiper-pagination .swiper-pagination-bullet:hover{
	background: #c61326;
    opacity:0.8;
}
.video-swiper-box .swiper-pagination .swiper-pagination-bullet-active{
    opacity:1;
	width:30px;
	background: #c61326;
}

.video-swiper-box .swiper-pagination.news{
	bottom:0px;
}
.video-swiper-box .swiper-pagination.news .swiper-pagination-bullet{
	width:30px;
	height:6px;
	border-radius: 8px;
	background: #999;
	overflow: hidden;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    opacity:0.6;
}
.video-swiper-box .swiper-pagination.news .swiper-pagination-bullet:last-of-type{
	/*border-radius: 0px 8px 8px 0;*/
}
.video-swiper-box .swiper-pagination.news .swiper-pagination-bullet:first-of-type{
	/*border-radius: 8px 0px 0px 8px;*/
}
.video-swiper-box .swiper-pagination.news .swiper-pagination-bullet:hover{
	background: #c61326;
    opacity:0.8;
}
.video-swiper-box .swiper-pagination.news .swiper-pagination-bullet-active{
    opacity:1;
	width:50px;
	background: #c61326;
}


/*视频列表页*/
.list-video-box {
    min-height: 240px;
}
.list-video-box .video-item{
    margin-bottom:15px;
    /*background: #f0f0f0;*/
    overflow: hidden;
}
.list-video-box .video-item ._img{
	padding-bottom:56%;
}
.list-video-box .video-item .img{

}
.list-video-box .video-item .img-box{
	float:left;
}
.video_thumb.icon-center{
	top:50%;
	left:50%;
	width:50px;
	height:50px;
	border-radius: 25px;
	margin-top:-25px;
	margin-left:-25px;
	line-height: 48px;
	font-size:24px;
}
.list-video-box .video-item:hover .video_thumb{
	border-color:rgba(255,255,255,0.8);
}
.list-video-box .video-item:hover .video_thumb i{
	color:rgba(255,255,255,0.8);
}
.list-video-box .video-item .item-infos{
	padding:12px 8px;
	float:left;
	width:100%;
}
.list-video-box .video-item .item-title{
    margin-bottom:5px;
    height:20px;line-height: 20px;
    overflow: hidden;text-overflow: ellipsis;
    white-space:nowrap;
    word-break:keep-all;
    font-size:15px;
}
.list-video-box .video-item .item-info{
	color:#aaa;
}
.list-video-box .video-item:hover .item-title{
    color:#ca151e;
}
.list-video-box .video-item:hover .img{
    transform: scale(1.1);
}
.list-video-box .video-item:hover .item-info{
    color:#ca151e;
}

/*栏目-视频分类*/
.cates-menu {
	width:100%;
	font-size:15px;
	display: block;
	margin-bottom:8px;
}
.cates-menu:after{
	content:'';
	display: block;
	clear:both;
}
.cates-menu li{
	float:left;
	text-align: center;
	background: #e8e8e8;
	position: relative;
}
.cates-menu li a{
	display: block;
	height:40px;
	line-height: 40px;
}
.cates-menu li.active,.cates-menu li:hover{
	background: #ca151e;
}
.cates-menu li.active a,.cates-menu li:hover a{
	color:#fff;
}

/*视频内页*/
.video-content-box {
    width:100%;
}
.video-content-box .content-title{
    font-size:24px;
    width:100%;
    padding:10px 0;
    margin-bottom:0;
    font-weight: 600;
    line-height: 1.4em;
}
.views-num {
    font-size:13px;
    padding:0 10px;
    color:#999;
}
.video-content-box .content {
    text-align: justify;
}
.video-content-box .content p{
    text-align: justify;
    margin-bottom: 1em;
    line-height: 1.6;
}
.video-content-box .content-tags {
    font-size:14px;
    line-height: 24px;
}
.video-content-box .content-tags a{
    background:#eee;
    line-height: 1em;
    padding:5px 8px;
    color:red;
    border-radius: 0;
    margin-right:2px;
}
.video-content-box .content-tags a:hover{
    background: #ca151e;
    color:#fff;
}

.video-action-btn {
	font-size:16px;
	height:24px;
	line-height: 24px;
}
.video-action-btn .action-btn{
	float:left;
	margin-right:15px;
}
.video-action-btn .action-btn i{
	font-size:24px;
	float:left;
}
.video-action-btn .action-btn span{
	float:left;
	line-height: 28px;
	padding-left:5px;
}
.video-action-btn .share-box{
	float:left;	
}
.video-action-btn .action-btn:hover i,.video-action-btn .action-btn:hover span{
	color:#ca151e;
}

.video-action-btn .share-box{
    top:0;right:0;
    text-align: center;
}
.video-action-btn .share-box .bdsharebuttonbox{
    text-align: center;
    display: inline-block;
}
.video-action-btn .share-box .bdsharebuttonbox{

}
.video-action-btn .share-box  span{
    float:left;
    line-height: 28px;
    color:#999;
}
.video-action-btn .share-box a{
    background-image:url(../img/icons_0_24.png) !important; 
    display: inline-block;
    margin:0 6px 0 0;
}

.video-box {
	width:100%;
	background:#000;
	padding-bottom:36px;
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity：1;}
.video-js .vjs-big-play-button {
	top:50% !important;left:50% !important;
  	-webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.vjs-control-bar {
	bottom:-36px !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    transition: visibility .1s,opacity .1s !important;
}
.video-js {
	padding-bottom:36px !important
}


.transition-ca151e:hover {
    color:#ca151e;
}


/* 走进专汽世界单页 start*/
.about_left_nav {
	border:1px solid #dcdcdc;
	padding:20px 25px;
	margin-right:20px;
}
.about_left_nav h1{
	margin-top:0;
	font-size:21px;	
	line-height: 30px;
	text-align:center;
	border-bottom:1px solid #dcdcdc;
	padding:10px 20px 15px;
	color:#000;
	position: relative;
}
.about_left_nav h1:before{
	position: absolute;
	width:26px;height:35px;
	left:-32px;top:0px;
	display: inline-block;
	content:'';
	background: url('../img/icon_page_left_tit.png') left top no-repeat;
}
.about_left_nav .list-group{
	padding:10px 20px 40px;
}
.about_left_nav .list-group li a{
	border-bottom:1px dashed #dcdcdc;
	line-height: 40px;
	width:100%;
	display: block;
	font-size:16px;
	text-align:center;
	position: relative;
}
.about_left_nav .list-group li a:after {
	width:12px;height:14px;
	position: absolute;
	margin-left:15px;margin-top:12px;
	display: inline-block;
	content:'';
	opacity: 0;
    top: 0;
    right: 0.5em;
	filter: alpha(0);
	background: url('../img/icon_page_left_tit.png') 0 -40px no-repeat;
	transform:translateX(10px);
}
.about_left_nav .list-group li.active a,.about_left_nav .list-group li a:hover{
	color:#ca151e;
}
.about_left_nav .list-group li.active a:after,.about_left_nav .list-group li a:hover:after{	
	opacity: 1;
	filter: alpha(100);
	transform:translateX(0px);
}
.page-about-bg {
	border:1px solid #dcdcdc;
	padding:20px 25px;
}
.page-about-bg h1.title{
	margin-top:0;
	font-size:18px;
	line-height: 30px;
	text-align:left;
	border-bottom:1px solid #dcdcdc;
	padding:10px 20px 15px;
	color:#ca151e;
}
.page-about-bg h1.title span{
	display: inline-block;
	position: relative;
}
.page-about-bg h1.title span:after{
	position: absolute;
	content:'';
	width:calc(100% + 40px);
	height:1px;
	background: #ca151e;
	bottom:-16px;left:-20px;
}
.page-about-bg h1.title p.title-info{
	font-size:14px;
	color:#999;
	margin-right:-15px;
}
.page-about-content .content {
    text-align: justify;
	line-height:27px;
	font-size:16px;
}
.page-about-content .content p{
    text-align: justify;
    margin-bottom: 1em;
    line-height: 1.6;
    color:#666;
}
.page-about-content .content h4,.page-about-content .content .child_title{
	background: #f4f4f4;
    display: block;
    width: 100%;
    color: #ca151e;
    padding:10px;
    padding-left:15px;
    font-size: 16px;
    overflow: hidden;
}
.page-about-content .content h4:before ,.page-about-content .content .child_title:before {
	width:3px;height:16px;
	background: #ca151e;
	content:'';
	display: inline-block;
	float:left;
	margin-right:10px;
}
.page-map-box {
	border:1px solid #dcdcdc;
	overflow: hidden;
	/*padding-bottom:10px;*/
}
.page-map-box .map-items{
	padding:10px 20px;
	overflow: hidden;
}
.page-map-box .map-items .map-item{
	display: inline-block;
	line-height:2em;
	padding:8px;
	position: relative;
}
.page-map-box .map-items .map-item:nth-of-type(6n):after{
	position: absolute;
	content:'';
	width:600%;height:0px;
	border-bottom:1px dashed #dcdcdc;
	right:0; bottom:0;
}
.page-map-box .map-items .map-item:hover{
	color:#ca151e;
}

.linkman-content .fa-list-box li{
	line-height: 20px;
	margin-bottom:5px;
	display: block;
	width:100%;
	overflow: hidden;
}
.linkman-content .fa-list-box li span{
	float:left;
}
.linkman-content .fa-list-box li i{
	display: inline-block;
	width:20px;
	height:20px;
	border-radius: 10px;
	background: #ca151e;
	color:#fff;
	text-align:center;
	font-size:12px;
	line-height: 22px;
	overflow: hidden;
	float:left;
}
.linkman-content .fa-list-box li i.fa-user{
	line-height: 26px;
	font-size:18px;
}

.page-links-box {
	overflow: hidden;
}
.page-links-box .link-item {
	position: relative;
	float:left;
	height:30px;
	line-height: 20px;
	display: inline-block;
	margin-right:10px;
	padding:5px 0;
	font-size:14px;
}
.page-links-box .link-item span{
	display: inline-block;
	padding-right:10px;
	width:100%;
}
.page-links-box .link-item:hover span{
	color:#ca151e;
}
.page-links-box .links-group {
	font-size:16px;
	color:#000 !important;
	margin-bottom:10px;
	margin-top:10px;
}
.page-links-box .links-items {
	width:100%;
	overflow: hidden;
	padding-bottom:10px;
	border-bottom:1px solid #dcdcdc;
}
.page-links-box .link-item:last-of-type:after{
	display: none;
}
/* 走进专汽世界单页 end*/

/* 意见反馈 start*/
.feedback_info {
	font-size:20px;
	font-weight: 600;
	margin-bottom:10px;
}
.feedback-boxs {
	
}
.feedback-boxs .plupload{
	display: inline-block;
	cursor: pointer;
	font-size:14px;
	height:28px;
	line-height: 26px;
	padding:0 30px;
	border:1px solid #dcdcdc;
	background: linear-gradient(to bottom,#fefefe , #e8e8e8);
}
.feedback-boxs .plupload:hover{
	color:#ca151e;
	background: linear-gradient(to bottom, #e8e8e8,#fefefe);
	/*background: #ca151e;*/
}
.feedback-boxs .psubmit{
    width: 120px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #ca151e;
    border: none;
    float: left;
}
.feedback-boxs .psubmit:hover{
    background: #9C1118;
}

.feedback_box {
	font-size:14px;
}
.feedback_box .feedbac_item{
	margin-bottom:20px;
	font-size:14px;
}
.feedback_box .feedbac_item.no-child {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #dcdcdc;
}
.feedback_box .feedbac_item .content{
	font-size:15px;
}
.feedback_box .feedbac_item:last-of-type{
	border:none;
}
.feedback_box .feedback_user{
	margin-bottom:10px;
	font-size:14px;
	color:#666;
}
.feedback_box .feedback_user .date{
	color:#999;
}
.feedback_box .reply_boxs{
	margin-top:20px;
	background: #F9F9F9;
	border:1px solid #dcecdc;
	padding:20px 20px 0 20px;
}
.feedback_box .reply_boxs .reply_item{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #dcdcdc;
}
.feedback_box .reply_boxs .reply_item:last-of-type{
	border:none;
}
.feedback_box .reply_boxs .reply_item ._content{
	padding-left:2em;
	position: relative;
	min-height: 2em;
	color:#666;
	font-size:15px;
}
.feedback_box .reply_boxs .reply_item ._content:before{
	position: absolute;
	width:1em;height:1em;
	text-align:left;
	content:'“';
	font-size:2.8em;
	display: inline-block;
	left:5px;top:-10px;
	overflow: hidden;
	color:#b2b2b2;
}
/* 意见反馈 end*/

/*左则帮助中心*/
/*显示内容*/



	#base_diyform {
		position: fixed;
		bottom:0;
		left:0;
		z-index: 9999;
		background: #ca151e url(../img/product_from_bg.jpg) center center no-repeat;
		height:70px;
		width:100%;
		padding:10px 0;
		color:#fff;
		line-height: 32px;
	}
	#base_diyform  form{
		background: #ae0f17;
		overflow: hidden;
		padding:8px 30px 10px 25px;
	}
	#base_diyform .filed_box {
		width:calc(100% - 180px);
		float:left;
	}
	#base_diyform .form-group{
		float:left;
		/*margin-right:10px;*/
	}
	#base_diyform .form-group label{
		margin-bottom: 0;
	}
	#base_diyform .form-group .label-title{
		line-height: 32px;
		font-weight: 100;
		margin-right:10px;
		font-weight: bold;
		font-size:15px;
		min-width: 4em;
		text-align: center;
	}
	#base_diyform .form-group .label-title.required{
		line-height:16px;
		margin-bottom:0;
		float:left;
	}
	#base_diyform .form-group .label-title small{
		font-size:13px;
		font-weight: 100;
		line-height: 14px;
		margin-bottom:0;
	}
	#base_diyform .form-group input[type=text]{
		width:calc(100% - 100px);
		margin-right:10px;
		line-height: 32px;
		height:32px;
		background: rgba(255,255,255,1);
		border:1px solid rgba(255,255,255,1);
	}
	#base_diyform .submit{
		background: #ff0;
		padding:0;
		float:right;
		width:160px;
		font-size:18px;
		border:none;
		color:#ca151e;
		border-radius: 5px;
	}

/*资源下载样式 start*/
.list-resource-box {
    
}
.list-resource-box .list-resource-item{
    border:1px solid #eaeaea;
    padding:15px 20px;
    margin-bottom:20px;
    overflow: hidden;
}
.list-resource-box .list-resource-item .img-box{
    width:240px;
	margin-right:20px;
}
.list-resource-box .list-resource-item ._img{
    display: inline-block;
    background:#f7f7f7 center center no-repeat;
    background-size: cover;
	padding-bottom:calc(65% + 5px);
}
.list-resource-box .item-infos-box {
    float:left;
    width:calc(100% - 260px);
}

.list-resource-box .list-resource-item .item-title{
    font-size:18px;
    overflow: hidden;
    color:#333;
    height:30px; line-height: 30px;
    text-overflow: ellipsis;    
    white-space:nowrap;
    word-break:keep-all;
    margin-bottom:10px;
}
.list-resource-box .list-resource-item .item-title .title{
    color:#333;
}
.list-resource-box .list-resource-item .item-title .action-links a{
	font-size:13px;
	position: relative;
	display: inline-block;
	height:24px;
	overflow: hidden;
	line-height: 26px;
	padding:0 5px;
}
.list-resource-box .list-resource-item .item-title .action-links a:hover{
	color:#000;
}
.list-resource-box .list-resource-item .item-title .action-links a.active,.list-resource-box .list-resource-item .item-title .action-links a.active:hover{
	background:#ca151e;
	color:#fff;
	cursor: pointer;
}
.list-resource-box .list-resource-item .item-title .action-links a span {
	padding:0 10px;
	float:left;
}
.list-resource-box .list-resource-item .item-title .action-links a:after{
	content:'';
	display: inline-block;
	width:1px;
	background: #999;
	position: absolute;
	bottom:3px;
	height:16px;
	float:left;
}
.list-resource-box .list-resource-item .item-title .action-links a:last-of-type:after{
	display: none;
}

.list-resource-box .item-infos-box .item-infos{
    padding-right:140px;
    position: relative;
    height:94px;
    overflow: hidden;
}
.list-resource-box .item-info-box {
    font-size:13px;
}
.list-resource-box .item-info-box>div span{
    color:#999;
}
.list-resource-box .item-info-box>div {
    margin-bottom:1em;
}
.list-resource-box .item-info-action {
    float:right;
}
.list-resource-box .item-infos-box .item-pics a{
	overflow: hidden;
	width:100%;
	display: inline-block;
	position: relative;
}
.list-resource-box .item-infos-box .item-pics a .img-box{
	width:100%;
}
.list-resource-box .item-infos-box .item-pics a .img-box p{
	position: absolute;
	color:rgba(255,255,255,0.9);
	font-size:16px;
	width:100%;
	top:50%;margin-top:-25px;
	text-align: center;
	line-height: 25px;z-index: 100;
}
.list-resource-box .item-infos-box .item-pics a .img-box:after{
	content:'';
	display: inline-block;
	position: absolute;
	z-index: 99;
	width:100%; height:100%;
	background: rgba(0,0,0,0.3);
	font-size:16px;
	text-align: center;
	top:0;left:0;
}
/*
.list-resource-box .list-resource-item:hover a{
    color:#ca151e;
}*/
.list-resource-box .list-resource-item:hover .item-info-box a{
    color:#ca151e !important;
}
.list-resource-box .list-resource-item .img-box:hover .img{
    transform:scale(1.1);
}

/*资源下载样式 end*/

.clear {width:100%;clear:both  !important;}
.blank5{height:5px !important;}
.blank10{height:1px !important;}
.blank15{height:15px !important;}
.blank20{height:2px !important;}
.blank30{height:30px !important;}
.blank40{height:40px !important;}
.blank50{height:50px !important;}
.blank60{height:60px !important;}
.blank70{height:70px !important;}
.blank80{height:80px !important;}


.mt_0 {margin-top:0px  !important;}
.mt_5 {margin-top:5px  !important;}
.mt_10 {margin-top:10px  !important;}
.mt_15 {margin-top:15px  !important;}
.mt_20 {margin-top:20px  !important;}
.mt_30 {margin-top:30px  !important;}
.mt_40 {margin-top:40px  !important;}
.mb_5 {margin-bottom: 5px  !important;}
.mb_0 {margin-bottom: 0px  !important;}
.mb_10 {margin-bottom: 10px  !important;}
.mb_15 {margin-bottom: 15px  !important;}
.mb_20 {margin-bottom: 20px  !important;}
.mb_30 {margin-bottom: 30px  !important;}
.mb_40 {margin-bottom: 40px  !important;}
.mr_0 {margin-right: 0px  !important;}
.mr_5 {margin-right: 5px  !important;}
.mr_10 {margin-right: 10px  !important;}
.mr_15 {margin-right: 15px  !important;}
.mr_20 {margin-right: 20px  !important;}
.mr_30 {margin-right: 30px  !important;}
.mr_40 {margin-right: 40px  !important;}
.ml_0 {margin-left: 0px  !important;}
.ml_5 {margin-left: 5px  !important;}
.ml_10 {margin-left: 10px  !important;}
.ml_15 {margin-left: 15px  !important;}
.ml_20 {margin-left: 20px  !important;}
.ml_30 {margin-left: 30px  !important;}
.ml_40 {margin-left: 40px  !important;}

.pt_0 {padding-top:0px  !important;}
.pt_5 {padding-top:5px  !important;}
.pt_10 {padding-top:10px  !important;}
.pt_15 {padding-top:15px  !important;}
.pt_20 {padding-top:20px  !important;}
.pt_30 {padding-top:30px  !important;}
.pt_40 {padding-top:40px  !important;}
.pb_0 {padding-bottom: 0px  !important;}
.pb_5 {padding-bottom: 5px  !important;}
.pb_10 {padding-bottom: 10px  !important;}
.pb_15 {padding-bottom: 15px  !important;}
.pb_20 {padding-bottom: 20px  !important;}
.pb_30 {padding-bottom: 30px  !important;}
.pb_40 {padding-bottom: 40px  !important;}
.pr_0 {padding-right: 0px  !important;}
.pr_5 {padding-right: 5px  !important;}
.pr_10 {padding-right: 10px  !important;}
.pr_15 {padding-right: 15px  !important;}
.pr_20 {padding-right: 20px  !important;}
.pr_25 {padding-right: 25px  !important;}
.pr_30 {padding-right: 30px  !important;}
.pr_40 {padding-right: 40px  !important;}
.pl_0 {padding-left: 0px  !important;}
.pl_5 {padding-left: 5px  !important;}
.pl_10 {padding-left: 10px  !important;}
.pl_15 {padding-left: 15px  !important;}
.pl_20 {padding-left: 20px  !important;}
.pl_30 {padding-left: 30px  !important;}
.pl_40 {padding-left: 40px  !important;}

.mt_1em {margin-top:1em  !important;}
.mt_2em {margin-top:2em  !important;}
.mt_3em {margin-top:3em  !important;}
.mt_4em {margin-top:4em  !important;}
.mt_5em {margin-top:5em  !important;}
.mt_6em {margin-top:6em  !important;}
.mt_7em {margin-top:7em  !important;}
.mt_8em {margin-top:8em  !important;}
.mt_9em {margin-top:9em  !important;}
.mt_10em {margin-top:10em  !important;}
.ml_1em {margin-left:1em  !important;}
.ml_2em {margin-left:2em  !important;}
.ml_3em {margin-left:3em  !important;}
.ml_4em {margin-left:4em  !important;}
.ml_5em {margin-left:5em  !important;}
.ml_6em {margin-left:6em  !important;}
.ml_7em {margin-left:7em  !important;}
.ml_8em {margin-left:8em  !important;}
.ml_9em {margin-left:9em  !important;}
.ml_10em {margin-left:10em  !important;}
.mr_1em {margin-right:1em  !important;}
.mr_2em {margin-right:2em  !important;}
.mr_3em {margin-right:3em  !important;}
.mr_4em {margin-right:4em  !important;}
.mr_5em {margin-right:5em  !important;}
.mr_6em {margin-right:6em  !important;}
.mr_7em {margin-right:7em  !important;}
.mr_8em {margin-right:8em  !important;}
.mr_9em {margin-right:9em  !important;}
.mr_10em {margin-right:10em  !important;}
.mb_1em {margin-bottom:1em  !important;}
.mb_2em {margin-bottom:2em  !important;}
.mb_3em {margin-bottom:3em  !important;}
.mb_4em {margin-bottom:4em  !important;}
.mb_5em {margin-bottom:5em  !important;}
.mb_6em {margin-bottom:6em  !important;}
.mb_7em {margin-bottom:7em  !important;}
.mb_8em {margin-bottom:8em  !important;}
.mb_9em {margin-bottom:9em  !important;}
.mb_10em {margin-bottom:10em  !important;}

.pt_1em {padding-top:1em  !important;}
.pt_2em {padding-top:2em  !important;}
.pt_3em {padding-top:3em  !important;}
.pt_4em {padding-top:4em  !important;}
.pt_5em {padding-top:5em  !important;}
.pt_6em {padding-top:6em  !important;}
.pt_7em {padding-top:7em  !important;}
.pt_8em {padding-top:8em  !important;}
.pt_9em {padding-top:9em  !important;}
.pt_10em {padding-top:10em  !important;}
.pl_1em {padding-left:1em  !important;}
.pl_2em {padding-left:2em  !important;}
.pl_3em {padding-left:3em  !important;}
.pl_4em {padding-left:4em  !important;}
.pl_5em {padding-left:5em  !important;}
.pl_6em {padding-left:6em  !important;}
.pl_7em {padding-left:7em  !important;}
.pl_8em {padding-left:8em  !important;}
.pl_9em {padding-left:9em  !important;}
.pl_10em {padding-left:10em  !important;}
.pr_1em {padding-right:1em  !important;}
.pr_2em {padding-right:2em  !important;}
.pr_3em {padding-right:3em  !important;}
.pr_4em {padding-right:4em  !important;}
.pr_5em {padding-right:5em  !important;}
.pr_6em {padding-right:6em  !important;}
.pr_7em {padding-right:7em  !important;}
.pr_8em {padding-right:8em  !important;}
.pr_9em {padding-right:9em  !important;}
.pr_10em {padding-right:10em  !important;}
.pb_1em {padding-bottom:1em  !important;}
.pb_2em {padding-bottom:2em  !important;}
.pb_3em {padding-bottom:3em  !important;}
.pb_4em {padding-bottom:4em  !important;}
.pb_5em {padding-bottom:5em  !important;}
.pb_6em {padding-bottom:6em  !important;}
.pb_7em {padding-bottom:7em  !important;}
.pb_8em {padding-bottom:8em  !important;}
.pb_9em {padding-bottom:9em  !important;}
.pb_10em {padding-bottom:10em  !important;}

.font-wi{font-weight: initial;}
.font10 {font-size:10px  !important;}
.font12 {font-size:12px  !important;}
.font13 {font-size:13px  !important;}
.font14 {font-size:14px  !important;}
.font15 {font-size:15px  !important;}
.font16 {font-size:16px  !important;}
.font18 {font-size:18px  !important;}
.font20 {font-size:20px  !important;}
.font24 {font-size:24px  !important;}

.border-r{border-right:1px solid #ccc;}
.border-l{border-left:1px solid #ccc;}
.border-t{border-top:1px solid #ccc;}
.border-b{border-bottom:1px solid #ccc;}

.flow-size {overflow:hidden;}

.fcred {color:#ca151e !important; }
.fc999 {color:#999 !important; }
.fc666 {color:#666 !important; }
.fc333 {color:#333 !important; }
.fcf63 {color:#FF6633 !important; }

.bgf2 {background:#f2f2f2 !important; }


.item-1 {height:calc(32px * 1);}
.item-2 {height:calc(32px * 2);}
.item-3 {height:calc(32px * 3);}
.item-4 {height:calc(32px * 4);}
.item-5 {height:calc(32px * 5);}
.item-6 {height:calc(32px * 6);}
.item-7 {height:calc(32px * 7);}
.item-8 {height:calc(32px * 8);}

.span.price{
    font-size:15px;
}
.span.price:before{
    font-size:0.8em;
    content:'￥';
    display: inline-block;
    padding-right:2px;
}

.position-rela {position: relative; }

.col-md-20,.col-lg-20 {
    width:20%;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float:left;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-left: 10px;
	padding-right: 10px;
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.fw_1 {width:1em; }
.fw_2 {width:2em; }
.fw_3 {width:3em; }
.fw_4 {width:4em; }
.fw_5 {width:5em; }
.fw_6 {width:6em; }
.fw_7 {width:7em; }
.fw_8 {width:8em; }
.fw_9 {width:9em; }
.fw_10 {width:10em; }
.fw_15 {width:15em; }
.fw_20 {width:20em; }

.cfw_1 {width:calc(100% - 1em) !important;}
.cfw_2 {width:calc(100% - 2em) !important;}
.cfw_3 {width:calc(100% - 3em) !important;}
.cfw_4 {width:calc(100% - 4em) !important;}
.cfw_5 {width:calc(100% - 5em) !important;}
.cfw_6 {width:calc(100% - 6em) !important;}
.cfw_7 {width:calc(100% - 7em) !important;}
.cfw_8 {width:calc(100% - 8em) !important;}
.cfw_9 {width:calc(100% - 9em) !important;}
.cfw_10 {width:calc(100% - 10em) !important;}
.cfw_15 {width:calc(100% - 15em) !important;}
.cfw_20 {width:calc(100% - 20em) !important;}

.max-fw_1 {max-width:1em; }
.max-fw_2 {max-width:2em; }
.max-fw_3 {max-width:3em; }
.max-fw_4 {max-width:4em; }
.max-fw_5 {max-width:5em; }
.max-fw_6 {max-width:6em; }
.max-fw_7 {max-width:7em; }
.max-fw_8 {max-width:8em; }
.max-fw_9 {max-width:9em; }
.max-fw_10 {max-width:10em; }
.max-fw_15 {max-width:15em; }
.max-fw_20 {max-width:20em; }

.min-fw_1 {min-width:1em; }
.min-fw_2 {min-width:2em; }
.min-fw_3 {min-width:3em; }
.min-fw_4 {min-width:4em; }
.min-fw_5 {min-width:5em; }
.min-fw_6 {min-width:6em; }
.min-fw_7 {min-width:7em; }
.min-fw_8 {min-width:8em; }
.min-fw_9 {min-width:9em; }
.min-fw_10 {min-width:10em; }
.min-fw_15 {min-width:15em; }
.min-fw_20 {min-width:20em; }

i.clear{display: block; }

.gg{
    background: #f7f7f7;
}

.inline-block {display: inline-block !important; }

.no-max-w{max-width: unset !important;}
.no-max-h{max-height: unset !important;}
.no-min-w{min-width: unset !important;}
.no-min-h{min-height: unset !important;}

.fh_10 {height:1em !important; }
.fh_12 {height:1.2em !important; }
.fh_14 {height:1.42em !important; }
.fh_16 {height:1.6em !important; }
.fh_18 {height:1.8em !important; }
.fh_20 {height:2em !important; }

.flh_10 {line-height:1em !important; }
.flh_12 {line-height:1.2em !important; }
.flh_14 {line-height:1.42em !important; }
.flh_16 {line-height:1.6em !important; }
.flh_18 {line-height:1.8em !important; }
.flh_20 {line-height:2em !important; }

.font_bold {font-weight: bold;}

.w-100 {width:100% !important;}
.w40 {width:40px !important;}
.w50 {width:50px !important;}
.w60 {width:60px !important;}
.w80 {width:80px !important;}
.w100 {width:100px !important;}
.w120 {width:120px !important;}
.w150 {width:150px !important;}
.w160 {width:160px !important;}
.w180 {width:180px !important;}
.w200 {width:200px !important;}
.w240 {width:240px !important;}
.w280 {width:280px !important;}
.w300 {width:300px !important;}
.w360 {width:360px !important;}
.w400 {width:400px !important;}

.cw40 {width:calc(100% - 40px) !important;}
.cw50 {width:calc(100% - 50px) !important;}
.cw60 {width:calc(100% - 60px) !important;}
.cw80 {width:calc(100% - 80px) !important;}
.cw90 {width:calc(100% - 90px) !important;}
.cw100 {width:calc(100% - 100px) !important;}
.cw120 {width:calc(100% - 120px) !important;}
.cw150 {width:calc(100% - 150px) !important;}
.cw160 {width:calc(100% - 160px) !important;}
.cw180 {width:calc(100% - 180px) !important;}
.cw200 {width:calc(100% - 200px) !important;}
.cw240 {width:calc(100% - 240px) !important;}
.cw280 {width:calc(100% - 280px) !important;}
.cw300 {width:calc(100% - 300px) !important;}
.cw360 {width:calc(100% - 360px) !important;}
.cw400 {width:calc(100% - 400px) !important;}

.yihang{
    display: block;
    text-overflow: ellipsis;
    white-space:nowrap;
    word-break:keep-all;
    overflow: hidden;
}

.pb25 {padding-bottom:25% !important; }
.pb30 {padding-bottom:30% !important; }
.pb32 {padding-bottom:32% !important; }
.pb38 {padding-bottom:38% !important; }
.pb38 {padding-bottom:38% !important; }
.pb40 {padding-bottom:40% !important; }
.pb50 {padding-bottom:50% !important; }
.pb60 {padding-bottom:60% !important; }
.pb64 {padding-bottom:64% !important; }
.pb70 {padding-bottom:70% !important; }
.pb75 {padding-bottom:75% !important; }
.pb80 {padding-bottom:80% !important; }
.pb90 {padding-bottom:90% !important; }
.pb100 {padding-bottom:100% !important; }

.rpb25 {padding-bottom:calc((100% + 20px) * 0.25) !important; }
.rpb30 {padding-bottom:calc((100% + 20px) * 0.30) !important; }
.rpb35 {padding-bottom:calc((100% + 20px) * 0.35) !important; }
.rpb38 {padding-bottom:calc((100% + 20px) * 0.38) !important; }
.rpb40 {padding-bottom:calc((100% + 20px) * 0.40) !important; }
.rpb50 {padding-bottom:calc((100% + 20px) * 0.50) !important; }
.rpb60 {padding-bottom:calc((100% + 20px) * 0.60) !important; }
.rpb64 {padding-bottom:calc((100% + 20px) * 0.64) !important; }
.rpb70 {padding-bottom:calc((100% + 20px) * 0.70) !important; }
.rpb75 {padding-bottom:calc((100% + 20px) * 0.75) !important; }
.rpb80 {padding-bottom:calc((100% + 20px) * 0.80) !important; }
.rpb90 {padding-bottom:calc((100% + 20px) * 0.90) !important; }
.rpb100 {padding-bottom:calc((100% + 20px) * 1) !important; }

.rpb25-2 {padding-bottom:calc((100% + 20px) * 0.25 + 20px) !important; }
.rpb30-2 {padding-bottom:calc((100% + 20px) * 0.30 + 20px) !important; }
.rpb38-2 {padding-bottom:calc((100% + 20px) * 0.38 + 20px) !important; }
.rpb40-2 {padding-bottom:calc((100% + 20px) * 0.40 + 20px) !important; }
.rpb50-2 {padding-bottom:calc((100% + 20px) * 0.50 + 20px) !important; }
.rpb60-2 {padding-bottom:calc((100% + 20px) * 0.60 + 20px) !important; }
.rpb64-2 {padding-bottom:calc((100% + 20px) * 0.64 + 20px) !important; }
.rpb70-2 {padding-bottom:calc((100% + 20px) * 0.70 + 20px) !important; }
.rpb75-2 {padding-bottom:calc((100% + 20px) * 0.75 + 20px) !important; }
.rpb80-2 {padding-bottom:calc((100% + 20px) * 0.80 + 20px) !important; }
.rpb90-2 {padding-bottom:calc((100% + 20px) * 0.90 + 20px) !important; }
.rpb100-2 {padding-bottom:calc((100% + 20px) * 1 + 20px) !important; }

.font-justify {    
    display: inline-block;
    text-align: justify;
    overflow: hidden;
    vertical-align: top;
}
.font-justify:after {
  content:'';
  width: 100%;
  display: inline-block;
  overflow: hidden;
  height: 0;
}



/*评论框表情包 start*/
#emojibox {
    position: relative;
}
.comment_box {
    position:relative;
}
.comment_box .action-btns{
    height:30px;
    width:100%;
    background: #f7f7f7;
    padding:0 10px;
    line-height: 30px;
    position:absolute;
}
.comment_box .content_msg {
    overflow-y: auto;
    outline: none !important;
    float:left;
    height:15em;
    -webkit-background-clip: text;
}
.emoji-0 {
    width:25px !important;
    height:25px !important;
    display:inline-block;
}
.emoji-0 {
    background: url(../emoji/emoji_0.png) no-repeat;
}
.emoji-1 {
    background: url(../emoji/emoji_1.png) no-repeat;
}
.emoji-2 {
    background: url(../emoji/emoji_2.png) no-repeat;
}
.emoji-3 {
    background: url(../emoji/emoji_3.png) no-repeat;
}
.emoji-4 {
    background: url(../emoji/emoji_4.png) no-repeat;
}
.comment-img {
    border:1px solid #e7e7e7;
    border-radius: 3px;
    overflow: hidden;
    padding:3px;
    max-width:300px;
}
.comment-img img{
    width:100%;
}
.emoji-btn {
    cursor: pointer;
    height:32px;
    line-height: 32px;
    display: inline-block;
    text-align:center;
    padding-right:10px;
    vertical-align: middle;
}
.emoji-btn i{
    line-height: 32px;
    float:left;
    margin-right:3px;
}
.emoji-btn span{
    float:left;
}
.emoji-btn i.fa-smile-o{
    font-size:1.2em;
    font-weight: 600;
}
.emoji-btn:hover{
    color:#ca151e;
}
.comment-subscribe {
    line-height: 32px;
    margin-bottom:0;
}
.comment-subscribe.checkbox input{
    top:9px;
}
/*评论框表情包 end*/
.layer .form-group {
	margin-bottom:8px;
}
.form-group:after {
    content: '';
    overflow: hidden;
    clear: both;
    display: block;
}
.container {
  width:1200px;
  padding-left:15px !important;
  padding-right:15px !important;
}

#filter_box {

}
#filter_box label{
    margin:0;
}
#filter_box .form-group{
    position: relative;
    border:1px solid red;
    padding:5px 0 0 110px;
}
#filter_box .control-label{
    position: absolute;
    top:0; left:0;
    width:100px;
    padding:5px 15px 5px 0;
    text-align: right;
    line-height: 32px;
    background: red;
    color:#fff;
}
#filter_box .form-group input {
    width:0;height:0;
    overflow: hidden;
}
#filter_box .form-group span {
    display: inline-block;
    padding:0 20px;
    line-height: 30px;
    text-align: center;
    border:1px solid #eee;
    border-radius: 3px;
    margin-bottom:5px;
    cursor: pointer;
}
#filter_box .form-group span:hover {
    background: #449d44;
    border-color:#449d44;
    color:#fff;
}
#filter_box .form-group input:checked~span{
    background: #449d44;
    border-color:#449d44;
    color:#fff;
}
#filter_box .filter-cartype .active span{
    background: red;
    color:#fff;
}
#filter_box .radio-inline,#filter_box .checkbox-inline {
    padding-left: 5px !important;
    margin-left:5px !important;
    font-size:15px;
}

#cateBox li {
    width:100%;
    padding:10px 0;
    overflow: hidden;
    border-bottom:1px solid #f0f0f0;
}
#cateBox li .row{
    width:calc(100% - 110px);
    float:left;
    overflow: hidden;
}
#cateBox .er-menu{
    display: inline-block;
    height:34px;line-height: 34px;
    margin-right:20px;
    float:left;
}
#cateBox .er-menu span{
    display: inline-block;
    width:80px;
    height:34px;
    overflow: hidden;
    text-align: center;
}
#cateBox .er-menu i{
    line-height: 34px;
    vertical-align: top;
}


.content-bg {
    background: #fff;
    padding:8px 15px 15px;
    position: relative;
    box-shadow: 0 0 3px 1px rgba(0,0,0,0.1);
}

/* 当前位置 start*/
.location_box{
    height:32px;
    line-height: 32px;
    max-width:800px;
    overflow: hidden;
}

.location_box .location_title {
    color:#666;
    float:left;
}
.location_box a{
    display: inline-block;
    text-align:center;
    float:left;
}
.location_box a span{
    float:left;
}
.location_box a.last-location span{
    color:#666;
}
.location_box a[href]:hover{
    color:#ca151e;
}
.location_box a.last-location:after{
    display: none;
}
.location_box a:after{
    content:'';
    display: inline-block;
    transform:rotate(45deg) translateX(-2px);
    width:6px;height:6px;
    border:1px solid #999;
    border-width: 1px 1px 0 0;
    margin:0 5px;
}

/* 当前位置 end*/

.search-result-box {
    text-align:center;
}
.search-result-box form{
    overflow: hidden;
    position: relative;
}
.search-result-box input {
    width: calc(100% - 120px);
    height: 38px;
    line-height: 38px;
    border: 1px solid #ca151e;
    color: #999;
    float: left;
    padding: 0 10px;
    font-size: 14px;
    outline: none;
}
.search-result-box .search_result {
    position: absolute;
    top:0;
    right:130px;
    line-height: 38px;
    text-align: left;
}
.search-result-box button {
    width: 120px;
    height: 38px;
    font-size:16px;
    line-height: 38px;
    color: #fff;
    background: #ca151e;
    border: none;
    float: left;
}

.form-group .msg-box,.input-group  .msg-box{
    position: absolute;
    bottom:5px;
    right:10px;
    display: inline-block;
    margin:0;
}
.form-group .msg-box .msg-wrap,.input-group  .msg-box .msg-wrap{
    position: relative;
    z-index: 99;
    margin: 0;
    line-height: 30px;
}
.form-group .msg-box .n-error .n-icon ,.input-group .msg-box .n-error .n-icon {
    background-position: left center !important;
    height:30px;
}
.form-group .msg-box .n-ok .n-icon,.input-group .msg-box .n-ok .n-icon {
    background-position: right center !important;
    height:30px;
}

.menu-top-right a:hover {
    color:#ca151e;
}

.follow_btns .follow_btn {
    cursor: pointer;
}
.follow_btns .follow_btn:hover {
    color:#ca151e;
}
.follow_btns .follow_btn .img-box{
    /*width:100px;*/
    top:30px;
    left:50%;
    position: absolute;
    z-index: 99999;
    border:1px solid transparent;
    margin:0;
    background: #fff;
    margin-left:-65px;
}
.follow_btns .follow_btn:hover .img-box{
    border-color:#e9e9e9;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
}
.follow_btns .follow_btn .img-box ._img{
    padding-bottom:0 !important;
}

.follow_btns .follow_btn:hover ._img{
    padding-bottom:100% !important; 
}
.follow_btns .follow_btn.follow_item-2 .img-box{
    width:200%;
    left:0;
}
.follow_btns .follow_btn.follow_item-2:hover .img-box{
    /*box-shadow: 1px 1px 0 0 rgba(0,0,0,.3);*/
}
.follow_btns .follow_btn.follow_item-2:hover ._img{
    padding-bottom:50% !important; 
}
.follow_btns .follow_btn.follow_item-2 .img {
    width:50%;height:100%;
    left:0;
}
.follow_btns .follow_btn.follow_item-2 .img:last-of-type{
    left:50%;
}


.star_level {
}
.star_level .fa-star {
    color:#ca151e;
}
.star_level .star-helf{
    background: linear-gradient(to right,#ca151e 55%, #ccc 45%);
    -webkit-background-clip: text;
    color: transparent !important;
}
.star_level .star-no{
    color: #ccc !important;
}

.hide {
  display: none !important;
}
.no-border {
  border: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-shadow {
  box-shadow: none !important;
}
.fa-douyin::before {
    content:'　';
}
.fa-douyin {
    background: url(../images/icon-douyin.png) center center no-repeat;
    background-size: 100%;
}

.gallery-thumbs .swiper-slide{
    cursor: pointer;
}
.gallery-thumbs .swiper-slide ._img:after{
    position: absolute;
    top:0;left:0;
    width:100%;height:100%;
    content:'';
    background: rgba(0,0,0,0.5);
    z-index: 999;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
.gallery-thumbs .swiper-slide-thumb-active ._img:after{
    background: rgba(0,0,0,0);
}
.gallery-thumbs .swiper-slide:hover ._img:after{
    background: rgba(0,0,0,0);
}
.layui-layer-iframe {
    overflow: hidden !important;
}

.layer-photos img[layer-src],.layer-photos span[layer-src]{
    cursor: pointer;
}

.nav-tabs{ border-bottom:0;}


/* 主要css样式*/
.main-im{position:fixed;right:10px;z-index:100;width:110px;height:272px;/*top:100px;*/}
.main-im .qq-a{display:block;width:106px;height:116px;font-size:14px;color:#0484cd;text-align:center;position:relative;}
.main-im .qq-a span{bottom:5px;position:absolute;width:90px;left:10px;}
.main-im .qq-hover-c{width:70px;height:70px;border-radius:35px;position:absolute;left:18px;top:10px;overflow:hidden;z-index:9;}
.main-im .qq-container{z-index:99;position:absolute;width:109px;height:118px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom:1px solid #dddddd;background:url(../images/qq-icon-bg.png) no-repeat center 8px;}
.main-im .img-qq{max-width:60px;display:block;position:absolute;left:6px;top:3px;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.main-im .im-qq:hover .img-qq{max-width:70px;left:1px;top:8px;position:absolute;}
.main-im .im_main{background:#F9FAFB;border:1px solid #dddddd;border-radius:10px;background:#F9FAFB;display:none;}
.main-im .im_main .im-tel{color:#000000;text-align:center;width:109px;height:auto;border-bottom:1px solid #dddddd;}
.main-im .im_main .im-tel div{font-weight:bold;font-size:12px;margin-top:6px;}
.main-im .im_main .im-tel .tel-num{font-family:Arial;color:#e66d15; margin-top:0px;}
.main-im .im_main .im-tel:hover{background:#fafafa;}
.main-im .im_main .weixing-container{width:55px;height:47px;border-right:1px solid #dddddd;background:#f5f5f5;border-bottom-left-radius:10px;background:url(../images/weixing-icon.png) no-repeat center center;float:left;}
.main-im .im_main .weixing-show{width:112px;height:172px;background:#ffffff;border-radius:10px;border:1px solid #dddddd;position:absolute;left:-125px;top:-126px;}
.main-im .im_main .weixing-show .weixing-sanjiao{width:0;height:0;border-style:solid;border-color:transparent transparent transparent #ffffff;border-width:6px;left:112px;top:134px;position:absolute;z-index:2;}
.main-im .im_main .weixing-show .weixing-sanjiao-big{width:0;height:0;border-style:solid;border-color:transparent transparent transparent #dddddd;border-width:8px;left:112px;top:132px;position:absolute;}
.main-im .im_main .weixing-show .weixing-ma{width:104px;height:103px;padding-left:5px;padding-top:5px;}
.main-im .im_main .weixing-show .weixing-txt{position:absolute;top:110px;left:7px;width:100px;margin:0 auto;text-align:center;}
.main-im .im_main .go-top{width:50px;height:47px;background:#f5f5f5;border-bottom-right-radius:10px;background:url(../images/totop-icon.png) no-repeat center center;float:right;}
.main-im .im_main .go-top a{display:block;width:52px;height:47px;}
.main-im .close-im{position:absolute;right:10px;top:-12px;z-index:100;width:24px;height:24px;}
.main-im .close-im a{display:block;width:24px;height:24px;background:url(../images/close_im.png) no-repeat left top;}
.main-im .close-im a:hover{text-decoration:none;}
.main-im .open-im{cursor:pointer;margin-left:68px;width:40px;height:133px;background:url(../images/open_im.png) no-repeat left top;}
@media screen and (max-width:768px) {
    .main-im{
      display: none;
    }
}


.nycplb{ width:1178px; height:auto; float:left; border:1px solid #ddd; padding:10px; overflow:hidden;}
.F_li{ width:140px; height:40px; line-height:40px; float:left; text-align:center; background:#ca151e; font-size:15px; font-weight:bold; margin-right:20px; border-radius:5px; position:relative;}
.F_li a{ color:#fff;}
.F_li:after {
    content: "";
    border: 8px solid transparent;
        border-left-color: transparent;
    border-left-color: #ca151e;
    float: left;
    position: absolute;
    left: 140px;
    top: 12px;
}
.Z_li{ width:114px; height:40px; line-height:40px; float:left; text-align:center; background:#e8e8e8; margin-bottom:10px; overflow:hidden; font-size:15px; font-weight:bold; margin-right:10px;}
.Z_li:hover{ background:#faaa0b;}
.Z_li:hover a{ color:#fff;}
