@charset "utf-8";

/*缺省值begin*/
html, body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "微软雅黑", Microsoft YaHei, Tahoma, Geneva, sans-serif;
}

body {
    height: auto;
}

a {
    text-decoration: none;
    outline: none;
    font-size: 12px;
}

a:hover {
    text-decoration: none;
    outline: none;
}

span {
    font-size: 12px;
}

a:active, a:visited {
    outline: none;
}

p, ul, li, form, h1, h2, h3, h4, h5, h6, dl, dt, dd, img, div, table, td,
th, input, textarea {
    margin: 0px;
    padding: 0px;
}

h2, h3 {
    font-size: 14px;
}

input, textarea {
    font-family: Tahoma, Geneva, sans-serif;
    outline: none;
    font-size: 14px;
}

ul, li, dl, dt, dd, ol {
    list-style: none;
}

img {
    border: 0 none;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

/*缺省值end*/
body {
    /* background: #1b212b;*/
}

a {
    text-decoration: none;
    color: #174B73;
}

input[type=text], input[type=password], input[type=url], textarea {
    font-family: "微软雅黑", Microsoft YaHei, Arial, "宋体";
    font-size: 14px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    color: #333;
}

.login-wrapper {

}

/* @des： 用户登录页面 */
.wrapper {
    margin: 0 auto;
    width: 1200px;
}

.main-wrapper {
    background: #1b212b url(../../image/views/auth/login-bg1.png) no-repeat left center;
}

.banner-imgs {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    /*   height: 657px;*/
}

.login-header {
    width: 100%;
    height: 90px;
    background: rgba(28, 33, 43, 0.2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#331C212B,
    endColorstr=#331C212B); /*兼容IE浏览器*/
}

.btn-regist {
    display: block;
    position: absolute;
    top: 60px;
    right: 90px;
    z-index: 1;
    width: 70px;
    height: 33px;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    line-height: 33px;
    text-align: center;
    border-radius: 3px;
    background: #EE1313;
}

.btn-regist:hover {
    color: #EE1313;
    background: #fff;
}

.footer {
    width: 100%;
    padding: 10px 0;
    /* background: #1b212b;*/
}

.footer p {
    margin: 0 auto;
    color: #3c4f71;
    text-align: center;
    line-height: 20px;
}

/*! 最新修改时间为： 2017-08-22*/

/*用户绑定页面*/
.bind-wrapper .content-title {
    height: 41px;
    border-bottom: 1px solid #398CEA;
}

.bind-wrapper .content-title li {
    float: left;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #398CEA;
}

.bind-wrapper .content-title .active {
    color: #fff;
    background: #398CEA;
}

.bind-wrapper .ifind-form-control-full span {
    color: #333;
    font-size: 14px;
}

.bind-wrapper .content {
    margin: 40px 0;
    width: 100%;
    min-height: 480px;
    background: #FFF;
    /* background: rgba(0, 0, 0, .4);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,
     endColorstr=#66000000); /!*兼容IE浏览器*!/*/
}

.bind-wrapper .form-wrap-user {
    width: 550px;
    margin: 120px auto 50px auto;
}

.bind-wrapper .form-button-user {
    margin-left: 100px;
}

.bind-wrapper .user-perfect {
    margin: 35px 0;
}

.bind-wrapper .form-wrap-perfect {
    width: 400px;
    margin: 0 auto;
}

.bind-wrapper .btn-clear {
    display: inline-block;
    margin: 5px;
    width: 20px;
    height: 20px;
    border: 0;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
    background: #9E9E9E url(../../image/icons/icon-refuse.png) no-repeat center center;
}

.bind-wrapper .btn-select {
    display: inline-block;
    padding: 3px 7px;
    height: 30px;
    border: 0;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #FC9F16;
    background-color: #FC9F16;
    color: #FFF;
    /* background: #398cea url(../../image/icons/icon-add.png) no-repeat center center;*/
}

.bg-white {
    background: #fff;
}

.bind-frame .fixed-box {
    top: 0;
    width: 100%;
    background: #fff;
}

.bind-frame .table-wrapper {
    padding-top: 40px;
}

.banner {
    background: #5C4BB5;
}

.index-wrapper {
    position: relative;
    margin: 0 auto;
    width: 1200px
}

.banner-imgs {
    background: #5C4BB5
}

.banner-imgs img {
    width: auto;
    /*margin-left: 25px;*/
}

.lg_head_bg {
    background: #fff;
    width: 100%;
    height: 90px;
    border-bottom: 3px solid #FA9114
}

.lg_head_bg .head-right {
    float: right;
    height: 57px;
    line-height: 57px;
    position: absolute;
    right: 0;
    top: 0;
}

.lg_head_bg .head-right .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../../image/favicon.ico") no-repeat center center/100% 100%;
    position: relative;
    top: 17px;
    margin-right: 4px;
}

.lg_head_bg .head-right .title {
    font-size: 20px;
    color: #272727;
    font-weight: 700;
    margin-right: 12px;
    position: relative;
    top: 9px;
}

.lg_head_bg .head-right .desc {
    font-size: 13px;
    color: #4a4a4a;
    line-height: 18px;
    position: relative;
    top: 8px;
}

.lg_btn {
    position: absolute;
    right: 56px;
    top: 17px;
    color: #FFF;
    font-size: 15px;
    line-height: 33px;
    text-align: center;
    z-index: 100000;
    font-weight: 600
}

.lg_foot {
    width: 100%;
    border-top: 1px solid #fff
}

.lg_foot p {
    margin: 10px auto;
    color: #a4a4a4;
    text-align: center;
    line-height: 20px
}

.login-frame-pop {
    position: absolute;
    top: 105px;
    right: 50px;
    z-index: 100;
    width: 350px;
    height: 370px;
    border-radius: 3px;
    overflow: hidden;
    background: #fff
}

.login-frame-pop iframe {
    margin: 20px 0 0 20px
}
.no-margin-frame iframe {
    margin: 0;
}

.logoWrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.logoWrap img {
    margin-top: 15px;
    vertical-align: top;
}
.logoWrap::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 253px;
    background: #fff;
}

