﻿* img {
    border:0;
}
.app-content {
    padding-top:30px;
    padding-bottom:100px;
    background-color:#f4f7f9;
}

.app-banner-placeholder {
    height: 400px;
}

.app-banner {
    width: 100%;
    height: 400px;
    background-color: #278f63;
}

.app-banner .title-box {
    top: 210px;
}

.app-banner .title-box .title {
    font-size: 36px;
    height: 36px;
    margin-bottom: 20px;
}

.app-banner .title-box .subtitle {
    font-size: 26px;
}

.apps{
    width:1200px;
    margin:50px auto 0px auto;
    background-color:#fff;
}

.app-classes {
    min-height:50px;
    text-align: left;
    background-color:#f4f7f9;
}

.app-class-item {
    display: inline-block;
    height:50px;
    line-height:50px;
    overflow:hidden;
    margin-right: -4px;
    padding:0 25px;
    text-decoration: none;
    font-size:16px;
    color: #333;
}

.app-search {
    width:100%;
    height:70px;
    line-height:70px;
    float:right;
    background-color:#fff;
    margin-top: -5px;
}

.app-search-name {
    margin-right:30px;
    height:70px;
    float:right;
    position:relative;
}
    .app-search-name input {
        width: 190px;
        border:1px solid #ccc !important;
        background-color: #dde1e7;
        padding:5px 0;
    }
.app-searchimage {
    background-image:url(../../images/sou-1.png);
    width:17px;
    height:17px;
    position:absolute;
    top:28px;
    left:160px;
    z-index:99;
}
.app-searchimage:hover {
    background-image:url(../../images/sou-2.png);
    width:17px;
    height:17px;
    position:absolute;
    top:28px;
    left:160px;
    z-index:99;
}

.app-search-result {
    clear:both;
    height:200px;
    background-color:#eaeef4;
    display:none;
}
.app-search-result-item {
    padding-top:10px;
    height:30px;
    line-height:30px;
}
.app-search-result-none {
    margin-top:91px;
    padding-bottom:80px;
    text-align:center;
    font-size:22px;
    color:#ccc;
}
.app-search-result-item-left {
    margin-left:20px;
    float:left;
}
.app-search-result-item-right {
    margin-right:20px;
    float:right;
}

.app-search-result-item-right a {
    position: relative;
    z-index: 100;
}

.app-search-result-list {
    clear:both;
    margin:0 40px;
    font-size:0;
}
/*.app-search-result-list-info {
    display: inline-block;
    margin:20px 40px 70px 40px;
}*/
/*.app-search-result-list-info a{
    color:#333;
}*/

.app-line {
    width:100%;
    border-top:1px solid #d5dce5;
}

.app-class-item.active {
    color: #0090ff;
    background-color:#fff;
}

.app-class-item:hover {
    color: #0090ff;
}

.app-list {
    margin:50px 40px 0 40px;
    padding-bottom:33px;
    font-size:0;
}

.app-info {
    display:inline-block;
    margin:0 10px;
    height:150px;
    width:120px;
    padding:0;
    text-align:center;
    font-size:14px;
    vertical-align:top;
}
.app-info a {
    color:#333;
}

.app-list .app-info:hover {
    background-color:#f4f7f9;
}

.app-logo {
    width:56px;
    height:56px;
    background-repeat:no-repeat;
    position:relative;
    top:20px;
    left:32px;
    display:block;
}

.app-logo img {
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
}

.app-new-icon {
    display: block;
    position: absolute;
    left: -10px;
    top: -10px;
    border-radius: 0 !important;
}

.app-name {
    margin-top:30px;
    text-align:center;
    /*white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;*/
    /*padding-bottom:20px;*/
}
.app-name:hover {
    color:#0090ff;
}

.app-download {
    display:inline-block;
    height:20px;
    width:60px;
    color:#fff;
    background-color:#57bb09;
    margin-top:5px;
    text-align:center;
    visibility:hidden;
}
    .app-download a {
        color:#fff;
    }

.app-detail-banner-placeholder {
    height: 30px;
}

.app-detail-banner {
    height: 80px;
}

.app-detail-banner img {
    height: 80px;
}

.app-detail-content {
    padding-top:30px;
    padding-bottom:100px;
    background-color:#f4f7f9;
}

.app-detail-body {
    width:1200px;
    margin: 80px auto 100px auto;
    background-color:#fff;
}

.app-detail-details {
    width:1080px;
    margin:0px 60px 80px 60px;
    padding-top:50px;
}
.app-detail-top {
    height:150px;
}
.app-detail-logo {
    width:100px;
    height:100px;
    margin-right:30px;
    display:block;
    float:left;
}
.app-detail-info {
    width:750px;
    height:100px;
    margin-right:30px;
    float:left;
}

.app-detail-name {
    font-size:22px;
    font-weight:bold;
    color:#333333;
    margin-bottom:20px;
}

.app-detail-infohead {
    line-height:20px;
    font-size:14px;
    color:#333333;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.app-detail-infocontent {
    line-height:20px;
    font-size:14px;
    color:#999999;
}

.app-detail-historydown {
    margin-top:20px;
}

.app-detail-operate {
    width:150px;
    float:right;
}
.app-detail-operate-item {
    width:150px;
    height:40px;
    line-height:40px;
    text-align:center;
    margin:5px 0;
}

.app-detail-bottom {
    margin-top:50px;
    padding-bottom:80px;
}

.app-detail-items {
    border-bottom: 2px solid #e5e5e5;
}
.app-detail-item {
    display: inline-block;
    padding-bottom: 20px;
    text-decoration: none;
    color: #333;
    margin-right: 30px;
}


.app-detail-item:hover, .app-detail-item.active {
    color: #0091ff;
}

.app-detail-item.active-line {
    border-bottom: 2px solid #0091ff;
    margin-bottom: -2px;
}

.app-detail-item-content {
    display:table-cell;
    margin-top:30px;
}
.app-detail-item-content img {
    max-width: 100% !important;
}

.app-detail-item-list {
    display:inline-block;
    width:480px;
    margin-right:50px;
    line-height:46px;
    text-align:left;
    font-size:14px;
    color:#333333;
}
    .app-detail-item-list:hover {
        color:#0090ff
    }

.app-detail-historyersion-body {
    margin:20px;
}
.app-detail-historyersion-head {
    text-align:left;
    margin:30px 0 20px 0;
}
.app-detail-historyersion-title {
    width:100%;
    font-size:22px;
    color:#333333;
    font-weight:bold;
}
.app-detail-historyersion-close {
    float: right;
    background-color: #F86362; 
    display: block;
    height: 40px;
    width: 40px;
    position:relative;
    top: -55px;
    right: -20px;
    text-align: center;
}
.app-detail-historyersion-close img{
    margin-top: 12px;
}

.app-detail-historyersion-list {
    margin-top:30px;
}
.app-detail-historyersion-list-item {
    display:inline-block;
    text-align:left;
    line-height:30px;
    font-size:14px;
    color:#0090ff;
    text-decoration:none;
    width:200px;
}

.hidden-list {
    display:none;
}

.forconvenience {
    display:inline-block;
}

.clone {
    width: 140px;
    display:inline-block;
}



.page_mobile .app-detail-body {
    width: 100%;
    margin: 0px auto;
}
.page_mobile .app-detail-details {
    width: 100%;
    margin: 0px auto;
}

.page_mobile .app-detail-top {
    height: 202px;
}

.app-detail-item-content img {
    max-width: 100% !important;
	height:auto;
}