@charset "UTF-8";
@font-face {
  font-family: "king";
  src: url(../font/king.ttf);
}
/*声明 WebFont*/
body {
  padding: 0;
  margin: 0;
  font: normal 12px/180% "微软雅黑";
  color: #333;
  background: #fff;
  font-family: "微软雅黑";
}

h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
}

div {
  margin: 0 auto;
  text-align: left;
  font: normal 12px/180% "微软雅黑";
  font-family: "微软雅黑";
}

a:link, a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #3b84cc;
  text-decoration: none;
}

img {
  border: none;
}

ol, ul, li {
  list-style: none;
}

i {
  font-style: normal;
}

input, img {
  vertical-align: middle;
}

input[type=button], input[type=submit] {
  vertical-align: middle;
  cursor: pointer;
}

/*html5*/
article, aside, dialog, footer, header, section, footer, nav, figure, menu {
  display: block;
  margin: 0 auto;
}

/*clear*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

input[type=button], input[type=submit], input[type=text], input[type=password] {
  -webkit-appearance: none;
  outline: none;
}

html, body {
  background: url(../images/bg.jpg) no-repeat top center;
  overflow-x: hidden;
}

.top {
  height: 850px;
}

/* 滚动条整体 */
.ping .left .leftBox::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}

/* 两个滚动条交接处 -- x轴和y轴 */
.ping .left .leftBox::-webkit-scrollbar-corner {
  background-color: transparent;
}

/* 滚动条滑块 */
.ping .left .leftBox::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #78b7ff;
}

/* 滚动条轨道 */
.ping .left .leftBox::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}

/* 滚动条整体 */
.ping .right .rightBox::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}

/* 两个滚动条交接处 -- x轴和y轴 */
.ping .right .rightBox::-webkit-scrollbar-corner {
  background-color: transparent;
}

/* 滚动条滑块 */
.ping .right .rightBox::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #78b7ff;
}

/* 滚动条轨道 */
.ping .right .rightBox::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}

