body,
div,
span,
i,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

input {
	border: 0;
	padding: 0;
}


input[type=text]:focus {
	outline: none;
}

.edui-default .edui-toolbar .edui-combox .edui-combox-body,
.edui-default .edui-button-body,
.edui-splitbutton-body,
.edui-menubutton-body,
.edui-combox-body {
	height: 22px !important;
}

.ivu-form-item-content {
	line-height: 26px !important;
}

.edui-editor-iframeholder {
	height: 250px !important;
}

.p_title {
	width: 100%;
	background: linear-gradient(to top, #363e4f, #515a6e);
	height: 50px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
	border-top-left-radius: 20px;
}

.menu_view {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	margin-left: 50%;
	transform: translateX(-50%);
}

.Flex_center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.Flex_sb {
	display: flex;
	justify-content: space-between;
}

.w-e-toolbar .w-e-menu {
	width: 30px;
	height: 30px;
}

.TitleBox {
	width: 100%;
	margin: 25px 0 5px;
}

.TitleBox .Title {
	/* display: inline; */
	font-size: 26px;
	font-weight: bold;
	color: #333;

	span {
		display: inline-block;
		font-size: 26px;
		transform: translateY(-1px);
		margin-right: 5px;
	}
}

.title {
	margin-top: 30px;
	margin-bottom: 14px;
	line-height: 28px;
	font-size: 18px;
	color: #253044;
	font-weight: bolder;
	/* text-align: center; */
}

.attention {
	font-size: 16px;
	color: #253044;
	font-weight: bolder;
	margin: 32px 0 5px;
}

.attention_text {
	line-height: 1.8;
	font-size: 15px;
	color: red;
	padding-left: 23px;
	font-weight: bold;
}

.signature_text {
	width: 100%;
	font-size: 16px;
	background-color: #e0e9ef;
	color: #596f7c;
	padding: 10px 20px !important;
	margin-top: 20px;
}

.urlText {
	line-height: 24px;
	font-size: 14px;
	color: #2d8cf0;
}

.text {
	line-height: 24px;
	font-size: 15px;
	color: #485162;
}

.red {
	color: red;
}

.table {
	margin: 12px 0px 40px;
}

.introduce p {
	line-height: 1.8;
	font-size: 15px;
	color: #485162;
	padding-left: 5px;
	font-weight: bold;
}

.introduceIMG {
	width: 350px;
	margin-left: 50px;
}

.caseIMG {
	width: 100%;
	margin-top: 5px;
}

.btnBox {
	margin-left: 80px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.res {
	font-size: 18px;
	color: #2d8cf0;
	margin-left: 10px;
	font-weight: bold;
}

.stepTitle {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
}

.stepText {
	width: 800px;
	font-size: 16px;
	color: #485162;
	margin-left: 25px;
	margin-bottom: 20px;
	word-wrap: break-word;
}

.baseurl_box {
	width: 100%;
	height: 40px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
	margin-bottom: 10px;
}

.baseurl_box .baseurl_title {
	font-size: 14px;
	color: #777;
}

.baseurl_box .baseurl_input {
	width: 200px;
	font-size: 14px;
}

.testPageBox {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	margin-top: 20px;
}

.lh30 {
	line-height: 40px;
}

.mt20 {
	margin-top: 20px;
}