@charset "gb2312";
body {
    background: #fff;
    /*background: #649EF3;*/
    overflow: hidden;
}

/*头部*/
.header {
  height: 70px;
  overflow: hidden;
  background-color: #ffffff;
}

.header .logo {
  float: left;
  width: 184px;
  height: 50px;
  margin: 10px 0 10px 83px;
  background: url("BsfwtWebappsimageslogo1.png") no-repeat;
}

.header ul.links {
  float: right;
  margin-right: 53px;
  margin-top: 30px;
}

.header ul.links li {
  float: left;
  margin-right: 37px;
}

.header ul.links li a {
  color: #333333;
  font-size: 14px;
}

.header ul.links li a:hover {
  color: #006cda;
}

/*主体部分*/
.container {
    width: 1200px;
    margin: 30px auto 0 auto;
    padding-bottom: 40px;
    background-color: #ffffff;
}

#content {
    height: 420px;
}

.container .content {
  width: 1083px;
  margin: 0 auto;
  overflow: hidden;
}

.container .content .login-top {
  font-size: 26px;
  padding: 22px 0;
  color: #333333;
  border-bottom: 1px solid #efefef;
}

.container .content .login-main {
  overflow: hidden;
}

.container .content .login-main .login-form {
  width: 731px;
  padding-top: 34px;
  float: left;
  font-size: 14px;
  line-height: 48px;
}

.container .content .login-main .login-form .row {
  margin-bottom: 11px;
  overflow: hidden;
}

.container .content .login-main .login-form .row .title {
  width: 200px;
  margin-right: 20px;
  text-align: right;
  float: left;
  color: #666666;
}

.container .content .login-main .login-form .row .mini-textbox.mini-textbox-focus .mini-textbox-border {
  border: 1px solid #2d9cfe;
}

.container .content .login-main .login-form .row .mini-textbox .mini-textbox-border {
  height: 42px;
  border-radius: 4px;
  border: 1px solid #bdbdbd;
}

.container .content .login-main .login-form .row .mini-textbox .mini-textbox-border input.mini-textbox-input {
  height: 100%;
  padding: 0 10px;
  font-size: 16px;
}

.container .content .login-main .login-form .row .mini-textbox .mini-textbox-border .mini-placeholder-label {
  height: 100%;
  padding: 10px 10px;
}

.container .content .login-main .login-form .row .auth-code-input-itme, .container .content .login-main .login-form .row .auth-code-item {
  float: left;
  margin-right: 16px;
}

.container .content .login-main .login-form .row .auth-code-item {
  margin-top: 2px;
}

.container .content .login-main .login-form .row .errorText {
  display: none;
  color: #ff6b6b;
}

.container .content .login-main .login-form .row .errorText.active {
  display: inline-block;
}

.container .content .login-main .login-form .btn-group {
  padding-left: 220px;
  padding-top: 14px;
}

.container .content .login-main .login-form .btn-group .loginBtn, .container .content .login-main .login-form .btn-group .zs-loginBtn {
  display: inline-block;
  text-align: center;
}

.container .content .login-main .login-form .btn-group .loginBtn {
  width: 187px;
  height: 50px;
  margin-right: 20px;
  /*background: url("BsfwtWebappsimageslogin.png") no-repeat;*/
  background: #0c84db;
  border-radius: 5px;
  color: #fff;
}

.container .content .login-main .login-form .btn-group .loginBtn:hover {
  /*background: url("BsfwtWebappsimageslogin-active.png") no-repeat;*/
  background: #0b77c5;
}

.container .content .login-main .login-form .btn-group .zs-loginBtn {
  width: 130px;
  height: 50px;
  /*background: url("BsfwtWebappsimageszs-login.png") no-repeat;*/
  background: #fba207;
  border-radius: 5px;
  color: #fff;
}

.container .content .login-main .login-form .btn-group .zs-loginBtn:hover {
  /*background: url("BsfwtWebappsimageszs-login-active.png") no-repeat;*/
  background: #e19206;
}

.container .content .login-main .login-form .link {
  padding-left: 220px;
  padding-top: 14px;
}

.container .content .login-main .login-form .link .mini-checkbox.createDeskShortcut {
  margin-right: 65px;
  font-size: 16px;
}

.container .content .login-main .login-form .link .mini-checkbox.createDeskShortcut label {
  line-height: 48px;
  font-size: 14px;
  color: #999;
}

.container .content .login-main .login-form .link a {
  color: #2d9cfe;
}

.container .content .login-main .login-form .link a.register {
  margin-right: 23px;
}

