@charset "UTF-8";
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: PingFang SC !important;
  font-size: 16px;
}

/* 去除iPhone中默认的input样式 */
input,
textarea,
button {
  resize: none;
  outline: none;
}

/* 取消链接高亮 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Helvetica Neue, Helvetica, Arial, Hiragino Sans GB, Hiragino Sans GB W3, Microsoft YaHei UI, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
  list-style: none;
}

div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a, a:hover, a:visited, a:active {
  text-decoration: none;
}

.onek {
  width: 925px;
  margin: 0 auto;
  position: relative;
}

* [class*="col-"] {
  padding: 0 10px;
}

.common-text {
  font-size: 1rem;
  color: #525252;
}

.tc {
  text-align: center;
}

.t18 {
  font-size: 18px;
}

.t16 {
  font-size: 18px;
}

.color_white {
  color: #fff;
}

.maintitle {
  padding-top: 30px;
  margin-bottom: 20px;
}

.maintitle .title {
  height: 61px;
  line-height: 54px;
  text-align: center;
}

.maintitle .title span {
  color: #fff;
  font-size: 30px;
  position: relative;
}

.maintitle .title span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  left: 50%;
  margin-left: -52px;
  width: 105px;
  height: 10px;
  background: url(https://s2.51cto.com/oss/202403/27/849151d3e5b4f2249236159a3004e095.png) no-repeat center center;
}

.aigc-wrap {
  line-height: 1.8;
  background: #221c53;
}
.aigc-wrap .section-nav {
  margin-top: 0;
  position: fixed;
  left: 0;
  top: 31px;
  width: 100%;
  height: 70px;
  background: #0f0358;
  z-index: 99;
}

.aigc-wrap .section-nav .onek {
  height: 70px;
}

.aigc-wrap .section-nav .onek .logo {
     position: absolute;
    left: -137px;
    top: 20px;
}

.aigc-wrap .common-banner {
  text-align: center;
  margin-bottom: 30px;
}

.aigc-wrap .common-banner img {
  width: 100%;
  max-width: 1920px;
}
.aigc-wrap .common-banner .h5 {
  display:none;
}

.aigc-wrap .common-dec {
  background: url(https://s6.51cto.com/oss/202403/27/965ee2461ab3dcf90c8c34a7a10151ec.png) no-repeat center center;
  background-size: cover;
  padding: 20px;
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  border: 1px solid #2f3149;
  border-radius: 20px;
}

.aigc-wrap .tips {
  color: #eb1212;
  padding: 20px 0;
}

.el-form {
  padding-left: 140px;
}

.el-form .el-form-item .el-form-item__label {
  width: 200px;
  color: #fff;
}

.el-form .el-form-item .el-input, .el-form .el-form-item .el-select, .el-form .el-form-item .el-cascader,.el-textarea {
  width: 360px;
}

.el-form .el-form-item .el-input__inner, .el-form .el-form-item .el-upload-dragger ,.el-textarea__inner{
  background: #353061;
  border: 1px solid #2f3149;
  color: #fff;
}

.el-form .el-form-item.sigle {
  width: 100%;
  flex-direction: column;
  padding-left: 55px;
}

.el-form .el-form-item.sigle .el-form-item__label {
  text-align: left;
  float: none;
  width: 100%;
}

.el-form .row-item {
  position: relative;
  margin: 0 auto;
  padding-bottom: 10px;
}

.el-form .row-item .item {
  position: absolute;
  top: 10px;
  right: 185px;
  color: #fff;
}

.el-form .btn-upload {
  margin-left: 200px;
}

.el-form .declare_text {
  width: 100%;
  padding-left: 55px;
  color: #606266;
  font-size: 14px;
  display: flex;
}

.el-form .declare_text a {
  color: #606266;
}

.el-form .el-form-item__error {
  left: 200px;
  color: #eb1212;
}

.el-form .el-upload__tip {
  padding-left: 200px;
  padding-top: 0;
  color: #fff;
}

.el-form .el-upload-list {
  padding: 0 200px;
}

.el-form .el-upload-list__item-name {
  color: #fff;
}

.el-form .form_submit_button {
  margin-top: 30px;
  justify-content: center;
  width: 100%;
  flex-direction: row !important;
  display: flex;
}

.el-form .form_submit_button .el-button {
  width: 160px;
  font-size: 20px;
  color: #fff;
  width: 159px;
  height: 46px;
  text-align: center;
  background: linear-gradient(270deg, #F0B000 0%, #F029A0 100%);
  border-radius: 23px;
  font-size: 20px;
  border: none;
}

.el-form .form_submit_button .el-button:hover {
  text-decoration: none;
  background: linear-gradient(180deg, #F0B000 0%, #F029A0 100%);
}

.el-form .form_submit_button .el-button--default:focus, .el-form .form_submit_button .el-button--default:hover {
  background: #fff;
  border: 1px solid #dcdfe6;
  color: #606266;
}

/* 版权声明 */
.copright {
  width: 100%;
  line-height: 1.3;
  padding: 5px 0 5px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}
