* {
    margin: 0;
    padding: 0;
}

body {
    height: 100%
}

html {
    height: 100%
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

input[type="text"] {
    font-family: Arial, sans-serif, Microsoft Yahei;
    transition: 1s;
}

input[type="text"]:focus {
    outline: none;
    color: #028ed5;
}

input[type="password"] {
    font-family: Arial, sans-serif, Microsoft Yahei;
}

input[type="password"]:focus {
    outline: none;
    color: #028ed5;
}

/*#container{position:relative;width:100%; min-height:100%; padding-bottom: 50px; box-sizing: border-box;}*/
.head {
    padding: 20px;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.07);
    position: relative;
}

.head span {
    position: absolute;
    top: 25px;
    right: 20px;
}

.head span img {
    width: 18px;
    vertical-align: middle;
    margin-right: 5px;
}

.head img {
    width: 120px
}

.show-bg-con {
    background: #1ccfc9;
    position: relative;
    min-width: 996px;
}

.show-bg-con .foot {
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    width: 100%;
    margin-top: 10px;
    position: absolute;
    bottom: 40px;
    left: 0;
    display: none;
}

.show-bg-con .foot a {
    color: #fff;
}

.show-bg-con .foot a:hover {
    color: #fff;
}

.show-bg-con .head {
    padding: 30px 0 0 0;
    display: none;
    box-shadow: none;
}

.show-bg-con .head img {
    width: 260px
}

.foot {
    line-height: 30px;
    color: #999;
    text-align: center;
    font-size: 14px;
    width: 100%;
    margin-top: 10px;
}

.foot a {
    color: #999;
    cursor: pointer;
}

.foot a:hover {
    color: #028ed5;
}

.con-ad {
    width: 25%;
    max-width: 600px;
    position: absolute;
    left: 17%;
    top: 25%;
}

.con-ad img {
    width: 100%;
}

.con-ad .p-logo {
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-top: -20px;
}

.con-login {
    position: absolute;
    height: 285px;
    right: 17%;
    width: 25%;
    border-radius: 7px;
    background: #61ddd9;
    top: 24.5%;
    max-width: 380px;
}

.con-login li {
    line-height: 36px;
    position: relative;
    margin-bottom: 15px;
    padding: 0 20px;
}

.con-login li:first-child {
    padding: 0;
}

.ydm {
    width: 48%;
    float: right;
    height: 40px;
    border-radius: 8px;
}

.we-font {
    font-weight: 700
}

.con-login a {
    color: #0D618C;
    text-align: right;
    font-size: 12px;
    height: 50px;
    line-height: 40px;
    cursor: pointer;
}

.con-login label {
    font-size: 14px;
}

.text-user {
    border-radius: 8px;
    outline: none;
    width: 100%;
    height: 40px;
    background-color: #fff;
    background-image: url("../images/icon-inpu1.png");
    background-repeat: no-repeat;
    background-position: 15px center;
    border: none;
    border: none;
    color: #888;
    text-indent: 43px;
    line-height: 40px;
    font-size: 14px;
}

.text-key {
    border-radius: 8px;
    outline: none;
    width: 100%;
    height: 40px;
    background-color: #fff;
    background-image: url("../images/icon-inpu2.png");
    background-repeat: no-repeat;
    background-position: 15px center;
    border: none;
    border: none;
    color: #888;
    text-indent: 43px;
    line-height: 40px;
    font-size: 14px;
}

.text-yzm {
    float: left;
    border-radius: 8px;
    outline: none;
    width: 48%;
    height: 40px;
    background-color: #fff;
    text-indent: 15px;
    line-height: 40px;
    border: none;
    font-size: 14px;
}

.con-login .nomargin {
    margin: 0
}

.btn-login {
    width: 100%;
    border-radius: 8px;
    height: 38px;
    background: #2db465;
    color: #fff;
    border: none;
    font-size: 16px;
    outline: none;
    cursor: pointer;
    margin-top: 25px;
    margin-bottom: 10px;
}

.sso-login {
    text-align: center;
    color: #999;
    margin-top: 15px;
    position: relative;
}

.sso-login p {
    display: inline-block;
    background: #fff;
    height: 30px;
    position: absolute;
    width: 110px;
    text-align: center;
    z-index: 3;
    left: 50%;
    margin-left: -55px;
}

