html,
button,
input,
select,
textarea {
  font-family: "Microsoft YaHei",微软雅黑, Arial, Geneva, sans-serif;;
  color: #333;
}
html,body {
  background-color: #F9F9F9;
  margin:0;
  padding:0;
  height:100%;
}
.verifyDiv{
  margin-top: 50px;
  color:#fff;
}
#container {
  position:relative; /* needed for footer positioning*/
  margin:0 auto; /* center, not in IE5 */
  width:100%;
  height:auto !important; /* real browsers */
  height:100%; /* IE6: treaded as min-height*/
  min-height:100%; /* real browsers */
  background-image:url(/images/container.jpg);
    background-repeat:no-repeat;
    background-position:center left,bottom;
    background-size:cover;
}
#global-nav {
  background-image:url(/images/logo-ss-tra-102.png),url(/images/grad1.png);
    background-repeat:no-repeat,repeat-x;
    background-position:center left,bottom;
  height: 35px;
  background-color: white;
}

#container a{
  text-decoration: none;
}

#header {
  background-image:url(/images/grad1.png);
    background-repeat:repeat-x;
    background-position:bottom;
  height: 35px;
  background-color: white;
}
.logoHead{
  margin-left:10px;
}

.logoFont{
  color:#fff;
  font:bold 40px "Microsoft YaHei",微软雅黑;
}
.titleArea{
  float: left;
  padding-left:5px;
  color:#fff;
  font: bold 17px "Microsoft YaHei",微软雅黑;
  padding-top: 16px;
}
.titleLogo{
  float: left;
  padding-left:5px;
  color:#fff;
  font: bold 50px "Microsoft YaHei",微软雅黑;
  padding-top: 6px;
}
.headerTitle{
  float: left;
  padding-left:5px;
  color:#fff;
  font: bold 17px "Microsoft YaHei",微软雅黑;
  padding-top: 6px;
}
.txtSlogan{
  clear: both;
  padding-left:10px;
  color:#fff;
  font: 25px "Microsoft YaHei",微软雅黑;
  padding-top: 10px;
}

.showTtl{
  margin-top:50px;
}

.showSysTtl{
  margin-top:1px;
}

