::-webkit-scrollbar {
    display: none;
}

html,
body {
    background: #fff;
    height: 100%;
}
body {
    margin: 0;
    font: 0.7rem/1.3 PingFangSC-Regular, 'Microsoft YaHei', '\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', Roboto, Noto, arial, sans-serif;
    /* IOS禁止微信调整字体大小 */
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

span,
img {
    -webkit-tap-highlight-color: transparent;
    font-size:0;
    margin: 0;
    padding: 0;
}

strong {
    font-weight: 400;
}

em {
    font-style: normal;
}

img {
    border: 0 none;
    outline: none;
    -webkit-user-select: none;
}

li {
    list-style: none;
}

ol,
ul,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

button,
input,
textarea {
    -webkit-appearance: none;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    outline: 0;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 none;
    -webkit-tap-highlight-color: transparent;
    resize: none;
}

button[disabled],
input[disabled],
textarea[disabled] {
    opacity: 0.5;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0rem 50rem white inset;
}

#heating {
    width: 17rem;
    height: 100%;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width:670px ;
    margin: 0 auto;
    word-wrap: break-word;
    font-size: 0.65rem;
    color: #333333;
}
.yszc_box{
    height: 0.65rem;
    line-height: 0.65rem;
    width: 100%;
}
.yszc_p{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.yszc_p2{
    display: inline-block;
    text-align: left;
    line-height: 1rem;
    width: 100%;
}
.yszc_p2 span{
    text-decoration:underline;
    color: #333333;
    font-size: 0.65rem;
}
.heating_p_title{
    font-size: 0.8rem;
    line-height: 0.8rem;
    width: 100%;
    text-align: center;
    height: 0.8rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.heatingimg{
    width: 100%;
    position: relative;
}