body {
    margin: 0;
    padding: 0;
}


/* 顶部样式 */

ul {
    margin: 0;
    padding: 0;
}

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

.content {
    width: 1200px;
    margin: 0 auto;
}

.top {
    background: #588528;
    color: white;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}

.top .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.layui-menu-body-title a:hover {
    color: #588528;
    transition: .3s;
}

#dropmenu {
    cursor: pointer;
}

.top .left a {
    color: #fff;
}

.top .left a:not(:last-child) {
    margin-right: 16px;
}

.top .left img {
    width: 18px;
    height: 18px;
    margin-right: 4px;
}

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

.top .right span {
    width: 4px;
    height: 4px;
    background: #ffffff;
    display: inline-block;
    border-radius: 50%;
    margin: 0 10px;
}

.top .right a {
    color: #fff;
    font-size: 14px;
}

.top .right a:hover {
    color: black;
    transition: .3s;
}


/* 搜索框 */

.search-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px auto !important;
}

.search-part img {
    width: 247px;
    height: 72px;
}

.search-part .search-right {
    display: flex;
    align-items: center;
}

.search-part .search-input {
    width: 366px;
    border: solid 1px #cbcbcb;
    height: 46px;
    font-size: 18px;
    padding: 0 12px;
}

.search-part .search-input:focus {
    outline: none;
    border-color: #588528;
    transition: .3s;
}

.search-part .search-btn {
    background: #588528;
    color: #fff;
    height: 48px;
    line-height: 48px;
    width: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.search-part .search-btn img {
    width: 18px;
    height: 17px;
}

.search-part .search-btn:hover {
    opacity: .9;
}


/* tab */

.tab-part .tab-total {
    display: flex;
    border-top: 4px solid #A0C931;
    padding-top: 24px;
}

.tab-part .line {
    position: absolute;
    width: 124px;
    height: 4px;
    background: #588528;
}

.tab-part .first {
    height: 48px;
    line-height: 48px;
    width: 123px;
    text-align: center;
}

.tab-part .active {
    font-size: 24px;
    color: #588528;
}

.tab-part .second {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 278px;
    padding: 0 61px;
}

.tab-part .second a {
    margin-right: 39px;
    display: inline-block;
    font-size: 16px;
    color: #000000;
}

.tab-part .second a:nth-child(3n) {
    margin-right: 0 !important;
}

.tab-part .three {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 258px;
    padding: 0 61px;
}

.tab-part .three a {
    margin-right: 56px;
    display: inline-block;
    font-size: 16px;
    color: #000000;
}

.tab-part .three a:nth-child(3n) {
    margin-right: 0 !important;
}

.tab-part .three a:nth-child(4) {
    margin-right: 72px;
}

.tab-part .four {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 168px;
    padding: 0 62px;
}

.tab-part .four a {
    margin-right: 40px;
    display: inline-block;
    font-size: 16px;
    color: #000000;
}

.tab-part .four a:nth-child(2n) {
    margin-right: 0 !important;
}

.tab-total div:not(:last-child) {
    border-right: 1px solid #cbcbcb;
}

.tab-part a:hover {
    color: #588528;
    transition: .3s;
}


/* 友情链接 */

.friend-part {
    margin-top: 36px;
    background: rgba(88, 133, 40, 0.1);
    padding: 21px 0;
}

.friend-part .friend-title {
    color: #343434;
    font-size: 18px;
}

.friend-part .friend-links {
    margin-top: 15px;
    color: #989898;
}

.friend-part .friend-links a {
    color: #989898;
    font-size: 14px;
    margin: 0 12px;
}

.friend-part .friend-links a:hover {
    color: #588528;
    transition: .3s;
}

.friend-part .friend-links a:first-child {
    margin-left: 0;
}

.friend-part .friend-links a:last-child {
    margin-right: 0;
}


/* 底部 */

.foot {
    background: #031001;
    color: #989898;
    font-size: 16px;
}

.foot .foot-content {
    padding: 40px 0 26px;
    width: 745px;
    margin: 0 auto;
}

.foot .foot-content div {
    text-align: center;
}

.foot .foot-content div:first-child {
    margin-bottom: 10px;
}

.foot .foot-content div:nth-child(4) {
    text-align: center;
}

.foot .foot-content div:nth-child(4) a {
    color: #fff;
}

.foot .foot-content div:nth-child(4) a:hover {
    color: #e62b00;
    transition: .3s;
}

.foot .foot-content div:nth-child(4) a:nth-child(2) {
    margin: 0 70px;
}

.foot .foot-content div:nth-child(3) {
    color: #b2b2b2;
    text-align: center;
    margin: 30px 0;
}

.foot .foot-content div:nth-child(3) a {
    color: #b2b2b2;
}

.foot .foot-content div:nth-child(3) a:hover {
    color: #e62b00;
    transition: .3s;
}

.tab-href {
    background: #588528;
}

.tab-href a {
    display: inline-block;
    padding: 10px 10px;
    color: #fff;
    font-size: 18px;
}

.tab-href a:hover {
    color: #6eff00;
    transition: .3s;
}

.tab-href .active {
    background: #294e00;
    color: #6eff00;
}

ul li::marker {
    color: #588528;
}

.pagination{display:table;padding-left:0;margin:0 auto;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}


.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: 20px;
}

.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: 16px;
}

.reviewBox .sendReview .remind-text {
    color: #201f1fb7;
    padding-left: 20px;
}

.reviewBox .reviewBtn {
    width: 109px;
    height: 47px;
    border-bottom-right-radius: 5px;
    background: #588528;
    color: #fff;
    line-height: 44px;
    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: 20px 10px;
    box-sizing: border-box;
    background: #fff;
}

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

.reviewList li .avatar {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    flex-shrink: 0;
    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;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.reviewList li .right-msg {
    flex-grow: 1;
    overflow: hidden;
}

.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 .pl-content {
    font-size: 18px;
}


.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(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/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(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/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(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.ttf) format("truetype")
}