@charset "UTF-8";
.deal-with::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.deal-with::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

img[src=""],
img:not([src]) {
  visibility: hidden;
}

.share-left {
  width: 348px;
  min-height: 600px;
  padding: 0px 16px;
  float: left;
  background: #0C1012;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.share-left .topnav {
  width: 316px;
  margin: auto;
  height: 70px;
  font-size: 24px;
  font-family: Arial-Black, Arial;
  font-weight: 600;
  color: #fff;
  line-height: 70px;
  letter-spacing: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.share-left .left-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 16px;
          column-gap: 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  padding: 24px 0px 8px 0px;
}

.share-left .left-nav a {
  width: 134px;
  height: 40px;
  border-radius: 20px;
  margin: auto;
  font-size: 14px;
  line-height: 40px;
  margin-bottom: 16px;
  overflow: hidden;
  display: block;
  color: rgba(255, 255, 255, 0.6);
  gap: 8px;
}

.share-left .left-nav a:hover {
  color: #ADFF5A;
  background: rgba(173, 255, 90, 0.05);
}

.share-left .left-nav a.on {
  background: rgba(173, 255, 90, 0.05);
  color: #ADFF5A;
  font-weight: 500;
}

.share-left .left-nav a .icon {
  background: url(../images/share_nav_bg3.png?2) no-repeat;
  width: 24px;
  height: 24px;
  margin: 8px 14px 0px 16px;
  display: block;
  float: left;
}

.share-left .left-nav a .txt {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 480;
  float: left;
}

.share-left .left-nav .works .icon {
  background-position: -22px 0px;
}

.share-left .left-nav .inspiration .icon {
  background-position: -69px 0px;
}

.share-left .left-nav .article .icon {
  background-position: -114px 0px;
}

.share-left .left-nav .recruit .icon {
  background-position: -158px 0px;
}

.share-left .left-nav .question .icon {
  background-position: -209px 0px;
}

.share-left .left-nav .works:hover .icon {
  background-position: 1px 0px;
}

.share-left .left-nav .inspiration:hover .icon {
  background-position: -46px 0px;
}

.share-left .left-nav .article:hover .icon {
  background-position: -92px 0px;
}

.share-left .left-nav .recruit:hover .icon {
  background-position: -135px 0px;
}

.share-left .left-nav .works.on .icon {
  background-position: 1px 0px;
}

.share-left .left-nav .inspiration.on .icon {
  background-position: -46px 0px;
}

.share-left .left-nav .article.on .icon {
  background-position: -92px 0px;
}

.share-left .left-nav .recruit.on .icon {
  background-position: -135px 0px;
}

.share-left .left-nav .question.on .icon {
  background-position: -183px 0px;
}

.share-left .tishi {
  margin: auto;
  margin-top: 30px;
}

