
#width-wrap{
    width:100%;
    height:100%;
    margin:0 auto;
    max-width:1000px;
    display:flex;
    flex-flow:column nowrap;
    justify-content:space-between;
    align-items:center;
	line-height:normal;
}

#content-wrap{
    width:90%;
    text-align: center;
    font-size:0px;

}
#duanzi-text{
    text-align:center;
    font-size:26px;
    color:black;
    display: block;
    padding:30px;
    border-radius: 10px;
    border:3px solid black;
    width:100%;
    box-sizing:border-box;
    /*font-weight:lighter;*/
}

.duanzi-text-bottom{
    display:inline-block;
    border:3px solid black;
    border-top:none;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    height:10px;
}

.duanzi-text-bottom1{
    width:90%;
    opacity:.3;
}

.duanzi-text-bottom2{
    width:80%;
    opacity:.1;
}

#bottom{
    width:100%;
    margin:10px auto;
	margin-top: 10px;
}
#next-btn-box{
    width:130px;
    height:40px;
    position:relative;
    margin:0px auto 50px auto;
}
#next-btn{
    width:100%;
    height:100%;
    line-height:40px;
    font-weight: lighter;
    background:#e00025;
    background-image: linear-gradient(125deg, #f02f0d, #e00025);
    border-radius:100px;
    text-align:center;
    color:white;
    cursor:pointer;
    user-select:none;
    -ms-user-select:none;
    position:absolute;
    left:0;
    top:0;
}
#bottom-text-box{
    display:block;
    width:100%;
    box-sizing:border-box;
    padding:0 20px;
    color:#585858;
    text-align:center;
    font-size:12px;
}
#bottomDuanzi{
    text-decoration:underline;
    color:#585858;
}

/* 窄屏幕 */
@media (max-width:900px){
    #duanzi-text{
        font-size:20px;
        padding:20px;
        border:2px solid black;
    }

    .duanzi-text-bottom{
        border:2px solid black;
        border-top:none;
        height:8px;
    }

    #next-btn-box{
        margin:0px auto 30px auto;
    }
	#width-wrap{
	margin-top: 10px;
    }
}
/* 宽屏幕 */
@media (min-width:1600px){
    #duanzi-text{
        font-size:26px;
    }

    #next-btn-box{
        margin:0px auto 60px auto;
    }
	#width-wrap{
	margin-top: 30px;
    }
}