body,
html {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  min-width: 1000px;
  min-height: 900px;
}
button:focus,
input:focus,
select:focus {
  outline: 0;
}
input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 15px;
}
input::-moz-input-placeholder {
  color: #ccc;
  font-size: 15px;
}
input::-ms-input-placeholder {
  color: #ccc;
  font-size: 15px;
}
.template-container {
  width: 100%;
  height: 100%;
}
.template-container .tmplate-header {
  width: 100%;
  height: 80px;
  background: #fff;
  position: relative;
}
.template-container .tmplate-header .logo {
  height: 60px;
  display: block;
  position: absolute;
  margin-top: 10px;
  margin-left: 20px;
}
.template-container .tmplate-header .wtitle {
  width: 100%;
  line-height: 76px;
  font-size: 24px;
  text-align: center;
  color: #004097;
}
.template-container .tmplate-header .link {
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 220px;
  margin-top: -45px;
  z-index: 11;
  font-size: 18px;
  color: #666;
}
.template-container .tmplate-header .link .entry {
  cursor: pointer;
}
.template-container .tmplate-header .link .action {
  color: #004097;
}
.template-container .tmplate-header .taimei {
  height: 40px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
}
.template-container .template-content {
  height: calc(100% - 220px);
  overflow: hidden;
  padding: 10px;
  margin: 0 auto;
  border-radius: 5px;
  background-color: #f1f2f3;
  position: relative;
}
.template-container .template-content .main-window {
  position: relative;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-image: url(../images/back.png);
  background-size: 100% 100%;
}
.template-container .template-content .main-window .login-box {
  width: 500px;
  height: 500px;
  position: absolute;
  right: 40px;
  top: 100px;
  z-index: 500;
}
.template-container .template-content .main-window .login-box .logo2 {
  width: 300px;
  display: block;
  margin: 0 auto;
}
.template-container .template-content .main-window .login-box .main-login {
  width: 400px;
  height: 380px;
  margin: 20px auto 0;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.template-container
  .template-content
  .main-window
  .login-box
  .main-login
  .login-title {
  font-size: 18px;
  text-align: center;
  line-height: 80px;
}
.template-container .template-content .main-window .login-box .main-login .tab {
  width: 200px;
  display: flex;
  margin: 0 auto;
}
.template-container
  .template-content
  .main-window
  .login-box
  .main-login
  .tab
  .account-button {
  margin-right: 10px;
  color: #aeb3b8;
  font-size: 16px;
  padding: 3px 0;
  cursor: pointer;
}
.template-container
  .template-content
  .main-window
  .login-box
  .main-login
  .tab
  .mobile-button {
  margin-left: 10px;
  color: #aeb3b8;
  font-size: 16px;
  padding: 3px 0;
  cursor: pointer;
}
.template-container
  .template-content
  .main-window
  .login-box
  .main-login
  .tab
  .active {
  color: #000;
  font-weight: 700;
  border-bottom: 2px #368bd2 solid;
}
.template-container
  .template-content
  .main-window
  .login-box
  .main-login
  .loginBox {
  width: 100%;
  position: relative;
}
.template-container
  .template-content
  .main-window
  .login-box
  .main-login
  .loginBox
  input {
  width: 349px;
  height: 40px;
  line-height: 60px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #d7d7d7;
  display: block;
  margin: 20px auto 0;
  text-indent: 10px;
}
.template-container
  .template-content
  .main-window
  .login-box
  .main-login
  .loginBox
  .loginButton {
  width: 350px;
  height: 40px;
  background: #368bd2;
  border-radius: 4px;
  display: block;
  color: #fff;
  font-size: 14px;
  margin: 20px auto 0;
  border: 0;
}
.template-container
  .template-content
  .main-window
  .login-box
  .main-login
  .loginBox
  .operation {
  width: 350px;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
}
.template-container
  .template-content
  .main-window
  .login-box
  .main-login
  .loginBox
  .operation
  a {
  text-decoration: none;
}
.template-container
  .template-content
  .main-window
  .login-box
  .main-login
  .loginBox
  .register {
  color: #368bd2;
  cursor: pointer;
  font-size: 14px;
}
.template-container
  .template-content
  .main-window
  .login-box
  .main-login
  .loginBox
  .forgetPassword {
  color: #818990;
  cursor: pointer;
  font-size: 14px;
}
.template-container
  .template-content
  .main-window
  .login-box
  .main-login
  .loginBox
  .verificationCode {
  width: 100px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 20px;
  margin-top: -35px;
}
.template-container
  .template-content
  .main-window
  .login-box
  .main-login
  .loginBox
  .verificationCode
  .tree {
  color: #ccc;
}
.template-container
  .template-content
  .main-window
  .login-box
  .main-login
  .loginBox
  .verificationCode
  .verificationCodeTitle {
  color: #368bd2;
  cursor: pointer;
  font-size: 14px;
}
.template-container
  .template-content
  .main-window
  .login-box
  .main-login
  .mobileLogin {
  display: none;
}
.template-container .template-footer {
  width: 100%;
  height: 140px;
  background: #435c71;
}
.template-container .template-footer .content {
  width: 820px;
  height: 140px;
  margin: 0 auto;
}
.template-container .template-footer .content .info {
  padding-top: 10px;
  font-size: 16px;
  color: #fff;
}
.template-container .template-footer .content .info td {
  height: 27px;
}
.template-container .template-footer .content .info .left {
  width: 300px;
}
.template-container .template-footer .content .info .right {
  text-indent: 50px;
}
.template-container .template-footer .content .companyInfo {
  height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #aeb3b8;
  line-height: 24px;
}
