.service-description .service-description_text1 span{
  color: #FE6D26;
  cursor: pointer;
}
.service-description .service-description_text1{
  color: #666666;
  font-size: 14px;
}
.service-description .service-description_text2{
  color: #666666;
  margin-top: 23px;
}
.ban.service-description_text3{
  color: #999999;
  margin-top: 23px;
}

 

.service-description .integral-exchage-show{
  width: 236px;
  height: 60px;
  background: #F7F7F7;
  border-radius: 4px;
  align-items: center;
  font-size: 14px;
  color: #333333;
  margin-top: 19px;
  cursor: pointer;
}
.service-description .integral-exchage-show img{
  margin: 0 8px 0 10px;
}


.integral-modals {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  display: block;
  background: rgba(0, 0, 0, 0.5);
}

.integral-modals .integral-rule {
  position: fixed;
  top: 0;
  left: 0;
  width: 450px;
  height: 550px;
  z-index: 1050;
  display: block;
  left: 50%;
  top: 50%;
  margin-left: -225px;
  margin-top: -275px;
  background: rgba(255, 255, 255, 1);
  background-image: url("/img/integralRuleBg.png");
  background-repeat: no-repeat;
  border-radius: 20px; 
  box-sizing: border-box;
}
.integral-modals .integral-rule .rule-title {
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
.integral-modals .integral-rule .rule-content {
  height: 466px;
  overflow-y: scroll;
  padding: 0 0px 0 16px;
}
.integral-modals .integral-rule .rule-item {
  margin-bottom: 18px;
}
.integral-modals .integral-rule .rule-item .title {
  font-size: 14px;
  color: #333333;
  margin-bottom: 10px;
}
.integral-modals .integral-rule .rule-item .rule-describe {
  font-size: 12px;
  color: #666666;
  line-height: 22px;
  width:400px; 
}
.integral-modals .integral-rule .rule-item .rule-describe strong {
  color: #333333;
}
.integral-modals .integral-rule .rule-item .table_warp{
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  width: 404px;
  margin: 18px 0 0;
}
.integral-modals .integral-rule .rule-item .table_warp::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #d0d6e4;
  border-radius: 8px;
  z-index: 1; 
}
.integral-modals .integral-rule .rule-item table { 
  border-collapse: separate;
  border-spacing: 0;
  position: relative;
  z-index: 0;
  height: 36px;
  width: 404px;
}

.integral-modals .integral-rule .rule-item table td,
.integral-modals .integral-rule .rule-item table th { 
  border-bottom: 1px solid #d0d6e4;
  border-right: 1px solid #d0d6e4;
  text-align: center;
  height: 30px;
}
.integral-modals .integral-rule .rule-item table td:first-child,
.integral-modals .integral-rule .rule-item table th:first-child {
  text-align: left;
  padding-left: 9px;
}

.integral-modals .integral-rule .rule-item table td {
  font-size: 12px;
  color: #666666;
}

.integral-modals .integral-rule .rule-notes {
  font-size: 12px;
  color: #999999;
  line-height: 22px;
  margin: -8px 0 18px;
  width: 400px;
}
.integral-modals .integral-rule .warm-hint {
  width: 400px;
}
.integral-modals .integral-rule .warm-hint .title {
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  margin-bottom: 10px;
}
.integral-modals .integral-rule .warm-hint ul li {
  font-size: 12px;
  color: #666666;
  line-height: 22px;
}

.integral-rule .layer_close {
  display: block;
  position: absolute;
  bottom: -53px;
  left: 50%;
  margin-left: -16px;
  width: 33px;
  height: 33px;
  background: url("/img/layerClose.png") no-repeat;
  cursor: pointer;
}

.integral-exchange-dialog {
  width: 300px;
  height: 348px;
  position: absolute;
  left: 50%;
  top: 30%;
  border-radius: 20px;
  margin-left: -155px;
  text-align: center;
  background: #ffffff;
  background-image: url("/img/integralExchangeDialog.png");
  background-repeat: no-repeat;
}

.integral-exchange-dialog .warn-tip {
  font-size: 12px;
  color: #FE6D26;
  line-height: 16px;
  margin-top: 6px;
  text-align: center;
}

.integral-exchange-dialog .tilte {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  height: 54px;
  line-height: 54px;
}
.integral-exchange-dialog ul {
  padding: 0 26px 0 18px;
}
.integral-exchange-dialog ul li {
  text-align: left;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.integral-exchange-dialog .go-exchange-btn {
  width: 170px;
  height: 36px;
  background: #fe6d26;
  border-radius: 100px;
  font-size: 14px;
  color: #ffffff;
  line-height: 36px;
  margin: 20px auto 0;
  cursor: pointer;
}
.integral-exchange-dialog .go-exchange-btn.ban{
  background: #CCCCCC;
  cursor: not-allowed;
}
.integral-exchange-dialog .go-exchange-btn.goBinding{
  background: #FF6565;
}
.integral-exchange-dialog .dialog-close {
  display: block;
  position: absolute;
  bottom: -78px;
  left: 50%;
  margin-left: -16px;
  width: 33px;
  height: 33px;
  background: url("/img/layerClose.png") no-repeat;
  cursor: pointer;
}

.integral-exchange-dialog .tips {
  font-size: 12px;
  color: #666666;
  margin-top: 10px;
}

.integral-binding-dialog {
  width: 490px;
  height: 305px;
  position: absolute;
  left: 50%;
  top: 30%;
  border-radius: 20px;
  margin-left: -245px;
  text-align: center;
  background: #ffffff;
  box-sizing: border-box;
}
.integral-binding-dialog .integral-binding-success-img {
  margin-top: 47px;
}
.integral-binding-dialog .bing-success {
  font-size: 16px;
  color: #333333;
  margin: 20px 0 15px;
}
.integral-binding-dialog .content {
  width: 322px;
  font-size: 14px;
  color: #666666;
  margin: 0 auto 30px;
}
.integral-binding-dialog .integral-binding-btn {
  width: 120px;
  height: 46px;
  line-height: 46px;
  background: #fe6d26;
  border-radius: 6px 6px 6px 6px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  cursor: pointer;
}
.integral-binding-dialog .modal-close {
  position: absolute;
  right: 0;
  font-size: 21px;
  right: 16px;
  top: 16px;
  font-weight: 700;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=70);
  opacity: 0.7;
  cursor: pointer;
}
