@charset "utf-8";
.clearFloat:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    overflow: hidden
}

.clearFloat {
    zoom: 1
}

.fl {
    float: left;
}

.fr {
    float: right;
}
body{
    background: #f0f2f6;
}
.topBox{
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding-left: 0px;
    background: #fff;
    text-align: center;
    position: relative;
}
.backImg{
    position: absolute;
    left: 5px;
    top: 7px;
    width: 30px;
    height: auto;
    z-index: 2;
}
.logo{
    display: inline-block;
    vertical-align: middle;
    width: 56px;
    height: auto;
    font-size: 0;
}
.tit{
    font-size: 14px;
    color: #444;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}
.leftBox{
    width: 100%;
    height: auto;
    border-radius: 4px;
    background: #fff; 
    margin-top: 15px;
}
.navBox{
    width: calc(100% - 30px);
    height: 52px;
    margin: 0 auto;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}
.navBox:last-child{
    border: none;
}
.navBox:hover{
    background: #df0011;
    color: #fff;
}
.navBoxOn{
    background: #df0011;
    color: #fff;
}
.nav{
    font-size: 16px;
    line-height: 52px;
    color: #7a8193;
}
.rightImg{
    display: block;
    width: 24px;
    height: auto;
    margin-top: 14px;
}
.rightCon{
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 4px;
    padding: 15px;
    margin-top: 15px;
}
.conImg{
    font-size: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}