html {
    height: 100%;
}

body.signin {
    width: 100%;
    height: 100%;
    min-height: 950px;
    min-width: 1400px;
    /*background-position: 30% 50%;
	background-color: #00a65a;
*/
    /*height:auto;
	background:url(../img/login-background.png) no-repeat center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	color:rgba(255,255,255,.95)*/
}

a {
    text-decoration: none;
    color: #fff;
}

ul,
li,
ol {
    list-style: none;
}

.container {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 1100px;
}

.header {
    text-align: center;
    width: 100%;
    padding-top: 5%;
}

.common {
    width: 1350px;
    margin: 0 auto;
}

.top_header {
}

.blockmide {
    margin-top: 70px;
}

.content {
    width: 1090px;
    height: 569px;
    z-index: 10;
    overflow: hidden;
    margin: 0 auto;
}

.clear {
    background: url(../img/clear.jpg) no-repeat;
}

.cloudy {
    background: url(../img/cloudy.png) no-repeat;
}

.snow {
    background: url(../img/snow.png) no-repeat;
}

.haze {
    background: url(../img/haze.png) no-repeat;
}

.rain {
    background: url(../img/rain.png) no-repeat;
}

.weather {
    position: relative;
    box-sizing: border-box;
    background-size: 100% 100%;
    padding-top: 45px;
    color: #fff;
}


.weather .title {
    font-size: 52px;
    transition: all 0.5s;
}

.weather .date {
    font-size: 20px;
    letter-spacing: 2px;
}

.weather-box {
    margin-bottom: 20px;
}

.weatherIcon {
    position: absolute;
    right: 33px;
    top: 25px;
    font-size: 68px;
}

.weatherIcon span {
    transition: all 0.5s;
}

.content .widthlittle {
    width: 265px;
    height: 175px;
    margin-top: 10px;
    background-color: rgba(255, 255, 255, .4);
    text-align: center;
}

.content .widthcentre {
    width: 540px;
    height: 175px;
    background-color: rgba(255, 255, 255, .4);
    text-align: center
}

.content .widthbig {
    width: 265px;
    height: 360px;
    background-color: rgba(255, 255, 255, .4);
    margin-left: 10px;
    float: left;
    text-align: center;
}

.widthbig .widthbigImg {
    height: 70%;
    line-height: 350px;
}

.widthlittle .widthlittleImg {
    height: 70%;
    line-height: 190px;
}

.widthcentre .widthcentreImg {
    height: 70%;
    line-height: 190px;
}

.widthbig .widthbigImg img,
.widthcentre .widthcentreImg img,
.widthlittle .widthlittleImg img {
    width: 64px;
    height: 66px;
    transition: all 0.5s;
}

.widthbig a span,
.widthlittle a span,
.widthcentre a span {
    display: inline-block;
    height: 30%;
    color: #fff;
    transition: all 0.5s;
}

.widthbig span {
    line-height: 60px;
    font-size: 24px;
    letter-spacing: 6px;
}

.widthlittle span {
    line-height: 30px;
    font-size: 20px;
    letter-spacing: 2px;
}

.widthcentre a span {
    line-height: 30px;
    font-size: 20px;
    letter-spacing: 2px;
}

.content a:hover img {
    transform: scale(1.1);
}

.content .widthcentre .title:hover {
    transform: scale(1.1);
}

.content .widthcentre .weatherIcon span:hover {
    transform: scale(1.15);
}

.content a:hover span {
    /*transform: scale(1.1);*/
}

.hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #2098d1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 10px;
}

.hvr-shutter-in-horizontal:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 10px;
}

.hvr-shutter-in-horizontal:hover,
.hvr-shutter-in-horizontal:focus,
.hvr-shutter-in-horizontal:active {
    color: #fff;
    border-radius: 10px;
}

.hvr-shutter-in-horizontal:hover #color_font {
    color: #fff;
}

.hvr-shutter-in-horizontal:hover:before,
.hvr-shutter-in-horizontal:focus:before,
.hvr-shutter-in-horizontal:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.index_top_title {
    color: #fff;
    font-size: 48px;
}

.content_bottom {
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    z-index: 10;
}

.content_bottom a:hover {
    text-decoration: underline;
    color: #2098d1;
}

