
.lianxi_class{
    font-weight: 500;
    font-size: 0.5rem;
    color: #000000;
    text-align: center;
    /* letter-spacing: 0.08rem; */
}







.lianxi{
    padding-top: 0.95rem;
}
.lianxi_body{
    margin-top: 0.64rem;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.33rem;
    row-gap: 0.4rem;
}
.lianxi_body .lianxi_item{
    width: 3rem;
    /* height: 2.71rem; */
    background: #FFFFFF;
    border-radius: 0.1rem;
    border: 0.01rem solid #EBEBEB;
    cursor: pointer;
    padding-bottom: 0.2rem;
}
.lianxi_body .lianxi_item .lianxi_icon{
    width: 0.55rem;
    height: 0.55rem;
    margin: 0.56rem auto 0.3rem;
}
.lianxi_body .lianxi_item .lianxi_img{
    width: 1.43rem;
    height: 1.43rem;
    margin: 0.37rem auto 0.08rem;
}
.lianxi_body .lianxi_item .lianxi_title{
    text-align: center;
    font-weight: 600;
    font-size: 0.2rem;
    color: #000000;
    margin-bottom: 0.08rem;
}
.lianxi_body .lianxi_item .lianxi_cont{
    max-width: 2.56rem;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    line-height: 1.5;
}
.lianxi_body .lianxi_item .lianxi_txt{
    text-align: center;
    margin-top: 0.04rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #AAAAAA;
}
.lianxi_body .lianxi_item:hover{
    box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(41,41,41,0.1);
    border: 0.01rem solid #2E54A1;
}
.lianxi_body .lianxi_item:hover .lianxi_title{
    color: #2E54A1;
}
.lianxi_body .lianxi_item:hover .lianxi_cont{
    color: #000;
}





.liuyan{
    padding: 1.35rem 0;
    box-sizing: border-box;
}
.liuyan .lianxi_txt{
    text-align: center;
    /*letter-spacing: 0.04rem;*/
    margin-top: 0.15rem;
    font-weight: 400;
    font-size: 0.2rem;
    color: #666666;
}
.liuyan form{
    margin-top: 0.64rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem;
}
.liuyan form input{
    width: 4.2rem;
    height: 0.7rem;
    background: #FFFFFF;
    border-radius: 0.02rem;
    border: 0.01rem solid #EDEDED;

    padding: 0.24rem 0.2rem 0.22rem;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000;
    cursor: pointer;
}
.liuyan form input::placeholder,
.liuyan form textarea::placeholder{
    color: #7B7B7B;
}
.liuyan .form_label::before{
	content: "";
    position: absolute;
    width: 0.18rem;
    height: 0.09rem;
    background: url(/huichuang_img/xiala1.png) center no-repeat;
    background-size: contain;
    right: 0.31rem;
    top: 50%;
    transform: translateY(-50%);
}
.liuyan .form_label.act::before{
	background: url(/huichuang_img/xiala2.png) center no-repeat;
    background-size: contain;
}
.liuyan .form_label{
    position: relative;
    width: 100%;
}
.liuyan .form_label input{
	width: 100%;
}
.liuyan input:focus,
.liuyan textarea:focus{
	border: 0.01rem solid #000;
}
.liuyan .form_label .form_type{
	position: absolute;
	width: 100%;
	max-height: 3rem;
	overflow-y: auto;
	top: 0.6rem;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.3rem 0.01rem rgba(0,0,0,0.1);
	padding: 0.3rem 0.24rem 0.27rem;
	box-sizing: border-box;
	display: none;
    flex-wrap: wrap;
}
.liuyan .form_label .form_type.active{
	display: flex;
}
.liuyan .form_label .form_type .type_item{
	width: 20%;
	height: auto;
    margin-bottom: 0.28rem;
	box-sizing: border-box;
	font-weight: 400;
    font-size: 0.16rem;
    color: #7D7D7D;
	cursor: pointer;
}
.liuyan .form_label .form_type .type_item.selected,
.liuyan .form_label .form_type .type_item:hover{
	color: #000;
}
.liuyan .form_label .form_type::-webkit-scrollbar {
	width: 4px;    
	/*height: 4px;*/
}
.liuyan .form_label .form_type::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px #2E54A1;
	background: #2E54A1;
}
.liuyan .form_label .form_type::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 0;
	background: rgba(0,0,0,0.1);
}
.liuyan form textarea{
    width: 100%;
    height: 2rem;
    background: #FFFFFF;
    border-radius: 0.02rem;
    border: 0.01rem solid #EDEDED;
    padding: 0.24rem 0.2rem;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000;
}

.liuyan .submit{
    width: 1.3rem;
    height: 0.4rem;
    margin: 0.44rem auto 0;
    background: #FFFFFF;
    border-radius: 0.05rem;
    border: 0.01rem solid #BABABA;
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
    padding: 0;
}
.liuyan .submit:hover{
    background: #2E54A1;
    color: #fff;
    border: 0.01rem solid #2E54A1;
}




@media only screen and (max-width: 1024px) {
.lianxi_body{
    column-gap: 0;
    justify-content: space-between;
}
.lianxi_body .lianxi_item{
    flex: 0 0 48%;
}
.liuyan form input{
    width: 48%;
}
.lianxi_body .lianxi_item .lianxi_cont{
    max-width: 80%;
}
}
