@charset "UTF-8";
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    user-select: none;
}

i, em, b {
    font-style: normal;
    font-weight: 500;
}

html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.hide {
    display: none;
}

.page-container .layui-inner,
.page-container .inner {
    width: 1200px;
    margin: 0 auto;
}

.page-container .page-header {
    height: 64px;
    line-height: 64px;
}

.page-container .page-header .layui-header .layui-layout-left,
.page-container .page-header .layui-header .layui-layout-right {
    position: unset!important;
}
.page-container .page-header .layui-header {
    height: 100%;
}
.page-container .page-header .layui-inner,
.page-container .page-header .inner {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.page-container .page-header .layui-logo,
.page-container .page-header .logo {
    display: flex;
    align-items: center;
    color: #7ca1ed;
    font-size: 23px;
}

.page-container .page-header .layui-logo img,
.page-container .page-header .logo img {
    margin-right: 10px;
}

.page-container .page-header .layui-logo a,
.page-container .page-header .logo a,
.page-container .page-header .layui-logo span,
.page-container .page-header .logo span {
    height: 24px;
    line-height: 24px;
    margin-left: 10px;
    font-size: 22px;
    color: #333;
    border-left: 1px solid #7ca1ed;
    padding-left: 10px;
}

.page-container .page-header .avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #dbe4fd;
    overflow: hidden;
}

.page-container .page-footer {
    height: 72px;
    line-height: 72px;
    background: #253664 url("../images/activity/foot.png") center center no-repeat;
}

.page-container .banner>.img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
}
.page-container .banner>.img>img {
    max-height: 100%;
}
.page-container .banner {
    width: 100%;
    height: 440px;
    background: #fff;
    overflow: hidden;
}

.page-container .bx-wrapper {
    height: 100%;
    border: 0;
    margin: 0;
    box-shadow: unset;
}

.page-container .bx-wrapper .bx-pager {
    bottom: 20px;
    padding: 0;
}

.page-container .bx-wrapper .bx-pager .bx-pager-link {
    width: 10px;
    height: 6px;
    background: #fff;
    border-radius: 3px;
    margin: 0 2px;
}

.page-container .bx-wrapper .bx-pager .bx-pager-link.active {
    width: 36px;
    background: #fff;
}

.page-container #bxslider {
    white-space: nowrap;
}

.page-container #bxslider li {
    display: inline-block;
    vertical-align: top;
    height: 440px;
}

.page-container #bxslider li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 440px;
    overflow: hidden;
}

.page-container #bxslider li a img {
    height: 100%;
    width: unset;
    max-width: unset;
}

.page-container .reg-field {
    height: 88px;
    line-height: 88px;
    background: #f0f4fa;
}

.page-container .reg-field .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-container .reg-field .title {
    font-size: 26px;
    color: #333;
    display: flex;
    align-items: center;
}

.page-container .reg-field .title i {
    display: flex;
    width: 87px;
    height: 56px;
    background-image: url("../images/activity/p1.png");
    margin-right: 13px;
}

.page-container .reg-field .btn-reg {
    width: 136px;
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
    background-color: #ffc053;
    font-size: 20px;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 0 0 rgba(255, 192, 83, 0);
    transition: all .2s;
}

.page-container .reg-field .btn-reg:hover {
    box-shadow: 0 5px 5px 0 rgba(255, 192, 83, 0.5);
    transition: all .3s;
}

.page-container .s-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.page-container .s-title i {
    width: 146px;
    height: 16px;
    background-image: url("../images/activity/l.png");
}

.page-container .s-title b {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 32px;
}

.page-container .s-title b span {
    font-size: 28px;
    color: #333;
}

.page-container .s-title b em {
    font-size: 12px;
    color: #888;
}

.page-container .s-title b + i {
    background-image: url("../images/activity/r.png");
}

.page-container .s-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-container .s-tab-header {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e7edf6;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 auto;
}

.page-container .s-tab-header-li {
    background: #fff;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    width: 102px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.page-container .s-tab-header-li.active {
    color: #fff;
    background: #4975ee;
}

.page-container .s-tab-body {
    margin-top: 15px;
}

.page-container .s-tab-body-li {
    display: none;
    height: 484px;
}

.page-container .s-tab-body-li.active {
    display: block;
}

.page-container .s-tab .bx-prev,
.page-container .s-tab .bx-prev:hover,
.page-container .s-tab .bx-prev:focus {
    width: 48px;
    height: 48px;
    background: #4975ee url("../images/activity/al.png") center center no-repeat;
    border-radius: 50%;
    color: #fff;
    left: -24px;
}

