@import "ailuka-iconfont/iconfont.css";/*或者@importurl(style2.css);*/
body{
    color: #383838;
    background: #F9FCFF;
}
.vip-blue{
    font-size: 14px;
    font-family: microsoft yahei;
}
.vip-blue .j_top a{
    padding-left: 0px;
}
.vip-blue .j_top{
    padding-top:10px;
    padding-bottom:10px;
    border-bottom: 1px solid #EDEDED    
}
.j_top_purchase a{
 color:#FF5733;
 font-size: 14px;
 padding-left: 0px!important;
}
.j_top_purchase i{
     color:#FF5733;
     position: relative;
     top: 1px;
}
.j_top_purchase_num{
    display: inline-block;
    min-width: 18px;
    height: 14px;
    line-height: 14px;
    background:#FF5733;
    color: #fff;
    border-radius: 7px;
    position: relative;
  
    text-align: center;
    left: 2px;
    font-size: 12px;
}
.vip-head{
    width:100%;height:80px;position:relative
}
/* banner */
 .vip-banner {
    width: 100%;
    height: 614px;
    overflow: hidden;
    position: relative;    
    top: -80px;
    margin-bottom: -80px;
}

.vip-banner .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    z-index: 1;
    bottom: 20px;
}

.vip-banner .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.vip-banner .hd ul li {
    float: left;
    width: 30px;
    height: 8px;
    margin: 0 5px;
    border-radius: 44px;
    background: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

.vip-banner .hd ul li.on {
    background: rgba(42, 111, 255, 1);

}

.vip-banner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.vip-banner .bd li {
    zoom: 1;
    vertical-align: middle;
    height: 614px;
}
/* 其他页面导航 */
.other-banner{
    width: 100%;
    height: 390px;
    background: url('../../AiLuKa/images/other-banner.jpg') no-repeat center center;
    position: relative;
    top:-80px;
    margin-bottom:-80px
}
/* 导航 */
.vip-navigate{
    position: absolute;
    width: 100%;
    height: 80px;
    left: 0px;
    top: 0px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(50px);
    z-index: 10;
}
.vip-navigate-logo{
    display: inline-block;
    height: 80px;
    line-height: 80px;
}
.vip-navigate-logo img{
    position: relative;
    top: 14px;
}
.vip-navigate  ul{  
    display: inline-block;

}
.vip-navigate  ul li{
    float: left;
    font-size: 18px;
    padding: 0 24px;
    position: relative;
}
.vip-navigate  ul li a{
    color: #383838;
    display: inline-block;
    position: relative;
}
.vip-navigate  ul li.on a,.vip-navigate  ul li:hover a{
    color: #2A6FFF;
}
.vip-navigate  ul li  a::after{
    content: '';
    position: absolute;
    display: inline-block;
    width: 0px;
    height: 4px;
    border-radius: 77px;
    background: #2A6FFF;
    bottom:-7px;
    left: 50%;
    margin-left: 0px;
    opacity: 0;
    transition: all 0.6s;
}
.vip-navigate  ul li.on a::after{
     margin-left: -14px;
     opacity: 1;
        width: 28px;
}
.vip-navigate  ul li a:hover::after{
    margin-left: -14px;
     opacity: 1;
     width: 28px;
}
.vip-navigate-phone{
    font-size: 18px;
    font-weight: bold;

}
.vip-navigate-phone.icon-phone:before{
    margin-right: 5px;
}
/* 当前位置 */
.j_vip_position{
    line-height: 40px;
    padding: 10px 0;
    color: #808080;
}
.j_vip_position a{
    color: #808080;
}
.j_vip_position span{
    color: #383838;
}
.j_vip_detail{
    width: 100%;
    background: #fff;
    padding: 25px 50px;
    box-sizing: border-box;
    line-height: 32px;
    border-radius: 4px;
    margin-bottom: 40px;
    overflow: hidden;
}
.j_vip_detail img{
    max-width: 90%;
    max-height: 600px;
}
.j_vip_position_search{
    padding-top: 2px;
}
.j_vip_position_search_input{
    display: inline-block;
    border: 1px solid #EBEBEB;   border-radius: 4px;    padding: 0 10px;height: 34px;
    overflow: hidden;
}
.j_vip_position_search input{
    width: 240px;
height: 30px;
line-height: 30px;
border: 0px solid #EBEBEB;       
box-sizing: border-box;     

}
.j_vip_position_search_btn{
    display: inline-block;
    width: 58px;
    height: 34px;
    border-radius: 4px;
    background: #2A6FFF;
    color: #fff;
    font-size: 14px;
    border: 0px;border: 1px solid #2A6FFF;    
    margin-left: 10px;
    cursor: pointer;
}

.j_vip_position_search_btn:hover{
    opacity: 0.95;
}
.vip-blue .l_page{
    margin-top: 0px;margin-bottom: 30px;
}
.vip-blue .l_page ul li a.on{
    background-color: #2A6FFF;
    border-color:#2A6FFF;
    color: #fff;
}
.vip-blue .l_page ul li.y_sure a:hover{
     background-color: #2A6FFF;
    border-color:#2A6FFF;
}
.vip-blue .l_page ul li a{color:#2A6FFF; border-color:#2A6FFF;}

/* 页尾 */
.vip-bottom{
    width: 100%;
    background-color: #0D0F1B;
    color: #767982;
}
.vip-bottom-top{
    border-bottom: 1px solid #1D1F29;
    padding-bottom:32px;
}
.vip-bottom-name{
    font-size:20px;
    color: #767982;
    font-weight: bold;
}
.vip-bottom-contact{
    padding: 14px 0;
    font-size: 14px;
}
.vip-bottom-contact span{
    padding-left: 70px;
    font-size: 14px;
}
.vip-bottom-contact .iconfont:before{
    padding-right:4px;
     font-size:18px;
     vertical-align: -2px;
}
.vip-bottom-nav{
    padding: 32px 0 30px 0;
}
.vip-bottom-nav ul{
    display: inline-block;
}
.vip-bottom-nav ul  li{
   float: left;
   margin-left: 40px;
}
.vip-bottom-nav ul  li a,.vip-bottom-nav span a{
   color:#767982 ;
   font-size: 14px;
}
.vip-bottom-nav ul  li a:hover,.vip-bottom-nav span a:hover{
color:#a7aab4
}
.vip-bottom-nav>a{
    margin-left: 60px;
    color: #52545e;
}
.vip-bottom-nav>a:hover{
      color: #767982;
}
/* 首页导航 */
.index-title{
    width: 100%;
    margin-top: 54px;
     padding-bottom: 30px;
   
}
.common-title{
    display: inline-block;   height: 54px;
    vertical-align: bottom;

}
.common-title i{
    position: relative;
    display: inline-block;
    top:6px
}
.common-title-cn{
    font-size: 36px;
    font-weight: 500;
    color: #000;
    padding:0 6px 0 10px
}
.common-title-en{
  color:#A6A6A6;
  font-size: 14px;
position: relative;
top:0px
}

.common-more{
    display: inline-block;
    height: 30px;
    box-sizing: border-box;
    line-height: 30px;
    opacity: 1;
    border-radius: 4px;
    text-align: left;
    color: #2A6FFF;
    font-size: 14px;
    border: 1px solid rgba(42, 111, 255, 1);   
    width: 78px;
    transition: width 0.6s;
    padding: 0 10px; position:relative
     
}
.common-more.iconfont::before{
    content: '';
}

.common-more.iconfont:hover{
    width: 94px;
    text-align:left!important;     
     color: #2A6FFF; 
}

 .common-more.iconfont::after{
    content: "\e615";
    position: absolute;
    font-weight: bold;
    font-size:18px;
   opacity: 0;
    top:0px;
    left:63px;
    -webkit-transition:0.4s all ease-in-out;-o-transition:0.4s all ease-in-out;transition:0.4s all ease-in-out;
}

.common-more.iconfont:hover::after{
   left:68px;    display: inline-block;  opacity: 1;
} 

/* 现货交易 */

.spot-trading-box{
    width: 100%;
    min-height:200px;
}
.spot-trading-box ul{
    display: block;
    width: 110%;
    overflow: hidden;
    padding:2px;
    box-sizing: border-box;
}
.spot-trading-box ul li{
    width: 280px;
    height: 178px;
    float: left;
    margin-right: 28px;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
     transition: all .6s;
     margin-bottom: 26px;
     position: relative;
}
.spot-trading-name{
    width: 100%;
    box-sizing: border-box;
    padding-left: 14px;
    padding-right: 80px;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    color: #383838;
    font-weight: bold;
    position: relative;
    transition: all .3s;
    background:linear-gradient(90deg, rgba(42, 111, 255, 0.2) 0%, rgba(42, 111, 255, 0.08) 100%)

}
.spot-trading-name span{
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 6px;
    width: 66px;
    height:55px;    
    background: url('../images/icon_column_s.png') no-repeat top left;
    transition: all 0.6s;
}
.spot-trading-content{
    padding: 12px 12px 6px;
}
.spot-trading-content p {
    line-height: 1.8;
    color: #808080;
    font-size: 14px;
    display: inline-block;
    width: 100%;

}
.spot-trading-content p.iconfont::before{
    padding-right: 6px;
}
.spot-trading-price-box{
    padding: 0 12px;
}
.buy-btn{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding:0 12px;   
    color: #2A6FFF;
    font-size: 14px;
    border-radius: 4px;
       position: relative;
    border: 1px solid #2A6FFF;     
    transition: all .3s;
}
.buy-btn span{
    z-index: 2;
}
.buy-btn:hover{
   background:#2A6FFF ;
    color:#fff
}

.buy-btn .iconfont{
    font-size: 16px;
}

.buy-btn:hover::before{
opacity:1;height:100%;border-radius:0;z-index:1;color: #fff;}
.spot-trading-box ul li:hover {
    transform: translateX(6px);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.spot-trading-box ul li:hover .spot-trading-name{
    background: linear-gradient(90deg, #2A6FFF 0%, #2A6FFF 100%);
    color: #fff;
}

.spot-trading-box ul li:hover .spot-trading-name span{
   background: url('../images/icon_column_d.png') no-repeat top left;
   top:0px;
}
.spot-trading-box ul li:hover .buy-btn{
        color:#fff; background:#2A6FFF ;
}
.spot-trading-box ul li:hover .spot-trading-name a{color: #fff;}
/* 首页竞价采购 */
.home-bidding-box{
    width: 100%;
    background: url('../images/bg_pur.png') no-repeat;
    background-size: cover;

    overflow: hidden;
}
.vip-table{
    table-layout: fixed;word-break: break-word;
}
.vip-table a{
    color:#383838 ;
}
.vip-table a:hover{
    color:#2A6FFF ;
}
.vip-table td,.vip-table th{
    height: 50px;
    font-size: 14px;
    text-align: center;
   word-break: break-word;
}
.vip-table .ell{
    width: auto;
}
.vip-table td,.vip-table td{
    background: #fff;
    padding: 0 10px;
}
.vip-table-thead{
    width: 100%;
    border-radius: 6px 6px 0 0 ;
    background: linear-gradient(90deg, rgba(0, 91, 234, 0.1) 0%, rgba(42, 111, 255, 0.05) 100%);
    overflow: hidden;
}

.vip-table tbody tr:nth-child(2n) td{
    background: #F9FCFF;
}

.vip-table  .redcolor{
    color: #FF5733;
}
.vip-table .j_index_btn{
    width: 66px;
    height: 30px;
    opacity: 1;
    border-radius: 4px;
    background: rgba(204, 204, 204, 0);
    color: #2A6FFF;
    border: 1px solid #2A6FFF;  
}
.vip-table .j_index_btn:hover{
    background: #2A6FFF;
    color: #fff;
}
.vip-table  .y_notoperate{
    color: #A6A6A6;
    border-color: #A6A6A6;
}
.vip-table  .j_index_btn.y_notoperate:hover{
       color: #A6A6A6;
    border-color: #A6A6A6;
    background:none ;
}
.vip-table tbody tr:hover td{
 background: #f1f6fe
}
/* 新闻动态 */
.home-news-box{
    width: 100%;
    background: #fff;
    overflow: hidden;
  
}
.news-box ul{
    display: block;
    width: 110%;
}
.news-box ul li{
    width: 374px;
    height: 474px;
    overflow: hidden;
    float: left;
    background: #fff;
    border-radius: 10px;  transition: all 1s;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    margin-right: 40px;
}
.news-box ul li:hover{
    background: #2A6FFF;
    color: #fff!important;
}
.news-box ul li:hover a,.news-box ul li:hover .news-title,.news-box ul li:hover .news-subhead,.news-box ul li:hover .news-time,.news-box ul li:hover .news-time a {
      color:#fff;
}
.news-img{
    width: 100%;
    height: 230px;

}
.news-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-content{
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
}
.news-title{
    color: #0D1317;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    padding-top: 10px;
}
.news-subhead{
    padding: 10px 0;
    line-height: 2;
    color: #5B5B5B;
}
.news-time{
    position: relative;
    color:#A6A6A6;
    font-size: 14px;
    padding-top: 6px;
}
.news-time a{
        color:#A6A6A6;
        position:relative;padding-right:20px
}
.news-time .iconfont{
    font-size: 14px;
}

.news-time .iconfont.icon-riqi:before{
    font-size: 14px;    margin-right: 4px;
}
.news-time .iconfont.icon-jiantou:before{
    font-size: 16px;    margin-left: 4px;
    font-weight: normal;
    position: absolute;
    left:56px;
    top:2px;
}
.news-box ul li:hover .news-time .iconfont.icon-jiantou:before{
    -webkit-animation: arrow .8s infinite ease-in-out;
}

/* 友情链接 */
.links-box{
    overflow: hidden;
    margin: 20px auto;
}
.links-title{
    display: inline-block;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    background: #2A6FFF;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
    padding:3px  5px;
    text-align: center;
    float: left;
}
.links-box ul{
    display: inline-block;
    float: left;
    width: 90%;
    padding-left: 10px;
}
.links-box ul li{
    float: left;
    margin-left: 30px;
}
.links-box ul li img{
    height:46px;
    margin-top: 2px;
}
.vip-navigate-relative{
    position: relative;
    background-color: #fff;

}
/* 登录 */
.vip-blue .login_bg{
background:url('../images/bg_login_big.png') no-repeat center,linear-gradient(0deg, #2a6ff7, #451fd2 );
}

.vip-blue .l_logindl input{
    background:#2a6fff
}
.vip-blue  .u-theme-color{
    color:#2a6fff!important
}
.vip-blue  .redBorder {
    border: 1px solid #FF5733;
}
/* 现货交易详情页 */
.j_vip_product_detail{
    padding:40px 100px;
    background: #fff;
    margin-bottom: 60px;
}
.j_vip_product_box{
    padding:10px 26px;
    background:#F9FCFF;
    margin-top: 20px;
}
.j_vip_product_box .j_zbgd{
    width: 600px;
}
.j_vip_product_box .y_txt_buy span a.y_ancg{
background:#2a6fff;
border-radius: 4px;
}
.j_vip_product_box  .y_txt_buy span a.y_andan{
    border-color:#2a6fff;
    color: #2a6fff;
border-radius: 4px;
}
.j_vip_product_box  .y_txt_buy span a.y_andan:hover{
    background:#2a6fff;
    color: #fff;
}
.j_vip_product_box .y_txt_buy{
    background: none;
    margin: 0 auto;
}
.j_vip_product_box .iconfont{
    font-size: 14px;
    color: #808080;
}
.j_vip_product_box .iconfont:before{
    margin-right: 5px;
    font-size: 16px;
}
.j_vip_product_box .t_xqcont td{
    padding: 2px 0;
    font-size: 14px;
}
.j_vip_product_box .red-btn_room{
    background-color: #FF5733;
    margin: 4px 0px 12px;
}
.j_vip_product_box  .color999{
        color: #808080;
}
.t_xqpj article{
font-size: 16px;
color: #383838;
line-height: 2;
padding-bottom: 10px;
padding-left: 8px;
}
.t_cpxqcot{
    line-height: 2;
    font-size: 14px;
    color: #666
}
/*竟价采购列表 */
.list-bidding-table{
    padding: 20px 16px;
    background: #fff;
    margin-bottom: 30px;
    min-height:200px;
}
/*新闻动态列表 */
.list-news-box{
    width: 100%;
    box-sizing: border-box;
    padding: 12px 45px;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 30px;
    min-height:150px;
}
.list-news-box ul li{
    width: 100%;
    border-bottom: 1px solid #EBEBEB;
    padding: 28px 0;
    overflow: hidden;
    transition: all .6s;
}
.list-news-box ul li a:hover{
    color: #2a6fff;
}
.list-news-img{
    width: 242px;
    height: 150px;
    border-radius: 6px;
    overflow: hidden;
    float: left;
}
.list-news-img img{
    width: 100%;
    height: 100%;
    object-fit:cover;display:block;
    transition:.6s transform;transform:translateX(-50%);transform:translateZ(0);
}
.list-news-text{
    width: 842px;
    float: right;
    padding-top: 6px;
}
.list-news-text article{
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
}
.list-news-text p{
    line-height: 1.8;
    color: #808080;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size:14px
}
.list-news-time span,.list-news-time span a{
   color: #A6A6A6;
    font-size:14px
}
.list-news-time .iconfont:before{
    font-size: 16px;
}
.icon-riqi:before{
margin-right: 5px;
}

.list-news-box ul li:hover a{
    color: #2a6fff;
}
.list-news-time a {
    color: #A6A6A6;
    position: relative;
    padding-right: 20px;
}
.list-news-time .iconfont.icon-jiantou:before{
    font-size: 16px;    margin-left: 4px;
    font-weight: normal;
    position: absolute;
    left:56px;
    top:2px;
    transition: all .6s;
}
.list-news-box ul li:hover{
    position: relative;
    transform: translateY(-10);
}
.list-news-box ul li:hover .iconfont.icon-jiantou:before{
    -webkit-animation: arrow .8s infinite ease-in-out;
}
.list-news-box ul li:hover .list-news-img img{transform:scale(1.2,1.2);}
/* 新闻详情 */
.j_vip_detail_title article{
    font-size: 24px;
    color: #0D1317;
    text-align: center;
    padding-top: 20px;
    line-height: 1.5;
}
.j_vip_detail_title .subHead{
    text-align: center;
    color: #A6A6A6;
    padding: 10px 0;
}
.j_vip_detail_relate{
    width: 100%;
    background: #F9FCFF;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    margin-top:40px
}
.j_vip_detail_relate span{
    width: 48%;
    float: left;
}
.j_vip_detail_relate span:last-child{
     float: right;
     text-align: right;
}
.j_vip_detail_relate span a:hover{
        color: #2a6fff;
}
/* 联系我们 */
.vip_map{
    width: 690px;
    height:254px;
    float:left;
}

.vip_map_box{
    width: 100%;
    box-sizing: border-box;
    padding: 45px 40px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 40px;
}
.vip_map_text{
    width: 380px;
    float: right;
    margin-left:34px;
}
.vip_map_text h1{
    display: inline-block;
    font-size: 20px;
    color: #383838;
    font-weight: bold;
    border-bottom: 4px solid #F2F2F2;
    padding-bottom: 10px;
    position: relative;
    margin-bottom:20px;
    padding-top: 24px;

}
.vip_map_text h1::after{
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 8px;
    background: #F2F2F2;
    bottom: -18px;
    left: 0px;
}
.vip_map_contact{
    padding-top: 20px;
}
.vip_map_contact span{
    display: inline-block;
    width: 48%;
    float: left;
    color: #767982;
    padding: 10px 0;
}
.vip_map_contact span:nth-child(2n){
    float: right;
}
.vip_map_contact span.adress{
    width: 100%;
}
.vip_map_contact span.iconfont:before{
    display: inline-block;
    width: 16px;
    margin-right: 5px;
}
/* 大后台登录 */
.manage-login{
    width: 100wh;
    height: 100vh;
background:url('../images/bg_login_big.png') no-repeat center,linear-gradient(0deg, #2a6ff7, #451fd2 );
}
.manage-login-top{
    text-align: center;
    padding-top:16px;
}
.manage-login-top p {
    line-height:2;
    font-size:16px;
    color: #383838;
}
.manage-login-top p.manage-login-title{
font-size: 20px;
font-weight: bold;
line-height: 1.2;
}
.manage-login .l_login_mainr{
   margin-top:calc(50vh - 240px) ;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.manage-login .dlconall{
    height:auto
}

/* 竞价采购详情 */

.t_comtable td {
    height: 48px;
    line-height: 22px;
    word-break: break-word;
    padding: 0px 5px;
}
.vip-table-thead th{
        background: none
}

.vip-table-thead .t_comtable thead tr{
    background: none;
}

.u-border-top{
    border-top: 1px solid #EBEBEB;
}

/* f1f6fehover */

.j_vip_product_box .t_lxrphone{
    background: none;
    height: 30px;
    line-height: 30px;
}
.j_vip_product_box .t_comtable tr{
    background: none;
}

.j_vip_product_box .t_comtable tr:hover{
    background: #f1f6fe;
}
.t_cpxqcot .article{
    font-size: 18px;
    text-align: left;
    font-weight: normal;
    padding-bottom: 10px;
}
.vip-blue .t_bj_btn{
    background: #2a6fff;
    border-radius: 4px;
}
@-webkit-keyframes arrow {
0% {
opacity:0;
-webkit-transform:translate(0, 0px) 
}
50% {
opacity:0.5;
-webkit-transform:translate(3px,0) 
}
100% {
opacity:1;
-webkit-transform:translate(6px,0) 
}
}



.u-width-1200{
    width: 1200px;
}
.u-margin-auto{
    margin: 0 auto;
}
.u-display-inline{
    display: inline-block;
}
.u-relative{
    position: relative;
}
.u-p-l-4{
    padding-left: 4px;
}
.u-p-t-10{
    padding-top: 10px;
}
.u-p-t-20{
    padding-top: 20px;
}
.u-p-b-20{
    padding-bottom: 20px;
}
.u-p-t-30{
    padding-top: 30px;
}
.u-p-b-30{
    padding-bottom: 30px;
}
.u-p-b-60{
    padding-bottom: 60px;
}
.u-m-t-14{
    margin-top: 14px;
}
.u-m-t-34{
    margin-top:34px;
}
.u-m-t-60{
    margin-top: 60px;
}
.u-m-b-20{
    margin-bottom: 20px;
}
.u-text-right{
text-align: right;
}
.u-line-1{
    overflow:hidden; /*超出的部分隐藏起来。*/ 
white-space:nowrap;/*不显示的地方用省略号...代替*/
text-overflow:ellipsis;/* 支持 IE */
}
.u-font-12{
    font-size: 12px;
}
.u-font-bold{
    font-weight: bold;
}
.u-font-18{
    font-size: 18px;
}
.u-theme-color{
    color:#FF5733
}
/* flex布局 */
.u-flex {
	display: flex;
	flex-direction: row !important;
	align-items: center;
}

.u-flex-wrap {
	flex-wrap: wrap;
}

.u-flex-nowrap {
	flex-wrap: nowrap;
}

.u-col-center {
	align-items: center;
}

.u-col-top {
	align-items: flex-start;
}

.u-col-bottom {
	align-items: flex-end;
}
.u-col-between {
	align-items: space-between;
}
.u-col-around {
	align-items: space-around;
}
.u-col-stretch {
	align-items: stretch;
}
.u-row-center {
	justify-content: center;
}

.u-row-left {
	justify-content: flex-start;
}

.u-row-right {
	justify-content: flex-end;
}

.u-row-between {
	justify-content: space-between;
}

.u-row-around {
	justify-content: space-around;
}

.u-flex-col {
	display: flex;
	flex-direction: column;
}
.vip-blue .u-theme-color.redcolor{color: #FF5733!important;}u-line-1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.u-line-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.u-line-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}
.u-line-4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}
.u-line-5 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
}