.share-left .tishi p {
  width: 100%;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: rgba(255, 255, 255, 0.3);
  line-height: 16px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.share-main {
  padding-top: 80px;
  padding-bottom: 250px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.share-info {
  width: 1440px;
  margin: auto;
  margin-top: 49px;
}

.share-nav {
  width: 260px;
  float: left;
}

.share-nav li {
  width: 260px;
  height: 50px;
  background: #172130;
  border-radius: 4px;
}

.share-nav li.on {
  background: #2475ec;
}

.share-nav li a {
  width: 260px;
  height: 50px;
  line-height: 50px;
  display: block;
  color: #fff;
  font-size: 16px;
  padding-left: 40px;
}

.share-detial {
  width: 1076px;
  float: right;
}

.share-detial .uploadBlock {
  display: none;
}

.share-detial-nav {
  width: 100%;
  height: 60px;
  background: #0C1012;
  border-radius: 16px;
  color: #fff;
}

.share-detial-nav .line1 {
  width: 4px;
  height: 20px;
  background: #ADFF5A;
  border-radius: 2px;
  margin-top: 20px;
  display: block;
  float: left;
  margin-left: 24px;
}

.share-detial-nav .bt {
  font-size: 20px;
  height: 60px;
  font-weight: 600;
  color: #fff;
  line-height: 60px;
  padding-left: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  display: block;
}

.share-detial-nav .zy {
  height: 24px;
  line-height: 24px;
  border-left: 2px solid rgba(255, 255, 255, 0.1);
  display: block;
  float: left;
  text-align: center;
  font-size: 14px !important;
  margin-top: 17px;
  margin-left: 16px;
  padding-left: 16px;
  color: #aeff5a;
}

.share-detial-info {
  width: 100%;
  background: #172130;
  border-radius: 4px;
  color: #fff;
  margin-top: 20px;
  overflow: hidden;
}

.share-detial select {
  width: 179px;
  height: 40px;
  background: url(../images/share_cate_jt5.png) 148px center rgba(46, 71, 32, 0.2) no-repeat;
  border-radius: 20px;
  border: 0;
  color: rgba(255, 255, 255, 0.6);
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
}

.share-detial select {
  -webkit-appearance: none;
}

.share-detial select .dd {
  width: 320px;
  height: 40px;
  background: #212f44;
  border-radius: 4px;
  border: 0;
  color: #fff;
  padding: 10px;
}

.share-detial select option {
  width: 320px;
  height: 40px !important;
  background: #0C1012;
  border-radius: 4px;
  border: 0;
  color: #fff;
  padding: 10px;
}

.share-detial .workstitle {
  width: 480px;
  float: left;
}

.share-detial .tit {
  height: 14px;
  line-height: 14px;
  overflow: hidden;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 15px 0;
  min-width: 70px;
  text-align: right;
}

.share-detial .tit span {
  float: left;
}

.share-detial .tit .describets {
  font-size: 14px;
  color: #fff;
  margin-left: 10px;
}

.share-detial .tit .required {
  margin-top: 6px;
  margin-left: 10px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #ADFF5A;
  display: block;
}

.share-detial .tit .sm {
  font-size: 14px;
  color: #FFFFFF;
  margin-left: 10px;
}

.share-detial .danhan {
  width: 532px;
  display: inline-block;
}

.share-detial .dange_right {
  float: left;
  width: 490px;
  margin-left: 50px;
}

.share-detial .tags {
  width: 320px;
  display: block;
  float: left;
}

.share-detial .introduce {
  width: 540px;
  margin-top: 20px;
  display: inline-block;
  float: right;
}

.share-detial .dange_left {
  width: 480PX;
  float: left;
}

.share-detial .ins_introduce_right {
  float: left;
  margin-left: 26px;
  width: 518px;
}

.share-detial .clear-input {
  width: 100%;
  height: 40px;
  background: rgba(46, 71, 32, 0.2);
  border: 1px solid rgba(46, 71, 32, 0.2);
  color: #fff;
  font-size: 14px;
  border-radius: 20px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.share-detial .clear-input:focus {
  -webkit-transition: all linear .1s;
  transition: all linear .1s;
  outline: none;
  border-color: rgba(202, 255, 141, 0.6);
}

.share-detial-type {
  width: 100%;
  background: #0C1012;
  margin-top: 14px;
  margin-bottom: 14px;
  overflow: hidden;
}

.share-detial-type .cate {
  float: left;
  width: 179px;
}

.share-detial-type .copyright {
  float: left;
  width: 179px;
  margin-left: 16px;
}

.share-article-title {
  width: 100%;
  padding: 24px;
  margin-top: 16px;
  background: #0C1012;
  border-radius: 16px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.share-detial .err {
  color: #F00;
}

.uoloadcover .addimg {
  width: 256px;
  height: 207px;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 8px;
  cursor: pointer;
  position: relative;
  background-color: rgba(46, 71, 32, 0.15);
  float: left;
}

.uoloadcover .addimg .touxiang {
  width: 100%;
  height: 100%;
}

.uoloadcover .addimg .img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.uoloadcover .addimg .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}

.uoloadcover .addimg .zgc {
  width: 256px;
  height: 207px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.8);
}

.uoloadcover.works .addimg .zgc {
  background: none;
}

.uoloadcover .addimg .fm .icon {
  /*background: url(../images/add_icon2.png) no-repeat; width: 24px; height: 24px; margin: 10px 4px 0 13px; float: left*/
}

.uoloadcover .addimg .fm .txt {
  float: left;
  color: #ADFF5A;
  font-weight: 500;
  width: 100%;
  text-align: center;
  height: 100%;
  line-height: 44px;
  font-size: 18px;
}

.uoloadcover .addimg .txt2 {
  font-size: 14px;
  color: #fff;
  margin-top: 15px;
  text-align: center;
}

.uoloadcover .zxj {
  width: 100%;
  height: 38px;
  font-size: 14px;
  margin: auto;
  text-align: center;
  padding-top: 26px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  float: left;
}

.uoloadcover .addimg .err {
  position: relative;
  top: -130px;
}

.uoloadcover .recruitzxj {
  width: 180px;
  font-size: 12px;
  margin: auto;
  padding-top: 60px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  float: left;
  margin-left: 20px;
}

.uoloadcover .addimg .fm {
  width: 128px;
  height: 44px;
  border-radius: 23px;
  border: 2px solid #ADFF5A;
  margin: auto;
  margin-top: 75px;
}

.works .click_upload {
  background: url(../images/share_upload_bg4.png) center 80px rgba(46, 71, 32, 0.15) no-repeat;
}

.share-detial-content {
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.share-detial-content textarea {
  background: #0C1012;
  border: 0;
  color: #fff;
}

.share-detial-content .ueditor {
  width: 100%;
  min-height: 465px;
}

.share-detial-submit {
  width: 40%;
  height: 76px;
  margin: auto;
  margin-top: 20px;
  border-radius: 16px;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  -ms-flex-wrap: initial;
      flex-wrap: initial;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

.share-detial-submit .share-btn {
  background: #ADFF5A;
  border: 0px;
  border-radius: 23px;
  width: 112px;
  height: 44px;
  display: block;
  overflow: hidden;
  margin: auto;
  margin-top: 40px;
  cursor: pointer;
}

.share-detial-submit .share-draft {
  border: 2px solid #ADFF5A;
  border-radius: 23px;
  width: 124px;
  height: 40px;
  display: block;
  overflow: hidden;
  margin: auto;
  margin-top: 40px;
  margin-left: 24px;
  cursor: pointer;
}

.share-detial-submit .share-btn .icon1 {
  background: url(../images/member_upload_xbg.png) no-repeat;
  width: 24px;
  height: 24px;
  margin: 10px 4px 0 13px;
  float: left;
}

.share-detial-submit .share-btn .txt {
  width: 100%;
  text-align: center;
  display: block;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 600;
  height: 100%;
  line-height: 44px;
  font-size: 16px;
}

.share-detial .m-tags {
  width: 100%;
  height: 40px;
  background: rgba(46, 71, 32, 0.2);
  border: 1px solid rgba(46, 71, 32, 0.2);
  color: #fff;
  font-size: 14px;
  border-radius: 20px;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.share-detial-submit .share-draft .txt {
  color: #ADFF5A;
  font-weight: 500;
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  display: block;
}

.share-detial-submit .explain {
  font-size: 12px;
  height: 44px;
  display: block;
  color: rgba(223, 255, 175, 0.6);
  margin-top: 16px;
  margin-left: 15px;
  float: left;
  line-height: 40px;
}

.share-detial-submit .preview {
  border: 2px solid #ADFF5A;
  border-radius: 23px;
  width: 124px;
  height: 40px;
  display: none;
  overflow: hidden;
  margin: auto;
  margin-top: 40px;
  margin-left: 24px;
  cursor: pointer;
}

.share-detial-submit .preview .txt {
  width: 100%;
  text-align: center;
  display: block;
  color: #ADFF5A;
  font-weight: 600;
  height: 100%;
  line-height: 44px;
  font-size: 16px;
}

.loadingWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background: url(../images/loading1.gif?1) 0 0 no-repeat;
  background-position: center center;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: alpha(opacity=50);
  z-index: 99999;
}

.uploadloadingWrap {
  position: absolute;
  border-radius: 20px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background: url(../images/loading1.gif?1) 0 0 no-repeat;
  background-position: center center;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: alpha(opacity=50);
  z-index: 1;
}

.share-firstupload {
  width: 100%;
  height: 455px;
  background: rgba(5, 24, 39, 0.62);
  border-radius: 8px;
  border: 1px dashed #3b4985;
  margin-top: 24px;
}

.share-firstupload .j2 {
  width: 279px;
  height: 19px;
  line-height: 19px;
  font-size: 14px;
  text-align: center;
  color: rgba(223, 255, 175, 0.6);
  margin: auto;
  margin-top: 7px;
}

.share-firstupload .firstUpload, .share-firstupload .sc {
  width: 128px;
  height: 44px;
  line-height: 40px;
  border: 2px solid #ADFF5A;
  font-size: 18px;
  border-radius: 22px;
  padding-left: 40px;
  background: url(../images/add_icon2.png) 13px 8px no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ADFF5A;
  margin: auto;
  margin-top: 16px;
  cursor: pointer;
}

.share-firstupload .tishi {
  width: 580px;
  margin: auto;
  line-height: 22px;
  font-size: 14px;
  color: #f8ac31;
  font-size: 14px;
  margin-top: 24px;
  text-align: center;
}

.share-firstupload .guige {
  width: 700px;
  margin: auto;
  line-height: 22px;
  font-size: 14px;
  color: rgba(223, 255, 175, 0.6);
  margin-top: 24px;
  text-align: center;
}

.share-firstupload .share_upload_bg {
  width: 170px;
  height: 181px;
  margin: auto;
  margin-top: 40px;
  background: url(../images/share_upload_bg2.png) 0 0 no-repeat;
}

.share-works-title {
  width: 100%;
  padding: 20px;
  margin-top: 20px;
  background: #0C1012;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.share-works-title .describe textarea {
  width: 100%;
  height: 207px;
  color: #fff;
  line-height: 20px;
  padding: 10px 15px;
  border-radius: 20px;
  font-size: 16px;
  border: 0;
  background: rgba(46, 71, 32, 0.2);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.share-works-title .share_plate {
  float: left;
}

.share-works-title .share_works_type {
  float: left;
  width: 180px;
  margin-left: 16px;
  margin-right: 16px;
}

.share-works-title .share_cid {
  float: left;
  margin-left: 30px;
}

.share-works-title select {
  width: 180px;
  background: url(../images/share_cate_jt5.png) 148px center rgba(46, 71, 32, 0.2) no-repeat;
  border-radius: 20px;
}

.share-detial .sharebg {
  margin-top: 20px;
  border-radius: 16px;
}

.share-detial .share-ins-addprompt {
  width: 100%;
  height: 144px;
  padding: 24px;
  background: #0C1012;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.share-detial .share-ins-addprompt .addins {
  width: 128px;
  height: 44px;
  display: block;
  border: 2px solid #ADFF5A;
  border-radius: 22px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 26px;
  float: left;
}

.share-detial .share-ins-addprompt .addins .icon {
  /*background: url(../images/add_icon2.png?123) no-repeat; width: 24px; height: 24px; display: block; margin: 8px 4px 0px 13px; float: left*/
}

.share-detial .share-ins-addprompt .addins .txt {
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  display: block;
  font-size: 18px;
  color: #ADFF5A;
  cursor: pointer;
  float: left;
}

.share-detial .share-ins-addprompt .prompt {
  width: 474px;
  color: #fff;
  float: right;
}

.share-detial .share-ins-addprompt .prompt span {
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 26px;
}

.share-detial .share_addins_dange {
  width: 100%;
  height: 497px;
  display: inline-block;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #0C1012;
  position: relative;
}

.share_addins_dange .addimg {
  width: 514px;
  height: 411px;
  border: 2px solid rgba(46, 71, 32, 0.2);
  border-radius: 20px;
  cursor: pointer;
  background: rgba(46, 71, 32, 0.2);
  position: relative;
}

.share_addins_dange .addimg .touxiang {
  width: 100%;
  height: 100%;
  display: block;
}

.share_addins_dange .addimg .img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  text-align: center;
}

.share_addins_dange .addimg .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.share_addins_dange .addimg .zgc {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 20px;
  top: 0px;
  left: 0px;
  z-index: 2;
}

.share_addins_dange .addimg .zxj {
  width: 300px;
  height: 80px;
  margin: auto;
  text-align: center;
  padding-top: 210px;
  color: #838897;
  display: block;
  background: url(../images/share_upload_bg4.png) center 130px no-repeat;
  font-size: 14px;
}

.share_addins_dange .describe textarea {
  width: 374px;
  height: 80px;
  color: #fff;
  line-height: 20px;
  padding: 10px;
  margin-bottom: 16px;
  border-radius: 20px;
  font-size: 14px;
  border: 0;
  background: rgba(46, 71, 32, 0.2);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.share_addins_dange .copyright .del_ins {
  width: 33px;
  height: 33px;
  background: url(../images/upload-close.png) center no-repeat;
  position: absolute;
  top: 8px;
  right: 8px;
  display: block;
  cursor: pointer;
}

.works_con {
  width: 100%;
  background: #0C1012;
  border-radius: 16px;
  margin-top: 20px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 21px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.works_con .sm {
  color: #f8ac31;
  font-size: 14px;
  margin-left: 5px;
}

.click_upload {
  width: 256px;
  height: 207px;
  border-radius: 16px;
  background: url(../images/share_upload_bg4.png) center 10px rgba(46, 71, 32, 0.15) no-repeat;
  margin-right: 16px;
  overflow: hidden;
  float: left;
  cursor: pointer;
  margin-bottom: 18px;
}

.click_upload .d2 {
  text-align: center;
  width: 100%;
  height: 40px;
  margin-top: 16px;
  overflow: hidden;
}

.click_upload #uoloadWorks, .click_upload #uoloadCover {
  width: 92px;
  height: 36px;
  display: block;
  border-radius: 20px;
  border: 2px solid #ADFF5A;
  color: #fff;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  line-height: 36px;
  margin: auto;
  display: inline-block;
  margin-left: 5px;
}

.click_upload .guige {
  width: 206px;
  margin: auto;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 60px;
  overflow: hidden;
}

.works_con .editbox {
  width: 100%;
  margin-top: 18px;
}

.works_con .editbox .single_upload {
  width: 280px;
  height: 400px;
  float: left;
  border: 1px solid #3B4985;
  border-radius: 8px;
  margin: 30px 20px 30px 30px;
  background: #1F2634;
}

.works_con .editbox .single_upload .uploadWorks {
  width: 280px;
  height: 269px;
  border-bottom: 1px solid #2C365A;
  background: url(../images/uploadtask_bg.png) center 20px no-repeat;
  text-align: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.works_con .editbox .single_upload .uploadWorks span {
  color: #6193DB;
  font-size: 18px;
  padding-top: 218px;
  display: block;
}

.works_con .editbox .single_upload .single_tips {
  color: #6193DB;
  font-size: 14px;
  width: 256px;
  height: 105px;
  margin: auto;
  margin-top: 14px;
  line-height: 20px;
}

.works_con .editbox .single_upload .single_tips li {
  margin-bottom: 5px;
}

/*已上传*/
.works_con .editbox .works_cover {
  width: 245px;
  height: 160px;
  float: left;
  border-radius: 8px;
  background: rgba(46, 71, 32, 0.2);
  position: relative;
}

.works_con .editbox .works_cover .cover {
  width: 100%;
  height: 160px;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  position: relative;
}

.works_con .editbox .works_cover .cover img {
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.works_con .editbox .works_cover .tit {
  width: 100%;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #1E474D;
  font-size: 16px;
  background: #ADFF5A;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.works_con #share-works-data .dange {
  width: 245px;
  height: 207px;
  float: left;
  border-radius: 16px;
  margin-right: 16px;
  background: rgba(46, 71, 32, 0.2);
  position: relative;
  margin-bottom: 18px;
}

.works_con #share-works-data .dange:hover {
  cursor: move;
}

.works_con #share-works-data .dange .cover {
  width: 100%;
  height: 160px;
  background: #000;
  border-radius: 16px 16px 0px 0px;
}

.works_con #share-works-data .dange .cover video {
  width: 100%;
  height: 100%;
}

.works_con #share-works-data .dange .img {
  width: 100%;
  height: 160px;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  position: relative;
}

.works_con #share-works-data .dange .setcover {
  width: 90px;
  height: 24px;
  color: #1E474D;
  background: #ADFF5A;
  border-radius: 14px;
  line-height: 24px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  margin-left: -46px;
  bottom: 8px;
}

.works_con #share-works-data .dange .img img {
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.works_con #share-works-data .dange .img .upload_ywj {
  position: absolute;
  width: 100%;
  height: 100%;
}

.works_con #share-works-data .dange .img .upload_ywj .ywj_add {
  width: 180px;
  height: 85px;
  border-radius: 8px;
  background-color: rgba(25, 46, 76, 0.6);
  position: relative;
  top: 111px;
  left: 50px;
  overflow: hidden;
  cursor: pointer;
}

