@charset "UTF-8";
/* chrome记住密码后的默认填充样式解决 */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  border: 1px solid #ccc !important; }

input, textarea, select {
  font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", sans-serif; }

::-webkit-input-placeholder {
  color: #595a62;
  opacity: 0.5; }

::-moz-placeholder {
  color: #595a62;
  opacity: 0.5; }

/* firefox 19+ */
:-ms-input-placeholder {
  color: #595a62;
  opacity: 0.5; }

/* Internet Explorer 10+ */
:-moz-placeholder {
  color: #595a62;
  opacity: 0.5; }

/* firefox 14-18 */
.oscroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: transparent; }

/* 两头空块 */
.oscroll::-webkit-scrollbar-button {
  width: 8px;
  height: 8px;
  background-color: transparent; }

.oscroll::-webkit-scrollbar-thumb {
  background-color: #406dce;
  border-radius: 8px; }

.oscroll::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: transparent; }

/* 火狐 滚动条*/
.container {
  position: relative;
  margin: 0 auto; }

.headbar {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1920px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
  padding: 22px 45px 0 36px;
  z-index: 2; }

.logo {
  width: 147px;
  height: 63px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 9; }
  .logo img {
    width: 100%; }

.links {
  position: absolute;
  top: 20px;
  right: 22px;
  z-index: 9; }

.toindex {
  width: 122px;
  height: 43px;
  background-image: url(../images/toindex.png);
  background-repeat: no-repeat; }

.download {
  width: 122px;
  height: 43px;
  margin-left: 8px;
  background-image: url(../images/downbtn.png);
  background-repeat: no-repeat; }

.actionland {
  padding-left: 140px; }

