.pointer {
  cursor: pointer; }

[v-clock] {
  display: none; }

.locals {
  margin-top: 24px;
  margin-bottom: 20px; }
  .locals .container {
    display: flex;
    flex-direction: row;
    align-items: center; }
    .locals .container .item {
      margin-right: 20px; }
    .locals .container .local {
      font-size: 16px;
      font-weight: 400;
      color: #999999;
      line-height: 11px; }
      .locals .container .local a {
        font-size: 16px;
        color: #999; }
    .locals .container .comd, .locals .container .creat {
      width: 60px;
      height: 24px;
      border: 1px solid #E74B3B;
      text-align: center;
      line-height: 24px;
      font-size: 12px;
      font-weight: 400;
      color: #E74B3B; }

.keys {
  margin-top: 60px; }
  .keys .title {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #333333; }
  .keys .items {
    display: flex;
    flex-wrap: wrap; }
    .keys .items .item {
      background-color: #ffffff;
      font-size: 14px;
      font-weight: 400;
      color: #333333;
      width: auto;
      height: auto;
      margin-right: 20px;
      padding: 10px 20px 10px 20px;
      margin-bottom: 20px;
      transition: all .3s ease;
      border: 1px solid transparent; }
      .keys .items .item:hover {
        border: 1px solid #E74B3B;
        background: #fdf2f1;
        color: #E74B3B; }
  .keys .dian {
    background-color: #f6f6f6 !important; }
  .keys .more {
    left: 76px;
    color: #999999 !important;
    position: relative;
    left: 75px; }

.similar {
  margin-top: 40px;
  clear: both; }
  .similar .title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 38px; }
    .similar .title h2 {
      font-size: 24px;
      font-weight: bold;
      color: #333333; }
    .similar .title p {
      font-size: 14px;
      font-weight: 400;
      color: #333333; }
  .similar .items {
    display: flex;
    overflow: hidden; }
    .similar .items .picItem {
      margin-right: 20px; }

.review {
  margin-top: 70px; }
  .review .xst-tabs .xst-tab {
    cursor: pointer; }
    .review .xst-tabs .xst-tab::after {
      display: none; }
    .review .xst-tabs .xst-tab .main-label {
      font-size: 24px; }
    .review .xst-tabs .xst-tab .small-label {
      font-size: 24px;
      color: #E74B3B; }
  .review .comment-box {
    background-color: #fff;
    display: flex;
    margin-bottom: 41px;
    padding: 41px 51px 41px 0px; }
    .review .comment-box .comment-box-left {
      min-width: 180px; }
      .review .comment-box .comment-box-left .avatar {
        margin-left: 61px;
        width: 80px;
        height: 80px; }
    .review .comment-box .comment-box-right {
      flex-grow: 1; }
      .review .comment-box .comment-box-right .info {
        display: flex;
        justify-content: space-between; }
        .review .comment-box .comment-box-right .info .nickname {
          margin-top: 7px;
          margin-bottom: 17px; }
        .review .comment-box .comment-box-right .info .star {
          margin-bottom: 17px; }
  .review .pagination {
    margin: 60px 0px; }
  .review .titles {
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px; }
    .review .titles h2 {
      font-size: 24px;
      font-weight: bold;
      color: #333333; }
    .review .titles .actions {
      width: 100px;
      height: 40px;
      display: inline-block;
      background-color: #E74B3B;
      text-align: center;
      line-height: 40px;
      font-size: 14px;
      font-weight: 400;
      color: #ffffff;
      transition: all .2s ease; }
      .review .titles .actions:hover {
        background: #e43624; }
  .review .cnt .cntItem {
    background-color: #ffffff;
    margin-bottom: 40px;
    min-height: 160px;
    display: flex; }
    .review .cnt .cntItem .left .avatar-comment {
      border-radius: 50%;
      height: 80px;
      width: 80px;
      margin-left: 61px;
      margin-top: 40px;
      margin-right: 40px; }
    .review .cnt .cntItem .right {
      margin-top: 40px;
      position: relative;
      flex-grow: 1; }
      .review .cnt .cntItem .right .title .uname {
        font-size: 14px;
        font-weight: 400;
        color: #333333; }
      .review .cnt .cntItem .right .title .status {
        font-size: 14px;
        font-weight: bold;
        color: #e74b3b;
        margin-left: 23px;
        margin-right: 23px; }
      .review .cnt .cntItem .right .title .action {
        cursor: pointer;
        display: inline-block;
        width: 80px;
        height: 28px;
        border-radius: 14px;
        border: 1px solid black;
        color: #333333;
        text-align: center;
        line-height: 28px; }
      .review .cnt .cntItem .right .title .timer {
        font-size: 14px;
        font-weight: 400;
        color: #333333;
        position: absolute;
        right: 54px;
        line-height: 30px; }
      .review .cnt .cntItem .right .mark {
        color: #333333;
        margin-top: 14px;
        padding-right: 54px; }
      .review .cnt .cntItem .right .reply {
        margin-top: 20px;
        position: relative;
        margin-left: 80px;
        margin-right: 21px;
        position: relative;
        background-color: #f6f6f6;
        border-radius: 6px; }
        .review .cnt .cntItem .right .reply .item {
          min-height: 116px;
          display: flex;
          margin-bottom: 40px;
          color: #333333;
          border-bottom: 1px solid;
          padding-bottom: 10px;
          border-image: linear-gradient(to right, #f6f6f6 15%, #ddd 15%, #ddd 90%, #f6f6f6 90%, #f6f6f6 100%) 1 10; }
          .review .cnt .cntItem .right .reply .item .mark {
            padding-right: 33px; }
          .review .cnt .cntItem .right .reply .item .avatar-reply {
            margin-right: 30px;
            border-radius: 50%; }
          .review .cnt .cntItem .right .reply .item:last-of-type {
            border: none; }
        .review .cnt .cntItem .right .reply .left {
          background-color: #f6f6f6;
          margin-top: 34px;
          margin-left: 30px;
          width: 80px; }
          .review .cnt .cntItem .right .reply .left img {
            width: 48px;
            height: 48px; }
        .review .cnt .cntItem .right .reply .right {
          margin-top: 34px;
          color: #333333;
          flex-grow: 1; }
          .review .cnt .cntItem .right .reply .right .reAction {
            margin: 0 10px; }
          .review .cnt .cntItem .right .reply .right .action {
            margin-left: 15px; }
          .review .cnt .cntItem .right .reply .right .reTime {
            position: absolute;
            right: 33px; }
          .review .cnt .cntItem .right .reply .right .mark {
            margin-top: 5px; }
        .review .cnt .cntItem .right .reply .more {
          display: block;
          cursor: pointer;
          width: 996px;
          height: 36px;
          transform: translateY(-20px);
          text-align: center;
          line-height: 36px;
          background-color: #f6f6f6;
          color: #333333;
          margin-bottom: 20px; }
  .review .cnt .cntItem:last-child {
    margin-bottom: 0; }

.blurry {
  background: gray;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
  filter: alpha(opacity=60);
  opacity: 0.5 !important; }

.remark {
  z-index: 999;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 860px;
  height: 548px;
  border-radius: 6px;
  background-color: #ffffff; }
  .remark h2 {
    box-sizing: border-box;
    width: 680px;
    margin-top: 40px;
    margin-left: 90px;
    padding-bottom: 40px;
    border-bottom: 1px solid #D2D2D2;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    margin-bottom: 60px; }
  .remark .close {
    cursor: pointer;
    position: relative;
    left: 815px;
    top: 24px; }
  .remark textarea {
    margin-left: 90px;
    resize: none;
    border: 1px solid #D2D2D2;
    outline: none;
    width: 680px;
    height: 210px;
    box-sizing: border-box;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 60px; }
  .remark .btn_remark {
    cursor: pointer;
    width: 206px;
    height: 56px;
    background-color: #E74B3B;
    font-size: 16px;
    font-weight: 400;
    color: #f6f6f6;
    line-height: 56px;
    text-align: center;
    margin: 0 auto; }

#errorTip {
  color: red;
  font-size: 10px; }

#successTip {
  color: green;
  font-size: 10px; }

#range {
  margin-left: -30px;
  margin-right: 30px;
  margin-top: 10px; }

.layui-form-label1 {
  float: left;
  display: block;
  padding: 9px 15px;
  width: 50px;
  font-weight: 400;
  line-height: 20px;
  text-align: right; }

.collect_dialog .el-dialog__body {
  padding: 15px 25px 0 !important; }

.collect_dialog .el-dialog__footer {
  padding: 10px 0; }

.btn-custom {
  width: 100%;
  cursor: pointer;
  box-sizing: border-box;
  border: 2px solid #E74B3B;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  transition: all .2s ease;
  background: #E74B3B; }
  .btn-custom:hover {
    background: #e43624; }

.recommendWords {
  width: 1280px;
  margin: 0 auto;
  margin-bottom: 20px;
  display: flex; }
  .recommendWords > div {
    margin-right: 20px;
    width: 72px;
    height: 26px;
    border-radius: 24px 24px 24px 24px;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    color: #fff; }
  .recommendWords .recommendWords_recommended {
    background: linear-gradient(92deg, #58D6BE 0%, #5EDE8D 100%); }
  .recommendWords .recommendWords_ori {
    background: linear-gradient(90deg, #54AAFF 0%, #0081FF 100%); }
  .recommendWords .recommendWords_chain {
    background: linear-gradient(91deg, #FF8E1D 0%, #F96950 100%); }

.topDesc_box {
  width: 1280px;
  margin: 0 auto;
  margin-bottom: 18px; }
  .topDesc_box .topDesc {
    width: 900px; }
    .topDesc_box .topDesc .topDesc_title {
      font-weight: 600;
      color: #333333;
      font-size: 24px;
      margin-bottom: 10px; }
    .topDesc_box .topDesc .topDesc_detail {
      display: flex;
      justify-content: space-between; }
      .topDesc_box .topDesc .topDesc_detail .topDesc_detail_eve {
        display: flex;
        position: relative;
        width: 800px; }
        .topDesc_box .topDesc .topDesc_detail .topDesc_detail_eve p {
          margin-right: 25px;
          color: #999;
          font-size: 14px;
          line-height: 40px; }
    .topDesc_box .topDesc .topDesc_btn {
      width: 104px;
      height: 40px;
      background: linear-gradient(135deg, #FAC846 0%, #FFB916 100%);
      border-radius: 8px;
      font-size: 16px;
      color: #000;
      line-height: 40px;
      text-align: center;
      border: none; }

.myContainer_left {
  width: 900px; }

.video {
  width: 900px;
  height: 520px;
  border-radius: 16px; }
  .video video {
    width: 100%;
    max-height: 520px;
    border-radius: 16px; }

.midDesc {
  width: 900px;
  margin-top: 24px;
  background: #FFFFFF;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.04);
  border-radius: 8px; }
  .midDesc p {
    font-size: 16px;
    font-family: PingFang TC-Regular, PingFang TC;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    padding: 16px; }
  .midDesc .midDesc_box {
    display: grid;
    grid-template-columns: repeat(2, 430px);
    grid-template-rows: repeat(2, 224px);
    gap: 15px;
    padding-left: 12.5px; }
    .midDesc .midDesc_box img {
      border-radius: 16px;
      width: 100%;
      height: 100%; }

.bottomDesc {
  margin-top: 15px; }
  .bottomDesc .bottomDesc_firP {
    font-size: 14px;
    color: #999;
    height: 20px;
    line-height: 20px; }
  .bottomDesc .bottomDesc_keywords a {
    display: inline-block;
    line-height: 32px;
    padding: 0 14px;
    height: 32px;
    background: #F7F7F7;
    border-radius: 20px;
    margin-left: 12px;
    margin-bottom: 10px; }
  .bottomDesc .bottomDesc_secP {
    font-size: 12px;
    height: 34px;
    line-height: 20px;
    color: #999;
    padding-bottom: 22px; }

.myContainer {
  width: 1280px;
  margin: auto;
  display: flex;
  justify-content: space-between; }

.myContainer_right {
  width: 365px; }
  .myContainer_right .myContainer_right_top {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.04);
    border-radius: 8px; }

.tab {
  display: none; }

.active {
  display: block;
  font-weight: 600 !important;
  background-color: #e9e9e9 !important; }

.myContainer_right_top_tabs {
  width: 350px;
  height: 47px;
  margin-left: 9.5px;
  display: flex;
  padding-top: 8px; }
  .myContainer_right_top_tabs .tab-button {
    width: 173px;
    height: 43px;
    background: #F7F7F7;
    border-radius: 12px;
    border: none;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 43px;
    text-align: center;
    display: inline-block;
    cursor: pointer; }

#tab1 {
  width: 100%; }
  #tab1 > p {
    margin-top: 24px;
    width: 100%;
    text-align: center;
    margin-left: -17px; }
    #tab1 > p .tab1_span1 {
      font-size: 20px;
      color: #000;
      font-weight: 600; }
    #tab1 > p .tab1_span2 {
      font-size: 42px;
      color: #000;
      font-weight: 600; }
  #tab1 .tab1_lover {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    display: flex;
    justify-content: center; }
    #tab1 .tab1_lover > div {
      width: 97px;
      height: 40px;
      border-radius: 8px;
      border: 1px solid #E6E6E6;
      margin-right: 16px; }
      #tab1 .tab1_lover > div > span {
        color: #666;
        line-height: 40px;
        font-size: 14px; }
  #tab1 .tab1_btnbox {
    width: 100%;
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    justify-content: space-around; }
    #tab1 .tab1_btnbox .tab1_buy {
      width: 222px;
      height: 48px;
      background: linear-gradient(135deg, #FAC846 0%, #FFB916 100%);
      box-shadow: 0px 4px 12px 0px rgba(250, 200, 70, 0.3);
      border-radius: 8px;
      border: none;
      font-weight: 600;
      color: #000;
      font-size: 16px;
      text-align: center; }
    #tab1 .tab1_btnbox .tab1_shopcart {
      width: 116px;
      height: 48px;
      background: #FFFFFF;
      border-radius: 8px;
      border: 1px solid #E6E6E6;
      color: #000;
      font-size: 16px; }
  #tab1 .tab1_shouquan {
    width: 91%;
    padding: 0 16px;
    margin-top: 30px;
    padding-bottom: 15px; }
    #tab1 .tab1_shouquan .tab1_shouquan_one {
      display: flex;
      width: 100%;
      justify-content: space-between; }
      #tab1 .tab1_shouquan .tab1_shouquan_one .tab1_shouquan_one_left {
        font-size: 16px;
        font-weight: 600;
        color: #333; }
    #tab1 .tab1_shouquan .tab1_shouquan_one_right {
      display: flex;
      justify-content: space-between;
      width: 150px; }
  #tab1 .tab1_shouquan_two {
    width: 100%; }
    #tab1 .tab1_shouquan_two > div {
      display: flex;
      justify-content: space-between;
      margin-top: 17px; }
  #tab1 .tab1_shouquan_two_words {
    font-size: 14px;
    color: 3333;
    line-height: 16px; }

#tab2 {
  width: 100%; }
  #tab2 > p {
    margin-top: 24px;
    width: 100%;
    text-align: center;
    margin-left: -17px; }
    #tab2 > p .tab2_span1 {
      font-size: 20px;
      color: #000;
      font-weight: 600; }
    #tab2 > p .tab2_span2 {
      font-size: 42px;
      color: #000;
      font-weight: 600; }
  #tab2 .tab2_lover {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    display: flex;
    justify-content: center; }
    #tab2 .tab2_lover > div {
      width: 97px;
      height: 40px;
      border-radius: 8px;
      border: 1px solid #E6E6E6;
      margin-right: 16px; }
      #tab2 .tab2_lover > div > span {
        color: #666;
        line-height: 40px;
        font-size: 14px; }
  #tab2 .tab2_btnbox {
    width: 100%;
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    justify-content: space-around; }
    #tab2 .tab2_btnbox .tab2_buy {
      width: 222px;
      height: 48px;
      background: linear-gradient(135deg, #FAC846 0%, #FFB916 100%);
      box-shadow: 0px 4px 12px 0px rgba(250, 200, 70, 0.3);
      border-radius: 8px;
      border: none;
      font-weight: 600;
      color: #000;
      font-size: 16px;
      text-align: center; }
    #tab2 .tab2_btnbox .tab2_shopcart {
      width: 116px;
      height: 48px;
      background: #FFFFFF;
      border-radius: 8px;
      border: 1px solid #E6E6E6;
      color: #000;
      font-size: 16px; }
  #tab2 .tab2_shouquan {
    width: 91%;
    padding: 0 16px;
    margin-top: 30px;
    padding-bottom: 15px; }
    #tab2 .tab2_shouquan .tab2_shouquan_one {
      display: flex;
      width: 100%;
      justify-content: space-between; }
      #tab2 .tab2_shouquan .tab2_shouquan_one .tab2_shouquan_one_left {
        font-size: 16px;
        font-weight: 600;
        color: #333; }
    #tab2 .tab2_shouquan .tab2_shouquan_one_right {
      display: flex;
      justify-content: space-between;
      width: 150px; }
  #tab2 .tab2_shouquan_two {
    width: 100%; }
    #tab2 .tab2_shouquan_two > div {
      display: flex;
      justify-content: space-between;
      margin-top: 17px; }
  #tab2 .tab2_shouquan_two_words {
    font-size: 14px;
    color: 3333;
    line-height: 16px; }

