#iDraw {
    width: 100%;
}

#iDraw td {
    padding: 0;
}

#iDraw .cImgPlayerFlag {
    height: 0.9rem;
    margin-right: 0.18rem;
}

#iDrawInfo {
    border-radius: 1rem;
    border-radius: 1rem 1rem 0 0;
    border-style: solid solid none solid;
    border-width: 0.1rem;
    margin: 1.2rem 1.2rem 0;
    font-size: 1rem;
    position: relative;
    display: flex;
    align-items: end;
}

/* 为了把 info banner 撑高用的 */
.cDrawInfoBlank1 {
    margin-top: 40%;
}

.cDrawInfoBlank2 {
    margin-top: 30%;
}

.cDrawInfoGradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 放夺冠图 */
.cDrawInfoBg1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.cDrawInfoBg2 {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.cDrawInfoBg20 {
    left: 0;
}

.cDrawInfoBg21 {
    right: 0;
}

#iDrawTrophy {
    margin: 1.2rem;
    display: flex;
    justify-content: space-around;
}

#iDrawTrophy > img.cImgTrophy2 {
    width: 40%;
}

#iDrawTrophy > img.cImgTrophy1 {
    width: 100%;
    max-width: 800px;
}

#iDrawMap {
    width: 25.8rem;
    height: 16rem;
}

#iDrawTour {
    font-size: 1.5rem;
    line-height: 2.5rem;
    width: calc(50% - 6rem);
    margin: 3rem;
    display: flex;
    flex-direction: column;
    align-items: start;
}

#iDrawTourName {
    font-size: 2.7rem;
    line-height: 3.8rem;
    font-weight: 300;
    margin: 0 0 1rem 0;
}

#iDrawTourSurface {
    padding: 0.2rem 1rem;
    border-radius: 2.5rem;
    font-size: 0.5em;
    line-height: 1.5;
    margin-left: 1rem;
}

#iDrawTourLevels {
    margin-top: 0.3rem;
    display: flex;
}

#iDrawTourLevels > * {
    margin: 0 0.5rem 0 0;
}

.cDrawTourType {
    height: 4rem;
    margin: -0.6rem 0 0 0;
    border-radius: 1rem;
}

#iDrawYearSelector {
    border-radius: 1rem;
    font-size: 1.3rem;
    margin: 3rem;
    width: calc(49% - 6rem);
    display: flex;
    flex-direction: column;
    align-items: end;
}

#iDrawYearSelector .cDrawTourDateRange {
    margin-bottom: 0.5rem;
}

#iDrawYearSelector select {
    border: 0;
    border-radius: 0;
    cursor: pointer;
    line-height: 2.8rem;
    height: 2.8rem;
    width: 40%;
    padding-left: 0.5rem;
    text-align: center;
    text-align-last: center;
}

#iDrawYearSelector option {
    padding: 0 0.4rem;
    text-align: right;
}

#iDrawPartSelector {
    margin: 0 1.2rem 1.2rem;
    padding: 0 0.6rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

#iDrawPartSelector > div {
    font-size: 1.1rem;
    line-height: 2.2rem;
    margin: 1.2rem 0.6rem;
    padding: 0 0.6rem;
    display: inline-block;
    cursor: pointer;
}

.cDrawPart {
    font-size: 1rem;
    margin: 1.2rem;
    border-radius: 1rem;
    overflow: hidden;
}

.cDrawPartTitle {
    padding-left: 1rem;
    font-size: 1rem;
    line-height: 2.5;
}

.cDrawBlockRow {
    width: 100%;
    table-layout: fixed;
}

.cDrawBlock {
    width: 100%;
    table-layout: fixed;
}

.cDrawBlockQf {
    font-size: 1rem;
    height: 21rem;
}

.cDrawBlockEighth {
    font-size: 1rem;
    height: 34rem;
}

.cDrawBlockLR {
    font-size: 1rem;
}

.cDrawBlockL2R {
    font-size: 0.9rem;
}

.cDrawBlock td {
    vertical-align: bottom;
    white-space: nowrap;
    padding: 0;
}

.cDrawBlock td.cDrawGrid {
    position: relative;
    line-height: 1.2;
}

.cDrawBlock td.cDrawGrid:hover {
    overflow: visible;
}

