.calculator_h1 {
	margin-top: 30px;
	font-size: 48px;
	color:#3377ff;
	line-height: 68px;
	font-weight: 400;
	font-family: 'poppinsRegular';
}

.calculator_wrap {
	margin-top: 23px;
	margin-bottom: 68px;
}
.fl {
    float: right;
}
.fr {
    float: left;
}

.calculator {
	width: 51%;
	background: #FFFFFF;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 47px 60px 59px;
	position: relative;
}

.calculator .item_top {
	width: 100%;
	margin-top: 8px;
}

.calculator .item_top .tit {
	font-size: 20px;
	color: #2D374B;
	line-height: 46px;
	/* font-family: philosopher; */
	font-weight: bold;
}

.calculator .item_top:nth-child(2),
.calculator .item_top:nth-child(3) {
	width: 44.9%;
}

.calculator .item_top:nth-child(2) input,
.calculator .item_top:nth-child(3) input {
	width: 100%;
}

.calculator .dropdown {
	width: 100%;
	height: 35px;
	background: #FFFFFF;
	position: relative;
}

.calculator .dropdown .name {
	height: 35px;
	border-radius: 4px;
	border: 1px solid #B3B3B3;
	font-size: 16px;
	color: #3C3E45;
	line-height: 33px;
	font-family: quicksand;
	padding: 0 10px 0 34px;
	cursor: pointer;
	position: relative;
	z-index: 2;
	width: 100%;
}
.calculator input {
	width: 63.6%;
	height: 35px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #B3B3B3;
	padding: 0 6px 0 10px;
	font-size: 16px;
	color: #3C3E45;
	font-family: quicksand;
}
.calculator .dropdown .name:focus{
	outline: none;
	border: 1px solid #3377ff;
}
.calculator .name_greeng:focus{
	outline: none;
	border: 1px solid #3377ff;
}

.calculator .line {
	display: block;
	width: 100%;
	height: 1px;
	background: #B3B3B3;
	margin: 39px 0 18px;
}

.calculator .item_bot {
	width: 100%;
	margin-top: 6px;
}

.calculator .item_bot .tit {
	width: 100%;
	font-size: 16px;
	color: #2D374B;
	line-height: 40px;
	/* font-family: quicksand; */
	font-weight: bold;
}

.calculator .item_bot .dropdown {
	width: 33%;
}

.calculator .btn_left {
	width: 63.6%;
	height: 40px;
	background: #3377ff;
	border-radius: 4px;
	font-size: 18px;
	color: #fff;
	/* font-family: quicksand; */
	border: none;
	margin-top: 40px;
	font-weight: 500;
	cursor: pointer;
}

.btn_left:hover {
	background: #fff;
	color: #3377ff;
	border: 1px solid #3377ff;
}

.calculator .btn_right {
	width: 26.6%;
	height: 40px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 2px solid #3377ff;
	font-size: 18px;
	font-weight: bolder;
	color: #3377ff;
	/* font-family: quicksand; */
	cursor: pointer;
	margin-top: 40px;
}

.btn_right:hover {
	background: #3377ff;
	color: #fff;
	border: none;
}

.calculator .text_reminder {
	width: 100%;
	font-family: quicksand;
	font-size: 16px;
	color: #3C3E45;
	line-height: 36px;
	position: absolute;
	left: 0;
	bottom: -47px;
	white-space: nowrap;
}

.calculator_example {
	width: 46.5%;
	height: 370px;
	background: #FFFFFF;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	text-align: center;

}

.calculator_example img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.calculator_result {
	width: 46.5%;
	height: 260px;
	background: #FFFFFF;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	margin-top: 35px;
	padding: 60px 28px 32px 38px;
}


.calculator_result .left .p_one {
	font-size: 24px;
	color: #2D374B;
	line-height: 123px;
	font-family: OpenSans;
	font-style: italic;
}

.calculator_result .left strong {
	font-size: 54px;
	color: #3377ff;
	vertical-align: middle;
	font-weight: normal;
	font-family: 'poppinsRegular';
}