.page-container .s-tab .bx-next,
.page-container .s-tab .bx-next:hover,
.page-container .s-tab .bx-next:focus {
    width: 48px;
    height: 48px;
    background: #4975ee url("../images/activity/ar.png") center center no-repeat;
    border-radius: 50%;
    color: #fff;
    right: -24px;
}

.page-container #bxslider1 li {
    background: #f7f8fc;
    max-height: 484px;
    border-top: 42px solid #fff;
    border-bottom: 42px solid #fff;
}

.page-container #bxslider1 li .video {
    margin-top: -42px;
}

.page-container .page-index {
    background: #fff;
}
.page-container .page-index .layui_taber {
    margin: 0;
}
.page-container .page-index .layui_taber .layui-tab-title {
    margin: 0;
}
.page-container .page-index .layui_taber .official-website-tab-content {
    padding: 0;
}
#taber .s-header .s-header-li.active {
    background: #fff;
}
#taber .s-header .s-header-li.active i {
    color: #333;
    font-weight: 500;
    border-bottom: 0;
}
#taber .s-header .s-header-li.layui-this {
    background: #f5f8ff;
}
#taber .s-header .s-header-li.layui-this i {
    color: #4975ee;
    font-weight: 600;
    border-bottom: 2px solid #4975ee;
}

.page-container .page-index .s-header {
    height: 64px;
    line-height: 63px;
    border-bottom: 1px solid #e0e6ef;
}

.page-container .page-index .s-header-ul {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
}

.page-container .page-index .s-header-li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    line-height: 36px;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    margin: 0 20px;
    padding: 0 24px;
}

.page-container .page-index .s-header-li i,
.page-container .page-index .s-header-li a {
    line-height: 62px;
    font-size: 16px;
    color: #333;
}

.page-container .page-index .s-header-li.layui-this:after {
    display: none;
}
.page-container .page-index .s-header-li.layui-this,
.page-container .page-index .s-header-li.active {
    background: #f5f8ff;
}

.page-container .page-index .s-header-li.layui-this i,
.page-container .page-index .s-header-li.layui-this a,
.page-container .page-index .s-header-li.active i,
.page-container .page-index .s-header-li.active a {
    color: #4975ee;
    font-weight: 600;
    border-bottom: 2px solid #4975ee;
}

.page-container .page-index .s-header-li.layui-this:after,
.page-container .page-index .s-header-li.active:after {
    content: '';
    position: absolute;
}

.page-container .page-index .s-content-li {
    display: none;
}

.page-container .page-index .s-content-li.active {
    display: block;
}

.page-container .page-index .video video {
    background: #000;
}
.page-container .page-index .video {
    border: 1px solid #e7edf6;
    padding: 7px;
    background: #fff;
    width: 894px;
    height: 482px;
    margin: 1px auto;
}

.page-container section {
    position: relative;
}

.page-container .section1 {
    padding: 40px 0;
}

.page-container .section1 .bx-wrapper .bx-viewport {
    min-height: 100%;
}
.page-container .section1 .bx-wrapper {
    width: 1200px;
    margin: 0 auto;
}

.page-container .section2 {
    padding: 40px 0;
    height: 480px;
    background: #f0f4fa;
}

.page-container .section2 ul {
    height: 312px;
    width: 1224px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    /*overflow: hidden;*/
}