.cDrawBlock td.cDrawGridOdd {
    border-bottom: 0;
    vertical-align: middle;
}

.cDrawBlock td.cDrawGridEven {
    vertical-align: middle;
    border-top: 0;
}

.cDrawBlock .cDrawDetail {
    font-size: 0.9em;
    text-wrap: wrap !important;
}

#iDraw .cDrawBlock td.cDrawSeq {
    width: 4%;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    font-family: RobotoCondensed;
}

#iDraw .cDrawPartS .cDrawBlock td.cDrawSeq {
    line-height: 1.8;
}

#iDraw .cDrawPartD .cDrawBlock td.cDrawSeq {
    line-height: 3;
}

#iDraw .cDrawBlockLeft td {
    text-align: left;
    padding-left: 0.25rem;
}

#iDraw .cDrawBlockRight td {
    text-align: right;
    padding-right: 0.25rem;
}

td.cDrawGridScore {
    /*	font-family: RobotoCondensed;*/
}

.cDrawBlock td.cDrawGridScore {
    vertical-align: top;
    overflow: visible;
    line-height: 1.2;
}

.cDrawBlockMid {
    /*	border: 1px solid #ccc;*/
    line-height: 1.5;
    width: 100%;
}

.cDrawBlockMid td {
    text-align: center;
}

.cDrawBlockRR {
    margin: 1.2rem auto;
}

#iDraw .cDrawBlockRR td {
    padding: 0.4rem;
    text-align: center;
    vertical-align: middle;
}

.cDrawPartS .cDrawBlockRR {
    line-height: 1.4;
}

.cDrawPartD .cDrawBlockRR {
    line-height: 1.2;
}

.cDrawBlockRR .cDrawDetail {
    font-size: 0.8em;
}

.cDrawBlockRRSubTable {
    width: 100%;
}

.cDrawBlockRRSubTable td {
    padding: 0 !important;
    font-size: 0.8em;
}

.cDrawPointAndPrizeTable {
    display: inline-block;
    vertical-align: top;
    margin: 1.2rem;
}

#iDraw .cDrawPointAndPrizeTable th,
#iDraw .cDrawPointAndPrizeTable td {
    text-align: center;
    padding: 0 1rem;
    line-height: 2.4;
}

/* 晋级之路 */

#iDrawRoad {
    font-size: 0;
    text-align: left;
}

#iDrawRoad #iDrawRoadTitle {
    font-size: 1.4rem;
    line-height: 3.6rem;
    text-align: center;
}

#iDrawRoad #iDrawRoadContent {
    padding: 0.6rem;
}

#iDrawRoad table {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.5;
    table-layout: fixed;
    text-align: center;
}

.cDrawRoadHeadMe,
.cDrawRoadHeadOppo {
    width: 12rem;
    height: 12rem;
    margin: 0.6rem 0 4.5rem;
}

.cDrawRoadHeadMe > div,
.cDrawRoadHeadOppo > div {
    background-position: center;
    background-size: cover;
    position: relative;
}

.cDrawRoadHead1 > div {
    width: 100%;
    height: 100%;
}

.cDrawRoadHead2 {
    width: 24rem;
    font-size: 0;
}

.cDrawRoadHead2 > div {
    width: 50%;
    height: 100%;
    display: inline-block;
}

#iDrawRoad #iDrawRoadContent div div div {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    font-size: 1.1rem;
    line-height: 3rem;
    white-space: nowrap;
}

.cDrawRoadScore {
    position: relative;
    font-size: 1rem;
    line-height: 0.9rem;
    height: 3.4rem;
    padding: 1.5rem 1px 0.1rem;
    max-width: 13.2rem;
}

.cDrawRoadScore1::after,
.cDrawRoadScore2::after {
    content: "";
    position: absolute;
    height: 1.6rem;
    width: 100%;
    left: 0;
    bottom: 100%;
}

.cDrawRoadScore2::after {
    height: 28.5rem;
}

#iDrawRoad .cDrawRoadTableHolder {
}

.cDrawRoadTableHolder .cDrawRoadLine {
    opacity: 0;
}

