@font-face {
	font-family: 'lll';
	src: url('../font/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2');
}


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: .16rem;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* For some Androids */

}

html {
	font-size: 100px;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: #000;
}

ul {
	list-style: none;
}

input {
	outline: 0;
	background: #fff;
}

img {
	object-fit: cover;
	cursor: pointer;
	display: block;
}

@font-face {
	font-family: '思源黑体';
	src: url('../font/思源黑体CN-Regular.otf');
}

body,
html {
	font-family: '思源黑体' !important;
	/* scroll-behavior: smooth !important; */
}
/*单词自动换行*/
/* word-break:break-all;
word-wrap:break-word;
white-space: pre-wrap!important;
word-wrap: break-word!important;
 */
/*文字描边*/
/* 设置描边宽度及颜色 默认为字体内外描边
  text-stroke: 2px #2173FF;
 */
/* 兼容Webkit(Chrome/Safari)内核浏览器的写法
  -webkit-text-stroke: 2px #2173FF;
  color: #fff;
 */

.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*多行溢出*/
.line-1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 1;
}

.line-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
}

.line-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 3;
}

.line-4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 4;
}

.w1600 {
	width: 16rem;
	margin: 0 auto;
}

@font-face {
	font-family: 'impact';
	src: url('../font/impact.TTF');
}

/* 联系 */
.contact-warp{
    background-color: #fff;
    padding-top:1.3rem;
    padding-bottom: 1.14rem;
}
.contact-warp .contact-table{
    background: rgba(226,226,226,0.2);
    border-radius: 0rem 0.7rem 0rem 0.7rem;
    padding: 0.68rem 1.8rem 0.9rem 1.8rem;
}
.contact-warp .contact-title{
    width: 11rem;
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.3rem;
    color: #444444;
    line-height: 0.35rem;
    text-align: center;
    margin-bottom: 0.66rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5rem;
}
.contact-warp .contact-table .table{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.contact-warp .contact-table .table-left,
.contact-warp .contact-table .table-right{
    width: calc((100% - 0.4rem) / 2);
}
.contact-warp .contact-table .table input{
    width: 100%;
    height: 0.5rem;
    background: #FFFFFF;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0.01rem solid rgba(112,112,112,0.5);
    padding: 0 0.3rem;
    margin-bottom: 0.25rem;
}
.contact-warp .contact-table .table textarea::placeholder,
.contact-warp .contact-table .table input::placeholder{
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.16rem;
    color: #999999;
}
.contact-warp .contact-table .table textarea{
    width: 100%;
    height: 1.25rem;
    background: #FFFFFF;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0.01rem solid rgba(112,112,112,0.5);
    padding: 0.1rem 0.3rem;
    outline: 0.01rem rgba(112,112,112,0.5);
}
.contact-warp .submit{
    width: 2.2rem;
    height: 0.56rem;
    background: #FFFFFF;
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    border: 0.01rem solid #707070;
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.2rem;
    color: #555555;
    line-height: 0.56rem;
    text-align: center;
    margin: 0 auto;
    margin-top: 0.4rem;
    margin-bottom: 0.83rem;
    cursor: pointer;
    transition: all 0.4s;
}

.contact-warp .submit:hover{
    background-color: rgba(5,42,97,0.9);
    color: #fff;
}
.contact-warp .or{
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.2rem;
    color: #444444;
    margin-bottom: 0.37rem;
}
.contact-warp .contact-way{
    display: flex;
    justify-content: space-between;
}
.contact-warp .contact-way .way-list{
    display: flex;
    align-items: center;
}
.contact-warp .contact-way .way-list-div{
    height: 0.44rem;
    margin-right: 0.26rem;
}
.contact-warp .contact-way .way-name{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.2rem;
    color: #9F9F9F;
    line-height: 0.3rem;
}
.contact-warp .contact-way .way-list-div img{
    height: 100%;
}