@charset "utf-8";

/* CSS Document */


/* 版心样式开始 */

.box {
    width: 1200px;
    margin: 0 auto;
}


/* 版心样式结束 */


/* 头部样式开始 */

.header {
    width: 100%;
    height: 40px;
    overflow: hidden;
    background-color: #F6F6F6;
}

.header_left {
    float: left;
}

.header_left p {
    font-size: 14px;
    color: #666666;
    line-height: 40px;
}

.header_right {
    /*width: 193px;*/
    float: right;
    display: flex;
    justify-content: space-between;
}

.header_right>.active>a {
    color: #1666C9;
}

.header_right li a {
    font-size: 14px;
    line-height: 40px;
    color: #666666;
    padding: 0 7px;
}

.header_right li a:hover {
    color: #1666C9;
}

.header_right li p {
    color: #666666;
    font-size: 14px;
    line-height: 40px;
}


/* 头部样式结束 */


/* 导航样式开始 */

.nav_left {
    float: left;
    display: flex;
    align-items: center;
    height: 100px;
}

.nav_left img {
    height: 70px;
}

.nav {
    float: right;
    padding: 0;
    list-style: none;
}

.nav>li {
    position: relative;
    float: left;
    margin-right: 20px;
    text-align: center;
}

.nav>li:last-child {
    margin-right: 0;
}

.nav>li>a {
    position: relative;
    font-size: 18px;
    color: #333;
    line-height: 100px;
}

.nav>li:hover>a,
.nav>li.active>a {
    color: #1666C9;
}

.nav>li:hover>a::after,
.nav>li.active>a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    width: 100%;
    height: 4px;
    background: #1666C9;
}

.nav>li .menu_nav {
    display: none;
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    background: #fff;
    box-shadow: 0px 0px 12px 0px rgba(84, 84, 84, 0.1);
    z-index: 999;
}


/* .nav>li:nth-child(6) .menu_nav {
    margin-left: -35px;
} */

.nav>li .menu_nav ul {
    list-style: none;
    overflow: hidden;
}

.nav>li .menu_nav ul li a {
    display: block;
    padding: 9px 5px;
    font-size: 16px;
    line-height: 22px;
    color: #666;
    text-align: center;
}

.nav>li .menu_nav ul li:hover a {
    color: #1666C9;
}


/* 导航样式结束 */


/* 暂定轮播图样式开始 */

.main_top {
    width: 100%;
    height: 800px;
}

.main_top_img {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/组4.png) top center no-repeat;
}

.main_top_btn ul {
    width: 940px;
    margin: -200px auto 0;
    display: flex;
    justify-content: space-between;
}

