/* @font-face {
  font-family: Alibaba-PuHuiTi-Regular;
  src: url(../font/Alibaba-PuHuiTi-Regular.ttf);
}
@font-face {
  font-family: Alibaba-PuHuiTi-Medium;
  src: url(../font/Alibaba-PuHuiTi-Medium.ttf);
} */
@font-face {
  font-family: Fearce;
  src: url(../font/Fearce.otf);
}
@font-face {
  font-family: GeoLimb;
  src: url(../font/GeoLimb.ttf);
}
@font-face {
  font-family: Oswald-Regular;
  src: url(../font/Oswald-Regular.ttf);
}
div, body,button,li,ul,p,span,em,img,section,a,header, nav{
  margin: 0;
  padding: 0;
  font-family: Alibaba-PuHuiTi-Regular;
  font-size: 14px;
}
a{
  text-decoration: none;
}
ul,li{
  list-style: none;
}
em,i,u{
    font-style:normal;
}
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}

.page{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-content{
  min-width: 1300px;
  width: 72vw;
  margin: 0 auto;
  padding-bottom: 1px;
}
button{
  background: none;
  border: none;
  display: block;
  cursor: pointer;
}



/* 主内容标题 */
.page-main-title{
  height:229px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page-main-title .en{
  font-size: 30px;
  color: rgba(133, 133, 133, 0.3);
  font-family: Fearce;
  line-height: 35px;
}
.page-main-title .zh{
  font-size: 30px;
  line-height: 35px;
  color: #ffffff;
  font-family: Alibaba-PuHuiTi-Regular;
  margin-bottom: 23px;
}
.page-tie-line{
	width: 50px;
	height: 4px;
	background-image: linear-gradient(89deg, 
		#00462d 0%, 
		#689344 76%, 
		#cfe05b 100%), 
	linear-gradient(0deg, 
		#ffffff 0%, 
		#ebebed 50%, 
		#d8d8da 100%);
	background-blend-mode: normal, 
		normal;
}
/* 白色背景主题颜色 */
.page-main-write-title{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 100px 0 60px;
  
}
.page-main-write-title .en{
  font-family: Fearce;
  color: #f6d7a7;
  font-size: 30px;
  line-height: 30px;
}
.page-main-write-title .zh{
  font-family: Alibaba-PuHuiTi-Regular;
	margin: 5px 0 25px;
  color: #0e0d0d;
  font-size: 30px;
  line-height: 30px;
}
/* 内容标题 */
.page-content-title .en{
  font-family: Fearce;
  font-size: 18px;
  color: #fcd498;
}
.page-content-title .zh{
  font-family: Alibaba-PuHuiTi-Regular;
  font-size: 30px;
  color: #151515;
}
.page-content-title .zh::after{
  content: '';
  width: 50px;
  height: 4px;
  margin-top: 15px;
  background-image: linear-gradient(89deg, #00462d 0%, #689344 76%, #cfe05b 100%), linear-gradient(0deg, #ffffff 0%, #ebebed 50%, #d8d8da 100%);
  background-blend-mode: normal, normal;
  display: block;
}

/* 表单样式 */
.page-form .el-input__inner {
  border: none;
  border-bottom: 1px solid #DCDFE6;
  border-radius: 0;
}
.page-form .el-input__inner:focus {
  border-color:#00462d;
}
.page-form .el-input--prefix .el-input__inner{
  padding-left: 35px;
}
.page-form .el-textarea__inner{
  padding: 5px 32px;
}
.page-form .el-input__prefix{
  display: flex;
  align-items: center;
  left: 0;
}

.page-kong{
  height:80px
}

/* 分页 */
.el-pager li{
  background: none !important;
  font-size: 16px !important;
}
.el-pager li.active{
  text-decoration: underline;
}
.el-pagination button:disabled{
  background: none !important;
}
.el-pagination .btn-prev, .el-pagination .btn-next{
  background: none !important;
}


/* el-empty */
.el-empty{
  height: 400px;
}

.image-slot{
  background: none !important;
}
.el-popover {
  padding: 5px !important;
  min-width: auto !important;
  width: 140px !important;
}