﻿@charset "utf-8";

/* CSS Document */
/* 全局常用设置 */
* {
	word-wrap: break-word;
	word-break: break-all;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

ol,
ul,
li {
	list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

a img {
	border: 0px;
}

a {
	color: #444;
	text-decoration: none
}

a:hover {
	color: #0068b7;
	text-decoration: none
}

body {
	font-size: 14px;
	background: #d1d1d1;
	overflow-x: hidden;
	width: 100%;
	font-family: "Microsoft Yahei"
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
	outline: none;
}

/*--基础数据--*/
.pull-left {
	float: left !important;
}

.pull-right {
	float: right !important;
}

.cl {
	clear: both;
}

/*--基础数据--*/
.login {
	position: relative;
	width: 100%;
	height: 100vh;
}

.login .right-bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
	background: #a00114;
	/* 关键：左侧斜切 */
	clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}

/* 登录表单容器 */
.login .login-form {
	position: absolute;
	top: 50%;
	right: 12%;
	transform: translateY(-50%);
	width: 80%;
	left: 10%;
	display: flex;
	box-shadow: 29px -1px 25px rgba(0, 0, 0, 0.2);
}

.login .login-form .left {
	width: 40%;
	padding: 75px 0 0 10%;
	float: left;
}

.login .login-form .right {
	width: 50%;
	float: left;
}

/* 表单标签 */
.login .login-form .right form {
	margin-top: 15%;
	width: 400px;
	margin-left: 14%;

}

.login .login-form .right .form-label {
	color: #e9e9e9;
	font-size: 14px;
	margin-bottom: 13px;
	display: block;
	letter-spacing: 2px;
	padding-left: 8px;
}

/* 输入框容器 */
.login  .input-group {
	position: relative;
	margin-bottom: 29px;
}
.login  .input-group .bk_bg{
	background-color: #d1d1d1;
	width: 100%;
	height: 39px;
	border-bottom-right-radius: 7px;
	border-top-right-radius: 7px;
	border-left:4px solid #c30d23;
	display: flex;
	padding-top: 20px;
}
/* 输入框样式 */
.login .form-input {
	width: calc(100% - 57px);
	height: 20px;
	padding: 0 16px 0 8px;
	background: #d1d1d1;
	border: none;
	border-bottom-right-radius: 7px;
	border-top-right-radius: 7px;
	font-size: 14px;
	color: #666;
	outline: none;
	border-left: 1px solid #747474;
	letter-spacing: 2px;
}
.login .form-input::placeholder{
	font-size: 10px;
	color: #b0b0b0;
	letter-spacing: 3px;
}
.login .bk_bg  .icon01{
	display: inline-block;
	width:13px ;
	height: 16px;
	background-image: url(../images/icon02.png);
	background-size: 100% 100%;
	vertical-align: middle;
	margin-left: 32px;
	margin-right: 12px;
}
.login .bk_bg  .icon02{
	display: inline-block;
	width:13px ;
	height: 16px;
	background-image: url(../images/icon01.png);
	background-size: 100% 100%;
	vertical-align: middle;
	margin-left: 32px;
	margin-right: 12px;
}
.login .bk_bg  .icon03{
	display: inline-block;
	width:14px ;
	height: 12px;
	background-image: url(../images/icon05.png);
	background-size: 100% 100%;
	vertical-align: middle;
	margin-left: 32px;
	margin-right: 12px;
  margin-top: 4px;
}
.login .fasong{
  display: inline-block;
  margin-left: 10px;
  width: calc(40% - 20px);
  float: left;
  background-color: #d1d1d1;
  text-align: center;
  height: 60px;
  border-radius: 7px;
  line-height: 58px;
}
.login .fasong button{
  background-color: transparent;
  border: none;
  letter-spacing: 4px;
  color: #666;
  padding-left: 4px;
}
/* 输入框左侧红色竖线 */

/* 登录按钮 */
.login-btn {
	width: 100%;
	height: 61px;
	background: #c4c2c2;
	border: none;
	border-radius: 7px;
	font-size: 14px;
	color: #424141;
	font-weight: 500;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	transition: background 0.2s;
	letter-spacing: 4px;
	line-height: 58px;
}

.login-btn:hover {
	background: #b8b8b8;
}
.normal_top{
	width: 100%;
	height: 110px;
	background-color: #f0f0f0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid #767676;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}
.normal_top .btn_left{
	position: absolute;
	left:2%;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: 4px;
	font-size: 12px;
	color: #444444;
}
.normal_top .icon03{
	display: inline-block;
	width:11px ;
	height: 16px;
	background-image: url(../images/icon03.png);
	background-size: 100% 100%;
	vertical-align: middle;
	margin-left: 32px;
	margin-right: 12px;
	margin-top: -1px;
}
.content{
	padding-top:170px ;
}
.zhengji_list ul{
	margin: 0 20% 0 20%;
}
.zhengji_list li{
   width: calc(100% - 38px);
   height: 178px;
   border: 1px solid #7e7e7e;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
   background-color: #f0f0f0;
   padding:19px ;
}
.zhengji_list li .left{
	width: calc(100% - 373px);
	float: left;
	padding-left: 64px;
}
.zhengji_list li .left h1{
	font-size: 14px;
	letter-spacing: 3px;
	line-height: 28px;
	margin-top: 28px;
	color: #333333;
}
.zhengji_list li .left h1 a{
	color: #333333;
}
.zhengji_list li .left h1 a:hover{
	color: #666;
}
.zhengji_list li .left h2 {
	margin-top: 22px;
}
.zhengji_list li .left h2 .time{
	background-color:#e5e5e5 ;
	width: 294px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #bbbbbb;
	border-radius: 8px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 2px;
	color: #333333;
}
.zhengji_list li .right{
	float: left;
	width: 242px;
	height: 169px;
	border: 1px solid #7e7e7e;
	overflow: hidden;
	border-radius:5px ;
	margin-left: 65px;
}
.zhengji_list li .right img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.zhengji_detail{
   width: 1012px;
   border: 1px solid #7e7e7e;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
   background-color: #f0f0f0;
   padding:80px 94px 100px 94px;
   margin: 0 auto;
   margin-bottom: 170px;
}
.zhengji_detail h1{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	letter-spacing: 3px;
	padding: 0 10px;
}
.zhengji_detail .time{
	font-size: 12px;
	color: #999;
	letter-spacing: 1px;
	margin-top: 16px;
	padding: 0 10px;
}
.zhengji_detail .con{
	font-size: 14px;
	color: #666;
	letter-spacing: 2px;
	margin-top: 22px;
	margin-top: 16px;
	border-top: 1px solid #767676;
	padding: 40px 10px 0 10px;
	text-align: justify;
	
}
.zhengji_detail .con img{
	max-width: 100%;
	height: auto
}
.zhengji_bottom{
	width: 100%;
	height: 110px;
	background-color: #f0f0f0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	border-top: 1px solid #767676;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
}
.zhengji_bottom ul{
	width: 1200px;
	margin: 40px auto 0 auto;
	position: relative;
}
.zhengji_bottom ul .left input[type="checkbox"]{
	margin-right: 10px;
	margin-top: -1px;
	vertical-align: middle;
}
.zhengji_bottom ul .left{
	color: #666;
	font-size: 14px;
	letter-spacing: 4px;

}
.zhengji_bottom ul .left span{
	color: #3563b8;
	border-bottom: 1px solid #3563b8;
	cursor: pointer;
}
.zhengji_bottom .right{
	position: absolute;
	right: 0;
	top: -13px;
	display: inline-block;
}
.zhengji_bottom .btn_tougao{
	display: inline-block;
	background-color: #3563b8;
	width: 212px;
	height: 50px;
	line-height: 48px;
	border-radius: 7px;
	text-align: center;
	color: f1f1f1;
	padding-left: 4px;
	color: #f1f1f1;
	letter-spacing: 4px;
}
.pop_bg_zhengji{
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0;
	top: 0;
	z-index:5;
}
.pop_bg_zhengji .pop_content{
	width: 1200px;
	height:60vh;
	background-color: #f1f1f1;
	position: absolute;
	left: 50%;
	top: calc(50% - 32px);
	transform: translate(-50%, -50%);
	z-index: 100;
	border: 1px solid #333;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	border-radius: 7px;
}
.pop_bg_zhengji .pop_content h1{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	letter-spacing: 4px;
	padding: 0 10px 0 14px;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #767676;
	padding-bottom: 30px;
	margin: 40px 70px 0 70px;
}
.pop_bg_zhengji .pop_content .con{
	padding: 0px 10px 0px 10px;
	text-align: justify;
	color: #333;
	margin-top: 40px;
	
	margin:30px 70px 30px 70px ;
	font-size: 14px;
	height: 356px;
	overflow: hidden;
	overflow-y: auto;
}
.pop_bg_zhengji .pop_content .btn{
	text-align: center;
}
.pop_bg_zhengji .pop_content .btn_tongyi{
    background-color: #3563b8;
	display: inline-block;
	width: 300px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 4px;
	color: #fff;
	border-radius: 8px;
	cursor: pointer;

}
.fabu{
   width: 600px;
   border: 1px solid #7e7e7e;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
   background-color: #f0f0f0;
   padding:80px 94px 100px 94px;
   margin: 0 auto;
   margin-bottom: 170px;
  
}
.fabu .form_list{

   width: 100%;
}
.fabu .form_list .form_item{
  display: flex;
  width:calc(100% - 30px);
  padding: 20px 15px 22px 15px;
}
.fabu .form_list .form_item:nth-child(even){
	background-color: #dedede;
	padding: 20px 15px 22px 15px;
}
.fabu .form_list label{
  display: inline-block;
  text-align: right;
  width: 90px;
  font-size: 14px;
  letter-spacing: 4px;
  color: #333333;
  margin-right: 20px;
  vertical-align: middle;
   line-height: 38px;
}
.fabu .form_list input{
  display: inline-block;
  height:20px;
  line-height: 38px;
  border: 1px solid #7e7e7e;
  padding: 10px;
  width: calc(100% - 130px);
  background-color:#f0f0f0 ;
  outline: none;
  letter-spacing: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
   border-radius: 7px;
}
.fabu .form_list input::placeholder{
  color: #999;
  font-size: 12px;
  letter-spacing: 2px;
}
.fabu .form_list select{
  display: inline-block;
  height:40px;
  line-height: 38px;
  border: 1px solid #7e7e7e;
  padding: 10px;
  width: calc(100% - 110px);
  background-color:#f0f0f0 ;
  outline: none;
  letter-spacing: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
   border-radius: 7px;
}
.fabu .form_list .upload-area {
  width: calc(100% - 110px);
}
.fabu .form_list .file-input {
  display: none;
}
.fabu .form_list .upload-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width:100px;
  height: 40px;
  border-radius: 8px;
  background-color: #3563b8;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  font-size: 14px;
  color: #f1f1f1;
}
.fabu .form_list .upload-btn:hover {
  border-color: #f1f1f1;
  background-color: #3563b8;
}
.fabu .form_list .upload-btn .upload-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url('../images/icon01.png');
  background-size: 100% 100%;
  margin-bottom: 10px;
}
.fabu .form_list .upload-btn span {
  font-size: 14px;
  color: #666;
  letter-spacing: 2px;
}
.fabu .form_list .upload-tip {
  font-size: 12px;
  color: #999;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.fabu .form_list .file-list {
  max-height: 200px;
  overflow-y: auto;
}
.fabu .form_list .file-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  margin-bottom: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.fabu .form_list .file-item .file-info {
  display: flex;
  align-items: center;
  flex: 1;
}
.fabu .form_list .file-item .file-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #3563b8;
  border-radius: 4px;
  margin-right: 12px;
  position: relative;
}
.fabu .form_list .file-item .file-icon::before {
  content: '文件';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
  color: #fff;
  text-align: center;
}
.fabu .form_list .file-item .file-name {
  font-size: 13px;
  color: #333;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
}
.fabu .form_list .file-item .file-size {
  font-size: 12px;
  color: #999;
  margin-left: 15px;
}
.fabu .form_list .file-item .file-actions {
  display: flex;
  align-items: center;
}
.fabu .form_list .file-item .progress-bar {
  width: 100px;
  height: 6px;
  background-color: #e0e0e0;
  border-radius: 3px;
  overflow: hidden;
  margin-right: 10px;
}
.fabu .form_list .file-item .progress-fill {
  height: 100%;
  background-color: #3563b8;
  border-radius: 3px;
  transition: width 0.3s ease;
}
.fabu .form_list .file-item .status-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.fabu .form_list .file-item .status-success {
  background-color: #4caf50;
  border-radius: 50%;
}
.fabu .form_list .file-item .btn-delete {
  display: inline-block;
  padding: 5px 12px;
  background-color: #e53935;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s;
}
.fabu .form_list .file-item .btn-delete:hover {
  background-color: #c62828;
}
.fabu .form_list .upload-btn.dragover {
  border-color: #3563b8;
  background-color: #e3f2fd;
}

