/* ul {
  list-style: none;
} */

/* ==========================================返回顶部样式 ======================================*/

.top_e {
  position: fixed;
  right: 10px;
  bottom: 40px;
  background: rgba(204, 200, 255, 0.6);
  border-radius: 15px;
  cursor: pointer;
  display: none;
  width: 60px;
  height: 60px;
  z-index: 999;
}

.top_e:hover {
  color: white;
  background: #1296DB;
}

/* 返回顶部样式 */

/*!wow  板块进入时的效果 */

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* ==========================================返回顶部样式 ======================================*/

/* --------------------------------------------------大赛章程/申报提示 右侧提示图表样式-------------------------------------------------- */

.float-nav {
  position: fixed;
  left: 6px;
  /* right: 6px; */
  bottom: 50px;
}

.float-nav .nav-menu .item {
  background: #e2e7e9;
  border: 1px solid #d3d4d6;
  border-radius: 3px;
  width: 45px;
  height: 45px;
  margin-bottom: 8px;
  transition: all .3s;
  cursor: pointer;
  color: #999;
  text-align: center
}

.float-nav .nav-menu .item:hover {
  background-color: #00a1d6;
  border-color: #00a1d6;
  color: #fff
}

.float-nav .nav-menu .help {
  font-size: 26px;
  line-height: 45px
}

.float-nav .nav-menu .help i {
  font-size: 30px;
}

/* --------------------------------------------------大赛章程/申报提示 右侧提示图表样式-------------------------------------------------- */

/*!wow  板块进入时的效果 */

/* *****************************************************滚动页面时，header进行样式的改变  ******************************************************/

/* 通过修改内边距，造成文字移动的效果 */

/* 因为内边距一下子缩小，所以文字就会往中间挤压移动 */

.sticky {
  /* 只给上部加上padding，底部不加，那么layui-this的after（底部的移入效果）就不会跟底边有距离了 */
  padding: 5px 0 0;
  background: white !important;
}

.sticky ul li a {
  font-weight: 600;
}

.cjLiText {
  text-align: center;
}

/* *****************************************************滚动页面时，header进行样式的改变  ******************************************************/

/* *****************************************************首页背景图 ******************************************************/

.fill {
  position: relative;
  width: 100%;
  height: 60vh;
  background: url(../img/backgroundImg.png) no-repeat top center;
  background-size: 100% 100%;
}

/* .fill img {
  max-width: 100%;
} */

.carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* bottom: 20px; */
  z-index: 10;
  /* padding-top: 20px;
    padding-bottom: 20px; */
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption h1 {
  margin: 0 0 20px 0;
  text-transform: none;
  /* font-family: "微软雅黑", "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-weight: 800;
  font-size: 60px;
  letter-spacing: 1px;
  line-height: 1.5;
  padding: 0;
  margin: 10px 0;
  color: #ff5a00;
}

.highlight {
  font-weight: 900;
  color: #404f53;
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  .carousel-caption h1 {
    font-size: 20px;
  }
}

/* *****************************************************首页背景图 ******************************************************/

/* 轮播图 */

.cjCarousel {
  width: 100% !important;
  height: 400px !important;
}

/* 不同板块背景 */

.carouselBG {
  background: url(../img/bg2.jpg) no-repeat top center;
  background-size: 100% 100%;
}

.productBG {
  background: url(../img/bg2.jpg) no-repeat top center;
  background-size: 100% 100%;
}

.cjServiceBG1 {
  /* background: url(../img/bg1.jpg) 50% 50% no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: 100% 100%;
  -o-background-size: cover;*/
  padding-bottom: 130px;
  background: url(../img/bg3.jpg) no-repeat scroll;
  background-size: 100% 100%;
}

/* 不同板块背景 */

/* 设置case的padding-top，否则距离太大 */

.cjCase .content {
  padding-top: 0px !important;
}

/* 设置case的padding-top，否则距离太大 */

/* **********************设置奖项的样式********************** */

.cjServiceBG {
  background: #222;
  background: url(../img/bg3.jpg) 50% 50% no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding-bottom: 130px;
}

.services-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 30px 30px 0;
  border-style: solid;
  border-color: #fff #fff rgba(254, 82, 76, 1) rgba(254, 82, 76, 1);
  /* Primary color, can be changed via colors.css */
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: border-color .2s ease-in-out;
  -moz-transition: border-color .2s ease-in-out;
  transition: border-color .2s ease-in-out;
  /* Firefox 3.0 damage limitation */
  display: block;
  width: 0;
}

