.clear:after {
  content: "";
  display: block;
  clear: both;
}
.fr {
  float: right;
}
.inline-block {
  display: inline-block;
}
.fl {
  float: left;
}
input::-webkit-input-placeholder {
  color: #979eac;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #979eac;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #979eac;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #979eac;
}
.suncnui-carousel-arrow {
  display: none !important;
}
.dot {
  width: 8px;
  height: 8px;
  background: #94d5ff;
  border-radius: 50%;
  background-color: #94d5ff;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dot:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #11a1ff;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 1000ms;
  transition: 0.5s all ease;
  transform: scale(1);
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
  75% {
    transform: scale(3.5);
  }
  78%,
  100% {
    opacity: 0;
  }
}
.word-desc {
  position: absolute;
  left: 30%;
  top: 50%;
/*  cursor: pointer;*/
}
.word-desc:hover .desc {
  display: block;
}
.desc {
  width: 373px;
  padding: 20px 0;
  color: #ffffff;
  font-size: 16px;
  background: url(../../images/logImages/tip-bg.png) no-repeat;
  background-size: 100% 100%;
  padding-left: 30px;
  padding-right: 10px;
  box-sizing: border-box;
  position: absolute;
  left: 25px;
  top: -16px;
  display: block;
}
#banner-content {
  width: 100%;
}
#banner-content .item {
  height: 100%;
  width: 100%;
  background: #fff none no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#banner-content .item1 {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../images/logImages/banner.jpg", sizingMethod="scale");
  background: url('../../images/logImages/banner.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#banner-content .item2 {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://img.tupianzj.com/uploads/Bizhi/xk27_19201.jpg", sizingMethod="scale");
  background: url('../../images/logImages/banner2.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.login-content {
  height: 100%;
  position: relative;
}
.login-div {
  height: 100%;
  width: 490px;
  padding: 33px 70px 45px 70px;
  box-sizing: border-box;
  position: absolute;
  background: url(../../images/logImages/login-bg.png) no-repeat center center;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/login-bg.jpg", sizingMethod="scale");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  right: 0;
  top: 0;
  z-index: 999;
}
.logo {
  position: absolute;
  left: 27px;
  top: 35px;
}
.login-tilte {
  color: #fff;
  text-align: center;
}
.login-tilte img {
  margin-bottom: 10px;
}
.login-tilte h2 {
  font-size: 30px;
}
.login-from-content {
  margin-top: 10%;
}
.login-from-content .suncnui-tab-title li {
  margin-right: 60px;
  padding: 0;
  cursor: pointer;
  color: #fff;
}
.login-from-content .suncnui-tab-title {
  border: none;
}
.login-from-content .suncnui-tab-brief > .suncnui-tab-title .suncnui-this {
  color: #fff;
}
.login-from-content .suncnui-tab-bar {
  display: none;
}
.login-from-content .suncnui-tab-title .suncnui-this:after {
  border: none;
  background: url(../../images/logImages/tab-bg.png) no-repeat center;
  background-size: cover;
  height: 8px;
}
.login-from-content .suncnui-tab-brief[overflow] > .suncnui-tab-title .suncnui-this:after {
  top: 32px;
}
.login-from-content .suncnui-tab-content {
  padding: 0px;
  padding-top: 30px;
}
.login-from-content .login-form-item {
  margin-bottom: 30px;
  height: 53px;
  line-height: 53px;
  border-radius: 5px;
  width: 100%;
  position: relative;
}
.login-from-content .login-form-item label {
  width: 53px;
  height: 53px;
  display: block;
  position: absolute;
  cursor: pointer;
  line-height: 53px;
  text-align: center;
  color: #979eac;
}
.login-from-content .login-form-item label i {
  font-size: 25px;
}
.login-from-content .login-form-item .suncnui-input {
  padding-left: 53px;
  padding-right: 10px;
  background: rgba(16, 26, 49, 0.5);
  line-height: 53px;
  height: 53px;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  display: inline-block;
}
.login-from-content .login-form-item .verification-code {
  width: 30%;
  margin-left: 2%;
  display: inline-block;
  height: 53px;
  text-align: center;
  line-height: 53px;
  color: #ffffff;
  font-size: 14px;
  border-radius: 5px;
  background: rgba(66, 144, 246, 0.5);
  cursor: pointer;
}
.login-from-content .login-form-item .area-code {
  width: 65px;
  height: 53px;
  font-size: 16px;
  line-height: 53px;
  color: #ffffff;
  position: absolute;
  left: 53px;
  top: 0;
  cursor: pointer;
}
.login-from-content .login-form-item .area-code i {
  font-size: 14px;
}
.login-from-content .login-form-item .area-select-list {
  position: absolute;
  left: 0;
  top: 54px;
  width: 100%;
  background: #11234d;
  height: 215px;
  color: #ffffff;
  font-size: 16px;
  padding: 20px 0;
  box-sizing: border-box;
  z-index: 999;
  border-radius: 5px;
  display: none;
}
.login-from-content .login-form-item .area-select-list li {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 10px;
  padding: 0 20px;
}
.login-from-content .login-form-item .area-select-list li:hover {
  background: #0b1d48;
}
.login-from-content .operation {
  padding: 0 5px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.login-from-content .operation span,
.login-from-content .operation a {
  color: #ffffff;
  font-size: 14px;
}
.login-from-content .operation .suncnui-form-checkbox[lay-skin="primary"] {
  height: auto!important;
  line-height: normal!important;
  min-width: 13px;
  min-height: 13px;
  border: none!important;
  margin-right: 0;
  padding-left: 28px;
  padding-right: 0;
  background: none;
}
.login-from-content .operation .suncnui-form-checkbox[lay-skin="primary"] i {
  width: 12px;
  height: 12px;
  line-height: 12px;
  font-size: 10px;
  margin-top: 3px;
}
.login-from-content .login-btn {
  height: 53px;
  color: #ffffff;
  font-size: 21px;
  line-height: 53px;
  text-align: center;
  background: url(../../images/logImages/btn-bg.png) no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
}
.login-from-content .login-btn:hover {
  background: url(../../images/logImages/btn-active.png) no-repeat center;
  background-size: 100% 100%;
}
.login-from-content .dimensional-code {
  height: 216px;
    width: 216px;
    padding: 2px;
    background: #fff;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 35px;
}
.login-from-content .dimensional-code img {
  padding:3px;	
}
.login-from-content .dimensional-tip {
  text-align: center;
}
.login-from-content .dimensional-tip i {
  font-size: 30px;
  color: #ffffff;
  vertical-align: middle;
}
.login-from-content .dimensional-tip .tip {
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  text-align: left;
}
.footer {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 5px;
  left: 0;
}
