main.content {
	min-height: calc(100vh - 155px);
	margin-bottom: -12px;
}

.container {
    max-width: 1260px;
}
#footer {
    background-color: #393D49;
    /*border-top: 1px solid #393D49;*/
    color: #fff;
	padding-top: 40px;
	margin-top: 16px;
	min-width: 100%;
	font-family: "Microsoft Yahei";
}
#footer .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#footer .rowty {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}
#footer div[class*=footer] {
    margin-bottom: 0px;
	line-height: 1.5;
}

.col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
#footer h4 {
    margin-bottom: 17px;
    font-size: 18px;
    font-weight: 400;
	margin-top: 1px;
	line-height: 1.5;
}

 #footer .col-md-3 , #footer.col-md-5, #footer .col-sm-12 {
     position: relative;
     width: 100%;
     padding: 0 12px;
 
 }
 #footer .footer-links, #footer .footer-api_type, #footer .footer-api {
     -ms-flex: 0 0 19%;
     flex: 0 0 12.96%;
     max-width: 12.96%;
 }
 
 
.footer blockquote, .footer dl, .footer form, .footer hr, .footer ol, .footer p, .footer pre, .footer table, .footer ul {
    margin-bottom: 1.2em;
}
 #footer p {
    line-height: 1.5;
}
 #footer a {
     color: #fff;
     text-decoration: none;
 }
 #footer .footer-qr {
     -ms-flex: 0 0 19%;
     flex: 0 0 19.44%;
     max-width: 19.44%;
 }
  #footer .footer-qr .left {
     margin-right: 10px;
 }
 #footer img{
	 width: 46.5%;
 }
 #footer .copy-right {
     background-color: rgba(51,51,51,.08);
 }
 #footer .copy-right {
     height: 50px;
     line-height: 50px;
     margin-top: 10px;
     text-align: center;
 }
 
 #footer {
	  font-size: 13px;
 }
 #footer .copy-right span {
    margin-right: 15px;
}
 
@media (max-width: 850px){
	#footer {
	    padding-top: 15px;
	    margin-top: 10px;
		 min-width: 100%;
	}
	.footer-api, .footer-api_type, .footer-links, .footer-qr, .footer-about {
	    display: none;
	}
	#footer .copy-right {
	    line-height: unset;
	    margin-top: auto;
	    height: 40px;
	    line-height: 18px;
		margin-right: 15px;
	}
 
}
#article{display: none;}