/*
Theme Name: Aiko
Version: 1.0
Description: Anhui Lingju Digital, as a core partner of Google China, owns the only Google Overseas Experience Center in Anhui Province, providing one-stop services for localized foreign trade enterprises in Anhui to go overseas - website construction, Google SEO optimization, Google bidding, Google SNS social media marketing, etc.
Author: Copyright: Anhui Lingju
*/
@charset "utf-8";


:root {
	--i_color: #BD2F2C;
}


.wrap {width: 94%;max-width: 860px; margin-left: auto;margin-right: auto;}




.homeList{max-width: 94%; margin-left: auto;margin-right: auto;}
.homeList h2{font-weight: bold;}

.homeList ul{width: 100%; max-width: 7rem;}
.homeList li{border-bottom: 1px solid #DDD;}
.homeList a{padding: .1rem 0; display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center; gap: 0 30px;}
.homeList a p{}
.homeList a i{flex-shrink: 0; margin-left: auto; font-size: 14px;color: #777;}
.homeList a:hover p{color: var(--i_color);}

@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}








header{}

.banner{font-size: 0; width: 100%;position: relative; background: #000; overflow: hidden;}
.banner>img{opacity: .6; width: 100vw;height: 500px;object-fit: cover;}

.banner_text{position:absolute; top:48%; left:50%; transform:translate(-50%,-50%);text-align: center; width: 94%;}
.banner_text h1{margin-top: 0.26rem; font-size: 0.5rem;font-weight: bold;color: #FFF;}
.banner_text span{display: block;font-size: 0.18rem;color: #FFF;line-height: 2;}

.logo{position: absolute;top: 7%;right: 3%;}
.logo img{height: 0.4rem;}

@media screen and (max-width:1024px) {
	.banner_text h1{font-size: 40px;}
	
	.logo img{height: 30px;}
}
@media screen and (max-width:768px) {
	.banner_text h1{font-size: 30px;}
}
@media screen and (max-width:560px) {
	.banner>img{height: 400px;}

	.banner_text h1{font-size: 24px;}
	.banner_text span{font-size: 16px;line-height: 1.8;}
	
	.logo{top:5%}
	.logo img{height: 24px;}
}




.wpforms-field-container>.wpforms-field{margin: 0 0 30px;}

/*.wpforms-field-sublabel.after*/
/*{display: none !important;}*/


.wpforms-field-container>.wpforms-field,
.wpforms-field-container .wpforms-field>input,
.wpforms-field-container textarea,
.wpforms-field-container select,
.wpforms-field-container .choices
{width: 100% !important; max-width: 100% !important; box-sizing: border-box;}

div.wpforms-container-full .wpforms-form .wpforms-submit-container{display:table; margin-left:auto}


.wpforms-disclaimer-description{background: none !important; border: none !important;padding: 0 0 !important;height: auto !important;overflow: hidden !important;}

.wpforms-field-description a{color: var(--i_color);}
.wpforms-field-description a:hover{text-decoration: underline;}

.wpforms-field-medium{max-width:100% !important; width:100%}
.wpforms-field-sublabel{opacity:0}



.msBox{opacity: 0; position: fixed; left:50%; transform:translate(-50%,0);top: 0;background: #FFF; -webkit-transition:all .5s ease; transition:all .5s ease; z-index: 99999999;}
.msBox.show{opacity: 1; top: 3%;}
.msBox span{display: block;padding: 8px 30px; background: rgba(250, 100, 116, .05); font-size: 16px;color: var(--i_color); border: 1px solid rgba(250, 100, 116, .3); -webkit-border-radius:4px; border-radius:4px;}

.wp-block-image img{display:block;margin:0 auto; max-width:100% !important; height:auto !important}




