/*用户登录*/
html, body {
  height: 100%;
}
input, select {
  background: none;
  border: none;
  font: 14px 'Microsoft Yahei', 'Microsoft JhengHei', tahoma, Srial, helvetica, sans-serif;
}
body {
    background: url(/emplate/denglu2/static/bg1.jpg) center top no-repeat;
	/*background: url(/emplate/denglu2/static/bg1.png) center top no-repeat fixed #19122d;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    margin: 0;
    padding: 0;
    font: 12px 'Microsoft Yahei','Microsoft JhengHei',tahoma,Srial,helvetica,sans-serif;
}
.client .info>a{
    margin-right: 65px;
    margin-left: 0px;
}
.client {
        background: #2f2e3b;
        color: #4d4d4d;
        padding: 0;
        bottom: 0;
        left: 0;
        text-align: center;
        width: 100%;
        height: 70px;
        min-width: 980px;
        position: relative;
    }
    .container {
        width: 980px;
    }
    .newContainer {
        width: 980px;
        display: inline-block;
        overflow: hidden;
    }
    .newContainer a {
        cursor: default;
    }
    .newContainer .service {
        height: 70px;
        float: left;
        background-image: url(/emplate/denglu2/static/allicon.png);
    }

    .newContainer a:nth-child(1) .service {
        width: 170px;
        background-position: -60px -1965px;
    }
    .newContainer a:nth-child(2) .service {
        width:230px;
        background-position: -243px -1965px;
    }
    .newContainer a:nth-child(3) .service {
        width: 200px;
        background-position: -475px -1965px;
    }
    .newContainer a:nth-child(4) .service {
        width: 190px;
        background-position: -690px -1965px;
    }
    .newContainer a:nth-child(5) .service {
        width: 180px;
        background-position: -880px -1965px;
    }


    /*.footer {
        background: #272631;
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        min-width: 980px;
    }*/
    .footer .container {
        border-top: 0px solid #444950;
        padding-top: 15px;
        padding-bottom: 15px;
        overflow: hidden;
    }
    .footer .container .footerTop{
        height:50px;
    }
    .footer .container .footerTop ul li {
        float: left;
        padding: 0px 10px 0px 10px;
        margin: 10px 0 10px 0;
        border-right: 1px solid #393847;
    }
    .footer .container .footerTop ul li a {
        color: #8f8e99;
        padding-bottom: 8px;
    }
    .footer .container .footerTop ul li:hover a {
        color: #fff;
        border-bottom: 1px solid #ff9140;
    }

    .footer .warning {
        color: #5d5d66;
    }
    .footer .container div {
        color: #5d5d66;
        overflow: hidden;
        line-height:21px;
    }

    .footerBottom .footerleft, .footerBottom .footerright{
        float:left;
    }
    .footerBottom .footerright {
        width: 460px;
        height: 65px;
        background-image: url(/emplate/denglu2/static/allicon.png);
        background-position: -2770px -1790px;
    }
#wx_login{
			margin-top:23px;
			width: 100%;
			float: left;
			display: none;
		}
        #login {
            min-height: 600px;
            height: calc(100vh - 216px);
        }
		.impowerBox .title {display: none;}

		form div {margin: 0 0 0px;}
		input[type=submit] {
			vertical-align: middle;
            background: #ff8830;
			color: #fff;
			cursor: pointer;
			font-size: 22px;
			height: 45px;
			border-radius: 4px;
			width: 100%;
			float: right;
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
		}
		input[type=submit]:hover{
			/*background: #dfb686;*/
		}



		.leftloginInside{
			width: 270px;
			margin-left: 45px;
		}

		.leftloginlistmenu{
			width: 100%;
			float: left;
		}
		.leftloginlistmenu>ul{
			padding: 0;
			margin: 0;
			list-style: none;
		}
		.leftloginlistmenu>ul>li{
			width: 45%;
			float: left;
			text-align: center;
		}
		.leftloginlistmenu>ul>li:first-child{
			margin-right: 10%;
		}
		.loginmenutxt{
			width: 100%;
			float: left;
			margin-top: 35px;
		}
		.loginmenubottom{
			width: 100%;
			float: left;
			height: 2px;
			padding-top: 20px;

		}
		.loginmenubottomline{
			height: 100%;
            background-color: #ff8830;
			display: inline-block;
			vertical-align: top;
		}

		.leftloginlistmenu>ul>li a{
			font-size: 20px;
			display: block;
		}
		.leftloginlistmenu>ul>li:not(.target) a{
			color: #6b6b6b;
		}
		.leftloginlistmenu>ul>li:not(.target) a:hover{
			color: #fff;
		}
		.leftloginlistmenu>ul>li.target a{
			color: #ffffff;
		}
		.leftloginlistmenu>ul>li.target .loginmenubottomline{
			width: 100%;
		}
		.leftloginlistmenu>ul>li:not(.target)  .loginmenubottomline{
			width: 0;
			-webkit-transition: width .2s;
			transition: width .2s;
			-webkit-transition-timing-function: ease;
			transition-timing-function: ease;
		}
		.leftloginlistmenu>ul>li:not(.target) :hover .loginmenubottomline{
			width: 100%;
		}
		.setInput{
			width: 100%;
			float: left;
			margin-top: 35px;
		}

        /*input[type=text], input[type=password], select {
			float: left;
			width: 200px;
            background: #2b2a33;
			color: #808080;
			line-height: 36px;
			height: 36px;
        }*/
		.loginInputClass.target input[type=text]{
			color: #d8cec2;
		}
		.loginInputClass.target input[type=password]{
			color: #d8cec2;
		}

		.loginInputClass{
			width: 100%;
			float: left;
			border-bottom: 1px solid #625c52;
			margin-bottom: 15px;
		}

		.loginInputClass.target{
			border-bottom: 1px solid #8a8174;
		}


		.loginInputClassStyle1{
			float: left;
			width: 35px;
			height: 35px;
			background-image: url("/emplate/denglu2/static/allicon.png");
			background-repeat: no-repeat;

			background-position: -151px -665px;
		}

		.loginInputClass.target .loginInputClassStyle1{
			background-image: url("/emplate/denglu2/static/allicon.png");
			background-repeat: no-repeat;
			background-position: -121px -665px;
		}


		.loginInputClassStyle2{
			float: left;
			width: 35px;
			height: 35px;
			background-image: url("/emplate/denglu2/static/allicon.png");
			background-repeat: no-repeat;
			background-position: -151px -702px;

		}
		.loginInputClass.target .loginInputClassStyle2{
			background-image: url("/emplate/denglu2/static/allicon.png");
			background-position: -121px -702px;
		}

		@-webkit-keyframes autofill {
			to {




				background: none;
				color: #808080;

			}
		}

		input:-webkit-autofill {
			-webkit-animation-name: autofill;
			-webkit-animation-fill-mode: both;
		}



		/*#J-user-name{

			text-indent: 10px;
		}
		#J-user-password{

			text-indent: 10px;
		}*/
		#username{
			background-image: url("../images/loginp1.png");
			background-repeat: no-repeat;
			background-position: 10px center;
			text-indent: 40px;
		}
		#password{
			background-image: url("../images/loginp2.png");
			background-repeat: no-repeat;
			background-position: 10px center;
			text-indent: 40px;
		}
		#passwordVerify{
			background-image: url("../images/loginp3.png");
			background-repeat: no-repeat;
			background-position: 10px center;
			text-indent: 40px;
		}



		.setLoginBanner{
			width: 100%;
			height: 400px;
			position: relative;
		}
		.loginowl{
			width: 100%;
			height: 400px;
		}
		.newlineDiv{
			width: 100%;
			float: left;
			position: relative;
            border: 1px solid #424047;
			height: 100px;
			margin-top: 10px;
		}

		.newloginContent>ul{
			list-style: none;
			padding: 0;
			margin: 0;
		}
		.newloginContent>ul>li{
			width: 70px;

			float: left;

			margin-right: 17px;
			position: relative;
		}



		.newloginContent>ul>li:last-child{
			margin-right: 0;
		}


		.newlogintitle{
			font-size: 16px;
			display: inline-block;
            color: #908d9c;
			margin-right: 20px;
			pointer-events : none;
		}
		.newloginIcon{
			background-image: url("emplate/denglu2/static/newloginIcon_07.png");
			width: 100%;
			height:46px;
			float: left;
			position: relative;
			background-size: 100% 100%;
		}
		.newloginArrowDiv{
			position: absolute;
			top: 30px;
			left: 8px;
		}
		.newloginArrowDiv>img{
			width: 30px;
			height: 6px;
		}
		#J-user-name{
			background: none;
		}
		#J-user-password{
			background: none;
		}
		#username{
			background: none;
		}
		#password{
			background: none;
		}
		#passwordVerify{
			background: none;
		}


		.impowerBox .title {
			display: none;
		}

		.newlinechoiceloading{
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			background-color: rgba(255,255,255,0.7);

			overflow: hidden;

		}
		input[type=submit]{
			font-size: 18px;
		}

        .newIcon2{
            position: absolute;
            top: -17px;
            animation-name: newIcon2;
            animation-duration: 2s;
            animation-timing-function: linear;
            animation-fill-mode: forwards;
            animation-iteration-count:infinite ;


            -webkit-animation-name: newIcon2;
            -webkit-animation-duration: 2s;
            -webkit-animation-timing-function: linear;
            -webkit-animation-fill-mode: forwards;
            -webkit-animation-iteration-count:infinite ;

            -webkit-transform-origin:0% 100%;
            transform-origin:0% 100%;

        }
        @keyframes newIcon2
        {
            0%   {
                top: -17px;
            }
            50%   {
                top: -10px;
            }
            100% {
                top: -17px;
            }

        }
        @-webkit-keyframes newIcon2
        {
            0%   {
                top: -17px;
            }
            50%   {
                top: -10px;
            }
            100% {
                top: -17px;
            }

        }
		.graylogo{
			width: 95px;
		}

