.flx-left{
    float: left;
}
.flx-right{
    float: right;
}
.color-999{
    color: #999;
}
.price {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #E4E4E4;

}

.price h2 {
    font-size: 24px;
    color: #333;
    line-height: 1;
    font-weight: 400;
    padding-bottom: 10px;
    padding-left: 10px
}

.price .category {
    width: 100%;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}

.price .category:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 1px;
    background-color: #ededed;
    z-index: 2
}

.price .category:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #ededed;
    z-index: 2
}

.price .category a:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle
}
.price .category ul li {
    width: 113px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    display: table-cell;
    white-space: nowrap;
    font-size: 14px;
    text-align: center;
    border-top: 3px solid transparent;
    cursor: pointer;
    border-right:1px solid #E4E4E4;
    position: relative;

}

.price .category ul li.use-active-tabs {
    border-top-color: #00a4ff;
    color: #00a4ff
}

.price .cont {
    display: none;
    width: 100%;
    background-color: ffff;
    padding-bottom: 20px;

}

.price .cont.cont-active {
    display: block
}

.price .cont ul li {
    width: 96%;
    height: 175px;
    background: fff;
    border: 1px solid #E4E4E4;
    margin: 20px;
    box-sizing: border-box
}

.price .cont ul li:nth-child(4n) {
    margin-right: 0 !important
}
.cont-li-top{
    width:100%;
    height: 50px;
    padding: 0 15px;
    line-height: 50px;
    background: #F7F7F7;
    border-bottom: 1px solid #E4E4E4;
}
.cont-li-content{
    width: 100%;
}
.cont-li-content img{
    width: 126px;
    height: 96px;
    margin:15px 18px;
}
.cont-li-p{

    display: -webkit-flex;
    -webkit-align-items: center;
   height: 126px;
}
.cont-height{
    height: 126px;
    padding:52px 0 10px 10px;
    font-size: 14px;
}
.border-left{
    border-left: 1px solid #E4E4E4;
}
.cont-state button{
    height: 30px;
    line-height: 30px;
    padding:0 15px;
    background: #F06565;
    border-radius: 30px;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
}
.cont-state {
    width: 112px;
    height: 126px;
    line-height: 126px;
    text-align: center;
}
.cont-state a {
    color: #333;
}

.cont-state a:hover {
   color: #00a4ff;
}

.cont-state a:hover .cont_main h3.title {
    color: #00a4ff
}
