html{
    max-width: 640px;
    margin: 0 auto;
}
body {
    margin: 0;
    padding: 0;
    min-width: 280px;
}

a{font-size: 16px;}

.content {
    /*max-width: 351px;*/
    margin: 0 10px;
}

.circle {
    width: 3px;
    height: 3px;
    display: inline-block;
    border-radius: 50%;
    background: #a0c931;
    margin-right: 4px;
}

.top-title {
    font-size: 14px;
    color: #333333;
    padding: 10px 0;
    border-bottom: solid 1px #cccccc;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* 椤堕儴 */

.top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 12px;
    height: 40px;
}

.top .left-img img {
    width: 123px;
}

.top .right-login {
    display: flex;
    align-items: center;
}

.top .right-login .login-register {
    margin-right: 10px;
}

.top .right-login div a {
    font-size: 12px;
}

.top .right-login img {
    width: 16px;
    display: none;
}

.menu-part{
    position: relative;
}

.menu-part div {
    position: absolute;
    width: 80px;
    right: 0;
    background: #fff;
    text-align: center;
    top: 40px;
    display: none;
    z-index: 999999999999999;
}

.menu-part div ul li {
    padding: 5px;
    border-bottom: 1px solid #cbcbcb;
}

.menu-part .active {
    color: #e62b00;
}
.header {
    background: #fff;
    margin-bottom: 10px;
    box-shadow: 0px 5px 10px 0px rgb(17 58 93 / 10%);
}

#tabnav {
    width: 100%;
    overflow-x: auto;
    line-height: 40px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

#tabnav a {
    font-size: 16px;
    line-height: 40px;
    color: #666;
    padding: 0 10px;
}

#tabnav::-webkit-scrollbar {
    display: none;
}
#tabnav .active {
    color: #588528;
}

.menu-part div {
    position: absolute;
    width: 80px;
    right: 0;
    background: #fff;
    text-align: center;
    top: 40px;
    display: none;
    z-index: 999999999999999;
}

.menu-part div ul li {
    padding: 5px;
    border-bottom: 1px solid #cbcbcb;
}

.menu-part .active {
    color: #e62b00;
}

.layui-tabhref {
    width: 100% !important;
    height: 50%;
    border: none;
}

.popupmenu {
    width: 100%;
    font-size: 14px;
    background: #fff;
    color: #062743;
    float: left;
    line-height: 22px;
}

.popupmenu .menutop a {
    float: right;
}

.popupmenu .menutop {
    font-size: 16px;
    padding: 0 20px;
    margin-top: 20px;
}

.popupmenu ul {
    padding: 12px;
}

.popupmenu ul li {
    float: left;
    text-align: center;
    width: 29%;
    margin: 5px 2%;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 3px 0;
}

.popupmenu ul li a {
    color: #062743;
}

.tabslist {
    width: 100%;
    background: #fff;
    padding-top: 5px;
    position: relative;
}

.tabslist ul {
    border: 1px solid #f5f5f5;
    padding: 10px 5px;
}

.tabslist ul li {
    float: left;
    width: 25%;
    text-align: center;
    margin-top: 7px;
    margin-bottom: 7px;
}

.tabslist ul li a {
    font-size: 14px;
    color: #888;
    width: 80%;
    float: left;
    margin-left: 10%;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #f5f5f5;
    border-radius: 18px;
}

.clearfix {
    clear: both;
}

.show-more {
    width: 25%;
    position: absolute;
    margin-bottom: 18px;
    margin-right: 5px;
    bottom: 0;
    right: 0;
    text-align: center;
    border-radius: 18px;
}

.show-more i {
    background: #f5f5f5;
    font-size: 14px;
    color: #888;
    width: 80%;
    float: right;
    margin-right: 10%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 18px;
}

.hide-more {
    display: block;
    width: 10%;
    background: #f5f5f5;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.hide-more i {
    line-height: 1;
}

.tabslist ul .active a {
    color: #ff5f33;
    background: #fde0d0;
}


/* 搴曢儴 */

.foot {
    background: #031001;
    color: #b2b2b2;
    font-size: 8px;
}

.foot .foot-content {
    /* padding: 20px 0 15px; */
    text-align: center;
}

.foot .foot-content .friend-link {
    font-size: 12px;
    color: #cccccc;
    padding: 10px 12px;
    border-bottom: 1px solid #656565;
}

.foot .foot-content .friend-link a {
    font-size: 12px;
    color: #cccccc;
}

.foot .foot-content .friend-link a:not(:last-child) {
    margin-right: 12px;
}

.foot .foot-content .company {
    font-size: 12px;
    padding: 10px 12px;
    border-bottom: 1px solid #676767;
}