#wrap {
  background: none;
  width: 100%;
  margin: auto;
height:100vh;
}
#header {background: none;}
#logo {background: none;}
#logo a {display: none;}
#navbar {margin-right: 110px;}
/**/
#settings {
  position: absolute;
  right: 25px;
  z-index: 10;
} 
#settings > div {
  background: #1a1a1d;
  border: none;
  box-shadow: 2px 2px 3px #060000 inset, 1px 1px 0px #393939;
  line-height: 30px;
  height: 30px;
  -webkit-transition: all .5s ease;
     -moz-transition: all .5s ease;
      -ms-transition: all .5s ease;
       -o-transition: all .5s ease;
          transition: all .5s ease;
  min-width: 70px;
}
#settings > div > a {
  color: #8c8d91;
  display: block;
  padding: 0 10px;
  text-align: center;
  -webkit-transition: all .5s ease;
     -moz-transition: all .5s ease;
      -ms-transition: all .5s ease;
       -o-transition: all .5s ease;
          transition: all .5s ease;
}
#settings:hover > div > a {background: none;color: #aaa;}
#language .dropdown-box {border: none \9;left: 0px \9;top: 30px;}

/**/

.reg2div{
    width: 100%;


    position: absolute;
    left: 0;
    right: 0;
    bottom: 37%;
    margin: 0 auto;
}


