@charset "UTF-8";
body,header,footer,section{min-width:1230px;}
.ld-container{width:1230px;padding:0 15px;margin:0 auto;}
body{background-color:#b2070e}
.st-desc{margin-top:-115px;position:relative}
.st-desc .inner{background-color:#8f060b;border-radius:10px;padding:22px 30px;color:#fff;font-size:18px;text-indent:2em;line-height:30px}
.st-desc .inner p{margin-bottom:0}
.st-desc .ps{font-size:16px;color:#fcf5c4;line-height:24px;margin-top:58px}
.st-desc .ps span{color:#fff}

.st-players{margin:47px 0 76px}
.st-players .table thead th{border-bottom:0;box-shadow:none;background-color:#fcf5c4;text-align:center;font-size:32px;font-weight:520;color:#b2070e}
.st-players .table td{font-size:20px;color:#fff;line-height:1;padding:20px;border-color:#c9574b;white-space:nowrap;background-color:#8f060b}
.st-players .table td p{margin-bottom:0;margin-top:4px;font-size:16px;position:relative;padding-left:25px;}
.st-players .table td p:before{content:'';position:absolute;left:0;top:50%;height:1px;overflow:hidden;background-color:rgba(255,255,255,.5);width:20px}
.st-players .table td a:hover{color:yellow}

.gto-top{position:fixed;z-index:9;bottom:20px;left:50%;margin-left:625px}
.gto-top .inner{width:62px;height:62px;border-radius:5px;border:1px solid #f9cfd0;color:#fff;font-size:12px;display:inline-block;text-align:center;padding-top:40px;line-height:1;position:relative}
.gto-top .inner:before{
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 19px 11px;
    border-color: transparent transparent #ffffff transparent;
    position:absolute;
    top:13px;
    left:50%;
    margin-left:-11px;
}

@media all and (max-width: 1230px){
    .st-desc{margin-top:-100px}
}
@media all and (min-width: 1600px){
    .st-desc{margin-top:-130px}
}
@media all and (min-width: 1900px){
    .st-desc{margin-top:-160px}
}