.services-item {
  background: #f9f9f9;
  padding: 30px 20px 20px;
  margin: 15px 15px;
  position: relative;
  color: #fff;
  overflow: hidden;
  -webkit-transition: background .5s ease-in-out;
  -moz-transition: background .5s ease-in-out;
  transition: background .5s ease-in-out;
  cursor: pointer;
}

.services-item h4 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.services-item p {
  padding: 0;
  margin: 0;
  color: #999;
  font-size: 16px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.services-item i {
  color: rgba(254, 82, 76, 1);
  /* Primary color, can be changed via colors.css */
  padding: 0;
  margin: 0 0 10px 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.services-item:hover {
  background: rgba(254, 82, 76, 1);
  /* Primary color, can be changed via colors.css */
  -webkit-transition: background .2s ease-in-out;
  -moz-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}

.services-item:hover h4 {
  color: #fff;
  transform: translate(0, -5px);
  -webkit-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.services-item:hover p {
  color: #fff;
  transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.services-item:hover i {
  color: #fff;
  transform: translate(0, -5px);
  -webkit-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.services-item:hover:before {
  border-color: #fff #fff #a5a5a5 #a5a5a5;
  -webkit-transition: border-color .2s ease-in-out;
  -moz-transition: border-color .2s ease-in-out;
  transition: border-color .2s ease-in-out;
}

/* **********************设置奖项的样式********************** */

/* ------------------------------------------流程------------------------------------- */

.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  /* width: 100%; */
}

@media (max-width: 700px) {
  .wrapper {
    margin: 10px auto;
  }
}

.wrapper .box {
  width: 10%;
  margin: 0 auto;
  position: relative;
  perspective: 1000px;
}

.wrapper .box .front-face {
  background: #fff;
  height: 150px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 5px 20px 0px rgba(0, 81, 250, 0.1);
  transition: all 0.5s ease;
  backface-visibility: hidden;
  background: linear-gradient(-135deg, #5b6ece, #201491);
}

/* .box .front-face .icon {
  border: 1px solid #000;
}

.box .front-face .icon i {
  font-size: 60px;
} */

/* .box .front-face .icon i {
  background: linear-gradient(-135deg, #c850c0, #4158d0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */

.box .front-face span {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  background: black;
  background: white;
  /* 能让span的背景占满整个父容器？？？？ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box .back-face span {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

/* .box .front-face span {
  background: linear-gradient(-135deg, #c850c0, #4158d0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */

.box .back-face {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 150px;
  width: 100%;
  color: #fff;
  opacity: 0;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  background: linear-gradient(-135deg, #c850c0, #4158d0);
  transform: translateY(110px) rotateX(-90deg);
  box-shadow: 0px 5px 20px 0px rgba(0, 81, 250, 0.1);
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box .back-face p {
  margin-top: 10px;
  text-align: left;
  /* text-align: center; */
}

.box:hover .back-face {
  opacity: 1;
  transform: rotateX(0deg);
}

.box:hover .front-face {
  opacity: 0;
  transform: translateY(-110px) rotateX(90deg);
}

/* ------------------------------------------流程------------------------------------- */

/* ------------------------------------------关于大赛------------------------------------- */

.about-the-competition {
  width: 100%;
  height: 500px;
}

.competition_news {
  /* overflow:auto 能让设定好高度的div内容超出时，才出现滚动条  */
  overflow: auto;
  height: 90%;
}

/*=========================设置滚动条的样式================================ */

.competition_news::-webkit-scrollbar {
  width: 8px;
}

/* 滚动槽 */

.competition_news::-webkit-scrollbar-track {
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

/* 滚动条滑块 */

.competition_news::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}

.competition_news::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(89, 160, 218, 0.4);
}

/*=========================设置滚动条的样式================================ */

/* ------------------------------------------关于大赛------------------------------------- */

/* ------------------------------------------参与大赛------------------------------------- */

.main-case .cj_service_content {
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 2px solid #c9c9c9;
}

.main-case .cj_service_content.even {
  margin-left: 2%;
}

.main-case .cj_service_content .case-img {
  border: 1px solid #e2e2e2;
  width: 50%;
  height: 18.75rem;
  margin: 0px auto 20px;
  overflow: hidden;
}

.main-case .cj_service_content .case-img img {
  width: 100%;
  height: 100%;
  transition: 2s;
}

.main-case .cj_service_content .case-img img:hover {
  transform: scale(1.2, 1.2);
  transition: 2s;
}

.main-case .cj_service_content p {
  padding: 0 30px;
  /* 首行缩进 */
  text-indent: 2em;
  text-align: left;
  font-size: 18px;
  line-height: 32px;
  color: #505050;
}

.main-case .cj_service_content p.lable {
  padding-top: 8px;
  font-size: 30px;
  line-height: 76px;
  color: #2691cf;
}

/* ------------------------------------------参与大赛------------------------------------- */

/* ********************** footer样式 ********************** */

.footer {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/*  **********************footer样式  ***********************/

/* ********************** swiper轮播图样式 ********************** */

.swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}

/*  **********************swiper轮播图样式 ********************** */

/* -----------------------------------------------!竖直tab切换栏样式 -----------------------------------------------*/

.cjAboutab-ul li {
  display: block;
}

/* 让第一个tag对齐 */

.cjAboutab-ul li:first-child {
  margin-left: 30px !important;
}

/* 当屏幕缩小到一定程度的时候，还原回原来的layui的tag对齐方式 */

@media screen and (max-width: 1200px) {
  .cjAboutab-ul li:first-child {
    margin-left: 0px !important;
  }
}

/* -----------------------------------------------!竖直tab切换栏样式 -----------------------------------------------*/

/* ----------------------------------------------------------------文件通知样式---------------------------------------------------------------- */

.scd_r {
  width: 100%;
  float: right;
}

.scd_r .r_name {
  width: 100%;
  line-height: 40px;
  /* height: 40px; */
  /* 下划线 */
  border-bottom: 1px solid #ddd;
  position: relative;
}

.scd_r .r_name span {
  display: inline-block;
  /* ????? *  */
  *display: inline;
  zoom: 1;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #007ED6;
  /* border-bottom: 1px solid #007ED6; */
}

.new {
  width: 100%;
  padding: 10px 0 0;
}

/* .new:first-child {
      padding: 30px 0;
    } */

.new dl {
  width: 100%;
  padding-bottom: 15px;
  /* margin-bottom: 15px; */
  border-bottom: 2px dashed #ddd;
}

.new dl dt {
  width: 30%;
  vertical-align: top;
}

.new dl dt img {
  width: 100%;
  vertical-align: top;
}

.new dl dt {
  border: 1px solid #eee;
}

.new dl dd {
  width: 100%;
  text-align: left;
  padding: 10px 0;
}

.new dl dd .des {
  width: 100%;
  font-size: 14px;
  color: #555555;
  line-height: 170%;
  overflow: hidden;
  text-indent: 2em;
  margin-bottom: 6px;
}

.des {
  text-indent: 0 !important;
}

.new dl dd .more1 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 82px;
  height: 24px;
  border: 1px solid #0063B3;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  color: #0063B3;
}

.clearfix {
  display: table;
  content: " ";
}

.clearfix :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* --------------------------阴影效果---------------------------- */

/* 加上这个，在失去hover的时候，transition效果才会慢慢消失 */

.cjInformationShadow {
  transition: box-shadow 0.6s ease-out;
}

.cjBox:hover .cjInformationShadow {
  border-radius: 5px;
  -moz-box-shadow: 1px 4px 17px #333333;
  -webkit-box-shadow: 1px 4px 17px #333333;
  box-shadow: 1px 4px 17px #333333;
  transition: box-shadow 0.6s ease-out;
}

/* --------------------------阴影效果---------------------------- */

/* ?=======================================================tab切换部分页面内容效果时防止所有内容同时展示的样式设置 =======================================================*/

/* !要想达到通过tab栏切换的效果，必须要加上除了第一个以外的div的 display: none; 
       !只有这样，在第一次进入页面的时候(还没有点击tab切换，也就没有触发切换js代码)
      ! 页面才不会将不同栏目的内容同时展示出来
*/

/* !不用担心内容会一直显示不出来，因为本来div的样式就又一个样式：display:block 
    !当我们重新加载不同栏目内容时，对应div的display就自动从none变成block了，也就显示出来了
*/

.main-about .children2, .main-about .children3, .main-about .children4 {
  display: none;
}

/* ?=======================================================tab切换部分页面内容效果时防止所有内容同时展示的样式设置 =======================================================*/

/* ----------------------------------------------------------------文件通知样式---------------------------------------------------------------- */

/* *******************分页栏样式 **********************************/

.cjPageClass .layui-laypage {
  display: block;
  text-align: center;
  margin-top: 70px;
}

.cjPageClass .layui-laypage a, .cjPageClass .layui-laypage span {
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  margin-right: 20px;
  border-radius: 3px;
  /* 分页栏按钮内文字颜色 */
  color: #0063B3;
}

/* *******************分页栏样式 **********************************/

/* ----------------------------------------------------------------响应式 拟态按钮样式---------------------------------------------------------------- */

/* 拟态风格图标按钮 */

.boxContainer {
  margin-left: 30px;
  padding: 0 30px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  /* justify-content: space-between; */
  /* 换行 */
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .boxContainer {
    margin-left: 0px;
    padding: 0px;
  }
}

.boxContainer .box {
  display: flex;
  /* justify-content: space-around; */
  flex-direction: column;
  align-items: center;
  align-content: center;
  width: 240px;
  height: 180px;
  margin: 20px 20px;
}

@media screen and (max-width: 1200px) {
  .boxContainer .cjBox-maxw .box {
    width: 140px;
    height: 180px;
    margin: 20px 10px;
  }
  .boxContainer .box {
    width: 140px;
    height: 180px;
  }
}

.boxContainer .box a .img {
  width: 100px;
  height: 100px;
  box-shadow: 18px 18px 30px rgba(0, 0, 0, 0.1), 5px -5px 30px rgba(255, 255, 255, 1);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #efeeee;
  transition: box-shadow 0.2s ease-out;
  position: relative;
}

.boxContainer .box a .img img {
  width: 70px;
  transition: width 0.2s ease-out;
}

.boxContainer .box p {
  color: slategrey;
  text-align: center;
  /* 当p标签内文字过多时，隐藏超出100%宽度的部分文字，并用...代替 */
  /* overflow: hidden; */
  /* 是否允许超出宽度时换行 */
  /* white-space: nowrap; */
  /* width: 150%; */
  text-overflow: ellipsis;
  font-size: 15px;
  padding-top: 30px;
}

.boxContainer .box a .img:hover {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px rgba(255, 255, 255, 0.8), inset 18px 18px 30px rgba(0, 0, 0, 0.1), inset -18px -18px 30px rgba(255, 255, 255, 1);
  transition: box-shadow 0.2s ease-out;
}

/* 当鼠标在图标上时，缩小图片的大小 */

.boxContainer .box a .img:hover img {
  width: 60px;
  transition: width 0.2s ease-out;
}

/* -------------------用户中心/活动中心左上角小文字提示------------------- */

.boxContainer .avtive-title {
  width: 95%;
  line-height: 40px;
  /* height: 40px; */
  /* 下划线 */
  border-bottom: 1px solid #ddd;
  position: relative;
}

.boxContainer .avtive-title span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 150px;
  text-align: center;
  height: 55px;
  line-height: 55px;
  font-size: 24px;
  color: #007ED6;
  /* border-bottom: 1px solid #007ED6; */
}

/* -------------------用户中心/活动中心左上角小文字提示------------------- */

/* ----------------------------------------------------------------响应式 拟态按钮样式---------------------------------------------------------------- */

/* ----------------------------------------------------------------活动中心页面样式---------------------------------------------------------------- */

/* 技术支持区域大小样式 */

.technical-support {
  border: 2px solid #ddd;
  padding: 20px;
  margin: 20px 0;
  /* ! 通过设置  overflow: hidden; 消除子元素不能撑开父元素的bug */
  overflow: hidden;
}

/* -------------------左上角小文字提示------------------- */

.technical-support .avtive-title {
  width: 100%;
  line-height: 40px;
  /* 下划线 */
  border-bottom: 1px solid #ddd;
  position: relative;
}

.technical-support .avtive-title span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 100%;
  text-align: left;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  color: #007ED6;
  /* border-bottom: 1px solid #007ED6; */
}

/* -------------------左上角小文字提示------------------- */

/* ******************************************前往用户中心a标签样式效果********************************* */

.technical-support .title-header a {
  display: inline-block;
  padding: 0 22px;
  margin: 5px 20px 0;
  font-size: 20px;
  line-height: 46px;
  color: #0469d4;
  border: 1px solid #0469d4;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s ease-out;
  /* 文字水平居中 */
  text-align: center;
}

.technical-support .title-header a:hover {
  background-color: #0469d4;
  color: black;
  border-radius: 10px;
  transition: all 0.3s ease-in;
}

/* ******************************************前往用户中心a标签样式效果********************************* */

/*------------------------------------------ 滚动公告栏 样式-------------------------------- */

.notice {
  /* width: 100%; */
  /*单行显示，超出隐藏*/
  height: 45px;
  /*固定公告栏显示区域的高度*/
  /* padding: 0 30px; */
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .15);
  overflow: hidden;
}

.notice ul li {
  list-style: none;
  line-height: 45px;
  /*以下为了单行显示，超出隐藏*/
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 600;
}

.notice ul li a:hover {
  color: orangered;
}

.cjNewsIcon {
  float: left;
  margin-right: 20px;
  display: block;
  width: 48px;
  height: 45px;
  background: orangered;
}

.cjNewsIcon i {
  font-size: 45px;
  color: #fff;
}

.cjNewsMore {
  float: right;
  margin-left: 20px;
  display: block;
  width: 100px;
  height: 45px;
  /* background: orangered; */
}

.more-tagA {
  display: block;
  zoom: 1;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  color: #0469d4;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.8s ease-out;
  transition: font-size 0.3s ease-out;
}

.more-tagA:hover {
  color: black;
  font-size: 20px;
  transition: background-color 0.8s ease-out;
  transition: font-size 0.3s ease-out;
}

/*------------------------------------------ 滚动公告栏 样式-------------------------------- */

/* --------------------------------------翻转卡片样式-------------------------------------- */

.cjFlipCard {
  position: relative;
  transform-style: preserve-3d;
  width: 100%;
  height: 200px;
  cursor: pointer;
  /* box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.05); */
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .15);
  transition: all .2s ease-in-out;
  border-radius: 30px;
  margin-top: 20px;
  animation: rotate-reverse 1s cubic-bezier(.76, -0.51, .29, 1.5) forwards;
  /* 禁止鼠标选择里面的内容 */
  /* user-select: none; */
}

/* .cjFlipCard:active {   active的效果就是按住鼠标时触发 */

.cjFlipCard:hover {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .25);
  transition: all .2s ease-in-out;
  animation: rotate 1s cubic-bezier(.76, -0.51, .29, 1.5) forwards;
}

/* 正反卡片样式 */

.card_front, .card_back {
  width: 100%;
  height: 100%;
  display: flex;
  /* justify-content: space-around; */
  align-items: center;
  flex-direction: column;
  border-radius: 30px;
  background-color: wheat;
}

.card_front {
  position: absolute;
}

/* 正面/反面 卡片内容大小样式 */

.card_front_contaner, .card_back_contaner {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 100%;
}

/* 正面卡片内容样式 */

.card_front_text {
  width: 100%;
}

.card_front_text div {
  width: 100%;
}

.card_front_text p, .card_front_text span {
  display: inline-block;
  padding: 10px 0;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  border-radius: 3px;
  cursor: pointer;
}

/* 让左侧的文字只占30%，给右侧多留点空间，防止右侧文字过多，换行 */

.card_front_text p {
  width: 30%;
  text-align: right;
}

.card_front_text span {
  width: 69%;
  text-align: center;
}

/* 正面卡片内容样式 */

/* 卡片背面样式 */

.card_back {
  transform-style: preserve-3d;
  /* 把背面的内容y轴反转，否则内容是反的 */
  transform: rotateY(180deg);
}

/* 翻转动画 */

@keyframes rotate {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(180deg);
  }
}

