@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;
}
.payTransfer .box-pc-content {
  width: 1200px;
  min-height: 100px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 20px;
}
.payTransfer .content-right {
  width: 350px;
  background-color: #fff;
  float: right;
}
.payTransfer .content-left {
  width: 840px;
  background-color: #fff;
  float: left;
  padding: 30px;
  min-height: 589px;
}
.payTransfer .content-left .main {
    width: 780px;
    background: #f7f7f7;
    margin: 0 auto 0;
    padding: 20px 40px 20px;
}
.payTransfer .content-left .productName {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin-top: 30px;
}
.payTransfer .content-left .desc {
    font-size: 14px;
    color: #888;
    margin-top: 10px;
}
.payTransfer .content-left .wts-btn-big-wrap {
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    width: 150px;
    height: 40px;
    background: #fd6e06;
    border-radius: 2px;
    font-size: 16px;
    margin: 30px auto 10px;
}
.payTransfer .content-left .f-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

