html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  min-width: 1000px;
  min-height: 900px;
}
button:focus,
select:focus,
input:focus {
  outline: none;
}
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 {
  height: 55px;
  width: 100%;
  background: #959251;
  line-height: 55px;
}
.template-container .tmplate-header > div {
  height: 66px;
  display: inline-block;
}
.template-container .tmplate-header > div img {
  vertical-align: middle;
  width: 42px;
}
.template-container .tmplate-header .logo {
  padding-left: 3%;
}
.template-container .tmplate-header .wtitle {
  color: #fff;
  font-size: 20px;
  /*padding-left: 26px;*/
  font-family: PingFangSC-Medium, PingFang SC;
}
.template-container .template-content {
  height: calc(100% - 105px);
  overflow: hidden;
  width: 94%;
  margin: 0 auto;
  border-radius: 5px;
}
.template-container .template-content .template-content-links {
  text-align: right;
  height: 30px;
  line-height: 30px;
}
.template-container .template-content .template-content-links a {
  color: #364049;
  font-size: 14px;
  text-decoration: none;
  padding-right: 15px;
}
.template-container .template-content .template-content-links .h {
  color: #AEB3B8;
}
.template-container .template-content .template-content-main {
  width: 100%;
  border-radius: 5px;
  height: calc(100% - 30px);
  background: var(--backgroundImage);
  background-size: cover;
  background-repeat: no-repeat;
  /*background-position: center;*/
  position: relative;
}
.template-container .template-content .template-content-main .template-form {
  /*height: 98px;*/
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.template-container .template-content .template-content-main .template-form .tmplate-form-menu {
  padding: 10px 20px 0 20px;
  overflow: hidden;
  display: flex;
}
.template-container .template-content .template-content-main .template-form .tmplate-form-menu .l {
  flex: 6;
}
.template-container .template-content .template-content-main .template-form .tmplate-form-menu .l a {
  color: #fff;
  /*font-size: 14px;*/
  font-weight: 300;
  text-decoration: none;
  margin-right: 32px;
  padding: 8px 0;
}
.template-container .template-content .template-content-main .template-form .tmplate-form-menu .l .active {
  border-top: 3px solid #959251;
  font-weight: 500;
}
.template-container .template-content .template-content-main .template-form .tmplate-form-menu .r {
  flex: 1;
  display: flex;
  justify-content: space-between;
  margin-left: -100px;
}
.template-container .template-content .template-content-main .template-form .tmplate-form-menu .r a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  margin-left: 12px;
}
.template-container .template-content .template-content-main .template-form .template-form-input {
  margin-top: 12px;
  padding: 0px 20px 0 20px;
  display: flex;
  position: relative;
}
.template-container .template-content .template-content-main .template-form .template-form-input > input {
  margin-right: 20px;
  flex: 3;
  /*height: 38px;*/
  height: 30px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  padding-left: 9px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.65);
}
.template-container .template-content .template-content-main .template-form .template-form-input button {
  flex: 1;
  height: 34px;
  border-radius: 5px;
  background: #959251;
  border: 0;
  color: #fff;
  font-size: 16px;
}
.template-container .template-content .template-content-main .template-form .template-form-input .template-form-codes {
  position: absolute;
  margin-top: 9px;
  right: 18%;
}
.template-container .template-content .template-content-main .template-form .template-form-input .template-form-codes span {
  color: #ccc;
}
.template-container .template-content .template-content-main .template-form .template-form-input .template-form-codes a {
  color: #364049;
  display: inline-block;
  width: 80px;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
}
.template-container .template-footer {
  color: #B4BEC7;
  font-size: 12px;
  text-align: center;
  line-height: 50px;
  
}
.hide {
  display: none !important;
}
.show {
  display: block;
}
