.section1 {
  background: #000;
}

.section1 .container {
  padding: 0 40px 40px;
}

.section1 p {
  color: #fff;
}

.section1 a {
  color: #fff;
}

.section1 .mainLabel {
  font-size: 30px;
  line-height: 43px;
  padding-top: 60px;
  margin-bottom: 20px;
  font-weight: bold;
}

.section1 .header {
  border-bottom: 1px solid rgba(149, 156, 166, 0.16);
  padding-bottom: 5px;
}


.section1 .header .tag a{
  transition: all 0.3s ease-out;
}

.section1 .header .tag a:hover {
  transition: all 0.3s ease-out;
  color: #007cc3;
}

.section1 .content {
  max-width: 680px;
  margin: 0 auto;
}

.section1 .content .img {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.section1 .content .img img{
  width: 100%;
}

.section1 .content .img .share {
  background-color: #636466;
  padding: 20px 25px;
  display: flex;
  align-items: center;
}

.section1 .content .img .share span {
  margin-right: 20px;
  font-size: 16px;
  color: #fff;
}

.section1 .content .img .share a {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.section1 .content .img .share a svg {
  color: #fff;
  background: none;
}


.section1 .content .img .share .sub{z-index: 99999999999999;}
.section1 .content .img .share a:hover .sub{ display: block;}
.section1 .content .img  .share .sub {position:absolute; padding:10px; clear:both; display:none; z-index:9;width:140px; margin-left:-60px;margin-top:6px; background:#666666}
.section1 .content .img  .share .sub img{ display:block; width:100%; height:auto}
.section1 .content .img  .share .sub:before{position: absolute;content: '';width: 0;height: 0;left: 50%; top: 0;margin-left: -10px;border-style: solid; border-width: 0 10px 10px 10px;border-color: transparent transparent #fff transparent; z-index:9}

.section1 .content .img .share .sub{
 position: absolute;
 padding: 10px;
 clear: both;
 display: none;
 z-index: 9;
 width: 140px;
 margin-left: -60px;
 z-index: 9999;
 margin-top: 6px;
 background: #666666;
}




.section1 .content .text {
  color: #fff;
  margin: 60px auto;
  max-width: 680px;
}

.section1 .content .footer {
  margin-top: 50px;
}

.section1 .content .footer .share {
  padding: 20px 0;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.section1 .content .footer .share span {
  margin-right: 20px;
  font-size: 16px;
  color: #fff;
}

.section1 .content .footer .share a {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.section1 .content .footer .share a svg {
  color: #fff;
  background: none;
}


.section1 .content .footer .share .sub{z-index: 99999999999999;}
.section1 .content .footer .share a:hover .sub{ display: block;}
.section1 .content .footer  .share .sub {position:absolute; padding:10px; clear:both; display:none; z-index:9;width:140px; margin-left:-60px;margin-top:6px; background:#666666}
.section1 .content .footer  .share .sub img{ display:block; width:100%; height:auto}
.section1 .content .footer  .share .sub:before{position: absolute;content: '';width: 0;height: 0;left: 50%; top: 0;margin-left: -10px;border-style: solid; border-width: 0 10px 10px 10px;border-color: transparent transparent #fff transparent; z-index:9}

.section1 .content .footer .share .sub{
 position: absolute;
 padding: 10px;
 clear: both;
 display: none;
 z-index: 9;
 width: 140px;
 margin-left: -60px;
 z-index: 9999;
 margin-top: 6px;
 background: #666666;
}






.section1 .content .footer .page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e1e3e4;
  border-bottom: 1px solid #e1e3e4;
  padding: 41px 0;
}

.section1 .content .footer .page svg {
  transition: all 0.3s ease-out;
  width: 8px;
  height: 12px;
}

.section1 .content .footer .page span {
  transition: all 0.3s ease-out;
  margin: 0 10px;
}

.section1 .content .footer .page div:hover svg {
  transition: all 0.3s ease-out;
  color: #007cc3;
}
.section1 .content .footer .page div:hover span {
  transition: all 0.3s ease-out;
  color: #007cc3;
}

.section1 .content .footer .tag a{
  transition: all 0.3s ease-out;
  text-decoration:underline;
}

.section1 .content .footer .tag a:hover {
  transition: all 0.3s ease-out;
  color: #007cc3;
}

@media screen and (max-width: 640px){
.section1 .container{padding: 0 15px 15px;}
.section1 .mainLabel {font-size: 24px;padding-top: 20px;}
}
