*{
    margin: 0;
    padding: 0;
}
body,div,h1,h2,h3,h4,h5,h6,dl,dd,dt,p,a,form,select,input,ul,ol,li{
    font-weight:normal;
    font-family:'Microsoft YaHei','微软雅黑', sans-serif;
    color:#222222;
    font-size: 0.25rem;
}
b{font-weight:normal}
a{text-decoration:none;}
a:hover{text-decoration:none;cursor:pointer}
/* img{display:block} */
body{
    /* background-color: #f48660; */
}

.index{
    width: 100%;
    position: relative;
    height: 13.34rem;
    background: url(../img/bg.png) no-repeat;
    background-size: 100%;
}

.small {
    width: 90%;
    height: 6.5rem;
    position: absolute;
    top: 61%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.small div {
    width: 45%;
    height: 1rem;
    background-image: linear-gradient(#ffffff, #9de172);
    border-radius: 0.2rem;
    text-align: center;
    line-height: 1rem;
}
.small div a {
    font-size: 0.3rem;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}