.myContainer_right_mid {
  width: 365px;
  height: 250px;
  background: #fbfbfb;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  margin-top: 24px; }
  .myContainer_right_mid .myContainer_right_mid_til {
    width: 100%;
    padding: 16px 0 0 16px; }
    .myContainer_right_mid .myContainer_right_mid_til > span {
      font-size: 16px;
      color: #333;
      font-weight: 500; }

.myContainer_right_bottom {
  width: 365px;
  margin-top: 24px;
  background: #FFF;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  padding-bottom: 16px; }
  .myContainer_right_bottom .myContainer_right_bottom_main {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .myContainer_right_bottom .myContainer_right_bottom_main .avatar_nickname {
      font-size: 18px;
      font-weight: 600; }
    .myContainer_right_bottom .myContainer_right_bottom_main .avatar_total {
      font-size: 14px;
      color: #333;
      margin: 0 0 24px 17px; }
    .myContainer_right_bottom .myContainer_right_bottom_main .avatar_shoucang {
      width: 112px;
      height: 40px;
      line-height: 40px;
      background: #F7F7F7;
      border-radius: 8px;
      margin: 16px 16px 16px 0;
      text-align: center; }
      .myContainer_right_bottom .myContainer_right_bottom_main .avatar_shoucang span {
        font-size: 14px;
        color: #000; }
    .myContainer_right_bottom .myContainer_right_bottom_main .avatar_more {
      color: #666;
      font-size: 14px;
      margin-right: 16px;
      text-align: right;
      margin-top: 72px; }

.chosenRecommend {
  width: 1320px;
  height: 300px;
  margin: auto;
  margin-top: 50px; }
  .chosenRecommend .design-center {
    width: 1280px;
    overflow: hidden; }
  .chosenRecommend .chosenRecommend-title {
    font-size: 22px;
    color: #333;
    font-weight: 600; }
  .chosenRecommend .swiper-wrapper {
    display: flex;
    width: 1280px;
    margin: auto; }
    .chosenRecommend .swiper-wrapper .swiper-slide {
      margin-right: 16px;
      width: 250px !important;
      height: 170px !important; }
  .chosenRecommend .swiper-button-next:after,
  .chosenRecommend .swiper-button-prev:after {
    font-size: 15px;
    font-weight: 900; }
  .chosenRecommend .swiper-button-next, .chosenRecommend .swiper-button-prev {
    z-index: 1; }

#jubao {
  width: 84px;
  height: 40px;
  background: #edebeb;
  border-radius: 8px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: -15px; }

.feedback {
  width: 720px;
  height: 450px;
  z-index: 999;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  border-radius: 6px;
  overflow: auto;
  background-color: #fff; }
  .feedback img {
    cursor: pointer;
    position: relative;
    left: 684px;
    top: 20px; }
  .feedback h2 {
    padding-bottom: 25px;
    border-bottom: 1px solid #d9dcde;
    text-align: center;
    font-weight: 600;
    color: #333;
    font-size: 16px;
    width: 660px;
    margin: 0 auto;
    margin-top: 25px; }
  .feedback .selected {
    margin-top: 40px;
    margin-left: 30px;
    font-size: 14px; }
    .feedback .selected label {
      margin-right: 50px; }
      .feedback .selected label input {
        width: 16px;
        height: 16px;
        position: relative;
        top: 3px;
        color: red; }
  .feedback textarea {
    padding: 8px 15px;
    border-radius: 4px;
    margin-top: 40px;
    margin-left: 30px;
    width: 628px;
    height: 100px;
    outline: none;
    resize: none;
    color: #555555;
    border: 1px solid #d9d9d9; }
  .feedback .btn {
    cursor: pointer;
    width: 260px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 16px;
    color: #000 !important;
    font-weight: 600;
    background: linear-gradient(135deg, #FAC846 0%, #FFB916 100%);
    box-shadow: 0px 4px 12px 0px rgba(250, 200, 70, 0.3);
    border-radius: 8px 8px 8px 8px; }

.chosenRecommend-title-box {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px; }

.allBtn {
  width: 104px;
  height: 48px;
  background: #FFFFFF;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.04);
  border-radius: 24px;
  border: none;
  color: #000;
  font-weight: 500;
  margin-right: 23px;
  text-align: center;
  line-height: 50px; }
  .allBtn button {
    border: none;
    background: none;
    font-size: 16px;
    cursor: pointer; }

.masaike {
  position: absolute;
  width: 40px;
  height: 8px;
  background-color: #f7f6f6;
  top: 116px;
  left: 245px; }

.masaike2 {
  position: absolute;
  width: 20px;
  height: 6px;
  background-color: #f7f6f6;
  top: 38px;
  left: 231px; }

.shuquanTime {
  color: #333;
  padding: 0 16px 16px 16px; }