@keyframes rotate-reverse {
  100% {
    transform: rotateY(0deg);
  }
  0% {
    transform: rotateY(180deg);
  }
}

/* 正面卡片图片样式 */

.card_front_img {
  padding-left: 20px;
}

.card_front_img img {
  border-radius: 50%;
}

/* 正面卡片图片样式 */

/* --------------------------------------翻转卡片样式-------------------------------------- */

/* 反面卡片的文字样式 */

.card_back_text {
  display: flex;
  flex-direction: column;
}

.card_back_text div {
  font-size: 25px;
  text-align: center;
}

@media( max-width:500px) {
  .card_back_text div {
    font-size: 15px;
  }
}

.card_back_text div:first-child {
  margin-bottom: 20px;
}

/* 反面卡片的文字样式 */

/* ----------------------------------------------------------------活动中心页面样式---------------------------------------------------------------- */

/* -------------------------------------验证码样式------------------------------------- */

.cjCode-container {
  border: 1px solid #ccc;
  border-radius: 5px;
  display: inline-block;
  line-height: 40px;
  margin-left: 5px;
  width: 100px;
  height: 40px;
  /* 鼠标移入时的光标效果-手指 */
  cursor: Pointer;
}

/* -------------------------------------验证码样式------------------------------------- */

/* ----------------------------------------------------------------用户修改信息页面样式---------------------------------------------------------------- */