.container .content .login-main .login-form .link a:hover {
  text-decoration: underline;
}

.container .content .login-main .ewm-login-item {
  margin-top: 33px;
  float: left;
}

.container .content .login-main .ewm-login-item p {
  margin: 23px 0 0 72px;
  font-size: 16px;
}
/**
 * 新login
 */
*{
	box-sizing: content-box;
}
.hide{
	display:none;
}
img {
    border: none;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#content {
    width: 100%;
    position: relative;
}
.login-newbg {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    background: url("BsfwtWebappsimagesdengl.png") center center no-repeat;
    height: 410px;
    width: 100%;
    /*-moz-background-size: contain;
    -webkit-background-size: contain;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/BsfwtWeb/apps/images/dengl.png', sizingMethod='scale');
    background-repeat: no-repeat;
    background-position: top center;*/
}

/*.login-newbg img {
    width: 100%;
    height: 380px;
}*/
#content .content-layout {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 600px;
    z-index: 999;
}
.login-box-warp {
    position: absolute;
    top: 10px;
    right: 0px;
    width: 400px;
}
.login-box-warp .login-box {
    background-color: rgba(255,255,255,.9);
}
.login-box {
    width: 350px;
    padding: 25px 25px 35px;
    color: #6c6c6c;
    background: #fff;
    position: relative;
    margin: 0 auto;
}
.module-quick .quick-form, .module-static .static-form {
    /* display: block; */
}
/*login 导航*/

.login_nav .cur {
    border-bottom: 3px solid #ffb534;/**#ffb534 #fa7d3c*/
    color: #000;
}
.login_nav{
	width:100%;
	border-bottom: 1px solid #ccc;
    border-bottom-color: rgba(204,204,204,.5);
	
}
.login_nav li{
	float: left;
	cursor: pointer;
	width: 33.33%;
    text-align: center;
	height: 18px;
    line-height: 18px;
    font-size: 16px;
    color: #999999;
    margin-top: 9px;
    padding-bottom: 12px;
    font-weight: 700;
}
.W_icon_rec_txt {
    display: block;
    float: left;
    width: 33px;
    height: 16px;
    line-height: 16px;
    margin-right: 0px;
    border-radius: 3px 3px 0px 3px;
    background: #ffb534;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
}
/*form*/
.static-form {
    position: relative;
}
.login-title {
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    color: #3c3c3c;
    margin-top: 9px;
    padding-bottom: 8px;
    font-weight: 700;
}
.login-form {
	margin-top: 20px;
    font-size: 14px;
    line-height: 48px;
}
.login-form .row {
    margin-bottom: 11px;
    overflow: hidden;
}
.login-form .row .mini-textbox .mini-textbox-border {
    height: 42px;
    border-radius: 4px;
    border: 1px solid #bdbdbd;
}
.login-form .row .mini-textbox .mini-textbox-border input.mini-textbox-input {
    height: 100%;
    padding: 0 10px;
    font-size: 16px;
}
.prompt-sh{
	margin: 0;
    padding: 0;
    height: 25px;
    line-height: 25px;	
}
/*二维码*/
.quick-form{
    padding-bottom: 50px;
}
.qrcode-main {
    position: relative;
    margin-top: 34px;
    height: 200px;
}
.qrcode-img {
    position: absolute;
    left: 75px;
    top: 0;
    z-index: 100;
}
.qrcode-img img {
    vertical-align: top;
	width:200px;
	height:200px;
}
.item {
    display: inline-block;
    text-align: left;
	position: absolute;
    top: 210px;
	left: 75px;
	
}
.item .icon {
    float: left;
    margin-right: 20px;
    margin-top: 4px;
}
.item .web_wechat_login_phone_icon {
    background: url("BsfwtWebappsimagestel.png") no-repeat center center;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    display: inline-block;
}
.item .cont {
    overflow: hidden;
}
.item .title {
    font-weight: 400;
    font-size: 14px;
    color: #353535;
}
.item .desc {
    font-size: 12px;
    color: #353535;
}
/*按钮*/

.loginBtn:hover {
    background-color: #f2ac31;
}
.loginBtn {
    width: 100%;
    height: 100%;
    border: 0;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    line-height: 42px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #ffb534;
    border-radius: 3px;
    cursor: pointer;
    zoom: 1;
	font-size: 20px;
    font-weight: normal;
	text-align:center;
}
.qrcode-mgt{
	margin-top: -10px;
}
.qrcode-login .msg-err {
    width: 200px;
    height: 200px;
    background: rgba(255,255,255,.95);
    position: absolute;
    left: 75px;
    top: 0;
    z-index: 9999;
}
.qrcode-login .msg-err h6 {
    color: #3c3c3c;
    margin-top: 65px;
    margin-bottom: 8px;
    text-align: center;
}
.qrcode-login .msg-err .refresh {
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 0 auto;
    background: #f40;
    display: block;
    color: #fff;
    border-radius: 3px;
}
.forget{
	margin-left:25px;
}

