html {
    font-size: 20px;
}
body {
    color:#101010;
    font-family: PingFangSC-Regular, sans-serif;
    height:100%;
    margin:0 auto;
    width:100%;
    min-width: 1200px;
    background: #FAFAFA;
}
button {
    cursor: pointer;
}
a{
    color: #101010;
    text-decoration: none;
}
b{
    font-weight: 400;
}
html,body,div,dl,dt,dd,ul,ol,li,th,td, h3, p {
    margin:0;
    padding:0;
}

img,body,html {
    border:0;
    width: 100%;
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:400;
}

ol li,ul li {
    list-style:none;
}
img{
    display: block;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 500;
}
button:focus {outline: 0;}
p, h3 {
    margin: 0;
    padding: 0;
}
#newBridge .icon-right-center {
    top: auto !important;
    bottom: 10px !important;
}