/*样式重置*/
h1,h2,h3,h4,h5,h6,
hr,p,blockquote,
dl,dt,dd,ul,ol,li,
button,input,textarea,
th,td{
    margin:0;
    padding:0;
}
@media screen and (max-width: 1180px) {
    body {
        width: 1180px;
    }
}
body{
    margin:0;
    font-style: normal;
    font-family: Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    color: #000;
    background-color: #fff;
}
ul,ol{
    list-style: none;
}
img{
    display: block;
    border:0;
}
a{
    text-decoration: none;
    color: #000;
}
a:hover,a:active{
    outline-width:0;
    text-decoration:none;
}
.clear:after{
    content:' ';
    display: table;
    height:0;
    clear:both;
    visibility:hidden;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}
i,em{
    font-style: normal;
}
.left{
    float:left;
}
.right{
    float:right;
}
.content{
    width:1080px;
    margin:0 auto;
}
/*特珍商城及详情页公共导航部分*/
.tezhen-mall{
    position:relative;
}
.bg-div{
    position:absolute;
    top:0;
    overflow: hidden;
    width:100%;
    z-index: -1;
}
.mall-title{
    width:1080px;
    height:100px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color:#fff;
    display: table-cell;
    vertical-align: middle;
    letter-spacing: 2px;
}
.mall-con{
    padding:40px;
    background: #fff;
    /*min-height: 500px;*/
    box-shadow: 0 0 5px #767676;
}

/*排序*/
.sort-k{
    border-bottom:1px solid #9fa0a0;
}
.sort{
    height:50px;
    line-height: 50px;
    font-size: 16px;
}
.sort span{
    margin-left: 35px;
    cursor:pointer;
}
.item-group{
    margin-left: 10px;
}
.item-group>li>a:hover,
.sort-k .hover,
.sort span:hover{
    color:#3aad72;
}
.con-nav{
    background: #fff;
}
.mall-k{
    border-bottom: 1px solid #9fa0a0;
}
.mall-k .hover a{
    color:#3aad72;
}
.all-list{
    padding:10px 0;
    line-height: 30px;
}
.all-list .mall-nav{
    width:180px;
    cursor:pointer;
}
.all-list .mall-nav span{
    line-height: 23px;
    font-size: 18px;
    margin-left: 22px;
}
.all-list .mall-nav span:after{
    content:'|';
    float:right;
}
.all-list .mall-nav .nav-bar{
    display: inline-block;
    width:23px;
    height:19px;
    background: url("../img/nav-black.png") center center no-repeat;
    margin-bottom: -2px;
}
.all-list .mall-item{
    margin-left: 180px;
}
.all-list .mall-item .item{
    margin: 0 18px;
}
/***********/
.success-con,
.details-con{
    margin-top: 5px;
    padding:40px 40px 0;
    background: #fff;
    box-shadow: 0 0 5px #767676;
}
/*页尾*/
.footer{
    border-top: 3px solid #000;
    background: #efefef;
    padding-bottom: 50px;
    margin-top: 50px;
}

.footer .logo_list{
    border-bottom: 1px solid #383838;
    text-align: center;
    padding: 47px 0 28px;
}
.footer .logo_list>li{
    display: inline-block;
    width:20%;
}
.footer .logo_list>li a{
    display: inline-block;
}
.footer .logo_list>li img{
    margin:0 auto;
}
.footer .logo_list>li span{
    display: inline-block;
    margin-top: 10px;
}
.footer-b{
    color:#383838;
}
.footer-b>ul{
    text-align: center;
    margin-top: 30px;
}
.footer-b>ul>li{
    display: inline-block;
}
.footer-b>ul>li i{
    margin:0 16px;
}
.footer-b .copyright{
    text-align: center;
    line-height: 50px;
}
.footer .mod_service>li{
    width:25%;
    display: inline-block;
}
.footer .mod_service>li>p{
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    border:1px solid #383838;
    width:40px;
    height:40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border-radius: 8px;
    color:#0f8549;
    cursor:pointer;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;

}
.footer .mod_service>li:hover p{
    background: #0f8549;
    color:#fff;
}
.footer .mod_service>li>p.eng{
    font-size: 16px;
}
/*左侧活动入口*/
.tk-form{
    cursor: pointer;
    position:relative;
    color:#FF5722;
}
.tk-form .layui-badge{
    position:absolute;
    top:5px;
    right:30px;
}
.public-activity{
    position:fixed;
	opacity: 0.9;
    left:-150px;
    top:300px;
    z-index: 999;
    width:200px;
    background: #fff;
    border:1px solid #ccc;
    overflow: hidden;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.public-activity:hover .act-del{
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
}
.act-con-row{
    height:45px;
    border-bottom: 1px solid #f8f8f8;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}
.act-con-row a{
    display: inline-block;
    width:100%;
    height:100%;
}
.act-con-row:hover{
    background: #eee;
}
.act-del{
    position:absolute;
    top:0;
    right:-20px;
    width:20px;
    height:20px;
    text-align: center;
    line-height: 20px;
    color:#fff;
    cursor:pointer;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}