@import url('//at.alicdn.com/t/font_1376191_h1rjcr01u2s.css');
.user{
    padding:0 40px;
    font-size: 16px;
}
.user-header{
    /*width: 25px;*/
    height: 25px;
    /*border-radius: 25px*/
}
.user-name{
    font-size: 12px;
    padding-left: 10px
}
.ui-common-footer {
    position: inherit;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: url(../img/footer.png) no-repeat center 0;
    background-size: 1920px 218px;
    font-size: 12px;
    letter-spacing: 0;
    height: 217px;
}
.biao{
    display:flex;
    text-align: center;
    height: 50px;
    line-height: 50px;
}
.biao-li{
    height: 25px;
    line-height: 25px;
    min-width: 50px;
    color: white;
    background: #39a5ef;
    margin-right: 10px;
    border-radius:10px; 
    font-size:14px; 
}
.main-bottom{
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: flex;
    padding: 0 50px
}
.main-bottom-li{
    margin-right: 20px;
    width: 70px;
    cursor: pointer;
}
.main-bottom-li-span{
    font-size: 18px;
    color:#f0821e
}
.bottom-left{
    /*width: 900px;*/
    width: 100%;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    /*min-height: 458px;*/
    padding: 0 0 20px;
    /*margin-right: 20px*/
}
.bottom-right{
    width: 280px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    min-height: 458px;
    padding: 0 0 20px;
}
.bottom-liuyan{
    margin: 20px
}
.bottom-liuyan-input{
    border-radius: 5px;
    border: 1px solid #dadada;
    width: 100%;
}

textarea::-webkit-input-placeholder {
    color: #999999
}
.bottom-liuyan-button{
    background: #39a5ef;
    width: 70px;
    border-radius: 20px;
    color: white;
    float: right;
    border: none;
    height: 36px;
    line-height: 36px
}

.bottom-liuyan-button:active{
    background: #137dc5;
    width: 70px;
    border-radius: 20px;
    color: white;
    float: right;
    border: none;
    height: 36px;
    line-height: 36px;
    outline:0
}

.bottom-liuyan-button:hover{
    background: #2a8fd4;
    width: 70px;
    border-radius: 20px;
    color: white;
    float: right;
    border: none;
    height: 36px;
    line-height: 36px;
    outline:0
}
.liuyan-content{
    margin:40px 20px;
}
.liuyan-content-li{
    height: 138px;
    padding: 30px 0;
    display: flex;
    border-bottom: 1px solid #f1eded
}
.liuyan-content-li-content{
    height: 138px;
    padding: 30px 0
}
.bottom-right-title{
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #333;
    font-size: 14px;
    -webkit-line-clamp: 2;
    line-height: 19px;
    margin-bottom: 15px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    word-break: break-all;
}

img.hot-li-img{
    transition: all 0.6s;
}

.btn-product-operate {
    background:#39A5EF;
    color:white;
    width:45%;
    margin-right:20px;
    border-radius: 30px;
}
a.btn-product-operate:hover {
    color:white;
}