@charset "utf-8";

.app-store-block {
    height: 600px;
    position: relative;
}
.as-img-banner {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    margin-left: -50%;
}
.as-content-box {
    padding: 110px 240px;
    position: relative;
    z-index: 1;
}
.as-content-box .as-tit {
    color: #fff;
    line-height: 63px;
    text-shadow: 0px 4px 2px #0028ac;
    font-size: 48px;
    font-weight: bold;
    font-family: Microsoft YaHei, Microsoft YaHei;
}
.as-content-box .as-txt {
    margin-top: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 24px;
    color: #fff;
    line-height: 44px;
    text-transform: none;
}
.as-content-box .btn-buy {
    /*color: #fff;*/
    display: inline-block;
    /*padding: 18px 40px;*/
    margin-top: 50px;
    position: relative;
    overflow: hidden;
    /*font-size: 24px;*/
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 106px 106px 106px 106px;
    box-shadow: 1px 1px 5px rgba(255, 255, 255, 0.3);
    border: 2px solid #fff;
}
.as-content-box .btn-buy .name{
    color: #fff;
    display: block;
    padding: 18px 40px;
    font-size: 24px;
    position: relative;
    z-index: 2;
}
.as-content-box .intro-btn{
    margin-left: 24px;
    color: #0066FF;
    background: linear-gradient( 180deg, #FFFFFF 0%, #DFECFF 100%);
}
.as-content-box .intro-btn .name{
    color: #0066FF;
}
.as-content-box .btn-buy:hover {
    animation: shadowFade 3s ease-in infinite;
}
.as-content-box .btn-buy:hover:before {
    content: "";
    display: block;
    width: 300px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin: -150px 0 0 -150px;
    animation: scalefade 0.7s ease-in infinite;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
}
/* 栏目标题介绍栏 */
.app-title-bar {
    text-align: center;
}
.app-title-bar .primary-tit {
    color: #333;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 30px;
    font-weight: bold;
}

.app-title-bar .sub-txt {
    color: #949ba8;
    font-size: 15px;
    margin-bottom: 5px;
}
.app-title-bar .sub-txt:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    vertical-align: middle;
    margin: -4px 5px 0 0;
    border-radius: 50%;
    background: #949ba8;
}
.app-title-bar .sub-txt:last-child {
    margin-bottom: 0;
}

