html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 16px;
}

body::-webkit-scrollbar {
    display: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: unset;
}

input,
button {
    outline: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}


/*头部*/

.heard_box {
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    background: #29bbcc;
}


/*颜色按钮*/

.btnsbox {
    width: 11.428571rem;
    height: 2.857143rem;
    line-height: 2.857143rem;
    background: #29bbcc;
    border-radius: .285714rem;
    font-size: 1.285714rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}


/*无颜色按钮*/

.btnsbox1 {
    width: 11.428571rem;
    height: 2.857143rem;
    line-height: 2.857143rem;
    background: #ffffff;
    border: 1px solid #ccd0d6;
    border-radius: 4px;
    font-size: 1.2857rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: center;
    color: #29bbcc;
    cursor: pointer;
}