﻿.footer{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    background-color: #323443;
    /* padding-top: 60px; */
    padding-top: 22px;
    padding-bottom: 22px
}
.footer_left_desc{
	/*color: #5b5d69;*/
    color: #ffffff;
	font-size: 14px;
	/*margin-top: 5px;*/
    line-height: 39px;
}
.footer_content{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    max-width: 1200px;
}
.footer_left{
    position: relative;
    width: 50%;
    height: auto;
    display: block;
    float: left;
}
.foot_middle{
	position: relative;
	display: inline-block;
	top: 13px;
}
.middle_text{
	color: #ffffff;
	font-size: 16px;
}
.footer_right{
    position: relative;
    /*width: 30%;*/
    width:13%;
    height: auto;
    display: block;
    float: right;
    text-align: right;
    /*top: 13px;*/
}
.footer_content:after{
    content: "";
    display: block;
    clear: both;
}
.footer_bottom{
    position: relative;
    width: 50%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.footer_bottom_pic{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}
.footer_right a{
	position: relative;
	display: inline-block;
}
.footer_right_share_pic{
	display: block;
}
.show_icon_an{
	position: relative;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
}
.show_icon_ios{
	position: relative;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
}
.qrImg{
	position: absolute;
	display: none;
    width: 150px;
    bottom: 100%;
    margin-left: -75px;
    left: 50%;
}
.footer_center{
    position: relative;
    float: right;
    height: 39px;
    line-height: 39px;
    color: #fff;
}
.footer_center_link{
    display: inline-block;
    color: #fff;
}
.footer_center_line{
    color: #ffffff;
    margin-left:7px;
    margin-right:7px;
}
.footer_center_link:link, .footer_center_link:hover, .footer_center_link:visited, .footer_center_link:active{
    color: #ffffff!important;
    text-decoration: none!important;
}
@media screen and (min-width:1400px) and (max-width:1920px){
    .footer_bottom{
        width:40%;
    }
}

@media screen and (min-width:1px) and (max-width:768px){
    .footer_content{
        width: 90%;
    }
    .footer_left{
        width:100%;
        float: none;
    }
    .footer_right{
        width:100%;
        float: none;
        text-align: left;
        margin-top: 10px;
    }
    .footer_bottom{
        width: 70%;
    }
    .footer_left_pic{
        position: relative;
        width: 40%;
        height: auto;
        display: block;
        margin-bottom: 10px;
    }
}

/*@media screen and (min-width:768px) and (max-width:1299px){
	.footer{
		padding-left: 20px;
		padding-right: 20px;
	}
}*/
@media screen and (max-width: 1500px) and (min-width: 1401px){
    .footer {
        padding-top: 8px;
        padding-bottom: 3px;
    }
}
@media screen and (max-width: 1400px) and (min-width: 769px){
    .footer {
        padding-top: 13px;
        padding-bottom: 7px;
    }
}