html {
    -webkit-font-smoothing: antialiased;
    font-family: noto sans, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    height: 100%;
    position: static;
    z-index: 0
}

body {
    margin: 0;
    padding: 0;
    color: #5f6368
}

h1,
h2,
h3 {
    color: #000;
    line-height: 0
}

.header {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    z-index: 99;
    transition: all 300ms ease;
    padding: 10px;
    display: flow-root
}

.header.active {
    box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

.logo {
    width: 45%;
    float: left;
    font-size: 22px
}

.logo img {
    width: 100%
}

.headicon {
    width: 16%;
    float: right;
    font-size: 18px;
    text-align: center;
    padding-top: 10px
}

.pf {
    background-color: green;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    float: right;
    font-size: 18px;
    margin-left: 2%;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px
}

.wraper {
    width: auto;
    padding: 2%;
    height: 100%;
    margin-top: 100px
}

.img {
    width: 20%;
    display: inline-block;
    -webkit-box-shadow: 0 1px 9px -2px #6e6b6e;
    -moz-box-shadow: 0 1px 9px -2px #6e6b6e;
    box-shadow: 0 1px 9px -2px #6e6b6e;
    border-radius: 10px
}

.img img {
    width: 100%
}

.cnt {
    width: 72%;
    display: inline-block;
    color: #333;
    vertical-align: top;
    margin-left: 5%;
    font-size: 22px
}

.t30 {
    width: 28%;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    vertical-align: top
}

.border {
    border-right: 1px solid #ccc
}

.app {
    margin-top: 50px;
    width: auto
}

.btn {
    color: #fff;
    font-size: 14px;
    border: none;
    background: #01875f;
    border-radius: 5px;
    width: 95%;
    padding: 2.5%
}

.btn a {
    color: #fff;
    text-decoration: none
}

.overflow {
    width: auto;
    overflow-x: scroll;
    white-space: nowrap
}

.overflow span {
    width: 30%;
    margin: 1%;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block
}

.overflow span img {
    width: 100%
}

.rtab {
    cursor: pointer
}

.rtab span {
    margin: 4%
}

table {
    border: solid 1px #ccc;
    border-radius: 5px;
    margin-top: 20px
}

table tr td {
    padding: 10px
}

.modal {
    width: auto;
    padding: 2%;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000000;
    overflow: scroll;
    display: none
}

.modal .header {
    border-bottom: solid 1px #ccc
}

.rate {
    margin: 0 auto;
    width: auto
}

.rate li {
    list-style: none;
    margin-top: 20px
}

.icon {
    width: 40px;
    height: 35px;
    padding-top: 5px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    background: green;
    border-radius: 50%;
    display: inline-block
}

.name {
    margin-left: 10px;
    color: #000
}

.dotted {
    float: right;
    color: #000;
    padding-top: 5px
}

.green {
    color: green;
    font-size: 12px
}

.small {
    font-size: 12px
}

.btntb {
    border: solid 1px #333;
    border-radius: 8px;
    padding: 4px;
    background: 0 0;
    float: right;
    margin-right: 10px
}

.rtmodal input[type=text] {
    height: 30px;
    border: solid 2px green;
    width: 90%;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px
}

.post {
    color: green;
    font-size: 20px;
    background: 0 0;
    margin-top: 10px;
    border: none
}