.formation-div{
    /*width: 680px;*/
    background: linear-gradient(to bottom, #252525, #000000);
    color: #C4C4C4;
    padding: 8px;
    border-radius: 10px;
    margin-bottom: 13px;
}
.formation-root{
    text-align: center;
    color: #b5b5b5;
    margin: 7px 0;
}
.formation-body{
    margin-bottom: 10px;
    margin-top: 10px;
}
.formation-table tr td{
    font-size: 12px
}
#chartTwo{
    width: 263px;
    height:290px;
}
/*曲线图*/
:root {
    --purple: #252D47;
}
main {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
main section {
    height: 50%;
    width: 50%;
}
#chartTwo-menu {
    display: none !important;
}
#chartTwo-license-text {
    display: none !important;
}
/* Media Rules */
@media screen and (max-width: 750px) {
    /* body {
      height: 200vh;
    } */
    main section {
        height: 25%;
        width: 100%;
    }
}
.formation-set{
    border-radius: 10px;
    width:196px;
    top:41px;
    left:0px;
    position:absolute;
    z-index:9999;
    background: linear-gradient(to bottom, #252525, #000000);
}
.match-set{
    border-radius: 10px;
    width:409px;
    top:41px;
    left:2px;
    position:absolute;
    z-index:9999;
    background: linear-gradient(to bottom, #252525, #000000);
}
.formation_pos{
    width:67px;
    height:66px;
    position: absolute;
    background-image: url(/indeximg/player_pos.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.drop-over-pos-green {
    background-image: url(/indeximg/player_pos_green.png) !important;
}
.drop-over-pos-blue {
    background-image: url(/indeximg/player_pos_blue.png) !important;
}
.drop-over-pos-red {
    background-image: url(/indeximg/player_pos_red.png) !important;
}
.formation_pos_playername{
    word-wrap:break-word;
    position: relative;
    top:10px;
    text-align: center;
    color: #ffffff;
    opacity: 0.6;
}
.match_cirle {
    margin-left: 5px;
    background-color: #0BB20C;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin-top: 9px;
}
.match_nocirle {
    margin-left: 5px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin-top: 9px;
}
.formation_text_div{
    border-radius: 5px;
    cursor: pointer;
    margin: 5px;
    text-align: center
}
.formation_text_div:hover{
    background-color: #0D682F;
}
.matchname_div{
    border-radius: 5px;
    width: 100%;
    margin: 5px;
    cursor: pointer;
    text-align: left;
    font-size: 12px
}
.matchname_div:hover{
    background-color: #0D682F;
}
.green-background{
    background-color: #0D682F;
}
.match-set-div{
    cursor: pointer;
    width:197px;
    position:relative;
    margin-bottom:0;
    padding: 8px 10px;
    text-align: center
}
.formation-set-div{
    position: relative;
    margin-right: 5px
}
.formation-option{
    width: 70px!important;
}
.for-player-button{
    padding: 0 2px!important;
}
.pos-div{
    border:1px solid #0d6f32;
    margin:5px;
    width:81px;
    position: absolute;
    left:152px;
    z-index: 9999
}
.pos-name{
    cursor: pointer;
    width: 100%;
}
.pos-name:hover{
    background-color: #0D682F;
}
.table-list {
    border-collapse: collapse;
}

.table-list, th, td {
    border: 1px solid #999;
}
.replace-content-div{
    color: white;
    width: 270px;
    height: auto;
    top: 31%;
    right: 40%;
    border-radius: 10px;
    position:fixed;
    z-index: 100;
    background: linear-gradient(to bottom, #252525,#000000);
    border: 1px solid #3BC220;
}
.template-content-div{
    min-width: 200px;
    min-height: 110px;
    color: white;
    height: auto;
    top: 31%;
    right: 40%;
    border-radius: 10px;
    position:fixed;
    z-index: 100;
    background: linear-gradient(to bottom, #252525,#000000);
    border: 1px solid #3BC220;
}
.replace-content-top {
    height: 30px;
    border-radius: 8px;
    z-index: 110;
    background: linear-gradient(to top, #2d5107, #2f6e0b, #2f8c0d, #2fc312, #aee8a3);
    border: 1px solid #3F3F3F;
}
input[type=range] {
    background: -webkit-linear-gradient(#0d6f32, #10813a) no-repeat;
    background-size: 50% 100%;
    -webkit-appearance: none;
    width: 300px;
    border-radius: 10px; /*这个属性设置使填充进度条时的图形为圆角*/
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}
input[type=range]::-webkit-slider-runnable-track {
    height: 15px;
    border-radius: 10px; /*将轨道设为圆角的*/
    box-shadow: 0 1px 1px #def3f8, inset 0 .125em .125em #9d9d9d; /*轨道内置阴影效果*/
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 25px;
    width: 25px;
    margin-top: -5px; /*使滑块超出轨道部分的偏移量相等*/
    background: #ffffff;
    border-radius: 50%; /*外观设置为圆形*/
    border: solid 0.125em rgba(205, 224, 230, 0.5); /*设置边框*/
    box-shadow: 0 .125em .125em #3b4547; /*添加底部阴影*/
}
input[type=range]::-moz-range-progress {
    background: linear-gradient(to right, #059CFA, white 100%, white);
    height: 13px;
    border-radius: 10px;
}
.weui-switch {
    display: block;
    position: relative;
    width: 52px;
    height: 24px;
    border: 1px solid #DFDFDF;
    outline: 0;
    border-radius: 16px;
    box-sizing: border-box;
    background-color: #DFDFDF;
    transition: background-color 0.1s, border 0.1s;
    cursor: pointer;
}
.weui-switch:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 22px;
    border-radius: 15px;
    background-color: #FDFDFD;
    transition: transform 0.35s cubic-bezier(0.45, 1, 0.4, 1);
}
.weui-switch:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    border-radius: 15px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    transition: transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35);
}
.weui-switch-on {
    border-color: #6F6F6F;
    background-color: #1AAD19;
}
.weui-switch-on:before {
    border-color: #1AAD19;
    background-color: #10813a;
}
.weui-switch-on:after {
    transform: translateX(28px);
}
.magic-radio {
    position: absolute;
    display: none;
}
.magic-radio + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    vertical-align: middle;
}
.magic-radio + label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color;
}
.magic-radio + label.radio1:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    content: '';
    border: 2px solid #478846;
}
.magic-radio + label:after {
    position: absolute;
    display: none;
    content: '';
}
.magic-radio[disabled] + label {
    cursor: not-allowed;
    color: #e4e4e4;
}
.magic-radio:checked + label:before {
    animation-name: none;
}
.magic-radio:checked + label:after {
    display: block;
}
.magic-radio + label:before {
    border-radius: 50%;
}
.magic-radio + label.radio1:after {
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #478846;
}
.remove-player-div{
    position: relative;
    height: 15px;
    top:-7px;
    left: 43px
}
.match-list{
    margin-top:14px;
    border-radius:10px;
    width: 681px;
    font-size: 14px
}
.match-select{
    width: 536px!important;
    height: 32px!important
}
.his-match{
    width: 90%;
    margin-left: 32px;
    display: block;
}
.div-down {
    position: absolute;
    top:-12px;
    left:36px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #2F9E0F;
}
.formation-set-name{
    border-radius:5px;
    background-color:#2F9E0F;
    padding:5px;
    font-size:12px;
    position: absolute;
    top:-38px;
    left:24px;
}
.tem-tr:nth-child(even) {background-color: #696969;}
.pitch{
    position:relative;
    margin:15px 2px 2px 2px;
    height:629px;
    background-image: url(/indeximg/tactics_pitch_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}