.index-new-box {
    float:left;
    min-height:100%;
    width:1198px;
    overflow:hidden;
    background-color:#ffffff;
    border-top:1px solid #f1f1f1;
    border-left:1px solid #f1f1f1;
    border-bottom:1px solid #f1f1f1;
    border-right:1px solid #f1f1f1;
    margin-bottom:10px;
}
.index-new-box .titlebox1 {
    border-top:1px solid #a2e3fe;
}
.index-new-box .titlebox1 .toptitlebox {
    width:1000px;
    text-align:center;
    line-height:60px;
    color:#717171;
    font-size:18px;
    font-weight:bold;
    margin:20px;
    display:inline;
}
.index-new-box .shoptitlebox {
    float: left;
    width: 225px;
    height: 346px;
    margin: 1px 2px 8px 9px;
    border: 1px solid #EFF0F1;
    background-color: #FFFFFF;
}
.index-new-box .shoptitlebox:hover {
    border:1px solid #dbdbdb;
    box-shadow:0px 5px 20px #dbdbdb;
}
.index-new-box .shoptitlebox .imgbox img {
    width:225px;
    height:225px;
}
.index-new-box .shoptitlebox .titlebox {
    width: 199px;
    height: 71px;
    min-height: 65px;
    line-height: 20px;
    font-size: 13px;
    overflow: hidden;
    margin: 0 auto;
    color: #717171;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-new-box .shoptitlebox . {
    width:100%;
    margin:7px;
}
.index-new-box .shoptitlebox .shopbuybox .moneybox {
    float:left;
    width:110px;
    font-size:22px;
    color: #dc0001;
    margin:0 auto;
    padding-left:5px;
}
.index-new-box .shoptitlebox .shopbuybox .buybox {
    width:85px;
    font-size:16px;
    float:right;
}
.index-bd {
    width:1200px;
    margin-right:auto;
    margin-left:auto;
    overflow:hidden;

}


.priceaction-index{
    overflow:hidden;
}
.priceaction-index-left{
    float:left;
    width:200px;
    height:422px;
}
.priceaction-index-right{
    float:right;
    width:976px;
    height:421px;
    overflow:scroll;

    overflow-x: auto;
    overflow-y: auto;
}

.priceaction-index-right::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 10px;
}

.priceaction-index-right::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.08);
    background: #ededed;
}

.priceaction-index-right::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    background: #fff;
}
.indexmenu-class{
    overflow:hidden;
    padding-top:15px;
    padding-bottom:15px;
}
.indexmenu-class .indexmenu-box{
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 15px 16px 0;
    position: relative;
    cursor:pointer;
    color: #545454;
    margin: 1px;
}
.indexmenu-class .indexmenu-box .indexmenu-box-img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 97px;
}
.indexmenu-class .indexmenu-box .indexmenu-box-img img{
    width: 64px;
    height:64px;
    border-radius: 10px;
}
.indexmenu-class .indexmenu-box .indexmenu-box-name{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top:12px;
    width: 97px;
    font-size: 15px;
}
