/*index page style*/
.index-page .swiper {
    height: 500px;
}
.index-page .swiper .swiper-pagination-bullets{
    bottom: 45px !important;
}
.index-page .swiper .swiper-pagination-bullet {
    width: 50px !important;
    height: 3px !important;
    border-radius: 0% !important;
}

.index-page .swiper .link {
    width: 100%;
}

.index-page .block {
    height: 300px;
    padding: 30px 0 40px;
    overflow: hidden;
}

.index-page .block .item-left {
    width: 620px;
    margin-right: 70px;
}

.index-page .block .title-wrapper {
    margin-bottom: 15px;
    height: 36px;
}

.index-page .block .title-wrapper .title {
    font-size: 23px;
    color: #292A28;
    margin-right: 25px;
    cursor: pointer;
}

.index-page .block .title-wrapper .area {
    padding: 8px 16px;
    border: 1px solid #B9B4AE;
    color: #A29E98;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.index-page .block .title-wrapper .tabs {
    font-size: 14px;
    color: #808179;
    font-weight: 600;
}

.index-page .block .title-wrapper .tabs .item {
    margin: 0 5px;
    padding: 10px 13px;
    cursor: pointer;
}

.index-page .block .title-wrapper .tabs .item.active,
.index-page .block .title-wrapper .tabs .item:hover {
    color: #464645;
    border-bottom: 3px solid #00C482;
}

.index-page .block .item-left .chart {
    margin-right: 5px;
    width: 390px;
    height: 240px;
}

.index-page .block .item-left .detail {
    cursor: pointer;
}

.index-page .block .item-left .detail .top {
    padding: 22px 13px;
    background-color: #EDEDEA;
}

.index-page .block .item-left .detail .top .name {
    color: #444945;
    font-size: 33px;
    font-weight: 800;
    margin-right: 36px;
}

.index-page .block .item-left .detail .top .price {
    color: #00C482;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.index-page .block .item-left .detail .top .unit {
    color: #B0B1A8;
    font-size: 15px;
}

.index-page .block .item-left .detail .bottom {
    padding: 18px 0;
    background-color: #F2F2EF;
}

.index-page .block .item-left .detail .bottom .item {
    position: relative;
    padding: 13px;
    font-size: 14px;
    color: #454943;
}

.index-page .block .item-left .detail .bottom .item .arrow {
    position: absolute;
    right: -1px;
    font-size: 15px;
}

.index-page .block .item-left .detail .bottom .item .arrow-up {
    color: #E54F55;
}

.index-page .block .item-left .detail .bottom .item .arrow-down {
    color: #00C184;
}

.index-page .block .item-left .tab-item {
    display: none;
    font-size: 14px;
    color: #808179;
}

.index-page .block .item-left .tab-item.active {
    display: block;
}

.index-page .more {
    font-size: 13px;
    color: #9FA799;
    cursor: pointer;
}

.index-page .block .item-left .tab-item .news .news-item {
    font-size: 14px;
    margin: 15px 0;
    cursor: pointer;
}

.index-page .block .item-left .tab-item .news .news-item .seperate {
    margin: 0 10px;
}

.index-page .block .item-left .tab-item .news .news-item .title {
    max-width: 482px;
    color: #464C46;
}

.index-page .block .item-right {
    width: 380px;
}

.index-page .block .item-right .meeting .meeting-item {
    margin: 15px 0;
    cursor: pointer;
    font-size: 14px;
    color: #808179;
}

.index-page .block .item-right .meeting .meeting-item .seperate {
    margin: 0 10px;
}

.index-page .block .item-right .meeting .meeting-item .title {
    max-width: 239px;
    color: #464C46;
}

.index-page .block .item-right .video {
    display: none;
    width: 380px;
    margin-bottom: 5px;
}

.index-page .tools {
    height: 230px;
    background-color: #287ba6;
}

.index-page .tools .title {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 800;
    padding: 40px 0 38px;
}

.index-page .tools .tool {
    margin-bottom: 16px;
}

.index-page .tools .tool .item {
    width: 33%;
    cursor: pointer;
}

.index-page .tools .tool .item .img {
    margin-right: 24px;
}

.index-page .tools .tool .item .text {
    width: 200px;
}

.index-page .tools .tool .item .name {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 14px;
}

.index-page .tools .tool .item .desc {
    color: #B2CDD8;
    font-size: 14px;
    line-height: 18px;
}

/*wiki page style*/
.wiki-page .wiki-wrapper {
    position: relative;
    padding: 50px 0;
}

.wiki-page .wiki-wrapper .left {
    width: 180px;
    margin-right: 60px;
}

.wiki-page .wiki-wrapper .left .menu {
    background-color: #FFFFFF;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.wiki-page .wiki-wrapper .left .menu .item {
    padding: 0 15px;
}

.wiki-page .wiki-wrapper .left .menu .item .link {
    display: block;
    padding: 15px 0;
}

.wiki-page .wiki-wrapper .left .menu .item .name {
    color: #464B4A;
    padding: 3px 15px;
}

.wiki-page .wiki-wrapper .left .menu .item:hover,
.wiki-page .wiki-wrapper .left .menu .item.active {
    background-color: #E3E1DE;
}

.wiki-page .wiki-wrapper .left .menu .item.active .name {
    color: #212323;
    font-weight: 600;
    padding: 3px 15px 3px 11px;
    border-left: 4px solid #00C482;
}

.wiki-page .wiki-wrapper .left .menu .item:first-child {
    padding: 11px 15px 3px;
}

.wiki-page .wiki-wrapper .left .menu .item:first-child:hover,
.wiki-page .wiki-wrapper .left .menu .item:first-child.active {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
}

.wiki-page .wiki-wrapper .left .menu .item:last-child {
    padding: 3px 15px 11px;
}

.wiki-page .wiki-wrapper .left .menu .item:last-child:hover,
.wiki-page .wiki-wrapper .left .menu .item:last-child.active {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
}

.wiki-page .wiki-wrapper .right .wiki-list .item {
    display: block;
    padding: 17px 0 14px;
    border-bottom: 1px solid #E7E6E3;
    cursor: pointer;
}

.wiki-page .wiki-wrapper .right .wiki-list .item .title {
    font-size: 23px;
    line-height: 27px;
    color: #3B3E40;
    margin-bottom: 24px;
}

.wiki-page .wiki-wrapper .right .wiki-list .item .origin-time {
    font-size: 14px;
    color: #bcbcbc;
    margin-top: 5px;
}

.wiki-page .wiki-wrapper .right .wiki-list .item .origin-time .origin {
    margin-right: 15px;
}

.wiki-page .wiki-wrapper .right .wiki-list .item .img {
    width: 31.37%;
    height: 154px;
    margin-left: 3%;
}

.wiki-page .wiki-wrapper .right .wiki-list .item .img:first-child {
    margin-left: 0;
}

.wiki-page .wiki-wrapper .right .loading {
    text-align: center;
    margin-top: 15px;
    color: #9FA799;
    font-size: 18px;
}

.wiki-page .wiki-wrapper .right .loading .no-data {
    display: none;
}

.wiki-page .wiki-wrapper .right .loading .icon {
    display: none;
    font-size: 22px;
}

/*   wiki detail page style**/
.wiki-detail-page {
	padding: 60px 0;
}
.wiki-detail-page .nav-h {
	background: #e1e1e1;
	border-radius: 25px 25px 0 0;
	height: 50px;
	line-height: 50px;
	padding-left: 35px;
	font-size: 18px;
}
.wiki-detail-page .nav-h .t1 {
	color: #888;
	font-size: 16px;
}
.wiki-detail-page .nav-h .t2 {
	color: #00C482;
	font-size: 18px;
}
.wiki-detail-page .detail {
	background: #fff;
    padding: 50px;
}

.wiki-detail-page img {
	max-width: 100%;
}

.wiki-detail-page .detail .title {
    text-align: center;
    font-size: 23px;
    color: #272927;
    font-weight: 700;
    margin-bottom: 16px;
}

.wiki-detail-page .detail .info {
    text-align: center;
    font-size: 14px;
    color: #96938D;
    margin-bottom: 45px;
}

.wiki-detail-page .detail .info .place {
    color: #FC4347;
}

.wiki-detail-page .detail .info .author {
    margin: 0 20px;
}

.wiki-detail-page .detail .text {
    font-size: 15px;
    color: #4E4E4C;
    line-height: 20px;
    margin-bottom: 20px;
}

.wiki-detail-page .detail .text p {
    font-family: "Microsoft Yahei",SimSun,"PingFang SC" !important;
    margin-bottom: 28px;
    line-height: 1.8em;
}

.wiki-detail-page .detail .text span {
    font-family: "Microsoft Yahei",SimSun,"PingFang SC" !important;
    font-size: 15px;
    color: #4E4E4C;
    line-height: 1.8em;
}

.wiki-detail-page .detail .video {
    display: none;
    text-align: center;
}

/*  meeting page style**/
.meeting-page .calendar .fc-toolbar {
    margin-bottom: 0;
    padding: 10px 0;
    background-color: #DDDAD6;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
}

