body{
    margin: 0;
    padding: 0;
    background-color: #e9f5ff;
    overflow: hidden;
    overflow-y: auto;
}
a{
    text-decoration:none;
}
ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
    margin: 0;
    padding: 0;
}

.index{
    width: 100%;
    min-height: 836px;
    background-size: 100% 836px;
    padding-top: 60px;
}

.header{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}
.header_title{
    width: 1200px;
    height: 85px;
    margin: 0 auto;
}
.header_title img{
    width: 1200px;
    height: 85px;
    margin: 0 auto;
    /*margin-top: 20px;*/
}
.header .nav{
    width:100%;
    height:58px;
    background-color: #FFFFFF;
    border-top: 1px solid #FFFFFF;
    /*margin-bottom: 30px;*/
}
.header .nav .box{
    width: 60vw;
    min-width: 1000px;
    /*width: 1200px;*/
    height: 50px;
    margin: 0 auto;
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
}
.header .nav .box .nav-li{
    width: 120px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    position: relative;
    float: left;
    margin-right: 8px;
}
.header .nav .box .nav-li>a{
    display: block;
    color: #333333;
    text-align: center;
}
.header .nav .box .nav-li .cur{
    font-weight: bold;
    color: #ffffff;
    background: url("../images/daohang.png") no-repeat;
    background-size: 100% 50px;
}
.header .nav .box .nav-li>a:hover{
    font-weight: bold;
    color: #ffffff;
    background: url("../images/daohang.png") no-repeat;
    background-size: 100% 50px;
}
.header .nav .box .nav-li .zij{
    position: absolute;
    top: 50px;
    left: 0px;
    width:140px;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 8px 0px rgba(0, 0, 0, 0.19);
    overflow: hidden;
    display: none;
    z-index: 99999;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 14px;
}
.header .nav .box .nav-li .zij ul li{
    width: 140px;
    height: 35px;
    margin: 0 auto;
}
.header .nav .box .nav-li .zij ul li:last-child a{
    border: none;
}
.header .nav .box .nav-li .zij ul li a{
    display: block;
    width: 130px;
    height: 35px;
    margin: 0 auto;
    color: #333333;
    text-align: center;
    line-height: 35px;
    overflow: hidden;
    border-bottom: 1px solid #D1EDFF;
}
.header .nav .box .nav-li .zij ul li a:hover{
    color: #01a0e9;
}

