/* main star */
.head_fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.lo_wr{
    width:100%;
    height:auto;
    position: relative;
    z-index: 1;
}
.lo_wr>img{
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    height: auto;
}
.log_cont{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1200px;
    height: 560px;
    /*padding-top: 200px;*/
}
.log_cont>ul>li{
    width:50%;
    height:auto;
}
.lo_tit{
    font-size:44px;
    color:#ffffff;
    margin-bottom:20px;
}
.lo_tex{
    font-size:20px;
    color:#ffffff;
}
.login_con {
    width: 500px;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#5f000000, endcolorstr=#5f000000);
    padding: 60px 40px;
}
.loc_tit{
    font-size:24px;
    color:#ffffff;
}
.loc_con{
    margin-top:20px;
}
.loc_con li{
    margin-bottom:20px;
}
.loc_con p{
    font-size:14px;
    color:#ffffff;
    margin-bottom:10px;
}
.loc_item{
    width:100%;
    height: 47px;
}
.loc_item input{
    width:100%;
    height:100%;
    border:1px solid rgba( 205, 217, 225 ,0.502);
    border-radius: 3px;
    background: transparent;
    padding:0 8px;
    color:#EEEEEE;
}
.loc_forg>a{
    display:block;
    font-size: 14px;
    color: rgb( 195, 223, 223 );
}
.dyui-btn{
    width:100%;
    height: 49px;
    border-radius: 3px;
    background-color: rgb( 0, 153, 153 );
    border:none;
    font-size: 14px;
    color: rgb( 255, 255, 255 );
    line-height: 49px;
    margin-top:20px;
}
.data_flex{
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: box;
    display: flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dyui_input-code {
    width: 100%;
    height: 46px;
    background-color: rgb( 0, 153, 153 );
    border-radius: 3px;
    font-size: 14px;
    color: rgb( 255, 255, 255 );
    line-height: 46px;
    text-align: center;
    cursor: pointer;
    border:none;
}
.f1 {
width:60% !important;
float:left;
}
.f2 {
width:39% !important;
float:right;
}
/* main end */
.rg-error {
    position: relative;
    margin: 0;
    width: 100%;
    height: 0;
    opacity: .2;
    color: #4D4D4D;
    overflow: hidden;
    -webkit-transition-property: height,opacity;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: height,opacity;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    transition-property: height,opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
}
.rg-error-display {
    margin-top: 0px;
}
.rg-error-display {
    margin: 15px auto 0;
    /*margin-top: 35px;*/
    padding: 3px 5px 3px 0;
    height: auto;
    opacity: 1;
    line-height: 26px;
    background: #FDEDE1;
    border: 1px solid #fadcd1;
}
.rg-error-display .rg-error-text {
    display: block;
    padding-left: 10px;
    line-height: 20px;
}
.lo_wr {
    position: relative;
    background: url("../images/login.png")no-repeat center center;
    background-size: 100% 100%;
    width: 100%;
    height: 930px;
    min-width: 1200px;
}
.loc_forg>label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding-left: 30px;
	margin-right: 30px;
    margin-bottom: 20px;
    color: rgb( 195, 223, 223 );
    font-size: 14px;
}
.loc_forg>label>input[type=checkbox]{
	-webkit-appearance: none;
    appearance: none;
    outline: none;
    width: 16px;
    height: 16px;
    cursor: pointer;
    border: 1px solid #dbd6d6;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}
.loc_forg>label>.active:checked::after{
	content: "\2714";
    display: block;
    position: absolute;
    top: -2px;
    left: -2px;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    font-size: 14px;
    color: #fff;
	border-radius: 4px;
	background: -moz-linear-gradient(top right,#f0728f 0%,#fe844f 100%);
    background: -webkit-gradient(linear, top right, bottom left, color-stop(0%,#f0728f), color-stop(100%,#fe844f));
    background: -webkit-linear-gradient(top right,#f0728f 0%,#fe844f 100%);
    background: -o-linear-gradient(top right,#f0728f 0%,#fe844f 100%);
    background: -ms-linear-gradient(top right,#f0728f 0%,#fe844f 100%);
    background: linear-gradient(to bottom left,#f0728f 0%,#fe844f 100%);
}
.colorf0 {
    color: #f0728f;
    font-size: 14px;
}