html,
body,
div,
span,
applet,
object,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  /*font-size:100%;*/
  /*font:inherit;*/
  /*font-weight:normal;*/
  font-family: Microsoft YaHei;
  /* font-family: PingFangSC-Regular; */
  /* font-family: "monotype corsiva"; */
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  vertical-align: middle;
}
/* custom */
a {
  outline: none;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}
a:focus {
  outline: none;
}
input:focus,
select:focus,
textarea:focus {
  outline: -webkit-focus-ring-color auto 0;
}
img {
  display: block;
}

body {
  min-width: 1366px !important;
  /* overflow-x: hidden !important; */
}
.screenW {
  width: 100%;
}
.contentW1 {
  width: 1532px;
  margin: 0 auto;
}
.contentW2 {
  width: 1300px;
  margin: 0 auto;
  /* padding: 0 20px; */
}
.contentW3 {
  width: 1220px;
  margin: 0 auto;
}
.flexStyle {
  display: flex;
}
.flexWrap {
  display: flex;
  flex-wrap: wrap;
}
.flexCenter {
  display: flex;
  justify-content: center;
}
.flexBetween {
  display: flex;
  justify-content: space-between;
}
.colorWhite {
  color: #fff;
}
.colorGreen {
  color: #5aa451;
}
.colorMainTitle {
  color: #1c1c1c;
}
.colorSubTitle {
  color: #292929;
}
.colorContent {
  color: #606060;
}
.fontSize40 {
  font-size: 40px;
}
.fontSize36 {
  font-size: 36px;
}
.fontSize32 {
  font-size: 32px;
}
.fontSize30 {
  font-size: 30px;
}
.fontSize28 {
  font-size: 28px;
}
.fontSize26 {
  font-size: 26px;
}
.fontSize24 {
  font-size: 24px;
}
.fontSize22 {
  font-size: 22px;
}
.fontSize20 {
  font-size: 20px;
}
.fontSize18 {
  font-size: 18px;
}
.fontSize16 {
  font-size: 16px;
}
.fontSize14 {
  font-size: 14px;
}
.fontSize12 {
  font-size: 12px;
}
.fontWeight {
  font-weight: bold;
}
.bigBtn {
  width: 180px;
  height: 35px;
  font-size: 14px;
}
.middleBtn {
  width: 160px;
  height: 50px;
  font-size: 16px;
}
.smallBtn {
  width: 120px;
  height: 35px;
  font-size: 14px;
}
.hollowBtn {
  color: #5aa451;
  border: 1px solid #cde4ca;
  border-radius: 25px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.hollowBtnHover {
  color: #5aa451;
  border: 1px solid #cde4ca;
  border-radius: 25px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.hollowBtnHoverArrowGSmall {
  display: block;
}
.hollowBtnHoverArrowWSmall {
  display: none;
}
.hollowBtnHover:hover {
  color: #fff;
  border: 1px solid #5aa451;
  border-radius: 25px;
  background: #5aa451;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.hollowBtnHover:hover .hollowBtnHoverArrowGSmall {
  display: none;
}
.hollowBtnHover:hover .hollowBtnHoverArrowWSmall {
  display: block;
}
.solidBtn {
  color: #fff;
  border: 1px solid #5aa451;
  border-radius: 25px;
  background: #5aa451;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.4s;
}
.solidBtn:hover {
  transform: translate(0, -10px);
  box-shadow: 0px 16px 24px 6px rgba(90, 164, 81, 0.3);
}
.hollowBtn img,
.hollowBtnHover img,
.solidBtn img {
  width: 24px;
  height: 16px;
  margin-left: 15px;
}
@keyframes myfirst {
  0% {
    margin-top: 0;
  }
  25% {
    margin-top: -5px;
  }
  50% {
    margin-top: -10px;
  }
  100% {
    margin-top: -15px;
  }
}

#exampleInputFile,
#exampleInputFileM {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.pageIng {
  width: 50px;
  height: 50px;
}
.conBoxItem .pageIng,
.productDetailConRMValue3 .pageIng {
  width: 100px;
  height: 100px;
}
.pageIng img {
  width: 100%;
  height: 100%;
  margin: 0;
}
.flexWarp {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.pd-0 {
  padding: 0 !important;
}
<!--0.0001978874206543-->