/* ---------------------------------------用户中心input输入框聚焦时阴影样式--------------------- */

.cjInputShadowOut {
  transition: box-shadow 0.6s ease-out;
}

.cjInputShadow {
  -webkit-box-shadow: 0 0 10px rgba(0, 204, 204, .5);
  -moz-box-shadow: 0 0 10px rgba(0, 204, 204, .5);
  box-shadow: 0 0 10px rgba(0, 204, 204, .5);
  border-radius: 5px;
  transition: box-shadow 0.6s ease-out;
}

/*-------------------------用户中心input输入框聚焦时阴影样式 ----------------------------------*/

/* ===================================无裁剪功能上传头像区域样式============================================= */

.avatar-add {
  position: relative;
  width: 100%;
  height: 373px;
  background-color: #F2F2F5;
}

.avatar-add p {
  position: absolute;
  top: 70px;
  width: 100%;
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  color: #999;
}

.avatar-add .upload-img {
  position: absolute;
  left: 50%;
  top: 35px;
  margin: 0 0 0 -56px;
}

.layui-upload-file {
  display: none !important;
  opacity: .01;
}

.avatar-add img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 168px;
  height: 168px;
  margin: -50px 0 0 -84px;
  border-radius: 100%;
}

.avatar-add .loading {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  background-color: #000;
  opacity: 0.5;
}

