			.xuanzewomenDiv{
				height: 3.375em;
				line-height: 3.375em;
				font-size: 1.143em;
				margin: 0 -1px -1px 0;
				padding: 0 0 0 0;
				justify-content: flex-start;
				border: 1px solid #eee;
				border-bottom:0;
			}
			
			.items-service .item-title:before {
				content: "";
				position: absolute;
				top: -1.667em;
				left: 0;
				width: 0;
				height: 0;
				border-left: 2.708em solid transparent;
				border-right: 2.708em solid transparent;
				border-bottom: 1.667em solid #293949;
				transition: all .3s ease;
			}
			.items-service .item-title:after {
				content: "";
				position: absolute;
				bottom: -1.667em;
				left: 0;
				width: 0;
				height: 0;
				border-left: 2.708em solid transparent;
				border-right: 2.708em solid transparent;
				border-top: 1.667em solid #293949;
				transition: all .3s ease;
			}
			.items-service .flex-row {
				margin-top: 4.286em;
				justify-content: space-between;
			}
			.flex-row {
				display: flex;
				flex-direction: row;
				justify-content: center;
				align-items: center;
			}
			.fadeInLeft {
				-webkit-animation-name: fadeInLeft;
				animation-name: fadeInLeft;
			}
			.animated {
				-webkit-animation-duration: 1s;
				animation-duration: 1s;
				-webkit-animation-fill-mode: both;
				animation-fill-mode: both;
			}
			.items-service .item {
				position: relative;
				width: 25em;
				height: 24.286em;
				text-align: center;
				box-shadow: 0 0 0.214em 0.143em rgb(135 135 135 / 10%);
				background-color: #fff;
			}
			.items-service .item-title.service-baojia {
				background-image: url(https://itpaiqian.obs.cn-north-4.myhuaweicloud.com/service-baojia.svg);
				background-repeat: no-repeat;
				background-position: center 0;
			}
			.items-service .item-title.service-set {
    				background-image: url(https://itpaiqian.obs.cn-north-4.myhuaweicloud.com/service-set.svg);
    				background-repeat: no-repeat;
    				background-position: center 0;
			}
			.items-service .item-title.service-call {
    				background-image: url(https://itpaiqian.obs.cn-north-4.myhuaweicloud.com/contact-weixin.svg);
    				background-repeat: no-repeat;
    				background-position: center 0;
			}
			.items-service .item-title {
				box-sizing: border-box;
				width: 5.417em;
				height: 3.125em;
				margin: 0 auto 2.083em;
				background-color: #293949;
				color: #fff;
				font-size: 1.714em;
				position: relative;
				padding-top: 1.667em;
			}
			.items-service .item-p {
				font-size: 1.143em;
				line-height: 1.875em;
			}
			.items-service .item-btn {
				position: absolute;
				width: 18.857em;
				height: 2.857em;
				bottom: 2.857em;
				left: 50%;
				transform: translateX(-50%);
				line-height: 2.857em;
			}
			.items-service .item-btn-a {
				display: block;
				border: 1px solid #20b09f;
				font-size: 1.143em;
				color: #20b09f;
			}
			.transition {
				-moz-transition: all .3s ease;
				-webkit-transition: all .3s ease;
				transition: all .3s ease;
			}
			.items-service .item-btn {
				position: absolute;
				width: 18.857em;
				height: 2.857em;
				bottom: 2.857em;
				left: 50%;
				transform: translateX(-50%);
				line-height: 2.857em;
			}
			.items-service .item:hover {
				transform: translateY(-20px);
				box-shadow: 0 0 10px 5px rgb(135 135 135 / 10%);
			}
			.items-service .item:hover .item-title {
				background-color: #20b09f;
			}
			.items-service .item:hover .item-btn-a {
				background-color: #20b09f;
				color: #fff;
			}
			.items-service .item:hover .item-title:before {
    				border-bottom-color: #20b09f;
			}
			.items-service .item:hover .item-title:after {
    				border-top-color: #20b09f;
			}