

.x-main-bottom {
    width: 1580px;
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
    padding: 0 190px;
}
.x-main-bottom .x-main-gb1 {
    width: 100%;
    height: 25px;
    background: url(../images/suction_bottom_5.png) no-repeat top;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
}
.x-main-bottom .x-main-gb2 {
    width: 100%;
    height: 30px;
    background: url(../images/suction_bottom_6.png) no-repeat bottom;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.x-takeback {
    width: 204px;
	height: 177px;
    position: absolute;
    top: -30px;
    right: 194px;
    z-index: 2;
    cursor: pointer;
	background: url(../images/suction_bottom_3.png) no-repeat bottom;
}
.x-main-bottom .x-hs {
    width: 100%;
    background: #fff;
    padding: 0 60px;
    /* padding-top: 40px; */
    padding-left: 250px;
    padding-bottom: 10px;
    background-image: url(../images/suction_bottom_1.png);
    background-position: 47px top;
    background-repeat: no-repeat;
	box-shadow: 0px -1px 60px 0px rgba(0, 0, 0, 0.2);
}
.x-main-bottom .x-hs1 {
	display: inline-block;
	background: url(../images/suction_bottom_4.png) no-repeat bottom;
	width: 369px;
    height: 60px;
    /* margin-top: -31px; */
}
.x-main-bottom .x-hs2 {
	position: absolute;
    top: 12px;
    left: 860px;
	cursor: pointer;
	background: url(../images/suction_bottom_button.gif) no-repeat bottom;
	width: 200px;
	height: 51px;
	z-index: 9;
}
.x-main-bottom .x-hs2.cur {
	background: url(../images/suction_bottom_button2.gif) no-repeat bottom;
}
.x-main-bottom .suction_bottom {
	background: #fff;
	padding: 10px 60px 50px;
}
.x-main-bottom .suction_bottom .calc-form{
	padding: 0 120px 0 0;
	float: left;
	width: 510px;
    color: #505050;
}
.x-main-bottom .suction_bottom .calc-result{
	width: 380px;
    float: right;
}
.x-main-bottom .suction_bottom .text-1{
	font-size: 28px;
    font-weight: 600;
    color: #000;
}
.x-main-bottom .suction_bottom .text-2{
	font-size: 16px;
    color: #232323;
    margin-left: 10px;
}
.x-main-bottom .suction_bottom .text-3{
	font-size: 16px;
    color: #dd4030;
    margin: 0 3px;
    font-weight: bold;
}
.x-main-bottom .suction_bottom .calc-form .calc-form-item{
	margin: 18px 0 0 0;
}
.x-main-bottom .suction_bottom .calc-form .calc-form-item > div {
    width: 290px;
}
.x-main-bottom .suction_bottom .calc-form .calc-form-item.area > div::after {
    content: '㎡';
    position: absolute;
    right: 45px;
    top: 10px;
    color: #505050;
}
.x-main-bottom .suction_bottom .calc-form .calc-form-item label{
	font-size: 16px;
    color: #000;
    margin-right: 20px;
}
.x-main-bottom .suction_bottom .calc-form .calc-form-item .dec-type span:first-child {
    margin-right: 20px;
}
.x-main-bottom .suction_bottom .calc-form .calc-form-item .dec-type span.active {
    background-color: #ff9102;
    border-color: #ff9102;
    color: #fff;
}
.x-main-bottom .suction_bottom .calc-form .calc-form-item .dec-type span {
    font-size: 16px;
    flex: 1;
    text-align: center;
    line-height: 40px;
    border: #d9d9d9 1px solid;
    cursor: pointer;
}
.x-main-bottom .suction_bottom .calc-form .calc-form-item .error-text{
	left: 80px;
}
.x-main-bottom .suction_bottom .calc-result h2{
	font-size: 28px;
    color: #000;
	padding-bottom: 20px;
}
.x-main-bottom .suction_bottom .calc-result .result-container{
	padding: 30px 30px 10px;
}
.x-main-bottom .suction_bottom .calc-result .result-container p{
	font-size: 12px;
    font-weight: 500;
    text-align: center;
}
.x-main-bottom .suction_bottom .calc-result .result-container p i{
    font-style: normal;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid red;
    border-radius: 50%;
    color: red;
    text-align: center;
    line-height: 18px;
    margin-right: 10px;
}
.x-main-bottom .suction_bottom .calc-result .result-container span{
	font-size: 18px;
}
.x-main-bottom .suction_bottom .calc-result .result-container label {
    display: inline-block;
    padding-bottom: 20px;
    font-size: 18px;
    color: #000;
}
.x-main-bottom .suction_bottom .calc-result .result-container em {
    min-width: 200px;
    width: 200px;
    display: inline-block;
    text-align: center;
    color: #ff503d;
    font-size: 22px;
    font-weight: 600;
}
.x-main-bottom .suction_bottom .calc-result p{
	font-size: 16px;
    font-weight: bolder;
    color: #888;
	margin-top: 10px;
}
.suction_bottom .calc-btn18 {
    width: 156px;
    height: 156px;
    border-radius: 50%;
    position: absolute;
    top: 160px;
    left: 50%;
    margin-left: -80px;
}
.suction_bottom .calc-btn18 >div {
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background-color: #ff503d;
    color: #fff;
    margin: 18px auto;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    padding: 24px 0;
}
.x-main-bottom .x-main-line {
	width: 1px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 300px;
	border-right: #d9d9d9 1px solid;
}
.result-container {
    border: #d9d9d9 1px dashed;
    padding: 30px 30px 10px;
}
.x-main-bottom .suction_bottom .calc-form .calc-form-item {
    margin: 20px 0 0 0;
}
.calc-form .calc-form-item {
    display: flex;
    position: relative;
}
.x-main-bottom .suction_bottom .calc-form .calc-form-item label {
    font-size: 16px;
    color: #000;
	position:relative;
}
.x-main-bottom .suction_bottom .calc-form .calc-form-item label em{
	color: red;
    position: absolute;
    top: 0;
    right: -12px;
}
.calc-form .calc-form-item label {
    line-height: 36px;
    white-space: nowrap;
}
.x-main-bottom .suction_bottom .calc-form .calc-form-item > div {
    width: 290px;
}
.calc-form .calc-form-item > div {
    width: 360px;
    display: flex;
}
.input-style {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    width: 100%;
    border: #d9d9d9 1px solid;
}
.calc-form .calc-form-item18 input {
    line-height: 36px;
    color: #888;
    margin-right: 4px
}
.calc-form .calc-form-item18 .lab{
    font-size: 14px!important;
    color: #888;
}
.calc-form-item18 label:nth-child(n+1){
    margin-right: 17px!important;
}
.p18{
    color: #ff9102!important;
    text-align: center;
}
.p18 span{font-size: 26px;}
.circle-animate0118 {
   position: absolute;
    top: 17px;
    right: 18px;
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ff503d;
    z-index: 12;
    -webkit-animation: scale-three2 1.5s ease infinite;
    -moz-animation: scale-three2 1.5s ease infinite;
    -o-animation: scale-three2 1.5s ease infinite;
    animation: scale-three2 1.5s ease infinite;
    animation-fill-mode: both;
}
@media (max-width:1400px) {
    .x-main-bottom {display:block}
}
@media (max-width:999px) {
.x-main-bottom {display:none}
}