
.top-title{
    background-color: #fafafa;
}
.top-title .body{
    display: flex;
    justify-content: space-between;
    padding:10px 15px;
}
.top-title .map{
    display: flex;
}
.top-title .map ul{
    display: flex;
}
.top-title .map ul li a,.top-title .map ul li span,.top-title .map .lable{
    color:#666;
}
.top-title .map ul li .iconfont{
    font-size:11px;
    margin:0 5px;
}
.top-title .map ul li a:hover{
    color:var(--theme_active);
}

.flex{
    margin:35px 0;
    display: flex;
}
.flex-left{
    width:100%;
}
.flex-right{
    width:300px;
    flex-shrink: 0;
    margin-left:28px;
}

.goods{
    border:1px solid #eee;
    border-radius: 5px;
    padding:25px;
    margin-bottom: 30px;
}
.goods .mainImg{
    width:300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fafafa;
    position: relative;
    margin-right: 30px;
    border-radius: 5px;
    overflow: hidden;
    flex-shrink: 0;
    border:1px solid #eee;
}
.goods .mainImg img{
    display: block;
    max-width: 300px;
    max-height: 300px;
}
.goods .mainImg .big{
    position: absolute;
    bottom:0;
    right:0;
    display: block;
    width:26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size:20px;
    background-color: rgba(0, 0, 0, 0.3);
    color:#fff;
}
.goods{
    display: flex;
}
.goods .text{
    width:100%;
}
.goods .title{
    border-bottom: 1px dashed #ddd;
    padding:10px 0;
    margin-bottom: 15px;
}
.goods .title h2{
    font-size:16px;
}
.goods .info{
    background: #fffde9;
    border: 1px solid #eeeaca;
    padding: 5px;
    display: flex;
    margin-bottom:30px;
}
.goods .info ul li{
    padding:5px;
}
.goods .info .val{
    color:#f50;
}
.goods .bts button{
    width:158px;
    height: 48px;
    line-height: 46px;
    font-size:18px;
    font-family: sans-serif;
    border:none;
    border-radius: 5px;
    color:#fff;
    cursor: pointer;
     -webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
.goods .bts button.wyxj{
    margin-right: 15px;
    background-color: #569cee;
}
.goods .bts button.skzs{
    background-color: #ff5500;
}
.goods .bts button.wyxj:hover{
    background-color: #428fe9;
}
.goods .bts button.skzs:hover{
    background-color: #f15304;
}

.detail{
    border:1px solid #eee;
    border-radius: 5px;
    padding:25px;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.detail-title{
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 10px;
}
.detail-title:after{
    position: absolute;
    bottom:-1px;
    left:0;
    content: '';
    display: block;
    width:60px;
    height: 2px;
    background-color:var(--theme_active);
}

.detail-table{
	width:100%;
	background:#eee;
	border-spacing:1px !important;
	border-collapse: separate;
    margin-bottom: 10px;
}
.detail-table tr{
	height:36px;
	background:#fff;
	text-align:center;
}
.detail-table tr td,table tr{
	padding:6px 8px;
}
.detail-table tr td.lable{
    background-color: #f6f6f6;
    font-weight: 700;
    font-family: sans-serif;
    color:#666;
}

.detail .content_litpics{
    margin-top: 10px;
}
.detail .content_litpics p{
    margin:2px 0;
}
.detail .content_litpics img{
    display: block;
    margin:0 auto;
}

.goodsAttr{
    display: flex;
    margin:0 -5px 5px -5px;
    flex-wrap: wrap;
}
.goodsAttr .item{
    display: flex;
    align-items: center;
    border:1px solid #eee;
    border-radius: 5px;
    width: calc(50% - 10px);
    box-sizing: border-box;
    margin:5px;
}
.goodsAttr.row4 .item{
    width: calc(25% - 10px);
}
.goodsAttr .item .lable{
    background-color: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:8px 10px;
    box-sizing: border-box;
    color:#666;
    flex-shrink: 0;
    width:85px;
    color:#666;
    height: 100%;
}
.goodsAttr .item .val{
    padding:8px 10px;
    box-sizing: border-box;
}


.detail-content img{
    max-width: 100% !important;
}

.recommend{
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 25px;
    margin-bottom: 30px;
}
.recommend .title{
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 10px;
}
.recommend .title:after{
    position: absolute;
    bottom:-1px;
    left:0;
    content: '';
    display: block;
    width:60px;
    height: 2px;
    background-color:var(--theme_active);
}
.recommend .list ul li{
    margin:15px 0;
}
.recommend .list ul li a{
    display: block;
    border:1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
}
.recommend .list ul li a h3{
    font-weight: normal;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size:14px;
}
.recommend .list .imgbox{
    display: flex;
    align-items: center;
    justify-content: center;
}
.recommend .list img{
    display: block;
    width:100%;
}
.recommend .list ul li a:hover{
    border-color:#ccc;
}
.recommend .list ul li a:hover h3{
    color:var(--theme_active);
}

.enquiry{
    border:1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
}
.enquiry .title{
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 15px;
    color:#fff;
    padding:10px 20px;
    background-color: var(--theme_active);
}
.enquiry .form{
    max-width: 700px;
}
.enquiry .defVal{
    height: 38px;
    display: flex;
    align-items: center;
}

.enquiry .layui-btn{
    background-color: var(--theme_active);
}