body, input, td, div, select, button, textarea{
    font-family: "San Francisco","Helvetica Neue","PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
.box{
    font-size:0;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    height: 40px;
    padding: 8px 0;
    width: 100%;
}
.btnbox{
    float: right;
    margin-right: 20px;
}
.btnbox .btn{
    width: 60px;
    height:23px;
    background: #fff;
    color: rgba(48, 64, 79, 1);
    margin-right: 10px;
    border:1px solid rgba(48, 64, 79, 1);
    border-radius: 3px;
}
.btnbox .btn.disabled{
    background: rgba(246,246,246,1);
    color: rgba(48,64,79,0.35);
    border:1px solid rgba(48,64,79,0.35);
}
.btnbox .btn.close{
    position: relative;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    border-radius: 15px;
    font-size: 12px;
    padding: 0;
    color:#fff;
    background: transparent;
    border-color:#fff;
}
.btnbox .btn.close:after{
    position: absolute;
    left: 3px;
    top: -3px;
    content: 'x';
}
.demo{
    position: relative;
    display: inline-block;
    padding: 0 20px;
    height: 25px;
    width: 84px;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
    background: rgba(246, 246, 246, 1);
    color: rgba(48, 64, 79, 0.5);}
.demo span{
    width:15px;
    height:15px;
    line-height: 15px;
    vertical-align: bottom;
    margin: 5px;
    display: inline-block;
    border-radius:50%;
    overflow: hidden;
    font-style: normal;
    text-align:center;
    background: rgba(48, 64, 79, 0.35);
    position: relative;
    color:#fff;
}
.demo.current span,.demo.current.complete span{
    background: #fff;
    color:rgba(82, 149, 231, 1);
}
.demo.complete span{
    color: #fff;
    background:rgba(82, 149, 231, 1);
}
.demo span i{
    font-style: normal;
}
.demo.complete.current span i{
    display:block;
}
.demo.complete span i{
    display:none;
}
.demo.complete.current span:after{
    display:none;
}
.demo.complete span:after{
    content: '';
    display: table;
    width: 4px;
    height: 8px;
    position: absolute;
    top: 2px;
    left: 5px;
    border: 1px solid #fff;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.demo:after{    content: '';
    position: absolute;
    right: -7px;
    border-left: rgba(246, 246, 246, 1) 7px solid;
    border-bottom: transparent 13px solid;
    border-top: transparent 12px solid;}

.demo:before{    content: '';
    position: absolute;
    height: 13px;
    width: 13px;
    top: 5px;
    left: -19px;
    background: transparent;
    border-left: rgba(82, 149, 231, 0.1) 2px solid;
    border-bottom: rgba(82, 149, 231, 0.1) 2px solid;
        transform: rotate(238deg) skew(.08turn);
}
.demo:first-of-type:before,.demo.complete:first-of-type:before{display: none;}
.demo.current,.demo.current.complete{ background: rgba(82, 149, 231, 1); z-index: 4; color:#fff;}
.demo.current:after,.demo.current.complete:after{content: '';
    position: absolute;
    right: -7px;
    border-left: rgba(82, 149, 231, 1) 7px solid;
    border-bottom: transparent 13px solid;
    border-top: transparent 12px solid;
    z-index: 2;}

.demo.current:before,.demo.current.complete:before{   content: '';
    position: absolute;
    height: 18px;
    width: 18px;
    top: 0;
    left: -18px;
    
    border-left: rgba(82, 149, 231, 0.1) 2px solid;
    border-bottom: rgba(82, 149, 231, 0.1) 2px solid;
    transform: rotate(225deg);}
.demo.complete{
    color:rgba(82, 149, 231, 1);
    z-index: 3;
    background: rgba(238, 244, 252, 1);
}
.demo.complete:after {   position: absolute;
    right: -7px;
    border-left: rgba(238, 244, 252, 1) 7px solid;
    border-bottom: transparent 13px solid;
    border-top: transparent 12px solid;
    z-index: 3;}
.demo.complete:before { 
    content: '';
    position: absolute;
    height: 13px;
    width: 13px;
    top: 5px;
    left: -7px;
    background: transparent;
    border-left: rgba(82, 149, 231, 0.1) 2px solid;
    border-bottom: rgba(82, 149, 231, 0.1) 2px solid;
    transform: rotate(238deg) skew(.08turn);
}
.box div:nth-of-type("1"):before{
    display:none;
    }
.start{
    position: relative;
    display: inline-block;
    width: 140px;
    padding: 0;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: transparent;
}
.end{
    position: relative;
    display: inline-block;
    padding: 0 14px 0 20px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}
.end span{
    color:rgba(82, 149, 231, 1);
}
.demo.complate:nth-of-type("1"):nth-last-of-type("2"){
    z-index: 5;
}
.demo.complete,.guidbtn,.btn{
    cursor: pointer;
}
.mask{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    top: 0;
    left: 0;
}
#leftmask,#stepmask,#mainmask,#topmask{
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: block !important;
    margin: 0 !important;
    max-height: none !important;
    max-width: none !important;
    opacity: 1 !important;
    outline: 0 !important;
    padding: 0 !important;
    position: fixed !important;
    visibility: visible !important;
    z-index: 1999;
}
#topmask{
    height: 40px !important;
    left: 0 !important;
    width: 100% !important;
    top: 0 !important;
     z-index: 2000;
}
#topmask.fullguide{
    height: 100% !important;
}
#stepmask{
    height: 40px !important;
    left: 0 !important;
    width: 100% !important;
    top: 0 !important;
     z-index: 2000;
}
#leftmask{
    height: 100% !important;
    left: 0 !important;
    width: 140px !important;
    top: 40px !important;
}
#mainmask{
    height: 100% !important;
    left: 140px !important;
    width: 100% !important;
    top: 40px !important;
}

