﻿/* login */

.hd {
  background: #FFF;
}

.web-title a {
  color: #777;
}

.hd .hd-item {
  float: right;
  margin-top: 35px;
  color: #000;
  font-size: 1.4em;
  font-family: 'Microsoft YaHei', sans-serif;
}

.hd .hd-item:hover {
  color: #4285F4;
  border-bottom: 1px solid #4285F4;
}

/* fujian diff */
.hd .hd-item.fj-tips {
  width: 350px;
  color: #FF4400;
}

.hd .hd-item.fj-tips:hover {
  border-bottom: 0 none;
  color: #FF4400;
}

.ft {
  background-color: #FAFAFA;
}

.bd {
  background: #FFF none repeat scroll 0 0;
}

.login {
  position: relative;
  width: 100%;
  height: 435px;
  margin: 0 auto;
}

.banner-slider {
  position: absolute;
  width: 100%;
  height: 435px;
}

.banner-slider .nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
}

.banner-slider .nav ul li {
  display: inline-block;
  margin: 0 4px;
  width: 10px;
  height: 10px;
  border: 2px solid #FFF;
  border-radius: 5px;
  text-indent: -999em;
}

.banner-slider .nav ul li.on {
  background: #FFF;
}

.banner-slider .slides ul li {
  height: 435px;
}

.login.fj .banner-slider .slides .slide-1 {
  background: url("../images/banner_fj_1.jpg") no-repeat center center #FFF;
}

.login.fj .banner-slider .slides .slide-2 {
  background: url("../images/banner_fj_2.jpg") no-repeat center center #FFF;
}

.login.gx {
  background: url("../images/banner_gx.jpg") no-repeat center center #4285F4;
}

.login.gx .banner-slider .slides .slide-1 {
  background: url("../images/banner_gx_1.jpg") no-repeat center center #FFF;
}

.login.gx .banner-slider .slides .slide-2 {
  background: url("../images/banner_gx_2.jpg") no-repeat center center #FFF;
}

.login.nmg .banner-slider .slides .slide-1 {
  background: url("../images/banner_nmg_1.jpg") no-repeat center center #FFF;
}

.login.nmg .banner-slider .slides .slide-2 {
  background: url("../images/banner_nmg_2.jpg") no-repeat center center #FFF;
}

.login.sh {
  background: url("../images/banner_sh.png") no-repeat center center #4285F4;
}

.login.hb {
  background: url("../images/bannner-hb.jpg") no-repeat center center #4285F4;
}

.login-box {
  position: relative;
  float: right;
  width: 300px;
  height: 435px;
  background: rgba(0,0,0,0.3);
  *display: inline;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#4C000000,endColorstr=#4C000000);
}

.login-box-hd a {
  float: left;
  height: 50px;
  width: 150px;
  background: #FFF;
  background: rgba(255,255,255,0.35);
  color: #FFF;
  font-size: 1.8em;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  *display: inline;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
}

.login-box-hd a.active {
  background: none;
  outline: none;
}

.login-box-hd .icon {
  position: relative;
  top: 3px;
  left: 3px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/icon_status.png) no-repeat 0 -22px;
}

.login-tips-arrow {
  display: none;
  position: absolute;
  top: 40px;
  left: 260px;
  width: 12px;
  height: 6px;
  background: url(../images/icon_status.png) no-repeat -46px -42px;
  z-index: 102;
}

.login-tips {
  display: none;
  position: absolute;
  top: 46px;
  left: 128px;
  width: 280px;
  padding: 10px;
  background: rgba(0,0,0,0.6);
  font-size: 1.4em;
  color: #FFF;
  z-index: 101;
  border-radius: 3px;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#99000000,endColorstr=#99000000);
}

.login-box-bd {
  position: relative;
}

.login-field {
  margin: 0 20px 10px;
  background: #FFF;
  font-size: 1.4em;
}

.login-label {
  float: left;
  width: 80px;
  height: 40px;
  padding-left: 10px;
  line-height: 40px;
  color: #555;
  text-align: right;
}

.login .sf {
  margin-left: 80px;
}

.login .sf.mini-combobox,
.login .sf.mini-textbox {
  margin: 0;
}

.login .sf.mini-password {
  width: 100% !important;
}

.login .sf .mini-buttonedit-border,
.login .sf .mini-textbox-border {
  height: 40px;
  border: 0 none;
}

