/*body{
background: #666666;
font-family: "Microsoft YaHei";
}
#supersized-loader { position: absolute; top: 50%; left: 50%; z-index: 0; width: 60px; height: 60px; margin: -30px 0 0 -30px; text-indent: -999em; background: url(../images/loading.gif) no-repeat center center; }
#supersized { display: block; position: fixed; left: 0; top: 0; overflow: hidden; z-index: -999; height: 100%; width: 100%; }
#supersized img { width: auto; height: auto; position: relative; display: none; outline: none; border: none; }
#supersized.speed img { -ms-interpolation-mode: nearest-neighbor; image-rendering: -moz-crisp-edges; }	
#supersized.quality img { -ms-interpolation-mode: bicubic; image-rendering: optimizeQuality; }			
#supersized li { display: block; list-style: none; z-index: -30; position: fixed; overflow: hidden; top: 0; left: 0; width: 100%; height: 100%; background: #111; }
#supersized a { width: 100%; height: 100%; display: block; }
#supersized li.prevslide { z-index: -20; }
#supersized li.activeslide { z-index: -10; }
#supersized li.image-loading { background: #111 url(../images/loading.gif) no-repeat center center; width: 100%; height: 100%; }
#supersized li.image-loading img { visibility: hidden; }
#supersized li.prevslide img,
#supersized li.activeslide img { display: inline; }
#supersized img { max-width: none !important }
#supersized i { _zoom:300;}

.larry-main{
	width: 400px;
	height: auto;
	margin: 0 auto;
	padding-top: 45px;
	padding-bottom: 25px;
	padding-left: 45px;
	padding-right: 45px;
	box-shadow:10px 5px 70px #0d957a;
	border-radius:5px;
	filter:alpha(opacity=80);
	border: 1px solid #909090;
}
.larry-main .title{
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #ffffff;
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
}
.larry-main p.info{
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	color: #ffffff;
	font-size: 24px;
	text-align: center;
	padding-bottom: 15px;
}
.user-info{
	display: block;
	width: 100%;
	height: 360px;
	padding-top: 5px;
	overflow: hidden;
	margin: 0 auto;
}
.user-info .avatar{
	display: block;
	width: 96px;
	height: 96px;
	margin: 0 auto;
	margin-bottom: 25px;
}
.layui-form{
	display: block;
	position: static;
	width: 290px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
}
.layui-form .layui-form-item{
	display: block;
	width: 100%;
	height: 40px;
    border: none;
	position: relative;
	margin-bottom: 20px;
}
.layui-form .layui-form-item label.layui-form-label {
	display: block;
	padding: 0px;
	margin: 0px;
	width: 55px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	padding-right: 10px;
	border-right: dotted 1px #FFF;
	text-align: right;
}
.layui-form .layui-form-item input.larry-input {
	display: block;
	width: 100%;
	height: 40px;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 14px;
	font-family: "Microsoft YaHei", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Helvetica, Arial, sans-serif;
	color: #ffffff !important;
	background: #2d2d2d;
	background: rgba(15, 15, 15, .15);
	border: 1px solid #3d3d3d;
	border: 1px solid rgba(255, 255, 255, .15);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
	padding-left: 82px;
}
input::-webkit-input-placeholder {
	color: #ccc;
}
input:-moz-placeholder {
	color: #ccc;
}
input::-moz-placeholder {
	color: #ccc;
}
input:-ms-input-placeholder {
	color: #ccc;
}

.layui-form .layui-form-item input.larry-input:focus{
	color: #ffffff;
}
#larry_code {
	width: 100px;
	margin-bottom: 25px;
}
#larry_code input.larry-input{
	padding-left: 10px !important;
	color: #ffffff;
	
}
#larry_code input.larry-input:focus{
	color: #ffffff;
	font-size: 16px;
}
#larry_code input::-webkit-input-placeholder {
	color: #fff;
}
#larry_code input:-moz-placeholder {
	color: #fff;
}
#larry_code input::-moz-placeholder {
	color: #fff;
}
#larry_code input:-ms-input-placeholder {
	color: #fff;
}
#larry_code .code{
	display: block;
	background: #ffffff;
	width: 181px;
    height: 40px;
    padding: 0px;
    border-radius: 4px;
    position: absolute;
    top:-1px;
    left: 108px;
    box-shadow: 0 1px 1px 1px rgba(0,0,0,0.25);
}
#larry_code .code .arrow {
	background: url(../images/login/login_code.png) no-repeat 0 0;
	display: block;
	width: 7px;
	height: 13px;
	position: absolute;
	left: -7px;
	top: 13px;
}
#larry_code .code-img{
	width: 160px;
	height: 38px;
	position: absolute;
	top: 1px;
	left: 2px;
	cursor: pointer;
}
#larry_code .code-img img{
	display: block;
	width: 100%;
	height: 100%;
}
#larry_code .code a.change{
	display: block;
    width: 11px;
    height: 14px;
    cursor: pointer;
    position: absolute;
    top:15px;
    right: 3px;
    background: url(../images/login/login_code.png) no-repeat 0px -15px;
    opacity: 0.7;
}
.larry-btn {
	position: static;
	display: block;
	font-size: 16px;
	font-family: "Microsoft YaHei", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Helvetica, Arial, sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	background: #ef4300;
	width: 170px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	margin: 0 auto !important;
	border: 1px solid #ff730e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .25) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .25) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .25) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
	color: #fff;
	cursor: pointer;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
}
.larry-btn:hover {
	-moz-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .15) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .15) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .15) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
}
.larry-btn:active {
	-moz-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .15) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .15) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .1) inset, 0 1px 4px 0 rgba(0, 0, 0, .1);
	border: 0px solid #ef4300;
}
.copy-right{
	display: block;
	width: 360px;
	height:60px;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	padding-top: 5px;
}
    .copy-right a {
        cursor: pointer;
        color: #ffffff;
    }


  #larry_login2 {
            width:70%;
	        height:auto;
            padding:20px
        }
       #larry_login2 .layui-form{
            width:auto;
            height:auto;
	        overflow: hidden;
             padding:20px
        }
        #larry_login2 .layui-form .layui-form-item {
                width:45%;
                height:auto;
                display:inline-block;
                *display:inline;
                *zoom:1;
            }
        #larry_login2 button.layui-btn{
	        width: 80%;
	        background-color: #fff;
	        border-color:white;
            color:black;
        }
          #larry_login2 button.layui-btn:hover {
              width:85%;
                 opacity:1;
                  transition:all .5s;
         }
         #larry_login2 button.layui-btn:hover i{
	        color:#01AAED;
        }
*/