/* 产品介绍 */
.app-product-block {
    padding: 100px 0;
    background: linear-gradient(to bottom, #fff 0%, #f8fbff 100%);
}
.app-product-group {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.app-product-group__item {
    width: 282px;
    margin: 0 30px 60px 30px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 1px 16px rgb(0, 0, 0, 0.15);
    background: #f6f6f6;
}
.app-product-group__item:nth-last-child(1),
.app-product-group__item:nth-last-child(2),
.app-product-group__item:nth-last-child(3) {
    margin-bottom: 0;
}
.app-product-group__item .hd {
    width: 282px;
    height: 172px;
    overflow: hidden;
}
.app-product-group__item .img {
    width: 282px;
    height: 172px;
    transition: all 0.3s;
}
.app-product-group__item:hover .img {
    transform: scale(1.5);
}
.app-product-group__item .bd {
    padding: 10px 12px 4px;
}
.app-product-group__item .tit {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}
.app-product-group__item .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
.app-product-group__item .info .label {
    color: #8f8f8f;
    font-family: Arial, Helvetica, sans-serif;
}
.app-product-group__item .info .label .rank {
    color: #3caef6;
}

/* 模版介绍 */
.app-template-block {
    padding: 100px 0;
    background: #fff;
}
.app-template-group {
    padding: 60px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.app-template-group__item {
    margin: 0 60px;
    transition: all 0.3s;
    cursor: pointer;
    border-radius: 20px;
    box-shadow: 0px 0px 30px 0px rgba(41, 119, 255, 0.4);
}
.app-template-group__item:hover {
    transform: scale(1.2);
}
.app-template-group__item .fd {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.app-template-group__item .fd .num {
    font-size: 28px;
}

/* 历史介绍 */
.app-history-block {
    height: 690px;
    padding: 100px 0;
    box-sizing: border-box;
    background: url("../images/app_product_history_bg.png") center bottom no-repeat;
}
.app-history-box {
    margin-bottom: 60px;
    text-align: center;
}
.app-history-box .f-txt {
    margin-bottom: 15px;
    font-size: 34px;
}
.app-history-box .s-txt {
    margin-bottom: 40px;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}
.app-history-box .s-txt .num {
    display: inline-block;
    padding: 4px 10px;
    font-size: 38px;
    background: #fff;
}
.app-history-box .s-txt .total {
    padding-left: 10px;
    font-size: 38px;
    font-weight: bold;
}
.app-history-box .t-txt {
    margin-bottom: 30px;
    font-size: 48px;
}
.app-history-box .count-bar {
    display: flex;
    align-items: center;
    justify-content: center;
}
.app-history-box .count-bar .label {
    padding: 0 40px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}
.app-history-box .count-bar .label .num {
    color: #3db1fa;
    font-size: 42px;
}

/* 二次开发 */
.app-development-block {
    padding: 100px 0;
    background: #f5f9ff;
}
.app-development-group {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0 0;
}
.app-development-group .item {
    margin: 0 24px;
    width: 254px;
    height: 66px;
    line-height: 66px;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
    background: #fff;
}
.app-development-group .item:hover {
    transform: scale(1.2);
}
.app-development-group .item:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin: -4px 10px 0 0;
    background: url("../images/app_development_item_icon.png") center no-repeat;
}
.app-development-group .item a:hover {
    color: #2977ff;
}

/* 架构 */
.app-jiagou-block {
    padding: 100px 0;
    background: linear-gradient(to bottom, #fff, #f8fbff);
}
.app-jiagou-area {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.app-jiagou-area a:hover {
    color: #2977ff;
}
.app-jiagou-box {
    height: 92px;
    padding: 28px 40px 28px 124px;
    border-radius: 100px;
    position: relative;
    box-sizing: border-box;
    border: 2px solid #2977ff;
    transition: all 0.3s;
    font-size: 24px;
}
.app-jiagou-area a:hover .app-jiagou-box {
    padding: 28px 124px 28px 40px;
}

.app-jiagou-box:before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 50%;
    animation: scalefade 1.5s ease-in infinite;
    background: #2977ff;
}
.app-jiagou-area a:hover .app-jiagou-box:before {
    display: none;
}
.app-jiagou-box:after {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 4px;
    left: 4px;
    transform: scale(0.5);
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    background: url("../images/app_jiagou_icon.png") center no-repeat #2977ff;
}
.app-jiagou-area a:hover .app-jiagou-box:after {
    transform: scale(1);
    left: 512px;
}

/* 运维服务介绍 */
.app-operation-block {
    padding: 100px 0;
    box-sizing: border-box;
    background: url("../images/app_operation_bg.png") center no-repeat;
}
.app-operation-block .tit-bar {
    text-align: center;
    font-size: 32px;
}
.app-operation-block .tit-bar .tit {
    margin-bottom: 10px;
}
.app-operation-block .tit-bar .txt {
    font-weight: bold;
}
.app-operation-group {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0 60px;
}
.app-operation-group .item {
    padding: 34px 30px;
    margin: 0 12px;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s;
    font-size: 24px;
    font-weight: bold;
    background: #fff;
}
.app-operation-group .item:hover {
    transform: scale(1.05);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.app-operation-group .item:before {
    content: "";
    display: inline-block;
    width: 43px;
    height: 43px;
    vertical-align: middle;
    margin: -4px 15px 0 0;
    background: url("../images/app_operation__icon.png") center no-repeat;
}

.app-speciality-block {
    padding: 100px 0;
    text-align: center;
    background: url("../images/app_speciality_bg.png") center no-repeat;
}
.app-speciality-block .tit,
.app-speciality-block .txt {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}
.app-speciality-block .txt {
    margin-top: 10px;
}
.app-speciality-block .txt .num {
    color: #fff;
    font-size: 56px;
    font-family: Arial, Helvetica, sans-serif;
}

/* 底部按钮 */
.app-foot-bar {
    text-align: center;
    font-size: 0;
}
.app-foot-bar .btn {
    color: #fff;
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    margin: 0 10px;
    font-size: 17px;
    font-weight: bold;
    transition: all 0.4s;
    border-radius: 100px;
    background: linear-gradient(135deg, #006fd6 0%, #454eff 100%);
}
.app-foot-bar .btn:hover {
    box-shadow: 1px 1px 12px rgba(33, 40, 179, 0.6);
}
.app-foot-bar .btn .icon-arrow {
    display: inline-block;
    opacity: 0;
    width: 0;
    height: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-5px) rotate(45deg);
    transform-origin: left center;
    transition: all 0.4s;
}
.app-foot-bar .btn:hover .icon-arrow {
    width: 9px;
    height: 9px;
    opacity: 1;
    transform: translateX(10px) translateY(-5px) rotate(45deg);
}

@keyframes scalefade {
    0% {
        opacity: 0.8;
        transform: scale(0);
    }
    100% {
        opacity: 0;
        box-shadow: 1px 1px 12px rgba(33, 40, 179, 0.6);
        transform: scale(0.9);
    }
}

@keyframes shadowFade {
    0% {
        box-shadow: 1px 1px 5px rgba(255, 255, 255, 0.3);
    }
    50% {
        box-shadow: 1px 1px 15px rgba(255, 255, 255, 0.8);
    }
    100% {
        box-shadow: 1px 1px 5px rgba(255, 255, 255, 0.3);
    }
}
