/* * @Author: lihenghong  * @Date: 2020-04-22 10:33:54  * @Page Name: lihenghong  Newpage*/

.footertagrow {
  color: #CCCCCC;
  padding-bottom: 20px;
  padding-top: 27px;
  border-bottom: 1px solid #4C4C4C;
  display: flex;
  justify-content: space-between;
}

.f_tag_box {
  display: inline-block;
}

.bg-dark {
  background: #333 !important;
}

.lineheight {
  height: 14px;
  font-size: 14px;
  line-height: 14px
}

.f_tag_box .f_tag_img {
  display: inline-block;
}

.f_tag_box .f_tag_img img {
  width: 36px;
  height: 36px;
}

.f_shareicon {
  margin-left: 60px;
}

.f_tag_box .tag_text1 {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
}

.f_tag_box .tag_text2 {
  font-size: 12px;
  line-height: 12px;

}

.footer_box {
  max-width: 1195px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid transparent;
}

.footersharerow {
  color: #fff;
  margin-bottom: 23px;
}

.storeimg {
  margin: 0 15px;
}

.f_shareicon img {
  margin-right: 20px;
  cursor: pointer;
}

.footer_downtext {
  vertical-align: middle;
  margin-right: 10px;
}
.footer_Settled {
  width: 75%;
  padding-bottom: 24px;
  margin: 19px auto 15px;
  justify-content: space-evenly;
  border-bottom:1px solid #707070 ;
}

.footer_link {
  width: 832px;
  margin: 15px auto 25px;
  text-align: center;
  font-size: 16px;
}

.footerline {
  display: inline-block;
  height: 15px;
  margin: 0 11px;
  background: #CCCCCC;
  width: 1px;
  vertical-align: middle;
}

.footer_link div {
  display: inline-block;
}

.text-c {
  text-align: center;
}

.footer_box span {
  color: #CCCCCC !important;
}

#footer_link a {
  color: #CCCCCC !important;
}

.bottom-footer {
  padding: 0 !important;
}

.beianrow {
  margin-top: 19px;
  line-height: 14px;
  height: 14px;
  font-size: 14px;
}

.wechatmodal {
  position: fixed;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  filter: alpha(opacity=60);
  z-Index: 999;
  display: none;
}

.wechatmodalbox {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 680px;
  height: 380px;
  background-color: #fff;
  cursor: pointer;
  border-radius: 5px;
  margin-left: -340px;
  margin-top: -190px;
}

.wechatmodalbox .w_title {
  font-size: 24px;
  font-weight: bold;
  color: #666666;
  padding: 0 30px;
  line-height: 24px;
  margin-top: 30px;
}

.w_title img {
  float: right;
}


.codebox {
  padding: 30px 40px 20px;

}

.tx_c {
  text-align: center;
  font-size: 18px;
  color: #333;
}

.codebox {
  cursor: pointer;
}

.footersharerow .min_downtext {
  margin-left: 10px;
  vertical-align: text-bottom;
}

.admin_footer_box {
  max-width: 695px;
  margin: 0 auto;
}

.admin_footer_box .footer_link {
  width: 695px;
  margin: 30px auto 17px;
  text-align: center;
  font-size: 14px;
  color: #666666;
}

.admin_footer_box #footer_link a {
  color: #666666 !important;
}

.admin_footer_box .footerline {
  margin: 0 6px;
}

@media screen and (max-width: 1024px) {
  .footer_box {
    max-width: 1000px;
  }
}