.cDrawRoadScore:not(.cDrawRoadScore1):not(.cDrawRoadScore2)::before {
    content: "";
    position: absolute;
    top: -0.4rem;
    left: calc(50% - 0.4rem);
    height: 0.8rem;
    width: 0.8rem;
    border-radius: 0.8rem;
    z-index: 1;
}

.cDrawRoadScore:not(.cDrawRoadScore1):not(.cDrawRoadScore2)::after {
    content: "";
    position: absolute;
    top: -0.8rem;
    left: calc(50% - 0.8rem);
    height: 1.6rem;
    width: 1.6rem;
    border-radius: 1.6rem;
}

#iCalendar {
    width: 100%;
    font-size: 0;
}

#iCalendar #iCalendarSelector {
    margin: 1.2rem;
}

#iCalendar #iCalendarSelector input + label,
#iCalendar #iCalendarSelector #iDatePicker {
    width: 12rem;
    text-align: center;
}

#iCalendar #iCalendarSelector input + label {
    cursor: pointer;
    font-size: 1.2rem;
    line-height: 3.2rem;
    margin: 0;
    transition: all 0.8s;
}

#iCalendar table {
    margin: 1.2rem;
    font-size: 1.2rem;
    width: calc(100% - 2.4rem);
    border-radius: 1rem;
    border-style: solid;
    border-width: 0.1rem;
    padding: 1rem;
}

#iCalendar tr {
    border-bottom-style: solid;
    border-width: 0.1rem;
}

#iCalendar td:first-child {
    width: 10rem;
    text-align: center;
    padding-top: 0.65rem;
    vertical-align: top;
    line-height: 2;
}

#iCalendar .cCalendarTour {
    font-size: 1.2rem;
    line-height: 2;
    display: inline-block;
    margin: 0.4rem;
    cursor: pointer;
    transition: all 0.4s;
    border-radius: 1rem;
    padding: 0.2rem 1rem 0.2rem 1rem;
}

#iCalendar .cCalendarTour:hover {
    background-color: #cacaca;
}

#iCalendar .cCalendarTour img {
    height: 2rem;
    margin: 0.2rem;
    vertical-align: middle;
}

#iNewCalendar {
    overflow: auto;
    position: relative;
}

#iNewCalendar .cCurrentLine {
    position: absolute;
    height: 100%;
    width: 0.2rem;
    top: 0;
    z-index: 1;
}

#iNewCalendar td {
    text-align: center;
    font-size: 1rem;
    height: 2.6rem;
    line-height: 2.6rem;
    width: 2.6rem;
    white-space: nowrap;
    overflow: hidden;
    border-width: 0px;
    border-style: solid;
}

#iNewCalendar td > div {
    cursor: pointer;
}

.cNewCalendarTour {
    color: #fff;
    border-radius: 2rem;
}

.cNewCalendarTour img {
    height: 1.5rem;
    margin: 0.1rem;
    vertical-align: middle;
}

.cCalendarTypeDirectTo {
    display: inline-block;
    padding: 0 1.5rem;
    font-size: 1.3rem;
    line-height: 3.2rem;
    cursor: pointer;
}

.cDCFCRuleChart {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.cDrawEntryDiv {
    display: flex;
    flex-wrap: wrap;
}

.cDrawEntry {
    margin: 0.5rem;
    flex-shrink: 0;
    overflow-y: clip;
}

.cDrawEntry::before {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    height: 51.2%;
    border-radius: 1rem 1rem 0 0;
    background-color: gray;
}

.cDrawEntryPortrait {
    margin-top: -1px;
}

.cDrawEntryPortrait img {
    width: 13rem;
    height: 13rem;
}

.cDrawEntryPortrait::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* 确保渐变层不会阻挡下方元素的交互 */
}

.cDrawEntryPlayer {
    position: absolute;
    font-size: 1rem;
    line-height: 2;
    bottom: 0;
    right: 0.2rem;
    width: 100%;
    text-align: right;
    text-wrap: nowrap;
}

.cDrawEntryRank {
    position: absolute;
    font-size: 1rem;
    line-height: 2;
    left: 0.2rem;
    bottom: 0;
}

.cDrawEntryRoundguanjun,
.cDrawEntryRoundjinpai {
    font-size: 3rem;
}
.cDrawEntryRoundyajun,
.cDrawEntryRoundyinpai {
    font-size: 2.2rem;
}
.cDrawEntryRoundtongpai {
    font-size: 1.8rem;
}

