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

    padding-top: 72px;
}
.dowload_pc_bgc_top_title{
    width: 363px;
    margin: 0 auto 92px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 45px;
    color: #000000;
}
.dowload_pc_ban_xin{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.dowload_pc_left{
    margin-right: 53px;
}
.dowload_pc_right{
    display: flex;
    justify-content: space-between;
    width: 600px;
    height: 360px;
}
.dowload_pc_right_item{
    width: 280px;
    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;
    margin-bottom: 42px;
    color: #000000;
}

.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: #F5F9FF;
    border-color: #fff;
    border-radius: 14px;

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

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

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

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

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

/* Windows客户端按钮图片切换 */
.android_btn img[src="/static/download/WindowsD.png"] {
    display: none;
}

.android_btn:hover img[src="/static/download/WindowsIcon.png"] {
    display: none;
}

.android_btn:hover img[src="/static/download/WindowsD.png"] {
    display: inline-block;
}

/* 二维码悬浮框样式 */
.qrcode-popover {
    position: absolute;
    top: 130%;
    left: 50%;
    transform: translateX(-50%);
    width: 210px;
    height: 260px;
    background: #FFFFFF;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 20px;
    display: none;
    z-index: 100;
}

.qrcode-popover .urlcode {
    width: 199px;
    height: 199px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.qrcode-popover .qrcode-text {
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin-top: 15px;
    line-height: 30px;
}

.android_btn:hover .qrcode-popover,
.ios_btn:hover .qrcode-popover {
    display: block;
}
.dowload_new_icon{
    width: 28px;
    height: 14px;
    position: absolute;
    top: 0px;
    left: 0px;
}