﻿/*公共样式*/
*{margin:0;padding:0;list-style:none;text-decoration:none}
html{font-size:100px}
body{font-family:"微软雅黑";overflow-x:hidden;font-size:16px}
.w90{width:90%;margin:0 auto;max-width:1200px}
.fl{float:left}
.fr{float:right}
input{outline:0;border:none}
.clearfix:after{content:"";display:block;clear:both}
img{border:none;display:block}
.flexbox{display: flex;display: -webkit-flex;}
.flex{display: flex;display: -webkit-flex;justify-content: space-between;}
.flex-column{flex-direction: column;}
.flex-center{align-items: center;}
.flex-wrap{flex-wrap: wrap;}

.banner,.banner img{width: 100%;}

.footer{width: 100%;background: #2a2a2a;}
.footer .footer-txt{padding:.3rem 0;border-bottom:1px solid rgba(255,255,255,.24);}
.txt1{line-height: .4rem;justify-content: center;}
.txt1 h3{font-size: .18rem;color: #ffffff;margin-right: .2rem;flex-shrink:0;}
.txt1 ul li{color: #ffffff;font-size: .16rem;margin: 0 .2rem;}
.footer .copyright{justify-content: center;}
.footer .copyright p{text-align: center;font-size: .14rem;color: #fff;line-height: .5rem;}
.footer .copyright p a{color: #fff;display: inline-block;}
.footer .copyright p .a1{padding-left:.3rem;background: url(../img/police2.png) no-repeat left center;background-size: auto .3rem;}
.footer .copyright p .a2{padding-left:.24rem;background: url(../img/police.png) no-repeat left center;position: relative;padding-right:.32rem;}
.footer .copyright p .a2::after{content: "";background: url(../img/police1.png) no-repeat right center;background-size: auto .3rem;position: absolute;right:0;width: .3rem;height:.3rem;top:50%;margin-top: -.15rem;}

/*IE9升级提示*/
#browser-modal{width:100%;height:100%;top:0;left:0;text-align:center;color:#303233;position:fixed;z-index:9990009;}
#browser-modal .browser-modal-cover{position:fixed;left:0;top:0;height:100%;width:100%;background-color:#111;opacity:.9;z-index:-1}
#browser-modal .browser-content{width:700px;margin-top:120px;margin-left:auto;margin-right:auto;padding-bottom:80px;padding-top:50px;background-color:#fff;border-radius:5px}
#browser-modal .browser-content .browser-dpc-logo img{height:42px;margin:45px auto 40px}
#browser-modal .browser-content .browser-text-title{text-transform:uppercase;font-size:24px}
#browser-modal .browser-content .browser-text-desc{margin-top:30px;margin-bottom:20px;font-size:14px}
#browser-modal .browser-content .browser-list{width:600px;margin:20px auto;height:130px}
#browser-modal .browser-content .browser-item{float:left;width:150px;padding-top:20px;padding-bottom:20px;margin-left:auto;margin-right:auto}
#browser-modal .browser-content .browser-item .iconfont{width:100px;height:100px;margin:0 auto;font-size:80px;line-height:80px;margin-bottom:10px;}
#browser-modal .browser-content .browser-item .iconchrome{background: url(../img/bro.png) no-repeat 0 0}
#browser-modal .browser-content .browser-item .iconfirefox{background: url(../img/bro.png) no-repeat 0 -100px}
#browser-modal .browser-content .browser-item .iconopera{background: url(../img/bro.png) no-repeat 0 -200px}
#browser-modal .browser-content .browser-item .iconEdge{background: url(../img/bro.png) no-repeat 0 -300px}
#browser-modal .browser-content .browser-item a{cursor:pointer;display:block}
#browser-modal .browser-content .browser-item a img{display:block;margin:0 auto;max-width:100px;width:100px;height:100px}
#browser-modal .browser-content .browser-item a h4{text-align:center;margin-top:20px;font-size:18px;font-weight:700}