.maskbox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  display: none;
}

.ewmbox-right {
  position: fixed;
  bottom: 50px;
  right: 30px;
  width: 160px;
  background:#602993;
  border-radius: 0.8rem;
  z-index: 999;
}

.ewmbox-right .ewm-img {
  width: 110px;
  height: 110px;
  margin: 23px auto 0 auto;
  border: 2px solid #fff;
}

.ewmbox-right .ewm-img img {
  width: 100%;
  height: 100%;
  display: block;
}

.ewmbox-right .ewm-title {
  width: 100%;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-top: 4px;
}

.ewmbox-right .ewm-desc {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  margin: 10px auto;
}

.chatbox {
  position: fixed;
  bottom: 120px;
  right: 30px;
  width: 80px;
  height: 80px;
  background:#602993;
  border-radius: 0.8rem;
  z-index: 999;
}

.chatbox .chat-img {
  width: 50px;
  height: 50px;
  margin: 20px auto 0 auto;
}

.chatbox .chat-img img {
  width: 100%;
  display: block;
}

.chatbox .chatbox-title {
  width: 100%;
  font-size: 14px;
  line-height: 32px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
@media all and (max-width: 1200px) {
  .onek {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .home-top {
    display: none;
  }
  .maintitle {
    padding: 0;
    margin-bottom: 20px;
  }
  .maintitle .title span {
    font-size: 18px;
  }
  .aigc-wrap .common-dec {
    padding: 20px;
    font-size: 14px;
  }
	.aigc-wrap .section-nav {
  top: 0;
  width: 100%;
  height: 60px;
  background: #0f0358;
  z-index: 99;
}

.aigc-wrap .section-nav .onek {
  height: 60px;
}

.aigc-wrap .section-nav .onek .logo {
     position: absolute;
    left: 20px;
    top: 15px;
}
.aigc-wrap .section-nav .onek .logo img{
	width:60px;
}
.aigc-wrap .common-banner {
    margin-top: 56px;
}
	.aigc-wrap .common-banner .pc {
 display:none;
}
.aigc-wrap .common-banner .h5 {
  display:block;
	  width: 100%;
}
  .el-form {
    flex-direction: column;
    padding: 0 15px;
  }
  .form_content {
    width: 100%;
  }
  .el-form .el-form-item {
    width: 90%;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .el-form .el-form-item.sigle, .el-form .declare_text {
    padding-left: 0;
  }
  .el-form .row-item .item {
    top: 45px;
    right: 0;
  }
  .el-form .el-form-item__error {
    left: 0;
  }
  .el-upload {
    display: block;
  }
  .el-upload-dragger {
    width: 100%;
  }
  .el-form .el-upload-list {
    padding: 0;
  }
  .el-form .el-upload__tip {
    padding-left: 0;
    word-break: break-all;
  }
  .el-form .btn-upload {
    margin-left: 0;
  }
	.el-tooltip__popper{
		width:300px;
	}
  .el-form-item__label {
    text-align: left;
    font-weight: bold;
    float: none;
    display: block;
    width: 100% !important;
    margin-bottom: 5px;
    line-height: 1.7;
  }
  .el-form-item__content {
    margin-left: 0 !important;
  }
  .el-input, .el-select, .el-cascader {
    width: 100% !important;
  }
  .el-checkbox, .el-radio {
    display: flex;
    margin-bottom: 10px;
  }
  .form_content .other {
    margin-left: 0;
  }
  .participate .el-form-item__label {
    margin-top: auto;
  }
  .el-scrollbar > .el-scrollbar__bar {
    opacity: 1 !important;
  }
  .el-input.is-disabled input[disabled].el-input__inner {
    /* 禁用状态下的文字颜色 */
    opacity: 1 !important;
    color: #222 !important;
  }
  .el-input.is-disabled .el-input__inner {
    background: #fff;
    color: #222 !important;
    border: 1px solid #ccc !important;
    border-color: #ccc !important;
  }
  .copright {
    font-size: 12px;
  }
	.ewmbox-right {
    position: fixed;
    bottom: 160px;
    right: 10px;
    width: 150px;
  }
  
  .ewmbox-right .ewm-img {
    width: 100px;
    height: 100px;
    margin: 23px auto 0 auto;
    border: 2px solid #fff;
  }
  

  
  .ewmbox-right .ewm-title {
    font-size: 12px;
  }
  
  
  
  .chatbox {
    position: fixed;
    bottom: 90px;
    right: 10px;
    width: 60px;
    height: 60px;
    background:#602993;
    border-radius: 0.8rem;
    z-index: 999;
  }
  
  .chatbox .chat-img {
    width: 40px;
    height: 40px;
    margin: 15px auto 0 auto;
  }
  

  
  .chatbox .chatbox-title {
    width: 100%;
    font-size: 12px;
  }

}
