a {
    color: #000;
    text-decoration: none;
}

.plugin-introduce,
.pc-client {
    padding-top: 15px;
    overflow: hidden;
}

.plugin-introduce {
    padding: 25px 0;
}

.plugin-introduce>div {
    float: left;
}

.plugin-img {
    width: 500px;
    height: 400px;
    line-height: 400px;
    border: 2px solid #f5f5f5;
    text-align: center;
    box-sizing: initial;
    font-size: 0;
}

.plugin-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.plugin-box {
    width: 350px;
    height: 400px;
    margin: 2px 0 2px 40px;
}

.plugin-box .plugin-comment {
    word-wrap: break-word;
}

.plugin-box .plugin-comment h2 {
    font-weight: bold;
    font-size: 30px;
    color: #e60012;
    margin: 0;
}

.plugin-box .plugin-comment p {
    font-size: 18px;
    color: #464646;
    line-height: 25px;
    margin-top: 1px;
}

.plugin-box .plugin-comment p:last-child {
    display: block;
    font-size: 14px;
    color: #aaa;
    height: 200px;
    overflow: auto;
}

.plugin-btn {
    margin-top: 45px;
}

.plugin-btn .button {
    bottom: 0;
    margin-bottom: 5px;
}

.plugin-btn .share-block {
    position: static;
}

.clear {
    clear: both;
}

.plugin-download {
    padding-top: 10px;
}

.plugin-download a {
    text-decoration: none;
}

.download-box {
    padding-left: 25px;
}

.download-box p {
    font-weight: bold;
    font-size: 18px;
    color: #5d5d5d;
    margin: 1em 0 8px;
    padding-left: 15px;
}

.download-box ul a {
    background: url(/statics/longse/image/download-icon.png) no-repeat 5% 50%;
}

.download-box .click-btn span {
    font-size: 16px;
    color: #e60012;
    display: inline-block;
    margin-left: 70px;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.download-box .click-btn:hover span {
    text-decoration: underline;
}

.software-page {
    border-top: 1px solid #ccc;
}

.software-page .list-data {
    overflow: hidden;
    padding: 0;
}

.software-page .list-data li {
    float: left;
    list-style: none;
    width: 50%;
    height: 60px;
    line-height: 60px;
    margin-bottom: 15px;
}

.software-page .list-data li a {
    display: inline-block;
    width: 90%;
    height: 100%;
    background-color: #f5f5f5;
}

.title {
    font-weight: bold;
    font-size: 20px;
    color: #e60012;
    height: 40px;
    line-height: 40px;
    background: url(/statics/longse/image/vertical-line.png) no-repeat 2% 50%/3px 20px #f0f0f0;
}

.title span {
    margin-left: 37px;
}

.show-list {
    overflow: hidden;
    list-style: none;
    padding: 0;
}

.show-list li {
    float: left;
    margin: 20px 60px 0 0;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    width: 260px;
    height: 200px;
    background-color: #f0f0f0;
    text-align: center;
}

.show-list li:last-child {
    margin-bottom: 30px;
}

.show-list li:nth-child(3n) {
    margin-right: 0;
}

.show-list li a {
    width: 240px;
    display: inline-block;
}

.show-list li a:hover {
    color: #000;
}

.show-list li a div:first-child {
    width: 240px;
    height: 140px;
    line-height: 140px;
    margin-top: 10px;
    text-align: center;
    font-size: 0;
}

.show-list li a div img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.show-list li .content {
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    background: url(/statics/longse/image/brackets.png) no-repeat 95% 50%;
}

.show-list li .content span {
    text-align: left;
    width: 200px;
    height: 40px;
    display: inline-block;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: nowrap;
}