@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  margin: 0 auto;
  max-width: 750px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
ol, ul {
  list-style: none;
}
li {
  list-style: none;
}
caption, th {
  text-align: left;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
}
a {
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
.part1 {
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.shipin1 {
  width: 80%;
  height: 40.5%;
  position: absolute;
  /* background: #fff;*/
  left: 11%;
  top: 22.5%;
}
 .btn {
		display: block;
		width:58%;
		height: 2.8rem;
		position: absolute;
		left: 21%;
		bottom:9%;
		/*background: #fff;*/
		background-size: 100%;
		outline: none;
	}
 .btn1 {
		display: block;
		width:58%;
		height: 2.8rem;
		position: absolute;
		left: 21%;
		bottom: 5%;
		/*background: #fff;*/
		background-size: 100%;
		outline: none;
	}