/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

footer ul {
    list-style: none;
  margin: 0;
  padding: 0;
}

footer{
    position: relative;
    border-top: 1px solid #FFF;
    z-index: 1;
}

.footer_wrap{
    background: #222222;
    color: #FFF;
    padding: 3.6% 3.7% 3.7% 8.3%;
}

.footer_innner{
    display: flex;
}
.footer_left {
    padding-top: 0.5rem;
  width: 47%;
}
.footer_left .address{
    font-size: 0.98rem;
    line-height: 1.8;
    margin: 0.5rem 0 0.9rem;
  font-weight: normal;
}

.footer-logo img {
  width: 32%;
}

.logo_privacy img {
  width: 15%;
}

.footer_right{
    margin: 0 0 0 auto;
    width: 53%;
}

.footer_right nav{
    display: flex;
}

.footer_right nav ul{
    width: 100%;
}

.footer_right nav >ul >li >a{
    font-size: 0.85rem;
    line-height: 2.3;
    font-weight: normal;
    color:#FFF;
}
.footer_right nav >ul >li >ul>li>a{
    font-size: 0.85rem;
    line-height: 2.1;
    font-weight: normal;
    color:#FFF;
}

.footer_right nav ul li a.bold{
    font-weight: 700;
}

.footer_right nav ul .under_link::before{
    content: "\f068";
    font-family: "Font Awesome 5 free";
    font-weight:900;
    margin-right:1%;
}

.footer_logo{
    width: 100%;
    background-color: #FFF;
}

.footer_logo img{
    margin: 0 auto;
    display: block;
    padding: 1.3% 0 0.6%;
  width: 14.5%;
}

.address a {
  color: #fff;
  font-weight: normal;
}

body > footer > p{
    font-size: 0.6rem;
    line-height: 2.88;
    background: #222;
    color: #FFF;
    text-align: center;
  font-weight: normal;
  margin: 0;
}

/**footer_right文字微調整*/

body > footer > div.footer_wrap > div > div.footer_right > nav > ul:nth-child(1) > p:nth-child(1){
    margin-bottom: 5%;
}

body > footer > div.footer_wrap > div > div.footer_right > nav > ul:nth-child(2) > p:nth-child(10){
    margin-top: 5%;
}

body > footer > div.footer_wrap > div > div.footer_right > nav > ul:nth-child(3) > p:nth-child(5){
    margin-top: 5%;
}

body > footer > div.footer_wrap > div > div.footer_right > nav > ul:nth-child(3) > p:nth-child(6){
    margin: 5% 0;
}

body > footer > div.footer_wrap > div > div.footer_right > nav > ul:nth-child(3) > p:nth-child(10){
    margin-top: 5%;
}





@media screen and (min-width:641px) and (max-width: 960px) {

.footer_wrap {
    padding: 3.6% 3.7% 4% 8.3%;
}
.footer_innner{
   flex-direction: column;
}
  
  .footer-logo img {
    width: 42%;
}
  
.footer_left{
    position: relative;
    text-align: center;
    padding-right: 3.5rem;
  width: auto;
}
.footer_left .address{
    margin: 1.5rem 0 16%;
}
.footer_left .logo_privacy{
    position: absolute;
    bottom: 1.1rem;
    right: -0.8rem;
    width: 4.5rem;
    height: 4.5rem;
}
.footer_right{
   display: none;
}
.footer_logo img{
    padding: 2% 0 2%
      width: 27%;
}
  
.logo_privacy img {
  width: 100%;
}
  
}

@media screen and (max-width: 640px) {
  
  .footer_wrap {
    padding: 3.6% 3.7% 3.7% 3.7%;
  }
  
  .footer_innner{
    flex-direction: column;
 }
  
  .footer-logo img {
    width: 75%;
}
  
 .footer_left{
    position: relative;
    text-align: center;
    padding-top: 1rem;
   width: auto;
 }
 .footer_left .address{
    font-size: 0.9rem;
    line-height: 2.05;
    margin: 0.6rem 0 5.4rem;
 }
 .footer_left .logo_privacy{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 7rem;
    height: 7rem;
 }
 .footer_right{
    display: none;
 }
 .footer_left .logo_privacy {
    position: absolute;
    bottom: 1.3rem;
    right: .3rem;
    width: 4.3rem;
    height: 4.3rem;
}
.footer_logo img {
    padding: 4% 0 4%;
  width: 48%;
}
  
.logo_privacy img {
  width: 100%;
}
  
}