.banben{
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #ffe0e0;
    text-align: center;
    /*display: none;*/
    margin-top: 5px;
}
.banben a{color: red;}
.zhezhao{
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 99999999;
    background-color: rgba(26, 24, 24,0.7);
/*    background-color: red;*/
    top: 0;
    line-height: 100%;
    display: none;
}
.tuichu{
    width: 80%;
    height: 280px;
    background-color: #fff;
    opacity: 1;
    margin: 0 auto;
    position: relative;
    top: 36vh;
    margin-top: -66px;
    border-radius: 20px;
/*    padding-top: 10px;*/
    text-align: center;
    padding-bottom: 15px;
}
.tc_right{
    float: left;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    border: 1px solid #ccc;
    border-left: none;
    border-right:none; 
    border-bottom: none;
    border-radius: 0px 0px 20px 0px;
    color: #2bc0a6;
        font-weight:bold
}
.tc_left{
    float: left;
    width: 50%;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-left: none;
    border-bottom: none;
    border-radius: 0px 0px 0px 20px;
    color: #3583ec;
}
.xiazai_title{
    font-size: 18px;
    height: 20px;
    font-weight: bold;
    padding:10px;

    background: #2bc0a6;
    color: white;
    padding-top: 19px;
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
}
.xiazai_con{
    height: 165px;
    line-height: 32px;
    font-size: 14px;
    text-align:left;
    margin-top:20px;
    padding:5px 20px;
}
.dowload_title{
    font-size: 16px;
    height: 20px;
    font-weight: 800;
    margin-top: 15px;

        padding-top: 24px;
    margin-top: 0;
}
.dowload_con{
    height: 65px;
    line-height: 65px;
    font-size: 14px;
}
.dowload_img{
    width: 60px;
    margin-top: -20px;
}