@charset "UTF-8";
html, body {
  min-width: 1372px; }

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

::-webkit-input-placeholder {
  color: #a18579; }

::-moz-placeholder {
  color: #a18579; }

/* firefox 19+ */
:-ms-input-placeholder {
  color: #a18579; }

/* Internet Explorer 10+ */
:-moz-placeholder {
  color: #a18579; }

/* firefox 14-18 */
html::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

html::-webkit-scrollbar-track {
  border-radius: 8px; }

html::-webkit-scrollbar-thumb {
  border-radius: 8px;
  /* background-image: linear-gradient(25deg, #dc430e, #dc430e, #dc430e); */
  background-color: #a2431b; }

.oscroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: transparent; }

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

.oscroll::-webkit-scrollbar-thumb {
  background-color: #a2431b;
  border-radius: 4px; }

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

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

.headbar {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  padding: 22px 40px 0 40px;
  z-index: 2;
  background-color: rgba(151, 66, 40, 0.7); }

.logo {
  width: 128px;
  height: 56px;
  position: absolute;
  top: 7px;
  left: 40px;
  z-index: 9; }
  .logo img {
    width: 100%; }

.links {
  position: absolute;
  top: 20px;
  right: 22px;
  z-index: 9; }
  .links a {
    display: block;
    width: 99px;
    height: 22px;
    text-align: center;
    line-height: 21px;
    color: #fcedd0;
    font-size: 16px; }
    .links a:hover {
      background-color: #efcf98;
      color: #a2401f; }

.fixedlt {
  position: fixed;
  width: 155px;
  height: 280px;
  left: 22px;
  top: 45%;
  transform: translateY(-50%);
  z-index: 2;
  background-color: rgba(91, 51, 48, 0.9); }
  .fixedlt .download {
    width: 146px;
    height: 48px;
    background-image: url(../images/down.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center; }
  .fixedlt .register {
    width: 146px;
    height: 48px;
    background-image: url(../images/regist.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center; }
  .fixedlt .gzh {
    width: 136px;
    height: 160px;
    background-image: url(../images/gzh.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    margin-top: 5px; }
  .fixedlt img {
    display: block; }

.section1 {
  height: 968px;
  position: relative;
  background-image: url(../images/sec1.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }
  .section1 .sg-wrap {
    position: relative;
    height: 100%; }
  .section1 .decoration {
    position: relative;
    height: 481px;
    width: 940px;
    overflow: hidden; }
    .section1 .decoration img {
      position: absolute; }
      .section1 .decoration img:nth-of-type(1) {
        left: 40px;
        top: 53px; }
      .section1 .decoration img:nth-of-type(2) {
        left: 114px;
        top: 15px;
        -webkit-animation-delay: 0.3s; }
  .section1 .getbtn {
    width: 308px;
    height: 109px;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; }
  .section1 .getbtn.gettimesbtn {
    background-image: url(../images/btn8.png);
    cursor: pointer;
    transition: 0.25s ease-out all; }
    .section1 .getbtn.gettimesbtn:hover {
      filter: brightness(1.1); }
  .section1 .getbtn.over {
    background-image: url(../images/btn8-1.png); }

.userwrap {
  font-size: 20px; }
  .userwrap .user_login {
    color: #fff2be;
    word-break: keep-all;
    white-space: nowrap;
    position: relative;
    text-align: center;
    display: inline-block;
    width: 130px;
    height: 42px;
    background-image: url(../images/bg2.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    font-size: 15px;
    line-height: 41px;
    text-align: center; }
  .userwrap .user_login_succeed {
    text-align: center; }
    .userwrap .user_login_succeed b, .userwrap .user_login_succeed a, .userwrap .user_login_succeed span {
      display: inline-block;
      color: #fff2be;
      font-weight: bold; }
    .userwrap .user_login_succeed a {
      margin-left: 0 5px;
      position: relative; }
      .userwrap .user_login_succeed a:before {
        content: "";
        position: absolute;
        bottom: -4px;
        left: 50%;
        height: 2px;
        width: 90%;
        background-color: #fff2be;
        transform: translateX(-50%); }

.main {
  width: 1372px;
  margin: 0 auto; }

.section2 {
  height: 1917px;
  position: relative;
  background-image: url(../images/sec2.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
  padding-top: 115px; }
  .section2 .tips {
    font-size: 16px;
    color: #6971bd;
    text-align: center;
    margin: 20px 0 40px; }
  .section2 .title {
    width: 739px;
    height: 216px;
    background-image: url(../images/title1.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    margin: 0 auto; }
  .section2 .actionland {
    padding: 0 50px; }
    .section2 .actionland .btnland .rt > div {
      color: #fff2be;
      width: 130px;
      height: 42px;
      background-image: url(../images/bg2.png);
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover;
      font-size: 15px;
      line-height: 41px;
      text-align: center; }
      .section2 .actionland .btnland .rt > div:nth-of-type(2) {
        margin: 0 6px; }
      .section2 .actionland .btnland .rt > div a {
        color: #fff2be;
        display: block;
        height: 100%; }
  .section2 .scrollland {
    width: 1274px;
    height: 67px;
    background-image: url(../images/bg1.png);
    background-repeat: no-repeat;
    line-height: 79px;
    padding: 0 50px;
    overflow: hidden;
    color: #fff2be;
    font-size: 18px;
    position: relative;
    cursor: pointer;
    margin: 15px auto 0; }
    .section2 .scrollland .marqueewrap {
      height: 100%;
      width: 1162px;
      position: absolute;
      overflow-y: hidden; }
      .section2 .scrollland .marqueewrap::-webkit-scrollbar {
        height: 0; }
      .section2 .scrollland .marqueewrap .marquee {
        flex-shrink: 0;
        position: relative; }
    .section2 .scrollland .item {
      margin-left: 50px;
      float: left;
      word-break: keep-all;
      white-space: nowrap;
      font-weight: bold; }
      .section2 .scrollland .item span:nth-of-type(2) {
        color: #ff5e3b; }
  .section2 .lotteryWrap {
    width: 1372px;
    height: 879px;
    background-image: url(../images/bg3.png);
    margin-top: 14px;
    margin: 14px auto 0;
    position: relative; }
    .section2 .lotteryWrap .surprise {
      position: relative;
      overflow: hidden;
      padding: 69px 122px; }
      .section2 .lotteryWrap .surprise ul {
        position: relative;
        height: 750px; }
        .section2 .lotteryWrap .surprise ul li {
          position: absolute;
          float: left;
          width: 268px;
          height: 169px;
          background: url(../images/bg_01.png) center center no-repeat;
          background-size: contain; }
          .section2 .lotteryWrap .surprise ul li .img {
            height: 122px; }
            .section2 .lotteryWrap .surprise ul li .img img {
              width: auto;
              height: auto;
              margin: 0 auto;
              display: block;
              max-width: 50%; }
          .section2 .lotteryWrap .surprise ul li.super .img img {
            margin: -28px 0 0 -28px;
            max-width: 80%; }
          .section2 .lotteryWrap .surprise ul li.active {
            background: url(../images/bg_01_act.png) center center no-repeat; }
            .section2 .lotteryWrap .surprise ul li.active p {
              color: #ffe6cb;
              text-shadow: 0px 0px 3px #513430, 0px 0px 3px #513430, 0px 0px 3px #513430, 0px 0px 3px #513430; }
        .section2 .lotteryWrap .surprise ul p {
          position: absolute;
          bottom: 10px;
          left: 0px;
          width: 267px;
          height: 39px;
          line-height: 39px;
          text-align: center;
          font-size: 17px;
          color: #513430;
          font-weight: bold;
          padding-left: 8px;
          text-shadow: 0px 0px 3px #ffe6cb, 0px 0px 3px #ffe6cb, 0px 0px 3px #ffe6cb, 0px 0px 3px #ffe6cb; }
    .section2 .lotteryWrap .surprise .sur-1 {
      position: absolute;
      left: 0;
      top: 0; }
    .section2 .lotteryWrap .surprise .sur-2 {
      position: absolute;
      left: 285px;
      top: 0; }
    .section2 .lotteryWrap .surprise .sur-3 {
      position: absolute;
      left: 570px;
      top: 0; }
    .section2 .lotteryWrap .surprise .sur-4 {
      position: absolute;
      left: 858px;
      top: 0; }
    .section2 .lotteryWrap .surprise .sur-5 {
      position: absolute;
      left: 858px;
      top: 186px; }
    .section2 .lotteryWrap .surprise .sur-6 {
      position: absolute;
      left: 858px;
      top: 372px; }
    .section2 .lotteryWrap .surprise .sur-7 {
      position: absolute;
      left: 858px;
      top: 561px; }
    .section2 .lotteryWrap .surprise .sur-8 {
      position: absolute;
      left: 570px;
      top: 561px; }
    .section2 .lotteryWrap .surprise .sur-9 {
      position: absolute;
      left: 285px;
      top: 561px; }
    .section2 .lotteryWrap .surprise .sur-10 {
      position: absolute;
      left: 0;
      top: 561px; }
    .section2 .lotteryWrap .surprise .sur-11 {
      position: absolute;
      left: 0;
      top: 372px; }
    .section2 .lotteryWrap .surprise .sur-12 {
      position: absolute;
      left: 0;
      top: 186px; }
    .section2 .lotteryWrap .surprise .sur-13 {
      position: absolute;
      left: 0;
      top: 282px; }
    .section2 .lotteryWrap .surprise .sur-14 {
      position: absolute;
      left: 0;
      top: 141px; }
    .section2 .lotteryWrap .surprise .sur-btn {
      position: absolute;
      top: 268px;
      left: 537px; }
      .section2 .lotteryWrap .surprise .sur-btn p {
        color: #ffdfb6;
        text-align: center;
        line-height: 1.8;
        width: 299px;
        font-weight: bold;
        font-size: 20px; }
        .section2 .lotteryWrap .surprise .sur-btn p span {
          color: #ffd563; }
      .section2 .lotteryWrap .surprise .sur-btn .drawbtn {
        display: block;
        width: 299px;
        height: 115px;
        margin-top: 15px;
        text-align: center;
        color: #fff; }
        .section2 .lotteryWrap .surprise .sur-btn .drawbtn:hover {
          -webkit-filter: brightness(1.1);
          filter: brightness(1.1); }
        .section2 .lotteryWrap .surprise .sur-btn .drawbtn.btn-01 {
          background: url(../images/btn_04.png) center center no-repeat; }
        .section2 .lotteryWrap .surprise .sur-btn .drawbtn.btn-02 {
          background: url(../images/btn_05.png) center center no-repeat;
          margin-top: 10px;
          margin-bottom: 10px; }
      .section2 .lotteryWrap .surprise .sur-btn .actionland {
        width: 100%;
        margin: 0 auto;
        font-size: 16px;
        color: #ffecbe; }
        .section2 .lotteryWrap .surprise .sur-btn .actionland .rt div {
          margin-left: 8px;
          text-align: center;
          font-size: 15px;
          color: #979392;
          padding: 0 0 2px;
          border-bottom: 1px solid #979392; }
          .section2 .lotteryWrap .surprise .sur-btn .actionland .rt div a {
            display: block;
            height: 100%;
            color: #979392; }
    .section2 .lotteryWrap .surprise .sur-btn p + p {
      margin-left: 50px;
      color: #c94c60; }
  .section2 .act-way {
    margin-top: 40px; }
    .section2 .act-way .r-box {
      padding-left: 20px; }
    .section2 .act-way .tit {
      text-align: center;
      color: #faeed2;
      font-size: 16px; }
      .section2 .act-way .tit span {
        color: #ffe763; }
    .section2 .act-way .cnt {
      margin: 16px auto 0;
      width: 1306px;
      height: 452px;
      padding: 35px 0 0 170px;
      background-image: url(../images/bg4.png);
      background-repeat: no-repeat;
      background-position: left top;
      background-size: 100%; }
      .section2 .act-way .cnt .lt, .section2 .act-way .cnt .rt {
        float: left;
        height: 360px;
        overflow-x: hidden; }
      .section2 .act-way .cnt .rt {
        margin-left: 75px; }
      .section2 .act-way .cnt .item {
        position: relative;
        width: 374px;
        height: 88px;
        padding: 0 10px 0 26px;
        background-image: url(../images/bg5.png);
        background-repeat: no-repeat;
        background-position: center bottom; }
        .section2 .act-way .cnt .item span {
          display: block; }
          .section2 .act-way .cnt .item span:nth-of-type(1) {
            width: 34px;
            height: 34px;
            background-image: url(../images/icon1.png);
            background-repeat: no-repeat;
            background-position: left top;
            background-size: 100%;
            text-align: center;
            line-height: 33px;
            font-size: 15px;
            color: #f6e4c4; }
          .section2 .act-way .cnt .item span:nth-of-type(2) {
            margin-left: 6px;
            width: 175px; }
            .section2 .act-way .cnt .item span:nth-of-type(2) b {
              display: block; }
              .section2 .act-way .cnt .item span:nth-of-type(2) b:nth-of-type(1) {
                color: #a26727;
                font-size: 16px; }
              .section2 .act-way .cnt .item span:nth-of-type(2) b:nth-of-type(2) {
                color: #b45242;
                font-size: 16px;
                margin-top: 3px; }
          .section2 .act-way .cnt .item span:nth-of-type(3) {
            width: 83px;
            height: 35px;
            margin-left: 20px;
            margin-top: 10px;
            background-repeat: no-repeat;
            background-position: left top;
            background-size: 100%; }
          .section2 .act-way .cnt .item span.over {
            background-image: url(../images/btn1.png); }
          .section2 .act-way .cnt .item span.unlock {
            background-image: url(../images/btn2.png); }
          .section2 .act-way .cnt .item span.lock {
            background-image: url(../images/btn3.png); }
          .section2 .act-way .cnt .item span.ended {
            background-image: url(../images/btn4.png); }
          .section2 .act-way .cnt .item span.overday {
            background-image: url(../images/btn5.png); }

.section3 {
  height: 920px;
  position: relative;
  background-image: url(../images/sec3.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 220px; }
  .section3 .title {
    width: 97px;
    height: 306px;
    background-image: url(../images/title2.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    color: #f6f4f2;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    right: 256px;
    top: 133px; }
  .section3 .rules {
    padding-left: 210px;
    margin: 0 auto;
    width: 960px; }
    .section3 .rules .item {
      font-size: 16px;
      color: #f6f4f2;
      padding-left: 52px;
      position: relative;
      margin-top: 25px; }
      .section3 .rules .item:nth-of-type(1) {
        margin-top: 0px; }
      .section3 .rules .item:before {
        content: "";
        position: absolute;
        width: 50px;
        height: 50px;
        background-image: url(../images/icon10.png);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 100%;
        left: -4px;
        top: -10px; }
      .section3 .rules .item:nth-of-type(1):before {
        background-image: url(../images/icon10.png); }
      .section3 .rules .item:nth-of-type(2):before {
        background-image: url(../images/icon11.png); }
      .section3 .rules .item:nth-of-type(3):before {
        background-image: url(../images/icon12.png); }
      .section3 .rules .item:nth-of-type(4):before {
        background-image: url(../images/icon13.png); }
      .section3 .rules .item p {
        line-height: 26px;
        margin-top: 10px;
        color: #9f3c36; }
      .section3 .rules .item h3 {
        font-size: 20px;
        color: #9f3c36;
        margin-bottom: 10px;
        font-weight: bold; }

@keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.rulespop .pop-wrap {
  width: 1200px;
  height: 604px;
  padding: 45px 60px 32px;
  border: 4px solid #ce5125;
  border-radius: 4px;
  font-size: 23px;
  color: #7a4b35;
  background-color: #fcfaf6; }

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

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

.rulespop .title {
  font-size: 24px;
  color: #7a4b35;
  text-align: center; }

.rulespop .rull-item {
  font-size: 16px;
  margin-top: 33px;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start; }
  .rulespop .rull-item .tt {
    color: #7a4b35;
    font-size: 20px;
    width: 140px;
    letter-spacing: 2px;
    flex-shrink: 0; }
  .rulespop .rull-item p {
    color: #7a4b35;
    line-height: 28px;
    position: relative;
    font-size: 16px; }
    .rulespop .rull-item p span {
      color: #cf5529; }

.fqrecordPop .pop-wrap {
  width: 842px;
  height: 538px;
  background-image: url(../images/pop4.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  font-size: 20px;
  padding-top: 36px; }
  .fqrecordPop .pop-wrap .close-pop {
    width: 59px;
    height: 59px;
    background-image: url(../images/closepop.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    position: absolute;
    right: -60px;
    top: 6px; }
  .fqrecordPop .pop-wrap .pop-content {
    padding: 0 1px;
    color: #5d2416; }
    .fqrecordPop .pop-wrap .pop-content .ex-txt {
      font-size: 28px;
      text-align: center; }
    .fqrecordPop .pop-wrap .pop-content .chanel {
      width: 246px;
      height: 35px;
      margin: 10px auto 20px; }
      .fqrecordPop .pop-wrap .pop-content .chanel span {
        width: 50%;
        height: 35px;
        line-height: 34px;
        text-align: center;
        color: #c64e3b;
        font-size: 15px;
        border: 1px solid #c64e3b;
        box-sizing: border-box; }
        .fqrecordPop .pop-wrap .pop-content .chanel span.active {
          border: 0;
          color: #ffecbe;
          background-color: #c64e3b; }
    .fqrecordPop .pop-wrap .pop-content .tt {
      margin-top: 8px;
      font-size: 18px;
      font-weight: 600;
      width: 100%;
      height: 40px; }
      .fqrecordPop .pop-wrap .pop-content .tt span {
        width: 240px;
        text-align: center; }
    .fqrecordPop .pop-wrap .pop-content .info-wrap0 {
      padding: 0 45px; }
      .fqrecordPop .pop-wrap .pop-content .info-wrap0 .tt {
        padding: 0 40px; }
    .fqrecordPop .pop-wrap .pop-content .info-wrap1 {
      padding: 0 30px; }
      .fqrecordPop .pop-wrap .pop-content .info-wrap1 .tt {
        padding: 0 40px; }
    .fqrecordPop .pop-wrap .pop-content .info {
      width: 100%;
      height: 300px;
      overflow-x: hidden;
      font-size: 16px;
      color: #252525;
      margin: 0 auto 0; }
      .fqrecordPop .pop-wrap .pop-content .info ul {
        padding: 0 40px; }
        .fqrecordPop .pop-wrap .pop-content .info ul li {
          height: 44px;
          text-align: center;
          border-bottom: 1px solid #dda868;
          background-repeat: no-repeat;
          background-position: left bottom;
          background-size: 100%; }
          .fqrecordPop .pop-wrap .pop-content .info ul li span {
            width: 240px; }
            .fqrecordPop .pop-wrap .pop-content .info ul li span.true {
              color: #c64e3b; }
            .fqrecordPop .pop-wrap .pop-content .info ul li span i {
              font-style: normal; }
              .fqrecordPop .pop-wrap .pop-content .info ul li span i:nth-of-type(1) {
                color: #c64e3b; }

.tendraw .pop-wrap {
  width: 1149px;
  height: 611px;
  background-image: url(../images/pop1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  padding: 40px 130px 0 4px;
  font-size: 18px;
  color: #ba784a; }
  .tendraw .pop-wrap .close-pop {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 6px;
    right: 60px;
    background: url(../images/closepop.png) center; }
  .tendraw .pop-wrap .pop-content h3 {
    font-size: 25px;
    color: #5d2416;
    text-align: center; }
  .tendraw .pop-wrap .pop-content p {
    font-size: 16px;
    color: #5d2416;
    line-height: 30px; }
    .tendraw .pop-wrap .pop-content p a {
      color: #c2432f; }
  .tendraw .pop-wrap .pop-content ul {
    margin: 12px auto 35px;
    padding: 0 60px; }
    .tendraw .pop-wrap .pop-content ul li {
      width: 169px;
      height: 113px;
      margin-top: 25px;
      background-image: url(../images/bg_01.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
      position: relative; }
      .tendraw .pop-wrap .pop-content ul li p {
        position: absolute;
        font-size: 14px;
        width: 169px;
        bottom: 7px;
        color: #ffe6cb;
        text-align: center;
        font-weight: 600;
        text-shadow: 0px 0px 3px #c2432f, 0px 0px 3px #c2432f, 0px 0px 3px #c2432f, 0px 0px 3px #c2432f; }
    .tendraw .pop-wrap .pop-content ul .drawitem {
      border-radius: 100%;
      height: 100%;
      margin: 0 auto;
      padding-bottom: 24px; }
      .tendraw .pop-wrap .pop-content ul .drawitem a {
        display: block;
        padding: 2px; }
        .tendraw .pop-wrap .pop-content ul .drawitem a img {
          width: 75%;
          display: block;
          margin: 0 auto;
          height: auto;
          max-width: 70%; }
  .tendraw .pop-wrap .pop-content .confirm {
    width: 197px;
    height: 63px;
    background-image: url(../images/btn6.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%; }
  .tendraw .pop-wrap .pop-content .adressbtn {
    width: 197px;
    height: 63px;
    background-image: url(../images/btn7.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-right: 10px; }
    .tendraw .pop-wrap .pop-content .adressbtn a {
      display: block;
      height: 100%; }

.onedraw .pop-wrap {
  width: 958px;
  height: 552px;
  background-image: url(../images/pop2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  padding: 40px 78px 0 4px;
  font-size: 18px;
  color: #ba784a; }
  .onedraw .pop-wrap .close-pop {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 6px;
    right: 10px;
    background: url(../images/closepop.png) center; }
  .onedraw .pop-wrap .pop-content h3 {
    font-size: 25px;
    color: #5d2416;
    text-align: center; }
  .onedraw .pop-wrap .pop-content p {
    font-size: 16px;
    color: #5d2416;
    line-height: 30px; }
    .onedraw .pop-wrap .pop-content p a {
      color: #c2432f; }
  .onedraw .pop-wrap .pop-content ul {
    width: 703px;
    margin: 0 auto;
    height: 287px; }
    .onedraw .pop-wrap .pop-content ul li {
      width: 268px;
      height: 169px;
      background-image: url(../images/bg_01.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
      position: relative; }
      .onedraw .pop-wrap .pop-content ul li p {
        position: absolute;
        font-size: 18px;
        width: 268px;
        bottom: 18px;
        color: #ffe6cb;
        text-align: center;
        font-weight: 600;
        text-shadow: 0px 0px 3px #c2432f, 0px 0px 3px #c2432f, 0px 0px 3px #c2432f, 0px 0px 3px #c2432f; }
    .onedraw .pop-wrap .pop-content ul .drawitem {
      border-radius: 100%;
      height: 100%;
      margin: 0 auto;
      padding-bottom: 50px; }
      .onedraw .pop-wrap .pop-content ul .drawitem a {
        height: 100%; }
        .onedraw .pop-wrap .pop-content ul .drawitem a img {
          width: 90%;
          display: block;
          margin: 0 auto;
          height: auto;
          max-width: 100%; }
  .onedraw .pop-wrap .pop-content .confirm {
    width: 197px;
    height: 63px;
    background-image: url(../images/btn6.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%; }
  .onedraw .pop-wrap .pop-content .adressbtn {
    width: 197px;
    height: 63px;
    background-image: url(../images/btn7.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-right: 10px; }
    .onedraw .pop-wrap .pop-content .adressbtn a {
      display: block;
      height: 100%; }

.myworksPop .pop-wrap {
  padding: 45px 25px;
  width: 880px;
  height: 476px;
  border: 4px solid #ce5125;
  border-radius: 4px;
  font-size: 23px;
  color: #7a4b35;
  background-color: #fcfaf6; }
  .myworksPop .pop-wrap .close-pop {
    width: 59px;
    height: 59px;
    background-image: url(../images/closepop.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    position: absolute;
    right: 0px;
    top: -1px; }
  .myworksPop .pop-wrap h3 {
    text-align: center;
    font-size: 34px; }
  .myworksPop .pop-wrap .nonworks {
    margin-top: 60px;
    text-align: center; }
  .myworksPop .pop-wrap .myuploadwrap {
    height: 366px;
    overflow-x: hidden; }

.tipSuccesspop .pop-wrap {
  width: 532px;
  height: 288px;
  font-size: 20px;
  background-image: url(../images/pop3.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%; }
  .tipSuccesspop .pop-wrap .close-pop {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 6px;
    right: -60px;
    background: url(../images/closepop.png) center; }
  .tipSuccesspop .pop-wrap .pop-content {
    height: 100%;
    font-weight: bold;
    color: #5d2416; }

.confirmAreaPop .pop-wrap {
  padding: 45px 0 0;
  width: 532px;
  height: 288px;
  background-image: url(../images/pop3.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%; }
  .confirmAreaPop .pop-wrap .close-pop {
    width: 59px;
    height: 59px;
    background-image: url(../images/closepop.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    position: absolute;
    top: 6px;
    right: -60px; }
  .confirmAreaPop .pop-wrap .pop-content {
    font-size: 18px; }
    .confirmAreaPop .pop-wrap .pop-content p {
      color: #c2432f;
      text-align: center; }
    .confirmAreaPop .pop-wrap .pop-content .txt-2 {
      margin-top: 15px;
      color: #5d2416; }
    .confirmAreaPop .pop-wrap .pop-content span {
      display: block;
      width: 149px;
      height: 54px;
      background-repeat: no-repeat;
      background-position: left top;
      background-size: 100%;
      margin-top: 15px; }
      .confirmAreaPop .pop-wrap .pop-content span:nth-of-type(1) {
        background-image: url(../images/btn9.png); }
      .confirmAreaPop .pop-wrap .pop-content span:nth-of-type(2) {
        background-image: url(../images/btn10.png);
        margin-left: 10px; }
    .confirmAreaPop .pop-wrap .pop-content .confirmbtn {
      background-image: url(../images/btn6.png);
      margin-left: 10px; }
