html,body
{
    font-family: Source Han Sans;
    background-color: #f3f3f3;
}
/* 首页 start*/
.home_banner
{
    
}
.home_banner img
{
    width: 100%;
    height: auto;
}
.home_tab_nav
{
    background-color: #fff;
}
.home_tab_nav .tab_list
{
    display: flex;
    justify-content: space-around;
}
.home_tab_nav .tab_list_a
{
    width: 33%;
    color: #2E3845;
    text-align: center;
    font-size: 1.2rem;
    height: 60px;
    line-height: 60px;
}
.home_tab_nav .tab_list_a.active
{
    font-weight: bold;
    background: linear-gradient(180deg, #8F3BF7 25%, #2825C0 77%);
    background-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
.home_tab_nav .tab_list_a.active::after
{
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #A053FF 0%, #4A3BEE 102%);
}
.home_tab_nav .tab_item
{
    padding: 15px 25px;
    text-indent: 2em;
}
.more_btn_area
{
    text-align: center;
	padding-bottom:30px;
}
.more_btn
{
    display: inline-block;
    color: #727272 !important;
    background: rgba(232, 232, 232, 0.8);
    padding: 5px 35px;
    border-radius: 30px;
    text-decoration: none !important;
}
/* 首页 end*/
/* 标签页 start */
.tab_list
{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.tab_list_a.active
{
    color: rgb(0, 0, 255);
}
.tab_item
{
    display: none;
}
.tab_item.active
{
    display: block;
}
/* 标签页 end */
/* 赛事动态 start */
.ssdt_area
{
    background-color: #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.ssdt_title img
{
    width: 100%;
    height: auto;
}
.ssdt_list_big
{
    padding: 20px;
    box-sizing: border-box;
}
.slb_item
{
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}
.slb_item:nth-last-child(1)
{
    margin-bottom: 0;
}
.slb_item img
{
    width: 100%;
    height: auto;
}
.slb_label
{
    padding: 5px 18px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
}
.slb_label a
{
    font-size: 1rem;
    background: linear-gradient(180deg, #6B22C2 0%, #2724BF 153%);
    background-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.slb_info
{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    box-sizing: border-box;
}
.slb_title
{
    color: #fff;
    font-size: 1rem;
    text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.7);
    margin-bottom: 5px;
}
.slb_info_flex
{
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 0.9rem;
}
.ssdt_list
{
    padding: 0 20px;
    box-sizing: border-box;
}
.sl_item
{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.sl_img
{
    width: 32vw;
    height: 23vw;
    border-radius: 10px;
    overflow: hidden;
}
.sl_img img
{
    width: 100%;
    height: 100%;
}
.sl_info
{
    width: 68vw;
    margin-left: 20px;
}
.sl_info_title
{
    font-weight: bold;
    color: #666;
    display: -webkit-box;
    /*  white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.sl_info_desc
{
    margin: 5px 0;
    color: #999;
    font-size: 0.86rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sl_info_flex
{
    display: flex;
    justify-content: space-between;
    color: #999;
    font-size: 0.86rem;
}
/* 赛事动态 end */
/* 优秀作品展示 start */
.yxzp_area
{
    background-color: #fff;
    padding-bottom: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.yxzp_title img
{
    width: 100%;
    height: auto;
}
.yxzp_list
{
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}
.yxzp_item
{
    width: 28vw;
}
.yxzp_img
{
    width: 28vw;
    height: 39vw;
    border-radius: 10px;
    overflow: hidden;
}
.yxzp_img img
{
    width: 100%;
    height: 100%;
}
.yxzp_title
{
    font-weight: bold;
    color: #666;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.yxzp_label
{
    color: #999;
    font-size: 0.86rem;
    margin-top: 5px;
}
/* 优秀作品展示 end */
/* 新闻首页 start */
.news_index_area
{
    background-color: #fff;
    /* padding-bottom: 20px; */
    box-sizing: border-box;
    /* margin-bottom: 20px; */
}
.news_index_title img
{
    width: 100%;
    height: auto;
}
.news_index_area .ssdt_list
{
    margin-top: 20px;
}
/* 新闻首页 end */
/* 精彩回顾 start */
.jchg_bg
{
    background-image: url("../images/jchg_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.jchg_icon
{
    width: 29px;
    height: 29px;
    background-image: url("../images/jchg_icon.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 5px 12px;
}
.jchg_title
{
    background: linear-gradient(180deg, #8F3BF7 25%, #2825C0 77%);
    font-size: 1.1rem;
    font-weight: bold;
    background-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.jchg_swiper
{
    margin-top: 5px;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 12px 18px;
    box-sizing: border-box;
}
.jchg_swiper .carousel-indicators li
{
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.jchg_swiper ol.carousel-indicators 
{
    margin-bottom: 0;
}
.jchg_4_list
{
    display: flex;
    justify-content: space-between;
    margin: 13px auto 0 auto;
}
.jchg_4_item
{
    width: 21vw
}
.jchg_4_item::nth-last-child(1)
{
    margin-right: 0;
}
.jchg_4_item img
{
    width: 100%;
    height: 100%;
}
.bjbd_area
{
    background-color: #fff;
    padding-bottom: 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.bjbd_title
{
    margin-bottom: 20px;
}
.bjbd_title img
{
    width: 100%;
    height: auto;
}
.jcsj_area
{
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.jcsj_title
{

}
.jcsj_title img
{
    width: 100%;
    height: auto;
}
.jcsj_list
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px;
    box-sizing: border-box;
}
.jcsj_item
{
    width: 23vw;
    margin-bottom: 5px;
}
/* 精彩回顾 end */
/* 竞赛作品 start */
.jszp_page
{
    background-color: #fff;
}
.jszp_banner img
{
    width: 100%;
    height: auto;
}
.jszp_menu
{
    /* overflow: hidden; */
}
.jszp_menu_list
{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 1vw;
    box-sizing: border-box;
    margin-left: 3vw;
}
.jszp_menu_item
{
    width: 19vw;
    font-size: 0.75rem;
    margin-bottom: 10px;
}
.jszp_menu_item a
{
    color: #6F6F6F !important;
}
.jszp_menu_item.active a
{
    background: linear-gradient(180deg, #5E31DD 0%, #3528C7 100%);
    background-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.jszp_menu_icon
{
    width: 15px;
    height: 15px;
    background-image: url("../images/jszp_menu_icon.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.jszp_menu_icon a
{
    color: #fff !important;
    text-decoration: none;
}
.jszp_menu_inside {
    display: none;
    position: absolute;
    width: 98px;
    /* right: 0; */
    right: -5px;
    /* top: 30px; */
    top: 15px;
    margin-top: 10px;
    /* background: #fff; */
    line-height: 30px;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 2;
    background: linear-gradient(154deg, rgba(55, 70, 174, 0.9) 2%, rgba(111, 55, 174, 0.9) 56%, rgba(88, 47, 193, 0.9) 99%);
    text-align: center;
    padding-top: 10px;
}
.jszp_menu_inside.active
{
    display: block;
}
.jszp_list
{
    padding: 10px 5vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.jszp_item
{
    width: 42vw;
    margin-bottom: 40px;
}
.jszp_img
{
    height: 30vw;
    margin-bottom: 5px;
}
.jszp_item img
{
    width: 100%;
    height: 100%;
}
.jszp_title
{
    color: #666;
    font-size: 0.86rem;
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* 竞赛作品 end */
/* 个人后台 start */
.user_page
{
    min-height: 100vh;
    background: radial-gradient(178% 132% at -24% -21%, #EBFFF4 0%, #E6EEFF 0%, #E6EEFE 62%, rgba(235, 250, 255, 0) 100%), radial-gradient(404% 183% at 127% 109%, rgba(201, 220, 255, 0.2) 0%, rgba(110, 59, 238, 0) 68%, rgba(0, 92, 255, 0) 100%), #FFFFFF;
}
.user_page_top
{
    display: flex;
    justify-content: start;
    align-items: center;
}
.user_avatar
{
    width:17vw;
    height:17vw;
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 7px 6px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin: 25px;
}
.user_avatar img
{
    width: 100%;
    height: 100%;   
}
.user_name
{
    color: #121836;
    font-size: 1.1rem;
    font-weight: bold;
}
.user_page_list
{
    background: rgba(255, 255, 255, 0.6);
    padding: 28px 23px;
}
.user_page_list_2
{
    background: rgba(255, 255, 255, 0.6);
    padding: 10px 23px;
    margin-bottom: 10px;
}
.user_page_item
{
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background-image: url("../images/user_page_item_go.png");
    background-repeat: no-repeat;
    background-size: 7px 12px;
    background-position: center right;
}
.user_page_item:nth-last-child(1)
{
    margin-bottom: 0;
}
.user_item_icon
{
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.user_item_icon_1
{
    width: 16px;
    height: 19px;
    background-image: url("../images/user_page_item_1.png");
}
.user_item_icon_2
{
    width: 16px;
    height: 17px;
    background-image: url("../images/user_page_item_2.png");
}
.user_item_icon_3
{
    width: 16px;
    height: 16px;
    background-image: url("../images/user_page_item_3.png");
}
.user_item_icon_4
{
    width: 16px;
    height: 17px;
    background-image: url("../images/user_page_item_4.png");
}
.user_item_icon_5
{
    width: 18px;
    height: 18px;
    background-image: url("/staticsnew1/images/find_pwd_icon_1.png");
}
.user_item_icon_6
{
    width: 18px;
    height: 18px;
    background-image: url("/staticsnew1/images/find_pwd_icon_2.png");
}
.user_item_icon_7
{
    width: 18px;
    height: 18px;
    background-image: url("/staticsnew1/images/find_pwd_icon_3.png");
}
.user_page_item_title
{
    margin-left: 15px;
	color:black;
}
.user_progress
{
    display: flex;
    justify-content: space-evenly;
    background: rgba(255, 255, 255, 0.8);
    border-top: 1px solid #d8d8d8;
    padding: 10px 0;
}
.user_progress_item
{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.user_progress_num
{
    border-radius: 50%;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    color: #fff;
    background: #ccc;
    margin-right: 5px;
    font-size: 0.8rem;
}
.user_progress_item.active .user_progress_num
{
    color: #fff;
    background: #3E7FFF;
}
.user_progress_txt
{
    color: #666;
    font-size: 0.8rem;
    font-weight: bold;
    margin-right: 5px;
}
.user_progress_txt.active
{
    color: #3d3d3d;
}
.user_progress_line
{
    background-color: #d8d8d8;
    height: 1px;
    width: 40px;
}
.user_progress_line1
{
    background-color: #d8d8d8;
    height: 1px;
    width: 20px;
}
.ufi_a_right
{
    color: #3B9BE5;
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 0.8rem;
    text-decoration: none !important;
}
.uf_icon_true
{
    position: absolute;
    width: 18px;
    height: 18px;
    right: 16px;
    top: 16px;
    background-image: url("../images/uf_icon_true.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.uf_icon_false
{
    position: absolute;
    width: 18px;
    height: 18px;
    right: 16px;
    top: 16px;
    background-image: url("../images/uf_icon_false.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.user_page_title
{
    font-size: 26px;
    font-weight: bold;
    background: linear-gradient(180deg, #0073FF 0%, #6967F1 100%);
    background-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 40px 28px;
}
.user_login_title
{
    width: 56vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.user_login_title_item
{
    position: relative;
    padding: 0 4px;
}
.user_login_title_item:hover
{
    text-decoration: none;
}
.ulti_txt
{
    font-size: 1.05rem;
    font-weight: bold;
    color: #3B3B3B;
    position: relative;
    z-index: 2;
}
.user_login_title_item.active::after
{
    content: ' ';
    position: absolute;
    background: #A3CBF6;
    width: 100%;
    height: 8px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    border-radius: 40px;
}
.user_form
{
    width: 80vw;
    margin: 0 auto;
    margin-top: 34px;
}
.user_form_item
{
    margin-bottom: 15px;   
}
.ufi_title
{
    color: #666;
    padding-left: 16px;
    font-size: 0.9rem;
}
.ufi_input
{
    position: relative;
}
.ufi_input input
{
    width: 100%;
    height: 43px;
    border: none;
    border-radius: 87px;
    opacity: 1;
    background: #fff;
    box-shadow: 0px 2px 6px 0px rgba(116, 90, 196, 0.15);
    margin-top: 5px;
    font-size: 0.8rem;
    padding: 0 16px;
}
.ufi_input_yz
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ufi_input_yz input
{
    width: 43.47vw;
    height: 43px;
    border: none;
    border-radius: 87px;
    opacity: 1;
    background: #fff;
    box-shadow: 0px 2px 6px 0px rgba(116, 90, 196, 0.15);
    margin-top: 5px;
    font-size: 0.8rem;
    padding: 0 16px;
}
.ufi_input_yz_img
{
    width: 33.07vw;
    height: 43px;
    border-radius: 87px;
    background: #fff;
    opacity: 1;
    box-shadow: 0px 2px 6px 0px rgba(116, 90, 196, 0.15);
    position: relative;
}
.ufi_input_yz_img img
{
    width: 100%;
    height: 100%;
    border-radius: 87px;
}
.change_yz
{
    color: #333 !important;
    font-weight: bold;
    text-decoration: none !important;
    font-size: 0.7rem;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}
.login_btn_area
{
    margin-top: 53px;
}
.padding_bottom_50
{
    padding-bottom: 50px;
}
.user_main_btn
{
    width: 80vw;
    background: linear-gradient(270deg, #8247E9 0%, #A88BFF 49%, #745BC5 100%);
    box-shadow: 0px 2px 6px 0px rgba(116, 90, 196, 0.15);
    color: #fff;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 9px 0;
    border-radius: 87px;
    margin: 0 auto;
}
.login_page_bottom
{
    width: 80vw;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
}
.login_page_bottom_left
{
    
}
.login_page_bottom_left label
{
    padding-left: 10px;
}
.login_page_bottom a
{
    color: #333 !important;
    text-decoration: none !important;
}
.tw_line
{
    color: #4F4F4F;
    background-image: url("../images/tw_line.png");
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    margin: 0 auto;
    font-size: 0.7rem;
    font-weight: bold;
}
.tw_detail
{
    width: 80vw;
    margin: 25px auto 0 auto;
    color: #3d3d3d;
    font-size: 0.9rem;
    padding-bottom: 25px;
    box-sizing: border-box;
}
.tw_detail div
{
    margin-bottom: 5px;
}
.zp_manage_list
{
    width: 350px;
    margin: 20px auto 0 auto;
    padding-bottom: 20px;
}
.zp_manage_item
{
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 40px;
    border: 1px solid #F0F0F0;
}
.zmi_row
{
    background-color: #fff;
    padding: 7px 10px;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    overflow: hidden;
}
.zmi_row:nth-child(2n)
{
    background-color: #F3EFFD;
}
.zmi_title
{
    background-image: url("../images/zmi_line.png");
    background-repeat: no-repeat;
    background-size: 2px 12px;
    background-position: center left;
    padding-left: 10px;
    font-size: 0.9rem;
    color: #666;
    float: left;
    width: 22vw;
}
.zmi_value
{
    font-size: 1rem;
    color: #333;
    float: left;
    width: 50vw;
    margin-left: 3vw;
}
.zmi_value a
{
    color: #3B9BE5;
}
/* 个人后台 end */
/* 顶部导航 start*/
.had_nav_top
{
    padding-top: 40px;
}
.had_nav_top_space
{
    padding-top: 55px;
}
.nav_top
{
    width: 100%;
    height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 3;
}
.nav_top_title
{
    font-size: 1.1rem;
    font-weight: bold;
    color: #3D3D3D;
    text-align: center;
    line-height: 40px;
}
.nav_top_menu_icon
{
    width: 16px;
    height: 16px;
    background-image: url("../images/nav_top_menu_icon.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 15px;
    top: 15px;
}
.nav_top_menu {
    display: none;
    position: absolute;
    width: 98px;
    /* right: 0; */
    right: -5px;
    /* top: 30px; */
    top: 15px;
    margin-top: 10px;
    /* background: #fff; */
    line-height: 30px;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 2;
    background: linear-gradient(154deg, rgba(55, 70, 174, 0.9) 2%, rgba(111, 55, 174, 0.9) 56%, rgba(88, 47, 193, 0.9) 99%);
    text-align: center;
    padding-top: 10px;
}
.nav_top_menu.active
{
    display: block;
}
.nav_top_menu_title
{
    font-weight: bold;
    color: #fff;
}
.nav_top_menu_item {
    color: #fff !important;
    font-size: 14px;
    /* padding: 10px 0; */
    padding: 3px 0;
    display: block;
    cursor: pointer;
    text-decoration: none;
    z-index: 3;
}
.nav_top_menu_item.active
{
    background: rgba(255, 255, 255, 0.4);
}
.nav_top_menu_item::before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(88, 47, 193, 0.9);
    top: -6px;
    right: 7px;
  }
.nav_top_menu_item::after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 120px;
    top: -20px;
    right: 0;
  }
.nav_top_back_area
{
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.nav_top_back_title
{
    margin-left: 10px;
	color:black;
}
.nav_top_back
{
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("../images/nav_top_back.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: 10px;
}
.margin_0_auto
{
    margin: 0 auto;
}
/* 顶部导航 end */
/* 底部导航 start*/
.had_nav_bottom
{
    padding-bottom: 70px;
}
.nav_bottom
{
    width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-evenly;
    /* align-items: center; */
    background: #fff;
    padding-top: 5px;
}
.nb_home,.nb_news,.nb_zp,.nb_user
{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
}
.nb_home
{
    background-image: url("../images/nb_home.png");
}
.nb_news
{
    background-image: url("../images/nb_news.png");
}
.nb_zp
{
    background-image: url("../images/nb_zp.png");
}
.nb_user
{
    background-image: url("../images/nb_user.png");
}
.nb_home.active
{
    background-image: url("../images/nb_home_active.png");
}
.nb_news.active
{
    background-image: url("../images/nb_news_active.png");
}
.nb_zp.active
{
    background-image: url("../images/nb_zp_active.png");
}
.nb_user.active
{
    background-image: url("../images/nb_user_active.png");
}
.nb_txt
{
    width: 60px;
    font-size: 0.9rem;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #525252;
}
.active .nb_txt
{
    color: #3746AE;
}
/* 底部导航 end*/
/* 页脚信息 start */
.footer
{
    background-color: #3749B0;
    padding: 15px;
    box-sizing: border-box;
}
.footer_title
{
    color: #fff;
    text-align: center;
}
.footer_line
{
    height: 1px;
    background-color: #4A5CC4;
    margin: 10px auto;
}
.qr_code_list
{
    display: flex;
    justify-content: space-between;
    width: 160px;
    margin: 0 auto;
}
.qr_code
{
    width: 60px;
    height: 60px;
    /* border-radius: 5px;
    overflow: hidden; */
}
.qr_code img
{
    width: 100%;
    height: 100;
}
.footer_main
{
    display: flex;
    justify-content: space-around;
    margin: 10px auto;
}
.footer_logo
{
    width: 109px;
    height: 75px;
}
.footer_logo img
{
    width: 100%;
    height: 100%;
}
.footer_info
{
    font-size: 0.86rem;
}
.footer_info_item
{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 8px;
}
.fii_title
{
    width: 65px;
    color: #919EEB;
}
.fii_txt
{
    width: 120px;
    color: #B9C1EE;
    white-space: nowrap;
}
.copy_right
{
    color: #B9C1EE;
    font-size: 0.75rem;
    padding-left: 10px;
}
.jszc
{
    padding-left: 10px;
}
.jszc a
{
    display: block;
    color: #8894D4 !important;
    text-decoration: none;
    font-size: 0.75rem;
}
/* 页脚信息 end */
/* 分页 start */
.page-item.active .page-link
{
    background: linear-gradient(90deg, #9E14D4, #075CFB);
}
.page-link:hover
{
    background-color: inherit !important;
}
/* 分页 end */
/* 作品提交 start */
.zptj_tab_nav
{
    background-color: #fff;
}
.zptj_tab_nav .tab_list
{
    display: flex;
    justify-content: space-around;
    width: 80vw;
    margin: 1px auto 0 auto;
}
.zptj_tab_nav .tab_list_a
{
    width: 33%;
    color: #2E3845;
    text-align: center;
    font-size: 1.2rem;
    height: 60px;
    line-height: 60px;
}
.zptj_tab_nav .tab_list_a.active
{
    font-weight: bold;
    background: linear-gradient(180deg, #8F3BF7 25%, #2825C0 77%);
    background-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
.zptj_tab_nav .tab_list_a.active::after
{
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #A053FF 0%, #4A3BEE 102%);
}
.zptj_tab_nav .tab_item
{
    padding: 15px 25px;
    text-indent: 2em;
}
.form_bg
{
    background-color: #fff;
    padding: 1px 5vw;
    box-sizing: border-box;
}
.submit_btn_area
{
    margin: 50px auto;
}
.submit_btn
{
    display: block;
    width: 80vw;
    background: linear-gradient(270deg, #8247E9 0%, #A88BFF 49%, #745BC5 100%);
    box-shadow: 0px 2px 6px 0px rgba(116, 90, 196, 0.15);
    color: #fff;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 9px 0;
    border-radius: 87px;
    margin: 0 auto;
    border: none;
}
.form-group
{

}
.form-title
{
    margin: 15px 0;
    font-weight: bold;
    position: relative;
}
span.req {
    position: absolute;
    top: 0;
    left: -12px;
    color: red !important;
    margin: 2px 0 0 2px;
}
.form-check
{
    width: 90vw;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-bottom: 0;
}
.form-group .form-check:first-child
{
    border-radius: 4px 4px 0 0;
}
.form-group .form-check:last-child
{
    border-radius: 0 0 4px 4px;
    border-bottom: 1px solid #e0e0e0;
}
label
{
    margin-bottom: 0 !important;
}
.form-list-item
{
    position: relative;
}
.form-item-title
{
    color: #808080;
    font-size: 14px;
    margin-bottom: 5px;
}
.form-content-bg
{
    background: #fafafa;
    border-radius: 6px;
    overflow: hidden;
    border: solid 1px #f0f0f0;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.form-list-title
{
    font-size: 14px;
    margin-bottom: 10px;
}
.form-list-input
{
    margin-bottom: 10px;
}
.form-list-input .form-control
{
    font-size: 0.9rem;
}
.form-list-input span
{
    font-size: 0.95rem;
}
.plus_btn
{
    border-radius: 4px;
    border: 1px solid #DCDEE0;
    color: #545454;
    height: 38px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
    font-size: 0.9rem;
}
.plus_btn i.bi
{
    margin-right: 5px;
}
.plus_btn.disable-style
{
    color: #A9A9A9;
}
.form-list-item-del-btn
{
    width: 16px;
    height: 16px;
    background-image: url("../images/form-list-item-del-btn.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 10px;
    top: 35px;
}
.hidden
{
    display: none;
}
/* 作品提交 end */
/* 没有登录判断 start */
.worksname_list
{
    height: 400px;
    line-height: 400px;
    font-size: 20px;
    color: #000;
    text-align: center;
    min-height: 400px;
}
/* 没有登录判断 end */
/* 确认学校具有参赛资格 start */
.school_bg
{
    background: #fff;
    /* padding: 0 20px 20px 20px; */
    margin-bottom: 20px;
}
.school_title
{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px;
    color: #fff;
    background: linear-gradient(90deg, rgba(158, 24, 240, 1), rgba(76, 59, 255, 1));
    margin: 20px auto;
}
.school_content
{
    
}
.tj_row
{
  padding: 5px  40px;
}
.content_title_xs
{
  color: #333;
  /* font-size:25px; */
  font-size: 20px;
  text-align: center;
  margin-bottom: 60px;
}
.xs_txt
{
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #ccc;
  padding: 15px 20px;
  color: #fff;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(158,24,240,1), rgba(76,59,255,1));
  margin: 50px auto;
}
.text-indent-2em
{
  text-indent: 2em;
}
.tj-login_area .tj-form-control1
{
  width: 100%;
  height: 55px;
  padding: 15px 30px;
  border-radius: 6px;
}
.sj-xs_tips {
    width: 100%;
    font-size: 16px;
    color: #ff0000;
    padding: 0px 0;
	margin-left: 0px;
}
.xs_btn_area
{
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
}
.xs_btn_area.no_margin_top
{
  margin-top: 0;
}
.xs_btn
{
    display: inline-block;
    width: 180px;
    height: 50px;
    background: linear-gradient(90deg, rgba(158,24,240,1), rgba(76,59,255,1));
    border-radius: 12px;
    border: 0px solid #FFFFFF;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    cursor: pointer;
    opacity: 0.8;
    padding: 0 30px;
    margin: 20px;
}
.xs_btn:hover
{
    opacity: 1;
    color: #fff;
}
/* 确认学校具有参赛资格 end */
/* 承诺书 start */
.cn_bg
{
    background-color: #fff;
    padding: 20px;
    margin: 20px auto;
}
.cn_title
{
    /* background-color: #336633; */
    background: linear-gradient(90deg, rgba(158, 24, 240, 1), rgba(76, 59, 255, 1));
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
}
.cn_item
{
    font-size: 16px;
    color: #000;
    word-break: break-all;
    /* white-space: nowrap; */
    overflow: auto;
    display: flex;
    padding: 5px 0;
}
.cn_item_title
{
    width: 30vw;
}
.cn_item_txt
{
    width: 70vw;
}
.cn_btn_group
{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.font-weight-bold
{
  font-weight: bold;
}
.color_red
{
    color: rgb(255, 0, 0);
}
.cn_bg textarea
{
    font-size: 0.9rem;
}
.submit_btn_baidu
{
    margin: 20px auto;
    text-align: center;
}
.margin-top-50
{
    margin-top: 50px;
}
.margin-bottom-50
{
    margin-bottom: 50px;
}
.chengnuoshu_3btn
{
    display: inline-block;
    width: 160px;
    height: 40px;
    background: linear-gradient(90deg, rgba(158, 24, 240, 1), rgba(76, 59, 255, 1));
    border-radius: 8px;
    border: 0px solid #FFFFFF;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    opacity: 0.8;
    padding: 0 20px;
    margin: 20px;
}
/* 承诺书 end */
/* 新闻详情 start */
.news_detail_area
{
    padding: 10px 15px;
    margin: 10px auto;
    background: #fff;
}
.news_detail_title
{
    font-weight: bold;
    font-size: 1rem;
    color: #333;
}
.news_detail_info
{
    color: #999;
    font-size: 0.9rem;
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}
.news_detail_content
{

}
.news_detail_content table
{
width:100% !important;
}
.news_detail_content img
{
    width: 100% !important;
    height: auto !important;
    border-radius: 10px;
}
.news_detail_content p
{
    margin: 15px 0;
    font-size: 0.9rem;
    line-height: 2rem;
	word-break:break-all
}
.news_detail_line
{
    height: 1px;
    background-color: #E1E1E1;
    margin-top: 10px;
    margin-bottom: 10px;
}
.news_detail_bottom_info
{
    color: #666;
    font-size: 0.9rem;
}
.news_detail_bottom_info a
{
    color: #666;
    text-decoration: none;
}
.news_detail_bottom_info a.source_a
{
    color: #5C17B5;
}
.news_xg_area
{
    padding: 10px 15px;
    margin: 0 auto;
    background: #fff;
}
.news_down_area
{
    background-color: #E7F8FF;
    font-size: 0.75rem;
    color: #10A0E2;
    background-image: url("../images/down_icon.png");
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 10px 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    box-sizing: border-box;
    margin: 10px 0;
}
.news_xg_item
{
    background-image: url("../images/user_page_item_go.png");
    background-repeat: no-repeat;
    background-size: 7px 12px;
    background-position: center right;
    font-size: 0.75rem;
    margin: 10px 0;
    color: #666;
    display: -webkit-box;
    /*  white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
/* 新闻详情 end */
/* 作品详情 start */
.zp_info_area
{

}
.zp_info_item
{
    font-size: 0.8rem;
    color: #333;
    display: flex;
    margin: 10px 0;
}
.zp_info_item_title
{
    font-weight: bold;
    width: 20vw;
}
.zp_info_item_txt
{
    width: 70vw;
    line-height: 1.5rem;
}
.zp_info_item_content
{
    text-indent: 2em;
    font-size: 0.8rem;
    line-height: 2rem;
}
/* 作品详情 end */
/* 右上角登录状态 start */
.nav_top_menu_islogin
{
    position: absolute;
    right: 0;
    top: -5px;
}
.nav_top_menu_nologin
{
    position: absolute;
    right: 10px;
    top: -5px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.nav_top_menu_islogin .nav_top_menu {
    right: 10px;
    top: 35px;
}
.nav_top_menu_nologin a
{
    color: #333;
    text-decoration: none;
}
.login_img
{
    width: 50px;
    height: 50px;
    position: relative;
}
.login_img img
{
    width: 100%;
    height: 100%;
}
/* 右上角登录状态 end */
/* 提交验证消息提示信息 start */
.onShow,.onFocus,.onError,.onCorrect,.onLoad,.onTime{display:inline-block;display:-moz-inline-stack;zoom:1;*display:inline; vertical-align:middle;background:url(/statics/images/msg_bg.png) no-repeat;	color:#444;line-height:18px;padding:2px 10px 2px 23px; margin-left:10px;_margin-left:5px}
.onShow{background-position:3px -147px;border-color:#40B3FF;color:#959595}
.onFocus{background-position:3px -147px;border-color:#40B3FF;}
.onError{background-position:3px -47px;border-color:#40B3FF; color:red}
.onCorrect{background-position:3px -247px;border-color:#40B3FF;}
.onLamp{background-position:3px -200px}
.onTime{background-position:3px -1356px}
/* 提交验证消息提示信息 end */

.xs_txt {
 font-size: 16px;
 line-height: 24px;
 border: 1px solid #ccc;
 padding: 15px 20px;
 color: #fff;
 border-radius: 10px;
 background: linear-gradient(90deg, rgba(158, 24, 240, 1), rgba(76, 59, 255, 1));
 margin: 20px auto;
}
.text-indent-2em {
 text-indent: 2em;
}


.tj_bottom1_area
{
  text-align: center;
}
.tj_bottom1_txt
{
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 30px 0 ;
}
.tj_bottom1_btn
{
  width: 190px;
  height: 50px;
  background: linear-gradient(90deg, rgba(158,24,240,1), rgba(76,59,255,1));
  background: #695CF7\9; /*旧版IE的颜色*/
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9E14D4', endColorstr='#075CFB'); /*IE8的滤镜效果*/
  border-radius: 4px;
  border: 0px solid #FFFFFF;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  cursor: pointer;
  opacity: 0.8;
}
.tj_bottom1_btn:hover
{
  opacity: 1;
}