
.l_center{width: 980px; height: 600px; background: url('../../image/login2.png') no-repeat center center; background-size: 100% 100%; margin: 0 auto; margin-top: 150px; overflow: hidden}
.l_left{height: 600px; width: 380px; float: left}
.l_left1{width: 125px; margin: 0 auto; padding: 25px 20px; overflow: hidden;}
.l_left1>img{width: 25px; float: left}
/*.l_left1:hover{box-shadow: 2px 5px 10px #fff;}*/
.l_left1>span{font-size: 16px; color: #fff; float: left; margin-left: 20px; margin-top: 5px;}
.l_Margin1{margin-top: 100px;}
.l_left2{height: 2px; width: 170px; background: url('../../image/login21.png') no-repeat center center; background-size: 100% 100%; margin: 0 auto;}

.l_right{float: left; width: 590px; height: 600px;}
.l_right1{width: 350px; height: 257px; margin: 0 auto; margin-top: 90px;}
.l_rightset1{width: 350px; height: 45px; background: url('../../image/login9.png') no-repeat center center; background-size: 100% 100%; line-height: 45px; font-size: 17px; color: #fff; text-align: center;}
.l_rightset2{width: 348px; height: 210px; border: 1px solid #0467b8; background: #fff;}
.l_rightset2_1{width: 260px;  border: 1px solid #0467b8; border-radius: 7px; padding: 5px 15px; margin: 0 auto; overflow: hidden; height: 30px; margin-top: 25px;}
.l_rightset2_1>img{height: 20px; margin-top: 5px; float: left}
input::-webkit-input-placeholder{color: #c6c6c6; font-size: 15px;}
.l_rightset2_1>input{font-size: 15px; height: 30px; float: left; margin-left: 20px; border: none; background: none;}
.l_rightset2_2{position: absolute; width: 370px; height: 60px; background: url('../../image/login10.png') no-repeat center center; background-size: 100% 100%; text-align: center; line-height: 45px; margin-left: -10px; margin-top: 20px; font-size: 16px; color: #fff;}

.l_right2{width: 560px; margin-top: 20px; overflow: hidden;margin-top: 55px;}
.l_right2Set1{padding: 10px; overflow: hidden; width: 110px; color: #ffffff; float: left; margin-right: 10px;}
/*.l_right2Set1:hover{box-shadow: 0px 0px 10px red;}*/
.l_right2bc1{background: #ff4f6c;}
.l_right2bc2{background: #4ab8f3;}
.l_right2bc3{background: #61c6ce;}
.l_right2bc4{background: #a08bce;}
.l_right2bc5{background: #ef9664;}
.l_right2bc6{background: #62cf96;}
.l_right2bc7{background: #f26463;}
.l_right2bc8{background: #1c95ea;}
.l_right2Img{width: 30px; float: left; margin-top: 2px;}
.l_right2SrIGHT{width: 70px; float: right;}
.l_right2Font1{font-size: 13px; text-align: center; margin-top: -5px;}
.l_right2Font2{font-size: 17px; text-align: center;}

.l_right2Img1{width: 30px; height: 30px;}
.l_right2Img2{margin-top: 6px;width: 30px; height: 23px;}
.l_right2Img3{margin-top: 4px;width: 25px; height: 25px;}
.l_right2Img4{margin-top: 4px;width: 25px; height: 25px;}
.l_right2Img5{margin-top: 4px;width: 25px; height: 25px;}
.l_right2Img6{margin-top: 4px;width: 25px; height: 25px;}
.l_right2Img7{margin-top: 4px;width: 25px; height: 25px;}
.l_right2Img8{margin-top: 2px;width: 25px; height: 30px;}

.myfrom{
    width: 487px;
    height: 358px;
    margin: 160px auto 0;
    padding-top: 30px;
    position: relative;
}
.form-5 {
    /* Size and position */
    width: 302px;
    margin: 30px auto 30px;
    position: relative;

    /* Styles */
    border-radius: 5px;
}

.form-5 p {
    width: 210px;
    float: left;
    border-radius: 5px 0 0 5px;
    border: 1px solid #fff;
    border-right: none;
}

.form-5 input[type=text],
.form-5 input[type=password] {
    /* Size and position */
    width: 100%;
    height: 40px;
    padding: 0 10px;

    /* Styles */
    border: none; /* Remove the default border */
    background: white; /* Fallback */
    background: rgba(255,255,255,0.2);
    box-shadow:
            inset 0 0 10px rgba(255,255,255,0.5);

    /* Font styles */
    text-indent: 10px;
    color: #eee;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    font-size: 12px;
}

.form-5 input[type=text] {
    border-bottom: 1px solid #fff; /* Fallback */
    border-bottom: 1px solid rgba(255,255,255,0.7);
    border-radius: 5px 0 0 0;
}

.form-5 input[type=password] {
    border-top: 1px solid #CCC; /* Fallback */
    border-top: 1px solid rgba(0,0,0,0.1);
    border-radius: 0 0 0 5px;
}

.form-5 input[type=text]:hover,
.form-5 input[type=password]:hover,
.form-5 input[type=text]:focus,
.form-5 input[type=password]:focus {
    background: #f7def7; /* Fallback */
    background: rgba(255,255,255,0.4);
    outline: none;
}

.form-5 input::-webkit-input-placeholder {
    color: #fff;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
    font-family: 'Handlee', cursive;
}

.form-5 input:-moz-placeholder {
    color: #fff;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
    font-family: 'Handlee', cursive;
}

.form-5 input:-ms-input-placeholder {
    color: #fff;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
    font-family: 'Handlee', cursive;
}

.form-5 button {
    /* Size and position */
    width: 90px;
    height: 84px;
    float: left;
    position: relative;
    overflow: hidden;
    margin-top: 16px;
    /* Styles */
    background: rgba(255,255,255,0.2);
    background: url(__IMG__/login/noise.png), -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.5) 100%);
    background: url(__IMG__/login/noise.png), -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.2)), color-stop(100%,rgba(255,255,255,0.5)));
    background: url(__IMG__/login/noise.png), -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.5) 100%);
    background: url(__IMG__/login/noise.png), -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.5) 100%);
    background: url(__IMG__/login/noise.png), -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.5) 100%);
    background: url(__IMG__/login/noise.png), radial-gradient(ellipse at center, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.5) 100%);

    border-radius: 0 5px 5px 0;
    box-shadow:
            inset 0 0 4px rgba(255, 255, 255, 0.7),
            inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    border: none;
    border-left: 1px solid rgba(255,255,255,0.7);
    cursor: pointer;
    line-height: 82px; /* Same as height */
}

.form-5 button i {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -5px;
    left: -20px;
    font-size: 50px;
    line-height: 89px;
    color: #fff;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    text-shadow: 0 1px 0 rgba(255,255,255,0.1);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.form-5 button span {
    display: block;

    /* Font styles */
    color: #dddddd;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 20px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.4);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-backface-visibility: hidden;
}

/* Focus and hover on button */

.form-5 button:focus {
    outline: none;
}

.form-5 button:hover span,
.form-5 button:focus span {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
}

.form-5 button:hover i,
.form-5 button:focus i {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
    left: 0;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

/* Click on button */

.form-5 button:active span,
.form-5 button:active i {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.form-5 button:active span {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.form-5 button:active i {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
    left: 0;
    color: #fff;
}

.title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.4);
}
.systemDoc{
    font-size: 12px;
    text-align: center;
    position: relative;
    margin-left: 200px;
    color: #0467b8;
}

.post_sCenter_2set4Margin1 {
    margin-top: 10px;
    margin-bottom: 20px;
}
.post_sCenter_2set4 {
    float: left;
    overflow: hidden;
}
.post_sCenter_2set4_1 {
    float: left;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
}
.post_sCenter_2set4_1:hover {
    background-color: #dadbdf;
}
.post_sCenter_2set3Img1 {
    width: 15px;
    margin-top: 10px;
    margin-left: 30px;
    margin-right: 10px;
    float: left;
}
.post_sCenter_2set3 {
    height: 35px;
    line-height: 35px;
    float: left;
}
.select1_R2_2 {
    margin: auto;
    float: none;
    height: 45px;
    width: 200px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    border-radius: 7px;
    background: #34a8cf;
    position: relative;
}
.select1_R2_2:hover {
    background: #2c8baf;
}
.d1_set2_1 {
    padding-top: 20px;
    font-weight: 600;
    text-align: center;
    color: #2c8baf;
    font-size: 22px;
    letter-spacing: 2px;
}

.l_bcs{background:#fff5e6 url("/Public/Team/red/img/loginBgp.png") no-repeat center center;background-size: 100% 100%; position: relative;}
.login{width: 700px;height: 505px;position: absolute;left: 50%;top: 50%;margin: -260px 0 0 -350px;}
.l_logImg{height: 80px;width: 100%;text-align: center;}
.l_logImg>img{width: auto;height: 100%;}
@font-face {
    font-family: 'STXINWEI';
    src: url("/Public/Team/red/font/STXINWEI.TTF") format('truetype');
    font-weight: normal;
    font-style: normal;
}
.l_logImg>span{font-family: 'STXINWEI';font-size: 34px;line-height: 80px;margin-left: 20px;font-weight: 600;}
.myfrom{margin: 30px auto 0;background-color: #fff;border-radius: 10px;width: 700px;padding: 0;position: relative;height: 360px;box-shadow: 0 0 15px 0 #b9b9b9;}
.myfrom>.code{width: 50%;height: 100%;float: left;}
.myfrom>.code>.title{position: absolute;left: 15px;top: 20px;color: #a51004;}
.text_name{text-align: center;margin-top: 80px;font-size: 32px;font-family: FZDHTJW;color: #c91a1d;}
.zhdl{font-size: 32px;font-family: FZDHTJW;color: #333333;}
.denglu{color: #ffffff;
    background-color: #c91a1d;
    border-color: #c91a1d;border-radius: 3px;}
.myfrom>.content{width: 50%;height: 100%;float: left;position: relative;}
.myfrom>.content>.login-form{margin: 20px 40px 0;}
.myfrom>.content>.login-form>div{height: 40px;margin-bottom: 20px;border-radius: 4px;box-shadow: 0 8px 10px #c6c6c6;background-color: #f9f9f9;}
.myfrom>.content>.login-form>div>img{width: 20px;height: 20px;margin: 10px;float: left;}
.myfrom>.content>.login-form>div>input{float: left;height: 30px;margin: 5px 0 0;width: 220px;background-color: #f9f9f9;}
.myfrom>.content>.login-form>button{height: 40px;font-size: 16px;}
.myfrom>.link{position: absolute;bottom: 10px;right: 20px;}
.myfrom>.link>a{float: right;text-decoration: none;font-size: 12px;color: #c8c8c8;margin-left: 20px;}


#pwdUpdate {
    z-index: 999999;
    background-color: #f3f3f3;
    width: 100%;
    display: none;
}
#pwdUpdate ul {
    overflow: hidden;
    margin-bottom: 0px;
    margin-right: 10px;
    margin-left: 10px;
}
#pwdUpdate ul li {
    float: left;
    flex:1;
    margin: 10px;
    line-height:1.5;
    list-style-type: none;
}
#pwdUpdate ul li *{
    display: inline-block;
}
#pwdUpdate ul li.contact_cell .info {
    color: #A90000;
    font-weight: bold;
    display: inline-block;
    margin-top: 5px;
}
#pwdUpdate ul li:last-child {
    float: right;
    margin-right: 20px;
}
/*#pwdUpdate ul li:last-child button {*/
/*background-color: #A90000 !important;*/
/*border-color: #A90000;*/
/*padding: 0px 3px;*/
/*}*/
#pwdUpdate ul li label {
    float: left;
    width: 98px;
    text-align: right;
    margin-bottom: 0;
    margin-top: 5px;
}
#pwdUpdate ul li input.dx_code {
    width: 85px;
}
#pwdUpdate ul li.tips {
    color: red;
    font-size: 12px;
}
