html

/* reset */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:active {
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	outline: none;
	color: inherit;
}

a:hover,
a:visited,
a:active,
a:link {
	text-decoration: none;
}

body {
	line-height: 1;
	overflow-x: hidden;
	font-family: PingFangSC-Regular, 'Microsoft Yahei UI Light', Arial, Helvetica, sans-serif;
}

.active:active {
	transform: translate(1px, 1px);
}

.pointer {
	cursor: pointer;
}

/* 页面样式 */
body,
.all {
	min-height: 100vh;
	background: #f0f2f5;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.all {
	padding: 5.20833333vw 0 4.4791666vw 0;
	position: relative;
}

.topView {
	width: 100vw;
	height: 5.20833333vw;
	background: #FFFFFF;
	box-shadow: 0px 1px 23px 0px rgba(0, 0, 0, 0.14);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
}

.navList {
	width: 59.27083vw;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logoName {
	height: 5.20833333vw;
	display: flex;
	align-items: center;
}

.navLogin,
.nav,
.hrefLogin {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.nav div {
	height: 0.9375vw;
	font-size: 0.9375vw;
	color: #333333;
	line-height: 0.9375vw;
	margin-right: 5.208333333vw;
}

.hrefLogin {
	width: 6.45833333333vw;
	height: 2.5vw;
	background: #0069D7;
	border-radius: 1.30208vw;
	justify-content: center;

	font-size: 0.9375vw;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.9375vw;
}

.logoName img {
	width: auto;
	height: 2.604166vw;
}

.banner {
	position: relative;
}

.banner img {
	width: 100%;
	height: auto;
}

#aboutView{
	position: absolute;
	bottom: 5.20833333vw;
}

.desc {
	width: 59.27083vw;
	padding: 4.375vw 0.1vw 4.47917vw 1.25vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
  position: relative;
}

.desc_left {
	width: 31.3vw;
}

.aboutUs {
	position: relative;
	padding-top: 1.09375vw;
}

.aboutUs div {
	height: 2.1875vw;
	font-size: 1.5625vw;
	font-weight: bold;
	color: #000000;
	line-height: 2.1875vw;
	position: absolute;
	top: 0;
	left: 0;
}

.aboutUs img {
	width: 7.5vw;
	height: 1.77vw;
}

.address {
	padding: 1.40625vw 0;
	display: flex;
	align-items: center;
}

.address img {
	width: 1.25vw;
	height: 1.25vw;
}

.address div {
	height: 0.833vw;
	font-size: 0.833vw;
	font-weight: bold;
	color: #333333;
	line-height: 0.833vw;
	margin-left: 0.46875vw;
}

.descOther {
	font-size: 0.833vw;
	color: #666666;
	line-height: 1.25vw;
}

.brSpace {
	margin-bottom: 1.40625vw;
}

.desc_r {
	width: 23.541vw;
	height: 18.229vw;
}

#productView {
  position: absolute;
  bottom: 5.20833333vw;
}

.goods {
	padding: 2.0833333333vw 20.520833333vw;
	background: #FAFAFA;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.goods_l {
	width: 16.666666666666666vw;
	height: 13.3333333vw;
	background: #fff;
	display: flex;
	align-items: center;
	border-radius: 0.3vw;
	overflow: hidden;
}

.goods_list {
	width: 3.3333333vw;
	height: 100%;
}

.goods_icon {
	width: 100%;
	height: 3.3333333vw;
	position: relative;
	cursor: pointer;
}

.goodsActive::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 2px);
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.13);
}

.goods_img {
	width: 13.333333vw;
	height: 13.333333vw;
}

.goods_l img {
	width: 100%;
	height: 100%;
}

.goods_r {
	width: 38.75vw;
	display: none;
}

.goods_unLogin{
	display: block;
}
.goods_unLoginCot{
	display: flex;
	align-items: center;
	height: 13.3333333vw;
}

.goods_unLoginCot .textCot{
	height: 1.458333vw;
	font-size: 1.04166vw;
	font-weight: bold;
	color: #999999;
	line-height: 1.458333vw;
}

.goods_unLoginCot .hrefLoginBtn{
	height: 1.4583333vw;
	font-size: 1.04166666vw;
	font-weight: bold;
	color: #0069D7;
	line-height: 1.4583333vw;
	margin-top: 0.78125vw;
	cursor: pointer;
}

.goods_name {
	height: 2.1875vw;
	font-size: 1.5625vw;
	font-weight: bold;
	color: #333333;
	line-height: 2.1875vw;
	margin-bottom: 1.25vw;
}

.flexLeft {
	display: flex;
	align-items: flex-start;
}

.goods_r .typeName {
	width: 6.40625vw;
	height: 1.30208vw;
	font-size: 0.9375vw;
	font-weight: bold;
	color: #999999;
	line-height: 0.9375vw;
	margin-bottom: 0.625vw;
	flex-shrink: 0;
}

.goods_r .text {
	width: 100%;
	font-size: 0.9375vw;
	font-weight: bold;
	line-height: 1.3020833vw;
	color: #333333;
	position: relative;
}

