﻿@charset "utf-8";

/**
 * @desciption dora.base 样式模块 - 全局重设样式定义：参考自alice.base
 * @author qiuj
 * @lastModified 2019-01-09
 * @maintainers qiuj
 */


/* 全局定义网页文本颜色和背景颜色 */

html {
    background: transparent;
    min-height: 100%;
}
body {
    color: #333;
    background: #fff;
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}


/* 要注意表单元素并不继承父级 font 的问题 */

body,
button,
input,
select,
textarea {
    font: 12px/1.5 "Microsoft Yahei", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
}

input,
select,
textarea {
    font-size: 100%;
}


/* 去掉各Table cell 的边距并让其边重合 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* 去除默认边框 */

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 500;
}


/* 去掉列表项标记 */

ol,
ul,
li {
    list-style: none;
}


/* 对齐是排版最重要的因素, 别让什么都居中 */

caption,
th {
    text-align: left;
}


/* 统一各浏览器的标题字体设置 */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500;
}

q:before,
q:after {
    content: '';
}


a {
    text-decoration: none;
    outline: 0;
    color: #3b81e5;
    cursor: pointer;
}

a:hover {
    color:#3B81E5;
}
input {
    outline: none;
}

.clearfix:after{
  clear:both;
  content:"";
  display:block;
  font-size:0;
  height:0;
  visibility:hidden;
  }


/* layout */
.page-wrapper {
    position: relative;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
    max-width: 1872px;
    min-width: 1280px;
}
.login-wrapper {
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 auto;
  /* width: 1280px; */
  max-width: 1872px;
}
.login-cont .sliderLeftBtn {
  left: 50%;
  margin-left: -668px;
}
.login-cont .sliderRightBtn {
  right: 50%;
  margin-right: -668px;
}

/**
 * 左上链接--start
 */
.header0 {
  border-bottom: 1px solid #e8e8e8;
  background-color: #fff;
}
.header0 ul {
  height: 30px;
}
.header0 ul li {
  float: left;
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
}
.header0  a {
  color: #333;
}
.header0  a:hover {
  color: #3b81e5;
}
.header0 .sec-split {
  margin-top: 10px;
  padding: 0;
  width: 1px;
  height: 11px;
  background-color: #ccc;
}
/**
 * 左上链接--end
 */

/**
 * logo 导航
 */
.login-nav {
    padding-top: 18px;
    padding-bottom: 18px;
    height: 32px;
    background-color: #fff;
}
.logo {
    float: left;
    margin: 2px 0;
    width: 270px;
    height: 30px;
    background-image: url("../images/login/login.png");
    background-position: -499px -616px;
    background-repeat: no-repeat;
}
/**
 * 登录页菜单--start
 */
