.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 20%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal_content {
    position: relative;
    margin: auto;
    width: 90%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 10px;
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.modal_body {
    padding: 2px;
    border-radius: 10px;
}

.download_content {
    background-color: #EDEEEF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 5px 24px 0px rgba(12, 3, 7, 0.17);
    border-radius: 10px;
}

.download_seller,
.download_clothes {
    margin: 45px 10px 0 10px;
    background: #fff;
    display: flex;
}

.download_btn {
    display: flex;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.download_btn_tip {
    color: #3D3D3D;
    font-weight: 400;
    font-size: 15px;
}

.tip:hover .downloadtip {
    visibility: visible;
}

.downloadtip {
    visibility: hidden;
    width: 180px;
    height: 190px;
    background-color: #FFFFFF;
    border: 1.4px solid rgba(189, 161, 106, 0.5);
    color: #000000;
    text-align: center;
    border-radius: 20px;
    padding: 25px;
    position: absolute;
    bottom: 15px;
    left: -17px;
    z-index: 1;
}

.downloadtip_android {
    left: -1px;
}

.downloadtip img {
    width: 180px;
    height: 180px;
}

.downloadtip div {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.downloadClose:hover,
.downloadClose:focus {
    color: rgb(87, 85, 85);
    text-decoration: none;
    cursor: pointer;
}

/* 下载二维码新规式样 */
.new_download_btn_tip {
    color: #3D3D3D;
    font-weight: 400;
    font-size: 15px;
}

.tip:hover .new_downloadtip {
    visibility: visible;
}

.new_downloadtip {
    visibility: hidden;
    width: 320px;
    height: 195px;
    background-color: #FFFFFF;
    /* border: 1.4px solid rgba(189, 161, 106, 0.5); */
    color: #000000;
    text-align: center;
    border-radius: 20px;
    padding: 19px;
    position: absolute;
    bottom: 0px;
    background-image: url(../image/download_background.png);
    left: -17px;
    z-index: 1;
}

.new_downloadtip_android {
    left: -1px;
}

.new_downloadtip img {
    margin-top: 8px;
    width: 110px;
    height: 110px;
}

.new_downloadtip div {
    font-size: 16px;
    font-style: normal;
    /* font-weight: 600; */
    letter-spacing: 0.05em;
    line-height: 20px;
}

.new_download_code {
    width: 125px;
    height: 125px;
    border-radius: 10px;
    background-color: #FFFFFF;
    /* box-shadow:1px 1px 1px #C6C6C6; */
    box-shadow:0px 0.5px 5px #C6C6C6;border-radius: 6px;
    /* border: 1.4px solid rgba(189, 161, 106, 0.5); */
    /* border: 1px solid #C6C6C6; */
}