* {
  color: #000;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  text-decoration: none;
  outline: none;
  list-style: none;
  box-sizing: border-box;
}
body {
  background: #FFF;
  font-size: 14px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* img {
  vertical-align: middle;
  max-width: 100%;
  margin-top: -35px;
} */
img {
  vertical-align: middle;
  max-width: 100%;
}
a:hover {
  color: #2facff;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.min-width {
 min-width: 1200px; 
}
.col-l {
  float: left;
}
.col-r {
  float: right;
}
.text-c {
  text-align: center;
}
.text-r {
  text-align: right;
}
.bg-w {
  background: #FFF;
}
.bg-b {
  background: #1da8ed;
}
.span {
  margin-top: 20px;
}
.flex {
  display: flex;
}
.flex.both {
  justify-content: space-between;
}
.flex.wrap {
  flex-wrap: wrap;
}
.head {
  border-bottom: #e5e5e5 solid 1px;
}
.head .row {
  align-items: center;
  display: flex;
  justify-content: center;
}
.head .tool .search {
  width: 234px;
  height: 33px;
  border: #d0d0d0 solid 1px;
  border-radius: 100px;
  overflow: hidden;
}
.head .tool .search input {
  flex: 1;
  padding: 0 10px;
}
.head .tool .search button {
  width: 33px;
  font-size: 0;
  background: #FFF url(skin/head-search-submit.png) center no-repeat;
}
.head .tool .login a {
  display: inline-block;
  width: 60px;
  height: 33px;
  text-align: center;
  background: #2facff;
  color: #FFF;
  border-radius: 5px;
  line-height: 33px;
  margin-left: 20px;
}
.head .tool .login a:hover {
  background: #42b6f9;
}
.head .tool .logout {
  margin-left: 20px;
}
.head .tool .logout .exit {
  display: inline-block;
  width: 100px;
  height: 33px;
  text-align: center;
  background: #2facff;
  color: #FFF;
  border-radius: 0px 5px 5px 0;
  line-height: 33px;
}
.head .tool .logout .exit:hover {
  background: #42b6f9;
}
.head .tool .logout .name {
  color: #2facff;
  border: #2facff solid 1px;
  border-right: 0;
  line-height: 31px;
  display: inline-block;
  padding: 0 10px;
  border-radius: 5px 0px 0px 5px;
}
.head .tool .logout .name:hover {
  background: #2facff;
  color: #FFF;
}
.navs {
  font-size: 0;
  position: relative;
  z-index: 2000;
  text-align: center;
  background: #FFF;
}
.row {
  margin: 0 auto;
  position: relative;
  height: 70px;
  display: flex;
  flex: 1;
}
.rowbody {
  margin: 0 auto;
  position: relative;
  height: auto;
}
.certificaterowbody {
  margin: 0 auto;
  position: relative;
  height: 1830px;
  width: 1275px;
  background: url(fitcskin/score.jpg);
  font-size: 30pt;
}
.certificaterowbody .fitctitle{
  margin-top: 645px;
  margin-left: 220px
}
.certificaterowbody .awardstype{
  margin-top: -55px;
  margin-left: 61px;
}
.certificaterowbody .fitcevents{
  margin-top: 175px;
  margin-left: 180px;
}
.certificaterowbody .fitcteamnum{
  margin-top: -52px;
  margin-left: 600px;
}
.certificaterowbody .fitcscore{
  margin-top: 210px;
  margin-left: 340px;
  font-size: 120pt;
}
.certificaterowbody .name{
  margin-top: 180px;
  margin-left: 305px;
}
 .certificaterowbody .year{
  margin-top: -50px;
  margin-left: 750px;
}   
.certificaterowbody .month{
  margin-top: -50px;
  margin-left: 900px;
}
.certificaterowbody .day{
 margin-top: -50px;
  margin-left: 1000px;
}
.certificaterowbody .num{
  margin-top: 70px;
  margin-left: 600px;
} 

.certificaterowbodyNew {
  margin: 0 auto;
  position: relative;
  height: 975px;
  width: 685px;
  background: url(fitcskin/scoreNew.jpg);
  font-size: 30pt;
}
.certificaterowbodyNew .name{
  margin-top: 306px;
  margin-left: 270px;
  font-size: 20pt;
}
.certificaterowbodyNew .fitctitle{
  margin-top: 68px;
  margin-left: 300px;
  font-size: 20pt;
}
.certificaterowbodyNew .awardstype{
  margin-top: 16px;
  margin-left: 215px;
}
.certificaterowbodyNew .group{
  margin-top: 61px;
  margin-left: 168px;
  font-size: 13pt;
}
.certificaterowbodyNew .teacher{
  margin-top: 35px;
  margin-left: 168px;
  font-size: 13pt;
}
.certificaterowbodyNew .name1{
  margin-top: 35px;
  margin-left: 168px;
  font-size: 13pt;
}
 .certificaterowbodyNew .year{
  margin-top: 68px;
  margin-left: 352px;
  font-size: 12pt;
}   
.certificaterowbodyNew .month{
  margin-top: -21px;
  margin-left: 412px;
  font-size: 12pt;
}
.certificaterowbodyNew .day{
  margin-top: -21px;
  margin-left: 455px;
  font-size: 12pt;
}
.certificaterowbodyNew .cert{
  margin-top: 15px;
  margin-left: 400px;
  font-size: 10pt;
} 

.navs .item {
  width: 100%;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.navs .item .login{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navs .item .name {
  display: block;
  text-align: center;
  padding: 20px 21px 20px 21px;
  font-size: 16px;
}
/* .navs .item .name:hover {
  color: #000;
  background: #F6F8F9;
} */
.navs .item .list {
  position: absolute;
  width: 100%;
  background: #F6F8F9;
  left: 0;
  top: 65px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.navs .item .list a {
  display: block;
  text-align: center;
  line-height: 50px;
  color: #000;
  transition: all 0.3s;
}
.navs .row .item .login a{
  display: inline-block;
  width: 60px;
  height: 33px;
  text-align: center;
  background: #2facff;
  color: #FFF;
  border-radius: 5px;
  line-height: 33px;
  margin-left: 20px;
}
.navs .row .item .login a:hover {
  background: #42b6f9;
}
.navs .row .item .login a{
  display: inline-block;
  width: 80px;
  height: 28px;
  text-align: center;
  background: #2facff;
  color: #FFF;
  border-radius: 5px;
  line-height: 25px;
  margin-left: 20px;
}
.navs .item .list a:hover {
  background: #42b6f9;
  color: #FFF;
  border-radius: 20px;
}
/* .navs .item:hover .name {
  background: #F6F8F9;
} */
.navs .item:hover .list {
  opacity: 1;
  visibility: visible;
  top: 80px;
  border-radius: 20px;
}
.navs.fixed {
  position: fixed;
  width: 100%;
  top: 0;
}
.banner {
  height: 1200px;
  position: relative;
  /* margin-left: 30px; */
}
.banner .slide {
  width: 100%;
  overflow: hidden;
}
.banner .slide li {
  height: 880px;
  /* background-position: center; */
}
.banner .slide li a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner .pager {
  max-width: 1200px;
  position: relative;
  z-index: 999;
  margin: auto 30px;
  top: -150px;
  text-align: left;
}
.banner .pager li {
  display: inline;
  padding: 5px;
  background: #333;
  line-height: 0px;
  font-size: 0px;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 100%;
}
.banner .pager li.on {
  background: #FFF;
}
.index.count {
  margin-top: -46px;
  background: url(skin/index-count-bg.jpg);
  z-index: 1000;
}
.index.count .list {
  display: flex;
  padding: 50px 0;
}
.index.count .list .item {
  flex: 1;
}
.index.count .list .item strong,
.index.count .list .item span {
  display: block;
  text-align: center;
}
.index.count .list .item strong {
  width: 112px;
  height: 112px;
  margin: auto;
  background-position: bottom;
  background-size: 112px;
}
.index.count .list .item strong.icon-1 {
  background-image: url(skin/count-icon-1.png);
}
.index.count .list .item strong.icon-2 {
  background-image: url(skin/count-icon-2.png);
}
.index.count .list .item strong.icon-3 {
  background-image: url(skin/count-icon-3.png);
}
.index.count .list .item strong.icon-4 {
  background-image: url(skin/count-icon-4.png);
}
.index.count .list .item strong.icon-5 {
  background-image: url(skin/count-icon-5.png);
}
.index.count .list .item strong.icon-6 {
  background-image: url(skin/count-icon-6.png);
}
.index.count .list .item span {
  font-size: 18px;
  color: #6d6d6d;
  padding-top: 30px;
}
.index.count .list .item a:hover strong {
  background-position: top;
}
.index.count .list .item a:hover span {
  color: #08a4ff;
}
.index.count .name {
  color: #FFF;
  background: #2facff;
  width: 400px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  margin: 40px auto auto auto;
  border-radius: 100px;
}
.index.note1 {
  width: 1200px;
  border-radius: 5px;
}
.index.note1 img{
  vertical-align: middle;
  max-width: 100%;
  background: center no-repeat;
}
.index.part-1{
  width: 1200px;
  padding-left: 18px;
  height: 300px;
}
.index.part-1 .new {
  width: 1200px;
  height: 350px;
  margin-top: 10px;
}
.index.part-1 .new .item {
  width: 1500px;
  height: 350px;
  padding: 20px;
  padding-bottom: 0;
  margin-left: 30px;
  margin-top: -10px;
}
.index.part-1 .new .item .name{
  margin: 0 auto;
  width: 530px;
  height: 88px;
  /* background: url('/static/unit/pc/fitcskin/index-title-news.png') center no-repeat; */
  background-position:50% 50% ;
}
.index.part-1 .new .item .name a::before {
  content: '';
  width: 4px;
  display: inline-block;
  background: #2facff;
  height: 18px;
  vertical-align: -3px;
  margin-right: 10px;
}
.index.part-1 .new .item .list {
  width: auto;
  float: left;
  display:inline;
  margin-left: 50px;
  margin-top: 1%;
}
.index.part-1 .new .item .list li {
  line-height: 45px;
  border-bottom: #efefef solid 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index.part-1 .new .item .list li:last-child {
  border-bottom: 0;
}
.index.part-1 .new .item .vid {
  /* width: 390px; */
  float: left;
  display:inline;
  margin-top: 25px
}
.index.part-1 .new .item .vid img {
  vertical-align: middle;
  max-width: 100%;
  margin-top: -10px;
}
.index.part-1 .new .item .vid p{
  width: 100%;
  height: 1.1rem;
  line-height: 1.1rem;
  font-size: 12px;
  text-indent: 0em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index.part-4{
  margin-top: 80px;
}
.index.part-4 .new {
  padding: 20px;
  padding-bottom: 0;
  margin-top: -35px;
}
.index.part-4 .new .item {
  height: 146px;
  padding: 20px;
  padding-bottom: 0;
  margin-top: 10px;
}
.index.part-4 .new .item .name{
  margin: 0 auto;
  height: 146px;
  font-size: 18px;
  font-weight: bold;
  background:#072033;
  /* background-position:50% 50% ; */
}
.index.part-4 .new .item .list4
{
  margin: auto 0;
  text-align: center;
  font-size: 14px;
  height: 146px;
  padding: 13px 0;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* background:#0790F9; */
}
.index.part-4 .new .item .list4 ul{
  width: 450px;
  float: left;
  margin: 0 29px;
}
.index.part-4 .new .item .list4 li{
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 16px;
  text-align: center;
  float: left;
}
.index.part-4 .new .item .list4 a{
  color: #FFFFFF;
  font-size: 16px;
}
.index.part-4 .new .item .list4 .left{
  margin-top: 35px;
  text-align:center;
  float: left;
  display:inline;
 /*  border: 2px solid rgba(121, 118, 118, 0.8); */
}
.index.part-4 .new .item .list4 .left img{
  vertical-align: middle;
  max-width: 100%;
  margin-top: 20px;
}
.index.part-4 .new .item .list4 .right{
  margin-top: 35px;
  text-align:center;
  float: left;
  display:inline;
  margin-left: 20px;
/*   border: 2px solid rgba(121, 118, 118, 0.8); */
}
.index.part-4 .new .item .list4 .right img{
  vertical-align: middle;
  max-width: 100%;
  margin-top: 20px;
}
.index.part-4 .new .item .foot{
  text-align: center;
  background:#0790F9;
  border-bottom: 2px solid #698EFF;
}
.index.part-4 .new .item .foot .line{
  margin-bottom: 30px;
  width: 100%;
  height: 1px;
  border-top: 1px solid #698EFF;
}
.index.part-4 .new .item .foot li{
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 5px;
}
.index.part-4 .new .name a::before {
  content: '';
  width: 4px;
  display: inline-block;
  background: #2facff;
  height: 18px;
  vertical-align: -3px;
  margin-right: 10px;
}
.index.part-4 .new .item {
  padding: 20px;
}
.index.part-4 .new .item .show {
  width: 210px;
}
.index.part-4 .new .item .show img {
  width: 210px;
  height: 138px;
}
.index.part-4 .new .item .info {
  flex: 1;
  padding-left: 20px;
}
.index.part-4 .new .item .info .text {
  padding: 10px 0 15px 0;
  font-size: 16px;
}
.index.part-4 .new .item .info .cont {
  line-height: 24px;
  color: #A6ADB4;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index.part-4 .new .item .info .time {
  background: url(skin/news-time-bg.png) left center no-repeat;
  padding-left: 20px;
  color: #A6ADB4;
}
.index.part-4 .new .item:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
}
.index.part-3{
  width: 1200px;
  padding-left: 40px;
}
.index.part-3 img{
  vertical-align: middle;
  max-width: 100%;
  margin-top: 30px;
  margin-left: 20px;
}
.index.part-3 .name a {
  font-size: 18px;
  font-weight: bold;
}
.index.part-3 .name a::before {
  content: '';
  width: 4px;
  display: inline-block;
  background: #2facff;
  height: 18px;
  vertical-align: -3px;
  margin-right: 10px;
}
.index.part-3 .list .item {
  width: 190px;
  margin-top: 20px;
  position: relative;
}
.index.part-3 .list .item .show img {
  width: 190px;
  height: 190px;
}
.index.part-3 .list .item .info {
  width: 100%;
  height: 100%;
}
.index.part-3 .list .item .info strong,
.index.part-3 .list .item .info span {
  display: block;
}
.index.part-3 .list .item .info strong {
  padding: 20px 0px 5px 0px;
  font-weight: bold;
  font-size: 16px;
  color: #717171;
}
.index.part-3 .list .item .info span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #a1a1a1;
  overflow: hidden;
}
.index.part-3 .list .item:hover .info strong {
  color: #21acfd;
}
.body {
  padding: 40px; 
  margin: auto 30px;
  min-height: 500px;
  border-radius: 5px;
}
.bodyNew {
  padding: 40px; 
  /* margin: auto 30px; */
  margin-left: 23%;
  min-height: 500px;
  border-radius: 5px;
}
.body .title {
  border: 0px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: #efefef solid 1px;
  padding-bottom: 28px;
  padding-top: 40px;
  text-align: center;
  height: 91px;
  margin-top: 10px;
  width: 100%;
}
.body .title span {
  float: right;
}
.body .html {
  line-height: 30px;
  text-align: justify;
  padding-top: 40px;
  margin-top: 80px;
  width: 100%;
}
.body .html strong {
  font-weight: bold;
}
.body .html table.data {
  width: 100%;
  border: #efefef solid 1px;
  border-left: 0;
  border-bottom: 0;
}
.body .html table.data td {
  border: #efefef solid 1px;
  border-right: 0;
  border-top: 0;
  padding: 5px;
  white-space: nowrap;
  vertical-align: top;
  text-align: left;
}
.body .html table.data td.name {
  font-weight: bold;
  font-size: 16px;
  background: linear-gradient(#fff, #efefef);
}
.body .html table.data td.list {
  white-space: normal;
  padding: 0;
}
.body .html table.data td .tag {
  padding: 0 5px;
  background: #42b6f9;
  color: #FFF;
  margin: 5px;
  white-space: nowrap;
  display: inline-block;
  border-radius: 5px;
}
.body .list-img .item {
  width: 250px;
  padding: 10px;
  margin-bottom: 40px;
  border: #efefef solid 1px;
}
.body .list-img .item .show img {
  width: 100%;
}
.body .list-img .item .info strong,
.body .list-img .item .info span {
  display: block;
  padding: 10px;
  text-align: justify;
}
.body .list-img .item .info strong {
  padding-bottom: 0;
}
.body .list-img .item:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
}
.body .list-img .item:not(:nth-child(4n)) {
  margin-right: calc(10.7% / 3);
}
.body .list-txt .item {
  padding: 20px;
  border: #efefef solid 1px;
  margin-bottom: 20px;
}
.body .list-txt .item .show {
  width: 210px;
}
.body .list-txt .item .show img {
  width: 210px;
  height: 138px;
}
.body .list-txt .item .info {
  flex: 1;
  padding-left: 20px;
}
.body .list-txt .item .info .text {
  padding: 10px 0 15px 0;
  font-size: 16px;
}
.body .list-txt .item .info .cont{
  line-height: 24px;
  margin: 10px 5px 15px;
  color: #A6ADB4;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.body .list-txt .item .info .cont:hover {
  color: #0f77df;
}

.body .list-txt .item .info .time {
  background: url(skin/news-time-bg.png) left center no-repeat;
  padding-left: 20px;
  color: #A6ADB4;
}
.body .list-txt .item:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
}
.body .list-com {
  margin-left: -20px;
}
.body .list-com img {
  margin-left: 20px;
  margin-bottom: 20px;
  width: 208px;
}
.form-box {
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
}
.form-box .cont {
  width: 1200px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.form-box .cont .show {
  width: 775px;
  position: relative;
}
.form-box .cont .show .logo {
  position: absolute;
  left: 40px;
  top: 30px;
}
.form-box .cont .show .image img {
  width: 100%;
  height: 100%;
}
.form-box .cont .list {
  padding: 40px;
  flex: 1;
}
.form-box .cont .list .name {
  font-size: 32px;
  font-weight: bold;
  color: #1da8ed;
}
.form-box .cont .list .item {
  padding-top: 30px;
}
.form-box .cont .list .item span,
.form-box .cont .list .item input {
  display: block;
}
.form-box .cont .list .item span {
  color: #1da8ed;
}
.form-box .cont .list .item input {
  border-bottom: #1da8ed solid 1px;
  width: 100%;
  line-height: 40px;
}
.form-box .cont .list .code {
  position: relative;
}
.form-box .cont .list .code img {
  position: absolute;
  right: 0;
  bottom: 4px;
  height: 32px;
  cursor: pointer;
}
.form-box .cont .list .code strong {
  position: absolute;
  right: 0;
  bottom: 1px;
  height: 40px;
  line-height: 40px;
  background: #FFF;
}
.form-box .cont .list .code input {
  padding-right: 100px;
}
.form-box .cont .list .text {
  text-align: right;
  padding-top: 20px;
}
.form-box .cont .list .text a {
  margin: 0px 20px;
}
.form-box .cont .list .text a:last-child {
  margin-right: 0;
}
.form-box .cont .list .btns {
  margin-top: 20px;
}
.form-box .cont .list .btns span {
  flex: 1;
  line-height: 45px;
  background: #1da8ed;
  color: #FFF;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}
.form-box .cont .list .btns span:hover {
  background: #1da8ed;
}
#dialog_mask {
  visibility: hidden;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
#dialog_main {
  visibility: hidden;
  min-width: 400px;
  padding: 20px;
  border-radius: 5px;
  margin-top: -200px;
}
#dialog_mask.show,
#dialog_main.show {
  visibility: visible;
}
#dialog_message {
  line-height: 24px;
  padding-bottom: 20px;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
}
#dialog_message p {
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
}
#dialog_message a {
  color: #FFF;
  display: block;
  margin-top: 10px;
}
#dialog_message a:hover {
  color: #31B0D5;
}
#dialog_buttons {
  text-align: right;
}
#dialog_ok,
#dialog_cancel {
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  border: #FFF solid 1px;
  display: inline-block;
  padding: 5px 15px;
  margin-left: 10px;
  border-radius: 5px;
  cursor: pointer;
}
#dialog_cancel:honver {
  background: #FFF;
}
#dialog_main.success {
  background: #2facff;
}
#dialog_main.info {
  background: #2facff;
}
#dialog_main.warning {
  background: #2facff;
}
#dialog_main.danger {
  background: #2facff;
}
.message .name {
  font-size: 16px;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #dedede solid 1px;
}
.message .name:first-child {
  padding-top: 0;
}
.message .part {
  padding-bottom: 10px;
  line-height: 30px;
}
.message .part .bold {
  font-weight: bold;
  color: #000;
}
.message .part .text {
  color: #787878;
}
.message .from {
  padding-top: 40px;
}
.message .from .item {
  padding-bottom: 20px;
}
.message .from .item strong {
  color: #128fd0;
  font-weight: normal;
}
.message .from .item span {
  padding-left: 20px;
}
.message .from input[type=text],
.message .from select {
  height: 45px;
  border: #dedede solid 1px;
  padding: 0px 10px;
}
.message .from input[type=radio],
.message .from input[type=checkbox] {
  margin-right: 5px;
  vertical-align: middle;
}
.message .from label {
  margin-right: 20px;
}
.message .from textarea {
  width: 600px;
  height: 200px;
  resize: none;
  border: #dedede solid 1px;
  padding: 10px;
}
.message .from .item.n {
  font-size: 22px;
  color: #000;
  padding-top: 40px;
  padding-bottom: 20px;
}
.message .from .item.upload {
  width: 400px;
  display: block;
  position: relative;
}
.message .from .item.upload .list {
  border: #dedede solid 1px;
  height: 38px;
  display: block;
  line-height: 38px;
  padding-left: 10px;
}
.message .from .item.upload .browse {
  border-left: #efefef solid 1px;
  width: 100px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  position: absolute;
  right: 1px;
  top: 1px;
}
.message .from .item .webuploader-pick {
  background: none;
  color: #333;
  height: 100%;
  display: block;
  padding: 0px;
}
.message .from .submit {
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  margin: auto;
  background: #2facff;
  margin-top: 20px;
  border-radius: 5px;
  cursor: pointer;
}
.pager {
  /* height: 35px; */
  line-height: 35px;
  font-size: 14px;
  padding: 60px 0px;
  text-align: center;
}
.pager a {
  margin: 0px 5px;
  color: #2facff;
  border: #2facff solid 1px;
  padding: 5px 15px;
  border-radius: 3px;
}
.pager span {
  color: #FFF;
  background: #2facff;
  border: #2facff solid 1px;
  margin: 0px 5px;
  padding: 5px 15px;
  border-radius: 3px;
}
.float {
  position: absolute;
  transition: all 1s;
  right: 50px;
  bottom: 50px;
  width: 80px;
  z-index: 10000000;
}
.float .item {
  padding-top: 10px;
}
.float .item a {
  display: block;
  padding: 10px;
  text-align: center;
  background: #2facff;
  color: #FFF;
  border-radius: 5px;
  border: #FFF solid 1px;
}
.float .item a:hover {
  background: #2ceca9;
}
.float .item img {
  width: 27px;
  display: block;
  margin: 0px auto 10px auto;
}
.float .top {
  background: #FFF;
  text-align: center;
  padding: 15px 0;
  margin-top: 10px;
  border-radius: 5px;
  cursor: pointer;
}

