.phone_virtual .file-list{
	overflow: initial;
}
.phone_virtual .interaction-list .title{
	height: auto;
	line-height: normal;
}
.phone_virtual .person{
	display: flex;
	justify-content: space-between;
	box-shadow: 0px var(--size-5) var(--size-30) 0px rgba(229, 228, 228, 0.75);
	border-radius: var(--size-8);
	padding: var(--size-30) 1.875rem;
}
.phone_virtual .interaction-list .list>li::before{
	content: '';
	display: none;
}
.phone_virtual .person img{
	width: var(--size-174);
	max-width: 50%;
}
.phone_virtual .person .base-info{
	flex: 1;
	margin-left: var(--size-40);
	padding-top: var(--size-9);
}
.phone_virtual .person .title{
	height: var(--size-32);
	font-size: var(--size-32);
	line-height: var(--size-38);
	color: #17629D;
	margin-bottom: var(--size-16);
}
.phone_virtual .person .text{
	font-size: var(--size-27);
	line-height: var(--size-44);
	color: #606060;
	
}

.phone_virtual .person-options{
	display: flex;
	flex-flow: wrap;
	margin-bottom: var(--size-62);
}
.phone_virtual .person-options .option{
	width: 25%;
	text-align: center;
	margin-top: var(--size-60);
}
.phone_virtual .person-options .option img{
	display: block;
	margin: 0 auto;
	width: var(--size-33);
	height: var(--size-31);
	margin-bottom: 1rem;
}
.phone_virtual .person-options .option .text{
	height: 1rem;
	line-height: 1rem;
	font-size: 14px;
}
.phone_virtual .file-list ul{
	box-shadow: 0px var(--size-5) var(--size-30) 0px rgba(229, 228, 228, 0.75);
	border-radius: var(--size-8);
	padding: var(--size-30);
}
.phone_virtual .interaction-list .list {
	padding: var(--size-30) var(--size-7)
}
.phone_virtual .file-list ul>li{
	border-bottom: 1px solid rgba(84, 84, 84, 0.2) !important;
}

.phone_virtual .file-list li>span.date{
	width: 100px;
	min-width: 125px;
}
.phone_virtual .contact-us{
	margin-top: var(--size-40);
}
.phone_virtual .contact-us .content{
	display: flex;
	justify-content: space-between;
}
.phone_virtual .contact-us img{
	width: var(--size-265);
	margin-right: var(--size-38);
}
.phone_virtual .contact-us .phone-box{
	flex: 1;
	font-size: 14px;
	
}
.phone_virtual .contact-us .text{
	color: #8F8F8F;
	line-height: 2rem;
}
.phone_virtual .contact-us .phone{
	
	line-height: 2rem;
	display: flex;
	align-items: center;
	width: 211px;
}
.phone_virtual .contact-us .phone span.text{

}
.phone_virtual .contact-us .phone span.icon{
	color: #1B66AD;
	display: inline-block;
	margin-left: var(--size-18);
	font-size: var(--size-16);
	color: #fff;
	height: var(--size-27);
	line-height: var(--size-27);
	padding: 0 var(--size-10);
	background: #3E7EC8;
	border-radius: var(--size-27);

}

.phone_virtual .address{
	color: #8F8F8F;
	line-height: 54px;
	margin-top: -34px;
}
.phone_virtual .address >label{
	display: inline-block;
	width: var(--size-120);
	font-size: 14px;
}
.phone_virtual .address >span{
	color: #1B66AD;
}