.m-produce-trait {
    overflow: hidden;
    padding: 60px 0 70px;
}

.m-produce-trait .m-feature-title {
    margin-top: 0;
}

.m-produce-trait .content {
    border: 1px solid #dbe0e5;
    height: 506px;
    margin-top: 30px;
    overflow: hidden;
}

.m-produce-trait .content .m-trait-nav {
    float: left;
    width: 160px;
    height: 100%;
    background-color: #eceff5;
}

.m-produce-trait .content .m-trait-nav .nav-item {
    position: relative;
    height: 56px;
    border-bottom: 1px solid #dbe0e5;
    background-color: #eceff5;
    text-align: center;
    line-height: 56px;
    cursor: default;
}

.m-produce-trait .content .m-trait-nav .nav-item:before {
    position: absolute;
    left: 0;
    top: -1px;
    bottom: -1px;
    content: "";
    display: block;
    width: 3px;
}

.m-produce-trait .content .m-trait-nav .nav-item:hover {
    color: #4477d0;
}

.m-produce-trait .content .m-trait-nav .z-crt {
    color: #4477d0;
    background-color: #fff;
    border-right: transparent;
    width: 162px;
    margin-left: -1px;
}

.m-produce-trait .content .m-trait-nav .z-crt:before {
    background-color: #5384d8;
}

.m-produce-trait .content .m-trait-content {
    border-left: 1px solid #dbe0e5;
    height: 100%;
    background-color: #fff;
    overflow: scroll;
}

.m-produce-trait .content .m-trait-content .content-item {
   
    text-align: center;
    display: none;
}

.m-produce-trait .content .m-trait-content .content-item .item-tags {
    text-align: left;
    font-size: 0;
    padding: 0 30px 10px;
}

.m-produce-trait .content .m-trait-content .content-item .item-tags li {
    display: inline-block;
    font-size: 14px;
    width: 18%;
    padding-left: 1em;
    text-indent: -.7em;
    padding-bottom: 10px;
    font-weight: 700;
}

.m-produce-trait .content .m-trait-content .content-item .item-tags li:before {
    content: "• ";
    color: #5384d8;
}

.m-produce-trait .content .m-trait-content .content-item .desc {
    padding: 0 30px;
    text-align: left;
    line-height: 22px;
}

.m-produce-trait .content .m-trait-content .content-item .desc.top {
    line-height: normal;
    font-weight: 700;
    padding-bottom: 10px;
}

.m-produce-trait .content .m-trait-content .content-item .img {
    margin-top: 10px;
    text-align: center;
}

.m-produce-trait .content .m-trait-content .content-item .img img {
    height: 316px;
}

.m-produce-trait .content .m-trait-content .content-item .u-btn {
    display: block;
    padding: 0;
    margin: 30px 0 10px 30px;
    width: 142px;
    height: 40px;
    line-height: 40px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #0056ff;
}

.m-produce-trait .content .m-trait-content .z-crt {
    display: block;
}