.login-field .sf .mini-buttonedit-input,
.login-field .sf .mini-textbox-input {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #000;
}

.login-field .sf input[type="text"]:-ms-input-placeholder {
  color: #999;
}

.login-field .sf .mini-buttonedit-button {
  height: 40px;
  border-color: #FFF;
}

.login-field .sf .mini-buttonedit-button .mini-buttonedit-icon {
  margin-top: 7px;
}

.login-field.auth {
  position: relative;
}

.login-field .auth-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 40px;
}

.login-field .auth-pass {
  top: 10px;
  right: 106px;
}

.login-btn,
.login-btn:hover {
  display: block;
  width: 260px;
  height: 36px;
  margin: 30px auto 0;
  border: 0 none !important;
  background: #06D3B4 !important;
  text-align: center;
}

.login-btn:hover {
  background: #02d8b8 !important;
}

.login-btn .mini-button-text {
  background: inherit;
  padding: 0;
  color: #FFF;
  line-height: 36px;
  font-size: 18px;
  letter-spacing: 10px;
}

.ctn-link {
  margin: 24px 20px 0;
}

.login-reg,
.login-forget{
  color: #FFF;
  font-size: 1.2em;
  text-decoration: none;
}

.login-reg:hover,
.login-forget:hover {
  color: #FFF;
  border-bottom: 1px solid #FFF;
}

.login-reg {
  float: left;
}

.login-reg em {
  font-size: 1.2em;
  font-weight: bold;
  font-style: normal;
}

.login-forget {
  float: right;
}

.login-msg-ctn {
  min-height: 56px;
}

.msg {
  margin: 0 20px;
  padding: 16px 0;
  color: #E74C3B;
  line-height: 22px;
}

.msg-icon {
  float: left;
  padding: 1px 5px 0 0;
  font-size: 2em;
}

.msg-item {
  font-size: 1.2em;
}

.seperator {
  height: 28px;
  margin-top: 55px;
  background: url("../images/seperator.png") no-repeat center center transparent;
}

.biz {
  margin: 70px 0;
}

.biz .ctn {
  width: 900px;
}

.biz-item {
  float: left;
  width: 33.33%;
  margin-bottom:15px;
  height : 265px;
}

.biz .icon {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  background: url("../images/biz.png") no-repeat 0 0 transparent;
}

.tax-inq .icon {
  background-position: 0 0;
}

.self-dec .icon {
  background-position: -653px 0;
}

.income-dec .icon {
  background-position: -260px 0;
}

.sew-dec .icon {
  background-position: -390px 0;
}

.pay-tax .icon {
  background-position: -130px 0;
}

.dkfp .icon {
  background-position: -519px 0;
}

.biz h3 {
  margin: 20px 0;
  font-size: 1.6em;
  color: #333;
  text-align: center;
}

.biz p {
  padding: 0 30px;
  font-size: 1.4em;
  color: #666;
  text-align: center;
}

.help-ctn {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 1000;
}

.help-ctn .icon {
  display: inline-block;
  float: right;
  clear: right;
  width: 40px;
  height: 40px;
  background-color: rgba(34,34,34,0.6);
  z-index: 1001;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#99222222,endColorstr=#99222222);
}

.help-ctn .icon i {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../images/help.png) no-repeat;
}

.help-ctn .icon i.help {
  background-position: 0 0;
}

.help-ctn .icon i.question {
  border-top: 1px solid #333;
  background-position: 0 -40px;
}

.help-ctn .item {
  float: right;
  width: 0;
  background-color: rgba(0,0,0,0.6);
  font-size: 1.4em;
  text-align: center;
  line-height: 40px;
  color: #FFF;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1001;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#99000000,endColorstr=#99000000);
}

.warn-ctn {
    padding: 10px 20px;
    font-size: 1.2em;
}

.warn-ctn .icon {
    float: left;
    display: block;
    width: 50px;
    height: 50px;
    background: url(../../images/mini-icons.png) no-repeat -26px 0;
}

.warn-ctn p {
    margin-left: 70px;
    line-height: 2;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

[class^="glyphicon-"]:before,[class*=" glyphicon-"]:before{text-decoration:inherit;display:inline-block;speak:none;}

 

.glyphicon-icon {
  float: left;
  padding: 1px 5px 0 0;
  font-size: 2em;
}

.msg-item {
  font-size: 1.2em;
}