.tipbox{
    position: absolute;
    top: 60px;
    width: 330px;
    border-radius: 8px;
    height: 120px;
    background: white;
    left: 100px;
}
.tipbox::before{
    content: '';
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    position: absolute;
    top: -5px;
    left: 38px;
    transform: rotate(-45deg);
}
.step{
    width: 78px;
    height: 21px;
    color: #fff;
    font-size: 12px;
    background: rgba(82, 149, 231, 1);
    top: 10px;
    position: absolute;
    left: -4px;
    text-align: center;
    line-height: 21px;
}
.step::before{
    content: '';
    border-top: 4px solid rgba(43, 97, 164, 1);
    border-left: 4px solid transparent;
    position: absolute;
    top: 21px;
    left: 0px;
}
.step::after{
    content: '';
    border-top: 11px solid transparent;
    border-bottom: transparent 11px solid;
    border-right: 7px solid #fff;
    position: absolute;
    top: 0px;
    right: 0px;
}

.content{
    position: relative;
    top: 27px;
    padding: 10px;
    font-size: 12px;
}
.guidecontent{
    color:#fff;
    font-size: 14px;
    top: 32px;
    left: 286px;
    position: absolute;
}
.tipbox.step1 {
    top:22px;
    left: 586px;
    
}
 .tipbox .person{
    position: absolute;
 }
 
 .tipbox.step1{
     animation: myfirst 1s linear 0s;
 }
 .tipbox.step1 .person{
    width: 48px;
    height: 70px;
    right: 0;
    bottom: -34px;
    background: url("./../images_newui/guide/person1.png") no-repeat;
    background-size: contain;
 }
.tipbox.step2 {
    top:176px;
    left: 586px;
    width: 200px;
    height: 80px;
}
 .tipbox.step2 .person{
    width: 39px;
    height: 48px;
    right: 16px;
    bottom: 0;
    background: url("./../images_newui/guide/person2.png") no-repeat;
    background-size: contain;
 }
.tipbox.step3 {
    top:310px;
    left: -116px;
    width: 200px;
    height: 80px;
}
 .tipbox.step3 .person{
    width: 44px;
    height: 35px;
    right: 11px;
    bottom: 0;
    background: url("./../images_newui/guide/person3.png") no-repeat;
    background-size: contain;
 }
 .guidbtn{
    position: absolute;
    bottom: 180px;
    left: 50%;
    margin-left: -240px;
    height: 40px;
    line-height: 40px;
    padding: 0 36px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    z-index: 22;
    text-align: center;
    border-radius: 40px;
}

.endguide{
    position: absolute;
    left: 50%;
    margin-left: -308px;
    top: 251px;
    text-align: center;
    color: #fff;
}
.endguide .star{
    width: 110px;
    height: 104px;
    margin: 0 auto;
    margin-bottom: 40px;
    background: url("./../images_newui/guide/star.png");
}
.endguide .title{
    font-size: 14px;
        margin-bottom: 10px;
}
.endguide .subtitle{
    font-size: 12px;
        margin-bottom: 40px;
}
.guidbtnbox{
    position: relative;
}
.guidbtnbox .guidbtn{
    position: relative;
    width: 140px;
    padding: 0;
    top: 0;
    display: inline-block;
    margin-left: 97px;
    left: 0;
}
.tipguide{
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    cursor: pointer;
}
.tipguide span{
    color:rgba(82, 149, 231, 1)
}
.leftnav.manager .icon{
    background: url("./../images_newui/new-left/leftNav_icon101.png") no-repeat center center;
}
.leftnav.teaching .icon{
    background: url("./../images_newui/new-left/leftNav_icon100.png") no-repeat center center;
}
.leftnav>i:after {
    border-top: 4px solid rgba(43, 97, 164, 1);
    border-left: 4px solid transparent;
    position: absolute;
}