.page-container .section2 ul li {
    width: 280px;
    height: 310px;
    height: 100%;
    background: #fcfcff;
    border: 1px solid #fff;
    border-radius: 6px;
    margin: 0 12px;
    box-shadow: 0px 5px 16px 0px rgba(69, 108, 214, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-container .section2 ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.page-container .section2 ul li i {
    width: 152px;
    height: 160px;
}

.page-container .section2 ul li a>i[name="参与对象"],
.page-container .section2 ul li .i1 {
    background-image: url("../images/activity/i1.png");
}

.page-container .section2 ul li a>i[name="活动安排"],
.page-container .section2 ul li .i2 {
    background-image: url("../images/activity/i2.png");
}

.page-container .section2 ul li a>i[name="活动亮点"],
.page-container .section2 ul li .i3 {
    background-image: url("../images/activity/i3.png");
}

.page-container .section2 ul li a>i[name="联系我们"],
.page-container .section2 ul li .i4 {
    background-image: url("../images/activity/i4.png");
}
.page-container .section2 ul li a>i[name="活动规程"],
.page-container .section2 ul li .i5 {
    background-image: url("../images/activity/i5.png");
}
.page-container .section2 ul li a>i[name="下载中心"],
.page-container .section2 ul li .i6 {
    background-image: url("../images/activity/i6.png");
}

.page-container .section2 ul li span {
    font-size: 24px;
    color: #333;
}

.page-container .section3 {
    padding: 40px 0;
}

.page-container .section3 .s-body .inner {
    display: flex;
}

.page-container .section3 .s-body-l {
    width: 569px;
    height: 480px;
}

.page-container .section3 .s-body-l #slideContainer li {
    width: 569px;
    height: 478px;
}
.page-container .section3 .s-body-l .bx-wrapper .bx-viewport {
    overflow: hidden;
}
.page-container .section3 .s-body-l .bx-wrapper {
    background: #f7faff;
}

.page-container .section3 .s-body-l .bx-wrapper .bx-prev:active:after {
    border-right-color: #4975ee;
}
.page-container .section3 .s-body-l .bx-wrapper .bx-prev:active {
    background: #4975ee;
}
.page-container .section3 .s-body-l .bx-wrapper .bx-prev {
    left: unset;
    right: 60px;
    top: 450px;
    width: 17px;
    height: 10px;
    background: #c6d1e5;
}

.page-container .section3 .s-body-l .bx-wrapper .bx-next:active:after {
    border-left-color: #4975ee;
}
.page-container .section3 .s-body-l .bx-wrapper .bx-next:active {
    background: #4975ee;
}
.page-container .section3 .s-body-l .bx-wrapper .bx-prev:after {
    position: absolute;
    top: -7px;
    right: 100%;
    content: '';
    width: 0;
    height: 0;
    border-right: 12px solid #c6d1e5;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.page-container .section3 .s-body-l .bx-wrapper .bx-next {
    left: unset;
    right: 34px;
    top: 450px;
    width: 17px;
    height: 10px;
    background: #c6d1e5;
}

.page-container .section3 .s-body-l .bx-wrapper .bx-next:after {
    position: absolute;
    top: -7px;
    left: 100%;
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid #c6d1e5;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.page-container .section3 .s-body-l .bx-wrapper .bx-pager {
    top: 290px;
    right: 20px;
    bottom: unset;
    width: unset;
}

.page-container .section3 .s-body-l .bx-wrapper ul li .text,
.page-container .section3 .s-body-l .bx-wrapper ul li .text a {
    display: flex;
    flex-direction: column;
    padding: 22px;
}

.page-container .section3 .s-body-l .bx-wrapper ul li .text strong {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.page-container .section3 .s-body-l .bx-wrapper ul li .text p {
    font-size: 14px;
    color: #6e6e6e;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.page-container .section3 .s-body-l .bx-wrapper ul li .text span {
    font-size: 16px;
    color: #999;
    margin-top: 20px;
}

.page-container .section3 .s-body-r {
    padding-left: 32px;
    flex: 1;
    overflow: hidden;
}

.page-container .section3 .s-body-r ul li a {
    display: flex;
    padding: 20px 0;
}

.page-container .section3 .s-body-r ul li:hover {
    background: #f7faff;
}

.page-container .section3 .s-body-r ul li .l {
    width: 88px;
    padding: 0 15px;
    border-right: 1px solid #f0f4fa;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
}

.page-container .section3 .s-body-r ul li .l span {
    font-size: 24px;
    color: #666;
}

.page-container .section3 .s-body-r ul li .l em {
    font-size: 14px;
    color: #999;
}

.page-container .section3 .s-body-r ul li .r {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
    padding: 0 15px;
}

.page-container .section3 .s-body-r ul li .r strong {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}

.page-container .section3 .s-body-r ul li .r p {
    font-size: 14px;
    color: #6e6e6e;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.page-container .section4 {
    overflow: hidden;
    height: 701px;
    background: #f0f4fa url("../images/activity/bgmap.png") center center no-repeat;
}

.page-container .section4 .s-title {
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
}

.page-container .section4 .mapline {
    position: absolute;
    top: 313px;
    left: 0;
    margin-left: calc((100% - 1918px) / 2);
}

.page-container .section4 .inner {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    /*overflow: auto;*/
}

.page-container .section4 .inner::-webkit-scrollbar-thumb {
    background-color: #4975ee;
}
.page-container .section4 .inner::-webkit-scrollbar-track {
    background: #d9e0f0;
}

.page-container .section4 ul {
    position: relative;
    width: 1200px;
    height: 100%;
}

.page-container .section4 ul li {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 5px solid #4975ee;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-container .section4 ul li span {
    position: absolute;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.page-container .section4 ul li i {
    display: block;
    position: absolute;
    width: 72px;
    height: 72px;
    line-height: 72px;
    border-radius: 50%;
    background: #4975ee;
    text-align: center;
    font-size: 28px;
    color: #fff;
}

.page-container .section4 ul li em {
    position: absolute;
    white-space: nowrap;
    font-size: 14px;
    color: #666;
}

.page-container .section4 ul li:nth-child(odd) span {
    top: -35px;
}

.page-container .section4 ul li:nth-child(odd) i {
    top: 45px;
}

.page-container .section4 ul li:nth-child(odd) em {
    top: 120px;
}

.page-container .section4 ul li:nth-child(even) span {
    bottom: -35px;
}

.page-container .section4 ul li:nth-child(even) i {
    bottom: 45px;
}

.page-container .section4 ul li:nth-child(even) em {
    bottom: 120px;
}

.page-container .section4 ul li:nth-child(1) {
    top: 400px;
    left: 64px;
}

.page-container .section4 ul li:nth-child(2) {
    top: 374px;
    left: 305px;
}

.page-container .section4 ul li:nth-child(3) {
    top: 306px;
    left: 590px;
}

.page-container .section4 ul li:nth-child(4) {
    top: 360px;
    left: 824px;
}

.page-container .section4 ul li:nth-child(5) {
    top: 393px;
    left: 1122px;
}

.page-container .section4 ul li:nth-child(6) {
    top: 322px;
    left: 1340px;
}

.page-container .section4 ul li:nth-child(7) {
    top: 400px;
    left: 1540px;
}
.page-container .section4 ul li:nth-child(8) {
    top: 330px;
    left: 1740px;
}

.page-container .section5 {
    padding: 50px 0;
}

.page-container .section6 {
    height: 200px;
    background: #eef2fa url("../images/activity/bg6.png") center center no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-container .section6 a {
    width: 184px;
    height: 56px;
    line-height: 56px;
    border-radius: 4px;
    background: #4975ee;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.page-container .section6 a:hover {
    box-shadow: 0 5px 5px 0 rgba(73, 117, 238, 0.5);
    transition: all .3s;
}

.page-container .ul-list > li + li {
    margin-top: 24px;
}

.page-container .ul-list > li a {
    display: flex;
    height: 80px;
}

.page-container .ul-list > li .l {
    width: 144px;
    height: 100%;
}

.page-container .ul-list > li .l .img {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 100%;
}

.page-container .ul-list > li .l img {
    height: 100%;
}

.page-container .ul-list > li .r {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    flex: 1;
    height: 100%;
    overflow: hidden;
    background: #f5f8ff;
    padding: 0 24px;
}

.page-container .ul-list > li .r p {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-container .ul-list > li .r em {
    font-size: 16px;
    color: #888;
}

.page-container .section-box {
    padding: 48px 0 45px;
    background: #f0f4fa;
}

.page-container .section-box .inner {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    border-bottom: 3px solid #dfe5f2;
}

.page-container .section-box .ul-menu {
    position: relative;
    width: 200px;
    height: calc(100% + 24px);
    background: #6d91f1;
    margin-left: 16px;
    margin-top: -24px;
    text-align: center;
    padding: 24px 16px 0;
}

.page-container .section-box .ul-menu:after {
    content: '';
    position: absolute;
    top: 0;
    right: -24px;
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-left: 24px solid #4975ee;
}

.page-container .section-box .ul-menu > li {
    height: 64px;
    line-height: 64px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border-right: 3px solid rgba(255, 255, 255, 0);
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.page-container .section-box .ul-menu > li:hover {
    font-weight: 600;
}

.page-container .section-box .ul-menu > li.active {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.45));
    border-right: 3px solid white;
    font-weight: 600;
}

.page-container .section-box .ul-menubox {
    flex: 1;
    overflow: hidden;
}

.page-container .section-box .ul-menubox > li {
    height: 100%;
    display: none;
    overflow: auto;
}

.page-container .section-box .ul-menubox > li.active {
    display: block;
}

.page-container .section-box .ul-menubox > li .text-inner {
    padding: 40px 50px;
}

.page-container .section-box .ul-menubox > li .text-inner h1 {
    text-align: center;
    font-size: 28px;
    color: #333;
    margin-bottom: 24px;
}

.page-container .section-box .ul-menubox > li .text-inner h6 {
    font-size: 16px;
    color: #888;
}

.page-container .section-box .ul-menubox > li .text-inner p {
    text-indent: 2em;
    line-height: 1.8;
}

.page-container .section-box .ul-menubox > li .text-inner dl {
    margin-top: 30px;
}

.page-container .section-box .ul-menubox > li .text-inner dl dt {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    line-height: 2;
}

.page-container .section-box .ul-menubox > li .text-inner dl dt i {
    width: 146px;
    height: 16px;
    background-image: url(./images/r.png);
    margin-left: 6px;
}

.page-container .section-box .ul-menubox > li .text-inner dl dd a {
    display: flex;
    align-items: center;
    padding: 10px 0;
    color: #333;
    font-size: 16px;
}

.page-container .section-box .ul-menubox > li .text-inner dl dd i {
    position: relative;
    width: 24px;
    height: 28px;
    background-image: url("../images/activity/i-doc.png");
    font-size: 10px;
    color: #fff;
    margin-right: 15px;
}

.page-container .section-box .ul-menubox > li .text-inner dl dd i.doc:before {
    content: 'DOC';
    position: absolute;
    font-size: 12px;
    color: #fff;
    bottom: 2px;
    left: -4px;
    transform: scale(0.6);
}

.page-container .section-box .ul-menubox > li .text-inner dl dd i.pdf:before {
    content: 'PDF';
    position: absolute;
    font-size: 12px;
    color: #fff;
    bottom: 2px;
    left: -3px;
    transform: scale(0.6);
}

.page-container .section-box .ul-menubox > li .li-inner {
    height: 100%;
}

.page-container .section-about .inner {
    height: 603px;
}

.page-container .section-info .inner {
    height: 823px;
}

.page-container .section-info .ul-list {
    padding: 32px;
}

.page-container .section-info .ul-list li + li {
    margin-top: 32px;
}

.page-container .section-info .ul-list li a {
    height: 90px;
}

.page-container .section-info .ul-list li .r {
    background: transparent;
    border-bottom: 1px dashed #e2e9f4;
    padding: 0;
    margin-left: 24px;
}

.page-container .section-info .ul-list li .r p {
    font-weight: 600;
}

.page-container .section-info .ul-list li .r em {
    font-size: 14px;
}

.page-container .section-tidbits .inner {
    border: 0;
}

.page-container .ul-tidbits {
    background: #f0f4fa;
    display: flex;
    flex-wrap: wrap;
    margin-left: -18px;
    margin-right: -18px;
}

.page-container .ul-tidbits li:hover span {
    color: blue;
}
.page-container .ul-tidbits li {
    width: 376px;
    height: 312px;
    margin: 0 18px;
    cursor: pointer;
}

.page-container .section-more .inner {
    height: 500px;
}

.page-container .ul-tidbits li .img-box {
    position: relative;
    width: 376px;
    height: 248px;
    padding: 0 0 12px 12px;
}

.page-container .ul-tidbits li .img-box .img {
    position: relative;
    z-index: 9;
    width: 364px;
    height: 236px;
    border: 5px solid #fff;
    box-shadow: 0px 2px 9px 0px rgba(94, 144, 233, 0.24);
}

.page-container .ul-tidbits li .img-box img {
    width: 100%;
    height: 100%;
}

.page-container .ul-tidbits li .img-box:after {
    content: "";
    position: absolute;
    z-index: 0;
    width: 364px;
    height: 236px;
    background: #fff;
    bottom: 0;
    left: 0;
    box-shadow: 0px 2px 9px 0px rgba(94, 144, 233, 0.24);
}

.page-container .ul-tidbits li span {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    text-align: center;
    line-height: 64px;
}

.page-container .info-box {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.page-container .info-box-title {
    height: 48px;
    line-height: 47px;
    border-bottom: 1px solid #e2e9f4;
    padding-left: 32px;
}

.page-container .info-box-title a {
    font-size: 14px;
    color: #4975ee;
}

.page-container .info-box-title em {
    color: #6b8cf0;
}

.page-container .info-box-title span {
    font-size: 14px;
    color: #333;
}

.page-container .info-box-body {
    flex: 1;
    overflow: auto;
    height: calc(100% - 48px);
}

.page-container .info-box-body .info-inner {
    overflow: auto;
    padding: 40px 50px;
}

.page-container .info-box-body .info-inner h1 {
    font-size: 28px;
    color: #333;
    text-align: center;
}

.page-container .info-box-body .info-inner h6 {
    font-size: 16px;
    color: #888;
    text-align: center;
    margin: 20px 0;
}

.page-container .info-box-body .info-inner h6 em {
    margin: 0 15px;
    display: inline-flex;
    align-items: center;
}

.page-container .info-box-body .info-inner h6 .i-e {
    width: 24px;
    height: 15px;
    background-image: url("../images/activity/i-e.png");
    margin-right: 10px;
}

.page-container .info-box-body .info-inner .img {
    width: 480px;
    height: 272px;
    border: 3px solid #e0e6ef;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.page-container .info-box-body .info-inner .img img {
    max-height: 100%;
}

.page-container .info-box-body .info-inner p {
    text-indent: 2em;
    line-height: 2;
    margin-top: 20px;
}

.page-container .wgt-paging {
    padding: 0 32px;
    display: flex;
    align-items: center;
}

.page-container .wgt-paging.right {
    justify-content: end;
}

.page-container .wgt-paging span {
    font-size: 14px;
    color: #666;
}

.page-container .wgt-paging input {
    font-size: 14px;
    color: #666;
    width: 56px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #e4e4e4;
    margin: 0 10px;
    outline: unset;
    text-align: center;
}

.page-container .wgt-paging .total {
    font-size: 14px;
    color: #666;
}

.page-container .wgt-paging ul {
    display: flex;
    align-items: center;
}

.page-container .wgt-paging ul li {
    text-align: center;
    width: 36px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    margin: 0 4px;
    color: #666;
    font-size: 14px;
}

.page-container .wgt-paging ul li:hover {
    border-color: #4975ee;
}

.page-container .wgt-paging ul li.active {
    background: #4975ee;
    color: #fff;
    border-color: #4975ee;
}

.page-container .wgt-paging ul li.prev {
    color: #afafaf;
    font-size: 22px;
    font-weight: 100;
}

.page-container .wgt-paging ul li.next {
    color: #afafaf;
    font-size: 22px;
    font-weight: 100;
}

.page-container .section-tidbits-details {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 30px 60px;
}

.page-container .section-tidbits-details .s-title {
    width: 100%;
}

.page-container .section-tidbits-details > .img-view {
    width: 1080px;
    height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.page-container .section-tidbits-details > .img-view img {
    width: 100%;
    height: 100%;
}

.page-container .section-tidbits-details .img-list {
    width: 1080px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 24px 0 16px;
}

.page-container .section-tidbits-details .img-list li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 104px;
    height: 64px;
    border: 1px solid #e0e6ef;
    margin-right: 16px;
    cursor: pointer;
}

.page-container .section-tidbits-details .img-list li:hover {
    border: 3px solid #ffc053;
}

.page-container .section-tidbits-details .img-list li.active {
    border: 3px solid #ffc053;
}

.page-container .section-tidbits-details .img-list li.active:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -3px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #ffc053;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.page-container .section-tidbits-details .img-list li img {
    width: 100%;
    height: 100%;
}

.page-container .section-tidbits-details .img-list::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.page-container .section-tidbits-details .img-list::-webkit-scrollbar-track {
    background: #d9e0f0;
}

.page-container .section-tidbits-details .img-list::-webkit-scrollbar-thumb {
    background: #4975ee;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
    width: 6px;
    /*滚动条宽度*/
    height: 6px;
    /*滚动条高度*/
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    border-radius: 10px;
    /*滚动条的背景区域的圆角*/
    background-color: #fff;
    /*滚动条的背景颜色*/
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /*滚动条的圆角*/
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    background-color: #bbb;
    /*滚动条的背景颜色*/
}
.ul-list .img {
    background: #dee1e9 url("../images/activity/img2.png") center center no-repeat;
    background-size: 100% 100%;
}

div.no-data {
    text-align: center;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-top: -24px;
    height: 150px;
    width: 100%;
    margin-left: -50%;
    /* *width: auto; */
}

div.no-data img {
    display: block;
    width: 391px;
    height: 300px;
    margin: 0 auto;
}
div.no-data span {
    display: block;
    font-size: 20px;
    color: #808896;
    margin: 0 auto;
}
/*# sourceMappingURL=nac.css.map */
