@charset "UTF-8";
/*---------       字体行高       -----------*/
/*---------       字体颜色       -----------*/
/*---------       边框颜色       -----------*/
/*---------       背景颜色       -----------*/
/* 属性多值传递
ex:
@include remCalc(padding,10,20);
padding: 0.13333rem 0.26667rem;*/
/*按钮纯色系*/
/*按钮边框色系*/
/*按钮大小*/
/*自适应按钮*/
/*标题*/
/*小消息标签*/
/*背景色点击变化*/
/*字数省略限制*/
/*波纹点击效果*/
.premium h2 {
  text-align: center;
  font-size: 24px;
  padding: 10px 0;
  color: #ff6f00;
  font-weight: 900;
}
.premium * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.premium .box-pc-content {
  margin-bottom: 20px;
}
.premium .content-left {
  width: 840px;
  background-color: #fff;
  float: left;
  padding: 20px;
}
.premium .content-right {
  width: 350px;
  background-color: #fff;
  float: right;
}
.premium .premium-from {
  padding-left: 10px;
  padding-right: 10px;
}
.premium .title-h3 {
  position: relative;
  font-size: 18px;
  color: #333;
  line-height: 1.4;
  padding-left: 12px;
  margin-top: 10px;
  font-weight: 900;
}
.premium .title-h3:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 16px;
    top: 50%;
    left: 0;
    border-radius: 5px;
    margin-top: -8px;
    background-color: #ff6f00;
}
.premium .h3-amout {
  color: #999;
  font-size: 12px;
  padding-left: 10px;
}
.premium .items {
  padding: 6px 0;
}
.premium .items-wrap .lables {
  width: 30%;
  text-align: right;
  float: left;
  font-size: 16px;
  padding: 5px 20px;
  line-height: 22px;
}
.premium .items-wrap .from-right {
  float: left;
  width: 70%;
  font-size: 16px;
}
.premium .notes {
  font-size: 12px;
  color: #666;
  padding-left: 242px;
  margin-bottom: 5px;
  margin-top: 3px;
}
.premium .items-wrap:before,
.premium .items-wrap:after {
  content: '';
  display: table;
}
.premium .items-wrap:after {
  clear: both;
}
.premium .items-wrap {
  *zoom: 1;
  /*IE/7/6*/
}
.premium .premium-price-box {
  padding: 0px 20px;
}
.premium .premium-price-center {
  padding: 5px 15px;
  text-align: right;
}
.premium .premium-price-center .next {
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background-color: #ff6f00;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    cursor: pointer;
}
.premium .premium-price-center .prev {
    float: left;
}
.premium .showPrice {
  color: #ff6f00;
  font-size: 24px;
  text-align: right;
}
.premium .input-box,
.premium .email-box {
  position: relative;
  width: 400px;
}
.premium .input-box .iconfabiaowenzhang,
  .premium .email-box .iconfabiaowenzhang {
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -13px;
    font-size: 18px;
    color: #ff6f00;
    opacity: 0.7;
}
.premium .input-text {
  width: 400px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #ececec;
  font-size: 14px;
  padding: 0 10px 0 10px;
  border-radius: 5px;
}
.premium .default-input {
  position: relative;
  display: inline-block;
  min-width: 400px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #ececec;
  font-size: 14px;
  padding: 0 10px 0 40px;
}
.premium .default-input .default-input-txt {
    width: 100%;
    height: 100%;
    color: #666;
}
.premium .default-input .iconfont {
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -12px;
    font-size: 18px;
    color: #ff6f00;
}
.premium .in-text {
  line-height: 20px;
  font-size: 14px;
  padding: 6px 0;
  display: inline-block;
}
.premium .errorMsg {
  padding-left: 228px;
  font-size: 14px;
  color: red;
  line-height: 20px;
  margin-top: 5px;
  display: block;
}
.box-pc-content.BPS {
  min-height: calc(100vh - 110px);
}