.box_con {
    display: inline-block;
    margin-right: 20px;
    font-size: 18px;
    color: #fff;
}

.version_top {
    font-size: 1.5rem;
    margin-top: 20px;
    color: #fff;
}

.bottom {
    width: 100%;
    clear: both;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
    /*position: absolute;*/
    /*bottom: 20px;*/
    font-weight: bold;
}

.bottom p {
    line-height: 30px;
}

.bottom a {
    font-size: 14px;
    color: #fff;
}


body.signinUser {
    position: relative;
    background: url(../img/signinUser.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

body.signinRecycle {
    position: relative;
    background: url(../img/signinRecycle.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

.loginbox {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    margin-top: -243px;
    right: 15%;
    width: 405px;
    height: 476px;
    background-color: #fff;
    border-radius: 30px;
    padding: 60px 30px;
    text-align: center;
}

.loginRecycle {
    left: 17%;
}

.loginbox-title {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 8px;
}

.loginbox-form {
    margin-top: 40px;
}

.imgcode {
    display: block;
    height: 51px;
    width: 120px;
    border: 1px solid #00a4ff;
}

.loginbox-btn {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

/*.signinpanel_m {*/
/*    width: 370px;*/
/*    background: #fff;*/
/*    padding: 30px;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    margin-left: -215px;*/
/*    !*left: 42%;*!*/
/*    !*top: 50%;*!*/
/*    border-radius: 3px;*/
/*    transform: translate(0%, -50%);*/
/*    z-index: 999;*/
/*}*/
/*.signinpanel_m2 {*/
/*    width: 370px;*/
/*    background: #fff;*/
/*    padding: 30px;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    transform: translate(0, -50%);*/
/*    margin-left: -215px;*/
/*    border-radius: 3px;*/
/*    z-index: 999;*/
/*}*/
/*.price {*/
/*    width: 100%;*/
/*    margin: 0 auto;*/
/*    height: auto;*/
/*}*/

/*.login_title {*/
/*    font-size: 24px;*/
/*    color: #333;*/
/*    line-height: 1;*/
/*    font-weight: 400;*/
/*    padding-bottom: 10px;*/
/*    padding-left: 10px;*/
/*    text-align: center;*/
/*    margin-bottom: 10px;*/
/*}*/
/*.price .category {*/
/*    overflow: hidden;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    margin-bottom: 20px;*/
/*    padding: 0 80px;*/
/*}*/

/*!*.price .category:after {*!*/
/*!*	content: "";*!*/
/*!*	position: absolute;*!*/
/*!*	width: 100%;*!*/
/*!*	left: 0;*!*/
/*!*	top: 0;*!*/
/*!*	height: 1px;*!*/
/*!*	background-color: #EDEDED;*!*/
/*!*	z-index: 2;*!*/
/*!*}*!*/

/*.price .category:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    height: 1px;*/
/*    background-color: #ededed;*/
/*    z-index: 2;*/
/*}*/

/*.price .category a:after {*/
/*    content: '';*/
/*    display: inline-block;*/
/*    width: 0;*/
/*    height: 100%;*/
/*    vertical-align: middle;*/
/*}*/

/*.price .category ul li {*/
/*    font-size: 14px;*/
/*    text-align: center;*/
/*    border-bottom: 3px solid transparent;*/
/*    cursor: pointer;*/
/*    position: relative;*/
/*    padding: 18px 25px;*/
/*    border-bottom-color: #00a4ff;*/
/*    color: #00a4ff;*/
/*}*/

/*.price .category ul li.active {*/
/*    border-bottom-color: #00a4ff;*/
/*    color: #00a4ff;*/
/*}*/

/*.price .cont {*/
/*    display: none;*/
/*}*/

/*.price .cont.active {*/
/*    display: block;*/
/*}*/
/*.verificationCode {*/
/*    margin-top: 15px;*/
/*    margin-right: 0px;*/
/*    margin-left: 0px;*/
/*    box-sizing: border-box;*/
/*}*/
/*.verificationCode .yz {*/
/*    display: flex;*/
/*    margin-top: 10px;*/
/*}*/
/*.verificationCode .yz .code {*/
/*    height: 40px;*/
/*    width: 168px;*/
/*    font-size: 16px;*/
/*    border: 1px solid #e5e5e5;*/
/*    border-radius: 5px;*/
/*    padding: 0 15px;*/
/*}*/
/*.verificationCode .yz a {*/
/*    color: none;*/
/*    border-style: none;*/
/*}*/
/*.column_login {*/
/*    height: 40px;*/
/*    display: flex;*/
/*    margin: 10px 0;*/
/*}*/
/*.usename,*/
/*.usepassword {*/
/*    height: 40px;*/
/*    font-size: 16px;*/
/*    border: 1px solid #e5e5e5;*/
/*    border-radius: 5px;*/
/*    padding: 0 15px;*/
/*    width: 75%;*/
/*}*/
/*.name2 {*/
/*    width: 100px;*/
/*    display: block;*/
/*    height: 40px;*/
/*    text-align: right;*/
/*    line-height: 40px;*/
/*}*/

/*.Submit_login {*/
/*    appearance: none;*/
/*    clear: both;*/
/*    background-color: #1c84c6;*/
/*    border-color: #1c84c6;*/
/*    color: #ffffff;*/
/*    border-radius: 3px;*/
/*    width: 44%;*/
/*    height: 50px;*/
/*    margin-top: 30px;*/
/*    margin-left: 5%;*/
/*    line-height: 50px;*/
/*    text-align: center;*/
/*    display: inline-block;*/
/*    border: none;*/
/*    cursor: pointer;*/
/*}*/
/*.boxcontent {*/
/*    width: 80%;*/
/*    height: auto;*/
/*    display: flex;*/
/*    justify-content: space-around;*/
/*    margin: 0 auto;*/
/*}*/
/*.box_index {*/
/*    display: block;*/
/*    width: 15%;*/
/*    height: 130px;*/
/*    text-align: center;*/
/*    line-height: 130px;*/
/*    color: #fff;*/
/*    font-size: 18px;*/
/*    font-weight: bold;*/
/*    cursor: pointer;*/
/*}*/
/*.box_index_bj,*/
/*.box_index_bj1,*/
/*.box_index_bj2,*/
/*.box_index_bj3,*/
/*.box_index_bj4 {*/
/*    background: rgba(000, 000, 000, 0.3);*/
/*    border-radius: 10px;*/
/*}*/

/*!* new login css *!*/
/*.login-box {*/
/*    height: 260px;*/
/*}*/
/*.login-box .login-item {*/
/*    position: relative;*/
/*    height: 70px;*/
/*}*/
/*.login-box .login-item label {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    font-size: 16px;*/
/*    text-align: right;*/
/*    width: 80px;*/
/*    padding-top: 12px;*/
/*}*/
/*.login-box .login-item .inputs {*/
/*    position: absolute;*/
/*    right: 0;*/
/*}*/
/*.login-box .login-item .inputs input {*/
/*    width: 280px;*/
/*    height: 40px;*/
/*    margin: 2px 0;*/
/*    font-size: 16px;*/
/*    border: 1px solid #ccc;*/
/*    border-radius: 5px;*/
/*    outline-style: none;*/
/*}*/
/*.login-box .login-item:nth-child(3) .inputs a {*/
/*    position: absolute;*/
/*    height: 40px;*/
/*    top: 2px;*/
/*    right: 0;*/
/*    z-index: 10;*/
/*    vertical-align: middle;*/
/*    outline-style: none;*/
/*}*/
/*.login-box .login-item .inputs p {*/
/*    color: red;*/
/*    display: none;*/
/*}*/
/*.login-box .login-item:nth-child(4) {*/
/*    padding-top: 10px;*/
/*    text-align: center;*/
/*}*/
/*.login-box .login-item:nth-child(4) button {*/
/*    margin: 0 10px;*/
/*    width: 150px;*/
/*    height: 40px;*/
/*    color: #fff;*/
/*    background-color: #1c84c6;*/
/*    border: none;*/
/*    outline-style: none;*/
/*}*/

/*.signinpanel_m {*/
/*	width:370px;*/
/*	background: #fff;*/
/*	padding: 50px;*/
/*	position: absolute;*/
/*	left: 55%;*/
/*	top: 50%;*/
/*	transform: translate(30%,-50%);*/
/*	border-radius: 3px;*/
/*}*/
/*.signinpanel_m p{*/
/*	text-align: center;*/
/*	font-size: 22px;*/
/*	margin-bottom: 30px;*/
/*}*/
/*.signinpanel_m input{*/
/*	font-size: 16px;*/
/*	border: 1px solid #e5e5e5;*/
/*	border-radius: 5px;*/
/*	width: 100%;*/
/*	padding: 0 15px;*/
/*}*/
/*.signinpanel_m form>input{*/
/*	margin: 10px 0;*/
/*	height: 2.6em;*/
/*}*/
/*.signinpanel_m .btn{*/
/*	margin-top: 30px;*/
/*}*/
/*.signinpanel_m .yz{*/
/*	display: flex;*/
/*	margin-top: 10px;*/
/*}*/
/*.signinpanel_m .yz input{flex: 1;margin-right: 10px;}*/
/*.signinpanel_m img{*/
/*	height: 3.3em;*/

/*}*/
/*
.signinpanel .logopanel {
	float:none;
	width:auto;
	padding:0;
	background:0 0
}
.signinpanel .signin-info ul {
	list-style:none;
	padding:0;
	margin:20px 0
}
.signinpanel .form-control {
	display:block;
	margin-top:15px
}
.signinpanel .uname {
	background:#fff url(../img/user.png) no-repeat 95% center;
	color:#333
}
.signinpanel .pword {
	background:#fff url(../img/locked.png) no-repeat 95% center;
	color:#333
}
.signinpanel .code {
    background: #fff no-repeat 95% center;color:#333; margin:0 0 15px 0;
}
.signinpanel .btn {
	margin-top:15px
}
.signinpanel form {
	background:#FFFFFF;
	border:1px solid rgba(255,255,255,.3);
	-moz-box-shadow:0 3px 0 rgba(12,12,12,.03);
	-webkit-box-shadow:0 3px 0 rgba(12,12,12,.03);
	box-shadow:0 3px 0 rgba(12,12,12,.03);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	width: 460px;
	height: 530px;
	margin-left: 480px;
	margin-top: 70px;
}
.loginTitle{
	color:black;
	font-size: 22px;
	text-align: center;
}
.signup-footer {
	border-top:solid 1px rgba(255,255,255,.3);
	margin:20px 0;
	padding-top:15px
}
@media screen and (max-width:768px) {
	.signinpanel,.signuppanel {
	margin:0 auto;
	width:420px!important;
	padding:20px
}
.signinpanel form {
	margin-top:20px
}
.signup-footer,.signuppanel .form-control {
	margin-bottom:10px
}
.signup-footer .pull-left,.signup-footer .pull-right {
	float:none!important;
	text-align:center
}
.signinpanel .signin-info ul {
	display:none
}
}@media screen and (max-width:320px) {
	.signinpanel,.signuppanel {
	margin:0 20px;
	width:auto
}
}
!*
登录界面check样式
*!
.checkbox-custom {
    position: relative;
    padding: 0 15px 0 25px;
    margin-bottom: 7px;
    display: inline-block;
}
!*
将初始的checkbox的样式改变
*!
.checkbox-custom input[type="checkbox"] {
    opacity: 0; !*将初始的checkbox隐藏起来*!
    position: absolute;
    cursor: pointer;
    z-index: 2;
    margin: -6px 0 0 0;
    top: 50%;
    left: 3px;
}
!*
设计新的checkbox，位置
*!
.checkbox-custom label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    width: 18px;
    height: 17px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #bbb;
    background: #fff;
}
!*
点击初始的checkbox，将新的checkbox关联起来
*!
.checkbox-custom input[type="checkbox"]:checked +label:after {
    position: absolute;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    content: "\e013";
    top: 42%;
    left: 3px;
    margin-top: -5px;
    font-size: 11px;
    line-height: 1;
    width: 16px;
    height: 16px;
    color: #333;
}
.checkbox-custom label {
    cursor: pointer;
    line-height: 1.2;
    font-weight: normal; !*改变了rememberme的字体*!
    margin-bottom: 0;
    text-align: left;
}*/