/* .gallery {
  position: relative;
}

.big-image img {
  width: 100%;
  max-height: 500px; 
  object-fit: cover;
}

.small-images {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.thumbnails {
  display: flex;
  overflow-x: auto;
  white-space: nowrap; 
  scroll-snap-type: x mandatory; 
}

.thumbnail {
  flex: 0 0 auto; 
  width: 280px; 
  margin: 0 5px;
  cursor: pointer;
  transition: transform 0.3s ease;
  scroll-snap-align: center; 
}

.thumbnails img {
  width: 280px;
  margin: 0 5px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.thumbnail.active {
  border: 2px solid blue;
}

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #333;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
} */

.gallery {
  position: relative;
}

.gallery .big-image {
  position: relative; /* 相对定位 */
}

.gallery::before {
  content: ""; /* 伪元素需要content属性，即使为空 */
  position: absolute; /* 绝对定位到.gallery容器 */
  top: -50px;
  left: -200px;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(163, 198, 230, 0.7), rgba(0, 0, 139, 0.7)); /* 底框的背景颜色 */
  margin: 20px; /* 底框外边距，上下左右各20px */
  z-index: -1; /* 确保伪元素在内容的后面 */
  border-radius: 20px; /* 可选：给底框添加圆角 */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 可选：给底框添加阴影效果 */
  height: 870px;
  width: 1560px;
}

