@charset 'utf-8';


.dl-block-bg{
    width:100%;
    /*height:100%;*/
    height:300px;
    top:0;
    left:0;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.5);
    z-index:999999;
    color:#333;
    /*display:none;*/
}
.dl-block{
    position: relative;
    width:320px;
    background-color: #fff;
    box-sizing: border-box;
    padding:20px 10px;
    border-radius: 5px;
}
.dl-block-close{
    display: inline-block;
    width:16px;
    height:16px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    border: 1px solid #ccc;
    border-radius: 50%;
    font-size:14px;
    color:#ccc;
    right:3px;
    top:3px;
    z-index: 10;
    cursor: pointer;
}
.dl-block-close:link,.dl-block-close:active,.dl-block-close:hover,.dl-block-close:visited{
    text-decoration: none;
    color:#ccc;
}
.dl-block-top{
    position: absolute;
    width:100%;
    display: flex;
    justify-content: center;
    top:-13px;
    left:0;
    z-index: 9;
}
.dl-block-title{
    width:150px;
    height:33px;
    background: url('/jiechi/assert/dl.png') no-repeat center center;
    background-size:100% auto;
    text-align: center;
    color:#fff;
    font-weight: bold;
    line-height: 33px;
}

.dl-block-main-con1{
    text-align: center;
    font-size: 13px;
}
.dl-block-main-title{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom:10px;
}
.dl-block-main-title span{
    display: inline-block;
    width:22px;
    height:22px;
    border-radius: 50%;
    text-align: center;
    line-height:22px;
    background-color: #FF0000;
    color:#fff;
    font-size: 14px;
    font-weight: bold;
    margin:0 -1px;
}
.dl-block-main-con3{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin:10px 0;
}
.dl-block-main-con3 img{
    width:38px;
    height:38px;
    
}
.dl-block-main-con3 span{
    
}
.dl-block-main-con3 span em{
    font-weight: bold;
    font-size: 20px;
    margin: 0 8px;
    font-style:normal;
}
.dl-block-main-con4{
    margin:10px 0;
    text-align: center;
}
.dl-block-main-gap{
    width:100%;
    background-color: #5b7dfa;
    font-size: 14px;
    color:#fff;
    padding:3px 0;
    text-align: center;
}
.dl-block-main-tip p{
    height:20px;
    text-align: center;
    font-size: 14px;
    line-height:20px;
    margin:0;
}
.dl-block-main-tip p span,.dl-block-main-tip em,.dl-block-main-tip i{
    height:20px;
    display: inline-block;
    font-style: normal;
    line-height:20px;
    text-align: center;
}
.dl-block-main-tip p i{
    width:30px;
}
.dl-block-main-tip p span{
    width:70px;
}
.dl-block-main-tip p em{
    width:40px;
}
.dl-btn{
    display: inline-block;
    width:70%;
    height:35px;
    line-height: 35px;
    font-size: 25px;
    color:#ff0;
    background-color: #5b7dfa;
    text-align: center;
    border-radius: 5px;
}
.dl-block-main-con5{
    margin: 10px 0;
    text-align: center;
}
.dl-btn:hover,.dl-btn:link,.dl-btn:active,.dl-btn:visited{
    text-decoration: none;
    color:#ff0;
}

.dl-block-main-con6{
    font-size: 12px;
    color:#FF0000;
    text-align: center;
    margin-top: 5px;
}