.works_con #share-works-data .dange .img .upload_ywj .ywj_add .click_ywj_upload {
  width: 42px;
  height: 42px;
  background: url(../images/ywj_click_upload.png) 0px no-repeat;
  margin: 22px 7px 21px 11px;
  float: left;
}

.works_con #share-works-data .dange .img .upload_ywj .ywj_add .tit {
  font-size: 14px;
  color: #fff;
  width: 115px;
  float: left;
  color: #D7E8FF;
  margin-top: 25px;
}

.works_con #share-works-data .woks_dange_ongoing {
  width: 214px;
  height: 202px;
  float: left;
  border-radius: 20px;
  margin-right: 16px;
  background: rgba(46, 71, 32, 0.2);
  position: relative;
  margin-bottom: 18px;
  border: 2px solid rgba(223, 255, 175, 0.6);
}

/*上传中*/
.works_con #share-works-data .dange .img .upload_ywj .ywj_uploading {
  width: 180px;
  height: 85px;
  border-radius: 8px;
  background-color: rgba(25, 46, 76, 0.6);
  position: relative;
  top: 111px;
  left: 50px;
  overflow: hidden;
}

.works_con #share-works-data .dange .img .upload_ywj .ywj_uploading .tit {
  font-size: 14px;
  text-align: center;
  margin: 22px 0px;
}

