html {
    -webkit-tap-highlight-color: transparent;
    font-size: 36px;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica,
        Segoe UI, Arial, Roboto, PingFang SC, miui, Hiragino Sans GB,
        Microsoft Yahei, sans-serif;
    font-size: 36px;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    color: inherit;
    font: inherit;
}

a:focus,
input:focus,
button:focus,
textarea:focus,
[class*='van-']:focus {
    outline: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main {
    padding: 20px;
    min-height: calc(100vh - 40px);
    font-family: Avenir, Helvetica, Arial, sans-serif;
    background-color: #f2f2f2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-size: 0.37333rem;
}
.favorableModel {
    min-height: 100vh;
    width: 100%;
    background-color: #f7f7f7;
    border: 0.02667rem solid transparent;
}
.favorableModel-box {
    padding: 0.13333rem;
    border-radius: 0.26667rem;
    margin: auto;
    margin-bottom: 0.4rem;
    background-color: #fff;
}
.favorableModel-title {
    padding: 0.26667rem;
    border-bottom: 0.08rem solid #f7f7f7;
    display: flex;
    justify-content: space-between;
}
.favorableModel-content {
    overflow-wrap: normal;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 0.48rem;
    padding: 0.53333rem 0.13333rem 0.53333rem 0.13333rem;
}
.fz-18 {
    font-size: 0.48rem;
}
.button {
    padding: 0 10px;
    margin-left: 0;
    height: 0.74667rem;
    color: rgb(25, 137, 250);
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    border-color: rgb(25, 137, 250);
    background-color: #fff;
    border-radius: 5px;
    display: inline-block;
    box-sizing: border-box;
    line-height: 1.8;
    text-align: center;
}
.button.selected{
    color: rgb(255, 255, 255);
    border-color: rgb(25, 137, 250);
    background-color: rgb(25, 137, 250);
}
.favorableCate {
    border-bottom: 1px dashed rgb(25, 137, 250);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 20px 10px;
    background-color: #fff;
}
.favorableCate .button {
    margin: 0 10px 10px 0;
}
/*toast样式*/
.toast {
    position: fixed;
    display: none;
    left: 50%;
    bottom: 50%;
    z-index: 99999;
    margin: 0 auto;
    padding: 10px 0;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 120px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background-color: rgba(000, 000, 000, 0.5);
}

.toast .icon {
    color: #fff;
    display: block;
    text-align: center;
}
.toast .text {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 14px;
}
