/*reset*/
html, 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, 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;
  outline: 0;
  font-size: 14px;
  font-family: "Microsoft YaHei", sans-serif;
  vertical-align: baseline;
  background: transparent;
  /*color: #2b2b2b;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  box-sizing: border-box;
  font-size: 16px;
}
ol, ul {
  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;
}
a, ins {
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
textarea {
  outline: none;
  resize: none;
}
input:focus {
  /*border: none;*/
  outline: none;
}
h1{
  font-size: 30px;
}
h2{
  font-size: 28px;
}
h3{
  font-size: 24px;
}
h4{
  font-size: 20px;
}
h5{
  font-size: 18px;
}
h6{
  font-size: 16px;
}
*{
  box-sizing: border-box;
  font-family: Sans-serif;
  box-sizing: border-box;
}
.main-content{
  width: 1160px !important;
  margin: auto !important;
}
.main-title{
  font-size: 18px;
  padding: 15px 0;
  color: #2b2b2b;
}
.sys-title{
  height: 34px;
  line-height: 34px;
  background: #eaecf6;
  font-size: 14px;
  padding-left: 15px;
  font-weight: 900;
}
.default-config{
  width: 410px !important;
  height: 320px;
}
.default-config .el-select{
  width: 100% !important;
}
::v-deep .default-config .el-dialog__body{
  padding: 15px 20px 5px !important;
}
.product-show{
  width: 32.5%;
  height: 390px;
  background: #fff;
  margin-top: 15px;
  padding: 30px 0;
  text-align: center;
  color: #484848;
  text-decoration: none;
  border-radius: 5px;
  position: relative;
  box-sizing: border-box;
}
.product-show:hover{
  z-index: 2;
  -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
  box-shadow: 0 15px 30px rgba(0,0,0,.1);
  -webkit-transform: translate3d(0,-2px,0);
  transform: translate3d(0,-2px,0);
  color: #484848;
}
.product-show img{
  /*width: 100%;*/
  width: 238px;
  height: 142.8px;
  margin-top: 25px;
}
.product-show .product-title{
  position: absolute;
  bottom: 90px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #333333;
  font-family: "Ping Fang";
  font-weight: 500;
}
.product-show .product-tips{
  font-size: 12px;
  position: absolute;
  bottom: 60px;
  width: 100%;
  font-size: 14px;
  color: #6f6f6f;
  font-weight: 500;
}
.product-show .product-price{
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.product-img{
  width: 45%;
  height: 400px;
  display: inline-block;
}
.large-img-show{
  width: 100%;
  height: 300px;
  margin-top: 55px;
}
.small-img-box {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.small-img-show{
  width: 155px;
  height: 100px;
}
.product-detail{
  width: 52%;
  display: inline-block;
  float: right;
  /*padding: 0 30px;*/
  margin-bottom: 20px;
  margin-top: 30px;
}
.product-detail ul{
  /*border-bottom: 1px solid #DCDFE6;*/
  padding: 10px 0;
}
.product-detail table{
  width: 100%;
}
/*.product-detail th{*/
  /*width: 102px;*/
/*}*/
/*.product-detail th,*/
/*.product-detail td{*/
  /*height: 42px;*/
  /*padding: 15px 0;*/
/*}*/
/*.product-detail th{*/
  /*padding: 20px 15px;*/
/*}*/
.product-detail .el-radio-group{
  width: 100%;
}
.product-detail .el-radio{
  margin-right: 12px !important;
  margin-left: 0 !important;
}