#page {
  padding:0.1em 0.1em 10em; /* bottom padding for footer */
}
#page{
  height: auto;
}
/*
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=3.0.2');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=3.0.2') format('embedded-opentype'),
    url('fonts/fontawesome-webfont.woff?v=3.0.2') format('woff'),
    url('fonts/fontawesome-webfont.ttf?v=3.0.2') format('truetype');
  font-weight: normal;
  font-style: normal;
}
*/
ol {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.barBoxStep{
   height:100px;
   width:60%;
   margin: 0 auto; /* div center */
   padding-top:20px;
}
.blue {
  text-decoration:none;
  color: #AEEEEE;
}
.loginDiv{
  width:48%;
  float:right;
  padding:0px 10px 0px 25px;
  border-left:2px solid;
  border-color: blue rgb(25%,35%,45%) #909090 rgba(255,255,255,0.5);
}
.logoDiv{
  padding-left:20px;
  color:#333;
  float:left;
}
.logoCnb{
  float:left;
  color:#fff;
  margin-top:20px;
  padding-left:6px;
}
.logoArea{
  color:#fff;
  margin-top:20px;
  margin-left:10px;
  padding-left:30px;
  font: bold 35px "Microsoft YaHei",微软雅黑;
}
.redLine{
  margin: 0 auto; /* div center */
  height: 10px;
  background: #c93858;
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.boxShadow{
  position: relative;
  margin: 0 auto; /* div center */
  padding:10px;
  box-shadow: 0 0 5px #c7c5c5;
  background: rgba(142,142,142,0.5);
  color:#fff;
  z-index: 100;
}
.usrLeftDiv{
  float:left;
  width:48%;
  height:300px;
  box-shadow: 0 0 5px #c7c5c5;
  background: #fff;
  border: 1px solid #e7e7e7;
  margin-left:10px;
  z-index: 100;
}
.usrRightDiv{
  float:right;
  width:48%;
  height:300px;
  box-shadow: 0 0 5px #c7c5c5;
  background: #fff;
  border: 1px solid #e7e7e7;
  margin-right:10px;
  z-index: 100;
}
.grid-container{
  margin-top:0px;
  padding:10px;
  width:97%;
  height:auto;
}
.grid-container3{
  margin-top:0px;
  padding:10px;
  width:99%;
  height:auto;
}
.authTxt{
  text-align:center;
  color:#fff;
}
.authDv{
  text-align: center;
}
.prfInfo{
  margin-left: 100px;
}
.tb{
    width:100%;
    margin:0;
    padding:5px 4px;
    border:1px solid #ccc;
    box-sizing:border-box;
    border-radius: 2px;
}

.splitLine{
  margin:10px 5px 5px 5px;
  padding-top:1px;
}

.divBorder{
  border: solid 1px #273a4b;
}

 .clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
 }
.clearfix {display: inline-block;}
* html .clearfix { height: 1%;}
.clearfix {display: block;}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.btn-primary {
  padding: 8px 20px;
  background: #c93858;
  color: #fff;
  border-radius: 4px;
  border: none;
  margin-top: 10px;
}
.btn-blue{
  background: #006dac;
}

.btn-gray{
  background: #2f2f2f;
}

.btn-incell {
  font-size: 12px;
  background: #f2f2f2;
  color:#000;
  line-height: 1.2;
  margin-bottom: 10px;
}

.gap{
  margin-left:10px;
}

#footer {
  position:absolute;
  width:100%;
  bottom:0; /* stick to bottom */
  background:url(/images/footer-noise.jpg) repeat-x;
  height: 90px;  /*脚部的高度*/
  z-index: 1;
}
#footer.simple {
  padding-top: 25px;
  padding-bottom: 0px;
}
#footer a,
#footer strong {
  color: #fff;
  text-decoration: none;
}

#footer .footer-icon-links li {
  width: 22%;
  margin-left: 11%;
  float: left;
}

#footer .footer-icon-links li a {
  display: block;
  line-height: inherit;
  font-size: 18px;
  float: left;
  position: relative;
  width: auto;
  text-align: left;
  padding-left: 10px;
}

#footer .footer-icon-links li a:before {
  position: absolute;
  left: -35px;
  top: 10px;
  font-size: 2em;
  color: #4d4d4d;
  text-shadow: 0 -1px 0 #000000;
}

#footer .footer-icon-links li small {
  display: block;
  font-size: 14px;
  color: #777;
  line-height: 120%;
}

#footer .footer-icon-links li:hover a:before {
  color: #d1d1d1;
}

.multiplebgs.cssgradients footer {
  background-image: -webkit-linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.0)), url(/images/footer-noise.jpg); /* Chrome 10+, Saf6 */
  background-image: linear-gradient(to bottom, rgba(0,0,0,.3), rgba(0,0,0,0)), url(/images/footer-noise.jpg); /* Firefox 16+, IE 10+, Opera 12.50+ */
  background-repeat: repeat-x, repeat;
  background-size: 100px 15px, 140px 140px;
}

.no-multiplebgs footer, .no-cssgradients footer {
  background-image: url(/images/footer-noise.jpg);
  background-repeat: repeat;
}

#footer h3 {
  color: #777;
  letter-spacing: normal;
  text-transform: uppercase;
  text-shadow: #000 0 1px 0;
  border: solid 1px #000;
  text-rendering: optimizeLegibility;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  position: relative;
  text-align: center;
  height: 10px;
  margin-top: 20px;
  font-size: 16px;
}

#footer h3 span {
  display: inline-block;
  padding: 3px 10px;
  position: relative;
  top: -0.8em;
  background: url(/images/footer-noise.jpg) repeat #212121;
  z-index: 1;
}

