

.wl-row {
    display: block
}

.wl-row:before {
    display: table;
    content: " "
}

.wl-row:after {
    clear: both;
    display: table;
    content: " "
}





body {
    background-color: #fff
}



.fl_logo
#fl_logo_link {
    display: block
}

.fl_logo #fl_logo_link
img {
    display: block
}

.fl_login {
    background: transparent url(/static/images/loginbg.jpg) 50% 50%;
    padding: 0px 0;
}

.fl_login
.login {
    width: 100%;
    height: auto;
    /*background: transparent url(/static/images/login-main.png) left center no-repeat;*/
    /*position: relative*/
}

.fl_login .login:after {
    content: '.';
    display: block;
    visibility: hidden;
    clear: both;
    width: 100%;
    height: 0;
    font-size: 0;
    zoom: 1
}

.login_main {
    width: 360px;
    padding: 30px 0;
    height: 380px;
   float: right;
   margin-right:10%;
    /*margin: 0 auto;*/
    background-color: #fff;
    overflow: hidden
}

.login_main
.login_main_form {
    width: 300%;
    transition: margin-left .2s ease-in-out
}

.login_main .login_main_form:after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 3px;
    height: 15px;
    display: block;
    width: 1px;
    background-color: #eee
}

.login_tab_title {
    padding-bottom: 10px;
    border-bottom: 1px solid #2eb8de
}

.login_tab_title:after {
    content: '.';
    display: block;
    visibility: hidden;
    clear: both;
    width: 100%;
    height: 0;
    font-size: 0;
    zoom: 1
}

.login_tab_title
.tab_item {
    display: block;
    width: 33.334%;
    float: left;
    font-size: 16px;
    color: #555;
    text-align: center;
    position: relative;
    transition: color .25s
}

.login_tab_title
.tab_item.active {
    font-weight: bold;
    color: #2eb8de
}

.login_tab_title .tab_item:before, .login_tab_title .tab_item:after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 3px;
    height: 15px;
    display: block;
    width: 1px;
    background-color: #eee
}

.login_tab_title .tab_item:after {
    right: 0;
    left: auto
}

.login_tab_title .tab_item:hover {
    cursor: pointer;
    color: #2eb8de
}


.mt15 {
    margin-top: 15px
}

.login_form {
    padding: 15px 28px;
    width: 304px;
    height: auto;
    float: left
}

.login_form
.form_list {
    width: 100%
}

.login_form .form_list:after {
    content: '.';
    display: block;
    visibility: hidden;
    clear: both;
    width: 100%;
    height: 0;
    font-size: 0;
    zoom: 1
}

.login_form .form_list
.form_input {
    width: 100%;
    border: 1px solid #e5e5e5;
    height: 50px;
    display: block;
    line-height: 28px;
    padding: 10px;
    font-size: 15px;
    color: #666;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px;
}

.login_form .form_list .form_input:focus {
    border-color: #2eb8de;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(46, 184, 222, 0.6)
}

.login_form .form_list
.form_input.error_input {
    border: 1px solid #7fb553
}

.login_form .form_list
.form_input.w1_input {
    width: 188px;
    float: left
}

.login_form .form_list
.form_btn {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    border: 0;
    outline: none;
    cursor: pointer;
    border-radius: 3px;
    transition: background-color .25s

}

.login_form .form_list
.form_btn.orange_btn {
    background-color: #2eb8de;
    margin-top: 20px;

}

.login_form .form_list .form_btn.orange_btn:hover {
    background-color: #2eb8de;

}

.login_form .form_list
.fl_register {
    color:#2eb8de;
    padding-right: 15px;
    background: transparent url(/img//icon-arrow.png) right center no-repeat
}

.login_form .form_list .fl_register:hover {
    text-decoration: underline
}

.login_form
.auth_info {
    width: 104px;
    height: 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    float: right;
    border: 1px solid #e5e5e5;
    color: #999;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    outline: none
}

.login_form .aids-tools {
    margin-bottom: 5px
}

.login_form
.notice_info {
    font-size: 12px;
    height: 30px; /*line-height:30px;*/
    color: #999
}

.login_form
.notice_info.center_info {
    text-align: center
}

.login_form
.notice_info.error_info {
    color: #2eb8de;
    text-indent: 3px
}

.login_form .notice_info
.forget_password {
    float: right;
    color: #999;
    transition: color .25s
}

.login_form .notice_info .forget_password:hover {
    color: #2eb8de
}

.login_form .notice_info
.agreement {
    color: #7fb553
}

.login_form .notice_info .agreement:hover {
    text-decoration: underline
}

.login_form .notice_info
.no_relogin {
    padding-left: 20px;
    position: relative;
    cursor: pointer;
    transition: color .25s
}

.login_form .notice_info .no_relogin:hover {
    color: #2eb8de
}

.login_form .notice_info .no_relogin:hover:before {
    border-color: #2eb8de
}

.login_form .notice_info .no_relogin:before {
    content: '';
    display: block;
    position: absolute;
    transition: border-color .25s;
    left: 0;
    top: 50%;
    margin-top: -6px;
    border: 1px solid #ddd;
    border-radius: 1px;
    background-color: #fff;
    width: 10px;
    height: 10px
}

/*.login_form .notice_info .no_relogin.active:before {*/
/*    border: 1px solid #2eb8de;*/
/*    background: transparent url(/img/icon-checkbox-checked.jpg) center no-repeat*/
/*}*/

.disabled_btn {
    cursor: default !important
}

.fl_footer {
    padding: 50px 0 60px 0
}

.fl_footer .footer_link
.list {
    display: block;
    width: auto;
    text-align: center
}

.fl_footer .footer_link .list:after {
    content: '.';
    display: block;
    visibility: hidden;
    clear: both;
    width: 100%;
    height: 0;
    font-size: 0;
    zoom: 1
}

.fl_footer .footer_link
.list_item {
    display: inline-block;
    width: auto;
    height: 30px;
    line-height: 30px;
    vertical-align: middle
}

.fl_footer .footer_link .list_item.cut-off {
    margin: 4px 10px 0 10px;
    height: 12px;
    width: 1px;
    background-color: #999
}

.fl_footer .footer_link .list_item
a {
    font-size: 12px;
    color: #888
}

.fl_footer
.copy_right_info {
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #888
}
.content {
    margin-top: 50px;
    width: 1200px;
    margin: 0 auto;
    background:#56a4bc;/* rgba(245, 245, 245, 1);*/
    border-radius: 0px;
    padding:0px ;
    min-height: 500px;
}