﻿@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url('Fonts/SourceHanSansCN-Regular.otf') format('opentype');
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    font-family:  'Segoe UI', 'Microsoft YaHei', sans-serif;
    font-size: 0;
}
input,
textarea {
    font-family: 'Segoe UI', 'Microsoft YaHei', sans-serif;
}
.Font_Source_Regular {
    font-family: "SourceHanSansCN-Regular", 'Segoe UI', 'Microsoft YaHei', sans-serif;
}
.Font_Source_Regular input,
.Font_Source_Regular textarea {
    font-family: "SourceHanSansCN-Regular", 'Segoe UI', 'Microsoft YaHei', sans-serif;
}
.Font_Arial {
    font-family: Arial, 'Segoe UI', 'Microsoft YaHei', sans-serif;
}
.Font_Arial input,
.Font_Arial textarea {
    font-family: Arial, 'Segoe UI', 'Microsoft YaHei', sans-serif;
}
.Font_YaHei {
    font-family: 'Microsoft YaHei', 'Segoe UI', 'Microsoft YaHei', sans-serif;
}
.Font_YaHei input,
.Font_YaHei textarea {
    font-family: "Microsoft YaHei", 'Segoe UI', 'Microsoft YaHei', sans-serif;
}





.ZIndex_-1 {
    z-index: -1;
}
.ZIndex_0 {
    z-index: 0;
}
.ZIndex_1 {
    z-index: 1;
}
.ZIndex_2 {
    z-index: 2;
}
.ZIndex_3 {
    z-index: 3;
}
.ZIndex_4 {
    z-index: 4;
}
.ZIndex_5 {
    z-index: 5;
}


img {
    max-width: 100%;
    display: inline-block;
}

h1 {
    font-weight: normal;
}

.SplitBlock {
    margin-bottom: 10px;
}
.SplitLine {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.MarginBottom_20 {
    margin-bottom: 20px;
}
.MarginBottom_50 {
    margin-bottom: 50px;
}
.PaddingTop_20 {
    padding-top: 20px;
}
.PaddingBottom_50 {
    padding-bottom: 50px;
}
.Padding_0_10 {
    padding: 0 10px;
}
.Padding_0_20 {
    padding: 0 20px;
}
.Padding_0_50 {
    padding: 0 50px;
}
.Padding_5_0 {
    padding: 5px 0;
}
.Padding_10_0 {
    padding: 10px 0;
}
.Padding_20_0 {
    padding: 20px 0;
}
.Padding_50_0 {
    padding: 50px 0;
}

.Size2_1 {
    width: 50%;
}
.Size3_1 {
    width: 33.3%;
}

.BGColor_ffffff {
    background-color: #ffffff;
}
.BGColor_f2f2f2 {
    background-color: #f2f2f2;
}
.BGColor_f0f0f0 {
    background-color: #f0f0f0;
}
.BGColor_eeeeee {
    background-color: #eeeeee;
}
.BGColor_000000 {
    background-color: #000000;
}
.BGColor_2a2a2a {
    background-color: #2a2a2a;
}
.BGColor_444444 {
    background-color: #444444;
}
.BGColor_3a3a3a {
    background-color: #3a3a3a;
}

.Color_A_Nav a {
    padding: 30px 20px;
    position: relative;
    transition: 0.3s;
}
.Color_A_Nav a > p {
    display: block;
    text-align: center;
}
.Color_A_Nav a > p:nth-child(1) {
    font-size: 20px;
    color: #333333;
}
.Color_A_Nav a > p:nth-child(2) {
    font-size: 15px;
    color: #808080;
}
.Color_A_Nav a::after {
    content: " ";
    width: 0;
    height: 3px;
    left: 0;
    bottom: 0;
    position: absolute;
    display: block;
    background-color: #333333;
    transition: 0.5s;
}
.Color_A_Nav a:hover:after {
    width: 100%;
}

.Color_000 {
    color: #000;
}
.Color_333 {
    color: #333;
}
.Color_777 {
    color: #777;
}
.Color_ddd {
    color: #ddd;
}
.Color_bbb {
    color: #bbb;
}
.Color_eee {
    color: #eee;
}
.Color_fff {
    color: #fff;
}


.Logo {
    width:auto;
    height: 80px;
    margin-right: 40px;
}
.Nav-Nav > .Left {
    width: 249px !important;
}
.Nav-Nav > .Right {
    width: calc(100% - 249px);
    text-align: right;
}
.Nav {
    box-shadow: 0 0 10px rgba(100, 100, 100, 0.75);
}
.Nav div.Content {
    padding: 0 10px;
}
.Nav p, 
.Nav ul, 
.Nav li {
    padding: 0;
}
.Nav p.Switch_Default_001 {
    padding: 0 10px;
}
.Nav div.Mobile ul, 
.Nav div.Mobile li, 
.Nav div.Mobile a {
    width: 100%;
}
.Nav p.Switch_Default_001 i {
    background-color: #aaa;
}
.Nav p.Switch_Default_001 {
    border: 2px solid #aaa;
}





.Flex {
    display: flex;
    align-items: flex-start;
    flex-flow: row wrap;
}
.Flex.Flex_Align_Center {
    align-items: center;
}
.Flex > .Flex_Grow {
    flex-grow: 1;
}



.Bottom {
    background-color: #333333;
    text-align: center;
}
.Bottom .ToTop {
    display: inline-block;
    margin-top: -57px;
    cursor: pointer;
}
.Bottom .Flex {
    align-items: center;
    text-align: left;
    flex-wrap: nowrap;
}





.HtmlBox {
    position: relative;
    overflow: hidden;
}

.PageTop {
    padding-bottom: 26.04%;
    background-size: 100% 100%;
    background-position: 50% 50%;
}

.PosBox > a,
.PosBox > p {
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
    color: #333;
}
.PosBox > a:nth-last-child(1) {
    color: #333;
}

.TextBox_Ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}
.TextBox_Ellipsis[Line='2'] {
    -webkit-line-clamp: 2;
}





