/*通用样式开始*/
* {
    box-sizing: border-box;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    flex-direction: row;
}

.flex-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
}

.flex-x-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-y-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}


[v-cloak] {
    display: none;
}

.bd {
    border: 1px solid red;
}

.bb {
    border-bottom: 1px solid #F5F5F5
}


/*云果通用样式*/
.yg-link {
    display: block;
}

.yg-link:hover {
    color: #707070 !important;
}

.yg-button {
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    background: linear-gradient(90deg, #75B54B 0%, #69AC45 25%, #5BA13E 50%, #4C9638 75%, #428F33 100%) !important;
    color: #fff;
    border: none;
    border-radius: 0;
}


.yg-button span {
    line-height: 28px;
    color: #fff !important;
}

.yg-hover-button {
    height: 30px;
    display: block;
    color: #189C00;
    border: 1px solid #189C00;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.yg-hover-button span {
    color: #189C00 !important;
    line-height: 28px;
}

.yg-hover-button:focus, .yg-hover-button:hover {
    color: #fff;
    border-color: #189C00;
    background-color: #fff;
}

.yg-hover-button:hover {
    border: none;
    color: #fff;
    background: linear-gradient(90deg, #75B54B 0%, #69AC45 25%, #5BA13E 50%, #4C9638 75%, #428F33 100%) !important;
}


.yg-hover-button:hover span {
    color: #fff !important;
}

.yg-width {
    width: 1280px;
    margin: 0 auto;
}

.yg-left-width {
    width: 960px;
    float: left;
}

.yg-right-width {
    width: 280px;
    float: right;
}

/*云果选项卡*/
.yg-tab {
    background-color: #EDF1F4;
    padding: 10px 13px;
    margin-top: 15px
}

.yg-tab .tab-button {
    background: none;
    border: none;
    padding: 5px 15px;
    height: 32px;
    color: #189C00 !important;
    font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.yg-tab .tab-button:hover {
    background: none;
}

.yg-tab .tab-button span {
    line-height: 19px;
    color: #666666;;
}

.yg-tab .tab-button.active span {
    color: #fff;
}

.yg-tab .tab-button.active {
    color: #fff;
    background: #0CA818;
    border-radius: 0;
    background: linear-gradient(90deg, #75B54B 0%, #69AC45 25%, #5BA13E 50%, #4C9638 75%, #428F33 100%);
}

.yg-tab-item {
    background: none;
    cursor: pointer;
    border: none;
    padding: 5px 15px;
    color: #189C00;
    text-align: center;
    font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.yg-tab-item.active {
    color: #fff;
    background: #0CA818;
    border-radius: 0;
    background: linear-gradient(90deg, #75B54B 0%, #69AC45 25%, #5BA13E 50%, #4C9638 75%, #428F33 100%);
}

/*云果选项卡结束*/

/*云果文件下载开始*/
.yg-file-list {
    margin-bottom: 20px;
}

.yg-file-list li {
    width: 100%;
    background: #EDF1F4;
    padding: 20px 40px;
    margin-top: 15px;
    justify-content: space-between;
}

.yg-file-list .file-info .left {
    width: 36px;
    height: 36px;
}

.yg-file-list .file-info .right {
    padding-left: 20px;
}

.yg-file-list .file-info .right .name {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    padding-bottom: 3px
}

.yg-file-list .file-info .right .info {
    color: #333;
    font-size: 12px;
    padding-top: 3px
}

.yg-file-list .file-info .right .info span:last-child {
    margin-left: 10px
}

/*云果文件下载结束*/
/*云果富文本隐藏字数统计*/
.edui-editor-bottombar {
    display: none;
}

.edui-editor-wordcount {
    display: none;
}

.yg-info-p {
    font-size: 12px;
    color: #999999;
    line-height: 24px;
}

/*通用样式结束*/

/*行业展会开始*/
.expo-wrap .card-body {
    position: relative;
}

.expo-wrap .yg-page {
    position: absolute;
    bottom: 15px;
}

.expo-wrap .expo-item {
    height: 120px;
    margin: 15px 0 15px 0;
}

.expo-wrap .expo-item .middle {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.expo-wrap .expo-item .right {
    line-height: 120px;
    height: 120px;
}

.expo-wrap .expo-item .item-button a {
    color: #0CA818;
}

.expo-wrap .expo-item .item-button:hover a {
    color: #fff;
}

.expo-wrap .expo-item .item-button:hover span {
    color: #fff;
}

.expo-wrap .expo-item .item-button:hover {
    color: #fff;
    background: #0CA818;
    background: linear-gradient(90deg, #75B54B 0%, #69AC45 25%, #5BA13E 50%, #4C9638 75%, #428F33 100%);
}

.expo-wrap .expo-item .item-button span {
    color: #189C00;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.expo-wrap .expo-item .item-button {
    border: 1px solid #189C00;
    width: 112px;
    height: 30px;
    padding: 0px;
    color: #189C00 !important;
    font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.expo-wrap .expo-item button span {
    color: #ffffff;;
}

.expo-wrap .expo-item .cover-img {
    width: 200px;
    height: 120px;
}

.expo-wrap .expo-item .item-other span {
    display: block;
    color: #999999;
    font-size: 12px;
    line-height: 25px;
}

.expo-wrap .expo-item .item-other p {
    padding-left: 5px;
    display: inline-block;
    color: #189C00;
    line-height: 25px;
}

.expo-wrap .item-title {
    height: 50px;
}

.expo-wrap .item-other {
    height: 30px;
}

/*推荐资讯*/
.expo-wrap .recommend-box {
    padding-top: 1px;
}

.expo-wrap .recommend-box a {
    padding: 8px 1px;
    line-height: 23px;
    font-size: 14px;
    color: #000;
}

.expo-wrap .recommend-box a:hover {
    color: #0CA818;
}

/*热门展会*/
.expo-wrap .hot-item {
    margin: 17px 0;
    border: 1px solid #f9f9f9;
}

.expo-wrap .hot-item .cover-box .title {
    position: absolute;
    top: 18px;
    left: 30px;
    color: #fff;
}

.expo-wrap .hot-item .cover-box .address {
    position: absolute;
    bottom: 56px;
    left: 30px;
    color: #fff;
    font-size: 11px;
}

.expo-wrap .hot-item .cover-box .time {
    position: absolute;
    bottom: 19px;
    left: 30px;
    color: #fff;
    font-size: 11px;
}

.expo-wrap .hot-item .cover-box {
    position: relative;
    width: 248px;
    height: 144px;
}

.expo-wrap .hot-item .cover-img {
    width: 248px;
    height: 144px;
    position: absolute;
    top: 0;
    left: 0;
}

.expo-wrap .hot-item .desc-wrap {
    width: 100%;
    height: 90px;
    padding: 15px 0px 15px 7px;
}

.expo-wrap .hot-item .desc-wrap div {
    width: 100%;
    height: 100%;
    font-size: 12px;
    color: #999999;
    overflow: hidden;
    line-height: 20px;
}

/*行业展会结束*/


/*产业政策开始*/
.policy-wrap .policy-item {
    padding: 16px 0px;
    border-bottom: 1px solid #F5F5F5;
    align-items: flex-start;
}

.policy-wrap .policy-item h3 {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #333333;
}

.policy-wrap .policy-item .policy-desc {
    height: 70px;
    padding: 15px 0;
    overflow: hidden;
}

.policy-wrap .policy-desc .line-clamp-2 {
    width: 100%;
    height: 100%;
    line-height: 20px;
    overflow: hidden;
    font-size: 12px;
    color: #707070;
}

.policy-wrap .policy-item span {
    color: #999999;
    font-size: 12px;
    text-align: left;
}

/*推荐资讯*/
.policy-wrap .recommend-box {
    padding-top: 1px;
}

.policy-wrap .recommend-box a {
    padding: 8px 1px;
    line-height: 23px;
    font-size: 14px;
    color: #000;
}

.policy-wrap .recommend-box a:hover {
    color: #0CA818;
}

.policy-wrap .card-body {
    position: relative;
}

.policy-wrap .yg-page {
    position: absolute;
    bottom: 15px;
}

/*产业政策结束*/


/*行业资讯开始*/

.news-wrap .recommend-box {
    padding-top: 1px;
}

.news-wrap .recommend-box a {
    padding: 8px 1px;
    line-height: 23px;
    font-size: 14px;
    color: #000;
}

.news-wrap .recommend-box a:hover {
    color: #0CA818;
}

.news-wrap .card-body {
    position: relative;
}

.news-wrap .yg-page {
    position: absolute;
    bottom: 15px;
}

.news-wrap .news-item {
    margin: 17px 0;
}

.news-wrap .news-item .item-button span {
    color: #189C00;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.news-wrap .news-item .item-other span {
    display: block;
    color: #999999;
    font-size: 12px;
    line-height: 25px;
}

.news-wrap .news-item .item-other p {
    padding-left: 5px;
    display: inline-block;
    color: #189C00;
    line-height: 25px;
}

.news-wrap .news-item .item-title {
    height: 50px;
}

.news-wrap .news-item:hover .item-title a{
    color: #189c00;
}
.news-wrap .news-item .item-other {
    height: 30px;
}

/*行业资讯结束*/

/*行业快讯开始*/
.fast-wrap .fast-left {
    width: 103px;
    height: 1040px;

}

.fast-wrap .fast-right {
    width: 1033px;
    min-height: 1040px;
}

.fast-wrap .year-item {
    cursor: pointer;
    padding: 7px 15px 7px 0;
}

.fast-wrap .year-item span {
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

.fast-wrap .year-item .el-icon-plus {
    font-weight: 700;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    color: #606266;
}

.fast-wrap .year-item .el-icon-minus {
    font-weight: 700;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    color: #189C00;
}

.fast-wrap .month-item {
    padding-top: 1px;
}

.fast-wrap .month-item li {
    font-weight: 600;
    font-size: 14px;
    color: #999;
    padding: 6px 0 6px 31px;
}

.fast-wrap .month-item li.active {
    color: #189C00
}

.fast-wrap .news-list li {
    margin-top: 7px;
    margin-bottom: 18px;
}

.fast-wrap .news-list .time-box {
    margin-bottom: 7px;
}

.fast-wrap .news-list .time-box i {
    color: #999;
}

.fast-wrap .news-list .time-box span {
    font-size: 14px;
    color: #999;
}

.fast-wrap .news-list .content {
    width: 1010px;
    height: 140px;
    padding: 21px 28px;
    background-color: #EDF1F4;
    border-radius: 10px;

}

.fast-wrap .news-list .content .line-clamp-3 {
    line-height: 30px;
    font-size: 14px;
    color: #999;
}

.fast-wrap .news-list .content p {
    line-height: 30px;
    font-size: 14px;
    color: #999;
}

/*行业快讯结束*/

/*行业展会详情页开始*/
.expo-detail-wrap .kv-item {
    padding: 16px 25px;
    background-color: #FBFCFC
}

.expo-detail-wrap .kv-item .key {
    color: #999;
    font-size: 12px;
    padding: 1px 0;
    line-height: 16px;
}

.expo-detail-wrap .kv-item .value {
    color: #333;
    font-size: 14px;
    padding: 2px 0;
    line-height: 19px;
}

.expo-detail-wrap .right-box {
    color: #999;
    height: 222px;
}

.expo-detail-wrap .center-box .value {
    color: #189C00;
    margin-left: 20px;
    font-size: 12px;
}

.expo-detail-wrap .center-box .label {
    color: #999999;
    padding: 15px 0;
    font-size: 12px;
}

.expo-detail-wrap .center-box h3 {
    color: #fff;
}

.expo-detail-wrap .center-box .flex-col div {
    margin-bottom: 19px;
}

.expo-detail-wrap .center-box {
    height: 222px;
    padding: 30px 0 10px 0;
    color: #999999;
    justify-content: space-between;

}

.expo-detail-wrap .top-box {
    padding: 35px 10px;
    background-color: #1a1a1a;
}

.expo-detail-wrap .top-box .cover-box .title {
    position: absolute;
    top: 18px;
    left: 30px;
    color: #fff;
}

.expo-detail-wrap .top-box .cover-box .address {
    position: absolute;
    bottom: 56px;
    left: 30px;
    color: #fff;
    font-size: 11px;
}

.expo-detail-wrap .top-box .cover-box .time {
    position: absolute;
    bottom: 19px;
    left: 30px;
    color: #fff;
    font-size: 11px;
}

.expo-detail-wrap .top-box .cover-box {
    position: relative;
    width: 380px;
    height: 222px;
}

.expo-detail-wrap .top-box .cover-img {
    width: 380px;
    height: 222px;
    position: absolute;
    top: 0;
    left: 0;
}

.expo-detail-wrap .top-box .desc-wrap {
    width: 100%;
    height: 90px;
    padding: 15px 0px 15px 7px;
}

.expo-detail-wrap .top-box .desc-wrap div {
    width: 100%;
    height: 100%;
    font-size: 12px;
    color: #999999;
    overflow: hidden;
    line-height: 20px;
}
/*行业展会详情页结束*/

/*农技知识列表页开始*/
.media-list{}
.media-list ul li{position: relative;width: 300px; color: #000;margin: 35px 0 0 24px;float: left;cursor: pointer;}
.media-list ul li:hover .media-title {color: #189C00;}
.media-list ul li:hover .media-desc {color: #189C00;}
.media-list ul li:nth-child(4n-3){margin-left: 0}
.media-list ul li img{height: 195px; width: 300px; border-radius: 10px;}
.media-list .media-title{font-size: 16px; margin-top: 10px;}
.media-list .media-desc{font-size: 12px;color: #999; margin-top: 11px;height: 40px}
/*农技知识列表页结束*/

/*农技知识详情页开始*/
.media-detail-info {padding: 20px; background-color: #0F0F1E;}
.media-detail-info .media-title {color: #FFFFFF; font-size: 22px; font-weight: bold;}
.media-detail-info .media-desc {margin-top: 10px; color: #AAAAAA; font-size: 12px;}
.media-detail-info .media-text {margin-top: 15px; color: #AAAAAA; font-size: 12px;}
.media-detail-info .media-text span {margin-right: 15px;}
.media-detail-label {height: 52px; line-height: 52px; margin-top: 20px; padding-left: 16px; border-left: 4px solid #189C00; background-color: #E9E9E9; font-size: 18px; color: #000000;}
/*农技知识详情页结束*/

/*搜索页开始*/
/*搜索的头部开始*/
.search-wrap .tab-header {
    margin-top: 5px;
}

.search-wrap .tab-header .tab-box li {
    width: 100px;
    text-align: left;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.search-wrap .tab-header .tab-box li span {
    font-size: 14px;
    color: #189C00;

}

.search-wrap .tab-keywords {
    padding: 29px 0;
    font-size: 14px;
    color: #707070;
}

.search-wrap .tab-keywords span {
    color: #189C00;
}

/*搜索的头部结束*/
.search-wrap .panel-header {
    height: 48px;
    line-height: 48px;
    width: 100%;
    justify-content: space-between;
    padding-left: 20px;
    background-color: #EDF1F4;
}

.search-wrap .panel-header h3 {
    font-size: 16px;
    color: #000;
    padding-right: 11px;
}

.search-wrap .panel-header span {
    color: #189C00;
}

.search-wrap .panel-header .yg-link {
    width: 80px;
    flex-grow: 0;
    flex-shrink: 0;
}

.search-wrap .panel-header .left-box {
    min-width: 0;
    flex-grow: 1;
    flex-shrink: 1;
}

/*资讯列表开始*/

.search-wrap .news-item {
    margin: 17px 0;
}

.search-wrap .el-link--inner {
    display: flex;
    flex-direction: row;
	width: 100%;
}

.search-wrap .news-item .left {
    width: 200px;
    height: 120px
}

.search-wrap .news-item .middle {
    width: 935px;
    height: 120px;
    justify-content: space-between;
    padding-left: 20px;
}

.search-wrap .news-item .item-button span {
    color: #189C00;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.search-wrap .news-item .item-other span {
    display: block;
    color: #999999;
    font-size: 12px;
    line-height: 25px;
}

.search-wrap .news-item .item-other p {
    padding-left: 5px;
    display: inline-block;
    color: #189C00;
    line-height: 25px;
}

.search-wrap .news-item .item-title {
    height: 50px;
}

.search-wrap .news-item .item-other {
    height: 30px;
}

/*资讯列表结束*/

/*政策列表开始*/

.search-wrap .policy-item {
    padding: 16px 0px;
    border-bottom: 1px dashed #F5F5F5;
}

.search-wrap .policy-item h3 {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #333333;
}

.search-wrap .policy-item .policy-desc {
    height: 70px;
    padding: 15px 186px 15px 0;
    overflow: hidden;
}

.search-wrap .policy-desc .line-clamp-2 {
    width: 100%;
    height: 100%;
    line-height: 20px;
    overflow: hidden;
    font-size: 12px;
    color: #707070;
}

.search-wrap .policy-item span {
    color: #999999;
    font-size: 12px;
    text-align: left;
}

/*政策列表结束*/

/*行业展会开始*/
.search-wrap .expo-item {
    height: 120px;
    margin: 15px 0 15px 0;
}

.search-wrap .expo-item .left {
    width: 200px;
    height: 120px;
    flex-grow: 0;
    flex-shrink: 0;
}

.search-wrap .expo-item .middle {
    padding: 15px 20px;
    flex-grow: 1;
    flex-shrink: 1;
}

.search-wrap .expo-item .middle {
    display: flex;
    justify-content: space-between;
}

.search-wrap .expo-item .right {
    width: 192px;
    line-height: 120px;
    padding-left: 60px;
    flex-grow: 0;
    flex-shrink: 0;
}

.search-wrap .expo-item .item-button:hover span {
    color: #fff;
}

.search-wrap .expo-item .item-button:hover {
    color: #fff;
    background: #0CA818;
    background: linear-gradient(90deg, #75B54B 0%, #69AC45 25%, #5BA13E 50%, #4C9638 75%, #428F33 100%);
}

.search-wrap .expo-item .item-button span {
    color: #189C00;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.search-wrap .expo-item .item-button {
    border: 1px solid #189C00;
    width: 112px;
    height: 30px;
    padding: 0px;
    color: #189C00 !important;
    font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.search-wrap .expo-item button span {
    color: #ffffff;;
}

.search-wrap .expo-item .cover-img {
    width: 200px;
    height: 120px;
}

.search-wrap .expo-item .item-other span {
    display: block;
    color: #999999;
    font-size: 12px;
    line-height: 25px;
}

.search-wrap .expo-item .item-other p {
    padding-left: 5px;
    display: inline-block;
    color: #189C00;
    line-height: 25px;
}

/*行业展会结束*/

/*搜索页结束*/

/*文章详情页开始*/
.article-detail-wrap .title-box {
    justify-content: space-between;
}

.article-detail-wrap .title-box h2 {
    font-size: 18px;
    color: #333;
    line-height: 32px;
}

.article-detail-wrap .title-box .action-row {
    min-width: 221px;
}

.article-detail-wrap .title-box .action-row span {
    display: inline-block;
    width: 68px;
    text-align: center;
}

.article-detail-wrap .other-box {
    font-size: 12px;
    color: #999;
    padding: 10px 0;
}

.article-detail-wrap .other-box .row-item {
    padding-right: 36px;

}

.article-detail-wrap .green-color {
    color: #189C00;
}

.article-detail-wrap .article-detail-wrap .recommend-box {
    padding-top: 1px;
}

.article-detail-wrap .article-detail-wrap .recommend-box a {
    padding: 8px 1px;
    line-height: 23px;
    font-size: 14px;
    color: #000;
}

.article-detail-wrap .article-detail-wrap .recommend-box a:hover {
    color: #0CA818;
}

.article-detail-wrap .article-detail-wrap .card-header .header-title {
    padding-top: 5px;
}

/*右边相关内容开始*/
.article-detail-wrap .recommend-box {
    padding-top: 1px;
}

.article-detail-wrap .recommend-box a {
    padding: 8px 1px;
    line-height: 23px;
    font-size: 14px;
    color: #000;
}

.article-detail-wrap .recommend-box a:hover {
    color: #0CA818;
}

.article-content {
    padding: 30px 0 30px 0;
    min-height: 500px;
    color: #3d464d;
    line-height: 2.5;
    font-size: 16px;
}

.article-content h1 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.article-content h2 {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    padding-left: 12px;
}

.article-content h2:before {
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 0;
    width: 4px;
    background: #FFCC1C;
    display: block;
    content: "";
}

.article-content h3 {
    font-weight: bold;
    font-size: 16px;
}

.article-content h4 {
    position: relative;
    padding-left: 16px;
    font-weight: normal;
    font-size: 16px;
}

.article-content h4:before {
    position: absolute;
    top: 17px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #3d464d;
    display: block;
    content: "";
}

.article-content img {
    max-width: 100%;
}

.article-content table {
    width: 100%;
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
}

.article-content table tr.firstRow {
    font-weight: bold;
}

.article-content table td {
    background: white;
    padding: 5px 10px;
    border: 1px solid #DDD;
}

/*右边相关内容结束*/
/*文章详情页结束*/

/*通知公告开始*/
.notice-wrap .policy-item {
    padding: 16px 0px;
    border-bottom: 1px solid #F5F5F5;
}

.notice-wrap .policy-item h3 {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #333333;
}

.notice-wrap .policy-item .policy-desc {
    height: 70px;
    padding: 15px 0;
    overflow: hidden;
}

.notice-wrap .policy-desc .line-clamp-2 {
    width: 100%;
    height: 100%;
    line-height: 20px;
    overflow: hidden;
    font-size: 12px;
    color: #707070;
}

.notice-wrap .policy-item span {
    color: #999999;
    font-size: 12px;
    text-align: left;
}

/*通知公告结束*/

/*内参item开始*/
.reference-item {
    height: 330px;
    margin: 30px auto;
    padding: 30px;
    background-color: #EDF1F4;
    border: 4px solid #FFF;
}

.reference-item .cover-left {
    width: 192px;
    height: 262px;
    border: #fff;
}

.reference-item .content-mid {
    max-width: 701px;
    height: 242px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 8px;
    padding-left: 37px;
    padding-right: 37px;
}

.reference-item .content-mid h3 {
    font-size: 18px;
    color: #333333;
}

.reference-item .content-mid .desc {
    font-size: 12px;
    color: #999999;
    padding-top: 3px;
}

.reference-item .content-mid .spec-box {
    padding-top: 19px;
}

.reference-item .content-mid .spec {
    width: 398px;
}

.reference-item .content-mid .spec-item {
    height: 47px;
    text-align: left;
}

.reference-item .content-mid .spec-item span {
    display: block;
    width: 100%;
    height: 50%;
    font-size: 12px;
    color: #999999;
}

.reference-item .content-mid .spec-item strong {
    display: block;
    width: 100%;
    height: 50%;
    font-size: 16px;
    color: #666666;
}

.reference-item .content-mid .spec-item .price {
    font-size: 16px;
    color: #F40000;
}

.reference-item .spec-action button:first-child {
    background-color: #189C00;
    margin-right: 5px;
}

.reference-item .spec-action button:last-child {
    background-color: #FF9900;
}

.reference-item .reference-button {
    width: 112px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    border: none;
    color: #fff;
    padding: 0;

}

.reference-item .reference-button:hover span {
    color: #fff;
}

.reference-item .v-divider {
    width: 1px;
    height: 241px;
    background-color: #ccc
}

.reference-item .concat-right {
    width: 185px;
    height: 248px;
    justify-content: space-evenly;
    padding: 0 9px;
}

.reference-item .concat-right .image-concat {
    width: 147px;
    height: 162px;
    position: relative;
    background-color: #fff;
    padding: 11px 13px 0 13px;
}

.reference-item .concat-right h5 {
    font-size: 12px;
    color: #333;
}

.reference-item .concat-right strong {
    position: absolute;
    bottom: 0px;
    left: 0;
    display: block;
    width: 147px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    background-color: #fff;
    text-align: center;
    color: #999;
    font-weight: normal;
}

.reference-item .concat-right span {
    white-space: nowrap;
    font-size: 12px;
    color: #999;
    line-height: 22px;
}

/*内参item结束*/


/*数据定制和报告定制页开始*/
/*头部开始*/
.service-wrap .header-box {
    width: 100%;
    height: 255px;
    background: url("../images/data_server_bg.jpg");
}

.service-wrap .header-box h2 {
    font-size: 47px;
    color: #fff;
    margin-top: 10px;
}

.service-wrap .header-box .en-h2 {
    white-space: nowrap;
    font-size: 20px;
    color: #fff;
}

.service-wrap .header-box .el-divider {
    width: 80px;
    margin: 0 35px;
}

/*头部结束*/

/*数据定制部分*/
/*第五行*/
.service-wrap .data-five {
    margin-bottom: 45px;
}

/*第五行*/
/*第四行*/
.service-wrap .data-four .item-four h4 {
    font-size: 16px;
    color: #333;

}

.service-wrap .data-four .item-four p {
    font-size: 12px;
    color: #666;
    line-height: 21px;
    height: 63px;
    text-align: center;
}

.service-wrap .data-four .item-four {
    width: 226px;
    height: 226px;
    padding: 20px 27px;
    justify-content: space-between;
    text-align: center;
    border: 10px solid rgba(24, 156, 0, 0.3);
    border-radius: 100%;
}

.service-wrap .data-four .panel-body {
    padding: 60px 0;
    justify-content: space-between;
}

.service-wrap .data-four {
    margin-top: 50px;
}

/*第四行*/
/*第二行*/
.service-wrap .data-two .item-two h4 {
    font-size: 16px;
    color: #333;

}

.service-wrap .data-two .item-two p {
    font-size: 12px;
    color: #666;
    line-height: 21px;
    height: 63px;
    text-align: center;
}

.service-wrap .data-two .item-two {
    width: 230px;
    height: 238px;
    justify-content: space-between;
    padding-bottom: 30px;
    text-align: center;
}

.service-wrap .data-two .body-two {
    padding: 5px 50px 0 50px;
    justify-content: space-between;
}

.service-wrap .data-two .title-two {
    padding: 22px 0;
}

.service-wrap .data-two .title-two h4 {
    font-size: 14px;
    color: #333;
}

.service-wrap .data-two .title-two p {
    font-size: 14px;
    color: #333;
    line-height: 21px;
    height: 63px;
}

/*第二行*/
/*第一行*/
.service-wrap .data-one .panel-body {
    padding: 40px 50px;
    justify-content: space-between;
}

.service-wrap .data-one .item-one {
    width: 230px;
    height: 238px;
    justify-content: space-between;
    padding-bottom: 30px;
    text-align: center;
}

.service-wrap .data-one .item-one h4 {
    font-size: 16px;
    color: #333;

}

.service-wrap .data-one .item-one p {
    font-size: 12px;
    color: #666;
    line-height: 21px;
    height: 63px;
    text-align: center;
}

.service-wrap .data-one {
    margin-top: 33px;
}

/*第一行*/
/*数据定制部分*/

/*右边*/
.service-wrap .concat {
    margin-top: 16px;
    padding: 15px 0;
}

.service-wrap .concat h5 {
    font-size: 12px;
    color: #333;
    line-height: 40px;
}

.service-wrap .concat strong {
    font-size: 12px;
    color: #999;
    line-height: 32px;
    font-weight: normal;

}

.service-wrap .concat span {
    font-size: 12px;
    color: #999;
    line-height: 22px;
}

.service-wrap .service-wrap {
    justify-content: space-between;
}

.service-wrap .service-wrap .yg-button {
    width: 220px;
    height: 40px
}

.service-wrap .el-form-item__content {
    margin-left: 0 !important;
}

.service-wrap .panel-header {
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    border-left: 3px solid #189C00;
    font-size: 16px;
    color: #189C00;
    font-weight: 700;
    background: url("../images/page/bg-panel.png");
}

.service-wrap .service-title {
    text-align: left;
    font-size: 18px;
    color: #189C00;
    font-weight: 600;
}

.service-wrap .service-item {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    padding: 17px 0;
}

.service-wrap .service-desc {
    font-size: 12px;
    color: #999999;
    line-height: 25px;
}

.service-wrap .first-row {
    background-color: #EDF1F4;
    padding: 28px 21px 16px 46px;
}

.service-wrap .second-row {
    margin-top: 8px;
    background-color: #EDF1F4;
    padding: 20px 34px 27px 46px;
}

/*第一行开始*/
.service-wrap .report-one .panel-header {
    margin-top: 33px
}

.service-wrap .report-one .panel-body {
    justify-content: space-between;
    padding: 40px 20px 43px 9px;
}

.service-wrap .report-one .left {
    width: 120px;
    height: 100px;
}

.service-wrap .report-one .right {
    width: 780px;
    height: 130px;
    line-height: 25px;
    font-size: 12px;
    color: #999999;
}

/*第一行结束*/
.service-wrap .report-two .panel-body {
    padding: 17px 0;
}

.service-wrap .el-input.is-active .el-input__inner, .el-input__inner:focus {
    border-color: #0CA818 !important;
}

.service-wrap .el-textarea__inner:focus {
    border-color: #0CA818 !important;
}

/*数据定制和报告定制页结束*/

/*图表库开始*/
/*弹出层*/
.chart-wrap .el-image-viewer__btn.is-disabled {
    cursor: not-allowed;
    background: #c0c0c0;
}

.chart-wrap .el-image-viewer__mask {
    background-color: #fff;
    opacity: 1;
}

.chart-wrap .el-image-viewer__wrapper .el-image-viewer__prev {
    display: none;
}

.chart-wrap .el-image-viewer__wrapper .el-image-viewer__next {
    display: none;
}

.chart-wrap .desc-box p {
    width: 100%;
    height: 100%;
    text-align: left;
}

.chart-wrap .desc-box {
    width: 80%;
    margin: 0 auto;
    background-color: #fafafa;
    color: #002B00;
    font-size: 16px;
    word-wrap: break-word;
    padding: 10px 15px;
    line-height: 28px;
    text-indent: 10px;
}

.chart-wrap .thumb-box {
    margin: 20px;
}

.chart-wrap .action-box {
    justify-content: flex-end;

}

.chart-wrap .action-box .action-item {
    padding: 2px 10px;
    cursor: pointer;
}

/*弹出层*/
/*图表库列表开始*/
.chart-wrap .chart-item .chart-title {
    padding-top: 10px;
    line-height: 26px;
    cursor: pointer;
}

.chart-wrap .chart-item .chart-img {
    width: 299px;
    height: 174px;
}

.chart-wrap .chart-list .chart-item:nth-child(4n-3) {

}

.chart-wrap .chart-list .chart-item:nth-child(4n) {
    margin-right: 0
}

.chart-wrap .chart-item {
    width: 299px;
    margin-right: 28px;
    margin-top: 30px;
    padding: 10px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.chart-wrap .chart-item:hover {
    border-color: #189C00;
    box-shadow: 0 0 6px rgba(24, 156, 0, 0.3);
}

/*图表库列表结束*/
.chart-wrap .divider-box {
    margin-top: 28px;
    background-color: #F5F5F5;
}

/*排序相关开始*/
.chart-wrap .sort-box .one {
    text-align: left;
}

.chart-wrap .sort-box .two {
    text-align: left;
}

.chart-wrap .sort-box .three {
    text-align: right;
}

.chart-wrap .sort-box {
    padding: 0 22px;
    height: 34px;
    line-height: 34px;
    margin-top: 12px;
    background-color: #EDF1F4;
    color: #666;
}

/*排序相关结束*/

/*标签筛选开始*/
.chart-wrap .filter-list li {
    padding-right: 10px;
    height: 28px;
    line-height: 28px;
    color: #666666;
    text-align: left;
    font-size: 12px;
    cursor: pointer;
}

.chart-wrap .filter-list li.active {
    color: #0CA818;
}

.chart-wrap .filter-list li:hover {
    color: #0CA818;
}

.chart-wrap .filter-box .left {
    /*height: 84px;*/
    color: #0CA818;
    line-height: 28px;
}

.chart-wrap .filter-box .right {
    /*height: 84px;*/
}

/*标签筛选结束*/
/*搜索开始*/
.chart-wrap .search-box {
    margin-top: 46px;
    margin-bottom: 30px;
}

.chart-wrap .search-box .search-input {
    width: 602px;
    height: 50px;
}

.chart-wrap .search-box .search-input .search-button {
    background-color: #FF9900;
    height: 50px;
    color: #fff;
    border-radius: 0;
    font-size: 14px;
}

.chart-wrap .search-box .my-chart {
    width: 165px;
    height: 50px;
    margin-left: 7px;
    color: #fff;
    background-color: #189C00;
    border-radius: 0;
    font-size: 14px;
}

.chart-wrap .search-box .search-input .el-input__inner {
    border-color: #DCDFE6;
    height: 50px;
}

.chart-wrap .search-box .search-input .el-input__inner:hover {
    border-color: #0CA818;
}

/*搜索结束*/
/*头部开始*/
.chart-wrap .header-box {
    width: 100%;
    height: 250px;
    background: #0c183b;
}

.chart-wrap .header-box h2 {
    font-size: 47px;
    color: #fff;
}

.chart-wrap .header-box .en-h2 {
    white-space: nowrap;
    font-size: 20px;
    color: #fff;
}

.chart-wrap .header-box .el-divider {
    width: 80px;
    margin: 0 35px;
}

/*头部结束*/

/*图表库结束*/


/*行业内参list开始*/
/*头部开始*/
.reference-wrap .header-box {
    width: 100%;
    height: 250px;
    background: url("../images/reference/reference-bg.jpg");
}

.reference-wrap .header-box h2 {
    font-size: 47px;
    color: #fff;
}

.reference-wrap .header-box .en-h2 {
    white-space: nowrap;
    font-size: 20px;
    color: #fff;
}

.reference-wrap .header-box .el-divider {
    width: 80px;
    margin: 0 35px;
}

/*头部结束*/


/*行业内参list结束*/


/*行业内参detail开始*/
/*主要管理人员样式*/

.ref-holders .ref-table div:nth-child(4n+1) {
    border-right: none;
    border-top: none;
}

.ref-holders .ref-table div:nth-child(4n+2) {
    border-right: none;
    border-top: none;
}

.ref-holders .ref-table div:nth-child(4n+3) {
    border-right: none;
    border-top: none;
}

.ref-holders .ref-table div:nth-child(4n) {
    border-top: none;
}

.ref-holders .ref-table div:nth-child(1) {
    border-top: 1px solid #189C00;
}

.ref-holders .ref-table div:nth-child(2) {
    border-top: 1px solid #189C00;
}

.ref-holders .ref-table div:nth-child(3) {
    border-top: 1px solid #189C00;
}

.ref-holders .ref-table div:nth-child(4) {
    border-top: 1px solid #189C00;
}

.bg-position {
    width: 25%;
    background-color: rgba(24, 156, 0, 0.05);
    color: #666666;
    font-weight: 700;
    border: 1px solid #189C00;
    padding: 10px;
    word-break: break-all;
    font-size: 14px;
    line-height: 1.6;
    word-wrap: break-word;
}

.bg-name {
    background-color: #fff;
    color: #333333;
    width: 25%;
    border: 1px solid #189C00;
    padding: 10px;
    word-break: break-all;
    font-size: 14px;
    line-height: 1.6;
    word-wrap: break-word;
}

/*内参item和列表页不同的样式*/
.reference-detail-wrap .report-list ul li:nth-child(1) {
    margin-top: 0;
}

.reference-detail-wrap .report-list ul li:nth-child(2) {
    margin-top: 0;
}

.reference-detail-wrap .report-list ul li:nth-child(3) {
    margin-top: 0;
}

.reference-detail-wrap .report-list ul li:nth-child(4) {
    margin-top: 0;
}

.reference-detail-wrap .reference-item .content-mid h3 {
    color: #fff;
}

.reference-detail-wrap .reference-item .content-mid .spec-item strong {
    color: #fff;
}

.reference-detail-wrap .reference-item {
    border: none;
}

.reference-detail-wrap .reference-item .concat-right h5 {
    color: #fff;
}

.reference-detail-wrap .reference-item .concat-right span {
    color: #fff;
}

.reference-detail-wrap .reference-button {
    background: linear-gradient(90deg, #75B54B 0%, #69AC45 25%, #5BA13E 50%, #4C9638 75%, #428F33 100%);
}

.reference-button span {
    color: #FFF;
}

.reference-button .el-link.el-link--default:hover {
    color: #FFF;
}

/*内参item和列表页不同的样式*/

/*产业概况开始*/
.ref-scope .table-product {
    width: 100%
}

.ref-scope .row-product {
    width: 100%
}

.ref-scope .table-wrap {
    width: 100%;
    border-color: #189C00;
    border-collapse: collapse;
}

.ref-scope .table-wrap tr td {
    text-align: center;
    padding: 0.5rem 0;
    border: 1px solid #189C00;
}

.ref-scope .product-panel .table-wrap .bg-key {
    min-height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0;
    background-color: rgba(24, 156, 0, 0.05);
    color: #666;
    font-weight: 700
}

.ref-scope .product-panel .table-wrap .bg-value {
    min-height: 40px;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
    color: #333333;
    font-weight: 400
}

.ref-scope .product-panel .table-wrap .text-left {
    text-align: left;
    padding: 10px
}

.ref-scope .ref-title {
    padding-left: 12px;
    height: 24px;
    border-left: 5px solid #189C00;
    color: #002B00;
    font-weight: 700;
    font-size: 16px
}

.ref-scope .ref-industry ul {
    padding: 15px 0 0 0;
    border-bottom: 2px solid #189C00;
    list-style: none
}

.ref-scope .ref-industry ul li {
    float: left;
    width: 100px;
    height: 35px;
    background-color: #fff;
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 35px;
    cursor: pointer
}

.ref-scope .ref-industry ul .active {
    background-color: rgba(24, 156, 0, 0.2);;
    color: #002B00
}

.ref-scope .ref-table {
    border: none;
    border-collapse: collapse;
    color: #000;
    font-size: 14px
}

.ref-scope .ref-table tr {
    height: 40px;
    line-height: 40px
}

.ref-scope .ref-table tr td {
    border: 1px solid #189C00;
    padding: 10px;
    word-break: break-all;
    font-size: 14px;
    line-height: 1.6;
    word-wrap: break-word;
}

.ref-scope .ref-table tr td:nth-child(2n+1) {
    background-color: rgba(24, 156, 0, 0.05);
    color: #666666;
    font-weight: 700
}

.ref-scope .ref-table tr td:nth-child(2n) {
    background-color: #fff;
    color: #333333
}

.ref-scope .panel-company .ref-table {
    display: block;
    width: 100%;
}

.ref-scope .panel-company .ref-title > div:first-child {
    float: left
}

.ref-scope .panel-company .ref-title > div:last-child {
    float: right;
    cursor: pointer
}

.ref-scope .panel-company .ref-title div img,
.ref-scope .panel-data-retrieval .ref-title div img {
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    line-height: 20px
}

.ref-scope .panel-company .ref-title div span {
    display: inline-block;
    height: 28px;
    color: #189C00;
    font-weight: 400;
    line-height: 24px;
    vertical-align: middle;
}

.ref-scope .company-list {
    list-style: none
}

.ref-scope .company-list li a {
    display: inline-block;
    height: 220px
}

.ref-scope .company-list li {
    float: left;
    box-sizing: border-box;
    padding: 10px 10px;
    width: 25%;
    text-align: center;
    cursor: pointer
}

.ref-scope .company-list li:nth-child(4n+1) {
    padding-left: 0
}

.ref-scope .company-list li .img-box {
    margin: 0 auto;
    width: 150px;
    height: 150px;
    background-color: #f2f2f2
}

.ref-scope .company-list li .ename-box {
    padding: 10px 5px;
    font-size: 14px;
    line-height: 24px
}

.ref-scope .data-retrieval-list li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    line-height: 30px;
    cursor: pointer;
}

.ref-scope .data-retrieval-list li:hover {
    background: #eee
}

.ref-scope .retrieval-list-info div img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.ref-scope .retrieval-list-info div {
    display: inline-block;
    vertical-align: middle;
}

.ref-scope .retrieval-list-info div:nth-child(2) {
    color: rgb(24, 144, 255);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80%;
}

#top-manager tr td:nth-child(2n+1) {
    background-color: #e8f3fc;
    color: #666666;
    font-weight: 700
}

.ref-scope .ref-table tr td.bg-blue {
    background-color: rgba(24, 156, 0, 0.05);
    color: #666666;
    font-weight: 700
}

.ref-scope .ref-table tr td.bg-white {
    font-weight: normal;
    background-color: #fff
}

.ref-scope .ref-table tr td.w-25 {
    width: 25%;
}

/*产业概况结束*/

/*头部开始*/
.reference-detail-wrap .header-box {
    width: 100%;
    background: #333333;
}

.reference-detail-wrap .issue-item:hover {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

.reference-detail-wrap .issue-item {
    width: 408px;
    height: 190px;
    padding: 13px 23px 16px 24px;
    border-radius: 7px;
    margin-top: 30px;
    margin-left: 26px;
    margin-bottom: 15px;
    border: 1px solid #F5F5F5;
    cursor: pointer;
}

/*头部结束*/
.reference-detail-wrap .issue-divider {
    margin-top: 10px;
    margin-bottom: 0;
}

.reference-detail-wrap .issue-box {
    margin-left: -26px;
    margin-top: -30px;
}

.reference-detail-wrap .issue-box .right-desc {

}

.reference-detail-wrap .issue-box .right-desc h4 {
    font-size: 14px;
    color: #000;
}

.reference-detail-wrap .issue-box .right-desc .issue-outline {
    width: 360px;
    height: 72px;
    margin: 10px 0;
    display: block;
    font-size: 12px;
    color: #9999;
    overflow: hidden;
}

.reference-detail-wrap .issue-box .right-desc .issue-outline * {
    font-size: 12px;
    color: #9999;
}

.reference-detail-wrap .issue-box .right-desc .issue-outline p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.reference-detail-wrap .issue-box .issue-link {

}

.reference-detail-wrap .issue-box .issue-link .go-detail:hover span {
    color: #0CA818;
}

.reference-detail-wrap .issue-box .issue-link .cat-catalog:hover span {
    color: #0CA818;
}

.reference-detail-wrap .issue-box .issue-link .cat-catalog {
    text-align: left;
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    font-size: 14px;
}

.reference-detail-wrap .issue-box .issue-link .go-detail {
    width: 50%;
    text-align: right;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    font-size: 12px;
}

/*行业内参detail结束*/

/*行业内参的sub-detail开始*/
.sub-detail-wrap .header-box .other-box {
    justify-content: space-between;
    margin: 10px 0;
}

.sub-detail-wrap .header-box .other-box .left {
    width: 416px;
    justify-content: flex-start;
    font-size: 14px;
    color: #999999;
}

.sub-detail-wrap .header-box .other-box .left span {
    margin-right: 30px;
}

.sub-detail-wrap .header-box .other-box .right {
    width: 416px;
}

.sub-detail-wrap .header-box .other-box .right button:first-child {
    background-color: #189C00;
    margin-right: 5px;
}

.sub-detail-wrap .header-box .other-box .right button:last-child {
    background-color: #FF9900;
}

.sub-detail-wrap .reference-button {
    width: 112px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    border: none;
    color: #fff;
    padding: 0;
    border-radius: 0;
}

.sub-detail-wrap .reference-button:hover span {
    color: #fff;
}

/*详情开始*/
.sub-detail-wrap .sub-content {
    padding: 30px 0 40px;
    border-top: 1px solid #cccccc;
}

.sub-detail-wrap .sub-content h1 {
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    background: url("../images/page/bg-panel.png") no-repeat;
    font-size: 16px;
    color: #189C00;
    font-weight: 700;
}

.sub-detail-wrap .sub-content h1:first-child {
    padding-top: 0;
}

.sub-detail-wrap .sub-content h2 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    padding: 10px 0;
    cursor: pointer;
}

.sub-detail-wrap .sub-content h3 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    padding: 10px 0;
    cursor: pointer;
}

.sub-detail-wrap .sub-content h4 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    padding: 6px 0;
    cursor: pointer;
}

.sub-detail-wrap .sub-content h5 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    padding: 6px 0;
    cursor: pointer;
}

.sub-detail-wrap .sub-content h6 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    padding: 6px 0;
    cursor: pointer;
}

.sub-detail-wrap .sub-content div {
    margin: 0 0 40px;
}

.sub-detail-wrap .sub-content p {
    font-size: 16px;
    color: #404040;
    line-height: 2.5;
}

.sub-detail-wrap .sub-content img {
    max-width: 100%
}

.sub-detail-wrap .sub-content table {
    width: 100%;
    margin: 10px 0;
    border-collapse: collapse;
    display: table;
}

.sub-detail-wrap .sub-content table tr.firstRow {
    font-weight: bold;
}

.sub-detail-wrap .sub-content table td {
    background: white;
    padding: 5px 10px;
    border: 1px solid #DDD;
    border-left: none;
    border-right: none;
}

.sub-detail-wrap .sub-content table td p {
    line-height: 1.5;
}

.sub-detail-wrap .open-content:before {
    content: "+";
    font-size: 23px
}

.sub-detail-wrap .close-content:before, .sub-detail-wrap .open-content:before {
    display: inline-block;
    box-sizing: border-box;
    margin-top: -4px;
    margin-right: 10px;
    padding-top: 1px;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: #189C00;
    color: #FFFFFF;
    vertical-align: middle;
    text-align: center;
    font-weight: 100;
    line-height: 15px
}

.sub-detail-wrap .close-content:before {
    content: "-";
    font-size: 30px
}

.sub-detail-wrap .pack-content {
    position: relative;
    padding: 20px 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    color: #cccccc;
}

.sub-detail-wrap .pack-content::before {
    content: " ";
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -280px;
    width: 200px;
    height: 1px;
    background-color: #d0d0d0;
}

.sub-detail-wrap .pack-content::after {
    content: " ";
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: 80px;
    width: 200px;
    height: 1px;
    background-color: #d0d0d0;
}

.sub-detail-wrap .ref-more {
    padding-bottom: 40px;
    text-align: center;
}

.sub-detail-wrap .ref-more > div {
    margin-top: 10px;
    font-size: 16px;
    color: #B46728;
}

.ref-more span {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    color: #B46728;
    vertical-align: middle;
}

.sub-detail-wrap p.cmp-title {
    margin-top: 30px;
    padding: 5px 0;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background-color: #EEC640;
    text-align: center;
}

/*详情结束*/

/*下方的期数列表开始*/
.sub-detail-wrap .issue-item:hover {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

.sub-detail-wrap .issue-item {
    width: 408px;
    height: 190px;
    padding: 13px 23px 16px 24px;
    border-radius: 7px;
    margin-top: 30px;
    margin-left: 26px;
    margin-bottom: 15px;
    border: 1px solid #F5F5F5;
    cursor: pointer;
}

/*头部结束*/
.sub-detail-wrap .issue-divider {
    margin-top: 10px;
    margin-bottom: 0;
}

.sub-detail-wrap .issue-box {
    margin-left: -26px;
    margin-top: -30px;
    padding-bottom: 30px;
}

.sub-detail-wrap .issue-box .right-desc h4 {
    font-size: 14px;
    color: #000;
}

.sub-detail-wrap .issue-box .right-desc .issue-outline {
    width: 360px;
    height: 72px;
    margin: 10px 0;
    display: block;
    font-size: 12px;
    color: #9999;
    overflow: hidden;
}

.sub-detail-wrap .issue-box .issue-link .go-detail:hover span {
    color: #0CA818;
}

.sub-detail-wrap .issue-box .issue-link .cat-catalog:hover span {
    color: #0CA818;
}

.sub-detail-wrap .issue-box .issue-link .cat-catalog {
    text-align: left;
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    font-size: 14px;
}

.sub-detail-wrap .issue-box .issue-link .go-detail {
    width: 50%;
    text-align: right;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    font-size: 12px;
}

/*下方的期数列表开始*/

/*行业内参的sub-detail结束*/

/*专家列表开始*/
.expert-wrap .two-row .yg-tab {
    padding-bottom: 15px;
}

.expert-wrap .two-row .yg-tab-item {
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    margin-left: 25px;
    background: none;
    padding: 0;
    cursor: pointer;
    border-radius: 6px;
}

.expert-wrap .two-row .yg-tab-item:first-child {
    margin-left: 0;
}

.expert-wrap .two-row .yg-tab-item .position-green-bg {
    width: 94px;
    height: 94px;
    position: relative;
    top: 0;
    left: 0;
    background-color: #fff;
    border-radius: 6px;
}

.expert-wrap .two-row .yg-tab-item.active {
    background-color: #189C00;
}

.expert-wrap .two-row .yg-tab-item.active i {
    display: block;
}

.expert-wrap .two-row .yg-tab-item.active span {
    color: #fff;
}

.expert-wrap .two-row .yg-tab-item.active .position-green-bg {
    background-color: #189C00;
}

.expert-wrap .two-row .yg-tab-item .el-image {
    position: absolute;
    top: 16px;
    left: 21px;
}

.expert-wrap .two-row .yg-tab-item span {
    position: absolute;
    top: 65px;
    left: 30px;
    width: 30px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333333;
}

.expert-wrap .two-row .yg-tab-item i {
    display: none;
    position: absolute;
    top: 100px;
    left: 41px;
    font-size: 25px;
    color: #189C00;
}

.expert-wrap .expert-item .item-button:hover {
    color: #fff !important;
    background: #0CA818;
    background: linear-gradient(90deg, #75B54B 0%, #69AC45 25%, #5BA13E 50%, #4C9638 75%, #428F33 100%);
}

.expert-wrap .expert-item .item-button {
    width: 112px;
    height: 30px;
    border: 1px solid #189C00;
    padding: 0px;
    color: #189C00 !important;
    font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 0;
}

.expert-wrap .card-header img {
    vertical-align: middle;
    line-height: 45px;
    margin-right: 8px
}

.expert-wrap {
    margin-top: 50px;
}

/*右边的服务流程开始 list和detail共用*/
.line-progress .line-five {
    height: 177px;
}

.line-progress .line-four {
    height: 177px;
}

.line-progress .line-three {
    height: 166px;
}

.line-progress .line-two {
    height: 160px;
}

.line-progress .line-one {
    height: 177px;
}

.line-progress {
    padding-top: 40px;
}

.line-progress .line-box .desc {
    line-height: 25px;
    font-size: 12px;
    color: #999;
}

.line-progress .line-box .top strong {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    color: #189C00;
}

.line-progress .line-box .top h3 {
    font-size: 16px;
    color: #000;
    line-height: 18px;
    font-weight: bold;
}

.line-progress .line-box .desc {
    height: 65px;
    margin-top: 20px;
}

.line-progress .line-box {
    width: 235px;
    justify-content: flex-start;
    padding-left: 5px;
}

/*右边的服务流程开始 list和detail共用*/
.expert-wrap .expert-item .middle .line-clamp-3 {
    font-size: 12px;
    color: #999;
    line-height: 22px;
    font-weight: normal;
}

.expert-wrap .expert-item .middle .line-clamp-3 * {
    font-size: 12px;
    color: #999;
    line-height: 22px;
    font-weight: normal;
}

.expert-wrap .expert-item .middle .attribute span {
    margin-right: 10px;
}

.expert-wrap .expert-item .middle .attribute strong {
    color: #189C00;
}

.expert-wrap .expert-item .middle .attribute {
    color: #999999;
}

.expert-wrap .expert-item .middle .name h3 {
    height: 26px;
    line-height: 26px;
    color: #000;
    font-size: 20px;
    padding-right: 12px;
}

.expert-wrap .expert-item .middle .name span {
    padding: 0 6px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    background-color: #FF9900;.expert-detail-wrap .name strong
    font-size: 13px;
    color: #fff;
}

.expert-wrap .expert-item .middle .name {
    align-items: flex-end;
}

.expert-wrap .expert-item {
    min-height: 235px;
    padding: 22px 0;
    border-bottom: 1px dashed #ccc;
}

.expert-wrap .expert-item .left {
    width: 150px;
}

.expert-wrap .expert-item .middle {
    height: 190px;
    width: 650px;
    padding: 11px 22px 20px 22px;
    justify-content: space-between;
}

.expert-wrap .expert-item .right {
    width: 160px;
}

.expert-wrap .el-link.el-link--default:hover {
    color: inherit;
}

/*专家列表结束*/

/*专家详情开始*/
.expert-detail-wrap .intro-box {
    padding-top: 5px;
    padding-bottom: 8px;
    font-size: 14px;
    color: #999;
    line-height: 25px;
}

.expert-detail-wrap .action .yg-button {
    width: 112px
}

.expert-detail-wrap .action b {
    line-height: 35px;
    color: #F40000;
}

.expert-detail-wrap .action strong {
    font-size: 14px;
    color: #999999;
    line-height: 35px;
}

.expert-detail-wrap .action {
    margin-top: 64px;
}

.expert-detail-wrap .props-item strong {
    display: block;
    font-size: 12px;
    color: #707070;
    line-height: 16px;
    padding: 8px 0;
}

.expert-detail-wrap .props-item span {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 16px;
}

.expert-detail-wrap .name strong {
    display: inline-block;
    padding: 0 6px;
    line-height: 20px;
    background-color: #FF9900;
    font-size: 13px;
    color: #fff;
}

.expert-detail-wrap .name h3 {
    padding-right: 10px;
    height: 18px;
    font-size: 18px;
    color: #189C00;
    line-height: 18px;
}

.expert-detail-wrap .props-item {
    width: 160px;
    text-align: left;
    margin-top: 20px;
}

.expert-detail-wrap .name {
    width: 160px;
    text-align: left;
    margin-top: 55px;
    margin-bottom: 10px;
}

.expert-detail-wrap .left {
    width: 200px;
    height: 800px;
    overflow: hidden;
    background-color: #EDF1F4;
}

.expert-detail-wrap .right {
    width: 760px;
    min-height: 800px;
    overflow: hidden;
    padding: 0 26px;

}

.expert-detail-wrap {
    margin-top: 50px;
}

/*专家详情结束*/

/*专家预约开始*/
.expert-submit-wrap .submit .yg-button {
    width: 400px;
    border: none;
    border-radius: 0;
}

.expert-submit-wrap .submit .yg-button span {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.expert-submit-wrap .expert-name {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.expert-submit-wrap .submit div {
    margin-left: 0 !important;
}

.expert-submit-wrap .el-textarea__inner:focus {
    border-color: #0CA818 !important;
}

.expert-submit-wrap .price {
    color: #F40000;
}

.expert-submit-wrap .header-box::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 26px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
    background-color: #75B54B;
}

.expert-submit-wrap .header-box {
    font-size: 24px;
    color: #333333;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
}

.expert-submit-wrap .el-link.el-link--default:hover {
    color: inherit;
}

.expert-submit-wrap .form-box {
    width: 560px;
    margin: 0 auto;
}

.expert-submit-wrap {
    padding: 40px 60px;
    background-color: #ffffff;
}

/*专家预约结束*/

/*产业服务相关开始*/

/*仓库供应开始*/
.wh-supply-box .supply-item {
    height: 120px;
    margin-top: 38px;
}
.wh-supply-box .supply-item:first-child {
    margin-top: 12px;
}

.wh-supply-box .supply-item .left {
    height: 100%;
    width: 200px;
}

.wh-supply-box .supply-item .middle {
    height: 100%;
    width: 560px;
    padding: 0 20px;
    justify-content: space-between;
}

.wh-supply-box .supply-item h3 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.wh-supply-box .supply-item .middle .two-row {
    font-size: 12px;
    color: #999;
}

.wh-supply-box .supply-item .middle .three-row {
    font-size: 12px;
    color: #189C00;
}

.wh-supply-box .supply-item .middle .four-row {
    font-size: 12px;
    color: #999;
}

.wh-supply-box .supply-item .middle .five-row span {
    font-size: 12px;
    color: #999;
}

.wh-supply-box .supply-item .middle .five-row strong {
    font-size: 12px;
    color: #189C00;
}

.wh-supply-box .supply-item .right {
    height: 100%;
    width: 200px;
}

/*右边推荐开始*/
.wh-wrap .recommend-item {
    margin-top: 19px;
}

.wh-wrap .recommend-item h3 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.wh-wrap .recommend-item span {
    font-size: 12px;
    line-height: 16px;
    padding: 3px 0;
    color: #999;
}

.wh-wrap .recommend-item strong {
    font-size: 12px;
    color: #0CA818;
}

.wh-wrap .recommend-item .yg-button span {
    color: #fff;
}

.wh-wrap .recommend-item .two-row {
    padding-top: 15px;
}

.wh-wrap .recommend-item .three-row {
    padding-top: 13px;
}

.wh-wrap .recommend-item .four-row {
    padding-top: 17px;
    justify-content: space-between;
}

.wh-wrap .recommend-item .five-row {
    padding-top: 17px;
}

.wh-wrap .recommend-item .five-row .flex-col {
    height: 60px;
}

.wh-wrap .recommend-item .five-row b {
    font-size: 22px;
    line-height: 29px;
    color: #FF9900;
}

/*右边推荐需求开始*/
.wh-wrap .required-item {
    margin-top: 12px;
    justify-content: space-between;
    background-color: #EDF1F4;
    padding: 16px 15px 10px 12px;
}

.wh-wrap .required-item h3 {

}

.wh-wrap .required-item .one-row {
    height: 50px;
}

.wh-wrap .required-item .one-row h3 {
    font-size: 16px;
    color: #000;
    line-height: 25px;
}

.wh-wrap .required-item .two-row {
    height: 43px;
    margin-top: 15px;
    justify-content: space-between;
}

.wh-wrap .required-item .two-row span {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.wh-wrap .required-item .two-row strong {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #189C00;
    line-height: 20px;
}

/*右边推荐需求结束*/
/*右边推荐结束*/
/*仓库供应结束*/
.wh-require-box {

}

.wh-require-box .require-item {
    margin-top: 15px;
    background-color: #FBFCFC;
    border: 1px solid #EDF1F4;
    padding-left: 27px;
    padding-top: 14px;
}

.wh-require-box .require-item .left-one-row strong {
    font-size: 16px;
    color: #F40000;
}

.wh-require-box .require-item .left-one-row h3 {
    font-size: 16px;
    color: #000;

}

.wh-require-box .require-item .left-two-row {
    margin-top: 17px;
    font-size: 12px;
    color: #999999;
    line-height: 16px;
}

.wh-require-box .require-item .left-three-row {
    margin-top: 14px;
}

.wh-require-box .require-item .left-three-row span {
    display: block;
    font-size: 12px;
    color: #999999;
    line-height: 16px;
}

.wh-require-box .require-item .left-three-row strong {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    color: #189C00;
    line-height: 16px;
}

.red-tag-box {
    height: 24px;
    margin-left: 11px;
    background-color: #E4E4E4;
    border-radius: 3px;
    overflow: hidden
}

.red-tag-box .tag-label {
    line-height: 18px;
    padding: 3px 10px 3px 5px;
    font-size: 12px;
    color: #999999
}

.red-tag-box .tag-icon {
    position: absolute;
    top: 3px;
    left: -11px;
    font-size: 20px;
    color: #F40000
}

.red-tag-box .tag-content {
    position: relative;
    height: 24px;
    line-height: 18px;
    padding: 3px 5px;
    font-size: 12px;
    background-color: #F40000;
    color: #fff !important;
}

/*产业服务相关结束*/

/*物流供应开始*/
.tp-supply-item {
    width: 470px;
    height: 200px;
    background-color: #FBFCFC;
    border: 1px solid #EDF1F4;
    padding: 28px 29px;
    margin-top: 15px;
}

.tp-supply-item h3 {
    line-height: 40px;
    font-size: 16px;
    color: #000000;
    font-weight: normal;
}

.tp-supply-item .desc {
    padding: 12px 0;
    line-height: 21px;
    font-size: 12px;
    color: #999999;
}

.tp-supply-item .left-phone {
    padding: 12px 0;
    line-height: 21px;
    font-size: 12px;
    color: #999999;
}

.tp-supply-item .right-button {
    width: 100%;
    justify-content: flex-end;
}

.tp-supply-item .right-button .yg-hover-button {
    width: 100px;
    height: 30px;

}

/*物流供应结束*/

/*物流需求开始*/
.tp-require-box {

}

.tp-require-box .require-item {
    margin-top: 15px;
    padding: 20px;
    background-color: #FBFCFC;
    border: 1px solid #EDF1F4;
}

.tp-require-box span {
    font-size: 12px;
    color: #666666;
}

.tp-require-box b {
    margin-top: 5px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.tp-require-box .top {
    height: 45px;
}

.tp-require-box .bottom {
    height: 45px;
    margin-top: 15px;
}

/*物流需求结束*/


/*仓配一体化开始*/
.wh-tp-item {
    padding: 18px 0px;
    margin-top: 15px;
    border-bottom: 1px dashed #CCCCCC;
}

.wh-tp-item .left {
    width: 200px;
    min-height: 120px;
}

.wh-tp-item .middle {
    width: 560px;
    padding: 0 19px;
}

.wh-tp-item .right {
    width: 200px;
}

.wh-tp-item .middle .info-item {
    height: 73px;
    padding-left: 30px;
    justify-content: space-between;
}

.wh-tp-item .middle .info-item:nth-child(1) {
    border-right: 1px solid #EDF1F4;
    padding-left: 0;
}

.wh-tp-item .middle .info-item:nth-child(2) {
    border-right: 1px solid #EDF1F4;
}

.wh-tp-item .middle .info-item:nth-child(3) {
    border-right: 1px solid #EDF1F4;
}

.wh-tp-item .middle .span {
    font-size: 18px;
    color: #999999;
}

.wh-tp-item .middle b {
    font-size: 22px;
    color: #f40000;
    padding-right: 10px;
}

.wh-tp-item .middle p {
    font-size: 12px;
    color: #999999;
    line-height: 32px;
}

/*仓配一体化结束*/

/*仓库详情开始*/
.wh-detail-wrap .thumb-item {
    cursor: pointer;
    min-width: 0;
    flex-grow: 0;
    flex-shrink: 0;
}

.wh-detail-wrap .thumb-box {
    justify-content: space-between;
    margin-top: 5px
}

.wh-detail-wrap .right-info-box {
    padding-top: 11px;
    margin-left: 56px;
}

.wh-detail-wrap .info-item {
    font-size: 12px;
    color: #666666;
    padding: 10px 0px;
}

.wh-detail-wrap .info-green {
    font-size: 18px;
    color: #189C00;
}

.wh-detail-wrap .info-red {
    font-size: 12px;
    color: #F40000;
}

/*仓库详情结束*/

/*详情开始*/

.wh-detail-wrap .recommend-item {
    margin-top: 19px;
}

.wh-detail-wrap .recommend-item h3 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.wh-detail-wrap .recommend-item span {
    font-size: 12px;
    line-height: 16px;
    padding: 3px 0;
    color: #999;
}

.wh-detail-wrap .recommend-item strong {
    font-size: 12px;
    color: #0CA818;
}

.wh-detail-wrap .recommend-item .yg-button span {
    color: #fff;
}

.wh-detail-wrap .recommend-item .two-row {
    padding-top: 15px;
}

.wh-detail-wrap .recommend-item .three-row {
    padding-top: 13px;
}

.wh-detail-wrap .recommend-item .four-row {
    padding-top: 17px;
    justify-content: space-between;
}

.wh-detail-wrap .recommend-item .five-row {
    padding-top: 17px;
}

.wh-detail-wrap .recommend-item .five-row .flex-col {
    height: 60px;
}

.wh-detail-wrap .recommend-item .five-row b {
    font-size: 22px;
    line-height: 29px;
    color: #FF9900;
}

/*右边推荐需求开始*/
.wh-detail-wrap .required-item {
    margin-top: 12px;
    justify-content: space-between;
    background-color: #EDF1F4;
    padding: 16px 15px 10px 12px;
}

.wh-detail-wrap .required-item h3 {

}

.wh-detail-wrap .required-item .one-row {
    height: 50px;
}

.wh-detail-wrap .required-item .one-row h3 {
    font-size: 16px;
    color: #000;
    line-height: 25px;
}

.wh-detail-wrap .required-item .two-row {
    height: 43px;
    margin-top: 15px;
    justify-content: space-between;
}

.wh-detail-wrap .required-item .two-row span {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.wh-detail-wrap .required-item .two-row strong {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #189C00;
    line-height: 20px;
}

/*右边推荐需求结束*/
.wh-detail-wrap .wh-action .left {
    cursor: pointer;
}

.wh-detail-wrap .wh-action .right {
    cursor: pointer;
    margin-left: 20px;
}

.wh-detail-wrap .wh-action .left i {
    font-size: 30px;

}

.wh-detail-wrap .wh-action .right i {
    font-size: 30px;
}

.wh-detail-wrap .wh-action .left span {
    padding-top: 6px;
}

.wh-detail-wrap .wh-action .right span {
    padding-top: 6px;
}

.wh-detail-wrap .notice-box {
    font-size: 16px;
    color: #FF9900;
    line-height: 21px;
    padding-top: 27px;
    padding-bottom: 20px;
}

.wh-detail-wrap .wh-detail-box {
    padding-top: 30px;
    /*padding-left: 35px;*/
    padding-right: 35px;
}

/*仓库租凭需求详情页开始*/
.tp-detail-wrap {
    margin-bottom: 40px;
}

/*右边的推荐开始*/

.tp-detail-wrap .recommend-item {
    margin-top: 19px;
}

.tp-detail-wrap .recommend-item h3 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.tp-detail-wrap .recommend-item span {
    font-size: 12px;
    line-height: 16px;
    padding: 3px 0;
    color: #999;
}

.tp-detail-wrap .recommend-item strong {
    font-size: 12px;
    color: #0CA818;
}

.tp-detail-wrap .recommend-item .yg-button span {
    color: #fff;
}

.tp-detail-wrap .recommend-item .two-row {
    padding-top: 15px;
}

.tp-detail-wrap .recommend-item .three-row {
    padding-top: 13px;
    color: #999999;
}

.tp-detail-wrap .recommend-item .four-row {
    padding-top: 17px;
    justify-content: space-between;
    color: #999999;
}

.tp-detail-wrap .recommend-item .five-row {
    padding-top: 17px;
}

.tp-detail-wrap .recommend-item .five-row .flex-col {
    height: 60px;
}

.tp-detail-wrap .recommend-item .five-row b {
    font-size: 22px;
    line-height: 29px;
    color: #FF9900;
}

.tp-detail-wrap .required-item {
    margin-top: 12px;
    justify-content: space-between;
    background-color: #EDF1F4;
    padding: 16px 15px 10px 12px;
}

.tp-detail-wrap .required-item .el-divider {
    margin-top: 20px;
    margin-bottom: 5px
}

.tp-detail-wrap .wp-recommend-item {
    padding: 20px 15px;
    width: 280px;
    height: 290px;
    border: 1px solid #F5F5F5;
}

.tp-detail-wrap .required-item h3 {

}

.tp-detail-wrap .required-item .one-row {
    height: 50px;
}

.tp-detail-wrap .required-item .one-row h3 {
    font-size: 16px;
    color: #000;
    line-height: 25px;
}

.tp-detail-wrap .required-item .two-row {
    height: 43px;
    margin-top: 15px;
    justify-content: space-between;
}

.tp-detail-wrap .required-item .two-row span {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.tp-detail-wrap .required-item .two-row strong {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #189C00;
    line-height: 20px;
}

.tp-detail-wrap .trade-list-header-btn {
    cursor: pointer;
}

/*右边的推荐结束*/

/*仓库租凭左边每一个属性开始*/
.tp-detail-wrap .props-box .one-row {
    margin-top: 10px;
}

.props-box .one-row strong {
    font-size: 18px;
    color: #F40000;
}

.props-box .one-row span {
    font-size: 12px;
    color: #666666;
}

.props-box .two-row {
    justify-content: flex-start
}

.props-box .two-row b {
    width: 280px;
    font-size: 16px;
    color: #333;
}

.props-box .one-row h3 {
    font-size: 18px;
    color: #000000;
}

.props-box .two-row {
    margin-top: 18px;
}

.props-box .three-row {
    margin-top: 20px;
    padding: 10px 23px;
    background-color: #F2F2F2;
}

.props-box .three-row span {
    font-size: 12px;
    color: #999999;
}

.props-box .three-row strong {
    font-size: 16px;
    color: #F40000;
}

.props-box .three-row > .flex-row {
    padding: 10px 0;
}

.props-box .three-row .left {
    width: 150px;

}

.props-box .three-row .right {
    margin-left: 0;
}

.props-box .four-row {
    margin-top: 8px;

}

.props-box .four-row .props-item {
    width: 268px;
    height: 124px;
    text-align: left;
    margin-left: 65px;
}

.props-box .four-row .props-item:first-child {
    margin-left: 0;
}

.props-box .four-row .props-item span {
    display: inline-block;
    padding: 12px 0;
    font-size: 12px;
    color: #999;
}

.props-box .four-row .props-item strong {
    display: inline-block;
    padding: 12px 0;
    font-size: 12px;
    color: #666;
    font-weight: normal;
}

.props-box .tp-action {
    justify-content: flex-end;
    align-items: flex-end;
}

.props-box .tp-action .left {
    width: 40px;
    height: 80px;
    cursor: pointer;
}

.props-box .tp-action .right {
    cursor: pointer;
    margin-left: 20px;
    width: 40px;
    height: 80px;
}

.props-box .tp-action .left i {
    font-size: 30px;

}

.props-box .tp-action .right i {
    font-size: 30px;
}

.props-box .tp-action .left span {
    padding-top: 6px;
}

.props-box .tp-action .right span {
    padding-top: 6px;
}


.tp-detail-wrap .notice-box {
    font-size: 16px;
    color: #FF9900;
    line-height: 21px;
    padding-top: 27px;
    padding-bottom: 20px;
}

.tp-detail-box {
    padding-top: 30px;
    padding-left: 35px;
    padding-right: 35px;
}

.tp-detail-wrap .tp-required-item {

}

.tp-detail-wrap .tp-required-item .one-row {
    height: 105px
}

.tp-detail-wrap .tp-required-item .two-row {
    height: auto;
    padding-left: 14px;
    padding-right: 14px;

}

.tp-detail-wrap .tp-required-item .two-row span {
    font-size: 12px;
    color: #999;
}

.tp-detail-wrap .tp-required-item .two-row strong {
    font-size: 14px;
    color: #F40000;
}

.tp-detail-wrap .tp-required-item .one-row-img {
    margin-right: 9px;
    margin-top: 3px
}

.tp-detail-wrap .tp-required-item .one-row-address {
    justify-content: space-between
}

/*仓库租凭左边每一个属性结束*/

/*价格和市场行情开始 price_data/lists*/
.price-data-wrap .two-row .yg-tab {
    padding-bottom: 15px;
}

.price-data-wrap .two-row .yg-tab-item {
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    margin-left: 25px;
    background: none;
    padding: 0;
    cursor: pointer;
    border-radius: 6px;
}

.price-data-wrap .two-row .yg-tab-item:first-child {
    margin-left: 0;
}

.price-data-wrap .two-row .yg-tab-item .position-green-bg {
    width: 110px;
    height: 110px;
    position: relative;
    top: 0;
    left: 0;
    background-color: #fff;
    border-radius: 6px;
}

.price-data-wrap .two-row .yg-tab-item.active {
    background-color: #189C00;
}

.price-data-wrap .two-row .yg-tab-item.active i {
    display: block;
}

.price-data-wrap .two-row .yg-tab-item.active span {
    color: #fff;
}

.price-data-wrap .two-row .yg-tab-item.active .position-green-bg {
    background-color: #189C00;
}

.price-data-wrap .two-row .yg-tab-item .el-image {
    position: absolute;
    top: 24px;
    left: 30px;
}

.price-data-wrap .two-row .yg-tab-item span {
    position: absolute;
    top: 79px;
    left: 38px;
    width: 30px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333333;
}

.price-data-wrap .two-row .yg-tab-item i {
    display: none;
    position: absolute;
    top: 100px;
    left: 41px;
    font-size: 25px;
    color: #189C00;
}

.price-data-wrap .yg-tab-item.active {
    color: #fff;
}

/*每个item开始*/
.price-data-wrap .price-item {
    padding: 18px 0px;
    margin-top: 15px;
    background-color: #FBFCFC;
}

.price-data-wrap .price-item .left {
    width: 200px;
    min-height: 120px;
    text-align: left;
}

.price-data-wrap .price-item .left h3 {
    font-size: 18px;
    color: #000000;
    line-height: 30px;
}

.price-data-wrap .price-item .left strong {
    font-size: 14px;
    color: #999999;
}

.price-data-wrap .price-item .middle {
    width: 560px;
    padding: 0 19px;
}

.price-data-wrap .price-item .right {
    width: 200px;
}

.price-data-wrap .price-item .middle .info-item {
    height: 73px;
    padding-left: 30px;
    justify-content: space-between;
}

.price-data-wrap .price-item .middle .info-item:nth-child(1) {
    border-right: 1px solid #EDF1F4;
    padding-left: 0;
}

.price-data-wrap .price-item .middle .info-item:nth-child(2) {
    border-right: 1px solid #EDF1F4;
}

.price-data-wrap .price-item .middle .span {
    font-size: 18px;
    color: #999999;
}

.price-data-wrap .price-item .middle .red {
    font-size: 20px;
    color: #F40000;
}

.price-data-wrap .price-item .middle .purple {
    font-size: 20px;
    color: #1F3077;
}

.price-data-wrap .price-item .middle .green {
    font-size: 20px;
    color: #189C00;
}

.price-data-wrap .price-item .middle b {
    font-size: 22px;
    color: #f40000;
    padding-right: 10px;
}

.price-data-wrap .price-item .middle p {
    font-size: 12px;
    color: #999999;
    line-height: 32px;
}

.price-data-wrap .price-data-item {
    padding-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #CCCCCC;
    text-align: left;
}

.price-data-wrap .price-data-item span {
    width: 100%;
}

.price-data-wrap .price-data-item:hover h4 {
    color: #189C00;
}

.price-data-wrap .price-data-item:hover i {
    color: #189C00;
}

.price-data-wrap .price-data-item:hover .time b {
    color: #189C00;
}

.price-data-wrap .price-data-item h4 {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    line-height: 30px;
}

.price-data-wrap .price-data-item .time {
    display: block;
    padding-top: 5px;
}

.price-data-wrap .price-data-item .time i {
    margin-right: 8px;
}

.price-data-wrap .price-data-item .time b {
    font-size: 12px;
    color: #999999;
}

/*每个item结束*/

/*价格和市场行情结束*/

/*价格行情分类页开始*/
.data-detail-wrap .title-box h3 {
    margin-right: 25px;
}

.data-detail-wrap .tab {
    background-color: #FFF;
    padding: 10px 13px;
    margin-top: 15px;
    border: 1px solid #F5F5F5;
}

.data-detail-wrap .tab-item {
    width: 86px;
    height: 29px;
    margin-right: 15px;
    line-height: 29px;
    background: none;
    cursor: pointer;
    color: #189C00;
    text-align: center;
    font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.data-detail-wrap .tab-item.active {
    color: #fff;
    background: #0CA818;
    border-radius: 0;
    background: linear-gradient(90deg, #75B54B 0%, #69AC45 25%, #5BA13E 50%, #4C9638 75%, #428F33 100%);
}

.data-detail-wrap .tab-two {
    margin-top: 0;
    border-top: none;
}

.data-detail-wrap .tab-two .tab-item {
    height: 28px;
    width: auto;
    line-height: 23px;
    padding: 3px 10px;
    font-size: 12px;
    color: #666666;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.data-detail-wrap .tab-two .tab-item.active {
    background: #189C00;
    border-radius: 15px;
    color: #fff;
}

.data-detail-wrap .ec-box {
    border: 1px solid #F5F5F5;
}

.data-detail-wrap .middle {
    padding: 23px 23px;
    border-bottom: 1px solid #F5F5F5;
}

.data-detail-wrap .middle .info-item {
    height: 73px;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: space-between;
    text-align: center;
}

.data-detail-wrap .middle .info-item:nth-child(1) {
    border-right: 1px solid #EDF1F4;
    padding-left: 0;
    text-align: center;
}

.data-detail-wrap .middle .info-item:nth-child(2) {
    border-right: 1px solid #EDF1F4;
}

.data-detail-wrap .middle .info-item:nth-child(3) {
    border-right: 1px solid #EDF1F4;
}

.data-detail-wrap .middle .info-item:nth-child(4) {
    border-right: 1px solid #EDF1F4;
}

.data-detail-wrap .middle .span {
    font-size: 16px;
    color: #999999;
}

.data-detail-wrap .middle .red {
    font-size: 16px;
    color: #F40000;
}

.data-detail-wrap .middle .purple {
    font-size: 16px;
    color: #1F3077;
}

.data-detail-wrap .middle .green {
    font-size: 16px;
    color: #189C00;
}

.data-detail-wrap .chart-bar .bar-item {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #189C00;
    padding: 0 22px;
    cursor: pointer;
    border: 1px solid #189C00;
}

.data-detail-wrap .chart-bar .bar-item.active {
    background-color: #189C00;
    color: #fff;
}

.data-detail-wrap .table-box {
    padding: 12px 0px;
}

.data-detail-wrap .price-data-item {
    padding-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #CCCCCC;
    text-align: left;
}

.data-detail-wrap .price-data-item span {
    width: 100%;
}


.data-detail-wrap .price-data-item:hover h4 {
    color: #189C00;
}

.data-detail-wrap .price-data-item:hover i {
    color: #189C00;
}

.data-detail-wrap .price-data-item:hover .time b {
    color: #189C00;
}

.data-detail-wrap .price-data-item h4 {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    line-height: 30px;
}

.data-detail-wrap .price-data-item .time {
    display: block;
    padding-top: 5px;
}

.data-detail-wrap .price-data-item .time i {
    margin-right: 8px;
}

.data-detail-wrap .price-data-item .time b {
    font-size: 12px;
    color: #999999;
}

/*价格行情分类页结束*/

/*农资农机开始*/
.means-wrap .means-list-box {
    padding: 20px 0;
}

.means-wrap .means-list-box .means-item {
    float: left;
    width: 224px;
    min-height: 356px;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 15px;
    border: 1px solid #fff;
}

.means-wrap .means-list-box .means-item:hover {
    border-color: #e9e9e9;
    box-shadow: 0 0 2px 2px #f8f8f8;
}

.means-wrap .recommend-box .means-item {
    box-shadow: 0 0 2px 2px #f8f8f8;
}

.means-wrap .recommend-box .means-item:hover {
    border-color: #fff;

}

.means-wrap .means-list-box .means-item:nth-child(4n+4) {
    margin-right: 0;
}

.means-wrap .means-list-box .means-item h3 {
    font-size: 14px;
    color: #000;
}

.means-wrap .means-list-box .means-item .info-box {
    padding: 0 8px;
    min-height: 122px;
    justify-content: space-between;
}

.means-wrap .enterprise-link {
    font-size: 14px;
    color: #999;
    line-height: 36px;
    height: 36px;
}

.means-wrap .enterprise-link:hover {
    color: #189C00;
}

.means-wrap .row-price {
    line-height: 44px;
    height: 44px;
    color: #F40000;
    justify-content: space-between;
}

.means-wrap .row-price strong {
    font-size: 14px;
}

.means-wrap .row-price b {
    font-size: 18px;
}

.means-wrap .row-price span {
    font-size: 14px;
    color: #999;
}

.means-wrap .recommend-box {
    padding-top: 10px;
}

.means-wrap .filter-box {
    border: 1px solid #F5F5F5;
    background-color: #fff;
}

.means-wrap .filter-one-box {
    margin-top: 20px;
}

.means-wrap .filter-two-box {
    border-top: none;
}

.means-wrap .filter-box div:first-child {
    padding-left: 25px;
    font-size: 14px;
    color: #666666;
}

.means-wrap .filter-box div {
    height: 50px;
    line-height: 50px;
}

.means-wrap .filter-box ul li {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    font-size: 12px;
    color: #666666;
    cursor: pointer;
}

.means-wrap .filter-box ul li.active {
    color: #189C00;
}

/*排序相关开始*/
.means-wrap .sort-box > div {
    text-align: left;
}

.means-wrap .sort-box .cursor {
    cursor: pointer;
}

.means-wrap .sort-box .cursor.active {
    color: #189C00;
}

.means-wrap .sort-box .input-box {
    height: 34px;
}

.means-wrap .sort-box .input-box {
    justify-content: space-evenly;
}

.means-wrap .sort-box .input-box .el-input {
    width: auto;
}

.means-wrap .sort-box .input-box input {
    width: 59px;
    height: 22px;
}

.means-wrap .sort-box .right {
    text-align: right;
}

.means-wrap .sort-box {
    padding: 0 22px;
    height: 34px;
    line-height: 34px;
    margin-top: 12px;
    background-color: #EDF1F4;
    color: #666;
}

.means-wrap .input-box .divider-price {
    width: 7px;
    height: 1px;
    background-color: #CCCCCC;
}

.means-wrap .input-box strong {
    font-size: 12px;
    color: #666666;
}

.means-wrap .input-box .yg-button {
    height: 22px;
    padding: 2px 10px;
    background: #FF9900 !important;
}

.means-wrap .input-box .yg-button span {
    line-height: 18px;
}

/*详情页开始*/
.means-detail-wrap .thumb-item {
    cursor: pointer;
    min-width: 0;
    flex-grow: 0;
    flex-shrink: 0;
}

.means-detail-wrap .thumb-box {
    justify-content: space-between;
    margin-top: 5px
}

.means-detail-wrap .attr-box {
    padding: 0 35px;
}

.means-detail-wrap .attr-box .border-bottom {
    padding-bottom: 5px;
    border-bottom: 1px solid #F5F5F5
}

.means-detail-wrap .attr-box .attr-item {
    margin-bottom: 25px;
}

.means-detail-wrap .attr-box b {
    font-size: 14px;
    color: #333333;
}

.means-detail-wrap .attr-box span {
    font-size: 14px;
    color: #333333;
}

/*详情页结束*/
/*农资农机结束*/

/*app和小程序静态下载页开始*/
.download-wrap .app-box {
    padding-top: 20px;
    padding-bottom: 100px;
}

.download-wrap .app-box .fr {
    height: 560px;
    width: 50%;
}

.download-wrap .app-box .fl {
    width: 50%;
}

.download-wrap .mp-box {
    background-color: #FBFBFB;
    padding-top: 30px;
    padding-bottom: 80px;
}

.download-wrap .mp-box .fl {
    width: 50%;
    height: 470px;

}

.download-wrap .mp-box .fr {
    width: 50%;
}

.download-wrap h2 {
    font-size: 38px;
    color: #333333;
    line-height: 85px;
    font-weight: 500;
}

.download-wrap .desc {
    font-size: 26px;
    color: #333333;
    line-height: 30px;
}

.download-wrap .img-desc {
    padding: 18px 0;
}

.download-wrap .img-desc img {
    width: 288px;
    height: 83px;
}

.download-wrap .mp-img-desc {
    padding: 18px 0;
}

.download-wrap .mp-img-desc img {
    width: 211px;
    height: 84px;
}

.download-wrap .app-box .divider-bottom {
    height: 1px;
    width: 288px;
    background-color: #34852F;
}

.download-wrap .mp-box .divider-bottom {
    height: 1px;
    width: 211px;
    background-color: #34852F;
}

.download-wrap .download-qrcode-box img {
    width: 233px;
    height: 233px;
    margin-top: 23px;
    margin-bottom: 14px;
}

.download-wrap .download-qrcode-box span {
    display: inline-block;
    width: 233px;
    font-size: 18px;
    color: #999999;
    text-align: center;
}

.download-wrap .view-mp-qrcode img {
    margin-top: 40px;
    width: 415px;
    height: 153px;
}

.download-mp-app {
    height: 40px;
    width: 120px;
    margin-left: 50px
}

.download-mp-app img {
    margin-right: 10px;
    width: 20px;
    height: 22px
}

.download-mp-app h4 {
    font-size: 12px;
    font-weight: bold;
    color: #189C00
}

.download-wrap .yg-go-box {
    padding-top: 63px;
    padding-bottom: 130px;
}

.download-wrap .yg-go-box .fr {
    width: 50%;
    height: 503px;
}

.download-wrap .yg-go-img-desc {
    padding: 18px 0;
}

.download-wrap .yg-go-img-desc img {
    width: 134px;
    height: 84px;
}

.download-wrap .yg-go-box .divider-bottom {
    height: 1px;
    width: 134px;
    background-color: #34852F;
}

/*app和小程序静态下载页结束*/

/*补充收藏和分享的样式*/
.action-row .favorite-box {
    cursor: pointer;
    margin-right: 50px;
}

.action-row .el-icon-star-off {
    color: #189C00;
}

.action-row .el-icon-star-on {
    color: #189C00;
    font-size: 16px
}

.action-row .el-icon-share {
    color: #189C00;
}

.action-row .favorite-box:hover {
    color: #189C00;
}

.action-row .share-box {
    cursor: pointer;
    position: relative;
}

.action-row .share-box:hover {
    color: #0CA818;
}

.action-row .share-info-box {
    position: absolute;
    top: 40px;
    left: -55px;
    width: 150px;
    height: 200px;
    padding: 10px;
    border: 1px solid #eeeeee;
    background-color: #ffffff;
    text-align: left;
    z-index: 1024;
}

.action-row .abs-icon {
    position: absolute;
    width: 14px !important;
    height: 14px;
    transform: rotate(45deg);
    top: -9px;
    left: 45%;
    font-size: 20px;
    background-color: #FFF;
    border-top: 1px solid #dcdfe6;
    border-left: 1px solid #dcdfe6;
}

.action-row .share-intro {
    margin-top: 5px;
    text-align: center;
    width: 160px;
    font-size: 14px;
    color: #666666;
}
/*补充收藏和分享的样式*/

/*企业列表开始*/
.enterprise-wrap .left {
    width: 10%;
}

.enterprise-wrap .middle {
    width: 65%;
    padding-left: 20px;
}

.enterprise-wrap .right {
    width: 25%;
}

.enterprise-wrap .right a {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background-color: #FFFFFF;
    border: 1px solid #189C00;
    font-size: 12px;
    color: #189C00;
    text-align: center;
}

.enterprise-wrap .right a:hover {
    background-image: linear-gradient(to right, #75B54B, #408D32);
    border: none;
    color: #FFFFFF;
}

.enterprise-wrap .right .el-link.el-link--default:hover{
    color: #FFFFFF;
}

.enterprise-wrap .img-box {
    border: solid 1px #eee;
    border-radius: 4px;
    background: #fff;
    width: 80px;
    height: 80px;
}

.enterprise-wrap .img-box .logo {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: contain;
}

.enterprise-wrap .middle .title {
    font-size: 18px;
    font-weight: bold;
    color: #189C00;
}

.enterprise-wrap .label {
    line-height: 30px;
    color: #999;
    font-size: 14px;
}

.enterprise-wrap .value {
    line-height: 30px;
    color: #666;
    font-size: 14px;
    padding-right: 20px;
}

.enterprise-wrap .enterprise-item {
    display: flex;
    justify-content: space-between;
    padding: 30px 0px 25px 15px;
    background: #EDF1F4;
    margin-top: 14px;
    cursor: pointer;
}

/*企业列表结束*/