/*公共弹窗样式1 */
.tips-design-modal {
  width: 450px;
  border-radius: 10px;
}
.tips-design-modal .el-message-box__header {
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    padding: 30px 0px 20px;
}
.tips-design-modal .el-message-box__header .el-message-box__title {
      line-height: 28px;
}
.tips-design-modal .el-message-box__content {
    padding: 0px 34px 30px 30px;
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}
.tips-design-modal .el-message-box__btns {
    width: 320px;
    padding: 0px;
    margin: 0 auto;
}
.tips-design-modal .el-message-box__btns .el-button--default {
      width: 150px;
      height: 40px;
      font-size: 16px;
      color: #666;
      border: 1px solid #ddd;
}
.tips-design-modal .el-message-box__btns .el-button--default:hover {
        background: #fff;
}
.tips-design-modal .el-message-box__btns .el-button--default.tips-sure-btn {
        background: #fd6e06;
        color: #fff;
        border: 1px solid #fd6e06;
}
.tips-design-modal .el-message-box__btns .el-button--default.tips-sure-btn:hover {
          background: #fd6e06;
}
.proRecommend .top-status {
  text-align: center;
  margin-bottom: 30px;
  padding-top: 30px;
}
.proRecommend .top-status img {
    width: 89px;
    display: block;
    margin: 5px auto;
}
.proRecommend .top-status p {
    font-size: 20px;
    color: #333;
}
.proRecommend .btn-box {
  text-align: center;
}
.proRecommend .btn-box .btn {
    display: inline-block;
    width: 150px;
    height: 40px;
    background-color: #ff6f00;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 38px;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #ff6f00;
    border-radius: 5px;
    cursor: pointer;
}
.proRecommend .btn-box .btn-c-1 {
    border: 1px solid #ff6f00;
    background-color: #fff;
    color: #ff6f00;
}
.proRecommend .pro-recont {
  margin-top: 50px;
}
.proRecommend .pro-recont .pro-title {
    text-align: center;
    font-size: 18px;
    color: #333;
}
.proRecommend .pro-recont .pro-title img {
      width: 18px;
      vertical-align: middle;
}
.proRecommend .go-market {
  color: #3561ef;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.proRecommend .go-market span {
    cursor: pointer;
}
.proRecommend .items-lists {
  padding: 20px 10px;
}
.proRecommend .items-lists .xjp {
    padding-top: 20px;
}
.proRecommend .items-lists .item {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 8px 5px rgba(153, 153, 153, 0.1);
            box-shadow: 0 0 8px 5px rgba(153, 153, 153, 0.1);
    margin-bottom: 20px;
}
.proRecommend .items-lists .item .item-wrapper {
      position: relative;
      width: 100%;
      height: 100%;
      padding: 20px 180px 20px 180px;
}
.proRecommend .items-lists .pro-saletag {
    display: inline-block;
    height: 30px;
    background-color: #ffede6;
    line-height: 30px;
    color: #ff5714;
    font-size: 14px;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 0 -10px 20px;
    padding: 0 14px;
}
.proRecommend .items-lists .pro-saletag img {
      width: 15px;
      height: 14px;
      margin-right: 4px;
}
.proRecommend .items-lists .left {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 144px;
    height: 108px;
}
.proRecommend .items-lists .left img {
      width: 100%;
      height: 100%;
}
.proRecommend .items-lists .right {
    min-height: 108px;
}
.proRecommend .items-lists .title {
    font-size: 22px;
    color: #333;
    line-height: 40px;
}
.proRecommend .items-lists .designIdea {
    font-size: 16px;
    padding: 3px 0;
    color: #666;
}
.proRecommend .items-lists .productPrice {
    position: absolute;
    right: 20px;
    top: 30px;
    font-size: 24px;
    color: #ff6f00;
    font-weight: 900;
}
.proRecommend .items-lists .productPrice span {
      font-size: 14px;
      font-weight: 400;
}
.proRecommend .items-lists .seeDetail {
    position: absolute;
    right: 20px;
    bottom: 30px;
    width: 120px;
    height: 34px;
    border-radius: 30px;
    cursor: pointer;
}
.proRecommend .items-lists .seeDetail > .insure-btn {
      width: 100%;
      height: 100%;
      background: linear-gradient(3deg, #fd6e06 0%, #fe9b0f 100%);
      border-radius: 20px;
      color: #ffffff;
      font-size: 14px;
      line-height: 34px;
      text-align: center;
      display: block;
}
.proRecommend .items-lists .seeDetail > .insure-btn.orange {
        background: #fc6e06;
}
.proRecommend .items-lists .seeDetail > .insure-btn.pray {
        background: #bfbfbf;
}
.proRecommend .items-lists .seeDetail > .insure-btn.colorgray {
        background: linear-gradient(215deg, #fda25a 0%, #fec861 100%);
}
.proRecommend .right-title {
  font-size: 18px;
  padding: 15px 0;
  text-align: center;
  border-bottom: 1px solid #ececec;
  font-weight: 900;
}
.proRecommend .right-list {
  padding-top: 10px;
  padding-bottom: 20px;
}
.proRecommend .right-list .right-li {
    padding: 20px 20px 20px 110px;
    position: relative;
    cursor: pointer;
}
.proRecommend .right-list .layer-right {
    display: none;
    position: absolute;
    width: 200px;
    height: 200px;
    padding: 10px;
    left: -200px;
    top: 50%;
    margin-top: -100px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 3px rgba(102, 102, 102, 0.1);
            box-shadow: 0 0 5px 3px rgba(102, 102, 102, 0.1);
}
.proRecommend .right-list .layer-right:after {
      content: '';
      display: inline-block;
      position: absolute;
      right: -20px;
      width: 0;
      height: 0;
      border: 10px solid transparent;
      border-left-color: #999;
      top: 50%;
      margin-top: -10px;
}
.proRecommend .right-list .layer-right img {
      width: 180px;
      height: 180px;
}
.proRecommend .right-list .right-li:hover .layer-right {
    display: block;
}
.proRecommend .right-list .right-li-img {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
}
.proRecommend .right-list .right-li-title {
    font-size: 20px;
    color: #4325c6;
    line-height: 1.6;
    font-weight: 800;
}
.proRecommend .right-list .right-li-desc {
    font-size: 14px;
    color: #666666;
    line-height: 1.4;
}
.proRecommend .right-list .right-li-btn {
    width: 88px;
    height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    line-height: 30px;
    border-radius: 30px;
    margin-top: 10px;
    background-color: #7458ec;
}
.proRecommend .right-list .right-li-1 .right-li-title {
    color: #3561ef;
}
.proRecommend .right-list .right-li-1 .right-li-btn {
    background-color: #3561ef;
}

