#newGuide{
    position: fixed;
    left: 0;
    top:50px;
    right: 0;
    bottom: 0;
    background: #F5F7FB;
    z-index: 99998;
}
#newGuide>div,#newGuide>div>div{
    position: absolute;
    border-style: solid;
    border-color: rgba(0,0,0,.5);
    border-width: 0;
}
#topShadow{
    width: 100%;
    height: 50px;
    left: 0;
    top: -50px;
}
#leftShadow,#rightShadow,#step1,#step2,#step3,#step4,#step5{
    top:0;
    bottom: 0;
}
.bgs{
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}
.bgs.bgpob{
    background-position-y:bottom;
}
.bgs:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 1247px;
    background: rgba(0,0,0,.5);
}
#step1 .bgs{
    background-image:url("https://img10.360buyimg.com/imgzone/jfs/t1/223892/12/12759/339995/62cfc794Eaccc4ac4/223fa1607e264976.png");
}
#step2 .bgs{
    background-image:url("https://img10.360buyimg.com/imgzone/jfs/t1/121263/25/28691/355535/62d117e7E0e2e5184/ab7183db8a944edf.png");
}
#step3 .bgs{
    background-image:url("https://img10.360buyimg.com/imgzone/jfs/t1/41013/6/17706/342633/62cfc794E43559b33/48eb58b1fb42c5b3.png");
}
#step4 .bgs{
    background-image:url("https://img10.360buyimg.com/imgzone/jfs/t1/51219/21/20658/336727/62cfc795E32b1def7/a6680a39e041c756.png");
}
#step5 .bgs{
    background-image:url("https://img10.360buyimg.com/imgzone/jfs/t1/148436/7/27153/382759/62cfc795E228bb6e5/435b800b96f023f3.png");
}
.show{
    display: block;
}
#leftShadow,#rightShadow,#topShadow{
    background: rgba(0,0,0,.5);
}
#leftShadow{
    left: 0;
}
#rightShadow{
    right: 0;
}
#step1 .handelWindow{
    left: 280px;
    top: 100px;
}
#step2 .handelWindow{
    left: 100px;
    top: 370px;
}
#step3 .handelWindow{
    right: 41px;
    top: 216px;
}
#step4 .handelWindow{
    right: 155px;
    top: 260px;
}
#step5 .handelWindow{
    bottom: 635px;
    left: 552px;
}
.handelWindow{
    position: absolute;
    width: 383px;
    height: 149px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 20px 20px 15px;
    border: 1px solid #EEEEEE;
    box-shadow: 0 0 15px rgba(169, 182, 199, 0.25);
}
.handelWindow .iconTitles{
    width: 100%;
    height: 22px;
    position: relative;
    font-size: 16px;
    color: #000;
    line-height: 22px;
    padding-left: 24px;
    margin-bottom: 15px;
}
.handelWindow .iconTitles .icons{
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
}
.handelWindow .geryContent{
    width: 100%;
    line-height: 17px;
    height: 34px;
    color: #657180;
    font-size: 12px;
    margin-bottom: 15px;
}
.handelWindow .jumpBtns{
    width: 100%;
    height: 28px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.handelWindow .jumpBtns .stepNums{
    font-size: 12px;
    color: #9CA7B6;
    flex-grow: 1;
    line-height: 28px;
}
.handelWindow .jumpBtns .textBtns{
    padding: 0 7.5px;
    line-height: 28px;
    flex-shrink: 0;
    color: #9CA7B6;
    font-size: 12px;
    cursor: pointer;
}
.handelWindow .jumpBtns .bigBtns{
    width: 78px;
    height: 28px;
    flex-shrink: 0;
    color: #fff;
    background: #3399FF;
    border-radius: 4px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
}