﻿.fl {
    float: left
}

.fr {
    float: right
}

.clearfix {
    zoom: 1
}

a:hover {
    text-decoration: none
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden
}

.footer-main {
    background: #f0f0f0;
    margin: 0 auto
}

.footer-nav {
    padding: 15px 0;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    background-color: #e8e8e8
}

.footer-nav .n-item {
    position: relative;
    display: inline-block;
    line-height: 20px;
    color: #333;
    padding: 0 30px
}

.footer-nav .n-item a {
    color: #333
}

.footer-nav .n-item a:hover {
    color: #00997d
}

.footer-nav .n-item:first-child {
    padding-left: 0
}

.footer-nav .n-item:last-child {
    padding-right: 0
}

.footer-nav .n-item:last-child:after {
    display: none
}

.footer-nav .n-item:after {
    content: '';
    position: absolute;
    right: 0;
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #d1d1d1;
    transform: rotate(0deg);
    vertical-align: middle
}

.footer-layout {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 58px
}

.footer-layout .layout-logo {
    width: 200px;
    margin: 0 auto;
    margin-right: 163px
}

.footer-layout .layout-logo img {
    height: 100%;
    width: 100%
}

.footer-layout .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #333;
    padding-bottom: 12px
}

.footer-layout .layout-txt {
    width: 200px
}

.footer-layout .txt {
    font-size: 16px;
    color: #333;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.footer-layout .txt p {
    margin-top: 16px
}

.footer-layout .txt a {
    color: #333
}

.footer-layout .txt a:hover {
    color: #00997d
}

.footer-layout .layout-img {
    text-align: center
}

.footer-layout .layout-img .img-box {
    border-radius: 4px;
    width: 96px;
    height: 96px;
    margin: 0 auto;
    margin-bottom: 18px;
    background: #fff
}

.footer-layout .layout-img .img-box .img {
    border-radius: 4px;
    width: 100%;
    height: 100%
}

.footer-layout .layout-img .tl {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    color: #333;
    margin-bottom: 12px
}

.footer-layout .layout-img .txt {
    font-size: 16px;
    line-height: 16px;
    color: #333
}

.footer-layout .layout-fl {
    margin-left: 100px;
    margin-right: 60px
}

.footer-bottom {
    border-top: 1px solid #d1d1d1;
    padding: 36px 0 60px
}

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

.footer-content .txt {
    color: #999;
    font-size: 14px;
    line-height: 14px;
    margin-right: 20px
}

.footer-content .txt a {
    color: #999
}

.footer-content .txt:last-child {
    margin-right: 0
}

.footer-link {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 12px
}

.recommend-block {
    position: relative;
    color: #666;
    line-height: 14px;
    font-size: 14px
}

.recommend-block .recommend-title {
    width: 70px;
    height: 14px;
    line-height: 14px;
    text-overflow: inherit;
    white-space: nowrap;
    overflow: hidden
}

.recommend-block .recommend-list {
    font-size: 12px;
    width: 1130px;
    height: 30px;
    overflow: hidden
}

.recommend-block .recommend-list.active {
    height: auto
}

.recommend-block .recommend-item {
    float: left;
    width: 83px;
    margin-left: 30px;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: inherit;
    white-space: nowrap
}

.recommend-block .recommend-item a {
    color: #666
}

.recommend-block .recommend-item a:hover {
    color: #00997d
}

.recommend-title .tl {
    font-style: normal
}

.footer-layout .txt .f_btn {
    background: #00997d;
    color: #fff;
    width: 80px;
    height: 24px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    border-radius: 30px;
    font-size: 14px;
    cursor: pointer
}

.footer-layout .txt .f_btn:hover {
    opacity: .7;
    color: #fff
}

.resolve {
    background: #fff;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, .03);
    border-radius: 10px;
    padding: 30px
}

.resolve .resolve-head {
    position: relative;
    cursor: pointer
}