.validity{
	position: absolute;
	top: 0;
	left: 14.58333vw;
}


.bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4.4791666vw;
	background: #282828;
	display: flex;
	justify-content: center;
	align-items: center;
	
	font-size: 0.833333vw;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.833333vw;

}

.loginBox {
  width: 100vw;
  height: calc(100vh - 5.20833333vw);
  margin-top: 5.20833333vw;
  background: url("../images/loginBg.png") no-repeat;
  background-size: 100% 100%;

  position: fixed;
  top: 0;
  left: 0;

  display: flex;
  justify-content: center;
  align-items: center;

  visibility: hidden;
}

.loginBox_view {
  width: 24.0104166vw;
  height: 27.0833326vw;
  background: #FFFFFF;
  border-radius: 1.04166666vw;
  padding: 2.9166666vw 3.0208333vw 0;
}

.loginBox_title {
  height: 1.927083vw;
  font-size: 1.354166vw;
  font-weight: bold;
  color: #333333;
  line-height: 1.927083vw;
  margin-bottom: 3.22916666vw;
  text-align: center;
}

.loginBox_input {
  width: 17.96875vw;
  height: 2.6041666vw;
  border-radius: 0.3vw;
  border: 1px solid #DADADA;
  margin-bottom: 1.35416vw;
  text-indent: 1.04166666666vw;
  font-size: 0.9375vw;
  color: #000;
  line-height: 0.9375vw;
}

.loginBox_input:focus {
  outline: 1px solid #0069D7;
}

.hrefregisterbut {
  display: flex;
  justify-content: flex-end;
  right: 0;
  margin-bottom: 4.895833333vw;
	cursor: pointer;
}

.logBox_Btn {
  width: 17.96875vw;
  height: 2.6041666vw;
  background: #0069D7;
  border-radius: 0.6vw;
  font-size: 0.9375vw;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 0.9375vw;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.2vw;
  cursor: pointer;
}

/* 注册 */

.fregisterBox {
  width: 100vw;
  height: calc(100vh - 5.20833333vw);
  margin-top: 5.20833333vw;
  background: url("../images/loginBg.png") no-repeat;
	background-size:  100% 100%;
	
	position: fixed;
	top: 0;
	left: 0;
	
	display: flex;
	justify-content: center;
	align-items: center;
	
	visibility: hidden;
}

.fregisterBox_view{
	width: 24.0104166vw;
	height: 35.083333vw;
	background: #FFFFFF;
	border-radius: 1.04166666vw;
	padding: 2.9166666vw 3.0208333vw 0;
}

.fregisterBox_title{
	height: 1.927083vw;
	font-size: 1.354166vw;
	font-weight: bold;
	color: #333333;
	line-height: 1.927083vw;
	margin-bottom: 3.22916666vw;
	text-align: center;
}

.fregisterBox_input{
	width: 17.96875vw;
	height: 2.6041666vw;
	border-radius: 0.3vw;
	border: 1px solid #DADADA;
	margin-bottom: 1.35416vw;
	text-indent: 1.04166666666vw;
	font-size: 0.9375vw;
	color: #000;
	line-height: 0.9375vw;
}

.fregisterBox_input:focus{
	outline: 1px solid #0069D7;
}

.verificationCode {
  display: flex;
  position: relative;
}

.Code {
  position: absolute;
  right: 0;
  height: 2.6041666vw;
  width: 7vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0069D7;
  border-radius: 0 0.3vw 0.3vw 0;
  color: #fff;
	cursor: pointer;
}
.disabledCode {
  background: #ccc;
  visibility: hidden;
}

.loginbtn{
	display: flex;
	justify-content: flex-end;
	right: 0;
	margin-bottom: 4.895833333vw;
	cursor: pointer;
}

.fregister_Btn{
	width: 17.96875vw;
	height: 2.6041666vw;
	background: #0069D7;
	border-radius: 0.6vw;
	font-size: 0.9375vw;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.9375vw;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.2vw;
	cursor: pointer;
}

/* 列表页 */

.logOut{
	display: flex;
	align-items: center;
	display: none;
}

.logOut img{
	width: 1.25vw;
	height: 1.25vw;
	margin-right: 0.625vw;
}

.logOut span{
	height: 0.9375vw;
	font-size: 0.9375vw;
	color: #333333;
	line-height: 0.9375vw;
}

.tableBox{
	padding: 2.0833333vw 0 2.0833333vw 0.8333333vw;
	width: 59.27083vw;
	margin: 0 auto;
}

.tableName{
	padding: 0 0 1.04166666666vw 0;
}
#tbody {
	border-radius: 0.3vw;
	overflow: hidden;
}

#tbody td, #thead th{
	height: 2.8125vw;
	text-align: left;
	padding: 0 1.25vw 0;
	font-size: 0.729166vw;
	color: rgba(0, 0, 0, 0.85);
	line-height: 1.20vw;
	position: relative;
}

#tbody td::after{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 1px;
	left: 0;
	background: #f0f2f5;
}

#tbody tr:last-child td::after{
	content: '';
	height: 0;
}

#tbody tr td{
	background: #fff;
}