

body{
	padding-bottom:0; font-size: 12px;box-sizing: border-box;
	padding-top: 1.2rem;
}

.top{ width: 100%; height: auto; position: fixed; left: 50%; max-width: 750px; transform: translateX(-50%); top: 0;}
.top img{ display: block; width: 100%; height: auto;}

.indexContainer{ background: rgb(251, 242, 207); width: 100%; height: auto; padding-bottom: 1rem;}
.indexContainer img{ display: block; width: 100%; height: auto;}

.indexContainer ul{ width: 100%; padding: 0 .3rem; box-sizing: border-box;}
.indexContainer ul li{ width: 100%; height: .6rem; position: relative;}
.indexContainer ul li span{ float: left; width: .4rem; height: .6rem; display: block; position: relative;}
.indexContainer ul li span img{ display: block; position: absolute;left: 50%; top: 50%; transform: translate(-50%,-50%); width: auto; height: .2rem;}
.indexContainer ul li p{ display: block; float: left; height: .6rem; line-height: .6rem; font-size: .16rem; color: #333; width: calc(100% - .4rem); text-indent: .3rem;}
.indexContainer ul li a{  display: block; position: absolute; right: 0; top: 0; width: 1rem; height: .4rem; line-height: .4rem; text-align: center; font-size: .16rem; color: #fff; background: rgb(22, 120, 255); border-radius:.06rem; top: 50%; transform: translateY(-50%);}
.indexContainer ul li a b{ display: block; height: .4rem; right: 1.2rem; position: absolute; top: 0; line-height: .4rem; font-size: .16rem; color: #04be02;}

.footer{ width: 100%; height: 1rem; position: fixed; left: 50%; transform: translateX(-50%); bottom: 0; background: rgba(0,0,0,0.8); max-width:750px ;}
.footer ul{ width: 100%; height: 100%; }
.footer ul li{ float: left; width: 50%;height: 100%; line-height: 1rem; text-align: center; position: relative;}
.footer ul li a{ display: block; width: 92%; height: .6rem; line-height: .6rem; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); font-size: .2rem; color: #fff; background: rgb(22, 120, 255); border-radius:.15rem ;}
.footer ul li:nth-child(2) a{ background: rgb(255, 170, 9);}
.footer ul li a span{ height: .4rem; line-height: .4rem; padding: 0 .15rem; border-radius:.08rem; position: absolute; right: 0; font-size: .16rem; color: #fff; background: #ea4e3d; top: -.45rem;}
.footer ul li a span:after{ width: .2rem; height: .2rem; position: absolute; left: 0; bottom: -.1rem; border: .2rem solid transparent; border-left:.2rem solid #ea4e3d; box-sizing: border-box; content: '';}
   