.md-activity-indicator-rolling:after {
  content: "";
  display: table;
  clear: both;
}
.md-activity-indicator-rolling .rolling-container {
  position: relative;
  float: left;
}
.md-activity-indicator-rolling .rolling {
  float: left;
}
.md-activity-indicator-rolling .rolling circle.stroke {
  will-change: auto;
}
.md-activity-indicator-rolling .content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.md-button {
  display: block;
  height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.36rem;
  font-weight: 500;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
    Microsoft YaHei, 微软雅黑, Arial, sans-serif;
  border: none;
  border-radius: 0.04rem;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  overflow: visible;
}
.md-button-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: break-word;
  white-space: nowrap;
}
.md-button-loading .md-activity-indicator-svg {
  width: 0.35rem !important;
  height: 0.35rem !important;
  margin-right: 0.1rem;
}
.md-button-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 0.06rem;
}
.md-button-content .md-icon {
  padding: 0;
}
.md-button {
  position: relative;
}
.md-button .md-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 0.06rem;
}
.md-button.default {
  background: #fff;
  color: #41485d;
}
.md-button.default:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 200%;
  height: 200%;
  border: 0.03rem solid #c5cad5;
  box-sizing: border-box;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  z-index: 2;
  border-radius: 0.08rem;
}
.md-button.default.active:active {
  background: #f9fafb;
}
.md-button.default
  .md-button-loading
  .md-activity-indicator-svg
  .circle
  circle {
  stroke: #41485d !important;
}
.md-button.primary {
  background: #10bbb8;
  color: #fff;
}
.md-button.primary:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 200%;
  height: 200%;
  border: 0.03rem solid #10bbb8;
  box-sizing: border-box;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  z-index: 2;
  border-radius: 0.08rem;
}
.md-button.primary.active:active {
  background: #2a78dc;
}
.md-button.primary
  .md-button-loading
  .md-activity-indicator-svg
  .circle
  circle {
  stroke: #fff !important;
}
.md-button.warning {
  background: #ff5257;
  color: #fff;
}
.md-button.warning:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 200%;
  height: 200%;
  border: 0.03rem solid #ff5257;
  box-sizing: border-box;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  z-index: 2;
  border-radius: 0.08rem;
}
.md-button.warning.active:active {
  background: #e9424f;
}
.md-button.warning
  .md-button-loading
  .md-activity-indicator-svg
  .circle
  circle {
  stroke: #fff !important;
}
.md-button.disabled {
  background: #e2e4ea;
  color: #fff;
}
.md-button.disabled:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 200%;
  height: 200%;
  border: 0.03rem solid #e2e4ea;
  box-sizing: border-box;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  z-index: 2;
  border-radius: 0.08rem;
}
.md-button.disabled
  .md-button-loading
  .md-activity-indicator-svg
  .circle
  circle {
  stroke: #fff !important;
}
.md-button.plain {
  background: transparent;
}
.md-button.plain.default {
  color: #41485d;
}
.md-button.plain.default:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 200%;
  height: 200%;
  border: 0.03rem solid #c5cad5;
  box-sizing: border-box;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  z-index: 2;
  border-radius: 0.08rem;
}
.md-button.plain.default.active:active {
  background: #f9fafb;
}
.md-button.plain.default
  .md-button-loading
  .md-activity-indicator-svg
  .circle
  circle {
  stroke: #41485d !important;
}
.md-button.plain.primary {
  color: #10bbb8;
}
.md-button.plain.primary:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 200%;
  height: 200%;
  border: 0.03rem solid #10bbb8;
  box-sizing: border-box;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  z-index: 2;
  border-radius: 0.08rem;
}
.md-button.plain.primary.active:active {
  background: #eaf2fe;
}
.md-button.plain.primary
  .md-button-loading
  .md-activity-indicator-svg
  .circle
  circle {
  stroke: #10bbb8 !important;
}
.md-button.plain.warning {
  color: #ff5257;
}
.md-button.plain.warning:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 200%;
  height: 200%;
  border: 0.03rem solid #ff5257;
  box-sizing: border-box;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  z-index: 2;
  border-radius: 0.08rem;
}
.md-button.plain.warning.active:active {
  background: #fac3c6;
}
.md-button.plain.warning
  .md-button-loading
  .md-activity-indicator-svg
  .circle
  circle {
  stroke: #ff5257 !important;
}
.md-button.plain.disabled {
  color: #c5cad5;
}
.md-button.plain.disabled:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 200%;
  height: 200%;
  border: 0.03rem solid #c5cad5;
  box-sizing: border-box;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  z-index: 2;
  border-radius: 0.08rem;
}
.md-button.plain.disabled
  .md-button-loading
  .md-activity-indicator-svg
  .circle
  circle {
  stroke: #c5cad5 !important;
}
.md-button.round {
  border-radius: 1rem;
}
.md-button.round:after {
  border-radius: 1rem !important;
}
.md-button.inline {
  display: inline-block;
  padding: 0 0.2rem;
}
.md-button.block {
  width: 100%;
}
.md-button.small {
  height: 0.64rem;
  line-height: 0.64rem;
  font-size: 0.28rem;
}
.md-button.small.round,
.md-button.small.round:after {
  border-radius: 0.64rem;
}
.md-button.link {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  font-size: 0.28rem;
  font-weight: 400;
  color: #10bbb8;
  background: transparent;
}
.md-button.link.inactive {
  color: #c5cad5;
  opacity: 1;
}
.md-button.inactive {
  opacity: 0.3;
}
.md-button.inactive.disabled {
  opacity: 1;
}
.second-form .close1 {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  margin-left: -0.36rem;
  z-index: 999;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.second-form-content {
  width: 6.8rem;
  background: #fff url(../images/tc-02.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 0.2rem;
  position: relative;
}
.second-form-content .content-title {
  padding-top: 0.58rem;
  width: 100%;
  height: 2.16rem;
  background: url(../images/tc-01.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.4rem;
  font-family: AlibabaPuHuiTi-Medium, AlibabaPuHuiTi;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 0.04rem 0.08rem rgba(0, 0, 0, 0.3);
}
.second-form-content .content-title.red {
  background: url(../images/red_title.png) no-repeat;
  background-size: 100% 100%;
}
.second-form-content .content-bottom {
  padding: 0.4rem 0.3rem 0;
}
.second-form-content .content-bottom-item:not(:last-child) {
  margin-bottom: 0.2rem;
}
.second-form-content .content-bottom-item:last-child {
  margin-bottom: 0.3rem;
}
.second-form-content .content-bottom h3 {
  margin-bottom: 0.1rem;
  font-size: 0.32rem;
  font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
  font-weight: 400;
  color: #333;
  position: relative;
  padding-left: 0.15rem;
}
.second-form-content .content-bottom h3:before {
  content: "";
  display: block;
  width: 0.04rem;
  height: 0.28rem;
  background: #bbc3ce;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.14rem;
}
.second-form-content .content-bottom .items {
  width: 3rem;
  height: 0.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 0.4rem;
  border: 0.02rem solid #ddd;
  font-size: 0.28rem;
  font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
  font-weight: 400;
  color: #666;
  float: left;
  margin: 0 0.1rem 0.15rem 0;
}
.second-form-content .content-bottom .items.active {
  background: #4575f3;
  border: 0.02rem solid #4575f3;
  color: #fff;
}
.second-form-content .content-bottom .items.red.active {
  background: #fd694c;
  border: 0.02rem solid #fd694c;
  color: #fff;
}
.second-form-content .content-bottom .items:last-child,
.second-form-content .content-bottom .items:nth-child(2n) {
  margin-right: 0;
}
.second-form-content .content-btn {
  padding-bottom: 0.3rem;
  text-align: center;
}
.second-form-content .content-btn a {
  display: block;
  margin: 0 auto;
  width: 6.16rem;
  height: 1rem;
  background: -webkit-linear-gradient(left, #00a5f2, #2b75ee);
  background: linear-gradient(90deg, #00a5f2, #2b75ee);
  box-shadow: 0 0.04rem 0.08rem 0 rgba(52, 87, 255, 0.5);
  border-radius: 0.8rem;
  font-weight: 500;
  color: #fff;
  font-size: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.second-form-content .content-btn a.red {
  background: -webkit-linear-gradient(356deg, #fa5d35, #f92d3e);
  background: linear-gradient(94deg, #fa5d35, #f92d3e);
}
.second-form-content .content-btn a.disabled {
  opacity: 0.35;
}
.second-form .md-popup-box {
  overflow: visible;
}
