.dowload_pc_bgc{
    background-image: url(./dowloadpcbgc.png);
    /* background-size: 100% 100%; */
    background-repeat: no-repeat;
    height: 685px;

    padding-top: 174px;
}
.dowload_pc_ban_xin{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.dowload_pc_right{
    display: flex;
    justify-content: space-between;
    width: 600px;
    height: 360px;
}
.dowload_pc_right_item{
    width: 300px;
    height: 360px;
}
.dowload_pc_right .item {
    background: #FFFFFF;
    box-shadow: 0px 3px 7px 0px #DFE8F4;
    border-radius: 14px;
}
.dowload_pc_right_item .title {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 42px;
    color: #000000;
    text-align: center;
    margin-bottom: 21px;
}
.dowload_pc_right_item .detail {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 24px;
    color: #676D74;
    text-align: center;
    margin-bottom: 62px;
}

.dowload_pc_right_item .urlcode{
    width: 192px;
    height: 192px;
    margin: 59px 54px 47px 54px;
}
.dowload_pc_right_item .urlcode_detail{
    width: 100%;
    text-align: center;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 18px;
    color: #171A1D;
}

.phone_a{
    text-decoration: none;
}
.android_btn {
    width: 248px;
    height: 72px;
    background: #FFFFFF;
    border-radius: 14px;

    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 22px;
    color: #676D74;
    text-align: center;
    margin: 20px auto;
    line-height: 72px;
}

.android_btn img {
    margin-bottom: -3px;
}

.ios_btn{
    width: 248px;
    height: 72px;
    background: #FFFFFF;
    border-radius: 14px;

    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 22px;
    color: #676D74;
    text-align: center;
    margin: 20px auto;
    line-height: 72px;
}

.ios_btn img {
    margin-bottom: -3px;
}