

@media (min-width:641px){body{width:640px;margin:auto;}}

@media (max-width:390px){
	html{font-size:100%;}
	}
@media (max-width:1920px){
		html{font-size:100%;}
		}
.footer{ 
	width:100%; 
	background-color:#efeff0; 
	padding-top:14px; 
	padding-bottom:34px;
	margin-top: 30px;
	/* position:fixed; */
	bottom:0px;
	max-width: 640px;
	text-align:center; 
	color: #565656;
	font-size: 12px
	}
	.footer p{
		text-align:center;
		 color: #565656;
		 font-size: 12px
	}
	.footer a{
		text-align:center; 
		color: #565656;
		font-size: 12px
	}
.toubu{
	width: 100%;
	height: 60px;
	background-color: #fcfcfc;
	
}
.logo1{
	margin-top: 0.625rem;
	width: 113.92px;
	height: 36px;
	padding: 0.3125rem 0.625rem;
	border-radius: 12px;
	/* border-radius: 100px; */
}
.toubu p{
	position: absolute;
	margin-top: -33px;
	margin-left: 2.9rem;
	font-size: 1.125rem;
	font-weight: 600;
	color: #333;
}


/* .calculator-bg img {
    height: 40vh;
    width: 100%;
    max-height: 100%;
    object-fit: cover;
} */
/* .container{
   position: relative;
   width: 100%;
   overflow: hidden;
   background-size: cover;
} */
.content{
     width: 100%;
     padding: 12px;
     box-sizing: border-box;
}
.title{
    font-size: 20px;
    color: #333;
    text-align: left;
    padding-bottom: 12px;
}
.count{
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255,255,255,.8);
}
.form{
}
.form_input{
    position: relative;
    margin-bottom: 10px;
}

.form_input .label{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
}
.form_input .input{
    width: 100%;
    position: relative;
}
.form_input .input select{
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
	outline-style: none ;

}
.form_input .input select:focus{
 
	border-color: #66afe9;
	    outline: 0;
	    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)

}

.form_input .input input{
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
	outline-style: none ;

}
.form_input .input input:focus{
 
	border-color: #66afe9;
	    outline: 0;
	    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)

}



.form_input button{
    display: inline-block;
    padding: 12px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 10px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #ff9400;
    display: block;
    width: 100%;
}


.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1040;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: rgba(0,0,0,.3);
}
.modal-dialog {
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}
.bz{
    font-size: 12px;
    line-height: 1.6em;
}
.souce{
    font-size: 16px;
}

#gongshi {
    font-size: 12px;
    line-height: 1.6em;
}

.seimg b {
    padding: 0 5px;
}
.wheel .wheel-scroll .wheel-item {
    display: block;
    font-size: 18px;
}