body {
    min-width: 1280px;
}
.link-blue{
    color: #1a8cff;
}
.wechat-qrcode{
    width: 130px !important;
    height: 130px !important;
    padding: 5px;
}
.header-cover {
    font-size: 1.6rem;
}

.header-cover .ax-row {
    max-width: 1280px;
    height: 100%;
    margin: 0 auto;
}

.header-cover .ax-row .logo {
    margin-right: 40px;
}

.header-cover .search-login{
    display: flex;
    align-items: center;
}

.header-cover .ax-search {
    max-width: 360px;
}
.header-cover .ax-login {
    margin: auto 0 auto 5px;
}

.header-cover .ax-btns {
    height: 100%;
    padding: 0;
}

.banner-wrap {
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-size: auto 100%;
    background-position: center;
    background-image: url(../images/banner_blue.png);
}

.banner-wrap .banner {
    width: 1280px;
}

.banner-wrap .title {
    display: flex;
    justify-content: center;
    font-size: 28px;
    letter-spacing: 0;
    text-shadow: 0 2px 4px #ff9d39;
}

.banner-wrap .subtitle {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    font-size: 16px;
}

.banner-wrap .join {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.main-wrap {
    width: 100%;
    padding: 20px 0 60px 0;
    min-height: 600px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #f9f9f9;
}

.breadcrumb {
    width: 100%;
    padding-top: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #f9f9f9;
}

.breadcrumb .ax-breadcrumb {
    width: 1280px;
    display: flex;
}

.sub-wrap {
    width: 1280px;
    height: 136px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.sub-wrap .mac {
    width: 630px;
    height: 100%;
    background-image: url(https://pc1.gtimg.com/guanjia/images/ef/f8/eff8f3d2abc662647e78be66d13b8457.png);
}

.sub-wrap .win {
    width: 630px;
    height: 136px;
    background-image: url(https://pc1.gtimg.com/guanjia/images/04/ff/04ffba621dd4137906cb1d53117a3d65.png);
}

.sub-wrap .title {
    font-size: 24px;
    height: 34px;
    line-height: 34px;
    margin: 35px auto auto 40px;
}

.sub-wrap .detail-more {
    color: #fff;
    opacity: 0.7;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    margin: 10px auto 35px 40px;
    cursor: pointer;
}

.sub-wrap .detail-more .ax-iconfont {
    color: #fff;
}

/* ----------以下是应用布局---------- */
.apps {
    width: 1280px;
    min-height: 680px;
    display: flex;
    justify-content: space-between;
}

.apps .left-wrap {
    width: 900px;
}

.apps .left-wrap .nav {
    width: 100%;
    height: 52px;
    line-height: 52px;
    display: flex;
    align-items: center;
}

.apps .left-wrap .nav ul {
    width: calc(100% - 55px);
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
}

.apps .left-wrap .nav ul li {
    height: 20px;
    line-height: 20px;
    cursor: pointer;
}

.apps .left-wrap .nav ul li a {
    padding: 0 10px;
    cursor: pointer;
    color: #999;
    border-right: 1px solid #e0e0e0;
}

.apps .left-wrap .nav ul li:first-child {
    border-left: 1px solid #e0e0e0;
}

.apps .left-wrap .nav ul a:hover {
    color: var(--color-primary);
}

.apps .left-wrap .nav ul .active {
    font-weight: 400;
    color: var(--color-primary);
}

.apps .left-wrap .nav .toggle {
    width: 50px;
    text-align: center;
    margin-right: 10px;
}

.apps .left-wrap .nav .toggle i {
    color: #999;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
}

.apps .left-wrap .nav .toggle i:last-child {
    margin: auto 5px;
}

.apps .left-wrap .nav .toggle .active {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-primary);
}

.ax-iconfont {
    font-size: 1.6rem;
    color: var(--color-primary);
}

.iconfont {
    font-size: 1.6rem;
    color: var(--color-primary);
}

.softwares {
    width: 900px;
    height: 100%;
}

.softwares .card-list {
    display: flex;
    flex-wrap: wrap;
}

.softwares .card-list .ax-card {
    width: 440px;
    /* width: 890px; */
    margin: 0 10px 10px 0;
}

.softwares .header-wrap {
    width: 100%;
    display: flex;
    align-items: center;
}

.softwares .ax-ell-3-body {
    color: rgb(102, 102, 102);
}

.softwares .header-wrap .rt-info {
    width: calc(100% - 50px)
}

.softwares .header-wrap .rt-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.8rem;
}

.softwares .header-wrap .ax-iconfont {
    font-size: 2rem;
}

.softwares .header-wrap .rt-des {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.softwares .header-wrap .ax-card .ax-card-footer {
    font-size: 1.4rem !important;
}

/* 应用右侧样式 */
.apps .right-wrap {
    width: 370px;
    height: 100%;
}

.apps .right-wrap .download {
    width: 100%;
    height: 455px;
    margin-bottom: 62px;
}

.apps .right-wrap .download .title {
    height: 52px;
    line-height: 52px;
    color: var(--color-primary);
    font-size: 16px;
    font-weight: 500;
}

.apps .right-wrap .download .title span {
    font-size: 18px;
    margin-right: 5px;
    color: red;
}

.apps .right-wrap .download .list {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    border: 1px solid #efeff5;
}

.apps .right-wrap .download .list ul {
    width: 100%;
}

.apps .right-wrap .download .list ul li {
    width: 100%;
    display: flex;
    justify-content: center;
}

.apps .right-wrap .download .list ul li:hover {
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
}

.apps .right-wrap .download li:hover .down {
    display: block;
}

.apps .right-wrap .download .down {
    width: 60px;
    display: none;
}

.apps .right-wrap .download .list ul li .libox {
    width: 330px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #efeff5;
}

.apps .right-wrap .download .rank {
    margin-right: 10px;
    font-size: 20px;
    color: var(--color-primary);
    font-weight: 500;
}

.apps .right-wrap .download .rank span {
    font-size: 20px;
    color: var(--color-primary);
}

.apps .right-wrap .download .info {
    height: 80px;
    margin-left: 15px;
    min-width: 140px;
}

.apps .right-wrap .download .info .title {
    height: 40px;
    color: #333;
    opacity: 0.8;
    font-size: 18px;
}

.apps .right-wrap .download .info .tag {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

/* 文章页面样式 */
.articles {
    width: 1280px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.articles .lt-wrap {
    width: 900px;
    background-color: #fff;
    border: 1px solid #efeff5;
}

.articles .rt-wrap {
    width: 360px;
}

.articles .rt-wrap .ax-panel {
    height: 200px;
    background-color: #fff;
}

.articles .rt-wrap .ax-panel i {
    color: var(--color-primary);
    margin-right: 5px;
}

.articles .rt-wrap .ax-panel .title {
    color: #333;
    font-weight: 500;
}

.articles .rt-wrap .qrcode {
    width: 100%;
    height: calc(100% - 40px);
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.articles .rt-wrap .qrcode img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 4px;
}

.articles .rt-wrap .qrcode .text {
    width: calc(100% - 130px);
    height: 100%;
}

.articles .rt-wrap .rt-ad {
    width: 100%;
    height: 260px;
    text-align: center;
    padding-top: 10px;
    margin-top: 15px;
    background-color: #fff;
    border: 1px solid #efeff5;
}

.articles .rt-wrap .rt-ad img {
    width: calc(100% - 20px);
    height: 120px;
    object-fit: cover;
    margin-bottom: 10px;
    border-radius: 4px;
}

.nav-menu .navbar {
    min-width: 660px;
    height: 40px;
    padding: 4px;
    margin: 40px auto;
    border-radius: 25px;
    border: 1px solid var(--color-primary);
    box-sizing: border-box;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.nav-menu .navbar a {
    width: 85px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    color: #515151;
}

.nav-menu .navbar a:hover {
    background-color: var(--color-primary);
    color: #fff;
}

.nav-menu .navbar .active {
    background-color: var(--color-primary);
    color: #fff;
}

/* 页面详情样式 */
.detail {
    width: 1280px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.detail .lt-wrap {
    width: 820px;
    padding: 30px 40px;
    background-color: #fff;
    border: 1px solid #efeff5;
}

.detail .lt-wrap .art-header .art-title {
    height: 30px;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 20px;
}

.detail .lt-wrap .art-header .art-subtitle {
    color: #999;
    font-size: 14px;
}

.detail .lt-wrap .art-header .art-info {
    height: 60px;
    display: flex;
    align-items: center;
    margin: 15px 0;
    border: 1px solid #fff;
}

.detail .lt-wrap .art-header .art-info span {
    color: #999;
    margin-right: 20px;
}

.detail .lt-wrap .art-content {
    font-size: 16px;
}

.detail .lt-wrap .tags {
    margin-top: 20px;
}

.detail .lt-wrap .share-wrap {
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

.detail .lt-wrap .share-wrap .zan {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--color-primary-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    color: #999;
}

.detail .lt-wrap .share-wrap .zan i {
    font-size: 22px;
    color: #999;
}

.detail .lt-wrap .share-wrap .zan:hover {
    color: #fff;
    background-color: var(--color-primary);
}

.detail .lt-wrap .share-wrap .zan:hover i {
    color: #fff;
}

.detail .lt-wrap .share-wrap .share {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.detail .lt-wrap .share-wrap .share i {
    font-size: 18px;
    margin-right: 5px;
}

.detail .lt-wrap .ad-wrap img {
    width: 820px;
    height: 80px;
    border-radius: 4px;
    margin: 20px auto;
}

.detail .rt-wrap {
    width: 360px;
}

.detail .rt-wrap .ax-panel {
    background-color: #fff;
}

.detail .rt-wrap .item-panel {
    margin-bottom: 10px;
}

.detail .rt-wrap .ax-panel i {
    color: var(--color-primary);
    margin-right: 5px;
}

.detail .rt-wrap .ax-panel .title {
    color: #333;
    font-weight: 500;
}

.detail .rt-wrap .qrcode {
    width: 100%;
    height: calc(100% - 40px);
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.detail .rt-wrap .qrcode img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 4px;
}

.detail .rt-wrap .qrcode .text {
    width: calc(100% - 130px);
    height: 100%;
}

.detail .rt-wrap .rt-ad {
    width: 100%;
    height: 260px;
    text-align: center;
    padding-top: 10px;
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid #efeff5;
}

.detail .rt-wrap .rt-ad img {
    width: calc(100% - 20px);
    height: 120px;
    object-fit: cover;
    margin-bottom: 10px;
    border-radius: 4px;
}

.detail .rt-wrap .app-info {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.detail .rt-wrap .app-info ul {
    margin-left: 60px;
    margin-bottom: 15px;
}

.detail .rt-wrap .app-info li {
    height: 30px;
    line-height: 30px;
    font-weight: 400;
}

.detail .rt-wrap .app-info li i {
    color: #222;
    margin-right: 10px !important;
}

.detail .rt-wrap .app-info .download {
    width: calc(100% - 80px);
    margin: 0 auto 10px 40px;
}

/*应用专题页面样式*/
.subject-nav {
    width: 1280px;
    height: 52px;
    line-height: 52px;
    display: flex;
    align-items: center;
}

.subject-nav .content {
    width: calc(100% - 40px);
    height: 54px;
    line-height: 54px;
}

.subject-nav .content span {
    color: #999;
    margin-left: 5px;
}

.subject-nav .content i {
    font-size: 18px;
    color: var(--color-primary);
    margin-left: 5px;
}

.subject-nav .toggle {
    text-align: center;
}

.subject-nav .toggle i {
    color: #999;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
}

.subject-nav .toggle i:last-child {
    margin: auto 15px;
}

.subject-nav .toggle .active {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-primary) !important;
}

.software-subject {
    width: 1280px;
    height: 100%;
}

.software-subject .card-list {
    display: flex;
    flex-wrap: wrap;
}

.software-subject .card3n {
    width: calc(33.333% - 10px) !important;
    margin: 0 15px 15px 0;
}

.software-subject .card3n:nth-child(3n) {
    margin-right: 0;
}

.software-subject .card2n {
    width: calc(50% - 8px) !important;
    margin: 0 15px 15px 0;
}

.software-subject .card2n:nth-child(2n) {
    margin-right: 0;
}

.software-subject .header-wrap {
    width: 100%;
    display: flex;
    align-items: center;
}

.software-subject .header-wrap .rt-info {
    width: calc(100% - 50px)
}

.software-subject .header-wrap .rt-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.8rem;
}

.software-subject .header-wrap .ax-iconfont {
    font-size: 2rem;
}

.software-subject .header-wrap .rt-des {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.software-subject .header-wrap .ax-card .ax-card-footer {
    font-size: 1.4rem !important;
}

/*首页样式*/
.home-carousel-wrap {
    width: 1280px;
    display: flex;
    justify-content: space-between;
}

.home-carousel-wrap .lt-slide {
    width: 980px;
    height: 260px;
}

.home-carousel-wrap .lt-slide .carousel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.home-carousel-wrap .rt-slide {
    width: 300px;
    height: 260px;
    display: flex;
    flex-direction: column;
}

.home-carousel-wrap .rt-slide .item {
    width: 300px;
    height: 120px;
    margin-left: 10px;
}

.home-carousel-wrap .rt-slide .item:nth-child(1) {
    margin-bottom: 15px;
}

.home-carousel-wrap .rt-slide .item img {
    width: 290px;
    height: 125px;
    object-fit: cover;
    border-radius: 4px;
}

.home .title {
    padding: 40px 0;
    text-align: center;
}

.home .title h1 {
    font-size: 26px;
}

.home .software {
    width: 1280px;
    height: 100%;
}

.home .software .card-list {
    display: flex;
    flex-wrap: wrap;
}

.home .software .ax-card {
    width: calc(25% - 12px) !important;
    margin: 0 15px 15px 0;
}

.home .software .ax-card:nth-child(4n) {
    margin-right: 0;
}

.home .software .header-wrap {
    width: 100%;
    display: flex;
    align-items: center;
}

.home .software .header-wrap .rt-info {
    width: calc(90% - 40px)
}

.home .software .header-wrap .rt-title {
    width: calc(100% - 50px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.8rem;
}

.home .software .header-wrap .rt-title .text {
    width: 150px;
}

.home .software .header-wrap .ax-iconfont {
    font-size: 2rem;
}

.home .software .header-wrap .rt-des {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home .software .card-list .rt-des .date{
    font-size: 12px;
    margin-right: 10px;
}

.home .software .header-wrap .ax-card .ax-card-footer {
    font-size: 1.4rem !important;
}

.home .article {
    width: 1280px;
    display: flex;
    flex-wrap: wrap;
}

.home .article .article-item {
    width: 632px;
    background-color: #fff;
    margin: 0 15px 15px 0;
}

.home .article .article-item:nth-child(2n) {
    margin-right: 0 !important;
}

.home .article .article-item:hover {
    box-shadow: 1px 2px 1rem var(--color-primary-sd);
}

/*关于我们样式*/
.about-wrap {
    width: 1280px;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.about-wrap .nav-bar a {
    margin: 0 20px;
}

.about-wrap .content {
    width: 1220px;
    padding: 30px;
    margin: 20px auto;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #efeff5;
}

.about-wrap .content:hover {
    box-shadow: 1px 2px 1rem var(--color-primary-sd);
}

/*页脚公共样式*/
.layout-footer {
    width: 100%;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.layout-footer .footer-wrap {
    width: 1280px;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: hsla(0, 0%, 100%, 0.7);
    position: relative;
    z-index: 1;
}

.footer-wrap .flt {
    width: calc(100% - 320px);
    text-align: right;
}

.footer-wrap .flt .links {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.footer-wrap .flt .links a {
    color: #222;
    font-size: 14px;
    width: 90px;
}

.footer-wrap .flt .links span {
    width: 160px;
}

.footer-wrap .flt .copyright {
    font-size: 12px;
    line-height: 2;
    color: #999;
    margin-top: 35px;
    text-align: center;
}

.footer-wrap .frt {
    width: 290px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 10px 0;
    background-color: #fff;
    border-radius: 10px;
}

.footer-wrap .frt img {
    width: 260px;
    height: 150px;
    border-radius: 10px;
}