.calculator_result .left span {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	top: 18px;
	right: 10px;
}

.calculator_result .left .p_two {
	color: #626368;
	font-size: 16px;
	font-family: quicksand;
	line-height: 36px;
}

.calculator_result .right {
	width: 240px;
	text-align: center;
	font-family: quicksand;
}

.calculator_result .right p {
	font-size: 18px;
	color: #3377ff;
	line-height: 30px;
	font-weight: bolder;
}

.calculator_result .right a {
	display: block;
	width: 134px;
	height: 34px;
	background: #2D374B;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	line-height: 34px;
	margin: 24px auto 0;
}

.tit_hide {
	display: none;
}
footer{
	margin-top: 170px;
}
@media (max-width: 1280px) {
	.calculator {
		padding: 40px 35px 50px;
	}

	.calculator_example {
		margin: 0;
		height: 366px;
	}

	.calculator_result {
		padding: 40px 28px 32px;
	}

	.calculator_result .left strong {
		font-size: 100px;
	}

	.calculator_result .right {
		width: 170px;
	}
}

@media (max-width: 959px) {
	.calculator_h1 {
		margin-top: 20px;
		font-size: 40px;
		line-height: 60px;
	}

	.calculator {
		width: 100%;
		padding: 40px 35px 50px;
	}

	.calculator_example {
		width: 42%;
		height: 260px;
		float: left;
		margin-top: 60px;
	}

	.calculator_result {
		width: 56%;
		padding: 40px 25px 32px;
		margin-top: 60px;
	}

	.calculator_result .left strong {
		font-size: 90px;
	}

	.calculator_result .right {
		width: 170px;
	}
}

@media (max-width: 767px) {
	.calculator_wrap {
		display: flex;
		flex-direction: column;
		margin-top: 0px;
	}

	.calculator .text_reminder {
		white-space: normal;
		top: calc(100% + 10px);
	}

	.calculator_example {
        order: -1; /* 放在顶部 */
        margin-bottom: 20px; /* 添加间距 */
		width: 100%;
		margin-top: 0px;
	}

	.calculator_result {
		width: 100%;
		/* margin-top: 30px; */
	}

	.calculator_result .right {
		width: 50%;
	}
}

@media (max-width: 639px) {
	.calculator {
		padding: 10px 20px 35px;
	}

	.calculator .text_reminder {
		white-space: normal;
		top: calc(100% + 10px);
		line-height: 26px;
	}

	.calculator_example {
		width: 100%;
		/* margin-top: 75px; */
	}

	.calculator_result {
		width: 100%;
		margin-top: 80px;
	}

	.calculator_result .right {
		width: 50%;
	}
}

@media (max-width: 479px) {
	footer{
		margin-top: 120px;
	}
	.calculator_h1 {
		font-size: 34px;
	}

	.calculator .item_top {
		margin-top: 0;
	}

	.calculator .item_top:nth-child(2),
	.calculator .item_top:nth-child(3) {
		width: 100%;
	}

	.calculator .item_top .tit {
		font-size: 20px;
	}

	.calculator .line {
		margin: 30px 0 12px;
	}

	.calculator .item_bot {
		margin-top: 0;
	}

	.calculator .btn_left {
		width: 66%;
		margin-top: 30px;
	}

	.calculator .btn_right {
		margin-top: 30px;
	}

	.calculator input {
		width: 63%;
	}

	.calculator_example {
		/* margin-top: 95px; */
	}

	.calculator_result {
		height: auto;
		padding: 0 20px 30px;
	}

	.calculator_result .p_one {
		line-height: 100px;
	}

	.calculator_result .p_one strong {
		font-size: 70px;
	}

	.calculator_result .left {
		width: 100%;
	}

	.calculator_result .left span {
		top: 15px;
	}

	.calculator_result .left .p_two {
		margin-top: -30px;
	}

	.calculator_result .right {
		width: 100%;
		margin-top: 20px;
	}
}