#footer h3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: solid 1px #333;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
}

.footer-site-links {
  float: right;
  padding: 10px 0 0 0;
  width: 58%;
  text-align: right;
  margin: 0 0 1em;
}

#footer p.copyright {
  margin: 10px 0 0 0;
  float: left;
  width: 40%;
  font-size: 17px;
  line-height: 130%;
  color: #777;
}

#footer p.copyright a {
  color: #aaa;
}

#footer p.copyright a:hover {
  color: #fff;
}

#footer p.copyright span.sponsor-line {
  display: block;
  font-size: 10px;
  margin-top: 1em;
}

.footer-site-links li {
  position: relative;
  background: none;
  width: auto;
  height: auto;
  line-height: 20px;
  margin: 0 0 10px 20px;
  font-size: 13px;
}

.footer-site-links li:first-child {
  margin-left: 0;
}

.footer-site-links li a {
  position: relative;
  color: #aaa;
  display: block;
  padding-left: 30px;
  width: auto;
  line-height: inherit;
}

.footer-site-links li a:before {
  position: absolute;
  font-size: 1.5em;
  color: #4d4d4d;
  text-shadow: 0 -1px 0 #000000;
  left: 2px;
}

.footer-site-links li:hover a,
.footer-site-links li:hover a:before {
  color: #e6e6e6;
}

.footer-site-links li {
  display: inline-block;
}

#footer ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 30px;
}
.constrain {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.lte8 .constrain {
  max-width: 1198px; /* Accomodate for padding + 1px border */
}
#footer #legal {
  margin-top: 0.7em;
  border-top: solid 1px #333;
  box-shadow: #000 0 -1px 0;
}

.clearBoth{
  display: block;
  clear:both;
}


.btn-gray{
  background:#a5a6aa;
  cursor: default;
}

.signLabel{
  display:inline-block;
  width:70px;
}

.signButton{
  display: block;
  margin-top:10px;
  width:310px;
  height:47px;
  color:white;
  cursor: pointer;
  font-size:18px;
  background:#c93858;
  border: none;
  border-radius: 2px;
  text-align:center;
  line-height: 45px;
  text-decoration:none;
}

.loginLabel{
  display:inline-block;
  width:65px;
}

.loginInput{
  display:inline-block;
  margin:0;
  border:1px solid #ccc;
  box-sizing:border-box;
  border-radius: 2px;
  width:240px;
  padding:10px 10px;
}

.vefiryCodeInput{
  display:inline-block;
  margin:0;
  border:1px solid #ccc;
  box-sizing:border-box;
  border-radius: 2px;
  width:135px;
  padding:10px 10px;
}

#canvas{
  display: inline-block;
  background: rgb(250, 255, 189);
  width: 100px;
  height:37px;
  border:1px solid #ccc;
  border-radius: 2px;
  cursor: pointer;
}

.signInput{
  width:310px;
  padding:10px 10px;
}
.signCheck{
  width:310px;
}
.leftBtn{
  float:left;
  margin:10px;
}

.rightBtn{
  margin:10px;
  float:right;
}

.frm_radio_label, .frm_checkbox_label {
    display: inline-block;
    text-align: left;
    cursor: pointer;
    margin-right: 1em;
}
.icon_checkbox{
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url('/images/uncheck-box.png');
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-right: 5px;
  vertical-align:middle;
  cursor: pointer;
}

