@media screen and (min-width: 0px) {
	.jianbian.on {
		background: rgb(41,144,204); 
		background: -moz-linear-gradient(left,  rgba(41,144,204,1) 0%, rgba(80,204,229,1) 64%); 
		background: -webkit-linear-gradient(left,  rgba(41,144,204,1) 0%,rgba(80,204,229,1) 64%); 
		background: linear-gradient(to right,  rgba(41,144,204,1) 0%,rgba(80,204,229,1) 64%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2990cc', endColorstr='#50cce5',GradientType=1 );
	}
	.clip.on { -webkit-background-clip: text;-webkit-text-fill-color: transparent; }
	.uikit .title.notie ,
	.uikit_navbtn.type3 li a .iconfont.notie ,
	.uikit_news.typeList .newslist li:hover h1.notie,
	.uikit_news.typeList .newslist li:hover em.notie ,
	.uikit_gallery .album p.about.notie,
	.uikit_substrate .blocks h1.notie { background: rgb(41,144,204); background: -moz-linear-gradient(left,  rgba(41,144,204,1) 0%, rgba(80,204,229,1) 64%); background: -webkit-linear-gradient(left,  rgba(41,144,204,1) 0%,rgba(80,204,229,1) 64%); background: linear-gradient(to right,  rgba(41,144,204,1) 0%,rgba(80,204,229,1) 64%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2990cc', endColorstr='#50cce5',GradientType=1 );-webkit-background-clip: text;-webkit-text-fill-color: transparent; }
	.uikit_navbtn.type3 li.active a .iconfont.notie { background: #fff;-webkit-background-clip: text;-webkit-text-fill-color: transparent; }
}
dl ,dt, dd { display: block; }

#my-tab{
    min-height: 400px;
}
#my-tab ul{
    width: 100%;
}
#my-tab ul li{
    width: 100%;display: flex;justify-content: space-between;align-items: center;
    overflow: hidden;
    height: 70px;
    border-bottom: 1px solid #e2e7ec;
}
#my-tab ul li.tab-first{
    background-color: #e2e7ec;height: 50px;
    line-height: 50px;border-bottom: none;
}
#my-tab ul li.tab-first span{
    color: #255d7f;font-size: 18px;
    width: 25%;float: left;
}
#my-tab ul li.tab-first span:nth-of-type(2){
    width: 50%;
}
#my-tab ul li a,#my-tab ul li span{
    width: 25%;text-align: center;color: #7f7f7f;
    font-size: 16px;display: inline-block;
    float: left;
}
#my-tab ul li a:nth-of-type(1){
    width: 50%;padding: 4px 0;
}
#my-tab ul li a i,#my-tab ul li span i{
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(../images/icon-pdf.png) no-repeat center;
}
@media screen and (min-width: 1080px) {
    .product .uikit_navbtn > ul{display: flex;}
}
@media screen and (max-width: 600px) {
    .uikit_text .text p{
        font-size: 14px;
    }
    #my-tab{
        min-height: 240px;
    }
    #my-tab ul li.tab-first span{
        font-size: 15px;
    }
    #my-tab ul li a,#my-tab ul li span{
        font-size: 13px;
    }
}