.cDrawEntryEliminated {
    position: absolute;
    bottom: 20%;
    right: 10%;
    font-size: 1.5rem;
    font-weight: 900;
    border-width: thick;
    border-style: double;
    border-radius: 0.5rem;
    padding: 0.4rem 0.6rem;
    transform: rotate(352deg);
}

.cDrawEntryIsAway {
    position: absolute;
    font-size: 5rem;
    left: -3rem;
    bottom: 30%;
}

.cDrawEntryHolder {
    opacity: 0;
}

.cDrawTrophyDiv {
    display: flex;
    vertical-align: top;
    margin: 1.2rem;
}

.cDrawTrophyYear {
    font-size: 3rem;
    font-weight: 800;
    line-height: 3rem;
    width: 9rem;
    margin: 2rem;
}

.cDrawTrophyContent {
    display: flex;
    flex-direction: row;
}

.cDrawTrophyPic {
    width: 35rem;
    height: 18.9rem;
    border-radius: 1rem;
    overflow: hidden;
    margin-right: 1rem;
    margin-top: 0;
    background: rgba(0, 0, 0, 0.3);
}

.cDrawTrophyName {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 1.4rem;
    color: #fff;
    line-height: 3rem;
    padding-left: 1rem;
	box-shadow: 0rem 0rem 20rem 0rem;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.4),
        rgba(0, 0, 0, 0.8)
    );
}

@media (orientation: portrait) {
    #iDrawTour {
        width: calc(50% - 2rem);
        margin: 1rem;
    }

    .cDrawTourType {
        height: 3rem;
    }

    #iDrawTourName {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    #iDrawYearSelector {
        margin: 1rem;
        width: calc(49% - 2rem);
    }

    #iDrawYearSelector select {
        line-height: 1.8rem;
        height: 1.8rem;
        max-width: 15rem;
    }

    #iDrawYearSelector .cDrawTourDateRange {
        font-size: 0.6em;
    }

    .chip {
        font-size: 0.6em;
    }

    #iDraw .cImgPlayerFlag {
        height: 0.7rem;
        margin-right: 1px;
    }

    .cDrawPart {
        font-size: 0.9rem;
    }

    .cDrawBlock {
        margin: 1px 0;
    }

    #iDraw .cDrawBlock td.cDrawSeq {
        width: 1.2rem;
    }

    #iDraw .cDrawBlockLeft td {
        padding-left: 1px;
    }

    #iDraw .cDrawBlockRight td {
        padding-right: 1px;
    }

    td.cDrawGridScore {
    }

    #iDrawRoad table {
        font-size: 0.9rem;
    }

    #iCalendar td:first-child {
        width: 15%;
    }

    #iDrawRoad #iDrawRoadContent {
        padding: 0;
    }

    .cDrawRoadHeadMe,
    .cDrawRoadHeadOppo {
        width: 12rem;
        height: 12rem;
    }

    .cDrawRoadHead2 {
        width: 18rem;
    }

    .cDrawRoadScore2::after {
        height: 25.5rem;
    }

    .cDrawEntryPortrait img {
        width: 8rem;
        height: 8rem;
    }

    .cDrawEntryRank,
    .cDrawEntryPlayer {
        font-size: 0.8rem;
    }

    .cDrawEntryRoundguanjun,
    .cDrawEntryRoundjinpai {
        font-size: 3rem;
    }
    .cDrawEntryRoundyajun,
    .cDrawEntryRoundyinpai {
        font-size: 2.2rem;
    }
    .cDrawEntryRoundtongpai {
        font-size: 1.8rem;
    }
    .cDrawEntryEliminated {
        font-size: 0.9rem;
        padding: 0.1rem 0.2rem;
    }
    .cDrawEntryIsAway {
        font-size: 4rem;
        left: -2.5rem;
    }

    .cDrawTrophyYear {
        font-size: 2rem;
        font-weight: 800;
        line-height: 2rem;
        width: 6rem;
        margin: 1rem;
    }

    .cDrawTrophyContent {
        flex-direction: column;
    }

    .cDrawTrophyPic {
        width: 25rem;
        height: 13.5rem;
        margin-top: .5rem;
        margin-right: 0;
    }
}