.mainguidbtnbox {
    padding: 20px;
    position: absolute;
    font-size: 12px;
    background: #fff;
  }
  .mainguidbtnbox .btn {
    padding: 0 28px;
    text-align: center;
    height: 30px;
    border-radius: 4px;
    line-height: 30px;
    display: inline-block;
    border: 1px solid rgba(185, 190, 197, 1);
  }
  .btn.blue {
    color: #fff;
    background: rgba(82, 149, 231, 1);
    border: none;
  }
  .btn.white {
    color: rgba(48, 64, 79, 1);
    background: #fff;
  }
  .btntip {
    color: #fff;
    position: absolute;
    font-size: 12px;
    margin-left: 100%;
    width: 230px;
    height: 100px;
    top: -100%;
    line-height: 1.5;
  }
 .arrowimg{
    width: 27px;
    height: 27px;
    position: absolute;
    top: 100%;
    left: -30px;
  }
  .btntip.bottom {
    top: 150%;
  }
  .btntip.right{
    margin-left: -150%;
  }
  .right .arrowimg{
    background: url("./../images_newui/guide/arrow.png") no-repeat center center;
    left: 80%;
    top: 35%;
  }
  .bottom .arrowimg{
      background: url("./../images_newui/guide/arrowb.png") no-repeat center center;
    top: -30%;
  }

  .top .arrowimg {
    top: 35%;
    background: url("./../images_newui/guide/arrow.png") no-repeat center center;
  }
.commonguide.schedule .mainguidbtnbox{
    left: 160px;
    top: 90px;
}
.commonguide.schedule .btntip.bottom{
    top: 143px;
    margin-left: 100px;
}
.commonguide.schedule .btntip.bottom .arrowimg{
    top: -52px;
    left: 60px;
}
.commonguide.schedule .scheduleinfo .btntip.bottom .arrowimg{
    left: 94px;
    top: -90px;
    transform: rotate(180deg);
}
.commonguide.schedule .guidbtnbox,.commonguide.schedule .scheduleinfo{
    position: absolute;
    left:300px;
    top: 300px;
    text-align: center;
    color: #fff;
}

.scheduleinfo .schedulemain{
    width: 352px;
    height: 198px;
    background: url("./../images_newui/guide/schedulemain.png");
}
.scheduleinfo .schedulefocus{
    width: 120px;
    height: 120px;
    position: absolute;
    top: -60px;
    margin-left: 121px;
    background: url("./../images_newui/guide/schedulefocus.png");
}
.scheduleinfo .schedulefocus,.workstationmain,.scheduleinfo .schedulemain,.startipm,.startips{
    background-size: contain !important;
}
.workstationmain{
    width: 981px;
    height: 40px;
    background: url("./../images_newui/guide/workboard.png") no-repeat;
}
.startipm{
    width: 16px;
    height: 16px;
    position: absolute;
    background: url("./../images_newui/guide/starm.png") no-repeat;
}
.startips{
    width: 8px;
    height: 8px;
    position: absolute;
    background: url("./../images_newui/guide/stars.png") no-repeat;
}
.startipm.starleft{
    left: -21px;
    top: 40px;
}
.startipm.starright{
    right: 0;
    top: -10px;
}
.startips.starright{
    right: -10px;
    top: -3px;
}
.workstation.fullmask .topimg{
    top: 60px;
    left: 160px;
    width: 1186px;
    height: 102px;
    background: url("./../images_newui/guide/workstation2.png") no-repeat;
}
.workstation.fullmask .midimg{
    width: 824px;
    height: 173px;
    top: 170px;
    left: 160px;
    background: url("./../images_newui/guide/workstation3.png") no-repeat;
}
.workstation.fullmask .focusimg{
    width: 120px;
    height: 120px;
    top: -20px;
    right: -20px;
    background: url("./../images_newui/guide/workstation4.png") no-repeat;
}
.workstation.fullmask .bottomimg{
    width: 533px;
    height: 250px;
    top: 365px;
    left: 718px;
    background: url("./../images_newui/guide/workstation1.png") no-repeat;
}
.workstation.fullmask .topimg,.workstation.fullmask .midimg,.workstation.fullmask .focusimg,.workstation.fullmask .bottomimg{
    position: absolute;
    background-size: contain;
}
.workstation.fullmask .topguidbox .top.btntip .arrowimg{
    left: 47px;
    top: 58px;
    transform: rotate(180deg);
}
.workstation.fullmask .topguidbox .bottom.btntip .arrowimg{
    top: -47px;
    left: 5px;
    transform: rotate(180deg);
}
.workstation.fullmask .topguidbox{
    right: -30px;
    top: 99px;
}
.workstation .guidbtnbox .guidbtn{
    margin-left: 0;
}