/*.salebox { max-width: 1200px; padding: 30px 15px 0; }*/
.salebox-home {
    max-width: 1000px;
    padding: 15px 15px 15px;
}

#buy_place {
    position: fixed;
    display: block;
    margin: 0px;
    /* border-radius: 24px; */
    right: 10px;
    bottom: 44px;
    padding: 0;
    /* border-radius: 0px; */
    border-radius: 3px;
    -webkit-border-radius: 0px;
    color: white;
    z-index: 99;
    width: 62px;
    border: 2px solid rgb(113,15,20);
}

#buy_icon {
    margin: 0px auto 0 auto;
    padding: 10px;
    color: rgb(113,15,20);
    background-color: white;
    border-radius: 3px;
}
.hotsale {
    padding: 0;
}

.nav-right {
    max-width: 350px;
    text-align: right;
}

.nav-logo {
    margin-top: -10px; /*20200311*/
    padding: 0;
}

.social {
    overflow: initial;
    display: block;
    clear: both;
    text-align: right;
}

.nav-r-bottom-item+.nav-r-bottom-item::before {
    content: " ";
}

.nav-r-bottom-item img {
    height: 20px;
    vertical-align: sub;
}

.salebox .hotsale-h1 {
    margin-bottom: 0;
}

.nav>li>a {
    padding: 10px 13px;
}

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    button.navbar-toggle {
        display: block;
        border: 1px solid #ccc;
        margin-top: 17px;
        margin-right: 0;
    }

    .navbar-toggle .icon-bar {
        background: #ccc;
    }

    a.navbar-brand.nav-logo {
        position: relative;
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 10px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        overflow: hidden;
        height: auto;
    }

    .navbar-nav.nav-main {
        width: 100%;
    }

    .navbar-nav>li {
        float: none;
        text-align: left;
        text-indent: 5px;
    }

    .nav-r-bottom {
        margin: 15px;
    }
}

/* navigation */
.navigation {
    background: rgb(113,15,20);
}

.navigation .navbar-nav {
    display: flex;
    float: initial;
    padding: 5px 0;
    justify-content: center;
}

.navigation .navbar-nav a {
    color: #fff;
}

.navigation .navbar-nav .dropdown-menu>li>a {
    color: #333;
}

/*20200311*/
.navigation .nav .open>a, .navigation .nav .open>a:focus, .navigation .nav .open>a:hover {
    background-color: #811220;
}

@media (max-width: 1200px) {
    .navigation {
        display: none;
    }
}

h2.title {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    border-left: 10px solid rgb(113,15,20);
    padding-left: 10px;
    margin-bottom: 20px;
    margin-top: 0;
}

h2.title a {
    position: absolute;
    right: 0;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    background-color: rgb(113,15,20);
    padding: 5px;
    border-radius: 5px;
}

/* 最新消息 */
.index-news {
    padding: 0 15px;
}

.index-newslist {
    background-color: #f5f5f5;
    padding: 0 20px;
}

.index-newslist>div {
    color: rgb(113,15,20);
    padding: 15px 0;
    border-bottom: 1px solid #fff;
}

.index-newslist>div:last-child {
    border-bottom: none;
}

.index-newslist .date {
    font-size: 16px;
    color: black;
}

.index-newslist .content {
    font-weight: bold;
}

.index-newslist .link {
    text-align: right;
}

.index-newslist .link a {
    border: 1px solid rgb(113,15,20);
    color: rgb(113,15,20);
    padding: 3px 5px;
    border-radius: 5px;
}

/* 20200309 start*/
/* 最近賽事/最新戰績 */
.indexsub {
    background-color: #efefef;
    border: 2px solid rgb(113,15,20);
    text-align: center;
    padding: 30px 10px;
}

.indexsub .teamlogo>div {
    display: inline-block;
    width: 25%;
    vertical-align: middle;
}

.indexsub .mid {
    font-size: 32px;
    font-weight: bold;
    color: rgb(113,15,20);
}
@media (max-width: 320px) {
    .indexsub .mid {
        font-size: 26px;
    }
}
.indexsub .gameinfo {
    font-size: 21px;
    font-weight: bold;
    margin: 15px auto;
}

.indexsub .link a {
    display: inline-block;
    width: 25%;
    padding: 5px;
    background-color: rgb(113,15,20);
    color: #fff;
    margin: 10px 20px;
}

