* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-decoration: none;
}
html, body{
    height: 100%;
    overflow-y: auto;
}
.main{
    height: 100%;
    overflow-x: hidden;
    font-size: 0;
}
.layout{
    position: relative;
    padding: 0.32rem 0.35rem 0.6rem 0.41rem;
}
p.title1{
    display: flex;
    justify-content: flex-start;
}
p.title1 span{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.64rem;
    border-top-right-radius: 0.32rem;
    border-bottom-right-radius: 0.32rem;
    border-top-left-radius: 0.15rem;
    background-image: linear-gradient(-63deg, #43a3fd 0%, #3484f9 100%);
    padding: 0 0.26rem 0 0.1rem;
    font-size: 0.32rem;
    color: #ffffff;
    font-weight: bold;
}
.content{
    font-size: 0.28rem;
    color: #333333;
    font-weight: 500;
    padding: 0.2rem 0;
    line-height: 0.48rem;
}
.content span.name{
    display: inline-block;
    font-size: 0.28rem;
    color: #ffffff;
    font-weight: 500;
    height: 0.42rem;
    line-height: 0.45rem;
    border-radius: 0.2rem;
    padding: 0 0.2rem;
    background-image: linear-gradient(90deg, #3484f9 0%, #43a3fd 100%);
    margin-right: 0.1rem;
}
.content span.index{
    display: inline-block;
    font-size: 0.28rem;
    color: #ffffff;
    font-weight: 500;
    line-height: 0.4rem;
    text-align: center;
    width: 0.34rem;
    height: 0.34rem;
    border-radius: 0.17rem;
    background-color: #3484f9;
    margin-right: 0.06rem;
}













