.n_lxwm {
}

.n_lxwm .hz .box {
    border-radius: .9375rem;
    padding: 5rem 6rem;
    overflow: hidden;
    position: relative;
}

.n_lxwm .hz .box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 70%;
    height: 100%;
    background: linear-gradient(to right,#f7f7f7 45%,rgba(255,255,255,.0));
}

.n_lxwm .hz .box .tel {
    position: relative;
    z-index: 2;
}

.n_lxwm .hz .box h2 {
    font-size: var(--f36);
    color: #212121;
    margin-bottom: 3.125rem;
}

.n_lxwm .hz .box .txt {
    margin-bottom: 1.875rem;
}

.n_lxwm .hz .box .txt:last-child {
    margin-bottom: 0;
}

.n_lxwm .hz .box .txt h3 {
    font-size: var(--f20);
    color: #717171;
    margin-bottom: .2rem;
    font-weight: 400;
}

.n_lxwm .hz .box .txt h6 a {
    font-size: var(--f26);
    color: var(--themeColor);
    font-family: 'robr-font';
    
}

.n_lxwm .hz .box .txt p a {
    font-size: var(--f20);
    color: #414141;
}

.n_lxwm .hz .box .txt p .a {
    font-size: var(--f22);
    display: flex;
    align-items: flex-start;
}

.n_lxwm .hz .box .txt p .a .iconfont {
    font-size: 1.25rem;
    color: #a3004a;
    margin-left: .625rem;
    flex-shrink: 0;
    transition: all .5s ease;
}

.n_lxwm .hz .box .txt p .a .iconfont:hover {
    transform: translateY(-.25rem);
}




.n_liulan .lt{
    width: 32%;
    padding-top: 3rem;
}
.n_liulan .rt{
    flex: 1;
}
.n_liulan .flex-one{
	gap: 6rem;
}
.n_liulan .ly-tt{
	font-size: var(--f36);
    font-weight: bold;
    color:#fff ;
}
.n_liulan .ly-subt{
    line-height: 1.5;
	font-size: var(--f18);
	margin-top: 1.5rem;
    color: #fff;
    opacity: .8;
}
.n_liulan .ly-phone{
    font-family: 'robm-font';
    font-size: var(--f22);
    color: #fff;
    margin-top: .4rem;
}
.n_liulan .ewm{
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 7rem;
	aspect-ratio: 1/1;
	margin-top: 2rem;
}
.n_liulan .ewm img{
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
}
.n_liulan .ewm-p{
    display: inline-block;
}
.n_liulan .ewm-p p{
    color: #fff;
    text-align:center ;
    font-size: var(--f16);
    margin-top: .6rem;
}
.n_liulan form {
	display: grid;
	gap: 1.625rem 1.25rem;
	grid-template-columns: repeat(2, 1fr);
}

.n_liulan .group {
	overflow: hidden;
	position: relative;
	overflow: hidden;
    background-color:#fff ;
	border-radius: .4rem;
    display: flex;
    align-items: center;
}
.n_liulan .group.layui-form{
    overflow: unset;
    display:block ;
}
.n_liulan .group.layui-form .layui-input{
    border-radius: .4rem;
    width: 100%;
    height: 3.5rem;
	padding: 0 1rem;
	font-size: var(--f17);
	color: #212121;
}

.n_liulan .group .span {
	white-space: nowrap;
	flex-shrink: 0;
	display: block;
	position: relative;
	font-size: var(--f18);
	color: #212121;
    padding-left: 1rem;
	/* margin-bottom: .6rem; */
}

.n_liulan .group .red {
	color: #da251d;
	position: absolute;
    right: -.6rem;
    line-height: 1;
    top: 0;

}

.n_liulan .group .input {
	width: 100%;
	/* border: 1px solid #d8d9e0; */
	/* border-radius: .4rem; */
	height: 3.5rem;
	padding: 0 1rem;
	font-size: var(--f17);
	color: #212121;
	background: transparent;
}

.n_liulan .group .yzm {
	position: absolute;
	/* right: 1px; */
	right: 1rem;
	top: 1px;
	bottom: 1px;
	display: flex;
	align-items: center;
	border-radius: 0 .625rem .625rem 0;
	overflow: hidden;
}

.n_liulan .group .yzm img {
	height: 70%;
	width: auto !important;
}

.n_liulan .button {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 11rem;
	color: #fff;
	background: var(--themeColor);
	border-radius: .625rem;
	font-size: var(--f17);
	gap: .4rem;
}

.n_liulan .button i {
	font-size: var(--f24);
	transform: rotate(5deg);
	display: block;
}

.n_liulan .textareabox {
	grid-column: 1/3;
	display: block;
	gap: 0;
}

.n_liulan .textareabox textarea.input {
	padding-top: 1rem;
	width: 100%;
	height: 10rem;
    border: none;
    resize:none ;
}

.n_liulan .input::-webkit-input-placeholder,
.n_liulan .layui-input::-webkit-input-placeholder{
	font-size: var(--f17);
	color: #212121;
}
