#app {

}

.item-bg {
    width: 100%;
    height: 1050px;
    background-image: url(http://play.southgis.com/20190827151126.png);
    background-position: center;
    background-size: cover;
}

.center {
    width: 1200px;
    margin: 0 auto;

}

.center-item {
    height: 727px;
    text-align: center;
    padding-top: 40px;
}

.item-title {
    font-size: 48px;
    font-family: Arial-BoldMT;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 80px;
}

.item-name {
    font-size: 20px;
    font-family: SourceHanSansCN-ExtraLight;
    font-weight: 200;
    color: rgba(255, 255, 255, 1);
    line-height: 32px;
}

.item-detail {
    font-size: 22px;
    font-family: SourceHanSansCN-Light;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    width: 1000px;
    margin: 0 auto;
}

.item-detail span {
    margin: 0 20px;
    position: relative;
}

.item-detail span:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    top: 12px;
    left: -17px;
}

.item-divider {
    height: 5px;
    width: 100px;
    border-radius: 5px;
    background-color: #fff;
    margin: 30px auto;
}

.item-text {
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-family: SourceHanSansCN-Light;
}

.item-price {
    font-size: 40px;
    font-family: ArialMT;
    font-weight: 400;
    color: rgba(255, 252, 0, 1);
    line-height: 72px;
}

.item-buy-btn {
    width: 262px;
    height: 50px;
    background: rgba(49, 88, 162, 1);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0 auto;
    cursor: pointer;
}

.item-buy-btn:hover {
    color: #fff;
}


.software-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 90px;
}

.software-item {
    width: 300px;
    height: 346px;
    background-image: url("http://play.southgis.com/20190827151417.png");
}

.software-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 160px;
    transition: all .3s;
}

.software-item:hover {
    transform: scale(1.05);
    transition: all .3s;
}

.software-item:hover .detail-btn {
    background: linear-gradient(0deg, rgba(79, 133, 218, 1) 0%, rgba(156, 199, 241, 1) 100%);
    color: #fff;
    transition: all .3s;
    border: none;
    cursor: pointer;
}

.software-item .soft-title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
}

.software-item .soft-sub-title {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(113, 113, 113, 1);
    line-height: 35px;
}

.software-item .soft-desc {
    font-size: 20px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: rgba(247, 156, 56, 1);
    line-height: 40px;
}

.detail-btn {
    width: 120px;
    height: 28px;
    border: 1px solid rgba(91, 117, 166, 1);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5B75A6;
}

.center-coming {
    text-align: center;
    padding: 50px 0;
}

.center-coming .coming-text {
    font-size: 22px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(43, 43, 43, 1);
    line-height: 32px;
    margin-top: 20px;
}