* {
    font-family: Verdana, sans-serif;
    font-size: 15px;
    box-sizing: border-box;
}

h1 {
    font-size: 24px;
    line-height: 26px;
    margin: 15px 0px;
    font-weight: normal;
}

h2 {
    font-size: 24px;
    line-height: 24px;
    margin: 0px 0px;
    font-weight: normal;
}

h3 {
    font-size: 24px;
    line-height: 24px;
    margin: 20px 0px;
}

h4 {
    font-size: 21px;
    line-height: 21px;
    margin: 20px 0px;
}

h5 {
    font-size: 18px;
    line-height: 18px;
    margin: 20px 0px;
}

h6 {
    font-size: 15px;
    line-height: 15px;
    margin: 20px 0px;
}

html {
    box-sizing: border-box;
    padding: 0px;
}

body {
    font-size: 16px;
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
    margin: 0px;
    background-color: #f7f7f7;
    padding: 0px;
}


a {
    color: #0a58ca;
    text-decoration: none;
    font-size: 15px;
}

a:hover {
    color: coral;
    text-decoration: underline;
}

.line {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 0px;
    border-bottom: 1px solid #d5d5d5;
}

.dotLine {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 0px;
    border-bottom: 1px dashed #d5d5d5;
}

.pageContainer {
    background-color: #FFFFFF;
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 0px;
    padding-bottom: 100px;
}

.divTopbar {
    display: flex;
}

.divLogo {
    width: 260px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding-left: 50px; */
}

.divLogoTitle {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .divLogoDescription {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
} */


#divTopbarContent {
    flex: 1;
    margin-top: 10px;
    text-align: right;
}


.menu a {
    margin-left: 20px;
    color: black;
    text-decoration: none;
    font-size: 15px;
}

.menu a:hover {
    color: coral;
}


.fileName {
    font-weight: bold;
    background-color: lightgoldenrodyellow;
    border: 1px solid yellow;
    padding: 5px 10px;
}


#divBanner {
    margin-top: 10px;
    display: flex;
    padding:30px;
}

#divBanner_Left {
   
}

#divBanner_Right {
    flex: 1;
    padding: 20px;
    font-size: 16px;
    line-height: 26px;
    margin-left: 30px;
}

#imgChaoShuShen
{
    border-radius: 10px; /* 圆角 */
    box-shadow: 0px 4px 10px rgba(200, 200, 200, 0.6); /* 浅灰色光晕 */
}

.divContent {
    margin-left: 30px;
    margin-right: 30px;
}

.divTitle {
    font-size: 38px;
}

.divProductTitle {
    display: flex;
    align-items: center;
}

.productTitle {
    font-size: 20px;
}

.divProductDescription {
    font-size: 14px;
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
}




#divOpenSource_Left {
    width: 450px;
    padding-right: 20px;
}

#divOpenSource_Left h2 {
    font-size: 38px;
    line-height: 38px;
}

#divOpenSource_Right {
    flex: 1;
    margin-left: 70px;

}

.divGithubAward_Item {
    display: flex;
    margin-top: 30px;
}

.divGithubAward_Item_Left {
    width: 100px;
}

.divGithubAward_Item_Right {
    flex: 1;
    display: flex;
    justify-content: left;
    align-items: center;
}

.divGithubItem_Title {
    font-size: 18px;
    font-weight: bold;
}

.divGithubItem_Title a {
    color: black;
}

.divGithubItem_Description {
    font-size: 15px;
    color: gray;
    margin-top: 15px;
}

.divBottom {
    margin-top: 30px;
    font-size: 34px;
    text-align: center;
    color: lightgray;
}


.divMenu {
    display: flex;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
    overflow: visible;
}

.divMenu a {
    font-size: 18px;
    margin-right: 30px;
    color: black;
    text-decoration: none;
}

.divMenu a.active {
    padding: 0px 10px 10px 10px;
    border-bottom: #0a58ca 3px solid;
}

.divMenu a:hover {
    color: chocolate;
}

.divMenuRight {
    flex: 1;
    text-align: right;
    font-size: 13px;
}

.divMenuRight a {
    flex: 1;
    text-align: right;
    font-size: 13px;
}

.divMenuRight a:hover {
    flex: 1;
    text-align: right;
    font-size: 13px;
    color: chocolate;
}

.menuImage {
    position: absolute;
    right: 0px;
    bottom: -10px;
}