.content {
    margin-top: -128px;
    z-index: 1;
    box-sizing: border-box;
    position: relative;
}
.left {
    padding: 57px 0px 55px 39px;
    background-color: #ffffff;
	box-shadow: 0px 0px 16px 0px 
		rgba(24, 36, 64, 0.08);
}
.right {
    padding: 57px 41px 42px 44px;
    background-color: #ffffff;
	box-shadow: 0px 0px 16px 0px 
		rgba(24, 36, 64, 0.08);
}
.left-box {
    margin-right: 20px;
    width: 270px;
}
.left-title {
    font-size: 26px;
    color: #212121;
    margin-bottom: 34px;
}
.left-text {
    color: #212121;
    font-size: 16px;
    line-height: 36px;
}
.content {
    margin-bottom: 75px;
    justify-content: space-between;
}
.code {
    width: calc((100%-42px) / 3);
    text-align: center;
}
.code img {
    width: 100%;
}
.code div {
    text-align: center;
    margin-top: 15px;
    line-height: 1;
    color: #212121;
    font-size: 16px;
}
.code:not(:nth-child(3)) {
    margin-right: 21px;
}
.tab-item {
    font-size: 20px;
    color: #818181;
    width: 246px;
    text-align: center;
    padding-bottom: 18px;
    cursor: pointer;
}
.tab-active {
    color: #3da6d2;
    position: relative;
}
.tab-active::after {
    content: '';
    width: 100%;
    height:  1px;
    display: block;
    background-color: #4aacd5;
    position: absolute;
    bottom: 0;
    left: 0;
}
.tab {
    border-bottom: 1px solid #eee;
    margin-bottom: 45px;
}
.map {
    margin-bottom: 60px;
}
.hidden {
    display: none;
}
.address {
    line-height: 20px;
}


@media (min-width: 768px) and (max-width:1200px) {
    .left-box {
        margin-right:0
    }
    .left-title {
        font-size: 24px;
    }
    .left, .right {
        padding: 25px;
        width: 100%;
    }
    .content {
        margin-top: -55px;
        flex-wrap: wrap;
        margin-bottom: 50px;
    }
    .left {
        margin-bottom: 20px;
        justify-content: space-between;
    }
    .code:not(:nth-child(3)) {
        margin-right: 35px;
    }
    .code {
        width: calc((65%-100px) / 3);
    }
    .left-box {
        width: 310px;
    }

}
@media (max-width: 768px) {
    .left-box {
        margin-right: 10px;
        width: 100%;
    }
    .left-title {
        font-size: 19px;
        margin-bottom: 5px;
    }
    .left-text {
        font-size: 12px;
        line-height: 30px;
    }
    .left, .right {
        padding: 15px;
        flex-grow: 1;
    }
    .content {
        margin-bottom: 30px;
        justify-content: start;
        flex-wrap: wrap;
        margin-top: -22px;
    }
    .left {
        margin-bottom: 10px;
    }
    .tab-item {
        font-size: 14px;
        /* width: 100px; */
        padding-bottom: 10px;
    }
    .tab {
        margin-bottom: 15px;
    }
    .map {
        margin-bottom: 20px;
    }

}