* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #0E0E0F;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.faBox {
    margin: auto;
    width:100%;
}

.headBox {
    width:100%;
    height: 50px;
    background-color: #1C1C1C;
    position: relative;
}

.headBoxSon {
    width: 80%;
    height: 50px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.logo {
    width: 194px;
    height: 51px;
}

.logo:hover img {
    display: none;
}

.logo:hover {
    background-image: url(../img/logotophover.png);
}

.topIcon {
    width: 180px;
    height: 50px;
    color: #E5E5E5;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

select {
    height: 28px;
    background-color: #1C1C1C;
    color: #E5E5E5;
}

.EndOfVersion {
    width:100%;
    height: 345px;
    background-color: #26252A;
    color: #E5E2DF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Endbox {
    width: 980px;
    height: 225px;
}

.endTop {
    display: flex;
    justify-content: space-around;
}

.EndTson {
    width: 150px;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid rgb(255, 255, 255);
    font-size: 16px;
    font-weight: bold;
}

.endButon {
    display: flex;
    justify-content: space-around;
}

.endBson>li {
    list-style: none;
    margin-top: 10px;
    cursor: pointer;
}

.endBson {
    width: 150px;
}

.bottomBox {
    width: 1158px;
    height: 200px;
    margin: auto;
}

.botBson {
    height: 50px;
    color: #8D8D8D;
    font-size: 16px;
    font-family: '微软雅黑';
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.botBson span:nth-child(3) {
    color: #E5E2DF;
}

.botBsonIMG:hover img {
    display: none;
}

.botBsonIMG {
    width: 200px;
    height: 50px;
}

.botBsonIMG:hover {
    background-image: url(../img/logotophover.png);
}

.search {
    background-color: #00000093;
    color: #E5E5E5;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
    position: absolute;
}

.search>input {
    height: 50px;
    width: 450px;
    outline: none;
    background-color: #4848c500;
    border-top: 1px solid #E5E2DF;
    border-bottom: 1px solid #E5E2DF;
    border-left: 1px solid #E5E2DF;
    border-right: 1px solid #85542400;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    color: #E5E5E5;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    margin-top: 150px;
    transform: translateX(100%);
}

.VersionCenter {
    position: relative;
}

.searchSon {
    width: 60px;
    height: 50px;
    border-bottom: 1px solid #E5E2DF;
    border-top: 1px solid #E5E2DF;
    border-right: 1px solid #E5E2DF;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-top: -52px;
    margin-left: 900px;
}

.DownColumn {
    width:100%;
    height: 636px;
    background-color: #FFFFFF;
    display: none;
    position: absolute;
    z-index: 1000;
}

.Downlanmu {
    width: 1150px;
    height: 100%;
    margin: auto;
}

.lanmuTop {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
}

.lanIcon {
    width: 100%;
    height: 20px;
    margin-top: -30px;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    z-index: -1;
}

.lanmuTopSon {
    width: 286px;
    height: 50px;
    font-size: 18px;
    border-radius: 5px;
    text-align: center;
    z-index: 1;
}

.lanmuTopSon:hover {
    background-color: #b7b7b731;
}

.lanIcon i {
    margin-top: -12px;
    color: #AAAAAA;
}

.lanmuButtom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.ColumnContent {
    width: 300px;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 18px;
}

.OneClickReturn {
    color: #E5E2DF;
    height: 50px;
    width: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: fixed;
    bottom: 100px;
    right: 100px;
    display: none;
    background-color: rgba(201, 197, 215, 0.562);
    text-align: center;
    border-radius: 20%;
}

.OneClickReturn>i {
    transform: rotate(180deg);
}

/* 267公共css勿动 */