@media (max-width: 480px) {
    .indexsub .teamlogo>div {
        width: 28%;
    }

    .indexsub .teamlogo>div img {
        width: 100%;
    }
}

/* 排行 */
.board {
    margin-bottom: 30px;
}

.board .pagetab .nav-tabs>li>a {
    padding: 5px;
    margin-right: 10px;
    font-size: 15px;
    color: #000;
}

.board .pagetab .nav-tabs>li>a:hover {
    text-decoration: none;
    border-color: white;
}

.board .pagetab .nav-tabs>li.active>a,
.board .pagetab .nav-tabs>li.active>a:focus,
.board .pagetab .nav-tabs>li.active>a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #000;
    border: 0;
    border-bottom: 5px solid rgb(113,15,20);
}

.board table {
    width: 100%;
    background-color: #e5e5e5;
}

.board table tr:nth-child(even) {
    background-color: #dbcfcf;
}

.board table th,
.board table td {
    text-align: center;
    padding: 3px;
    vertical-align: middle;
}

.board table th {
    font-weight: bold;
}

.board .img {
    width: 15%;
}

.board .img img {
    width: 100%;
    vertical-align: middle;
}

.board .score {
    color: rgb(113,15,20)
}

.board2 table {
    width: 100%;
    background-color: #e5e5e5;
}

.board2 table tr:nth-child(odd) {
    background-color: #dbcfcf;
}

.board2 table th,
.board2 table td {
    text-align: center;
    padding: 3px;
    vertical-align: middle;
}

.board2 table th {
    background-color: #fff;
    padding: 5px 5px 10px;
    font-size: 15px;
    font-weight: bold;
}

.board2 .img {
    width: 19.15%;
}

.board2 .img img {
    width: 100%;
    vertical-align: middle;
}

/* 20200309 end*/
/* 最新影片 */
.pro-col3 .embed-responsive,
.pro-col3 iframe {
    width: 100%;
    height: 300px;
}

.pro-col3 .salebox-buy {
    text-align: left;
}

/* 贊助商Logo */
.logo-box {
    background-color: initial;
}

.logo-box-bar li:hover {
    background-color: initial;
}

/* footer */
.footer {
    background: rgb(113,15,20);
}

.footer-item-box {
    text-align: center;
}

.footer-item:not(:last-child)>a::after {
    color: #fff;
}

/* pagetopbanner */
.pagetopbanner img {
    width: 100%;
}

h2.pagetitle {
    font-size: 24px;
    font-family: 'Noto Sans'; /*20200311*/
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid rgb(113,15,20);
    padding-bottom: 8px;
    margin-bottom: 10px;
    margin-top: 0;
}

h2.pagetitle span {
    color: rgb(113,15,20);
    margin-left: 15px;
    letter-spacing: 2px;
    font-family: 'Anton'; /*20200311*/
}

.page {
    margin-top: 20px;
}

.page .salebox-home {
    padding-bottom: 0;
}

.page-con {
    background-color: #ededed;
}
/*20200311 start*/
.pagetab .nav-tabs>li>a {
    padding: 10px;
    margin-right: 20px;
    color: #000;
    border: none;
}

.pagetab .nav-tabs>li>a:hover {
    text-decoration: none;
    border-bottom: 5px solid rgb(113,15,20);
}

.pagetab .nav-tabs>li.active>a,
.pagetab .nav-tabs>li.active>a:focus,
.pagetab .nav-tabs>li.active>a:hover {
    text-decoration: none;
    color: #000;
    border: 0;
    border-bottom: 5px solid rgb(113,15,20);
}
/*20200311 end*/
/* calendar */
.page-con a {
    color: rgb(113,15,20);
}

.calendar-features>div {
    vertical-align: middle;
    line-height: 40px;
}

.calendar-features .thismonth {
    font-size: 30px;
    text-align: center;
}

.calendar-features .thismonth span {
    margin: 0 10px;
}

.calendar-list {
    display: none;
}

.calendar-table {
    width: 100%;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    margin: 10px auto;
}

.calendar-table th,
.calendar-table td {
    width: 14.28%;
    text-align: center;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}

.calendar-table th {
    background-color: #a86972;
    color: #fff;
}

.calendar-table td {
    background-color: #fff;
    color: #999;
    height: 130px;
    padding: 10px;
}

.calendar-table .date {
    position: relative;
    font-size: 18px;
    color: #bbb;
    text-align: left;
}

/*20200305*/
.game {
    font-size: 14px;
    color: #333;
    line-height: 18px;
    margin: 5px auto 10px;
}