/* 确保内部元素不与伪元素重叠 */
.gallery > * {
  position: relative; /* 子元素相对定位，确保在伪元素之上 */
  z-index: 1;
}

.big-image img {
  width: 1400px;
  max-height: 600px; /* Adjust as needed */
  object-fit: cover;
  border-radius: 20px;
}

.small-images {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.thumbnails {
  display: flex;
  overflow-x: hidden; /* 隐藏水平滚动条 */
  white-space: nowrap; /* 保持图片在一行内 */
  scroll-snap-type: x mandatory; /* 滚动时对齐到最近的图片 */
}

.thumbnail {
  border-radius: 20px;
  flex: 0 0 auto; /* 不允许缩放 */
  width: 290px; /* 固定宽度 */
  height: 200px; /* 固定宽度 */
  margin: 0 5px; /* 保持间隔 */
  cursor: pointer;
  transition: transform 0.3s ease;
  scroll-snap-align: center; /* 图片居中对齐 */
}

.thumbnail.active {
  border: 2px solid #2facff;
}

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(227, 231, 240, 0.5); /* 半透明的黑色背景 */
  color: white;
  border: none;
  border-radius: 50%; /* 使按钮变为圆形 */
  padding: 10px; /* 按钮大小，根据需要调整 */
  width: auto; /* 按钮大小，确保与高度一致以保持圆形 */
  height: auto; /* 按钮大小，确保与宽度一致以保持圆形 */
  line-height: 22px; /* 确保文本垂直居中 */
  text-align: center; /* 确保文本水平居中 */
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2); /* 添加轻微的阴影效果 */
}

