@charset "utf-8";
body,html {
    background-color: #EEEEEE;
    font-size: 62.5%;
    word-wrap:break-word; /*连续的数字或者英文就会不换行 得使用强制换行*/
    word-break:break-all; /*连续的数字或者英文就会不换行 得使用强制换行*/
}
.f12 {
    font-size: 1.2rem;
}
.f30 {
    font-size: 3.0rem;
}
.tc {
    text-align: center;
}
*[contenteditable="true"]:empty:before {
    content:attr(data-placeholder);
    color: #A9A9A9;
}
*[contenteditable="true"]:focus:before{
    content:none;
}
.card-mask-img {
    position: fixed;
    top: 0;
    background-color: rgba(0,0,0,.9);
    width: 100%;
    height: 100%;
    z-index: 999;
}
.story-content {
    background-color: white;
    padding: 30px 15px;
}
.story-body,
.story-body2 {
    font-size: 14px;
    width: 100% !important;
}
.story-body img,
.story-body2 img {
    max-width: 100%;
}
.story-body2 li {
    margin: 10px 0;
}
.story-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
}
.story-from {
    font-size: 12px;
    text-align: center;
    color: #A2A2A2;
    line-height: 40px;
}
.praise {
    position: relative;
    margin: auto;
    text-align: center;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background-color: #FAE74B;
    cursor: pointer;
}
.story-comment {
    margin-top: 15px;
    margin-bottom: 60px;
    background-color: white;
}
.story-comment .comment-title {
    background: url('/images/new_site/news-header-bg.png') 10px 13px no-repeat;
    line-height: 40px;
    font-size: 15px;
    padding-left: 35px;
    border-bottom: 1px solid #EFEFEF;
}
.comment-list {
    padding: 0 12px;
}
.comment-list .comment-li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #EFEFEF;
}
.comment-list .comment-li .wc_img {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-right: 10px;
}
.comment-list .comment-li .wc_img img {
    width: 100%;
}
.comment-list .comment-li .wc_content {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    min-width: 0;
}
.wc_content .wc_header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.wc_header .content_left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 1%;
    color: #A3A3A3;
}
.content_left p.name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 11em;
    line-height: 18px;
    font-size: 14px;
}
.content_left time {
    font-size: 11px;
    line-height: 14px;
}
/*.wc_content .wc_body {*/
    /*padding-top: 5px;*/
/*}*/
.wc_body .wc_text {
    padding-bottom: 5px;
    line-height: 1.4;
    word-break: break-all;
    word-wrap: break-word;
    font-size: 15px;
}
.wc_body .wc_rp_text {
    padding: 5px 10px;
    line-height: 1.4;
    word-break: break-all;
    word-wrap: break-word;
    font-size: 15px;
    background-color: #EEEEEE;
    color: #A3A3A3;
}
.down-app {
    line-height: 50px;
    /*margin-bottom: 60px;*/
    color: #2fa570;
    font-size: 14px;
    text-align: center;
}
.c_input {
    /*position: fixed;*/
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    bottom: 0;
    width: 100%;
    max-width: 640px;
    /*height: 50px;*/
    padding: 10px 12px;
    border-top: 1px solid #E9E9E9;
    background-color: #FAFAFA;
}
.c_input #reply {
    line-height: 14px;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    min-width: 0;
    /*height: 30px;*/
    /*min-height: 30px;*/
    max-height: 45px;
    overflow-y: auto;

    padding: 7px 5px;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
    color: #A3A3A3;
}
.c_input #reply:empty:before {
    content: attr(placeholder);   /* element attribute*/
}
.c_input #reply:focus:before{
    content:none;
}
.c_input .btn-reply {
    line-height: 30px;
    min-width: 60px;
    height: 30px;
    background-color: white;
    text-align: center;
    padding: 0 15px;
    margin-left: 10px;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
    cursor: pointer;
}
.real_input {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}
.reply-top {
    position: absolute;
    top: 0;
    width: 100%;
    height: 50%;
}
.reply-bottom {
    position: absolute;
    background-color: white;
    bottom: 0;
    height: 30%;
    width: 100%;
    padding: 10px;
}
.quote-reply {
    float: left;
}
.real-btn-reply {
    float: right;
}
#input123 {

}
#real-replay {
    width: 100%;
    height: 80%;
    padding: 10px 0;
    overflow-y: auto;
    border: none;
}
.comment-list .loading,
.comment-list .nothing {
    line-height: 30px;
}
.no-data-ing {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    background-color: white;
}
.no-data-ing p {
    margin-top: 5px;
    color: #999999;
}
.foot-adv {
    position: fixed;
    overflow: hidden;
    bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    text-align: center;
    height: 10%;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
}
.delete-adv {
    position: absolute;
    top: -2px;
    right: 2px;
    z-index: 1;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); 	/* IE 9 */
    -moz-transform:rotate(45deg); 	/* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg);
    color: white;
    font-size: 20px;
}
.adv-list {
    margin: 0 auto;
    height: 100%;
}
.adv-list li {
    display: none;
    height: 100%;
}
.foot-adv img {
    height: 100%;
}
.fa-bg {
    background: url('/images/new_site/fa-bg-card.jpg') no-repeat;
    background-size: 100% 100%;
    height: 152px;
    text-align: center;
}
.team-bg {
    background: url('/images/new_site/team-card-bg.jpg') no-repeat;
    background-size: 100% 100%;
    height: 140px;
    text-align: center;
}
.club-bg {
    background: url('/images/new_site/fa-bg-card.jpg') no-repeat;
    background-size: 100% 100%;
    height: 152px;
    text-align: center;
}
.match-bg {
    position: relative;
    background: url('/images/new_site/match-live-bg.jpg') no-repeat;
    background-size: 100% 100%;
    height: 200px;
    text-align: center;
}
.course-bg {
    position: relative;
    background: url('/images/new_site/course-bg.jpg') no-repeat;
    background-size: 100% 100%;
    height: 220px;
    text-align: center;
}
.league-bg {
    position: relative;
    background: url('/images/new_site/league-card-bg.jpg') no-repeat;
    background-size: 100% 100%;
    height: 244px;
    text-align: center;
}
.player-bg {
    position: relative;
    background: url('/images/new_site/player-card-bg.jpg') no-repeat;
    background-size: 100% 100%;
    height: 140px;
    text-align: center;
}
.fa-bg img,
.team-bg img,
.club-bg img,
.player-bg img {
    display: inline-block;
    vertical-align: middle;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    margin: 20px 0 10px;
}
.league-bg img {
    width: 75px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.fa-bg p,
.club-bg p {
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    color: white;
}
.team-bg p.name,
.club-bg p.name,
.league-bg p.name,
.player-bg p.name {
    font-size: 16px;
    /*height: 16px;*/
    line-height: 18px;
    padding: 0 20px;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.match-bg .name,
