* {
    margin: 0;
    padding: 0;
}


.home-container .head {
    margin: 0 360px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    line-height: 80px;
}

.logo-img {
    width: 163px;
    height: 36px;
}

.active {
    color: #1A8CFF;
}

.home-container .menu a {
    margin-right: 40px;
}

.head .menu a,
.head .btn-login a {
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.btn-login a {
    margin-right: 40px;
}

.btn-login button {
    position: relative;
    margin-left: 40px;
}

.btn-login button:before {
    content: '';
    position: absolute;
    left: -40px;
    top: 6px;
    display: inline-block;
    width: 1px;
    height: 25px;
    background: #E6EBF0;
}


.banner {
    text-align: center;
    height: 880px;
    background: url(../../assets/imgs/home/bg-banner.png) no-repeat center;
}

.banner .title {
    padding: 88px 0 16px;
}

.banner p {
    margin-bottom: 8px;
}

.banner .banner-img {
    margin: auto;
    width: 1200px;
    height: 550px;
}

.banner .banner-img img {
    width: 100%;
    height: 100%;

}

.banner button {
    margin-top: 40px;
    width: 200px;
    height: 52px;
    font-size: 20px;
    border-radius: 4px;
}

.introduce1 {
    background: url("../imgs/home/bg-introduce1.png") no-repeat center;
}

.introduce-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 28%;
    max-width: 600px;
    min-height: 898px;
    white-space: pre-wrap;
    text-align: left;
}

.database-icon {
    width: 64px;
}

.introduce-left {
    display: flex;
    align-items: center;
    padding-left: 254px;
}

.introduce-left .circle {
    margin-bottom: 10px;
    margin-right: 95px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #D8D8D8;
    cursor: pointer;
}

.introduce-left .instruction-title {
    margin: 14px 0 8px;
}

.trend {
    display: flex;
    margin: 140px auto 0;
    width: 1200px;
}
.tend-font {
    margin-right: 82px;
}

.trend-title {
    margin-bottom: 16px;
    width: 288px;
}

.trend-description {
    width: 728px;
}

.net {
    display: flex;
    align-items: center;
    width: 1200px;
    margin: 24px auto 0;
    box-sizing: border-box;
}
.net > div {
    width: calc(100% / 3);
    max-width: 384px;
}
.net-center {
    margin: 0 24px;
}


.download {
    width: 1200px;
    margin: 120px auto;
    text-align: center;
}
.download-description {
    margin: 16px 0 100px;
}
.download-block {
    display: flex;
}
.download-link {
    margin-right: 24px;
}
.download-link-card {
    padding: 48px 40px;
    margin-right: 24px;
    text-align: center;
    width: 384px;
    height: 388px;
    border-radius: 16px;
    border: 1px solid #E6EBF0;
    box-sizing: border-box;
}
.download .btn-primary {
    width: 160px;
    height: 40px;
    font-size: 16px;
    margin-top: 32px;
}
.download-link-card:hover {
    cursor: pointer;
    box-shadow: 0 6px 32px 0 rgba(0,51,102,0.08);
    transition-timing-function: linear;
    transition: transform 0.8s;
    transform: translateY(-10px);
}
.download-link-card img {
    width: 56px;
    height: 56px;
}
.download-link-card .computer-name {
    margin: 24px 0 4px;
    font-size: 24px;
    font-weight: bold;
}
.download-link-card .support,
.download-link-card .time{
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.download-link-card .support {
    margin-bottom: 16px;
    white-space: nowrap;
}
.download-link-card .time{
    margin-bottom: 4px;
}
.experience-block {
    background: url("../imgs/home/easy-banner.png") no-repeat;
    background-size: 100% 100%;
    height: 280px;
    text-align: center;
    color: white;
}
.experience-block .title {
    padding-top: 42px;
}
.experience-block p {
    margin: 8px 0 40px;
    opacity: 1;
}
.experience-block button {
    width: 200px;
    height: 52px;
    font-size: 20px;
}

.about {
    display: flex;
    padding-left: 360px;
    padding-top: 66px;
    height: 242px;
    box-sizing: border-box;
}

.about .recommend {
    display: flex;
    margin-left: 200px;
}
.about .recommend dl:nth-child(-n+2) {
    width: 160px;
}
.collect {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
}
.collect-detail {
    margin-bottom: 16px;
    font-size: 14px;
    opacity: .65;
}

.copyright {
    text-align: center;
    line-height: 64px;
    opacity: .65;
    height: 64px;
    background: #F5F7FA;
}



/*公共样式*/
.title {
    font-size: 48px;
    font-weight: bold;
}

.btn-primary {
    background: #198CFF;
    color: white;
}

.btn-white {
    color: #198CFF;
    background: #fff;
}

.actived {
    background: #1A8CFF !important;
}

button {
    padding: 7px 16px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

.introduce-block {
    display: flex;
    justify-content: space-between;
    height: 898px;
    max-height: 880px;
}
.introduce-wrap {
    display: flex;
    flex-direction: column;
    height: 898px;
    overflow: hidden;
}

.introduce-left {
    flex: 1;
}

.introduce-right {
    display: flex;
    flex-direction: column;
    height: 898px;
    overflow: hidden;
}

.introduce {
    position: relative;
    min-width: 800px;
    min-height: 898px;
}

.introduce-right .tips-img {
    position: absolute;
    top: 176px;
    left: -120px;
    width: 740px;
    height: 500px;
}

.opacity-45 {
    font-size: 20px;
    opacity: .45;
}

.fun-card {
    padding: 48px 40px 58px;
    width: 100%;
    max-width: 380px;
    min-width: 380px;
    height: 240px;
    box-sizing: border-box;
    box-shadow: 0 6px 32px 0 rgba(0, 51, 102, 0.08);
    border-radius: 16px;
}

@media screen and (max-width: 1565px) {
    .net-center {
        display: none;
    }
    .net > div {
        width: calc(100% / 2);
        max-width: 100%;
    }

    .trend {
        flex-direction: column;
    }
    .trend .fun-card {
        max-width: 94%;
        min-width: 94%;
    }
    .fun-card {
        margin-top: 24px;
        max-width: 89%;
        min-width: 89%;
    }
}
@media screen and (max-width: 1780px) {
    .box-right {
        display: none;
    }
}

.box-right1 {
    margin-left: 140px !important;
    flex: 1;
    width: 800px;
    height: 100%;
    background: url(../../assets/imgs/home/bg-introduce1.png) no-repeat;
    background-size: 100% 100%;
}

.box-right1 img {
    margin-left: -100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.fun-card-head {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: bold;
}

.fun-card-head img {
    margin-right: 16px;
    width: 48px;
    height: 40px;
}

.fun-card-content {
    opacity: .45;
    font-size: 16px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mySwiper{
    display: flex;
    background: url(../../assets/imgs/home/bg-introduce1.png) right center no-repeat;
    background-size: 800px 100%;
}

.mySwiper .swiper-slide{
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.mySwiper .swiper-slide .database-icon{
    margin-bottom: 26px;
}

.mySwiper .swiper-slide .introduce-content{
    position: absolute;
    left: calc((100% - 1200px)/ 2);
}

.mySwiper .swiper-slide .introduce{
    display: flex;
    align-items: center;
}

.mySwiper .swiper-slide .introduce .tips-img{
    width: 838px;
    height: 598px;
    margin-left: -150px;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction{
    left: calc((100% - 1200px)/ 2);
    bottom: 214px;
}

.swiper-pagination{
    text-align: left !important;
}

.mySwiper .swiper-slide .instruction-description{
    white-space: normal !important;
    margin-top: 16px;
}
