@media only screen and (max-width: 768px){
    .big_box {
        margin-top: 24px;
    }
    img {
        margin-bottom: 0;
    }
    .content_boxs {
        padding-top: 32px;
    }
    .big_top {
        padding: 48px 0 32px 0;
    }
}
@media only screen and (min-width: 768px){
    .big_box {
        margin-top: 60px;
    }
    .content_boxs {
    padding-top: 80px;
    }
    .big_top {
        padding: 36px 0 36px 0;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1370px){
    .container {
        width: 98%;
        margin: 0 auto;
    }
    }
/* 单选按钮 */
.checkbox-success input[type="checkbox"]:checked + label::before, .checkbox-success input[type="radio"]:checked + label::before {
    background-color: #0C66FF;
    border-color: #0C66FF;
}
active.menu_choice {
    background: linear-gradient(-180deg, #399dff 0%, #297dcf 98%);
}
.menu_svg {
    fill: white;
    stroke-width: -1px;
    height: 10px;
}
.menu_choice {
	border: 1px solid #ccc;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    width: 20px;
}
.active .menu_choice {
	border: 0px;
    background: #3F3F3F;
    background: linear-gradient(-180deg, #399dff 0%, #297dcf 98%);
}
/* 内容头 */
.big_top {
    background-color: #fff;
}
.big_top h3 {
    font-size:41px;
    
    font-weight:400;
    color:#8C8C8CFF;
    margin-top: 22px;
}
.big_top h3 span {
        color: #202020FF;
}
/* 左边 */
.left_ti {
    font-size:34px;
    
    font-weight:400;
    color:rgba(64,64,64,1);
}
.list_dropdown {
    width: 100%;
    margin-top: 36px;
    border-radius:4px;
    background-color: #fff;
    border:1px solid rgba(225,228,232,1);
}
.list_bnt {
    height:48px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    font-size:14px;
    
    font-weight:500;
    color:rgba(10,31,68,1);
}
.checkbox label::before {
    margin-top: 4px;
}
.list_ul {
    background-color: #fff;
    box-shadow:0px 3px 4px 0px #dddfe3,0px 0px 1px 0px #dddfe3;
    border-radius:4px;
    margin-top: 2px;
    padding: 10px 0;
    display: block;
}
.list_ul li a {
    color: rgba(83,98,124,1);
}
.list_dropdown:nth-child(4) {
    margin-bottom: 32px;
}
.list_ul li {
    font-size:14px;
    
    font-weight:500;
    color:rgba(83,98,124,1);
}
.radio, .checkbox {
    margin-top: 0;
}
/* 右边 */
.product_li {
    padding: 0;
    margin-top: 32px;
}
.all_box .btn {
    width:112px;
    height:40px;
    border-radius:4px;
    border:1px solid #E1E4E8 !important;
    display: flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
   
    font-weight:500;
    color:rgba(32,32,32,1);
}
.all_box .dropdown-menu {
    min-width: 114px;
}
.fodder-box {
    border-radius: 8px;
    overflow: hidden;
}
.page_box {
    overflow: hidden;
}
.page_box .pagination a {
    padding: 6px 16px;
    font-size:14px;
    
    font-weight:400;
    color:rgba(40,47,54,1);
}
.page_box .pagination {
    border-radius: 8px;
    float: right;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}
.pagination > li > a, .pagination > li > span {
    border: 1px solid #F6F6F6;
}








@media only screen and (max-width: 768px){
    .tool_box {
        width: 100%;
    }
    .tool_ul {
        height: 100%;
        display: flex;
        flex-direction:row;
        justify-content:space-between;
        align-items:center;
    }
    .tool_ul img {
        width: 16px;
        height: 16px;
        margin:4px;
    }
    .all_box {
        margin-top: 8px;
    }
    .page_bnt1 {
        display: none;
    }
    .page_bnt2 {
        display: block;
    }
    .pagination > li:first-child > a, .pagination > li:first-child > span {
        padding: 15px 20px;
    }
    .pagination > li:last-child > a, .pagination > li:last-child > span {
        padding: 15px 20px;
    }
    
}
@media only screen and (min-width: 768px){
    .tool_box {
        width: 100%;
        height: 64px;
        display: flex;
        flex-direction:row;
        justify-content:space-between;
    }
    .fliters {
       padding-left: 0px;
    }
    .filters_box {
       padding-left: 0px;
    }
    .filters_label label{
        color: #999;
        display: block;
        margin: 0 0 8px;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: .75px;
        
     }

     .filter-btn  {
        text-transform:capitalize;
        padding: 10px 16px;
        width: calc(100% - 20px);
        font-size: 13px;
        line-height: 17px;
        text-align: left;
        position: relative;
        border-radius: 8px;
        font-weight: normal;
        background-color: #fff;
        box-shadow: 0px 0px 0px 1px #D8DDE2 inset;
     }

     .filter-btn:hover {
        box-shadow: 0px 0px 0px 1px #D8DDE2 inset, 0px 3px 4px rgba(0,0,0,0.04);
     }

    .checkbox.checkbox-success.active {
        color: #3a8bbb;
        background-color: rgba(58,139,187,0.15);
     }
     svg.icon {
        position: absolute;
        right: 15px;
        top: 15px;
        fill: #bbb;
        width: 10px;
        height: 10px;
        margin: 0;
        transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
     }

     img.sficn {
        margin-right: 4px;
        margin-bottom: 2px;
        height: 10px;
        width: 10px;
     }

    .dropdown.open .filter-btn svg.btn-dropdown-caret {
    transform: rotate(180deg);
    }
    
    .dropdown.open  div.btn-dropdown-options{
    display: block;
    }


    div.btn-dropdown-options {
    border-radius: 8px;
    background: white;
    border: 1px solid #D8DDE2;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.04);
    display: none;
    left: 0;
    width: calc(100% - 20px);
    position: absolute;
    top: calc(100% + 4px);
    z-index: 1;
    }
    div.btn-dropdown-options ul {
    list-style: none;
    padding: 8px 0;
    }

    .filterbox.filterbox-success {
    display: block;
    padding: 6px 16px;
    font-size: 13px;
    color: #757575;
    }
    div.btn-dropdown-options a{
    font-size: 13px;
    color: #757575;
    }

    div.btn-dropdown-options a:hover{
    color: #444;
    background-color: #F5F6F7;
    }
   
    .filterbox.filterbox-success.active {
        color: #3a8bbb;
        background-color: rgba(58,139,187,0.15);
     }

    .col-md-12.hidden-xs {
    background-color: #fff;
    border-top: 1px solid #F2F2F2;
    padding: 16px 0 24px 0;
    }
    .tool_ul {
        height: 100%;
        display: flex;
        flex-direction:row;
        justify-content:flex-start;
        align-items:center;
        flex-wrap:wrap;
    }
    .tool_ul a{
		display: inline-flex;
		border: 1px solid #f9f7f6;
		padding: 4px;
		margin: 5px;
    }
    .tool_ul a img {
		width: 16px;
		height: 16px;
    }
    .tool_ul a.active{
		border: 1px solid #a2a2a2;
		border-radius: 4px;
    }
    .tool_ul a:nth-child(1) {
        margin-left: 0;
    }
    .all_box {
        margin-top: 23px;
    }
    .page_bnt1 {
        display: block;
    }
    .page_bnt2 {
        display: none;
    }
    .pagination > li:first-child > a, .pagination > li:first-child > span {
        padding: 13px 20px;
    }
    .pagination > li:last-child > a, .pagination > li:last-child > span {
        padding: 13px 20px;
    }
    
}
/* 推荐 */
.recommend {
    padding-bottom: 80px;
    background-color: #fff;
}
p.beizhu {
    font-size:34px;
    margin-top: 48px;
    font-weight:400;
    color:rgba(64,64,64,1);
}
/* 底部 */
.vip_box_index {
    background-color: #f8f8f8;
}