﻿@charset "utf-8";

* {
	margin: 0;
	padding: 0
}

html {
	height: 100%
}

body {
	height: 100%;
}

.swiper-container {
	width: 100%;
	height: auto;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-ms-perspective: 1200px;
	perspective: 1200px
}

.swiper-wrapper {
	margin-top: 0.5rem;
	width: 100%;
	height: auto;
}

.swiper-slide {
	width: 80%;
	margin:0.5rem 0rem;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-slide .main-img {
	width: 80%;
	margin: 0 auto;
	display: block
}

#pagination {

	width: 100%;
}

#pagination .swiper-pagination-bullet {
	margin: 2px;
}

.swiper-slide-active {
	transform: scale(1.2) !important;
}





.case-list {
	margin-top: 30px;
}

.list-title {
	display: flex;
	flex-direction: row;
	
}

.list-title div p {
	font-size: 0.9rem;
	 color: rgba(0, 0, 0, 0.50);
	 font-weight: bold;
	line-height: 2.5rem;
	
}



.list-title div:first-child {
	margin: 0 10px 0 20px;
}

.list-title div.active {
    background: url(../image/Icon/choose.png) no-repeat bottom;
	background-size: 100%;
}

.list-title>div{
	
}

.active p {
    font-size: 1.2rem !important;
    font-weight: bold !important;
    color: #3573D0!important
}

.list-menu{
	height: 100%;
	width: 100%;
}
.list-menu.active {
	display: none;
}

.list-menu a {
	width: 25%;
	text-decoration: none;
	height: 4.5rem;
	text-align: center;
	float: left;
	margin: 1rem 0 1rem 0;
	
	
}

.list-menu a img{
	width: 3.5rem;
	margin: 0 auto;
}

.list-menu a span{
	width: 100%;
	float: left;
	font-size: 0.8rem;
	color: #2a2a2a;
	word-wrap: break-word;
	margin-top:0.4rem ;
}

.check-progress {
	display: flex;
	justify-content: center;
	margin: 1rem 0;
	
}

.check-progress img {
	    width: 90%;
		height: 50%;
}

.func-title {
	font-size: 1rem;
	font-weight: bold;
	color: #2a2a2a;
	margin-left: 1.5rem;
	
}

.water-bill-func {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin: 1rem 1.5rem;
	border-radius: 0.5rem;
 box-shadow: 0px 0px 24px 0px rgba(111, 111, 111, 0.25);
	padding: 1rem 0;
}



.water-bill-func span {
	/* line-height: 20px; */
	display: inline-block;
	vertical-align: middle;
	font-size:0.9rem;
}

.water-bill-func img {
	/* line-height: 20px; */
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.water-bill-func div {
	width: 1px;
	margin: 3px 0;
	background-color: #dcdcdc;
}

.service-info-func {
	display: flex;
	flex-direction: row;
	margin: 1rem 1.5rem;
}

.last-one {
	margin: 1rem 1.5rem;
}

.service-info-func a {
	padding: 1rem;
	box-shadow: 0px 0px 24px 0px rgba(111, 111, 111, 0.25);
	border-radius: 0.5rem;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.service-info-func a:first-child {
	margin-right: 10px;
}
.service-info-func a:last-child-child {
	margin-left: 10px;
}

.service-info-func span {
	font-size:0.9rem;
}

.service-info-func img {
	/* display: inline-block;
	vertical-align: middle; */
	height: 36px;
}