.getLink{
    width: 80px;
    line-height: 35px;
    background: #c00;
    font-size: 14px;
    text-align: center;
    color: #fff;
    position: absolute;
    right: 340px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    cursor: pointer;
    display: none;
}
@media screen and (max-width:768px) {
    .getLink{
        display: block;
        position: fixed;
        right: unset;
        left: 0;
        top: unset;
        bottom: 62px;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -o-transform: unset;
        z-index: 999;
        border-radius: 0 10px 0 0;
    }
}
#copyText{ display: none;}

.cataList_tab .item{border: none; font-size: 14px;}
.cataList_tab .item:hover{background: #f3f3f3; border: none;}
.cataList_tab .item a{ color: #333; display: block;}
.cataList_tab  .btn{display: none;}
@media screen and (max-width: 768px) {
    .cataList_tab .item{ display: none;}
    .cataList_tab .moban_pages{ margin: 0 auto; padding: 10px 0;}
    .moban_pages .sort_screen{ display: none;}
    .sort_default,
    .sort_time,
    .sort_price,
    .sort_sales{ width: calc(100%/4);}

    .moban_list.xcx_list .viewPhone{
        width: 100% !important;
    }
    .moban_list.xcx_list .viewMain{
        height: 250px !important;
    }
}
.cataList_class ul{
    padding-top: 0;
    width: calc(100% - 20px);
    margin: 0 auto;
}
.cataList_class ul .type_box{
    padding-left: 0;
}
.cataList_class ul li .type_list{
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}
.cataList_class ul li .type_list div{
    float: left;
    width: auto;
    height: 70px;
    line-height: 70px;
    box-sizing: border-box;
    border-bottom: 2px solid transparent;
    font-size: 14px;
    cursor: pointer;
    transition: all .3s;
}
.cataList_class ul li .type_list div a{
    padding: 0 20px;
}
.cataList_class ul li .type_list div.hot,.cataList_class ul li .type_list div:hover{
    border-bottom: 2px solid #c00;
    color: #c00;
}
.new_li{
    overflow: visible !important;
    padding-left: 0 !important;
    margin-bottom: 20px;
    height: 30px;
}
.new_li span{
    color: #666;
    float: left;
    width: 55px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    text-align: left;
    font-size: 12px;
}
.new_li>ul{
    float: left;
    width: calc(100% - 220px) !important;
    overflow: visible !important;
    text-align: left;
    vertical-align: middle;
}
.new_li>ul{
    height: 30px;
}
.new_li>ul>li{
    float: left;
    width: 80px !important;
    overflow: visible !important;
    margin-right: 10px;
    padding-left: 0 !important;
}
.new_li .layui-form-select:last-of-type{
    margin-right: 0;
}
.new_li .layui-form-select{
    width: 100%;
}

.new_li>ul>li div{
    width: 100% !important;
    overflow: visible !important;
}
.new_li .layui-form-select .layui-input{
    height: 30px;
    line-height: 30px;
    padding-left: 0;
}
.new_li .layui-form-select dd{
    display: block;
    margin-bottom: 0;
}
.new_li .layui-form-select dl dd.layui-this,
.new_li .layui-form-select dl dd:hover{
    color: #c00;
    background: #f2f2f2;
}
.new_li .layui-form-select input{
    border: none;
}
.new_li .layui-form-select .color_item{
    width: 70px;
    height: 20px;
}
.new_li .layui-input{
    border-radius: 0;
}
.customized{
    top: 50% !important;
    margin-top: -10.5px;
}
.new_li .color_select{
    width: 90px !important;
}
.new_li .color_select:hover .color_box, .new_li .select:hover .select_box{
    display: block;
}
.new_li .color_select:hover .color_text,.new_li .select:hover .select_text {
    color: #c00;
}
.new_li .color_select:hover:after,.new_li .select:hover:after {
    border-color: #c00 transparent transparent;
    transform: rotate(180deg);
}
.new_li .color_select,.new_li .select{
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 30px 0 0;
    box-sizing: border-box;
    position: relative;
    z-index: 99;
    cursor: pointer;
}
.new_li .color_select:after,.new_li .select:after{
    content: '';
    width: 0;
    height: 0;
    border-width: 6px;
    border-bottom: 1px;
    border-color: #ccc transparent transparent;
    border-style: solid dashed dashed;
    position: absolute;
    top: 50%;
    right: 9px;
    margin-top: -3px;
    transition: transform .3s;
    z-index: 1;
}
.new_li .color_select.arrowUp:after,.new_li .select.arrowUp:after{
    transform: rotate(180deg);
}
.new_li .color_select .color_text,.new_li .select .select_text{
    width: 100%;
    line-height: 28px;
    height: 28px;
    font-size: 12px;
}
.new_li .color_select .color_box,.new_li .select .select_box{
    display: none;
    border: 1px solid #d2d2d2;
    width: 100%;
    padding: 5px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1;
    background: #fff;
    height: auto;
}
.new_li .color_select .color_box{
    width: 110px !important;
}
.new_li .color_select .color_box ul,.new_li .select .select_box ul{
    padding-top: 0;
    width: 100%;
}
.new_li .color_select .color_box li,.new_li .select .select_box li{
    padding: 2px 10px;
}
.new_li .color_select .color_box li:last-of-type,.new_li .select .select_box li:last-of-type{
    margin-bottom: 0;
}
.new_li .color_select .color_box li:hover,
.new_li .color_select .color_box li.hot,
.new_li .select .select_box li:hover,
.new_li .select .select_box li.hot{
    color: #c00;
    background: #f2f2f2;
}
.color_select .color_box li span:first-of-type,
.color_select .color_text span:first-of-type,
.select .select_box li span:first-of-type,
.select .select_text span:first-of-type{
    width: 25px;
    height: 25px;
    margin: 2.5px 10px 0 0;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
}
.color_select .color_text span:first-of-type, .select .select_text span:first-of-type{
    width: 22.5px;
    height: 22.5px;
}
.color_select .color_box li:first-of-type span:first-of-type,
.color_select .color_text span:first-of-type,
.select .select_box li:first-of-type span:first-of-type,
.select .select_text span:first-of-type{
    background-size: 100%;
    background-repeat: no-repeat;
}
.color_select .color_box li span:last-of-type,
.color_select .color_text span:last-of-type,
.select .select_box li span:last-of-type,
.select .select_text span:last-of-type{
    color: inherit;
}
.color_select .color_text span:last-of-type,
.select .select_text span:last-of-type{
    height: 28px;
    line-height: 28px;
}
.cataList_class ul .cataList_industry dl dd:first-of-type{
    text-align: center;
}
.cataList_class ul li dl dd{
    width: 110px;
    margin-bottom: 15px;
}
.cataList_class ul .cataList_industry dl dd:first-of-type a{
    border-left: none;
    padding: 0 0 0 15px;
    text-align: left;
}
.moban_banner #listCheckButton{
    font-size: 32px;
    color: #fff;
    line-height: 214px;
    padding-top: 0;
    text-align: center;
}
.modelCata_wrap>.cataList_hot,.cataList_class ul li dl dd:hover,.modelCata_wrap a:hover{
    color: #c00 !important;
}
.cataList_class li .cataList_hot{
    color: #c00;
}
.descending::after{
    border-color: #c00 transparent transparent transparent;
}
.ascending::before{
    border-color: transparent transparent #c00 transparent;
}
@media screen and (max-width: 768px) {
    .moban_banner #listCheckButton{
        height: 150px;
        line-height: 150px;
        font-size: 16px;
        text-align: center;
    }
    .moban_search{width: 100%; right: 0;}
    .moban_search .search_input{width: 100%; box-sizing: border-box;}
}
.a_link{
    color: inherit;
    display: block;
}
.a_link:hover{
    color: #c00;
}

