@charset "utf-8";

/*缺省值begin*/
html, body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "微软雅黑", Microsoft YaHei, Tahoma, Geneva, sans-serif;
}

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: #fbfbfb;

}

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: #fbfbfb url(../../image/views/auth/login-bg1.png) no-repeat left center;*/
}

.banner-imgs {
    position: relative;
    margin: 0 auto;
    width: 1100px;
    height: 500px;
    box-shadow: 0 4px 14px 0 rgba(0,36,94,0.10);
    border-radius: 8px;
}
.banner-left{
    display: inline-block;
    width: 700px;
    height: 500px;
    background: url(../../image/views/logo/new-login-bg.png)no-repeat center;
    background-size: cover;
}
.banner-right{
    display: inline-block;
    width: 394px;
    height: 500px;
    background: #ffffff;
}
.login-header {
    padding-top: 30px;
    margin-bottom: 40px;
    width: 100%;
    height: 90px;
    /*background: rgba(28, 33, 43, 0.2);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#331C212B,
    endColorstr=#331C212B); /*兼容IE浏览器*/
}
.user-bind .login-header{
    padding-top: 0;
    height: 60px;
}
.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;
}

.login-frame-pop {
    position: absolute;
    top: 37px;
    right: 30px;
    width: 350px;
    height: 370px;
    z-index: 100;
    border-radius: 3px;
    overflow: hidden;
    background: #fff;
}

.login-frame-pop iframe {
    /*margin: 20px 0 0 20px;*/
}

.footer {
    width: 100%;
    padding: 10px 0;
    /*background: #1b212b;*/
    position: absolute;
    bottom: 16px;
}

.footer p {
    margin: 0 auto;
    color: #7D7D94;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
    margin-bottom: 16px;
}

/*! 最新修改时间为： 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;
    width: 30px;
    height: 30px;
    border: 0;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
    background: #398cea url(../../image/icons/icon-add.png) no-repeat center center;
}

.bind-wrapper .btn-select:hover {
    background-color: #307ee6;
}

.bg-white {
    background: #fff;
}

.bind-frame .fixed-box {
    top: 0;
    width: 100%;
    background: #fff;
}

.bind-frame .table-wrapper {
    padding-top: 40px;
}