.resolve .tab-list {
    display: flex
}

.resolve .tab-list .item {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
    padding-bottom: 16px;
    width: 50%
}

.resolve .tab-list .active {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #333
}

.resolve .slide-bar {
    position: absolute;
    display: block;
    bottom: 0;
    width: 50px;
    height: 4px;
    left: 25%;
    margin-left: -25px;
    background: #00b594;
    transition: all .3s;
    border-radius: 102px
}

.resolve-con {
    margin-top: 15px;
    display: none
}

.resolve-con .resolve-item {
    padding: 15px 0;
    cursor: pointer
}

.resolve-con .resolve-item .item {
    display: flex;
    align-items: center;
    transition: .3s
}

.resolve-con .resolve-item .item .num {
    width: 23px;
    height: 23px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #999;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    color: #666;
    margin-right: 10px
}

.resolve-con .resolve-item .item .tlt {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #333;
    flex: 1;
    margin-right: 4px
}

.resolve-con .resolve-item .item .txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #999
}

.resolve-con .resolve-item .item-box {
    display: flex;
    align-items: center;
    transition: .4s;
    display: none
}

.resolve-con .resolve-item .item-img {
    width: 48px;
    height: 48px;
    margin-right: 10px;
    border-radius: 50%
}

.resolve-con .resolve-item .item-img .img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.resolve-con .resolve-item .item-name {
    flex: 1;
    width: 138px
}

.resolve-con .resolve-item .item-name .tl {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    color: #333
}

.resolve-con .resolve-item .item-name .txt {
    margin-top: 9px;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #999
}

.resolve-con .resolve-item .item-btn {
    display: block;
    border: 1px solid #00b594;
    width: 74px;
    height: 30px;
    text-align: center;
    color: #00997d;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    border-radius: 163px
}

.resolve-con .resolve-item .item-btn:hover {
    background-color: #00b594;
    color: #fff
}

.resolve-con .resolve-item:nth-child(-n+3) .item .num {
    background-color: #a6a6a6;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    color: #fff;
    border: 1px solid #a6a6a6
}

.resolve-con .resolve-item.active .item {
    display: none
}

.resolve-con .resolve-item.active .item-box {
    display: flex;
    align-items: center
}

.resolve-con:first-child {
    display: block
}

.resolve-con .resolve-item:nth-child(-n+3) .item .num {
    width: 24px;
    height: 24px;
    color: #fff;
    border: none
}

.resolve-con .resolve-item:nth-child(-n+3) .item-box .item-img {
    position: relative
}

.resolve-con .resolve-item:nth-child(-n+3) .item-box .item-img:after {
    content: '1';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center
}

.resolve-con .resolve-item:first-child .item-box .item-img:after {
    content: '1';
    background: #ff4117
}

.resolve-con .resolve-item:nth-child(2) .item-box .item-img:after {
    content: '2';
    background: #ff8d1a
}

.resolve-con .resolve-item:nth-child(3) .item-box .item-img:after {
    content: '3';
    background: #ffc300
}

.resolve-con .resolve-item:first-child .item .num {
    background: #ff4117
}

.resolve-con .resolve-item:nth-child(2) .item .num {
    background: #ff8d1a
}

.resolve-con .resolve-item:nth-child(3) .item .num {
    background: #ffc300
}

.resolve-con .resolve-item .item .tlt,
.resolve-con .resolve-item .item-name .tl {
    font-weight: 500
}

.resolve-con .resolve-item .item .tlt {
    display: flex
}

.resolve-con .resolve-item .item .tlt .nowrap {
    max-width: 110px
}

.resolve-con .resolve-item .item .tlt .flex {
    flex: 1;
    min-width: 0
}

.resolve-con .resolve-item .item-name .tl {
    display: flex
}

.resolve-con .resolve-item .item-name .tl .nowrap {
    max-width: 105px
}

.resolve-con .resolve-item .item-name .tl .flex {
    flex: 1;
    min-width: 0
}

