﻿body {
}

#close {
    padding-right: 5px;
    *padding-right: 5px;
    _padding-right: 5px;
    padding-top: 5px;
    cursor: pointer;
    position: absolute;
    font-size: 12px;
    color: #FF0000;
    float: right;
    width: 100%;
    text-align: right;
}

.piaofu_img {
    width: auto;
    height: auto;
    z-index: 1000000;
}

#contents {
    width: auto;
    height: auto;
    display: table;
    /*background-color: #F7F8FD;*/
    min-height: 60px;
    min-width: 100px;
    padding-top: 30px;
    padding-top: 23px;
}

    #contents img {
        border: 0px;
        max-width: 300px;
        /*max-height: 200px;*/
        max-width: 198px;
    }
/*示例1*/
#move_port1 {
    position: fixed;
    width: 198px;
    /*height: 378px;*/
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 10000;
}

    #move_port1 .close_port {
        /*display: none !important;*/
    }

    #move_port1 .floatPosition {
        position: inherit !important;
        box-shadow: none;
    }

    #move_port1 .close_port img {
        display: none !important;
    }
    #move_port1 #close {
        display: none !important;
    }