* {
    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{
    width: 100%;
    min-height: 100%;
    position: relative;
    background: #fff url("../images/page_bg.png") top/100% auto no-repeat;
}
@font-face {
    font-family: 'FZLTH';
    src: url("../font/FZLTH.TTF");
}
.page-title{
    font-size: 0.51rem;
    line-height: 0.68rem;
    color: #ffffff;
    padding-top: 0.62rem;
    padding-left: 0.43rem;
    font-family: "FZLTH";
}
.page-text{
    display: inline-block;
    font-size: 0.32rem;
    color: #2e5fff;
    background: #ffffff;
    line-height: 0.39rem;
    padding: 0 0.25rem;
    border-radius: 0.19rem;
    position: relative;
    margin: 0.34rem 0 0 0.43rem;
}
.page-text::before,
.page-text::after{
    content: '';
    display: inline-block;
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 0.04rem;
    background-color: #2e5fff;
    position: absolute;
    top: 0.16rem;
    left: 0.1rem;
}
.page-text::after{
    left: auto;
    right: 0.1rem;
}
.page-content{
    width: 6.57rem;
    margin: 0.42rem auto 0;
    background: #fff;
    border-radius: 0.2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.17rem 0.13rem;
    /*grid-row-gap: 0.17rem;*/
    /*grid-column-gap: 0.13rem;*/
    padding: 0.165rem;
}
.page-content .item{
    width: 3.22rem;
    height: 1.38rem;
    border-radius: 0.15rem;
    background-color: #dce7fd;
    display: flex;
    /*align-items: center;*/
    /*justify-content: center;*/
    /*text-align: center;*/
}
.page-content .item a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.page-content .item img{
    width: 0.58rem;
    height: 0.58rem;
}
.page-content .item p{
    font-size: 0.28rem;
    letter-spacing: 1px;
    line-height: 0.48rem;
    color: #333333;
    font-weight: 500;
    margin-top: 0.05rem;
}
.remind-layout{
    position: relative;
    padding: 0.24rem 0.52rem 0.3rem;
}
.remind-title{
    font-size: 0.28rem;
    color: #333333;
    font-weight: 500;
    text-indent: 2em;
    line-height: 0.44rem;
}
.remind-text{
    font-size: 0.3rem;
    color: #0068ff;
    font-weight: 500;
    margin-top: 0.12rem;
}
.remind-row{
    line-height: 0.44rem;
    font-size: 0.28rem;
    color: #5e5d5d;
    font-weight: 500;
    margin-top: 0.1rem;
}
.remind-row span.remind-index{
    display: inline-block;
    color: #ffffff;
    height: 0.35rem;
    background-image: linear-gradient(-54deg, #46b1fd 0%, #3382f9 100%);
    margin-right: 0.1rem;
    font-size: 0.28rem;
    line-height: 0.42rem;
    font-weight: bold;
    padding: 0 0.2rem 0 0.1rem;
    border-top-left-radius: 0.05rem;
    border-bottom-left-radius: 0.05rem;
    border-top-right-radius: 0.9rem 0.5rem;
    border-bottom-right-radius: 0.9rem 0.5rem;
}