.sso-login .line {
    height: 1px;
    background: #eee;
    top: 17px;
    position: absolute;
    width: 100%;
}

.sso-login img {
    margin: 0 20px;
    cursor: pointer;
}

.logo {
    width: 50px;
    margin-right: 10px;
}

.login-title {
    color: #3c3c3c;
    font-size: 22px;
    font-weight: bold;
}

.blue-font {
    color: #0D618C;
}

.bor-d {
    color: #999;
    display: inline-block;
    width: 50%;
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    text-align: center;
}

.bor-d-click {
    color: #196240;
}

.text-yzm2 {
    width: 58%;
}

.text-yzm-btn {
    width: 38%;
    float: right;
    height: 40px;
    border-radius: 8px;
    outline: none;
    background-color: #fff;
    line-height: 40px;
    border: none;
    font-size: 14px;
    text-align: center;
}

* {
    margin: 0;
    padding: 0;
}

body {
    height: 100%
}

html {
    height: 100%
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

input[type="text"] {
    font-family: Arial, sans-serif, Microsoft Yahei;
    transition: 1s;
}

input[type="text"]:focus {
    outline: none;
    color: #028ed5;
}

input[type="password"] {
    font-family: Arial, sans-serif, Microsoft Yahei;
}

input[type="password"]:focus {
    outline: none;
    color: #028ed5;
}

/*#container{position:relative;width:100%; min-height:100%; padding-bottom: 50px; box-sizing: border-box;}*/
.head {
    padding: 20px;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.07);
    position: relative;
}

.head span {
    position: absolute;
    top: 25px;
    right: 20px;
    z-index: 999;
}

.head span img {
    width: 18px;
    vertical-align: middle;
    margin-right: 5px;
}

.head img {
    width: 120px
}

.show-bg-con {
    background: url(../image/bg5.png) no-repeat center center;
    background-size: 100% 100%;
    height: 100%;
    /* background: linear-gradient(to bottom, #2d62f8, #03b5b1); */
    position: relative;
}

.show-bg-con .foot {
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    width: 100%;
    margin-top: 10px;
    position: absolute;
    bottom: 40px;
    left: 0;
    display: none;
}

.show-bg-con .foot a {
    color: #fff;
}

.show-bg-con .foot a:hover {
    color: #fff;
}

.show-bg-con .head {
    padding: 30px 0 0 0;
    display: none;
    box-shadow: none;
}

.show-bg-con .head img {
    width: 260px
}

.foot {
    line-height: 30px;
    color: #999;
    text-align: center;
    font-size: 14px;
    width: 100%;
    margin-top: 10px;
}

.foot a {
    color: #999;
    cursor: pointer;
}

.foot a:hover {
    color: #028ed5;
}

.con-ad {
    width: 600px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 8%;
}

.con-ad img {
    width: 100%;
}

.con-ad .p-logo {
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-top: -20px;
}

.con-login {
    position: fixed;
    height: 285px;
    right: 17%;
    width: 25%;
    border-radius: 7px;
    background: #bee1f1;
    top: 24.5%;
    max-width: 380px;
    z-index: 999;
}

.con-login li {
    line-height: 36px;
    position: relative;
    margin-bottom: 15px;
    padding: 0 20px;
}

.con-login li:first-child {
    padding: 0;
}

.ydm {
    width: 48%;
    float: right;
    height: 40px;
    border-radius: 8px;
}

.we-font {
    font-weight: 700
}

.con-login a {
    color: #0D618C;
    text-align: right;
    font-size: 12px;
    height: 50px;
    line-height: 40px;
    cursor: pointer;
}

.con-login label {
    font-size: 14px;
}

.text-user {
    border-radius: 8px;
    outline: none;
    width: 100%;
    height: 40px;
    background-color: #fff;
    background-image: url("/chargemanagefrontweb/themes/images/icon-inpu1.png");
    background-repeat: no-repeat;
    background-position: 15px center;
    border: none;
    border: none;
    color: #888;
    text-indent: 43px;
    line-height: 40px;
    font-size: 14px;
}

.text-phone {
    border-radius: 8px;
    outline: none;
    width: 100%;
    height: 40px;
    background-color: #fff;
    background-image: url("/chargemanagefrontweb/themes/images/icon-inpu3.png");
    background-repeat: no-repeat;
    background-position: 15px center;
    border: none;
    border: none;
    color: #888;
    text-indent: 43px;
    line-height: 40px;
    font-size: 14px;
}

