.head_bg .download .download_right .ios_down2:hover {
    border: 1px solid bisque;
}
.head_bg .download .download_right .ios_down2 {
    box-sizing: border-box;
    width: 220px;
    height: 60px;
    background: #FF6600;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 176px;
}

.head_bg .download .download_right .ios_down2 em {
    width: 19px;
    height: 23px;
    display: inline-block;
    background: url(/static/home/pc/images/iPhone_icon.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 20px;
}

.head_bg .download .download_right .ios_down2 .ios_p {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
}

.head_bg .download .download_right .andr_down2:hover {
    border: 1px solid bisque;
}
.head_bg .download .download_right .andr_down2 {
    box-sizing: border-box;
    width: 220px;
    height: 60px;
    background: #FFB800;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    position: relative;
}

.head_bg .download .download_right .andr_down2 em {
    width: 19px;
    height: 23px;
    display: inline-block;
    background: url(/static/home/pc/images/Android_icon.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 20px;
}

.head_bg .download .download_right .andr_down2 .andr_p {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
}
.head_bg .download .download_right .andr_down2 .andr_p:hover #hover-right{
    display: block;
}

.head_bg .download .download_right .hover-right{
    width: 272px;
    height: 168px;
    background: #fff;
    position: absolute;
    left: 238px;
    background: #fff url("../images/ewmBak.jpg") no-repeat;
    display: none;
}

.head_bg .download .download_right .hover-right div{
    width: 113px;
    height: 113px;
    background: #cccccc;
    margin-top: 15px;
    display: inline-block;
}

.head_bg .download .download_right .hover-right p{
    display: inline-block;
    color: #7d7d7d;
    font-size: 14px;
    margin-top: 8px;
}