.meeting-page .calendar .fc-toolbar .fc-center div {
    display: -webkit-flex;
    display: flex;
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.meeting-page .calendar .fc-toolbar .fc-center div h2 {
    margin: 0 25px;
    color: #413B3B;
    font-size: 22px;
    font-weight: 700;
}

.meeting-page .calendar .fc-toolbar .fc-center .fc-state-default {
    border: none;
    background: none;
    background-color: #DDDAD6;
}

.meeting-page .calendar .fc-view-container {
    background-color: #FFFFFF;
}

.meeting-page .calendar .fc-view-container .fc-head .fc-day-header {
    padding: 5px 0;
}

.meeting-page .calendar .fc-view-container .fc-body .fc-other-month {
    background-color: #FAF9F8;
}

.meeting-page .calendar .fc-view-container .fc-body .fc-event-container {
    cursor: pointer;
}
.meeting-page .calendar .fc-view-container .fc-body .fc-row{
    height: 87px !important;
}
.meeting-page .calendar .fc-view-container .fc-body .fc-day-grid-container{
    height: 522px !important;
    overflow-y: hidden !important;
}
.meeting-page .calendar .fc-content-skeleton .fc-event-container .fc-event{
    border-radius: 0;
    margin: 1px 0 0;
}

/*   magazine page style**/
.magazine-page .tabs {
    color: #808179;
}

.magazine-page .tabs .item {
    font-size: 20px;
    padding: 4px 5px 10px;
    margin-right: 22px;
    cursor: pointer;
}

.magazine-page .tabs .item:hover,
.magazine-page .tabs .item.active {
    color: #484847;
    border-bottom: 3px solid #00C482;
}

.magazine-page .tab-item {
    display: none;
}

.magazine-page .tab-item.active {
    display: block;
}

.magazine-page .tab-item .magazine-list {
    padding-bottom: 25px;
}

.magazine-page .tab-item .magazine-list .item {
    position: relative;
    float: left;
    text-align: center;
    width: 196px;
    margin: 20px 15px 15px 0;
    background-color: #E3E1DE;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    cursor: pointer;
}

.magazine-page .tab-item .magazine-list .item:nth-child(4n) {
    margin: 20px 0 15px;
}

.magazine-page .tab-item .magazine-list .item .cover {
    padding: 25px 30px;
}

.magazine-page .tab-item .magazine-list .item .name {
    padding: 13px 5px;
    font-size: 14px;
    color: #3C4040;
    background-color: #FFFFFF;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-bottomright: 7px;
}

.magazine-page .tab-item .magazine-list .item .corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top-right-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    border-top: 35px solid #B066A8;
    border-right: 35px solid #B066A8;
    border-left: 35px solid transparent;
    border-bottom: 35px solid transparent;
}

.magazine-page .tab-item .magazine-list .item .period {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 20px;
    -webkit-transform: rotate(43deg) translate(5px, 10px);
    -moz-transform: rotate(43deg) translate(5px, 10px);
    -ms-transform: rotate(43deg) translate(5px, 10px);
    -o-transform: rotate(43deg) translate(5px, 10px);
    transform: rotate(43deg) translate(5px, 10px);
}

.magazine-page .tab-item .magazine-list .item .period .num {
    font-size: 20px;
}
.magazine-page .wiki-wrapper .right .loading {
    text-align: center;
    margin-top: 15px;
    color: #9FA799;
    font-size: 18px;
}

.magazine-page .wiki-wrapper .right .loading .no-data {
    display: none;
}

.magazine-page .wiki-wrapper .right .loading .icon {
    display: none;
    font-size: 22px;
}