/*20200305*/
.game .gamenumber {
    display: block;
    font-size: 12px;
    color: #fff;
    background-color: #666;
    padding: 1px 3px;
    margin-bottom: 5px;
}

/*20200305*/
.game>div,
.game .finalblock>div {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

/*20200305*/
.game .team-icon {
    width: 35px;
    font-size: 18px;
    font-weight: bold;
    color: rgb(113,15,20);
}

.game .team-icon img {
    width: 100%;
}

.game .finalblock {
    display: block;
    margin-top: 5px;
}

/*20200305*/
.game .final {
    font-size: 12px;
}

.calendar-list {
    margin: 10px auto;
    border-top: 1px solid #999;
}

.calendar-list ul {
    margin: 0 15px;
}

.calendar-list li {
    border-bottom: 1px solid #999;
    background-color: #fff;
    padding: 5px 0;
}

.calendar-list .col-xs-10>div {
    vertical-align: top;
}

.calendar-list .week {
    font-size: 12px;
    color: #666;
}

/*20200305*/
.calendar-list .day {
    font-size: 21px;
}

.calendar-list .gamenumber {
    right: 5px;
}

.calendar-list .game {
    margin-right: 10px;
    text-align: center;
}

/*20200305*/
@media (max-width: 992px) {
    .calendar-table .game {
        font-size: 12px;
    }

    .calendar-table .game .team-icon {
        width: 20px;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .calendar-features .view {
        display: none;
    }

    .calendar-features .thismonth {
        font-size: 24px;
        text-align: left;
    }

    .calendar-table {
        display: none;
    }

    .calendar-list {
        display: block;
    }

    .filter {
        padding-left: 0px;
    }

    .game {
        display: inline-block;
        width: 45%;
    }
}

/* players */
.pagetab-sec {
    text-align: center;
}

.pagetab-sec .nav-tabs {
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    margin: 0 auto;
    border-top: 1px solid rgb(113,15,20);
    border-left: 1px solid rgb(113,15,20);
}

.pagetab-sec .nav-tabs>li>a {
    padding: 10px;
    margin-right: 0px;
    color: rgb(113,15,20);
    border: 0;
    border-bottom: 1px solid rgb(113,15,20);
    border-right: 1px solid rgb(113,15,20);
    border-radius: 0;
    width: 80px; /*20200311*/
}

.pagetab-sec .nav-tabs>li>a:hover {
    text-decoration: none;
    background-color: #fff;
}
/*20200311*/
@media (max-width: 480px) {
    .pagetab-sec .nav-tabs>li>a {
        width:63px;
        font-size: 14px;
    }
}
/*20200311*/
.pagetab-sec .nav-tabs>li.active>a,
.pagetab-sec .pagetab .nav-tabs>li.active>a:focus,
.pagetab-sec .pagetab .nav-tabs>li.active>a:hover {
    text-decoration: none;
    color: #fff;
    border: 0;
    border-bottom: 1px solid rgb(113,15,20);
    border-right: 1px solid rgb(113,15,20);
    background-color: rgb(113,15,20);
}

.playercard {
    display: block;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 30px;
}

.playercard>div {
    display: inline-block;
    vertical-align: middle;
    max-height:158px;
}

.playercard .info {
    margin-left: 10px;
}

.playercard .number {
    font-family: 'Anton';
    font-size: 45px;
    color: rgb(113,15,20);
    line-height: 1.5; /*20200313*/
}

.playercard .name {
    color: #333;
    font-weight: bold;/*20200311*/
}

.playercard .title {
    font-size: 16px;
    color: #333;
}

/* players page */
.playerpage {
    background-color: #b81933;
}

.playerpage .pagetab-sec .nav-tabs {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.playerpage .pagetab-sec .nav-tabs>li>a {
    color: #fff;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.playerpage .pagetab-sec .nav-tabs>li>a:hover {
    background-color: rgb(113,15,20);
}
/*20200311*/
.playerpage .pagetab-sec .nav-tabs>li.active>a,
.playerpage .pagetab .nav-tabs>li.active>a:focus,
.playerpage .pagetab .nav-tabs>li.active>a:hover {
    color: rgb(113,15,20);
    border: 0;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    background-color: #fff;
}

.playerinfo .kv {
    position: relative;
    background: url(/img/playerinfo-bg.jpg) no-repeat;
    color: #fff;
}

.playerinfo .about {
    width: 60%;
    min-height: 680px;
    /*padding-top: 30px;*/ /*20200311*/
}

.about span {
    margin-right: 20px;
}

.about .number {
    font-family: 'Covered By Your Grace';
    font-size: 200px;
}

.about .name,
.about .title {
    font-family: 'Noto Sans TC';
}

.about .name {
    font-size: 60px;
    font-weight: 700;
}

.about .title {
    font-size: 30px;
    font-weight: 500;
}

.about .data {
    padding-left: 50px;
    margin-top: -55px;
}

.about .data table {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
}

.about .data th,
.about .data td {
    padding-top: 8px;
    padding-bottom: 8px;
}

.about .data th {
    width: 20%;
}

.playerinfo .picture {
    position: absolute;
    top: 50px;
    left: 600px;
}

.playerinfo .picture img {
    max-width: 450px;
}

.playerinfo2 h2.title {
    color: #fff;
    border-left: 10px solid #fff;
}

.playerinfo2 table {
    width: 100%;
    margin-bottom: 50px;
}

.playerinfo2 tr {
    background-color: #e6e6e6;
}

.playerinfo2 th,
.playerinfo2 td {
    font-size: 14px;
    text-align: center;
}

.playerinfo2 th {
    background-color: #545454;
    color: #fff;
}

@media (max-width: 992px) {
    .playerinfo .about {
        width: 100%;
        min-height: 640px;
        padding-top: 70px;
    }

    .playerinfo .picture {
        position: initial;
    }

    .playerinfo .picture img {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 992px) {
    .playerinfo .kv {
        background: url(/img/playerinfo-bg-m.jpg) no-repeat;
        background-size: contain;
    }
}

@media (max-width: 640px) {
    .playerinfo .about {
        min-height: 520px;
    }

    .about .number {
        font-size: 140px;
    }

    .about .name {
        font-size: 50px;
    }

    .about .title {
        font-size: 24px;
    }

    .about .data {
        padding-left: 30px;
    }

    .about .data table {
        font-size: 18px;
        font-weight: normal;
    }
}

@media (max-width: 480px) {
    .playerinfo .about {
        min-height: 420px;
        padding-top: 120px;
    }

    .about .number {
        font-size: 100px;
    }

    .about .name {
        font-size: 32px;
    }

    .about .title {
        font-size: 18px;
    }

    .about .data {
        padding-left: 0px;
        margin-top: 20px;
    }

    .about .data table {
        font-size: 16px;
    }
}


/* players */
.page-con-girl {
    background-color: #fff;
}

.girl-playercard {
    display: block;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 30px;
}

.girl-bg-1 {
    background-color: #f998b9;
}

.girl-bg-2 {
    background-color: #b4224f;
}

.girl-playercard>div {
    display: inline-block;
    vertical-align: middle;
}

.girl-playercard .info {
    margin-left: 10px;
}

.girl-playercard .number {
    font-family: 'Anton';
    font-size: 45px;
    color: #fff;
    line-height: 1.5;
}

.girl-playercard .name {
    color: #fff;
}

.girl-playercard .title {
    font-size: 16px;
    color: #333;
}

/* players-girls */
.pagetitle {
    position: relative;
}

.pagetitle img {
    position: absolute;
    right: -20px;
    top: -30px;
    width: 149px;
}

.girls {
    background-color: #ffc7d8;
    margin-top: 50px;
}

.girls .playerinfo .kv {
    position: relative;
    background: url(/img/playerinfo-girls-bg.jpg) no-repeat;
    color: #fff;
}

.girls .playerinfo .about {
    height: 600px;
    padding-left: 50px; /*20200311*/
}
/*20200311*/
.girls .about .data {
    /* padding-left: ; */
}

.girls .playerinfo .picture {
    top: 100px;
    width: 90%;
    max-width: 450px;
}

/*23:13*/
.girls .playerinfo .picture img {
    width: 100%;
}

/*23:13*/
@media (max-width: 992px) {
    .girls .playerinfo .kv {
        background: url(/img/playerinfo-girls-bg-m.jpg) no-repeat;
        background-size: contain;
    }
    .girls .playerinfo .about {
        width: 100%;
        height: 640px;
        padding-top: 10px;
    }
    /* .playerinfo .about { height: 640px; } */
    .girls .playerinfo .picture {
        margin: 0 auto;
    }

    /*23:13*/
}

@media (max-width: 640px) {
    .girls .playerinfo .about {
        height: 500px;
    }
}

@media (max-width: 480px) {
    .girls .playerinfo .about {
        height: 340px;
        padding-top: 60px;
        padding-left: 10px;
    }
}

/* news */
.filter-news {
    position: absolute;
    right: 0;
    top: -5px;
    float: initial;
}

.news .date {
    color: rgb(113,15,20);
}

.news li {
    background-color: #ededed;
}

.news li:nth-child(even) {
    background-color: #f6f6f6;
}

.news .date .tag {
    display: inline-block;
    padding: 0 5px;
    margin-left: 10px;
    color: #fff;
    font-family: 'Overpass Mono', Arial; /*20200311*/
    font-size: 12px; /*20200311*/
}

.news .date .tag.orange {
    background-color: #dc8b3c;
}

.news .date .tag.blue {
    background-color: #3877d8;
}

.news .date .tag.red {
    background-color: #c33026;
}

.news .date .tag.mint {
    background-color: #5cd3d1;
}

.news .title {
    position: relative;
    padding-right: 120px;
    color: #000;
}

.news .news-r {
    position: absolute;
    right: 0;
}

.news button.btn-news {
    border-color: rgb(113,15,20);
    background-color: #fff;
    color: rgb(113,15,20);
}

@media (max-width: 768px) {
    .news ul li { width: 100%; }
    .news .title {
        padding-right: 0;
    }

    .news .news-r {
        display: block;
        position: initial;
        float: none;
        text-align: right;
    }
}

/*頁籤*/
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: rgb(113,15,20);
    border-color: rgb(113,15,20);
}

.pagination>li>a,
.pagination>li>span {
    color: #000000;
}

/* 球隊戰績 */
.stats h2 { margin-top: 50px; }
.stats .table-responsive { border: 0px; } /*20200313*/
.stats table { width: 100%; }
.stats tr th {
    font-size: 15px;
    font-weight: bold;
    padding: 5px 5px 10px !important;
    text-align: center;
    border: 0px !important; /*20200313*/
}
.stats tr td { 
    background-color: #fff;
    text-align: center;
    vertical-align: middle !important;
    padding: 0 5px !important;
    border: 0px !important; /*20200313*/
}
.stats tr:nth-child(even) td { 
    background-color: #dad0cf;
}
.stats tr td:first-child { 
    background-color: initial;
    background-image: url(/img/stats_tdbg.png);
    background-position: center;
    background-repeat: repeat-y;
}
.stats tr:nth-child(even) td:first-child { 
    background-color: initial;
    background-image: url(/img/stats_tdbg2.png);
    background-position: center;
    background-repeat: repeat-y;
}
.stats .badge { 
    width: 100px;
    border-radius: 50%;
    background-color: #d08081;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
}
.stats .badge img { width: 100%; }

/* 首頁 Youtube Banner 標題*/
.yt-name {
    padding-top: 15px;
    font-weight: bold;
}

.second_logo {
    float: right;
}
.second_logo img{
    width: 80px;
    position: absolute;
    top: 40px;
    right: 23px;
}

.player_logo_backend {
    position: absolute;
    z-index: 1;
    left: calc(50% - 135px);
}

.player_logo_backend img{
    width: 270px;

}
/* 樂天女孩清單頁logo重疊到文字 手機版*/
@media (max-width: 400px) {
    .pagetitle img {
        right: -35px;
        top: -40px;
        width: 135px;
    }
}
@media (max-width: 360px) {
    .pagetitle img {
        display: none;
    }
}
h2 { font-family: 'Noto Sans'; }/*20200311*/
.badge-list-group2 {
    background: #e3253f;
}
.ptoLisG {
    color: #e3253f;
}

@media screen and (max-width: 768px) {

    /* .salebox-home {
        max-width: 1000px;
        padding: 15px 15px 72px;
    } */



    #buy_place {
        position: fixed;
        display: block;
        /* left: 0; */
        margin: 0px;
        right: 0;
        bottom: 30px;
        padding: 0;
        border-radius: 3px;
        -webkit-border-radius: 0px;
        /* box-shadow: 0 -1px 3px rgb(0 0 0 / 20%); */
        color: white;
        z-index: 99;
        /* width: 100%; */
        border: 2px solid rgb(113,15,20);
    }

    #buy_icon {
        margin: 0px auto 0 auto;
        padding: 10px;
        text-align: center;
        color: rgb(113,15,20);
        background-color: white;
    }
}