.works_con #share-works-data .dange .img .upload_ywj .ywj_uploading .jdt {
  background: url(../images/ywj_jdt.gif) 0px no-repeat;
  width: 144px;
  height: 5px;
  margin: auto;
}

/*上传完成*/
.works_con #share-works-data .dange .img .upload_ywj .ywj_upload_success {
  width: 188px;
  height: 117px;
  border-radius: 8px;
  background-color: rgba(25, 46, 76, 0.6);
  position: relative;
  top: 90px;
  left: 46px;
  overflow: hidden;
}

.works_con #share-works-data .dange .img .upload_ywj .ywj_upload_success .upload_ok {
  background: url(../images/ywj_upload_ok.png) 0px no-repeat;
  width: 42px;
  height: 42px;
  margin: auto;
  margin-top: 8px;
  margin-bottom: 8px;
}

.works_con #share-works-data .dange .img .upload_ywj .ywj_upload_success .tit {
  font-size: 14px;
  text-align: center;
}

.works_con #share-works-data .dange .img .upload_ywj .ywj_upload_success .caozuo .reupload {
  background: url(../images/ywj_reupload.png) 0px no-repeat;
  width: 76px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  font-size: 14px;
  cursor: pointer;
  float: left;
  margin: 10px 8px 0px 14px;
}

