html,
body {
    height: auto;
}

#t3-footer {
    border: none;
    color: #c0c0c0;
    background: #21333F;
}

.t3-copyright {
    padding: 0;
    border: none;
}

.copyright {
    margin-bottom: 0;
}

.copyright small {
    display: none;
}

.custom {
    font-weight: normal;
}


/* footer-mobile */

.footer-mobile a {
    color: #FFF;
}

.footer-mobile .corp {
    color: white;
    margin: 24px 0 16px;
}

.footer-mobile .hot-line {
	width: 176px;
	background-color: #FFF;
    color: #1f1f1f;
    line-height: normal;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
}

.footer-mobile .links {
    border-top: 1px solid #5d5d5d;
    padding: 3px 0;
}
.footer-mobile .links

.footer-mobile .links:active,
.footer-mobile .links:active span {
    font-weight: bold;
    color: white;
}

.footer-mobile .links span {
    margin-left: 30px;
    font-size: 12px;
}
.footer-mobile .links span::before {
	color: #FFF;
}

.footer-mobile .wechat {
    padding-top: 10px;
    border-top: 1px solid #5d5d5d;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.footer-mobile .wechat img {
    width: 24px;
    margin-right: 8px;
    border-radius: 4px;
    background-color: #c0c0c0;
}

.footer-mobile .corp-right {
    border-top: 1px solid #5d5d5d;
    padding: 10px 0;
}
.footer-mobile .corp-right a {
	color: #c0c0c0;
}

/* 移动端微信二维码浮层  */
#wechatQrcode {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, .7);
	z-index: 99999;
}

#wechatQrcode .main-dask-info {
	position: relative;
	/*top: 50%;*/
	top: 15%;
	left: 50%;
	width: 60%;
	/*transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);*/
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
#wechatQrcode .main-dask-info .wechat-title {
	color: #fff;
	font-size: 18px;
	text-align: center;
    line-height: normal;
}
#wechatQrcode .main-dask-info .wechat-img {
	width: 100%;
	margin: 15px auto 24px;
}
#wechatQrcode .main-dask-info .wechat-img img {
	display: block;
	width: 100%;
}
#wechatQrcode .main-dask-info .wechat-desc {
	text-align: center;
	color: #fff;
	font-size: 14px;
}
#wechatQrcode .main-dask-info .close-icon {
	display: block;
	width: 100px;
}
/* footer-pc */

.footer-pc a {
    color: white;
}

.footer-pc img {
    width: 100%;
}

.footer-pc {
    color: white;
    padding-top: 80px;
}

.footer-pc-top {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.footer-pc .place-holder-div {
    flex-shrink: 1;
}

.footer-pc .qrcode {
    min-width: 280px;
}

.footer-pc .qrcode img {
    max-width: 206px;
}

.footer-pc .corp-name {
    font-size: 36px;
    margin-bottom: 15px;
}

.footer-pc .corp {
    min-width: 456px;
}

.footer-pc .line {
    width: 50%;
    height: 210px;
    border-right: 1px solid white;
}

.footer-pc .hot-line {
	width: 260px;
    margin-top: 28px;
    background-color: #FFF;
    color: #1f1f1f;
    line-height: normal;
    text-align: center;
}

.footer-pc .links-container {
    min-width: 206px;
}

.footer-pc a:not(:last-child) .links {
    margin-bottom: 24px;
}

/*.footer-pc .links-container .h2-wrap {
    margin-bottom: 24px;
}*/

.footer-pc .links span {
    margin-left: 80px;
    font-size: 20px;
}
.footer-pc .links span::before {
	color: #FFF;
}

.footer-pc .footer-pc-btm {
    text-align: center;
    margin: 73px auto 13px;
}

.footer-pc .links:hover,
.footer-pc .links:hover span {
    font-weight: bold;
    color: white;
}
@media only screen and (min-width: 451px) {
	.footer-mobile .hot-line {
		width: 212px;
	}
}
@media only screen and (max-width: 1599px) {
	.footer-pc .links span {
		font-size: 16px;
	}
}