/*登录注册*/
.login input.button {
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #cccccc;
}
[v-cloak] {
  display: none;
}
/*背景*/
.login-box {
   position: fixed;
    width: 100%;
    height: 100%;
    background: #e5e5e5 url(../images/resig_bg.png) no-repeat bottom center;
    background-size: 100% auto;
}
.regi-bg {
    
}

.regi_inner {
    position: relative;
    width: 400px;
    padding: 5% 0;
    margin: 0 auto;
}

/*logo*/

.regi_inner .logo {
    text-align: center;
    margin-bottom: 30px;
}

.regi_inner .logo img {
    display: block;
    margin: 0 auto;
}
/*登录密码区*/

.forground {
    padding: 32px 60px 20px 60px;
    background: #fff;
    box-sizing: content-box;
}

.login {
    width: 100%;
}

.login .item {
    position: relative;
    margin-top: 20px;
}
.login .item.submit {
    margin-top: 60px;
    color: #fff;
}
.login .nomargintop {
    margin-top: 0;
}
input.middle {
    width: 180px;
}
input.small {
    width: 120px;
}
.login .item.error .tip {
    display: block;
    box-sizing: border-box;
    font-family: "Microsoft Yahei", "微软雅黑", arial;
    font-size: 12px;
    line-height: 40px;
    color: #333;
    width: 100%;
    min-height: 40px;
    border: 1px solid #ccc;
    padding-left: 10px;
}
.login .item.error {
    transition: all 1s;
}
.login .item.error .tip {
	line-height: 18px;
	padding: 10px;
    background: #ffde93;
    border-color: #d5272b;
}

.login .item.error .tip .closeErrorBtn:before{
    display: block;
    float: left;
    content: "\2716";
    color: #fff;
    line-height: 15px;
    text-align: center;
    width: 16px;
    height: 16px;
    background: #d5272b;
    margin: 2px 10px 0 0;
    border-radius: 50%;
}
.login .item.error .tip .closeErrorBtn:hover{
    cursor: pointer;
}

/*登录下小字*/
.login .protocol {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}

.login .protocol .protocol-l,
.login .protocol .protocol-r {
    float: left;
    color: #999;
}
.login .protocol .protocol-r {
    float: right;
}
.login .protocol .protocol-l input.checkPut {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0;
    vertical-align: -2px;
}
.samlltxtprotocol .protocol-r a {
    color: #999;
    cursor: pointer;
}
.login .protocol .protocol-r a:hover,
.login .protocol a:active {
    color: #55c4b8;
}
.login .samlltxtprotocol {
    margin-top: 20px;
}
.samlltxtprotocol .protocol-r a:after {
    display: inline-block;
    content: '';
    height: 11px;
    width: 1px;
    background: #999;
    margin: 0 5px;
    vertical-align: -1px;
}
.samlltxtprotocol .protocol-r a:last-child:after {
    content: none;
}
/*登录按钮*/
.login input.button:hover {
    cursor: pointer;
}
.login input.button.active {
    background: #55c4b8;
}

/*验证码*/
.login .item a.yzm-btn {
    float: right;
    cursor: pointer;
    text-align: center;
    line-height: 38px;
    border: 1px solid #55c4b8;
    width: 88px;
    height: 38px;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}
.login .item.yzm span span.red-txt {
    float: right;
    line-height: 18px;
    margin-top: 2px;
    width: 90px;
}
.login .item a.yzm-btn:hover {
    color: #fff;
    background: #55c4b8;
}


/*密码输入三次后验证*/
.ident {
    position: relative;
    width: 100%;
    height: 40px;
    text-align: left;
    clear: both;
    margin-top: 20px;
}

.ident .ident-pic {
    width: 80px;
    border: 1px solid #ccc;
    margin-left: 10px;
}

.ident .ident-pic img {
    display: block;
    width: 100%;
    height: 38px;
}

.ident a.btn {
    line-height: 26px;
    margin-top: 8px;
}

/*弹层*/
.layyer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1004;
}