.main_top_btn ul li {
    height: 100px;
    text-align: center;
    border-radius: 5px;
    background: linear-gradient(to right, #3DBDDC, #0074E8);
}

.main_top_btn ul li:nth-child(2) {
    background: linear-gradient(to right, #FF5C6D, #FF6150);
}

.main_top_btn ul li:nth-child(3) {
    background: linear-gradient(to right, #FCC062, #F47011);
}

.main_top_btn ul li a {
    font-size: 24px;
    display: block;
    padding: 0 20px;
    line-height: 100px;
    color: #fff;
    font-weight: bold;
}


/* 暂定轮播图样式结束 */


/* 轮播图开始 */

.main_content>.swiper {
    width: 1200px;
    margin: 60px auto 70px;
    height: 385px;
    overflow: hidden;
}

.main_content>.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
.main_content .swiper-wrapper{
    justify-content: center;
}


:root {
    --swiper-theme-color: #1666C9;
}

.main_icon a img {
    display: block;
    width: 518px;
    height: 345px;
    object-fit: cover;
    margin-right: 34px;
    float: left;
}

.main_content_right {
    width: 641px;
    float: right;
    height: 345px;
}

.main_content_right h3 {
    font-size: 34px;
    color: #333;
    line-height: 45px;
    font-weight: normal;
    margin: 16px 0;
    overflow: hidden;
    display: -WEBkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.main_content_right p {
    font-size: 16px;
    color: #999999;
    line-height: 2;
    font-weight: normal;
    text-align: justify;
    overflow: hidden;
    display: -WEBkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}


/* 轮播图结束 */


/* 论坛介绍开始 */

.main_box {
    padding-top: 49px;
    width: 100%;
    overflow: hidden;
}
.about-section {
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
}

.about-section .about-left {
    float: left;
    width: 620px;
    text-align: left;
}

.about-section .about-left .about-text {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.about-section .about-left .about-text p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    text-indent: 2em;
}

.about-section .about-left .item-more {
    margin-top: 15px;
    font-size: 16px;
    color: #2E65F1;
    overflow: hidden;
}
.about-section .about-left .item-more a{
    color: #2E65F1;
}

.about-section .about-left .item-more img {
    margin-left: 10px;
}

.about-section .img-box {
    float: right;
    width: 540px;
    height: 340px;
    overflow: hidden;
}
.about-section .img-box img{
    width: 100%;
    height: 100%;
}




    /* 论坛介绍结束 */


/* 嘉宾风采开始 */

.main_main {
    padding-top: 80px;
    overflow: hidden;
}

.main_conter {
    text-align: center;
}

.main_conter_1 {
    padding-top: 50px;
}

.main_conter h3 {
    font-size: 36px;
    color: #333;
    line-height: 36px;
    font-weight: bold;
}

.main_conter i {
    display: block;
    width: 183px;
    height: 23px;
    margin: -13px auto 21px;
    background: url(../images/zitibeijing.png) top center no-repeat;
}

.main_conter_list {
    overflow: hidden;
}

.main_conter_list ul {
    padding-bottom: 80px;
    overflow: hidden;
}

.main_conter_list ul li {
    width: 180px;
    height: 264px;
    position: relative;
    margin-top: 24px;
    float: left;
    margin-right: 24px;
}

.main_conter_list ul li:nth-child(6n) {
    margin-right: 0;
}

.main_conter_list ul li a:hover>.main_conter_list_show {
    display: block;
}

.main_conter_list_show {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-left: 15px;
    display: none;
    background: url(../images/juxing11.png) top center no-repeat;
}

.main_conter_list_show h3 {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    line-height: 20px;
    margin-top: 173px;
}

.main_conter_list_show hr {
    width: 46px;
    height: 1px;
    border: none;
    background-color: #fff;
    margin: 14px 0 8px 0;
}

.main_conter_list_show p {
    font-size: 14px;
    width: 140px;
    color: #fff;
    line-height: 18px;
    overflow: hidden;
    display: -WEBkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.main_conter_list_img img {
    display: block;
    width: 100%;
    height: 100%;
}


/* 嘉宾风采结束 */


/* 举办单位开始 */

.main_fiter {
    padding-top: 80px;
    padding-bottom: 22px;
    overflow: hidden;
   /* background: url("../images/bg1.png") no-repeat;*/
    background: url("../images/background1.png") no-repeat;
    background-position: top center;
    background-size: cover;
}
.main_fiter .main_conter h3{
    color: #fff;
}
.main_fiter .main_conter i{
    background: url(../images/zitibeijing2.png) top center no-repeat;
}

.main_fiter_top ul li {
    width: 185px;
    height: 80px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 18px;
}

.main_fiter_top {
    overflow: hidden;
}

.main_fiter_top h3 {
    font-size: 24px;
    color: #333;
    padding: 27px 0 19px 0;
    line-height: 24px;
    font-weight: normal;
}

.main_footer {
    overflow: hidden;
    margin-bottom: 58px;
}

.main_footer li img {
    max-width: 90%;
    max-height: 90%;
}

.main_fiter_conter ul li {
    width: 185px;
    height: 80px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 18px;
    margin-top: 20px;
}

.main_fiter_conter ul li:nth-child(6n) {
    margin-right: 0;
}

.main_fiter_conter ul {
    clear: both;
}

.main_fiter_conter h3 {
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    text-align: left;
    font-weight: normal;
}

.main_fiter_tab ul li {
    width: 185px;
    height: 80px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 18px;
    margin-top: 20px;
}

.main_fiter_tab ul li:nth-last-child(6n) {
    margin-right: 0;
}

.main_fiter_tab ul {
    clear: both;
}

.main_fiter_tab h3 {
    font-size: 24px;
    color: #333;
    padding-top: 34px;
    line-height: 24px;
    font-weight: normal;
}

.conter_main {
    padding-top: 25px;
}


/* 举办单位结束 */


/* 底部开始 */


/* 返回按钮样式 */

#top-button {
    background-color: #2596C6;
    cursor: pointer;
    display: none;
    position: absolute;
    right: 130px;
    top: -80px;
    z-index: 999;
}

#top-button img {
    padding: 16px 16px 20px;
}


/* 返回按钮样式 */

.footer {
    clear: both;
    position: relative;
    background: url("../images/footbg.png") no-repeat;
    background-position: top center;
    background-size: auto 100%;
}

.footer_left {
    padding: 68px 0;
    float: left;
}

.footer_right {
    width: 670px;
    float: right;
    padding: 35px 0;
}

.footer_btn h3 {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    float: left;
    font-weight: normal;
    padding-top: 9px;
}

.footer_btn a {
    display: block;
    font-size: 14px;
    color: #1666C9;
    padding: 8px;
    float: left;
    background-color: #fff;
    border-radius: 3px;
    margin-left: 20px;
}

.footer_right_z p {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    text-align: left;
}

.footer_right_z p:nth-child(1) {
    padding-top: 10px;
}

.footer_right_z a {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    text-align: left;
}


/* 底部结束 */


/* 子页面的样式 */


/* 关于我们开始 */

.main {
    overflow: hidden;
}

.main_g_top {
    width: 100%;
    height: 300px;
    background: url(../images/g组\ 4.png) top center no-repeat;
    margin-bottom: 30px;
}

.main_g_conter_left {
    width: 200px;
    padding: 30px 0 20px 20px;
    background-color: #F5F5F5;
    float: left;
    margin-bottom: 60px;
}

.main_g_conter_left h3 {
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    color: #333;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 10px;
}

.main_g_conter_left_ul li {
    width: 160px;
    text-align: center;
    border-bottom: #dedede dashed 1px;
}

.main_g_conter_left_ul li a {
    font-size: 16px;
    color: #333;
    line-height: 48px;
    display: block;
}

.main_g_conter_left_ul li a:hover {
    color: #1666C9;
}

.main_g_conter_left_ul li.active a {
    color: #1666C9;
}

.main_g_conter_right {
    width: 960px;
    float: right;
    margin-bottom: 80px;
}

.main_g_conter_right {
    width: 960px;
    float: right;
    margin-bottom: 80px;
}

.a {
    margin-bottom: 0;
}

.main_g_conter_right_font p img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
}

.main_g_conter_right_font p {
    font-size: 16px;
    color: #333;
    line-height: 36px;
}

.main_g_conter_right_font p:last-child {
    margin-bottom: 0;
}


/* 关于我们结束 */


/* 嘉宾样式 */

.main_g_conter_right>ul {
    overflow: hidden;
}

.main_g_conter_right>ul li {
    width: 180px;
    height: 264px;
    position: relative;
    margin: 24px 15px 0 0;
    float: left;
}

.main_g_conter_right>ul li:nth-child(5n) {
    margin-right: 0;
}

.main_g_conter_right ul li:nth-child(1) {
    margin-top: 0;
}

.main_g_conter_right ul li:nth-child(2) {
    margin-top: 0;
}

.main_g_conter_right ul li:nth-child(3) {
    margin-top: 0;
}

.main_g_conter_right ul li:nth-child(4) {
    margin-top: 0;
}

.main_g_conter_right ul li:nth-child(5) {
    margin-top: 0;
}

.main_g_conter_right ul li a:hover>.main_conter_list_show {
    display: block;
}

.main_conter_list_show {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-left: 15px;
    display: none;
    background: url(../images/juxing11.png) top center no-repeat;
}

.main_conter_list_show h3 {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    line-height: 20px;
    margin-top: 173px;
}

.main_conter_list_show hr {
    width: 46px;
    height: 1px;
    border: none;
    background-color: #fff;
    margin: 14px 0 8px 0;
}

.main_conter_list_show p {
    font-size: 14px;
    width: 140px;
    color: #fff;
    line-height: 18px;
    overflow: hidden;
    display: -WEBkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.main_conter_list_img img {
    display: block;
    width: 100%;
    height: 100%;
}


/* 论坛成果 */

.main_l_top {
    padding: 10px 0 20px 0;
    border-bottom: 1px #dedede solid;
}

.main_l_top h3 {
    font-size: 24px;
    color: #333;
    line-height: 24px;
    padding-bottom: 20px;
}

.main_l_top p {
    font-size: 14px;
    line-height: 14px;
    color: #999;
}

.main_l {
    text-align: center;
    margin-bottom: 70px;
}

.main_font {
    text-align: left;
    margin-top: 25px;
}

.main_font p {
    font-size: 16px;
    color: #333;
    line-height: 32px;
}


/* 论坛日程样式 */

.show_right {
    float: right;
}

.show_ul {
    margin-bottom: 80px;
    width: 960px;
    display: table;
}

.show_ul>li {
    display: table-row;
    width: 100%;
    background-color: #EFF8FE;
    border-radius: 2px 3px 3px 2px;
    overflow: hidden;
}

.show_ul>li>p {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    color: #333;
    padding: 16px 0;
    border-bottom: 20px solid #fff;
}

.show_ul>li>p:nth-child(1) {
    position: relative;
    width: 110px;
    white-space: nowrap;
    border-radius: 2px 0px 0px 2px;
}

.show_ul>li>p:last-child {
    border-radius: 0 2px 2px 0;
}

.show_ul>li>p:nth-child(1):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    height: 100%;
    background: #5FC8FD;
}

.show_ul>li>p:nth-child(2) {
    width: 350px;
}

.show_ul>li>p:nth-child(1),
.show_ul>li>p:nth-child(3),
.show_ul>li>p:nth-child(4),
.show_ul>li>p:nth-child(5) {
    padding-left: 30px;
    padding-right: 30px;
}

.show_ul>li>p:nth-child(5),
.show_ul>li>p:nth-child(3) {
    white-space: nowrap;
}


/* 新闻中心-图片新闻样式 */

.conter_show {
    float: right;
}

.conter_show_ul>li {
    width: 960px;
    overflow: hidden;
    margin: 25px 0;
    padding-bottom: 25px;
    border-bottom: 1px #DEDEDE dashed;
}

.conter_show_ul>li:hover h3 {
    color: #1666C9;
}

.conter_show_ul>li:nth-of-type(1) {
    margin-top: 0;
}

.conter_show_ul_left {
    width: 220px;
    height: 130px;
    float: left;
}

.conter_show_ul_left img {
    width: 100%;
    height: 100%;
}

.conter_show_ul_right {
    float: right;
    text-align: left;
}

.conter_show_ul_right p {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    width: 717px;
    overflow: hidden;
    display: -WEBkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.conter_show_ul_right p:nth-of-type(2) {
    font-size: 14px;
    line-height: 14px;
    color: #999;
    margin-top: 25px;
}

.conter_show_ul_right h3 {
    font-weight: normal;
    width: 717px;
    font-size: 18px;
    line-height: 28px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
}


/* 新闻中心-头条新闻样式 */

.new {
    overflow: hidden;
}

.new_font {
    display: flex;
    justify-content: space-between;
}

.new_font h3 {
    font-size: 18px;
    color: #333;
    max-width: 80%;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new_font p {
    font-size: 14px;
    line-height: 14px;
    color: #666;
}

.new_show {
    margin-bottom: 40px;
}

.new_show li {
    width: 960px;
    background-color: #F8F8F8;
    padding: 25px 30px 24px 30px;
    margin-top: 15px;
}

.new_show li:hover h3 {
    color: #1666C9;
}

.new_show li:nth-of-type(1) {
    margin-top: 0;
}

.new_font_bottom p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    text-align: left;
    margin-top: 15px;
    overflow: hidden;
    display: -WEBkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/* 头条新闻详情页 */

.main_new {
    padding: 10px 0 20px 0;
    border-bottom: 1px #dedede solid;
    text-align: center;
    margin-bottom: 12px;
}

.main_new h3 {
    font-size: 24px;
    color: #333;
    line-height: 24px;
    padding-bottom: 20px;
}

.main_new p {
    font-size: 14px;
    line-height: 14px;
    color: #999;
}

.main_show_font p {
    font-size: 16px;
    color: #333;
    line-height: 32px;
    text-align: justify;
}

.main_show_font p:nth-child(2) img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}


/* 视频新闻样式 */

.conter_show_ul>li {
    position: relative;
}

.conter_show_ul>li:hover .conter_none {
    display: block;
}

.conter_none {
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 130px;
    background: rgba(84, 84, 84, 0.5);
    z-index: 999;
    display: none;
}

.conter_none img {
    width: 40px;
    height: 40px;
    margin: 45px 90px;
}

.register_wrap {
    width: 100%;
    height: 100vh;
    background: url(../images/tuceng581.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}

.register_logo {
    position: fixed;
    top: 60px;
    left: 80px;
    right: 0;
    text-align: left;
}

.register_logo img {
    height: 128px;
}

.register_content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.register_box {
    width: 400px;
    overflow: hidden;
}

.register_box2 {
    width: 460px;
    overflow: hidden;
}

.register_section {
    width: 400px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    overflow: hidden;
}

.register_title {
    margin-top: 25px;
    width: 100%;
    font-size: 18px;
    color: #111;
    text-align: center;
}

.register_body {
    padding: 30px;
    padding-bottom: 10px;
    overflow: hidden;
}

.register_form,
.input_group {
    width: 100%;
    overflow: hidden;
}

.input_group {
    margin-bottom: 20px;
}

.input_group input[type="text"],
.input_group input[type="password"] {
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #666;
    background-color: #fff;
    border: 1px solid #F2F2F2;
    border-radius: 5px;
}

.login_code {
    margin-bottom: 15px;
}

.input_group_code {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.get_submit {
    border: none;
    width: 102px;
    height: 40px;
    background-color: #FAFAFA;
    color: #9999;
    border-radius: 5px;
}

.input_group_code input[type="text"] {
    width: 230px;
    height: 40px;
    font-size: 16px;
    color: #666;
    background: #F7F7F7;
    border: 1px solid #F2F2F2;
    border-radius: 5px;
}

.input_group input::-webkit-input-placeholder {
    font-size: 16px;
}

.input_group input:-moz-placeholder {
    font-size: 16px;
}

.input_group input::-moz-placeholder {
    font-size: 16px;
}

.input_group input:-ms-input-placeholder {
    font-size: 16px;
}

.register_form .item_info {
    margin-bottom: 25px;
    width: 100%;
    overflow: hidden;
}

.register_form .item_info a {
    font-size: 16px;
    color: #333;
}

.register_form .btn1 {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border: 0;
    background: #1666C9;
    border-radius: 5px;
}

.register_footer {
    padding: 15px 0;
    padding-bottom: 25px;
    font-size: 16px;
    color: #333;
    text-align: center;
    overflow: hidden;
}

.register_footer span {
    color: #1666C9;
}

.footer_buttom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 0;
    text-align: center;
}

.footer_buttom p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    text-align: center;
}


/* 注册页样式 */

.enrol_wrap {
    width: 100%;
    background: url(../images/tuceng581.jpg) top center no-repeat;
    background-size: cover;
    overflow: hidden;
    padding-top: 90px;
    background-attachment: fixed;
}

.enrol_box {
    width: 1100px;
    overflow: hidden;
}

.register_box2 {
    width: 1100px;
    overflow: hidden;
}

.enrol_section {
    width: 1100px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    overflow: hidden;
}

.enrol_title {
    margin-top: 25px;
    width: 100%;
    font-size: 18px;
    color: #111;
    text-align: center;
}

.enrol_input {
    margin: 0 auto 25px;
    width: 920px;
}

.enrol_input_n {
    margin: 0 auto 25px;
    width: 920px;
    overflow: hidden;
}

.enrol_code {
    width: 100px;
    height: 40px;
    background: #fff;
    float: right;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.enrol_input_tab {
    overflow: hidden;
}

.enrol_input_tab span {
    display: block;
    float: left;
}

.enrol_input_tab p {
    float: left;
}

.enrol_from {
    padding: 30px 70px 40px;
}

.input_group {
    margin-bottom: 20px;
}

.enrol_input_tab span {
    color: #D80707;
}

.enrol_input_tab p {
    font-size: 16px;
    color: #333;
    margin: 0 0 12px 7px;
}

.enrol_input input[type="text"] {
    width: 920px;
    height: 40px;
    font-size: 14px;
    color: #999;
    background: #fff;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
}

.enrol_input_n input[type="text"] {
    width: 800px;
    height: 40px;
    font-size: 14px;
    color: #999;
    float: left;
    background: #fff;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
}

.get_submit {
    border: none;
    width: 102px;
    height: 40px;
    background-color: #fff;
    color: #9999;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.input_group_code input[type="text"] {
    width: 230px;
    height: 40px;
    font-size: 16px;
    color: #666;
    background-color: #fff;
    border: 1px solid #F2F2F2;
    border-radius: 5px;
}

.enrol_from .btn1 {
    display: block;
    width: 200px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border: 0;
    margin: 40px auto 0;
    background: #1666C9;
    border-radius: 3px;
}

.enrol_footer {
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 16px;
    overflow: hidden;
    padding: 37px 0 20px 0;
    display: block;
}

.enrol_footer span {
    color: #1666C9;
}

.enrol_footer p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    text-align: center;
}

.enrol_body {
    width: 400px;
    height: 420px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.enrol_box_s {
    text-align: center;
}

.enrol_box_s h3 {
    margin-top: 20px;
}

.login-img img {
    width: 100%;
}

body .layerdemo img {
    width: 100%;
    display: block;
}

body,
.layerdemo p {
    font-size: 16px;
    color: #666;
    line-height: 16px;
    text-align: center;
}

body .layui-layer-title {
    display: none;
}

.enrol_input input[type="password"] {
    width: 920px;
    height: 40px;
    font-size: 14px;
    color: #999;
    background: #fff;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
}
.right-fixed{
    position: fixed;
    top: 45%;
    right: 10px;
    width: 240px;
    z-index: 999;
}
.right-fixed img{
    width: 100%;
}

@media screen and (min-width:0px) and (max-width:1400px) {
    .enrol_box {
        width: 65%;
    }
    .enrol_section,
    .enrol_input,
    .enrol_input input[type="text"],
    .enrol_input input[type="password"],
    .enrol_input_n {
        width: 100%;
    }
    .enrol_input_n input[type="text"] {
        width: calc(100% - 130px);
    }
}