/*企业绑定*/
.corporateInfoBind .label{
  display: inline-block;
  width: 100px;
  text-align: right;
  padding-right: 10px;
  color: #666;
}

.corporateInfoBind div{
  height: 50px;
  line-height: 50px;
}

.corporateInfoBind .xieyi{
  vertical-align: middle;
  color: #ff6b00;
}

.corporateInfoBind .xieyi:hover{
  text-decoration: underline;
}

.corporateInfoBind .loginBtn{
  width: 200px;
  height: 40px;
  font-size: 16px;
}


/*纳税人身份对话框列表*/

#taxpayerListInfo li {
  height: 36px;
  background-color: #f6f6f6;
  border: 1px solid #efeff0;
  line-height: 36px;
  margin: 10px 0;
  list-style: none;
  padding:0 40px;
  text-align: center;
}

#taxpayerListInfo p{
  font-weight: bolder;
  font-size: 14px;
}

#taxpayerListInfo a{
  display: block;
  text-align: center;
  height: 36px;
  line-height: 36px;
  color: #666;
  font-weight: bolder;
  font-size: 14px;
}

#taxpayerListInfo a img{
  vertical-align: middle;
  width:22px;
  padding-right:4px;
}

#taxpayerListInfo a:hover{
  cursor: pointer;
}

#taxpayerListInfo .corporate-bind:hover{
  cursor: pointer;
  background-color: #fff;
}

.option-checked {
  background-color: #fff !important;
  border: 1px solid #1a56a9;
  color: #1a56a9;
  background-image: url(../../images/taxpayerListInfo.gif);
  background-position: right bottom;
  background-repeat: no-repeat;
}

.common_footer{
  line-height:22px;
  color:#999999;
  font-size:12px;
  text-align:center;
  clear: both;
  height:80px;
  overflow: hidden;
  width: 1200px;
  margin:0 auto;
}
.inline-block{
  display: inline-block;
}
.common_footer ul li{
  display: inline-block;
  padding: 0 10px;
}
.common_footer p{
  height:22px;
}

/*检测浏览器版本样式*/
.check-brower{
  padding: 0 10px;
}

.check-brower ul li{
  display: inline-block;
  zoom:1;
  *display:inline;
  padding: 0 10px;
}

.check-brower ul li a,
.check-brower ul li span,
.check-brower p{
  font-size: 15px;
  display: block;
}

.check-brower img{
  width: 80px;
  height: 80px;
}

/*字体图标样式*/
.Captcha-mark {
    position: absolute;
    cursor: pointer;
}

.sprite-index-icon-mark {
    background-position: -40px -44px;
    width: 16px;
    height: 16px;
}

.sprite-index-icon-delete {
    background-position: -22px -44px;
    width: 16px;
    height: 16px;
}

.sprite-index, [class*=sprite-index-] {
    background-image: url('../../images/captchamark.png');
    background-repeat: no-repeat;
}

#yzmID{
    border-width: 1px;
    padding: 0px;
    width: 96%;
    height: 44px;
    font-size: 16px;
    border: 1px solid #BDBDBD;
    border-radius: 4px;
    padding-left: 10px;
}
#yzmpic{
    display: none;
    position: absolute;
    width: 320px;
    height: 138px;
    top: 7px;
    left: 0;
    z-index: 999;
}
#yzmID2{
    border-width: 1px;
    padding: 0px;
    width: 96%;
    height: 44px;
    font-size: 16px;
    border: 1px solid #BDBDBD;
    border-radius: 4px;
    padding-left: 10px;
}
#yzmpic2{
    display: none;
    position: absolute;
    width: 320px;
    height: 138px;
    top: 75px;
    left: 25px;
    z-index: 999;
}

.pic-ico{
    position: absolute;
    width: 30px;
    height: 30px;
    top: 2px;
    left: 267px;
    cursor: pointer;
    background-image: url('../../images/refresh.png');
    background-position: 0 -437px;
    background-size: 34px 471px;
}
.pic-ico:hover{
    background-image: url('../../images/refresh.png');
    background-position: 0 -400px;
    background-size: 34px 471px;
}

#clickTipCaptcha{
    border-radius: 4px;
}
#clickTipCaptcha2{
    border-radius: 4px;
}
