@charset "UTF-8";
/*
  ft: font

*/
sub[data-v-09bb67da],
sup[data-v-09bb67da] {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup[data-v-09bb67da] {
  top: -0.5em;
}
sub[data-v-09bb67da] {
  bottom: -0.25em;
}
.shu[data-v-09bb67da] {
  display: inline-block;
  content: '';
  width: 1px;
  height: 14px;
  background: rgba(0, 0, 0, 0.14);
  margin: -2px 10px;
}

/*
	多行省略号
*/
/*
	字体颜色 大小 粗细 默认
*/
/*
	flex 布局
*/
.css1.el-tooltip__popper.is-dark[data-v-09bb67da] {
  background: #ffffff;
  box-shadow: 1px 0px 13px 1px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  padding: 14px 20px;
}
.css1.el-tooltip__popper.is-dark .popper__arrow[data-v-09bb67da] {
    border-top-color: #f5f5f5;
}
.css1.el-tooltip__popper.is-dark .popper__arrow[data-v-09bb67da]::after {
      bottom: 1px;
      margin-left: -5px;
      border-top-color: #fff;
      border-bottom-width: 0;
}
.el-tooltip__popper.is-dark[data-v-09bb67da] {
  max-width: 800px;
}
.detail[data-v-09bb67da] {
  width: 100%;
  height: auto;
  background: #fbfbfb;
  display: flex;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  /* 老版本语法: Firefox (buggy) */
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  flex-direction: column;
}
.detail .centerCss[data-v-09bb67da] {
    width: 1200px;
    margin: 0 auto;
}
.detail .topTitleContent[data-v-09bb67da] {
    height: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.detail .main[data-v-09bb67da] {
    width: 1150px;
    height: auto;
    margin: 0 auto;
    padding: 20px 30px 20px 20px;
    background: #ffffff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: top;
    flex-wrap: wrap;
}
.detail .main img[data-v-09bb67da] {
      max-width: 380px;
      max-height: 214px;
      border-radius: 4px;
      overflow: hidden;
}
.detail .main .word[data-v-09bb67da] {
      width: calc(100% - 409px);
}
.detail .main .word .title[data-v-09bb67da] {
        padding-bottom: 20px;
        padding-top: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
}
.detail .main .word .title h1[data-v-09bb67da] {
          font-size: 18px;
          font-weight: bold;
          line-height: 24px;
          color: #333333;
          padding-left: 14px;
          max-width: 530px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
}
.detail .main .word .title i[data-v-09bb67da] {
          display: inline-block;
          height: 22px;
          padding: 0 10px;
          border-radius: 2px;
          border: 1px solid #f3493b;
          font-size: 12px;
          font-weight: bold;
          line-height: 22px;
          color: #f3493b;
}
.detail .main .word span[data-v-09bb67da] {
        display: block;
        font-size: 16px;
        font-weight: normal;
        line-height: 22px;
        color: #666;
        padding-bottom: 10px;
}
.detail .main .word .other[data-v-09bb67da] {
        font-size: 16px;
        font-weight: normal;
        line-height: 22px;
        color: #4f89ff;
}
.detail .main .word .other i[data-v-09bb67da] {
          cursor: pointer;
          outline: 0 !important;
          border: none !important;
          box-shadow: none !important;
}
.detail .main .word .btn[data-v-09bb67da] {
        width: 160px;
        height: 40px;
        border-radius: 4px;
        font-size: 16px;
        font-weight: bold;
        line-height: 40px;
        color: #ffffff;
        text-align: center;
        float: right;
        margin-top: -30px;
        cursor: pointer;
}
.detail .main .word .bm[data-v-09bb67da] {
        background: #f3493b;
        font-weight: bold;
}
.detail .main .word .bm[data-v-09bb67da]:hover {
          background: #da4134;
}
.detail .main .word .bmend[data-v-09bb67da] {
        background: #9b9b9b;
        border: 1px solid #d9d9d9;
        color: #fff;
        width: 158px;
        height: 38px;
        line-height: 38px;
}
.detail .main .word .overBtn[data-v-09bb67da] {
        background: #9b9b9b;
        color: #f6f6f6;
        font-weight: bold;
}
.detail .main .word .shz[data-v-09bb67da] {
        background: #4f89ff;
}
.detail .main .word .mainbtn[data-v-09bb67da] {
        width: 160px;
        height: 40px;
        box-sizing: border-box;
        padding: 1px;
        border-radius: 4px;
        background-image: linear-gradient(180deg, #ec4c32, #d42517);
        float: right;
        margin-top: 21px;
}
.detail .main .word .main_in[data-v-09bb67da] {
        font-size: 16px;
        font-weight: normal;
        line-height: 38px;
        color: #d42517;
        width: 100%;
        height: 100%;
        border-radius: 4px;
        background: #fbfbfb;
        text-align: center;
        cursor: pointer;
}
.detail .main .word .main_in[data-v-09bb67da]:hover {
          background: linear-gradient(122deg, #e74a3d 0%, #d41404 100%);
          color: #fff;
          font-weight: bold;
}
.detail .assistant[data-v-09bb67da] {
    margin: 20px auto;
}
.detail .assistant .info[data-v-09bb67da] {
      float: left;
      width: 880px;
      background: #ffffff;
      box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
      border-radius: 4px;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap;
      align-content: flex-start;
}
.detail .assistant .info .infoT[data-v-09bb67da] {
        padding: 22px 30px;
        font-size: 18px;
        font-weight: bold;
        line-height: 24px;
        color: #333333;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
}
.detail .assistant .info .infoT[data-v-09bb67da]::after {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-wrap: wrap;
          content: '';
          display: inline-block;
          width: 26px;
          height: 3px;
          background: #f3493b;
          border-radius: 2px;
          text-align: center;
          margin: 6px auto 0;
}
.detail .assistant .info .tranInfo[data-v-09bb67da] {
        width: calc(100% - 40px);
        padding: 0 20px 20px;
}
.detail .assistant .info .tranInfo[data-v-09bb67da] img,
        .detail .assistant .info .tranInfo[data-v-09bb67da] video {
          max-width: 100%;
}
.detail .assistant .about[data-v-09bb67da] {
      float: right;
      width: 300px;
      background: #ffffff;
      box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
      border-radius: 4px;
}
.detail .assistant .about .tab[data-v-09bb67da] {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 26px 55px 0px 61px;
}
.detail .assistant .about .tab h1[data-v-09bb67da] {
          font-size: 18px;
          font-weight: bold;
          line-height: 24px;
          color: #999;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          flex-wrap: wrap;
          cursor: pointer;
}
.detail .assistant .about .tab h1[data-v-09bb67da]:hover {
            color: #333;
}
.detail .assistant .about .tab .hover[data-v-09bb67da] {
          color: #333333;
          flex-direction: column;
}
.detail .assistant .about .tab .hover[data-v-09bb67da]::after {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            content: '';
            display: inline-block;
            width: 26px;
            height: 3px;
            background: #f3493b;
            border-radius: 2px;
            text-align: center;
            margin: 8px auto 0;
}
.detail .assistant .about .item[data-v-09bb67da] {
        padding-top: 20px;
}
.detail .assistant .about .item[data-v-09bb67da]::after {
          content: '';
          width: calc(100% - 40px);
          margin: 0 20px;
          border-bottom: 1px solid #ededed;
          display: block;
          padding-top: 20px;
}
.detail .assistant .about .item img[data-v-09bb67da] {
          width: 259px;
          height: 146px;
          margin: 0 auto;
          border-radius: 4px;
}
.detail .assistant .about .item h1[data-v-09bb67da] {
          font-size: 16px;
          font-weight: bold;
          line-height: 22px;
          color: #333;
          padding: 10px 30px 0px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
}
.detail .assistant .about .item ul[data-v-09bb67da] {
          height: 20px;
          overflow: hidden;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          flex-wrap: wrap;
          padding: 7px 30px 0;
}
.detail .assistant .about .item ul li[data-v-09bb67da] {
            padding: 0 10px;
            height: 20px;
            background: #f7f7f7;
            border-radius: 10px 10px 10px 0px;
            font-size: 12px;
            font-weight: normal;
            line-height: 20px;
            color: #666;
            text-align: center;
            margin-right: 6px;
}
.detail .assistant .about .page[data-v-09bb67da] {
        text-align: center;
        margin: 17px 0 15px;
        font-size: 12px;
        font-weight: normal;
        line-height: 18px;
        color: #999999;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
}
.detail .assistant .about .page i[data-v-09bb67da] {
          color: #f3493b;
}
.detail .assistant .about .page .jump[data-v-09bb67da] {
          padding-left: 15px;
}
.detail .assistant .about .page .jump span[data-v-09bb67da] {
            cursor: pointer;
            padding: 0 5px;
}
.detail .assistant .about .page .pad[data-v-09bb67da] {
          padding: 0 5px;
}
.detail .materials[data-v-09bb67da] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    z-index: 11;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.detail .materials .score[data-v-09bb67da] {
      width: 754px;
      padding-bottom: 34px;
      background: #ffffff;
      border-radius: 4px;
}
.detail .materials .score .title[data-v-09bb67da] {
        width: calc(100% - 24px);
        padding: 22px 20px 10px 0;
        display: flex;
        justify-content: space-between;
        align-items: top;
        flex-wrap: wrap;
}
.detail .materials .score .title h2[data-v-09bb67da] {
          width: calc(100% - 75px);
          padding-top: 8px;
          padding-left: 40px;
          font-size: 18px;
          font-weight: bold;
          line-height: 24px;
          color: #333333;
}
.detail .materials .score .title i[data-v-09bb67da] {
          cursor: pointer;
          width: 14px;
          height: 14px;
          font-size: 14px;
          font-weight: normal;
          line-height: 14px;
          color: #999;
}
.detail .materials .score .mes[data-v-09bb67da] {
        padding: 0 40px 20px 40px;
        border-bottom: 1px solid #e4e4e4;
}
.detail .materials .score .mes p[data-v-09bb67da] {
          font-size: 14px;
          font-weight: normal;
          line-height: 20px;
          color: #999;
}
.detail .materials .score .form[data-v-09bb67da] {
        max-height: 60vh;
        overflow-y: auto;
        margin: 22px 0px 0 40px;
}
.detail .materials .score .form h1[data-v-09bb67da] {
          width: 58px;
          text-align: right;
          font-size: 14px;
          font-weight: normal;
          line-height: 20px;
          color: #333;
}
.detail .materials .score .form h1 span[data-v-09bb67da] {
            color: #f3493b;
            font-size: 14px;
            padding-right: 6px;
}
.detail .materials .score .form[data-v-09bb67da] .el-input,
        .detail .materials .score .form input[data-v-09bb67da] {
          width: 521px;
          height: 40px;
          background: #ffffff;
          border-radius: 4px;
          padding: 0;
          border: none;
}
.detail .materials .score .form[data-v-09bb67da] .el-input .el-input__inner {
          border: 1px solid #d9d9d9;
}
.detail .materials .score .form[data-v-09bb67da] .el-input .el-input__inner:focus {
            border: 1px solid #f3493b;
}
.detail .materials .score .form[data-v-09bb67da] .el-popper {
          z-index: 11 !important;
}
.detail .materials .score .form[data-v-09bb67da] .el-input input::-webkit-input-placeholder,
        .detail .materials .score .form input[data-v-09bb67da]::-webkit-input-placeholder {
          /* WebKit browsers 适配谷歌 */
          color: #999;
}
.detail .materials .score .form[data-v-09bb67da] .el-input input:-moz-placeholder,
        .detail .materials .score .form input[data-v-09bb67da]:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 适配火狐 */
          color: #999;
}
.detail .materials .score .form[data-v-09bb67da] .el-input input::-moz-placeholder,
        .detail .materials .score .form input[data-v-09bb67da]::-moz-placeholder {
          /* Mozilla Firefox 19+ 适配火狐 */
          color: #999;
}
.detail .materials .score .form[data-v-09bb67da] .el-input input:-ms-input-placeholder,
        .detail .materials .score .form input[data-v-09bb67da]:-ms-input-placeholder {
          /* Internet Explorer 10+  适配ie*/
          color: #999;
}
.detail .materials .score .submit[data-v-09bb67da] {
        width: 160px;
        height: 40px;
        background: #f3493b;
        border-radius: 4px;
        font-size: 16px;
        font-weight: bold;
        line-height: 40px;
        color: #ffffff;
        text-align: center;
        margin: 4px auto 0;
        cursor: pointer;
}
.detail .materials .score .submit[data-v-09bb67da]:hover {
          background: #da4134;
}
.detail .materials .score .photo[data-v-09bb67da] {
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        flex-wrap: nowrap;
}
.detail .materials .score .photo .logo_box[data-v-09bb67da] {
          width: 100px;
          height: 100px;
          margin-right: 20px;
}
.detail .materials .score .photo .tip[data-v-09bb67da] {
          margin-left: -10px;
          margin-bottom: 10px;
          font-size: 12px;
          font-weight: normal;
          line-height: 20px;
          color: #a4a4a4;
}
.detail .materials .score[data-v-09bb67da] .el-input {
        height: 40px;
        background: #ffffff;
        border-radius: 4px;
        border: 1px solid #d9d9d9;
        width: 100%;
}
.detail .materials .score[data-v-09bb67da] .el-form-item .el-form-item__label {
        font-weight: bold;
}
.detail .materials .score[data-v-09bb67da] .el-form {
        margin-right: 30px;
}