/* magazine detail page style*/
.magazine-detail-page{
    overflow: hidden;
    padding-top: 15px;
}
.magazine-detail-page .contaniner{
    margin: 15px auto 30px;
    width: calc(100% - 80px);
}
.magazine-detail-page .magazine{
    height:800px;
}
.magazine-detail-page .magazine .page{
    height:800px;
    background-color:white;
    line-height:800px;
    font-size:20px;
    text-align:center;
}
.magazine-detail-page .magazine .page-wrapper{
    -webkit-perspective:2000px;
    -moz-perspective:2000px;
    perspective:2000px;
    box-shadow: 0 0 10px 3px #888888;
    -webkit-box-shadow: 0 0 10px 3px #888888;
    -moz-box-shadow: 0 0 10px 3px #888888;
    -o-box-shadow: 0 0 10px 3px #888888;
}
.magazine-detail-page .magazine .hard{
    -webkit-box-shadow:inset 0 0 5px #666;
    -moz-box-shadow:inset 0 0 5px #666;
    -o-box-shadow:inset 0 0 5px #666;
    box-shadow:inset 0 0 5px #666;
    font-weight:bold;
}
.magazine-detail-page .magazine .odd{
    background:-webkit-gradient(linear, right top, left top, color-stop(0.95, #FFF), color-stop(1, #DADADA));
    background-image:-webkit-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image:-moz-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image:-ms-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image:-o-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image:linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    -webkit-box-shadow:inset 0 0 5px #666;
    -moz-box-shadow:inset 0 0 5px #666;
    -o-box-shadow:inset 0 0 5px #666;
    box-shadow:inset 0 0 5px #666;

}
.magazine-detail-page .magazine .even{
    background:-webkit-gradient(linear, left top, right top, color-stop(0.95, #fff), color-stop(1, #dadada));
    background-image:-webkit-linear-gradient(left, #fff 95%, #dadada 100%);
    background-image:-moz-linear-gradient(left, #fff 95%, #dadada 100%);
    background-image:-ms-linear-gradient(left, #fff 95%, #dadada 100%);
    background-image:-o-linear-gradient(left, #fff 95%, #dadada 100%);
    background-image:linear-gradient(left, #fff 95%, #dadada 100%);
    -webkit-box-shadow:inset 0 0 5px #666;
    -moz-box-shadow:inset 0 0 5px #666;
    -o-box-shadow:inset 0 0 5px #666;
    box-shadow:inset 0 0 5px #666;
}
.magazine-detail-page .magazine .even .gradient{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;

    background:-webkit-gradient(linear, left top, right top, color-stop(0.95, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.2)));
    background-image:-webkit-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
    background-image:-moz-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
    background-image:-ms-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
    background-image:-o-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
    background-image:linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
}

.magazine-detail-page .magazine .odd .gradient{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;

    background:-webkit-gradient(linear, right top, left top, color-stop(0.95, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.15)));
    background-image:-webkit-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
    background-image:-moz-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
    background-image:-ms-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
    background-image:-o-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
    background-image:linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
}
.magazine-detail-page .animated{
    -webkit-transition:margin-left 0.5s;
    -moz-transition:margin-left 0.5s;
    -o-transition:margin-left 0.5s;
    transition:margin-left 0.5s;
}

/*  tool page style**/
@media screen and (min-width: 1200px){
    .tool-page .bg {
        background-repeat: no-repeat;
    }
}

.tool-page .bg{
    height: 400px;
    width: 100%;
    background-image: url("../images/tool/tool-bg.jpg");
    background-repeat: round;
    background-size: auto;
}
.tool-page .bgo>img {
	max-width: 100%;
    width: 100%;
}
.tool-page .bg .desc{
    text-align: center;
    color: #FFFFFF;
}
.tool-page .bg .desc .name{
    padding-top: 90px;
    padding-bottom: 40px;
    font-size: 40px;
    font-weight: 800;
}
.tool-page .bg .desc .text{
    padding-bottom: 20px;
    font-size: 22px;
}
.tool-page .block .title{
    padding: 45px 0 35px;
    font-size: 22px;
    color: #272927;
}
.tool-page .block .tool .item{
    text-align: center;
    width: 152px;
    float: left;
    padding: 35px 0;
    cursor: pointer;
    margin-bottom: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.tool-page .block .tool.often .item:hover{
    box-shadow: 0 0 20px 1px #EAEAEA;
    background-color: #FFFFFF;
}
.tool-page .block .tool.product .item:hover{
    box-shadow: 0 0 20px 1px #DFDEDE;
    background-color: #F7F7F7;
}
.tool-page .block .tool .item .icon{
    height: 60px;
}
.tool-page .block .tool .item .name{
    margin-top: 25px;
    font-size: 19px;
    color: #26292B;
    font-weight: 500;
}

/**  solution page style**/
.solution-page{
    padding: 50px 0 30px;
}
.solution-page .title-wrapper{
    margin-bottom: 7px;
}
.solution-page .title-wrapper .title {
    font-size: 23px;
    color: #292A28;
    margin-right: 50px;
}

.solution-page .title-wrapper .tabs {
    font-size: 14px;
    color: #7F8078;
    font-weight: 600;
}

.solution-page .title-wrapper .tabs .item {
    padding: 10px 0;
    margin-right: 20px;
    cursor: pointer;
}

.solution-page .title-wrapper .tabs .item.active,
.solution-page .title-wrapper .tabs .item:hover {
    color: #464645;
    border-bottom: 3px solid #00C482;
}
.solution-page .tab-item {
    background-color: #FFFFFF;
    display: none;
    padding-bottom: 20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.solution-page .tab-item.active {
    display: block;
}
.solution-page .tab-item .solution .item{
    position: relative;
    padding: 30px;
    border-bottom: 1px solid #EAE8E6;
}
.solution-page .tab-item .solution a:last-child .item{
    border-bottom: none;
}
.solution-page .tab-item .solution .item .title{
    padding-bottom: 14px;
    border-bottom: 1px solid #F7F7F6;
}
.solution-page .tab-item .solution .item .title .name{
    font-size: 20px;
    color: #353636;
}
.solution-page .tab-item .solution .item .title .type{
    position: absolute;
    right: 30px;
    top: 25px;
    font-size: 14px;
    color: #00C482;
    padding: 8px 10px;
    border: 1px solid #00C482;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
.solution-page .tab-item .solution .item .desc{
    padding-top: 13px;
    font-size: 15px;
    color: #807D78;
    line-height: 24px;
}
.solution-page .tab-item .solution .item .desc .icon{
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background-size: 24px 24px;
}
.solution-page .tab-item .solution .item .desc .icon.icon-target{
    background-image: url("../images/tool/tool-target.png");
}
.solution-page .tab-item .solution .item .desc .icon.icon-feature{
    background-image: url("../images/tool/tool-feature.png");
}
.solution-page .tab-item .solution .item .desc .icon.icon-product{
    background-image: url("../images/tool/tool-product.png");
}
.solution-page .tab-item .solution .item .img-wrapper{
    margin: 0 30px;
}
.solution-page .tab-item .solution .item .img-wrapper .img{
    display: inline-block;
    text-align: center;
    width: 170px;
    border: 1px solid #E9E8E5;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    float: left;
}
.solution-page .tab-item .solution .item .img-wrapper .img:hover{
    box-shadow: 0 0 20px 2px #E7E6E3;
}
.solution-page .tab-item .solution .item .img-wrapper .img:nth-child(5n){
    margin-right: 0;
}
.solution-page .tab-item .solution .item .img-wrapper .img img{
    padding: 20px;
    border-bottom: 1px solid #F7F7F6;
}
.solution-page .tab-item .solution .item .img-wrapper .img .name{
    padding: 10px 5px;
    font-size: 14px;
    color: #808179;
}

/* solution detail page style*/
.solution-detail-page{
    padding: 50px 0 55px;
}
.solution-detail-page .left{
    display: inline-block;
    width: 700px;
    background-color: #FFFFFF;
    padding: 30px 50px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    margin-right: 60px;
}
.solution-detail-page .left .title{
    text-align: center;
    font-size: 23px;
    color: #272927;
    font-weight: 700;
    margin-bottom: 35px;
}
.solution-detail-page .left .desc p{
    color: #4F4F4C;
    font-size: 14px;
    line-height: 26px;
}
.solution-detail-page .right{
    display: inline-block;
    width: 210px;
}
.solution-detail-page .right .title{
    padding: 3px 0 18px;
    font-size: 17px;
    color: #313333;
}
.solution-detail-page .right .img{
    text-align: center;
    width: 210px;
    background-color: #E3E1DE;
    margin-bottom: 20px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}
.solution-detail-page .right .img:hover{
    box-shadow: 0 0 20px 1px #E3E1DE;
    cursor: pointer;
}
.solution-detail-page .right .img img{
    padding: 20px;
}
.solution-detail-page .right .img .name{
    padding: 15px 5px;
    font-size: 14px;
    color: #3C4040;
    background-color: #FFFFFF;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

/*  production page style**/
.product-page .product{
    padding: 30px;
}
.product-page .product .item{
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    border-radius: 7px;
    border: 1px solid #E9E8E5;
    float: left;
}
.product-page .product .item:nth-child(5n){
    margin-right: 0;
}
.product-page .product .item:hover{
    box-shadow: 0 0 20px 1px #E3E1DE;
}
.product-page .product .item img{
    padding: 20px 26px;
    border-bottom: 1px solid #F7F7F6;
}
.product-page .product .item .name{
    padding: 15px 5px;
    font-size: 14px;
    color: #3C4040;
    max-width: 172px;
}

/* production detail page style**/
.product-detail-page .left .item{
    padding: 10px 0;
}
.product-detail-page .left .item .name{
    font-size: 18px;
    font-weight: 600;
}
.product-detail-page .left .item .desc{
    margin-left: 2em;
    margin-top: 10px;
    color: #4F4F4C;
    font-size: 14px;
    line-height: 26px;
}
.product-detail-page .left .item .desc p{
    color: #4F4F4C;
    font-size: 14px;
    line-height: 26px;
}
.product-detail-page .left .item .desc img{
    max-width: 672px;
}

/**  familyfarm && zst page style**/
.introduction-page .banner{
    height: 400px;
    background-color: #EAF0F5;
}
.introduction-page .intro{
    position: relative;
    padding: 60px 0;
}
.introduction-page .intro .title{
    font-size: 23px;
    color: #272927;
    margin-bottom: 40px;
}
.introduction-page .intro .title .name{
    font-size: 35px;
    color: #282928;
    font-weight: 800;
    margin-right: 20px;
}
.introduction-page .intro .desc{
    width: 740px;
    font-size: 18px;
    line-height: 23px;
    color: #52524F;
    margin-bottom: 10px;
}
.introduction-page .intro .right-bottom{
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 60px;
}
.introduction-page .intro .right-bottom .text{
    font-size: 14px;
    color: #716F6A;
    margin-top: 6px;
}
.introduction-page .intro .right-bottom .btn{
    padding: 15px 50px;
    font-size: 17px;
    font-weight: 600;
    color: #F5F8F9;
    background-color: #007AA0;
    border-radius: 4px;
}
.introduction-page .intro .right-bottom .btn:hover{
    opacity: 0.8;
}

/** air quality page style**/
.app-page .be-careful{
    color: #FF0000;
    padding-bottom: 50px;
}
.app-page .title-wrapper{
    margin-bottom: 7px;
    padding-top: 30px;
}
.app-page .title-wrapper .title {
    font-size: 23px;
    color: #292A28;
    margin-right: 50px;
}
.air-quality-page .air{
    padding-top: 50px;
    background-color: #FFFFFF;
    margin-bottom: 30px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    overflow: hidden;
}
.air-quality-page .air .item{
    text-align: center;
    width: 500px;
    height: 340px;
    padding: 0 17px;
    margin-bottom: 50px;
    float: left;
}
.air-quality-page .air .item .name{
    font-size: 22px;
    color: #282928;
}
.air-quality-page .air .item .input-wrapper{
    color: #52524F;
    padding: 10px 0;
}
.air-quality-page .air .item .input-wrapper .input{
    width: 80px;
    margin-right: 5px;
    border: 1px solid #A9A9A9;
}
.air-quality-page .air .item .chart{
    text-align: center;
    width: 500px;
    height: 250px;
}
.air-quality-page .air .item .tip{
    font-size: 20px;
    margin-top: 5px;
}

/* house wind && feed density && ENV-Temp page style**/
.house-wind-page .wrapper{
    padding-top: 25px 0;
    background-color: #FFFFFF;
    margin-bottom: 30px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.house-wind-page .wrapper .block{
    padding: 20px;
    border-bottom: 1px solid #E5E5E5;
}
.house-wind-page .wrapper .block:last-child{
    border-bottom: none;
    margin-bottom: 30px;
}
.house-wind-page .wrapper .block .left{
    color: #282928;
    font-weight: 700;
    width: 150px;
    padding-top: 6px;
}
.house-wind-page .wrapper .block .right .item{
    display: inline-block;
    color: #5A5A6F;
    padding: 5px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #dedede;
    border-radius: 4px;
    cursor: pointer;
    font-family: 微软雅黑;
}
.house-wind-page .wrapper .block .right .item.active,
.house-wind-page .wrapper .block .right .item:hover{
    border: 1px solid #00c184;
    color: #00c184;
}
.house-wind-page .wrapper .block .right{
    color: #5A5A6F;
}
.house-wind-page .wrapper .block .right .num{
    width: 50px;
    color: #FF0000;
    font-size: 36px;
    font-weight: 700;
    margin-right: 20px;
}
/**ENV-Temp page style***/
.env-temp-page .thermometer{
    width: 270px;
}

/** pig cost page style**/
.pig-cost-page .title-wrapper{
    margin-bottom: 7px;
    padding-top: 30px;
}
.pig-cost-page .title-wrapper .title {
    font-size: 23px;
    color: #292A28;
    margin-right: 50px;
}
.pig-cost-page .title-wrapper .tabs {
    font-size: 14px;
    color: #7F8078;
    font-weight: 600;
}
.pig-cost-page .title-wrapper .tabs .item {
    padding: 10px 0;
    margin-right: 20px;
    letter-spacing: 2px;
    cursor: pointer;
}
.pig-cost-page .title-wrapper .tabs .item.active,
.pig-cost-page .title-wrapper .tabs .item:hover {
    color: #464645;
    border-bottom: 3px solid #00C482;
}
.pig-cost-page .tab-item {
    background-color: #FFFFFF;
    display: none;
    margin-bottom: 30px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.pig-cost-page .tab-item.active {
    display: block;
}
.pig-cost-page .tab-item .wrapper{
    margin-left: 50px;
    padding-top: 30px;
}
.pig-cost-page .tab-item .wrapper .block{
    padding-bottom: 20px;
    color: #5A5A6F;
}
.pig-cost-page .tab-item .wrapper .block .data{
    width: 420px;
}
.pig-cost-page .tab-item .wrapper .block .data .item{
    margin-bottom: 10px;
}
.pig-cost-page .tab-item .wrapper .block .data .item .left{
    font-size: 14px;
    width: 200px;
    text-align: right;
    margin-right: 10px;
}
.pig-cost-page .tab-item .wrapper .block .data .item .num{
    font-size: 20px;
    color: #777777;
    font-weight: 700;
}
.pig-cost-page .tab-item .wrapper .block .data .item .input{
    font-size: 14px;
    padding: 3px 0 3px 5px;
    height: 22px;
    width: 100px;
    margin-right: 10px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #5A5A6F;
}
.pig-cost-page .tab-item .wrapper .block .data .item .btn-clear{
    padding: 10px 35px;
    font-weight: 700;
    background-color: #00C482;
    color: #FFFFFF;
    border-radius: 7px;
    cursor: pointer;
}
.pig-cost-page .tab-item .wrapper .block .data .item .btn-clear:hover{
    opacity: 0.8;
}

/* login page style**/
.login-page{
    width: 300px;
    margin: 50px auto;
}
.login-page .tiem-titile {
    margin-left: 20px;
}
.login-page .tiem-titile>a {
	text-decoration: underline;
    color: #1d72f0;
    font-size: 16px;
}
.login-page .item{
    color: #C0BBB5;
    width: 250px;
    margin: 0 auto 20px;
    border: 1px solid #CDCDCD;
    padding: 10px;
    border-radius: 5px;
}
.login-page .item i{
    width: 30px;
    font-size: 24px;
}
.login-page .item .input{
    background-color: #FFFFFF;
    padding: 5px 10px;
    border: 0;
    outline: none;
}
.login-page .btn-login{
    font-size: 24px;
    letter-spacing: 5px;
    padding: 15px 10px;
    width: 100px;
    margin: 10px auto 0;
    color: #FFFFFF;
    background-color: #6FBA2C;
    border-radius: 5px;
    cursor: pointer;
}
.login-page .btn-login:hover{
    opacity: 0.8;
}

/* my cloud page banner sytle**/
@media screen and (min-width: 1200px){
    .my-cloud-page .banner {
        background-repeat: no-repeat;
    }
}

.my-cloud-page .banner{
    height: 175px;
    width: 100%;
    background-image: url("../images/my-banner.png");
    background-repeat: round;
    background-size: auto 500px;
}
.my-cloud-page .banner .wrapper{
    padding: 38px 45px;
}
.my-cloud-page .banner .wrapper .avator{
    width: 96px;
    height: 96px;
    border-radius: 50%;
    margin-right: 20px;
    margin-left: 45px;
}
.my-cloud-page .banner .wrapper .info .name{
    font-size: 23px;
    margin: 12px 0;
    color: #222222;
}
.my-cloud-page .banner .wrapper .info .job{
    font-size: 15px;
    color: #50504D;
    margin-bottom: 10px;
}
.my-cloud-page .banner .wrapper .info .job .position{
    margin-right: 20px;
}
.my-cloud-page .banner .wrapper .info .mail{
    font-size: 14px;
    color: #97978D;
}
.my-cloud-page .banner .wrapper .edit{
    margin-left: 20px;
    margin-top: 37px;
    padding: 6px 13px;
    border: 1px solid #6F6D68;
    border-radius: 2px;
    color: #464845;
    font-size: 14px;
    height: 16px;
    cursor: pointer;
}
.my-cloud-page .banner .wrapper .btn-area{
    text-align: right;
    margin-top: 44px;
    margin-right: 45px;
}
.my-cloud-page .banner .wrapper .btn-area .btn{
    padding: 22px 14px;
    letter-spacing: 2px;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 16px;
    margin-left: 15px;
    cursor: pointer;
}
.my-cloud-page .banner .wrapper .btn-area .btn:hover{
    opacity: 0.8;
}
.my-cloud-page .banner .wrapper .btn-area .btn.btn-sign{
    background-color: #00C482;
}
.my-cloud-page .banner .wrapper .btn-area .btn.btn-lucky{
    background-color: #FDC204;
}
.my-cloud-page .message-list .item{
    position: relative;
    padding: 23px 0;
    border-bottom: 1px solid #E7E6E3;
}
.my-cloud-page .message-list .item .title{
    font-size: 23px;
    color: #3B3E40;
    margin-bottom: 18px;
}
.my-cloud-page .message-list .item .text{
    font-size: 15px;
    color: #8C8985;
    line-height: 23px;
}
.my-cloud-page .message-list .item .time{
    position: absolute;
    top: 32px;
    right: 5px;
    font-size: 10px;
    color: #C8C4BF;
}
.my-cloud-page .right .block{
    display: none;
}
.my-cloud-page .right .block.active{
    display: block;
}
.my-cloud-page .right .block.block-bg{
    background-color: #FFFFFF;
    border-radius: 8px;
}
.my-cloud-page .block .coins{
    padding: 17px;
    font-size: 15px;
    color: #313333;
    border-bottom: 1px solid #F7F7F6;
}
.my-cloud-page .block .prizes{
    padding: 20px 28px;
}
.my-cloud-page .block .prizes .item{
    width: 375px;
    margin-right: 24px;
    margin-bottom: 24px;
    float: left;
}
.my-cloud-page .block .prizes .item:nth-child(2n){
    margin-right: 0;
}
.my-cloud-page .block .prizes .item .desc{
    margin-left: 15px;
    width: 177px;
}
.my-cloud-page .block .prizes .item .desc .name{
    margin: 2px 0 0;
    color: #2F3030;
    font-size: 17px;
    height: 30px;
}
.my-cloud-page .block .prizes .item .desc .price{
    font-size: 14px;
    color: #807D77;
    margin-bottom: 15px;
}
.my-cloud-page .block .prizes .item .desc .btn{
    width: 2em;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #FDC204;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
}
.my-cloud-page .block .prizes .item .desc .btn:hover{
    opacity: 0.8;
}
.my-cloud-page .block .prizes .item .desc .btn-unvalidity{
    width: 3em;
    font-size: 14px;
    color: #A19D97;
    background-color: #E0DED9;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
}
.my-cloud-page .block .prizes .item .desc .validity{
    font-size: 14px;
    color: #95928C;
    margin-bottom: 17px;
}
.my-cloud-page .block .prizes .item .desc .validity.no{
    color: #C6C3BD;
}
.my-cloud-page .block .how{
    margin-top: 20px;
}
.my-cloud-page .block .how .title{
    font-size: 20px;
    padding: 1px 15px 3px;
    color: #272927;
    border-left: 4px solid #00C482;
}
.my-cloud-page .block .how .table{
    padding: 20px 28px;
}
.my-cloud-page .block .how .table table{
    width: 100%;
    font-size: 14px;
    color: #605F5A;
    text-align: center;
    border-top: 1px solid #F2F1EF;
}
.my-cloud-page .block .how .table table tr td{
    padding: 12px;
    border-bottom: 1px solid #F2F1EF;
}
.my-cloud-page .block .how .table table tr td:first-child{
    background-color: #F7F7F6;
    color: #262726;
    text-align: left;
}
.my-cloud-page .block .wrapper{
    padding: 45px 115px;
}
.my-cloud-page .block .wrapper .item{
    margin-bottom: 20px;
}
.my-cloud-page .block .wrapper .item .name{
    width: 100px;
    color: #363737;
    font-size: 15px;
    margin-right: 20px;
    padding-top: 5px;
    text-align: right;
}
.my-cloud-page .block .wrapper .item .input{
    border: 1px solid #EDECEA;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
    color: #75736E;
    outline: none;
}
.my-cloud-page .block .wrapper .btn-submit{
    margin-top: 50px;
    padding: 12px 50px;
    color: #F3FBF7;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 2px;
    background-color: #00C482;
    border-radius: 7px;
    cursor: pointer;
}
.my-cloud-page .block .wrapper .btn-submit:hover{
    opacity: 0.8;
}

/**edit user info page style**/
.edit-user-info-page{
    padding: 20px 80px;
    background-color: #FAFAFA;
    overflow: hidden;
}
.edit-user-info-page .item{
    margin-bottom: 10px;
}
.edit-user-info-page .item .left{
    width: 70px;
    font-size: 15px;
    color: #363737;
    font-weight: 600;
}
.edit-user-info-page .item .right .btn-upload{
    position: relative;
    height: 1em;
    width: 2em;
    padding: 5px 14px;
    font-size: 14px;
    color: #5B5A55;
    border: 1px solid #6F6D68;
    border-radius: 5px;
    margin-left: 10px;
}
.edit-user-info-page .item .right .btn-upload:hover{
    opacity: 0.8;
}
.edit-user-info-page .item .right .btn-upload .input-file{
    position: absolute;
    left: 0;
    top: 0;
    width: 4em;
    opacity: 0;
    cursor: pointer;
}
.edit-user-info-page .item .right .input{
    padding: 8px;
    background-color: #FFFFFF;
    font-size: 14px;
    color: #7C7973;
    width: 254px;
    outline: none;
}
.edit-user-info-page .item .right .select{
    padding: 8px;
    background-color: #FFFFFF;
    font-size: 14px;
    color: #7C7973;
    width: 270px;
    border: none;
    outline: none;
}
.edit-user-info-page .item .btn-save{
    margin-top: 30px;
    padding: 12px 50px;
    color: #F3FBF7;
    background-color: #00C482;
    border-radius: 5px;
    cursor: pointer;
}
.edit-user-info-page .item .btn-save:hover{
    opacity: 0.8;
}

/* lottery page style**/
.lottery-page{
    padding: 40px 80px;
    background-color: #FAFAFA;
    overflow: hidden;
}
.lottery-page .draw{
    width: 340px;
    height: 340px;
    margin: 0 auto;
}
.lottery-page .draw .item{
    width: 100px;
    height: 100px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #00C482;
    border-radius: 7px;
    float: left;
}
.lottery-page .draw .item:nth-child(3n){
    margin-right: 0;
}
.lottery-page .draw .item .bg{
    background-color: #ADE3D2;
    border-radius: 7px;
}
.lottery-page .draw .item.btn-lottery{
    background-color: #FFAB00;
    cursor: pointer;
}
.lottery-page .draw .item.btn-lottery:hover{
    opacity: 0.8;
}
.lottery-page .draw .item.btn-lottery .bg{
    height: 90px;
    background-color: #FFD700;
    font-size: 23px;
    color: #C06800;
    font-weight: 900;
}
.lottery-page .draw .item.active{
    background-color: #FFAB00;
}
.lottery-page .draw .item.active .bg{
    background-color: #FFD700;
}

/* activity-page style */
.activity-page .activityList .item {
	width: 340px;
	height: 320px;
	margin: 0 25px 25px 0;
	float: left;
	background: #ffffff;
}
.activity-page .activityList .item .item-img {
	padding: 15px;
}
.activity-page .activityList .item .item-img .baffle {
	background: rgba(0,0,0,0.4);
	color: #ffffff;
	position: absolute;
	z-index: 6;
	width: 310px;
	height: 190px;
	font-size: 30px;
}
.activity-page .activityList .item .item-img img {
	height: 100%;
}
.activity-page .activityList .item .item-img .u {
	height: 190px;
	width: 310px;
    overflow: hidden;
}
.activity-page .activityList .item .item-name {
	position: relative;
	padding: 0 15px;
	border-bottom: 1px solid #f2f2f2;
	height: 54px;
}
.activity-page .activityList .item .item-name .item-title {
	margin-bottom: 7px;
}
.activity-page .activityList .item .item-name .item-title a {
	color: #232323;
	font-size: 18px;
}
.activity-page .activityList .item .item-name .item-date {
	color: #c7c7c7;
	font-size: 14px;
	margin-bottom: 15px;
}
.activity-page .activityList .item .item-name .item-flag {
	position: absolute;
	top: 0;
	right: 15px;
}
.activity-page .activityList .item .item-name .item-flag img {
	height: 18px;
	width: 18px;
}
.activity-page .activityList .item .item-data {
	padding: 0 15px;
	height: 45px;
	color: #868686;
	font-size: 14px;
}
.activity-page .activityList .item .item-data img {
	margin-right: 3px;
}

/* activity-detail style */
.content-inner.content-width.detail-page {
	margin: 0 auto;
}
.ub.ub-ac.detail-page {
	background: url(../images/btm2.png);
	background-repeat: repeat-y;
	margin-top: 94px;
	height: 400px;
	background-size: 100% 100%;
	width: 100%;
}
.ub.ub-ac.detail-page img {
	height: 400px;
	max-width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
}
.ub.ub-ac.detail-page .detail-bg {
	padding-right: 100px;
    width: calc(50% - 100px);
}
.ub.ub-ac.detail-page .detail-wrapper .detail-title {
	font-size: 30px;
	color: #303030;
	margin-bottom: 10px;
	font-weight: bold;
}
.ub.ub-ac.detail-page .detail-wrapper .detail-date {
	font-size: 14px;
	color: #9a9a9a;
	margin-bottom: 22px;
}
.ub.ub-ac.detail-page .detail-wrapper .detail-remark {
	font-size: 18px;
	color: #6a6767;
	margin-bottom: 5px;
}
.ub.ub-ac.detail-page .detail-wrapper .detail-remark.row-box {
	overflow: hidden; 
}
.ub.ub-ac.detail-page .detail-wrapper .detail-remark textarea {
	line-height: 24px;
	resize: none;
	width: 100%;
	background: none;
    border: 0;
    font-size: 18px;
    color: #6a6767;
    overflow: hidden;
    outline: none;
    text-overflow: ellipsis;
	display: -webkit-box; 
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 
}
.ub.ub-ac.detail-page .detail-wrapper .activity-join {
	width: 170px;
	height: 46px;
	background: #287ba6;
	color: #ffffff;
	font-size: 18px;
	border-radius: 5px;
	cursor: pointer;
}
.ub.ub-ac.detail-page .detail-wrapper .fold {
	margin-bottom: 15px;
}
.ub.ub-ac.detail-page .detail-wrapper .prohibit {
	width: 170px;
	height: 46px;
	background: #868686;
	color: #ffffff;
	font-size: 18px;
	border-radius: 5px;
	cursor: not-allowed;
}
.detail-page h2 {
	font-size: 24px;
	color: #242523;
	margin-bottom: 25px;
}
.detail-page .prizes-wrapper .prizes .prizes-item {
 	width: 338px;
 	margin-right: 25px;
 	height: 258px;
 	border: 1px solid #dcdcdc;
}
.detail-page .prizes-wrapper .prizes .prizes-item .item-img {
 	width: 338px;
 	height: 220px;
}
.detail-page .prizes-wrapper .prizes .prizes-item .item-img img {
 	width: 338px;
 	height: 220px;
}
.detail-page .prizes-wrapper .prizes .prizes-item .item-content {
	height: 38px;
	padding: 0 20px;
}
.detail-page .prizes-wrapper .prizes .prizes-item .item-content .prizeName{
	color: #287ba6;
	font-size: 14px;
}
.detail-page .prizes-wrapper .prizes .prizes-item .item-content .prizeNum{
	color: #353535;
	font-size: 18px;
}
.detail-page .topics-wrapper .topic-item {
	padding-left: 20px;
	padding-bottom: 20px;
	float: left;
	width: calc(25% - 20px);
}
.detail-page .topics-wrapper .topic-item .item-bg {
	background: #ffffff;
	padding: 12px;
	cursor: pointer;
}
.detail-page .topics-wrapper .topic-item .item-bg .item-img {
	height: 200px;
}
.detail-page .topics-wrapper .topic-item .item-bg .item-img img {
	max-width: 100%;
    max-height: 100%;
}
.detail-page .topics-wrapper .topic-item .item-bg .item-name {
	margin: 10px 0;
	font-size: 16px;
	color: #232323;
}
.detail-page .topics-wrapper .topic-item .item-bg .click-num,
.detail-page .topics-wrapper .topic-item .item-bg .user-num,
.detail-page .topics-wrapper .topic-item .item-bg .image-num {
	font-size: 14px;
	color: #868686;
	margin-left: 15px;
}
.detail-page .topics-wrapper .topic-item .item-bg .click-num img,
.detail-page .topics-wrapper .topic-item .item-bg .user-num img,
.detail-page .topics-wrapper .topic-item .item-bg .image-num img {
	margin-right: 3px;
}
.album .layui-layer-content {
	padding: 60px 55px;
}
.album .layui-layer-content .ub .img {
	width: 470px;
	height: 100%;
	margin-right: 35px;
}
.album .layui-layer-content .ub .img img {
	width: 100%;
}
.album .layui-layer-content .ub .topic-content .title {
	font-size: 16px;
	color: #353535;
	margin-bottom: 20px;
}
.album .layui-layer-content .ub .topic-content .text-content {
	font-size: 14px;
	color: #6e6e6e;
	height: calc(100% - 36px - 110px);
}
.album .layui-layer-content .ub .topic-content .good,
.album .layui-layer-content .ub .topic-content .bad {
	height: 54px;
	border-bottom: 1px solid #eaeaea;
}
.album .layui-layer-content .ub .topic-content .good img,
.album .layui-layer-content .ub .topic-content .bad img {
	margin-right: 15px;
	cursor: pointer;
}
.album .layui-layer-content .ub .topic-content .good .text,
.album .layui-layer-content .ub .topic-content .bad .text {
	font-size: 14px;
	color: #6e6e6e;
}
.upload .layui-layer-content {
	padding: 20px 80px 30px 80px;
	background: #fafafb;
}
.upload .layui-layer-content .files {
	margin-bottom: 25px;
}
.upload .layui-layer-content .files .pt {
	float: left;
	width: 25%;
	margin-bottom: 10px;
}
.upload .layui-layer-content .files .pt .file {
	width: 85px;
	height: 85px;
	overflow: hidden;
	position: relative;
}
.upload .layui-layer-content .files .pt .file .del {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	display: none;
}
.upload .layui-layer-content .files .pt .file:hover .del {
	display: block;
}
.upload .layui-layer-content .files .pt .file img {
	height: 100%;
}
.upload .layui-layer-content .files .pt .add {
	border: 1px solid #bcbcbc;
	width: 83px;
	height: 83px;
	cursor: pointer;
}
.upload .layui-layer-content .topic-content .title {
	font-size: 16px;
	color: #353535;
	font-weight: bold;
	margin-bottom: 20px;
}
.upload .layui-layer-content .topic-content .text {
	width: 100%;
	height: 120px;
	background: #fff;
	resize: none;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
}
.upload .layui-layer-content .submit-btn .btn {
	width: 130px;
	height: 40px;
	font-size: 16px;
	color: #fff;
	background: #00c184;
	cursor: pointer;
	border-radius: 8px;
}
.upload .layui-layer-content .t {
	display: none;
}

/*数据库列表*/
.databaseList-page .data ul {
	margin-bottom: 15px;
}
.databaseList-page .database-wrapper {
	background: #ffffff;
	padding: 15px 50px;
}
.databaseList-page .database-wrapper .databaseList {
	
}
.databaseList-page .database-wrapper .databaseList .data {
	width: 750px;
}
.databaseList-page .database-wrapper .databaseList .data .typeName {
	padding: 20px 0;
}
.databaseList-page .database-wrapper .databaseList .data .typeName .text {
	font-size: 18px;
	color: #3a3b3d;
	margin-left: 13px;
}
.databaseList-page .database-wrapper .databaseList .data ul {
	padding-left: 60px;
}
.databaseList-page .database-wrapper .databaseList .data ul li {
	width: 25%;
	float: left;
	margin: 8px 0;
}
.databaseList-page .database-wrapper .databaseList .data ul li .item {
	font-size: 16px;
	color: #8a8a8a;
	cursor: pointer;
}
.databaseList-page .database-wrapper #bookmarkList {
	margin-top: 25px;
}

/*数据详情*/
.databaseDetail-page {
	
}
.databaseDetail-page .databaseDetail-wrapper {
	background: #ffffff;
	padding: 15px 50px;
}
.databaseDetail-page .databaseDetail-wrapper .databaseDetail .detail {
	width: 750px;
}
.databaseDetail-page .databaseDetail-wrapper .databaseDetail .detail .typeName {
	padding: 20px 0;
}
.databaseDetail-page .databaseDetail-wrapper .databaseDetail .detail .typeName .text {
	font-size: 18px;
	color: #3a3b3d;
	margin-left: 13px;
}
.databaseDetail-page .databaseDetail-wrapper .databaseDetail table {
	border: #dadada 1px solid;
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
    width: 710px;
    margin-left: 40px;
}
.databaseDetail-page .databaseDetail-wrapper .databaseDetail ul {
	margin-left: 40px;
}
.databaseDetail-page .databaseDetail-wrapper .databaseDetail ul li{
	float: left;
    background-color: #75B6EA;
    margin: 5px 10px;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}
.databaseDetail-page .databaseDetail-wrapper .databaseDetail table td {
	line-height: 20px;
    border: #dadada 1px solid;
    padding: 15px;
    color: #777;
}
.databaseDetail-page .databaseDetail-wrapper .databaseDetail table .first {
	width: 120px;
	background: #f2f2f2;
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
	color: #3a3b3d;
}
.databaseDetail-page .databaseDetail-wrapper .databaseDetail .txt {
	margin-left: 40px;
	color: #777;
	font-size: 14px;
	text-indent: 2em;
	line-height: 1.5em;
}
.databaseDetail-page .databaseDetail-wrapper .databaseDetail .red-text {
	color: #e60012;
	font-size: 14px;
	margin: 20px 0;
}
.databaseDetail-page .databaseDetail-wrapper .databaseDetail .green-text {
	color: #00c184;
	font-size: 16px;
	margin-left: 40px;
}
.databaseDetail-page .databaseDetail-wrapper .databaseDetail .detail .text {
	font-size: 16px;
	margin-left: 40px;
	color: #777;
}

/* diagnosis-page style */
.diagnosis-page .diagnosis-wrapper {
	padding: 25px 50px;
	background: #ffffff;
}
.diagnosis-page .diagnosis-wrapper .diagnosis-left {
	width: 710px;
}
.diagnosis-page .diagnosis-wrapper .diagnosis-left .axis-wrapper {
	height: 60px;
	margin: 15px 0;
}
.diagnosis-page .diagnosis-wrapper .diagnosis-left .axis-wrapper .time {
	position: relative;
	z-index: 10;
	margin: 0 50px;
}
.diagnosis-page .diagnosis-wrapper .diagnosis-left .axis-wrapper .axis {
	position: absolute;
	height: 3px;
	background: #eeeeee;
	width: 100%;
	top: 12px;
}
.diagnosis-page .diagnosis-wrapper .diagnosis-left .axis-wrapper .time .step {
	width: 24px;
	height: 24px;
	border-radius: 24px;
	border: 1px solid #b4b4b4;
	background: #ffffff;
	color: #7d7d7d;
}
.diagnosis-page .diagnosis-wrapper .diagnosis-left .axis-wrapper .time .text {
	text-align: center;
	color: #c3c2c2;
	font-size: 16px;
	margin-top: 15px;
}
.diagnosis-page .diagnosis-wrapper .diagnosis-left .axis-wrapper .time.active .step {
	background: #00c184;
	border: 0;
	color: #ffffff;
}
.diagnosis-page .diagnosis-wrapper .diagnosis-left .axis-wrapper .time.active .text {
	color: #131313;
}
.diagnosis-page .diagnosis-wrapper .diagnosis-left .diagnosisList .property {
	margin: 15px 0;
}
.diagnosis-page .diagnosis-wrapper .diagnosis-left .diagnosisList .property .text {
	font-size: 18px;
	color: #3a3b3d;
	margin-left: 12px;
}
.diagnosis-page .diagnosis-wrapper .diagnosis-left .diagnosisList .type {
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	margin-left: 38px;
	margin-bottom: 10px;
}
.diagnosis-page .diagnosis-wrapper .diagnosis-left .diagnosisList .type .text {
	padding: 15px 15px 15px 0;
	width: 95px;
	border-right: 1px solid #dcdcdc;
	text-align: right;
	color: #303030;
}
.diagnosis-page .diagnosis-wrapper .diagnosis-left .diagnosisList .type .value {
	padding: 15px 0 0 20px;
	width: 560px;
}
.diagnosis-page .diagnosis-wrapper .diagnosis-left .diagnosisList .type .value ul li {
	display: inline-block;
	width: 32%;
	margin-bottom: 15px;
}
.diagnosis-page .diagnosis-wrapper .diagnosis-left .diagnosisList .type .value ul li .name {
	font-size: 16px;
	color: #8a8a8a;
	margin-left: 5px;
}
.diagnosis-page .diagnosis-wrapper .diagnosis-left .diagnosisList .type .value ul li input[type="checkbox"] + label::before {
	content: "\a0";
    display: inline-block;
    vertical-align: .2em;
    width: .8em;
    height: .8em;
    position: absolute;
    left: -15px;
    top: 1px;
    margin-right: .2em;
    border-radius: .2em;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    text-indent: .15em;
    line-height: .4;
}
.diagnosis-page .diagnosis-wrapper .diagnosis-left .diagnosisList .type .value ul li .ub.ub-ac {
	width: 90%;
}
.diagnosis-page .diagnosis-wrapper .diagnosis-left .diagnosisList .type .value ul li input[type="checkbox"]:checked + label::before {
	content: "\2713";
    background-color: yellowgreen;
}
.diagnosis-page .diagnosis-wrapper .diagnosis-left .diagnosisList .type .value ul li input {
	position: absolute;
    clip: rect(0, 0, 0, 0);
}
.diagnosis-page .diagnosis-wrapper .diagnosis-left .diagnosisList .next_btn {
	width: 135px;
	height: 40px;
	background: #00c184;
	color: #ffffff;
	font-size: 16px;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 50px;
}
.diagnosis-page .diagnosis-wrapper .diagnosis-left .diagnosisList .clear_btn {
	width: 135px;
	height: 40px;
	background: #c7c7c7;
	margin-right: 8px;
	color: #ffffff;
	font-size: 16px;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 50px;
}
.diagnosis-page .diagnosis-wrapper .diagnosis-left .diagnosisList .title {
	text-align: center;
	font-size: 36px;
	color: #131313;
	margin: 30px 0;
}
.diagnosis-page .diagnosis-wrapper .diagnosis-left .diagnosisList table {
	border: #dadada 1px solid;
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
}
.diagnosis-page .diagnosis-wrapper .diagnosis-left .diagnosisList table td {
	line-height: 20px;
    border: #dadada 1px solid;
    padding: 15px;
}
.diagnosis-page .diagnosis-wrapper .diagnosis-left .diagnosisList table td .item {
	color: #00c184;
	cursor: pointer;
}
.diagnosis-page .diagnosis-wrapper .diagnosis-left .diagnosisList table th {
	background: #f2f2f2;
    border: #dadada 1px solid;
    color: #333;
}
.diagnosis-page .diagnosis-wrapper .diagnosis-left .diagnosisList .red-text {
	color: #e60012;
	font-size: 14px;
	margin-top: 10px;
}
.diagnosis-page .diagnosis-wrapper .diagnosis-right .probability .title {
	border-bottom: 2px solid #00c184;
	height: 28px;
	margin-top: 15px;
	margin-bottom: 20px;
}
.diagnosis-page .diagnosis-wrapper .diagnosis-right .probability .title b {
	display: inline-block;
    background: #00c184;
    color: #fff;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    margin-right: 45px;
}
.diagnosis-page .diagnosis-wrapper .diagnosis-right .probability .diseaseName {
	margin-bottom: 15px;
	margin-left: 5px;
	font-size: 16px;
    color: #8a8a8a;
    cursor: pointer;
}
.diagnosis-page .diagnosis-wrapper .diagnosis-right .probability .active {
    color: #00c184;
}

/* check-list-page style */
.check-list-page table {
	width: 100%;
	margin-bottom: 30px;
}
.check-list-page th {
	width: 120px;
	height: 40px;
	font-size: 14px;
	color: #222222;
	vertical-align: middle;
	border-bottom: 1px solid #f2f2f2;
}
.check-list-page th:first-child {
	width: 450px;
}
.check-list-page th:last-child {
	width: calc(100% - 450px - 120px);
}
.check-list-page td {
	text-align: center;
	vertical-align: middle;
	height: 30px;
	font-size: 14px;
	color: #606060;
}
.check-list-page .toleft {
	text-align: left;
	padding-left: 20px;
	width:450px;
}
.check-list-page .unPoint {
	width: 16px;
	height: 16px;
	border: 2px solid #b7b7b7;
	border-radius: 18px;
	margin: 0 auto;
}
.check-list-page .isPoint {
	width: 20px;
	height: 18px;
	background: #00c184;
	border-radius: 20px;
	margin: 0 auto;
	padding-top: 2px;
}
.check-list-page td input {
	height: 22px;
	border: 1px solid #e5e5e5;
    outline: none;
}
.check-list-page td:first-child {
	text-align: left;
	padding-left: 20px;
	width: 450px;
}
.check-list-page .action {
	background: #f7f7f7;
}

.check-list-page label{
  	position: absolute;
  	height: 100%;
  	-webkit-transition-property: -webkit-transform;
  	transition-property: -webkit-transform;
  	transition-property: transform;
  	transition-property: transform,-webkit-transform;
}
.check-list-page .div-open{
	cursor: pointer;
	width: 30px;
	-webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}
.check-list-page .div-open i{
	-webkit-transition-duration: .2s;
  	transition-duration: .2s;
  	-webkit-transform: translateY(-1px);
  	transform: translateY(-1px);
  	background: hsla(0,0%,100%,.75);
  	width: 60%;
  	height: 0px;
  	display: block;
  	position: absolute;
  	top: 50%;
  	right: 0;
  	-webkit-border-radius: 1px;
  	border-radius: 1px;
  	-webkit-transition-property: width,-webkit-transform;
  	transition-property: width,-webkit-transform;
  	transition-property: transform,width;
  	transition-property: transform,width,-webkit-transform;
}
.check-list-page .div-open i{
  	background: #242523;
}
.check-list-page .div-open i:after,.check-list-page .div-open i:before{
  	content: "";
  	-webkit-transform-origin: 100% 50%;
  	transform-origin: 100% 50%;
  	-webkit-transition: none .2s ease-out;
  	transition: none .2s ease-out;
  	background: inherit;
  	width: 60%;
  	height: 2px;
  	display: inherit;
  	position: inherit;
  	top: inherit;
  	right: inherit;
  	-webkit-border-radius: inherit;
  	border-radius: inherit;
  	-webkit-transition-property: inherit;
 	transition-property: inherit;
}
.check-list-page .div-open i:before {
  	-webkit-transform: translateY(-6px);
  	transform: translateY(-6px);
}
.check-list-page .div-open i:before {
  	-webkit-transform: translateX(-3px) translateY(-.5px) rotate(45deg);
  	transform: translateX(-3px) translateY(-.5px) rotate(45deg);
}
.check-list-page .div-open i:after{
  	-webkit-transform: translateY(4px);
  	transform: translateY(4px);
}
.check-list-page .div-open i:after{
  	-webkit-transform: translateX(-3px) translateY(-1.5px) rotate(-45deg);
  	transform: translateX(-3px) translateY(-1.5px) rotate(-45deg);
}
.check-list-page .div-open i {
	-webkit-transform: rotate(90deg);
  	transform: rotate(90deg);
}
.check-list-page .div-open.off i {
	-webkit-transform: rotate(0deg);
  	transform: rotate(0deg);
}

.check-list-page .check-list-wrapper {
	width: 800px;
	border: 1px solid #f2f2f2;
	margin: 50px 0;
	border-radius: 10px;
	background: #ffffff;
}
.check-list-page .check-list-wrapper .pig-farm-wrapper {
	height: 50px;
	border-bottom: 1px solid #f2f2f2;
}
.check-list-page .check-list-wrapper .pig-farm-wrapper .text {
	color: #303131;
	font-size: 16px;
	margin-left: 20px;
}
.check-list-page .check-list-wrapper .pig-farm-wrapper .name-wrapper{
	margin-left: 10px;
}
.check-list-page .check-list-wrapper .pig-farm-wrapper .name-wrapper input{
	color: #303131;
	font-size: 16px;
	height: 30px;
	width: 170px;
	padding-left: 8px;
	border: 1px solid #e5e5e5;
	outline: none;
}
.check-list-page .check-list-wrapper .pig-farm-wrapper .name-wrapper select option{
	font-size: 16px;
	color: #303131;
}
.check-list-page .check-list-wrapper .check-type-item {
	margin: 20px 0;
}
.check-list-page .check-list-wrapper .check-type-item .item-name {
	font-size: 20px;
	color: #242523;
}
.check-list-page .check-list-wrapper .check-type-item .abs {
	background-color: #01c184;
	width: 5px;
	margin-right: 15px;
}
.check-list-page .check-list-wrapper .detail-wrapper {
	padding: 0 20px;
	-webkit-transition-duration: .9s;
  	transition-duration: .9s;
  	overflow: hidden;
}
.check-list-page .check-list-wrapper .detail-wrapper .ub {
	padding: 10px 0;
	border-bottom: 1px solid #f2f2f2;
}
.check-list-page .check-list-wrapper .detail-wrapper .ub .module-bol {
	border-radius: 15px;
    height: 15px;
    width: 15px;
    background: #00c184;
    margin-right: 15px;
}
.check-list-page .check-list-wrapper .detail-wrapper .ub .module-name {
	color: #353837;
	font-size: 18px;
}
.check-list-page .verifiable-list-wrapper .verifiable-list {
	width: 160px;
	border: 1px solid #f2f2f2;
	border-radius: 10px;
	margin: 50px 0;
	background: #ffffff;
	padding: 0 20px;
}
.check-list-page .verifiable-list-wrapper .verifiable-list .title {
	padding: 20px 0;
	font-size: 18px;
	color: #303131;
}
.check-list-page .verifiable-list-wrapper .verifiable-list .item {
	margin: 10px 0;
}
.check-list-page .verifiable-list-wrapper .verifiable-list .item .item-name {
	font-size: 14px;
	color: #5b5d5c;
	width: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}
.check-list-page .verifiable-list-wrapper .verifiable-list .item .stark {
	width: 100px;
	height: 16px;
	background: url(../images/star1.png);
}
.check-list-page .verifiable-list-wrapper .verifiable-list .item .stars {
	height: 16px;
	background: url(../images/star2.png);
}

/* pig-price-search style */
.pig-price-search .search-wrapper {
	width: 1070px;
	height: 550px;
	background: #ffffff;
	border-radius: 15px;
	position: relative;
}
.pig-price-search .search-wrapper .search-wrapper-left {
	width: 510px;
	height: 550px;
	padding-left: 40px;
	border-right: 1px solid #f2f2f2;
	position: absolute;
	top: 0;
	left: 0;
}
.pig-price-search .search-wrapper .search-wrapper-left .area-search {
	width: 510px;
	height: 80px;
}
.pig-price-search .search-wrapper .search-wrapper-left .area-search .search-title {
	font-size: 16px;
	color: #353535;
	margin-right: 15px;
}
.pig-price-search .search-wrapper .search-wrapper-left .area-search .search-form {
	width: 390px;
	height: 30px;
	border-radius: 5px;
	border: 1px solid #f2f2f2;
}
.pig-price-search .search-wrapper .search-wrapper-left .area-search .search-form .icon {
	margin: 0 5px;
	width: 14px;
	height: 14px;
}
.pig-price-search .search-wrapper .search-wrapper-left .area-search .search-form .areaName {
	width: 350px;
	outline: none;
}
.pig-price-search .search-wrapper .search-wrapper-left .area-search .search-result {
	width: 390px;
	height: 198px;
	border: 1px solid #f2f2f2;
	position: absolute;
	top: 55px;
	left: 79px;
	background: #ffffff;
	z-index: 10;
}
.pig-price-search .search-wrapper .search-wrapper-left .area-search .search-result .result-item {
	height: 39px;
	border-bottom: 1px solid #f2f2f2;
	cursor: pointer;
}
.pig-price-search .search-wrapper .search-wrapper-left .area-search .search-result .result-item .item-name {
	margin:0 20px;
	font-size: 16px;
	color: #929292;
}
.pig-price-search .search-wrapper .search-wrapper-left .area-search .search-result .result-item .item-num {
	font-size: 14px;
	color: #929292;
}
.pig-price-search .search-wrapper .search-wrapper-left .list-useful {
	height: 50px;
	width: 475px;
}
.pig-price-search .search-wrapper .search-wrapper-left .list-useful .list-useful-title {
	font-size: 16px;
	color: #353535;
	margin-right: 15px;
}
.pig-price-search .search-wrapper .search-wrapper-left .list-useful .list-useful-item {
	width: 390px;
}
.pig-price-search .search-wrapper .search-wrapper-left .list-useful .list-useful-item ul .item{
	float: left;
	font-size: 14px;
    margin: 0 10px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
    color: #929292;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}
.pig-price-search .search-wrapper .search-wrapper-left .sort-box {
	width: 510px;
	height: 330px;
	margin-top: 40px;
	position: relative;
}
.pig-price-search .search-wrapper .search-wrapper-left .sort-box .title-wrapper {
	background: #00c184;
	height: 35px;
	width: 155px;
	border-radius: 5px;
}
.pig-price-search .search-wrapper .search-wrapper-left .sort-box .title-wrapper .sort-box-title {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}
.pig-price-search .search-wrapper .search-wrapper-left .sort-box .triangle {
	width: 0;
	height: 0;
	border-top:7px solid #00c184;
    border-right:7px solid  rgba(0,0,0,0);
    border-bottom:7px solid rgba(0,0,0,0);
    border-left:7px solid  rgba(0,0,0,0);
    position: absolute;
    top: 35px;
    left: 15px;
}
.pig-price-search .search-wrapper .search-wrapper-left .sort-box .allArea {
	height: 230px;
	width: 510px;
	margin-top: 25px;
	overflow: auto;
}
.pig-price-search .search-wrapper .search-wrapper-left .sort-box .allArea .allArea-letter .ub.ub-ac.ub-pc {
	width: 30px;
	height: 30px;
	background: #eeeeee;
	margin-right: 15px;
	border-radius: 5px;
}
.pig-price-search .search-wrapper .search-wrapper-left .sort-box .allArea .allArea-letter .ub .allArea-letter-title {
	font-size: 16px;
	color: #242424;
}
.pig-price-search .search-wrapper .search-wrapper-left .sort-box .allArea .allArea-letter .allArea-letter-list {
	width: 430px;
}
.pig-price-search .search-wrapper .search-wrapper-left .sort-box .allArea .allArea-letter .allArea-letter-list ul {
	width: 430px;
}
.pig-price-search .search-wrapper .search-wrapper-left .sort-box .allArea .allArea-letter .allArea-letter-list ul .item {
	float: left;
	font-size: 14px;
    margin: 0 10px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
    color: #585858;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}
.pig-price-search .search-wrapper .search-wrapper-right {
	width: 450px;
	height: 550px;
	position: absolute;
	padding: 35px;
	top: 0;
	right: 0;
}
.pig-price-search .search-wrapper .search-wrapper-right .follow-title {
	color: #292929;
	font-size: 20px;
	padding-bottom: 25px;
	border-bottom: 1px solid #f2f2f2;
}
.pig-price-search .search-wrapper .search-wrapper-right .follow-area {
	height: 40px;
	border-bottom: 1px solid #f2f2f2;
}
.pig-price-search .search-wrapper .search-wrapper-right .follow-area .unsubscribe {
	position: absolute;
    right: -15px;
    top: 10px;
    cursor: pointer;
}
.pig-price-search .search-wrapper .search-wrapper-right .follow-area .areaNames {
	cursor: pointer;
}
.pig-price-search .search-wrapper .search-wrapper-right .follow-area.item {
	height: 30px;
	border-bottom: 0;
}
.pig-price-search .search-wrapper .search-wrapper-right .follow-area.item .header {
	font-size: 12px;
}
.pig-price-search .search-wrapper .search-wrapper-right .follow-area .header {
	width: 20%;
	font-size: 14px;
	color: #3c3e41;
	text-align: center;
}
.pig-price-search .search-wrapper .search-wrapper-right .follow-area .header .red {
	color: #e54f55;
}
.pig-price-search .search-wrapper .search-wrapper-right .follow-area .header .green {
	color: #00c184;
}
.unit {
	color: #cecece;
	margin-left: 3px;
}
.pig-price-search .search-wrapper .search-wrapper-right .follow-area.item.active {
	background: #f7f7f7;
}

/* pig-price-page style */
.pig-price-page .area-wrapper {
	padding: 20px 0 20px 15px;
}
.pig-price-page .area-wrapper .area-name {
	font-size: 24px;
	color: #000000;
	margin-right: 15px;
}
.pig-price-page .area-wrapper .area-follow {
	font-size: 14px;
	color: #e54f55;
	padding: 4px 4px;
    border: 1px solid #e54f55;
    border-radius: 2px;
    cursor: pointer;
}
.pig-price-page .area-wrapper .area-unfollow {
	font-size: 14px;
	color: #e54f55;
	padding: 4px 4px;
    border: 1px solid #e54f55;
    border-radius: 2px;
    cursor: pointer;
    display: none;
}
.pig-price-page .area-wrapper .area-search {
	font-size: 12px;
	width: 360px;
	height: 30px;
    background-color: #fdfcfc;
    border-radius: 2px;
    color: #C6C3BD;
    padding: 6px 10px;
    position: absolute;
    right: 0;
    cursor: text;
}
.pig-price-page .area-wrapper .area-search .icon {
	margin-right: 3px;
	width: 15px;
	height: 15px;
}
.pig-price-page .area-wrapper .area-search .area-search-text {
	font-size: 14px;
    color: #C6C3BD;
}
.pig-price-page .price-wrapper {
	background: #ffffff;
	border-radius: 15px;
	position: relative;
	height: 460px;
}
.pig-price-page .price-wrapper .fixed-price {
	width: 390px;
	height: 250px;
	position: absolute;
	top: 0;
	left: 0;
}
.pig-price-page .price-wrapper .fixed-price .item {
	width: 169px;
	height: 94px;
	float: left;
	padding: 30px 0 0 25px;
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}
.pig-price-page .price-wrapper .fixed-price .item-frist {
	border-top-left-radius: 15px;
}
.pig-price-page .price-wrapper .fixed-price .item .price {
	font-size: 36px;
	color: #4f4f4f;
}
.pig-price-page .price-wrapper .fixed-price .item .name,.pig-price-page .price-wrapper .fixed-price .item .unit {
	font-size: 14px;
	margin-top: 12px;
	color: #a5a5a5;
}
.pig-price-page .price-wrapper .fixed-price .item .name {
	margin-left: 20px;
}
.pig-price-page .price-wrapper .fixed-price .item .name-13 {
	color: #3dc06b;
}
.pig-price-page .price-wrapper .fixed-price .item .name-17 {
	color: #8a53af;
}
.pig-price-page .price-wrapper .fixed-price .item .name-3 {
	color: #388ab2;
}
.pig-price-page .price-wrapper .fixed-price .item .name-11 {
	color: #f1e31e;	
}
.pig-price-page .price-wrapper .relate-area {
	width: 339px;
	height: 175px;
	padding: 35px 25px 0 25px;
	position: absolute;
	top: 250px;
	left: 0;
	border-right: 1px solid #f2f2f2;
}
.pig-price-page .price-wrapper .relate-area .relate-title {
	font-size: 18px;
	color: #020202;
	padding-bottom: 15px;
	border-bottom: 1px solid #f2f2f2;
}
.pig-price-page .price-wrapper .relate-area .relate-table {
	height: 30px;
	color: #3c3e41;
}
.pig-price-page .price-wrapper .relate-area #relate-data .bgc {
	background: #f7f7f7;
}
.pig-price-page .price-wrapper .relate-area #relate-data .relate-table {
	color: #747474;
}
.pig-price-page .price-wrapper .relate-area .relate-table .header {
	width: 20%;
	font-size: 14px;
	text-align: center;
	
}
.pig-price-page .price-wrapper .price-trend-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	width: 680px;
	height: 460px;
}
.pig-price-page .price-wrapper .price-trend-wrapper .price-trend-head {
	height: 70px;
	width: 680px;
}
.pig-price-page .price-wrapper .price-trend-wrapper .price-trend-head .price-trend-title {
	color: #242523;
	font-size: 24px;
	margin-left: 30px;
}
.pig-price-page .price-wrapper .price-trend-wrapper .price-trend-head .trend-item {
	color: #818481;
	font-size: 14px;
	margin-left: 30px;
	padding: 8px;
	cursor: pointer;
}
.pig-price-page .price-wrapper .price-trend-wrapper .price-trend-head .active {
	color: #464646;
	font-size: 14px;
	margin-left: 30px;
	border-bottom: 3px solid #01c184;
}
.pig-price-page .price-wrapper .price-trend-wrapper .price-time-wrapper {
	height: 50px;
	width: 680px;
}
.pig-price-page .price-wrapper .price-trend-wrapper .price-time-wrapper .time-div {
	border: 1px solid #dcdcdc;
	border-radius: 2px;
}
.pig-price-page .price-wrapper .price-trend-wrapper .price-time-wrapper .time-item {
	height: 30px;
	width: 70px;
	color: #5e5f61;
	cursor: pointer;
}
.pig-price-page .price-wrapper .price-trend-wrapper .price-time-wrapper .active {
	color: #729694;
	background: #f6f5fa;
}
.pig-price-page .price-wrapper .price-trend-wrapper .chart-wrapper {
	height: 340px;
	width: 680px;
}
.pig-price-page .price-wrapper .price-trend-wrapper .chart-wrapper .chart {
	height: 340px;
	width: 680px;
}

/* bookmark style */
.bookmark {
	border-left: 3px solid #01c184;
}
.fixed {
	position: fixed;
	top: 120px;
	right: calc((100% - 1070px) / 2 + 50px);
}
.bookmark li {
	padding: 5px 0 5px 30px;
	font-size: 16px;
	color: #303131;
}
.bookmark li .txt {
	cursor: pointer;
}
.bookmark .active {
	font-size: 16px;
	color: #00c184;
}
.bookmark .active .b1 {
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background: #ffffff;
	position: absolute;
	left: -11px;
}
.bookmark .active .b1 .b2 {
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background: #00c184;
}
.bookmark .frist .b1, .bookmark .last .b1 {
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background: #00c184;
	position: absolute;
	left: -11px;
}
.bookmark .frist .b1 {
	top: -10px;
}
.bookmark .last .b1 {
	bottom: -10px;
}
.bookmark .frist .b1 .b2, .bookmark .last .b1 .b2 {
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background: #ffffff;
}

/* register page style**/
.register-page{
    width: 300px;
    margin: 50px auto;
}
.register-page .tiem-titile {
	font-size: 16px;
	margin-bottom: 10px;
}
.register-page .item{
    color: #C0BBB5;
    width: calc(100% - 22px);
    margin: 0 0 20px 0;
    border: 1px solid #CDCDCD;
    padding: 10px;
    border-radius: 5px;
}
.login-page .item i{
    width: 30px;
    font-size: 24px;
}
.register-page .item .input{
    background-color: #FFFFFF;
    padding: 5px 10px;
    width: 100%;
    border: 0;
    outline: none;
}
.register-page .btn-register{
    font-size: 24px;
    letter-spacing: 5px;
    padding: 15px 10px;
    width: 300px;
    color: #FFFFFF;
    background-color: #6FBA2C;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
}
.register-page .btn-register:hover,
.register-page .btn-stopwatch:hover {
    opacity: 0.8;
}
.register-page .btn-stopwatch.ban {
	background-color: #868686;
	cursor: not-allowed;
}
.register-page .btn-stopwatch {
	color: #fff;
	height: 30px;
	padding: 10px;
	font-size: 14px;
	border-radius: 5px;
	background-color: #6FBA2C;
	width: 100px;
	cursor: pointer;
}
.register-page .sel {
	border: 0;
	width: 100%;
	outline: none;
	font-size: 14px;
}

/*reset-pwd-page*/
.reset-pwd-page {
	margin: 94px auto 0;
}
.reset-pwd-page i {
	font-style: normal;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.reset-pwd-page .step {
    width: 100%;
    height: 80px;
    background-color: #f5f5f5;
}
.reset-pwd-page .step>div {
    width: 1000px;
    margin: 0 auto;
}
.reset-pwd-page .step .step_nav .step_ul {
    padding-top: 14px;
    text-align: center;
}
.reset-pwd-page .step .step_nav .step_ul .last {
    margin-right: 0;
}
.reset-pwd-page .step .step_nav .step_ul>li {
    position: relative;
    display: inline-block;
}
.reset-pwd-page .step .step_nav .step_ul>li>div {
    text-align: center;
    position: relative;
    float: left;
    min-width: 56px;
    height: 34px;
    line-height: 30px;
    vertical-align: middle;
}
.reset-pwd-page .step .step_nav .step_ul>li>div>i {
	width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 24px;
    background: #DADADA;
    border: 0;
    color: #ffffff;
}
.reset-pwd-page .step .step_nav .step_ul .item>div>i {
    background: #00c184;
}
.reset-pwd-page .step .step_nav .step_ul>li>i {
    float: left;
    width: 220px;
    height: 2px;
    margin-top: 14px;
    vertical-align: middle;
    background-color: #ededed;
}
.reset-pwd-page .step .step_nav .step_ul .item>i {
    background-color: #00c184;
}
.reset-pwd-page .step .step_nav .step_ul .last>i {
    display: none;
}
.reset-pwd-page .step .step_nav .step_ul>li>div>p {
    position: relative;
    top: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-top: -8px;
    color: #a5a5a5;
}
.reset-pwd-page .step .step_nav .step_ul .item>div>p {
    color: #000;
}
.reset-pwd-page .verify {
	background: #fff;
	padding-top: 50px;
}
.reset-pwd-page .verify>div {
	width: 300px;
	margin: 0 auto;
}
.reset-pwd-page .verify .tiem-titile {
	font-size: 16px;
	margin-bottom: 10px;
}
.reset-pwd-page .verify .item{
    color: #C0BBB5;
    width: calc(100% - 22px);
    margin: 0 0 20px 0;
    border: 1px solid #CDCDCD;
    padding: 10px;
    border-radius: 5px;
}
.reset-pwd-page .verify .item i{
    width: 30px;
    font-size: 24px;
}
.reset-pwd-page .verify .item .input{
    background-color: #FFFFFF;
    padding: 5px 10px;
    width: 100%;
    border: 0;
    outline: none;
}
.reset-pwd-page .verify .btn-submit:hover,
.reset-pwd-page .verify .btn-stopwatch:hover {
    opacity: 0.8;
}
.reset-pwd-page .verify .btn-stopwatch {
	color: #fff;
	height: 30px;
	padding: 10px;
	font-size: 14px;
	border-radius: 5px;
	background-color: #6FBA2C;
	width: 100px;
	cursor: pointer;
}
.reset-pwd-page .verify .btn-submit{
    font-size: 24px;
    letter-spacing: 5px;
    padding: 15px 10px;
    width: 300px;
    color: #FFFFFF;
    background-color: #6FBA2C;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
}
.reset-pwd-page .verify .btn-stopwatch.ban {
	background-color: #868686;
	cursor: not-allowed;
}
.reset-pwd-page .verify .nop {
	margin: 0 auto;
	margin-top: 50px;
	font-size: 30px;
	width: 200px;
	text-align: center;
}
.reset-pwd-page .verify .nop>div {
	margin-bottom: 15px;
}
.reset-pwd-page .verify .nop .clickLogin {
	text-decoration: underline;
    color: #1d72f0;
    font-size: 16px;
}