#login-area {

  background: rgba(7, 7, 7, .7);
  font-size: 14px;
  margin: 0 auto;

  padding-left: 89px;
    padding-right: 89px;
    padding-top: 30px;
    padding-bottom: 4px;
  width: 290px;
  position: relative;

    border-radius: 6px;
    box-shadow:  5.755px 5.557px 19px 0px rgba(8, 3, 51, 0.6);
}
.newbiglogo{
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 15px;

}

.newlineDiv{
    margin-top: 119px;
    width: 540px;
    float: right;
position: relative;
}



.newloginContent>ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.newloginContent>ul>li{
    width: 83px;

    float: left;

    margin-right: 17px;
    position: relative;
}



.newloginContent>ul>li:last-child{
    margin-right: 0;
}
.newloginIcon{
    background-image: url("../images/newloginIcon_07.png");
    width: 100%;
    height:54px;
    float: left;
    position: relative;
}
.newloginbtn{
    width: 100%;
    float: left;
    text-align: center;
    box-shadow: 0px -1px 3.96px 0.04px rgba(0, 0, 0, 0.22);
    position: relative;
}
.newloginbtn a {
    color: #fff5f2;
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
    background-color: #b77360;
    border-radius: 5px;
}
.newloginbtn a:hover {
    background-color: #c9755d;
}
.newloginArrow{

    -webkit-transform-origin:100% 50%;
    transform-origin:95% 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition:all 0.5s ease;
    transition: all 0.5s ease;
}
.newloginArrowDiv{
    position: absolute;
    top: 37px;
    left: 9px;
}