.toastTip {
    z-index: 1000001;
    color: #604a37;
    position: fixed;
    top: 20%;
    left: 45%;
    border: 1px solid #ccc;
    margin: 0 auto;
    min-height: 90px;
    margin-top: 200px;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    box-shadow: 1px 1px 10px #888;
    background: #fff url(../../image/main/icon-warn.png) no-repeat 20px center
}

.toastTip span {
    float: left;
    display: block;
    padding: 35px 25px 35px 85px;
    max-width: 200px;
    word-break: break-word;
    text-overflow: clip;
    text-align: justify
}

@media all and (min-width: 1900px) {
    .login-frame-pop {
        right: -80px;
    }
}

.login-nav {
    float: left;
    margin-top: 50px
}

.login-nav > li {
    float: left;
    margin-right: 40px;
    position: relative;
    height: 43px;
    cursor: default
}

.login-nav li > a {
    display: inline-block;
    line-height: 30px;
    font-size: 16px;
    color: #3d291a
}

.login-nav li ul {
    display: none;
    padding: 10px 0;
    position: absolute;
    top: 40px;
    left: -30px;
    width: 120px;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 8px #ddd;
    z-index: 1;
    background: #fff;
    background: rgba(255, 255, 255, .9)
}

.login-nav li:hover ul {
    display: block
}

.login-nav li:hover .nav-main {
    color: #FC9F16;
    border-bottom: 3px solid #FC9F16
}

.login-nav li ul li a {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s
}

.login-nav li ul li a:hover {
    color: #fff;
    background: #fc9f16
}

.logo {
    width: 1200px;
    margin: 0 auto
}