.bannerImgs {
    /*height: 320px;*/
    margin-top: 25px;
}
.bannerImgs .layui-carousel{
    border-radius: 10px!important;
    border: 1px solid #fff;
    overflow: hidden;
}
.banner-img{}
#banner img {
    width: 100%;
    height: 100%;
}

.category {
    margin: 19px 0px;
    /*border: 1px solid #ebebeb;*/
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 24px 0 25px 0;
}
.category img{ 
    width: 53px;
    /*border-radius: 3px*/
}
.category a {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 120px;
}

.category a:hover p {
    color: #ff0066
}

.category a:hover i {
    color: black;
}

.category a i {
    font-size: 28px;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
}

.category a p {
    font-size: 15px;
    text-align: center;
    margin-top: 8px;
}

.typeItem {
    width: 100%;
    height: auto;
}

.typeTitle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* padding: 0px 10px; */
}

.typeTitle .typeName {
    font-size: 26px;
    height: 40px;
    line-height: 40px;
}

.typeTitle .typeMore {
    font-size: 20px;
}

.typeTitle .typeMore a {
    color: #ff0066;
    transition: color .5s
}
.typeTitle .typeMore a:hover {
    color: #666;
    transition: color .5s
}
.typeList {
    text-align: justify;
}

.listItem {
    display: inline-block;
    width: 150px;
    margin: 20px 18px;
    position: relative;
}

.listItem img {
    width: 150px;
    height: 210px;
    border-radius: 10px;
}

.listItem .itemTitle {
    padding-top: 15px;
    font-weight: 500;
    padding-bottom: 5px;
    /* font-size: 14px; */
    line-height: 22px;
    height: 40px;
    color: #323038;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: color .5s
}
.listItem .itemTitle:hover{
    color: #ff0066;
    transition: color .5s
}

.listItem .itemPrice {
    color: #ff4655;
    padding-top: 5px;
    font-size: 12px;
    font-weight: 700;
}

.listItem .itemPrice span {
    font-size: 20px;
}

.recentHot {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 25px;
}

.recentHot .typeItem {
    width: 760px;
}

.recentHot .typeItem .typeTitle {
    padding: 0px 20px;
}

.top5 {
    width: 375px;
    margin-left: 20px;
    height: auto;
}

.topList {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.topList_all{
    display: flex;
    margin-left: 15px;
}

.topItem {
    display: block;
    width: 37%;
    height: auto;
}

.topItem .topNum {
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 12px;
    font-size: 14px;
    background: #ff0066;
    display: inline-block;
    color: #fff;
    vertical-align: top;
    margin-right: 20px;
    margin-top: 10px;
}

.topContent {
    display: inline-block;
    width: 61%;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.topContent p.topTitle {
    color: #323038;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 7px;
    transition: color .5s;
}
.topContent p.topTitle:hover{
    transition: color .5s;
    color: #ff0066
}

.topInfo {
    color: #777;
    font-size: 12px;
    margin-top: 5px;
}
.topInfo i{
    margin-right: 5px;
}

.topItem .top1Img {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 15px;
    /* margin-right: 20px; */
}

.topItem .top1Img img {
    width: 80px;
    height: 106px;
    border-radius: 10px;
}


.discount {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.discount .typeItem .typeList {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.discount .typeItem .typeList .listItem {
    display: block;
}

.discountNum {
    position: absolute;
    top: 0px;
    left: 12px;
    overflow: hidden;
    width: 35px;
    height: 45px;
    border-radius: 2px;
    background: 0 0;
    background-image: linear-gradient(#ff4655, #ff4287);
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding-top: 2px;
}

.discountNum p {
    font-size: 11px;
    line-height: 20px;
}

.indexTypes {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.typeShow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.typeShow a {}

.typeShow a.firstShow {
    position: relative;
    vertical-align: top;
    height: 350px;
    width: 250px;
    overflow: hidden;
    border-radius: 10px;
}

.typeShow a.firstShow img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.typeShow a.firstShow .showName {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    padding: 10px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    border-radius: 0 0 5px 5px;
    transition: color .5s
}
.typeShow a.firstShow .showName:hover{
    color:#ff0066;
    transition: color .5s;
}

.showItems {
    /* display: flex; */
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 930px;
    height: 370px;
}

.indexTypeItem {
    width: 270px;
    height: 160px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 30px;
    float: left;
    margin-top: 20px;
}

.indexTypeItem img {
    width: 110px;
    height: 154px;
    border-radius: 10px;
}

.indexTypeItem .typeItemInfo {
    /* height: 100%; */
    width: 140px;
}

.indexTypeItem .typeItemInfo .itemTitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #323038;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: color .5s;
}
.indexTypeItem .typeItemInfo .itemTitle:hover{
    transition: color .5s;
    color: #ff0066
}

.indexTypeItem .typeItemInfo .itemInfo {
    margin-top: 6px;
    font-size: 12px;
    line-height: 20px;
    color: #777;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: color .5s;
}
.indexTypeItem .typeItemInfo .itemInfo:hover{
    transition: color .5s;
    color: #ff0066
}

.indexTypeItem .typeItemInfo .itemPrice {
    color: #fd6857;
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
    line-height: 25px
}

.indexTypeItem .typeItemInfo .itemPrice span {
    font-size: 20px;
}

.indexNews {
    margin-top: 80px;
    width: 100%;
    height: auto;
}

.newsContent {
    margin-top: 30px;
}

.newsLeft {
    float: left;
    width: 870px;
    height: auto;
    padding-left: 20px;
}

.newsLeft .layui-tab-title li {
    width: 70px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-weight: 400;
}

.newsLeft .layui-tab-content {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.newsLeft .layui-tab {
    border-left: 1px solid #e6e6e6;
}

.newsLeft .layui-tab-title li {
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-top: -1px;
}

.newsLeft .layui-tab-title .layui-this:after {
    border: none;
}

.newsLeft .layui-tab-title .layui-this {
    border-bottom: 1px solid #fff;
}

.newsImg {
    width: 440px;
    height: 280px;
    float: left;
    overflow: hidden;
    border-radius: 10px;
}

.newsImg img {
    height: 100%;
    width: 100%;
}

.newsList {
    float: right;
    height: 280px;
    width: 385px;
}

.newsList ul {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.newsList ul li {
    height: 35px;
    line-height: 35px;
    width: 100%;
}

.newsList ul li a {
    line-height: 35px;
    font-size: 14px;
    width: 310px;
    display: block;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsList ul li span {
    line-height: 35px;
    color: #87879f;
    font-size: 13px;
    float: right;
}

.newsList ul li a:hover {
    color: #ff0066;
}

.newsRight {
    float: right;
    width: 270px;
    height: 100%;
}

.newsTop {
    height: 35px;
    line-height: 27px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.newsTop span {
    font-size: 12px;
    color: #999;
    margin-left: 10px;
}

.newsRight ul {
    margin-top: 10px;
}

.newsRight ul li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 35px;
    ;
}

.newsRight ul li .newsNum {
    background: #ffb400;
    padding: 0 5px;
    margin-right: 5px;
    color: #fff;
    font-weight: bold;
}

.newsRight ul li .newsLi {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsRight ul li .newsLi a:hover {
    color: #ff0066;
}