
a {
    color: inherit;
    text-decoration: none;
  }
  
  a:hover {
    color: inherit;
    text-decoration: none;
  }
  
  a:visited {
    color: inherit;
    text-decoration: none;
  }
  
  a:active {
    color: inherit;
    text-decoration: none;
  }
.footer{
    width: 100%;
    
}
.footer-top{
    width: 100%;
    height: 205px;
    background-color: #ebebeb;
}
.collection-btn__group{
    padding: 22px 0;
    max-height: 84px;
    position: relative;
}
.footer-bottom{
    width: 100%;
    height: 53px;
    background-color: #dedede;
    line-height: 53px;
}
.home-container{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.flex-between{
    display: flex;
    justify-content: space-between;
   
}

.collection-btn{
    position: relative;
    width: 220px;
    padding: 5px 20px;
    height: 40px;
    text-align: center;
    background-color: #ffffff;
    border: none;
    font-size: 16px;

}
.web a{
    color: #333333;
}
.web-collection:hover{
   color: #999898;
}
.web-collection:hover .web-container{
    display: block;
}
.web-collection:hover::before{
    content: "";
    width: 220px;
    height: 22px;
    top: 0;
    position: absolute;
    background: #fff;
}
.web-collection:hover .caret{
    transform:translateY(-50%) rotate(180deg);
}
.collection-btn>.caret{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    width: 8px;
    border-top:7px dashed #2a2a2a;
    transition: .3s;
}
.web-container{
    padding: 30px 10px 10px 10px;
    width: 100%;
    margin: 0;
    height: 300px;
    background:#fff;
    box-shadow: 0px -4px 12px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    border-radius: 4px 4px 0 0;
    top: -300px;
    left: 0;
    display: none;
    overflow-y: auto;
    z-index: 10;
}
.web-container>.web{
    display: block;
    width: 25%;
    margin: 0;
    font-size: 16px;
    color: #333333;
    float: left;
    padding: 8px 10px;
    
}
.web-container>.web a{
    display: inline-block;
    height: 100%;
    transition: .2s;
}
.web-container>.web a:hover{
    color: #999898;
}
.web-info{
    margin-top: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #666666;
}

.web-info>div{
    line-height: 36px;
}
.web-info > .footer-images a{
    display: inline-block;
}
.web-info > .footer-images img{
    display: inline-block;
    margin: 0 15px;
}
.copyright a{
    display: inline-block;
    color: #666666;
}
.copyright a:hover{
    color: #666666;
}
.copyright span{
    position: relative;
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
    color: #666666;
}
.copyright span:nth-of-type(n+2)::before{
    content: '|';
    position: absolute;
    top: calc(50% - 2px);
    left: -11px;
    transform: translateY(-50%);
}
.record>span{
    display: inline-block;
    margin-left: 45px;
}

.record a {
    color: #333333;
}
.btn.btn-default:active:focus{
    outline: none;
    box-shadow: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none !important;
    box-shadow: none !important;
 }

.container {
    z-index: 999;
    width: 1200px;
    margin: 0 auto;
    top: 30px;
    position: relative;
}

#toolbarSwitch {
    position: absolute;
    right: 0;
    background-color: #ffffff;
    border-radius: 18px;
    padding: 5px 15px;
    color: #2375AB;
    font-size: 16px;
}