* {
    margin: 0;
    padding: 0;
}
/* 自定义字体 */
@font-face {
    font-family: FZLTHJW;
    src: url("./family/FZLTHJW.TTF"),url("./family/FZLTHJW.eot") format('embedded-opentype');
}
  
body, html {
    width: 100%;
    height: auto;
    position: relative;
    overflow-x: hidden;
    font-family: "FZLTHJW", "Microsoft YaHei" !important;
    font-size: 0;
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
}

/* .container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    display: block;
} */
.Header {
    position: relative;
}
.content {
    position: relative;
    width: 100%;
    /* top: -10px; */
    max-width: 1920px;
    margin: auto;
    /* border: 1px solid; */
}
.header{
    width: 100%;
    max-width: 1920px;
    position: relative;
    background: #F1F8FF;
}
.banner {
    position: relative;
    width: 100%;
    height: auto;
}

.banner_img {
    width: 100%;
}

.banner-pc {
    display: block;
}
.banner-pe {
    display: none;
}

.huawei-nav {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    z-index: 10;
    margin: auto;
}

.huawei-nav .lay {
    padding: 24px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.huawei-nav .lay .right .item {
    display: block;
    color: #505050;
    font-size: 16px;
    line-height: 20px;
    margin-right: 30px;
    align-self: center;
}

.huawei-nav .lay .right {
    flex: 1;
    display: flex;
}

.huawei-nav .lay .lang .item {
    margin-right: 10px;
}

.logo {
    height: 40px;
}

.logo img:nth-child(1) {
    width: 100%;
}

.item_box {
    position: relative;
    width: 100%;
    height: auto;
    background: url("../img/item-bg.jpg") no-repeat;
    background-size: 100% auto;
    /* margin-top: -5px; */
    /* padding-bottom: 6%; */
}
.item_box:after,.live_con::after{
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}

/* introduce-s */

.introduce {
    position: relative;
    width: 100%;
    height: 554px;
}

.introduce_bg {
    width: 1920px;
    height: 554px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.introduce_bg_m{
    display: none;
}
.introduce_bg>img:nth-child(1) {
    width: 958px;
    height: 100%;
}

.introduce_bg>img:nth-child(2) {
    width: 954px;
    height: 100%;
}

.introduce_con {
    width: 1200px;
    height: 554px;
    position: relative;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.introduce_con_title {
    width: fit-content;
    height: auto;
    display: block;
}

.introduce_con_title>img {
    width: auto;
    height: 98px;
    margin-bottom: 30px;
}

.p_introduce_con {
    width: 53%;
    font-size: 14px;
    color: #282828;
}

.p_introduce_con:hover{
    transform:scale(1.1);
    transition: transform 100ms linear 20ms;
}

.p_introduce_con1 {
    width: 100%;
    margin: 0 auto;
    line-height: 25px;
}

.p_introduce_con2 {
    width: 100%;
    line-height: 25px;
}

/* introduce-end */

/* video-start */

.video_con {
    flex: 1;
    margin-left: 25%;
}

.introduce_video_poster {
    width: 75px;
    height: 75px;
    cursor: pointer;
}

.introduce_video_poster:hover {
    transition: all .3s;
    transform: scale(1.1);
}

.video_con>video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    outline: none;
}

/* video-end */

/* live-start */

.live_con {
    width: 100%;
    position: relative;
    margin-top: 0;
}

.live_con_title {
    width: fit-content;
    max-width: 1200px;
    height: 69px;
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
    display: flex;
}

.live_con_title>img {
    width: 433px;
    /* height: 69px; */
    align-self: center;
    margin: auto;
    position: relative;
    opacity: 0;
}

.live_video_con {
    width: 1200px;
    height: 675px;
    max-height: 675px;
    margin: auto;
    position: relative;
}

.live_con_box {
    width: 100%;
    height: 100%;
    outline: none;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #eaf0f5;
}

.live_con_box>iframe {
    width: 100%;
    height: 100%;
}

.live_video_poster {
    width: 100%;
    height: 100%;
    outline: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.live_video {
    width: 100%;
    height: 100%;
    outline: none;
    position: absolute;
    top: 0;
    left: 0;
}

.tips_box {
    max-width: 80%;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, .82);
    border-bottom: 5px solid #FBB040;
    position: absolute;
    top: 0;
    left: 78px;
    padding: 20px 30px;
    z-index: 91;
    pointer-events: all;
}

.tips_title {
    width: 100%;
    height: auto;
    font-size: 28px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #000000;
    margin: 20px 0;
    line-height: normal;
}

.tips_con {
    width: 216px;
    height: 70px;
    font-size: 14px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #000000;
    line-height: 25px;
    opacity: 0.75;
    margin: 35px 0 35px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    display: none;
}

.tips_click {
    width: fit-content;
    height: 16px;
    font-size: 16px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #E4584C;
    line-height: 16px;
    display: flex;
    cursor: pointer;
}

.tips_click:hover {
    transition: all .3s;
    transform: scale(1.1);
}

.tips_click>img {
    width: 20px;
    height: auto;
    display: block;
    align-self: center;
    margin-left: 13px;
}

.live_nav {
    width: 87%;
    position: absolute;
    background: rgba(255,255,255,1);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    z-index: 91;
    pointer-events: all;
    white-space: nowrap;
    overflow-x: scroll;
    text-align: center;
}
.live_nav::-webkit-scrollbar {
    width: 4px;
    height: 1px;
}
.live_nav::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: rgba(227, 87, 75, .7);
}
.live_nav::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(20, 48, 68, .2);
}

.nav_item {
    display: inline-block;
    width: fit-content;
    height: 90px;
    line-height: 90px;
    cursor: pointer;
    font-size: 16px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #282828;
    align-self: center;
    overflow: hidden;
    margin-right: 65px;
}

.nav_item:hover {
    transition: all .3s;
    font-size: 20px;
}

.nav_item_hover {
    font-size: 20px;
    font-weight: 600;
    color: #E4584C;
}

.play-btn {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
}
.Mask{
    display: none;
}
/* live-end */

/* time-start */

