body {
    color: #222;
    -webkit-text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
iframe {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

body,
button,
input,
select,
textarea {
    font-family: Tahoma, Arial, Roboto, ”Droid Sans”, ”Helvetica Neue”, ”Droid Sans Fallback”, ”Heiti SC”, sans-self;
    font-size: 62.5%;
    line-height: 1.5;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 0;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
    font-size: 0;
}

.container {
    font-family: "微软雅黑";
}

header {
    width: 100%;
    height: 900px;
}

.headTop {
    width: 1200px;
    margin: 0 auto;
    height: 80px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headTopLeft{
    float: left;
    width: 170px;
    height: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.platform img {
    /*width: 48px;*/
    height: 48px;
}

.headTopLeft div{
    /*width: 100px;*/
    /*height: 100px;*/
}

.headTop div p:nth-of-type(1) {
    font-size:18px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(255,255,255,1);
}

.headTop div p:nth-of-type(2) {
    font-size:14px;
    font-family:PingFangSC-Thin;
    font-weight:100;
    color:rgba(255,255,255,1);
}

.headTopLeft img {
    /*width: 48px;*/
    height: 48px;
}



