.contain {
    width: 100%;
    height: 100%;
}

.bg {
    width: 100%;
    height: 100%;
    font-size: 0;
    overflow-y: hidden;
}

img {
    object-fit: fill; 
    object-fit: contain;
    object-fit: scale-down
}

.down-load {
    position: absolute;
    top: 27px;
    right: 360px;
    width: 220px;
    padding:18px 28px 24px 23px;
    background: #fff;
    border-radius: 10px;
}
.tips {
    width:168px;
    height: 24px;
    background: url(../image/download.png) center center no-repeat;
}

.code-contain {
    display: none;
}

.code {
    /* width: 160px; */
    height: 160px;
    margin: 18px 0 21px;
}
.code img {
    width: 100%;
    height: 100%;
}

.text {
    width: 168px;
    height: 54px;
    font-size: 14px;
    color: #8C96BA;
    text-align: center;
}

.service {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1200px;
    height: 120px;
    display: flex;
    margin: 0 auto;
    background: #fff;
    border-radius: 15px;
}

.service-box {
    margin: 30px 0;
    flex:1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-right: 1px solid #DAE0EB;
}

.service-box:first-child {
    border-radius: 15px 0 0 15px;
}
.service-box:last-child {
    border-radius: 0 15px 15px 0;
    border: none;
}

.avatar{
    width: 59px;
    height: 59px;
}
.avatar_1 {
    background: url(../image/service1.png);
    background-size: 100% 100%;
}
.avatar_2 {
    background: url(../image/service2.png);
    background-size: 100% 100%;
}
.avatar_3 {
    background: url(../image/service3.png);
    background-size: 100% 100%;
}

.online {
    position: absolute;
    bottom: 5px;
    left: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #17cf6d;
}
.contact {
    margin-left: 10px;
}
.qq {
    color: #3E4766;
    font-size: 14px;
}
.num {
    color: #3C384A;
    font-size: 20px;
}
button {
    width: 1rem;
    height: 0.5rem;
    color: #fff;
    border-radius: 0.1rem;
    background: #34406D;
}

/* .copy {
    width:40px;
    height: 20px;
    margin: 15px 0 0 37px;
    text-align: center;
    background: #4B5990;
    color: #fff;
    border-radius: 3px;
    font-size:12px;
    line-height: 20px;
} */

.copy {
    cursor: pointer;
    margin-left: 20px;
    background: #4B5990;
    color: #fff;
    padding: 3px 8px;
    border-radius: 5px;
}
.copy:hover{
    background:#34406D;
}
.copy-right {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    background: #1E2338;
}
