@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}
/* footer start */
.footer {
  background: #3e3e3e url('/Shared/images/homev1/indexv1/leftbottom.png') no-repeat left top;
  box-sizing: border-box;
  color: #fff;
  padding:20px 0 10px;
}

.footer .left {
  width: 684px;
  float: left;
  font-size: 22px;
}

.footer .left .icon {
  margin-top: 30px;
}

.footer .left .icon img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  margin-right: 20px;
  border-radius: 5px;
}

.footer .left p:nth-of-type(1) {
 margin-top:20px;

}
.footer .left p:nth-of-type(1) em{
 font-weight: bold;
}
.footer .left p:nth-of-type(2) {
  margin-top:10px;
}

.footer .left p.introduct {
  margin-top: 20px;
  line-height: 20px;
  font-weight: lighter;
}

.footer .record_code .powered {
 margin-top:30px;
  font-size: 12px;
  line-height:24px;
  font-weight: lighter;
}

.footer .right {
  width: 420px;
  margin-top: 67px;
  box-sizing: border-box;
  float: right;
  display: flex;
  justify-content: space-between;
}

.footer .right ul {}

.footer .right ul li {
}
.footer .right ul li a{
  color:#fff;
  font-size:12px;
  line-height:24px;
  font-weight: lighter;
}
.footer .right ul li a:hover{
  color:#79c061;
}
.footer .right ul li.te {
  font-weight: bold;
  font-size:14px;
  margin-bottom:10px;
}
.footer .left .record_code {
  margin-top: 10px;
  text-align:left;
}
.footer .left p {
  text-align: left;
}
.footer .left .record_code a {
  color: #fff;
}

.footer .left .record_code a:hover {
  color: #79c061;
}
.footer img.tel{
  width:20px;
  margin-right:5px;
}
.footer img.address {
  width: 12px;
  margin-right:5px;
}
.footer .imgicon_box{
  display:flex;
  justify-content: flex-start;
  align-items: center;
}
.bottom_text{
  display:flex;
  justify-content: space-between;
}
.bot_text{
   display:flex;
   justify-content: space-between;
   align-items: flex-end;
}
.bot_text a{
  color:#fff;
  font-size:12px;
  line-height:24px;
  font-weight: lighter;
}
.footer p.font14{
  font-size:14px;
}
.footer p.font12 {
  font-size: 12px;
}
.bot_text .img_box{
    display:flex;
}
.bot_text .img_box img{
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 5px;
}
.bot_text .img_box .left_item_count{
    margin-right: 40px;
    text-align:center;
}
.bot_text .img_box .right_item_count {
    text-align: center;
}
.img_box h3{
    margin-top:10px;
    font-size:12px;
    font-weight: normal;
}
.new_item{
    display:flex;
    align-items: center;
}