/* main star */

.contain{
    width:100%;
    height:100%;
    background: #f5f7fa;
    line-height:50px;
    font-size:12px;
    padding-bottom: 50px;
}
.pw_con{
    padding-top:20px;
}
.edit_main{
    width:100%;
    background: #ffffff;
}
.pw_tit{
    width:100%;
    padding:0px 40px;
}
.pw_tex{
    width:100%;
    height:auto;
    border-bottom: 1px solid #ededed;
}
.pw_tex p{
    font-size: 24px;
    color: rgb( 0, 0, 0 );
    padding:16px 0px;
} 
.for_pwcont{
    width:100%;
    height:auto;
    padding:30px 0px 60px 0px;
}
.for_pwcont .pw_cont{
    width: 429px;
    height:auto;
    margin:0 auto;
}
.dyui_input{
    width:100%;
    height:44px;
    margin-bottom:20px;
}
.dyui_input-inner{
    width:100%;
    height:100%;
    border:1px solid rgb( 221, 221, 221 );
    padding:0px 10px;
}

.dyui_col-left{
    width: 309px;
    height:100%;
}
.dyui_col-left .dyui_input-inner{
    width:100%;
    height:100%;
    border:1px solid rgb( 221, 221, 221 );
}
.dyui_col-right{
    width: 110px;
    height: 100%;
}
.dyui_col-right .dyui_input-code{
    width:100%;
    height:46px;
    background-color: rgb( 0, 153, 153 );
    border-radius: 3px;
    font-size: 12px;
    color: rgb( 255, 255, 255 );
    line-height: 46px;
    text-align: center;
    cursor: pointer;
}
.dyui-btn{
    width:100%;
    height: 46px;
    border-radius: 3px;
    background-color: rgb( 0, 153, 153 );
    border:none;
    font-size: 14px;
    color: rgb( 255, 255, 255 );
    line-height: 16px;
}
/* main end */
