html {
    font-size: 37.5px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: '微软雅黑';
    color: #333;
    background-color: #F4F5F8;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

/* 模块盒子 */
.model {
    padding: 0 0.267rem;
    background-color: white;
    margin: 0.32rem 0;
    padding-bottom: 0.533rem;
}

/* 模块标题 */
.model-title {
    font-size: 0.43rem;
    color: #333333;
    font-weight: bold;
    padding: 0.533rem 0.267rem;
    position: relative;
}

.model-title::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 0.08rem;
    height: 0.43rem;
    background: linear-gradient(180deg, #FF6053 0%, #FF2D26 100%);
    border-radius: 0.04rem;
}

/* 模块灰色内容区 */
.model-cont {
    background-color: #F8F8F8;
    font-size: 0.32rem;
    padding: 0.506rem 0.267rem;
    line-height: 0.56rem;
    color: #999999;
}

.cont-item {
    display: flex;
    align-items: center;
}

/* 字体加粗 */
.font-bold {
    font-weight: bold;
}

.cont-item-tit {
    flex-shrink: 0;
    color: #666666;
    padding-right: 0.15rem;
}

.cont-list li:not(:last-child) {
    margin-bottom: 0.45rem;
}

.cont-tit {
    font-size: 0.37rem;
    font-weight: bold;
    margin-bottom: 0.4rem;
    color: #333333;
}

.p {
    text-indent: 2em;
}

/*layer加载颜色修改*/
.layui-m-layer2 .layui-m-layercont i {
    background-color: #FF5C4F !important;
}

.home-btn{
    position: fixed;
    width: 1.17rem;
    height: 1.17rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.13rem 0rem rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    right: 0.27rem;
    bottom: 18%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-btn img{
    width: 0.64rem;  
  }