.iconfont {
  font-size: 1.6rem;
}
.user .common-banner {
  height: 30rem;
}
.user .common-banner .ax-row {
  align-items: flex-start;
}
.user .common-banner .ax-row h1 {
  padding-top: 7.5rem;
}
.user .user_main {
  background: #f7f9fc;
  position: relative;
  padding-bottom: 6rem;
  z-index: 2;
}
.user .user_main .ax-row {
  justify-content: space-between;
}
.user .user_main .left {
  width: 35rem;
  margin-top: -11.2rem;
  background: #FFFFFF;
  box-shadow: 0 0 1.5rem 0.1rem rgba(122, 147, 177, 0.06);
  border-radius: 0.6rem;
  padding-top: 7.5rem;
  padding-left: 6rem;
  padding-right: 6rem;
}
.user .user_main .left a {
  display: block;
  width: 16rem;
  line-height: 4.2rem;
  border: 0.1rem solid #59AFB8;
  border-radius: 2rem;
  font-size: 2rem;
  color: #59AFB8;
  height: 4.2rem;
}
@media only screen and (max-width: 1366px) {
  .user .user_main .left a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .user .user_main .left a {
    font-size: 16px;
  }
}
.user .user_main .left > div {
  margin-bottom: 6rem;
}
.user .user_main .left .user_name h1 {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.user .user_main .left .user_name span {
  display: inline-block;
  background: #59AFB8;
  border-radius: 1.1rem;
  height: 2.2rem;
  line-height: 2.2rem;
  padding: 0 1.4rem;
  color: #fff;
}
.user .user_main .left .user_integral p {
  font-size: 1.6rem;
  color: #999;
}
.user .user_main .left .user_integral div {
  margin-bottom: 2.5rem;
}
.user .user_main .left .user_integral div span {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  font-family: AlibabaPuHuiTiB;
}
.user .user_main .left .user_information li {
  margin-bottom: 2rem;
}
.user .user_main .left .user_information li span {
  font-size: 1.6rem;
  color: #555;
}
.user .user_main .left .user_information li p {
  padding: 0;
  height: 2.8rem;
  font-size: 1.8rem;
}
.user .user_main .left .user_code {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.user .user_main .left .user_code div {
  width: 12rem;
  height: 12rem;
  padding: 0.5rem;
  overflow: hidden;
  margin: 0 auto;
}
.user .user_main .left .user_code div img {
  width: 100%;
}
.user .user_main .right {
  width: calc(100% - 36rem);
  max-width: 1040px;
}
.user .user_main .right .tab_nav {
  width: 100%;
  height: 10.9rem;
  background: #FFFFFF;
  margin-top: 3rem;
  border-radius: 0.6rem;
}
.user .user_main .right .tab_nav ul {
  display: flex;
  align-items: center;
  justify-content: left;
  height: 100%;
}
.user .user_main .right .tab_nav ul li {
  cursor: pointer;
  margin: 0 4rem;
}
.user .user_main .right .tab_nav ul li span {
  font-size: 2.8rem;
}
.user .user_main .right .tab_nav ul li span:last-child {
  display: inline-block;
  margin-left: 1.5rem;
  font-weight: bold;
}
.user .user_main .right .tab_nav ul li.active {
  color: #59AFB8;
}
.user .user_main .right .tab_content {
  margin-top: 1.8rem;
  background: #FFFFFF;
  padding: 4.5rem;
}
.user .user_main .right .tab_content .subscribe > ul,
.user .user_main .right .tab_content .integrale > ul {
  display: flex;
  align-items: center;
  justify-content: left;
  height: 100%;
  margin-bottom: 4.5rem;
}
.user .user_main .right .tab_content .subscribe > ul li,
.user .user_main .right .tab_content .integrale > ul li {
  cursor: pointer;
  margin: 0 4rem 0 0;
  padding-bottom: 0.5rem;
  position: relative;
  font-size: 2.4rem;
  transition: all 0.3s;
}
@media only screen and (max-width: 1440px) {
  .user .user_main .right .tab_content .subscribe > ul li,
  .user .user_main .right .tab_content .integrale > ul li {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1366px) {
  .user .user_main .right .tab_content .subscribe > ul li,
  .user .user_main .right .tab_content .integrale > ul li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .user .user_main .right .tab_content .subscribe > ul li,
  .user .user_main .right .tab_content .integrale > ul li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .user .user_main .right .tab_content .subscribe > ul li,
  .user .user_main .right .tab_content .integrale > ul li {
    font-size: 16px;
  }
}
.user .user_main .right .tab_content .subscribe > ul li::before,
.user .user_main .right .tab_content .integrale > ul li::before {
  content: '';
  width: 100%;
  height: 0.2rem;
  background: #59AFB8;
  display: block;
  opacity: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.3s;
}
.user .user_main .right .tab_content .subscribe > ul li.active,
.user .user_main .right .tab_content .integrale > ul li.active {
  color: #59AFB8;
}
.user .user_main .right .tab_content .subscribe > ul li.active::before,
.user .user_main .right .tab_content .integrale > ul li.active::before {
  opacity: 1;
}
.user .user_main .right .tab_content .ax-card-block {
  padding: 0;
}
.user .user_main .right .tab_content .subscribe .ax-card-block .ax-img {
  height: 17rem;
  margin: 0;
  cursor: pointer;
  position: relative;
}
.user .user_main .right .tab_content .subscribe .ax-card-block .ax-img .box {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  top: 0;
}
.user .user_main .right .tab_content .subscribe .ax-card-block .ax-img .box .top {
  padding: 1rem;
  position: relative;
}
.user .user_main .right .tab_content .subscribe .ax-card-block .ax-img .box .top h1 {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  max-width: 75%;
}
.user .user_main .right .tab_content .subscribe .ax-card-block .ax-img .box .top span {
  display: inline-block;
  font-size: 1.2rem;
  color: #fff;
  padding: 0 1.8rem;
  border-radius: 2rem;
  background: #59AFB8;
}
.user .user_main .right .tab_content .subscribe .ax-card-block .ax-img .box .bottom {
  color: #fff;
  padding: 1rem;
}
.user .user_main .right .tab_content .subscribe .ax-card-block .ax-img .box .type {
  right: 2rem;
  color: #fff;
  position: absolute;
  top: 2rem;
}
.user .user_main .right .tab_content .subscribe .ax-card-block .ax-img .box .type:before {
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  position: absolute;
  left: -1.5rem;
  top: 50%;
  border-radius: 50%;
  margin-top: -0.3rem;
  background: #fff;
}
.user .user_main .right .tab_content .wonderful_content .ax-card-block {
  padding-bottom: 2rem;
}
.user .user_main .right .tab_content .wonderful_content .ax-title {
  padding: 2rem ;
  color: #2a2a2a;
  margin-bottom: 1rem;
}
.user .user_main .right .tab_content .wonderful_content .ax-title h1 {
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.user .user_main .right .tab_content .wonderful_content .ax-title span {
  font-size: 1.2rem;
  color: #999;
  font-weight: 400;
}
.user .user_main .right .tab_content .wonderful_content .button {
  display: flex;
  margin-right: 1rem;
}
.user .user_main .right .tab_content .wonderful_content .details {
  width: 10rem;
  margin-left: 2rem;
  border: 0.1rem solid #59AFB8;
  border-radius: 2rem;
  font-size: 1.4rem;
  color: #59AFB8;
  height: 2.6rem;
  line-height: 2.6rem;
  display: block;
}
.user .user_main .right .tab_content .rules_content .ax-table tr {
  height: 7.5rem;
}
.user .user_main .right .tab_content .rules_content .ax-table tr td:first-child {
  font-size: 1.8rem;
}
.user .user_main .right .tab_content .rules_content .ax-table tr td:nth-child(2),
.user .user_main .right .tab_content .rules_content .ax-table tr td:nth-child(3) {
  font-size: 1.4rem;
  color: #707173;
}
.user .user_main .right .tab_content .rules_content .ax-table tr td:nth-child(3) span {
  color: #999;
}
.user .user_main .right .tab_content .rules_content .ax-table tr td:nth-child(4) span {
  display: inline-block;
  width: 9.5rem;
  height: 2.2rem;
  background: #e6f5f7;
  color: #59AFB8;
  border-radius: 2rem;
  text-align: center;
  line-height: 2.2rem;
}
.user .user_main .right .tab_content .rules_content .ax-table tr td:nth-child(4) a {
  display: block;
  width: 9.5rem;
  height: 2.2rem;
  border-radius: 2rem;
  text-align: center;
  line-height: 2.2rem;
  border: 0.1rem solid #59AFB8;
  color: #59AFB8;
}
.user .user_main .right .tab_content .rules_content h1 {
  font-size: 2.6rem;
  font-weight: bold;
  margin: 6rem 0 3rem;
}
.user .user_main .right .tab_content .exchange_content .item {
  position: relative;
}
.user .user_main .right .tab_content .exchange_content .ax-card-block {
  padding: 1.8rem;
  display: flex;
  box-shadow: 0rem 0rem 2.2rem 0.2rem rgba(122, 147, 177, 0.1);
  border: none;
}
.user .user_main .right .tab_content .exchange_content .ax-img {
  width: 36rem;
  height: 20rem;
  margin: 0;
}
.user .user_main .right .tab_content .exchange_content .ax-right {
  width: calc(95% - 36rem);
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  margin-left: 3%;
}
.user .user_main .right .tab_content .exchange_content .ax-title {
  position: relative;
  width: 100%;
}
.user .user_main .right .tab_content .exchange_content .ax-title p {
  font-size: 1.2rem;
  font-weight: 400;
}
.user .user_main .right .tab_content .exchange_content .bottom {
  display: flex;
  justify-content: space-between;
}
.user .user_main .right .tab_content .exchange_content .bottom p {
  line-height: 1;
  vertical-align: bottom;
}
.user .user_main .right .tab_content .exchange_content .bottom p span {
  font-size: 2.4rem;
  color: #59AFB8;
  vertical-align: bottom;
  display: inline-block;
  margin-right: 0.4rem;
}
@media only screen and (max-width: 1440px) {
  .user .user_main .right .tab_content .exchange_content .bottom p span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1366px) {
  .user .user_main .right .tab_content .exchange_content .bottom p span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .user .user_main .right .tab_content .exchange_content .bottom p span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .user .user_main .right .tab_content .exchange_content .bottom p span {
    font-size: 16px;
  }
}
.user .user_main .right .tab_content .exchange_content .bottom a {
  cursor: pointer;
  display: block;
  width: 9.5rem;
  height: 2.2rem;
  border-radius: 2rem;
  text-align: center;
  line-height: 2.2rem;
  border: 0.1rem solid #59AFB8;
  color: #59AFB8;
}
.user .user_main .right .tab_content .exchange_content .ax-grid .active {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}
.user .user_main .right .tab_content .exchange_content .ax-grid .active .bottom a {
  background: #59AFB8;
  color: #fff;
}
.user .user_main .right .tab_content .details_content .ax-table {
  border: none;
}
.user .user_main .right .tab_content .details_content .ax-table tr:first-child,
.user .user_main .right .tab_content .details_content .ax-table th {
  height: 4.5rem;
  color: #999999;
  font-size: 1.6rem;
}
.user .user_main .right .tab_content .details_content .ax-table tr {
  height: 7.5rem;
  border: none;
}
.user .user_main .right .tab_content .details_content .ax-table tr td {
  color: #555;
  font-size: 1.6rem;
}
@media screen and (max-width: 1366px) {
  .user .user_main .ax-row {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .user .user_main .left {
    width: 100%;
    height: 35rem;
    padding-top: 4rem;
    padding-left: 4rem;
    padding-right: 4rem;
    position: relative;
  }
  .user .user_main .left > div {
    margin-bottom: 5rem;
    width: 30%;
  }
  .user .user_main .left .user_information {
    position: absolute;
    top: 4rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .user .user_main .left .user_information ul {
    display: flex;
    width: 54rem;
    flex-wrap: wrap;
  }
  .user .user_main .left .user_information ul li {
    width: 26rem;
  }
  .user .user_main .left .user_code {
    position: absolute;
    top: 50%;
    right: 4rem;
    transform: translateY(-50%);
  }
  .user .user_main .right {
    width: 100%;
    max-width: initial;
  }
  .user .user_main .right .user .user_main .right .tab_content .subscribe .ax-card-block .ax-img {
    height: 24rem;
  }
}
.ax-dialog-wrapper {
  width: 56rem !important;
}
.ax-dialog-wrapper button {
  width: 40rem;
  height: 4.8rem;
  background: linear-gradient(45deg, #1C7BCF 0%, #2EB1BA 100%);
  border-radius: 0.5rem !important;
  border: none;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  margin: 0 auto 2rem;
}
input:focus,
textarea:focus {
  box-shadow: none !important;
}
.ax-dialog-header {
  text-align: center;
  font-size: 2.4rem;
  margin-top: 5rem;
  padding: 0;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1440px) {
  .ax-dialog-header {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1366px) {
  .ax-dialog-header {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .ax-dialog-header {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .ax-dialog-header {
    font-size: 16px;
  }
}
.ax-form-label {
  width: 12rem;
  font-size: 1.6rem;
}
.ax-form-label span {
  color: red;
}
.ax-form-group {
  margin-bottom: 1rem;
}
.ax-form-input input::placeholder {
  font-size: 1.6rem;
}
.ax-dialog .ax-dialog-wrapper > .ax-dialog-close [class*='font'],
.ax-dialog .ax-dialog-wrapper > .ax-dialog-close svg {
  font-size: 2rem;
}
.ax-dialog-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}
.ax-dialog.ax-dialog-show .ax-dialog-overlay {
  opacity: 1;
}
#bigOne input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
#box {
  width: 100%;
  height: 3.8rem;
  line-height: 3.8rem;
  padding: 0 1rem;
  border: 0.1rem solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 0.3rem;
  position: relative;
  color: #999999;
  cursor: pointer;
}
#totalConfirm {
  z-index: -9999;
  opacity: 0;
  width: 40rem;
  height: 3rem;
  position: absolute;
  outline: none;
  left: 0;
  top: 0;
}
.text {
  line-height: 3rem;
}
.icon-arrow-down,
.icon-arrow-up {
  position: absolute;
  right: 1rem;
  font-size: 2.2rem;
  line-height: 3rem;
  color: #999999;
}
#content {
  border: 0.1rem solid #e0e0e0;
  width: 100%;
  display: none;
  border-top: none;
  position: absolute;
  z-index: 3;
}
.chosePCA {
  width: 8rem;
  height: 4rem;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 4rem;
  text-align: center;
  float: left;
  cursor: pointer;
}
.province-list,
.city-list,
.area-list {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  min-height: 1rem;
  padding: 1rem;
  left: 0;
  top: 4rem;
}
.select {
  background-color: #fff;
  color: #46a4ff;
  border-bottom: none;
}
#content li {
  font-size: 1.4rem;
  display: inline-block;
  padding: 0.8rem;
  line-height: normal;
  cursor: pointer;
  color: black;
}
#content li:hover {
  background-color: #f1f8ff;
  color: #46a4ff;
  border-radius: 0.4rem;
}
.chose-tab {
  width: 100%;
  height: 4rem;
  background-color: #f0f0f0;
  clear: both;
}
.chosePCA > ul {
  border: 0.1rem solid #e0e0e0;
  border-top: none;
  font-size: 1.8rem;
  line-height: 2rem;
  text-align: left;
  cursor: auto;
  background: #fff;
  max-height: 12rem;
  overflow-y: auto;
  -webkit-box-shadow: 0 0.2rem 2.1rem 1.4rem rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0.2rem 2.1rem 1.4rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.2rem 2.1rem 1.4rem rgba(0, 0, 0, 0.05);
}
.textProvince:hover,
.textArea:hover,
.textCity:hover {
  background-color: #bcd5e7;
}
.btn {
  width: 6rem;
  height: 3rem;
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: center;
  margin-top: 1rem;
  position: absolute;
}
#bigOne {
  position: relative;
}
.RecordsDetail.show {
  opacity: 1;
  z-index: 2;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.RecordsDetail {
  position: absolute;
  width: 37rem;
  background: #fff;
  opacity: 0;
  z-index: -1;
  top: 150%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 2.4rem;
  -webkit-box-shadow: 0 0.2rem 2.1rem 1.4rem rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0.2rem 2.1rem 1.4rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.2rem 2.1rem 1.4rem rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-out;
}
.RecordsDetail .ax-close {
  position: absolute;
  right: 2rem;
  top: 2rem;
  color: #999;
  transition: all 0.3s ease-out;
}
.RecordsDetail h1 {
  font-size: 2rem;
}
@media only screen and (max-width: 1366px) {
  .RecordsDetail h1 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .RecordsDetail h1 {
    font-size: 16px;
  }
}
.confirm .ax-dialog-header {
  margin: 6rem auto;
  width: 56rem;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: baseline;
  line-height: 1;
}
.confirm .ax-dialog-header span {
  font-size: 3rem;
  color: #59AFB8;
  display: inline-block;
  margin: 0 1rem;
}
.btns {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}
.btns a {
  display: block;
  width: 16rem;
  height: 4.2rem;
  color: #fff;
  text-align: center;
  line-height: 4.2rem;
  margin: 0 2rem;
}
.btns a:first-child {
  border: 1px solid #999999;
  color: #333;
  background: none;
}
/*# sourceMappingURL=user.css.map */