.login-menu {
  float: right;
}
.login-menu .menu-base {
    position: relative;
    float: left;
    margin-left: 6px;
    padding: 0 16px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.btn-radius {
    position: absolute;
    top: 0;
    display: inline-block;
    width: 16px;
    height: 32px;
    background-image: url("../images/login/login.png");
    background-repeat: no-repeat;
}
.btnl {
  left: 0;
}
.btnr {
  right: 0;
}
.login-menu .menu-base a {
  display: inline-block;
  height: 100%;
  color: #000;
}
/* hover */
.login-menu .menu-base:hover a {
    color: #3B81E5;
    text-decoration: none;
}
/* 选中 */
.login-menu .menu-selected a{
  color: #fff;
  background-color: #3B81E5;
}
.login-menu .menu-selected:hover a{
  color: #fff;
}
.login-menu .menu-selected .btnl {
  background: url('../images/btn_l.png') no-repeat;

}
.login-menu .menu-selected .btnr {
  background: url('../images/btn_r.png') no-repeat;
}
/* 客服 电话 */
.login-menu .menu-contact {
  float: left;
  position: relative;
  margin-left: 12px;
  padding-left: 32px;
  padding-right: 16px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
.login-menu .contact-icon {
    position: absolute;
    left: 12px;
    top: 8px;
    margin-right: 5px;
    display: inline-block;
    width: 16px;
    height: 18px;
    vertical-align: middle;
    background-image: url("../images/login/login.png");
    background-repeat: no-repeat;
}
/* 微信号 */
.login-menu .contact-icon1 {
    background-position: -815px -437px;
}
.menu-contact:hover .contact-icon1 {
    background-position: -869px -437px;
}
/* 电话 */
.login-menu .contact-icon2 {
    background-position: -183px -438px;
}
.menu-contact:hover .contact-icon2 {
    background-position: -131px -438px;
}
.login-menu .menu-contact span {
  color: #000;
}

/* 微信二维码 */
.login-menu .menu-contact span {
    cursor: pointer;
}
.login-menu .menu-contact:hover span {
  color: #3b81e5;
}
.login-menu .wechatqr .wechatqr-img-div {
  display: none;
  position: absolute;
  top: 32px;
  left: -22px;
  padding: 25px 12px 20px 10px;
  width: 114px;
  text-align: center;
  z-index: 999;
  background-image: url("../images/login/login.png");
  background-repeat: no-repeat;
  background-position: -448px -674px;
}
.login-menu .wechatqr .wechatqr-img {
  float: left;
  margin-bottom: 6px;
  display: inline-block;
  width: 111px;
  height: 111px;
}
.login-menu .wechatqr:hover .wechatqr-img-div{
  display: block;
}
.login-menu .wechatqr-img-div:hover{
  display: block;
}
.login-menu .wechatqr .wechatqr-img-mess {
  padding-top: 10px;
  display: block;
  color: #666 !important;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2px;
}
.login-menu .wechatqr .wechatqr-img-mess:hover {
  cursor: default;
}
/* 电话 */
.login-menu .tel {
  padding-right: 0;
}
.menu-contact .tel-div {
  display: none;
  position: absolute;
  top: 32px;
  left: -164px;
  width: 239px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #333;
  background-image: url("../images/login/login.png");
  background-repeat: no-repeat;
  background-position: -617px -679px;
  z-index: 999;
}
.login-menu .menu-contact .tel-div span{
  color: #fe8f28;
  cursor: auto;
}
.login-menu .tel:hover .tel-div{
  display: block;
}
.login-menu .tel-div:hover{
  display: block;
}
/**
 * 登录页菜单--end
 */

/**
 * logo 导航end
 */

/**
 * 长消息条--start
 */
/* 单行文字溢出时出现省略号，需设定宽度 */
.fn-text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ui0-notice {
    position: absolute;
    top: 0;
    z-index: 998;
    width: 100%;
    height: 36px;
    line-height: 36px;
    /* background: #000; */
    background: rgba(0, 0, 0, 0.45);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#73000000,endColorstr=#73000000);
}
.ui0-notice .notice {
    position: relative;
    padding: 0 82px 0 72px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.ui0-notice .notice .notice-title {
    position: absolute;
    left: 0;
    top: 0;
}
.ui0-notice .notice .notice-scroll{
    width: 100%;
    height: 36px;
    overflow: hidden;
}
.ui0-notice .notice .notice-icon {
    display: inline-block;
    width: 20px;
    height: 22px;
    vertical-align: middle;
    background-image: url("../images/login/login.png");
    background-position: -754px -438px;
    background-repeat: no-repeat;
}

.ui0-notice .notice-tit,
.ui0-notice .notice-cont,
.ui0-notice .notice-cont a{
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.44px;
}
.ui0-notice .notice-cont {
    width: 100%;
}
.ui0-notice .notice-tit {
    font-weight: bold;
}
.ui0-notice .notice-date {
    margin-right: 6px;
    color: #fff;
    font-size: 14px;
}
.ui0-notice .notice-more {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 12px;
    font-size: 14px;
    color: #fff;
}
.ui0-notice .notice-more:hover {
    text-decoration: underline;
}

/**
 * 长消息条--end
 */

/**
 * 主体 --start
 */

.main-content-left {
  position: absolute;
  top: 90px;
  left: 28px;
}
.main-content-left p{
    font-size: 36px;
    color: #fff;
    line-height: 50px;
    font-weight: bold;
}
.main-content-left .qrcode{
    margin: 48px 60px 0 0;
    padding: 10px;
    width: 100px;
    height: 100px;
    background-color: #fff;
}
.login-box{
    position: absolute;
    top: 48px;
    right: 50%;
    margin-right: -640px;
    margin-top: 6px;
    width: 388px;
    min-height: 550px;
    background-color: #fff;
    -moz-box-shadow: 2px 2px 6px 3px rgba(40,40,40,0.07);
    -webkit-box-shadow: 2px 2px 6px 3px rgba(40,40,40,0.07);
    box-shadow: 2px 2px 6px 3px rgba(40,40,40,0.07);
    border: 1px solid #e8e8e8;
    z-index: 998;
}
.login-cont-header {
  padding: 0 32px 0;
  position: relative;
  min-height: 196px;
}
/* 二维码 */
.iconfont {
    position: absolute;
    top: 10px;
    right: 9px;
    display: block;
    width: 55px;
    height: 55px;
    cursor: pointer;
    background-image: url("../images/login/login.png");
    background-position: -496px -514px;
    background-repeat: no-repeat;
}
/* tab --start */
.login-tab {
    margin: 0 35px;
    border-bottom: 3px solid #F0F0F0;
}
.login-tit{
    position: relative;
    margin-right: 40px;
    display: inline-block;
    *display: inline;
    width: auto;
    height: 64px;
    line-height: 64px;
    font-size: 16px;
    color: #666;
    cursor: pointer;
}
.login-tit-curr {
    position: relative;
    color: #333;
    font-weight: 700;
}
/* 菜单下横线 */
.line {
    display: none;
    position: absolute;
    left: 0;
    bottom: -3px;
    *bottom: -22px;
    width: 100%;
    height: 3px;
    background-color: #666;
}
.login-tit-curr .line {
    display: block;
}

.login-box p {
    position: relative;
    margin-top: 8px;
    font-size:14px;
    color: #333;
}
.login-box .martop12 {
  margin-top: 12px;
}
.martop45 {
    margin-top: 45px;
}
.login-box p label {
  position: absolute;
  display: inline;
  color: #333;
  text-align: left;
}
/* 未检测到证书时 */
.login-cont-header .refresh {
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 35px;
  padding-left: 20px;
  font-size: 14px;
  color: #3b81e5;
  cursor: pointer;
}
.login-cont-header .refresh-cion {
  position: absolute;
  left: 0;
  top: 3px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/login/login.png");
  background-repeat: no-repeat;
  background-position: -495px -439px;
}
.login-cont-header .tit {
    padding:45px 0 8px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.login-cont-header .sub-tit {
  font-size: 14px;
  color: #333;
  line-height: 22px;
}
.login-cont-header .sub-tit a {
    color: #3B81E5;
}
.login-cont-header .sub-tit a:hover {
    text-decoration: underline;
}
/* 检测到证书 */
.login-cont-header p .val {
  position: relative;
  left: 80px;
  width: 240px;
  display: inline-block;
  word-wrap: break-word;
  line-height: 22px;
}
/* 登录名不能为空警告 */
.login-cont-header p .warn-mess {
  position: absolute;
  top: -6px;
  padding-left: 20px;
  font-size: 12px;
  color: #F04D4D;
}
.login-cont-header p .warn-mess-icon {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../images/login/login.png");
    background-position: -704px -439px;
    background-repeat: no-repeat;

}
/* 客户名称上的警告 */
.login-cont-header p .val_warn {
  color: #F04D4D;
}
/* 登录名密码 --start */
/* p-text:长条输入框 p-text2：有其他内容的输入框:*/
.login-cont-header .p-text {
    position: relative;
    width: 100%;
    height: 40px;
}
.login-cont-header .p-text .input_text {
    padding: 0 16px;
    width: 298px;
    height: 36px;
    line-height: 36px;
    outline: none;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.login-cont-header .p-text .input_text:hover {
  border: 1px solid #3b81e5;
}
.login-cont-header .p-text .input_text:focus {
  border: 1px solid #3b81e5;
  -webkit-box-shadow: 0 0 0 2px #d8e6fa;
  -moz-box-shadow: 0 0 0 2px #d8e6fa;
  box-shadow: 0 0 0 2px #d8e6fa;
}
/* 短的验证码输入框 */
.login-cont-header .p-text .input_text_short {
    float: left;
    padding-right: 61px;
    width: 97px;
}
/* 正确绿√ */
.login-cont-header .p-text .yard-status {
    display: none;
    position: absolute;
    top: 12px;
    right: 94px;
    width: 16px;
    height: 16px;
    background-image: url("../images/login/login.png");
    /* background-position: -754px -513px; */
    background-position: -785px -513px;
    background-repeat: no-repeat;
}
.login-cont-header .p-text .input-btn {
    margin-left: 12px;
    display: inline-block;
    width: 126px;
    height: 40px;
    font-size: 14px;
    color: #2872DD;
    text-align: center;
    background-color: #fff;
    border: 1px solid #3B81E5;
    cursor: pointer;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.login-cont-header .p-text2 .p-text-box {
    position: absolute;
    right: 0;
    top: 0;
}
.login-cont-header .p-text2 .input_text {
    width: 162px;
    padding-right: 152px;
}
/* 密码控件 */
.login-cont-header .p-text2 .pwd_controls {
  position: absolute;
  top: 14px;
  left: -20px;
  display: inline-block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  z-index: 1;
}
.login-cont-header .p-text2 .pwd_controls_label {
    position: absolute;
    top: 0;
    right: 16px;
    height: 40px;
    line-height: 40px;
    color: #3B81E5;
    cursor: pointer;
}
.login-cont-header .p-text2 .checkbox-icon {
    position: absolute;
    top: 13px;
    left: -20px;
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-image: url("../images/login/login.png");
    background-position: -339px -439px;

    background-repeat: no-repeat;
    z-index: 2;
}
/* 选中时 */
.login-cont-header .p-text2 .pwd_controls:checked + .checkbox-icon{
    background-position: -391px -439px;
}
/* 验证码 */
.login-cont-header .p-text3 .input_text{
    /* width: 176px; */
    width:192px;
}
.login-cont-header .p-text3 .pwd_controls_label {
  right: 0;
}
.login-cont-header .p-text3 .yardIMG {
  position: relative;
  top: 2px;
  top: 4px\0;
  height: 30px;
}
/* 登录名密码 --end */

/* 登录按钮 --start */
.login-cont-header .input_button {
  margin: 16px 0 12px;
  width: 332px;
  height: 36px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 3px;
  border: none;
  background-color: #3B81E5;
  cursor: pointer;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  outline: none;
}
.login-cont-header .input_button:hover {
    background-color: #4e97ff;
}
.login-cont-header .input_button:active {
    background-color: #2875e2;
}
/* 登录按钮 --end */

/* 安全提示--start */
.login-cont-footer {
  padding: 0 35px;
  border-top: 1px solid #EDEDED;
}
.login-cont-footer ul {
  padding-top: 6px;
  float: left;
  width: 218px;
}
.login-cont-footer .bx-imgbox{
    padding-left: 222px;
}
.login-cont-footer .bx-imgbox img{
    width: 105px;
    background: #eee;
    margin-top: 8px;
}
.login-cont-footer .cont-footer-num{
    display: block;
    float: left;
}
.login-cont-footer .cont-footer-val{
    display: block;
    margin-left: 10px;
}
.login-box .login-cont-footer-p{
    font-size: 12px;
    color: #999;
}
.login-box ul li {
  margin-bottom: 4px;
  font-size: 12px;
  color: #999;
}
.login-box ul .header {
  font-size: 14px;
  color: #333;
}
.login-box ul li a {
  color: #3B81E5;
}
.login-box ul li a:hover {
  text-decoration: underline;
}
/* 安全提示--end */
.footer0 {
    padding: 35px 0 28px;
    background-color: #2D3249;
}
.footer0 table {
    margin-bottom: 23px;
    width: 100%;
}
.footer0 table tr th {
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #ccc;
    opacity: 0.9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha Opacity=90;
    filter: alpha(opacity=90);
}
.footer0 table tr td {
    line-height: 20px;
    font-size: 13px;
    color: #ccc;
    opacity: .9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha Opacity=90;
    filter: alpha(opacity=90);
}
.footer0 table tr td ul li a {
  font-size:12px;
  color: #999;
}
.footer0 table tr td ul li a:hover {
  color: #fff;
}
.footer0 .info {
    font-size: 12px;
    color: #999;
    line-height: 12px;
    text-align: center;
}
.footer0 .info span,
.footer0 .info a {
    position: relative;
    margin-right: 20px;
}
.footer0 .info a {
    color: #ccc;
}
.footer0 .info a:hover {
    color: #3B81E5;
}
.footer0 .info .info-icon {
    position: absolute;
    right: -8px;
    top: 3px;
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: #5D5D5D;
}
/* footer部分占位td宽度 */
.footer0 .footSpace{
    width:20%;
}
/* 登录页主内容 */
.login-cont {
  position: relative;
  min-width: 1336px;
}

.placeholder-tip-layer {
  color: #999;
}
/* logout页 */
.logout {
  padding: 16px 0;
  background: url('../images/index_bg_top.png') no-repeat top center;
  background-color: #fafafa;
}
.logout-cont {
  text-align: center;
  background-color: #fff;
  overflow: hidden;
  height: 707px;
}
.logout-cont-center {
  position: relative;
  top: 50%;
  margin-top: -142px;
}
.logout-logo {
  margin: 0 auto;
  width: 456px;
  height: 170px;
  background: url('../images/login/logout-logo.png') no-repeat;
}
.logout-title {
  margin-bottom: 4px;
  color: #333;
  font-size: 22px;
}
.logout-sub-title {
  margin-bottom: 24px;
  color: #666;
  font-size: 14px;
}
.body-width {
    min-width: 1056px;
}

/* narrow width */
@media screen and (max-width: 1580px){
    .login-wrapper {
        /* width: 1000px; */
    }
    .login-cont,
    .footer0 {
        min-width: 1096px;
    }
    .login-box {
        margin-right: -500px;
    }
    .login-cont .sliderRightBtn {
        margin-right: -548px;
        right: 50%;
    }
    .login-cont .sliderLeftBtn {
        margin-left: -548px;
        left: 50%;
    }

    .fun-item1{
        margin-left: -500px;
    }
    .fun-item2 {
        margin-left: -209.333px;
    }
    .fun-item3 {
        margin-left: 81.3333px;
    }
    .fun-item4 {
        margin-left: 372px;
    }
}
/* 设置icon */
.menuset-icon {
    position: relative;
    top: 1px;
    display: inline-block;
    margin: 0 4px;
    width: 12px;
    height: 12px;
    background-image: url("../images/login/login.png");
    background-position: -928px -439px;
    background-repeat: no-repeat;
}
/* 退出页 footer */
/* #footer */
#logout-footer {
    width: 100%;
    height: 64px;
    line-height: 64px;
    background-color: #2D3249;
}

#logout-footer .footer-mess {
    text-align: center;
}

#logout-footer .footer-link {
    float: right;
}

#logout-footer .footer-mess span,
#logout-footer .footer-link a {
    display: inline-block;
    margin-right: 20px;
    font-size: 12px;
    color: #CCCCCC;
    position: relative;
}

#logout-footer .footer-mess .info-icon {
    position: absolute;
    right: -11px;
    top: 26px;
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: #CCCCCC;
}

#tabsBox {
    border-bottom:0;
    margin: 0;
    padding: 0 28px;
}
#tabsBox .QRcode{
    position: absolute;
    width: 60px;
    height: 60px;
    background: #000;
    right: 10px;
    top: 7px;
    background: url("../images/qdcode.png");
    cursor:pointer;
}
#tabsBox .tabsUl{
    border-bottom: 3px solid #F0F0F0;
    margin-bottom: 0px;
    padding: 0 30px;

}
#tabsBox .tabsUl li{
    position: relative;
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
    top: 3px;
    width: 100px;
    text-align: center;
    margin:0 15px;
}
#tabsBox .tabsUl li a{
    color: #666;
    font-weight: 700;
    cursor: pointer;
    border:0;
    height: 64px;
    line-height: 64px;
    font-size: 16px;
    text-decoration: none;

}
#tabsBox .tabsUl .ui-tabs-selected{
    border-bottom: 3px solid #3881e5;
}
#tabsBox .tabsUl .ui-tabs-selected a{
    color:#3881e5;
}
.tabContent{
    margin-top:30px;
}
.phoneContent .login-cont-header,.phoneContent .login-cont-footer{
    padding: 0;
}

