/* CSS Document */
.main-image {
	margin-top: -15px;
	width: 100%;
	display: block
}
.gg_table {
	background-color: #FFFFFF;
	border: #b6b6b6 1px solid;
}
.att3 {
	text-align: center !important;
	border-bottom: #b6b6b6 1px dotted !important;
	border-top: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
}
.att4 {
	text-align: center !important;
	border-bottom: #b6b6b6 1px dotted !important;
	border-top: 0px !important;
	border-left: #b6b6b6 1px dotted !important;
	border-right: 0px !important;
}
.w {
	width: 100%;
	margin: 0 auto;
}
.product_box {
	min-height: 200px;/*border-left: #eaeaea 1px solid;
	border-right: #eaeaea 1px solid;*/
}
.detail img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.header {
	margin-top: 30px;
}
.title {
	text-align: center;
	font-size: 20px;
	color: #3cc51f;
	font-weight: 400;
	margin: 0 15%;
}
select {
	border: solid 1px #FF0000;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url("/m/images/arrow.png") no-repeat scroll right center transparent;
	padding-right: 14px;
}
 @media(max-width:760px) {
.detail img {
	max-width: 96%;
	height: auto;
	width: auto\9;
}
}
.cell_left {
	text-align: right;
	padding-right: 3px;
	width: 50%
}
.cell_right {
	text-align: left;
	padding-left: 3px;
	width: 50%
}
.cell_left_c {
	text-align: right;
	padding-right: 3px;
	width: 20%
}
.cell_right_c {
	text-align: left;
	padding-left: 3px;
	width: 80%
}

.layui-btn, .layui-edge, .layui-inline, img {
	vertical-align: middle
}
.layui-btn, .layui-disabled, .layui-icon, .layui-unselect {
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none
}

.bluealink{ color:#00F; font-size:16px}


/*border*/
.table-main table tr td:first-child{
  border-left: 2px solid #999 !important;
}
.table-main table tr td:last-child{
  border-right: 2px solid #999 !important;
}


/* 左右手滑*/
.pr{
  position: relative;
}
.tips-box{
  display: none;
  position: absolute;
  right: 20px;
  top: 55px;
  width: 120px;
  left: calc(50% + 71px);
  transform: translateX(-50%);
  z-index: 999;
  padding: 10px;
  background-color: rgba(0,0,0,.3);
  color: #fff;
  font-size: 30px;
  text-align: center;
  transition: .35s ;
}
.tips-txt{
  font-size: 12px;
}
/*  自定义水平滚动条 */
.h-scrollbar::-webkit-scrollbar{
   -webkit-appearance: none;
}

.h-scrollbar::-webkit-scrollbar:horizontal {
   height: 10px;
}

.h-scrollbar::-webkit-scrollbar-thumb:horizontal {
   background-color: #1aad19!important;
   border-radius: 6px;
}

.h-scrollbar::-webkit-scrollbar-track:horizontal { 
   background-color: #e2e2e2!important; 
}


.btn-group {
  width: 100%;
  border-bottom: 1px solid #ddd;
  overflow: auto;
  white-space: nowrap;
}

.btn-group li {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin-right: 6px;
  margin-bottom:5px;
  min-width: 60px;
  text-align: center;
  transition: .35s;
  cursor: pointer;
  font-size: 14px;
  color:#996;
}

.btn-group li:last-child {
  margin-right: 6px;
}

.btn-group li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  width: 0;
  background-color: #09F;
  transition: .5s;
}

.btn-group li.on {
  color: #09F;
}

.btn-group li.on:before {
  width: 60%;
}

/*end 手滑*/

/*mat hand*/
.mat-container .layui-elem-field {
    width: inherit;
    min-width: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mat-container .layui-field-box {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* 滚动条样式 */
  .mat-container ::-webkit-scrollbar {
    -webkit-appearance: none;
  }

  .mat-container ::-webkit-scrollbar:horizontal {
    height: 5px;
  }

  .mat-container ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 2px;
    border: 1px solid #ffffff;
  }

  .mat-container ::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f5f5f5;
  }
/*mat hand end*/