#comment .loginbox{
    display: flex;
    flex-direction: column;
    align-items: end;
    padding-right: 204px;
    box-sizing: border-box;
}
#comment .loginbox .box{
    width: 496px;
    min-height: 665px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
    padding: 40px;
    top: calc(50vh - 332px);
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
}

#comment .change-psw-box .box{
    padding: 30px 20px;
    background: #fff;
    text-align: center;
}

.change-psw input[type=password]{
    color: #888;
    background: #F4F4F4;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    padding: 0 12px;
    margin-bottom: 23px;
    box-sizing: border-box;
}

#comment .loginbox .box h3{
    margin-bottom: 16px;
    text-align: left;
    font-size: 26px;
    font-weight: 600;
    color: #333333;
    height: 35px;
    line-height: 35px;
}
.ipt-container{
    height: 40px;
    line-height: 38px;
    width: 100%;
    border: 1px solid #DCDCDC;
    margin: 20px 0 0px;
    border-radius: 4px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size:0;
    background: #fff;
    
}
.ipt-container input:not(.input){

    font-size:.32rem;
    width: calc(100% - 43px);
   border:none !important;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    box-shadow: 0 0 0px 1000px #fff inset;
    padding-left: 10px;
    height: 37px;
    box-sizing: border-box;
}
#comment .loginbox .box input,.change-psw-box .box input {

}

#comment .loginbox .box input[type="button"]{
    background: #0098FC;
    color: #fff;
    border: none;
    width: 336px;
    height: 48px;
    border-radius: 4px;
    margin-top:25px;
    position: absolute;
    bottom: 76px;
}

#comment .change-psw-box .box input[type="button"]{
    background: #3D7CF4;
    color: #fff;
    border: none;
    width: 110px;
    height: 34px;
    border-radius: 4px;
    margin: 40px auto 0;
}

body #comment .loginbox .box .blueBtn {
    background: #0089FF;
    border: 1px solid #0089FF;
}


#comment .commemtlist dl {
    padding: 20px 0;
    border-bottom: 1px solid #D2D2D2;
}

#comment .commemtlist dl dt {
    float: left;
    text-align: center;
    margin-right: 15px;
}

#comment .commemtlist dl dt img {
    height: 50px;
    width: 50px;
    border-radius: 25px;
}

#comment .commemtlist dl dd {
    padding-bottom: 10px;
}

#comment .commemtlist .btbar span {
    margin-right: 15px;
    font-size: 10px;
}

#comment .commemtlist .btbar .red strong {
    color: red;
    margin: 0 3px;
    font-weight: normal;
    cursor: pointer;
}


#comment .commemtlist .wordsbox textarea {
    height: 100px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    resize: none;
}

#comment .commemtlist .wordsbox span {
    font-size: 13px;
    margin-right: 15px;
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}

#comment .commemtlist .wordsbox input {
    float: right;
    width: 80px;
    height: 28px;
    text-align: center;
    color: #fff;
    background: red;
    border: none;
    border-radius: 3px;
}

.psm-img{
    height: 40px;
    /*padding-bottom: 13%;*/
    width: 30%;
    background: #f3f3f3;
    float: right;
    margin-top: 10px;
    overflow: hidden;
}

.psm-img img{
    width: 100%;
}

#psm{
    width: 100% !important;
    float: left;
     height: 40px;
    line-height: 38px;



    border-radius: 4px;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    vertical-align: middle;
    font-size:.28rem;

     -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    box-shadow: 0 0 0px 1000px #fff inset;
    border-width: initial !important;
    border-style: none !important;
    border-image: initial !important;


}

.login-prompt span,.change-psw-prompt span{
    display: none;
    color: red;
}

.login-proving-prompt span{
    display: none;
    color: red;
}

.login-title{
    margin-bottom: 40px;
    text-align: center;
}

.login-title h1{
    display: inline-block;
    font-size: 26px;
    vertical-align: middle;
    color: #ffffff;
}

.login-title img{
    width: 44px;
    margin-right: 10px;
}

.system-login{
    position: absolute;
    right: 10%;
    top: 16%;
}

.login-bg-box{
    background: url("../images/login-newst-banner.png") no-repeat;
    background-size: cover;
    width: 100%;
    /*height: calc( 100% - 60px);*/
    min-width: 1366px;
    position: relative;
}

.login-footer{
    text-align: center;
    color: rgba(0,0,0,0.4);
    font-weight: 400;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin-top: 16px;
    position: absolute;
    bottom: 40px;
    left: 149px;
}

.change-psw-prompt{
    color: red;
    text-align: left;
    display: none;
    position: absolute;
    top: 76px;
    font-size: 12px;
}

















