@charset "UTF-8";
#model{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
    display: none;
}
#model .register{
    width: 573px;
    height: 511px;
    border: 1px solid #399901;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -256px;
    margin-left: -237px;
}
#model .register>img{
    float: right;
    margin-right: -35px;
    margin-top: -25px;
}
#model .register .close{
    cursor: pointer;
}
#model .register .w463{
    width: 463px;
    margin: 0 auto;
}
#model .register .w463>img{
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
#model .register .mt20{
    margin-top: 20px;
}
#model .register .mt5{
    margin-top: 5px;
}
#model .register .leiming{
    width: 112px;
    height: 33px;
    background-color: #f1f1f1;
    line-height: 33px;
    text-align: right;
    padding-right: 18px;
}
#model .register input{
    margin-left: 8px;
    width: 305px;
    padding-left: 15px;
    border: 1px solid #d3d0d1;
    line-height: 31px;
    border-radius: 3px;
    font-family: 微软雅黑;
}
#model .register button{
    width: 53px;
    height: 33px;
    background-color: #f1f1f1;
    border: 1px solid #d3d0d1;
    line-height: 31px;
    text-align: center;
    border-radius: 3px;
    margin-left: 7px;
    cursor: pointer;
}
#model .register button:hover{
    color: #fff;
    background-color: #399901;
}
#model .register .xuxian{
    width: 463px;
    height: 2px;
    border: 1px dashed #f1f1f1;
}
#model .register .submit{
    width: 463px;
    height: 40px;
    background-color: #399901;
    color: #fff;
    margin-left: 0;
    font-family: 微软雅黑;
    cursor: pointer;
    border-radius: 3px;
}
#model .register p{
    color: #399901;
    text-align: right;
    font-size: 14px;
    font-family: 微软雅黑;
    cursor: pointer;
    text-decoration: underline;
}
/*注册框*/
#model .login{
    width: 408px;
    height: 511px;
    border: 1px solid #FFA800;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -255px;
    margin-left: -204px;
}
#model .login>img{
    float: right;
    margin-right: -40px;
    margin-top: -25px;
}
#model .login .close{
    cursor: pointer;
}
#model .login .w295{
    width: 295px;
    margin: 0 auto;
}
#model .login .w320{
    width: 320px;
    margin: 0 auto;
}
#model .login .w320>img{
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
#model .login .mt20{
    margin-top: 20px;
}
#model .login .mt5{
    margin-top: 5px;
}
#model .login .leiming{
    width: 85px;
    height: 33px;
    background-color: #f1f1f1;
    line-height: 33px;
    text-align: right;
    padding-right: 8px;
}
#model .login input{
    margin-left: 8px;
    width: 175px;
    padding-left: 15px;
    border: 1px solid #d3d0d1;
    line-height: 31px;
    border-radius: 3px;
    font-family: 微软雅黑;
}
#model .login .xuxian{
    width: 292px;
    height: 2px;
    border: 1px dashed #f1f1f1;
}
#model .login .submit{
    width: 295px;
    height: 40px;
    background-color: #FFA800;
    color: #fff;
    margin-left: 0;
    font-family: 微软雅黑;
    cursor: pointer;
    border-radius: 3px;
    font-size: 18px;
}
#model .login .w100{
    width: 100px;
}
#model .login p{
    font-size: 12px;
    color: #FFA800;
}
#model .login a.qq{
    margin-top: 10px;
    margin-right: 10px;
    display: block;
    width: 41px;
    height: 41px;
    background: url("../images/qq.png") no-repeat;
    float: left;
}
#model .login a.weixin{
    margin-top: 10px;
    display: block;
    width: 41px;
    height: 41px;
    background: url("../images/weixin.png") no-repeat;
    float: left;
}
#model .login p.erweima{
    font-size: 12px;
    color: #000;
    text-align: right;
}
#model .login .w100 img{
    max-width: 84px;
    max-height: 84px;
    min-width: 84px;
    min-height: 84px;
    margin: 12px;
}
#model .login .zhuce{
    text-decoration: underline;
    color: #000;
    cursor: pointer;
}

.ellipsis{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ellipsis2 {text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}