/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
    font-family: 'iconfont';
    /* Project id 4833961 */
    src: url('https://cdn.kflfurryreunion.cn/etc/kfl_iconfont/kfl_iconfont/iconfont.woff2') format('woff2'),
        url('https://cdn.kflfurryreunion.cn/etc/kfl_iconfont/kfl_iconfont/iconfont.woff') format('woff'),
        url('https://cdn.kflfurryreunion.cn/etc/kfl_iconfont/kfl_iconfont/iconfont.ttf') format('truetype');
}

@font-face {
    font-family: '站酷庆科黄油体';
    src:
        url('https://cdn.kflfurryreunion.cn/etc/zcoolqingkehuangyouti-Regular.woff') format('woff'),
        url('https://cdn.kflfurryreunion.cn/etc/zcoolqingkehuangyouti-Regular.woff2') format('woff2'),
        url('https://cdn.kflfurryreunion.cn/etc/站酷庆科黄油体.ttf') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

* {
    transition: .5s;
}

img {
    transition: 0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: '站酷庆科黄油体';
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}


#logo {
    position: absolute;
    right: 7vw;
    top: 1vh;
    width: 6vw;
    height: 6vw;
    /* background: #eee; */
}

#logo #headLogo {
    width: 125%;
}

#headBar {
    text-align: center;
    position: fixed;
    z-index: 99;
    margin: auto;
    height: 10vh;
    width: 100%;
    padding-left: 5vh;
    padding-right: 5vh;
    margin-bottom: 0vh;
    /* background-color: #fff; */
    color: #fff;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), rgba(200, 0, 0, 0.2));
    -webkit-user-select: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    border-radius: 1vh;
    transition: 0.5s;
    box-shadow: 1.75vw 1.75vw 1.75vw rgba(200, 0, 0, 0.2);
    overflow: hidden;
}

#headBar:hover {
    /* box-shadow: 0.36rem 0.3rem 0.3rem #49adff; */
}

#btnLs {
    width: 55vw;
    display: flex;
}

.headBtn {
    line-height: 6vh;
    height: 6vh;
    width: 10vw;
    margin: auto;
    font-size: 1.5vw;
    letter-spacing: .33vw;
    cursor: pointer;
    align-items: center;

    border-radius: 3vh;
    /* overflow: hidden; */
}

.headBtn i {
    font-size: 1.5vw;
    /* margin-left: 0.3rem; */
    /* margin-right: 0.3rem; */
    color: #fff;
    transition: .5s;
}

.headBtn:hover {
    background: #49adff;

}

/* .headBtn .ULine{
    position: relative;
    margin: 1vh auto;
    width: 0.5vw;
    height: 0.5vh;
    background: #49adff;
    border-radius: 0.25vw;
    
} */

/* .headBtn:hover .ULine{
    width: 100%;
    background: #fff;
} */
#logMask {
    z-index: 999;
    position: fixed;
    left: 10vw;
    top: 1.5vh;
    overflow: hidden;
    width: 4vw;
    height: 4vw;
    background: #fff;
    justify-content: center;
    border-radius: 2vw;
    text-align: center;
}

#logMask div {
    margin: auto;
    font-size: 1.3vw;
    line-height: 2vw;
    letter-spacing: .23vw;
    background: #fff;
    border-radius: .75vw;
    font-weight: 400;
}

#logMask #uname {

    font-size: 1.3vw;
    font-weight: 300;
    margin: 1.1vw auto;
    letter-spacing: .22vw;
}

#logMask #loginBtn,
#logMask #orderBtn,
#logMask #exitBtn {
    width: 85%;
    height: 2vw;
    margin: .5vw auto;
    cursor: pointer;
}

#logBtn {
    overflow: hidden;
    margin: auto;
    width: 4vw;
    height: 4vw;
    background: #fff;
    border-radius: 2vw;
    cursor: pointer;
    z-index: 999;
    justify-content: center;
    text-align: center;

}

#logBtn #avatar {
    width: 4vw;
    height: 4vw;
    border-radius: 2vw;
}

#logMask:hover {
    width: 15vw;
    height: 35vh;
    right: 3.5vw;
    padding: 1.75vw;
    border-radius: 1vw;
    box-shadow: .85vw .85vw 1.75vw #49adff;
}

#logMask #loginBtn:hover,
#logMask #orderBtn:hover,
#logMask #exitBtn:hover {
    background: #49adff;
    color: #fff;
}

#logMask:hover #logBtn {
    border-radius: 2vw;
    width: 5vw;
    height: 5vw;
    z-index: 9999;
    transition: .5s;
    margin-bottom: 0.65vw;
}

#logMask:hover #avatar {
    width: 5vw;
    height: 5vw;
    transition: .5s;
    margin-bottom: .65vw;
}

#bodyBox {
    position: relative;
    top: -50vh;
    opacity: 0;
    width: 100%;
    min-height: 100vh;
}

#footBox {
    position: relative;
    display: flex;
    width: 100%;
    height: 45vh;
    background: #49adff;
    padding: 5vh;
    padding-left: 10vw;
    padding-right: 10vw;
}

#footBox #footBar {
    /* position: relative; */
    width: 35%;
    min-height: 20vh;
    /* background: ;  */
    font-size: 1.25vw;
    font-weight: 100;
    letter-spacing: .1vw;
}

#footBar .footInfo i {
    font-size: 1.3vw;
    line-height: 1.5vw;
    margin: auto 1.3vw;
}

#footBar .footInfo {
    padding: 0.35vw;
    position: relative;
    color: #fff;
    cursor: pointer;
    line-height: 1.5vw;
    margin: .35vw auto;
    border-radius: .5vw;
}

#footBox .footInfo .info {
    position: absolute;
    right: .5vw;
    display: inline-block;
    font-size: 1.15vw;
    transition: .2s;
}

#footBox .footInfo:hover {
    background: #fff;
    color: #49adff;
}

#footBox .footInfo:hover i {
    color: #49adff;
}

#footBox #copyright {
    font-size: 1.15vw;
    /* margin-top: 2.5vh; */
    /* margin-left: 1.5vw; */
    letter-spacing: .1vw;
    color: #fff;
    font-weight: 500;
    position: absolute;
    left: 45%;
    bottom: 10vh;
}

#footBox #logoBox {
    width: 20vw;
    height: 20vh;
    margin: 2vh auto;
    /* background: #eee; */
    border-radius: 1vw;
}

#footBox #footLogo {
    width: 100%;
    /* height: 100%; */
}

#footBox #QQGroup {
    background: #49adff;
    color: #fff;
    padding: 1.75vw;
    width: 25vw;
    height: 30vh;
    margin: -2vh 0vw;
    font-size: 1.35vw;
    position: relative;
    border-radius: 1vw;
    letter-spacing: .2vw;
    /* display: flex; */
}

#QQGroup .qrcode {
    border-radius: 1rem;
    margin: 2vh auto;
    display: inline-block;
    width: 10vw;
    height: 10vw;
    background: #fff;
}

#QQGroup .qrcode img {
    width: 100%;
    height: 100%;
}

#policeId {
    color: #666;
    text-align: center;
    font-size: 1vw;
    text-decoration: none;
}

#ICPId {
    color: #666;
    text-align: center;
    font-size: 1vw;
    text-decoration: none;
}

#policeId:hover,
#ICPId:hover {
    color: #eee;
    transition: .5s;
}