.works_con #share-works-data .dange .img .upload_ywj .ywj_upload_success .caozuo .upload_del {
  background: url(../images/ywj_del.png) 0px no-repeat;
  width: 76px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  font-size: 14px;
  cursor: pointer;
  float: left;
  margin-top: 10px;
}

/*上传完成*/
.works_con #share-works-data .dange .describe {
  height: 46px;
  overflow: hidden;
}

.works_con #share-works-data .dange textarea {
  width: 100%;
  height: 46px;
  background: none;
  line-height: 20px;
  color: #fff;
  font-size: 14px;
  border-radius: 16px;
  display: block;
  padding: 3px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0px;
}

.works_con #share-works-data .dange .uploadeddel {
  background: url(../images/upload-close.png) 0px no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  z-index: 1;
}

.works_con .conceal {
  margin-top: 20px;
}

.works_con .conceal .tishi {
  font-size: 12px;
  color: #8BA5CA;
  margin-top: 12px;
  line-height: 20px;
}

.works_con .conceal .toggle-button-wrapper .tit {
  height: 24px;
  line-height: 24px;
  color: #6193DB;
  font-size: 16px;
  display: block;
  float: left;
}

.works_con .conceal #toggle-button {
  display: none;
}

.works_con .conceal .button-label {
  position: relative;
  display: inline-block;
  width: 64px;
  height: 24px;
  background-color: #252D48;
  -webkit-box-shadow: #323C68 0px 0px 0px 1px;
          box-shadow: #323C68 0px 0px 0px 1px;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
}

.works_con .conceal .circle {
  position: absolute;
  top: 4px;
  left: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
}

.works_con .conceal .button-label .text {
  line-height: 24px;
  font-size: 12px;
}

.works_con .conceal .on {
  color: #fff;
  display: none;
  text-indent: 13px;
}

.works_con .conceal .off {
  color: #919294;
  display: inline-block;
  text-indent: 29px;
}

.works_con .conceal .button-label .circle {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.works_con .conceal #toggle-button:checked + label.button-label .circle {
  left: 44px;
}

.works_con .conceal #toggle-button:checked + label.button-label .on {
  display: inline-block;
}

.works_con .conceal #toggle-button:checked + label.button-label .off {
  display: none;
}

.works_con .conceal #toggle-button:checked + label.button-label {
  background-color: #3977D3;
}

.know_popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(14, 18, 37, 0.95);
  z-index: 99999;
  display: none;
}

.know_frame {
  width: 350px;
  height: 190px;
  background: #12243A;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -155px 0 0 -160px;
  text-align: center;
  color: #fff;
  border-radius: 8px;
}