.time {
    position: relative;
    width: 100%;
    height: 1055px;
    background: url(../img/time_bg.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 85px;
    padding-top: 84px;
}

.time_title {
    width: 1200px;
    height: auto;
    margin: auto;
    text-align: center;
    margin-bottom: 50px;
    height: 54px;
    position: relative;
}

.time_title>img {
    width: 239px;
    height: 54px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
}

.Competition-icon-box {
    width: 1000px;
    height: auto;
    /* max-width: 1200px; */
    padding: 0 100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.Competition-item {
    width: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    cursor: pointer;
    opacity: 0;
}

.Competition-item-img {
    width: 79px;
    height: 79px;
}

.Competition-item-div {
    width: 13px;
    height: 13px;
    background: #3678b7;
    border-radius: 50%;
    margin: 13px auto;
    z-index: 2;
    transition: ease .3s;
}
.Competition-item.type3 .Competition-item-div {
    background: #e56358;
}
.Competition-item.type3 .Competition-item-text {
    color: #e56358;
}

.Competition-item-text {
    font-size: 20px;
    font-weight: 400;
    color: #3678b7;
    text-align: center;
    transition: ease .3s;
}

.Competition-line-left,
.Competition-line-right {
    height: 1px;
    width: 455px;
    position: absolute;
    top: 98px;
    left: 50%;
    /* background: url(../img/index/dotted-line.png); */
}

.Competition-line-left div {
    height: 1px;
    width: 0;
    background: #3678b7;
}

.Competition-line-right div {
    height: 1px;
    width: 0;
    background: #e56358;
}

@keyframes animation1
{
    from {width: 0;}
    to {width: 100%;}
}

.Competition-icon {
    width: 202px;
    height: auto;
}

.Competition-icon img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    animation: heart 1.3s ease-in-out 2.7s infinite alternate;

}

.Competition-arrow {
    width: 66px;
    height: 70px;
    align-self: center;
    -webkit-animation: fadenum 4s infinite;
    -moz-animation: fadenum 4s infinite;
    animation: fadenum 4s infinite;
    position: relative;
    margin-top: -65px;
}


.Competition-arrow>img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.Competition_text_hover {
    font-weight: 600 !important;
    color: #E46458 !important;
}

.Competition-icon>div:nth-child(2) {
    width: 100%;
    height: 23px;
    font-size: 23px;
    font-weight: 400;
    color: #3678B8;
    line-height: 23px;
    text-align: center;
}

.time_subtitle {
    width: 100%;
    height: 32px;
    font-size: 32px;
    color: #182C40;
    line-height: 32px;
    opacity: 0.9;
    text-align: center;
    margin: 74px 0 42px 0;
}

.time_schedule {
    width: 1200px;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.time_schedule_box {
    width: 528px;
    background: rgba(255, 255, 255, .5);
    text-align: center;
    padding: 0 30px;
}

.cxs .schedule_time:nth-last-child(2){
    margin-left: -15px;
}

.cxs .schedule_time:nth-last-child(2)>div:nth-child(2){
    margin-left: -5px;
}


.cxs .schedule_time:nth-last-child(2)>div:nth-child(3){
    margin-right: -30px;
    width: 35%;
}

.time_schedule_box_hover {
    box-shadow: 0px -3px 0px 0px #E3584C, 1px 15px 59px 0px rgba(11, 34, 56, 0.1);
    background: rgba(255, 255, 255, .9);
}

.schedule_title {
    width: 100%;
    height: 47px;
    font-size: 20px;
    font-weight: 700;
    color: #2E7ECB;
    line-height: 47px;
    margin-top: 20px;
}

.schedule_subtitle {
    width: 100%;
    color: #666666;
    font-size: 14px;
    height: auto;
    line-height: 20px;
    margin-bottom: 25px;
    /* text-align: left; */
}

table {
    border-collapse: collapse;
}

table.schedule_table tr td {
    line-height: 28px;
    font-size: 14px;
    font-weight: 400;
    color: #282828;
    text-align: center;
    border: 1px solid rgba(10, 77, 118, .1);
    padding: 0 10px;
}

table.schedule_table tr td:first-child {
    border-left: 0;
}
table.schedule_table tr td:last-child {
    border-right: 0;
}
table.schedule_table tr td.schedule_table_th {
    font-size: 16px;
    font-weight: bold;
    line-height: 48px;
}

.schedule_time {
    /* width: 529px; */
    width: 467px;
    height: 48px;
    border-top: 1px solid #E5ECF1;
    display: flex;
    justify-content: space-between;
    padding: 0 32px;
}

.schedule_time>div {
    align-self: center;
    font-size: 14px;
    color: #565656;
    width: 30%;
}

.schedule_time>div:nth-child(2){
    margin-left: -35px;
}

.time_schedule_box .schedule_time:nth-child(3) {
    width: 389px;
    padding: 0 70px;
    font-size: 16px;
    font-weight: 600;
    color: #282828;
}

.time_schedule_box .schedule_time:nth-child(3)>div {
    color: #282828;
    width: auto;
    margin: 0;
}

.time_schedule_box .schedule_time:nth-last-child(2) {
    border-bottom: 1px solid #E5ECF1;
    margin-bottom: 10px;
}

.test_entrance {
    width: 160px;
    height: 28px;
    font-size: 16px;
    font-weight: 400;
    color: #E4584C;
    line-height: 28px;
    cursor: pointer;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin: 20px auto;

}

.test_entrance>img {
    width: 20px;
    height: auto;
    display: block;
    align-self: center;
    margin-left: 10px;
    align-self: center;
}

/* time-end */

/* examination_area-start */

.examination_area {
    position: relative;
    width: 100%;
    height: 400px;
    background: url(../img/area_bg.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    opacity: 0;
}

/* .examination_area:hover{
    transform:scale(1.1);
    transition: transform 200ms linear 20ms;
} */

.examination_area_con {
    width: 1200px;
    height: auto;
    margin: auto;
    align-self: center;
}

.examination_area_con>img {
    width: 237px;
    height: 54px;
    margin-bottom: 39px;
}

.more_data {
    width: 189px;
    height: 59px;
    background: #E46358;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 59px;
    text-align: center;
    cursor: pointer;
}
.more_data:hover{
    transform:scale(1.1);
    transition: transform 200ms linear 20ms;
}
/* examination_area-end */

/* player_zone-start */

.player_zone {
    position: relative;
    width: 100%;
    height: 471px;
    background: url(../img/player_zone_bg.jpg) no-repeat;
    background-size: 100% 100%;
    display: flex;
    opacity: 0;
}

/* .player_zone:hover{
    transform:scale(1.1);
    transition: transform 200ms linear 20ms;
} */


.player_zone_con {
    width: 1200px;
    height: auto;
    margin: auto;
    align-self: center;
    text-align: center;
}

.player_zone_con>img {
    width: 239px;
    height: 53px;
    margin-bottom: 30px;
}

.player_zone_text {
    width: 700px;
    height: auto;
    font-size: 18px;
    font-weight: 400;
    color: #282828;
    line-height: 36px;
    text-align: center;
    margin: auto;
    margin-bottom: 46px;
}

.player_zone_con .more_data {
    margin: auto;
}

.player_rank {
    padding: 70px 0;
    background: url(../img/index/players-rank-bg.png) center bottom no-repeat;
    background-size: 1920px auto;
}
.rank-title {
    display: none;
    text-align: center;
}
.rank-cont {
    margin: 50px 0;
}
.players-content-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 360px;
    margin: 0 50px 40px 0;
}
.rank-first {
    background: #FBC653;
    border: 3px solid #FFDA8B;
}
.rank-second {
    background: #FBC653;
    border: 3px solid #FFDA8B;
}
.rank-third {
    background: #FBC653;
    border: 3px solid #FFDA8B;
}

.players-item-header {
    margin-bottom: 5px;
}

.players-content-item:nth-child(3) {
    margin-right: 0;
}

.players-item-area {
    padding: 0 14px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 48px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.players-item-area img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

.players-item-people {
    width: 100%;
    display: flex;
}

.players-item-people div {
    flex: 1;
    border-right: 1px solid #e8e8e8;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.players-item-people div:last-child {
    border: none;
}

.players-item-people div img {
    max-width: 100%;
    height: 160px;
}

.players-item-people div p {
    width: 90%;
    padding: 0 5px;
    font-size: 12px;
    font-weight: 400;
    color: #272727;
    line-height: 20px;
    text-align: center;
    word-break: break-all;
    opacity: 0.75;
    height: 60px;
    overflow: hidden;
}

.players-item-team {
    display: inline-block;
    vertical-align: top;
    width: 66.9%;
}

.players-item-team-name {
    padding: 0 14px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    height: 45px;
    margin: 8px 5px;
    overflow: hidden;
}

.players-item-team-text {
    padding: 0 14px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    opacity: 0.75;
    height: 96px;
    overflow: hidden;
}

.players-item-tutor {
    display: inline-block;
    vertical-align: top;
    width: 33.1%;
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
}

.players-item-tutor img {
    width: auto;
    min-width: 100%;
    height: 165px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.players-item-tutor-name {
    width: 83%;
    font-size: 12px;
    font-weight: 400;
    color: rgba(40, 40, 40, .75);
    line-height: 17px;
    background: #fff;
    height: 54px;
    overflow: hidden;
    padding: 0 10px;
    text-align: center;
    word-break: break-all;
}

.players-item-tutor-tag {
    position: absolute;
    bottom: 54px;
    right: 0;
    width: 88%;
    background: linear-gradient(-45deg, #3678B7 0%, rgba(54, 120, 183, 0) 100%);
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    text-align: end;
    padding: 0 5px;
}

.players-item-ticket {
    padding: 0 14px;
    margin-bottom: 50px;
}

.players-item-ticket p {
    margin: 10px 0 8px;
    font-size: 14px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}

.players-item-ticket div {
    background: rgba(255, 255, 255, 0.39);
    border: 1px dashed #FFFFFF;
    font-size: 24px;
    text-align: center;
    font-family: Impact;
    font-weight: 400;
    line-height: 54px;
    box-shadow: 0px 5px 20px 0px rgba(106, 73, 0, 0.3);
}
.rank-second-number {
    color: #98A4AB;
}
.rank-first-number {
    color: #A84B00;
}
.rank-third-number {
    color: #BF553A;
}
.rank-number {
    position: absolute;
    width: 100%;
    top: 570px;
}
.rank-btn {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-top: 150px;
}
.rank-btn a {
    color: #FFFFFF;
    background: #E46358;
    border-radius: 4px;
    padding: 20px 30px;
}

/* player_zone-end */

/* Guest_message-start */

.Guest_message {
    position: relative;
    width: 100%;
    height: 698px;
    /* background: url(../img/Guest_message_bg.jpg) no-repeat; */
    background: #fff;
    background-size: 100% 100%;
    display: flex;
}
.swiper-pagination{
    display: none;
}
.guest_eng_text{
    width: 788px;
    height: 279px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.guest_eng_text:hover{
    transform:scale(1.1);
    transition: transform 200ms linear 20ms;
}
.guest_eng_text>img{
    width: 100%;
    height: 100%;
}

.Guest_message_con {
    width: 1200px;
    height: 424px;
    margin: auto;
    align-self: center;
    position: relative;
    /* text-align: center; */
}

.Guest_message_title {
    width: fit-content;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.Guest_message_title>img {
    width: 308px;
    height: auto;
    /* opacity: 0; */
}

.Guest_message_swiper {
    width: 892px;
    height: 424px;
    background: #FFFFFF;
    box-shadow: 0px 0px 38px 0px rgba(37, 45, 52, 0.1);
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.guest_box {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.guest_con {
    width: 446px;
    flex: 1;
    padding: 50px;
    position: relative;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.guest_name {
    width: auto;
    height: auto;
    font-size: 20px;
    font-weight: 600;
    color: #3678B8;
    line-height: normal;
    margin-bottom: 14px;
}

.guest_postion {
    width: auto;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    color: #3678B8;
    line-height: normal;
    opacity: 0.75;
    margin-bottom: 25px;
}

.guest_text {
    width: auto;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    color: #282828;
    line-height: 25px;
    opacity: 0.75;
}

.guest_photo {
    width: 304px;
    height: 425px;
}
.Guest_message_swiper:hover{
    transform:scale(1.05);
    transition: transform 200ms linear 20ms;
}
.guest_photo>img {
    width: 100%;
    height: 100%;
}

.Guest-prev {
    background-image: url('../img/Guest-prev-r.png') !important;
    width: 10px !important;
    height: 16px !important;
    background-size: 100% 100% !important;
    left: 54px !important;
    right: 0 !important;
    top: 95% !important;
}

.Guest-next {
    background-image: url('../img/Guest-next-r.png') !important;
    width: 10px !important;
    height: 16px !important;
    background-size: 100% 100% !important;
    right: 0 !important;
    left: 110px !important;
    top: 95% !important;
}

/* Guest_message-end */

/* previous_review-start */

.previous_review {
    position: relative;
    width: 100%;
    height: 841px;
    background: url("../img/previous_review.jpg") no-repeat;
    background-size: 100% 100%;
    padding-top: 95px;
}

.previous_review_title {
    width: 239px;
    height: 53px;
    margin: auto;
    margin-bottom: 60px;
    position: relative;
}

.previous_review_title>img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* opacity: 0; */
}

.previous_review_con {
    width: 1200px;
    height: 855px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
}

.time_axis {
    width: 180px;
    height: auto;
    position: relative;
}
.time_axis_m{
    display: none;
}
.review_line {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.review_line>img {
    width: auto;
    height: 100%;
}

.review_time {
    margin-left: 20px;
    margin-top: 131px;
    width: 120px;
    font-size: 14px;
    opacity: 0.75;
    height: 14px;
    line-height: 14px;
    cursor: pointer;
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

.review_time:hover{
    font-size: 20px;
}

.review_time_hover {
    font-size: 20px;
    color: #E3574B;
    font-weight: bold;
}

.previous_review_box {
    width: 1020px;
    height: auto;
    align-self: flex-start;
    margin-top: 113px;
}

.Review_data {
    width: 1020px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 43px;
}

.data_box {
    width: 239px;
    height: 110px;
    background: #FFFFFF;
    opacity: 0.75;
    padding-top: 55px;
    text-align: center;
}
.data_type{
    font-size: 18px;
    font-weight: 400;
    color: #282828;
    text-align: center;
    opacity: 0.75;
    margin-top: 18px;
}
.student {
    border-bottom: 3px solid #F0AC5D;
}

.schools {
    border-bottom: 3px solid #59B6AB;
}

.competition {
    border-bottom: 3px solid #6696C4;
}

.team {
    border-bottom: 3px solid #667AC4;
}

.data_box_title {
    width: fit-content;
    height: 42px;
    line-height: 42px;
    font-weight: 700;
    font-size: 37px;
    position: relative;
    margin: auto;
}

.student .data_box_title {
    color: #F0AC5D
}

.schools .data_box_title {
    color: #59B6AB
}

.competition .data_box_title {
    color: #6696C4
}

.team .data_box_title {
    color: #667AC4
}

.data_box_title>div {
    font-size: 14px;
    color: #282828;
    position: absolute;
    top: -10px;
    right: -15px;
    opacity: 0.75;
}

.team .data_box_title>div {
    right: -15px;
}

.Review_video {
    width: 1016px;
    height: 420px;
    position: relative;
    display: none;
    overflow: hidden;
}

.review_poster {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    cursor: pointer;
}

.Review_video>video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    outline: none;
}

.Review_swiper {
    width: 1016px;
    height: 420px;
    position: relative;
}

.Review_photo {
    width: 500px;
    height: auto;
    position: relative;
}

.Review_photo>img {
    width: 100%;
    height: auto;
    max-height: 420px;
}
.subscribe-btn {
    width: 14%;
    background: #E46358;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 60px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    margin: 20px auto 0;
}
/* previous_review-end */


.title_text {
    width: fit-content;
    height: 60px;
    font-size: 56px;
    font-family: FZLanTingHeiS-B-GB;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 60px;
    background: linear-gradient(to right, #6696C4 0%, #59B6AB 35.009765625%, #F0AF60 64.990234375%, #E3584B 100%);
    /* background: linear-gradient(0deg, #6696C4 0%, #59B6AB 35.009765625%, #F0AF60 64.990234375%, #E3584B 100%); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: auto;
    letter-spacing: 5px;
}

.introduce_con_title .title_text:nth-child(1) {
    font-size: 33px;
    height: 40px;
    line-height: 40px;
    margin: 0;
}

.introduce_con_title .title_text:nth-child(2) {
    font-size: 45px;
    margin-bottom: 25px;
}

.examination_area_con .title_text {
    margin: 0;
    margin-bottom: 39px;
}
.live_con .title_text{
    letter-spacing: 0;
    font-size: 45px;
    height: 69px;
    line-height: 75px;
    margin-right: 10px;
}
.player_zone_con .title_text {
    margin-bottom: 30px;

}

.Guest_message_title .title_text {
    margin-top: 58px;
}

.item-box-tips {
    display: none;
}


/* 滑动插件 */

/* .swiper-container {
    width: 100%;
    height: 100%;
  } */

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet {
    margin-left: 10px;
}

@media(max-width:1800px) {
    .content {
        max-width: 100%;
    }
    .huawei-nav {
        left: 40px;
        width: 1535px;
    }
}

@media(max-width:1500px) {
    .huawei-nav {
        width: 1200px;
        left: 0;
        top: 0;
        right: 0;
        margin: auto;
    }
    .huawei-nav .lay .right {
        margin-left: 0;
    }
    .huawei-nav .lay .right .item {
        margin-right: 30px;
    }
}

/* 动画效果 */

/*定义公共淡入淡出效果 fadenum*/

@-webkit-keyframes fadenum {
    /*设置内容由显示变为隐藏*/
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadenum {
    /*设置内容由显示变为隐藏*/
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes fadenum {
    /*设置内容由显示变为隐藏*/
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadenum {
    /*设置内容由显示变为隐藏*/
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.dadin_eanimate{
    -webkit-animation: fadein 1s 1s ease;
    -moz-animation: fadein 1s 1s ease;
    animation: fadein 1s 1s ease;
    animation-fill-mode: forwards;
}
@-webkit-keyframes fadein{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadein{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes fadein{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadein{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.upfad_eanimate{
    -webkit-animation: upfadein 1s 1s ease;
    -moz-animation: upfadein 1s 1s ease;
    animation: upfadein 1s 1s ease;
    animation-fill-mode: forwards;
}
/* 向上淡入 */
@-webkit-keyframes upfadein{
    /*设置内容由显示变为隐藏*/
    0% {
        opacity: 0;
        margin-top: 30px;
    }
    100% {
        opacity: 1;
        margin-top: 0;
    }
}

@-moz-keyframes upfadein{
    /*设置内容由显示变为隐藏*/
    0% {
        opacity: 0;
        /* top: 30px; */
        margin-top: 30px;
    }
    100% {
        opacity: 1;
        /* top: 0; */
        margin-top: 0px;
    }
}

@-o-keyframes upfadein{
    /*设置内容由显示变为隐藏*/
    0% {
        opacity: 0;
        margin-top: 30px;
        /* top: 30px; */
    }
    100% {
        opacity: 1;
        margin-top: 0px;
        /* top: 0; */
    }
}

@keyframes upfadein{
    /*设置内容由显示变为隐藏*/
    0% {
        opacity: 0;
        margin-top: 30px;
    }
    100% {
        opacity: 1;
        margin-top: 0;
    }
}



.up_animate{
    -webkit-animation: upfin 1s 1s ease;
    -moz-animation: upfin 1s 1s ease;
    animation: upfin 1s 1s ease;
    animation-fill-mode: forwards;
}
/* 向上淡入 */
@-webkit-keyframes upfin{
    /*设置内容由显示变为隐藏*/
    0% {
        opacity: 0;
        top: 30px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

@-moz-keyframes upfin{
    /*设置内容由显示变为隐藏*/
    0% {
        opacity: 0;
        /* top: 30px; */
        top: 30px;
    }
    100% {
        opacity: 1;
        /* top: 0; */
        top: 0px;
    }
}

@-o-keyframes upfin{
    /*设置内容由显示变为隐藏*/
    0% {
        opacity: 0;
        top: 30px;
        /* top: 30px; */
    }
    100% {
        opacity: 1;
        top: 0px;
        /* top: 0; */
    }
}

@keyframes upfin{
    /*设置内容由显示变为隐藏*/
    0% {
        opacity: 0;
        top: 30px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}


.leftfad_eanimate{
    -webkit-animation: leftfadein 1s 1s ease;
    -moz-animation: leftfadein 1s 1s ease;
    animation: leftfadein 1s 1s ease;
    animation-fill-mode: forwards;
}
/* 向上淡入 */
@-webkit-keyframes leftfadein{
    /*设置内容由显示变为隐藏*/
    0% {
        opacity: 0;
        left: -100px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@-moz-keyframes leftfadein{
    /*设置内容由显示变为隐藏*/
    0% {
        opacity: 0;
        left: -100px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@-o-keyframes leftfadein{
    /*设置内容由显示变为隐藏*/
    0% {
        opacity: 0;
        left: -100px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes leftfadein{
    /*设置内容由显示变为隐藏*/
    0% {
        opacity: 0;
        left: -100px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

/* 上下浮动 */
@keyframes heart{
    from{transform:translate(0,0)}
    to{transform:translate(0,6px)}
}

.swiper-button-prev {
    background: url(../img/page-players/icon-swiper-prev.png);
    background-size: 100% 100%;
    width: 10px;
    height: 16px;
    top: 90%;
    right: 8%;
    left: auto;
}

.swiper-button-next {
    background: url(../img/page-players/icon-swiper-next.png);
    background-size: 100% 100%;
    width: 10px;
    height: 16px;
    top: 90%;
    right: 1%;
    left: auto;
}

/* layer弹窗样式 */
.layui-layer-btn .layui-layer-btn0 {
    font-size: 14px;
}
.layui-layer-title {
    display: none;
}
.layui-layer-dialog .layui-layer-content {
    text-align: center;
}
.layui-layer-setwin {
    display: none;
}
.layui-layer-btn {
    text-align: center!important;
}


.live-table {
    position: relative;
    width: 1200px;
    margin: 70px auto 0;
    background: url(../img/index/live-table-bg.png) left center no-repeat;
    background-size: 100% 100%;
    display: flex;
}
.live-table-title {
    flex: 1;
    position: relative;
}
.live-table-title div {
    position: absolute;
    top: 50%;
    left: 12%;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: 600;
    color: #6696C4;
    text-align: center;
}
.live-table-title-special {
    font-size: 32px;
    line-height: 48px;
}
.live-table-right {
    width: 72%;
}
.live-table-list {
    width: 100%;
    height: 67px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.live-table-list:hover {
    transition: all .3s;
    box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.08);
}
.live-table-list-icon_l {
    height: 15px;
    margin: auto 30px;
}
.live-table-list-time {
    width: 41%;
    text-align: start;
    font-size: 16px;
    font-weight: bold;
    color: #282828;
    line-height: 67px;
    white-space: nowrap;
    overflow: hidden;
}
.live-table-list-text {
    position: relative;
    width: 44%;
    text-align: start;
    font-size: 16px;
    font-weight: 400;
    color: #282828;
    line-height: 67px;
    white-space: nowrap;
    height: 67px;
    overflow: hidden;
}
@-webkit-keyframes textSrcoll {
    from {
        left: 0;
    }
    to {
        left: -100%;
    }
}
@keyframes textSrcoll {
    from {
        left: 0;
    }
    to {
        left: -100%;
    }
}
.live-table-list-icon_r {
    margin-left: 10px;
    width: 22px;
    height: 22px;
}

/* newdata */
.new-data {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
}
.newdata-left {
    width: 55%;
    padding: 25px 10px;
    position: relative;
}
.newdata-left p {
    font-size: 14px;
    font-weight: 400;
    color: #282828;
    line-height: 28px;
    text-indent: 30px;
}
.newdata-left p span {
    color: rgba(234, 85, 35, 1);
}
.newdata-left-icon1 {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}
.newdata-left-icon2 {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.newdata-right {
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.newdata-right-box {
    margin-left: 18px;
    display: flex;
    flex-direction: column;
}
.newdata-item1 {
    width: 238px;
    height: 180px;
    background: rgba(187, 148, 161, .15);
    border-bottom: 2px solid rgba(188, 102, 129, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.newdata-item2 {
    width: 238px;
    height: 180px;
    background: rgba(91, 160, 191, .15);
    border-bottom: 2px solid rgba(92, 160, 191, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.newdata-item3 {
    width: 238px;
    height: 142px;
    background:rgba(227, 228, 165, .15);
    border-bottom: 2px solid rgba(240, 172, 93, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.newdata-item4 {
    width: 238px;
    height: 142px;
    background: rgba(163, 168, 198, .15);
    border-bottom: 2px solid rgba(129, 134, 165, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.newdata-item5 {
    width: 238px;
    height: 142px;
    background: rgba(224, 178, 148, .15);
    border-bottom: 2px solid rgba(215, 147, 103, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.newdata-item-number {
    width: 100%;
    text-align: center;
    font-family: Impact;
    font-weight: 400;
    position: relative;
}
.newdata-item-number.number1 {
    font-size: 32px;
    color: rgba(188, 102, 129, 1);
    opacity: 0;
}
.newdata-item-number.number2 {
    font-size: 42px;
    color:rgba(92, 160, 191, 1);
}
.newdata-item-number.number3 {
    font-size: 42px;
    color: rgba(240, 172, 93, 1);
    opacity: 0;
}
.newdata-item-number.number4 {
    font-size: 42px;
    color: rgba(129, 134, 165, 1);
}
.newdata-item-number.number5 {
    font-family: FZLTZHJW;
    font-size: 30px;
    color: rgba(215, 147, 103, 1);
    font-weight: bold;
    opacity: 0;
}
.newdata-item-text {
    width: 100%;
    text-align: center;
    margin-top: 25px;
    font-size: 18px;
    font-weight: 400;
    color: #282828;
    opacity: 0.75;
}
.newdata-item-numeral {
    position: absolute;
    top: 0;
    right: -25px;
    font-size: 14px;
    font-weight: 400;
    color: #282828;
    opacity: 0.75;
}
.newdata-item-box {
    position: relative;
}

@media screen and (min-width:1200px) {
    .nav_item:first-child {
        margin-left: 65px;
    }
    .live_con {
        padding-top: 65px;
        background: #fff;
        background-size: 1920px auto;
        object-fit: cover;
    }
    .Header {
        position: fixed;
        z-index: 998;
    }
    .content {
        padding-top: 88px;
    }
    .live-table-list-text p {
        position: absolute;
        left: 0;
        right: auto;
    }
    .live-table-list-text.text-scroll:hover p {
        -webkit-animation: textSrcoll 7s linear; /* Chrome, Safari, Opera */
        animation: textSrcoll 7s linear;
        animation-fill-mode: forwards;
    }
}

@media screen and (max-width:1199px) {
    * {
        margin: 0;
        padding: 0;
    }
    body, html {
        width: 100%;
        height: auto;
        position: relative;
        overflow-x: hidden;
    }
    ul, li {
        list-style: none;
    }
    .huawei-nav {
        display: none;
    }
    .banner {
        position: relative;
        width: 100%;
    }
    .banner-pc {
        display: none;
    }
    .banner-pe {
        display: block;
    }
    .Mask {
        width: 30%;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1));
        display: block;
    }
    .item_box {
        position: relative;
        width: 100%;
        height: auto;
        background: none;
    }
    .introduce {
        width: 100%;
        height: auto;
        background: url(../img/index/item-box-bg-m.png) center no-repeat;
        background-size: 100% 100%;
    }
    .introduce_bg {
        display: none;
    }
    .introduce_con {
        display: block;
        padding: .7rem .3rem 0;
        width: auto;
        height: auto;
    }
    .p_introduce_con {
        width: 100%;
        text-align: start;
        margin-bottom: .35rem;
        margin-top: 0;
        font-size: .22rem;
    }
    .introduce_con_title {
        width: 2.7rem;
        margin-bottom: .3rem;
    }
    .introduce_con_title>img {
        width: 100%;
        height: auto;
        margin-bottom: 0;
    }
    .p_introduce_con1, .p_introduce_con2 {
        line-height: .38rem;
    }
    .video_con {
        width: 100%;
        height: 5.6rem;
        margin: 0;
        background: url(../img/index/itembox-img-m.png) center bottom no-repeat;
        background-size: 4.5rem auto;
        position: relative;
    }
    .introduce_video_poster {
        width: .75rem;
        height: .75rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .live_video_con {
        width: 100%;
        height: 3.95rem;
    }
    .live_con {
        margin-top: .3rem;
        width: auto;
        padding: 0 .3rem;
    }
    .live_con_title {
        width: 100%;
        margin-bottom: .39rem;
    }
    .live_con_title>img {
        position: relative;
        width: 4.33rem;
        height: auto;
    }
    .play-btn {
        width: 1rem;
        height: 1rem;
    }
    .tips_box {
        max-width: 90%;
        left: .2rem;
        padding: .1rem .16rem;
        border-bottom: .05rem solid #FBB040;
    }
    .tips_title {
        height: auto;
        font-size: .24rem;
        margin: .2rem 0 .15rem;
        display: none;
    }
    .tips_con {
        display: none;
    }
    .tips_click {
        height: auto;
        font-size: .16rem;
        line-height: auto;
    }
    .live_nav {
        width: 5.8rem;
        padding: 0 .25rem;
        overflow-X: scroll;
        display: block;
        white-space: nowrap;
        bottom: -.4rem;
        background: #ffffff;
        box-shadow: 0rem .1rem .2rem 0rem rgba(0, 0, 0, 0.05);
    }
    .nav_item {
        width: fit-content;
        height: .89rem;
        line-height: .89rem;
        font-size: .22rem;
        display: inline-block;
        vertical-align: top;
        margin-right: .39rem;
    }
    .nav_item:hover {
        font-size: .24rem;
    }
    .nav_item:last-child {
        margin-right: 0;
    }
    .time {
        width: auto;
        height: auto;
        background: url(../img/mobile/time_bg_m.png) no-repeat;
        background-size: 100% 100%;
        margin-top: 1.5rem;
        padding: .56rem .3rem 1rem;
    }
    .time_title {
        width: 100%;
        height: auto;
        margin-bottom: .8rem;
    }
    .time_title>img {
        width: 2.39rem;
        height: auto;
        position: relative;
    }
    .Competition-icon-box {
        width: 100%;
        padding: 0;
    }
    .Competition-item {
        width: .88rem;
        padding: 0 .4rem;
    }
    .Competition-item-img {
        width: .79rem;
        height: .79rem;
    }
    .Competition-item-div {
        width: 0.13rem;
        height: 0.13rem;
        margin: .13rem auto;
    }
    .Competition-item-text {
        font-size: .28rem;
    }
    .Competition-line-left, .Competition-line-right {
        height: 1px;
        width: 2.6rem;
        top: 0.98rem;
    }
    .Competition-icon {
        width: 1.6rem;
    }
    .Competition-icon img {
        margin-bottom: 0;
    }
    .Competition-arrow {
        width: .43rem;
        height: .48rem;
        margin-top: -.5rem;
    }
    .Competition-arrow>img {
        width: 100%;
        height: 100%;
    }
    .Competition-icon>div:nth-child(2) {
        height: .24rem;
        font-size: .24rem;
        line-height: .24rem;
    }
    .time_subtitle {
        height: .32rem;
        font-size: .32rem;
        line-height: .32rem;
        margin: .58rem 0 .3rem 0;
    }
    .time_schedule {
        width: 100%;
        display: block;
    }
    .time_schedule_box {
        width: auto;
        padding: 0 .15rem;
        background: #fff;
        margin-bottom: .3rem;
    }
    .schedule_title {
        width: 100%;
        height: auto;
        line-height: normal;
        font-size: .25rem;
        font-weight: 700;
        color: #2E7ECB;
        padding-top: .3rem;
        margin: 0 auto .15rem;
    }
    .schedule_subtitle {
        font-size: .2rem;
        margin-bottom: .2rem;
    }
    .cxs .schedule_subtitle {
        height: auto;
    }
    .examination_area {
        position: relative;
        width: 100%;
        height: 4rem;
        background: url(../img/mobile/area_bg_m.png) no-repeat;
        background-size: 100% 100%;
        display: flex;
        /* opacity: 0; */
    }
    .examination_area_con>img, .player_zone_con>img {
        width: 2.37rem;
        height: .54rem;
        margin-bottom: .2rem;
    }
    .more_data {
        width: 1.89rem;
        height: .59rem;
        border-radius: .04rem;
        font-size: .16rem;
        line-height: .59rem;
    }
    .player_zone {
        position: relative;
        width: 100%;
        height: 4.95rem;
        background: url(../img/mobile/player_zone_bg_m.jpg) no-repeat;
        background-size: 100% 100%;
        display: flex;
        /* opacity: 0; */
    }
    .examination_area_con {
        width: 6.9rem;
    }
    .player_zone_con {
        width: 6.9rem;
    }
    .player_zone_text {
        width: 100%;
        font-size: .24rem;
        line-height: .36rem;
        margin-bottom: .6rem;
        text-align: left;
        opacity: .75;
    }
    table.schedule_table tr td {
        line-height: normal;
        font-size: .2rem;
        padding: .1rem;
        word-break: break-word;
    }
    .test_entrance {
        width: auto;
        height: .2rem;
        margin: auto;
        padding: .3rem 0;
        font-size: .2rem;
        font-weight: 400;
        color: #E4584C;
        line-height: .2rem;
        text-align: center;
        justify-content: center;
    }
    table.schedule_table tr td.schedule_table_th {
        font-size: .2rem;
        font-weight: bold;
        line-height: .4rem;
    }
    .Guest_message {
        height: auto;
        display: block;
        background: url(../img/mobile/Guest_message_bg_m.jpg) no-repeat;
        background-size: 100% 100%;
        padding: .7rem 0 1.2rem;
    }
    .Guest_message_con {
        width: 100%;
        height: auto;
    }
    .guest_eng_text {
        display: none;
    }
    .Guest_message_title {
        width: 100%;
        position: relative;
        text-align: center;
        margin-bottom: .4rem;
    }
    .Guest_message_title>img {
        width: 2.39rem;
        height: auto;
        position: relative;
        margin: auto;
    }
    .Guest_message_swiper {
        width: 6.9rem;
        height: auto;
        box-shadow: 0px 0px 38px 0px rgba(38, 45, 52, 0.1);
        position: relative;
        top: unset;
        right: unset;
        margin: auto;
    }
    .guest_con {
        width: auto;
        height: auto;
        flex: 1;
        padding: .37rem .3rem;
        position: relative;
    }
    .guest_name {
        height: auto;
        font-size: .24rem;
        line-height: normal;
        margin-bottom: .1rem;
        overflow: hidden;
    }
    .guest_postion {
        width: auto;
        font-size: .14rem;
        text-align: left;
        line-height: .3rem;
        height: .6rem;
        opacity: 0.75;
        margin-bottom: .3rem;
        overflow: hidden;
    }
    .guest_text {
        width: auto;
        font-size: .14rem;
        line-height: .3rem;
        opacity: 0.75;
        text-align: left;
        height: 1.2rem;
        overflow-y: scroll;
    }
    .guest_photo {
        width: 2.4rem;
        height: auto;
    }
    .swiper-slide-active {
        box-shadow: 0rem 0rem 0rem 0rem rgba(37, 45, 52, 0.1);
    }
    .Guest-prev, .Guest-next {
        display: none;
    }
    .swiper-pagination {
        position: absolute;
        width: 100%;
        text-align: center;
        margin: 0;
        bottom: -.5rem;
        left: 0;
        display: block;
    }
    .swiper-pagination-bullet {
        width: .12rem;
        height: .12rem;
        background: #2C2C2C;
        opacity: 0.3;
        border-radius: 50%;
        text-align: right;
        margin-left: .1rem;
    }
    .swiper-pagination-bullet-active {
        background: #E46458;
    }
    .previous_review {
        position: relative;
        width: 100%;
        height: auto;
        background: url(../img//mobile/previous_review_m.jpg) center bottom no-repeat;
        background-size: 100% 100%;
        padding: .79rem 0;
    }
    .previous_review_title {
        width: 2.3rem;
        height: auto;
        margin: auto;
        margin-bottom: .5rem;
        position: static;
    }
    .previous_review_title>img {
        position: relative;
    }
    .previous_review_con {
        width: 6.9rem;
        height: auto;
        display: block;
        justify-content: unset;
        position: static;
    }
    .review_line{
        display: none;
    }
    .time_axis{
        display: none;
    }
    .time_axis_m {
        width: 100%;
        height: auto;
        position: relative;
        display: block;
    }
    .review_line_m{
        width: 100%;
        height: .21rem;
        position: relative;
        /* margin: .1rem 0; */
    }
    .review_line_m>img{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .axis1{
        width: 6.3rem;
        height: .3rem;
        display: flex;
        justify-content: space-between;
        padding: 0 0.3rem;
    }
    .axis2{
        width: 50%;
        height: .3rem;
        display: flex;
        justify-content: space-between;
        margin: auto;
    }
    .review_time {
        width: 1.5rem;
        font-size: .14rem;
        opacity: 0.75;
        height: .14rem;
        line-height: .14rem;
        margin: 0;
        align-self: center;
        position: relative;
    }
    .axis2 .review_time:nth-child(1){
        margin-left: -.1rem;
    }
    .axis2 .review_time:nth-child(2){
        margin-right: -.2rem;
    }
    .review_time:hover{
        font-size: .24rem;
    }
    .time_line{
        width: .02rem;
        height: .1rem;
        background: #E46458;
        background: #95b5d4;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .axis1 .review_time .time_line{
        top: .21rem;
    }
    .axis2 .review_time .time_line{
        top: -.2rem;
    }
    .previous_review_box {
        width: 6.9rem;
        height: auto;
        align-self: flex-start;
        margin-top: .32rem;
    }
    .Review_data {
        width: 100%;
        display: block;
        justify-content: unset;
        margin-bottom: .45rem;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .data_box{
        width: 3.3rem;
        height: 1.5rem;
        padding-top: .7rem;
        /* border: .03rem solid #FFFFFF; */
        display: inline-table;
    }
    .data_type{
        width: 100%;
        height: .24rem;
        font-size: .24rem;
        color: #282828;
        line-height: .24rem;
        opacity: 0.75;
        display: block;
    }
    .student,.schools{
        margin-bottom: .31rem;
    }
    .data_box_title{
        font-size: .55rem;
        height: .55rem;
        line-height: .55rem;
        margin-bottom: .27rem;
    }
    .data_box_title>div{
        font-size: .18rem;
        right: -.3rem;
    }
    .competition .data_box_title>div,.team .data_box_title>div{
        right: -.3rem;
    }
    .Review_video {
        width: 6.9rem;
        height: 3.86rem;
    }
    .Review_swiper {
        width: 6.9rem;
        height: 3.86rem;
    }
    .Review_photo>img {
        width: 100%;
        max-height: 3.86rem;
    }
    .live-table {
        width: auto;
        padding: 0 .3rem;
        margin-top: .75rem;
        background: #fff;
    }
    .live-table-title {
        display: none;
    }
    .live-table-right {
        width: 100%;
    }
    .live-table-header {
        width: 100%;
        text-align: center;
        font-size: 0.28rem;
        font-weight: 700;
        color: #6696C4;
        line-height: 0.83rem;
        background: #EDF7FF;
        box-shadow: 0rem .1rem .2rem 0rem rgba(18, 57, 96, 0.1);
        margin-bottom: .1rem;
    }
    .live-table-list {
        position: relative;
        padding: .3rem 0;
        height: auto;
        flex-direction: column;
        align-items: flex-start;
        border-bottom: 1px solid rgba(41, 70, 98, .1);
    }
    .live-table-list-icon_l {
        display: none;
    }
    .live-table-list-time {
        width: 100%;
        font-size: .22rem;
        line-height: normal;
        margin-bottom: .24rem;
        opacity: .75;
    }
    .live-table-list-text {
        width: 90%;
        font-size: .28rem;
        line-height: normal;
        height: auto;
        white-space: normal;
    }
    .live-table-list-icon_r {
        position: absolute;
        bottom: .3rem;
        right: 0;
        width: .45rem;
        height: .45rem;
    }
    .item-box-tips {
        display: block;
        text-align: center;
        font-size: 0.18rem;
        font-weight: 400;
        color: #1E2225;
        line-height: normal;
        opacity: 0.4;
        margin-top: .55rem;
    }
    .new-data {
        width: auto;
        flex-direction: column;
        padding: .3rem .3rem;
        background: url(../img/index/newdata-bg-m.png) center no-repeat;
        background-size: 100% 100%;
    }
    .newdata-left {
        width: 100%;
        padding: .15rem .08rem;
    }
    .newdata-left-icon1,
    .newdata-left-icon2 {
        width: .3rem;
        height: .3rem;
    }
    .newdata-left p {
        font-size: .2rem;
        line-height: .4rem;
        text-indent: .4rem;
    }
    .newdata-right {
        width: 100%;
        margin: 0;
        flex-direction: column;
    }
    .newdata-right-box {
        width: 100%;
        margin: 0 0 .25rem 0;
        flex-direction: row;
        justify-content: space-between;
    }
    .newdata-item1,
    .newdata-item2 {
        display: inline-flex;
        width: 3.38rem;
        height: 1.41rem;
        margin: 0;
    }
    .newdata-item-number.number1 {
        font-size: .42rem;
    }
    .newdata-item-number.number2 {
        font-size: .42rem;
    }
    .newdata-item-text {
        font-size: .2rem;
        margin-top: .2rem;
    }
    .newdata-item-numeral {
        font-size: .2rem;
        right: -.3rem;
    }
    .newdata-item3,
    .newdata-item4,
    .newdata-item5 {
        width: 2.2rem;
        height: 1.42rem;
        margin: 0;
    }
    .newdata-item-number.number3,
    .newdata-item-number.number4 {
        font-size: .42rem;
    }
    .newdata-item-number.number5 {
        font-size: .24rem;
    }


    .subscribe-btn {
        width: 25%;
        font-size: .24rem;
        line-height: .69rem;
        margin: .3rem auto 0;
    }

    .player_rank {
        padding: .7rem 0 1.2rem;
        background-size: auto 100%;
    }
    .rank-title img {
        height: .54rem;
    }
    .rank-box {
        width: 100%;
        overflow-x: scroll;
    }
    .rank-cont {
        margin: .4rem 0;
        width: 14.5rem;
        display: flex;
        justify-content: center;
    }
    .players-content-item {
        width: 4.4rem;
        margin: .3rem .3rem 1.8rem 0;
    }
    .rank-first {
        top: -.3rem;
    }
    .rank-first {
        border: .05rem solid #FFDA8B;
        top: -.3rem;
    }
    .rank-second {
        border: .05rem solid #E9ECF3;
    }
    .rank-third {
        border: .05rem solid #F6D9C7;
    }
    .players-item-header {
        margin-bottom: .07rem;
    }
    .players-item-area {
        padding: 0 .1rem;
        font-size: .2rem;
        line-height: .48rem;
    }
    .players-item-area img {
        width: .17rem;
        height: .17rem;
        margin-right: .05rem;
        vertical-align: middle;
    }
    .players-item-team-name {
        padding: 0 .1rem;
        font-size: .24rem;
        margin: .2rem 0 .16rem;
        line-height: .28rem;
        height: .56rem;
    }
    .players-item-team-text {
        padding: 0 .1rem;
        font-size: .2rem;
        line-height: .28rem;
        height: 1.4rem;
    }
    .players-item-tutor img {
        height: 2rem;
    }
    .players-item-tutor-name {
        width: auto;
        font-size: .18rem;
        line-height: .19rem;
        height: .58rem;
        padding: 0 .1rem;
        margin: .1rem 0;
    }
    .players-item-tutor-tag {
        line-height: .27rem;
        font-size: .18rem;
        bottom: .78rem;
        padding: 0 6%;
    }
    .players-item-people div img {
        height: 2rem;
    }
    .players-item-people div p {
        width: auto;
        margin: .1rem 0;
        padding: 0 .1rem;
        font-size: .18rem;
        line-height: .24rem;
        height: .48rem;
    }
    .players-item-ticket {
        padding: 0 .16rem;
        margin-bottom: .5rem;
    }
    .players-item-ticket p {
        margin: .2rem 0 .1rem;
        font-size: .2rem;
        line-height: normal;
    }
    .players-item-ticket div {
        font-size: .27rem;
        line-height: .64rem;
        box-shadow: 0px .05rem .1rem 0px rgba(106, 73, 0, 0.3);
    }
    .rank-number {
        top: 7.06rem;
    }
    .rank-btn {
        font-size: .22rem;
        margin-top: .3rem;
    }
    .rank-btn a {
        padding: .2rem .3rem;
    }
}