.newloginContent{
    width: 100%;
    float: left;

}

.loginlooktxt{

    text-align: center;
    width: 100%;
    color: #333333;
    margin-top: 20px;
}
.loginlookouttext{
    text-align: center;
    width: 100%;
    color: #ddd5c7;
    float: left;
    margin-top: 8px;

}
.loginInputClass{
    width: 100%;
    float: left;
    position: relative;
}
.newloginlogo{
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 25px;
}

.register #login, .login #login {
    /*padding: 5% 0 0;*/
}

#login {
    min-height: 650px;
    height: calc(100vh - 216px);
    position:relative;
}


.logo {
    background: url(../images/matt/logo.png) center center no-repeat;
    height: 50px;
    margin: 0 auto;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    width: 120px;
}
.logo a {display: block;height: 100%;}
h1 {
  font-size: 25px;
  font-weight: normal;
  margin: 50px 0 25px;
  text-align: center;
}
h1 span {color: #a8a9ad;text-transform: uppercase;}
form {margin: 0 auto 0px;position: relative;width: 290px;}
form div {margin: 0 0 10px;}
.register form div {margin: 0 0 10px;}
form label {
  float: left;
  line-height: 36px;
  width: 80px;
}
input[type=text], input[type=password], select {
    float: left;
    width: 200px;
    /*background: #2b2a33;
    color: #808080;*/
    line-height: 36px;
    height: 36px;
}
#J-user-name{
    /*background-image: url("../images/loginp1.png");
    background-repeat: no-repeat;
    background-position: 10px center;*/
    text-indent: 10px;
}
#J-user-password{
    /*background-image: url("../images/loginp2.png");
    background-repeat: no-repeat;
    background-position: 10px center;*/
    text-indent: 10px;
}
#username{
    background-image: url("../images/loginp1.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    text-indent: 40px;
    width:100%;    
}
#password {
    background-image: url("../images/loginp2.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    text-indent: 40px;
    width: 100%;    
}
#passwordVerify {
    background-image: url("../images/loginp3.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    text-indent: 40px;
    width: 100%;    
}
select {
  padding: 6px 10px;
  width: 290px;
}
.err input[type=text], .err input[type=password] {
  background: #ffdada;
}
.pin input {width: 150px;text-indent: 10px;}
#validate {
    height: 38px;
    width: 106px;
  float: right;
  cursor: pointer;
    background: rgba(0, 0,0, 0.7);

}
input[type=submit] {
  vertical-align: middle;
  background: #ff8830;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  height: 45px;
  border-radius: 4px;
  width: 100%;
  float: right;
}
input[type=submit]:hover {
    background: #ff7614;
}
form a {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  color: #f9c81e;
  padding-left: 12px;
}
form a:before, form a:after {
  /*border-style: solid;
  border-width: 5px 5px 5px 0;
  border-color: transparent lightblue transparent transparent;
  content: "";
  height: 0;
  position: absolute;
  left: 1px;
  top: 17.5px;
  width: 0;*/
}
form a:after {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
       -o-transition: all .3s ease;
          transition: all .3s ease;
}
form a:hover {color: #f9c81e;}
form a:hover:after {opacity: 1;left: -3px;visibility: visible;}



.selection {
  width: 145px;
}
.select2-container {
  height: 30px;
  color: #444;
}
  .select2-container .select2-selection--single {
    height:30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
#select2-keeppoint-container {
  padding-left: 12px;
  padding-right: 30px;
}
.select2-selection__arrow {
  width: 30px;
  height: 28px;
  border-left: 1px solid #ccc;
}
  .select2-selection__arrow b {
    border-width: 6px 5px 0 4px;
    border-color: #656974 transparent transparent transparent;
  }
  .img-flag {
    height: 24px;
    vertical-align: middle;
  }
.login-status {
    line-height: 30px;
    margin: 0;
    position: absolute;
    bottom: -110px;
    left: 0px;
    text-align: center;
    width: 100%;
    color:#fff;
}
#showcase {
  width: 320px;
  height: 320px;
  float: right;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
}
#showcase li {
  list-style-type: none;
  position: absolute;
}
#showcase img {
  width: 320px;
  height: 320px;
}
#menu-container{
  display:none;
}
/* pop */
#notice-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;

    background: rgba(0, 0,0, 0.7);
    top: 0;
    left: 0;
}
.pop{
    width:488px;
    padding:10px;
    border:1px solid #CACACA;
    background-color:#f7f7f7;
    text-align:center;
    word-wrap: break-word;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.pop .hd{height:28px;line-height:18px;border-bottom:1px solid #EFEFEF;font-size:14px;font-weight:700;text-align:left;color:#555;}
.pop .hd-info{margin-left:10px;font-size:12px;font-weight:100;}
.pop .close{float:right;width:15px;height:14px;background-position:-240px -20px;cursor:pointer;}
.pop .close:hover{height:15px;background-position:-240px 0;}.pop .bd{padding:10px;text-align:left;color:#555;}
.pop-title{padding:5px;text-align:center;font-size:14px;}
.pop-btn{padding-top:20px;text-align:center;}
.pop-btn .btn{margin:0 10px;}
.pop .input{width:160px;}
.pop .ui-select{width:170px;}
.pop-error,.pop-success{text-align:center;}
.pop .ico-success,.pop .ico-error{display:inline-block;*display:inline;*zoom:1;width:24px;height:24px;margin-right:5px;vertical-align:middle;}
.pop .ico-success{background-position:-120px -80px;}
.pop .ico-error{background-position:-150px -80px;}
.pop-text{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;text-align:left;line-height:24px;font-size:14px;overflow:hidden;}
.pop .bd .ico-success,.pop .bd .ico-error,.pop .bd .ico-waring{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;width:30px;height:30px;margin-right:10px;}
.pop .bd .ico-success{background-position:0 -80px;}
.pop .bd .ico-error{background-position:-40px -80px;}
.pop .bd .ico-waring{background-position:-80px -80px;}
.pop .ico-success,
.pop .ico-error,
.pop .ico-waring {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.pop .ico-success {
    background-position: 0 -80px;
}

.pop .ico-error {
    background-position: -40px -80px;
}

.pop .ico-waring {
    background-position: -80px -80px;
}

.pop .text-title {
    padding: 0 10px 10px;
    font-size: 14px;
}

.pop .radio-list {
    font-size: 14px;
}

.pop .radio-list .label {
    padding: 0 10px;
}

.pop .text-note {
    padding-top: 5px;
    color: #888;
    text-align: center;
}

.pop .lottery-list {
    border-top: 1px solid #EFEFEF;
}

.pop .lottery-list dt {
    padding: 10px;
    text-align: left;
}

.pop .lottery-list dd {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 128px;
    padding: 0 20px;
    vertical-align: middle;
}

.pop .lottery-list dd .pic {
    display: inline-block;
    width: 128px;
    height: 80px;
    background-position: center center;
    background-repeat: no-repeat;
}

.pop .lottery-numbers {
    padding: 0 30px 20px;
    font-size: 14px;
}

.pop .lottery-numbers .content {
    overflow: hidden;
    padding-top: 20px;
    text-align: right;
}

.pop .lottery-numbers .content em {
    float: left;
    width: 35px;
    height: 35px;
    line-height: 34px;
    text-align: center;
    margin-right: 10px;
    background-color: #03A284;
    font-size: 18px;
    color: #FFF;
    border-radius: 50%;
}

.pop .lottery-numbers .content a {
    line-height: 34px;
}

.pop-text {
    max-width: 300px;
    _width: 300px;
    font-weight: 100;
}

.pop-text strong {
    font-weight: 700;
}

.pop .ui-form {
    font-size: 14px;
}

.pop .ui-form li {
    margin-top: 10px;
    margin-bottom: 10px;
}

.pop .ui-form .textarea {
    width: 320px;
    height: 84px;
    overflow-y: auto;
}

.pop .ui-label {
    width: auto;
}
.pop .title {
    color: #555;
}
.color-red {
  color: #d45656 !important;
}
.btn {
  margin: 0 16px 0 105px;
  vertical-align: middle;
  background: #eb7d3a;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  height: 45px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, .23);
  width: 145px;
}
.alert i, .alert-mini i, .pop i, .pop .close, .notice .close, .notice .ico-warning, .ui-check i, .prompt dt i {
  background-image: url(../todo/images/common/ui-alert.png);
  background-repeat: no-repeat;
}
.pop .bd .ico-waring {
    background-position: -80px -80px;
}
.pop .bd .ico-success, .pop .bd .ico-error, .pop .bd .ico-waring {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.text-center {
    text-align: center !important;
}
.pop h4 {
    margin: 0;
}
#notice-mask .btn {
    margin: auto;
    vertical-align: middle;
    /*background: #446ea6;*/
    background: #ff8830;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, .23);
    width: 70px;
    font-weight: normal;
    line-height: 24px;
}
form > div {
  position: relative;
}
.tip {
  position: absolute;
  top: -1px;
  left: 101%;
  width: 220px;
  line-height: 20px;
  display: none;
  background: #446ea6;
  color: #fff;
  text-align: center;
z-index: 12;
  padding: 8px 10px;

}
.err .tip {

    background: #cd4444;
}
.ver3{
   text-indent: 0;
}
#validate-mask {
  display: none;
  width: 106px;
  height: 36px;
  position: absolute;
  margin: 0;
  right: 0;
  background-color: rgba(0,0,0,0.7);
  line-height: 36px;
  z-index: 999;
  vertical-align: middle;
}
#validate-mask img {
  position: absolute;
  right: -35px;
  top: 3px;
}

/**/
body[id^="lan_"] h1 span {display: none;}

body[id^="lan_"] form {width: 420px;}
body[id^="lan_"] form label {width: 130px;}
body[id^="lan_"] .login-status {left: 130px;}

body[id^="lan_"] .register #login-area {width: 500px;}
body[id^="lan_"] .register form {width: 460px;}
body[id^="lan_"] .register label {width: 170px;}



.newbiglogo{
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 15px;

}
.newloginDev {
    /*left: 0;
    right: 0;    
    margin: 0 auto;
    width: 980px;
    height: 500px;
    padding:4% 0 0;*/

    position: absolute;
    left: 50%;
    top: 50%;    
    width: 980px;
    height: 500px;    
    transform: translate(-50%, -50%);
}
.newloginpage2 {
    position: relative;
    width: 980px;
    height: 429px;
    background-color: #2f2e38;
    border-radius: 6px;
    /*overflow: hidden;*/
    box-shadow: 0px 5px 6px 0px rgba(24, 23, 23, 0.38);
}
.newloginpage2 .newloginpagebody{
    position: relative;
    width: 100%;
    height: 100%;
}
.leftlogin {
    width: 360px;
    height: 100%;
    background-color: #2b2a33;
    float: left;
}
.loginright{
    float: left;
    width: 580px;
    margin-left: 380px;
    margin-top: -356px;
}
.loginowlClass{
    width: 50px;
    height: 50px;
    background-image: url("/emplate/denglu2/static/allicon.png");
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
}
.loginowlright {
    position: absolute;
    left: 5px;
    background-position: -313px -711px;

}
.loginowlleft{
    position: absolute;
    right: 5px;

    background-position: -313px -658px;

}

.loginowlleft.loginowlClass img {
    width: 50px;
}

.no-display {
    display: none;
    color: #fff;
}

.login a{
text-decoration:none;
}

#login .no-display a {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.footer {
    background: #272631;
    position:relative;
    bottom:-1px;
    left: 0;
    width: 100%;
    min-width: 980px;
}

.footer .container {
    border-top: 0px solid #444950;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
    width: 980px !important;
    margin: auto;
}

.footer .footerTop ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.footer .container .footerTop ul li a {
    color: #8f8e99;
    padding-bottom: 8px;
    text-decoration:none;
}

.footer .client {
    background: #2f2e3b;
    color: #4d4d4d;
    padding: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 70px;
    min-width: 980px;
    position: relative;
}

.footer .client .newContainer {
    width: 980px;
    display: inline-block;
    overflow: hidden;
}

.leftloginlistmenu > ul > li:not(.target) a {
    color: #6b6b6b;
}
.leftloginlistmenu > ul > li:not(.target) a:hover {
    color: #fff;
}
.leftloginlistmenu > ul > li:not(.target) :hover .loginmenubottomline {
    width: 100%;
}
.loginmenubottomline {
    height: 100%;
    background-color: #f5c68c;
    display: inline-block;
    vertical-align: top;
}
.register .loginInputClass{
    background:#fff;
}

.clear:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}
.loginaclogo {
    position: relative;
    margin-left: 20px;
    width: 55px;
}
