.detail {
    position: relative;
  }
  .detail .tagsView {
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 20px;
  }
  .detail .tagsView .tagsView_position {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    padding-top: 42px;
  }
  .detail .tagsView .tagsView_position i {
    padding-right: 5px;
    padding-top: 4px;
  }
  .detail .detail_content {
    padding-top: 30px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .detail .detail_content .title {
    font-size: 20px;
    color: #494949;
    text-align: center;
  }
  .detail .detail_content .time {
    color: #A5A5A5;
    font-size: 12px;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px dashed #BBBBBB;
  }
  .detail .detail_content .introduce {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .detail .detail_content .introduce p{
    font-size: 16px;
	line-height: 28px;
  }
  .detail .detail_content .introduce p img {
	  width: 100%;
  }
  .detail .detail_content .introduce h2{
    font-size: 18px;
	margin-bottom: 15px;
  }
  .detail .detail_content .introduce h3{
    margin-top: 15px;
	margin-bottom: 12px;
  }
  .detail .detail_content .introduce h4 {
    color: #1c67b6;
    font-size: 18px;
  }
  .detail .detail_content .relatedProducts a {
	color: #1d64b4;
  }
  .detail .detail_content .features {
    text-indent: 2em;
    margin-bottom: 30px;
  }
  .detail .detail_content .features h4 {
    color: #1c67b6;
    font-size: 18px;
    margin-bottom: 5px;
  }
  .detail .detail_content .features ul li {
    line-height: 30px;
  }
  .detail .detail_content .features ul li i {
    margin-right: 5px;
    width: 6px;
    height: 6px;
    background: #666;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);/* IE 9 */
    -moz-transform: rotate(45deg);/* Firefox */
    -webkit-transform: rotate(45deg);/* Safari and Chrome */
    -o-transform: rotate(45deg);/* Opera */
    display: inline-block;
  }
  .detail .detail_content .network {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 30px;
  }
  .detail .detail_content .network h3 {
    color: #2b2e92;
    font-size: 18px;
    font-weight: 600;
  }
  .detail .detail_content .network .parm {
    width: 50%;
  }
  .detail .detail_content .network .parm .table {
    width: 96%;
  }
  .detail .detail_content .network .device {
    width: 15%;
  }
  .detail .detail_content .network .device p {
    margin-bottom: 2px;
    color: #000;
  }
  .detail .detail_content .network .apply {
    width: 30%;
  }
  .detail .detail_content .network .apply p {
    margin-bottom: 2px;
    color: #000;
  }
  .detail .detail_content .post {
    width: 60%;
    margin: 0 auto 30px;
  }
  .detail .detail_content .post img {
    width: 100%;
  }
  .detail .detail_content .about {
    padding-bottom: 60px;
  }
  .detail .detail_content .about > h3 {
    color: #494949;
    font-size: 18px;
    padding: 5px 12px;
    border-left: 5px solid #1c67b6;
    margin-bottom: 30px;
  }
  .detail .detail_content .about .about_content {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(180px,1fr));
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    width: 100%;
  }
  .detail .detail_content .about .about_content .about_item {
    position: relative;
    height: auto;
    margin-bottom: 15px;
    overflow: hidden;
  }
  .detail .detail_content .about .about_content .about_item:nth-child(5n) {
    margin-right: 0;
  }
  .detail .detail_content .about .about_content .about_item .about_item_wrapper {
    overflow: hidden;
    position: relative;
  }
  .detail .detail_content .about .about_content .about_item .about_item_wrapper .about_item_img {
    width: 100%;
    overflow: hidden;
    background: #E6EDF6;
  }
  .detail .detail_content .about .about_content .about_item .about_item_wrapper .about_item_img img {
    width: 100%;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  .detail .detail_content .about .about_content .about_item .about_item_wrapper .about_item_name {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size:16px;
    padding-top: 10px 0;
    color: #4C4C4C;
  }
  .detail .detail_content .about .about_content .about_item .about_item_wrapper:hover img {
    transform: scale(1.2, 1.2);
  }
  .detail .detail_content .about .about_content .about_item .about_item_wrapper:hover .about_item_name {
    color: #1c67b6;
  }
  @media screen and (max-width: 1200px) {
    .detail {
      width: 92%;
      margin: 0 auto;
    }
  }
  @media screen and (max-width: 768px) {
	.introduce img{
		width:100% !important;
	}
    .detail_content {
      width: 95%;
      margin: 0 auto !important;
      padding-top: 0 !important;
    }
    .detail_content .title {
      font-size: 18px !important;
      padding-top: 30px;
    }
    .detail_content .introduce {
      margin-top: 20px !important;
      margin-bottom: 25px !important;
    }
    .detail_content .network > div {
      width: 100% !important;
      margin-bottom: 20px;
    }
    .detail_content .network .parm .table {
      width: 100% !important;
    }
    .detail_content .post {
      width: 90% !important;
    }
    .detail_content .about {
      padding-bottom: 30px !important;
    }
    .detail_content .about h3 {
      font-size: 16px !important;
      margin-top: 30px;
      margin-bottom: 20px !important;
    }
    .detail_content .about .about_content .about_item {
      width: 48% !important;
    }
    .detail_content .about .about_content .about_item .about_item_name {
      font-size: 12px !important;
    }
  }
  
  @media screen and (max-width: 500px) {
	.detail .detail_content .about .about_content {
		display: flex;
		flex-flow: row wrap;
	}
	.detail_content .about .about_content .about_item{
		width: 47% !important;
	}
	 .detail_content .about .about_content .about_item:nth-child(even) {
      margin-right:0 !important;
    }
  }
  