.resolve-con .resolve-more {
    padding: 15px 0 0
}

.resolve-con .resolve-more .linkbtn {
    display: block;
    height: 42px;
    line-height: 42px;
    background: #f8f8f8;
    text-align: center;
    font-size: 14px;
    color: #333;
    border-radius: 4px
}

.resolve-con .resolve-more .linkbtn:hover {
    color: #00997d;
    font-weight: 500;
    background: #dcf5f0
}

.jrank_block {
    border-radius: 10px;
    background: url(../image/jcwl_bg.png) no-repeat
}

.jrank_block .jrank_head {
    height: 52px;
    display: flex;
    line-height: 52px;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(90deg, #f7d8a8 0%, #e0ae6c 100%)
}

.jrank_block .jtl {
    padding-left: 16px;
    color: #5c3a0d;
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(135deg, #5c3a0d 0%, #5c3a0d 67.1%, #a15323 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent
}

.jrank_block .jmore {
    flex: 1;
    display: flex;
    height: 52px;
    align-items: center;
    justify-content: right;
    padding-right: 16px
}

.jrank_block .jlink {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../image/jmore_btn.png) center center/100% auto no-repeat;
    text-indent: -999em;
    opacity: .6
}

.jrank_block .jlink:hover {
    opacity: 1
}

.jrank_block .jrank_main {
    padding-top: 24px;
    padding-bottom: 30px
}

.jrank_block .jtemp_box {
    width: 170px;
    height: 170px;
    border: 5px solid #fffbe8;
    border-radius: 8px;
    position: relative;
    margin: 0 auto
}

.jrank_block .jtemp_box .jbox {
    width: 170px;
    height: 170px;
    border-radius: 6px;
    overflow: hidden
}

.jrank_block .jtemp_box .img {
    display: block;
    width: 100%
}

.jrank_block .jtemp_box .jfip {
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -34px;
    width: 68px;
    height: 44px;
    background: url(../image/jrank_f.png) center/100% auto no-repeat
}

.jrank_block .jrank_name {
    display: flex;
    font-size: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    color: #333;
    font-weight: 700
}

.jrank_block .jrank_name .jntl {
    max-width: 186px
}

.jrank_block .jrank_name .jvip {
    display: block;
    margin-left: 4px;
    width: 1em;
    height: 1em;
    background: url(../image/jvip.png) center/20px auto no-repeat
}

.jrank_block .jdesc {
    text-align: center;
    padding: 0 10px;
    line-height: 16px;
    font-size: 16px;
    color: #333;
    margin-top: 12px
}

.jrank_block .jphone_box {
    margin: 20px 24px 0;
    height: 40px;
    background: rgba(156, 118, 76, .2);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #333;
    font-weight: 700
}

.jrank_block .jphone_box:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    margin-left: 13px;
    margin-right: 8px;
    background: url(../image/jphone_icon.png) center/100% auto no-repeat
}

.jrank_block .jphone_box .flex {
    flex: 1;
    min-width: 0
}

.jrank_block .jphone_box .jphone_btn {
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    color: #f7e5c1;
    padding: 0 18px;
    margin-right: 2px;
    background: linear-gradient(270deg, #75502f 0%, #a17b50 100%);
    border-radius: 20px
}

.page-list .tags .tagnew {
    display: block;
    height: 22px;
    line-height: 22px;
    background: #fff7ed;
    border: 1px solid rgba(128, 66, 33, .3);
    position: relative;
    padding: 0 61px 0 10px;
    font-size: 14px;
    color: #804221;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 2px
}

.page-list .tags .tagnew .taglabel {
    position: absolute;
    right: -1px;
    top: -1px;
    height: 24px;
    line-height: 24px;
    background: linear-gradient(180deg, #b5622b 0%, #804221 100%);
    border-radius: 0 2px 2px 0;
    width: 51px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    color: #fff
}