.phoneContent .login-cont-header .getCode{
    position: absolute;
    right: 10px;
    top:0;
    line-height: 38px;
    color:#3881e5;
    cursor: pointer;
    border: 0;
    background: none;
}
.phoneContent .login-cont-header  .getCode:focus{
    outline: none;
}
.phoneContent .companyForm,.phoneContent .accountForm{
    display: none;
}

.phoneContent .companyForm .select-fake-div{
    margin-bottom: 0px;
}
.phoneContent .companyForm .select-fake-span{
    width: 324px;
    height: 38px;
    line-height: 26px;
}
.phoneContent .form-query-div{
    margin-bottom: 0px;
}
.phoneContent .form-query-div:first-child{
    margin-bottom: 10px;
}
.phoneContent .form-query-div .select-fake-ul{
    top: 38px;
    width:324px;
}
.phoneContent .form-query-div .ui-combobox-button{
    top: 8px;
}
.phoneContent .login-cont-header .getKj{
    position: absolute;
    right: 10px;
    top:0;
    line-height: 38px;
    color:#3881e5;
    cursor: pointer;
}
.phoneContent .login-cont-header .getKj input{
    position: relative;
    top: 1px;
    margin-right: 5px;
}

#QRcodeBox{
    display: none;
    position: relative;
    padding: 0 32px;
    height: 100%;
}
#QRcodeBox .PCcode-tit{
    color:#666;
    border-bottom: 3px solid #F0F0F0;
    margin-bottom: 0px;
    padding: 0 30px;
}
#QRcodeBox .PCcode-tit h3{
    color: #666;
    font-weight: 700;
    cursor: pointer;
    border: 0;
    height: 67px;
    line-height: 70px;
    font-size: 16px;
}
.PCcode{
    position: absolute;
    width: 60px;
    height: 60px;
    background: #000;
    right: 10px;
    top: 7px;
    background: url("../images/qdcode.png");
    cursor:pointer;
}
.PCcode-content{
    margin-top: 30px;
}
.PCcode-content .codePass,.PCcode-content .codeFalse,.PCcode-content .codeTimeout{
    width: 200px;
    height: 200px;
    padding:0 62px;
    position: relative;
}
.PCcode-content .codeFalse,.PCcode-content .codeTimeout{
    display: none;
}
.PCcode-content .codeFalse img,.PCcode-content .codeTimeout img{
    border: 1px solid #eee;
}
.PCcode-content .codeFalseTit,.PCcode-content .codeTimeoutTit{
    position: absolute;
    top: 50px;
    left: 121px;
    text-align: center;
}
.PCcode-content .codeTimeoutTit{
    top:30px;
}
.PCcode-content .codeFalseTit .codeFreshen{
    width: 78px;
    height: 34px;
    margin: 0;
    line-height: 34px;
    margin-top: 25px;
    border:1px solid #eee;
    background: #888;
    border-radius: 4px;
    color:#fff;
    margin-left: 2px;
    cursor: pointer;
}

