@media(max-width: 991px) {
	
}

@media(min-width: 992px) {
	.diy-conten .site-content{
		padding-top: 17.2rem !important;
	}
	.media-block__image img {
	    max-width: 100%;
	    margin-left: 0%;
	}
	.generic-content h1, .generic-content h2, .generic-content h3, .generic-content h4, .generic-content h5, .generic-content h6 {
	    color: #10384d;
	}
	.media-block h1, .media-block h2, .media-block h3, .media-block h4, .media-block h5, .media-block h6 {
	    color: #10384d;
	}
	.media-block--blue {
	    background: #10384d;
	}
	.generic-content--blue {
		background: #10384d;
	}
	.media-block p a, .media-block a {
	    font-weight: 600;
	    color: #10384d;
	    border-bottom: none;
	    padding-bottom: 2px;
	}
	.media-block p a:hover, .media-block a:hover {
	    border-bottom: none;
	}
	.media-block__image {
	    flex-basis: 50%;
	}
	.media-block__content {
		flex-basis: 50%;
	}
	.generic-content .qualicoat-hero {
		background: url(../pic/13-bg.jpg) no-repeat center center;
		background-position-y: center;
		background-size: cover;
	}
	.generic-content .qualicoat-hero h1 {
	    text-shadow: 2px 2px 10px #333;
	}
	.the-13-1-box .media-block__image::after {
		content: '';
		position: absolute;
		bottom: -2.2rem;
		right: 9.4rem;
		width: 33rem;
		height: 48rem;
		background-color: #10384d;
	}
	.the-13-1-img{
		width: 34.5rem !important;
		position: relative !important;
		margin: 0 auto !important;
		z-index: 100 !important;
		display: block !important;
	}
	
	.the-13-2-box .media-block__image::after {
		content: '';
		position: absolute;
		bottom: -2.2rem;
		right: 1rem;
		width: 49rem;
		height: 33rem;
		background-color: rgba(206, 212, 218, 1);
	}
	
	.the-13-2-box{
		
	}
	.the-13-2-box h4{
		color: #fff;
	}
	.the-13-3-box .media-block__image{
		position: relative;
	}
	.the-13-3-box .media-block__image img:last-child {
		position: absolute;
		width: 55%;
		margin: 0 auto;
		-webkit-box-shadow: 2px 2px 5px rgb(119 119 119 / 70%);
		box-shadow: 2px 2px 5px rgb(119 119 119 / 70%);
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		transform: translateX(-80%) rotate(-15deg);
	}
	.the-13-4-box h4{
		color: #fff;
	}
	
	.the-13-4-img{
		position: relative !important;
		margin: 0 auto !important;
		z-index: 100 !important;
		display: block !important;
	}
	.the-13-4-box .media-block__image::after {
		content: '';
		position: absolute;
		bottom: -2.2rem;
		right: 12rem;
		width: 29rem;
		height: 40rem;
		background-color: rgba(206, 212, 218, 1);
	}
	
	.the-13-5-box>h4{
		margin-bottom: 4rem;
	}
	.the-13-5-box .container{
		background: #ffffff;
		padding: 3rem;
		border-radius: 0.6rem;
	}
	
	.the-13-5-box .container form{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	
	.the-13-5-box .container form .wpcf7-submit{
		background: #10384d;
		color: #fff !important;
		padding: 1rem 2rem;
		border: 2px solid #10384d;
		display: block;
		width: 100%;
		text-align: center;
		font-size: 1.4rem;
		font-weight: 600;
		transition: all .2s ease-in-out;
		text-decoration: none;
		border-radius: 50px;
		border-color: #10384d !important;
		margin-top: 3rem;
		margin-left: auto;
        margin-right: auto;
	}
	.the-13-5-box .container form .wpcf7-submit:hover {
	    background: #fff !important;
	    color: #10384d !important;
	}
	
	
	.the-13-5-box .container form .wpcf7-text , .the-13-5-box .container form .wpcf7-textarea{
		border-bottom: 2px solid #e8ebf2 !important;
		font-size: 1.6rem;
		margin-bottom: 1rem; 
	}	
	.the-13-5-box .container form .wpcf7-text::placeholder,.the-13-5-box .container form .wpcf7-textarea::placeholder{
		/* color: #ccc !important; */
		font-size: 1.6rem;
	}		
	.the-13-5-box .container form .wpcf7-select{
		background: transparent;
		border: none;
		border-bottom: 2px solid #e8ebf2 !important;
		font-size: 1.6rem;
		margin-bottom: 1rem;
		padding-left: 0;
		/* color: #e8ebf2 !important; */
	}
	    
	/* .the-13-5-box .container form .wpcf7-select option:checked {
		color: blue; 
		background-color: yellow; 
	} */

	.the-13-5-box .container form .wpcf7-text::-webkit-input-placeholder ,.the-13-5-box .container form .wpcf7-textarea::-webkit-input-placeholder {
		font-style: 1em;
		background: linear-gradient(to right, #ccc 0, #ccc var(--size), red var(--size));
		background-clip: text;
		-webkit-background-clip: text;
		color: transparent;
	}
	.the-13-5-box .container form .wpcf7-text:-ms-input-placeholder ,.the-13-5-box .container form .wpcf7-textarea:-ms-input-placeholder {
		font-style: 1em;
		background: linear-gradient(to right, #ccc 0, #ccc var(--size), red var(--size));
		background-clip: text;
		-webkit-background-clip: text;
		color: transparent;
	}
	.the-13-5-box .container form .wpcf7-text::placeholder ,.the-13-5-box .container form .wpcf7-textarea:-ms-input-placeholder {
		font-style: 1em;
		background: linear-gradient(to right, #ccc 0, #ccc var(--size), red var(--size));
		background-clip: text;
		-webkit-background-clip: text;
		color: transparent;
	}
	
	
	
	
	.wpcf7-form{
		display: flex;
	}
	.wpcf7-form .left-form{
		display: flex; 
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.wpcf7-form .left-form .my-form-group{
	}
	.wpcf7-form .left-form .my-form-group label{
		font-weight: normal;
		font-size: 1.4rem;
		color: #000;
		margin-bottom: 0.4rem;
		gap: 0.3rem;
		/* font-family: "黑体", sans-serif; */
	}
	.wpcf7-form .left-form .my-form-group span{
		color: firebrick;
		/* font-family: "黑体", sans-serif; */
	}
	.wpcf7-form .left-form .my-form-group input{
		border: 1px solid #e8ebf2 !important;
		font-size: 1.4rem;
		margin-bottom: 1rem;
		border-radius: 0.6rem;
		padding: 0.6rem 0.6rem;
	}
	.wpcf7-form .left-form .my-form-group select{
		border: 1px solid #e8ebf2 !important;
		font-size: 1.4rem;
		margin-bottom: 1rem;
		border-radius: 0.6rem;
		padding: 0.6rem 0.6rem;
	}
	.wpcf7-form .left-form .my-form-group textarea{
		border: 1px solid #e8ebf2 !important;
		font-size: 1.4rem;
		margin-bottom: 1rem;
		border-radius: 0.6rem;
		padding: 0.6rem 0.6rem;
	}
	.wpcf7-form .left-form .my-form-group .choose-color-box{
		border: 1px solid #e8ebf2 !important;
		font-size: 1.4rem;
		margin-bottom: 1rem;
		border-radius: 0.6rem;
		padding: 0.6rem 0.6rem;
		display: flex;
		flex-wrap: wrap;
		gap: 0.6rem;
	}
	.wpcf7-form .left-form .my-form-group textarea::placeholder{
		color: #e8ebf2;
		font-size: 1.4rem;
	}
	.wpcf7-form .left-form .my-form-group input::placeholder{
		color: #e8ebf2;
		font-size: 1.4rem;
	}
	
	
	
	
}


@media(min-width: 1200px) {
	
}

@media(min-width: 1400px) {
	
}