.know_frame .textarea {
  margin: auto;
  margin-top: 20px;
  width: 330px;
  height: 24px;
  color: #fff;
  border: 0px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.know_frame .worksjump {
  display: block;
  background: #13AFF0;
  width: 96px;
  height: 34px;
  margin: auto;
  margin-top: 44px;
  overflow: hidden;
  cursor: pointer;
  line-height: 34px;
  color: #fff;
  text-align: center;
  border-radius: 17px;
  font-size: 16px;
}

.mboxalert {
  position: absolute;
  left: 50%;
  max-width: 640px;
  text-align: center;
  width: 58%;
  z-index: 9999;
  opacity: 0;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.mboxalert .el-alter {
  background: rgba(63, 63, 63, 0.9);
  border-radius: 4px;
  display: inline-block;
  padding: 12px 25px;
}

.mboxalert i {
  width: 18px;
  height: 18px;
  background: url(../images/svg/error.svg) 0px no-repeat;
  margin-right: 10px;
  display: inline-block;
  line-height: 1;
  vertical-align: text-bottom;
}

.mboxalert .el-message_content {
  margin-top: 0;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  display: inline-block;
}

/*上传资源兑换*/
.cash_resources {
  width: 100%;
  height: 30px;
}

.cash_resources .is_upload_exchange {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #03101B;
  border-radius: 4px;
  border: 1px solid rgba(223, 255, 175, 0.6);
  float: left;
  cursor: pointer;
}

.cash_resources .is_upload_exchange.on:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  width: 50%;
  height: 24%;
  border: 3px solid rgba(223, 255, 175, 0.6);
  border-radius: 1px;
  border-top: none;
  border-right: none;
  background: transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cash_resources span:nth-child(2) {
  float: left;
  margin-left: 10px;
  height: 24px;
  font-size: 18px;
  font-weight: 400;
  color: #6FFFF7;
  line-height: 24px;
  cursor: pointer;
}

.cash_resources span:nth-child(3) {
  float: left;
  height: 24px;
  margin-left: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #DEC77D;
  line-height: 24px;
}

.resourceCon {
  display: none;
}

.resourceCon .single {
  width: 420px;
  float: left;
}

.resourceCon .single .title {
  width: 100%;
  height: 30px;
  font-size: 18px;
  font-weight: 400;
  color: #2A5D73;
  line-height: 30px;
  margin-top: 10px;
}

.resourceCon .single input {
  width: 100%;
  height: 44px;
  background: #03101B;
  border-radius: 8px;
  border: 1px solid rgba(223, 255, 175, 0.6);
  margin-top: 10px;
  color: #fff;
  padding-left: 15px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.resourceCon .single:nth-child(odd) {
  width: 580px;
  float: left;
}

.resourceCon .single:nth-child(even) {
  width: 280px;
  float: right;
  margin-right: 30px;
}

.resourceCon input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #172c4a !important;
  font-size: 14px;
}

.resourceCon input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #172c4a !important;
  font-size: 14px;
}

.resourceCon input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #172c4a !important;
  font-size: 14px;
}

/*发布问题*/
.question_left {
  width: 100%;
}

.question_right {
  width: 60%;
  margin-top: 30px;
}

.question_content {
  margin-top: 20px;
  display: inline-block;
}

