
.phone_virtual .header {
	height: var(--size-350);
	padding-top: var(--size-27);
	background: url('./header.jpg') no-repeat;
	background-size: 100% 130%;
}

.phone_virtual .header .title-box {
	position: relative;
	padding-left: var(--size-69);
	padding-top: var(--size-16);
	margin-bottom: var(--size-24);
	pointer-events: none;
}

.phone_virtual .title-box>img {
	width: var(--size-537);
}

.phone_virtual .header .title {
	font-size: var(--size-39);
	height: 42px;
	line-height: 42px;
	font-weight: bold;
	color: #05416B;
	text-shadow: 0px 0.291666667rem 0.2083333rem rgba(0, 0, 0, 0.26);
	-webkit-text-stroke: 0.083333rem #FFFFFF;
	text-stroke: 0.083333rem #FFFFFF;

}

.phone_virtual .header .title-note {
	font-size: 0.70833333rem;
	font-weight: 400;
	height: 0.75rem;
	line-height: 0.75rem;
	color: #fff;
}

.phone_virtual .header .logo {
	position: absolute;
	left: 3rem;
	top: 0;
}

.phone_virtual .logo img {
	width: 3.58333333rem;
}

.phone_virtual .header .inquire {
	position: relative;
	width: 25.166666667rem;
	height: 2.5rem;
	border: 0.08333333rem solid #015293;
	margin: 0 auto;
	border-radius: 1.25rem;
	box-sizing: border-box;
}

.phone_virtual .inquire input.search {
	padding: 0 6rem 0 1.42857rem;
	height: 100%;
	width: 100%;
	background: #fff;
	border-radius: 1.25rem;
	font-size: var(--size-16);
}

.phone_virtual .inquire input.submit {
	position: absolute;
	right: -0.08333333rem;
	top: -0.08333333rem;
	width: 5.20833333333rem;
	height: 2.5rem;
	background: #015293;
	border-radius: 1.25rem;
	font-size: var(--size-24);
	color: #fff;
	margin-bottom: 1.875rem;
}

.phone_virtual .warp-content {
	
	padding: 0 1.25rem;
}

.phone_virtual .nav.icons {
	display: flex;
	/* justify-content: space-between; */
	border: 1px solid #E5E5E5;
	border-radius: 0.33333333333rem;
	padding: 1.45833333333rem var(--size-24) 1.08333333333rem;
	border-radius: 0.33333333333rem;
	background: #fff;
	margin: -2.41666666667rem 1.25rem var(--size-20);
}

.phone_virtual .nav.icons .item {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	text-align: center;
	width: var(--size-147);
	font-size: 18px;
}

.phone_virtual .nav.icons .box {
	width: var(--size-90);
	height: var(--size-90);
	border-radius: var(--size-15);
	margin-bottom: var(--size-24);
}

.phone_virtual .nav.icons .icon-1 {
	background: var(--color-primary) url('./home-icon-1.png') center center no-repeat;
	background-size: var(--size-38);
}

.phone_virtual .nav.icons .icon-2 {
	background: #4ACB7C url('./home-icon-2.png') center center no-repeat;
	background-size: var(--size-40);
}

.phone_virtual .nav.icons .icon-3 {
	background: #FF9666 url('./home-icon-3.png') center center no-repeat;
	background-size: var(--size-39);
}

.phone_virtual .nav.icons .icon-4 {
	background: #F9D227 url('./home-icon-4.png') center center no-repeat;
	background-size: var(--size-36);
}

.phone_virtual .nav.icons .icon-5 {
	background: #F64C4D url('./home-icon-5.png') center center no-repeat;
	background-size: var(--size-40);
}

.phone_virtual .go-elderly {
	background: url('./elderly.jpg') no-repeat;
	padding-left: var(--size-180);
	background-size: auto var(--size-100);
	height: var(--size-100);
	margin-bottom: var(--size-20);
	display: flex;
	align-items: center;
}

.phone_virtual .go-elderly .go-old {
	display: flex;
	align-items: center;
	padding-left: var(--size-60);
	font-size: var(--size-40);
	font-weight: bold;
}

.phone_virtual .go-elderly .go-old .button {
	display: block;
	border: var(--size-2) solid #FDB05A;
	color: #FDB05A;
	background: #fff;
	font-size: var(--size-20);
	font-weight: normal;
	height: var(--size-30);
	/* line-height: var(--size-30); */
	padding: 0 var(--size-10);
	border-radius: var(--size-30);
	margin-left: var(--size-27);
	height: 30px;
    width: 65px;
    text-align: center;
    font-size: 17px;
	padding-top: 4px;
}