.notificationBox {
    position: fixed;
    box-sizing: border-box;
    z-index: 9999;
    top: 160px;
    width: auto;
    left: 50%;
    margin-left: -218px;
    background: #fff;
    padding: 78px 43px 30px 43px;
    border-radius: 14px;
}
.noti-inner {
}
.noti-inner .title {
    margin-bottom: 20px;
}
.noti-inner .center {
    text-align: center;
}
.noti-inner .txt,
.noti-inner .txt > span {
    font-size: 16px;
}
.noti-inner .txt {
    color: #666;
    word-break:break-all;
    word-wrap:break-word;
    max-width: 350px;
}
.noti-inner .txt.red-txt {
    color: #de0000;
}
.noti-inner .txtb {
    min-height: 96px;
}
.noti-inner .noti-pic {
    position: absolute;
    display: block;
    top: -63px;
    left: 50%;
    margin-left: -62px;
}
.noti-inner .noti-pic img {
    display: block;
}


.hnc-normal-btn {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    width: 280px;
    height: 40px;
    margin: 0 auto;
    background: #55c4b8;
}
.hnc-normal-btn:hover {
    cursor: pointer;
}
.noti-inner .hnc-normal-btn {
    margin-top: 20px;
}
.noti-inner .cancel {
    font-size: 14px;
    color: #666;
    text-decoration: underline;
    text-align: right;
    width: 280px;
    margin: 10px auto 0 auto;
}
.noti-inner .cancel:hover {
    color: #999;
    cursor: pointer;
}
.login .item p.ts {
    line-height: 30px;
    height: 30px;
}
.login a.glyy {
    margin-top: 20px;
    box-sizing: border-box;
    background: #fff;
    color: #6cbef6;
    border: 1px solid #6cbef6;
}

/*登录分享？*/
.login .three h6 {
    text-align: center;
    color: #666;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
}

.login .three ul {
    margin: 4px 0 50px 71px;
}

.login .three ul li {
    float: left;
}

.login .three ul li a {
    display: block;
    background: url(../../dist/images/lx.png) no-repeat;
    width: 26px;
    height: 26px;
    margin-right: 31px;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-size: 107px 26px;
}

.login .three ul li a.qq {
    background-position: -40px 0;
}

.login .three ul li a.sina {
    background-position: -81px 0;
}

.login .three ul li a:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.login .welcom {
    text-align: center;
    margin-top: 60px;
}

.login .welcom .head .pic-box {
    margin: 0 auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.login .welcom .head .pic-box img {
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.login .welcom .head p {
    margin: 20px 0;
    font-size: 18px;
    color: #666;
}

.login .welcom .wel-txt h6 {
    font-size: 16px;
    color: #333;
    line-height: 50px;
}

.login .welcom .wel-txt p {
    color: #eb5e12;
    margin-bottom: 40px;
}

/*enter*/
.enter .logo h2 {
    font-size: 40px;
    color: #333;
}
.enter .logo p {
    font-size: 16px;
    color: #696969;
    margin-top: 20px;
}
.enterBtn {
    display: inline-block;
    margin-top: 20px;
}
.enterBtn li {
    float: left;
    margin: 0 10px;
}
.enterBtn li a {
    display: block;
    box-sizing: border-box;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    color: #666;
    width: 180px;
    height: 50px;
    border: 1px solid #666;
    border-radius: 8px;
    transition: all .5s;
}
.enterBtn li.on a,
.enterBtn li:hover a {
    color: #fff;
    background: #55c4b8;
    border-color: #55c4b8;
}
.cunzai {
    color: red;
    margin-bottom: 5px;
}
a.linkLogin {
    margin-left: 2px;
    color: #55c4b8;
    cursor: pointer;
}
.cunzai span {
    float: right;
    margin-right: 5px;
    color: #333;
}
#colseErrormsg {
    margin-top: 5px;
}

.enter {
    text-align: center;
    width: 600px;
    margin-left: -300px;
}

ul.actionMessage {
    margin: 5px 0;
    color: red;
}

#errormsg span {
    color: red;
}
/* 注册协议和隐私 */
@media screen and (min-width:320px) and (max-width:1199px){
	.agreementpreview.agr-content {
	   box-sizing: border-box;
	   width: 100%;
	   padding: 0 10px 20px 10px;
	}
}