body {
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  overflow-x: hidden; }

body, ul, dl, ol
, h1, h2, h3, h4, h5, h6,
p, b {
  padding: 0;
  margin: 0;
  border: 0;
  font-weight: 400; }

button, input {
  padding: 0;
  color: inherit;
  outline: none;
  border: none;
  background: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

button {
  cursor: pointer; }

select {
  border: none; }

textarea {
  padding: 0;
  color: inherit;
  outline: none;
  border: none;
  background: none;
  -webkit-appearance: none; }

.none {
  display: none; }

a {
  color: inherit;
  text-decoration: none; }

ul li, ol li {
  list-style-type: none; }

img {
  display: block;
  width: 100%; }

em, i {
  font-style: normal; }

.err {
  position: fixed;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  left: 50%;
  bottom: 100px;
  min-width: 80%;
  transform: translate(-50%, 0);
  z-index: 109;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px; }

.shade {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101; }

.shade2 {
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101; }

header {
  position: fixed;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  z-index: 99;
  background: black;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 16px; }
  header .main {
    max-width: 1200px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header .main .list li.logo {
      font-size: 30px;
      color: #fff; }
      header .main .list li.logo img {
        height: 50px;
        width: 50px; }
    header .main .list li.sel {
      color: #2dc19f; }
    header .main .list li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 20px;
      color: #999; }
      header .main .list li a {
        padding: 10px 12px; }
      header .main .list li a:hover {
        background: #000;
        color: #fff; }
    header .main .userCart {
      font-size: 14px;
      color: #999; }
      header .main .userCart button .moreAh {
        position: absolute;
        left: 0;
        top: 32px;
        background: #fff;
        display: none;
        width: 100%; }
        header .main .userCart button .moreAh a {
          display: block;
          height: 30px;
          line-height: 30px; }
        header .main .userCart button .moreAh a:hover {
          background: #eee; }
      header .main .userCart button:hover .moreAh {
        display: block; }
      header .main .userCart button, header .main .userCart > a {
        display: inline-block;
        vertical-align: middle;
        padding: 4px 10px;
        margin-left: 20px;
        position: relative; }
        header .main .userCart button .iconfont, header .main .userCart > a .iconfont {
          font-size: 18px; }
        header .main .userCart button span, header .main .userCart > a span {
          top: -5px;
          right: -5px;
          color: #fff;
          background: #da030b;
          border-radius: 50%;
          display: block;
          width: 18px;
          height: 18px;
          line-height: 18px;
          position: absolute;
          text-align: center; }

.store {
  margin-top: 80px; }
  .store .ptu_4 {
    text-align: center;
    padding: 80px 0; }
    .store .ptu_4 .list {
      padding: 0 30px;
      display: flex;
      justify-content: space-between; }
      .store .ptu_4 .list li {
        width: calc((100% - 90px)/4); }
  .store .ptuList {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto; }
    .store .ptuList li {
      display: flex;
      align-items: center; }
      .store .ptuList li .img,
      .store .ptuList li .info {
        flex: 1; }
      .store .ptuList li .info {
        text-align: center; }
        .store .ptuList li .info h1 {
          font-weight: 700;
          font-size: 40px; }
        .store .ptuList li .info p {
          font-size: 24px;
          padding: 30px 0; }
        .store .ptuList li .info .btn {
          display: inline-block;
          vertical-align: middle;
          font-size: 20px;
          padding: 20px 0; }
          .store .ptuList li .info .btn a {
            margin: 0 20px;
            line-height: 34px;
            padding: 10px 15px;
            transition: 0.3s; }
          .store .ptuList li .info .btn a.r:hover {
            color: #fff;
            background: #2dc19f; }
          .store .ptuList li .info .btn a.l {
            text-decoration: underline; }
          .store .ptuList li .info .btn a.r {
            border: 1px solid #2dc19f;
            color: #2dc19f; }

footer {
  width: 100%;
  background: #282828;
  padding: 50px 0; }
  footer .info {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box; }
    footer .info dl dt:nth-of-type(1) {
      padding-bottom: 20px; }
    footer .info .m {
      font-size: 16px;
      color: #999; }
    footer .info a {
      margin-right: 20px; }
    footer .info .r {
      text-align: right; }

@media screen and (min-width: 1200px) {
  .yngjian_pc .ptu_2 li {
    display: flex; } }

@media screen and (max-width: 1200px) {
  .yngjian_pc .ptu_2 .info {
    text-align: center;
    padding: 50px 0 !important; } }

.yngjian_pcBox {
  margin-top: 80px; }

.yngjian_pc {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto; }
  .yngjian_pc .ptu_2 {
    width: 100%; }
    .yngjian_pc .ptu_2 li {
      background: #fff;
      margin-bottom: 20px;
      align-items: center;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
      .yngjian_pc .ptu_2 li h1 {
        font-size: 30px;
        font-weight: 70; }
      .yngjian_pc .ptu_2 li p {
        font-size: 22px;
        padding: 20px 0;
        color: #666; }
      .yngjian_pc .ptu_2 li .price {
        color: #e51c23;
        font-size: 24px;
        padding-top: 20px;
        margin-bottom: 40px; }
      .yngjian_pc .ptu_2 li a {
        padding: 8px 15px;
        text-decoration: underline;
        font-size: 20px; }
      .yngjian_pc .ptu_2 li > img {
        flex: 2.5; }
      .yngjian_pc .ptu_2 li .info {
        flex: 1;
        padding: 0 60px;
        box-sizing: border-box; }
  .yngjian_pc .list {
    overflow: hidden; }
    .yngjian_pc .list h3 {
      height: 60px;
      line-height: 60px;
      font-size: 30px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .yngjian_pc .list h3 a {
        font-size: 18px;
        color: #2dc19f; }
    .yngjian_pc .list li {
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      background: #fff;
      margin-bottom: 20px; }
      .yngjian_pc .list li h1 {
        font-size: 18px;
        padding: 0 12px;
        margin: 10px 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1; }
      .yngjian_pc .list li s {
        color: #666; }
      .yngjian_pc .list li dl {
        display: flex;
        padding: 0 12px  20px;
        align-items: center;
        justify-content: space-between; }
        .yngjian_pc .list li dl p {
          color: #666;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-line-clamp: 1; }
        .yngjian_pc .list li dl .price {
          color: #e51c23;
          font-size: 18px;
          margin-top: 5px; }
        .yngjian_pc .list li dl .addCart {
          margin-top: 5px;
          color: #fff;
          padding: 5px 12px;
          border-radius: 2px;
          white-space: nowrap;
          font-size: 22px;
          color: #e51c23; }
    .yngjian_pc .list li:nth-of-type(3n) {
      margin-right: 0; }

@media screen and (min-width: 600px) {
  .yngjian_pc .list li {
    float: left;
    margin-right: 20px;
    width: calc((100% - 40px)/3); } }

@media screen and (max-width: 600px) {
  .yngjian_pc .list li {
    width: 500px;
    width: 100%; } }

.labsBox {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px; }
  .labsBox button {
    text-align: center;
    cursor: pointer;
    background: #fff;
    padding: 30px 0;
    width: calc((100% - 60px)/3);
    box-sizing: border-box;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
    .labsBox button i {
      font-size: 50px; }
    .labsBox button h3 {
      font-size: 26px; }
    .labsBox button p {
      font-size: 16px;
      color: #666;
      padding-top: 10px; }
  .labsBox button.sel {
    border: 2px solid #2dc19f; }

.baodan_pcBox {
  margin-top: 80px; }

.baodan_pc {
  width: 100%;
  max-width: 900px;
  margin: 20px auto;
  border-top: 1px solid rgba(0, 0, 0, 0);
  min-height: calc(100vh - 324px); }
  .baodan_pc .services li {
    margin-top: 10px;
    background: #fff;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2); }
    .baodan_pc .services li .name {
      color: #e51c23;
      height: 40px;
      line-height: 40px;
      padding: 0 12px; }
    .baodan_pc .services li .info {
      border-top: 1px solid #eee;
      padding: 10px 12px;
      border-bottom: 1px solid #eee; }
      .baodan_pc .services li .info h3 {
        padding: 4px 0;
        font-size: 14px; }
      .baodan_pc .services li .info p {
        color: #666;
        font-size: 12px; }
    .baodan_pc .services li .btns {
      text-align: right;
      padding: 10px 12px; }
      .baodan_pc .services li .btns button {
        background: #2dc19f;
        padding: 8px 14px;
        border-radius: 2px;
        min-width: 70px;
        color: #fff; }
  .baodan_pc .baodan li {
    background: #fff;
    margin-top: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0); }
    .baodan_pc .baodan li h3 {
      height: 40px;
      line-height: 40px;
      border-bottom: 1px solid #eee;
      font-size: 14px;
      padding: 0 12px; }
    .baodan_pc .baodan li textarea {
      height: 100px;
      padding: 10px 12px;
      width: 100%;
      box-sizing: border-box;
      width: 100%;
      resize: none; }
    .baodan_pc .baodan li .imgs {
      display: flex;
      margin: 30px 20px; }
      .baodan_pc .baodan li .imgs dt {
        width: 150px;
        height: 150px;
        overflow: hidden;
        position: relative;
        margin-right: 20px; }
        .baodan_pc .baodan li .imgs dt input {
          top: 0;
          left: 0;
          position: absolute;
          width: 100%;
          height: 100%;
          opacity: 0; }
        .baodan_pc .baodan li .imgs dt .del {
          top: 4px;
          right: 4px;
          font-size: 20px;
          position: absolute;
          width: 30px;
          height: 30px;
          text-align: center;
          line-height: 30px;
          z-index: 11;
          cursor: pointer; }
        .baodan_pc .baodan li .imgs dt .loading {
          top: 0;
          left: 0;
          position: absolute;
          width: 100%;
          height: 100%;
          z-index: 9;
          background: rgba(0, 0, 0, 0.5) url(../imgs/loading.gif) center center no-repeat;
          background-size: 30px 30px; }
    .baodan_pc .baodan li .time {
      height: 40px;
      line-height: 40px;
      padding: 0 12px;
      display: flex;
      justify-content: space-between; }
    .baodan_pc .baodan li .lianxi input {
      height: 40px;
      padding: 0 12px;
      box-sizing: border-box;
      width: 100%;
      border-bottom: 1px solid #eee; }
  .baodan_pc .messageList {
    text-align: center; }
    .baodan_pc .messageList .fx {
      display: flex; }
    .baodan_pc .messageList li {
      background: #fff;
      margin-top: 10px;
      height: 44px;
      line-height: 44px; }
      .baodan_pc .messageList li em {
        flex: 1; }
      .baodan_pc .messageList li em.red {
        color: red; }
      .baodan_pc .messageList li em.yellow {
        color: yellow; }
      .baodan_pc .messageList li em.green {
        color: #2dc19f; }
  .baodan_pc .intruduction {
    padding: 12px 80px 12px 12px;
    background: #fff;
    position: relative;
    margin-bottom: 10px; }
    .baodan_pc .intruduction h3 {
      color: #000;
      font-size: 14px; }
    .baodan_pc .intruduction em {
      display: block;
      color: #c10536;
      font-size: 16px;
      margin-top: 5px; }
    .baodan_pc .intruduction .shadeBtn {
      position: absolute;
      top: 50%;
      right: 12px;
      padding: 6px 12px;
      z-index: 1;
      font-size: 20px;
      transform: translate(0, -50%);
      border-radius: 2px; }
    .baodan_pc .intruduction .shadeBtn:active {
      background: #eee; }
  .baodan_pc .content {
    margin-bottom: 10px;
    padding: 20px 12px;
    background: #fff; }
  .baodan_pc .infoMain {
    background: #fff; }
    .baodan_pc .infoMain > .name {
      height: 44px;
      line-height: 44px;
      padding-left: 12px;
      border-bottom: 1px solid #eee; }
    .baodan_pc .infoMain a {
      display: block;
      height: 44px;
      padding: 0 12px;
      float: right;
      font-size: 12px;
      color: #2dc19f; }
  .baodan_pc .details {
    margin-top: 10px;
    background: #fff; }
    .baodan_pc .details .name {
      height: 44px;
      line-height: 44px;
      text-align: center; }

.success {
  text-align: center;
  padding: 40px 0; }
  .success i {
    font-size: 60px;
    color: #2dc19f; }
  .success p {
    padding: 10px 0; }
  .success a {
    display: block;
    text-decoration: underline;
    color: #2dc19f;
    padding: 10px 0;
    margin-top: 20px; }

.seumitBtn {
  min-width: 220px;
  height: 44px;
  background: #2dc19f;
  color: #fff;
  border-radius: 10px;
  margin: 20px auto 50px;
  display: block;
  cursor: pointer; }

.jinduTime {
  max-width: 900px;
  margin: 100px auto 40px; }
  .jinduTime .info_st {
    background: #fff;
    padding: 40px;
    box-sizing: border-box;
    margin-top: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
    .jinduTime .info_st .tit {
      padding: 20px 12px;
      border-bottom: 1px solid #eee; }
    .jinduTime .info_st ul {
      background: #fff;
      width: calc(100% - 40px);
      margin: 0 12px 0 28px;
      box-sizing: border-box;
      border-left: 1px solid #2dc19f;
      color: #666;
      font-size: 12px;
      padding: 20px 0; }
      .jinduTime .info_st ul li {
        padding: 0px 0 0 30px;
        margin-top: 30px;
        position: relative; }
        .jinduTime .info_st ul li p {
          margin-top: 5px; }
          .jinduTime .info_st ul li p a {
            color: #2dc19f;
            margin-left: 4px; }
        .jinduTime .info_st ul li em {
          color: #2dc19f; }
      .jinduTime .info_st ul li:after {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        border: 1px solid #2dc19f;
        border-radius: 50%;
        left: -6px;
        position: absolute;
        background: #fff;
        top: 0; }

.news_pcBox {
  margin-top: 80px; }

.news_pc {
  margin: 20px auto 40px;
  max-width: 1200px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  min-height: calc(100vh - 242px);
  background: #fff; }
  .news_pc li {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid #eee; }
    .news_pc li div.oimg {
      width: 30%; }
    .news_pc li dl {
      width: 66%; }
      .news_pc li dl dt:not(:nth-last-of-type(1)) {
        margin-bottom: 20px; }
      .news_pc li dl dt.txt {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #666;
        font-size: 14px; }
      .news_pc li dl dt {
        font-size: 18px; }
      .news_pc li dl .name {
        font-size: 18px;
        font-weight: 700;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis; }
      .news_pc li dl dt.d {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 30px; }
        .news_pc li dl dt.d a {
          border: 1px solid #2dc19f;
          color: #2dc19f;
          padding: 10px 15px;
          transition: 0.3s; }
        .news_pc li dl dt.d a:hover {
          background: #2dc19f;
          color: #fff; }

.aboutUs_pc_box {
  margin: 80px auto 20px;
  width: 100%;
  min-height: calc(100vh - 262px - 55px); }
  .aboutUs_pc_box .aboutUs_pc {
    display: grid;
    width: 100%;
    max-width: 1200px;
    margin: 20px auto 0;
    grid-template-columns: 30% 5% 20% 45%;
    grid-template-rows: auto auto; }
    .aboutUs_pc_box .aboutUs_pc li.m1 {
      grid-row-start: 1;
      grid-row-end: 3; }
    .aboutUs_pc_box .aboutUs_pc .m2 {
      grid-row-start: 1;
      grid-row-end: 3; }
    .aboutUs_pc_box .aboutUs_pc li {
      overflow: hidden;
      position: relative; }
      .aboutUs_pc_box .aboutUs_pc li > img {
        width: 100%;
        height: 100%; }
      .aboutUs_pc_box .aboutUs_pc li .info {
        width: 90%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }

.mineBox {
  margin: 100px auto 0;
  padding-bottom: 55px;
  max-width: 1200px;
  width: 100%;
  min-height: calc(100vh - 262px - 55px); }
  .mineBox .head {
    background: linear-gradient(#33e6bd, #2bbf9d);
    padding: 40px 0;
    color: #fff;
    text-align: center; }
    .mineBox .head img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      margin: 0 auto; }
    .mineBox .head .name {
      font-size: 16px;
      margin-top: 12px; }
  .mineBox .nav_s {
    display: flex;
    justify-content: space-between; }
    .mineBox .nav_s .l {
      width: 240px; }
    .mineBox .nav_s .r {
      width: calc(100% - 260px);
      box-sizing: border-box;
      padding: 20px;
      background: #fff;
      margin-top: 10px; }
      .mineBox .nav_s .r .tit {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .mineBox .nav_s .r .tit .txBtn {
          padding: 5px 10px;
          background: #2dc19f;
          color: #fff;
          border-radius: 5px; }
  .modul {
    background: #fff;
    margin-top: 10px; }
    .modul h3 {
      height: 40px;
      line-height: 40px;
      border-bottom: 1px solid #eee;
      font-size: 14px;
      padding: 0 12px; }
      .modul h3 a {
        float: right;
        font-size: 12px;
        color: #2dc19f; }
    .modul .list li {
      height: 44px;
      line-height: 44px;
      padding: 0 12px;
      position: relative;
      cursor: pointer; }
      .modul .list li i {
        font-size: 18px;
        margin-right: 5px;
        color: #2dc19f; }
      .modul .list li i, .modul .list li em {
        display: inline-block;
        vertical-align: middle; }
    .modul .list li.sel {
      background: #2dc19f;
      color: #fff; }
      .modul .list li.sel i {
        color: #fff; }
    .modul .list li:active {
      background: #eee; }
    .modul .list li:not(:nth-last-of-type(1)) {
      border-bottom: 1px solid #eee; }
    .modul .list li:after {
      font-family: 'iconfont';
      font-size: 12px;
      color: #ccc;
      content: '\e62f';
      position: absolute;
      top: 50%;
      right: 12px;
      transform: translate(0, -50%); }
    .modul .list li.ds {
      display: flex;
      justify-content: space-between; }
      .modul .list li.ds b {
        font-size: 12px;
        color: #666; }
    .modul .list li.ds:after {
      content: ''; }
    .modul .orderInfo {
      display: flex;
      justify-content: space-between;
      text-align: center; }
      .modul .orderInfo a {
        font-size: 12px;
        padding: 10px 0;
        flex: 1; }
        .modul .orderInfo a .yellow {
          color: #d4b03e; }
        .modul .orderInfo a .pink {
          color: #f280a0; }
        .modul .orderInfo a .blue {
          color: #25a3d7; }
        .modul .orderInfo a .green {
          color: #34c11e; }
        .modul .orderInfo a i, .modul .orderInfo a em {
          display: block; }
        .modul .orderInfo a i {
          font-size: 30px;
          margin-bottom: 4px; }

.award {
  border-top: 1px solid rgba(0, 0, 0, 0); }
  .award .head {
    padding: 40px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #fff;
    margin-top: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }
    .award .head dt em, .award .head dt b {
      display: block; }
    .award .head dt em {
      color: #666; }
    .award .head dt b {
      color: #e51c23;
      margin-top: 5px; }
  .award .list {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    margin-top: 10px; }
    .award .list li {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 44px;
      line-height: 44px;
      padding: 0 12px; }
      .award .list li em {
        flex: 1; }
      .award .list li em:nth-of-type(2) {
        color: #666; }
      .award .list li em:nth-of-type(3) {
        text-align: right; }
      .award .list li .red {
        color: #e51c23; }
      .award .list li .green {
        color: #2dc19f; }
    .award .list li:not(:nth-last-of-type(1)) {
      border-bottom: 1px solid #eee; }

.card .bankPc {
  display: flex;
  align-items: center;
  color: #666; }
  .card .bankPc .name {
    font-size: 16px;
    color: #000; }
  .card .bankPc img {
    width: 50px;
    height: 50px;
    margin-right: 20px; }

.card > button.iconfont {
  height: 44px;
  background: #fff;
  margin: 10px 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 10px 20px; }

.card .box {
  background: #d8243b;
  width: 320px;
  height: 180px;
  border-radius: 4px;
  position: relative; }
  .card .box .cardInfo {
    position: absolute;
    width: 86%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff; }
    .card .box .cardInfo .nub {
      font-size: 22px;
      margin: 20px 0; }
    .card .box .cardInfo .top dt {
      display: inline-block;
      vertical-align: middle; }
    .card .box .cardInfo .top dt.u {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      overflow: hidden; }
    .card .box .cardInfo .d {
      display: flex;
      justify-content: space-between; }
      .card .box .cardInfo .d .del {
        background: #fff;
        color: #333;
        padding: 5px 8px;
        border-radius: 2px; }

.card .addCardInfo {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 420px;
  z-index: 120;
  transition: 0.3s; }
  .card .addCardInfo h3 {
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 12px;
    border-bottom: 1px solid #eee;
    font-weight: 700; }
    .card .addCardInfo h3 button {
      width: 50px;
      height: 50px;
      float: right;
      font-size: 20px; }
  .card .addCardInfo .submit {
    height: 44px;
    background: #2dc19f;
    color: #fff;
    font-size: 16px;
    width: 100%; }
  .card .addCardInfo .submit:active {
    background: #1ea787; }
  .card .addCardInfo ul li {
    padding: 0 12px;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #eee;
    font-size: 0; }
    .card .addCardInfo ul li em, .card .addCardInfo ul li input {
      display: inline-block;
      vertical-align: middle;
      font-size: 14px; }
    .card .addCardInfo ul li em {
      width: 80px;
      text-align: right;
      margin-right: 10px; }
    .card .addCardInfo ul li input {
      height: 44px;
      width: calc(100% - 90px);
      text-align: left; }

.card .bank {
  box-sizing: border-box;
  z-index: 101;
  height: calc(100vh - 300px);
  position: fixed;
  top: 50%;
  left: 50%;
  background: rgba(0, 0, 0, 0.7);
  transform: translate(-50%, -50%);
  width: 400px;
  z-index: 130;
  padding: 20px;
  transition: 0.3s; }
  .card .bank .bankList {
    overflow-y: scroll;
    height: 100%;
    background: #fff; }
    .card .bank .bankList li {
      height: 60px;
      line-height: 60px;
      padding: 0 12px;
      border-bottom: 1px solid #eee;
      position: relative;
      cursor: pointer; }
      .card .bank .bankList li img, .card .bank .bankList li em {
        display: inline-block;
        vertical-align: middle; }
      .card .bank .bankList li img {
        width: 30px;
        height: 30px; }
    .card .bank .bankList li:after {
      content: '';
      display: block;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      border: 1px solid #ccc;
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translate(0, -50%);
      background-clip: content-box;
      padding: 5px; }
    .card .bank .bankList li.sel:after {
      background-color: #d8243b; }
    .card .bank .bankList li:active {
      background: #eee; }

.address_pc {
  width: 100%; }
  .address_pc .list li {
    padding: 20px 250px 20px 10px;
    position: relative;
    border-bottom: 1px solid #eee;
    color: #666;
    overflow: hidden; }
    .address_pc .list li .userInfo {
      display: flex; }
      .address_pc .list li .userInfo dt {
        padding-right: 15px;
        font-size: 18px; }
    .address_pc .list li .add {
      cursor: pointer;
      padding: 10px 0; }
      .address_pc .list li .add i {
        display: inline-block;
        vertical-align: middle;
        width: 16px;
        height: 16px;
        line-height: 16px;
        text-align: center;
        border-radius: 50%;
        border: 1px solid #ccc;
        font-size: 12px; }
    .address_pc .list li .btns {
      position: absolute;
      top: 50%;
      right: 10px;
      transform: translate(0, -50%); }
      .address_pc .list li .btns button {
        padding: 3px 8px;
        color: #666; }
      .address_pc .list li .btns button.moren {
        color: #2dc19f; }
  .address_pc .list .sel {
    color: #2dc19f; }
    .address_pc .list .sel .userInfo {
      font-weight: 700; }
  .address_pc .selSF {
    background: #fff;
    padding: 20px 12px;
    margin-top: 12px; }
    .address_pc .selSF li {
      padding: 10px 0; }
      .address_pc .selSF li input, .address_pc .selSF li select {
        height: 40px;
        border: 1px solid #eee;
        margin-right: 15px;
        border-radius: 5px;
        padding: 0 10px;
        min-width: 180px;
        box-sizing: border-box; }
      .address_pc .selSF li .xx {
        min-width: 600px; }
    .address_pc .selSF .btns button {
      margin-right: 15px;
      height: 40px;
      border-radius: 5px;
      background: #ccc;
      min-width: 120px; }
    .address_pc .selSF .btns button.sel {
      background: #2dc19f;
      color: #fff; }

.accunt_pc .labs button {
  min-width: 70px;
  padding: 10px 15px;
  margin-right: 10px;
  border-bottom: 2px solid rgba(0, 0, 0, 0); }

.accunt_pc .labs button.sel {
  border-bottom: 2px solid #2dc19f; }

.accunt_pc .nubCard {
  margin-top: 30px;
  width: 320px; }
  .accunt_pc .nubCard dt {
    padding: 2px 0;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .accunt_pc .nubCard dt b {
      color: #d8243b; }

.accunt_pc .list input[put="text"] {
  width: 300px;
  line-height: 40px;
  border: 1px solid #eee;
  margin-bottom: 10px;
  padding: 0 5px;
  border-radius: 4px;
  display: block; }

.accunt_pc .list li {
  padding: 20px 0; }
  .accunt_pc .list li .note {
    font-size: 12px;
    color: #666; }
  .accunt_pc .list li .subBtn {
    min-width: 160px;
    padding: 0 15px;
    height: 40px;
    background: #2dc19f;
    color: #fff;
    margin-top: 20px;
    border-radius: 5px; }
  .accunt_pc .list li .yzm {
    font-size: 0; }
    .accunt_pc .list li .yzm input {
      font-size: 14px;
      width: 180px;
      display: inline-block;
      vertical-align: middle; }
    .accunt_pc .list li .yzm button {
      font-size: 14px;
      background: #eee;
      height: 40px;
      width: 110px;
      margin-left: 10px;
      border-radius: 5px; }
    .accunt_pc .list li .yzm button.sel {
      background: #2dc19f;
      color: #fff; }

.accunt_pc .list .headImg button {
  background: #2dc19f;
  color: #fff;
  margin-top: 20px;
  width: 100px;
  height: 40px;
  position: relative;
  border-radius: 5px; }
  .accunt_pc .list .headImg button input {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
    cursor: pointer; }

.accunt_pc .list .headImg img {
  width: 100px;
  height: 100px;
  border-radius: 50%; }

.card_pc {
  margin: 100px auto 50px;
  min-height: calc(100vh - 162px - 150px);
  max-width: 1200px;
  width: 100%;
  background: #fff; }
  .card_pc .list li {
    display: flex;
    padding: 20px 30px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee; }
    .card_pc .list li .ico {
      width: 50px;
      font-size: 22px;
      height: 50px;
      color: #666; }
    .card_pc .list li .sel {
      color: #2dc19f; }
    .card_pc .list li .oImg {
      width: 100px; }
    .card_pc .list li h3 {
      max-width: 50%; }
    .card_pc .list li .btns {
      border: 1px solid #eee;
      white-space: nowrap; }
      .card_pc .list li .btns button {
        width: 60px;
        height: 40px; }
    .card_pc .list li .del {
      font-size: 20px;
      padding: 5px; }
    .card_pc .list li em {
      color: #c90007; }

.orderInfo {
  padding: 0 20px;
  text-align: right;
  margin-top: 20px; }
  .orderInfo dt {
    padding: 15px 0;
    font-size: 18px; }
    .orderInfo dt button {
      background: #2dc19f;
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      font-size: 18px; }

.orderList {
  border-top: 1px solid #eee; }
  .orderList li {
    padding: 0 12px;
    background: #fff;
    margin-top: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }
    .orderList li h3 {
      height: 40px;
      line-height: 40px;
      font-size: 14px;
      border-bottom: 1px solid #eee;
      display: flex;
      justify-content: space-between; }
      .orderList li h3 .l {
        float: left; }
        .orderList li h3 .l dt {
          display: inline-block;
          vertical-align: middle;
          margin-right: 20px; }
        .orderList li h3 .l .n span {
          color: #2dc19f; }
        .orderList li h3 .l .n .t {
          font-size: 14px;
          color: #999; }
      .orderList li h3 b {
        color: #2dc19f;
        font-size: 12px; }
    .orderList li .bom {
      text-align: right;
      padding: 10px 0; }
      .orderList li .bom dt {
        padding: 5px 0; }
        .orderList li .bom dt button {
          border: 1px solid #eee;
          margin-left: 10px;
          height: 30px;
          padding: 0 10px;
          border-radius: 2px;
          overflow: hidden; }
        .orderList li .bom dt button.green {
          color: #fff;
          background: #2dc19f;
          border: 1px solid #2dc19f; }
        .orderList li .bom dt button.green {
          color: #fff;
          background: #2dc19f;
          border: 1px solid #2dc19f; }
        .orderList li .bom dt button.del {
          background: #c10505;
          color: #fff; }
    .orderList li .info {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid #eee;
      padding: 30px 0; }
      .orderList li .info img {
        width: 80px; }
      .orderList li .info dl {
        width: calc(100% - 90px);
        font-size: 12px; }
        .orderList li .info dl .name,
        .orderList li .info dl .indu {
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1; }
        .orderList li .info dl .name {
          color: #000;
          font-size: 14px;
          margin-bottom: 4px; }
        .orderList li .info dl .indu {
          color: #666; }
        .orderList li .info dl .d {
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding-top: 10px;
          font-size: 18px; }
          .orderList li .info dl .d em {
            color: #b90f20; }
  .orderList .detailsInfo dl dt {
    display: flex;
    justify-content: space-between;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #eee; }

.allOrder {
  max-width: 1200px;
  width: 100%;
  margin: 80px auto 20px;
  border-top: 1px solid rgba(0, 0, 0, 0); }

.labsBox_t {
  display: flex;
  justify-content: space-around;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-top: 10px; }
  .labsBox_t button {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    padding: 0 25px;
    height: 60px;
    color: #666; }
  .labsBox_t button.sel {
    color: #2dc19f;
    font-weight: 700;
    border-bottom: 2px solid #2dc19f; }
  .labsBox_t button:active {
    background: #eee; }

.partOrder_pc {
  margin: 100px auto 40px;
  max-width: 1200px;
  width: 100%; }

.partOrder {
  margin: 100px auto 40px;
  max-width: 1200px;
  width: 100%;
  min-height: calc(100vh - 262px - 60px); }

.addressHead .have {
  background: #fff;
  padding: 30px 12px;
  position: relative;
  display: flex;
  cursor: pointer; }
  .addressHead .have i {
    width: 24px;
    line-height: 24px;
    color: #2dc19f; }
  .addressHead .have .name {
    width: calc(100% - 30px); }
  .addressHead .have button.iconfont {
    font-size: 22px; }
  .addressHead .have button.iconfont.sel {
    color: #2dc19f; }

.addressHead .have.modify {
  padding-right: 40px; }

.addressHead .have.modify:after {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
  content: '\e62f';
  display: block;
  font-family: 'iconfont';
  color: #999; }

.addressHead .add {
  text-align: center;
  line-height: 60px;
  background: #fff;
  height: 60px;
  text-align: center;
  border-top: 1px solid #eee;
  cursor: pointer; }

.payModeOrder,
.paySuccess {
  border: 1px solid #ccc;
  max-width: 1200px;
  width: 100%;
  margin: 100px auto 40px;
  background: #fff;
  min-height: calc(100vh - 262px - 40px); }
  .payModeOrder .clearingSure,
  .paySuccess .clearingSure {
    overflow: hidden;
    padding: 40px 0;
    text-align: center; }
    .payModeOrder .clearingSure i, .payModeOrder .clearingSure dl,
    .paySuccess .clearingSure i,
    .paySuccess .clearingSure dl {
      display: inline-block;
      vertical-align: middle; }
    .payModeOrder .clearingSure i,
    .paySuccess .clearingSure i {
      font-size: 100px;
      color: #2dc19f;
      height: 100px;
      width: 100px; }
    .payModeOrder .clearingSure dl,
    .paySuccess .clearingSure dl {
      text-align: left;
      padding-left: 20px; }
      .payModeOrder .clearingSure dl dt,
      .paySuccess .clearingSure dl dt {
        padding: 5px 0; }
      .payModeOrder .clearingSure dl span,
      .paySuccess .clearingSure dl span {
        color: #2dc19f; }
      .payModeOrder .clearingSure dl b,
      .paySuccess .clearingSure dl b {
        color: red;
        font-size: 18px; }
  .payModeOrder .payMode,
  .paySuccess .payMode {
    clear: both;
    overflow: hidden;
    padding: 20px;
    border-top: 1px solid #eee; }
    .payModeOrder .payMode li,
    .paySuccess .payMode li {
      border: #eee solid 1px;
      float: left;
      margin-right: 10px;
      height: 40px; }
      .payModeOrder .payMode li button, .payModeOrder .payMode li img,
      .paySuccess .payMode li button,
      .paySuccess .payMode li img {
        display: inline-block;
        vertical-align: middle; }
      .payModeOrder .payMode li button,
      .paySuccess .payMode li button {
        padding: 0 10px;
        font-size: 18px;
        color: #999; }
      .payModeOrder .payMode li img,
      .paySuccess .payMode li img {
        width: auto;
        height: 100%; }
      .payModeOrder .payMode li button.sel,
      .paySuccess .payMode li button.sel {
        color: #2dc19f; }
  .payModeOrder .btn,
  .paySuccess .btn {
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #eee; }
    .payModeOrder .btn button, .payModeOrder .btn a,
    .paySuccess .btn button,
    .paySuccess .btn a {
      width: 100px;
      height: 30px;
      background: #2dc19f;
      color: #fff;
      font-size: 14px;
      margin: 0 10px;
      display: inline-block;
      vertical-align: middle;
      line-height: 30px;
      border-radius: 2px; }
    .payModeOrder .btn a,
    .paySuccess .btn a {
      background: #eeelue; }
    .payModeOrder .btn a.Y,
    .paySuccess .btn a.Y {
      background: #2dc19f; }

.sign_in_pc {
  min-height: calc(100vh - 80px);
  background: #dde1ec;
  position: relative; }
  .sign_in_pc .sign_box {
    width: 320px; }
    .sign_in_pc .sign_box h1 {
      color: #333; }
  .sign_in_pc .info {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: translate(-50%, -50%); }
    .sign_in_pc .info dt.img {
      max-width: 500px; }
    .sign_in_pc .info dt.main_s {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

.logo_sign {
  position: absolute;
  top: 40px;
  left: 80px;
  width: 80px;
  height: 80px; }

.sign_up_pc {
  min-height: calc(100vh - 80px);
  position: relative; }
  .sign_up_pc .sign_box {
    width: 380px; }
  .sign_up_pc h1 {
    color: #2dc19f; }
  .sign_up_pc .info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.sign_box {
  background: #fff;
  padding: 40px;
  text-align: center; }
  .sign_box .name {
    margin-bottom: 30px; }
  .sign_box h1 {
    font-weight: 700;
    padding: 20px 0 30px; }
  .sign_box ul li {
    margin: 10px 0;
    position: relative; }
    .sign_box ul li button.code {
      width: 90px;
      position: absolute;
      height: 100%;
      top: 0;
      right: 0;
      border-left: 1px solid #999; }
    .sign_box ul li button.code.sel {
      color: #2dc19f; }
    .sign_box ul li input {
      width: 100%;
      border: 1px solid #999;
      height: 40px;
      padding: 5px 10px;
      box-sizing: border-box; }
  .sign_box ul .oImg {
    display: flex; }
    .sign_box ul .oImg input {
      flex: 1; }
    .sign_box ul .oImg .oImg {
      width: 90px;
      height: 40px;
      margin-left: 10px;
      cursor: pointer; }
  .sign_box .forget {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666;
    margin: 20px 0; }
    .sign_box .forget .fa a {
      color: #2dc19f; }
    .sign_box .forget .selBtn {
      width: 20px;
      height: 20px;
      border: 1px solid #999;
      position: relative;
      vertical-align: middle; }
      .sign_box .forget .selBtn input[type="checkbox"] {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
        margin: 0;
        opacity: 0;
        cursor: pointer; }
      .sign_box .forget .selBtn img {
        display: none; }
      .sign_box .forget .selBtn input[type="checkbox"]:checked + img {
        display: block; }
  .sign_box .btns button, .sign_box .btns a {
    height: 44px;
    line-height: 44px;
    border: 1px solid #999;
    display: block;
    width: 100%;
    margin-top: 10px; }
  .sign_box .btns .sel {
    background: #2dc19f;
    color: #fff;
    border: 1px solid #2dc19f; }

.signFooter {
  height: 78px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0); }
  .signFooter .up {
    font-size: 16px;
    color: #333;
    margin-top: 10px; }

.productDetails_pc {
  margin: 100px auto 40px;
  max-width: 1000px;
  width: 100%; }
  .productDetails_pc .head {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 40px;
    margin-bottom: 20px; }
    .productDetails_pc .head dt.l {
      width: 40%; }
      .productDetails_pc .head dt.l .bigImg {
        padding: 10px;
        border: 1px solid #eee;
        box-sizing: border-box; }
        .productDetails_pc .head dt.l .bigImg img {
          width: 100%; }
      .productDetails_pc .head dt.l ul {
        display: flex;
        justify-content: space-between;
        margin-top: 10px; }
        .productDetails_pc .head dt.l ul li {
          width: 30%;
          height: 30%;
          border: 1px solid #eee;
          box-sizing: border-box;
          padding: 5px;
          cursor: pointer; }
    .productDetails_pc .head dt.r {
      width: calc(60% - 40px); }
      .productDetails_pc .head dt.r h1 {
        color: #000;
        font-weight: 700; }
      .productDetails_pc .head dt.r .fbt {
        border-bottom: 1px solid #eee;
        padding: 10px 0 30px; }
      .productDetails_pc .head dt.r .price {
        font-size: 30px;
        color: #cc0000;
        margin: 40px 0; }
        .productDetails_pc .head dt.r .price s {
          font-size: 14px;
          color: #666; }
      .productDetails_pc .head dt.r .n .btns {
        display: inline-block;
        border: 1px solid #ccc; }
        .productDetails_pc .head dt.r .n .btns button {
          padding: 10px 25px;
          font-size: 20px; }
      .productDetails_pc .head dt.r .btn_btns {
        padding-top: 60px; }
        .productDetails_pc .head dt.r .btn_btns button {
          height: 40px;
          width: 120px;
          background: #eee;
          border: 1px solid #ccc;
          border-radius: 4px;
          margin-right: 15px;
          font-size: 14px; }
        .productDetails_pc .head dt.r .btn_btns .buy {
          background: #2cbf9e;
          color: #fff; }
  .productDetails_pc .content {
    margin-top: 40px;
    background: #fff;
    padding: 20px; }
    .productDetails_pc .content .scrollTxt {
      width: 100%;
      overflow: hidden; }

.newsDetails_pc {
  margin: 100px auto 40px;
  width: 100%;
  max-width: 1200px;
  min-height: calc(100vh - 262px - 40px);
  text-align: center; }
  .newsDetails_pc h1 {
    font-size: 30px;
    color: #000; }
  .newsDetails_pc .time {
    padding: 20px 0;
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #eee; }
  .newsDetails_pc .content {
    padding-top: 10px; }

.category {
  height: 50px;
  background: #fff;
  line-height: 50px;
  margin-bottom: 20px; }
  .category li {
    float: left;
    padding: 0 15px;
    cursor: pointer; }
  .category .searchPut {
    float: right; }
    .category .searchPut input {
      border: 1px solid #ccc;
      padding: 0 3px;
      border-radius: 3px;
      height: 30px; }
    .category .searchPut button {
      padding: 0 15px;
      height: 30px;
      font-size: 18px;
      color: #333; }
  .category li:not(.searchPut):hover {
    background: #f8f8f8; }
  .category li.sel {
    background: #2dc19f;
    color: #fff; }

.pager {
  clear: both;
  padding: 40px 0 20px;
  text-align: center; }
  .pager a {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 42px;
    font-size: 14px;
    text-align: center;
    background: #fff;
    margin: 0 2px;
    border: 1px solid #f5f3f3; }
  .pager a:hover {
    background: rgba(16, 168, 225, 0.1); }
  .pager a.sel {
    background: #10a8e1;
    color: #fff;
    border: 1px solid #10a8e1; }

.commentSubmit {
  background: #fff;
  padding: 50px;
  overflow: hidden;
  margin: 100px auto 40px;
  padding-bottom: 20px;
  max-width: 1200px;
  width: 100%;
  box-sizing: border-box; }
  .commentSubmit textarea {
    width: 100%;
    min-height: 180px;
    resize: none;
    padding: 20px;
    box-sizing: border-box; }
  .commentSubmit ul.com {
    overflow: hidden;
    margin-bottom: 30px; }
    .commentSubmit ul.com li {
      width: 80px;
      height: 80px;
      float: left;
      border: 1px  dashed #eee;
      margin-right: 6px;
      color: #999;
      position: relative; }
      .commentSubmit ul.com li input {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        cursor: pointer; }
      .commentSubmit ul.com li i, .commentSubmit ul.com li em {
        display: block;
        text-align: center; }
      .commentSubmit ul.com li i {
        height: 30px;
        line-height: 30px;
        font-size: 20px;
        margin-top: 15px; }
      .commentSubmit ul.com li em {
        font-size: 8px; }

button.submitPosBom {
  height: 44px;
  background: #fff;
  width: calc(100vw - 40px);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  bottom: 20px;
  left: 50%;
  background: #2dc19f;
  color: #fff;
  border-radius: 4px;
  width: 120px; }

.notePop {
  border-radius: 4px;
  position: fixed;
  width: 400px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 222; }
  .notePop .know {
    width: 100%;
    height: 44px;
    background: #2dc19f;
    color: #fff; }
  .notePop h3 {
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 12px;
    font-size: 12px; }
  .notePop p {
    text-align: center;
    padding: 20px 10px;
    font-size: 12px;
    color: #666; }
  .notePop dl dt {
    width: 50%;
    float: left;
    box-sizing: border-box;
    font-size: 12px;
    border-top: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #666;
    cursor: pointer; }
  .notePop dl dt:nth-of-type(2) {
    border-left: 1px solid #ccc; }
  .notePop h3 button {
    color: #999;
    width: 40px;
    height: 40px;
    font-size: 16px;
    float: right; }

.noData img {
  width: 260px;
  display: block;
  padding: 20px 0;
  margin: 0 auto; }

.notePop .sure {
  background: #2683c8;
  color: #fff; }

.banner {
  margin: 80px 0 30px; }

.contentTit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  padding: 0 12px;
  line-height: 44px;
  background: #fff;
  border-bottom: 1px solid #eee; }
  .contentTit a {
    color: #2dc19f; }

.comment {
  background: #fff; }
  .comment li {
    padding: 20px 40px;
    overflow: hidden;
    border-bottom: 1px solid #eee; }
    .comment li .name img, .comment li .name em {
      display: inline-block;
      vertical-align: middle;
      font-size: 16px; }
    .comment li .name img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin-right: 10px; }
    .comment li b {
      display: block;
      color: #999;
      font-size: 12px;
      margin: 5px 0; }
    .comment li .imgs {
      margin-top: 12px; }
      .comment li .imgs img {
        width: 50px;
        height: 50px;
        float: left;
        margin-right: 5px; }

.comment_box {
  width: 100%;
  max-width: 1200px;
  margin: 100px auto 20px;
  min-height: calc(100vh - 162px - 100px - 20px); }

.popCode {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 108; }
  .popCode .code {
    width: 200px;
    height: 200px;
    padding: 40px;
    background: #fff; }
  .popCode .nTxt {
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #fff; }

.titTxt {
  font-size: 40px;
  font-weight: 700;
  padding: 40px 0;
  letter-spacing: 5px;
  position: relative;
  text-align: center; }

.titTxt:after {
  content: '';
  display: block;
  background: #333;
  position: absolute;
  height: 6px;
  width: 60px;
  top: 10px;
  left: 50%;
  transform: translate(-50%, -50%); }

.shareCode {
  width: 280px;
  z-index: 1;
  margin: 40px auto; }

.add_l_n {
  border-top: 1px solid #eee; }

/*# sourceMappingURL=maps/it_pc.css.map */