.icon_checkedbox{
  background-image: url('/images/checked-box.png');
  cursor: pointer;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
.frm_checkbox {
    position: absolute;
    left: -999em;
}

.checkLabel{
  cursor:pointer;
}

@media only screen and (max-width: 1920px) {
  .showTtl{margin-top:120px !important;}
}

@media only screen and (max-width: 1600px) {
  .showTtl{margin-top:60px !important;}
}

/* test */
@media only screen and (max-width: 900px) {
  .ui-step-cont-text{display:none;}
}
@media only screen and (max-width: 807px) {
  .showTtl{margin-top:-30px !important;}
  .redLine{width: 72.7% !important;}
  .boxShadow{width: 70% !important;}
  .signButton{width: 200px !important;height:50% !important;}
  .alertMsg{width: 70% !important;}
  #container input{width: 200px !important;}
  #container p{width: 200px !important;}
  .footer-site-links{display:none;}
  #footer p.copyright {clear: both !important; width: 100% !important;}
  .ui-step-cont-text{display:none;}
}

@media only screen and (max-width: 767px) {
  .showTtl{margin-top:-30px !important;}
  .redLine{width: 62.9% !important;}
  .boxShadow{width: 60% !important;}
  .signButton{width: 130px !important;height:50% !important;}
  .alertMsg{width: 50% !important;}
  #container input{width: 130px !important;}
  #container p{width: 130px !important;}
  .footer-site-links{display:none;}
  #footer p.copyright {clear: both !important; width: 100% !important;}
  .ui-step-cont-text{display:none;}
}

@media only screen and (max-width: 680px) {
  .showTtl{margin-top:-30px !important;}
  .redLine{width: 58.5% !important;}
  .boxShadow{width: 55% !important;}
  .signButton{width: 100px !important;height:50% !important;}
  .alertMsg{width: 50% !important;}
  #container input{width: 100px !important;}
  #container p{width: 100px !important;}
  .footer-site-links{display:none;}
  #footer p.copyright {clear: both !important; width: 100% !important;}
  .ui-step-cont-text{display:none;}
  #btnMwsLgnLast3{margin-left:0px;margin-top:5px;}
}

@media only screen and (max-width: 600px) {
  .redLine{width: 54.2% !important;}
  .boxShadow{width: 50% !important;}
  .logoDiv{display:none;}
  .signButton{width: 80px !important;height:50% !important;}
  .alertMsg{width: 50% !important;}
  #container label{width: 50px !important;}
  #container input{width: 80px !important;}
  #container p{width: 80px !important;}
  .footer-site-links{display:none;}
  #footer p.copyright {clear: both !important; width: 100% !important;}
  .ui-step-cont-text{display:none;}
  #btnMwsLgnLast3{margin-left:0px;margin-top:5px;}
}

/* process circle */
.spinner{ /*半透明蓝色的圆弧，形成进度条的背景，透明的半圆弧和蓝色的半圆弧交替旋转构成进度条*/
    font-size: 60px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    box-shadow:inset 0 0 0 .1em #3aa8ed;
}
.spinner i {  /*创造了一个透明矩形的一半*/
    position:absolute;
    width:1em;
    height:1em;
    clip: rect(0, 1em, 1em, .5em);
    animation: spinner-circle-clipper 2s ease-in-out infinite;
}
@keyframes spinner-circle-clipper {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(180deg);
    }
}
.spinner i:after { /*蓝色的半圆弧*/
    position:absolute;
    clip: rect(0, 1em, 1em, .5em);
    width:1em;
    height:1em;
    content: '';
    animation: spinner-circle 2s ease-in-out infinite;
    border-radius: 50%;
    box-shadow:inset 0 0 0 .1em #c93858;
}
@keyframes spinner-circle {
    0% {
        transform: rotate(-180deg);
    }

    100% {
        transform: rotate(180deg);
    }
}
/*
#bigBtn>a>span>span.l-btn-text {
    width: 48px;
    line-height: 48px;
}*/

#bigBtn>a {
    background-color: #c93858;
}

#bigBtn>a>span>span.l-btn-text {
    line-height: 48px;
    font-size: 18px;
    font-weight: bold;
}

#bigBtn>a>span>span.l-btn-icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    top: 0;
    margin-top: 2px;
}

#bigBtn>a[iconcls="icon-ok"]>span:after {
    font-size: 28px;
    font-weight: bold;
}
