@charset "utf-8";

.banner{ width: 100%; background: url(../images/bg.png); height: 8.2rem; background-size:100% 100%; padding-top: .6rem; box-sizing: border-box;}
.banner .tit{ text-align: center;}
.banner .tit p{ display: inline-block; padding-left: 1.05rem; background: url(../images/logo.png) left center no-repeat; height: .88rem; background-size:auto 100%; line-height: .88rem; color: #fff; font-weight: bold; font-size: .76rem;}
.banner .tit h2{ padding-top: .35rem; color: #fff559; font-size: .38rem; font-weight: bold;}

.list{ padding: .35rem .5rem 0 .5rem; box-sizing: border-box;}
.list ul{ width: 100%; height: auto;}
.list ul li{ margin-bottom: .75rem;}
.list ul li .enter{text-align: center; display: block; background: url(../images/btn_1.png); height: 1.05rem; background-size:100% auto; line-height: .92rem; font-size: .28rem; color: #fff;}
.list ul li p{ font-size: .28rem; color: #333; line-height: .28rem;}
.list ul li:last-child .enter{ background:url(../images/btn_2.png); background-size:100% auto ;}
.list ul li p a{ display: inline-block; float: right; color: #f54434; text-decoration: underline; font-size: .28rem;}

.list .tips{ width: 100%; padding: .15rem; border-radius:.1rem; box-sizing: border-box; background: #f6f6f6;}
.list .tips p{ line-height: .36rem; font-size: .18rem; color: #5f5f5f;}
.copyright{ width: 100%; text-align: center; line-height:.8rem;  font-size: .22rem; color: #9b9b9b;}

.top{ width: 100%; height: .85rem; background: #fff; position: relative; position: fixed; top: 0; left: 0;}
.top .back{display: block; position: absolute; left:0; top:0; height: .85rem; line-height: .85rem; font-size: .32rem; color: #333; padding-left: .6rem; background: url(../images/arrow_03.png) .23rem center no-repeat; background-size:.19rem .34rem ;}

.tipsBox{ width: 100%; padding: 0 .3rem; box-sizing: border-box;}
.tipsBox .tit{ text-align: center; line-height: 1rem; font-size: .36rem; color: #333; font-weight: bold;}
.tipsBox .nr{ margin-bottom: .25rem;}
.tipsBox .nr .bt{ width: 100%; border-radius:.08rem; padding: 0 .15rem; box-sizing: border-box; background: #5cc6fe; height: .6rem; line-height: .6rem; color: #fff; font-size: .28rem; margin-bottom: .1rem;}
.tipsBox .nr .icon { width: 100%;}
.tipsBox .nr .icon img{ display: block; width: 100%; height: auto;}
.tipsBox .nr:last-child{ margin: 0;}
