html, body, * {
    padding: 0;
    margin: 0;
    font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, "PingFang SC", Tahoma, Arial, sans-serif;
"Helvetica Neue", Helvetica, Tahoma, Arial, sans-serifbody
}

html, body {
    width: 100%;
    height: 100%;
    position: relative;
}

body {
    min-width: 1200px;
}

.bggray {
    background: #F7F7F7;
}

.bgwhite {
    background: white;
}

.iframehome {
    width: 100%;
    height: 100%;
    border: 0;
    top: 88px;
    position: absolute;
    overflow-x: scroll;
    /*padding-bottom: 88px;*/
    min-width: 1200px;
}

.headerbar {
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 88px;
    background-color: #f9f9f9;
    box-shadow: 3px 1px 10px 2px rgba(196, 189, 197, 0.2);
    z-index: 1;
}

.headerbar .logo {
    margin-top: 15px;
    height: 58px;
    width: auto;
}

.headerbar .actions {
    position: absolute;
    display: flex;
    right: 0px;
    align-items: center;
    background-color: #f9f9f9;
    top: 0px;
}

.headerbar .actions div {
    margin-right: 60px;
    color: #333333;
    font-size: 24px;
    height: 88px;
    line-height: 88px;
    min-width: 90px;
    text-align: center;
    box-sizing: border-box;
    font-weight: normal;
    cursor: pointer;
}

.headerbar .actions div:last-child {
    margin-right: 0px;
}

.headerbar .actions .active {
    color: #036eb7;
    border-top: 4px solid #036eb7;
    line-height: 82px;
}

.icpcard {
    text-align: center;
    width: 100%;
    font-size: 14px;
    height: 46px;
    line-height: 46px;
    background: #222222;
    color: white;
    /*padding-bottom: 88px;*/
}

.icpcardIE {
    text-align: center;
    width: 100%;
    font-size: 14px;
    height: 46px;
    line-height: 46px;
    background: #222222;
    color: white;
    /*padding-bottom: 70px;*/
}

.icpcard a{
    color:white;
    text-decoration: none;
}
.icpcardIE a{
    color:white;
    text-decoration: none;
}

.homefooter {
    position: relative;
    height: 231px;
    width: 100%;
}

.homefooter .footer {
    width: 1200px;
    height: 231px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.homefooter .footer .c {
    position: relative;
    width: 100%;
    height: 100%
}

.linkcard {
    position: absolute;
    top: 50%;
    left: 64.83%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.linkcard .text {
    color: #666666;
    font-size: 16px;
    margin-top: 12px;
}

.linkcard .logo {
    height: 46px;
    width: auto;
}


.homefooter .parterner {
    height: auto;
    width: 349px;
    position: absolute;
    top: 50%;
    left: 86px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.homefooter .linefooter {
    width: 1px;
    height: 151px;
    background-color: #dcdcdc;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.Toast {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
}

.ToastWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    background: rgba(34, 34, 34, 0.6);
    width: auto;
    color: white;
    min-width: 500px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 80px;
    border-radius: 4px;
    line-height: 80px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.StandardCardWrap {
    position: relative;
    width: 100%;
    text-align: center;
}

.StandardCardWrap .StandardCard {
    width: 1200px;
    height: auto;
    display: inline-block;
    position: relative;
}