<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
article,
aside,
blockquote,
body,
button,
code,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}
textarea {
    resize: none;
    overflow-y: auto;
}
button {
    border: none;
    background: 0 0;
    cursor: pointer;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th {
    text-align: inherit;
}
input:-webkit-autofill {
    background-color: #fff;
    background-image: none;
    color: #000;
}
input{
    text-indent: 5px;
}
input,
fieldset,
img {
    border: none;
}
img{
    display: inline-block;
}
iframe {
    display: block;
}
abbr,
acronym {
    border: none;
    font-variant: normal;
}
del {
    text-decoration: line-through;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-weight: 500;
    font-style: normal;
}
label{
    font-weight: normal;
}
ol,
ul {
    list-style: none;
}
caption,
th {
    text-align: left;
}
a:hover {
    text-decoration: none;
}
a,
ins {
    text-decoration: none;
}
:focus,
a:focus {
    outline: 0;
}
a:visited {
    text-decoration: none;
}
input[disabled]{
    color: #999 !important;
    background: inherit;
}
input[readonly]{
    color: #999 !important;
}
.lysy-video-poster video{
    display: none;
    max-width: 100%;
}
.lysy-video-poster[data-vid=''] video{
    display: inline-block;
}
.m-item {
    float: left;
    width: 80px;
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    text-align: left;
}
.create-story-box .m-item {
    padding-left: 0;
}
.edit-article .m-item {
    width: 90px;
}
.m-item-content {
    position: relative;
    float: left;
    width: 750px;
    color: #555555;
    text-align: left;
}
.back-account .m-item-content {
    width: 180px;
}
.create-story-box .m-item-content {
    width: 710px;
}
.circle-116,
.img-circle-116 {
    width: 116px;
    height: 116px;
    border-radius: 50%;
}
.img-115-80 {
    min-width: 115px;
    width: auto;
    height: 80px;
    background: #eee;
}
.img-50-50 {
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
}
.green-btn-70 {
    width: 70px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    text-align: center;
    background-color: #27a76d;
    color: white;
    cursor: pointer;
}
.green-btn-90 {
    width: 90px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    text-align: center;
    background-color: #27a76d;
    color: white;
    cursor: pointer;
}
.green-parallelogram-btn {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 32px;
    line-height: 32px;
    margin: 0 20px;
    background-color: #27a76d;
    color: white;
    text-align: center;
    cursor: pointer;
}
.green-parallelogram-btn:before {
    position: absolute;
    content: '';
    left: -10px;
    width: 0;
    height: 0;
    border-bottom: 32px solid #27a76d;
    border-left: 10px solid transparent;
}
.green-parallelogram-btn:after {
    position: absolute;
    content: '';
    right: -10px;
    width: 0;
    height: 0;
    border-top: 32px solid #27a76d;
    border-right: 10px solid transparent;
}
.select-120w {
    display: inline-block;
    vertical-align: middle;
    min-width: 120px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px 0 10px;
    border: 1px solid #cccccc;
    margin-right: 10px;
    cursor: pointer;
}
.select-100w {
    display: inline-block;
    vertical-align: middle;
    min-width: 100px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px 0 10px;
    border: 1px solid #cccccc;
    margin-right: 10px;
    cursor: pointer;
}
.select-100w-box {
    display: none;
    position: absolute;
    z-index: 1;
    padding: 5px 0;
    top: 39px;
    width: 100px;
    max-height: 152px;
    border: 1px solid #cccccc;
    background-color: white;
    overflow-y: auto;
    overflow-x: hidden;
}
.select-100w-box li {
    width: 90px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
}
.select-100w-box li:hover {
    background-color: #27a76d;
    color: white;
}
.select-120w.no-list {
    color: #cccccc;
}
.select-120w .name,
.select-100w .name {
    float: left;
    line-height: 28px;
}
.select-120w .icon-uniE620,
.select-100w .icon-uniE620 {
    float: right;
    width: 20px;
    font-size: 20px;
    line-height: 28px;
}
.select-120w.on .icon-uniE620,
.select-100w.on .icon-uniE620 {
    color: #27a76d;
}

.area-select-pop-box {
    display: none;
    position: absolute;
    width: 420px;
    padding: 10px;
    z-index: 5;
    -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 3px 1px rgba(0,0,0,0.15);
    box-shadow: 0 0 3px 1px rgba(0,0,0,0.15);
    background-color: white;
}
.area-select-pop-box li {
    float: left;
    font-size: 13px;
    line-height: 20px;
    padding: 4px 7px;
    margin-top: 5px;
    margin-right: 8px;
    color: #8a8b95;
    cursor: pointer;
}
.area-select-pop-box li:hover {
    background-color: #27a76d;
    color: white;
}
.m-t-5 {
    margin-top: 5px;
}
.m-t-10 {
    margin-top: 10px;
}
.m-t-20 {
    margin-top: 20px;
}
.m-t-30 {
    margin-top: 30px
}
.m-t-40 {
    margin-top: 40px
}
.m-t-50 {
    margin-top: 50px
}
.m-t-70 {
    margin-top: 70px;
}
.m-l-5 {
    margin-left: 5px;
}
.m-l-10 {
    margin-left: 10px;
}
.m-l-15 {
    margin-left: 15px;
}
.m-r-5 {
    margin-right: 5px;
}
.m-r-10 {
    margin-right: 10px;
}
.m-r-20 {
    margin-right: 20px;
}
.m-b-5 {
    margin-bottom: 5px;
}
.m-b-15 {
    margin-bottom: 15px;
}
.m-b-20 {
    margin-bottom: 20px;
}
.m-b-40 {
    margin-bottom: 40px;
}
.m-b-50 {
    margin-bottom: 50px;
}
.m-b-60 {
    margin-bottom: 60px;
}
.m-b-250 {
    margin-bottom: 250px;
}
.p-t-5 {
    padding-top: 5px;
}
.f12 {
    font-size: 12px;
}
.f16 {
    font-size: 16px;
}
.f20 {
    font-size: 20px;
}
.f30 {
    font-size: 30px;
}

.l-h-30 {
    line-height: 30px;
}
.img-50-50 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.w80 {
    width: 80px;
}
.w120 {
    width: 120px;
}
.w180 {
    width: 180px;
}
.w185 {
    width: 185px;
}
.w200 {
    width: 200px;
}
.w210 {
    width: 210px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.tc {
    text-align: center;
}
.line-h30 {
    line-height: 30px;
}
.one-radio,
.one-checkbox {
    float: left;
    width: 75px;
    height: 30px;
    line-height: 30px;
}
.xie-radio,
.xie-checkbox {
    display: inline-block;
    position: relative;
    vertical-align: sub;
    width: 15px;
    height: 15px;
    border: 1px solid #cccccc;
    cursor: pointer;
    box-sizing: border-box;
}
.xie-radio.checked:before,
.xie-checkbox.checked:before {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    top: 2px;
    left: 2px;
    background-color: #27a76d;
}
.green-btn-c165 {
    width: 165px;
    height: 40px;
    line-height: 40px;
    background-color: #2fa570;
    color: white;
    text-align: center;
    margin: 0 auto;
    border-radius: 20px;
    cursor: pointer;
}
.gray-btn-c165 {
    width: 165px;
    height: 40px;
    line-height: 40px;
    background-color: #999999;
    color: white;
    text-align: center;
    margin: 0 auto;
    border-radius: 20px;
    cursor: pointer;
}
.green-btn-c200 {
    width: 200px;
    height: 40px;
    line-height: 40px;
    background-color: #2fa570;
    color: white;
    text-align: center;
    margin: 0 auto;
    border-radius: 20px;
    cursor: pointer;
}
.page-start,
.page-end {
    display: inline-block;
    width: 35px;
    height: 20px;
    border: 1px solid #2FA570;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    margin-right: 5px;
    color: #2FA570;
    cursor: pointer;
}
.page-other {
    display: inline-block;
    width: 25px;
    height: 20px;
    border: 1px solid #999999;
    font-size: 12px;
    line-height: 18px;
    margin-right: 5px;
    text-align: center;
    color: #999999;
    cursor: pointer;
}
.page-other.on {
    border: 1px solid #2FA570;
    color: white;
    background-color: #2FA570;
}
.create-story-box {
    position: relative;
    width: 840px;
    margin: 20px auto;
    background-color: white;
    padding: 20px;
    z-index: 0;
}
.preview-box {
    width: 300px;
    height: 600px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -300px;
    margin-left: -150px;
    background: url(/images/icons/story_prev_phone.png) -138px -105px no-repeat;
    padding: 0;
    background-size: 192%;
}
.phone-box {
    width: 240px;
    height: 426px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 100px auto;
    /*background: url("/images/icons/story_prev_phone.png") no-repeat;*/
    background-color: white;
    color: black;
    font-size: 14px;
    line-height: 20px;
}
.preview-content1 img {
    max-width: 100%;
}
.close-phone-preview {
    position: absolute;
    top: 40px;
    right: -25px;
    font-size: 20px;
    cursor: pointer;
    color: #2FA570;
}
.view img {
    max-width: 100%;
}
.relative {
    position: relative;
}
.color-green {
    color: #2FA570;
}
.ver-align-middle {
    vertical-align: middle;
}
.display-table {
    display: table;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.disabled {
    background-color: #6d707a!important;
    cursor: not-allowed!important;
}
.input-30h {
    padding: 0 5px;
    border: 1px solid #cccccc;
    height: 30px;
    color: #555555;
}
.prompt-box,
.prompt-box2 {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0,0,0,.5);
}
/*.prompt-box {*/
    /*z-index: 99999;*/
    /*overflow-x: hidden;*/
    /*overflow-y: auto;*/
/*}*/
.tiny-prompt {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
    border-radius: 5px;
}
.image-select-box {
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -360px;
    width: 720px;
    z-index: 999;
    padding: 20px;
    border-radius: 4px;
    background-color: #fff;
}
/*弹窗信息*/
.notice-box {
    position: fixed;
    top: 40%;
    left: 50%;
    z-index: 10999;
    padding: 20px;
    border-radius: 4px;
    background-color: #fff;
    width: 400px;
    margin-left: -230px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
a.button-108px {
    padding: 0;
    width: 108px;
    height: 36px;
    text-align: center;
    font-size: 14px;
    line-height: 36px;
}
a.green-btn {
    padding: 0 10px;
    background-color: #2FA570;
    color: #fff;
    border: 1px solid #2FA570;
}
a.button {
    display: inline-block;
    border-radius: 4px;
}
#youku-upload .well {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.row .span5 .bar{
    height: 20px;
    background-color: #2FA570;
}
.dropzone-close-btn {
    position: absolute;
    top: 0;
    right: -30px;
}
.dropzone-close-btn .iconfont {
    font-size: 25px;
}
.color-red {
    color: #d80000!important;
}
.img-box .icon-uniE64C {
    position: absolute;
    top: 0;
    right: -14px;
    cursor: pointer;
}
.hd .prev:hover,
.hd .next:hover {
    color: #2FA570;
}

/*
 屏蔽响应式布局
*/
.container {
    width: 1100px !important;
    padding: 0;
}
.container .navbar-header {
    width: 280px;
    height: 80px;
    margin-right: 0;
    margin-left: 0;
}


.footer {
    min-width: 1110px;
    background-color: #1D1D1D;
    padding: 80px 0 40px;
    color: white;
}
.foot-area {
    float: left;
    width: 340px;
}
.foot-area:nth-child(2) {
    margin: 0 40px;
}
.foot-col-header {
    border-bottom: 1px solid #2D2D2D;
    padding: 15px 10px;
    line-height: 20px;
    margin-bottom: 20px;
}
.foot-col-header span {
    vertical-align: middle;
}
.foot-col-header span:nth-child(3) {
    color: #656565;
}
.foot-service img {
    display: block;
    margin: 0 auto;
}
.foot-contact {
    font-size: 12px;
    line-height: 20px;
}
.foot-media {

}
.contact-us {
    margin-bottom: 5px;
}
.contact-us span {
    vertical-align: middle;
}
.feedback {
    display: inline-block;
    padding: 0 30px;
    border-radius: 20px;
    margin-top: 10px;
    line-height: 40px;
    height: 40px;
    background-color: #2FA570;
    cursor: pointer;
}
.two-media {
    border-bottom: 1px solid #2D2D2D;
    padding: 0 0 15px 0;
    line-height: 20px;
    margin-bottom: 20px;
}
.sina-weibo,
.weixin {
    display: inline-block;
    height: 30px;
    width: 112px;
    margin-right: 20px;
    line-height: 30px;
    border-radius: 5px;
    font-size: 12px;
    background-color: #363636;
    cursor: pointer;
    text-align: center;
}
.qrCode {
    display: inline-block;
    width: 110px;
    margin-right: 20px;
}
.qrCode img {
    width: 100%;
}
.qrCode p {
    line-height: 30px;
    font-size: 12px;
    text-align: center;
}
.jtico {
    display: inline-block;
    height: 37px;
    width: 37px;
    cursor: pointer;
}
.jtico_weixin {
    background: url("/images/new_site/story-share2-1.png") no-repeat;
}
.jtico_tsina {
    background: url("/images/new_site/story-share2-2.png") no-repeat;
}
.jtico_qzone {
    background: url("/images/new_site/story-share2-3.png") no-repeat;
}
.jtico_tqq {
    background: url("/images/new_site/story-share2-4.png") no-repeat;
}
.jtico_weixin:hover {
    background: url("/images/new_site/story-share1-1.png") no-repeat;
}
.jtico_tsina:hover {
    background: url("/images/new_site/story-share1-2.png") no-repeat;
}
.jtico_qzone:hover {
    background: url("/images/new_site/story-share1-3.png") no-repeat;
}
.jtico_tqq:hover {
    background: url("/images/new_site/story-share1-4.png") no-repeat;
}

.map-left {
    position: absolute;
    width: 200px;
    height: 650px;
}
.province-map-box {
    position: absolute;
    top: 0;
    background-color: rgba(245,249,248,.9);
    padding-top: 40px;
    min-width: 1110px;
    width: 100%;
    height: 690px;
}
.province_header {
    padding: 25px 0;
    border-bottom: 1px solid #E5E9DC;
}
.province_header .the-province {
    cursor: pointer;
}
.province_header .p_left {
    float: left;
    width: 139px;
    height: 90px;
    border-right: 1px solid #E5E9DC;
}
.province_header .p_right {
    float: left;
    width: 840px;
    height: 90px;
    overflow: hidden;
    margin: 0 60px;
}
.p_right .hd {
    position: absolute;
    width: 840px;
}
.p_right .hd .prev {
    position: absolute;
    font-size: 24px;
    top: 24px;
    left: -56px;
}
.p_right .hd .next {
    position: absolute;
    font-size: 24px;
    top: 24px;
    right: -56px;
}
.p_right .hd .prev:hover,
.p_right .hd .next:hover {
    color: #2FA570;
}
.province_header .p_left .p_l_ch {
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
}
.province_header .p_left .p_l_en {
    /*font-size: 12px;*/
    line-height: 20px;
    color: #656565;
}
.province_header .p_left .return-box {
    width: 80px;
    height: 28px;
    line-height: 28px;
    margin-top: 10px;
    background-color: #1D1D1D;
    color: white;
    text-align: center;
    cursor: pointer;
}
.back-password-box .return-box {
    width: 80px;
    height: 28px;
    line-height: 28px;
    margin-left: 20px;
    background-color: #1D1D1D;
    color: white;
    text-align: center;
    cursor: pointer;
}
.province_header .p_right .one-fa {
    float: left;
    width: 120px;
}
.province_header .p_right .one-fa img {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto;
}
.province_header .p_right .one-fa p {
    width: 110px;
    line-height: 20px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.province_bottom {
    position: relative;
}
.province-sign {
    position: absolute;
    width: 125px;
    height: 509px;
}
#province-map {
    display: inline-block;
    position: relative;
    left: 125px;
    width: 400px;
    height: 400px;
    margin-top: 60px;
}
.province-data {
    display: inline-block;
    position: absolute;
    left: 580px;
    width: 520px;
}
.all-pro-data {
    margin-top: 15px;
}
.all-pro-data .pro-one-data {
    position: relative;
    float: left;
    width: 100px;
    height: 115px;
    margin-top: 15px;
    border: 2px solid transparent;
    text-align: center;
    cursor: pointer;
}
.pro-one-data p:nth-child(1) {
    height: 20px;
    margin-top: 9px;
    line-height: 20px;
    color: #999999;
}
.pro-one-data p:nth-child(2) {
    height: 60px;
    line-height: 54px;
    font-size: 26px;
}
.all-pro-data .pro-one-data.on {
    border: 2px solid #2FA570;
    color: #2FA570;
}
.pro-one-data.on p:nth-child(1) {
    color: #2FA570;
}
.all-pro-data .data-border {
    float: left;
    height: 33px;
    margin: 58px 16px 39px;
    border-right: 1px solid #999999;

}
.pro-one-data.on:after {
    display: block;
    position: relative;
    width: 100%;
    height: 24px;
    font-family: iconfont;
    content: '\e620';
    font-size: 20px;
    line-height: 24px;
    color: white;
    background-color: #2FA570;
}
/*.map-right {*/
    /*float: right;*/
/*}*/
.green-footprint p:nth-child(1){
    font-size: 24px;
    /*font-weight: bold;*/
}
.green-footprint p:nth-child(2){
    margin-bottom: 5px;
    font-size: 12px;
    color: #656565;
}
.green-footprint p:nth-child(3){
    width: 30px;
    border-top: 2px solid black;
}
.green-service {
    position: absolute;
    bottom: 100px;
}
.green-service-area p {
    display: inline-block;
    width: 16px;
    height: 10px;
    background-color: #2FA570;
}
.green-service-city p {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    border-radius: 50%;
    background-color: #fdbd2d;
}
.service-ordinary-city p {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #B8BE9E;
}
.service-ordinary-city span {
    font-size: 13px;
}
.foot-link {
    border-top: 1px solid #2D2D2D;
    padding: 30px 0;
    font-size: 12px;
    color: #9A9A9A;
    line-height: 24px;
}
.foot-link a {
    color: #9A9A9A;
}
#toTop {
    position: fixed;
    bottom: 15%;
    right: 15px;
    width: 50px;
    height: 50px;
    z-index: 200;
    background: linear-gradient(135deg,rgba(0,255,249,1) 0%,rgba(0,199,0,1) 100%);
    color: white;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

#map {
    position: relative;
    width: 1100px;
    height: 650px;
    /*left: -90px;*/
    /*top: -85px;*/
}
.home-content {
    position: relative;
    padding: 100px 0 80px;
}
.home-content-header {
    padding-bottom: 20px;
    border-bottom: 1px solid black;
}
.h-content {
    padding: 20px 0;
    border-bottom: 1px solid #E0E0E0;
}
.h-c-1 {
    float: left;
}
.h-c-2 {
    float: left;
    width: 380px;
    margin-left: 20px;
    line-height: 25px;
    font-size: 12px;
    color: #9A9A9A;
}
.h-c-3 {
    float: left;
    display: table;
    width: 240px;
    height: 100px;
    text-align: center;
}
.h-c-4 {
    float: right;
    display: table;
    height: 100px;
}
.h-c-1 img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.h-content[type="6"] .h-c-1 img,
.h-content[type="7"] .h-c-1 img {
    width: 80px;
    height: 105px;
    border-radius: 0;
}
.hc-2-name {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: black;
}
.hc-2-name .is-register {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 64px;
    height: 16px;
    background: url("/images/new_site/is-registe-icon.png") 0 0 no-repeat;

}
.h-content[type="1"] .h-c-2 li {
    float: left;
    width: 130px;
}
.h-content[type="2"] .h-c-2 li,
.h-content[type="3"] .h-c-2 li,
.h-content[type="4"] .h-c-2 li,
.h-content[type="5"] .h-c-2 li,
.h-content[type="6"] .h-c-2 li,
.h-content[type="7"] .h-c-2 li {
    float: left;
    width: 300px;
}
.h-c-3 div {
    display: table-cell;
    vertical-align: middle;
}
.h-c-3 p:nth-child(2) {
    line-height: 30px;
    font-size: 24px;
}
.h-content[type="4"] .h-c-3 p {
    color: #FC381F;
}
.h-content[type="5"] .h-c-3 p,
.h-content[type="8"] .h-c-3 p {
    color: #2FA570;
}
.h-content[type="6"] .h-c-3 p {
    color: #4AA0E0;
}
.h-content[type="7"] .h-c-3 p {
    color: #FDB62C;
}
.h-content[type="4"] .h-c-3[sort-type="2"] p,
.h-content[type="5"] .h-c-3[sort-type="2"] p,
.h-content[type="8"] .h-c-3[sort-type="2"] p {
    color: #F6A623;
}
.h-c-4 div {
    display: table-cell;
    vertical-align: middle;
}
.h-c-4 p,
.attention,
.send-message {
    width: 90px;
    height: 30px;
    margin: 10px 0;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    line-height: 30px;
    text-align: center;
    color: #2FA570;
    cursor: pointer;
}
.h-c-4 p.attention[state="1"],
.attention[state="1"] {
    color: #201f25;
}
.u_info1 .attention {
    display: inline-block;
    border:1px solid #2fa570;
    margin: 0 10px 0 0;
}
.u_info1 .attention[state="1"] {
    border: 1px solid #E0E0E0;
    color: #201f25;
}
.h-c-4 p.invite-join-team {
    border: 1px solid #2FA570;
    color: white;
    background-color: #2FA570;
}
.load-gif {
    float: left;
    padding: 40px 0;
    width: 100%;
    margin: 0 auto;
}
.load-gif img {
    display: inherit;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
.load-gif p {
    margin-top: 5px;
    text-align: center;
    color: #9A9A9A;
}
.search-box .parallelogram {
    width:400px;
    height:80px;
    -webkit-transform:skew(-20deg);
    -moz-transform:skew(-20deg);
    -o-transform:skew(-20deg);
    -ms-transform:skew(-20deg);
    transform:skew(-20deg);
    background:#2FA570;
}
.search-box .input-box {
    position: absolute;
    left: 15px;
    top: 0;
    width: 370px;
    height: 40px;
    margin: 20px 0;
    line-height: 40px;
    color: white;
}
.sort2-select {
    position: relative;
    float: left;
    top: -6px;
}
.sort2-select .sort2-box {
    padding: 9px;
    width: 78px;
    height: 34px;
}
.sort2-select .sort2-box.on {
    color: #2FA570;
    background: url("/images/new_site/sort2-bg.png") 0 0 no-repeat;
}
.sort2-select .sort2-box .sort2 {
    width: 69px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}
.sort2-select .sort2-list {
    position: absolute;
    width: 128px;
    height: 252px;
    line-height: 27px;
    padding: 13px 9px;
    background: url("/images/new_site/sort2-bg.png") 0 -34px no-repeat;
    color: black;
}
.sort2-select .sort2-list li {
    margin: 1px 5px 0;
    padding: 0 5px;
    border-radius: 3px;
    cursor: pointer;
}
.sort2-select .sort2-list li:hover {
    background-color: #2FA570;
    color: white;
}

.sort1-select {
    position: relative;
    float: right;
    right: -6px;
}
.sort1-select .sort1-box {
    padding: 9px;
    width: 90px;
    height: 34px;
}
.sort1-select .sort1-box.on {
    color: #2FA570;
    background: url("/images/new_site/sort1-bg.png") -28px 0 no-repeat;
}
.sort1-select .sort1-box .sort1 {
    width: 75px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}
.sort1-select .sort1-list {
    position: absolute;
    width: 120px;
    height: 240px;
    line-height: 27px;
    right: -2px;
    padding: 13px 9px;
    background: url("/images/new_site/sort1-bg.png") 0 -34px no-repeat;
    color: black;
}
.sort1-select .sort1-list li {
    margin: 1px 5px 0;
    padding: 0 24px 0 5px;
    border-radius: 3px;
    cursor: pointer;
    text-align: right;
}
.sort1-select .sort1-list li:hover {
    background-color: #2FA570;
    color: white;
}

.search-input {
    float: left;
    width:  245px;
    height: 40px;
    padding: 0 10px;
    border: none;
    background-color: transparent;
}
input.search-input::-webkit-input-placeholder {
    /* WebKit browsers*/
    color:white;
    font-size:14px;
    }
input.search-input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18*/
    color:white;
    font-size:14px;
}
input.search-input::-moz-placeholder {
    /* Mozilla Firefox 19+*/
    color:white;
    font-size:14px;
}
input.search-input:-ms-input-placeholder {
    /* Internet Explorer 10+*/
    color:white;
    font-size:14px;
}
.search-btn {
    font-size: 32px;
    line-height: 40px;
    cursor: pointer;
}
.h-p-header1 {
    width: 280px;
    height: 112px;
    background: url("/images/new_site/home-title1.png") no-repeat;
    margin: 0 auto;
}
.h-p-header2 {
    width: 306px;
    height: 112px;
    background: url("/images/new_site/home-title2.png") no-repeat;
    margin: 0 auto;
}
.h-p-header3 {
    width: 280px;
    height: 112px;
    background: url("/images/new_site/home-title3.png") no-repeat;
    margin: 0 auto;
}
.circle-box {
    position: relative;
    width: 210px;
    margin: 0 auto;
    text-align: center;
}
.circle {
    height: 210px;
    width: 210px;
}
.circle.my-move circle {
    -webkit-transition: stroke-dashoffset 1s;
    transition: stroke-dashoffset 1s;
    -moz-transition: stroke-dashoffset 1s;
    -o-transition: stroke-dashoffset 1s;
}
/*.circle circle:hover {*/
    /*-webkit-transition: stroke-dashoffset 2s;*/
    /*transition: stroke-dashoffset 2s;*/
    /*-moz-transition: stroke-dashoffset 2s;*/
    /*-o-transition: stroke-dashoffset 2s;*/
    /*!*stroke-dashoffset: 0;*!*/
/*}*/
.circle-des {
    display: table;
    position: absolute;
    top: 0;
    width: 210px;
    height: 210px;
}
.circle-des .table-cell p:nth-child(2) {
    font-size: 50px;
    line-height: 50px;
    color: #2fa570;
}
.circle-name-ch {
    font-size: 18px;
    font-weight: bold;
}
.circle-name-en {
    font-size: 12px;
    color: #9A9A9A;
}
.plat-advantage {
    position: relative;
    float: left;
    width: 350px;
}
.plat-advantage.on {
    color: #2fa570;
}
.plat-advantage:nth-child(2) {
    margin: 0 25px;
}
.advantage-order {
    font-size: 40px;
    line-height: 110px;
    font-weight: bold;
}
.plat-advantage .parallelogram {
    position: relative;
    left: 16px;
    width:318px;
    height:68px;
    -webkit-transform:skew(-25deg);
    -moz-transform:skew(-25deg);
    -o-transform:skew(-25deg);
    -ms-transform:skew(-25deg);
    transform:skew(-25deg);
    background-color: #1D1D1D;
}
.plat-advantage.on .parallelogram {
    background-color: #2fa570;

}
.plat-advantage .parallelogram p {
    -webkit-transform:skew(25deg);
    -moz-transform:skew(25deg);
    -o-transform:skew(25deg);
    -ms-transform:skew(25deg);
    transform:skew(25deg);
    line-height: 68px;
    padding: 0 16px;
    color: white;
    font-size: 16px;
    font-weight: bold;
}
.advantage-des {
    margin-top: 35px;
}
.advantage-line {
    width: 30px;
    margin: 0 auto;
    padding-bottom: 30px;
    border-bottom: 2px solid #1D1D1D;
}
.plat-advantage.on .advantage-line {
    border-bottom: 2px solid #2fa570;
}
.h-p-fa-turn {
    position: relative;
    width: 860px;
    height: 300px;
    margin: 0 auto;
}
.h-p-fa-turn li {
    width: 165px;
    position: absolute;
}
.h-p-fa-turn li img {
    width: 100%;
    min-height: 165px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,1.0);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,1.0);
    box-shadow: 0 0 20px rgba(0,0,0,1.0);
}
.h-p-fa-turn li p {
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    color: #2fa570;
}
.h-p-fa-turn .prev {
    left: -25px;
    background: url('/images/fa_site/common/prev.png') 5px 5px no-repeat;
}
.h-p-fa-turn .next {
    right: -25px;
    background: url('/images/fa_site/common/next.png') 5px 5px no-repeat;
}
.h-p-fa-turn .prev,
.h-p-fa-turn .next {
    position: absolute;
    top: 50%;
    width: 23px;
    height: 33px;
    padding: 5px;
    margin-top: -16px;
    cursor: pointer;
}
.co-img {
    border-top: 1px solid #E0E1DC;
    padding: 25px 0;
}
.new_info {
    padding: 40px 0;
}
.n_box_h {
    height: 40px;
    margin-bottom: 20px;
    padding-left: 25px;
    border-bottom: 1px solid black;
    background: url('/images/new_site/news-header-bg.png') 0 13px no-repeat;
}
.n_box_h p {
    float: left;
    font-weight: bold;
    line-height: 40px;
}
.n_box_h .n_h_more {
    line-height: 40px;
    float: right;
    color: #9A9A9A;
    font-size: 12px;
}
.n_left {
    position: relative;
    float: left;
    width: 530px;
}
.n_left .hd {
    position: absolute;
    right: 0;
    bottom: 28px;
    font-size: 20px;
    z-index: 1;
}
.n_left .hd .prev:hover,
.n_left .hd .next:hover {
    color: #2fa570;
}
.n_left .n_img img {
    width: 100%;
    height: 270px;
}
.n_right {
    float: right;
    width: 525px;
}
.n_top_title {
    width: 420px;
    line-height: 40px;
    /*display: inline-block;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.n_top_title span:nth-child(1) {
    color: red;
}
.n_top_title span:nth-child(2) {
    font-weight: 700;
}
.n_t_from {
    font-size: 12px;
    color: #9A9A9A;
}
.one_new {
    line-height: 45px;
    border-bottom: 1px dashed #9A9A9A;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.one_new .tag {
    color: #2fa570;
}
.one_new:before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #9A9A9A;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
    margin-top: 20px;
}
.one_new .one_new_title {
    display: inline-block;
    flex: 1;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    color: black;
}
.one_new .one_new_from {
    float: right;
    color: #9A9A9A;
    font-size: 12px;
}
.n_write,
.n_honor {
    position: relative;
    float: right;
    width: 100px;
    height: 34px;
    right: 20px;
    background-color: #F7D438;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}
.n_write:before,
.n_honor:before {
    position: absolute;
    content: '';
    left: -20px;
    width: 0;
    height: 0;
    border-bottom: 34px solid #F7D438;
    border-left: 20px solid transparent;
}
.n_write:after,
.n_honor:after {
    position: absolute;
    content: '';
    right: -20px;
    width: 0;
    height: 0;
    border-top: 34px solid #F7D438;
    border-right: 20px solid transparent;
}
.n_s_left {
    float: left;
    width: 710px;
}
.n_s_right {
    float: right;
    width: 350px;
}
.sq_new_li {
    padding: 20px 0;
    border-bottom: 1px solid #E0E0E0;
}
.sq_new_li .p_header_img,
.n_commend_li .p_header_img {
    float: left;
    width: 50px;
    height: 50px;
}
.sq_new_li .p_header_img img,
.n_commend_li .p_header_img img {
    width: 100%;
    border-radius: 50%;
}
.sq_new_li .p_content {
    float: right;
    width: 640px;
    line-height: 24px;
}
.middle-content .sq_new_li .p_content {
    width: 475px;
}
.p_content .p_1 {
    font-size: 15px;
    font-weight: bold;
}
.p_content .p_2,
.p_content .p_4,
.p_content .p_5{
    color: #9A9A9A;
}
.p_content .p_5{
    margin-top: 4px;
}
.support-gif {
    position: absolute;
    top: 0;
    color: #2fa570;
    font-size: 14px;
}
.p_content .p_3 {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.p_content .p_1 img {
    display: inline-block;
    vertical-align: sub;
    height: 20px;
    margin-left: 5px;
}
.p_content .p_3 p {
    display: inline-block;
    padding: 2px 4px;
    color: white;
    background-color: #2fa570;
    line-height: 18px;
}
.p_content .p_4 .p_4_content {
    width: 100%;
    line-height: 30px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
#sq_comment_box,
#story_comment_box {
    margin-top: 10px;
}
#sq_comment_box textarea {
    width: 640px;
    height: 80px;
    padding: 5px 10px;
    line-height: 18px;
    border: 1px solid #E0E0E0;
}
#story_comment_box textarea {
    width: 640px;
    height: 40px;
    padding: 10px;
    line-height: 18px;
    border: 1px solid #E0E0E0;
    font-size: 14px;
}
textarea.story-comment-input::-webkit-input-placeholder {
    /* WebKit browsers*/
    color:#999999;
}
textarea.story-comment-input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18*/
    color:#999999;
}
textarea.story-comment-input::-moz-placeholder {
    /* Mozilla Firefox 19+*/
    color:#999999;
}
textarea.story-comment-input:-ms-input-placeholder {
    /* Internet Explorer 10+*/
    color:#999999;
}
.sq_praise,
.sq_comment {
    cursor: pointer;
}
.sq_submit {
    position: relative;
    float: right;
    width: 90px;
    height: 32px;
    right: 10px;
    background-color: #2fa570;
    line-height: 32px;
    text-align: center;
    color: white;
    cursor: pointer;
}
.sq_submit:before {
    position: absolute;
    content: '';
    left: -10px;
    width: 0;
    height: 0;
    border-bottom: 32px solid #2fa570;
    border-left: 10px solid transparent;
}
.sq_submit:after {
    position: absolute;
    content: '';
    right: -10px;
    width: 0;
    height: 0;
    border-top: 32px solid #2fa570;
    border-right: 10px solid transparent;
}
.c_img_box {
    max-height: 115px;
    overflow-y: hidden;
}
.c_img_box p {
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    height: 110px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.n_commend {
    border: 1px solid #2fa570;
    border-radius: 5px;
    margin-top: 30px;
}
.n_commend_li {
    padding: 20px 0;
    border-bottom: 1px dashed #9A9A9A;
}
.n_commend_content {
    float: left;
    margin-left: 10px;
    line-height: 25px;
}
.n_commend_content .n_c_title {
    display: inline-block;
    width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: bold;
}
.n_commend_content .tag {
    padding: 2px 4px;
    color: white;
    background-color: #2fa570;
    line-height: 18px;
}
.commend_title {
    width: 142px;
    height: 38px;
    line-height: 38px;
    margin: 0 auto;
    background: url('/images/new_site/news-trapezoid.png') no-repeat;
    color: white;
    text-align: center;
}
.m_search_h {
    padding: 80px 0;
}
.m_search_h .m_s_condition {
    float: left;
    width: 100px;
}
.m_search_h .m_s_content {
    float: left;
    width: 1000px;
}
.m_s_c1 li {
    display: inline-block;
    padding: 1px 5px;
    margin: 0 10px 10px 0;
    color: #9A9A9A;
    cursor: pointer;
}
.m_s_c1 li.active {
    background-color: #2fa570;
    color: white;
}
.m_s_c2 li {
    display: inline-block;
    font-size: 12px;
    margin: 5px 10px;
    color: #9A9A9A;
    cursor: pointer;
}
.m_s_c2 {
    padding: 10px 15px;
    background-color: #F5F9F8;
}
.m_s_c2 li.active {
    color: #2fa570;
}
.m_s_r_count {
    color: #2fa570;
}
.m_search_result {
    position: relative;
    padding: 80px 0;
    border-top: 1px solid black;
}
.match-list .one_match {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;	/* Safari */
    padding: 15px;
    width: 540px;
    margin-bottom: 20px;
    border: 1px solid #E0E0E0;
}
.match-list .one_match:hover {
    padding: 14px;
    border: 2px solid #2fa570;
}
.match-list .one_match:nth-child(2n+1){
    margin-right: 20px;
}
.one_match img.m_banner {
    width: 510px;
    height: 155px;
}
.one_match .m_name {
    display: table;
    width:100%;
    height: 50px;
    font-weight: bold;
    text-align: center;
}
.one_match .m_s_r_3 {
    color: #9A9A9A;
}
.one_match .m_s_r_3 p {
    float: left;
    width: 33.3333%;
    margin-bottom: 15px;
    text-align: center;
}
.one_match .state {
    width: 140px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: white;
    background-color: #BBBBBB;
}
.one_match[state="0"] .state {
    background-color: #73625A;
}
.one_match[state="1"] .state {
    background-color: #2fa570;
}
.one_match[state="2"] .state {
    background-color: #4990E2;
}
.one_match[state="3"] .state {
    background-color: #FF6600;
}
.one_match[state="4"] .state {
    background-color: #BBBBBB;
}
.one_match[is_serial="1"] .state {
    background-color: #F6A623;
}
.login-body {
    position: relative;
    width: 100%;
    min-width: 1100px;
    height: 890px;
    background: url("/images/new_site/login-register-bg.jpg") 50% 0 no-repeat;
}
.login-body .return-home {
    float: right;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #1D1D1D;
    color: white;
    cursor: pointer;
}
.login-body  .login-logo {
    display: block;
    margin: 45px auto 35px;
}
.login-box,
.register-box,
.back-password-box {
    position: relative;
    width: 680px;
    height: 460px;
    padding: 45px 0;
    margin: 50px auto 0;
    background-color: white;
    -webkit-box-shadow:0 0 10px rgba(0, 0, 0, .2);
    -moz-box-shadow:0 0 10px rgba(0, 0, 0, .2);
    box-shadow:0 0 10px rgba(0, 0, 0, .2);
    border-radius: 5px;
}
.back-password-box {
    padding: 15px 0 45px;
}
/*.register-box {*/
    /*position: relative;*/
    /*width: 680px;*/
    /*height: 460px;*/
    /*padding: 45px 0;*/
    /*margin: 0 auto;*/
    /*background-color: white;*/
    /*-webkit-box-shadow:0 0 10px rgba(0, 0, 0, .2);*/
    /*-moz-box-shadow:0 0 10px rgba(0, 0, 0, .2);*/
    /*box-shadow:0 0 10px rgba(0, 0, 0, .2);*/
    /*border-radius: 5px;*/
/*}*/
.login-box .login-tab{
    position: absolute;
    right: -40px;
    height: auto;
    width: 40px;
    text-align: center;
}
.login-box .login-tab a{
    display: block;
    padding:20px 10px;
    height: 120px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #cecece;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}
.login-box .login-tab a:hover{
    background: #2FA570;
}
.login-box .login-tab li.active a{
    background: #2FA570;
}
.login-account {
    width: 270px;
    height: 275px;
    margin-left: 205px;
    text-align: center;
    display: none;
}
.login-account.active{
    display: block;
}
.login-other-style {
    position: relative;
    border-top: 1px solid #F0F0F0;
    padding-top: 30px;
    margin-top: 25px;
}
.login-other-style .other-title {
    position: absolute;
    width: 90px;
    height: 24px;
    line-height: 24px;
    background-color: white;
    top: -12px;
    left: 90px;
}
.link-login .login-weixin {
    float: left;
    width: 40px;
    height: 40px;
    background: url("/images/new_site/login-weixin.png") no-repeat;
    margin: 0 20px;
}
.link-login .login-qq {
    float: left;
    width: 40px;
    height: 40px;
    background: url("/images/new_site/login-qq.png") no-repeat;
    margin: 0 35px;
}
.link-login .login-weibo {
    float: left;
    width: 40px;
    height: 40px;
    background: url("/images/new_site/login-sina-weibo.png") no-repeat;
    margin: 0 20px;
}
.select-login-type .link-login .login-weixin,
.select-login-type .link-login .login-qq,
.select-login-type .link-login .login-weibo {
    float: none;
    display: inline-block;
}
.login-account .msg-wrap,
.register-account .msg-wrap {
    height: 30px;
    line-height: 30px;
    color: #E5262C;
    font-size: 12px;
    text-align: left;
}
.login-input-box {
    /*margin-top: 30px;*/
}
.login-input-box input {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    margin-bottom: 15px;
    line-height: 45px;
    background-color: #EFF1F0;
    -webkit-box-shadow: 0 0 0 30px #EFF1F0 inset;
    -moz-box-shadow: 0 0 0 30px #EFF1F0 inset;
    box-shadow: 0 0 0 30px #EFF1F0 inset;
}
.ck-box {
    position: relative;
}
.ck-box input {
    opacity: 0;
    z-index: 1;
    margin: 0;
    cursor: pointer;
}
.ck-box label {
    font-family: iconfont;
    cursor: pointer;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 2px;
    left: 0;
    border: 1px solid #D3D3D3;
    margin: 0;
}
.ck-box label:after {
    position: absolute;
    content: '\E612';
    opacity: 0;
    width: 12px;
    line-height: 14px;
    left: 0;
    top: -3px;
    cursor: pointer;
}
.ck-box input[type=checkbox]:checked + label:after {
    opacity: 1;
}
.login-btn,
.register-btn {
    line-height: 45px;
    height: 45px;
    margin-top: 15px;
    background-color: #2fa570;
    color: white;
    border-radius: 25px;
    cursor: pointer;
    text-align: center;
}
.login-qq,
.login-sina-web {
    margin-top: 5px;
    text-align: center;
    color: white;
    padding: 10px 5px;
    line-height: 15px;
    cursor: pointer;
}
.register-account {
    margin-left: 205px;
}
.back-account {
    width: 600px;
    margin: 20px auto;
    text-align: center;
}
.back-account .title {
    height: 40px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    line-height: 20px;
    font-size: 20px;
    border-bottom: 1px solid #e0e0e0;
}
.register-input-box {
    color: #9D9D9D;
}
.register-input-box input {
    height: 45px;
    padding: 0 15px;
    margin-bottom: 15px;
    line-height: 45px;
    background-color: #EFF1F0;
    -webkit-box-shadow: 0 0 0 30px #EFF1F0 inset;
    -moz-box-shadow: 0 0 0 30px #EFF1F0 inset;
    box-shadow: 0 0 0 30px #EFF1F0 inset;
}
.register-input-box .id-code {
    float: left;
    width: 130px;
    height: 45px;
    background-color: #EFF1F0;
    cursor: pointer;
}
.login-wrap li {
    display: inline-block;
    position: relative;
    float: left;
    line-height: 40px;
    height: 40px;
}
.login-link {
    margin-right: 2px;
    padding-right: 8px;
    border-right: 1px solid #ccc;
}
.newUser-link {
    margin-left: 7px;
}
.header-user-menu {
    position: absolute;
    top: 62px;
    right: -20px;
    z-index: 9;
    padding: 3px;
    width: 130px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    font-size: 12px;
}
.header-user-menu a.user-menu-link {
    display: block;
    color: #555a69;
    text-align: center;
    line-height: 32px;
}
.header-user-menu .user-menu-link:hover {
    background-color: #2fa570;
    color: white;
}
.story_header {
    padding: 90px 0 20px;
}
.story_header .s_h_1 {
    font-size: 22px;
    color: #1D1D1D;
    word-wrap: break-word;
    word-break: break-all;
}
.story_header .s_h_1 .tag[tag_type="1"] {
    color: #FF3600;
}
.story_header .s_h_2 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 12px;
    color: #999999;
}
.story_header .s_h_2 p {
    display: inline-block;
    border-right: 1px solid #999999;
    padding-right: 14px;
    margin-right: 14px;
}
.delete-story {
    font-size: 12px;
    cursor: pointer;
}
.story-operation span{
    cursor: pointer;
    position: relative;
    display: inline-block;
    height: 25px;
}
.story-operation i{
    margin-left: 10px;
    display: inline-block;
    height: 14px;
    width: 14px;
    vertical-align: bottom;
    font-size: 14px;
}
.story-operation .story-edit i{
    background: url("/images/icons/story_operation.png") 0 0 no-repeat;
    background-size: auto 100%;
}
.story-operation .story-sync i{
    background: url("/images/icons/story_operation.png") -14px 0 no-repeat;
    background-size: auto 100%;
}
.story-operation .story-top i{
    background: url("/images/icons/story_operation.png") -28px 0 no-repeat;
    background-size: auto 100%;
}
.story-operation .story-good i{
    background: url("/images/icons/story_operation.png") -42px 0 no-repeat;
    background-size: auto 100%;
}
.story-operation .operation-selection{
    position: absolute;
    width: 60px;
    left: 10px;
    top: 100%;
    z-index: 1;
    /*margin-top: 4px;*/
    color: #1d1d1d;
    background: #fff;
    box-shadow: 0 0 3px 0 #ccc;
    -o-box-shadow: 0 0 3px 0 #ccc;
    -moz-box-shadow: 0 0 3px 0 #ccc;
    -webkit-box-shadow: 0 0 3px 0 #ccc;
    display: none;
}
.story-operation .operation-selection li{
    height: 20px;
    line-height: 20px;
    text-indent: 5px;
}
.story-operation .operation-selection li:hover{
    background: #eee;
}
.story-container {
    position: relative;
    padding: 28px 0;
    /*color: #999999;*/
    border-top: 1px solid #1D1D1D;
}
.story-body {
    padding-bottom: 45px;
    border-bottom: 1px solid #1D1D1D;
    width: 100% !important;
    word-wrap:break-word; /*连续的数字或者英文就会不换行 得使用强制换行*/
    word-break:break-all; /*连续的数字或者英文就会不换行 得使用强制换行*/
}
.story-body a{
    text-decoration: underline;
}
.story-body a:hover{
    color: #00a0e9;
}
.story-body img {
    max-width: 100%;
}
.story-body .phone-img img {
    display: block;
    margin: 10px auto;
}
.my-comment-img-box {
    float: left;
}
.my-comment-img-box img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.story-comment-box {
    margin-top: 30px;
    border-top: 1px solid #E0E0E0;
    font-size: 12px;
}
.story-comment-list .s_c_li {
    padding: 30px 0;
    border-bottom: 1px solid #E0E0E0;
}
.story-comment-list .s_c_li .p_header_img {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}
.story-comment-list .s_c_li .p_content {
    float: right;
    width: 640px;
    line-height: 20px;
    word-wrap:break-word; /*连续的数字或者英文就会不换行 得使用强制换行*/
    word-break:break-all; /*连续的数字或者英文就会不换行 得使用强制换行*/
}
.story-comment-list .s_c_li .p_content .name {
    font-weight: bold;
    margin-right: 15px;
    font-size: 14px;
    color: #1D1D1D;
}
.story-comment-list .s_c_li .p_content .control {
    text-align: right;
    font-size: 20px;
    color: #1D1D1D
}
.story-comment-list .s_c_li .p_content .re_who {
    margin-top: 10px;
    background-color: #F3F7F6;
    padding: 15px;
}
.story-right-con {
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #E0E0E0;
}
.story-right-con .top {
    padding-bottom: 25px;
    border-bottom: 1px solid #E0E0E0;
}
.story-right-con .bottom {
    color: #1D1D1D;
    padding-top: 10px;
}
.story-right-con .bottom .title {
    font-size: 14px;
    line-height: 40px;
    padding-left: 25px;
    background: url(/images/new_site/news-header-bg.png) 0 13px no-repeat;
}
.story-right-con .bottom li {
    margin-top: 5px;
    line-height: 30px;
    font-size: 12px;
    border-bottom: 1px dashed #E0E0E0;
}
.story-right-con .bottom p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.story-parse {
    width: 90px;
    height: 90px;
    background-color: #FAE84C;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    color: #1D1D1D;
    cursor: pointer;
}
.box-style {
    position: fixed;
    left: 50%;
    top: 10%;
    border-radius: 5px;
    padding: 25px;
    -webkit-box-shadow:0 0 10px rgba(0, 0, 0, .2);
    -moz-box-shadow:0 0 10px rgba(0, 0, 0, .2);
    box-shadow:0 0 10px rgba(0, 0, 0, .2);
    text-align: center;
    background-color: white;
}
.prompt-contact-us {
    position: absolute;
    z-index: 1;
    left: 110px;
    top: 130px;
    width: 460px;
    height: 200px;
    text-align: center;
}
.text-prompt {
    position: fixed;
    left: 50%;
    top: 30%;
    margin-left: -200px;
    width: 400px;
    border-radius: 5px;
    -webkit-box-shadow:0 0 10px rgba(0, 0, 0, .2);
    -moz-box-shadow:0 0 10px rgba(0, 0, 0, .2);
    box-shadow:0 0 10px rgba(0, 0, 0, .2);
    text-align: center;
    background-color: white;
}
.prompt-style4 {
    position: fixed;
    left: 50%;
    top: 10%;
    margin-left: -325px;
    width: 650px;
    border-radius: 5px;
    padding: 25px;
    -webkit-box-shadow:0 0 10px rgba(0, 0, 0, .2);
    -moz-box-shadow:0 0 10px rgba(0, 0, 0, .2);
    box-shadow:0 0 10px rgba(0, 0, 0, .2);
    text-align: center;
    background-color: white;
}
.prompt-style5 {
    position: fixed;
    left: 50%;
    top: 10%;
    margin-left: -230px;
    width: 460px;
    border-radius: 5px;
    padding: 25px;
    -webkit-box-shadow:0 0 10px rgba(0, 0, 0, .2);
    -moz-box-shadow:0 0 10px rgba(0, 0, 0, .2);
    box-shadow:0 0 10px rgba(0, 0, 0, .2);
    text-align: center;
    background-color: white;
}
.tiny-prompt .select-login-type,
.tiny-prompt .tiny-prompt-style2,
.tiny-prompt .tiny-prompt-style3 {
    position: absolute;
    z-index: 1;
    left: 110px;
    top: 130px;
    width: 460px;
    height: 200px;
    margin-left: 0;
    text-align: center;
}
.upImage,
.manageImage {
    width: 715px;
    margin-left: -358px;
}
.upVideo,
.editVideo {
    width: 650px;
    margin-left: -325px;
}
.photo-manage-box {
    width: 662px;
    height: 280px;
    margin-top: 30px;
    border: 1px solid #E0E0E0;
    overflow-y: auto;
}
.photo-manage-box li {
    position: relative;
    float: left;
    margin: 5px;
    width: 95px;
    height: 95px;
    cursor: pointer;
}
.photo-manage-box li.active {
    border: 2px solid #2fa570;
}
.photo-manage-box li.active:after {
    position: absolute;
    right: -8px;
    bottom: -8px;
    font-family: iconfont;
    content: '\E612';
    width: 20px;
    height: 20px;
    line-height: 16px;
    border-radius: 50%;
    border: 2px solid #2fa570;
    background-color: white;
    color: #2fa570;
}
.text-btn {
    border-top: 1px solid #1D1D1D;
    color: #2fa570;
    height: 45px;
    line-height: 45px;
}
.close-btn {
    position: absolute;
    right: -25px;
    top: -25px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: white;
    -webkit-box-shadow:0 0 10px rgba(0, 0, 0, .2);
    -moz-box-shadow:0 0 10px rgba(0, 0, 0, .2);
    box-shadow:0 0 10px rgba(0, 0, 0, .2);
    cursor: pointer;
    font-size: 24px;
    line-height: 52px;
    color: red;
}
.prompt-style5 .btn_ok,
.tiny-prompt-style2 .btn_ok {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 32px;
    line-height: 32px;
    margin: 0 20px;
    background-color: #2fa570;
    color: white;
    cursor: pointer;
}
.prompt-style5 .btn_ok:before,
.tiny-prompt-style2 .btn_ok:before {
    position: absolute;
    content: '';
    left: -10px;
    width: 0;
    height: 0;
    border-bottom: 32px solid #2fa570;
    border-left: 10px solid transparent;
}
.prompt-style5 .btn_ok:after,
.tiny-prompt-style2 .btn_ok:after {
    position: absolute;
    content: '';
    right: -10px;
    width: 0;
    height: 0;
    border-top: 32px solid #2fa570;
    border-right: 10px solid transparent;
}
.prompt-style5 .btn_close,
.tiny-prompt-style2 .btn_close {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 32px;
    line-height: 32px;
    margin: 0 10px;
    background-color: #999999;
    color: white;
    cursor: pointer;
}
.prompt-style5 .btn_close:before,
.tiny-prompt-style2 .btn_close:before {
    position: absolute;
    content: '';
    left: -10px;
    width: 0;
    height: 0;
    border-bottom: 32px solid #999999;
    border-left: 10px solid transparent;
}
.prompt-style5 .btn_close:after,
.tiny-prompt-style2 .btn_close:after {
    position: absolute;
    content: '';
    right: -10px;
    width: 0;
    height: 0;
    border-top: 32px solid #999999;
    border-right: 10px solid transparent;
}
.player_h_bg {
    width: 100%;
    min-width: 1110px;
    height: 177px;
    background: url(/images/new_site/player-home-bg.png) 50% no-repeat;
}
.coach_h_bg {
    width: 100%;
    min-width: 1110px;
    height: 177px;
    background: url(/images/new_site/coach-home-bg.png) 50% no-repeat;
}
.referee_h_bg {
    width: 100%;
    min-width: 1110px;
    height: 177px;
    background: url(/images/new_site/referee-home-bg.png) 50% no-repeat;
}
.student_h_bg {
    width: 100%;
    min-width: 1110px;
    height: 177px;
    background: url(/images/new_site/student-home-bg.png) 50% no-repeat;
}
.school_h_bg {
    width: 100%;
    min-width: 1110px;
    height: 610px;
    background: url(/images/new_site/school-home-bg.png) 50% no-repeat;
    color: white;
}
.team_h_bg,
.fa_h_bg,
.club_h_bg {
    width: 100%;
    min-width: 1110px;
    height: 470px;
    background: url(/images/new_site/fa-home-bg.png) 50% no-repeat;
    color: white;
}
.league_h_bg {
    width: 100%;
    min-width: 1110px;
    min-height: 690px;
    background: #000 url(/images/new_site/league-home-bg.png) 50% -80px no-repeat;
    color: white;
    padding-bottom: 45px;
}
.player_h_header {
    width: 100%;
    min-width: 1110px;
    height: 286px;
    background-color: #F5F9F8;
}
.team_h_header {
    width: 100%;
    min-width: 1110px;
    height: 240px;
    background-color: #F5F9F8;
}
.fa_h_header {
    position: relative;
    width: 100%;
    min-width: 1110px;
    max-height: 240px;
    background-color: #F3F7F5;
}
.user-role {
    position: absolute;
    right: 0;
    top: -44px;
    color: white;
}
.user-role li {
    position: relative;
    float: left;
    padding: 15px 0;
    margin-right: 1px;
    cursor: pointer;
}
.user-role li.active {
    background-color: #2fa570;
}
.user-role li.active:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 50%;
    top: 44px;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #2fa570;
}
.user-role li p {
    padding: 0 30px;
    height: 14px;
    line-height: 14px;
    color: white;
    margin-left: -1px;
    border-left: 1px solid #2E2E2E;
}
.user-role li:nth-child(1) p {
    border-left: none;
}
.user-base-info {
    /*height: 286px;*/
    padding: 60px 0;
}
.user-base-info .u_one_box {
    position: relative;
    float: left;
    width: 420px;
    height: 166px;
}
.user-base-info .u_one_box:nth-child(1) {
    width: 260px;
}
.user-base-info .u_one_box:nth-child(2){
    padding: 0 20px;
    width: 420px;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    color: #9A9899;
}
.u_one_box .u_img {
    position: absolute;
    top: -110px;
    left: 46px;
    width: 166px;
    height: 166px;
    border: 3px solid white;
    border-radius: 50%;
}
.u_one_box .u_img img {
    width: 100%;
    border-radius: 50%;
}
.u_one_box .u_info1 {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.u_one_box .u_info1 .name {
    font-size: 18px;
    margin: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.u_one_box .u_info1 .area {
    margin: 7px 0 3px;
    color: #9A9899;
}
.u_one_box .u_info2_1 {
    height: 95px;
    padding-top: 12px;
    border-bottom: 1px solid #E0E0E0;
    text-align: center;
}
.u_one_box .u_info2_2 {
    padding-top: 20px;
}
.u_one_box .u_info2_1 div {
    float: left;
    width: 119px;
    height: 50px;
    border-left: 1px solid #E0E0E0;
}
.u_one_box .u_info2_1 div:nth-child(1) {
    border-left: none;
}
.u_one_box .u_info2_1 div:nth-child(2) {
    width: 140px;
}
.u_one_box .u_info2_1 div p:nth-child(1) {
    height: 14px;
    line-height: 14px;
    margin-bottom: 12px;
}
.u_one_box .u_info2_1 div p:nth-child(2) {
    font-size: 24px;
    height: 24px;
    line-height: 24px;
}
.u_one_box .u_info2_1 .peculiarity {
    display: inline-block;
    width: 76px;
    font-size: 15px;
    color: white;
    border-radius: 4px;
    background-color: #4E93DC;
    vertical-align: top;
}
.u_one_box .u_info2_2 ul {
    display: inline-block;
    height: 50px;
    width: 300px;
    vertical-align: middle;
}
.u_one_box .u_info2_2 ul li {
    float: left;
    margin-left: 10px;
}
.u_one_box .u_info2_2 ul li img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.u_one_box .re-fa-slide {
    position: relative;
    padding-left: 20px;
    overflow: hidden;
}
.u_one_box .re-fa-slide .hd {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
}
.u_one_box .re-fa-slide .bd {
    height: 140px;
}
.u_one_box .re-fa-slide .bd ul li .re-box {
    height: 70px;
    padding: 10px 0;
    border-bottom: 1px dashed #E0E0E0;
}
.u_one_box .re-fa-slide .bd ul li img {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    vertical-align: middle;
}
.u_one_box .re-fa-slide .bd ul li .re {
    float: right;
    height: 50px;
    padding: 7px 0;
    text-align: center;
}
.u_one_box .re-fa-slide .bd ul li .re p:nth-child(1) {
    color: #9A9899;
}
.u_one_box .re-fa-slide .bd ul li .re p:nth-child(2) {
    color: #2fa570;
    font-size: 12px;
}
.u_one_box .student_box {
    position: absolute;
    top: -92px;
    color: white;
    width: 580px;
}
.u_one_box .student_box span:last-child{
    display: inline-block;
    width: 310px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
}
.left-tab {
    float: left;
    width: 190px;
}
.middle-content {
    float: left;
    width: 540px;
}
.right-box {
    float: right;
    width: 350px;
}
.right-commend {
    width: 350px;
    padding: 5px 18px 20px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    margin-bottom: 10px;
}
.right-commend .commend_title1 {
    height: 40px;
    line-height: 40px;
    padding-left: 25px;
    border-bottom: 1px solid #E0E0E0;
    background: url('/images/new_site/news-header-bg.png') 0 13px no-repeat;
}
.left-tab li {
    position: relative;
    width: 170px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 2px;
    background-color: #F5F9F8;
    text-align: center;
    cursor: pointer;
}
.left-tab li.active {
    background-color: #2fa570;
    color: white;
}
.left-tab li.active:after {
    position: absolute;
    content: '';
    right: -12px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 12px solid #2fa570;
    border-bottom: 20px solid transparent;
}
.p_box_h {
    height: 45px;
    margin-bottom: 20px;
    padding-left: 25px;
    border-bottom: 1px solid #E0E0E0;
}
.n_commend_content .n_c_content {
    width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    color: #9A9A9A;
}
.n_commend_content .n_c_content span:nth-child(1),
.n_c_content .right-border{
    padding-right: 10px;
    margin-right: 8px;
    border-right: 1px solid #9A9A9a;
}
.fa_h_left {
    float: left;
    width: 450px;
    margin-top: 30px;
    padding: 21px 0;
    border-top: 1px solid #2E2E2E;
    border-bottom: 1px solid #2E2E2E;
}
.fa_h_center {
    float: left;
    width: 200px;
    height: 160px;
    padding: 0 20px;
}
.fa_h_left .data-box {
    float: left;
    width: 50%;
    height: 56px;
    border-left: 1px solid #2E2E2E;
}
.fa_h_left .data-box:nth-child(1) {
    border-left: none;
}
.fa_h_left .data-box p:nth-child(1) {
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 12px;
    color: #999999;
}
.fa_h_left .data-box p:nth-child(2) {
    height: 32px;
    font-size: 36px;
    line-height: 32px;
}
.fa_h_center img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.fa-re-btn {
    display: inline-block;
    vertical-align: middle;
    margin: 25px auto;
    width: 165px;
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
    border: 1px solid #2fa570;
    color: #2fa570;
    cursor: pointer;
}
.green-circle-btn,
.team_h_bg .attention-team,
.team_h_bg .join-team {
    display: inline-block;
    vertical-align: middle;
    width: 165px;
    height: 40px;
    line-height: 38px;
    margin: 0 4px;
    border-radius: 20px;
    border: 1px solid #2fa570;
    color: #2fa570;
    cursor: pointer;
}
.team_h_bg .attention-team[state="1"] {
    border: 1px solid #999999;
    color: #999999;
}
.yellow-circle-btn {
    display: inline-block;
    vertical-align: middle;
    width: 165px;
    height: 40px;
    line-height: 38px;
    margin: 0 4px;
    border-radius: 20px;
    border: 1px solid #F7D438;
    color: #F7D438;
    cursor: pointer;
}
.fa_h_header .fa-tab {
    position: absolute;
    width: 100%;
    top: -45px;
    border-top: 1px solid #2E2E2E;
}
.fa-tab .fa-role {
    position: relative;
    left: 0;
}
.fa-tab .fa-role li {
    position: relative;
    float: left;
    padding: 15px 0;
    cursor: pointer;
    color: white;
    margin-right: 5px;
}
.fa-tab .fa-role li.active {
    background-color: #2fa570;
}
.fa-tab .fa-role li p {
    /*width: 92px;*/
    height: 14px;
    margin-left: -1px;
    line-height: 14px;
    border-left: 1px solid #2E2E2E;
    text-align: center;
    padding: 0 10px;
}
.fa-tab .fa-role li:nth-child(1) p {
    border-left: none;
}
.fa-tab .fa-role li.active:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 50%;
    top: 44px;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #2fa570;
}
.fa-tab-list li {
    float: left;
    width: 100px;
    margin: 0 10px;
    text-align: center;
}
/*.fa-tab-list li:nth-child(1) {*/
    /*margin: 0 37px 0 20px;*/
/*}*/
/*.fa-tab-list li:nth-last-child(1) {*/
    /*margin: 0 20px 0 0;*/
/*}*/
.fa-tab-list li img,
.league-tab-list li img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 5px;
}
.is_coach.fa-tab-list li img {
    width: 80px;
    height: 105px;
    border-radius: 0;
}
.fa-tab-list li p {
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 12px;
    color: #999999;
}
.fa-tab-list li p.name {
    color: black;
}
.fa-tab-list li .placeholder-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #DBE8E5;
    margin-bottom: 5px;
}
.league-tab-list li {
    float: left;
    width: 120px;
    text-align: center;
}
.league-tab-list li p.name {
    width: 100px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 12px;
    color: black;
}
.coop-box {
    width: 170px;
    padding: 5px 12px 10px;
    margin-top: 10px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
}
.coop-box .title {
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #E0E0E0;
    text-align: center;
}
.one-coop {
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: #666666;
}
.one-coop img {
    display: inline-block;
    height: 40px;
    width: 40px;
    vertical-align: middle;
}
.right-sponsor {
    border: 1px solid #2fa570;
    border-radius: 5px;
    margin-bottom: 10px;
}
.sponsor-img-box {
    padding: 10px 14px;
}
.sponsor-img-box li {
    float: left;
    width: 140px;
    margin: 10px;
}
.sponsor-img-box li img {
    width: 100%;
    height: 100px;
}
.top-news-one {
    float: right;
    width: 145px;
    height: 80px;
}
.top-news-one .title,
.top-news-one p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -o-text-overflow: ellipsis;
    line-height:20px;
    height:40px;
    word-wrap: break-word;
}
.top-news-one p {
    color: #666666;
}
.f_news_li {
    line-height: 35px;
    border-bottom: 1px dashed #9A9A9A;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.f_news_li .tag {
    color: #2fa570;
}
.f_news_li .tag[type="1"] {
    color: #FC583B;
}
.team_h_bg .team_3,
.school_h_bg .team_3,
.club_h_bg .team_3 {
    margin-top: 5px;
    color: #999999;
}
.team_h_bg .team_3 .number,
.school_h_bg .team_3 .number {
    color: white;
}
.team_h_bg .team_3 .one_box {
    padding-right: 12px;
    margin-right: 10px;
    border-right: 1px solid #999999;
}
.team_h_bg .team_3 .one_box:nth-last-child(1) {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}
.court-header,
.team-show-header {
    height: 40px;
    line-height: 40px;
    padding-left: 25px;
    border-bottom: 1px solid black;
    background: url(/images/new_site/news-header-bg.png) 0 13px no-repeat;
}
.court-bg {
    position: relative;
    width: 802px;
    height: 642px;
    margin: 20px auto 0;
    background: url(/images/new_site/court.png) no-repeat;
}
.court-bg-box {
    display: inline-block;
    position: relative;
    width: 670px;
    height: 512px;
    left: 67px;
    top: 44px;
}
.court-type-select {
    float: right;
    position: relative;
    padding-right: 23px;
}
.court-type-box {
    cursor: pointer;
}
.court-type-box.on .icon-uniE613 {
    color: #2fa570;
}
.court-type-list {
    position: absolute;
    width: 140px;
    top: 100%;
    margin-top: 5px;
    right: -7px;
    line-height: 36px;
    color: black;
    background: #fff;
    box-shadow: 0 0 2px 2px rgba(190,190,190,0.15);
}
.court-type-list li {
    margin: 1px 5px 0;
    padding: 0 5px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}
