



.fanLogo {
    top: 22px;
    left: 39px;
    width: 30px;
    background-repeat: no-repeat;
    background-size: 30px;
    height: 30px;
    position: absolute;
    transition: 0.4s;
}

.fanLogoTxt {
    position: absolute;
    font-size: 22px;
    font-family: arial, sans-serif;
    left: 76px;
    top: 26px;
    display: inherit;
    transition: 0.4s;
}

.fanTopBar {
    height: 80px;
    position: fixed;
    right: 0px;
    left: 0px;
    top: 0px;
    z-index: 5;
    transition: 0.4s;
    border-bottom: 1px solid #ddd;
}


.fanAutoWidth{
    width: 1100px;
    margin: 0 auto 0 auto;
    position: relative;
}


.fanTitle {
    position: relative;
    padding-top: 60px;
    height: 90px;
    text-align: center;
}

.fanTitle *[txt_ch] {
    color: #333;
    font-size: 35px;
    line-height: 60px;
}

.fanTitle *[txt_en] {
    color: #999;
    font-size: 16px;
    line-height: 30px;
    margin: 0 auto 0 auto;
    width: 140px;
}

.fanTitle *[line_lt] {
    position: absolute;
    top: 70px;
    border-bottom: 1px solid #999;
    right: 60%;
    left: 100px;
}

.fanTitle *[line_rt] {
    position: absolute;
    top: 70px;
    border-bottom: 1px solid #999;
    left: 60%;
    right: 100px;
}


.fanviewer{

}
.fanviewer *[title] {
    font-size: 18px;
    font-weight: bolder;
}
.fanviewer *[text] {
    line-height: 22px;
    padding: 5px;
    border: 1px solid #ddd;
    background-color: #eee;
    resize: none;
    font-size: 14px;
    width: 100%;
}
.fanviewer *[html] {
    line-height: 22px;
    padding: 5px;
    border: 1px solid #ddd;
    background-color: #eee;
    resize: none;
    font-size: 14px;
    width: 100%;
}

.fanTopMenu {
    position: absolute;
    right: 100px;
    top: 30px;
    font-size: 18px;
    transition: 0.4s;
    padding: 0 0 20px 0;
}

.fanTopMenu *[blank] {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    display: none;
    background-color: #fff;
    opacity: 0.8;
}

.fanTopMenu *[bk] {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    display: none;
}

.fanTopMenu *[button] {
    position: fixed;
    background-image: url(/fan/images/menu.png);
    background-size: 100%;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    display: none;
}

.fanMenu {
    display: block;
    overflow: hidden;
    float: left;
    height: 50px;
}

.fanMenu *[block] {
    float: left;
    margin: 0 0 0 50px;
    position: relative;
}

.fanMenu *[hr] {
    display: none;
}

.fanMenuSelected {
    font-weight: bolder;
}

.fanMenuSelected *[hr] {
    display: inline;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -26px;
    height: 4px;
    background-color: #900;
}

.fanPicTxt {

}

.fanPicTxt *[pic] {
    width: 30%;
    background-repeat: no-repeat;
    background-size: 60% auto;
    background-position: center;
    height: 200px;
    float: left;
}

.fanPicTxt *[txt] {
    margin: 0 0 0 30%;
    font-size: 18px;
}

@media screen and (max-width: 880px) {
    .fanAutoWidth{
        width: 100%;
    }

    .fanTopBar {
        height: 40px;
        border-bottom: none;
    }


    .fanLogo {
        background-size: 24px;
        top: 8px;
        left: 12px;
    }

    .fanLogoTxt {
        font-size: 18px;
        left: 40px;
        top: 10px;
    }



    .fanTopMenu {
        right: -200px;
        top: 40px;
        width: 200px;
        font-size: 18px;

    }

    .fanTopMenu *[blank] {
        display: inherit;
        border-radius: 0 0 0 10px;
    }

    .fanTopMenu *[bk] {
        /*display: inherit;*/
    }

    .fanTopMenu *[button] {
        display: inherit;
    }

    .fanMenu {
        width: 200px;
    }

    .fanMenu *[block] {
        float: none;
        margin: 0 0 0 35px;
        line-height: 40px;
        position: relative;
    }

    .fanMenu *[hr] {
        display: none;
    }

    .fanMenuSelected {
        font-weight: bolder;
    }

    .fanMenuSelected *[hr] {
        display: inline;
        left: -35px;
        right: -200px;
        bottom: 2px;
        height: 40px;
        background-color: #900;
        z-index: -1;
    }






}