
.v3popcontent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: url(../images/popbg.png) repeat;
}

.v3loginbox {
    width: 450px;
    height: 400px;
    margin-left: -225px;
    margin-top: -200px;
}

.popbox {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 40px 35px;
    background-color: #fff;
    z-index: 11;
}

.popbox h1 {
    font-weight: normal;
    font-size: 24px;
    color: #444;
    text-align: center;
    margin-bottom: 20px;
}

.popbox form p {
    position: relative;
    width: 350px;
    margin-bottom: 18px;
}

.popbox form p:last-child {
    margin-bottom: 0;
}

.popbox form input[type=text] {
    width: 410px;
    height: 50px;
    padding-left: 40px;
    line-height: 50px;
    border-bottom: 1px solid #d7d7d7;
    font-size: 16px;
    background-color: #fff;
}

/*.popbox form input[type=password] {*/
.popbox form .passWord {
    width: 410px;
    height: 50px;
    padding-left: 40px;
    line-height: 50px;
    border-bottom: 1px solid #d7d7d7;
    font-size: 16px;
    background-color: #fff;
}

.popbox form .codeWord {
    width: 240px;
    height: 50px;
    padding-left: 40px;
    line-height: 50px;
    border-bottom: 1px solid #d7d7d7;
    font-size: 16px;
    background-color: #fff;
}

.popbox form input:focus {
    border-bottom: 1px solid #138ed8;
}

input::-webkit-input-placeholder { /* WebKit browsers */
    color: #cfcfcf;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #cfcfcf;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #cfcfcf;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #cfcfcf;
}

.errorbox {
    display: none;
}

.erroricon {
    position: absolute;
    bottom: 6px;
    right: -100px;
    width: 20px;
    height: 20px;
    background: url(../images/error.png) no-repeat;
}


.erroricon2 {
    position: absolute;
    bottom: 6px;
    right: 170px;
    width: 20px;
    height: 20px;
    background: url(../images/error.png) no-repeat;
}

.errormsg {
    position: absolute;
    bottom: -18px;
    right: -100px;
    font-size: 12px;
    color: #f8972f;
}


.errormsg2 {
    position: absolute;
    bottom: -18px;
    right: 170px;
    font-size: 12px;
    color: #f8972f;
}

.V3popclose {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    width: 40px;
    height: 40px;
    color: black;
    border-radius: 100%;
    font-weight: bold;
    cursor: pointer;
    /*background: url(../images/close.png) no-repeat;*/
}

.popbox form .divBtn {
    width: 450px;
    height: 50px;
    padding-left: 0;
    margin-top: 55px;
    border-radius: 5px;
    background-color: #138ed8;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

#v3loginUserName, #username {
    background: url(../images/login_username.png) no-repeat left center;
}

#v3loginUserName:focus, #username:focus {
    background: url(../images/login_username_hover.png) no-repeat left center;
}

.v3loginPassWord, #password, #qrpwd {
    background: url(../images/login_password.png) no-repeat left center;
}

.v3loginPassWord:focus, #password:focus, #qrpwd:focus {
    background: url(../images/login_password_hover.png) no-repeat left center;
}

.errorspan, .loginerror {
    position: absolute;
    bottom: 15px;
    font-size: 14px;
    color: red;
}

#app .poPupBox {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}

#app .poPupBox .errorContent {
    background: #ffffff;
    color: #333333;
    min-height: 150px;
    width: 300px;
    border-radius: 4px;
    padding-bottom: 15px;
    position: relative;
}

#app .poPupBox .errorContent .tipsBox {
    text-align: center;
    padding: 20px 0 60px 0;
    font-size: 16px;
}

#app .poPupBox .errorContent .butBox {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

.custom-google-btn {
    width: 25px;
}

.index-aboutmsg .textDiv {
    font-size: 14px;
    line-height: 2em;
    text-indent: 2em;
    color: #606060;
    word-break: break-all;
    display: -webkit-box;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 5;*/
}

.abswNew > div {
    margin-bottom: 40px;
    overflow: hidden;
}


#app .header .loginIconDiv {
    margin-top: -75px;
    margin-right: 20px;
    position: relative;
    min-width: 100px;
    cursor: pointer;
}

#app .header .loginIconDiv .notLogInBut {
    margin: auto;
    text-align: center;
    width: 60px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    padding: 5px 10px;
    border-radius: 5px;
    color: #ffffff;
    background: rgba(0, 0, 0, .3);
}

#app .header .loginIconDiv .logInButImg {
    margin: auto;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 100%;
}

#app .header .loginIconDiv .logInButText {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 15px;
    padding: 5px;
    background: rgba(0, 0, 0, .3);
    cursor: pointer;
    color: #ffffff;
}

