/* 手机移动端分辨率 */
@media (max-width: 768px) {
	html {
		font-size: 40px !important;
	}
	header{
		width: 100%;
		box-sizing: border-box;
		padding: 0 0.4rem;
	}
	header .btns , header .nav{
		display: none;
	}
	header .logo {
		flex: 1;
	}
	.nav-icon{
		display: block;
	}
	.s-img{
		display: none !important;
	}
	.youshi dl{
		width: 50%;
	}
	.zip .pic{
		margin-right: 0;
	}
	.zip .pic img {
		width: 100%;
	}
	.zip .text{
		margin-top: 1rem;
	}
	.zip .text .btns a{
		width: 100%;
		text-align: center;
	}
	.s-suoxie{
		padding-left:0.4rem;
		padding-right:0.4rem;
		padding-bottom: 0;
	}
	.s-suoxie .sy{
		margin-right: 0;
	}
	.s-suoxie .sy .btns{
		margin: 0.4rem 0 0.2rem 0;
	}
	.s-suoxie .sy .btns a{
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.s-suoxie .sy-panel{
		width: 100%;
	}
	.map-feature-workspace {
		grid-template-columns: minmax(0, 1fr);
		gap: 0.3rem;
	}
	.map-shell {
		order: initial;
	}
	.map-shell,
	.map-view {
		min-height: 6.5rem;
	}
	.product .card{
		min-width: 4.4rem;
		flex: 1 0 0%;
		margin:0 0.3rem;
		box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
	}
	.questions{
		width: 100%;
		padding: 0.4rem;
	}
	.questions .questions-title{
		width: 100% !important;
	}
	.questions .questions-list{
		min-width: 100%;
	}
	.order{
		background: none !important;
		padding-left: 0 !important;
	}
}
/* PAD中屏分辨率 */
@media (min-width: 768px) and (max-width: 1025px) {
	html {
		font-size: 45px;
	}
	header .btns , header .nav{
		display: none;
	}
	.nav-icon{
		display: block;
	}
	.zip .text{
		margin-top: 1rem;
	}
	.zip .text .btns a{
		width: 100%;
		text-align: center;
	}
	.s-img{
		display: none !important;
	}
	.s-suoxie{
		padding-bottom: 0;
	}
	.s-suoxie .sy .btns{
		margin: 0.4rem 0 0.2rem 0;
	}
}	

@media screen and (min-width: 1026px) {
	html {
		font-size: 50px;
	}
	header{
		min-width: 24rem;
		overflow: hidden;
	}
}

body,p,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd {
    /*字体设置*/
	font-size: 0.28rem;
	font-family: "Microsoft Yahei",sans-serif;
	list-style: none; /* 去掉列表的原点 */
	cursor: default; /* 默认鼠标 */
}
body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/*可选*/
html,body {
	width: 100%;
	height: 100%;
}
/*行内块元素*/
input,img {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline-style: none;
	vertical-align: bottom;
}
button, input{
	outline: none !important;
}
/*行内元素*/
a,a:active,a:visited {
	display: block;
    /*下划线和颜色*/
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #076CE0;
}
textarea {
	border: none; /* 边框清零 */
	outline: none; /* 轮廓线清零 */
	resize: none; /* 防止文本域被随意拖拽 */
}

i {
	font-style: normal;  /*文字样式*/
}

table {
	border-collapse: collapse; /*边框合并*/
	border-spacing: 0;
}

/* 使用伪元素清除浮动 */
.clearfix::before,.clearfix::after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: none;
	clear: both;
}
.clearfix {
	*zoom: 1;
}

/* 版心*/
.w {
	width: 37.66rem;
	margin: 0 auto;
} 

/*可选*/
/*单选框和复选框的配置，一般是分开的*/
input[type="radio"],input[type="checkbox"] {
	/*appearance: none;
	-webkit-appearance: none;*/
	outline: none;
	/*display: none;*/
}

label {
	display: inline-block;
	cursor: pointer;
}

label input[type="radio"]:checked~i,label input[type="checkbox"]:checked~i {
	color: #38d6ff;
}

/*可选*/
/* 自定义数字框配置 */
input[type="number"] {
	width: 0.38rem;
	height: 0.18rem;
	background-color: rgba(5,45,82,0.4);
	border: 1px solid #ccc;
	border-radius: 0.02rem;
	color: #fff;
	font-size: 0.1rem;
	padding: 0 0.05rem;
}

input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type="number"]+div {
	width: 0.15rem;
	height: 0.02rem;
	padding-left: 0.01rem;
	cursor: pointer;
}

input[type="number"]+div > .count_add {
	display: block;
	width: 0.14rem;
	height: 0.95rem;
	background: url("../images/count_add.png") no-repeat;
	background-size: contain;
	margin-bottom: 0.01rem;
}
input[type="number"]+div > .count_subtract {
	display: block;
	width: 0.14rem;
	height: 0.95rem;
	background: url("../images/count_subtract.png") no-repeat;
	background-size: contain;
}


/* 页脚部分样式 */

.bs-docs-footer {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 100px;
	color: #99979c;
	text-align: center;
	font-size: 14px;
	background-color: #2a2730;
}

.bs-docs-footer a {
	display: inline;
	color: #fff;
}

.bs-docs-footer-links {
	padding-left: 0;
	margin-bottom: 20px;
}

.bs-docs-footer-links li {
	display: inline-block;
}

.bs-docs-footer-links li+li {
	margin-left: 15px;
}

@media (min-width: 768px) {
	.bs-docs-footer {
		text-align: left;
	}

	.bs-docs-footer p {
		margin-bottom: 0;
	}
}