.fabu .form_list textarea{
  display: inline-block;
  height:150px;
  line-height: 38px;
  border: 1px solid #7e7e7e;
  padding: 10px;
  width: calc(100% - 130px);
  background-color:#f0f0f0 ;
  outline: none;
  letter-spacing: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
   border-radius: 7px;
   font-family: "微软雅黑";
}

/* 图片上传样式 */
.fabu .photo_work {
  width: 100%;
  border-top: 2px solid #999;
  padding-top:20px;
  border-bottom: 2px solid #999;
}
.fabu .photo_work  .form_item{
	background-color: transparent !important;
}
.fabu .photo_work:nth-child(even){
	background-color: #dedede;
}
.fabu .photo_work label {
  display: inline-block;
  text-align: right;
  width: 90px;
  font-size: 14px;
  letter-spacing: 4px;
  color: #333333;
  margin-right: 20px;
  vertical-align: middle;
  line-height: 38px;
}

.fabu .photo_work .photo-upload-area {
  width: calc(100% - 110px);
}

.fabu .photo_work .photo-input {
  display: none;
}

.fabu .photo_work .photo-upload-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width:120px;
  height: 120px;
  border: 1px dashed #999;
  border-radius: 8px;
  background-color: #f0f0f0;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.fabu .photo_work .photo-upload-btn:hover {
  border-color: #3563b8;
  background-color: #f0f5ff;
}

