html {
				background: #EEF0F5;
			}
			.bottomBlock {
				width: 100%;
				height: 1.8667rem;
				position: fixed;
				bottom: 0;
				left: 0;
				background: #FFFFFF;
				display: flex;
				align-items: center;
				justify-content: space-between;
			}
			.call {
				width: 9.4667rem;
				height: 1.0667rem;
				background: linear-gradient(90deg, #FF9200, #FFB755);
				display: flex;
				align-items: center;
				justify-content: center;
				margin-right: .2667rem;
				color: #FFFFFF;
				font-size: .4267rem;
				border-radius: .1333rem;
				margin: 0 auto;
			}
			
			.callImg {
				width: .3733rem;
				height: .3733rem;
				margin-right: .1333rem;
				display: flex;
				align-items: center;
			}
			.total {
				width: 9.4667rem;
				margin: 0 auto;
				margin-top: .2667rem;
				margin-bottom: 2.5333rem;
			}
			.question{
				width: 9.4667rem;
				height: 6.0933rem;
				background: #FFFFFF;
				border-radius: .1333rem;
				margin: .4rem auto;
				overflow: hidden;
			}
			.tel{
				width: 9.4667rem;
				height: 2.7333rem;
				background: #FFFFFF;
				border-radius: .1333rem;
				margin: 0 auto;
				overflow: hidden;
			}
			.starBlock{
				width: 8.9333rem;
				margin: 0 auto;
				display: flex;
				font-size: .4267rem;
				color: #333333;
				margin-top: .4rem;
			}
			.opcStart{
				opacity: 0;
			}
			.textareaBlock{
				width: 8.9333rem;
				height: 4.4rem;
				background: #F4F4F4;
				border-radius: .1333rem;
				margin: 0 auto;
				overflow: hidden;
				display: flex;
				justify-content: center;
				align-items: center;
				margin-top: .4rem;
			}
			.textareaBlock>textarea{
				width: calc(100% - .5333rem) !important;
				height: calc(100% - .5333rem) !important;
				font-size: .3467rem;
				color: #333333;
				background: #F4F4F4;
				border-radius: .1333rem;
			}
			.inputBlock{
				width: 8.9333rem;
				height: 1.1467rem;
				margin: 0 auto;
				background: #F4F4F4;
				border-radius: .1333rem;
				display: flex;
				justify-content: center;
				align-items: center;
				margin-top: .2667rem;
			}
			.inputBlock>input{
				width: calc(100% - .5333rem) !important;
				height: .5333rem !important;
				line-height: .5333rem;
				font-size: .3467rem;
				color: #333333;
				background: #F4F4F4;
				border-radius: .1333rem;
			}
			.submitBtn{
				width: 9.4667rem;
				height: 1.0667rem;
				background: #FF9200;
				border-radius: .1333rem;
				margin-top: .4rem;
				text-align: center;
				line-height: 1.0667rem;
				font-size: .4267rem;
				color: #F4F4F4;
			}