/*copyright*/
.copyright {
  color: #52565a;
  font-size: 16px;
  text-align: center;
  padding: 120px 0;
  background: #ebf2fb;
}
.copyright .copyrightBox {
  width: 1100px;
  margin: 0 auto;
}
.copyright .copyrightBox .left {
  width: 55%;
  float: left;
}
.copyright .copyrightBox .left h3 {
  color: #011125;
  font-size: 24px;
}
.copyright .copyrightBox .left p {
  font-size: 16px;
  padding-top: 20px;
  line-height: 140%;
}
.copyright .copyrightBox .left p.ban {
  margin-top: 30px;
}
.copyright .copyrightBox .right {
  width: 40%;
  float: right;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.copyright .copyrightBox .right p {
  font-size: 16px;
  text-align: center;
  padding-bottom: 15px;
}
.copyright .copyrightBox .right p.title {
  width: 100%;
}
.copyright .copyrightBox .right .item {
  width: 25%;
  text-align: center;
  font-size: 16px;
}
.copyright .copyrightBox .right img {
  width: 100px;
}

.mobileBan {
  display: none;
}

.huaBox {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 1000;
}

/*版权信息确认弹窗*/
.copyrightBox_tip {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  background: #fff;
  border-radius: 8px;
  z-index: 1001;
  display: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.copyrightBox_tip .copyrightInner {
  padding: 20px;
}
.copyrightBox_tip .copyrightInner h3 {
  text-align: center;
  font-size: 18px;
  margin: 0 0 15px 0;
  color: #333;
}
.copyrightBox_tip .copyrightInner .copyrightContent {
  max-height: 50vh;
  overflow-y: auto;
  padding: 0 10px;
  -webkit-overflow-scrolling: touch;
}
.copyrightBox_tip .copyrightInner .copyrightContent h4 {
  font-size: 16px;
  margin: 0 0 10px 0;
  color: #333;
}
.copyrightBox_tip .copyrightInner .copyrightContent h5 {
  font-size: 14px;
  margin: 0 0 8px 0;
  color: #555;
}
.copyrightBox_tip .copyrightInner .copyrightContent p {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
  margin: 0 0 8px 0;
}
.copyrightBox_tip .copyrightInner .copyrightContent p:first-child {
  font-weight: bold;
  color: #333;
  margin-top: 0;
}
.copyrightBox_tip .copyrightInner .copyrightBtnBox {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.copyrightBox_tip .copyrightInner .copyrightBtnBox button {
  flex: 1;
  padding: 10px 0;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  margin: 0 5px;
}
.copyrightBox_tip .copyrightInner .copyrightBtnBox button.copyrightCancel {
  background: #f0f0f0;
  color: #666;
}
.copyrightBox_tip .copyrightInner .copyrightBtnBox button.copyrightConfirm {
  background: #e60012;
  color: #fff;
  cursor: pointer;
}

.blackBg {
  background: #000;
  opacity: 0.6;
  width: 100%;
  height: 100vh;
  z-index: 999;
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
}

.main {
  width: 1100px;
  margin: 0 auto;
}
.main .left {
  width: 500px;
  float: left;
  font-size: 16px;
}
.main .right {
  width: 500px;
  float: right;
  text-align: right;
  padding-top: 25px;
}
.main .right img {
  width: 60%;
}

.pagemain {
  padding-bottom: 150px;
}

.dsInfo {
  width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
}
.dsInfo .title {
  font-size: 30px;
  color: #2a2c34;
  margin-bottom: 40px;
  text-align: center;
}
.dsInfo .left {
  width: 41%;
  float: left;
  padding: 30px 4%;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: linear-gradient(to right, #fff, #fae5c3);
}
.dsInfo .left h4 {
  font-size: 18px;
  color: #e45c38;
  padding-bottom: 10px;
}
.dsInfo .left p {
  color: #4c4646;
  font-size: 16px;
  line-height: 150%;
  padding: 3px 0;
}
.dsInfo .left p a {
  color: #4c4646;
  text-decoration: none;
}
.dsInfo .right {
  width: 41%;
  float: right;
  padding: 30px 4%;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: linear-gradient(to right, #fff, #fae5c3);
}
.dsInfo .right h4 {
  font-size: 18px;
  color: #e45c38;
  padding-bottom: 10px;
}
.dsInfo .right p {
  color: #4c4646;
  font-size: 16px;
  line-height: 150%;
  padding: 3px 0;
}
.dsInfo .right p a {
  color: #4c4646;
  text-decoration: none;
}

.dsInfo_1 .left {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.dsInfo_1 .left h4 {
  width: 100%;
}
.dsInfo_1 .left .item {
  width: 33%;
  text-align: center;
}
.dsInfo_1 .left .item img {
  border-radius: 10px;
  width: 95%;
}
.dsInfo_1 .right .wenxueBox {
  width: 100%;
  overflow-x: hidden;
}
.dsInfo_1 .right h4 {
  width: 100%;
}
.dsInfo_1 .right .swiper-slide {
  text-align: center;
}
.dsInfo_1 .right .swiper-slide img {
  border-radius: 10px;
  width: 95%;
}

.zpInfo {
  width: 1100px;
  margin: 0 auto;
  padding: 40px 0 40px 0;
}
.zpInfo .title {
  font-size: 30px;
  color: #2a2c34;
  margin-bottom: 40px;
  text-align: center;
}
.zpInfo .zpBox {
  width: 100%;
}
.zpInfo .zpBox .item {
  float: left;
  width: 260px;
  margin: 0 20px 45px 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  overflow: hidden;
  padding-bottom: 30px;
}
.zpInfo .zpBox .item h3 {
  color: #6c5b4c;
  font-size: 16px;
  width: 90%;
  padding: 10px 0 5px 0;
  margin: 0 auto;
}
.zpInfo .zpBox .item p {
  font-size: 14px;
  width: 90%;
  margin: 0 auto;
  color: #6c5b4c;
}
.zpInfo .zpBox .item p.link {
  text-align: right;
}
.zpInfo .zpBox .item:nth-child(4n) {
  margin-right: 0;
}

.jpInfo {
  width: 1100px;
  margin: 0 auto;
  padding: 40px 0 40px 0;
}
.jpInfo .title {
  font-size: 30px;
  color: #2a2c34;
  margin-bottom: 40px;
  text-align: center;
}
.jpInfo .jpBox {
  width: 100%;
  border-radius: 0 10px 10px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: linear-gradient(to right, #fff, #fae5c3);
}
.jpInfo .left {
  width: 600px;
  float: left;
}
.jpInfo .right {
  width: 450px;
  float: right;
  padding: 15px 0;
}
.jpInfo .right h4 {
  font-size: 22px;
  color: #333;
  padding-bottom: 10px;
  text-align: center;
}
.jpInfo .right p {
  color: #333;
  font-size: 16px;
  line-height: 150%;
  padding: 2px 0;
}

.floatNav {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  height: 75px;
  width: 1100px;
  background: linear-gradient(to bottom, #a7d5f1, #6aabe8);
  border: 1px solid #fff;
  border-radius: 0px 0 15px 15px;
  text-align: center;
}
.floatNav span {
  color: #fff;
  margin: 0 20px;
  font-size: 16px;
  display: inline-block;
  line-height: 70px;
}
.floatNav span a {
  color: #fff;
  text-decoration: none;
}

.red {
  color: red;
  margin-right: 3px;
}

.shu_tip {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  display: none;
  width: 510px;
}
.shu_tip .tip_close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.shu_tip .tip_link {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 100px;
  cursor: pointer;
}

.shu_tip1 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  display: none;
  width: 510px;
}
.shu_tip1 .tip_close1 {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.shu_tip1 .tip_link {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 100px;
  cursor: pointer;
}

.rich-editor-wrap {
  border: 1px solid #b5ada5;
  border-radius: 6px;
  overflow: hidden;
  box-sizing: border-box;
  width: 880px;
  display: inline-block;
  vertical-align: top;
}

/* 工具栏样式 */
.rich-toolbar {
  padding: 10px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e5e6eb;
}

.rich-toolbar button {
  padding: 5px 12px;
  margin: 0 4px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  background: #ffffff;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s;
}

.rich-toolbar button:hover {
  background-color: #ecf5ff;
  border-color: #c0dfff;
}

/* 编辑区域样式 */
.rich-content {
  min-height: 220px;
  padding: 12px;
  outline: none;
  overflow-y: auto;
  font-size: 14px;
  line-height: 1.6;
}

/* 字数统计 */
.rich-count {
  padding: 8px 12px;
  text-align: right;
  font-size: 13px;
  color: #666;
  border-top: 1px solid #eee;
}

.rich-count.warn {
  color: #f59c00;
}

.rich-count.error {
  color: #f56c6c;
}

/* 模拟placeholder样式 */
.rich-content.rich-placeholder {
  position: relative;
}

.rich-content.rich-placeholder::before {
  content: attr(data-placeholder);
  position: absolute;
  left: 8px;
  top: 8px;
  color: #999;
  pointer-events: none;
  user-select: none;
  white-space: pre-line;
}

.loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  z-index: 1000;
  font-size: 20px;
  color: #fff;
  text-align: center;
  display: none;
}

.rightSwiper {
  width: 100%;
  overflow: hidden;
  height: 285px;
}
.rightSwiper .swiper-slide {
  text-align: center;
}
.rightSwiper .swiper-slide img {
  width: 260px;
  height: 140px;
}

.tgBox {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.tgBox .title {
  font-size: 30px;
  color: #2a2c34;
  margin-bottom: 20px;
}
.tgBox .tgTab {
  width: 100%;
  border-bottom: 2px solid #1a5bc1;
}
.tgBox .tgTab span {
  display: inline-block;
  width: 180px;
  height: 45px;
  line-height: 45px;
  background: #f7fcff;
  text-align: center;
  color: #112e90;
  font-size: 22px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  margin-right: 20px;
}
.tgBox .tgTab span.active {
  background: #1a5bc1;
  color: #fff;
}
.tgBox .tgContent {
  background: #fff;
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
}
.tgBox .tgContent .subTab {
  text-align: center;
  width: 348px;
  height: 45px;
  margin: 15px auto;
  background: url(../images/tab1.png) no-repeat;
  background-size: contain;
  display: flex;
  align-items: baseline;
  flex-direction: row;
  flex-wrap: wrap;
}
.tgBox .tgContent .subTab span {
  cursor: pointer;
  display: inline-block;
  width: 50%;
  line-height: 45px;
  font-size: 22px;
  color: #1a5bc1;
}
.tgBox .tgContent .subTab span.active {
  color: #fff;
}
.tgBox .tgContent .subTab1 {
  background: url(../images/tab2.png) no-repeat;
  background-size: contain;
}
.tgBox .tgContent .item {
  width: 50%;
  padding: 15px 0;
}
.tgBox .tgContent .item b {
  display: inline-block;
  width: 140px;
  text-align: right;
  font-size: 18px;
  font-weight: normal;
  padding-right: 10px;
}
.tgBox .tgContent .item input {
  width: 330px;
  height: 33px;
  border: 1px solid #b5ada5;
  border-radius: 5px;
  text-indent: 1em;
}
.tgBox .tgContent .item input.code {
  width: 200px;
}
.tgBox .tgContent .item span.getCode {
  display: inline-block;
  margin-left: 10px;
  height: 35px;
  background: #dadada;
  line-height: 35px;
  padding: 0 25px;
  border-radius: 5px;
  vertical-align: middle;
  border: 1px solid #b5ada5;
  cursor: pointer;
}
.tgBox .tgContent .item textarea.info {
  width: 860px;
  height: 180px;
  border: 1px solid #b5ada5;
  border-radius: 5px;
  font-size: 16px;
  padding: 10px;
  vertical-align: top;
}
.tgBox .tgContent .item select {
  width: 330px;
  height: 33px;
  border: 1px solid #b5ada5;
  border-radius: 5px;
  text-indent: 1em;
}
.tgBox .tgContent .fullItem {
  width: 100%;
}
.tgBox .tgContent .fullItem input[type=text] {
  width: 880px;
}
.tgBox .tgContent .tijiao {
  width: 100%;
  text-align: center;
}
.tgBox .tgContent .tijiao img {
  width: 230px;
  cursor: pointer;
}
.tgBox .tgContent .upBox {
  padding-left: 180px;
}
.tgBox .tgContent .upBox input[type=file] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 139px;
}
.tgBox .tgContent .upBox .upImg {
  display: inline-block;
  width: 139px;
  height: 36px;
  background: url(../images/up.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.tgBox .tgContent .upBox .upImg_c {
  display: inline-block;
  width: 139px;
  height: 36px;
  background: url(../images/c1.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.tgBox .tgContent .upBox .upVideo {
  display: inline-block;
  width: 139px;
  height: 36px;
  background: url(../images/up1.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.tgBox .tgContent .upBox .upVideo_c {
  display: inline-block;
  width: 139px;
  height: 36px;
  background: url(../images/c2.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.tgBox .tgContent .upBox .subItem {
  width: 150px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.tgBox .zpShow {
  width: 90%;
  margin: 20px auto;
  padding: 30px;
  background: #ecf9ff;
  border: 1px solid #b5ada5;
  border-radius: 15px;
}
.tgBox .zpShow h3 {
  font-size: 22px;
  color: #6c5b4c;
  margin-bottom: 20px;
}
.tgBox .zpShow p {
  font-size: 16px;
  color: #333;
  padding: 5px 0;
}

/*团队信息容器样式*/
.teamInfoBox {
  background: #f7f7f9;
  border: 1px dashed #ccc;
  border-radius: 8px;
  padding: 20px;
  margin: 10px 0 10px 150px;
  width: 840px;
  position: relative;
}
.teamInfoBox .teamInfoTitle {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
  padding-left: 10px;
  line-height: 1.2;
}
.teamInfoBox .teamInfoContent {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
}
.teamInfoBox .teamInfoContent .item {
  margin-bottom: 10px;
  width: 50%;
}
.teamInfoBox .teamInfoContent .item b {
  width: 120px;
}
.teamInfoBox .teamInfoContent .item:last-child {
  margin-bottom: 0;
}
.teamInfoBox .teamInfoContent .item input {
  background: #fff;
  width: 260px;
}
.teamInfoBox .teamInfoContent .fullItem {
  width: 100%;
}
.teamInfoBox .teamInfoContent .fullItem input[type=text] {
  width: 680px;
}

.bookBox {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  padding: 40px 0;
  border-top: 2px solid #1a5bc1;
  text-align: center;
}
.bookBox .bookFace {
  width: 80%;
  height: auto;
  padding: 30px 0;
  text-align: center;
  margin: 0 auto;
}
.bookBox .bookFace img {
  width: 60%;
}
.bookBox button {
  width: 200px;
  height: 45px;
  line-height: 45px;
  background: #1a5bc1;
  color: #fff;
  font-size: 22px;
  border-radius: 8px;
  cursor: pointer;
  border: none;
}
.bookBox button:hover {
  background: #0a4690;
}

@media (min-device-width: 320px) and (max-width: 689px), (max-device-width: 480px) {
  .bookBox {
    padding: 20px 0;
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-device-width: 320px) and (max-width: 689px), (max-device-width: 480px) {
  html, body {
    width: 10rem;
    background: url(../images/mobile_bg.jpg) no-repeat #fff;
    background-size: 100%;
  }
  .floatNav {
    display: none;
  }
  .top {
    height: 8.4rem;
  }
  .main {
    width: 100%;
    margin: 0 auto;
  }
  .main .left {
    width: 500px;
    float: left;
    font-size: 16px;
    display: none;
  }
  .main .right {
    width: 100%;
    float: none;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 6rem;
  }
  .main .right img {
    width: 35%;
  }
  .dsInfo {
    width: 100%;
    margin: 0 auto;
    padding: 1.3333333333rem 0;
  }
  .dsInfo .title {
    font-size: 30px;
    color: #2a2c34;
    margin-bottom: 40px;
    text-align: center;
  }
  .dsInfo .title img {
    width: 35%;
  }
  .dsInfo .left {
    width: 85%;
    float: none;
    padding: 0.4rem 4%;
    margin: 0 auto 0.4rem auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to right, #fff, #fae5c3);
  }
  .dsInfo .left h4 {
    font-size: 0.4533333333rem;
    color: #e45c38;
    padding-bottom: 10px;
    text-align: center;
  }
  .dsInfo .left p {
    color: #4c4646;
    font-size: 0.32rem;
    line-height: 150%;
    padding: 3px 0;
  }
  .dsInfo .left p a {
    color: #4c4646;
    text-decoration: none;
  }
  .dsInfo .right {
    width: 85%;
    float: none;
    padding: 0.4rem 4%;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to right, #fff, #fae5c3);
  }
  .dsInfo .right h4 {
    font-size: 0.4533333333rem;
    color: #e45c38;
    padding-bottom: 10px;
    text-align: center;
  }
  .dsInfo .right p {
    color: #4c4646;
    font-size: 0.32rem;
    line-height: 150%;
    padding: 3px 0;
  }
  .dsInfo .right p a {
    color: #4c4646;
    text-decoration: none;
  }
  .jpInfo {
    width: 100%;
    margin: 0 auto;
    padding: 0.6666666667rem 0;
  }
  .jpInfo .title {
    font-size: 30px;
    color: #2a2c34;
    margin-bottom: 40px;
    text-align: center;
  }
  .jpInfo .title img {
    width: 45%;
  }
  .jpInfo .left {
    width: 90%;
    float: none;
    margin: 0 auto 0.4rem auto;
  }
  .jpInfo .left video {
    width: 100%;
  }
  .jpInfo .left img {
    width: 100%;
  }
  .jpInfo .right {
    width: 90%;
    float: none;
    margin: 0 auto;
  }
  .jpInfo .right h4 {
    font-size: 0.4533333333rem;
    color: #333;
    text-align: center;
    padding-bottom: 15px;
  }
  .jpInfo .right p {
    color: #333;
    font-size: 0.32rem;
    line-height: 150%;
    padding: 2px 0;
  }
  .zpInfo {
    width: 100%;
    margin: 0 auto;
    padding: 0.5333333333rem 0 0.6666666667rem 0;
  }
  .zpInfo .title {
    font-size: 30px;
    color: #2a2c34;
    margin-bottom: 40px;
    text-align: center;
  }
  .zpInfo .title img {
    width: 45%;
  }
  .zpInfo .zpBox {
    width: 100%;
    margin: 0 auto;
  }
  .zpInfo .zpBox .item {
    float: left;
    width: 45%;
    margin: 0 3% 0.6rem 3%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    overflow: hidden;
    padding-bottom: 30px;
  }
  .zpInfo .zpBox .item img {
    width: 100%;
  }
  .zpInfo .zpBox .item h3 {
    color: #6c5b4c;
    font-size: 0.4rem;
    width: 90%;
    padding: 10px 0 5px 0;
    margin: 0 auto;
  }
  .zpInfo .zpBox .item p {
    font-size: 0.32rem;
    width: 90%;
    margin: 0 auto;
    color: #6c5b4c;
  }
  .zpInfo .zpBox .item p.link {
    text-align: right;
  }
  .zpInfo .zpBox .item p.link img {
    width: 50%;
  }
  .zpInfo .zpBox .item:nth-child(2n) {
    margin-right: 0;
    margin-left: 1%;
  }
  .copyright {
    color: #52565a;
    font-size: 16px;
    text-align: center;
    padding: 1.6rem 0;
    background: #ebf2fb;
  }
  .copyright .copyrightBox {
    width: 100%;
    margin: 0 auto;
  }
  .copyright .copyrightBox .left {
    width: 90%;
    float: none;
    margin: 0 auto;
  }
  .copyright .copyrightBox .left h3 {
    color: #011125;
    font-size: 0.4533333333rem;
  }
  .copyright .copyrightBox .left p {
    font-size: 0.32rem;
    padding-top: 20px;
    line-height: 140%;
  }
  .copyright .copyrightBox .left p.ban {
    margin-top: 0.4rem;
  }
  .copyright .copyrightBox .right {
    width: 90%;
    float: none;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0.5333333333rem;
  }
  .copyright .copyrightBox .right p {
    font-size: 0.32rem;
    text-align: center;
    padding-bottom: 15px;
  }
  .copyright .copyrightBox .right p.title {
    width: 100%;
  }
  .copyright .copyrightBox .right .item {
    width: 50%;
    text-align: center;
    font-size: 16px;
  }
  .copyright .copyrightBox .right img {
    width: 2.2666666667rem;
  }
  .pcBan {
    display: none;
  }
  .mobileBan {
    display: block;
    text-align: center;
  }
  .tgBox {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .tgBox .title {
    font-size: 30px;
    color: #2a2c34;
    margin-bottom: 20px;
  }
  .tgBox .tgTab {
    width: 90%;
    margin: 0 auto;
    border-bottom: 2px solid #1a5bc1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .tgBox .tgTab span {
    display: inline-block;
    width: 180px;
    height: 45px;
    line-height: 45px;
    background: #f7fcff;
    text-align: center;
    color: #112e90;
    font-size: 22px;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    margin-right: 20px;
  }
  .tgBox .tgTab span.active {
    background: #1a5bc1;
    color: #fff;
  }
  .tgBox .tgContent {
    background: #fff;
    width: 90%;
    margin: 0 auto;
    padding: 0.2666666667rem 0;
  }
  .tgBox .tgContent .subTab {
    text-align: center;
    width: 4.64rem;
    height: 0.6rem;
    margin: 15px auto;
    background: url(../images/tab1.png) no-repeat;
    background-size: contain;
    display: flex;
    align-items: baseline;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .tgBox .tgContent .subTab span {
    cursor: pointer;
    display: inline-block;
    width: 50%;
    line-height: 0.6rem;
    font-size: 0.32rem;
    color: #1a5bc1;
  }
  .tgBox .tgContent .subTab span.active {
    color: #fff;
  }
  .tgBox .tgContent .subTab1 {
    background: url(../images/tab2.png) no-repeat;
    background-size: contain;
  }
  .tgBox .tgContent .tgBox {
    display: flex;
    width: 90%;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
  }
  .tgBox .tgContent .item {
    width: 100%;
    padding: 15px 0;
  }
  .tgBox .tgContent .item b {
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 0.4533333333rem;
    font-weight: normal;
    padding-right: 0px;
    margin-bottom: 0.1333333333rem;
  }
  .tgBox .tgContent .item input {
    width: 100%;
    height: 33px;
    border: 1px solid #b5ada5;
    border-radius: 5px;
    text-indent: 1em;
  }
  .tgBox .tgContent .item input.code {
    width: 200px;
  }
  .tgBox .tgContent .item span.getCode {
    display: inline-block;
    margin-left: 10px;
    height: 35px;
    background: #dadada;
    line-height: 35px;
    padding: 0 25px;
    border-radius: 5px;
    vertical-align: middle;
    border: 1px solid #b5ada5;
    cursor: pointer;
  }
  .tgBox .tgContent .item textarea.info {
    width: 94%;
    height: 180px;
    border: 1px solid #b5ada5;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px;
    vertical-align: top;
  }
  .tgBox .tgContent .item select {
    width: 100%;
    height: 33px;
    border: 1px solid #b5ada5;
    border-radius: 5px;
    text-indent: 1em;
  }
  .tgBox .tgContent .fullItem {
    width: 100%;
  }
  .tgBox .tgContent .fullItem input[type=text] {
    width: 100%;
  }
  .tgBox .tgContent .tijiao {
    width: 100%;
    text-align: center;
  }
  .tgBox .tgContent .tijiao img {
    width: 230px;
    cursor: pointer;
  }
  .tgBox .tgContent .upBox {
    padding-left: 0;
  }
  .tgBox .tgContent .upBox input[type=file] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    width: 139px;
  }
  .tgBox .tgContent .upBox .upImg {
    display: inline-block;
    width: 139px;
    height: 36px;
    background: url(../images/up.png) no-repeat center center;
    background-size: contain;
    cursor: pointer;
  }
  .tgBox .tgContent .upBox .upImg_c {
    display: inline-block;
    width: 139px;
    height: 36px;
    background: url(../images/c1.png) no-repeat center center;
    background-size: contain;
    cursor: pointer;
  }
  .tgBox .tgContent .upBox .upVideo {
    display: inline-block;
    width: 139px;
    height: 36px;
    background: url(../images/up1.png) no-repeat center center;
    background-size: contain;
    cursor: pointer;
  }
  .tgBox .tgContent .upBox .upVideo_c {
    display: inline-block;
    width: 139px;
    height: 36px;
    background: url(../images/c2.png) no-repeat center center;
    background-size: contain;
    cursor: pointer;
  }
  .tgBox .tgContent .upBox .subItem {
    width: 150px;
    display: inline-block;
    position: relative;
    cursor: pointer;
  }
  .shu_tip {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    display: none;
    width: 6.8rem;
  }
  .shu_tip img {
    width: 6.8rem;
  }
  .shu_tip .tip_close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 1.3333333333rem;
    height: 1.3333333333rem;
    cursor: pointer;
  }
  .shu_tip .tip_link {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 4rem;
    height: 1.3333333333rem;
    cursor: pointer;
  }
  .shu_tip1 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    display: none;
    width: 6.8rem;
  }
  .shu_tip1 img {
    width: 6.8rem;
  }
  .shu_tip1 .tip_close1 {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 1.3333333333rem;
    height: 1.3333333333rem;
    cursor: pointer;
  }
  .shu_tip1 .tip_link {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 4rem;
    height: 1.3333333333rem;
    cursor: pointer;
  }
  .teamInfoBox {
    background: #f7f7f9;
    border: 1px dashed #ccc;
    border-radius: 8px;
    padding: 20px;
    margin: 10px auto;
    width: 90%;
    position: relative;
  }
  .teamInfoBox .teamInfoTitle {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 12px;
    padding-left: 10px;
    line-height: 1.2;
  }
  .teamInfoBox .teamInfoContent {
    display: block;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
  }
  .teamInfoBox .teamInfoContent .item {
    margin-bottom: 10px;
    width: 100%;
  }
  .teamInfoBox .teamInfoContent .item b {
    width: 100%;
  }
  .teamInfoBox .teamInfoContent .item:last-child {
    margin-bottom: 0;
  }
  .teamInfoBox .teamInfoContent .item input {
    background: #fff;
    width: 7.4666666667rem;
  }
  .teamInfoBox .teamInfoContent .fullItem {
    width: 100%;
  }
  .teamInfoBox .teamInfoContent .fullItem input[type=text] {
    width: 7.4666666667rem;
  }
  .rich-editor-wrap {
    border: 1px solid #b5ada5;
    border-radius: 6px;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  /* 工具栏样式 */
  .rich-toolbar {
    padding: 10px;
    background-color: #f5f7fa;
    border-bottom: 1px solid #e5e6eb;
  }
  .rich-toolbar button {
    padding: 5px 12px;
    margin: 0 4px;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    background: #ffffff;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s;
  }
  .rich-toolbar button:hover {
    background-color: #ecf5ff;
    border-color: #c0dfff;
  }
  /* 编辑区域样式 */
  .rich-content {
    min-height: 220px;
    padding: 12px;
    outline: none;
    overflow-y: auto;
    font-size: 14px;
    line-height: 1.6;
  }
  /* 字数统计 */
  .rich-count {
    padding: 8px 12px;
    text-align: right;
    font-size: 13px;
    color: #666;
    border-top: 1px solid #eee;
  }
  .rich-count.warn {
    color: #f59c00;
  }
  .rich-count.error {
    color: #f56c6c;
  }
  /* 模拟placeholder样式 */
  .rich-content.rich-placeholder {
    position: relative;
  }
  .rich-content.rich-placeholder::before {
    content: attr(data-placeholder);
    position: absolute;
    left: 8px;
    top: 8px;
    color: #999;
    pointer-events: none;
    user-select: none;
    white-space: pre-line;
  }
}
/*# sourceMappingURL=default.css.map */