.phone_virtual .breadcrumb {
	width: 100%;
	border: 1px solid #EFEFEF;
	border-radius: var(--size-8);
	margin-bottom: var(--size-16);
	color: #545454;
	font-size: 14px;
	padding: var(--size-20);
	box-shadow: 0px var(--size-5) var(--size-30) 0px rgba(229, 228, 228, 0.75);
	background: #fff;
	overflow: hidden;
	/* text-overflow: ellipsis;
	white-space: nowrap; */
	line-height: 1.5;
}
.phone_virtual .breadcrumb.old_type {
	width: 100%;
	border: 1px solid #EFEFEF;
	border-radius: var(--size-8);
	margin-bottom: var(--size-16);
	color: #545454;
	font-size: var(--size-20);
	padding: var(--size-20);
	box-shadow: 0px var(--size-5) var(--size-30) 0px rgba(229, 228, 228, 0.75);
	background: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: var(--size-36);
    overflow-x: auto;
}
.phone_virtual .breadcrumb.old_type::-webkit-scrollbar {
    display: none;
}

.phone_virtual .top-title {
	display: inline-block;
	padding: var(--size-4) var(--size-20);
	/* height: var(--size-50);
	line-height: var(--size-50); */
	font-size: var(--size-30);
	font-weight: bold;
	text-align: center;
	background: var(--color-primary);
	color: #FFFFFF;
	margin-bottom: var(--size-16);
}

.phone_virtual .footer {
	position: relative;
	color: #fff;
	line-height: 2rem;
	background: #3E7EC8;
	padding: var(--size-40) var(--size-30) var(--size-50);
}

.phone_virtual .footer>div {
	

}
.phone_virtual .footer>div span{
	margin-left: var(--size-60);
}
.phone_virtual .footer .images {
	display: block;
	/* position: absolute;
	right: var(--size-30);
	bottom: var(--size-30); */
	display: flex;
    align-items: center;

}

.phone_virtual .footer .images .img-1 {
	width: var(--size-68);
	vertical-align: top;
	margin-right: var(--size-60);
}

.phone_virtual .footer .images .img-2 {
	width: var(--size-115);
}

.phone_virtual .pagination .laypage_main a,
.phone_virtual .pagination .laypage_main span {
	border: 1px solid #E5E5E5;
	margin-left: var(--size-10);
}

.phone_virtual .category {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: var(--size-81);
	box-shadow: 0px var(--size-5) var(--size-30) 0px rgba(229, 228, 228, 0.75);
	border-radius: var(--size-8);
	margin-bottom: var(--size-40);
}

.phone_virtual .category .more {
	position: initial !important;
	margin-left: var(--size-16);
	margin-right: var(--size-20);
}

.phone_virtual .category .text {
	position: relative;
	padding-left: var(--size-22);
	font-weight: bold;
	font-size: var(--size-24);
}

.phone_virtual .category .text::after {
	content: " ";
	width: var(--size-12);
	height: var(--size-6);
	background: #0187E6;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.phone_virtual .pagination {
	display: flex;
	justify-content: right;
	margin-top: var(--size-50);
}

.phone_virtual .pagination .laypage_main a,
.phone_virtual .pagination .laypage_main span {
	font-size: var(--size-20);
	height: var(--size-36);
	padding: 0 var(--size-12);
	line-height: var(--size-36);
	border-radius: var(--size-5);
}

.phone_virtual .pagination .laypageskin_default .laypage_curr {
	background: #3E7EC8;
	border: 1px solid #3E7EC8;
	color: #fff;
}

.phone_virtual .pagination .box {
	display: none;
}
.phone_virtual a.default_pgBtn.default_pgPrev {
    width: 50px;
    height: 28px;
    display: inline-block;
    cursor: pointer;
    margin: 1px;
    border: 1px solid #9b9595;
    border-radius: 2px;
    text-align: center;
    line-height: 190%;
}
.phone_virtual .default_pgPrev::before {
    content: '上一页' !important;
    font-size: 13px;
}
.phone_virtual .default_separator.setfont.ariafontcontent {
    display: none;
    width: 0px;
    height: 0px;
}
.phone_virtual .default_pgToolbar tbody {
    background-color: white;
}
.phone_virtual a.default_pgBtn.default_pgNext {
    width: 50px;
    height: 28px;
    display: inline-block;
    cursor: pointer;
    margin: 1px;
    border: 1px solid #9b9595;
    border-radius: 2px;
    text-align: center;
    line-height: 190%;
	margin-right: 20px;
}
.phone_virtual .default_pgNext::before {
    content: '下一页' !important;
    font-size: 12px;
}
.phone_virtual td.setfont.ariafontcontent.ariacol.ariacol_10_1 {
    background-color: white;
}
.phone_virtual td.default_pgSearchInfo {
    display: none;
}
.phone_virtual a.default_pgBtn.default_pgLast {
    display: none;
}
.phone_virtual a.default_pgBtn.default_pgFirst {
    display: none;
}
.phone_virtual .default_pgToolbar {
    margin: 10px 0 -1px 0;
    height: 30px;
    valign: middle;
    font-size: 12px;
	
}
.phone_virtual .default_pgPanel {
    float: left;
    padding: 0 10px 0 10px;
    height: 40px;
}
.phone_virtual .footer img{
	width: auto;
}

@media screen and (max-width: 1024px){
	.current-position {

	}
}