header {
    position: relative;
    display: block;
    width: 100%;
    min-width: 1240px;
    height: 64.7rem;
    overflow: hidden;
}
header .content {
    display: block;
    width: 100%;
    min-width: 1240px;
    height: 64.7rem;
}
header .banner {
    position: relative;
    width: 100%;
    height: 100%;
}
header .banner-top-mask {
    position: absolute;
    z-index: 12;
    display: block;
    width: 100%;
    height: 50rem;
    background-image: url('../image/software/detail_banner_mask.png');
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}
header .banner-image {
    position: absolute;
    z-index: 11;
    display: block;
    width: 100%;
    height: 50rem;
}
header .banner-information-mask {
    position: absolute;
    z-index: 13;
    top: 19.9rem;
    left: 22rem;
    display: block;
    width: -webkit-calc(100% - 44rem);
    width: -moz-calc(100% - 44rem);
    width: calc(100% - 44rem);
    height: 23.9rem;
    -webkit-backdrop-filter: blur(0.3rem);
    backdrop-filter: blur(0.3rem);
}
header .banner-information-positioner {
    position: absolute;
    z-index: 1;
    top: 19.1rem;
    display: block;
    width: 0.1rem;
    height: 0.1rem;
}
header .banner-information-wrap {
    position: absolute;
    z-index: 14;
    top: 15.1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 49.6rem;
}
header .banner-information {
    display: block;
    width: 156.5rem;
    height: 100%;
    background-image: url('../image/software/detail_header_border.png');
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
header .banner-information .title {
    margin-top: 12.7rem;
    margin-left: 7rem;
    display: block;
    width: -webkit-calc(100% - 14rem);
    width: -moz-calc(100% - 14rem);
    width: calc(100% - 14rem);
    height: 8.5rem;
    line-height: 8.5rem;
    font-size: 6rem;
    font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
    font-weight: 600;
    color: #fff;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
header .banner-information .title > label {
    text-shadow: 0.2rem 0.3rem 0.4rem rgba(0, 0, 0, 0.81);
}
header .banner-information .description {
    margin: 9.8rem 0 0 12.8rem;
    display: block;
    width: -webkit-calc(100% - 25.6rem);
    width: -moz-calc(100% - 25.6rem);
    width: calc(100% - 25.6rem);
    max-height: 13.6rem;
    overflow: hidden;
    line-height: 3.4rem;
    font-size: 2.2rem;
    font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
    font-weight: 400;
    color: #333;
    text-align: justify;
}
section {
    display: block;
    width: 100%;
    min-width: 1240px;
}
section .content {
    display: inline-block;
    width: 100%;
    min-width: 1240px;
    background-color: #fff;
}
section .wrap {
    margin: 0 auto;
    display: block;
    width: 147rem;
}
section .wrap .title {
    margin-top: 4.2rem;
    width: 100%;
    height: 3.2rem;
    line-height: 3.2rem;
    text-align: center;
    font-size: 3rem;
    font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
    font-weight: 600;
    color: #333;
}
section .wrap .title::before,
section .wrap .title::after {
    vertical-align: middle;
    display: inline-block;
    width: 20rem;
    height: 0.2rem;
    content: '';
    background-color: #d8d8d8;
}
section .wrap .title::before {
    margin-right: 4rem;
}
section .wrap .title::after {
    margin-left: 4rem;
}
section .wrap .introduction-items {
    margin-top: 6.4rem;
    margin-bottom: 2.8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
section .wrap .item {
    margin-top: 13.1rem;
    margin-left: 13.1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40.2rem;
    height: 39rem;
    cursor: pointer;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
section .wrap .item.mt-0 {
    margin-top: 0;
}
section .wrap .item.ml-0 {
    margin-left: 0;
}
section .wrap .item:hover {
    -webkit-box-shadow: 0.4rem 0.7rem 2rem 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0.4rem 0.7rem 2rem 0 rgba(0, 0, 0, 0.16);
}
section .wrap .item > img {
    margin-top: 4.8rem;
    display: block;
    width: auto;
    height: 11rem;
}
section .wrap .item .name {
    margin-top: 2.1rem;
    height: 3.4rem;
    line-height: 3.4rem;
    font-size: 2.2rem;
    font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
    font-weight: 600;
    color: #333;
}
section .wrap .item .description {
    margin-top: 2rem;
    width: 31.1rem;
    line-height: 3.4rem;
    font-size: 2.2rem;
    font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
    font-weight: 400;
    color: #333;
    text-align: justify;
}
.bottom-blank {
    display: block;
    width: 100%;
    height: 0.1rem;
    margin-top: 3.2rem;
}
