﻿.page_center {
    width: 62.5vw;
    margin: 0 auto;
}
.transform2:hover {
    transform: translateY(-0.2vw);
}
.association-box1 {
    width: 100vw;
    height: 31.7vw;
    background: url("../../imgs/home/association/bg1.png") no-repeat;
    background-size: 100%;
}
.ab-group-box {
    padding: 2.6vw 2.1vw 0;
    float: right;
    width: 31.3vw;
    height: 27.5vw;
    background: url("../../imgs/home/association/bg1-yy.png");
    background-size: 100%;
}
.ab-city-group-list,
.ab-city-list {
    display: flex;
    flex-wrap: wrap;
}
.ab-city-group-item {
    margin: 0 0.7vw 1.25vw 0;
    width: 12.8vw;
    height: 2.8vw;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 0.7vw;
    cursor: pointer;
}
.ab-city-group-item:hover {
    box-shadow: 0 0.1vw 0.3vw 0.05vw rgba(3,23,125,0.16);
}
.ab-city-group-item1 {
    background-image: url("../../imgs/home/association/city-group1.png");
}
.ab-city-group-item2 {
    background-image: url("../../imgs/home/association/city-group2.png");
}
.ab-city-group-item3 {
    background-image: url("../../imgs/home/association/city-group3.png");
}
.ab-city-group-item4 {
    background-image: url("../../imgs/home/association/city-group4.png");
}
.ab-city-item {
    margin-right: 1.1vw;
    width: 5.6vw;
    height: 2.8vw;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
}
.ab-city-item1 {
    background-image: url("../../imgs/home/association/city1.png");
}
.ab-city-item2 {
    background-image: url("../../imgs/home/association/city2.png");
}
.ab-city-item3 {
    background-image: url("../../imgs/home/association/city3.png");
}
.ab-city-item4 {
    background-image: url("../../imgs/home/association/city4.png");
}
.ab-sm-code-box {
    margin-top: 2vw;
}
.ab-sm-code-left img {
    width: 9.3vw;
    height: 9.3vw;
}
.ab-sm-code-box {
    display: flex;
}
.ab-sm-code-right {
    margin-left: 3.1vw;
}
.ab-sm-code-right .text {
    font-size: 1.25vw;
    font-weight: bold;
    color: #21228E;
}
.ab-sm-code-right .people {
    margin-top: 1.9vw;
    display: inline-block;
    width: 14.2vw;
    height: 3vw;
    background: url("../../imgs/home/association/people.png") no-repeat;
    background-size: 100%;
}
.association-box2 {
    width: 100vw;
    height: 119.7vw;
    background: url("../../imgs/home/association/bg2.png") no-repeat;
    background-size: 100%;
}
.association-box3 {
    width: 100vw;
    height: 59.7vw;
    background: url("../../imgs/home/association/bg3.png") no-repeat;
    background-size: 100%;
    background-position-y: 12.3vw;
}
.association-box3 h3 {
    padding: 3.1vw 0 2.6vw;
    font-size: 2.3vw;
    color: #0F0F5D;
    line-height: 3.75vw;
    text-align: center;
}
.ab-other-list {
    display: flex;
    flex-wrap: wrap;
}
.ab-other-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 1.8vw;
    margin-bottom: 1.8vw;
    width: 19vw;
    height: 21vw;
    background: #F5F7FF;
    border-radius: 1vw;
}
.ab-other-icon {
    margin: 2.6vw 0 2.1vw;
    display: inline-block;
    width: 4.6vw;
    height: 4.6vw;
    background-repeat: no-repeat;
    background-size: 100%;
}
.ab-other-icon1 {
    background-image: url("../../imgs/home/association/other1.png");
}
.ab-other-icon2 {
    background-image: url("../../imgs/home/association/other2.png");
}
.ab-other-icon3 {
    background-image: url("../../imgs/home/association/other3.png");
}
.ab-other-icon4 {
    background-image: url("../../imgs/home/association/other4.png");
}
.ab-other-icon5 {
    background-image: url("../../imgs/home/association/other5.png");
}
.ab-other-icon6 {
    background-image: url("../../imgs/home/association/other6.png");
}
.ab-other-item .text1 {
    font-size: 1.56vw;
    color: #222;
    font-weight: bold;
}
.ab-other-item .text2 {
    margin: 0.83vw 0 2.08vw;
    font-size: 1.1vw;
    color: #6A6A6A;
}
.ab-other-item .btn {
    display: inline-block;
    width: 12.5vw;
    height: 2.5vw;
    background: #FFA200;
    border-radius: 0.78vw;
    border: 1px solid #FFA200;
    font-size: 0.93vw;
    color: #fff;
}
.ab-other-item .btn::after {
    margin-left: 0.52vw;
    display: inline-block;
    content:"";
    width: 0.47vw;
    height: 0.73vw;
    background: url("../../imgs/home/association/right.png") no-repeat;
    background-size: 100%;
}
.ab-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000000;
}
.ab-dialog-code {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 22.08vw;
    height: 23.96vw;
    border-radius: 0.83vw;
    z-index: 10000000;
}
.ab-dialog-code img {
    width: 100%;
    height: 100%;
}
.ab-dialog-code .close {
    position: absolute;
    top: 1.98vw;
    right: 1.82vw;
    display: inline-block;
    width: 1.04vw;
    height: 1.04vw;
    background: url("../../imgs/home/association/close.png") no-repeat;
    background-size: 100%;
    cursor: pointer;
}