
/*行情调查*/
.market-list-box{padding:30px 0}
.market-item{margin-top:20px;background:#fff;padding:15px 30px 15px 15px;border-radius:5px;position:relative;box-shadow: 0px 4px 4px 0px #0000000D;}
.market-item .market-title{font-size:16px;color:#000;padding-right: 30px;}
.market-item .market-content{display:flex;margin-top:20px;justify-content:space-between;}
.market-item-l{width: 526px;box-sizing: border-box;float: left;}
.market-item-l:nth-child(2n){margin-left: 24px;}
.market-content .left div:nth-child(1){color:#999;font-size:12px}
.market-content .left div:nth-child(1) span{background-color:#f90;padding:2px 4px;font-size:12px;color:#fff;margin-left:17px}
.market-content .left div:nth-child(2){margin-top:7px;color:#189c00}
.market-content .right{align-self:flex-end;font-size:12px;padding:8px 26px;font-weight:700;border-radius:100px;background-image:linear-gradient(to right,#75B54B,#408D32)}
.market-content .right a{color:#fff}
.market-status{position:absolute;right:30px;top:0;width:21px;height:42px;background-color:#189c00;font-size:12px;color:#fff;text-align:center;padding:8px 0;line-height:14px}
.market{padding: 50px 323px;}
.market .layui-form-item{margin-bottom: 30px;}
.market .layui-form-select .layui-edge{border-top-color:#75B54B}
.market .layui-form-select dl dd.layui-this{background-color:#75B54B}
.market .layui-form-checkbox[lay-skin=primary]:hover i{border-color:#75B54B;color:#fff}
.market .layui-form-checked[lay-skin=primary] i{border-color:#75B54B;background-color:#75B54B;color:#fff}
.market .submit-btn{width: 184px;height: 40px;background-image:linear-gradient(to right,#75B54B,#408D32);border-radius: 100px;line-height: 40px;}
.market select[multiple]+.layui-form-select dd{ padding:0;}
.market select[multiple]+.layui-form-select .layui-form-checkbox[lay-skin=primary]{ margin:0 !important; display:block; line-height:36px !important; position:relative; padding-left:26px;}
.market select[multiple]+.layui-form-select .layui-form-checkbox[lay-skin=primary] span{line-height:36px !important; float:none;}
.market select[multiple]+.layui-form-select .layui-form-checkbox[lay-skin=primary] i{ position:absolute; left:10px; top:0; margin-top:9px;}
.market .multiSelect{ line-height:normal; height:auto; padding:4px 10px; overflow:hidden;min-height:40px; margin-top:-39px;border: unset; left:0; z-index:9;position:relative;background:none;}
.market .multiSelect a{ padding:2px 5px; background:#908e8e; border-radius:2px; color:#fff; display:block; line-height:20px; height:20px; margin:2px 5px 2px 0; float:left;}
.market .multiSelect a span{ float:left;}
.market .multiSelect a i{ float:left; display:block; margin:2px 0 0 2px; border-radius:2px; width:8px; height:8px; background:url(../images/close.png) no-repeat center; background-size:65%; padding:4px;}
.market .multiSelect a i:hover{ background-color:#545556;}

/*行情周报*/
.market-weekly{display: flex;justify-content: space-between;align-items: center;padding: 25px 40px;margin-top: 16px;cursor: pointer;}
.market-weekly .market-title{padding-right: 10px;}
.market-weekly .detail-btn{flex-shrink:0;font-size:12px;padding:8px 26px;font-weight:700;border-radius:100px;background-image:linear-gradient(to right,#75B54B,#408D32)}
.market-weekly .detail-btn a{color: #fff;}

.vegetable-page{margin: 50px auto;text-align: center}
.vegetable-page .current{
    background-color: #189c00;
    border-radius: 2px;
}
.vegetable-page .num,.vegetable-page .next,.vegetable-page .prev{
    border-radius: 2px;
}
.veg-tab{
    margin-top: 28px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 59px;
    background: #E5EFE4;
}
.veg-tab-btn{
    width: 142px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    border: none;
    background: none;
    color: #333333;
    font-size: 16px;
    cursor: pointer;
}

.veg-tab-btn a{
    color: #333333;
    display: inline-block;
    height: 100%;
    width: 100%;
}

.veg-tab-btn.active{
    color: #FFF;
    background: linear-gradient(82.11deg, #75B54B 35.97%, #408D32 101.76%);
}

.veg-tab-btn.active a{
    color: #FFF;
}

.veg-tab-second{
    background-color: #FFFFFF;
    padding: 25px 30px;
    border: 1px solid #F5F5F5;
    border-top: none;
}
.veg-tab-left img{
    width: 12px;
    height: 12px;
}
.veg-tab-left{
    width: 8%;
 }
.veg-tab-right{
    width: 92%;
}
.veg-tab-left span{
    color: #189c00;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
}
.veg-tab-right li{
    color: #666666;
    font-size: 14px;
    padding: 0 9px;
    display: inline-block;
    height: 22px;
    line-height: 22px;

}
.veg-tab-right li.active, .veg-tab-right li.active a{
    color: #189c00;
}
.veg-tab-index, .veg-tab-class, .veg-tab-reset {
    cursor: pointer;
}
.veg-tab-divider {
    width: 100%;
    height: 1px;
    background-color: #CCCCCC;
    margin: 10px 0;
}
.veg-body{
    margin-top: 4px;
}
.veg-title{
    padding: 24px 0;
    color: #333;
    font-size: 18px;
}
.veg-table-box{
    width: 100%;
}

.veg-table-box table{
    width: 100%;
    border: none;
    text-align: center;
}

.veg-table-box table th{
    height: 52px;
    border: none;
    font-size: 14px;
    color: #333;
}

.veg-table-box table tr:nth-child(2n+1){
    background-color: #F5F5F5;
}

.veg-table-box table tr:nth-child(2n){
    background-color: #FFFFFF;
}

.veg-table-box table td{
    height: 52px;
    border: none;
    font-size: 12px;
    color: #999;
}

.veg-table-list-box table td{
    cursor: pointer;
}

.veg-table-box table td.price-green{
    color: #189C00;
}

.veg-table-box table td.price-red{
    color: #FC3030;
}

/*详情*/
.veg-body .title{
    padding: 24px 0;
    color: #000;
    font-size: 18px;
}

.veg-detail-panel{
    background-color: #F2F6F9;
    border-radius: 6px;
    padding: 16px 0;
}

.veg-detail-panel .row{
    width: 100%;
    height: 71px;
    border-right: 1px solid #DFDFDF;
    justify-content: space-around;
}

.veg-key{
    font-size: 12px;
    color: #999999;
    line-height: 14px;
    font-weight: 500;
    padding: 0 15px;
}
.veg-value{
    font-size: 17px;
    color: #FC4A4A;
    line-height: 14px;
    font-weight: 500;
}

.veg-detail-panel .row b{
    padding-left: 12px;
    font-weight: 700;
}
.veg-detail-panel .detail-left span:nth-child(2){
    font-size: 17px;
    color: #FC4A4A;
    font-weight: 600;
}

.veg-detail-panel .detail-right .row .font-bold{
    color: #666666;
    font-weight: 600;
    opacity: 0.8;
}

.period-box{
    margin: 19px 0;
    cursor: pointer;
}

.period-btn.active{
    background-color: #189c00;
    color: #FFF;
}

.period-box .period-btn:nth-child(2n){
    border-left: none;
}
.period-box .current{
    border-right: none !important;
}

.date-show-box p{
    line-height: 60px;
    color: #189c00;
}
.date-show-box{
    justify-content: space-between;
}

.show-last-year {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    position: relative;
}
.show-last-year input[type='checkbox'] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #dedede;
    border-radius: 50%;
    vertical-align: middle;
}
.show-last-year input[type='checkbox']:checked {
    background: #2fa61a;
}
.show-last-year .active{
    position: absolute;
    left: 7px;
    top: 24px;
    width: 5px;
    height: 9px;
    border: 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background: #2fa61a;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.period-box{
    position: relative;
    margin-bottom: 0;
}
.period-box .period-btn{
    background-color: #ffffff;
    color: #189c00;
    border: 1px solid #189c00;
    height: 29px;
    text-align: center;
    line-height: 29px;
    margin: 0;
    display: inline-block;
    width: 25%;
}
.drop-box{
    text-align: center;
    position: relative
}
.drop-box  a{
    color: #189c00;
}
.drop-box .caret{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    color: #189c00;
}

.drop-period{
    display: none;
    position: absolute;
    left: 75%;
    top: 29px;
    background: #189c00;
    width: 88px;
    color: #FFF;
    z-index: 10;
}
.drop-period p{
    color: #FFF;
    text-align: center;
    line-height: 29px;
    margin: 0;
    border-bottom: 1px solid #FFF;
}
.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;
}
.veg-pos-rel{
    position: relative;
    z-index: 100;
}
.veg-pos-abs{
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 16px;
}
.row-font-orange{
    color: #189c00;
}
.row-font-orange td{
    color: #189c00 !important;
}
.row-font-orange td.price-red{
    color: #FC3030 !important;
}
.row-font-orange a{
    color: #189c00 !important;
}