.banner{
    width:  100vw;
    /*height: 480px;*/
    margin: 0 auto;
    margin-bottom: 30px;
}
.banner .swiper-container{
    width: 100%;
    /*height: 480px;*/
    /*float: left;*/
    /*border-radius: 25px;*/
}
.swiper-pagination .swiper-pagination-bullet{
    width:30px;
    height:10px;
    background: #D1EDFF !important;
    border-radius:5px;
    opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active{
    background: #3D73FB !important;
}
.banner .banner_right{
    width: 380px;
    height: 480px;
    float: right;
    background-color: #ffffff;
    border-radius: 25px;
}
.banner_right .banner_r_title{
    height: 70px;
    line-height: 20px;
    text-align: center;
    color: #3D74FB;
}
.banner_r_t_left{
    width: 190px;
    height: 54px;
    float: left;
    border-top-left-radius: 25px;
    padding-top: 16px;
    color: #ffffff;
    background-color: #3D74FB;
}
.banner_r_t_right{
    width: 190px;
    height: 54px;
    float: right;
    border-top-right-radius: 25px;
    padding-top: 16px;
    color: #3D74FB;
}
.banner_r_content{
    width: 380px;
    height: 380px;
    margin-top: 22px;
}
.banner_r_c_option{
    width: 360px;
    height: 126px;
    margin: 0 auto;
    color: #333333;
}
.banner_r_c_o_left{
    width: 160px;
    height: 126px;
    float: left;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
.banner_r_c_o_right{
    width: 180px;
    height: 126px;
    float: left;
    line-height: 126px;
    border-left: solid 2px #93CAFC;
}
.banner_r_c_o_right .br_img1{
    width: 16px;
    height: 16px;
    position: relative;
    top: 5px;
    left: -9px;
}
.banner_r_c_o_right .br_img2{
    width: 60px;
    height: 60px;
    position: relative;
    top: 24px;
}

.competition{
    width: 1200px;
    height: 140px;
    margin: 0 auto;
}
.competition_inlet{
    width: 380px;
    height: 140px;
    border-radius: 25px;
    float: left;
    background-color: #ffffff;
    box-shadow: 0 10px 10px 0 rgba(4,0,0,.04);
}
.competition_i_left{
    width: 160px;
    height: 140px;
    float: left;
    margin-left: 20px;
}
.competition_i_l_title{
    width: 160px;
    font-size: 20px;
    font-weight: 800;
    color: #333333;
    margin-top: 30px;
    text-align: center;
}
.competition_i_l_btn1{
    width: 160px;
    height: 50px;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    margin-top: 16px;
    background: url("../images/inlet_btn1.png") no-repeat;
    background-size: 160px 50px;
}
.competition_i_l_btn2{
    width: 160px;
    height: 50px;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    margin-top: 16px;
    background: url("../images/inlet_btn2.png") no-repeat;
    background-size: 160px 50px;
}
.competition_i_l_btn3{
    width: 160px;
    height: 50px;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    margin-top: 16px;
    background: url("../images/inlet_btn3.png") no-repeat;
    background-size: 160px 50px;
}
.competition_i_right{
    width: 130px;
    height: 140px;
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}

.section_title{
    width: auto;
    height: 73px;
    margin: 0 auto;
    text-align: center;
    line-height: 72px;
    font-weight: 800;
    font-size: 30px;
    letter-spacing: 5px;
    color: #051a4f;
    background-size: 540px 73px;
    margin-top: 30px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.game_notice{
    width: 95vw;
    max-width: 1000px;
    min-height: 450px;
    margin: 0 auto;
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.game_news{
    width: 95vw;
    max-width: 1000px;
    min-height: 200px;
    margin: 0 auto;
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.intro-left{
    width: 20%;
    background-color: #f5fbff;
    border-radius: 5px;
}
.intro-right{
    width: 79%;
    background-color: #FFFFFF;
    border-radius: 5px;
}


.game_content{
    width: 366px;
    height: 320px;
    float: left;
}
.game_content2{
    width: 720px;
    height: 280px;
    border-radius: 25px;
    float: right;
    background-color: #ffffff;
    overflow-y: auto;
    padding: 20px;
}
.game_content2_row{
    width: 720px;
    height: 50px;
    line-height: 50px;
    border-bottom: dashed 1px #CCCCCC;
    color: #333333;
}
.game_content2_row:hover{
    color: #3D74FB;
}
.game_content2_title{
    width: 580px;
    float: left;
    overflow: hidden;
    white-space: nowrap; /* 防止文字换行 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
}
.game_content2_day{
    float: right;
}
.game_content3{
    width: 720px;
    height: 280px;
    border-radius: 25px;
    float: right;
    background-color: #ffffff;
    overflow-y: auto;
    padding: 20px;
}
.game_data{
    width: 1140px;
    height: 500px;
    border-radius: 25px;
    background-color: #3D73FB;
    padding: 30px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.game_data_c{
    width: 360px;
    height: 500px;
    border-radius: 25px;
    background-color: #ffffff;
    float: left;
}
.game_data_title{
    width: 300px;
    height: 40px;
    margin: 24px auto;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    font-weight: 800;
    color: #3D74FB;
}
.game_data_content{
    width: 300px;
    height: 360px;
    color: #333333;
    margin: 0 auto;
}
.game_data_content_c{
    width: 300px;
    height: 15px;
    line-height: 15px;
    color: #333333;
    margin: 0 auto;
    margin-bottom: 20px;
}
.game_d_c_c_name{
    width: 50px;
    float: left;

}
.game_d_c_c_school{
    width: 120px;
    float: left;
    margin-left: 20px;
    overflow: hidden;
    white-space: nowrap; /* 防止文字换行 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
}
.game_d_c_c_day{
    width: 90px;
    float: left;
    margin-left: 20px;
}
.game_data_day{
    width: 300px;
    margin: 0 auto;
    margin-top: 16px;
    font-size: 14px;
    font-weight: 800;
}

.game_sort{
    width: 300px;
    height: 80px;
    margin: 0 auto;
}
.game_s_l{
    width: 27px;
    height: 41px;
    float: left;
    position: relative;
}
.game_s_l .num{
    position: absolute;
    left: 8px;
    top: 5px;
    text-align: center;
    font-size: 16px;
    color: red;
    font-weight: bold;
}
.game_s_r{
    float: left;
    margin-left: 20px;
}
.game_s_r_t{
    height: 18px;
}
.game_s_r_t .txtt{
    width: 220px;
    font-size: 19px;
    font-weight: bold;
    float: left;
    margin-left: 10px;
    line-height: 18px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap; /* 防止文字换行 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
}
.game_s_r_b{
    height: 18px;
    margin-top: 16px;
}
.game_s_r_b_l{
    float: left;
}
.game_s_r_b_r{
    float: left;
    margin-left: 40px;
}
.game_s_r_b .txtt2{
    font-size: 14px;
    float: left;
    margin-left: 10px;
    line-height: 18px;
    color: #333333;
}

.foot{
    width: 100%;
    background-color: #353535;
    clear:both;
    font-size: 16px;
}
.foot_c{
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    color: #ffffff;
    padding-top: 1px;
}
.foot_c_contact{
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.foot_c_contact_l{
    width: 45%;
    min-width: 350px;
}
.foot_c_contact_l_txt{
    width: 110%;
    height: 28px;
    line-height: 28px;
    margin-bottom: 10px;
    display: flex;
}
.foot_c_contact_l_txt1{
    min-width: 100px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: 24px auto;
    background-position: left center;
}
.foot_icon_1{
    background-image: url("../images/foot1.png");
}
.foot_icon_2{
    background-image: url("../images/foot2.png");
}
.foot_icon_3{
    background-image: url("../images/foot3.png");
}
.foot_icon_4{
    background-image: url("../images/foot4.png");
}
.foot_c_contact_l_txt2{
    min-width: 450px;
}
.foot_c_contact_r{
    width: 45%;
    display: flex;
    justify-content: flex-end;
}
.foot_c_contact_r_qr{
    text-align: center;
}

.content{
    width: 1200px;
    margin: 0 auto;
}
.content_positioning{
    color: #ffffff;
    height: 25px;
}
.content_positioning img{
    width: 24px;
    height: 25px;
}
.content_p_address{
    line-height: 25px;
    margin-left: 10px;
}
.content_p_address a{
    color: #ffffff;
}
.content_p_address a:hover{
    color: #3D74FB;
}

.content_main{
    width: 1140px;
    min-height: 810px;
    padding: 30px;
    background-color: #3D73FB;
    border-radius: 25px;
    margin-top: 20px;
    overflow:auto;
}
.content_m_l{
    width:300px;
    min-height: 300px;
    background-color: #ffffff;
    border-radius: 25px;
}
.content_m_l_t{
    height: 60px;
    border-bottom: 2px solid #DEE5FF;
}
.content_m_l_t img{
    float: left;
    margin-left: 16px;
    position: relative;
    top:10px;
}
.content_m_l_t_t{
    float: left;
    margin-left: 16px;
    line-height: 60px;
    font-size: 19px;
    font-weight: 800;
    color: #3D74FB;
}
.content_m_l_c{
    width: 270px;
    margin: 0 auto;
    margin-top: 20px;
}
.content_m_l_nav{
    width: 260px;
    min-height: 40px;
    line-height: 40px;
    font-size: 19px;
    text-align: center;
    background-color: #D1EDFF;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #333333;
    padding: 0 10px;
}
.content_m_l_nav:hover{
    color: #3D74FB;
}
.content_m_l_nav img{
    float: right;
    position: relative;
    top: 16px;
    right: 10px;
}
.content_m_l_nav .cur{
    color: #3D74FB;
}

.content_m_r{
    width: 810px;
    min-height: 810px;
    float: right;
    background-color: #ffffff;
    border-radius: 25px;
    overflow:auto;
    position: relative;
}
.content_m_r_t{
    height: 60px;
    border-bottom: 1px solid #D1EDFF;
}
.content_m_r_t_info{
    min-width: 122px;
    height: 60px;
    float: left;
    line-height: 60px;
    text-align: center;
    color: #3D74FB;
    background-color: #D1EDFF;
    border-top-left-radius: 25px;
    font-size: 18px;
    font-weight: 600;
    padding: 0 25px;
}
.content_m_r_t_info>img{
    margin-top: 10px;
    margin-left: 10px;
    float: left;
}
.cmrti_title{
    margin-left: 10px;
    margin-right: 30px;
    float: left;
    font-weight: bold;
}
.classification_intr{
    width: 100%;
    min-height: 10px;
    margin: 0 auto;
    margin-top: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}
.competition_event_box{
    width: 100%;
    min-height: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
    padding-top: 1px;
}
.competition_event_box .event_row{
    width: 340px;
    height: 240px;
    margin-top: 20px;
    padding-bottom: 10px;
}
.event_row_cover_image{
    width: 340px;
    height: 200px;
    border-radius: 20px;
    border: 2px solid #CBCBCB;
}
.event_row_a{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}
.event_row_a:hover{
    color: #3D74FB;
}
.event_row_title{
    margin-top: 10px;
    text-align: center;
}
.content_m_r_c{
    width: 750px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content_m_r_zw{
    height: 90px;
}
.content_m_r_row{
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    color: #333333;
    border-bottom: dashed 1px  #CCCCCC;
}
.content_m_r_row:hover{
    color: #3D74FB;
}
.content_m_r_row_l{
    width: 520px;
    float: left;
    overflow: hidden;
    white-space: nowrap; /* 防止文字换行 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
}
.content_m_r_row_r{
    float: right;
}
.content_m_r_page{
    line-height: 30px;
    position:absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #ffffff;
}
.content_m_r_page ul{
    text-align: center;
}
.content_m_r_page ul li{
    display: inline-block;
    color: #ffffff;
}

.fwb_box img{
    max-width: 100%;
}
.content_m_r_info{
    width: 750px;
    margin: 0 auto;
}
.content_m_r_i_t{
    min-height: 70px;
    padding-bottom: 6px;
    border-bottom: 1px solid #CBCBCB;
    /*margin-bottom: 20px;*/
}
.content_m_r_i_t_statistics{
    height: 20px;
    color: #999999;
    font-size: 11px;
}
.content_m_r_i_t_day{
    float: left;
}
.content_m_r_i_t_see{
    float: right;
}
.content_m_r_i_t img{
    position: relative;
    top: 3px;
}

.content_m_r_c_case{
    width: 320px;
    height: 210px;
    border-radius: 10px;
    float: left;
    border: 1px solid #D1EDFF;
    padding: 20px;
    margin-bottom: 20px;
}
.content_m_r_c_c_t{
    width: 320px;
    height: 20px;
    line-height: 20px;
    font-size: 17px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap; /* 防止文字换行 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
}
.content_m_r_c_c_s{
    width: 320px;
    height: 14px;
    text-align: right;
    font-size: 14px;
    line-height: 14px;
    color: #999999;
    margin-top: 10px;
}

.content_m_r_c_down{
    width: 750px;
    height: 160px;
    border-bottom: dashed 1px #CCCCCC;
}
.content_m_r_c_d_i{
    width: 120px;
    height: 120px;
    margin-top: 20px;
    float: left;
}
.content_m_r_c_d_c{
    width: 490px;
    height: 120px;
    margin-top: 20px;
    margin-left: 10px;
    float: left;

}
.content_m_r_c_d_c_describe{
    width: 490px;
    height: 60px;
    font-size: 14px;
    color: #999999;
    word-break: break-all;
    text-overflow: ellipsis; /* 超出部分显示省略号 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 超出几行省略 */
    overflow: hidden;
}
.content_m_r_c_d_d{
    width: 90px;
    height: 50px;
    line-height: 50px;
    margin-top: 60px;
    float: right;
    text-align: center;
    border-radius: 10px;
    background-color: #3D73FB;
    color: #ffffff;
}
.content_m_r_c_d_d:hover{
    background-color: #35A5E3;
}

.content_main_top{
    width: 1140px;
    height: 550px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 25px;
}
.content_main_top_title{
    height: 70px;
    background-color: #D1EDFF;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding: 1px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.content_main_top_title_top{
    width: 1100px;
    height: 27px;
    margin: 0 auto;
    margin-top: 15px;
    line-height: 27px;
    font-weight: bolder;

}
.content_main_top_title_bottom{
    width: 1100px;
    height: 14px;
    margin: 0 auto;
    margin-top: 8px;
    line-height: 14px;
    font-size: 14px;
    color: #999999;
    text-align: right;

}
.content_main_top_content{
    width: 1100px;
    height: 440px;
    margin: 0 auto;
}
.content_main_top_content_l{
    width: 360px;
    height: 440px;
    float: left;
    font-size: 14px;
    overflow-y: auto;
}
.content_main_top_content_l_row{
    width: 330px;
    height: 54px;
    color: #656565;
    border-bottom: 1px solid #D1EDFF;
    line-height: 54px;
}
.content_main_top_content_l_row_c{
    position: relative;
    top:17px;
    margin-right: 5px;
    float: left;
}
.content_main_top_content_l_row div{
    width: 270px;
    overflow: hidden;
    white-space: nowrap; /* 防止文字换行 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
    float: left;
}
.content_main_top_content_l_row_p{
    position: relative;
    top:17px;
    float: right;
}
.content_main_top_content_l_row:hover{
    color: #3D74FB;
}
.content_main_top_content_l::-webkit-scrollbar { //滚动条样式
    width: 5px;
}
.content_main_top_content_r{
    width: 690px;
    height: 420px;
    background-color: lavender;
    float: right;
    margin-top: 20px;
}
.content_main_bottom{
    width: 1140px;
    min-height: 480px;
    overflow:auto;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #ffffff;
    border-radius: 25px;
}
.content_main_bottom_title{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #D1EDFF;
}
.content_main_bottom_title_l{
    width: 120px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    background-color: #D1EDFF;
    border-top-left-radius: 25px;
    font-weight: bolder;
    color: #3D74FB;
    font-size: 18px;
}
.content_main_bottom_title_r{
    width: 120px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    font-weight: bolder;
    color: #333333;
    font-size: 18px;
}
.content_main_bottom_content{
    width: 1100px;
    margin: 20px;
    word-break:break-all;
}
.content_main_bottom_title_r_row{
    width: 600px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-bottom: 10px;
}
.content_main_bottom_title_r_row img{
    float: left;
    position: relative;
    top:7px;
    margin-left: 5px;
}
.content_main_bottom_title_r_row_title{
    margin-left: 10px;
    float: left;
}
.content_main_bottom_title_r_row_down{
    width: 70px;
    height: 30px;
    float: right;
    color: #ffffff;
    border-radius: 5px;
    background-color: #3D73FB;
    text-align: center;
}
.content_main_bottom_title_r_row:hover{
    background-color: #D1EDFF;
}

.content_m_r_work{
    width: 720px;
    height: 540px;
    padding: 10px;
    margin: 0 auto;
    margin-top: 20px;
}
.content_m_r_work_img{
    width: 720px;
    height: 400px;
}
.content_m_r_work_img img{
    width: 720px;
    height: 400px;
}
.content_m_r_work_intr{
    width: 720px;
    margin: 0 auto;

}
.content_m_r_work_intr_title{
    width: 720px;
    height: 50px;
    color: #00A2E9;
    border-bottom: 3px solid #00A2E9;
    line-height: 50px;
    font-weight: bolder;
    font-size: 24px;
}
.content_m_r_work_intr_content{
    width: 720px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.game_notice_flex{
    width: 1140px;
    min-height: 300px;
    border-radius: 25px;
    background-color: #3D73FB;
    margin: 0 auto;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    padding: 0 30px 30px 30px;
}
.game_row{
    width: 560px;
    min-height:260px;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 10px 0 20px 0;
    margin-top: 30px;
    line-height: 30px;
    box-shadow: 0 10px 10px 0 rgba(4,0,0,.04);
}

.ssnr_title{
    width: 510px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 21px;
    color: #3D74FB;
    font-weight: bold;
}
.ssnr_title img{
    float: left;
    width: 36px;
    margin-right: 10px;
}
.ssnr_content{
    width: 510px;
    height: 90px;
    font-size: 16px;
    color: #333333;
    margin: 0 auto;
    margin-top: 10px;
    word-break: break-all;
    text-overflow: ellipsis; /* 超出部分显示省略号 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 超出几行省略 */
    overflow: hidden;
}
.ssnr_event{
    width: 510px;
    height: 10px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: right;
}
.ssnr_event img{
    width: 150px;
    min-height: 100px;
    border-radius: 6px;
    border: 1px solid #999999;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
    margin-bottom: 5px;
}
.ssnr_small{
    width: 150px;
    text-align: center;
    color: rgb(51, 51, 51);
    overflow-wrap: break-word;
    font-size: 12px;
    line-height: 20px;
}
.game_zj{
    width: 1200px;
    min-height: 100px;
    border-radius: 25px;
    background-color: #3D73FB;
    margin: 0 auto;
    padding-bottom: 20px;
}
.game_zj_flex{
    width: 1140px;
    min-height: 0px;
    margin: 0 auto;
    display:flex;
    flex-wrap:wrap;
    /*justify-content: space-between;*/
    align-items: center;
    padding: 0 30px 30px 30px;
}
.gzf_row{
    width: 366px;
    height: 160px;
    background-color: #ffffff;
    border-radius: 20px;
    padding-top: 1px;
    margin-top: 30px;
    margin-right: 14px;
    box-shadow: 0 10px 10px 0 rgba(4,0,0,.04);
}
.gzf_row>img{
    width: 120px;
    height: 120px;
    float: left;
    border-radius: 50%;
    margin-top: 20px;
    margin-left: 10px;
}
.gzf_r_info{
    width: 200px;
    height: 120px;
    margin-top: 20px;
    margin-left: 10px;
    float: left;
}
.gzfr_i_h{
    width: 200px;
    height: 30px;
}
.gzf_r_i_h_name{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    float: left;
}
.gzf_r_i_h_type{
    height: 24px;
    border-radius: 4px;
    color: #ffffff;
    float: left;
    line-height: 24px;
    margin-left: 10px;
    text-align: center;
    font-size: 13px;
    padding: 0 6px;
    background-color: #3D73FB;
    margin-top: 2px;
}
.gzf_r_i_f{
    float: left;
    color: #333333;
}
.game_zj_bottom{
    width: 100%;
    margin: 0 auto;
}
.game_zj_btn{
    width: 232px;
    height: 51px;
    border-radius: 10px;
    background-color: #3D73FB;
    color: #ffffff;
    border: 2px solid #ffffff;
    margin: 0 auto;
    text-align: center;
    line-height: 51px;
}


.game_dw{
    width: 1200px;
    min-height: 100px;
    border-radius: 25px;
    background-color: #3D73FB;
    margin: 0 auto;
    padding-bottom: 20px;
}

.game_dw_flex{
    width: 1140px;
    min-height: 0px;
    margin: 0 auto;
    display:flex;
    flex-wrap:wrap;
    /*justify-content: space-between;*/
    align-items: center;
    padding: 0 30px 30px 30px;
}
.gwf_row{
    width: 366px;
    height: 120px;
    background-color: #ffffff;
    border-radius: 20px;
    padding-top: 1px;
    margin-top: 30px;
    margin-right: 14px;
    box-shadow: 0 10px 10px 0 rgba(4,0,0,.04);
    position: relative;
}
.gwf_row>img{
    height: 80px;
    max-width: 100%;
    display: block;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.expert_row{
    width: 366px;
    height: 160px;
    border-radius: 20px;
    border: 1px solid #CBCBCB;
    margin-top: 20px;
    box-shadow: 0 10px 10px 0 rgba(4,0,0,.04);
}
.expert_row>img{
    /*width: 120px;*/
    height: 120px;
    border-radius: 50%;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}
.expert_row_info{
    width: 200px;
    height: 120px;
    margin-top: 20px;
    margin-left: 10px;
    float: left;
}
.expert_i_h{
    width: 200px;
    height: 30px;
}
.expert_r_i_h_name{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    float: left;
}
.expert_r_i_h_type{
    width: 80px;
    height: 20px;
    border-radius: 2px;
    color: #ffffff;
    float: left;
    margin-left: 10px;
    text-align: center;
    background-color: #3D73FB;
    margin-top: 5px;
}
.expert_r_i_f{
    float: left;
    color: #333333;
}
.expert_box{
    width: 750px;
    margin: 0 auto;
}
.expert_info{
    width: 750px;
    height: 300px;
    border-radius: 20px;
    border: 1px solid  #cccccc;
    margin-top: 30px;
    box-shadow: 0 10px 10px 0 rgba(4,0,0,.04);
}
.expert_info>img{
    width: 200px;
    height: 260px;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}
.expert_info .expert_row_info{
    width: 400px;
    height: 220px;
    margin-top: 40px;
    margin-left: 50px;
    float: left;
}
.expert_info .expert_i_h{
    width: 400px;
    height: 30px;
}
.expert_info .expert_r_i_h_name{
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    float: left;
}
.expert_info .expert_r_i_h_type{
    width: 80px;
    height: 24px;
    line-height: 24px;
    border-radius: 2px;
    color: #ffffff;
    float: left;
    margin-left: 20px;
    text-align: center;
    background-color: #3D73FB;
    margin-top: 10px;
}
.expert_info .expert_r_i_f{
    width: 400px;
    font-size: 20px;
    color: #333333;
    margin: 0 auto;
    margin-top: 10px;
}
.expert_content{
    width: 750px;
    margin: 0 auto;
}
.expert_content .ec_head{
    width: 100%;
    height: 60px;
    margin: 0 auto;
    margin-top: 30px;
    border-bottom: 1px solid #D1EEFF;
}
.ec_head_btn{
    width: 120px;
    height: 60px;
    line-height: 60px;
    background-color: #D1EEFF;
    color: #3D74FC;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-align: center;
    font-size: 20px;
}
.support_row{
    width: 366px;
    height: 160px;
    border-radius: 20px;
    border: 1px solid #CBCBCB;
    margin-top: 20px;
    box-shadow: 0 10px 10px 0 rgba(4,0,0,.04);
    position: relative;
}
.support_row>img{
    height: 80px;
    max-width: 100%;
    display: block;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
support_row:hover{
    opacity: .7;
}
.gywm_content{
    width: 750px;
    margin: 0 auto;
}
.gywm_yj_content{
    width: 650px;
    margin: 0 auto;
    margin-top: 30px;
}
.yj_input{
    width: 500px;
    height: 60px;
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
}
.yj_text{
    width: 500px;
    height: 160px;
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
}
.yj_submit{
    width: 500px;
    height: 60px;
}
.user-area{
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}
.user-login-btn{
    padding: 0 10px 0 15px;
    background-color: #2c68ff;
    color: #FFF;
    height: 30px;
    line-height: 30px;
    border-right: 1px solid #FFF;
    border-radius: 30px 0 0 30px;
    cursor: pointer;
}
.user-register-btn{
    padding: 0 15px 0 10px;
    background-color: #2c68ff;
    color: #FFF;
    height: 30px;
    line-height: 30px;
    border-radius: 0 30px 30px 0;
    cursor: pointer;
}

.content-area{
    min-height: 65vh;
    height: auto;
}

.title-before{
    width: 40px;
    height: 40px;
    margin-right: 15px;
}
.title-after{
    width: 40px;
    height: 40px;
    margin-left: 5px;
}
.text-area{
    width: 95vw;
    max-width: 1000px;
    margin: 0 auto;
    min-height: 100px;
    height: auto;
    background: url("../../wanzhi/image/item-img.jpg") no-repeat;
    background-position: top right;
    background-color: #FFF;
    border-radius: 5px;
}

.text-box{
    top: 0;
    left: 0;
    color:#333333;
    font-size: 18px;
    padding: 40px 30px;
    line-height: 32px;
}
.head-img{
    width: 100vw;
    height: auto;
}

.page {
    text-align: center;
    margin-top: 30px;
}

.page a {
    display: inline-block;
    background-color: #f2f2f2;
    color: #000;
    font-size: 12px;
    padding: 5px 15px;
    border: 1px solid #dddddd;
}

.page .tx {
    width: 40px;
    border: 1px solid #dddddd;
}

.page img {
    vertical-align: 1px;
}

.page .i1 {
    margin-right: 10px;
}

.page .i3 {
    display: none;
}

.page a:hover .i1 {
    display: none;
}

.page a:hover .i3 {
    display: inline-block;
    margin-right: 10px;
}

.page .i2 {
    margin-left: 10px;
}

.page .i4 {
    margin-left: 10px;
    display: none;
}

.page a:hover .i2 {
    display: none;
}

.page a:hover .i4 {
    display: block;
    display: inline-block;
}

.page em {
    color: #000;
    font-size: 14px;
    margin: 0 5px;
}

.page .on {
    background-color: #315ff2;
    color: #FFFFFF;
}

.page a:hover {
    background-color: #315ff2;
    color: #FFFFFF;
    text-decoration: none;
}

.page .but {
    padding: 0 5px;
    cursor: pointer;
}

.page a,.page span{
    cursor: pointer;
    display: inline-block;
    background-color: #f2f2f2;
    color: #777777;
    font-size: 12px;
    padding: 5px 15px;
    border: 1px solid #dddddd;
    margin-right: 10px;
}
.page span.active {
    background-color: #315ff2;
    color: #FFFFFF;
}
.break-area{
    display: none;
}
.friend-area{
    display: flex;
    flex-wrap: wrap;
}
.friend-tip{
    min-width: 100px;
}
.friend-box{
    margin-right: 10px;
}
.friend-box a{
    color:#FFF;
}

@media screen and (min-width:0px) and (max-width:768px){
    .header .nav .box{
        max-width: 95vw;
        min-width: 90vw;
        margin: 0 auto;
    }

    .header .nav .box ul{
        min-width: 60px;
        background: url("../../wanzhi/image/menu.png") no-repeat;
        background-position: 10px 10px;
        background-size: 30px 30px;
    }
    .header .nav .box .nav-li{
        float: none;
        z-index: 99;
        background-color: #f7f8f8;
        display: none;
    }
    .header .nav .box .nav-li .cur{
        background:none;
        background-color: #2c68ff;
    }
    .header .nav .box .nav-li>a:hover{
        background: none;
        background-color: #2c68ff;
    }
    .section_title{
        font-size: 25px !important;
    }
    .text-box,.text-box-contnent{
        font-size: 16px !important;
    }
    .foot-contact_box{
        min-width: 95vw;
        text-align: center;
        margin-bottom: 10px;
    }
    .foot_c_contact_l_txt{
        width: 100%;
        justify-content: center;
    }
    .foot_c_contact_l_txt1{
        min-width: 0;
    }
    .foot_c_contact_l_txt2{
        min-width: 0;
    }
    .foot_c_contact_r{
        min-width: 95vw;
    }
    .foot_c_contact_r_qr{
        width: 100%;
        margin-top: 10px;
        margin-left: 0 !important;
    }
    .break-area{
        display: inline;
    }
    .friend-area{
        justify-content: center;
    }
    .friend-tip{
        min-width: 0;
    }

}

