.shop_nav{
    height: 38px;
    background: #f5f5f5;
    border-top: 1px solid #efefef;
    line-height: 37px;
}
.nav_s{
    height: 38px;
}
.shop_nav .nav_s ul li{
    float: left;
    margin: 0 30px;
    position: relative;
}
.shop_nav .nav_s ul li a{
    display: block;
    padding: 0 20px;
}
.shop_nav .nav_s ul li.cur::after{
    /* border-bottom: 2px solid #f16623; */
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #f16623;
    left: 0;
    bottom: 0;
}
.shop_nav .nav_s ul li.cur a{
    color: #f16623;
}
.shop_nav .nav_s ul li:hover a{
    color: #f16623;
}
.shop_nav .nav_s ul li:hover::after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #f16623;
    left: 0;
    bottom: 0;
    /* background: #f16623; */
    /* border-bottom: 2px solid #f16623; */
}
.shop_nav .gz_shop{
    color: #f16623;
}
.shop_nav .fgf{
    color: #999;
}
.shop_two{
    width: 202px;
    border: 1px solid #f0f0f0;
    padding: 10px;
}
.typetit{
    width: 180px;
    height: 72px;
    border-bottom: 1px solid #ddd;
}
.typetit h4{
    text-align: center;
    font-size: 20px;
}
.typetit h3{
    text-align: center;
    color: #FFB6C1;
}
.type_list .t{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dotted #ddd;
    text-align: center;
    font-size: 16px;
    position: relative;
}
.type_list .t::after{
    content: '';
    display: block;
    width: 18px;
    height: 2px;
    background: url(../images/fgx.png) no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.type_list ul{
    padding: 5px 0s;
}
.type_list ul li{
    line-height: 34px;
    height: 34px;
    text-align: center;
}
.type_list ul li.cur a{
    color:#f16623;
}
.shop_tit{
    text-align: center;
    padding-top: 34px;
    padding-bottom: 20px;
}
.shop_tit h4{
    font-size: 16px;
    margin-top: 5px;
    color: #666;
    font-weight: normal;
}
.shop_tit h3 img{
    width: auto;
    margin: 0 auto;
}
.shop_list{
    width: 1020px;
}
.shop_list>ul>li{
    width: 243px;
    float: left;
    /*border: 1px solid #ddd;*/
    position: relative;
    margin-right: 16px;
    margin-bottom: 16px;
}
.shop_list>ul>li:nth-child(4n){
    margin-right: 0;
}
.shop_list>ul>li .img{
    width: 241px;
    height: 241px;
    overflow: hidden;
}
.shop_list>ul>li .txt{
    height: 60px;
    padding: 10px;
}
.shop_list>ul>li .txt .tit{
    width: 180px;
}
.shop_list>ul>li .txt .price{
    color:#f16623;
    font-weight: bold;
}
.shop_list>ul>li .txt .price::before{
    content: '￥';
    font-size: 12px;
    color:#f16623;
    font-weight: bold;
}
.shop_list>ul>li .download_btn{
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/ppt.png) no-repeat;
    position: absolute;
    right: 10px;
    bottom: 20px;
}
.edit{
    padding: 35px 0;
}
.edit img{
    width: auto;
    max-width: 100%;
    height: auto;
}
.shop_gl{
    margin-bottom: 20px;
}
.shop_gl ul{
    margin-left: 1px;
}
.shop_gl ul li{
    float: left;
    border: 1px solid #ececec;
    margin-left: -1px;
    width: 96px;
    line-height: 38px;
    height: 38px;
    text-align: center;
    position: relative;
}
.shop_gl ul li.cur a{
    color: #f16623;
}
.shop_gl ul li.price::after{
    content: '';
    display: block;
    width: 7px;
    height: 4px;
    background: url(../images/price_down_1.png);
    position: absolute;
    right: 23px;
    top: 20px;
}
.shop_gl ul li.price::before{
    content: '';
    display: block;
    width: 7px;
    height: 4px;
    background: url(../images/price_up_1.png);
    position: absolute;
    right: 23px;
    top: 14px;
}
.shop_gl ul li.price.price_up::before{
    background: url(../images/price_up_2.png);
}
.shop_gl ul li.price.price_down::after{
    background: url(../images/price_down_2.png);
}
