* {
			margin: 0;
			padding: 0;
		}

		.titie_img {
			width: 100%;
			margin: auto;
		}

		.titie_text {
			position: relative;
		}

		.titie_text img {
			width: 100%;
			height: 600px;
		}

		.titie_size {
			position: absolute;
			bottom: 0;
			top: 30%;
			left: 10%;
			right: 0;
			color: black;
			/* font-weight: bold; */
			font-size: 30px;
		}

		.run {
			
			width: 80%;
			margin: auto;
			margin-top: 50px;
			margin-bottom: 100px;
			display: flex;
			/* justify-content: space-between; */
		}

		.run_width {
			width: 50%;
		}

		.run_titie {
			border-top: 4px solid #4272B4;
			width: 20%;
			margin-bottom: 5px;
		}

		.run_font {
			font-weight: bold;
			font-size: 14px;
		}

		.run_sizei {
			font-size: 28px;
			margin-top: 70px;
			font-weight: bold;
		}

		.run_wei {
			font-size: 16px;
			font-weight: bold;
			margin-top: 70px;
			margin-bottom: 10px;
		}

		.run_bor {
			/* border: 1px solid red; */
			margin-bottom: 20px;
			margin-right: 20px;
		}
		.zixun{
			width: 180px;
			height: 40px;
			line-height: 40px;
			background-color: #000000;
			color: #ffffff;
			margin-bottom: 5000rpx;
			margin: auto;
			text-align: center;
			border-radius: 80px;
			font-size: 14px;
			
		}
		.form{
			width: 360px;
			height: 500px;
			background-color: #000000;
			margin: auto;
			margin-top: 70px;
			border-radius: 15px;
			color: #DCDCDC;
			font-size: 12px;
		}
		.form_wiht{
			width: 90%;
			margin: auto;
			text-align: center;
		}
		.form_titie{
			margin: 20px 0;
		}
		.form_bor{
			width: 310px;
			height: 1px;
			background-color: #DCDCDC;
			margin: auto;
		}
		.form_form{
			margin: 5px 20px;
		}
		.form_form input{
			height: 30px;
			width: 300px;
			margin-top: 15px;
			border-radius: 80px;
			padding-left: 15px;
		}
		input{
			border: none;
			outline:none;
		}
		textarea{
			outline:none;
			border: none;
		}