.course-bg .name {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;
    padding: 0 20px;
    height: 70px;
    width: 100%;
    font-size: 1.6rem;
    line-height: 24px;
    color: white;
    text-align: center;
}
.match-bg .name p,
.course-bg .name p {
    /*display: flex;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: -moz-box;*/
    /*display: -webkit-box;*/
    width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}
.course-bg .course-box {
    border: 2px solid #27a76d;
    width: 100%;
    padding: 10px;
    color: #BEBEBE;
    font-size: 1.3rem;
    text-align: left;
}
.course-bg .course-box .des {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 3px;
}
.course-bg .course-box p {
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    padding-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*height: 2.7rem;*/
    font-size: 1.3rem;
    line-height: 1.4rem;
    -webkit-line-clamp: 3;
}
.course-bg .course-box p.p_1 {
    max-height: 4.2rem;
}
.match-bg .area,
.match-bg .time {
    font-size: 1.2rem;
    color: #999999;
}
.team-bg p.position,
.club-bg p.position,
.player-bg p.position {
    margin-top: 3px;
    font-size: 1.2rem;
    color: #999999;
}
.fa-data,
.club-data {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: white;
}
.fa-data .p_1 {
    position: absolute;
    display: inline-block;
    left: 50%;
    top: -24px;
    margin-left: -46px;
    width: 92px;
    height: 24px;
    line-height: 24px;
    background-color: white;
    text-align: center;
    font-size: 1.4rem;
}
.fa-data .p_1:before {
    position: absolute;
    content: '';
    left: -10px;
    width: 0;
    height: 0;
    border-bottom: 24px solid white;
    border-left: 10px solid transparent;
}
.fa-data .p_1:after {
    position: absolute;
    content: '';
    right: -10px;
    width: 0;
    height: 0;
    border-bottom: 24px solid white;
    border-right: 10px solid transparent;
}
.league-data-box {
    position: relative;
    height: 74px;
    margin: 0 20px;
    padding: 18px 0;
}
.fa-data .data-box,
.team-data .data-box,
.club-data .data-box,
.league-data .data-box,
.player-data .data-box {
    text-align: center;
}
.fa-data .data-box > div,
.club-data .data-box > div {
    border-right: 1px solid #e9e9e9;
    padding: 0;
}
.league-data .data-box > div {
    border-right: 1px solid #444444;
    padding: 0;
}
.team-data .data-box > div,
.player-data .data-box > div {
    border-right: 1px solid #e9e9e9;
    height: 70px;
    padding: 10px 0;
    line-height: 25px;
}
.fa-data .data-box > div:nth-last-child(1),
.team-data .data-box > div:nth-last-child(1),
.club-data .data-box > div:nth-last-child(1),
.league-data .data-box > div:nth-last-child(1),
.player-data .data-box > div:nth-last-child(1) {
    border-right: none;
}
.fa-data .data-box > div p:nth-child(1),
.club-data .data-box > div p:nth-child(1),
.player-data .data-box > div p:nth-child(1) {
    font-size: 1.4rem;
    font-weight: 700;
    /*height: 20px;*/
}
.league-data .data-box > div p:nth-child(1) {
    font-size: 1.4rem;
    font-weight: 700;
    height: 20px;
    color: white;
}
.fa-data .data-box > div p:nth-child(2),
.club-data .data-box > div p:nth-child(2),
.league-data .data-box > div p:nth-child(2) {
    font-size: 1.2rem;
    color: #999999;
    height: 18px;
}
.team-data .data-box > div:nth-child(1) p:nth-child(1),
.player-data .data-box > div:nth-child(1) p:nth-child(1) {
    color: #27a76d;
}
.team-data .data-box > div:nth-child(2) p:nth-child(1) {
    color: #4a90e2;
}
.player-data .data-box > div:nth-child(2) p:nth-child(1) {
    display: inline-block;
    padding: 0 10px;
    font-weight: normal;
    background-color: #4a90e2;
    color: white;
}
.team-data .data-box > div:nth-child(3) p:nth-child(1),
.player-data .data-box > div:nth-child(3) p:nth-child(1) {
    color: #f6a623;
}
.team-data .data-box > div p:nth-child(1) {
    font-size: 1.6rem;
}
.team-data .data-box > div p:nth-child(2) {
    font-size: 1.4rem;
    color: #999999;
}
.tab-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 45px;
    line-height: 44px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 1.6rem;
    color: #999999;
    text-align: center;
}
.tab-header p {
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    width: 50%;
}
.tab-header p.active {
    color: #1d1d1d;
}
.tab-header p.active span {
    display: inline-block;
    vertical-align: middle;
    height: 45px;
    padding: 0 10px;
    border-bottom: 2px solid #2ec680;
}
.tab-list li.each-logo-box {
    float: left;
    width: 20%;
    margin: 10px 2.5% 0 2.5%;
    text-align: center;
}
.tab-list li.each-logo-box div {
    width: 100%;
    height: 100%;
    /*padding-bottom: 100%;*/
    border-radius: 50%;
    box-sizing: content-box;
    border: 1px solid #d8d8d8;
}
.tab-list li.each-logo-box div img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 3px;
    border-radius: 50%;
}
.tab-list li.each-logo-box .name {
    width: 94%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 3px auto 0 auto;
    font-size: 1.2rem;
}
.btn-fa-more {
    height: 45px;
    border-top: 1px solid #e9e9e9;
    line-height: 44px;
    font-size: 1.4rem;
    text-align: center;
}
.tab-list .each-new {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 10px 0;
    margin: 0 10px;
    border-bottom: 1px solid #e9e9e9;
}
.tab-list .each-new .new-title {
    -webkit-box-flex: 1;
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
}
.tab-list .each-new .p_1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding-top: 2px;
    height: 2.8rem;
    font-size: 1.3rem;
    line-height: 1.4rem;
    font-weight: bold;
    -webkit-line-clamp: 2;
}
.tab-list .each-new img {
    display: inline-block;
    width: 100px;
    height: 70px;
    margin-left: 10px;
}
.tab-list .each-new .p_2 {
    position: absolute;
    bottom: 12px;
    color: #999999;
    font-size: 1.2rem;
}
.tab-list .each-new .tag {
    padding: 2px 5px;
    margin-right: 2px;
    background-color: #27a76c;
    color: white;
}
.tab-list .each-new .tag[type="13"] {
    background-color: #FC6621;
}
.tab-list .each-new .name {
    margin-right: 5px;
}
.tab-list .each-league {
    position: relative;
    padding: 10px;
}
.tab-list .each-league img {
    width: 100%;
}
.tab-list .each-league .name {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    font-size: 1.4rem;
}
.tab-list .each-league .the-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;
}
.each-league .the-box .info {
    -webkit-box-flex: 1;
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.each-league .the-box .tag {
    width: 60px;
    height: 24px;
    line-height: 24px;
    margin-left: 5px;
    color: white;
    text-align: center;
}
.each-league .the-box .tag[state="0"] {
    background-color: #73625A;
}
.each-league .the-box .tag[state="1"] {
    background-color: #2fa570;
}
.each-league .the-box .tag[state="2"] {
    background-color: #4990E2;
}
.each-league .the-box .tag[state="3"] {
    background-color: #FF6600;
}
.each-league .the-box .tag[state="4"] {
    background-color: #BBBBBB;
}
.tab-list .each-league .p_1 {
    font-size: 1.0rem;
    color: #999999;
}
.agree-team {
    padding: 15px 20px;
    background-color: white;
}
.agree-team-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;
}
.agree-team-box img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 10px;
}
.agree-team-box-left {
    -webkit-box-flex: 1;
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
}
.agree-team-box-left .captain-name {
    font-size: 1.4rem;
}
.agree-team-box-left .team-name {
    font-size: 1.2rem;
    color: #27a76d;
    line-height: 1.3rem;
}
.agree-team-box-right {
    margin-left: 10px;
    font-size: 1.2rem;
}
.agree-team-box-right p {
    color: white;
    text-align: center;
    padding: 5px 10px;
    background-color: #27a76d;
}
.weixin-login {
    background-color: #27a76d;
    font-size: 1.8rem;
    height: 44px;
    width: 100%;
    line-height: 44px;
    color: white;
}
.weixin-login .my-icon {
    font-size: 30px;
    vertical-align: middle;
    margin-right: 10px;
}
.account-login {
    margin: 20px 0;
    text-decoration: underline;
    font-size: 1.2rem;
    line-height: 1.8rem;
}
.team-captain-box,
.player-fa-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;
    width: 100%;
    height: 86px;
    padding: 10px;
    font-size: 1.2rem;
}
.team-captain-box img,
.player-fa-box img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 8px 10px 8px 0;
}
.team-captain-box .d_1,
.c-coach-box .d_1,
.player-fa-box .d_1 {
    -webkit-box-flex: 1;
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
}
.team-captain-box .d_2 {
    width: 50px;
    height: 66px;
    padding: 15px 0;
    text-align: center;
    color: #999999;
}
.player-fa-box .d_2 {
    height: 66px;
    padding: 15px 0;
    margin-left: 10px;
    text-align: center;
    color: #999999;
    font-size: 1.4rem;
}
.team-captain-box .d_1 p {
    /*line-height: 16px;*/
    height: 16px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.player-fa-box .d_1 .name {
    font-size: 1.5rem;
}
.team-captain-box .d_1 .p_1,
.c-coach-box .d_1 .p_1 {
    font-size: 1.4rem;
    color: #1d1d1d;
    height: 18px;
}
.team-captain-box .d_1 .p_1 span,
.c-coach-box .d_1 .p_1 span {
    padding: 0 5px;
    margin-left: 10px;
    background-color: #27a76d;
    font-size: 1.2rem;
    line-height: 14px;
    color: white;
}
.team-captain-box .d_2 .p_1 {
    font-size: 1.4rem;
    color: #27a76d;
}
.player-fa-box .d_2 .p_2 {
    color: #27a76d;
}
.c-coach-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 92.5px;
    padding: 20px 10px;
    font-size: 1.2rem;
}
.c-coach-box img {
    width: 40px;
    height: 52.5px;
    margin: 0 10px 0 0;
}
.c-coach-box .d_1 p {
    line-height: 17px;
    color: #999999;
}
.c-coach-box .d_2 {
    width: 50px;
    height: 52.5px;
    padding: 9px 0;
    text-align: center;
    color: #999999;
}
.c-coach-box .d_2 .p_1 {
    font-size: 1.4rem;
    color: white;
    background-color: #f8d71c;
}
.c_box_h {
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
    padding-left: 36px;
    border-bottom: 1px solid #e0e0e0;
    background: url(/images/new_site/card-header-bg.png) white 8px 15px no-repeat;
    background-size: 22px;
}
.court {
    position: relative;
    margin: 10px;
    height: 0;
    padding-bottom: 123.45%;
    padding-top: 4.53%;
    background: url(/images/new_site/court-card-bg.jpg) no-repeat;
    background-size: 100%;
}
.court-box {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 118.5%;
}
.court-player li {
    position: absolute;
    width: 44px;
}
.court-player .head-box {
    position: relative;
    width: 44px;
    height: 44px;
    border: 2px solid white;
    border-radius: 50%;
}
.court-player .head-box .player-num {
    position: absolute;
    bottom: -4px;
    left: 4px;
    width: 30px;
    height: 15px;
    background: url(/images/new_site/court-player.png) no-repeat;
    background-size: 100%;
    text-align: center;
    color: #2fa570;
    font-size: 1.0rem;
    line-height: 15px;
}
.court-player .name {
    width: 60px;
    margin-top: 5px;
    margin-left: -8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.0rem;
    color: white;
    text-align: center;
}
.reserve-player li {
    float: left;
    width: 20%;
    min-width: 64px;
    height: 62px;
    margin-top: 10px;
}
.reserve-player .head-box {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
.court-player .head-box img,
.reserve-player .head-box img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.reserve-player .head-box .player-num {
    position: absolute;
    bottom: -3px;
    left: 4px;
    width: 30px;
    height: 15px;
    background: url(/images/new_site/reserve-player.png) no-repeat;
    background-size: 100%;
    text-align: center;
    color: white;
    font-size: 1.0rem;
    line-height: 15px;
}
.reserve-player .name {
    width: 54px;
    margin: 5px auto 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.0rem;
    color: #999999;
    text-align: center;
}
.c_box_h .prev,
.c_box_h .next {
    float: right;
    font-size: 30px;
    line-height: 40px;
    color: #cccccc;
}
.c_box_h .prev {
    margin-right: -10px;
}
.c_box_h .next {
    margin-left: -10px;
}
.c_box_h .index {
    float: right;
    width: 50px;
    text-align: center;
}
.coach .bd li {
    float: left;
    width: 25%;
    padding: 10px 0;
    font-size: 1.4rem;
    border-right: 1px solid #e0e0e0;
    text-align: center;
}
.team .bd li {
    float: left;
    width: 25%;
    padding: 10px 0;
    font-size: 1.4rem;
    text-align: center;
}
.coach .bd li img {
    width: 40px;
    height: 52.5px;
}
.team .bd li img {
    width: 60px;
    padding: 4px;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
}
.coach .bd li .name,
.team .bd li .name {
    width: 90%;
    margin: 5px auto 0;
    font-size: 1.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.coach .bd li .tag {
    font-size: 1.2rem;
    color: #999999;
}
.next.active,
.prev.active {
    color: #2fa570;
}
.news .card-one-new {
    padding-top: 15px;
    margin-top: 10px;
    background-color: white;
}
.news .card-one-new:nth-child(1) {
    margin-top: 0;
}
.card-one-new .p_1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.card-one-new .p_1 img {
    width: 36px;
    height: 36px;
    margin-right: 10px;
    border-radius: 50%;
}
.card-one-new .p_1 .user {
    -webkit-box-flex: 1;
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
}
.card-one-new .p_1 .user .name {
    font-size: 1.4rem;
    line-height: 20px;
}
.card-one-new .p_1 .user .info {
    font-size: 1.2rem;
    line-height: 16px;
    color: #999999;
}
.card-one-new .p_2 {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.card-one-new .p_2 p {
    display: inline-block;
    padding: 2px 4px;
    font-size: 1.2rem;
    color: white;
    background-color: #2fa570;
    line-height: 12px;
    vertical-align: text-bottom;
}
.card-one-new .p_2 span {
    font-size: 1.4rem;
}
.card-one-new .p_3 {
    margin-top: 5px;
    padding-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 2.8rem;
    font-size: 1.3rem;
    line-height: 1.4rem;
    -webkit-line-clamp: 2;
    color: #999999;
}
.card-one-new .p_4 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap:wrap;
    -webkit-box-lines:multiple;
    -moz-flex-wrap:wrap;
    flex-wrap:wrap;
    /*justify-content: space-around;*/
}
.card-one-new .p_4 p {
    display: inline-block;
    width: 30%;
    height: 0;
    padding-bottom: 30%;
    margin: 5px 1.6% 0;
    vertical-align: middle;
    /*margin-top: 5px;*/
}
.card-one-new .info-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 41px;
    line-height: 40px;
    margin-top: 10px;
    border-top: 1px solid #e0e0e0;
    color: #999999;
    font-size: 1.4rem;
    text-align: center;
}
.card-one-new .info-box p {
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    border-right: 1px solid #e0e0e0;
}
.card-one-new .info-box p:nth-last-child(1) {
    border-right: none;
}
.account {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;
    padding: 0 10px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    height: 42px;
    line-height: 40px;
    font-size: 1.3rem;
    color: #999999;
}
.password {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;
    padding: 0 10px;
    border-bottom: 1px solid #e0e0e0;
    height: 41px;
    line-height: 40px;
    font-size: 1.3rem;
    color: #999999;
}
.account input,
.password input {
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    padding: 0 10px;
    height: 40px;
    background-color: transparent;
    border: none;
}
.card-login {
    height: 40px;
    margin-top: 30px;
    line-height: 40px;
    font-size: 1.4rem;
    background-color: #2fa570;
    text-align: center;
    color: white;
}
.login-another {
    position: relative;
    border-top: 1px solid #e0e0e0;
    margin-top: 40px;
    text-align: center;
}
.login-another p {
    position: absolute;
    height: 20px;
    width: 100px;
    top: -10px;
    left: 50%;
    margin-left: -50px;
    line-height: 20px;
    font-size: 1.3rem;
    background-color: white;
}
.login-another img {
    width: 40px;
    margin-top: 30px;
}
.real-title {
    font-size: 2.0rem;
    padding-top: 20px;
    text-align: center;
}
.real-title-tag {
    width: 50px;
    border-top: 3px solid #2fa570;
    margin: 5px auto;
}
.tip-header {
    padding-left: 36px;
    height: 40px;
    line-height: 40px;
    font-size: 1.3rem;
    color: #999999;
    border-top: 1px solid #e0e0e0;
}
.real-head-box {
    background-color: #fafafa;
}
.real-head-box .p_1 {
    position: relative;
    width: 80px;
    height: 105px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: content-box;
}
.up-head-img {
    height: 100%;
    width: 100%;
    border: 1px dashed #d8d8d8;
    background-color: white;
    text-align: center;
}
.up-head-img-btn {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 80px;
    height: 105px;
    opacity: 0;
}
.real-name-text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-top: 1px solid #e0e0e0;
    margin: 0 10px;
    height: 41px;
    line-height: 40px;
    font-size: 1.3rem;
}
.real-name-text p {
    font-weight: 700;
}
.real-name-text input {
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    padding-right: 10px;
    height: 40px;
    border: none;
}
.img-80-105 {
    width: 80px;
    height: 105px;
}
.img-107-67 {
    width: 107px;
    height: 67.5px;
}
.id-card-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;
    padding: 20px 10px;
    background-color: #fafafa;
}
.up-idcard-img {
    width: 107px;
    height: 67.5px;
    border: 1px dashed #5e5e5e;
    text-align: center;
}
.id-card-box .each-card {
    position: relative;
    width: 107px;
    height: 67.5px;
    margin: 0 auto;
}
.up-head-img-font,
.up-head-img-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 107px;
    height: 67.5px;
    opacity: 0;
}
.sub-real-info {
    height: 40px;
    line-height: 40px;
    font-size: 1.5rem;
    color: white;
    background-color: #2fa570;
    text-align: center;
    margin: 20px 10px;
}
.container-box,
.container-box1,
.container-box3 {
    position: fixed;
    top: 0;
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    z-index: 999;
}
.box1,
.box2,
.box3 {
    width: 100%;
    height: 100%;
}
.select-img {
    position: fixed;
    left: 50%;
    bottom: 20px;
    margin-left: -45px;
    width: 90px;
    text-align: center;
    color: white;
    background-color: #2fa570;
    padding: 5px 20px;
    font-size: 14px;
}
.match-bg .team-image {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:space-around;
    justify-content:space-around;
    -moz-box-pack:justify;
    -webkit--moz-box-pack:justify;
    box-pack:center;
    padding: 5px 10px 0;
}
.match-bg .team-image .home,
.match-bg .team-image .away {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;
}
.match-bg .team-image .result {
    width: 40px;
    text-align: center;
    line-height: 45px;
    font-size: 1.8rem;
    color: white;
    font-weight: 700;
}
.match-bg .team-image .home .p_1,
.match-bg .team-image .away .p_1 {
    color: #999999;
    font-size: 1.2rem;
    margin: 0 10px;
}
.match-bg .team-image .home img,
.match-bg .team-image .away img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.match-bg .team-name {
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 30px;
    bottom: -15px;
    padding: 0 20px;
}
.match-bg .team-name .home,
.match-bg .team-name .away {
    position: relative;
    width: 50%;
    background-color: white;
    font-size: 1.3rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.match-bg .team-name .home:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 0;
    left: -10px;
    border-top: 15px solid transparent;
    border-right: 10px solid white;
    border-bottom: 15px solid transparent;
}
.match-bg .team-name .away:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 0;
    right: -10px;
    border-top: 15px solid transparent;
    border-left: 10px solid white;
    border-bottom: 15px solid transparent;
}
.match-bg .team-name .home p {
    width: 100%;
    padding-right: 40px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.match-bg .team-name .away p {
    width: 100%;
    padding-left: 40px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.match-bg .team-name .home.active,
.match-bg .team-name .away.active,
.match-bg .team-name .live.active .live-btn {
    background-color: #2fa570;
    color: white;
}
.match-bg .team-name .home.active:before {
    border-right: 10px solid #2fa570;
}
.match-bg .team-name .away.active:after {
    border-left: 10px solid #2fa570;
}
.match-bg .team-name .live {
    position: absolute;
    background: url('/images/new_site/match-live.png') transparent no-repeat;
    background-size: 100%;
    text-align: center;
    width: 79px;
    height: 30px;
    left: 50%;
    margin-left: -39.5px;
    z-index: 1;
}
.match-bg .team-name .live .live-btn {
    position: absolute;
    height: 60px;
    width: 34.6px;
    left: 22.2px;
    top: -15px;
    background-color: #eeeeee;
}
.match-bg .team-name .live .live-btn:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 0;
    left: -13px;
    border-top: 30px solid transparent;
    border-right: 13px solid #eeeeee;
    border-bottom: 30px solid transparent;
}
.match-bg .team-name .live.active .live-btn:before {
    border-right: 13px solid #2fa570;
}
.match-bg .team-name .live .live-btn:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 0;
    right: -13px;
    border-top: 30px solid transparent;
    border-left: 13px solid #eeeeee;
    border-bottom: 30px solid transparent;
}
.match-bg .team-name .live.active .live-btn:after {
    border-left: 13px solid #2fa570;
}
.match-bg .team-name .live .live-btn p {
    position: absolute;
    width: 60px;
    left: -13px;
    line-height: 60px;
    font-size: 1.5rem;
    text-align: center;
}
.comment-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 50px;
    height: 30px;
    margin-right: 15px;
    border-radius: 15px;
    background-color: #2fa570;
}
.interaction {
    position: relative;
    margin: 2px;
    background-color: white;
    height: 26px;
    width: 26px;
    border-radius: 13px;
}
.wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.input-area {
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    word-break: break-all;
    word-wrap: break-word;
    padding: 9px 10px;
    max-height: 60px;
    overflow-y: auto;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    font-size: 1.4rem;
}
.flex-btn {
    text-align: center;
    margin-left: 10px;
    width: 60px;
    font-size: 1.4rem;
    height: 40px;
    padding: 10px 0;
    border-radius: 5px;
    border: 1px solid #d8d8d8;
}
.interaction-area {
    padding: 10px;
}
.interaction-type1,
.interaction-type2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    margin-top: 10px;
}
.interaction-list-left {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: white;
    background-color: #2fa570;
    font-size: 1.2rem;
}
.interaction-list-right {
    position: relative;
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
}
.interaction-list-right:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 12px;
    left: -5px;
    border-top: 4px solid transparent;
    border-right: 5px solid white;
    border-bottom: 4px solid transparent;
}
.interaction-content-event {
    /*width: 100%;*/
    padding: 5px;
    font-size: 1.4rem;
    background-color: white;
    display: inline-block;
}
.interaction-content-event .p_1 {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 15px;
}
.interaction-content-event .p_2,
.interaction-content-event .p_3,
.interaction-content-event .p_4 {
    float: left;
    margin-right: 15px;
}
.interaction-content-event .p_5 {
    float: left;
    width: 20px;
    height: 20px;
    overflow: hidden;
}
.interaction-content-event[event_type="1"] .p_4 {
    color: #27a76c;
}
.interaction-content-event[event_type="2"] .p_4 {
    color: #4ca5e1;
}
.interaction-content-event[event_type="3"] .p_4 {
    color: #f8d71c;
}
.interaction-content-event[event_type="4"] .p_4 {
    color: #CE0B24;
}
.interaction-content-event[event_type="5"] .p_4 {
    color: #73625B;
}
.interaction-content-event[event_type="6"] .p_4 {
    color: #FC6621;
}
.interaction-content-event[event_type="8"] .p_4,
.interaction-content-event[event_type="18"] .p_4 {
    color: #68CA77;
}
.interaction-content-event[event_type="1"] .p_5 {
    background: url(/images/new_site/event-type.png) 0 -25px no-repeat;
    background-size: 100%;
}
.interaction-content-event[event_type="2"] .p_5 {
    background: url(/images/new_site/event-type.png) 0 0 no-repeat;
    background-size: 100%;
}
.interaction-content-event[event_type="3"] .p_5 {
    background: url(/images/new_site/event-type.png) 0 -152px no-repeat;
    background-size: 100%;
}
.interaction-content-event[event_type="4"] .p_5 {
    background: url(/images/new_site/event-type.png) 0 -178px no-repeat;
    background-size: 100%;
}
.interaction-content-event[event_type="5"] .p_5 {
    background: url(/images/new_site/event-type.png) 0 -101px no-repeat;
    background-size: 100%;
}
.interaction-content-event[event_type="6"] .p_5 {
    background: url(/images/new_site/event-type.png) 0 -126px no-repeat;
    background-size: 100%;
}
.interaction-content-event[event_type="8"] .p_5,
.interaction-content-event[event_type="18"] .p_5 {
    background: url(/images/new_site/event-type.png) 0 -50px no-repeat;
    background-size: 100%;
}
.interaction-content-event[event_type="9"] .p_5 {
    background: url(/images/new_site/event-type.png) 0 -75px no-repeat;
    background-size: 100%;
}
.interaction-content-event[event_type="10"] .p_5 {
    background: url(/images/new_site/event-type.png) 0 -203px no-repeat;
    background-size: 100%;
}
.interaction-content-event[event_type="11"] .p_5 {
    background: url(/images/new_site/event-type.png) 0 -228px no-repeat;
    background-size: 100%;
}
.more-comment {
    margin-top: 20px;
    /*border-top: 1px solid #e0e0e0;*/
    /*border-bottom: 1px solid #e0e0e0;*/
    font-size: 1.4rem;
    text-align: center;
}
.c_item_box {
    position: relative;
    background-color: #f7f7f7;
}
.c_item_box .my-hd {
    position: absolute;
    width: 100%;
    height: 0;
    z-index: 1;
}
.c_item_box .my-hd .prev {
    float: left;
    font-size: 28px;
    line-height: 30px;
}
.c_item_box .my-hd .next {
    float: right;
    font-size: 26px;
    line-height: 30px;
}
.course-list-name {
    position: relative;
    width: 100%;
    height: 30px;
    padding: 0 26px;
    overflow: hidden;
}
.course-list-name li {
    float: left;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.course-list-name li.active {
    color: #27a76c;
}
.wrapSlider {
    height: 50px;
    padding-bottom: 10px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.c-area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 10px;
    border-top: 1px solid #e0e0e0;
    line-height: 40px;
    height: 41px;
    font-size: 1.4rem;
    color: #999999;
}
.c-area .p_1 {
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 1.3rem;
    line-height: 40px;
    -webkit-line-clamp: 1;
}
.c-img-video {
    padding: 10px 10px 0;
    text-align: center;
}
.c-img-video .box {
    width: 100%;
    height: 180px;
}
.c-img-video .box img {
    max-width: 100%;
    max-height: 180px;
}
.c-img-video p {
    font-size: 1.4rem;
    line-height: 30px;
}
.c-wonderful-img {
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-around;*/
    /*margin: 10px 10px 0;*/
    margin: 10px 2vw 0;
}
.c-wonderful-img .bg-box {
    position: relative;
    float: left;
    width: 30vw;
    height: 30vw;
    vertical-align: middle;
    /*margin-top: 5px;*/
    margin: 5px 1vw 0;
}
.c-wonderful-img .name {
    position: absolute;
    bottom: 0;
    padding: 0 10px;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 1.4rem;
    text-align: center;
    color: white;
    background-color: rgba(0,0,0,.5);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.league-data-box .box-left {
    position: absolute;
    width: 18px;
    height: 74px;
    top: 0;
    left: 0;
    border: 2px solid #27a76c;
    border-right: none;
}
.league-data-box .box-right {
    position: absolute;
    width: 18px;
    height: 74px;
    top: 0;
    right: 0;
    border: 2px solid #27a76c;
    border-left: none;
}
.league-info {
    margin-top: 10px;
    background-color: white;
}
.league-info .hd {
    width: 100%;
    height: 44px;
    border-bottom: 1px solid #e9e9e9;
}
.league-info .hd ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.league-info .hd li {
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    height: 44px;
    font-size: 1.4rem;
    text-align: center;
}
.league-info .hd li span {
    display: inline-block;
    height: 44px;
    line-height: 42px;
}
.league-info .hd li.on span {
    border-bottom: 2px solid #27a76c;
}
.score-header,
.shoot-header,
.card-header,
.card1-header,
.card2-header,
.card3-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    font-size: 1.2rem;
    height: 40px;
    line-height: 40px;
    background-color: #f7f7f7;
}
.one-data {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    font-size: 1.2rem;
    height: 50px;
    line-height: 50px;
}
.one-data:nth-child(2n+1){
    background-color: #f7f7f7;
}
.one-data p,
.score-header p,
.shoot-header p,
.card1-header p,
.card2-header p,
.card3-header p {
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
}
.one-data p:nth-child(1),
.score-header p:nth-child(1),
.shoot-header p:nth-child(1),
.card-header p:nth-child(1),
.card1-header p:nth-child(1),
.card2-header p:nth-child(1),
.card3-header p:nth-child(1) {
    padding-left: 5px;
}
.one-data p:nth-last-child(1),
.score-header p:nth-last-child(1),
.shoot-header p:nth-last-child(1),
.card-header p:nth-last-child(1),
.card1-header p:nth-last-child(1),
.card2-header p:nth-last-child(1),
.card3-header p:nth-last-child(1) {
    padding-right: 5px;
}
.score-header p.p_2,
.shoot-header p.p_2,
.shoot-header p.p_3,
.card1-header p.p_1,
.card1-header p.p_2,
.card2-header p.p_2,
.card2-header p.p_3,
.card3-header p.p_2 {
    padding-left: 8px;
    flex: 4;
    -webkit-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    -moz-box-flex: 4;
    text-align: left;
}
.score .one-data .p_2,
.shoot .one-data .p_2,
.shoot .one-data .p_3,
.card1 .one-data .p_1,
.card1 .one-data .p_2,
.card2 .one-data .p_2,
.card2 .one-data .p_3,
.card3 .one-data .p_2 {
    padding-left: 8px;
    flex: 4;
    -webkit-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    -moz-box-flex: 4;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.score .one-data .p_7,
.score-header .p_7,
.shoot-header .p_4,
.shoot .one-data .p_4,
.card-header p,
.card1-header .p_3,
.card1 .one-data .p_3,
.card2-header .p_1,
.card2-header .p_4,
.card2-header .p_5,
.card2-header .p_6,
.card2 .one-data .p_1,
.card2 .one-data .p_4,
.card2 .one-data .p_5,
.card2 .one-data .p_6 {
    flex: 2;
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    -moz-box-flex: 2;
}
.card1-header .p_5,
.card1 .one-data .p_5 {
    flex: 3;
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    -moz-box-flex: 3;
}
.card1 .card1-header .p_4,
.card1 .one-data .p_4 {
    flex: 3;
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    -moz-box-flex: 3;
    padding-left: 10px;
    text-align: left;
}
.card1 .one-data .p_4 .card-icon[type="1"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/images/new_site/event-type.png) 0 -153px no-repeat;
    background-size: 100%;
    vertical-align: middle;
}
.card1 .one-data .p_4 .card-icon[type="2"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/images/new_site/event-type.png) 0 -179px no-repeat;
    background-size: 100%;
    vertical-align: middle;
}
.card1-header .p_4 {
    flex: 3;
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    -moz-box-flex: 3;
}
.one-data .p_2 img,
.one-data .p_3 img,
.card3 .one-data .p_2 img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 10px 0;
}
.one-data:nth-child(2) .p_1 {
    color: #ff6600;
}
.one-data:nth-child(3) .p_1 {
    color: #27a76c;
}
.one-data:nth-child(4) .p_1 {
    color: #f6a623;
}
.card1 .one-data:nth-child(2) .p_1,
.card1 .one-data:nth-child(3) .p_1,
.card1 .one-data:nth-child(4) .p_1 {
    color: inherit;
}
.schedule .turn-tab {
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -moz-box-pack:justify;
    -webkit--moz-box-pack:justify;
    box-pack:space-between;
    margin: 0 10px;
    height: 41px;
    border: 1px solid #e9e9e9;
    border-top: none;
    font-size: 1.3rem;
    color: #999999;
    line-height: 40px;
}
.turn-tab .prev,
.turn-tab .next {
    width: 70px;
    text-align: center;
}
.turn-tab .turn-switch {
    position: relative;
    width: 80px;
    left: 5px;
    text-align: center;
}
.turn-tab .prev .my-icon,
.turn-tab .next .my-icon,
.turn-tab .turn-switch .my-icon {
    font-size: 28px;
    vertical-align: sub;
}
.select-box {
    position: relative;
    top: 0;
    left: -10px;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.10);
    background-color: white;
}
.wrap-slider {
    max-height: 240px;
    width: 90px;
}
.select-box .the-list {
    max-height: 240px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.select-box .the-list p {
    width: 80px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
.schedule .turn-list {
    margin: 0 10px;
}
.turn-list .one-match {
    margin-top: 10px;
    border: 1px solid #e9e9e9;
}
.turn-list .one-match .the-box {
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 10px 10px 7px;
    border-bottom: 1px solid #e9e9e9;
    -webkit-justify-content:space-around;
    justify-content:space-around;
    -moz-box-pack:justify;
    -webkit--moz-box-pack:justify;
    box-pack:space-around;
    align-items: center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;
    background-color: #f7f7f7;
    text-align: center;
}
.turn-list .one-match .the-box .home,
.turn-list .one-match .the-box .away {
    /*flex: 1;*/
    /*-webkit-box-flex: 1;*/
    width: 40%;
}
.turn-list .one-match .the-box .result {
    width: 60px;
    font-size: 2.0rem;
}
.turn-list .one-match .the-box .home img,
.turn-list .one-match .the-box .away img {
    width: 50px;
    height: 50px;
    border: 1px solid #e9e9e9;
    padding: 4px;
    border-radius: 50%;
}
.turn-list .one-match .the-box .home p,
.turn-list .one-match .the-box .away p {
    width: 80%;
    margin: 5px auto 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.turn-list .one-match .p_1 {
    width: 100%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999999;
}
.turn-list .one-match .p_1 .order {
    position: absolute;
    font-size: 1.2rem;
    line-height: 25px;
    color: white;
    width: 45px;
    height: 25px;
    border-width: 0 10px 25px 0;
    border-style: none solid solid;
    border-color: transparent transparent #27a76c;
    text-align: center;
}
.turn-list .one-match .p_1 .time {
    margin-right: 20px;
}
.turn-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 10px;
    font-size: 1.3rem;
    text-align: center;
}
.turn-header p {
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e9e9e9;
}
.turn-header p.active {
    color: white;
    background-color: #27a76c;
}
.stop-match-rule {
    border: 1px solid #FBEFAC;
    background-color: #FFFCEA;
    color: #999999;
    line-height: 16px;
    font-size: 1.2rem;
    padding: 5px 15px;
    margin: 10px 10px 0;
}
.l-sponsor {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.l-s-left {
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    position: relative;
    margin-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}
.l-s-left .gm-icon {
    position: absolute;
    height: 24px;
    width: 80px;
    left: 50%;
    top: -12px;
    margin-left: -40px;
    line-height: 24px;
    font-size: 1.4rem;
    background-color: white;
}
.l-s-left .name {
    margin-top: 15px;
    font-size: 1.5rem;
    color: #27a76c;
}
.l-s-right {
    width: 102px;
    height: 68px;
    margin-left: 20px;
}
.l-s-right img {
    width: 100%;
    height: 100%;
}
.sign-up-info {
    position: relative;
    margin: 0 20px 20px;
    padding: 20px;
    border: 2px solid #27a76d;
}
.sign-up-info .p_1 {
    position: absolute;
    width: 100px;
    height: 30px;
    left: 50%;
    top: -15px;
    margin-left: -50px;
    font-size: 2.0rem;
    line-height: 30px;
    background-color: white;
    text-align: center;
}
.sign-up-info .p_2,
.sign-up-info .p_3,
.sign-up-info .p_4 {
    line-height: 20px;
    font-size: 1.3rem;
}
.one-swiper{
    width: 100%;
}
.one-swiper img{
    display: block;
    width: 100%;
}
.one-swiper .swiper-slide{
    width: 100%;
}
.get-more-box img{
    width: 100%;
    display: block;
}