html,body{
    padding: 0;
    margin: 0;
    line-height: 1;
    background-color: #fff;
}
.shdow{
    position: fixed;
    top: 0;
    bottom:0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}
/*鍒嗗彂椤甸潰*/
.distribute-header{
    background: url(/Resource/Template/default/assets/imgs/2/img.png) no-repeat center;
    background-size: cover;
    height: 150px;
}
.distribute-content .cont{
    margin-top: -110px;
    padding: 0;
    text-align: center;
}
.distribute-content .cont .name-info{
    font-size: 14px;
    line-height: 1.4;
    color: #999;
}
.icon-wrap{
    background-color: #fff;
    width: 160px;
    height: 160px;
    border-radius: 25px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.icon-wrap img{
    width: 120px;
    height: 120px;
    border-radius: 24px;
    border: 1px solid #e5e5e5;
    margin: 0 auto;
}
.distribute-content{
    margin-bottom: 30px;
}
.distribute-content .name{
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: 15px;
    word-break: break-all;
    white-space: pre-wrap;
    font-weight: normal;
}
.btn-main {
    color: #fff;
    background: #4455E6;
    border: 1px solid #4455E6;
}
.distribute-content .download .download-btn{
    height: 48px;
    padding: 0 50px;
    line-height: 48px;
    font-size: 16px;
    margin: 10px auto 0;
    display: inline-block;
    border-radius: 25px;
}
.distribute-content .download .clicked-download{
    display: inline-block;
    margin: 15px 0;
}
.distribute-content .download .system{
    font-size: 14px;
    color: #666;
    text-align: center;
}
.distribute-content .desc{
    width: 96%;
    margin: 0 auto;
    padding: 10px;
    background-color: #afafaf;
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
    box-sizing: border-box;
    color: #fff;
    font-weight: 600;
    max-width: 640px;
}
.distribute-content .desc .title{
    display: block;
    font-size: 18px;
    line-height: 1.4;
}
.distribute-content .download-code{
    color: #666;
    width: 160px;
    overflow: hidden;
    margin: 35px auto 0;
    text-align: center;
}
.distribute-content .download-code img{
    width: 146px;
    height: 146px;
}
.distribute-content .download-code p{
    margin-top: 10px;
}
.distribute-content .tip{
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 5px;
}
#mask-tip{
    width: 92%;
    margin:5px 4%;
    opacity:1;
    z-index: 1060;
    position: relative;
}
.modal{
    width: 92%;
    max-width: 690px;
    margin:120px auto;
    z-index: 1060;
    background-color: #FFF;
    border-radius: 10px;
    padding: 20px 0;
    box-sizing: border-box;
}
.modal-head{
    text-align: center;
    border-bottom: 1px solid #efefef;
    font-size: 22px;
    color: #666;
}
.modal-head p{
    margin-top: 0;
}
.modal-body{
    padding: 0 15px;
    font-size: 14px;
}
.modal-body p{
    margin: 30px 0;
}
.modal-btn-wrap{
    text-align: center;
}
.modal-btn-wrap .btn{
    width: 82px;
    padding: 6px 12px;
    border-radius: 4px;
}
.btn-bor {
    color: #08c1a0;
    background: transparent;
    border: 1px solid #08c1a0;
}
.modal-btn-wrap .btn-bor{
    margin-right: 30px;
}
.btn-main {
    color: #fff;
    background: #08c1a0;
    border: 1px solid #08c1a0;
}


/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    bottom: 0;
    width:
        100%;
    height: 70%;
    overflow: auto;
    background-color: rgb(255 255 255);
    border-radius: 1.5rem 1.5rem 0rem 0rem;
    box-shadow: 0px 0px 19px 1px #000000;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin:
        auto;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    width: 100%;
    height:
        100%;
    box-sizing: border-box;
}

/* Close button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    margin:
        -39% -2% 0% 0%;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration:
        none;
    cursor: pointer;
}

.fixed-header {
    position: fixed;
    top: 0;
    width:
        100%;
    background-color: #fefefe;
    padding: 10px 20px;
    box-shadow: 0px -20px 11px 20px #ffffff;
    z-index: 1001;
}

.system {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 140px;
}

.system img {
    text-align: center;
    width: 220px;
    height: 220px;
    border-radius: .2rem;
    box-shadow: 0px 0px 0px 1px rgb(255 255 255 / 50%);

}

.title {}

.title h2 {
    color: #f27d2e;
    font-size: 36px;
    letter-spacing: 4px;
    text-align: center;
    line-height: 120px;
}

.title h4 {
    color: #444;
    font-size: 18px;
    /* font-weight: bold; */
    line-height: 38px;
    text-align: center;
}

.footer {
    height: 100px;
    width: 100%;
    position: fixed;
    bottom: 0;
    text-align: center;
}
button{
    background-color: #ff9e2e;
    padding: 10px 20px;
    border-radius: 10px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin: 10px;
}

button:hover {
    background-color: #ff9e2e;
    box-shadow: 0px 0px 0px 1px rgb(255 255 255 / 50%);
}