.foot .foot-content .company a {
    font-size: 12px;
    color: #b2b2b2;
    margin-left: 5px;
}

.foot .foot-content .other {
    padding: 10px 12px;
}

.foot .foot-content .other a {
    font-size: 12px;
    color: #ffffff;
}

.foot .foot-content .other a:nth-child(2) {
    margin: 0 56px;
}

.bottom-pape {
    text-align: center;
}

.search-part {
    justify-content: center;
    margin: 10px auto;
    display: flex;
    align-items: center;
}

.search-part .search-input {
    background: #ebebeb;
    border-radius: 2px;
    font-size: 12px;
    border: unset;
    padding: 7px 22px 7px 10px;
    width: 100%;
}

.search-part div {
    position: absolute;
}

.search-part div .layui-icon-search {
    position: relative;
    left: 160px;
}

.search-part .search-input:focus {
    outline: none !important;
}

.hot-tab {
    display: flex;
    align-items: center;
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
    background: #a0c931;
    line-height: 24px;
    margin-bottom: 4px;
}

.hot-tab .active {
    background: #588528;
}

.hot-tab a {
    padding: 0 8px;
    color: #fff;
}

.hot-tab::-webkit-scrollbar {
    display: none;
}

.time-icon {
    width: 12px;
    height: 12px;
    background-position: center center;
    background-size: 12px 12px;
    background-image: ;
    margin-right: 4px;
}

.view-icon {
    width: 12px;
    height: 12px;
    background-position: center center;
    background-size: 12px 12px;
    background-image: ;
    margin-right: 4px;
}

.updown {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1em 0;
}

.updown i {
    font-style: normal !important;
}

.up,
.down {
    width: 200px;
    text-align: center;
    box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, .2);
    padding: 10px 3%;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
}

.up:hover,
.down:hover,
.reviewbtn:hover {
    opacity: .7;
}

.up {
    background: #588528;
    margin-right: 10px;
}

.down {
    background: #000000;
}

.reviewbox {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    margin: 20px 0;
    box-shadow: 0px 2px 12px 1px rgba(0, 0, 0, 0.1);
}

.reviewbox textarea {
    resize: none;
    width: 100%;
    border: none;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 14px;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
}

.reviewbox .sendreview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 47px;
    background-color: #fafafa;
    font-size: 14px;
}

.reviewbox .sendreview .remind-text {
    color: #201f1fb7;
    padding-left: 10px;
    font-size: 14px;
}

.reviewbox .reviewbtn {
    width: 109px;
    height: 47px;
    border-bottom-right-radius: 5px;
    background: #ec0a0a;
    color: #fff;
    line-height: 47px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}

.reviewlist {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    box-shadow: 0px 2px 12px 1px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
}

.reviewlist .reviewtotal {
    background-color: #fafafa;
    color: #201f1fb7;
    padding: 10px;
    font-size: 14px;
}

.reviewlist li {
    display: flex;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.reviewlist li:not(:last-child) {
    border-bottom: 1px solid #eeeeee;
}

.reviewlist li .avatar {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.reviewlist li .avatar img {
    width: 100%;
    aspect-ratio: 35/35;
}

.reviewlist li .right-msg {
    flex-grow: 1;
}

.reviewlist li .nametime {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 10px;
}

.reviewlist li .nametime .name {
    color: #588528;
}

.reviewlist li .content {
    font-size: 16px;
}

.fa {
    font-family: var(--fa-style-family, "font awesome 6 free");
    font-weight: var(--fa-style, 900)
}

.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

:host,
:root {
    --fa-style-family-brands: "font awesome 6 brands";
    --fa-font-brands: normal 400 1em/1 "font awesome 6 brands"
}

@font-face {
    font-family: "font awesome 6 brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(/uploads/image/swebfonts/fa-brands-400.woff2) format("woff2"), url(/uploads/image/swebfonts/fa-brands-400.ttf) format("truetype")
}

:host,
:root {
    --fa-font-regular: normal 400 1em/1 "font awesome 6 free"
}

@font-face {
    font-family: "font awesome 6 free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(/uploads/image/swebfonts/fa-regular-400.woff2) format("woff2"), url(/uploads/image/swebfonts/fa-regular-400.ttf) format("truetype")
}

:host,
:root {
    --fa-style-family-classic: "font awesome 6 free";
    --fa-font-solid: normal 900 1em/1 "font awesome 6 free"
}

@font-face {
    font-family: "font awesome 6 free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(/uploads/image/swebfonts/fa-solid-900.woff2) format("woff2"), url(/uploads/image/swebfonts/fa-solid-900.ttf) format("truetype")
}