

/*公共底部*/
.bottom-fixed{bottom: 0;position: fixed;width:100%;height:2rem;z-index: 9999;min-width: 320px;max-width: 720px;}
.bottom-fixed .footer {text-align:center;overflow: hidden;}
.bottom-fixed .footer li{width: 50%;height:2rem;float: left;line-height: 2rem}
.bottom-fixed .footer li .footpic{float: left;margin-left:1.5rem;margin-top: 0.4rem;margin-right: 0.4rem}
.bottom-fixed .footer li:nth-child(1){background-color: #d00a0a}
.bottom-fixed .footer li:nth-child(1) .footpic{margin-top: 0.2rem;}
.bottom-fixed .footer li:nth-child(2){background-color: #090909;}
.bottom-fixed .footer li:nth-child(1) .footpic img{width:1.1rem;}
.bottom-fixed .footer li:nth-child(2) .footpic img{width:1.2rem;}
.bottom-fixed .footer li p{color:#fff;text-align:center;font-size: 0.68rem;float: left}
.bottom-fixed .footer li a {display: inline-block;width: 100%;height: 100%}
#top{width: 0.65rem;height: 0.65rem;background:url("top.png") no-repeat center;background-size:0.5rem;background-color: #d00a0a;position: fixed;right: 0.1rem;bottom: 25%;border-radius: 5px;display: none}

/**************************首页样式*****************************/

/*弹出层*/
.tk{width: 100%;height: 100%;background-color: rgba(38,35,25,0.5);position: fixed;top:0;left:0;z-index: 9999;display: none}
.tis{width: 16.6rem;height: 28.9rem;background-color: #fff;border-radius: 10px;position: fixed;top: 0;right: 0;bottom: 0;left: 0;margin: auto;text-align: center}
.tis h3{font-size: 1.32rem;font-weight: bold;margin-top: 1rem}
/*.tis p{font-size: 0.26rem;margin-top: 0.2rem}*/
.yj{font-size: 1.14rem;color: #ed1011;font-weight: bold;margin-top: 2rem}
.tj{font-size: 1rem;color: #ed1011;line-height: 1.7}
.tis img{width: 14.79rem;margin: 1rem 0}
.tis a{color: #fff;font-size: 0.9rem;font-weight: bold;display: inline-block;width: 6.75rem;height: 2rem;background: url("know.png") no-repeat center;line-height: 2rem;background-size: 100% 100%;}