.fabu .photo_work .photo-upload-btn .photo-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url('../images/icon04.png');
  background-size: 100% 100%;
  margin-bottom: 10px;
}

.fabu .photo_work .photo-upload-btn span {
  font-size: 12px;
  color: #666;
  letter-spacing: 2px;
}

.fabu .photo_work .photo-tip {
  font-size: 12px;
  color: #999;
  letter-spacing: 1px;
  margin-top: 5px;
}

.fabu .photo_work .photo-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.fabu .photo_work .photo-item {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.fabu .photo_work .photo-item .photo-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fabu .photo_work .photo-item .photo-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  padding: 15px 10px 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.fabu .photo_work .photo-item:hover .photo-overlay {
  opacity: 1;
}

.fabu .photo_work .photo-item .photo-name {
  display: block;
  font-size: 11px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
}

.fabu .photo_work .photo-item .btn-photo-delete {
  display: inline-block;
  padding: 4px 10px;
  background-color: #e53935;
  color: #fff;
  font-size: 11px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s;
}

.fabu .photo_work .photo-item .btn-photo-delete:hover {
  background-color: #c62828;
}

.fabu .photo_work .photo-upload-btn.dragover {
  border-color: #3563b8;
  background-color: #e3f2fd;
}

/* 视频上传样式 */
.fabu .video_work {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.fabu .video_work .form_item {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}

.fabu .video_work .form_item label {
  display: inline-block;
  text-align: right;
  width: 90px;
  font-size: 14px;
  letter-spacing: 4px;
  color: #333333;
  margin-right: 20px;
  vertical-align: middle;
  line-height: 38px;
}

.fabu .video_work .video-upload-area {
  width: calc(100% - 110px);
}

.fabu .video_work .video-input {
  display: none;
}

.fabu .video_work .video-upload-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 180px;
  border: 2px dashed #7e7e7e;
  border-radius: 8px;
  background-color: #fafafa;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}

.fabu .video_work .video-upload-btn:hover {
  border-color: #3563b8;
  background-color: #f0f5ff;
}

.fabu .video_work .video-upload-btn .video-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url('../images/icon01.png');
  background-size: 100% 100%;
  margin-bottom: 10px;
}

.fabu .video_work .video-upload-btn span {
  font-size: 14px;
  color: #666;
  letter-spacing: 2px;
}

.fabu .video_work .video-tip {
  font-size: 12px;
  color: #999;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.fabu .video_work .video-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.fabu .video_work .video-item {
  position: relative;
  width: 320px;
  height: 180px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background-color: #000;
}

.fabu .video_work .video-item .video-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

.fabu .video_work .video-item .video-placeholder:hover {
  background: rgba(0, 0, 0, 0.7);
}

.fabu .video_work .video-item .video-placeholder .play-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  margin-bottom: 10px;
  position: relative;
}

