/**产品分类**/.deviceTypeBox{    position: fixed;    left:0;    top:0;    right:0;    bottom: 0;    display:none;    z-index: 999;    background-color: #fff;}.deviceTypeBox .title{    height:44px;    line-height: 44px;    font-size: 16px;    color: rgba(0, 0, 0, 0.85);    border-bottom: 1px solid rgba(0, 0, 0, 0.0588235294117647);}.deviceTypeBox .nTChoose{    background: url(/img/nTChoose.png);    background-size: 100% 100%;    width:16px;    height:16px;    margin-left: 18px;    margin-right: 8px;    margin-top: 16px;}.deviceTypeBox .choose{    background: url(/img/choose.png);    background-size: 100% 100%;    width:16px;    height:16px;    margin-left: 18px;    margin-right: 8px;    margin-top: 16px;}.deviceTypeBox .grey{    background: url(/img/grey.png);    background-size: 100% 100%;    width:16px;    height:16px;    margin-left: 18px;    margin-right: 8px;    margin-top: 16px;}.deviceTypeBox .Active .tit{    font-size: 14px;    color: rgba(0, 0, 0, 0.25);}.categoryList{    height: 500px;    overflow-y: auto;}.categoryLi{    -webkit-tap-highlight-color: transparent;}.categoryLi .select{    margin-left: 18px;    margin-right: 8px;    margin-top: 16px;}.categoryLi .tit{    width:84%;    font-size: 14px;    height: 32px;    line-height: 32px;    margin-top: 8px;    color: rgba(0, 0, 0, 0.65);    border-bottom: 1px solid rgba(0, 0, 0, 0.0588235294117647);}.submit_box{    position: fixed;    width:100%;    bottom:0;    border: 1px solid rgba(0, 0, 0, 0.0588235294117647);}.submit_box .Reset{    width:40%;    height: 49px;    line-height: 49px;    background: #FFFFFF;    font-size: 16px;    color: rgba(0, 0, 0, 0.65);    -webkit-tap-highlight-color: transparent;}.submit_box .Submit{    width:60%;    height: 49px;    line-height: 49px;    background: #FA541C;    font-size: 16px;    color: #FFFFFF;    -webkit-tap-highlight-color: transparent;}