.phone_virtual .internal-organization {
	/* margin-bottom: var(--size-84); */
}

.phone_virtual .internal-organization .title {
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin-bottom: var(--size-28);
}

.phone_virtual .category .more{
	padding-right: var(--size-15);
	transform: none;
	background: url('./arrow-right.png') no-repeat no-repeat center right;
	background-size: var(--size-7) auto;
}

.phone_virtual .internal-organization .model {
	width: var(--size-150);
	height: var(--size-50);
	line-height: var(--size-50);
	font-size: var(--size-28);
	border: 1px solid #130e0e;
}

.phone_virtual .internal-organization .model.active {
	background: #3E7EC8;
	border-radius: 2px;
	font-weight: bold;
	color: #fff;
}

.phone_virtual .content {
	box-shadow: 0px var(--size-5) var(--size-30) 0px rgba(229, 228, 228, 0.75);
	border-radius: var(--size-8);
	padding: var(--size-25) var(--size-20);
	overflow: hidden;
}

.phone_virtual .content table {
	width: 100%;
}

.phone_virtual .content table>thead>tr {
	background: #1A5AA3;
	color: #fff;

}

.phone_virtual .content table th,
.phone_virtual .content table td {
	font-size: var(--size-24);
	height: var(--size-24);
	line-height: var(--size-24);
	padding: var(--size-15) var(--size-10);
	text-align: center;
}

.phone_virtual .content tbody tr:nth-child(odd) {
	background: #fff;
}

.phone_virtual .content tbody tr:nth-child(even) {
	background: #E8E7E7;
}

.phone_virtual .content td .option {
	/* color: #fff; */
	width: var(--size-60);
	height: var(--size-20);
	line-height: var(--size-20);
	border-radius: var(--size-10);
	font-size: var(--size-10);
	display: flex;
	align-items: center;
	justify-content: center;
}

.phone_virtual .content td .option img {
	width: var(--size-60);
	height: var(--size-20);
}

.phone_virtual .internal-organization .content table td:first-child{
	width: 45%;
	line-height: 1.5;
}
.phone_virtual .internal-organization .content table td:nth-child(2){
	width: 17%;
}
.phone_virtual .internal-organization .content table td:nth-child(3){
	width: 18%;
}



.phone_virtual .info{
	padding: var(--size-14) var(--size-23);
	/* box-shadow: 0px var(--size-5) var(--size-30) 0px rgba(229, 228, 228, 0.75); */
	border-radius: var(--size-8)
	
}
.phone_virtual .info .title-text{
	width: 100%;
	text-align: center;
	color: var(--color-primary);
	font-weight: bold;
	font-size: var(--size-30);
	height: var(--size-30);
	line-height: var(--size-30); 
	margin-bottom: var(--size-40);
}
.phone_virtual .info .secondary-title{
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-bottom: var(--size-10);
	margin-top: var(--size-10);
}
.phone_virtual .info .secondary-title > img{
	width: var(--size-15);
	margin-right: var(--size-5);
}
.phone_virtual .info .text{
	color: #545454;
	line-height: var(--size-44);
	padding-left: var(--size-30);
	/* display: flex; */
	align-items: center;
	margin-left: -15px;
}
.phone_virtual .info .text .call{
	display: block;
	width: var(--size-96);
	height: var(--size-31);
	background: url('./call.jpg') no-repeat;
	background-size: var(--size-96) auto;
	margin-left: var(--size-22);
}