.t {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.otxthide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.txtCenter {
  text-justify: inter-ideograph;
  text-align: justify;
  word-wrap: break-word;
  overflow: hidden;
}
/* 可复制的文本 */
.txtcopy {
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  -khtml-user-select: text;
  user-select: text;
}
.fc9 {
  color: #999;
}
.fc6 {
  color: #666;
}
.fc3 {
  color: #333;
}
.fc0 {
  color: #000;
}
.fcf {
  color: #fff;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f15 {
  font-size: 15px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f28 {
  font-size: 28px;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.fwn {
  font-weight: normal;
}
.container,
.w1200 {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
}
.flex {
  display: flex;
}
.flexSpb {
  justify-content: space-between;
}
.flexVc {
  align-items: center;
}
.position {
  position: relative;
}
@media screen and (min-width: 1230px) {
  .container,
  .w1200 {
    width: 98%;
    margin: 0 auto;
    padding: 0;
  }
}
.loginView {
  background: #f4f9fd;
}
.loginView .loginBox {
  position: relative;
  background: linear-gradient(180deg, #6ec4fe 0%, #2197e6 100%);
  height: 100vh;
}
.loginView .left {
  display: none;
}
.loginView .right {
  padding-top: 16vh;
}
.loginView .right .title {
  font-size: 22px;
  color: #fff;
  text-align: center;
}
.loginView .right .rLogin {
  margin-bottom: 20px;
  font-size: 18px;
}
.loginView .right .submit {
  margin-top: 20px;
  text-align: center;
}
.loginView .right .submit .layui-btn {
  background: linear-gradient(180deg, #6ec4fe 0%, #2197e6 100%);
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  padding: 0px 20px;
  border: none;
  outline: none;
  cursor: pointer;
  width: 170px;
  height: 48px;
  box-shadow: 0px 6px 12px rgba(63, 140, 255, 0.26);
}
.loginView .right .wjpassword {
  color: #fff;
  line-height: 24px;
}
.loginView .right .wjpassword a {
  color: #fff;
}
.loginView .right .layui-form-checkbox span {
  line-height: 23px;
  color: #fff;
}
.loginView .right .layui-icon,
.layui-form-checkbox[lay-skin=primary]:hover i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  outline: none;
  border: 2px solid #0a1629 !important;
}
.loginView .right .layui-form-checked .layui-icon {
  width: 20px;
  height: 20px;
  line-height: 18px;
  background: #fff !important;
}
.loginView .right .layui-form-checked .layui-icon::before {
  font-weight: bold;
  color: #3f8cff;
}
.loginView .right .formItem {
  margin-top: 30px;
}
.loginView .formItem .eye {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.loginView .formItem .eye .img02 {
  display: none;
}
.loginView .formItem .eye .img01 {
  display: inline-block;
}
.loginView .formItem .eye.showEye .img02 {
  display: inline-block;
}
.loginView .formItem .eye.showEye .img01 {
  display: none;
}
.loginView .labelText {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.27px;
  color: #fff;
}
.loginView .layui-input,
.loginView .layui-select,
.loginView .layui-textarea {
  border-radius: 8px;
  overflow: hidden;
  height: 50px;
}
.loginView .right .rightBox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.loginView .right .rightBox .rightView {
  padding: 0 30px;
}
@media screen and (min-width: 1200px) {
  .loginView {
    padding: 40px;
    min-height: 80px;
    display: block;
    overflow: hidden;
  }
  .loginView .loginBox {
    display: flex;
    position: relative;
    align-items: stretch;
    width: 100%;
    min-height: calc(100vh - 80px);
    height: calc(100% - 80px);
    overflow: hidden;
  }
  .loginView .left {
    display: block;
    padding: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
  }
  .loginView .right {
    display: block;
    padding: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
  }
  .loginView .right .rLogin {
    display: none;
  }
  .loginView .labelText {
    color: #7d8592;
  }
  .loginView .left .leftBox {
    padding: 0 140px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  .loginView .right .rightBox .rightView {
    padding: 0 140px;
    max-width: 675px;
    margin: 0 auto;
  }
  .loginView .right .title {
    line-height: 31.86px;
    color: #0a1629;
  }
  .loginView .right .wjpassword {
    color: #7d8592;
  }
  .loginView .right .wjpassword a {
    color: #7d8592;
  }
  .loginView .left .title {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20%;
  }
  .loginView .right .layui-form-checkbox span {
    color: #7d8592;
  }
}
@media screen and (min-width: 1600px) {
  .loginView .left .title {
    font-size: 40px;
  }
}
.header {
  padding: 10px 20px;
  background: linear-gradient(180deg, #6EC4FE 0%, #2197E6 100%);
}
.headerBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerBox .left .logo img {
  width: 50px;
}
  .headerBox .content {
    display: block;
    text-align: center;
    color: #fff;
  }
.headerBox .right .logout .iconfont {
  color: #fff;
  font-size: 20px;
}
.headerBox .right .logout .txt {
  display: none;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .header {
    padding: 32px 35px 19px 80px;
  }
  .headerBox .left .logo img {
    width: 190px;
  }
  .headerBox .content .title {
    font-size: 30px;
    font-weight: bold;
  }
  .headerBox .content .titleInfo {
    font-size: 38px;
  }
  .headerBox .right .logout {
    display: flex;
    align-items: center;
    color: #fff;
  }
  .headerBox .right .logout .txt {
    display: inline-block;
    padding-left: 5px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .headerBox .content .title {
    font-size: 40px;
  }
  .headerBox .content .titleInfo {
    font-size: 48px;
  }
  .headerBox .right .logout .txt {
    font-size: 24px;
    padding-left: 8px;
  }
  .headerBox .right .logout .iconfont {
    font-size: 30px;
  }
}
.footer {
  background: linear-gradient(180deg, #6EC4FE 0%, #2197E6 100%);
}
.footer .footerBox {
  padding: 10px 15px;
}
.footer a {
  color: #fff;
  padding: 0 5px;
  display: inline-block;
}
.HomeMain {
  padding: 15px;
  background: #fafafa;
}
.promotion .promotionL .box {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  padding: 20px 15px;
  padding-top: 50px;
  background: #F5FBFF;
  border: 1px solid #429BE8;
}
.promotion .promotionL .box .img {
  display: none;
}
.promotion .promotionL .box .title {
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  width: 183px;
  height: 34px;
  font-size: 15px;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
  background: url('../images/titlebg.png') no-repeat left center;
}
.promotion .promotionL .box .title .txt {
  display: inline-block;
  padding: 0 20px;
  position: relative;
  background: url('../images/star.png') no-repeat left center;
}
.promotion .promotionL .box .title .txtbg {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 12px;
  background: url('../images/star.png') no-repeat left center;
}
.promotion .promotionL .box .con {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 24px;
  color: #3d67d9;
}
.promotion .promotionR {
  display: none;
}
.HomeRight {
  padding-top: 20px;
}
@media screen and (min-width: 1200px) {
  .HomeMain {
    padding: 25px;
  }
  .footer {
    height: 52px;
  }
  .footer .footerBox {
    padding: 15px 30px;
  }
  .HomeMain {
    min-height: calc(100vh - 146px - 52px);
    display: flex;
  }
  .HomeLeft {
    width: 350px;
    flex-grow: 0;
    flex-shrink: 0;
    background: #FFFFFF;
    padding: 17px;
    border-radius: 12px;
    border: 1px solid #429BE8;
  }
  .HomeRight {
    padding: 0 34px;
    flex: 1;
  }
  .promotion .promotionL .box .img {
    display: block;
    z-index: 1;
    position: absolute;
    left: 0;
    top: -132px;
  }
  .promotion .promotionL .box {
    margin-top: 130px;
  }
  .promotion .promotionR {
    display: block;
    padding-top: 20px;
  }
  .promotion .promotionR .box {
    border-radius: 5.06px;
    width: 230px;
    margin: 0 auto;
    background: rgba(63, 140, 255, 0.1);
    text-align: center;
    padding: 25px;
  }
  .promotion .promotionR .box .img {
    border-radius: 5.06px;
    padding: 15px;
    background: #3f8cff;
    box-shadow: 0px 7.6px 15.19px rgba(63, 140, 255, 0.26);
  }
  .promotion .promotionR .box .txt {
    /** 文本1 */
    padding-top: 17px;
    font-size: 17.72px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24.31px;
    color: #0a1629;
  }
}
.searchBox .item {
  margin-bottom: 10px;
  position: relative;
}
.searchBox .item .layui-input {
  height: 50px;
  border-radius: 4px;
  border: 1px solid #D8E0F0;
  box-shadow: 0px 6px 58px #C4CBD6;
}
.searchBox .item01 .layui-input {
  padding-left: 40px;
  background: #fff url('../images/search.png') no-repeat 10px center;
}
.searchBox .item02 .layui-input {
  padding-right: 40px;
}
.searchBox .item02 .i {
  width: 20px;
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  background: url('../images/time.png') no-repeat center;
  pointer-events: none;
  height: 100%;
}
.pageView .txt {
  line-height: 38px;
  display: inline-block;
  vertical-align: middle;
}
.pageView .iconfont {
  font-size: 26px;
  color: #C9CCD1;
}
.pageView .txtbtn {
  cursor: pointer;
}
.pageView .txtbtn:hover .iconfont {
  color: #1E4DD1;
}
.pageList .pageView {
  display: none;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 1600px) {
  .HomeMain {
    min-height: calc(100vh - 174px - 52px);
    padding: 35px;
    display: flex;
  }
  .promotion .promotionR {
    padding-top: 45px;
  }
}
body .layui-laydate .layui-this {
  background-color: #3ca0e5 !important;
  color: #fff !important;
}
body .laydate-theme-molv .layui-laydate-header {
  border: none;
  background-color: #3ca0e5;
}
body .laydate-theme-grid .laydate-selected,
body .laydate-theme-grid .laydate-selected:hover {
  background-color: #f2f2f2 !important;
  color: #3ca0e5 !important;
}
body .layui-laydate-header i:hover,
body .layui-laydate-header span:hover {
  color: #3f8cff;
}
body .layui-laydate-footer span:hover {
  color: #3f8cff;
}
body .laydate-selected:hover {
  background-color: #3f8cff !important;
}
body .layui-laydate-hint {
  color: #FF5722;
}
body .laydate-day-mark::after {
  background-color: #3f8cff;
}
body .layui-laydate-footer span[lay-type=date] {
  color: #3f8cff;
}
.MainList .pageView {
  margin-top: 15px;
  text-align: center;
}
.MainList .ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.MainList .ul li .lia {
  display: block;
  padding-top: 97.22%;
  position: relative;
  height: 0;
  border-radius: 10.85px;
  overflow: hidden;
}
.MainList .ul li .lia .txt {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.MainList .ul li .lia .txt {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding: 0 10px;
}
.MainList .ul li:nth-child(2n+1) .lia {
  border-radius: 10.85px;
  background: linear-gradient(180deg, #88a9ff 0%, #4f6bff 100%);
  box-shadow: 0px 3.62px 14.47px rgba(0, 0, 0, 0.16);
}
.MainList .ul li:nth-child(2n+2) .lia {
  background: linear-gradient(180deg, #6ec4fe 0%, #2197e6 100%);
}
.MainList .ul li:nth-child(3n+3) .lia {
  background: linear-gradient(180deg, #fa71cd 0%, #c471f5 100%);
}
@media screen and (min-width: 1200px) {
  .MainList .pageView {
    display: none;
  }
  .HomeBox {
    margin-left: 0;
    margin-right: auto;
  }
  .MainList .ul {
    padding-top: 35px;
    grid-template-columns: repeat(5, 1fr);
    gap: 35px;
  }
  .pageView .txt {
    padding: 0 10px;
  }
  .searchBox .item {
    margin-bottom: 0;
  }
  .searchBoxView {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .pageList .pageView {
    display: block;
    background: #fff;
    padding: 0 15px;
    border-radius: 3px;
    overflow: hidden;
  }
  .searchBoxView .searchBox {
    display: flex;
    width: 505px;
    gap: 20px;
  }
  .searchBoxView .searchBox .item {
    flex: 1;
  }
  .MainList .ul li .lia .txt {
    font-size: 28px;
  }
}
@media screen and (min-width: 1600px) {
  .searchBoxView .searchBox {
    width: 605px;
  }
  .MainList .ul {
    gap: 40px;
  }
  .MainList .ul li .lia .txt {
    font-size: 36px;
    padding: 0 15px;
  }
  .searchBox .item .layui-input {
    height: 54px;
  }
}
.InfoMain {
  min-height: 100vh;
  background: url('../images/infoBg.png') no-repeat center center;
  background-size: cover;
}
.InfoMainLeft {
  padding: 15px;
  background: linear-gradient(180deg, #6ec4fe 0%, #2197e6 100%);
}
.InfoMainLeft .backView {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.InfoMainLeft .backView a {
  color: #fff;
}
.InfoList {
  padding: 20px;
}
.InfoList .ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.InfoList .ul li .lia {
  display: block;
  padding-top: 97.22%;
  position: relative;
  height: 0;
  border-radius: 10.85px;
  overflow: hidden;
}
.InfoList .ul li .lia .txt {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  font-size: 18px;
  color: #fff;
  padding: 0 10px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.InfoList .ul li:nth-child(2n+1) .lia {
  border-radius: 10.85px;
  background: linear-gradient(180deg, #88a9ff 0%, #4f6bff 100%);
  box-shadow: 0px 3.62px 14.47px rgba(0, 0, 0, 0.16);
}
.InfoList .ul li:nth-child(2n+2) .lia {
  background: linear-gradient(180deg, #6ec4fe 0%, #2197e6 100%);
}
.InfoList .ul li:nth-child(3n+3) .lia {
  background: linear-gradient(180deg, #fa71cd 0%, #c471f5 100%);
}
@media screen and (min-width: 1200px) {
  .InfoMainLeft .backView .back a {
    font-size: 20px;
  }
  .InfoMainLeft .backView .back .iconfont {
    font-size: 24px;
  }
  .InfoMainBox {
    display: flex;
    min-height: 100vh;
  }
  .InfoList .ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
  .InfoMainBox .InfoMainLeft {
    width: 285px;
    flex-shrink: 0;
  }
  .InfoMainBox .InfoMainRight {
    flex: 1;
    padding: 60px;
  }
  .InfoMainLeft .backView {
    display: block;
  }
  .InfoMainLeft .backView .txtbox {
    font-weight: 700;
    display: block;
    width: 100%;
    height: calc(100vh - 90px);
    writing-mode: vertical-lr;
    text-align: center;
    line-height: 250px;
    font-size: 120px;
    letter-spacing: 1em;
  }
  .InfoList .ul li .lia .txt {
    font-size: 20px;
    padding: 0 20px;
  }
  .InfoMainRight .InfoList {
    height: calc(100vh - 120px);
    overflow-x: hidden;
    overflow-y: auto;
    /* 滚动条样式 */
    /* 滚动条滑块（里面小方块） */
    /* 滚动条轨道 */
    /* hover时显色 */
  }
  .InfoMainRight .InfoList::-webkit-scrollbar {
    width: 5px;
    /*  设置纵轴（y轴）轴滚动条 */
    height: 5px;
    /*  设置横轴（x轴）轴滚动条 */
    opacity: 0;
  }
  .InfoMainRight .InfoList::-webkit-scrollbar-thumb {
    border-radius: 11px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.3);
  }
  .InfoMainRight .InfoList::-webkit-scrollbar-track {
    border-radius: 20px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.2);
  }
  .InfoMainRight .InfoList:hover::-webkit-scrollbar {
    opacity: 1;
  }
}
@media screen and (min-width: 1600px) {
  .InfoList .ul li .lia .txt {
    font-size: 32px;
    padding: 0 30px;
  }
}

/* 2026/05/08 15:35 info 页样式修改 */
.InfoList .block-ul{
	display: block !important;
}
.InfoList .block-ul li .lia {
	padding-top: 10.22% !important;
}
.InfoList .block-ul li:nth-child(2n+2) .lia{
	background: none !important;
	box-shadow: none !important;
}
.InfoList .block-ul li:nth-child(2n+1) .lia{
	background: none !important;
	box-shadow: none !important;
}
.InfoList .block-ul li:nth-child(3n+3) .lia{
	background: none !important;
	box-shadow: none !important;
}
.InfoList .block-ul li .lia .txt {
	color: rgb(0, 0, 0) !important;
	font-size: 14px;
}
@media screen and (min-width: 1600px){
	.InfoList .block-ul li .lia .txt {
	    font-size: 20px;
	}
}

@media screen and (min-width: 1200px){
	.InfoList .block-ul li .lia .txt {
	    font-size: 24px;
	}
}