.question_content .share-question-content {
  background: #0C1012;
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*发布问题悬赏*/
.share_reward {
  width: 100%;
  height: 30px;
}

.share_reward span:nth-child(1) {
  float: left;
  height: 24px;
  font-size: 18px;
  font-weight: 400;
  color: #6FFFF7;
  line-height: 24px;
  cursor: pointer;
}

.share_reward span:nth-child(2) {
  float: left;
  height: 24px;
  margin-left: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #DEC77D;
  line-height: 24px;
}

.rewardlist {
  margin-top: 10px;
}

.rewardlist label {
  width: 100px;
  height: 40px;
  display: block;
  font-size: 14px;
  line-height: 40px;
  color: #364665;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  cursor: pointer;
  text-align: center;
  border: 1px solid #364665;
  font-weight: 400;
  overflow: hidden;
  float: left;
  margin-right: 40px;
}

.rewardlist label.active {
  border: 1px solid #ADFF5A;
  color: #ADFF5A;
}

.rewardlist .customprice {
  border: none;
  height: 100%;
  width: 100%;
  display: inherit;
  line-height: 100%;
  background: none;
  color: #fff;
  text-align: center;
}

/*标签*/
div.tagsinput {
  overflow-y: auto;
}

div.tagsinput span.tag {
  border: 1px solid #ADFF5A;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: block;
  float: left;
  height: 24px;
  line-height: 24px;
  padding: 0px 8px;
  text-decoration: none;
  background: #0C1012;
  color: #ADFF5A;
  margin-right: 5px;
  margin-bottom: 5px;
  font-family: helvetica;
  font-size: 14px;
  margin-top: 6px;
}

div.tagsinput span.tag a {
  font-weight: bold;
  color: #ADFF5A;
  text-decoration: none;
  font-size: 11px;
}

div.tagsinput input {
  width: 100px;
  margin: 0px;
  font-family: helvetica;
  font-size: 14px;
  border: 1px solid transparent;
  padding: 9px 5px;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  outline: 0px;
  margin-right: 5px;
  margin-bottom: 5px;
}

div.tagsinput div {
  display: block;
  float: left;
}

.tags_clear {
  clear: both;
  width: 100%;
  height: 0px;
}

.not_valid {
  background: #FBD8DB !important;
  color: #90111A !important;
}

.share-detial .recruittitle {
  width: 380px;
  float: left;
}

.is-urgent {
  width: 590px;
  float: left;
  display: block;
  height: 22px;
  margin-top: 37px;
  margin-left: 45px;
}

.is-urgent .top .js_use_urgent {
  float: left;
  line-height: 22px;
  font-size: 12px;
  color: #a4a4a4;
  cursor: pointer;
}

.is-urgent .use_is_urgent {
  background: #c6c6c6;
  width: 18px;
  height: 18px;
  display: block;
  float: left;
  margin-right: 10px;
  border-radius: 2px;
  cursor: pointer;
}

.is-urgent .use_is_long_term {
  background: #c6c6c6;
  width: 18px;
  height: 18px;
  display: block;
  float: left;
  margin-right: 10px;
  border-radius: 2px;
  cursor: pointer;
}

.is-urgent .selected {
  background: url(../images/coupon_yes_2.png) no-repeat;
}

.JISAL3 {
  width: 100%;
  height: 40px;
  font-size: 14px !important;
  color: #aeff5a;
  margin-top: 10px;
  overflow: hidden;
  line-height: 40px;
  display: inline-block;
}

.JISAL3 .e3dso2f {
  color: red;
  float: left;
  margin-left: 10px;
}

.JISAL3 .e3ds3sf {
  margin-left: 10px;
}

.zy {
  height: 22px;
  display: block;
  float: left;
  font-size: 14px !important;
  margin-left: 16px;
  color: #aeff5a;
}

.ljrz {
  background: #aeff5a;
  width: 70px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  font-weight: bold;
  margin-left: 20px;
  padding: 0px 5px;
  color: #000;
  float: left;
  border-radius: 11px;
  cursor: pointer;
}

.urgenticon {
  width: 44px;
  height: 22px;
  display: block;
  float: left;
  background: url(../images/urgent-bg.png) no-repeat;
}

.share-detial-Ik3uds {
  float: left;
  width: 490px;
  margin-top: 45px;
}

.describeDoc textarea {
  width: 860px;
  height: 96px;
  color: #fff;
  line-height: 20px;
  padding: 10px 15px;
  border-radius: 4px;
  margin-left: 10px;
  font-size: 16px;
  border: 0;
  background: rgba(46, 71, 32, 0.2);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.share-detial .bigtit {
  width: 100%;
  height: 14px;
  line-height: 14px;
  overflow: hidden;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 15px 0;
}

.share-detial .bigtit .required {
  margin-top: 6px;
  margin-left: 10px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #ADFF5A;
  display: block;
}

.share-detial .bigtit span {
  float: left;
}

.share-detial .bigtit .zy {
  color: #aeff5a;
}

.dJkd9d {
  width: 100%;
  margin-top: 40px;
  display: inline-block;
}

.describeDoc {
  width: 100%;
  margin: auto;
  margin-top: 10px;
  display: inline-block;
}

.dJkd9f {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

.dJkd9f .docinput .sIJK {
  color: #aeff5a;
}

.dJkd9f select {
  width: 140px;
  background: url(../images/share_cate_jt5.png) 110px center rgba(46, 71, 32, 0.2) no-repeat;
}

.dJkd9d {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

.dJkd9d .docinput .sIJh {
  color: rgba(255, 255, 255, 0.6);
  margin: 0px 3px;
}

.share-recruit-submit {
  width: 100%;
  height: 76px;
  margin-top: 20px;
  border-radius: 16px;
  position: relative;
}

.share-recruit-submit .share-btn {
  background: url(../images/recruit-submit-bg.png) no-repeat;
  border: 0px;
  width: 239px;
  height: 59px;
  display: block;
  overflow: hidden;
  margin: auto;
  margin-top: 50px;
  cursor: pointer;
}

.share-recruit-submit .share-draft {
  border: 2px solid #ADFF5A;
  border-radius: 23px;
  width: 124px;
  height: 40px;
  display: block;
  overflow: hidden;
  margin-top: 16px;
  margin-left: 24px;
  cursor: pointer;
  float: left;
}

.share-recruit-submit .share-btn .icon1 {
  background: url(../images/member_upload_xbg.png) no-repeat;
  width: 24px;
  height: 24px;
  margin: 10px 4px 0 13px;
  float: left;
}

.share-recruit-submit .share-btn .txt {
  width: 100%;
  text-align: center;
  display: block;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 600;
  height: 100%;
  line-height: 44px;
  font-size: 16px;
}

.share-recruit .m-tags {
  width: 100%;
  height: 40px;
  background: rgba(46, 71, 32, 0.2);
  border: 1px solid rgba(46, 71, 32, 0.2);
  color: #fff;
  font-size: 14px;
  border-radius: 20px;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.share-recruit-submit .explain {
  font-size: 12px;
  height: 44px;
  display: block;
  color: #aeff5a;
  margin: auto;
  text-align: center;
  width: 100%;
  line-height: 40px;
}

.docinput .utishi {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin-left: 40px;
  margin-top: 30px;
}

.docinput .uploadYuanWenjian {
  background: #ADFF5A;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  border: 0px;
  border-radius: 20px;
  width: 112px;
  height: 30px;
  display: block;
  line-height: 30px;
  overflow: hidden;
  margin-top: 26px;
  margin-left: 60px;
  cursor: pointer;
}

.jISL9q {
  margin-top: 15px;
}

.jISL9q .zy {
  color: rgba(255, 255, 255, 0.6);
  float: left;
  margin-top: 12px;
  margin-left: 12px;
  font-size: 14px;
}

.jISL9q .sysm {
  color: rgba(255, 255, 255, 0.6);
  background: rgba(46, 71, 32, 0.2);
  text-align: center;
  width: 80px;
  height: 24px;
  border-radius: 24px;
  line-height: 24px;
  display: inline-block;
  float: left;
  margin-left: 12px;
  font-size: 14px;
  margin-top: 10px;
  position: relative;
}

.jISL9q .sysm span {
  width: 225px;
  height: 42px;
  border-radius: 5px;
  background: #323332;
  font-size: 14px;
  line-height: 20px;
  color: #969695;
  display: block;
  padding: 5px 10px;
  position: absolute;
  left: 5px;
  bottom: 24px;
  text-align: left;
  display: none;
}

.jISL9q .sysm:hover span {
  display: block;
}

.hfJMOA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  margin-top: 30px;
}

.hfJMOA .video-icon {
  background: url(../images/zipicon.png) 0px no-repeat;
  width: 20px;
  height: 20px;
  background-size: 100%;
  cursor: pointer;
  fill: currentcolor;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  cursor: pointer;
}

.uKDI3S {
  widows: 100%;
  overflow: hidden;
}

.videoitem {
  width: 100%;
  overflow: hidden;
}

.videouploadtishi {
  float: left;
  color: #ff5722;
  height: 38px;
  line-height: 38px;
  margin-left: 10px;
}

.gPxOfj.itemCon, .gPxOfj .itemCon, .gPxOfj .inputWrapper {
  width: 92%;
}

.cSRiKZ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

.cCqPOg {
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  font-size: 14px;
  display: inline-block;
  border-radius: 0px;
  white-space: nowrap;
  max-width: 190px;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-left: 5px;
}

.eESxKY {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.eESxKY .videoclose-icon {
  color: #ADFF5A;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  cursor: pointer;
}

.dJwIuJ {
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  width: 100px;
  font-size: 14px;
  display: inline-block;
  text-align: right;
  border-radius: 0px;
  margin-right: 17px;
}

.guyGxX {
  fill: currentcolor;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  cursor: pointer;
}

.icTcA {
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  width: 32px;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 0px;
  margin-left: 10px;
}

.fzNhYe {
  width: 100%;
  position: relative;
  background-color: #eeeeee;
  height: 6px;
  border-radius: 3px;
  width: 200px;
}

.fzNhYe .filler {
  height: 100%;
  display: block;
  background: #ADFF5A;
  border-radius: 3px;
}

.Ksic2d {
  width: 300px;
  margin: auto;
}

.ksKSU3 {
  float: left;
}

.ksKSU3 .kdk {
  float: left;
  margin-top: 18px;
  margin-left: 21px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ksKSU3 .kdk:hover .kdk2 {
  color: #aeff5a;
}

.ksKSU3 .kdk:before {
  width: 15px;
  height: 15px;
  border-width: 4px;
  margin-right: 10px;
  background-color: #fff;
  border: 4px solid transparent;
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  margin-top: 4px;
}

.ksKSU3 .kdk .kdk2 {
  font-size: 16px;
}

.ksKSU3 .kdk.on:before {
  background-color: #000;
  border-color: #aeff5a;
}

.ksKSU3 .kdk.on .kdk2 {
  color: #aeff5a;
}

.share-works-title .conceal {
  margin-top: 10px;
}

.share-works-title .conceal .tishi {
  font-size: 12px;
  color: #fff;
  margin-top: 12px;
  line-height: 20px;
}

.share-works-title .conceal .toggle-button-wrapper .tit {
  height: 24px;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  display: block;
  float: left;
}

.share-works-title .conceal #toggle-button, .share-works-title .conceal #toggle-button2 {
  display: none;
}

.share-works-title .conceal .button-label {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: #323C68 0px 0px 0px 1px;
          box-shadow: #323C68 0px 0px 0px 1px;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
}

.share-works-title .conceal .circle {
  position: absolute;
  top: 4px;
  left: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
}

.share-works-title .conceal .button-label .text {
  line-height: 24px;
  font-size: 12px;
}

.share-works-title .conceal .on {
  color: #fff;
  display: none;
  text-indent: 13px;
}

.share-works-title .conceal .off {
  color: #919294;
  display: inline-block;
  text-indent: 29px;
}

.share-works-title .conceal .button-label .circle {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.share-works-title .conceal #toggle-button2:checked + label.button-label .circle {
  left: 26px;
}

.share-works-title .conceal #toggle-button2:checked + label.button-label .on {
  display: inline-block;
}

.share-works-title .conceal #toggle-button2:checked + label.button-label .off {
  display: none;
}

.share-works-title .conceal #toggle-button2:checked + label.button-label {
  background-color: #ADFF5A;
}

.share-works-title .conceal #toggle-button:checked + label.button-label .circle {
  left: 26px;
}

.share-works-title .conceal #toggle-button:checked + label.button-label .on {
  display: inline-block;
}