/**/




/**/



.Nav div.Mobile ul.Open {
    height: 343px;
}




.Public_Title_001 {
    padding-top: 5px;
    position: relative;
}
.Public_Title_001:before {
    content: " ";
    width: 40px;
    height: 3px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background-color: #808080;
    font-size: 0;
    line-height: 0;
}




.Nav .DrawBoard {
    width: 100%;
    padding: 10px 0;
    top: 100%;
    left: 0;
    position: absolute;
    /*display: none;*/
    background-color: #f2f2f2;
}
.Nav .DrawBoard .Flex {
    justify-content: center;
    flex-wrap: nowrap;
}
.Nav .DrawBoard img {
    margin: auto;
    display: block;
}
.Nav .DrawBoard a:hover {
    font-weight: bold;
}









@media screen and (max-width: 1000px) {



}
@media screen and (max-width: 800px) {
    .MobileHidden {
        display: none;
    }

    /*.MarginBottom_50 {
        margin-bottom: 30px;
    }*/

    .Size2_1,
    .Size3_1 {
        width: 100%;
    }

    .Logo {
        margin-right: 0;
    }



    .Bottom .Flex {
        flex-wrap: wrap;
    }
    .Bottom .Flex > div {
        margin: 50px 0;
        text-align: center;
    }
    .Bottom .Flex > div.MesBox {
        width: 100%;
        padding: 0;
        flex-grow: unset;
        text-align: left;
        order: 2;
    }
    .Bottom .Flex > div.ImgBox {
        width: 50%;
        order: 1;
    }
    .Bottom .Flex > div.ImgBox img {
        max-width: calc(100% - 20px);
    }






    .Nav div.Mobile a {
        width: calc(100% - 20px);
    }
    .Nav-Nav > .Right {
        width: 100%;
    }

    .Color_A_Nav a > p:nth-child(2) {
        display: none;
    }



    .AddMessageBox_Bottom input {
        width: calc(99.9% - 40px);
    }

    .PageTop {
        padding-bottom: 39.0625%;
        background-size: 150% 100%;
        background-position: 50% 50%;
    }
}