body {
    position: relative;
    padding-bottom: 380px;
    background: url(../images/pk/body-bg.png) no-repeat bottom #dfedf3;
}

input:focus,
textarea:focus {
    border: none;
    outline: none;
}

.page-terms .wrap-header,
.page-cs .wrap-header,
.page-topup .wrap-header,
.page-events .wrap-header {
    padding: 0;
    margin-bottom: 30px;
    height: 656px;
    background: url(../images/pk/banner.png) no-repeat center top;
}

.but {
    background: url(../images/pk/description-bg.png) no-repeat center;
    background-size: 100% 100%;
    font-size: 16px;
    color: #fffbed;
}

.but2 {
    background: url(../images/pk/but-bg.png) no-repeat center;
    background-size: 100% 100%;
    font-size: 16px;
    color: #fffbed;
}

.but3 {
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
    -o-filter: grayscale(40%);
    filter: grayscale(40%);
    filter: gray;
}


.forbid {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.but:hover,
.but2:hover,
.add-but button:hover,
.pk-description:hover {
    opacity: .9;
}

/*pk-box-01*/
.pk-box {
    background: url(../images/pk/sec-bg.png) no-repeat center top;
    width: 1200px;
    border: 4px solid #edaa60;
    border-radius: 10px;
    max-height: 1006px;
    position: relative;
}

.main-title {
    margin: 10px auto 26px;
    width: 100%;
    height: auto;
    border-bottom: 3px solid #82605f;
}

.overdue-title {
    position: relative;
    top: 50px;
    margin: 0 auto;
    width: 502px;
    max-width: 90%;
    height: 98px;
    background: url(../images/pk/overdue-title.png) no-repeat center;
    background-size: contain;
    /* filter: hue-rotate(332deg); */
}

.ranking-title {
    position: relative;
    top: 50px;
    margin: 0 auto;
    width: 502px;
    max-width: 90%;
    height: 98px;
    background: url(../images/pk/title-bg.png) no-repeat center;
    background-size: contain;
    /* filter: hue-rotate(332deg); */
    text-align: center;
    line-height: 80px;
    font-size: 46px;
    font-weight: bold;
    color: #fffbed;
    text-shadow: 0 2px 1px #976a40;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #976a40;
}

.main {
    width: 100% !important;
    position: relative;
    margin: 0 auto !important;
    padding-bottom: 60px;
}

.pk-description {
    position: absolute;
    right: 50px;
    top: 0;
    width: 111px;
    height: 47px;
}

.schedule-time {
    width: 1065px;
    max-width: 90%;
    height: 568px;
    background: url(../images/pk/schedule-time-1.png) no-repeat center;
    background-size: contain;
    margin: auto;
}

.add-but {
    display: flex;
    justify-content: center;
    margin-top: 72px;
}

.add-but button {
    margin: 0 78px;
    width: 244px;
    height: 90px;
    background: url(../images/pk/but-bg.png) no-repeat center;
    background-size: contain;
    font-size: 28px;
    color: #fff;
}

.add-hint {
    text-align: center;
    font-size: 18px;
    color: #ffcc52;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.dialog-rules {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background: #00000099;
}

.rules-confirm {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
    border: 2px solid #edaa60;
    position: relative;
    max-width: 1084px;
    border-radius: 10px;
    background: #fcf4f4;
    /* border: none; */
}

.dialog-rules-title {
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 24px;
    color: #fffbed;
    background-image: linear-gradient(#8f4e4d, #4d282d);
    border-bottom: 1px solid #926533;
    border-radius: 10px 10px 0 0;
}

.rules-confirm p {
    padding: 82px 57px;
    font-size: 18px;
    line-height: 40px;
}

.rules-close {
    right: -14px;
    top: -14px;
    width: 52px;
    height: 52px;
    line-height: 50px;
    text-align: center;
    background: url(../images/close-btn.png) no-repeat center;
    transition: all .5s ease;
    position: absolute;
    background-image: linear-gradient(#8f4e4d, #4d282d);
    border: 1px solid #926533;
    border-radius: 50%;
    color: #fffbed;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

.rules-close:hover {
    transform: rotate(180deg);
}

/*em pk-box-01*/

/*pk-box-02*/
.pk-table {
    display: flex;
    height: 93px;
    line-height: 93px;
    text-align: center;
    background-image: linear-gradient(#987171, #524345);
    font-size: 28px;
    color: #fffbed;
    cursor: pointer;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    margin-bottom: 36px;
}

.pk-table li {
    width: 25%;
    border-right: 2px solid #d49754;
    border-bottom: 3px solid #d49754;
}

.pk-table li:last-child {
    border-right: none;
}

.pk-table li.act,
.pk-table li:hover {
    font-weight: bold;
    background-image: linear-gradient(#8f4e4d, #4d282d);
}

.tab {
    display: none;
}

.tab.act {
    display: block;
}

/*tab-01 */
.team-but {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    padding: 0 52px;
    position: relative;
    flex-direction: column;
}

.team-my-record {
    position: absolute;
    right: 0;
    bottom: 70px;
    width: 48px;
    height: 120px;
    background: url(../images/pk/team-my-record.png) no-repeat center;
    background-size: contain;
    font-size: 0;
    overflow: hidden;
    text-indent: -999px;
}

.team-id {
    /* width: 274px; */
    /* height: 62px; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    /* background: url(../images/pk/team-id.png) no-repeat center; */
    /* background-size: 100% 100%; */
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin: 20px auto 0;
}

.team-id p {
    display: block;
    font-size: 26px;
    margin-right: 6px;
}

.team-id div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 16px;
    color: #e0b17e;
}

.team-id span {}

.team-id .copy-but {
    width: 14px;
    height: 13px;
    background: url(../images/pk/copy-but.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
    margin-left: 8px;
}

.team-list {
    display: flex;
    justify-content: center;
    order: -1;
}

.team-list button {}

.team-description {
    width: 108px;
    height: 44px;
    margin: 0 10px;
    display: inline-block;
    line-height: 44px;
    cursor: pointer;
    position: relative;
}

.showListBut::after {
    content: " ";
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 5px;
    top: -30px;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background: red;
    animation: heartbeat 1s infinite;
}

@keyframes heartbeat {
    0% {
        transform: scale(.9, .9);
        opacity: .8;
    }

    25% {
        transform: scale(1.02, 1.02);
        opacity: 1;
    }

    100% {
        transform: scale(.9, .9);
        opacity: .8;
    }
}

.team-portrait {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 644px;
    margin: 40px auto 0;
    min-height: 492px;
}

.team-portrait li {
    width: 154px;
    cursor: pointer;
    margin: 30px 30px 30px;
    transition: transform .6s ease;
}

.team-portrait li .icon {
    width: 126px;
    height: 126px;
    background: url(../images/pk/team-icon-bg.png) no-repeat center;
    background-size: contain;
    margin: 0 auto 10px;
    position: relative;
}

.team-portrait li.act .icon {
    background: url(../images/pk/team-icon.png) no-repeat center;
}

.team-portrait.team-delete li.act .icon {
    background: url(../images/pk/team-delete.png) no-repeat center;
}

.team-portrait li .icon span {
    position: absolute;
    top: 30px;
    right: -5px;
    width: 26px;
    height: 51px;
    background: url(../images/pk/icon-member.png) no-repeat center;
    background-size: contain;
}

.team-portrait li .icon i {
    display: block;
    position: absolute;
    top: -5px;
    right: -7px;
    width: 29px;
    height: 29px;
    background: url(../images/pk/cut-off.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
}

.team-portrait li.icon-captain .icon span {
    background: url(../images/pk/icon-captain.png) no-repeat center;
}

.team-portrait li.icon-bench .icon span {
    background: url(../images/pk/icon-bench.png) no-repeat center;
}

.team-portrait li:hover {
    transform: scale(1.06);
}

.team-portrait li.act:hover {
    transform: none;
}

.team-portrait li .name {
    width: 154px;
    height: 50px;
    background: url(../images/pk/name-bg.png) no-repeat center;
    background-size: contain;
    text-align: center;
    font-size: 16px;
    color: #fffbed;
}

.team-portrait li .name p {}

.team-portrait li .name span {
    color: #ee7878;
}

.team-but-list {
    display: flex;
    justify-content: center;
    margin-top: 0px;
}

.team-captain-but {
    width: 180px;
    height: 68px;
    margin: 0 78px;
    font-size: 24px;
}

.team-invite {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 844px;
    margin: 80px auto 0;
    min-height: 492px;
    align-content: flex-start;
}

.team-invite li {
    width: 46%;
    background: #ece3d3;
    margin: 10px 6px;
    display: flex;
    align-items: center;
    height: 70px;
    padding: 6px;
    border-radius: 8px;
    border: 2px solid #d49754;
}

.team-invite li .user-box {}

.team-invite li .user-box span {
    display: flex;
    align-items: center;
}

.team-invite li .user-box span img {
    width: 60px;
}

.team-invite li .user-box span p {
    margin: 0 6px;
}

.team-invite li .through {
    width: 78px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin-right: 6px;
    cursor: pointer;
}

.team-invite li .refused {
    width: 78px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}

.my-record-pop {}

.my-record-pop .reware-group-name {}

.my-record-pop .reware-group-list {
    height: auto;
}

.my-record-pop .reware-box {
    border: none;
    min-height: 220px;
    margin: 0;
    width: auto;
}

.my-record-pop .rules-confirm p {
    padding: 0 57px;
}

tbody::-webkit-scrollbar {
    width: 8px;
}

tbody::-webkit-scrollbar-track {
    background-color: #e2e6eb;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

tbody::-webkit-scrollbar-thumb {
    background-color: #4f292e;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.my-schedule {
    overflow: auto;
    width: 100%;
    height: 300px;
}

.my-record-pop td:nth-child(4),
.my-record-pop th:nth-child(4) {
    width: 440px;
}

.my-record-pop .pk-ranking tbody tr:nth-child(1),
.my-record-pop .pk-ranking tbody tr:nth-child(1) td:first-child {
    /* background: none; */
}

.my-record-pop .pk-ranking tbody tr:nth-child(1) td:first-child::before,
.my-record-pop .reware-group.act i {
    display: none;
}

/*em tab-01 */
/*tab-02 */
.search-tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 52px;
    position: relative;
}

.team-search {
    background: #fff;
    border: 2px solid #926533;
    border-radius: 6px;
    height: 48px;
    width: 294px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0 6px;
}

.team-search i {
    display: block;
    width: 20px;
    height: 25px;
    background: url(../images/pk/search-icon.png) no-repeat center;
    background-size: contain;
    margin-right: 6px;
}

.team-search input {
    color: #4d282d;
    margin-right: 6px;
    width: calc(100% - 87px);
    flex: 1;
    font-size: 16px;
}

.team-search button {
    width: 67px;
    height: 40px;
    background: url(../images/pk/search.png) no-repeat center;
    background-size: contain;
}

.team-search-list {
    display: flex;
    flex-wrap: wrap;
    width: 1130px;
    margin: 20px auto 0;
}

.team-search-list li {
    width: 332px;
    height: 72px;
    background: url(../images/pk/team-search-list.png) no-repeat center;
    background-size: contain;
    margin: 11px 22px;
    display: flex;
    justify-content: space-between;
    padding-right: 16px;
    align-items: center;
    color: #483922;
    cursor: pointer;
}

.s-list-id {
    height: 100%;
    width: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 500;
}

.s-list-name {
    font-size: 16px;
    text-align: center;
}

.s-list-name p {}

.s-list-name p span {
    color: #ff9907;
}

.s-list-but {
    width: 88px;
    height: 40px;
}

.nothing {
    text-align: center;
    color: #ff9907;
    font-size: 20px;
}

/*em tab-02 */
/*tab-03 */
.reware-box {
    width: 1084px;
    margin: 18px auto 0;
    border: 3px solid #d0a06b;
    border-radius: 16px;
    color: #494339;
    font-size: 20px;
    overflow: hidden;
}

.reware-box h4 {
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 24px;
    color: #fffbed;
    background-image: linear-gradient(#8f4e4d, #4d282d);
    border-bottom: 3px solid #ae8559;
    border-radius: 14px 14px 0px 0px;
}

.reware-group-list {
    height: 694px;
    overflow-y: auto;
}

.reware-group-list::-webkit-scrollbar {
    width: 8px;
}

.reware-group-list::-webkit-scrollbar-track {
    background-color: #e2e6eb;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.reware-group-list::-webkit-scrollbar-thumb {
    background-color: #0f1d2b;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.in-reware {
    overflow: hidden;
    width: 100%;
    /* 頭部固定的話要設置高度 
    height: 248px;*/
    display: none;
}

.in-reware::-webkit-scrollbar {
    height: 12px;
}

.in-reware::-webkit-scrollbar-track {
    background-color: #e2e6eb;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.in-reware::-webkit-scrollbar-thumb {
    background-color: #0f1d2b;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.reware-group.act .in-reware {
    display: block;
}

.reware-group {
    background-color: #e9dedf;
}

.reware-group-name {
    height: 44px;
    line-height: 44px;
    padding: 0 52px;
    cursor: pointer;
    font-weight: bold;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    align-items: center;
}

.reware-group-name i {
    width: 8px;
    height: 8px;
    border: 8px solid transparent;
    border-top: 8px solid #2f2618;
    margin-top: 12px;
    margin-left: 8px;
}

.reware-group.act i {
    width: 8px;
    height: 8px;
    border: 8px solid transparent;
    border-bottom: 8px solid #2f2618;
    margin-top: -6px;
    margin-left: 8px;
}

thead tr th {
    position: relative;
}

thead tr th::before {
    content: " ";
    display: block;
    width: 2px;
    height: 20px;
    background: #c8bbbb;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

thead tr th:last-child::before {
    display: none;
}

td,
th {
    border-bottom: 1px solid #f3ebec;
    width: 105px;
    height: 52px;
}

td {
    font-size: 16px;
}

th {
    background-color: #fcf4f4;
    border-bottom: 2px solid #c8bbbb;
    height: 38px;
}

table {
    table-layout: fixed;
    /* width: 500px; */
    width: 100%;
    /* 固定寬度 */
    background: #fcf4f4;
    text-align: center;
}

td:first-child,
th:first-child {
    position: sticky;
    left: 0;
    /* 首行永遠固定於左 */
    z-index: 1;
    width: 150px;
    background: #fcf4f4;
}

td:nth-child(2),
th:nth-child(2) {
    width: 214px;
}

td:nth-child(3),
th:nth-child(3) {
    width: 320px;
}

td:nth-child(4),
th:nth-child(4) {
    width: 190px;
}

td:nth-child(5),
th:nth-child(5) {
    width: 200px;
}

thead tr th {
    position: sticky;
    top: 0;
    /* 列首永遠固定於上 */
}

th:first-child {
    z-index: 2;
    /* background-color: #fcebeb; */
}

.clash {
    display: flex;
    justify-content: space-between;
    padding: 0 22px;
    color: #999;
}

.clash.act {
    color: #009c01;
}

.reware-but {
    width: 88px;
    height: 40px;
}

/*em tab-03 */
/*tab-04 */
.pk-ranking td:nth-child(1),
.pk-ranking th:nth-child(1) {
    width: 200px;
}

.pk-ranking td:nth-child(2),
.pk-ranking th:nth-child(2),
.pk-ranking td:nth-child(3),
.pk-ranking th:nth-child(3),
.pk-ranking td:nth-child(4),
.pk-ranking th:nth-child(4) {
    width: 118px;
}

.pk-ranking td:nth-child(5),
.pk-ranking th:nth-child(5) {
    width: 480px;
}

.pk-ranking td:nth-child(5) {
    display: flex;
    justify-content: center;
    line-height: 20px;
    align-items: center;
}


.pk-ranking tbody tr:nth-child(1) td:first-child::before {
    /* content: " ";*/
    display: none;
    width: 53px;
    height: 28px;
    background: url(../images/pk/promoted.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}

.pk-time-list::-webkit-scrollbar {
    height: 6px;
}

.pk-time-list::-webkit-scrollbar-track {
    background-color: #e2e6eb;
    -webkit-border-radius: 0.6em;
    -moz-border-radius: 0.6em;
    border-radius: 0.6em;
}

.pk-time-list::-webkit-scrollbar-thumb {
    background-color: #4f292e;
    -webkit-border-radius: 0.6em;
    -moz-border-radius: 0.6em;
    border-radius: 0.6em;
}

.pk-time-list {
    margin: 0 16px;
    width: 416px;
    overflow-x: auto;
    height: 50px;
}

.pk-time-list ul {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

.pk-time-list ul li {
    padding: 0 8px;
    float: left;
    font-size: 14px;
    min-width: 70px;
}

.pk-time-list ul li span {
    margin: 0 6px;
}

.pk-time-list ul li span.act {
    color: #009c01;
}

.pk-time-but {
    width: 28px;
    height: 28px;
    background: url(../images/pk/pk-time-but.png) no-repeat center;
    background-size: contain;
}

.pk-time-but:last-child {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    /*IE*/
    filter: FlipH;
}

/*em tab-04 */
/*em pk-box-02*/
/* overdue */

.pk-single-ranking::-webkit-scrollbar,.reware-table-box::-webkit-scrollbar {
    width: 8px;
}

.pk-single-ranking::-webkit-scrollbar-track,.reware-table-box::-webkit-scrollbar-track {
    background-color: #caafa1;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.pk-single-ranking::-webkit-scrollbar-thumb,.reware-table-box::-webkit-scrollbar-thumb {
    background-color: #9d5941;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.pk-table.overdue li {
    width: 100%;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    padding-left: 52px;
}

.oveList {
    display: flex;
    padding: 0 52px;
    justify-content: space-between;
    margin-top: 20px;
}

.ove-l {
    width: 274px;
    background: #fcf4f4;
    border: 3px solid #d0a06b;
    border-radius: 10px;
    overflow: hidden;
    min-height: 520px;
}

.ove-l h4 {
    background-image: linear-gradient(#8f4e4d, #4d282d);
    height: 57px;
    line-height: 57px;
    font-size: 24px;
    color: #fffbed;
    letter-spacing: 2px;
    padding-left: 16px;
    border-bottom: 3px solid #ae8559;
}

.ove-l ul {}

.ove-l ul li {
    height: 50px;
    line-height: 50px;
    padding-left: 16px;
    font-size: 16px;
    cursor: pointer;
}

.ove-l ul li:hover,
.ove-l ul li.act {
    background: #e9dedf;
}

.ove-r {
    width: 797px;
    background: #fcf4f4;
    border: 3px solid #edaa60;
    border-radius: 10px;

}
.reware-table-box{
    height: 700px;
    overflow-X: hidden;
}

.ove-r h4 {
    background-image: linear-gradient(#8f4e4d, #4d282d);
    height: 57px;
    line-height: 57px;
    text-align: center;
    font-size: 24px;
    color: #fffbed;
    letter-spacing: 2px;
    border-bottom: 3px solid #ae8559;
}
.ove-r td:nth-child(3),
.ove-r th:nth-child(3) {
    /* width: 500px; */
    width: auto;
}

.ove-r tr {
    height: 44px;
}

.ove-r td {
    font-size: 14px;
    height: auto;
    width: auto;
}

.ove-r td div {
    /* display: flex;
    align-items: center; */
}

.ove-r td div span {
    margin: 0 4px;
}

.ove-r td:first-child {
    /* background: none; */
}

.ove-r tbody tr:nth-child(odd) {
    background: #e9dedf;
}

.ove-r td:nth-child(3) {
    display: flex;
}

.ove-r td:nth-child(3) div {
    margin: 0 6px;
    padding: 6px 0;
}
.team-box{
    font-size: 13px;
}

/* em overdue */
.pk-single-ranking {
    width: 1084px;
    margin: 80px auto 0;
    border: 3px solid #d0a06b;
    border-radius: 16px;
    color: #494339;
    font-size: 20px;
    overflow-y: auto;
    max-height: 726px;
}

.pk-single-ranking tr th {
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 24px;
    color: #fffbed;
    background-image: linear-gradient(#8f4e4d, #4d282d);
    border-bottom: 3px solid #ae8559;
    border-radius: 14px 14px 0px 0px;
}

.pk-single-ranking td span {
    /* margin: 0 4px; */
}

@media (max-width: 800px) {
    .schedule-time {
        width: 1065px;
        max-width: 90%;
        height: 568px;
        background: url(../images/pk/schedule-time-1-m.png) no-repeat center;
        background-size: contain;
        margin: auto;
    }
    .add-but button{
        width: auto;
        padding: 0 10px;
        height: 44px;
        margin: 0 10px;
        display: inline-block;
        line-height: 44px;
        cursor: pointer;
        position: relative;
        font-size: 16px;
    }
    .pk-description {
        width: auto;
        padding: 0 10px;
        margin: 0 10px 10px;
        display: inline-block;
        line-height: 44px;
        cursor: pointer;
        font-size: 16px;
        right: auto;
        left: 30px;
    }
    .pk-box {
        width: 100%;
        max-height: fit-content;
        background-size: cover;
        padding-bottom: 50px;
    }

    .pk-table {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 2px;
        height: auto;
    }

    .pk-table li {
        padding: 8px 0;
    }

    .reware-box {
        width: 100%;
    }

    .in-reware {
        overflow: auto;
    }

    tbody tr td:first-child::after {
        content: " ";
        display: block;
        width: 2px;
        height: 100%;
        background: #c8bbbb;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .team-but {
        padding: 0 20px;
    }

    .team-list {
        width: 100%;
        flex-wrap: wrap;
    }

    .team-description {
        width: auto;
        padding: 0 10px;
        margin: 0 10px 10px;
    }

    .search-tab {
        justify-content: center;
    }

    .search-tab .team-description {
        margin: 0 10px 0;
    }

    .team-my-list {}

    .team-portrait {
        width: 100%;
    }

    .team-portrait li {
        margin: 10px 10px 10px;
        transform: scale(0.8);
    }

    .team-captain-but {
        width: auto;
        padding: 0 10px;
        height: 44px;
        margin: 0 10px;
        display: inline-block;
        line-height: 44px;
        cursor: pointer;
        position: relative;
        font-size: 16px;
    }

    .team-my-record {
        position: fixed;
        right: 10px;
        bottom: 20px;
        width: 70px;
        height: 70px;
        line-height: 22px;
        border-radius: 50%;
        border: 1px solid #f6ecd8;
        z-index: 100;
        font-size: 18px;
        letter-spacing: 2px;
        text-align: center;
        overflow: visible;
        text-indent: 0;
        white-space: pre-wrap;
        color: #fff;
        text-shadow: 0 2px 1px #976a40;
        background: -webkit-linear-gradient(#daab81, #975737);
        background: -o-linear-gradient(#daab81, #975737);
        background: -moz-linear-gradient(#daab81, #975737);
        background: linear-gradient(#daab81, #975737);
    }

    .rules-confirm {
        max-width: 600px;
        width: 94%;
    }

    .team-search-list {
        flex-direction: column;
    }

    .pk-single-ranking {
        width: 100%;
    }

    .oveList {
        flex-direction: column;
        padding: 0;
    }

    .ove-l {
        width: 100%;
        background: #fcf4f4;
        border: 3px solid #d0a06b;
        border-radius: 10px;
        overflow: hidden;
        min-height: auto;
        overflow-x: scroll;
        margin: 20px auto;
        display: flex;
    }

    .ove-l h4 {
        display: none;
    }

    .ove-l ul {
        display: flex;
    }

    .ove-r {
        width: 100%;
    }
    .ove-l ul li {
        height: auto;
        line-height: normal;
        font-size: 16px;
        cursor: pointer;
        background-image: linear-gradient(#705133, #a46d47, #ac7148);
        border-radius: 6px;
        margin: 10px;
        padding: 6px 10px;
        color: #fff;
        flex-shrink: 0;
    }
    .ove-l ul li:hover, .ove-l ul li.act{
        background-image: linear-gradient(#705133, #a46d47, #ac7148);
        color: #ffc107;
    }
    .ove-r td:first-child::after {
        content: " ";
        display: block;
        width: 2px;
        height: 100%;
        background: #c8bbbb;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }    
    .reware-table-box {
        max-height: 694px;
        overflow-y: auto;
        overflow-x: auto;
    }
    .main-title {
        margin: 10px auto 76px;
    }
    .pk-box .add-but{
        margin-top: 20px;
    }
    .ove-r td{
        width: 105px;
        height: 52px;
    }
    .ove-r td:nth-child(3), .ove-r th:nth-child(3) {
        width: 500px;
    }
    .nav-list li:nth-child(2) {
        display: block !important;
    }
}