html, body {
    background-color: #F7F7F7;
    box-sizing: border-box;
    font-family: "Microsoft YaHei", Verdana, Arial, Tahoma, sans-serif !important;
    width: 100%;
    height:100vh;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
}

ul, ol {
    list-style: none;
}

::-webkit-input-placeholder {
    color: #ccc;
}

input, button, textarea {
    font-family: "Microsoft Yahei" !important;
}

button, a {
    cursor: pointer;
}

a {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    text-decoration: none;
    outline: none;
    color: #333333;
}

a:focus, a:active, a:link, a:visited {
    text-decoration: none;
}

input:focus {
    outline: none;
}

button:focus, button {
    outline: none;
}

/* 底部样式 */
footer{

}
footer .top{
    width: 100%;
    height:3.48rem;
    background: #ffffff;
    position: relative;
}

footer .top .our-pop{
    width: 6.9rem;
    height: 5.08rem;
    background: #ffffff;
    box-shadow:0px 10px 30px 0px rgba(138,136,136,0.3);
    border-radius: 0.16rem;
    padding: 0 0.4rem 0.4rem 0.4rem;
    position: absolute;
    top:0.8rem;
    left: 0.3rem;
}
footer .top .our-pop .our-top{
    display: flex;
    align-items: center;
    /* text-align: center; */
    justify-content: space-between;
    margin-top:0.65rem;
}
footer .top .our-pop .our-top .left {
    display: inline-block;
    width: 1.24rem;
    height: 0.04rem;
    background-color: #cccccc;
    /* margin-right: 0.24rem; */
}
footer .top .our-pop .our-top .center {
    display: inline-block;
    font-size: 0.34rem;
    color: #162133;
}
footer .top .our-pop .our-top .center span {
    font-size: 0.26rem;
    color: #999999;
    /* text-align: right; */
    margin-left:0.2rem;
}
footer .top .our-pop .our-top .right {
    display: inline-block;
    width: 1.24rem;
    height: 0.04rem;
    background-color: #cccccc;
    /* margin-left: 0.24rem; */
}
footer .top .our-pop .our-bottom{
    display: flex;
    justify-content: space-between;
    margin-top:0.6rem;
}
footer .top .our-pop .our-bottom .our-bottom-left{
    width: 3.7rem;
    padding-top:0.1rem;
}
footer .top .our-pop .our-bottom .our-bottom-left .li1 img{
    width: 0.44rem;
    height: 0.44rem;
    vertical-align: middle;
}
footer .top .our-pop .our-bottom .our-bottom-left .li1 a{
    font-size: 0.36rem;
    color: #1CA5ED;
    font-weight: 500;
    line-height: 0.5rem;
    margin-left: 0.15rem;
}
footer .top .our-pop .our-bottom .our-bottom-left .li1 span{
    font-size: 0.26rem;
    color: #333333;
    line-height: 0.36rem;
    margin-left:0.6rem;
}
footer .top .our-pop .our-bottom .our-bottom-left .li2{
    display: flex;
    margin-top: 0.2rem;
}
footer .top .our-pop .our-bottom .our-bottom-left .li2 img{
    /* width: 0.36rem; */
    height: 0.44rem;
    vertical-align: middle;
}
footer .top .our-pop .our-bottom .our-bottom-left .li2 p{
    font-size: 0.26rem;
    color:#333333;
    margin-left: 0.2rem;
}
footer .top .our-pop .our-bottom .our-bottom-left .li3{
    display: flex;
    margin-top: 0.25rem;
}
footer .top .our-pop .our-bottom .our-bottom-left .li3 img{
    width: 0.44rem;
    height: 0.44rem;
    vertical-align: middle;
}
footer .top .our-pop .our-bottom .our-bottom-left .li3 p{
    font-size: 0.26rem;
    color:#333333;
    margin-left: 0.2rem;
    margin-top:0.05rem;
}
footer .top .our-pop .our-bottom .our-bottom-right{
    text-align: left;
}
footer .top .our-pop .our-bottom .our-bottom-right .sao{
    width: 2.14rem;
    height: 0.74rem;
    vertical-align: middle;
    display: block;
}
footer .top .our-pop .our-bottom .our-bottom-right .code{
    width: 2.2rem;
    height: 2.2rem;
    vertical-align: middle;
    display: block;
}




footer .bottom .map-img{
    width: 100%;
    height: 3.2rem;
    vertical-align: middle;
}
footer .bottom .police-msg{
    width: 100%;
    height: 1.44rem;
    text-align: center;
    background: #333333;
    padding-top:0.35rem;
}
footer .bottom .police-msg img{
    width: 0.4rem;
    height: 0.4rem;
    vertical-align: middle;
}
footer .bottom .police-msg p{
    font-size: 0.26rem;
    color: #cccccc;
    line-height: 0.36rem;
}
footer .bottom .police-msg .p{
    margin-left: 0.4rem;
}