.container {
    width: 100%;
    height: 100%;
    background: url("../img/regist/zcbj.png") no-repeat;
    background-size: 100%;
    position: absolute;
    overflow: auto;
}

.regist-body {
    width: 100%;
}

.regist-main {
    margin: 0 auto;
    position: relative;
    width: 540px;
    top: 45px;
}

.regist-head {
    width: 540px;
    height: 70px;
    background: #307FFD;
    font-size: 20px;
    line-height: 70px;
    font-family: '微软雅黑';
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.regist-title {
    margin-left: 10px;
}

.regist-form {
    width: 100%;
    padding-top: 30px;
}

.form-body {
    background-color: #F1F1F1;
    margin-bottom: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.form-row {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.form-row-left {
    /*padding-right: 20px;*/
    text-align: right;
    width: 120px;
}

.form-row-left span {
    color: red;
    margin-right: 10px;
    line-height: 30px;
}

.form-row .form-row-cell {
    display: table-cell;
    line-height: 30px;
    vertical-align: middle;
}



.form-row-check {
    height: 38px;
    line-height: 30px;
    border: 0px solid #d2d2d2;
    padding-left: 10px;
    font-size: 14px;
    width: 190px;
    background: url("../img/resetpd/yzm_k.png") no-repeat;
    float: left;
}

.form-row-check-button {
    margin-left: 8px;
    height: 38px;
    line-height: 30px;
    border: 0px solid #d2d2d2;
    padding-left: 10px;
    font-size: 14px;
    width: 110px;
    background: url("../img/resetpd/hqyzm_k.png") no-repeat;
}

.form-tj {
    background-color: #30ACA6;
    width: 380px;
    height: 49px;
    margin: 15px 0px 0px 50px;
    font-size: 24px;
    font-family: 微软雅黑;
    color: #ffffff;
    line-height: 44px;
    cursor: pointer;
    border-radius: 30px;
}

.login-form-bottom {
    margin-top: 0px;
    height: 70px;
}

.main-back {
    display: inline-block;
    vertical-align: middle;
    padding-top: 28px;
    margin-left: 42px;
}

.back-button {
    float: right;
    margin-left: 10px;
    padding-top: 0px;
    cursor: pointer;
    display: block;
}

.to-regist {
    float: right;
    margin-right: 30px;
    vertical-align: middle;
    margin-top: 26px;

}

.to-regist-button {
    background: url("../img/login/regist-btn.png") no-repeat;
    width: 50px;
    height: 28px;
    border: 0px solid #d2d2d2;
    margin-left: 8px;
    color: blue;
}




/* 新增样式 */
.form-body {
    position: absolute;
    width: 100%;
    padding-left: 26px;
}

.form-row-ipunt {
    height: 90%;
    line-height: 30px;
    border: 1px solid #ccc;
    font-size: 16px;
    width: 100%;
    padding-left: 67px;
    margin-top: 20px;
    border-radius: 30px;
    margin-bottom: 15px;
    /* background: url("../img/resetpd/zh_k.png") no-repeat; */
}

.tws-rightContent input {
    margin-top: 20px;
    width: 100%;
    height: 90%;
    border: 1px solid #ccc;
    padding-left: 70px;
    border-radius: 30px;
    font: inherit;
    color: inherit;
    font-size: 16px;
}

.tws-rightContent input:focus {
    outline: none;
    border: 1px solid #00cccc;
}

.tws-userName,
.tws-loginPass,
.tws-insertType {
    width: 400px;
    height: 50px;
    margin: 0px 40px;
    position: relative;
    margin-top: 15px !important;
}

.tws-userName i {
    font-size: 30px;
    position: absolute;
    color: #00cccc;
    top: 26px;
    left: 15px;
}

.tws-loginPass i {
    font-size: 30px;
    position: absolute;
    color: #00cccc;
    top: 26px;
    left: 15px;
}

.tws-loginLine {
    display: block;
    position: absolute;
    left: 55px;
    top: 26px;
    height: 70%;
    width: 1px;
    background: #ccc;
}

.tws-leixing {
    font-size: 30px !important;
    position: absolute;
    color: #00cccc;
    top: 26px;
    left: 15px;
}


/* 记住密码 */
.LoginForget {
    margin-top: 30px;
    padding-left: 19%;
}
.LoginForget p{
   height: 30px;
   line-height: 30px;
}

/* 忘记密码 */
.tws-forget {
    font-size: 14px;
    color: #00cccc;
    text-decoration: underline;
    cursor: pointer;
}

.login-form-bottom {
    display: flex;
    justify-content: space-between;
    padding: 30px;
}


/* 个人注册 */

.tws-loginRes {
    font-size: 14px;
    width: 330px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tws-registContainer {
    color: #FF6600;
    text-decoration: underline;
    margin-right: 30px;
    cursor: pointer;
    font-size: 14px;
}

.tws-forget {
    font-size: 14px;
    color: #00cccc;
    text-decoration: underline;
    cursor: pointer;
}

.tws-loginBtn {
    width: 355px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    margin-left: 40px;
    text-align: center;
    border-radius: 50px;
    background: #16ADEB;
    border: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
}

.Occlusion {
    width: 150px;
    border: 1px solid;
    height: 150px;
    margin-left: 180px;
    background-color: #fff;
}

.PcLogin {
    text-align: center;
    padding-top: 20px;
}

.PcLogin img {
    width: 150px;
}

/* 登录成功 */
.GRinsert {
	display: flex;
	padding-left: 18%;
	margin-top: 10%;
}

.GRinsert .imgLeft {
	display: flex;
	align-items: center;
}

.GRinsert .TextRight h3 {
	margin: 10px 15px;
	font-weight: 700;
}

.GRinsert .TextRight p {
	margin: 15px 15px;
}
