*{padding: 0;margin: 0;}
a{text-decoration: none;}
li{list-style: none;}

.footerbg{height: 480px;display: none;}
.footerbg .footerkh{padding-left: 86px;padding-top: 118px;}
.footerbg .footerkh h1{color: #FFFFFF;font-size: 36px;line-height: 36px;padding-bottom: 26px;}
.footerbg .footerkh .footerphone{width: 280px;height: 48px;position: relative;margin-bottom: 14px;}
.footerbg .footerkh .footerphone .sidenum{position: absolute;color: #333333;font-size: 14px;line-height: 14px;left: 0;height: 100%;display: flex;justify-content: center;align-items: center;padding-left: 20px;}
.footerbg .footerkh .footerphone input{width: 100%;height: 100%;box-sizing: border-box;padding-left: 56px;border: 0;border-radius: 4px;box-shadow: 0 0 3px #FFFFFF;outline: none;}
.footerbg .footerkh .footerphonecode{width: 280px;height: 48px;position: relative;margin-bottom: 24px;}
.footerbg .footerkh .footerphonecode .getcode{height: 100%;width: 70px;color: #999999;font-size: 14px;line-height: 14px;display: flex;justify-content: center;align-items: center;position: absolute;right: 0;padding-right: 20px;cursor: pointer;}
.footerbg .footerkh .footerphonecode input{width: 100%;height: 100%;box-sizing: border-box;padding-left: 20px;border: 0;border-radius: 4px;box-shadow: 0 0 3px #FFFFFF;outline: none;}
.footerbg .footerkh .phonebtn{background-color: #DAB660;width: 140px;height: 48px;display: flex;justify-content: center;align-items: center;border-radius: 4px;}
.footerbg .footerkh .phonebtn a{color: #000000;font-size: 16px;line-height: 16px;font-weight: bold;}

/* 浮动标志 */
.fd{position: fixed;background: rgba(255, 255, 255, 0.9) ;padding: 0 5px 20px 5px;box-shadow: 0 0 8px #C6C6C6;position: fixed;top: 30%;right: 20px;border-radius: 10px;z-index: 99;transition: all 0.1s;}

.fd a{width: 100%; color: #333333;font-size: 14px;line-height: 14px;}
.fd a p{padding-top: 6px;text-align: center;font-size: 12px;}
.fd .fdbottom{color: #333333;font-size: 14px;line-height: 14px;margin-top: 30px;display: block;cursor: pointer;text-align: center;}
.fd a .fdimg img{margin-top: 20px !important;width: 24px;height: 24px;display: block;margin: 0 auto;}
.fdbox{position: relative;}
.fdbox .read{position: absolute;width: 16px;height: 16px;right: 5px;top: -10px;border-radius: 50%;background-color: #EB4B4B;color: #FFFFFF;border: 1px solid #FFFFFF; font-size: 10px;display: flex;justify-content: center;align-items: center;opacity: 0;}
.fdbottom:hover{color: #DAB660;}
.fdbox:hover{color: #DAB660;}

.footerPage{background-color: #333333;}
.footerPage .wrapper{max-width: 1200px; width: 100%; margin: 0 auto;}

.main{padding-top: 50px;position: relative;}
.main .item{color: #FFFFFF;font-size: 18px;line-height: 15px;margin-bottom: 20px;}
.main .item ul{padding-top: 10px;}
.main .item ul li{line-height: 28px;}
.main .item ul li a{color: #fff;font-size: 14px;}
.main .item a:hover{color:#DA0000!important;}

.text-warp{padding: 50px 16px; border-bottom: 1px solid #5a5a5a;}
.text-warp p{margin-bottom: 16px; color: #999999 !important;    font-size: 12px;}

.yqlj{position: absolute;bottom: 20px;left: 20px;display: flex;justify-content: space-between;align-items: center;color: #999999;font-size: 12px;}
.yqlj a{color: #999999;font-size: 12px;line-height: 12px;padding-right: 14px;}
.yqlj a:hover{color: #FEEFCC;}


.companyCode{width: 172px;padding-right: 20px;}

.bottomContent{display: flex;justify-content: space-between; align-items: center;padding: 20px 20px 65px 20px;}
.bottomContent p{color: #999; font-size: 12px;}
.bottomContent ul{display: flex;    justify-content: end;}
.bottomContent ul li{display: flex;color:#fff; align-items: center; justify-content: center; margin-left: 16px; width: 37px; height: 37px; border-radius: 50%; background-color: #26262B;}
.bottomContent ul li img{width: 65%;}
.bottomContent ul li a{color:#f5f5f5;}
.bottomContent ul li:hover{background:rgb(68 68 68 / 86%);}
/* 气泡 */
.qipao{width: 204px;height: 56px;padding-right: 10px;line-height: 16px; background: url(../images/footer/qipao.svg) no-repeat;background-size: 100% 100%;position: absolute;right: 60px;top: 0;color: #FFFFFF;font-size: 12px;display: flex;justify-content: center;align-items: center;opacity: 0;}
.navbounce{animation: navbounce 0.4s ease-out;}

.sx{animation: sx 0.4s ease-out;}

/* 隐私权限、应用权限弹框 */
.ui-dialog-container{z-index:1000 !important;}
.ui-dialog{max-width:540px;}
.ui-dialog-container + .ui-dialog-container{background-color: rgba(25, 28, 34, 0.88) !important;}

/* .headerTabActived:after{display: none !important;} */

@-webkit-keyframes navbounce {
    0%{
        opacity: 0;
        transform: scale(0);
    }
    80% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }

}

@-webkit-keyframes sx {
    0%{
        opacity: 1;
        transform: scale(1);
    }
    20% {
        transform: scale(0.2);
    }
    100% {
        transform: scale(0);
        opacity: 0;
    }

}


/* iPhone5/SE */
	@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
	.main .item { font-size: 16px;}
	.main .item ul li a{ font-size: 12px;}
	.bottomContent{padding-bottom:20px;}
	.bottomContent ul{justify-content: center;}
	}