﻿/* 底部区域 */
.footer1{
    width: 100%;
    background-color: #393a3f;
   
}
.footer1 .bottom{
	position: relative;
	height: 360px;
	padding: 60px 0;
}
.footer2{
    font-size:10px;
    width: 100%;
    background-color: #292a2e;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.df{
    float:left;
    font-size:14px;
    /*display: flex;
    justify-content: space-around;*/
}
.fr{
  	position: relative;
	padding: 10px;
    color: #fff;
    font-size: 14px;
    background-color: #2f3034;
	text-align: center;
}
.footertip {
  display: inline-block;
  vertical-align: top;
  margin-right: 60px;
}
.footertiptit{
  	margin: 0 0 20px 0;
    color: #fff;
	font-size: 16px;
}
.footertiptititem{
    line-height: 20px;
  
}
.footertiptititem a{
  	margin-top: 10px;
    color: #868689!important;
}
.footertiptititem a:hover {
    color: #fff!important;
}
.frtip1{
    line-height: .15625rem;
  	margin: 0!important;
	font-size: 14px;
}
.frtip2{
    font-size: 20px;
    font-weight: 700;
    line-height: .260417rem;
    
}
.qrcode{
    display: flex;
    text-align: center;
}
.phone{
    margin-right: .114583rem;
}
.code{
    padding: .052083rem;
    width: .520833rem;
    height: .520833rem;
    border-radius: 8px;
    background-color: #fff;
    margin-bottom: .052083rem;
}
.code img{
width: 100%;
}
.bottom2{
    width:100%;
    font-size: 0;
}
.footer2list{
    margin:45px auto 30px;
  	padding: 0!important;
    display: flex;
    justify-content: space-between;
    align-items: center;
	font-size: 14px;
}
.footer2item{
    display: inline-block;
    padding-left: 30px;
    color: #747576;
    overflow: hidden;
    font-size: 14px;
    vertical-align: top;
}
.footer2item:nth-child(1) {
	padding-left: 0;
}
.footer2text{
    display: inline-block;
    line-height: .192708rem;
}

.footericon{
    width: .192708rem;
    height: .192708rem;
   margin: 0 10px 0 0;
}
@media screen and (min-width: 769px) {
  .fotter1 {
  	height:307px;
  }
  .support p {
    display: inline-block;
  }
}
@media screen and (min-width: 1200px) {

    .hotline {
  }
}
@media screen and (min-width: 1920px) {
.hotline {
    width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.fr {
    	width:360px;
  	height:360px;
    	position: absolute;
      	right: 0;
      	top: 0;
	text-align:center;
  }
.qrcode {
    display: block;
}
.phone{
    display: inline-block;
}
.weixin{
    display: inline-block;
}
}
@media screen and (max-width: 1400px) {
.footer1 .bottom {
		position: relative;
		height: 100%;
    }
        .fr {
    right: 0;
    top: 120px;
    margin: 0 60px 0 0;
    padding: 10px 10px 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
background-color: #393a3f;
    transform: translateY(-100%);
}
}
@media screen and (max-width: 1199px) {
.footer1 .bottom {
		position: relative;
		height: 100%;
    }
    .fr{
      	position: absolute;
      	right: 0;
      	top: 100%;
      	margin: 0 60px 0 0;
        padding: 10px 10px 0;
        color: #fff;
        font-size: 12px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #2f3034;
      transform: translateY(-100%);
    }
    .frtip1{
    	margin: 0 0 5px;
        line-height: 20px;
    }
    .frtip2{
        font-size: 20px;
        font-weight: 700;
        line-height: 20px;
        
    }
    .qrcode{
        margin: 5px auto 0;
    }
    .code{
       
        width: 60px;
        height: 60px;
       
    }
}
@media screen and (max-width: 768px) {
    .footer1{       
        height: auto;      
    }
    .dff{
        
        width: 100%;
        flex-direction: column;
    }
    .df{
      	width: 100%;
        display: inline-block;
      	margin: 0;
        /* flex-wrap: wrap; */
    }
    .footertip{
        text-align: center;
        width: 30%;
      	margin-top: 20px;
      	margin-right: 0;
    }
    .footertiptititem{
        
        line-height: 30px;
    }
    .footertiptititem a{
      margin-top: 0;
      color: #868689!important;
    }
	.footer1 .bottom {
		height: 100%;
		position: relative;
		padding:30px 0 0 0;
    }
    .fr{
      	position: absolute;
      	right: 0;
      	top: 100%;
      	margin: 0 60px 0 0;
        padding: 10px 10px 0;
        color: #fff;
        font-size: 12px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #2f3034;
      transform: translateY(-100%);
    }
    .frtip1{
    	margin: 0 0 5px;
        line-height: 20px;
    }
    .frtip2{
        font-size: 20px;
        font-weight: 700;
        line-height: 20px;
        
    }
    .qrcode{
        margin: 5px auto 0;
    }
    .code{
       
        width: 60px;
        height: 60px;
       
    }
    .footer2{
        /*height: 4rem;*/
       
    }
    .footer2list{
        flex-direction: column;
      	margin: 20px auto;
    }
    .footer2item{
        display: block;
      	margin-top:15px;
     	padding-left: 15px;
        font-size: 12px;
    }
   
    .footer2text{
    	margin-left: 15px;
        line-height: 20px;
    }
    .footericon{
        width: 20px;
        height: 20px;
      	margin: 0;
    }
    
  }