/*ÊÖ»úÑùÊ½*/
#mobile_screen{ display: none;}
.moban_pages{ overflow: visible !important;}
@media screen and (max-width: 768px) {
    #mobile_screen{
        display: block;
        width: calc(100% - 30px);
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }
    #mobile_screen .btn_box{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background: #fff;
    }
    #mobile_screen .btn_box:first-of-type{
        background: transparent;
        justify-content: space-around;
        margin-bottom: 5px;
    }
    #mobile_screen .btn{
        width: calc(100%/5);
        color: #666;
        height: 35px;
        line-height: 35px;
        border-right: 1px solid #eeeeee;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 5px;
        box-sizing: border-box;
        text-align: center;
    }
    #mobile_screen .btn_box.four_box .btn{
        width: calc(100%/6);
    }
    #mobile_screen .btn_box.three_box .btn{
        width: calc(100%/4);
    }
    #mobile_screen .btn.hot{
        color: #c00;
    }
    #mobile_screen .btn_box:first-of-type .btn{
        border-right: none;
        border-top: 2px solid transparent;
        width: calc(100%/3);
    }
    #mobile_screen .btn_box:first-of-type .btn.hot{
        border-top: 2px solid #c00;
    }
    .dialog_screen{
        display: none;
        position: fixed;
        width: 300px;
        height: 100%;
        top: 0;
        right: -300px;
        z-index: 9999;
        background: #fff;
        transition: all .3s;
        border-left: 1px solid #eee;
    }
    .dialog_screen.show{
        right: 0;
    }
    .dialog_screen .box{
        position: relative;
        z-index: 1;
        height: 100%;
        width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .dialog_screen .box dl,.list_box dl{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 20px;
    }
    .dialog_screen .box dd{
        width: calc((100% - 10px)/2);
        margin-bottom: 10px;
    }
    .dialog_screen .box dd,.list_box dd{
        border: 1px solid #eee;
        height: 30px;
        line-height: 28px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 5px;
        box-sizing: border-box;
        margin-right: 0 !important;
        text-align: center;
    }
    .dialog_screen .box dd.cataList_hot,.list_box dd.cataList_hot{
        border-color: #c00;
        color: #c00;
    }
    .close_bg{
        display: none;
        position: fixed;
        z-index: 9998;
        left: 0;
        top: 0;
        background: rgba(0,0,0,.7);
        width: 100%;
        height: 100%;
    }
    .moban_pages{ margin: 10px auto;}
    .list_box{
        display: none;
        position: absolute;
        z-index: 1;
        width: 100%;
        background: #fff;
        top: calc(100% + 1px);
        box-shadow: 0 15px 10px rgba(0,0,0,.1);
    }
    .list_box dd{
        width: calc((100% - 20px)/3);
        margin-right: 0 !important;
        text-align: center;
    }
    .version_dialog dd:nth-child(-n+3),
    .lang_dialog dd:nth-child(-n+3),
    .style_dialog dd:nth-child(-n+3){
        margin-bottom: 10px;
    }
    .color_dialog dl{
        overflow: hidden;
        padding: 20px 20px 10px 10px;
    }
    .color_dialog dd.item{
        height: 30px;
        line-height: 28px;
        margin: 0 0 10px 0;
        border: 1px solid #eee;
        box-sizing: border-box;
        text-align: center;
    }
    .color_dialog dd{
        width: calc((100% - 40px)/5);
        border: none;
    }
    .color_dialog dd.cataList_hot{
        border: 1px solid #c00;
        color: #c00;
    }
    #color_btn .color_box{
        display: none;
        width: 12px;
        height: 12px;
        transform: translateY(3px);
        margin-right: 5px;
        border: 1px solid #eee;
    }
}
.moban_page_phone .find_page{
    margin: 0 5px;
}
.moban_page_phone .submit_page{
    width: 58px;
    height: 30px;
    line-height: 30px;
    border: none;
    margin: 0 5px;
}