html, body {
    height: 100%;
    background: #93defe;
    background-size: cover;
    font-family: "Microsoft YaHei";
    overflow: hidden
}

img {
    border: none;
    width: 120px;
}

.login_box {
    width: 1100px;
    margin: 0 auto 0;
    height: 100%;
}

    .login_box .login_l_img {
        float: left;
        width: 432px;
        height: 440px;
        margin-left: 50px;
    }

        .login_box .login_l_img img {
            width: 500px;
            height: 440px;
        }

.login {
    height: 360px;
    width: 400px;
    padding: 50px;
    background-color: #ffffff;
    border-radius: 6px;
    box-sizing: border-box;
    float: right;
    margin-right: 50px;
    margin-top: 200px;
    position: relative;
}

.login_logo {
    width: 120px;
    height: 120px;
    /*border: 5px solid #93defe;*/
    border-radius: 100px;
    background: #fff;
    text-align: center;
    line-height: 110px;
    position: absolute;
    top: -60px;
    right: 122px;
}

.login_name {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
}

    .login_name p {
        width: 100%;
        text-align: center;
        font-size: 18px;
        color: #444;
        padding: 10px 0 8px;
    }
    .login_name h4 {
        width: 100%;
        text-align: center;
        color: #444;
        padding: 0px 0 8px;
    }

.login_logo img {
    width: 120px;
    height: 120px;
    display: inline-block;
    vertical-align: middle;
}

input[type=text], input[type=file], input[type=password], input[type=email], select {
    border: 1px solid #DCDEE0;
    vertical-align: middle;
    border-radius: 3px;
    height: 50px;
    padding: 0px 16px;
    font-size: 14px;
    color: #555555;
    outline: none;
    width: 88%;
    margin-bottom: 15px;
    line-height: 50px;
    color: #888;
}

    input[type=text]:focus,
    input[type=file]:focus,
    input[type=password]:focus,
    input[type=email]:focus,
    select:focus {
        border: 1px solid #27A9E3;
    }

input[type=submit], input[type=button] {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 24px;
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    background-color: #27A9E3;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
    outline: none;
    width: 100%;
}

.copyright {
    font-size: 14px;
    color: #777777;
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    bottom: 3%;
}

    .copyright + .copyright {
        bottom: 5%;
    }

        .copyright + .copyright + .copyright {
            bottom: 7%;
        }
    .copyright a {
        margin-left: 10px;
        color: #777777;
    }
      