.categoryList {
    display: none;
}

.headerCol {
    background: #fff;
}

.nav a {
    color: #333;
}


/* 商品分类部分修改 */

.sceneCustomize,
.sortCustomize,
.brand,
.hotCustomize {
    background: #fff;
}
/* *********************** */


/* PPT 流程 */
.pptProcess {
    width: 100%;
    height: 60px;
    margin-top: 50px;
    position: relative;
}

.pptProcess .DIYProgram {
    position: absolute;
    width: 180px;
    height: 68px;
    left: -40px;
    top: -4px;
}
.pptProcess .DIYProgram img {
    width: 100%;
}
.pptProcess .DIYProgram  span {
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 68px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    top: 0;
    left: 0;
    color: #fff;
}

/* PPT 按钮 */
.proList{
	margin-top:30px;
}
.PPTBox {
    width: 100%;
    margin-top: 30px;
}
 .PPTBox  .fl{
		   width:750px;
		   float:left;
		   }
		   .PPTBox  .fr{
		   float:right;
		   /* padding-top:10px; */
		   }
.PPTBox span {
    width: 180px;
    height: 54px;
    border: 1px solid #dcdcdc;
    background: #f8f8f8;
    line-height: 54px;
    text-align: center;
    color: #baa47f;
    vertical-align: middle;
    font-size: 12px;
}

.PPTBox .Pbox {
    display: inline-block;
    line-height: 19px;
    text-align: center;
    width: 19px;
    height: 19px;
    border: 1px solid #baa47f;
    border-top-width: 2px;
    border-left-width: 2px;
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle;
    margin-bottom: 4px;
}

.PPTBox .wipePPT i {
    font-size: 24px;
    vertical-align: middle;
    margin-bottom: 4px;
}

.PPTBox .wipePPT {
    margin-left: 22px;
}

/* PPT 流程 */
.pptProcess .PPTWay {
    width: 88.5%;
    height: 60px;
}
.pptProcess .PPTWay li {
    width: 11%;
    height: 60px;
    background: red;
    float: left;
    margin-left: 8.2%;
    line-height: 60px;
    text-align: center;
    padding-left: 3px;
    font-size: 14px;
    position: relative;
}
.pptProcess .PPTWay li a {
    color: #fff;
    vertical-align: middle;
}
.pptProcess .PPTWay li i {
    font-size: 28px;
    vertical-align: middle;
}
.pptProcess .PPTWay li  .trianglePPT {
    position: absolute;
    width: 0;
    height: 0;
    border: 0px solid;
    border-top-width: 30px;
    border-bottom-width: 30px;
    border-left-width: 35px;
    border-top-color: transparent; 
    border-bottom-color: transparent; 
    border-right-color: transparent; 
    right: -35px;
    top: 0px;
}
.pptProcess .PPTWay li .linePPT {
    position: absolute;
    left: -80%;
    top: 30px;
    width: 80%;
    z-index: -1;
    border-top: 1px dashed #e0e0e0; 
}
.pptProcess .PPTWay li  a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.pptProcess .PPTWay li:nth-of-type(1) {
    background: #4384a0;
}
.pptProcess .PPTWay li:nth-of-type(1) .trianglePPT {
    border-left-color: #4384a0;
}

.pptProcess .PPTWay li:nth-of-type(2) {
    background: #4d608a;
}
.pptProcess .PPTWay li:nth-of-type(2) .trianglePPT {
    border-left-color: #4d608a;
}

.pptProcess .PPTWay li:nth-of-type(3) {
    background: #dfa02f;
}
.pptProcess .PPTWay li:nth-of-type(3) .trianglePPT {
    border-left-color: #dfa02f;
}

.pptProcess .PPTWay li:nth-of-type(4) {
    background: #bf3356;
}
.pptProcess .PPTWay li:nth-of-type(4) .trianglePPT {
    border-left-color: #bf3356;
}
.pptProcess .PPTWay li:nth-of-type(5) {
    width: 13.5%;
    border-radius: 5px;
    background: #baa47f
} 


/* 底部固定导航 */

.fixedFoot {
    height: 95px;
    width: 100%;
    background: rgba(186, 167, 127, .8);
    position: fixed;
    bottom: 0;
    z-index: 99999;
}

.fixedFoot .w {
    position: relative;
}

.fixedFoot .picBox_f {
    position: absolute;
    top: -50px;
    left: 0px;
}

.fixedFoot .left {
    margin-left: 110px;
}

.fixedFoot .left p:nth-of-type(1) {
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    padding-top: 30px;
}

.fixedFoot .left p:nth-of-type(2) {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}

.fixedFoot .right {
    width: 74%;
    padding-top: 30px;
}

.fixedFoot .right>ul>li {
    float: left;
    width: 15%;
    font-size: 14px;
    line-height: 14px;
    background-color: #fff;
    padding: 15px 0px;
    /* padding-right: 0; */
    text-align: center;
    color: #666;
    margin-left: 2.6%;
    vertical-align: middle;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

.fixedFoot .right li span {
    color: #666;
    vertical-align: middle;
}

.fixedFoot .right li i {
    font-size: 24px;
    line-height: 14px;
    vertical-align: top;
    color: #e8e8e8;
    margin-left: 15px;
}

.fixedFoot .right>ul>li:last-of-type {
    width: 9%;
    color: #fff;
    background: #968568    ;
    text-align: center;
    /* padding-right: 15px; */
}

.upBox {
    /* height: 250px; */
    width: 100%;
    /* overflow: auto; */
    overflow: hidden;
    position: absolute;
    bottom: 42px;
    left: 0;
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
    padding: 5px 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    display: none;
}

.upBox ul {
    width: 100%;
    height: auto;
}

.upBox ul li {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: left;
}

.upBox li a {
    padding-left: 10px;
    color: #333;
    display: block;
}

.isShow {
    display: block;
}

.form_f {
    float: left;
    width: 810px;
    margin-left: 50px;
    display: none;
}

.form_f p {
    padding: 8px 0 10px 0;
    font-size: 16px;
    color: #fff;
    font-family: "微软雅黑";
    line-height: 32px
}

.form_f form {
    float: left;
}

.form_f .tijiao {
    width: 90px;
    height: 36px;
    line-height: 36px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #baa47f;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border: none;
    font-family: "微软雅黑";
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.form_f .tijiao:hover {
    background: #837153;
}

.subBtn:hover {
    background: #837153;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.form_f .tell_f,
.form_f .qq_f {
    width: 285px;
    height: 36px;
    line-height: 19px;
    padding-left: 15px;
    margin-right: 10px;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    color: #666;
    font-family: "微软雅黑";
}

.form_f .comeBack {
    display: inline-block;
    width: 42px;
    height: 36px;
    line-height: 36px;
    margin-left: 20px;
    background: #5f5f5f;
    text-align: center;
    color: #999;
    font-size: 14px;
    border: none;
    font-family: "微软雅黑";
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.fixedFoot .right>ul>li:last-of-type {
    padding: 0;
}

.fixedFoot .right>ul>li:last-of-type a {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
}

.picBox_f {
    width: 108px;
    height: 172px;
}

.closed_foot {
    position: absolute;
    right: 25px;
    top: 10px;
    background: #968568;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}