.share-works-title .conceal #toggle-button:checked + label.button-label .off {
  display: none;
}

.share-works-title .conceal #toggle-button:checked + label.button-label {
  background-color: #ADFF5A;
}

.shareAritcleMain .share-detial-type .copyright {
  margin-left: 0px;
  margin-right: 16px;
}

.content-tit {
  width: 100%;
  height: 20px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 23.17px;
  color: white;
  text-align: left;
  margin-top: 18px;
}

.shareAritcleMain .dange_left {
  width: 730PX;
  float: left;
}

.shareAritcleMain .dange_right {
  width: 256PX;
  float: left;
  margin-left: 0px;
}

.shareAritcleMain .share-detial-type {
  margin-bottom: 40px;
}

.engine_id {
  margin-right: 20px;
}

.sharerecuit_frame {
  width: 420px;
  height: 230px;
  background: #0C1012;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -210px 0 0 -210px;
  text-align: center;
  color: #fff;
  border-radius: 12px;
  padding-bottom: 20px;
}

.sharerecuit_frame .nav {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  width: 100%;
  overflow: hidden;
  margin-top: 65px;
}

.sharerecuit_frame .go-sharerecuit {
  background: #adff5a;
  border-radius: 8px;
  width: 110px;
  height: 40px;
  display: block;
  overflow: hidden;
  cursor: pointer;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  color: #1E474D;
  margin: auto;
  margin-top: 30px;
}

.sharerecuit_frame .popup-close {
  width: 18px;
  height: 18px;
  position: absolute;
  right: -32px;
  top: -32px;
  cursor: pointer;
}

.sharerecuit_frame .popup-close i {
  width: 26px;
  height: 26px;
  background: url(../images/popup_close3.png) 0 0 no-repeat;
  display: block;
}

.noenterprisedisabled .disabled_select {
  pointer-events: none;
  cursor: not-allowed;
  background: #7d7d7d !important;
}

.noenterprisedisabled .disabled_input {
  pointer-events: none;
  background: #7d7d7d !important;
}
/*# sourceMappingURL=share.css.map */