.prev {
  left: -80px;
}

.next {
  right: -80px;
}

.next:hover {
  background-color: #0056b3;
  color: white;
}

.prev:hover {
  background-color: #0056b3;
  color: white;
}

.banner-button {
  position: absolute; /* 绝对定位 */
  bottom: 40%; /* 距离底部20px */
  left: 50%; /* 左侧居中 */
  transform: translate(-50%, -50%);
  cursor: pointer;
  /* 添加其他按钮样式 */
   /* 基本样式 */
  padding: 15px 35px; 
  font-size: 20px; 
  font-weight: bold; 
  color: black; 
  background-color: white; 
  border: none; 
  border-radius: 30px; 
  /* transition: background-color 0.3s ease;  */
  outline: none; 
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); 
  display: inline-block;
  text-align: center; 
  text-decoration: none; 
  margin: 10px;
}

/* 鼠标悬停效果 */
.banner-button:hover {
  background-color: #0056b3;
  color: white;
}

.notice-banner {
  background-image: linear-gradient(to bottom, #A3C6E6, #00008B); /* 从浅蓝色渐变到深蓝色 */
  color: white; /* 文字颜色 */
  padding: 4px; /* 内边距 */
  border-radius: 8px; /* 圆角边框 */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* 阴影效果 */
  display: inline-block; /* 内联块显示 */
  position: relative; /* 相对定位 */
  margin: 4px; /* 外边距，上下左右各20px */
  font-size: 20px; /* 字体大小 */
  font-weight: bold; /* 字体加粗 */
  /* text-align: center;  */
  white-space: nowrap; /* 文字不换行 */
  overflow: hidden; /* 超出部分隐藏 */
  text-overflow: ellipsis; /* 超出部分显示省略号 */
  line-height: 1.5; /* 行高 */
  height: 40px; /* 底框高度，根据需要调整 */
  width: 99%;
  margin-top: 10px;
}

.active-button {
  position: absolute; /* 绝对定位 */
  bottom: -99%; /* 距离底部20px */
  left: 53%; /* 左侧居中 */
  transform: translate(-50%, -50%);
  cursor: pointer;
  /* 添加其他按钮样式 */
   /* 基本样式 */
  padding: 5px 10px; 
  font-size: 14px; 
  font-weight: bold; 
  color: black; 
  background-color: #E3E7F0; 
  border: none; 
  border-radius: 30px; 
  transition: background-color 0.3s ease; 
  outline: none; 
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); 
  display: inline-block;
  text-align: center; 
  text-decoration: none; 
  margin: 10px;
}

/* 鼠标悬停效果 */
.active-button:hover {
  background-color: #0056b3;
  color: white;
}

.vertical-line {
  position: absolute;
  border-left: 1px solid white;
  height: 200px;
  margin-left: 48%;
  margin-top: -8.5%;
}