html {	background: #eee;}
body {	background: #fff;}
.xbar{ width: 95%; margin:.3rem auto; padding-bottom: .2rem;}
.btnitem {
    text-align: center;
    font-size: .38rem;
    color: white;
    background-color: #ff6243;
    box-shadow: 1px 2px 4px -4px #999;
    width: 100%;
    line-height: 1.8;
}

.btnitem:nth-child(2) {
    margin-left: 0.2rem;
    margin-right: 0px;
}
.dh{
    line-height: .6rem;
}
/***/
.itemgognge {
    width: 100%;
}

.itemgognge i {
    font-size:0.8rem;
    text-align: center;
    width: 1.2rem;
    height: 1.2rem;
    background: #00599d;
    color: white;
    line-height: 1.2rem;
    border-radius: 1.2rem;
    display: inline-block;
}

.itemgognge span {
    font-size: 0.34rem;
    line-height: 2;
    display: inline-block;
}

