html,
body {
    width: 100%;
    height: 100%;
    overflow: auto;
    font-size: 20px;
    background-color: #e2ecf9;
}
.league-committee-page {
    font-size: .7rem;
}
.league-committee-page .text-overflow-one {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.league-committee-page .league-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.25rem;
    line-height: 1.25rem;
    padding: .8rem;
    background: #102B50;
    color: #FFFFFF;
    font-size: .9rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    z-index: 10001;
}
.league-committee-page .league-header .league-header-icon {
    width: .8rem;
    height: .8rem;
    margin-right: .7rem;
    background: url("../img/icon_arrow_left.svg") no-repeat;
    background-size: 100% 100%;
}
.league-committee-page .league-content {
    padding-top: 2.8rem;
    padding-bottom: 2.7rem;
}
.league-committee-page .league-content .league-content-title {
    color: #FFFFFF;
    padding: .9rem;
    font-size: .9rem;
    font-weight: 600;
    background-color: #334C6E;
    background-image: linear-gradient(1deg, #334C6E 0%, #102B50 95%);
}
.league-committee-page .league-content .league-content-body {
    padding: 0 .8rem;
}
.league-committee-page .league-content .league-content-box-title {
    padding: .9rem 0 .9rem 1.5rem;
    font-size: .8rem;
    position: relative;
    color: #5A6380;
    background-color: #FFFFFF;
}
.league-committee-page .league-content .league-content-box-title:before {
    content: '';
    display: block;
    position: absolute;
    top: 1.2rem;
    left: .8rem;
    width: .2rem;
    height: .7rem;
    background-color: #3C96FF;
    border-radius: 5px;
}
.league-committee-page .league-content .league-content-cell-padding {
    padding: .5rem 0;
}
.league-committee-page .league-content .league-content-cell-margin {
    margin-bottom: 3px;
}
.league-committee-page .league-content .league-content-cell {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #4C5675;
}
.league-committee-page .league-content .league-content-cell .league-content-cell-label {
    color: #4C5675;
}
.league-committee-page .league-content .league-content-cell .league-content-cell-select:after {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 5px;
    top: 50%;
    margin-top: -2.5px;
    right: .5rem;
    background: url("../img/icon-select-down.png") no-repeat;
    background-size: cover;
}
.league-committee-page .league-content .league-content-cell .league-content-cell-input {
    position: relative;
    width: 11rem;
    height: 1.75rem;
    padding: 0 1rem 0 .5rem;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 2px;
    box-sizing: border-box;
}
.league-committee-page .league-content .league-content-cell .league-content-cell-input input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
}
.league-committee-page .league-content .league-content-cell .league-content-cell-label-required {
    position: relative;
}
.league-committee-page .league-content .league-content-cell .league-content-cell-label-required:after {
    content: '*';
    display: block;
    color: #FF6F6F;
    position: absolute;
    right: -.5rem;
    top: .04rem;
}
.league-committee-page .league-content .league-content-cell .league-content-cell-textarea {
    width: 100%;
    height: 5rem;
    padding: .5rem;
    border: 1px solid #EDEDED;
    border-radius: 2px;
    box-sizing: border-box;
}
.league-committee-page .league-content .league-content-cell .league-content-cell-textarea textarea {
    border: 0;
    outline: 0;
    width: 100%;
    height: 100%;
}
.league-committee-page .league-content .league-content-pane {
    height: 2.5rem;
}
.league-committee-page .league-content .league-content-pane .league-content-pane-label {
    color: #717992;
}
.league-committee-page .league-content .league-content-pane .league-content-pane-text {
    color: #4C5675;
}
.league-committee-page .league-content .league-content-list:first-child {
    border-top: 1px solid #DDE2F0;
}
.league-committee-page .league-content .league-content-list {
    padding: .8rem 0;
    border-bottom: 1px solid #DDE2F0;
}
.league-committee-page .league-content .league-content-list .league-content-list-title {
    font-size: .8rem;
    color: #4C5675;
    width: 78%;
    margin-bottom: .5rem;
}
.league-committee-page .league-content .league-content-list .league-content-list-content {
    display: flex;
    color: #717992;
}
.league-committee-page .league-content .league-content-list .league-content-list-content .league-content-list-content-text {
    width: 78%;
}
.league-committee-page .league-content .league-content-list .league-content-list-content .league-content-list-content-number {
    width: 22%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.league-committee-page .league-content .league-content-list .league-content-list-content .league-content-list-content-number .icon-eyes {
    display: inline-block;
    width: .6rem;
    height: .4rem;
    margin-right: .3rem;
    background: url("../img/icon-eyes.svg") no-repeat;
    background-size: contain;
}
.league-committee-page .league-content .league-content-list .league-content-list-content .league-content-list-content-number span {
    display: inline-block;
    width: 1.8rem;
}
.league-committee-page .league-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 .8rem;
    height: 54px;
    background-color: #FFFFFF;
    background-image: linear-gradient(0deg, #FFFFFF 0%, #F6FAFF 100%);
    box-sizing: border-box;
    z-index: 10;
}
.league-committee-page .league-footer .back-btn {
    color: #717992;
}
.league-committee-page .league-footer .back-btn .icon-back {
    display: inline-block;
    width: .35rem;
    height: .6rem;
    margin-right: .5rem;
    background: url("../img/icon-back.svg") no-repeat;
    background-size: cover;
}
.league-committee-page .league-footer .current-btn {
    height: 1.5rem;
    line-height: 1.5rem;
    padding: 0 1.5rem;
    color: #FFFFFF;
    text-align: center;
    background-color: #365785;
    background-image: linear-gradient(0deg, #365785 0%, #678AB6 100%);
    border-radius: .9rem;
}