.court-type-list li:hover {
    background-color: #2fa570;
    color: white;
}
.court-player li {
    position: absolute;
    width: 54px;
}
.court-player .head-box {
    position: relative;
    width: 54px;
    height: 54px;
    border: 2px solid white;
    border-radius: 50%;
}
.court-player .head-box img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.court-player .head-box .player-num {
    position: absolute;
    bottom: -4px;
    left: 7px;
    width: 36px;
    height: 20px;
    background: url(/images/new_site/player-num-type1.png) no-repeat;
    text-align: center;
    color: #2fa570;
    font-size: 12px;
    line-height: 20px;
}
.court-player .name {
    width: 70px;
    margin-top: 5px;
    margin-left: -10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: white;
    text-align: center;
}
.reserve-player li {
    float: left;
    width: 70px;
    height: 72px;
    margin: 15px 0;
}
.reserve-player .head-box {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.reserve-player .head-box img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.reserve-player .head-box .player-num {
    position: absolute;
    bottom: -3px;
    left: 6.5px;
    width: 37px;
    height: 20px;
    background: url(/images/new_site/player-num-type2.png) no-repeat;
    text-align: center;
    color: white;
    font-size: 12px;
    line-height: 20px;
}
.reserve-player .name {
    width: 100%;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: #999999;
    text-align: center;
}
.team-show-header .tab-menu {
    float: right;
    height: 40px;
}
.team-show-header .tab-menu p {
    display: inline-block;
    width: 80px;
    height: 41px;
    text-align: center;
    cursor: pointer;
}
.team-show-header .tab-menu p.active {
    border-bottom: 3px solid #2fa570;
    color: #2fa570;
}
.photo,
.video {
    float: left;
    height: 40px;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 2px solid #2fa570;
}
.photo .now-page,
.video .now-page {
    display: inline-block;
    font-size: 48px;
    height: 40px;
    line-height: 40px;
}
.photo .all-page,
.video .all-page {
    font-size: 24px;
}
.team-control-box p {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 30px;
    line-height: 30px;
    margin: 0 12px;
    text-align: center;
    color: white;
    cursor: pointer;
}
.team-control-box .up-img,
.team-control-box .up-video {
    background-color: #2fa570;
}
.team-control-box .manage-img,
.team-control-box .edit-video {
    background-color: #F7D438;
}
.team-control-box .delete-video {
    background-color: #999999;
}
.team-control-box .up-img:before,
.team-control-box .up-video:before {
    position: absolute;
    content: '';
    left: -12px;
    width: 0;
    height: 0;
    border-bottom: 30px solid #2fa570;
    border-left: 12px solid transparent;
}
.team-control-box .up-img:after,
.team-control-box .up-video:after {
    position: absolute;
    content: '';
    right: -12px;
    width: 0;
    height: 0;
    border-top: 30px solid #2fa570;
    border-right: 12px solid transparent;
}
.team-control-box .manage-img:before,
.team-control-box .edit-video:before {
    position: absolute;
    content: '';
    left: -12px;
    width: 0;
    height: 0;
    border-bottom: 30px solid #F7D438;
    border-left: 12px solid transparent;
}
.team-control-box .manage-img:after,
.team-control-box .edit-video:after {
    position: absolute;
    content: '';
    right: -12px;
    width: 0;
    height: 0;
    border-top: 30px solid #F7D438;
    border-right: 12px solid transparent;
}
.team-control-box .delete-video:before {
    position: absolute;
    content: '';
    left: -12px;
    width: 0;
    height: 0;
    border-bottom: 30px solid #999999;
    border-left: 12px solid transparent;
}
.team-control-box .delete-video:after {
    position: absolute;
    content: '';
    right: -12px;
    width: 0;
    height: 0;
    border-top: 30px solid #999999;
    border-right: 12px solid transparent;
}
.team-show-box .big-slider {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.team-show-box .big-slider .big-hd {
    position: absolute;
    width: 100%;
    top: 228px;
    font-size: 24px;
}
.team-show-box .big-slider .big-hd .prev {
    position: absolute;
    left: -50px;
}
.team-show-box .big-slider .big-hd .next {
    position: absolute;
    right: -50px;
}
.team-show-box .big-slider .big-bd li img {
    display: inline-block;
    width: auto;
    max-width: 1000px;
    height: 490px;
}
.team-show-box .small-slider {
    position: relative;
    width: 1100px;
    height: 80px;
    margin-left: -50px;
    margin-top: 20px;
    background-color: #F5F9F8;
}
.team-show-box .small-slider .small-hd {
    position: absolute;
    width: 100%;
    top: 30px;
    font-size: 20px;
}
.team-show-box .small-slider .small-hd .prev {
    position: absolute;
    left: 5px;
}
.team-show-box .small-slider .small-hd .next {
    position: absolute;
    right: 5px;
}
.team-show-box .small-slider .small-bd {
    width: 1045px;
    margin: 0 auto;
    padding: 15px 0;
}
.team-show-box .small-slider .small-bd li {
    float: left;
    width: 50px;
    height: 50px;
    margin: 0 2px 0 3px;
    cursor: pointer;
}
.team-show-box .small-slider .small-bd li.on {
    border: 2px solid #2fa570;
}
.team-honor {
    padding-left: 20px;
    border-left: 1px solid #E0E0E0;
}
.team-honor li.one-honor {
    position: relative;
    width: 500px;
    height: 142px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #E0E0E0;
}
.team-honor li .honor-image {
    float: left;
    width: 147px;
    height: 100px;
}
.team-honor li .honor-des {
    float: left;
    width: 290px;
    margin-left: 20px;
}
.honor-des p {
    width: 100%;
    font-size: 16px;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
}
.honor-des span {
    font-size: 14px;
    color: #999999;
}
.circle-tips {
    position: absolute;
    top: 65px;
    left: -28px;
}
.course li.one-course {
    position: relative;
    width: 540px;
    height: 142px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #E0E0E0;
}
.one-course .one-course-left {
    float: left;
    width: 147px;
    height: 100px;
    background-color: #2fa570;
    font-size: 24px;
    line-height: 100px;
    text-align: center;
    color: white;
}
.one-course .course-des {
    float: left;
    margin-left: 20px;
}
.one-course .course-des p {
    color: #999999;
}
.one-course .course-des p:nth-child(1) {
    font-size: 16px;
    font-weight: 700;
    color: black;
}
.school-h-left {
    position: relative;
    float: left;
    width: 260px;
    height: 140px;
}
.school-h-left img {
    width: 100%;
    height: 140px;
}
.school-h-left p {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    background: url(/images/new_site/des-55x55.png) no-repeat;
}
.school-h-right {
    float: right;
    width: 800px;
}
.school-h-right p {
    text-indent: 2em;
    overflow: hidden;
    width: 800px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    -o-text-overflow: ellipsis;
    line-height: 24px;
    height: 144px;
    word-wrap: break-word;
    color: #999999;
}
.league-name .name {
    font-size: 30px;
    /*font-family: 'Microsoft YaHei Bold';*/
    font-family: PingFangSC-Semibold;
}
.league_h_bg .league_3 {
    color: #999999;
    font-size: 12px;
}
.league_h_bg .league_3 .sign-up-info,
.league_h_bg .league_3 .manage-info {
    color: white;
    cursor: pointer;
}
#across-team .hd,
#apply-team .hd,
#tab1 .hd,
#tab2 .hd,
#tab3 .hd {
    width: 100%;
    position: absolute;
    top: 36px;
    font-size: 24px;
}
#across-team .bd,
#apply-team .bd,
#tab1 .bd,
#tab2 .bd,
#tab3 .bd {
    width: 960px;
    margin: 0 auto;
}
#across-team .hd .prev,
#apply-team .hd .prev,
.match-turn .hd .prev,
#tab1 .hd .prev,
#tab2 .hd .prev,
#tab3 .hd .prev {
    position: absolute;
    left: 0;
}
#across-team .hd .next,
#apply-team .hd .next,
.match-turn .hd .next,
#tab1 .hd .next,
#tab2 .hd .next,
#tab3 .hd .next {
    position: absolute;
    right: 0;
}
.match-turn {
    position: relative;
    margin-top: 45px;
    margin-bottom: 10px;
}
.match-turn .line {
    position: absolute;
    top: 32px;
    left: 23px;
    z-index: 0;
    width: 1054px;
    border-bottom: 1px solid #E0E0E0;
}
.match-turn .hd {
    position: absolute;
    width: 100%;
    top: 25px;
}
.match-turn .bd {
    position: relative;
    width: 1054px;
    margin: 0 auto;
    z-index: 1;
}
.match-turn .bd li {
    float: left;
    width: 62px;
    text-align: center;
}
.match-turn .bd li.end &gt; p {
    font-weight: 700;
    color: #A0A0A0;
    height: 20px;
    line-height: 20px;
}
.match-turn .bd li.future &gt; p {
    font-weight: 700;
    height: 20px;
    line-height: 20px;
}
.match-turn .bd li.active &gt; p {
    font-weight: 700;
    color: #2fa570;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
}
.match-turn .bd li .turn-box {
    position: relative;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 12px;
    margin-bottom: 40px;
}
.match-turn li.end .turn-box .turn-circle {
    position: absolute;
    width: 12px;
    height: 12px;
    left: 25px;
    top: 6px;
    background-color: #E0E0E0;
    border-radius: 50%;
    cursor: pointer;
}
.match-turn li.future .turn-box .turn-circle {
    position: absolute;
    width: 12px;
    height: 12px;
    left: 25px;
    top: 6px;
    background-color: #F9D92F;
    border-radius: 50%;
    cursor: pointer;
}
.match-turn li.active .turn-box .turn-circle {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 22px;
    top: 4px;
    background-color: white;
    border: 3px solid #2fa570;
    border-radius: 50%;
    cursor: pointer;
}
.turn-box .turn-num {
    position: absolute;
    top: 30px;
    left: 8px;
    width: 45px;
    height: 20px;
    border-radius: 4px;
    background-color: #2fa570;
    color: white;
    font-size: 12px;
    line-height: 20px;
    display: none;
}
.turn-box .turn-num:before {
    position: absolute;
    content: '';
    top: -5px;
    left: 17px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #2fa570;
}
.y_league_slide li.active .turn-num{
    display: block;
}
.match-list .match-list-header,
.score-list .score-list-header,
.shoot-list .shoot-list-header,
.card-list .stop-list-header {
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 15px;
    text-align: center;
}
.match-list-header p,
.shoot-list-header p,
.score-list-header p,
.stop-list-header p {
    float: left;
    text-align: center;
}
.match-list-header p:nth-child(1) {
    width: 160px;
}
.match-list-header p:nth-child(2) {
    width: 230px;
}
.match-list-header p:nth-child(3) {
    width: 480px;
}
.match-list-header p:nth-child(4) {
    width: 230px;
}
.match-list[type="2"] .match-list-header p:nth-child(1) {
    width: 75px;
}
.match-list[type="2"] .match-list-header p:nth-child(2) {
    width: 125px;
}
.match-list[type="2"] .match-list-header p:nth-child(3) {
    width: 360px;
}
.match-list[type="2"] .match-list-header p:nth-child(4) {
    width: 160px;
}
.match-list-one li,
.score-list-one li,
.shoot-list-one li,
.stop-list-one li {
    height: 48px;
    line-height: 48px;
}
.match-list-one li:nth-child(even),
.score-list-one li:nth-child(even),
.shoot-list-one li:nth-child(even) {
    background-color: #fafafa;
}
.match-list-one li .p_1 {
    float: left;
    width: 160px;
    text-align: center;
    color: #999999;
}
.match-list-one li .p_2 {
    float: left;
    width: 230px;
    text-align: center;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.match-list-one li .p_3 {
    float: left;
    margin-left: 20px;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
}
.match-list-one li .p_4 {
    float: left;
    width: 50px;
    height: 48px;
    text-align: center;
}
.match-list-one li .p_5 {
    float: left;
    width: 25px;
    font-size: 20px;
    color: #2fa570;
    text-align: right;
}
.match-list-one li .p_6 {
    float: left;
    /*width: 10px;*/
    font-size: 20px;
    color: #2fa570;
    text-align: center;
}
.match-list-one li .p_7 {
    float: left;
    width: 25px;
    font-size: 20px;
    color: #2fa570;
    text-align: left;
}
.match-list-one li .p_8 {
    float: left;
    width: 50px;
    height: 48px;
    text-align: center;
}
.match-list-one li .p_9 {
    float: left;
    width: 140px;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.match-list-one li .p_10 {
    float: left;
    width: 230px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999999;
}
.match-list[type="2"] .match-list-one li .p_1 {
    width: 75px;
}
.match-list[type="2"] .match-list-one li .p_2 {
    width: 125px;
}
.match-list[type="2"] .match-list-one li .p_3 {
    margin-left: 0;
    width: 110px;
}
.match-list[type="2"] .match-list-one li .p_9 {
    margin-right: 0;
    width: 90px;
}
.match-list[type="2"] .match-list-one li .p_10 {
    margin: 0 10px;
    width: 140px;
}
.match-list-one li .p_4 img,
.match-list-one li .p_8 img,
.score-list-one li .p_2 img,
.shoot-list-one li .p_2 img,
.shoot-list-one li .p_4 img,
.stop-list-one li .p_1 img,
.stop-list-one li .p_3 img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 4px auto;
}
.score-list-header p:nth-child(1) {
    width: 160px;
}
.score-list-header p:nth-child(2) {
    width: 220px;
}
.score-list-header p:nth-child(3) {
    width: 80px;
}
.score-list-header p:nth-child(4) {
    width: 80px;
    margin-right: 20px;
}
.score-list-header p:nth-child(5) {
    width: 40px;
}
.score-list-header p:nth-child(6) {
    width: 40px;
}
.score-list-header p:nth-child(7) {
    width: 40px;
}
.score-list-header p:nth-child(8) {
    width: 80px;
}
.score-list-header p:nth-child(9) {
    width: 60px;
}
.score-list-header p:nth-child(10) {
    width: 90px;
}
.score-list-header p:nth-child(11) {
    width: 160px;
    margin-right: 30px;
}
.score-list[type="2"] .score-list-header p:nth-child(1) {
    width: 40px;
}
.score-list[type="2"] .score-list-header p:nth-child(2) {
    width: 135px;
}
.score-list[type="2"] .score-list-header p:nth-child(3) {
    width: 30px;
}
.score-list[type="2"] .score-list-header p:nth-child(4) {
    width: 100px;
    margin-right: 0;
}
.score-list-one li {
    color: #999999;
}
.score-list-one li .p_1 {
    float: left;
    width: 160px;
    text-align: center;
    color: #999999;
}
.score-list-one li:nth-child(1) .p_1,
.shoot-list-one li:nth-child(1) .p_1 {
    color: #ff6600;
}
.score-list-one li:nth-child(2) .p_1,
.shoot-list-one li:nth-child(2) .p_1 {
    color: #2fa570;
}
.score-list-one li:nth-child(3) .p_1,
.shoot-list-one li:nth-child(3) .p_1 {
    color: #ffc32c;
}
.score-list-one li .p_2 {
     float: left;
     width: 50px;
     height: 48px;
     text-align: center;
}
.score-list-one li .p_3 {
    float: left;
    width: 150px;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    color: black;
}
.score-list-one li .p_4,
.score-list-one li .p_9 {
    float: left;
    width: 80px;
    text-align: center;
}
.score-list-one li .p_5 {
    float: left;
    width: 80px;
    margin-right: 20px;
    text-align: center;
    color: #2fa570;
    font-weight: 700;
}
.score-list-one li .p_6,
.score-list-one li .p_7,
.score-list-one li .p_8 {
     float: left;
     width: 40px;
     text-align: center;
 }
.score-list-one li .p_10 {
    float: left;
    width: 60px;
    text-align: center;
}
.score-list-one li .p_11 {
    float: left;
    width: 90px;
    text-align: center;
}
.score-list-one li .p_12 {
    float: left;
    text-align: center;
    width: 160px;
}
.score-list[type="2"] .score-list-one li .p_1 {
    width: 40px;
}
.score-list[type="2"] .score-list-one li .p_3 {
    width: 85px;
    margin-right: 0;
}
.score-list[type="2"] .score-list-one li .p_4 {
    width: 30px;
    color: #2fa570;
    font-weight: 700;
}
.score-list[type="2"] .score-list-one li .p_5 {
    width: 100px;
    margin-right: 0;
}
.win-icon {
    display: inline-block;
    height: 20px;
    width: 12px;
    background: url(/images/new_site/match-result-icon.png) -1px 4px no-repeat;
    vertical-align: middle;
}
.equal-icon {
    display: inline-block;
    height: 20px;
    width: 12px;
    background: url(/images/new_site/match-result-icon.png) -44px 4px no-repeat;
    vertical-align: middle;
}
.loss-icon {
    display: inline-block;
    height: 20px;
    width: 12px;
    background: url(/images/new_site/match-result-icon.png) -83px 4px no-repeat;
    vertical-align: middle;
}
.rank-rules {
    float: right;
    color: #999999;
    cursor: pointer;
    position: relative;
}
.rank-rules .rank-rule{
    width: 200px;
    position: absolute;
    bottom: 100%;
    right: 0;
    padding: 5px 5px 5px 10px;
    border-radius: 4px;
    background: #eee;
    display: none;
    z-index: 34;
}
.rank-rules .rank-rule li{
    height: auto;
    width: 100%;
    line-height: inherit;
    background: none;
}
.rank-rules:hover .rank-rule{
    display: block;
}
.shoot-list-header p:nth-child(1) {
    width: 190px;
}
.shoot-list-header p:nth-child(2) {
    width: 280px;
}
.shoot-list-header p:nth-child(3) {
    width: 300px;
}
.shoot-list-header p:nth-child(4) {
    width: 330px;
}
.shoot-list-one li .p_1 {
    float: left;
    width: 190px;
    text-align: center;
}
.shoot-list-one li .p_2 {
    float: left;
    width: 50px;
    height: 48px;
    margin-left: 75px;
    text-align: center;
}
.shoot-list-one li .p_3 {
    float: left;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.shoot-list-one li .p_4 {
    float: left;
    width: 50px;
    height: 48px;
    margin-left: 85px;
    text-align: center;
}
.shoot-list-one li .p_5 {
    float: left;
    width: 160px;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.shoot-list-one li .p_6 {
    float: left;
    width: 330px;
    text-align: center;
}
.stop-match-rule {
    width: 100%;
    height: 36px;
    border: 1px solid #FBEFAC;
    background-color: #FFFCEA;
    color: #999999;
    line-height: 34px;
    padding: 0 15px;
    margin: 10px 0;
}
.card-menu {
    height: 50px;
    line-height: 48px;
    text-align: center;
}
.card-menu p {
    float: left;
    width: 366px;
    border: 1px solid #E0E0E0;
    color: #999999;
    cursor: pointer;
}
.card-menu p:nth-child(3) {
    float: left;
    width: 366px;
    border-left: none;
}
.card-menu p.active {
    background-color: #2fa570;
    color: white;
    border-color: #2fa570;
}
.stop-list-header p:nth-child(1) {
    width: 368px;
}
.stop-list-header p:nth-child(2) {
    width: 130px;
}
.stop-list-header p:nth-child(3) {
    width: 240px;
}
.stop-list-header .card-turn {
    float: left;
    width: 140px;
    text-align: center;
}
.stop-list-header p:nth-child(5) {
    width: 220px;
}
.stop-list-one li .p_1,
.stop-list-one li .p_3 {
    float: left;
    width: 50px;
    height: 48px;
    margin-left: 88px;
    text-align: center;
}
.stop-list-one li .p_2 {
    float: left;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.stop-list-one li .p_4 {
    float: left;
    width: 100px;
    margin-right: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.stop-list-one li .p_5 {
    float: left;
    width: 100px;
    text-align: center;
}
.stop-list-one li .p_6 {
    float: left;
    width: 100px;
    margin: 0 20px 0 90px;
    /*text-align: center;*/
}
.stop-list-one li .p_7 {
    float: left;
    width: 220px;
    text-align: center;
}
.stop-list-one li .p_6 span:nth-child(1){
    display: inline-block;
    vertical-align: sub;
    width: 12px;
    height: 16px;
    border-radius: 3px;
}
.stop-list-one li .p_6[type="1"] span:nth-child(1){
    background-color: #FEC52E;
}
.stop-list-one li .p_6[type="2"] span:nth-child(1){
    background-color: #FC101D;
}
.honor-type-image {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.add-image {
    display: inline-block;
    width: 147px;
    height: 100px;
    border: 2px dashed #E0E0E0;
    font-size: 40px;
    vertical-align: middle;
    color: #E0E0E0;
    line-height: 100px;
    cursor: pointer;
}
.honor-time {
    position: absolute;
    width: 180px;
    height: 30px;
    padding: 0 10px;
    border: 1px solid #CCCCCC;
    line-height: 30px;
    z-index: 1;
    cursor: pointer;
    background-color: transparent;
}
.prompt-style4 #honor-des {
    width: 520px;
    height: 100px;
    padding: 5px 10px;
    border: 1px solid #CCCCCC;
}
.box-style .title {
    height: 0;
    margin-top: 10px;
    border-bottom: 1px solid #E0E0E0;
}
.box-style .title p {
    display: inline-block;
    color: #2fa570;
    font-size: 20px;
    margin: 0 auto;
    padding: 0 10px;
    background-color: white;
    position: relative;
    top: -15px;
    height: 30px;
    line-height: 30px;
}
.video-menu ul {
    padding: 10px;
    max-height: 505px;
    overflow-y: auto;
}
.video-menu li {
    margin-bottom: 10px;
    cursor: pointer;
}
.video-menu li.on {
    background-color: #2fa570;
}
.video-menu-l {
    float: left;
    width: 90px;
    height: 51px;
    margin: 7px;
}
.video-menu-l img {
    width: 100%;
    height: 51px;
}
.video-menu-r {
    float: right;
    width: 199px;
    height: 64px;
    padding: 10px 0;
}
.video-menu-r p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.video-menu-r p:nth-child(2) {
    font-size: 12px;
    color: #999999;
}
.video-menu li.on .video-menu-r p {
    color: white;
}
.no-data {
    display: inline-block;
    margin-top: 10px;
}
.no-data .img-logo {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border: 1px solid #E1E4E4;
    border-radius: 50%;
    text-align: center;
}
.no-data .img-logo img {
    height: 24px;
    margin: 12px 0;
}
.no-data span {
    padding-left: 10px;
    border-left: 1px solid #E1E4E4;
    margin-left: 5px;
    color: #E1E4E4;
}
body .back-manage-box {
    margin-top: 120px;
    margin-bottom: 200px;
    padding: 10px 0;
    -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 5px 2px rgba(0,0,0,0.15);
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.15);
    border-radius: 5px;
    background: #ffffff;
}
.back-manage-box p{
    position: relative;
}
.back-manage-box .new-msg1{
    display: block;
    width: 6px;
    height: 6px;
    background: #f00;
    border-radius: 50%;
    position: absolute;
    right: 3px;
    top: 6px;
    left: auto;
}
.b_m_nav {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding: 0 20px;
    border-bottom: 1px solid black;
}
.b_m_nav p {
    float: left;
    margin: 0 20px;
    width: 80px;
    height: 51px;
    text-align: center;
}
.b_m_nav p.active {
    border-bottom: 3px solid #27a76d;
}
.b_m_nav p.active a {
    color: #27a76d;
}
.f_m_left_tab {
    float: left;
    width: 170px;
    text-align: center;
}
.f_m_right {
    float: right;
    width: 840px;
    margin-right: 20px;
}
.f_m_left_tab .title {
    height: 44px;
    line-height: 30px;
    font-size: 20px;
    padding-bottom: 12px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}
.f_m_left_tab li {
    position: relative;
    width: 170px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 2px;
    background-color: #F5F9F8;
    text-align: center;
    cursor: pointer;
}
.f_m_left_tab li a{
    display: block;
}
.f_m_left_tab li.active {
    background-color: #27a76d;
    color: white;
}
.f_m_left_tab li.active a {
    color: white;
}
.f_m_left_tab li.active:after {
    position: absolute;
    content: '';
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 12px solid #27a76d;
    border-bottom: 20px solid transparent;
}
.f_m_right .title {
    height: 44px;
    padding-bottom: 12px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}
.f-a-list {
    background: white;
    border: 1px solid #cccccc;
    width: 840px;
}
.search-article-box {
    float: right;
    position: relative;
    margin-right: 10px;
}
.search-article-box #search-article {
    padding: 0 35px 0 5px;
    border: 1px solid #cccccc;
    height: 30px;
    color: #555555;
}
.search-article-box .icon-uniE717 {
    position: absolute;
    right: 8px;
    font-size: 20px;
    top: 5px;
    cursor: pointer;
}
.t_head_1 {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-bottom: 1px solid #cccccc;
    text-align: center;
    font-size: 16px;
}
.t_head_1 p {
    float: left;
}
.t_head_1 .select_t {
    float: left;
    width: 54px;
}
.t_head_1 .type_t {
    width: 55px;
}
.t_head_1 .a_title_t {
    width: 440px;
}
.t_head_1 .time_t {
    width: 110px;
}
.t_head_1 .delete-select {
    width: 50px;
    height: 28px;
    line-height: 28px;
    margin-top: 5px;
    color: #999;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
}
.all_article li {
    border-bottom: 1px solid #cccccc;
    height: 41px;
    padding: 0 20px;
    line-height: 40px;
    font-size: 12px;
}
.all_article li .a_l_1 {
    float: left;
    width: 54px;
}
.all_article li .a_l_2 {
    float: left;
    width: 500px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.all_article li .a_l_3 {
    float: left;
    width: 110px;
    text-align: center;
    color: #666666;
}
.all_article li .a_l_4 {
    float: left;
    width: 80px;
    text-align: center;
}
.all_article li .a_l_5 {
    float: right;
    width: 50px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    color: #999;
    font-weight: bold;
}
.all_article .a_l_4 a{
    width: 28px;
    height: 28px;
    display: inline-block;
    background: #999;
    border-radius: 100%;
    line-height: 28px;
    color: #fff;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 16px;
}
.all_article .a_l_4 .a_edit a:hover{
    background: #27a76d;
}
.all_article .a_l_4 .a_send a:hover{
    background: #f5a623;
}
.all_article li .a_l_5 span:hover{
    color: #333;
}
.article-select {
    position: relative;
    width: 17px;
    height: 17px;
    margin-left: 5px;
    margin-top: 11px;
    border: 1px solid #cccccc;
    cursor: pointer;
}
.article-select.on {
    border: 1px solid #27a76d;
}
.article-select .icon-uniE612 {
    position: absolute;
    color: #27a76d;
    opacity: 0;
    left: 0;
    font-size: 15px;
}
.article-select.on .icon-uniE612 {
    opacity: 1;
}
.all_article li .a_l_4 .a_delete {
    color: #666666;
    cursor: pointer;
}
.select-account-box {
    width: 100%;
    height: 280px;
    overflow-x: hidden;
    overflow-y: auto;
}
.select-account-box li {
    width: 575px;
    height: 130px;
    border: 1px solid #cccccc;
    cursor: pointer;
}
.select-account-box[type="1"] li {
    margin: 0 auto;
}
.select-account-box[type="2"] li {
    float: left;
    margin-bottom: 10px;
}
.select-account-box li:hover {
    border: 1px solid #27a76d;
}
.select-account-box li &gt; div {
    /*width: 100%;*/
    margin: 15px;
    height: 100px;
}
.select-account-box li:hover .account-select {
    color: #27a76d;
}
.select-account-box li .account-img {
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.select-account-box li .account-info {
    float: left;
    width: 300px;
    height: 100px;
    margin-left: 13px;
    border-radius: 50%;
    font-size: 12px;
    text-align: left;
    color: #999999;
    line-height: 25px;
}
.select-account-box li .account-select {
    float: left;
    width: 130px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 16px;
    color: #999999;
}
.select-account-box li .account-info .p_1 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #1d1d1d;
}
.select-account-box li .account-info .p_4 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.get-identifying-code {
    float: left;
    width: 110px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    margin-left: 15px;
    background-image:linear-gradient(-180deg, #ffffff 0%, #f3f3f3 100%);
    text-align: center;
    cursor: pointer;
}
.get-identifying-code.waiting {
    cursor: not-allowed;
}
.cup-encounter-map {
    position: relative;
    margin: 35px 0;
    width: 1100px;
    height: 490px;
}
.l-group2,
.l-group3,
.l-group4,
.r-group4,
.r-group3,
.r-group2 {
    position: absolute;
    width: 160px;
}
.l-group2 {
    left: 260px;
    top: 195px;
    height: 100px;
}
.l-group3 {
    left: 180px;
    top: 65px;
    height: 360px;
}
.l-group4 {
    left: 0;
    top: 0;
    height: 490px;
}
.r-group2 {
    right: 260px;
    top: 195px;
    height: 100px;
}
.r-group3 {
    right: 180px;
    top: 65px;
    height: 360px;
}
.r-group4 {
    right: 0;
    top: 0;
    height: 490px;
}
.m-group1 {
    position: absolute;
    width: 220px;
    height: 490px;
    left: 440px;
    top: 0;
}
.l-group2 .line {
    position: absolute;
    left: 110px;
    top: 50px;
    width: 180px;
    border-bottom: 1px solid #E2E2E2;
}
.r-group2 .line {
    position: absolute;
    right: 110px;
    top: 50px;
    width: 180px;
    border-bottom: 1px solid #E2E2E2;
}
.l-group3 .line {
    position: absolute;
    width: 110px;
    height: 260px;
    left: 80px;
    top: 50px;
    border: 1px solid #E2E2E2;
    border-left: none;
}
.r-group3 .line {
    position: absolute;
    width: 110px;
    height: 260px;
    right: 80px;
    top: 50px;
    border: 1px solid #E2E2E2;
    border-right: none;
}
.l-group4 .line1 {
    position: absolute;
    width: 180px;
    height: 130px;
    left: 80px;
    top: 50px;
    border: 1px solid #E2E2E2;
    border-left: none;
}
.r-group4 .line1 {
    position: absolute;
    width: 180px;
    height: 130px;
    right: 80px;
    top: 50px;
    border: 1px solid #E2E2E2;
    border-right: none;
}
.l-group4 .line2 {
    position: absolute;
    width: 180px;
    height: 130px;
    left: 80px;
    bottom: 50px;
    border: 1px solid #E2E2E2;
    border-left: none;
}
.r-group4 .line2 {
    position: absolute;
    width: 180px;
    height: 130px;
    right: 80px;
    bottom: 50px;
    border: 1px solid #E2E2E2;
    border-right: none;
}
.one-group-box {
    position: relative;
    width: 160px;
    height: 100px;
    border: 1px solid #E2E2E2;
    text-align: center;
    background-color: white;
    z-index: 1;
}
.m-group1 .one-group-box {
    width: 220px;
    height: 138px;
    margin-bottom: 35px;
    top: 50%;
    position: absolute;
    margin-top: -69px;
}
.l-group4 .one-group-box,
.r-group4 .one-group-box {
    margin-bottom: 30px;
}
.l-group3 .one-group-box,
.r-group3 .one-group-box {
    margin-bottom: 160px;
}
.one-group-box .time {
    height: 24px;
    line-height: 24px;
    color: #999999;
    font-size: 12px;
}
.m-group1 .one-group-box .time {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}
.one-group-box .two-team-image {
    height: 38px;
    width: inherit;
}
.m-group1 .one-group-box .two-team-image {
    height: 50px;
}
.one-group-box .two-team-image .home-team-image {
    float: left;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-left: 12px;
}
.m-group1 .one-group-box .two-team-image .home-team-image {
    width: 50px;
    height: 50px;
    margin-left: 18px;
}
.one-group-box .two-team-image .result {
    float: left;
    width: 58px;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    font-weight: 700;
    color: #27a76d;
}
.m-group1 .one-group-box .two-team-image .result {
    width: 82px;
    height: 50px;
    line-height: 50px;
    font-size: 28px;
}
.m-group1 .one-group-box:nth-child(1) .two-team-image .result {
    color: #FC381E;
}
.one-group-box .two-team-image .guest-team-image {
    float: right;
    width: 38px;
    margin-right: 12px;
}
.m-group1 .one-group-box .two-team-image .guest-team-image {
    width: 50px;
    height: 50px;
    margin-right: 18px;
}
.one-group-box .two-team-name {
    margin-top: 5px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}
.m-group1 .one-group-box .two-team-name {
    margin-top: 5px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.one-group-box .two-team-name .home-team-name {
    float: left;
    width: 69px;
    margin-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.m-group1 .one-group-box .two-team-name .home-team-name,
.m-group1 .one-group-box .two-team-name .guest-team-name {
    width: 95px;
}
.one-group-box .two-team-name .guest-team-name {
    float: right;
    width: 69px;
    margin-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.one-group-box .match-order {
    position: absolute;
    width: 37px;
    height: 20px;
    left: 61.5px;
    bottom: -10px;
    line-height: 20px;
    color: white;
    background: url(/images/new_site/player-num-type2.png) no-repeat;
}
.m-group1 .one-group-box .match-order {
    width: 52px;
    height: 28px;
    left: 84px;
    bottom: -14px;
    line-height: 28px;
    background-size: 100%;
}
.m-group1 .winner-box {
    height: 108px;
    width: 220px;
    background: url("/images/icons/league/Group-2@2x.png") center no-repeat;
    position: relative;
    margin-bottom: 20px;
    margin-top: 40px;
}
.m-group1 .winner-box .winner-team-wrap{
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -32px;
}
.winner-box .winner-team-wrap img{
    width: 100%;
    height: 100%;
}
.winner-box .winner{
    text-align: center;
    position: absolute;
    top: 50%;
    color: #fff;
    width: 100%;
    margin-top: 21px;
}
.more-score {
    height: 0;
    width: 205px;
    margin-left: 53px;
    line-height: 28px;
    text-align: center;
    border-bottom: 28px solid #ECECEC;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    cursor: pointer;
}
.sign-up-header .h-1 {
    padding-bottom: 25px;
    border-bottom: 1px solid black;
}
.sign-up-header .h-info {
    margin-top: 10px;
}
.sign-up-header .h-info .p_1 {
    font-size: 16px;
}
.sign-up-header .h-info .p_2 {
    font-weight: 700;
}
.sign-up-header .h-info .p_3 {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    text-align: center;
}
.sign-up-header .h-info .p_3 img {
    height: 50px;
}
.sign-up-header .h-info .p_4 {
    color: #999999;
}
.sign-up-header .h-2 {
    position: relative;
    height: 230px;
    margin-top: 70px;
}
.sign-up-line {
    padding-bottom: 75px;
    border-bottom: 1px solid #E0E0E0;
}
.sign-up-step {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-justify-content:space-around;
    justify-content:space-around;
    -moz-box-pack:justify;
    -webkit--moz-box-pack:justify;
    box-pack:center;
}
.sign-up-step .one-step {
    width: 130px;
    height: 150px;
    padding: 30px 0;
    background: url(/images/new_site/hexagon-gray.png) no-repeat;
    background-size: 100%;
    color: #999999;
    cursor: pointer;
    text-align: center;
}
.sign-up-step .one-step.active {
    background: url(/images/new_site/hexagon-green.png) no-repeat;
}
.sign-up-step .one-step .p_1 {
    height: 42px;
    line-height: 45px;
    font-size: 34px;
}
.sign-up-step .one-step.active .p_1 {
    color: #2fa570;
}
.sign-up-step .one-step .p_2 {
    width: 90px;
    height: 25px;
    margin: 0 auto;
    line-height: 25px;
    font-weight: 700;
    color: #1d1d1d;
}
.sign-up-step .one-step.active .p_2 {
    background-color: #2fa570;
    color: #ffffff;
}
.sign-up-step .one-step .p_3 {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}
.sign-up-step .one-step .p_3[type="1"] {
    color: #2fa570;
}
.sign-up-step .one-step .p_3[type="2"] {
    color: #FA3A1F;
}
.sign-up-reject-box {
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0;
    margin-top: 20px;
}
.clothes-box {
    float: left;
    width: 255px;
    margin-right: 26px;
    border: 1px solid #2fa570;
    border-radius: 5px;
}
.clothes-box.active {
    border: 1px solid #2fa570;
}
.clothes-box:nth-last-child(1) {
    margin-right: 0;
}
.clothes-box .title {
    width: 142px;
    height: 38px;
    line-height: 38px;
    margin: 0 auto;
    background: url(/images/new_site/news-trapezoid.png) no-repeat;
    color: white;
    text-align: center;
}
.clothes-box .clothes-list {
    padding: 0 20px;
}
.clothes-box .one-clothes {
    height: 71px;
    padding: 20px 0;
    border-bottom: 1px dashed #E0E0E0;
    line-height: 30px;
}
.clothes-box .clothes-list .one-clothes:nth-last-child(1){
    border-bottom: none;
}
.clothes-box .one-clothes .p_1 {
    float: left;
    font-size: 30px;
}
.clothes-box .one-clothes .p_2 {
    float: left;
    margin-left: 10px;
}
.clothes-box .one-clothes .p_3 {
    float: right;
}
.clothes-box .one-clothes .p_4 {
    position: relative;
    float: right;
    width: 20px;
    height: 20px;
    margin: 5px;
    border: 1px solid #E0E0E0;
    border-radius: 50%;
    cursor: pointer;
}
.clothes-box .one-clothes .p_4[type="0"] {
    background-color: #FFFFFF;
}
.clothes-box .one-clothes .p_4[type="1"] {
    background-color: #CD1B2D;
}
.clothes-box .one-clothes .p_4[type="2"] {
    background-color: #F6D400;
}
.clothes-box .one-clothes .p_4[type="3"] {
    background-color: #00C838;
}
.clothes-box .one-clothes .p_4[type="4"] {
    background-color: #0D9ED7;
}
.clothes-box .one-clothes .p_4[type="5"] {
    background-color: #285CE3;
}
.clothes-box .one-clothes .p_4[type="6"] {
    background-color: #EC6E1C;
}
.clothes-box .one-clothes .p_4[type="7"] {
    background-color: #BE2AE2;
}
.clothes-box .one-clothes .p_4[type="8"] {
    background-color: #121212;
}
.clothes-color-select {
    position: absolute;
    top: 30px;
    left: 0;
    width: 175px;
    height: 120px;
    padding: 15px;
    -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 5px 2px rgba(0,0,0,0.15);
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.15);
    background-color: #ffffff;
    z-index: 1;
}
.clothes-color-select .header {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    border-bottom: 1px solid #E0E0E0;
}
.clothes-color-select .clothes-color-list {
    margin-top: 5px;
}
.clothes-color-list p {
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 5px;
    margin-left: 5px;
    border: 1px solid #E0E0E0;
    border-radius: 50%;
    cursor: pointer;
}
.clothes-color-list p[type="0"] {
    background-color: #FFFFFF;
}
.clothes-color-list p[type="1"] {
    background-color: #CD1B2D;
}
.clothes-color-list p[type="2"] {
    background-color: #F6D400;
}
.clothes-color-list p[type="3"] {
    background-color: #00C838;
}
.clothes-color-list p[type="4"] {
    background-color: #0D9ED7;
}
.clothes-color-list p[type="5"] {
    background-color: #285CE3;
}
.clothes-color-list p[type="6"] {
    background-color: #EC6E1C;
}
.clothes-color-list p[type="7"] {
    background-color: #BE2AE2;
}
.clothes-color-list p[type="8"] {
    background-color: #121212;
}
.clothes-color-list p:nth-child(6n+1) {
    margin-left: 0;
}
.player_count .stop-list-header p:nth-child(1){
    width: 198px;
}
.player_count .stop-list-header p:nth-child(3){
    width: 200px;
    text-align: left;
    text-indent: 50px;
}
.player_count .stop-list-header p:nth-child(2){
    width: 300px;
    text-align: left;
    text-indent: 70px;
}
.player_count .stop-list-header p:nth-child(4){
    width: 100px;
}
.player_count .stop-list-header p:nth-child(5){
    width: 150px;
}
.player_count .stop-list-header p:nth-child(6){
    width: 150px;
}
.player_count li p{
    margin: 0 !important;
}
.player_count li .p_1{
    width: 200px;
}
.player_count li .player-name{
    float: left;
    width: 200px;
}
.player_count li .team-name{
    width: 300px;
    float: left;
}
.player_count li .p_5,.player_count li .p_6{
    width: 150px;
}
.player_count .team-name .p_5{
    width: 250px;
}
.player_count .p_num{
    width: 100px;
    float: left;
    text-align: center;
    color: #999;
    height: 100%;
}
.team_count li p{
    margin: 0 !important;
}
.team_count .stop-list-header p:nth-child(1){
    width: 398px;
}
.team_count .stop-list-header p:nth-child(2){
    width: 400px;
    text-align: left;
    text-indent: 50px;
}
.team_count .stop-list-header p:nth-child(3){
    width: 150px;
}
.team_count .stop-list-header p:nth-child(4){
     width: 150px;
}
.team_count li .p_1{
    width: 398px;
}
.team_count li .p_3{
    width: 350px;
}
.team_count li .p_5,.team_count li .p_6{
    width: 150px;
    text-align: center;
}
.y_league_list .match_score{
    width: 60px;
    text-align: center;
    float: left;
    color: #2fa570;
    font-size: 20px;
}
.score_list .card-menu p{
    width: 50%;
}
.player_score li p{
    margin: 0 !important;
}
.player_score .stop-list-header p{
    height: 48px;
    line-height: 48px;
    width: 25%;
}
.player_score .stop-list-header p:nth-child(3){
    width: 25%;
    text-align: left;
    text-indent: 50px;
}
.player_score .stop-list-header p:nth-child(2){
    width: 25%;
    text-align: left;
    text-indent: 70px;
}
.player_score .player_name{
    width: 25%;
    float: left;
}
.player_score .team_name{
    width: 25%;
    float: left;
}
.player_score .p_1,.player_score .p_6{
    width: 25% !important;
}
.player_score .p_3,.player_score .p_5{
    width: 220px !important;
}
.show_team_match{
    position: relative;
}
.show-list{
    position: relative;
}
.show-list .return-list{
    width: 120px;
    height:30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: -45px;
    background: #1d1d1d;
    color: #fff;
}
.show-list .return-list i{
    margin-right: 3px;
}
.show-list .return-list:hover{
    cursor: pointer;
}
.sponsor-img-wrap{
    width: 240px;
    position: fixed;
    right: 10px;
    top: 90px;
    z-index: 33;
}
.sponsor-img-wrap img{
    width: 100%;
    display: block;
}
.sponsor-img-wrap h4{
    font-size: 14px;
    color: #fff;
    text-align: left;
    padding-top: 10px;
    padding-left: 6px;
    display: block;
    line-height: 20px;
}
.sponsor-img-wrap .title-sponsor h4{
    position: relative;
    height: 36px;
}
.sponsor-img-wrap .normal-sponsor h4{
    position: relative;
    height: 36px;
}
.sponsor-img-wrap h4 i{
    display: none;
    height: 100%;
    position: absolute;
    right: 2px;
    top: 10px;
    line-height: 20px;
    font-size: 20px;
}
.sponsor-img-wrap h4 i:hover{
    cursor: pointer;
}
.bonus{
    width: 400px;
    margin: 30px auto 0;
    color: #ffd00b;
}
.bonus .bonus-num{
    font-size: 40px;
}
.bonus span{
    display: inline-block;
    width: 60px;
    border-bottom: 1px solid #ffd00b;
    vertical-align: middle;
    margin: 0 10px;
}
.player_score .stop-list-header{
    border-bottom: 1px solid #e0e0e0;
}
.team_name+.p_6{
    color: #2fa570;
}
.y-no-data{
    position: relative;
    width: 100%;
    height: 200px;
}
.y-no-data img{
    display: block;
    margin: 0 auto;
}
.y-no-data p{
    text-align: center;
    display: block;
    position: absolute;
    top: 60%;
    margin-top: 5px;
    width: 100%;
    color: #ccc;
    font-size: 14px !important;
    line-height: 32px;
}
.notice-wrapper{
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(1,1,1,.5);
    z-index: 1002;
    top: 0;
    display: none;
}
.notice-wrap{
    width: 860px;
    height: 500px;
    position: absolute;
    background: #fff;
    border-radius: 4px;
    z-index: 12;
    top: 50%;
    margin-top: -250px;
    left: 50%;
    margin-left: -430px;
}
.notice-cancel{
    position: absolute;
    height: 50px;
    width:  50px;
    border-radius: 100%;
    background: #fff;
    text-align: center;
    line-height: 50px;
    right: -25px;
    top: -25px;
    z-index: 445;
    color: #f00;
    font-size: 20px;
}
.notice-content{
    width: 100%;
    height: 385px;
    overflow-y: auto;
    padding:0 50px;
    margin-top: 35px;
}
.notice-button{
    width: 100%;
    height: 80px;
    border-top:1px solid #e0e0e0;
}
.notice-button button{
    width: 200px;
    height: 40px;
    margin-left: 320px;
    margin-top: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    background: #2FA570;
}
.sign-up-notice .title{
    margin-bottom: 28px;
}
#match-notice{
    max-height:240px;
    overflow: auto;
}
#match-notice li{
    float: none;
    width: 100%;
    text-align: left;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
}
#match-notice li a{
    color: #999;
}
#match-notice h3{
    font-size: 14px;
    color: #1d1d1d;
    line-height: 18px;
}
#match-notice p{
    font-size: 12px;
}
#match-notice span{
    font-size: 14px;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fa-role .match-fa{
    position: absolute;
    right: 0;
    top:0;
    color: #fff;
    height: 100%;
}
.fa-role .match-fa span{
    display: inline-block;
    height: 100%;
    line-height: 44px;
    float: left;
}
.fa-role .match-fa a{
    color: #fff;
    display: inline-block;
    height:100%;
}
.fa-role .match-fa .fa-img-wrap{
    float: left;
    height: 44px;
    width: 44px;
    border-radius: 100%;
}
.match-fa a span{
    display: block;
    float: left;
}
.match-fa .fa-img-wrap img{
    width: 38px;
    height:38px;
    margin: 3px 5px;
}
.match-fa .fa-img-wrap+span{
    color: #bbb;
    font-size: 12px;
    margin-left: 3px;
}
.y_group_score .score-list-header,
.y_group_score .score-list-one{
    width: 310px;
}
.match-state{
    display: inline-block;
    width: 51px;
    height: 33px;
    text-align: center;
    font-size: 12px;
    line-height: 34px;
    color: #fff;
    vertical-align: text-bottom;
    text-indent: -4px;
    margin-left: -4px;
    margin-top: 1px;
}
pre{
    background-color: #fff;
    border: none;
    border-radius: 0;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
}
.new-msg1{
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #f00;
    border-radius: 100%;
    position: absolute;
    left: 23px;
    top: 2px;
}
.navbar-header {
    width: 240px;
    height: 72px;
    margin-right: 0;
    margin-left: 0;
}
.navbar-header {
    float: left;
}
.navbar-nav {
    float: left;
    margin: 0;
}
.nav &gt; li {
    float: left;
    height: 66px;
    padding: 0 10px;
    position: relative;
    width: 110px;
    margin-top: 6px;
}
.nav &gt; li.active:after{
    content: '';
    display: block;
    position: absolute;
    width: 56px;
    height: 5px;
    left: 50%;
    margin-left: -28px;
    bottom: 0;
    background: linear-gradient(135deg,rgba(0,255,249,1) 0%,rgba(0,199,0,1) 100%);
    border-radius: 70% 70% 0 0;
}

.navbar-nav &gt; li &gt; a {
    padding: 15px 5px !important;
    line-height: inherit;
    height: 100%;
    box-sizing: border-box;
}
.nav&gt;li&gt;a:focus, .nav&gt;li&gt;a:hover {
    text-decoration: none;
    background-color: transparent;
}
.nav .team-list{
    position: absolute;
    width: 143px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    color: #555;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    left: 50%;
    margin-left: -72px;
    background: #fff;
    display: none;
    margin-top: 1px;
    top: 100%;
    font-size: 14px;
}
.nav .team-list dd{
    height: 35px;
    line-height: 35px;
}
.nav .team-list dd a{
    display: block;
    color: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.nav .team-list dd:hover{
    color: #fff;
    background: #00c700;
}
.Icon-w30 {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('../images/icons/image-icon@40x40.png') 75% no-repeat;
}
.nav-home {
    min-width: 1110px;
    height: 72px;
    background-color: #fff;
    border-radius: 0;
    margin-bottom: 0;
    border: none;
    color: #1d1d1d;
    z-index: 1001;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    font-size: 14px;
    box-shadow: 0 0 5px 0 rgba(0,0,0, 0.15);
}
.nav-home a {
    color: #1d1d1d;
}
.home-nav-li p:nth-child(1){
    text-align: center;
    line-height: 12px;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: bold;
}
.home-nav-li p:nth-child(2){
    text-align: center;
    font-size: 12px;
    color: #656565;
}
.nav &gt; li.active .home-nav-li {
    background-color: transparent;
}
.nav &gt; li.active .home-nav-li p,
.nav &gt; li.on .home-nav-li p {
    color: #00c700;
}
.login-wrap {
    float: right;
    height: 72px;
}
.login-wrap .glyphicon {
    position: relative;
    font-size: 28px;
    color: white;
    cursor: pointer;
}
.login-wrap .glyphicon-volume-up:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #FC371E;
}
.login-wrap li {
    position: relative;
    float: left;
    height: 72px;
}
.login-wrap .msg-icon{
    width: 72px;
    border-left: 1px solid #F5F5F5;
    border-right: 1px solid #F5F5F5;
    text-align: center;
    color: #242F44;
    line-height: 72px;
}
.login-wrap .header-user-wrap{
    padding: 0 24px;
    box-sizing: border-box;
    line-height: 72px;
}
.login-wrap .header-user-wrap .user-image{
    width: 32px;
    height: 32px;
    margin-right: 12px;
    border-radius: 50%;
    vertical-align: middle;
}
.login-link {
    margin-right: 2px;
    padding-right: 8px;
    border-right: 1px solid #ccc;
}
.newUser-link {
    margin-left: 7px;
}
.header-user-menu {
    position: absolute;
    top: 100%;
    right: 50%;
    margin-right: -65px;
    z-index: 9;
    padding: 3px;
    width: 130px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    font-size: 12px;
}
a.user-menu-link {
    display: block;
    color: #555a69;
    text-align: center;
    line-height: 32px;
}
.user-menu-link:hover {
    background-color: #00c700;
    color: white;
}
.new-msg{
    display: inline-block;
    width: 6px !important;
    height: 6px !important;
    background: #f00;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 10px;
}</pre></body></html>