.fabu .video_work .video-item .video-placeholder .play-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #3563b8;
}

.fabu .video_work .video-item .video-placeholder .video-name {
  display: block;
  font-size: 12px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 280px;
}

.fabu .video_work .video-item .video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.fabu .video_work .video-item .video-actions-bottom {
  position: absolute;
  bottom: 10px;
  right: 10px;
}



.fabu .video_work .video-item .btn-video-delete {
  display: inline-block;
  padding: 5px 15px;
  background-color: #e53935;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s;
}

.fabu .video_work .video-item .btn-video-delete:hover {
  background-color: #c62828;
}

.fabu .video_work .video-item .video-player {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #000;
}

.fabu .video_work .video-upload-btn.dragover {
  border-color: #3563b8;
  background-color: #e3f2fd;
}

.fabu .video_work textarea{
  display: inline-block;
  height:100px;
  line-height: 38px;
  border: 1px solid #7e7e7e;
  padding: 10px;
  width: calc(100% - 130px);
  background-color:#f0f0f0 ;
  outline: none;
  letter-spacing: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 7px;
  font-family: "微软雅黑";
}

/* 提交按钮样式 */
.fabu .submit-btn {
  width:200px;
  height: 50px;
  background-color: #3563b8;
  border: none;
  border-radius: 7px;
  font-size: 14px;
  color: #fff;
  letter-spacing: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: 0 4px 12px rgba(53, 99, 184, 0.3);
}

.fabu .submit-btn:hover {
  background-color: #2c52a0;
}

.fabu .submit-btn:disabled {
  background-color: #999;
  cursor: not-allowed;
  box-shadow: none;
}
.fabu button{
	display: inline-block;
	width: 240px;
	height: 50px;
	line-height: 46px;
	border: 1px solid #7e7e7e;
	padding: 0;
	background-color:#3563b8 ;
	outline: none;
	letter-spacing: 4px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	border-radius: 7px;
	font-family: "微软雅黑";
	cursor: pointer;
	color: #f1f1f1;
}