.PCcode-content .codeWarm{
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url("../images/icons.png") -575px -874px;
}
.PCcode-content .codeTimeoutTit .codeFreshen{
    width: 78px;
    height: 34px;
    margin: 0;
    line-height: 34px;
    margin-top: 25px;
    border:1px solid #eee;
    background: #888;
    border-radius: 4px;
    color:#fff;
    margin-left: 2px;
    cursor: pointer;
}

.PCcode-content img{
    width:100%;
    height: 100%;
}
.PCcode-tips{
    text-align: center;
}
.PCcode-tips p{
    color:#333;
}
.PCcode-tips .tipsSucc{
    display: none;
}
.PCcode-tips .tipsSucc i{
    background: url("../images/icons.png") -542px -874px;
    width: 30px;
    height: 30px;
    display: inline-block;
}
.PCcode-tips .tipsSucc i + span{
    position: relative;
    top: -7px;
}
.PCcode-footer{
    text-align: center;
    position: absolute;
    bottom: 60px;
    width: 324px;
}
.PCcode-footer span{
    cursor: pointer;
    color: #3881e5;
    padding: 0 5px;
}
.PCcode-footer b{
    color: #888;
}

.tabContent  .login-cont-header,.tabContent  .login-cont-footer{
    padding:0;
}
.forgetpsd{
    display: block;
    text-align: right;
    margin-bottom: 9px;
}