html, body {
    background: #131111;
    width: 100%;
    height: 100%;
    min-width: 1200px;
}
img{
    max-width: 100%;
    display: block;
}

body>.index{
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 100%;
}
body .wrapper{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

body > .index .index_content{
    position: relative;
    overflow: hidden;
}

body .pc_index_top{
    width: 100%;
    background: #fbfbfb;
    height: 60px;
    border: 1px solid #eceef1;
    position: absolute;
    top: 0;
    left: 0;
}
body .pc_index_top .wrapper{
    height: 100%;
    
}

body .pc_index_top .wrapper .gs_logo{
    width: 175px;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
body .index .pc_index_con{
    width: 10%;
    height: 100%;
}

body .pc_bottom{
    height: 105px;
    width: 100%;
    background: #1b1b1b;
    text-align: center;
    position: relative;
    /* left: 0;
    bottom: 0;
    padding-top: 25px; */
}

body .pc_bottom .links,body .pc_bottom .copy{
    width: 100%;
    font-size: 0;
}


body .pc_bottom .links a{
    display: inline-block;
    color: #fbfbfb;
    font-size: 12px;
    line-height: 26px;
    margin-right: 20px;
    padding: 0 5px;
    position: relative;
}
body .pc_bottom .links a::after{
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    width: 1px;
    height: 14px;
    background: #ffffff;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}


body .pc_bottom .copy p{
    text-align: center;
    font-size: 12px;
    line-height: 26px;
    color: #fbfbfb;
}