html,body{
  width:100%;
  height: 100%;
}
.tpl-imgbox {
  text-align: center;
}
.tpl-imgbox img {
  vertical-align: middle;
  width: 100%;
  max-width: 400px;
}
.tpl-try{
  font-size: 14px;
  color: #b5babf;
}
.tpl-g {
  width: 70%;
  max-width: 800px;
}
.tpl-content-wrapper.xs-active {
  margin-left: 240px;
}
.tpl-content-wrapper.active {
  margin-left: 0;
}
.widget {
  width: 100%;
  min-height: 148px;
  margin-bottom: 20px;
  border-radius: 0;
  position: relative;
}
.widget-body {
  padding: 13px 15px;
  width: 100%;
}
.row-content {
  padding: 20px;
}
.widget-body-md {
  height: 200px;
}
.widget-body-lg {
  min-height: 330px;
}
.tpl-page-state {
  width: 100%;
}
.tpl-page-state-title {
  font-size: 50px;
  line-height: 60px;
  font-weight: bold;
}
.tpl-page-state-content {
  padding: 10px 0;
}
.tpl-table-line-img {
  max-width: 100px;
  padding: 2px;
}
.theme-white {
  /*background: #e9ecf3;*/
  /*垂直居中*/
  display: flex;
  align-items: center;
}
.theme-white .tpl-error-title-info {
  line-height: 30px;
  font-size: 21px;
  margin-top: 20px;
  text-align: center;
  color: #dce2ec;
}
.theme-white .tpl-error-btn {
  background: #03a9f3;
  border: 1px solid #03a9f3;
  border-radius: 30px;
  padding: 6px 20px 8px;
}
.theme-white .tpl-error-content {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  /*text-align: center;*/
  color: #96a2b4;
}
.theme-white .tpl-login-logo {
  background: url(../img/logoa.png) center no-repeat;
}
.theme-white .widget {
  padding: 10px 20px 13px;
  background-color: #fff;
  border-radius: 4px;
  color: #838FA1;
}
@media screen and (max-width: 641px) {
  .theme-white .tpl-error-title{
    font-size: 40px;
    line-height: 50px;
  }
  .tpl-g {
    width: 100%
  }
}