.userwrap {
  font-size: 18px;
  margin-top: 10px;
  font-weight: bold; }
  .userwrap .user_login {
    color: #d3d8dd;
    padding-bottom: 2px;
    border-bottom: 1px solid #a2acd4; }
  .userwrap .user_login_succeed {
    word-break: keep-all;
    white-space: nowrap; }
    .userwrap .user_login_succeed b, .userwrap .user_login_succeed a, .userwrap .user_login_succeed span {
      display: inline-block;
      font-weight: bold;
      color: #d3d8dd; }
    .userwrap .user_login_succeed span {
      margin: 0 5px; }

.section1 {
  height: 1000px;
  position: relative;
  background-image: url(../images/bg1.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }
  .section1 .sg-wrap {
    position: absolute;
    bottom: 115px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); }
  .section1 .sg {
    margin-bottom: -150px;
    margin-left: -41px; }
  .section1 .pf-push {
    width: 282px;
    height: 82px;
    margin: 0 auto;
    background-image: url(../images/btn2.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    overflow: hidden; }
    .section1 .pf-push a {
      display: block;
      height: 100%; }

.rulesbutton {
  width: 114px;
  height: 69px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: url(../images/btn1.png);
  position: fixed;
  right: 0;
  top: 50%; }

.wrap {
  width: 1300px;
  margin: 0 auto; }

.section2 {
  min-height: 1000px;
  position: relative;
  overflow: hidden;
  padding-top: 1.2rem;
  padding-left: 180px;
  padding-bottom: 100px; }
  .section2.bgHeight {
    height: 2182px; }
  .section2 .bgsection2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 2182px;
    background-image: url(../images/bg2_1.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: 0; }
  .section2 .wrap {
    position: relative;
    width: 1268px;
    z-index: 1; }
  .section2 .user_login {
    color: #2f62cf;
    padding-bottom: 2px;
    border-bottom: 1px solid #2f62cf; }
  .section2 .user_login_succeed b, .section2 .user_login_succeed a, .section2 .user_login_succeed span {
    color: #434449; }
  .section2 .user_login_succeed .pushBtn {
    color: #c8672d; }
  .section2 .user_login_succeed a {
    color: #2f62cf; }
  .section2 .user_login_succeed span {
    margin: 0 5px; }
  .section2 .page-links {
    margin-left: 240px; }
  .section2 .title {
    width: 1100px;
    margin: 77px 0 26px 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #c6c6c6; }
    .section2 .title span:nth-of-type(1) {
      width: 219px;
      height: 75px;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover;
      background-image: url(../images/title1.png); }
    .section2 .title span:nth-of-type(2) {
      width: 552px;
      height: 63px;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover;
      background-image: url(../images/titletips1.png); }
    .section2 .title span:nth-of-type(3) {
      width: 114px;
      height: 39px;
      margin-left: 180px;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover;
      background-image: url(../images/btn11.png); }
      .section2 .title span:nth-of-type(3) a {
        display: block;
        width: 100%;
        height: 100%; }
  .section2 .form-wrap {
    position: relative; }
    .section2 .form-wrap .role1 {
      width: 295px;
      height: 476px;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover;
      background-image: url(../images/role1.png);
      position: absolute;
      right: -0px;
      bottom: -100px;
      z-index: -1;
      display: none; }
    .section2 .form-wrap .form-item {
      margin-top: 15px; }
      .section2 .form-wrap .form-item > label {
        color: #434449;
        font-size: 18px;
        width: 120px;
        text-align: right;
        margin-right: 20px;
        font-weight: bold; }
        .section2 .form-wrap .form-item > label span {
          color: #2c64de;
          margin-right: 9px; }
      .section2 .form-wrap .form-item p {
        font-size: 15px;
        color: #406dce;
        margin-left: 12px; }
        .section2 .form-wrap .form-item p > span {
          color: #c96e3c; }
    .section2 .form-wrap .inputWrap {
      width: 399px;
      height: 48px;
      background-image: url(../images/bg3_1.png);
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover; }
      .section2 .form-wrap .inputWrap input[type="text"] {
        width: 100%;
        color: #434449;
        font-size: 18px;
        line-height: 46px;
        padding-left: 27px;
        background-color: transparent;
        box-sizing: border-box; }
        .section2 .form-wrap .inputWrap input[type="text"]:focus {
          border: 1px solid #2c64de; }
      .section2 .form-wrap .inputWrap.referLinktimewrap {
        width: 273px;
        height: 48px;
        background-image: url(../images/bg5.png);
        margin-left: 10px; }
        .section2 .form-wrap .inputWrap.referLinktimewrap #referLinktime {
          width: 273px; }
        .section2 .form-wrap .inputWrap.referLinktimewrap + p span {
          color: #c96e3c; }
    .section2 .form-wrap .referencelink {
      width: 750px;
      min-height: 66px;
      border: 1px solid #afafb1;
      padding: 0 0px;
      background-color: #ebebeb;
      padding-bottom: 0px; }
      .section2 .form-wrap .referencelink .itemlink {
        margin-top: 10px; }
        .section2 .form-wrap .referencelink .itemlink .dellink {
          display: block;
          width: 29px;
          height: 29px;
          background-image: url(../images/button.png);
          background-repeat: no-repeat;
          background-position: -34px 0;
          margin-left: 6px; }
          .section2 .form-wrap .referencelink .itemlink .dellink:hover {
            background-position: 0 0; }
      .section2 .form-wrap .referencelink .addItem {
        margin-top: 10px;
        width: 100%;
        height: 44px;
        background-color: #dcdcdc;
        font-size: 20px;
        color: #979797; }
        .section2 .form-wrap .referencelink .addItem:hover i {
          background-position: -69px 0; }
        .section2 .form-wrap .referencelink .addItem i {
          display: block;
          width: 29px;
          height: 29px;
          background-image: url(../images/button.png);
          background-repeat: no-repeat;
          background-position: -103px 0;
          margin-right: 6px; }
    .section2 .form-wrap .content-img-list {
      display: inline;
      vertical-align: top;
      font-size: 0px; }
      .section2 .form-wrap .content-img-list li {
        float: left;
        width: 106px;
        height: 69px;
        position: relative;
        margin: 9px 0 9px 9px; }
        .section2 .form-wrap .content-img-list li img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .section2 .form-wrap .content-img-list li:not(:first-child) {
          margin-left: 9px; }
        .section2 .form-wrap .content-img-list li:hover a {
          display: block; }
        .section2 .form-wrap .content-img-list li a {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          background-color: rgba(0, 0, 0, 0.5);
          display: none; }
          .section2 .form-wrap .content-img-list li a i {
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 26px;
            background-color: rgba(0, 0, 0, 0.5); }
            .section2 .form-wrap .content-img-list li a i img {
              width: 56px;
              height: 19px;
              display: block;
              margin: 3px auto; }
    .section2 .form-wrap .upinfo-box {
      position: relative;
      display: inline-block;
      font-size: 0px;
      margin: 9px 0px 9px 9px; }
      .section2 .form-wrap .upinfo-box .skinrefer, .section2 .form-wrap .upinfo-box .skillrefer {
        position: absolute;
        width: 100%;
        height: 100%;
        display: inline-block;
        left: 0;
        top: 0;
        opacity: 0;
        cursor: pointer; }
      .section2 .form-wrap .upinfo-box .upinfo_img {
        width: 142px;
        height: 56px;
        display: block;
        background-color: transparent;
        background-image: url(../images/btn5.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover; }
      .section2 .form-wrap .upinfo-box.upinfo_add_box {
        margin: 9px 0px 9px 9px; }
        .section2 .form-wrap .upinfo-box.upinfo_add_box .upinfo_img {
          width: 106px;
          height: 69px;
          background-image: url(../images/btn6.png); }
    .section2 .form-wrap .deco {
      position: absolute;
      width: 12px;
      height: 12px;
      left: 0px;
      top: 0px;
      background-image: url(../images/icon1.png);
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover; }
    .section2 .form-wrap .inputSort label {
      margin-right: 15px;
      position: relative; }
      .section2 .form-wrap .inputSort label input {
        opacity: 0;
        outline: none;
        position: absolute;
        z-index: -1; }
      .section2 .form-wrap .inputSort label span {
        display: block;
        width: 125px;
        height: 48px;
        line-height: 45px;
        text-align: center;
        color: #ebebeb;
        font-size: 22px;
        background-color: #5b5b5f;
        border-radius: 2px; }
      .section2 .form-wrap .inputSort label .origintype:checked + span {
        color: #ebebeb;
        width: 129px;
        height: 54px;
        background-color: transparent;
        background-image: url(../images/bg4.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover; }
      .section2 .form-wrap .inputSort label .qualitytype:checked + span {
        color: #ebebeb;
        width: 129px;
        height: 54px;
        background-color: transparent;
        background-image: url(../images/bg4.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover; }
    .section2 .form-wrap .skinReferitem {
      min-width: 400px;
      min-height: 90px;
      max-width: 594px;
      padding: 0;
      border: 1px solid #afafb1;
      font-size: 0;
      padding-right: 9px;
      position: relative;
      background-color: #ebebeb; }
    .section2 .form-wrap .skill-effect-form-item {
      position: absolute;
      left: -9999px; }
    .section2 .form-wrap .skillReferitem {
      width: 750px;
      height: 250px;
      border: 1px solid #afafb1;
      position: relative;
      font-size: 0;
      background-color: #ebebeb;
      padding: 8px 8px; }
      .section2 .form-wrap .skillReferitem .skillwrap {
        width: 354px;
        height: 87px;
        border-radius: 2px;
        background-color: #dcdcdc;
        margin-top: 26px;
        position: relative; }
        .section2 .form-wrap .skillReferitem .skillwrap strong {
          position: absolute;
          color: #434449;
          font-size: 17px;
          opacity: 0.5;
          top: -26px;
          left: 0;
          font-weight: bold; }
    .section2 .form-wrap .skillEffectitem {
      height: 410px;
      overflow-x: hidden;
      padding: 12px;
      border: 1px solid #afafb1;
      position: relative;
      background-color: #ebebeb; }
      .section2 .form-wrap .skillEffectitem .deco {
        position: absolute;
        width: 12px;
        height: 12px;
        left: 0px;
        top: 0px;
        background-image: url(../images/icon1.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover; }
      .section2 .form-wrap .skillEffectitem .textareaWrap {
        margin-top: 15px; }
        .section2 .form-wrap .skillEffectitem .textareaWrap label {
          color: #434449;
          font-size: 17px;
          width: 120px;
          text-align: right;
          opacity: 0.5;
          font-weight: bold; }
        .section2 .form-wrap .skillEffectitem .textareaWrap textarea {
          display: block;
          width: 615px;
          height: 80px;
          margin-left: 15px;
          color: #434449;
          font-size: 18px;
          padding: 17px 27px;
          background-color: #dcdcdc; }
    .section2 .form-wrap .formbtn {
      width: 282px;
      height: 82px;
      margin-top: 32px;
      margin-left: 380px;
      background-image: url(../images/btn4.png);
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover; }

.section3 {
  height: 1860px;
  position: relative;
  background-image: url(../images/bg2.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
  padding-top: 1.2rem;
  padding-left: 180px; }
  .section3 .wrap {
    width: 1268px; }
  .section3 .user_login {
    color: #2f62cf;
    padding-bottom: 2px;
    border-bottom: 1px solid #2f62cf; }
  .section3 .user_login_succeed b, .section3 .user_login_succeed a, .section3 .user_login_succeed span {
    color: #434449; }
  .section3 .user_login_succeed .pushBtn {
    color: #c8672d; }
  .section3 .user_login_succeed a {
    color: #2f62cf; }
  .section3 .user_login_succeed span {
    margin: 0 5px; }
  .section3 .page-links {
    margin-left: 214px; }
  .section3 .title {
    width: 1000px;
    margin: 77px 0 26px 0;
    padding-left: 140px; }
    .section3 .title span:nth-of-type(1) {
      width: 323px;
      height: 75px;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover;
      background-image: url(../images/title2.png); }
    .section3 .title span:nth-of-type(2) {
      width: 114px;
      height: 39px;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover;
      background-image: url(../images/btn10.png); }
      .section3 .title span:nth-of-type(2) a {
        display: block;
        width: 100%;
        height: 100%; }
  .section3 .generatetime {
    width: 1000px;
    font-size: 17px;
    color: #4b4c50;
    padding-left: 140px;
    margin-top: 32px;
    margin-bottom: 20px;
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 8px; }
  .section3 .form-wrap {
    width: 1100px; }
    .section3 .form-wrap .form-item {
      margin-top: 15px; }
      .section3 .form-wrap .form-item > label {
        color: #434449;
        font-size: 18px;
        width: 120px;
        text-align: right;
        margin-right: 20px;
        font-weight: bold; }
        .section3 .form-wrap .form-item > label span {
          color: #2c64de;
          margin-right: 9px; }
      .section3 .form-wrap .form-item p {
        font-size: 18px;
        color: #406dce;
        font-weight: bold; }
        .section3 .form-wrap .form-item p a {
          font-size: 18px;
          color: #406dce;
          font-weight: bold; }
      .section3 .form-wrap .form-item h3 {
        font-size: 18px;
        color: #406dce;
        font-weight: normal;
        font-weight: bold; }
      .section3 .form-wrap .form-item .referencelink {
        width: 900px; }
        .section3 .form-wrap .form-item .referencelink.fixdis {
          padding-left: 140px; }
        .section3 .form-wrap .form-item .referencelink p span {
          display: inline-block;
          vertical-align: middle; }
          .section3 .form-wrap .form-item .referencelink p span:nth-of-type(1) {
            max-width: 600px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
        .section3 .form-wrap .form-item .referencelink p i {
          font-style: normal;
          margin: 0 6px;
          display: inline-block;
          vertical-align: baseline; }
      .section3 .form-wrap .form-item .skinReferitem {
        width: 800px; }
        .section3 .form-wrap .form-item .skinReferitem ul.padding {
          padding-left: 80px; }
        .section3 .form-wrap .form-item .skinReferitem ul > li {
          width: 151px;
          height: 97px;
          position: relative;
          margin-left: 10px;
          border: 1px solid #c4c4c5;
          border-radius: 2px; }
          .section3 .form-wrap .form-item .skinReferitem ul > li:nth-of-type(5n+1) {
            margin-left: 0;
            margin-top: 0; }
          .section3 .form-wrap .form-item .skinReferitem ul > li:nth-of-type(n+6) {
            margin-top: 10px; }
          .section3 .form-wrap .form-item .skinReferitem ul > li > img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
          .section3 .form-wrap .form-item .skinReferitem ul > li a {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            display: none; }
          .section3 .form-wrap .form-item .skinReferitem ul > li:hover a {
            display: flex; }
      .section3 .form-wrap .form-item .skillReferitem {
        width: 678px;
        height: 265px;
        border: 1px solid #afafb1;
        padding: 0 10px;
        background-color: #ebebeb;
        padding: 4px 13px; }
        .section3 .form-wrap .form-item .skillReferitem > p {
          margin-bottom: 5px; }
        .section3 .form-wrap .form-item .skillReferitem .item {
          float: left;
          margin-top: 10px; }
          .section3 .form-wrap .form-item .skillReferitem .item:nth-of-type(2) {
            margin-left: 9px; }
          .section3 .form-wrap .form-item .skillReferitem .item:nth-of-type(4) {
            margin-left: 9px; }
        .section3 .form-wrap .form-item .skillReferitem .itemwrap {
          width: 320px;
          height: 87px;
          background-color: #dcdcdc; }
          .section3 .form-wrap .form-item .skillReferitem .itemwrap span {
            width: 99px;
            height: 76px;
            background-color: #ebebeb;
            position: relative; }
            .section3 .form-wrap .form-item .skillReferitem .itemwrap span img {
              width: 100%;
              height: 100%;
              object-fit: cover; }
            .section3 .form-wrap .form-item .skillReferitem .itemwrap span a {
              position: absolute;
              left: 0;
              top: 0;
              width: 100%;
              height: 100%;
              background-color: rgba(0, 0, 0, 0.5);
              display: none; }
            .section3 .form-wrap .form-item .skillReferitem .itemwrap span:hover a {
              display: flex; }
      .section3 .form-wrap .form-item .skillEffectWrap {
        width: 814px;
        height: 414px;
        padding-right: 30px;
        border: 1px solid #afafb1;
        padding: 20px 20px;
        background-color: #ebebeb; }
      .section3 .form-wrap .form-item .skillEffectitem {
        height: 360px;
        padding-right: 15px;
        overflow-x: hidden; }
        .section3 .form-wrap .form-item .skillEffectitem h3 {
          margin-top: 5px; }
        .section3 .form-wrap .form-item .skillEffectitem span {
          width: 625px;
          background-color: #dcdcdc;
          height: auto;
          padding: 15px;
          margin-left: 16px; }

.worksreferPop .pop-wrap {
  width: 1049px;
  height: 606px;
  background-color: transparent; }
  .worksreferPop .pop-wrap .close-pop {
    width: 104px;
    height: 39px;
    background-image: url(../images/closepop1.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    position: absolute;
    right: 0px;
    top: -45px; }
  .worksreferPop .pop-wrap .pop-content {
    width: 1049px;
    height: 606px;
    position: relative; }
    .worksreferPop .pop-wrap .pop-content .prebtn, .worksreferPop .pop-wrap .pop-content .nextbtn {
      width: 87px;
      height: 49px;
      background-repeat: no-repeat;
      background-position: left top;
      background-size: 100%;
      position: absolute;
      margin-top: -25px; }
    .worksreferPop .pop-wrap .pop-content .prebtn {
      background-image: url(../images/prepic.png);
      left: -97px;
      top: 50%; }
    .worksreferPop .pop-wrap .pop-content .nextbtn {
      background-image: url(../images/nextpic.png);
      right: -97px;
      top: 50%; }
    .worksreferPop .pop-wrap .pop-content .picbox {
      width: 100%;
      height: 100%;
      border: 2px solid #3868c9;
      background: #e4e4e4; }
      .worksreferPop .pop-wrap .pop-content .picbox img {
        width: 100%;
        height: 100%;
        object-fit: contain; }

.rulespop .pop-wrap {
  width: 702px;
  height: 419px;
  padding: 23px 30px 0px 47px;
  background-image: url(../images/popbg1.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%; }

.rulespop .pop-content {
  height: 500px;
  overflow-x: hidden; }

.rulespop .close-pop {
  width: 48px;
  height: 48px;
  background-image: url(../images/closepop.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  position: absolute;
  right: 8px;
  top: 20px; }

.rulespop .title {
  font-size: 26px;
  color: #c8672d; }
  .rulespop .title span {
    font-size: 16px;
    opacity: 0.5; }

.rulespop .rull-item {
  font-size: 16px;
  margin-top: 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 7px; }
  .rulespop .rull-item p {
    color: #585859;
    line-height: 28px;
    position: relative;
    font-size: 16px; }
    .rulespop .rull-item p span {
      color: #d64d9b; }

.tipSuccesspop .pop-wrap {
  width: 702px;
  height: 419px;
  background-image: url(../images/popbg1.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%; }
  .tipSuccesspop .pop-wrap .close-pop {
    width: 48px;
    height: 48px;
    background-image: url(../images/closepop.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    position: absolute;
    right: 8px;
    top: 20px; }
  .tipSuccesspop .pop-wrap .pop-content {
    height: 100%;
    color: #434449;
    font-size: 28px; }
    .tipSuccesspop .pop-wrap .pop-content p span {
      color: #c8672d; }
    .tipSuccesspop .pop-wrap .pop-content > div {
      margin-top: 80px; }
      .tipSuccesspop .pop-wrap .pop-content > div span {
        width: 139px;
        height: 54px;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 100%; }
        .tipSuccesspop .pop-wrap .pop-content > div span a {
          display: block;
          height: 100%; }
        .tipSuccesspop .pop-wrap .pop-content > div span:nth-of-type(1) {
          background-image: url(../images/btn9.png); }

.tipConfirmpop .pop-wrap {
  width: 702px;
  height: 419px;
  background-image: url(../images/popbg1.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%; }
  .tipConfirmpop .pop-wrap .close-pop {
    width: 48px;
    height: 48px;
    background-image: url(../images/closepop.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    position: absolute;
    right: 8px;
    top: 20px; }
  .tipConfirmpop .pop-wrap .pop-content {
    height: 100%;
    color: #434449;
    font-size: 28px; }
    .tipConfirmpop .pop-wrap .pop-content p span {
      color: #c8672d; }
    .tipConfirmpop .pop-wrap .pop-content > div {
      margin-top: 80px; }
      .tipConfirmpop .pop-wrap .pop-content > div span {
        width: 139px;
        height: 54px;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 100%; }
        .tipConfirmpop .pop-wrap .pop-content > div span:nth-of-type(1) {
          background-image: url(../images/btn7.png); }
        .tipConfirmpop .pop-wrap .pop-content > div span:nth-of-type(2) {
          background-image: url(../images/btn8.png);
          margin-left: 40px; }

.myworksPop .pop-wrap {
  width: 1022px;
  height: 569px;
  padding: 30px 0px 0px 47px;
  background-image: url(../images/popbg2.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  /* 两头空块 */
  /* 火狐 滚动条*/ }
  .myworksPop .pop-wrap .pop-content {
    padding-right: 42px; }
  .myworksPop .pop-wrap .close-pop {
    width: 48px;
    height: 48px;
    background-image: url(../images/closepop.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    position: absolute;
    right: 15px;
    top: 20px; }
  .myworksPop .pop-wrap h3 {
    font-size: 26px;
    color: #585859; }
    .myworksPop .pop-wrap h3 span {
      font-size: 16px;
      opacity: 0.5; }
  .myworksPop .pop-wrap .nonworks {
    margin-top: 60px;
    text-align: center; }
  .myworksPop .pop-wrap .oscroll::-webkit-scrollbar {
    width: 8px;
    background-color: transparent; }
  .myworksPop .pop-wrap .oscroll::-webkit-scrollbar-button {
    width: 8px;
    height: 8px;
    background-color: transparent; }
  .myworksPop .pop-wrap .oscroll::-webkit-scrollbar-thumb {
    background-color: #b7b7b9;
    border-radius: 4px;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */ }
  .myworksPop .pop-wrap .oscroll::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    border-radius: 10px;
    background-color: transparent; }
  .myworksPop .pop-wrap .oscroll {
    scrollbar-color: #b7b7b9 #ccc9d6;
    scrollbar-width: thin; }
  .myworksPop .pop-wrap .myuploadwrap {
    margin-top: 25px;
    height: 400px;
    overflow-x: hidden;
    padding-right: 5px; }
    .myworksPop .pop-wrap .myuploadwrap .tt {
      margin-top: 8px;
      color: #c8672d;
      font-size: 18px;
      height: 50px;
      margin: 0 20px 0 10px;
      background-image: url(../images/bg6.png);
      background-repeat: no-repeat;
      background-position: left bottom;
      background-size: 100%;
      font-weight: bold; }
      .myworksPop .pop-wrap .myuploadwrap .tt span {
        width: 150px;
        text-align: center; }
        .myworksPop .pop-wrap .myuploadwrap .tt span:nth-of-type(3) {
          width: 100px; }
    .myworksPop .pop-wrap .myuploadwrap .info-wrap {
      padding: 0 20px 0 10px; }
    .myworksPop .pop-wrap .myuploadwrap .info {
      width: 100%;
      font-size: 16px;
      color: #252525; }
      .myworksPop .pop-wrap .myuploadwrap .info ul li {
        text-align: center;
        padding: 10px 0;
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 100%;
        border-bottom: 1px solid #aaa; }
        .myworksPop .pop-wrap .myuploadwrap .info ul li span {
          width: 150px;
          text-overflow: -o-ellipsis-lastline;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          line-clamp: 3;
          -webkit-box-orient: vertical; }
          .myworksPop .pop-wrap .myuploadwrap .info ul li span:nth-of-type(3) {
            width: 100px; }
        .myworksPop .pop-wrap .myuploadwrap .info ul li .auditresult img {
          display: block;
          width: 82px;
          height: auto;
          margin: 0 auto; }
        .myworksPop .pop-wrap .myuploadwrap .info ul li a {
          display: block;
          margin-left: 50px;
          border-radius: 5px;
          color: #2f62cf;
          text-decoration: underline; }

@media screen and (min-width: 750px) {
  html, body {
    min-width: 1440px; }
  .beian_info {
    display: none; } }

@media screen and (max-width: 750px) {
  html, body {
    max-width: 750px; }
  .foot {
    display: none; }
  .sg {
    display: none; }
  .section1 {
    background-image: url(../images/bg3.jpg);
    background-position: bottom center;
    background-size: cover;
    height: 100vh;
    width: 100vw; }
    .section1 .userwrap {
      font-size: 0.27rem; }
    .section1 .sg-wrap {
      bottom: 1.3rem; }
    .section1 .pf-push {
      width: 3rem;
      height: 0.8rem; }
  .logo {
    width: 1.99rem;
    height: 0.85rem; }
  .rulesbutton {
    width: 1.58rem;
    height: 0.75rem; }
  .links {
    display: none; }
  .rulespop .pop-wrap {
    width: 7.02rem;
    height: 4.19rem;
    padding: 0.23rem 0.30rem 0px 0.47rem; }
    .rulespop .pop-wrap .close-pop {
      top: -48px; }
    .rulespop .pop-wrap .pop-content {
      height: 4rem; }
      .rulespop .pop-wrap .pop-content .title {
        font-size: 0.26rem;
        color: #c8672d; }
      .rulespop .pop-wrap .pop-content .rull-item {
        margin-top: 0.2rem; }
      .rulespop .pop-wrap .pop-content .rull-item p {
        font-size: 0.16rem;
        line-height: 0.28rem; } }
