*{
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
    font-family: Microsoft YaHei, serif;
}
html,body{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
button,a{
    cursor: pointer;
    user-select: none;
    text-decoration: none;
}
button:active,a:active{
    opacity: 0.8;
}
.root{
    width: 100%;
    height: 100%;
    overflow: auto;
    scrollbar-width: 0;
}
::-webkit-scrollbar{
    display: none;
}
.navigation{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    background-color: #FFFFFF;
    z-index: 99;
}
.logo{
    width: 10%;
    margin-right: 25px;
}
.navigation>a{
    color: #000000;
    font-size: 15px;
}
.navigation-item{
    margin-right: 5px;
    padding: 6px 20px;
    border-radius: 40px;
}
.navigation .active{
    background-color: #e20000;
    color: #FFFFFF;
}
.phone{
    font-weight: bold;
    font-size: 18px;
    margin-left: 8px;
}
.phone>img{
    width: 10%;
    margin-bottom: -2px;
    margin-right: 10px;
    vertical-align: unset !important;
}
.login-btn{
    border: 2px #E20000 solid;
    color: #E20000 !important;
    padding: 6px 20px;
    border-radius: 30px;
    margin-right: 12px;
}
.zixun-btn{
    border: 2px #E20000 solid;
    color: #FFFFFF !important;
    padding: 6px 20px;
    border-radius: 30px;
    background-color: #E20000;
}
.title{
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.title2{
    width: 100%;
    text-align: center;
    color: #979797;
    font-size: 14px;
}
.foot{
    background-color: #2b2b2b;
    padding: 50px 200px 15px 200px;
    overflow: hidden;
    width: 100%;
}
.foot>div{
    float: left;
    width: 25%;
}
.foot b{
    color: #FFFFFF;
    font-size: 17px;
    display: block;
    padding-bottom: 10px;
}
.foot p{
    color: #cccccc;
    font-size: 14px;
    margin-top: 15px;
}
.foot a{
    color: #cccccc;
    font-size: 14px;
    display: inline-block;
    width: 50%;
    margin-top: 15px;
    float: left;
}
.foot span{
    margin-right: 10px;
}
.foot-zixun{
    background-color: transparent;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    padding: 10px 30px;
    border-radius: 30px;
    margin-top: 30px;
    font-size: 14px !important;
}
.foot img{
    width: 11px;
    float: left;
    margin-right: 6px;
    vertical-align: inherit !important;
}

.float-left{
    position: fixed;
    left: -190px;
    bottom:70px;
    z-index: 9999;
    background-color: #008edf;
    padding: 20px;
    border-radius:0 7px 7px 0;
    color: #FFFFFF;
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.2);
    text-align: center;
    transition-duration: 500ms;
}
.float-left-active{
    left: 0;
}
.float-left h4{
    font-weight: bold;
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 5px;
    letter-spacing: 1px;
}
.float-left h4:first-of-type{
    margin: 0;
}
.float-left>p>img{
    width: 150px;
}
.float-left>button>img,.float-right>button>img{
    width: 20px;
}
.float-left>button{
    position: absolute;
    right: -40px;
    top: 130px;
    padding: 20px 10px;
    border: none;
    background-color: #008edf;
    color: #FFFFFF;
    border-radius:0 7px 7px 0;
    box-shadow: 3px 0 3px 3px rgba(0,0,0,0.2);
}
.float-left>button:active{
    opacity: 0.95 !important;
}
.float-right{
    position: fixed;
    right: -120px;
    bottom:70px;
    z-index: 9999;
    background-color: #008edf;
    padding: 25px 30px;
    border-radius:7px 0 0 7px;
    color: #FFFFFF;
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.2);
    text-align: center;
    transition-duration: 500ms;
}
.float-right-active{
    right: 0;
}
.float-right>button{
    position: absolute;
    right: 120px;
    top: 140px;
    padding: 20px 10px;
    border: none;
    background-color: #008edf;
    color: #FFFFFF;
    border-radius:7px 0 0 7px;
    box-shadow: -3px 0 3px 3px rgba(0,0,0,0.2);
}
.float-right-items>button{
    display: block;
    background-color: transparent;
    border: none;
    color: #ffffff;
    margin-top: 15px;
    font-size: 15px;
}
.float-right-items>button:first-of-type{
    margin: 0;
}