 
body {
    margin: 0;
    padding: 0
}

#access-wrapper{
    width: 100%;
    background: #dcdcdc;
    font-size: 18px;
    color: #545454;
    padding: 15px 0;
    box-shadow: #dadada 3px 6px;
}
#access-wrapper .access-top{
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}
#access-wrapper .tool-tips{
    line-height: 24px;
    margin-right: 20px;
    font-weight: bold;
    background-color: #e7e7e7;
    height: 48px;
    padding: 3px 12px;
    font-size: 20px;
    margin-top: 12px;
}
#access-wrapper  .tool-item{
    margin-right: 15px;
    cursor: pointer;
    position: relative;
}
#access-wrapper .tool-item .number{
    position: absolute;
    bottom: 0px;
    left: 0;
    font-size: 12px;
    font-weight: normal;
    color: #a1a1a1;
    display: block;
    width: 100%;
    text-align: center;
    height: 14px;
    line-height: 14px;
    overflow: hidden;
}
#access-wrapper  .tool-item span{
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
#access-wrapper  .tool-item .icon-wrap{
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #cdcdcd;
    background-color: #e7e7e7;
}
#access-wrapper  .tool-item .icon-wrap.over{
  background-color: rgb(0, 114, 190);
}
#access-wrapper  .tool-item .icon-wrap.over i{
  color: #ffffff;
}
#access-wrapper  .tool-item .icon-wrap:hover{
    background-color: rgb(0, 114, 190);
}
#access-wrapper  .tool-item .icon-wrap:hover i{
    color: #ffffff;
}
#access-wrapper  .tool-item .icon-wrap i{
    font-size: 32px;
    line-height: 50px;
    font-weight: bold;
    color:#545454;
}

#access-wrapper .access-follow{
    display: none;
}
#access-wrapper .access-follow .access-follow-x{
    position: fixed;
    width: 100%;
    height: 4px;
    top:0;
    background-color: #e90000;
    z-index: 9999;

}
#access-wrapper .access-follow .access-follow-y{
    position: fixed;
    width: 4px;
    height: 100%;
    top: 0;
    background-color: #e90000;
    z-index: 9999;
}
#access-wrapper .access-bottom{
    width: 100%;
    height: 120px;
    border-top:5px solid #bdbdbd;
    position: fixed;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 9999;
    background: #ffffff;
}
#access-wrapper .access-bottom .cont{
    text-align: center;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    padding: 15px 40px;
    overflow-y: scroll;
    height: 100px;
    font-weight: bold;
    color: #000000;
}
#access-wrapper .access-bottom .icon-close{
    width: 30px;
    height: 30px;
    cursor: pointer;
}
#access-wrapper .access-bottom .icon-close i{
    font-size: 28px;
    position: absolute;
    right: 10px;
    top:10px;
}

#access-wrapper .color-item{
    position: absolute;
    left: -20px;
    top: 65px;
    display: none;
    z-index: 5;
}
#access-wrapper .color-item ul{
    list-style: none;
    background: #ffffff;
    padding: 5px;
    border: 1px solid #b3b3b3;
    width: 90px;
}
#access-wrapper .color-item li{
    line-height: 36px;
    text-align: center;
    border-bottom: 1px dotted #b3b3b3;
}
#access-wrapper .color-item li.a1{
    background-color: #000000;
    color: #ffffff;
}
#access-wrapper .color-item li.a2{
    background-color: #006ccf;
    color: #fffc00!important;
}