html,
body {
	width: 100%;
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}


.container {
	width: 100%;
	height: 100%;
	padding: 0;
	position: relative;
}

.top-content {
	width: 100%;
	position: relative;
}

.top-content-h1 {
	height: 800px;
}

.top-content-h2 {
	height: 150px;
}

.header-banner {
	width: 100%;
}

.top-content .banner {
	width: 100%;
	height: 800px;
	background: url(../img/pc_banner_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
}

.top-content .title1 {
	color: #333333;
	font-size: 28px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 25px;
}

.top-content .title2 {
	color: #206054;
	font-size: 35px;
	font-weight: bold;
	margin-left: 40px;
}

.title-banner-container {
	display: flex;
	align-items: center;
	width: 100%;
	height: 90px;
	background: url(../img/pc_try_bg.png);
	position: absolute;
	top: 90px;
}

.title-logo {
	width: 67px;
	height: 67px;
	margin-left: 10%;
}

.try-btn {
	width: 180px;
	height: 60px;
	border-radius: 100px;
	background: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 100px;
	box-shadow: 2.08px 9.78px 13px 0px rgba(151, 151, 151, 0.18);
	cursor: pointer;
}

.try-btn span {
	line-height: 100%;
	color: #206054;
	font-size: 30px;
	font-weight: bold;
}

.title3-container {
	position: absolute;
	top: 300px;
	display: flex;
	align-items: center;
}

.title3-tag {
	width: 13px;
	height: 90px;
	background: #69AA6C;
	margin-left: 202px;
}

.title3 {
	font-size: 90px;
	color: #3A4F32;
	font-weight: 550;
	margin-left: 40px;
}

.contact-info-container {
	width: 100%;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 540px;
}

.contact-info-bg {
	width: 55%;
	height: 220px;
	background: url(../img/pc_banner_note_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact-border {
	width: 88%;
	height: 140px;
	border: 2px solid #FFFFFF;
	display: flex;
	align-items: center;
}

.contact-info {
	width: 80%;
	height: 100%;
}

.contact-info p {
	width: 100%;
	height: 50%;
	font-size: 28px;
	color: #2E2C2C;
	display: flex;
	align-items: center;
	margin: 0;
}

.contact-info span {
	margin-left: 35px;
}

#phone {
	border-bottom: 2px solid #FFFFFF;
}

.contact-logo {
	flex: 1;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 2px solid #FFFFFF;
}

.contact-logo img {
	height: 70%;
}

.main-content {
	width: 65%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.portfolio-desc {
	width: 100%;
	font-size: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #F5F7F6;
	margin-top: 40px;
	word-wrap: break-word;
	word-break: break-all;
	margin-left: 0;
	margin-right: 0;
}

.portfolio-desc p {
	padding: 35px;
	margin: 0;
}

.portfolio-list {
	padding-bottom: 30px;
	width: 100%;
}

.portfolio-item {
	width: 100%;
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.pic-banner {
	width: 100%;
}

.portfolio-item .tag {
	width: 100%;
	min-height: 50px;
	background: linear-gradient(to right, #caeed2, #ffffff, #ffffff);
	box-shadow: 2.08px 9.78px 13px 0px rgba(151, 151, 151, 0.18);
	display: flex;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: -5px;
	word-wrap: break-word;
	word-break: break-all;
}

.portfolio-item .tag p {
	border-left: 6px solid #68aa6b;
	color: #3A4F32;
	font-size: 22px;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: 30px;
}

.portfolio-item .desc {
	width: 100%;
	display: flex;
	word-wrap: break-word;
	word-break: break-all;
}

.portfolio-item .desc p {
	color: #909E8A;
	font-size: 20px;
	margin-top: 25px;
	padding-left: 30px;
	padding-right: 30px;
}

.pic-item {
	width: 100%;
	position: relative;
}

.report-btn {
	width: 120px;
	height: 40px;
	border-radius: 20px;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 40px;
	bottom: 30px;
	cursor: pointer;
	box-shadow: 2.08px 9.78px 13px 0px rgba(151, 151, 151, 0.18);
}

.report-btn img {
	width: 15px;
}

.report-btn span {
	font-size: 20px;
	color: #5A5A5A;
	margin-left: 5px;
}

/* 举报弹窗 */
.report-container {
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.report-frame {
	width: 840px;
	height: 650px;
	background: #FFFFFF;
	border-radius: 20px;
}

.report-title {
	background: #F5F7F6;
	height: 180px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.report-title span {
	font-size: 18px;
	color: #313131;
	font-weight: bold;
	display: inline-block;
	margin-top: 10px;
}

.report-title p {
	font-size: 16px;
	color: #313131;
	margin-top: 4px;
}

.report-type-text {
	font-size: 18px;
	color: #313131;
	font-weight: bold;
	margin-left: 5%;
	margin-top: 20px;
}

.report-detail {
	font-size: 18px;
	color: #313131;
	margin-left: 5%;
	margin-top: 20px;
}

.report-type-select-group {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-top: 5px;
}

.report-type-select-group select {
	width: 90%;
	height: 50px;
	border-radius: 10px;
	border: 2px solid #CCCCCC;
	font-size: 17px;
	color: #2F2F2F;
	padding-left: 25px;
	-webkit-appearance: none;
}

.report-type-select-group img {
	width: 16px;
	height: 10px;
	position: absolute;
	right: 65px;
}

.report-frame textarea {
	width: 90%;
	height: 130px;
	border-radius: 10px;
	border: 2px solid #CCCCCC;
	font-size: 17px;
	color: #2F2F2F;
	padding: 15px;
}

.report-btn-group {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}

.btn-ok {
	width: 90%;
	height: 60px;
	background: #5CD3B6;
	border-radius: 10px;
	font-size: 20px;
	color: #FFFFFF;
	cursor: pointer;
}

.btn-ok-disable {
	background: #999999;
}

/* 手机  -  当屏幕宽高比不超过这个值时*/
@media only screen and (max-device-aspect-ratio : 9 / 16) {

	.top-content-h1 {
		height: 870px;
	}

	.top-content-h2 {
		height: 150px;
	}

	.banner-box {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.banner-logo {
		position: absolute;
		top: 270px;
		left: 55px;
	}

	.banner-logo img {
		width: 140px;
		height: 55px;
	}

	.banner-full {
		position: absolute;
		top: 240px;
		right: 55px;
	}

	.banner-full img {
		width: 99px;
		height: 99px;
	}

	.top-content .banner {
		background: url(../img/banner_bg.png);
		top: 224px;
		border-radius: 10px;
		width: 95%;
		height: 506px;
		background-repeat: no-repeat;
		background-size: 100%;
		height: 100%;
	}

	.top-content .title1 {
		font-size: 26px;
	}

	.title3-container {
		top: 370px
	}

	.title-banner-container {
		top: 79px;
		background: url(../img/phone_try_bg.png);
		background-repeat: no-repeat;
		background-size: 100%;
	}

	.title-logo {
		margin-left: 37px;
	}

	.top-content .title2 {
		font-size: 28px;
		margin-left: 29px;
	}

	.try-btn {
		width: 177px;
		margin-left: 170px;
	}

	.try-btn span {
		font-size: 28px;
	}

	.title3-container {
		left: 2.5%;
	}

	.title3-tag {
		width: 6px;
		height: 51px;
		margin-left: 41px;
	}

	.title3 {
		font-size: 67px;
		margin-left: 21px;
	}

	.contact-info-container {
		top: 690px;
	}

	.contact-info-bg {
		width: 90%;
		height: 185px;
		background: url(../img/banner_note_bg.png);
		background-repeat: no-repeat;
		background-size: 100%;
	}

	.contact-border {
		height: 120px;
	}

	.contact-info p {
		font-size: 28px;
	}

	.main-content {
		width: 95%;
	}

	.portfolio-desc {
		font-size: 30px;
	}

	.portfolio-desc p {
		padding: 60px;
	}

	.portfolio-list {
		width: 100%;
	}

	.portfolio-item {
		width: 100%;
	}

	.pic-banner {
		width: 100%;
	}

	.portfolio-item .tag {
		width: 100%;
	}

	.portfolio-item .tag p {
		border-left: 10px solid #68aa6b;
		color: #3A4F32;
		font-size: 36px;
		padding-left: 30px;
		margin-left: 30px;
	}

	.portfolio-item .desc p {
		font-size: 30px;
	}

	.report-btn {
		width: 150px;
		height: 55px;
		border-radius: 15px;
	}

	.report-btn img {
		width: 17px;
	}

	.report-btn span {
		font-size: 22px;
	}

	.report-frame {
		width: 740px;
		height: 1000px;
	}

	.report-title {
		height: 313px;
	}

	.report-title span {
		font-size: 30px;
	}

	.report-title p {
		font-size: 24px;
	}

	.report-type-text {
		font-size: 28px;
	}

	.report-detail {
		font-size: 28px;
	}



	.report-type-select-group select {
		width: 90%;
		height: 90px;
		font-size: 24px;
	}

	.report-type-select-group img {
		width: 24px;
		height: 17px;
		position: absolute;
		right: 65px;
	}

	.report-frame textarea {
		width: 90%;
		height: 200px;
		font-size: 24px;
	}

	.report-btn-group {
		width: 100%;
		flex-direction: column;
		margin-top: 40px;
	}

	.btn-ok {
		width: 90%;
		height: 90px;
		font-size: 30px;
	}
}
