.normal_button {
    min-width: 4rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1rem;
    padding: 0 0.5rem;
    margin: 0 0.5rem;
    border: 0;
    border-radius: 64px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.ipt_btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #ccc;
}

/*index.html*/
.index_button {
    height: 3rem;
    font-size: 20px;
    width: 250px;
    padding: 0 1rem;
    border-radius: 64px;
    background-color: #54A0FF;
    color:#fff;
}

/*Ybzj.html*/
input {
    background: #fff;
    border: 1px solid #aaa;
    height: 1rem;
}

button {
    background: #fff;
    border: 1px solid #888;
    height: 1.65rem;
}

select {
    background: #fff;
    border: 1px solid #aaa;
    height: 1.5rem;
}

/*shadowlessLv2.html*/
img {
    max-width: 100%
}

#info2 {
    word-break: break-all
}

summary {
    font-size: 1.2rem
}

a {
    color: #1080a0
}
