.w25{width:25% !important;}
.w50{width:50% !important;}
.w100{width:100% !important;}
.table-fixed{table-layout: fixed;}
/*banner*/
.scene{
    height:210px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #dcdcdc;
}
.scene-banner{
    height:150px;
    background: url("../images/sub-banner.jpg") no-repeat center bottom;
}
.scene .float-link {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bounce-up 2.5s linear infinite;
    animation: bounce-up 2.5s linear infinite;
}
.scene .float-link:before {
    position: absolute;
    top: 33px;
    left: 8px;
    right: auto;
    display: inline-block !important;
    border-top: 10px solid #2496ff;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    content: '';
}
.scene .float-link a {
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.scene .float-link a:hover {
    text-decoration: none;
}
.scene .float-link.fl-type-1 {
    background: #55558d;
    top: 80px;
    left: 90px;
}
.scene .float-link.fl-type-1:before {
    border-top-color: #55558d;
}
.scene .float-link.fl-type-2 {
    -webkit-animation: bounce-up 1.9s linear infinite;
    animation: bounce-up 1.9s linear infinite;
    background: #f4c87d;
    top: 50px;
    left: 240px;
}
.scene .float-link.fl-type-2:before {
    border-top-color: #f4c87d;
}
.scene .float-link.fl-type-3 {
    -webkit-animation: bounce-up 1.9s linear infinite;
    animation: bounce-up 1.9s linear infinite;
    background: #2ecc71;
    top: 50px;
    left: 382px;
}
.scene .float-link.fl-type-3:before {
    border-top-color: #2ecc71;
}
.scene .float-link.fl-type-4 {
    -webkit-animation: bounce-up 2.5s linear infinite;
    animation: bounce-up 2.5s linear infinite;
    background: #2496ff;
    top: 50px;
    left: 480px;
}
.scene .float-link.fl-type-4:before {
    border-top-color: #2496ff;
}

.scene .float-link.fl-type-5 {
    -webkit-animation: bounce-up 2.5s linear infinite;
    animation: bounce-up 2.5s linear infinite;
    background: #9d2cbe;
    top: 40px;
    left: 634px;
}
.scene .float-link.fl-type-5:before {
    border-top-color: #9d2cbe;
}
.scene .float-link.fl-type-6 {
    -webkit-animation: bounce-up 3.1s linear infinite;
    animation: bounce-up 3.1s linear infinite;
    background: #7777a4;
    top: 50px;
    left: 826px;
}
.scene .float-link.fl-type-6:before {
    border-top-color: #7777a4;
}
.scene-description{
    height:60px;
    padding:10px 24px;
}
.scene-description p{
    float:left;
    line-height: 20px;
    color: #313040;
    font-size: 14px;
    width: 80%;
}
.scene-description a.export-btn{float:right;height:30px;line-height: 30px;color:#fff;background-color: #7777a4;border-radius: 5px;padding: 0 10px;}
.scene-description a.export-btn:hover{text-decoration: none;}

.desc-list-info li{height:35px;line-height: 35px;float:left;}
.desc-list-info li.w100 {line-height: 24px;}
.desc-list-info li span:first-child{display:inline-block;width:70px;text-align:right;color:#BCBDC2;float:left;}
.desc-list-info li span:last-child{
	color:#313040;
	display:inline-block;
	width:calc(100% - 70px);
	text-align:left;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float:left;
}
.ellipsis{
	width:100%;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ellipsis-no-wid{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*搜索框和下拉框*/
.dtp-title .dl-search {
    padding-top: 10px;
    float: right;
}
.dls-select .button-dropdown {
    background-color: #fff;
    border: 1px solid #e3e7ef;
    border-radius: 5px 0px 0px 5px;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    margin-right: 0px;
    float: left;
    width: 105px;
    position: relative;
}
.dls-select .button-dropdown .button {
    cursor: pointer;
    color: #7d7d7d;
    display: inline-block;
    width: 95px;
    height: 30px;
    line-height: 27px;
    text-align: left;
    padding-left: 10px;
    font-size: 12px;
    position: relative;
}
.dls-select .button-dropdown .button .icon-caret-down {
    background: url('../images/icon-caret-down-dir.png') no-repeat 0px 0px;
    width: 10px;
    height: 6px;
    display: block;
    position: absolute;
    top: 12px;
    right: 10px;
}
.dls-select .button-dropdown .button:hover {
    text-decoration: none;
}
.dls-select .button-dropdown-list {
    width: 105px;
    border: 1px solid #e3e7ef;
    font-size: 12px;
    top: 28px;
    left: -1px;
}
.dls-select .button-dropdown-list > li > a {
    color: #7d7d7d;
    font-size: 12px;
}
.score span{color:#cfd0d5;font-size: 14px;}
.score span i{font-size: 18px;margin-right:10px;}
.clicked{color:#f6aa17;}/* 增加样式 */
.clicked-1{color:#f6aa17;}/* 增加样式 */
.textarea{position: relative;}
.textarea textarea{
    width: 100%;
    height: 150px;
    border-radius: 5px;
    border:1px solid #afbfcf;
}
.textarea span{position: absolute;left:44%;top:42%;color:#898989;font-size:14px;}
.textarea span em{color:#2496ff;margin-right: 10px;}
.textarea .btn{height:30px;line-height:30px;text-align:center;padding:0 10px;border-radius: 5px;background-color: #2496ff;color:#fff;}
.dt-score-star {
    display: block;
    float: right;
    width: 110px;
    height: 20px;
    background: url('../images/score-star.png') no-repeat 0px 0px;
    margin-top: 24px;
}
.dt-score-star.start-0 {
    background-position: 0px 0px;
}
.dt-score-star.start-1 {
    background-position: 0px -20px;
}
.dt-score-star.start-2 {
    background-position: 0px -40px;
}
.dt-score-star.start-3 {
    background-position: 0px -60px;
}
.dt-score-star.start-4 {
    background-position: 0px -80px;
}
.dt-score-star.start-5 {
    background-position: 0px -100px;
}
.dtp-title .tips {
    float: left;
    display: inline-block;
    height: 20px;
    line-height: 19px;
    border: none;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    padding: 0 8px;
    margin-top: 13px;
    margin-right: 5px;
    outline: none;
    font-weight: normal;
}
.dtp-title .tips-csv {
    background: #f4c87d;
}
.dtp-title .tips-xls {
    background: #2ecc71;
}
.dtp-title .tips-xml {
    background: #55558d;
}
.dtp-title .tips-json {
    background: #8dc7fd;
}
.dtp-title .tips-rdf {
    background: #ff675a;
}
.dtp-title .tips-down {
    background: #2496ff;
}
h2.dt-name p{
    height: 50%;
    line-height: 3;
}
.tr-highlight{
    background-color: #D9EEFF !important;
}
.table .col-1{color:#985FCA;}
.table .col-2{color:#27C878;}
.table .col-3{color:#FF8B07;}
.table .col-4{color:#006FCC;}

/*new-openApp*/
.app-left{width:840px;float:left;}
.app-right{width:350px;float:right}
.app-title{
    height:90px;
    line-height: 90px;
    background-color: #f6f8fa;
    padding: 0 20px;
    color:#313040;
    font-size: 18px;
}
.app-title .icon{
    width: 44px;
    height: 44px;
    line-height: 40px;
    display: inline-block;
    border-radius: 50%;
    background-color: #8492ac;
    text-align: center;
    font-size: 27px;
    vertical-align: middle;
    margin-right: 10px;
    color: #fff;
}
.dtp-title .tips.border-circle{border-radius: 10px;}
/*应用预览*/
.app-overview li{float:left;width:226px;height:400px;}
.app-overview li:not(:last-child){margin-right:25px;}
/*app-list*/
.app-list{padding:10px 0;}
.app-list li{width:calc(100% / 3);float:left;margin-bottom: 10px;}
.app-list li .img{text-align: center}
.app-list li .img img{width: 90px; height: 90px}
.app-list li p{
    font-size: 14px;
    color:#313040;
    text-align: center;
    height: 24px;
    line-height: 2;
}
.app-horizontal-list li{padding:22px;}
.app-horizontal-list li:not(:last-child){border-bottom: 1px solid #e9e9ee;}
.app-horizontal-list li .img{float:left;width:80px;height:70px;}
.app-horizontal-list li .info{float:left;width: calc(100% - 80px);}
.app-horizontal-list li h3 .name{
    font-size: 18px;
    color: #313040;
    font-weight: 600;
    display: inline-block;
    height: 35px;
    line-height: 35px;
}
.app-horizontal-list li h3 .download{font-size: 14px;color:#93949D;}
.app-horizontal-list li p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    height: 30px;
    line-height: 2;
    color: #BFBEC2;
}
.pi-left .general-search .form-control{
    width:260px;
}

/*tab-desc 详情页tab样式*/
.tabbable .nav-tabs.tab-desc > li:after{
    height:0;
    background:none;
}
.tabbable .nav-tabs.tab-desc > li{
    width:auto;
}
.tabbable .nav-tabs.tab-desc{
    padding-top: 4px;
    padding-left: 20px;
    background: #8492ac;
}
.tabbable .nav-tabs.tab-desc > li{
    height:36px;
    line-height: 36px;
    margin-right: 1px;
}
.tabbable .nav-tabs.tab-desc > li > a{
    background: none;
    height:36px;line-height: 36px;
    padding:0 20px;
    color:#fff;
    font-size: 14px;
}
.nav-tabs.tab-desc li:hover a, .nav-tabs.tab-desc li.active a {
    background: -webkit-linear-gradient(#e4e7ed 10%, #ffffff 40%);
    background: linear-gradient(#e4e7ed 10%, #ffffff 40%);
    color: #000;
    text-decoration: none;
}
.tabbable .nav-tabs.tab-desc > li:nth-child(1) > a:hover,.tabbable .nav-tabs.tab-desc > li:nth-child(1).active > a,.tabbable .nav-tabs.tab-desc > li:nth-child(2) > a:hover,.tabbable .nav-tabs.tab-desc > li:nth-child(3) > a:hover{
    background: -webkit-linear-gradient(#e4e7ed 10%, #ffffff 40%);
    background: linear-gradient(#e4e7ed 10%, #ffffff 40%);
    color: #000;
}
.tabbable .nav-tabs.tab-desc > li:nth-child(1).active > a,.tabbable .nav-tabs.tab-desc > li:nth-child(2).active > a,.tabbable .nav-tabs.tab-desc > li:nth-child(3).active > a{
    color:#000;
}
.tab-desc-content.tab-content{
    width:100%;
}
.tab-desc-content .portlet{
    box-shadow: none;
}
/* 评论 */
.comment-word{
	width: 1090px;
/* 	height: 500px; */
	margin-top: 10px;
	border-top:1px solid #e9e9ee;
	border-bottom:1px solid #e9e9ee;
	padding: 10px;
}
.comment-word .le{
	float: left;}
.comment-word .word-1{
	color:#8492ac;
	font-size:16px;
}
.comment-word .word-2{
	color:#c9c9c9;
	font-size:12px;
}
.comment-word .com-ul{
	margin-top: 20px;
}
.comment-word .le img{
	margin-right: 10px;
}
.comment-word .com-ul li{
	margin-top: 20px;
}
.comment-word .com-1{
	font-size: 16px;
	font-weight: 700;
	padding-right: 5px;
	margin-top: 3px;
	padding-left: 20px;
}
.comment-word .sel{
	margin-left: 20px;
}
.comment-word select{
	width: 80px;
	height: 26px;
	border: 1px #DCDCE7 solid;
}
.comment-word .top{margin-top:5px ;}