/* ===================================无裁剪功能上传头像区域样式============================================= */

/* =====================================我的消息区域样式============================================= */

#LAY-minemsg {
  min-height: 420px;
}

.mine-msg li {
  position: relative;
  margin-bottom: 15px;
  padding: 10px 0 5px;
  line-height: 24px;
  border-bottom: 1px dotted #E9E9E9
}

.mine-msg li cite {
  padding: 0 5px;
  color: #4F99CF;
}

.mine-msg li i {
  color: #4F99CF;
  padding-right: 5px;
}

.mine-msg li>p {
  position: relative;
  margin-top: 5px;
  line-height: 26px;
  text-align: right;
}

.mine-msg li>p span {
  position: absolute;
  left: 0;
  top: 0;
  color: #999;
}

.mine-msg li .fly-delete {
  position: relative;
  top: -3px;
}

.mine-msg li .layui-elem-quote p[download] {
  padding: 10px 0 5px;
}

/* =====================================我的消息区域样式============================================= */

/* ----------------------------------------------------------------用户修改信息页面样式---------------------------------------------------------------- */

/* ========================================申报福建省青少年科技创新大赛入口样式============================================ */

/* 包含其的div */

.activeDeclareContainer {
  height: 100px;
  width: 100%;
  border: 2px solid #ddd;
  margin-bottom: 20px;
}

a.activeDeclareAtag {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 24px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}

.activeDeclareAtag span.bg {
  position: absolute;
  left: -5%;
  width: 0;
  height: 100%;
  background: #009CFF;
  -webkit-transition: 0.7s ease-out all;
  transition: 0.7s ease-out all;
  -webkit-transform: skewX(-5deg);
  transform: skewX(-5deg);
  z-index: 3;
}

.activeDeclareAtag:hover {
  /* 手指显示 */
  cursor: pointer;
}

.activeDeclareAtag:hover span.bg {
  width: 110%;
}

.activeDeclareAtag span.activeDeclareText {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: black;
  font-size: 1.25rem;
  letter-spacing: 0.015rem;
  z-index: 4;
  display: flex;
  align-items: center;
}

/* ========================================申报福建省青少年科技创新大赛入口样式============================================ */