
p
{
    margin:0px;
    padding:0px;
}
ul
{
    padding:0px;
    margin:0px;
    }
li
{
    padding:0px;
    margin:0px;
    list-style-type:none;
    float:left;
    }
a
{
    text-decoration:none;
    color:#222222;
    }
a:hover
{
    text-decoration:underline;
    color:#cc0000;
    }
table{  
    border-collapse:collapse;  
    border-spacing:0;
    border:0px;
    text-align:left;
}  
 
th,td{  
    padding:0;
}
img
{
    border:0px;
    }
#Content
{
    width:1160px;
    }
#Fonts
{
    background-color:#FFFFFF;

    }
#Font_con
{
    width:1248px;
    border:#CCCCCC 1px solid;
    padding:15px;
    }
#Font_con p
{
    line-height:32px;
    }
#Link_con
{
    width:1248px;
    margin:0 auto;
    margin-top:10px;
    text-align:center;

}
#Link_list
{
    }
.Title
{
    padding-bottom:10px;
    clear:both;
    }
.Link ul li
{
    width:1200px;
    text-align:left;
    padding-left:40px;
    float:left;
    line-height:36px;
    border-bottom:#e6e6e6 1px dashed;
    }
.Link ul li img
{
    float: left;
    padding: 16px 5px 0 4px;
    }
.Link_list ul li
{
    width:272px;
    text-align:left;
    padding-left:40px;
    float:left;
    line-height:36px;
    border-bottom:#e6e6e6 1px dashed;
    }
.Link_list ul li img
{
    float: left;
    padding: 16px 5px 0 4px;
    }
.Title p
{
    font-size:24px;line-height:60px;font-weight:bold;
    width:1248px;
    border-bottom:#CCCCCC 1px solid;
    }
.DcCon ul li
{
    width:25%;
    line-height:32px;
    height:auto;
    }
.DcCon p
{
    font-size:16px;
    line-height:30px;
    padding:10px 0px;
    font-weight:bold;
    }
#buttons
{
    text-align:center;
    padding-top:10px;
    }
#buttons input
{
    padding:6px 16px;
    margin:0px 3px;
    font-size:14px;
    line-height:16px;
    }
.Links
{
    height: auto;
    line-height: 20px;
    border: 1px solid #000;
    width: 272px;
    z-index: 10;
    position: absolute;
    text-indent: 5px;
    display: none;
    background:#ededed;
    font-size:14px;
    text-align:left;
}
.Links a {
    display: block !important;
    width: 100% !important;
    border-bottom: 1px dashed #ddd;
    text-decoration: none;
    white-space: normal !important; 
}
.Links ul li
{
    width: 267px;
    line-height: 20px;
    padding-left:5px;
    border:none;
    }
@media screen and (max-width: 1280px) {
    .wrap, #Content, #Link_con, .Title p, #Font_con ,.Link ul,.Link,.Link_list{
        width: 100% !important;
        max-width: 100vw !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        float: none !important;
    }
    
    #Content {
        padding: 0 10px;
    }

    .Title p{
        padding:10px;
    }
    .Link ul li {
        width: 100% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        height: auto !important;
        display: flex !important;
        align-items: center !important;
        box-sizing: border-box !important;
        Justify-content: space-between !important;
        overflow: hidden !important;
        float: none !important;
    }

    .Link ul li img ,
    .Link_list ul li img{
        flex-shrink: 0 !important;
        margin-right: 8px !important;
        float: none !important; 
        padding: 0 !important;
    }
    .Link ul li a {
        flex: 1 1 70% !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        display: block !important;
        text-align: left !important;
        padding-top: 10px;
        height: 36px;
    }

    .Link ul li span {
        flex: 0 0 30% !important;
        text-align: right !important;
        color: #888 !important;
        font-size: 14px !important;
        white-space: nowrap !important;
    }
    .Link_list ul {
        display: flex;
        flex-wrap: wrap;
        padding: 10px 0;
    }

    .Link_list ul li {
        width: 50% !important;
        padding-left: 10px !important;
        box-sizing: border-box;
        border-bottom: 1px solid #eee !important;
        position: relative;
        height: 36px;
        padding-top: 6px;
    }

    .Titles {
        line-height: 36px !important;
        display: block !important;
        position: relative !important;
    }

    .Titles img {
        vertical-align: middle !important;
        margin-top: -2px !important;
        margin-right: 8px !important;
        display: inline-block !important;
    }

    .Links {
        width: 100% !important;
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        overflow-y: auto;
        border-radius: 4px;
        box-sizing: border-box;
    }

    .Links ul li {
        width: 100% !important;
        line-height: 30px !important;
        border-bottom: 1px dashed #ccc !important;
    }

    div[style*="height:80px"] {
        height: auto !important;
        line-height: 1.4 !important;
        padding: 15px 5px !important;
        font-size: 24px !important;
    }
}

.mobile-mask {
    display: none;
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9998;
}