.yd-newtheme .site-footer{
    background-color: #FF6E00;
    padding: 30px 0;
}
.yd-newtheme .site-footer .container{
    max-width: 100%;
}
.yd-newtheme .site-footer .footer-middle{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:20px 0;
}
.yd-newtheme .site-footer .footer-middle .right-block {
    max-width: 12%;
    flex: 0 0 12%;
    text-align: right;
    margin-left: 0px;
}
.yd-newtheme .site-footer .footer-middle .right-block a{
    height: 60px;
    transition: transform .2s;
}
.yd-newtheme .site-footer .footer-middle .right-block a:hover{
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); 
}
.yd-newtheme .site-footer .footer-middle .right-block a img{
    height: 100%;
}
.yd-newtheme .site-footer .footer-wraper ul.card-list{
    max-width: 72%;
    flex: 0 0 72%;
    padding: 0 15px;
    align-items: center;
}
.yd-newtheme .site-footer .footer-wraper ul.card-list li{
    background-color: #fff;
}
.yd-newtheme .site-footer .footer-wraper ul.card-list li a{
    height: 100%;
    display: block;
}
.yd-newtheme .site-footer .footer-wraper ul{
    display: flex;
    justify-content: center;
}
.yd-newtheme .site-footer .footer-wraper ul.share-list{
    max-width: 16%;
    flex:0 0 16%;
    justify-content: flex-start;
}
.yd-newtheme .site-footer .footer-wraper .share-list li+li{
    margin-left: 25px;
}
.yd-newtheme .site-footer .footer-wraper .share-list li em {
    display: block;
    position: relative;
    height: 40px;
    width: 40px;
}
.yd-newtheme .site-footer .footer-wraper .share-list li em img{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.yd-newtheme .site-footer .footer-wraper .share-list li a:hover em img.white-image{
    opacity: 0;
    visibility: hidden;
}
.yd-newtheme .site-footer .footer-wraper .share-list li a:hover em img.blue-image,
.yd-newtheme .site-footer .footer-wraper .share-list li em img.white-image{
    opacity: 1;
    visibility: visible;
}
.yd-newtheme .site-footer .footer-wraper .link-wrapper ul+ul,
.yd-newtheme .site-footer .footer-wraper .link-wrapper li+li{
    margin-left: 40px;
    position: relative;
}
.yd-newtheme .site-footer .footer-wraper .link-wrapper ul+ul::before,
.yd-newtheme .site-footer .footer-wraper .link-wrapper li+li::before{
    position: absolute;
    content: '';
    background-color: #fff;
    top: 50%;
    height: 80%;
    transform: translateY(-50%);
    width: 2px;
    left: -20px;
}
.yd-newtheme .site-footer .footer-wraper .link-wrapper li a{
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    transition: all 0.5s;
    letter-spacing: 1px;
}
.yd-newtheme .site-footer .footer-wraper .link-wrapper li a:hover{
    color:#442107;
}
.yd-newtheme .site-footer .footer-wraper ul.link-wrapper ul{
    margin-bottom: 0;
}
.yd-newtheme .site-footer .footer-wraper .card-list li+li{
    margin-left: 30px;
}
.yd-newtheme .site-footer .footer-wraper .card-list li.has-space img{
    height: 100%;
}
.yd-newtheme .site-footer .footer-wraper .card-list li em{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 100px;
    height: 50px;
}
.yd-newtheme .site-footer .footer-wraper .card-list li em img{
    padding: 5px;
}
.yd-newtheme .site-footer .footer-wraper .copyright-text p{
    text-align: center;    
}
.yd-newtheme .site-footer .footer-wraper .copyright-text p{
    font-size: 22px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
}
@media(max-width:1680px){
    .yd-newtheme .site-footer .footer-wraper .copyright-text p,
    .yd-newtheme .site-footer .footer-wraper .link-wrapper li a {
        font-size: 24px;
    }  
}
@media(max-width:1440px){
    .yd-newtheme .site-footer .footer-wraper .copyright-text p, .yd-newtheme .site-footer .footer-wraper .link-wrapper li a {
        font-size: 18px;
    }
    .yd-newtheme .site-footer .footer-wraper .card-list li em{
        width: 95px;
        height: 45px;
    }
    .yd-newtheme .site-footer .footer-wraper .card-list li+li {
        margin-left: 20px;
    }
    .yd-newtheme .site-footer .footer-wraper .share-list li em {
        height: 40px;
        width: 40px;
    }
    .yd-newtheme .site-footer .footer-wraper .link-wrapper ul+ul::before, .yd-newtheme .site-footer .footer-wraper .link-wrapper li+li::before{
        left: -16px;
    }
    .yd-newtheme .site-footer .footer-wraper .link-wrapper ul+ul, .yd-newtheme .site-footer .footer-wraper .link-wrapper li+li{
        margin-left: 30px;
    }
}
@media(max-width:1280px){
    .yd-newtheme .site-footer .footer-middle {
        margin:20px 0;
    }
    .yd-newtheme .site-footer .footer-middle .right-block a {
        height: 60px;
    }
    .yd-newtheme .site-footer .footer-wraper .copyright-text p, .yd-newtheme .site-footer .footer-wraper .link-wrapper li a {
        font-size: 18px;
    }
}
@media(max-width:1199px){
    .yd-newtheme .site-footer .footer-wraper ul.link-wrapper ul:last-child{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .yd-newtheme .site-footer .footer-wraper ul.link-wrapper ul:last-child::before{
        display: none;
    }    
    .yd-newtheme .site-footer .footer-wraper .card-list li em {
        width: 80px;
        height: 45px;
    }
    .yd-newtheme .site-footer .footer-wraper .share-list li+li {
        margin-left: 15px;
    }
}
@media(max-width:1023px){
    .yd-newtheme .site-footer .footer-middle .right-block a {
        height: 40px;
    }
    .yd-newtheme .site-footer .footer-wraper .share-list li+li {
        margin-left: 15px;
    }
    .yd-newtheme .site-footer .footer-wraper .share-list li em {
        height: 30px;
        width: 30px;
    }
    .yd-newtheme .site-footer .footer-wraper .card-list li em {
        width: 75px;
        height: 35px;
    }
}
@media(max-width:991px){
    .yd-newtheme .site-footer .footer-wraper ul.link-wrapper{
        flex-direction: column;
    }
    .yd-newtheme .site-footer .footer-wraper ul.link-wrapper ul+ul{
        margin-top: 5px;
        margin-left: 0;
    }    
    .yd-newtheme .site-footer .footer-wraper ul.link-wrapper ul+ul::before{
        display: none;
    }   
    .yd-newtheme .site-footer .footer-wraper ul.card-list li+li{
       margin-left: 15px;
    }
    .yd-newtheme .site-footer .footer-wraper .card-list li em{       
        height: 40px;
    }
    .yd-newtheme .site-footer .footer-middle{
        flex-wrap: wrap;
        justify-content: center;
    }
    .yd-newtheme .site-footer .footer-wraper ul.card-list{
        order:3;
        max-width: 100%;
        flex:0 0 100%;
        margin-top: 20px;
    }
    .yd-newtheme .site-footer .footer-middle .right-block{
        order:2;
        max-width: 20%;
        flex: 0 0 20%;
    }
    .yd-newtheme .site-footer .footer-wraper ul.share-list{
        order:1;
        max-width: 30%;
        flex: 0 0 30%;
    }
    .yd-newtheme .site-footer .footer-wraper ul.share-list li a{
        display: block;
    }
    .yd-newtheme .site-footer .footer-wraper .share-list li em {
        height: 40px;
        width: 40px;
    }    
}
@media(max-width:767px){
    .yd-newtheme .site-footer .footer-wraper ul.share-list {        
        max-width: 40%;
        flex: 0 0 40%;
    }
    .yd-newtheme .site-footer .footer-wraper .copyright-text p, .yd-newtheme .site-footer .footer-wraper .link-wrapper li a {
        font-size: 18px;
    }
    .yd-newtheme .site-footer .footer-wraper .share-list li+li {
        margin-left: 30px;
    }
    .yd-newtheme .site-footer .footer-middle .right-block {
        max-width: 25%;
        flex: 0 0 25%;
    }
    .yd-newtheme .site-footer .footer-wraper .link-wrapper li a{
        font-size: 16px;
    }
    .yd-newtheme .site-footer .footer-wraper .copyright-text p{
        font-size: 12px;
    }
    .yd-newtheme .site-footer .footer-middle .right-block a {
        height: 36px;
    }  
}
@media(max-width:574px){
    .yd-newtheme .site-footer .footer-wraper ul.share-list {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .yd-newtheme .site-footer .footer-wraper .card-list li em {
        width: 50px;
        height: 28px;
    }    
    .yd-newtheme .site-footer .footer-middle .right-block {
        max-width: 30%;
        flex: 0 0 30%;
    }   
    .yd-newtheme .site-footer .footer-wraper ul.card-list li+li {
        margin-left: 10px;
    } 
}
@media(max-width:479px){
    .yd-newtheme .site-footer .footer-wraper .share-list li em {
        height: 30px;
        width: 30px;
    }
    .yd-newtheme .site-footer .footer-wraper .link-wrapper li+li {
        margin-left: 20px;
    }
    .yd-newtheme .site-footer .footer-middle .right-block {
        max-width: 50%;
        flex: 0 0 50%;
    }    
}
@media(max-width:374px){
    .yd-newtheme .site-footer .footer-wraper .card-list li em {
        width: 40px;
        height: 23px;
    }
    .yd-newtheme .site-footer .footer-wraper .share-list li+li {
        margin-left: 10px;
    }
    .yd-newtheme .site-footer .footer-wraper .link-wrapper li+li::before {
        left: -10px;
    }
    .yd-newtheme .site-footer .footer-wraper .link-wrapper li a {
        font-size: 14px;
    }
    .yd-newtheme .site-footer .footer-wraper .link-wrapper li+li {
        margin-left: 14px;
    }
}