.text-key {
    border-radius: 8px;
    outline: none;
    width: 100%;
    height: 40px;
    background-color: #fff;
    background-image: url("/chargemanagefrontweb/themes/images/icon-inpu2.png");
    background-repeat: no-repeat;
    background-position: 15px center;
    border: none;
    border: none;
    color: #888;
    text-indent: 43px;
    line-height: 40px;
    font-size: 14px;
}

.text-yzm {
    border-radius: 8px;
    outline: none;
    width: 48%;
    height: 40px;
    background-color: #fff;
    text-indent: 15px;
    line-height: 40px;
    border: none;
    font-size: 14px;
}

.con-login .nomargin {
    margin: 0
}

.btn-login {
    width: 100%;
    border-radius: 8px;
    height: 38px;
    background: #008eff;
    color: #fff;
    border: none;
    font-size: 16px;
    outline: none;
    cursor: pointer;
    margin-top: 25px;
    margin-bottom: 10px;
}

.sso-login {
    text-align: center;
    color: #999;
    margin-top: 15px;
    position: relative;
}

.sso-login p {
    display: inline-block;
    background: #fff;
    height: 30px;
    position: absolute;
    width: 110px;
    text-align: center;
    z-index: 3;
    left: 50%;
    margin-left: -55px;
}

.sso-login .line {
    height: 1px;
    background: #eee;
    top: 17px;
    position: absolute;
    width: 100%;
}

.sso-login img {
    margin: 0 20px;
    cursor: pointer;
}

.logo {
    width: 50px;
    margin-right: 10px;
}

.login-title {
    color: #3c3c3c;
    font-size: 22px;
    font-weight: bold;
}

.blue-font {
    color: #0D618C;
}

.bor-d {
    color: #999;
    display: inline-block;
    width: 50%;
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    text-align: center;
}

.bor-d-click {
    color: #008eff;
}

.text-yzm2 {
    width: 58%;
}

.text-yzm-btn {
    width: 38%;
    float: right;
    height: 40px;
    border-radius: 8px;
    outline: none;
    background-color: #fff;
    line-height: 40px;
    border: none;
    font-size: 14px;
    text-align: center;
}

.particles {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

/*登录*/
.lxzc-login {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../images/login_bg.png") no-repeat;
    background-size: 100% 100%;
}

.lxzc-login-left img {
    width: 600px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 8%;
}

.lxzc-login-right {
    text-align: center;
    position: absolute;
    width: 460px;
    top: 23%;
    right: 16%;
    z-index: 999;
}

.lxzc-login-right h3 {
    font-size: 28px;
    color: #fff;
}

.sjbs-login-con-box {
    background: rgba(255, 255, 255, 0.3);
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    margin-top: 20px;
}

.sjbs-login-con {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.6);
    padding: 40px 30px 20px;
    border-radius: 20px;
}

.sjbs-login-con ul li {
    margin-bottom: 20px;
}

.sjbs-login-con ul li input[type="text"], .sjbs-login-con ul li input[type="password"] {
    width: 100%;
    height: 44px;
    border: 0;
    border-radius: 5px;
    padding-left: 54px;
    box-sizing: border-box;
}

.sjbs-login-con ul li .sjbs-login-input-name {
    background: url("../images/login_input_user.svg") #fff no-repeat 10px;
    background-size: 20px;
}

.sjbs-login-con ul li .sjbs-login-input-password {
    background: url("../images/login_input_password.svg") #fff no-repeat 10px;
    background-size: 20px;
}

.sjbs-login-con ul li .sjbs-login-input-code {
    background: url("../images/login_input_code.svg") #fff no-repeat 10px;
    background-size: 20px;
    width: 70%!important;
}

.sjbs-login-con ul li .sjbs-login-code {
    width: 100px;
    height: 44px;
}

.sjbs-login-con ul li .sjbs-login-btn {
    width: 100%;
    border-radius: 5px;
    height: 44px;
    color: #fff;
    font-size: 16px;
    background: linear-gradient(270.00deg, rgba(0, 109, 255, 1),rgba(0, 149.48, 255, 1) 100%);
    margin-top: 18px;
    cursor: pointer;
    border: none;
}

.sjbs-login-con ul li .sjbs-login-btn:hover {
    background: #4254de;
}
