
@media (min-width: 768px) {
	.box_1{
		padding: 100px 6vw;
		padding-bottom: 171px;
	}
	.swiper_image{
		width: 100%;
		height: auto;
	}
	.list_item{
		padding: 64px 0px;
		border-bottom: 1px solid #666666;
	}
	.span_1{
		font-weight: 500;
		font-size: 24px;
		color: #1A1A1A;
		line-height: 35px;
		text-align: left;
		font-style: normal;
		text-transform: none;
	}
	.item_bottom_span_1{
	    font-size: 16px;
        color: #767676;
        line-height: 23px;
		text-align: left;
		font-style: normal;
		text-transform: none;
		display: flex;
		align-items: center;
	}
	.span_2{
		font-weight: 400;
		font-size: 16px;
		color: #767676;
		line-height: 23px;
		letter-spacing: 1px;
		text-align: left;
		font-style: normal;
		text-transform: none;
		margin-top: 6px;
		display: flex;
		align-items: center;
	}
	.list_item_span_2{
	    font-weight: 400;
		font-size: 16px;
		color: #767676;
		line-height: 28px;
		letter-spacing: 1px;
		text-align: left;
		font-style: normal;
		text-transform: none;
		margin-top: 6px;
		display: flex;
		align-items: center;
	}
	.item_bottom_span_2{
        font-weight: 700;
        font-size: 22px;
        color: #1A1A1A;
        line-height: 41px;
        text-align: left;
        font-style: normal;
        text-transform: none;
	}
	.span_3{
		font-weight: 400;
		font-size: 24px;
		color: #1A1A1A;
		line-height: 24px;
		text-align: left;
		font-style: normal;
		text-transform: none;
		margin-bottom: 40px;
	}
	.span_4{
		font-weight: 500;
		font-size: 24px;
		color: #1A1A1A;
		line-height: 24px;
		text-align: left;
		font-style: normal;
		text-transform: none;
		margin-bottom: 40px;
		margin-top: 56px;
	}
	.submit{
		width: 133px;
		height:40px;
		background-color: #1d3bc3;
		margin-top: 50px;
		color: #fff;
		font-size: 16px;
		text-align: center;
		line-height: 40px;
		user-select: none;
		cursor: pointer;
	}
	.sbumit_meng_form{
    width: 50vw;
    height: 75vh;
    background-color: #fff;
    padding: 25px;
    box-sizing: border-box;
    position: fixed;
    top: 20vh;
    left: 50%;
    transform: translate(-50%); 
    z-index: 10;
    }
}
@media (max-width: 768px) {
	.box_1{
		padding: 0px 25px;
		padding-bottom: 81px;
	}
	.list_item_span_2{
	    font-size: 14px;
	    margin-bottom: 50px;
	}
	.swiper_image{
		width: 100%;
		height: auto;
	}
	.list_item{
		padding: 10px 0px;
		border-bottom: 1px solid #666666;
	}
	.span_1{
		font-weight: 500;
		font-size: 20px;
		color: #1A1A1A;
		line-height: 35px;
		text-align: left;
		font-style: normal;
		text-transform: none;
	}
	.span_2{
		font-weight: 400;
		font-size: 14px;
		color: #767676;
		line-height: 23px;
		letter-spacing: 1px;
		text-align: left;
		font-style: normal;
		text-transform: none;
		margin-top: 6px;
		display: flex;
		align-items: center;
	}
	.span_3{
		font-weight: 500;
		font-size: 24px;
		color: #1A1A1A;
		line-height: 24px;
		text-align: left;
		font-style: normal;
		text-transform: none;
		margin-top: 25px;
		margin-bottom: 30px;
	}
	.span_4{
		font-weight: 500;
		font-size: 24px;
		color: #1A1A1A;
		line-height: 24px;
		text-align: left;
		font-style: normal;
		text-transform: none;
		margin-top: 25px;
		margin-bottom: 30px;
	}
	.submit{
		width: 133px;
		height:40px;
		background-color: #1d3bc3;
		margin-top: 50px;
		color: #fff;
		font-size: 16px;
		text-align: center;
		line-height: 40px;
		user-select: none;
		cursor: pointer;
	}
	.sbumit_meng_form{
        width: 90vw;
        height: auto;
        background-color: #fff;
        padding: 25px;
        box-sizing: border-box;
        position: fixed;
        top: 20vh;
        left: 50%;
        transform: translate(-50%); 
        z-index: 10;
    }
}

.sbumit_meng{
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
}
.submit_input_1{
    width: 100%;
    height: 42px;
	background: #F5F5F5;
	border-radius: 0px 0px 0px 0px;
	border: none;
	margin-bottom: 24px;
	padding: 0 24px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	font-family: "SimHei", "Microsoft JhengHei", "Heiti SC", sans-serif;
}
.remark_text_1{
    width: 100%;
    padding: 10px 24px;
	box-sizing: border-box;
}
.remark_text_1:focus {
    outline: none;
	 padding: 10px 24px;
}

