﻿/* Ling Height*/
/* Line Widget Width */
/* Line Widget Margin */
/* Element Height */
/* Element Height Within Border */
/* Element In Grid Height */
/* Element In Grid Width */
.border-visi {
  border-top: 1px #EEEEEE solid;
  border-left: 1px #EEEEEE solid;
  border-bottom: 1px #E0E0E0 solid;
  border-right: 1px #E0E0E0 solid;
}
.border-visi-re {
  border-bottom: 1px #EEEEEE solid;
  border-right: 1px #EEEEEE solid;
  border-top: 1px #E0E0E0 solid;
  border-left: 1px #E0E0E0 solid;
}
.scale-fade-0 {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.scale-fade-1 {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.transition-on {
  -webkit-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  -ms-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.transition-li {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.anti-aliasing {
  -webkit-transform: scale(0.99999);
  -moz-transform: scale(0.99999);
  -ms-transform: scale(0.99999);
  transform: scale(0.99999);
}
.transition-on-color {
  transition: color ease-in 0.2s;
}
.gradient-bg {
  background-image: -webkit-gradient(linear, top left, bottom left, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.05)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
}
.spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@font-face {
  font-family: 'mailbox';
  /* project id 402809 */
  src: url('//at.alicdn.com/t/font_402809_u1o7c2j2byn.eot');
  src: url('//at.alicdn.com/t/font_402809_u1o7c2j2byn.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_402809_u1o7c2j2byn.woff') format('woff'), url('//at.alicdn.com/t/font_402809_u1o7c2j2byn.ttf') format('truetype'), url('//at.alicdn.com/t/font_402809_u1o7c2j2byn.svg#mailbox') format('svg');
}
* {
  margin: 0;
}
.modal-auth {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 480px;
  width: 800px;
  border-radius: 5px;
  margin-left: -400px;
  background-color: #fff;
  z-index: 99999;
  display: none;
  padding: 40px 40px 0 40px;
  box-sizing: border-box;
}
.modal-auth * {
  box-sizing: border-box;
}
.modal-auth .title {
  margin-bottom: 40px;
}
.modal-auth .error-tips {
  text-align: center;
  color: #e64340;
  line-height: 56px;
  font-size: 17px;
}
.modal-auth .error-tips a {
  color: #e64340;
  text-decoration: underline;
}
.modal-auth .close {
  font-family: mailbox;
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 22px;
  color: #BDBDBD;
  cursor: pointer;
}
.modal-auth .step-box {
  margin-bottom: 30px;
  overflow: hidden;
}
.modal-auth .step-box .step {
  overflow: hidden;
}
.modal-auth .step-box .text {
  float: left;
  width: 515px;
  height: 40px;
}
.modal-auth .step-box .text p {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  float: left;
}
.modal-auth .step-box .btn {
  float: right;
  padding: 0 50px;
  border-radius: 0;
  height: 43px;
  line-height: 43px;
  font-size: 18px;
}
.modal-auth .step-box .btn.disabled {
  background-color: #BDBDBD;
  cursor: not-allowed;
}
.modal-auth .step-box .img-box {
  margin-top: 20px;
  height: 180px;
}
.modal-auth .step-box .img-box img {
  height: 180px;
}
.modal-auth .btn {
  display: inline-block;
  height: 46px;
  background-color: #4489ca;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
}
.modal-auth .btn-group {
  text-align: center;
  padding-top: 10px;
}
.modal-auth .btn-group .btn {
  min-width: 240px;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.modal-auth .btn-group .btn.disabled {
  background-color: #BDBDBD;
  cursor: not-allowed;
}
.mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 88888;
  background-color: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, 0, endColorstr=#99000000, 0);
  display: none;
}
/*# sourceMappingURL=sxmodal.css.map */