@charset "UTF-8";
body {
  height: 100vh;
  background: #EFF1F9;
  padding-top: 8.2rem;
}
body .navbar {
  background: #3885F8;
  height: 8.2rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
body .navbar .navbar-box {
  width: 151.3rem;
  min-width: 151.3rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
body .navbar .navbar-box .logo {
  width: 11.5rem;
  min-width: 11.5rem;
  height: 6.9rem;
}
body .navbar .navbar-box .list {
  display: flex;
  align-items: center;
  color: #ffffff;
  flex: 1 1 auto;
  height: 100%;
}
body .navbar .navbar-box .list .item {
  flex: 1 1 auto;
  text-align: center;
  height: 100%;
  line-height: 8.2rem;
  font-size: 1.8rem;
}
body .navbar .navbar-box .list .item.selected {
  position: relative;
}
body .navbar .navbar-box .list .item.selected::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -0.8rem;
  width: 1.6rem;
  min-width: 1.6rem;
  height: 1.4rem;
  background: url("../images/selected.png") no-repeat;
}
body .navbar .navbar-box .list .messagecenter {
  position: relative;
}
body .navbar .navbar-box .list .messagecenter .number {
  position: absolute;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  text-align: center;
  font-size: 1rem;
  color: #ffffff;
  background: #FF0000;
  top: 2rem;
  right: 1.6rem;
}
body .navbar .navbar-box .inputview {
  background: #075CDB;
  border-radius: 2.1rem;
  display: flex;
  align-items: center;
  padding: 0.6rem 1.8rem;
}
body .navbar .navbar-box .inputview .search {
  min-width: 3rem;
  width: 3rem;
  height: 3rem;
}
body .navbar .navbar-box .inputview input {
  flex: 1 1 auto;
  color: #7CAEF8;
}
body .navbar .navbar-box .inputview input::-webkit-input-placeholder {
  color: #7CAEF8;
}
body .navbar .navbar-box .fhgw {
  color: #ffffff;
  font-size: 1.8rem;
  margin-left: 2.4rem;
}
body .navbar .navbar-box .logininfo {
  margin-left: 6.4rem;
  position: relative;
}
body .navbar .navbar-box .logininfo .logininfo-msg {
  display: flex;
  align-items: center;
}
body .navbar .navbar-box .logininfo .logininfo-msg .headimage {
  width: 4.5rem;
  min-width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  margin-right: 1.1rem;
}
body .navbar .navbar-box .logininfo .logininfo-msg span {
  font-size: 1.8rem;
  color: #ffffff;
  margin-right: 0.5rem;
}
body .navbar .navbar-box .logininfo .logininfo-msg .arrow {
  width: 1.4rem;
  min-width: 1.4rem;
  height: 1.2rem;
}
body .navbar .navbar-box .logininfo .logininfo-box {
  width: 17.3rem;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.6rem #eeeeee;
}
body .navbar .navbar-box .logininfo .logininfo-box .user {
  padding: 1.6rem 0.8rem;
  background: #3885F8;
  color: #ffffff;
}
body .navbar .navbar-box .logininfo .logininfo-box .user .words1 {
  display: flex;
  align-item: center;
}
body .navbar .navbar-box .logininfo .logininfo-box .user .words1 .image {
  width: 2.1rem;
  min-width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  margin-right: 0.6rem;
}
body .navbar .navbar-box .logininfo .logininfo-box .user .words1 .name {
  font-size: 1.2rem;
}
body .navbar .navbar-box .logininfo .logininfo-box .user .words1 .level {
  font-size: 0.9rem;
  background: #F39C12;
  padding: 0.1rem 0.5rem;
  border-radius: 0.8rem;
}
body .navbar .navbar-box .logininfo .logininfo-box .user .words2 {
  font-size: 1rem;
  text-align: center;
}
body .navbar .navbar-box .logininfo .logininfo-box ul li {
  line-height: 5rem;
  padding: 0 1.2rem;
}
body .navbar .navbar-box .logininfo .logininfo-box ul li:hover {
  background: #3885F8;
  color: #ffffff;
}
body .navbar .navbar-box .logininfo .logininfo-box ul .logout {
  border-top: 1px solid #EEEEEE;
}
body .container {
  display: flex;
  width: 151.3rem;
  min-width: 151.3rem;
  padding-top: 1.9rem;
  margin: 0 auto;
  padding-bottom: 5rem;
}
body .container .left-menu {
  width: 24.1rem;
  min-width: 24.1rem;
  margin-right: 1.3rem;
}
body .container .left-menu .item {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #EEEEEE;
  text-align: center;
  color: #333333;
  line-height: 6.4rem;
  background: #ffffff;
}
body .container .left-menu .item.selected {
  color: #3885F8;
  border-bottom: 1px solid #3885F8;
}
body .container .left-menu .item:last-child {
  border-bottom: 0px solid #EEEEEE;
}
body .container .right-view {
  background: #ffffff;
  flex: 1 1 auto;
  padding: 2.4rem 3rem 7.9rem;
}
body .container .right-view .tabpages {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #EEEEEE;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
body .container .right-view .tabpages .item {
  margin-right: 8.8rem;
  color: #333333;
  height: 4.8rem;
  line-height: 4.8rem;
}
body .container .right-view .tabpages .item.selected {
  color: #3885F8;
  border-bottom: 1px solid #3885F8;
}
body .container .right-view .headimg-nickname {
  width: 100%;
  border: 1px solid #f4f4f4;
  display: flex;
  align-items: center;
  height: 9.8rem;
  margin-bottom: 3rem;
}
body .container .right-view .headimg-nickname .headimg {
  width: 6.5rem;
  min-width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
  margin-right: 2.5rem;
  margin-left: 4.1rem;
  position: relative;
  overflow: hidden;
}
body .container .right-view .headimg-nickname .headimg::after {
  content: "更換頭像";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.5rem;
  font-size: 1.2rem;
  text-align: center;
  color: #ffffff;
  background: #999999;
  border-radius: 0 0 50% 50%;
}
body .container .right-view .headimg-nickname .nickname {
  font-size: 1.4rem;
  color: #999999;
  display: flex;
  align-items: center;
}
body .container .right-view .headimg-nickname .nickname .name {
  color: #333333;
  margin-right: 2.2rem;
  display: none;
}
body .container .right-view .headimg-nickname .nickname .xiugai {
  display: flex;
  display: none;
  align-items: center;
}
body .container .right-view .headimg-nickname .nickname .xiugai span {
  color: #3885F8;
  margin-right: 0.4rem;
}
body .container .right-view .headimg-nickname .nickname .xiugai img {
  width: 1.41rem;
  min-width: 1.41rem;
  height: 1.43rem;
}
body .container .right-view .headimg-nickname .nickname .inputview {
  width: 15.3rem;
  min-width: 15.3rem;
  height: 3.2rem;
  padding: 0.6rem 1rem;
  margin-right: 1.2rem;
}
body .container .right-view .headimg-nickname .nickname .baocun {
  width: 4.3rem;
  min-width: 4.3rem;
  height: 3.2rem;
  line-height: 3.2rem;
  text-align: center;
  background: #3885F8;
  color: #ffffff;
  font-size: 1.4rem;
}
body .container .right-view .servicecenter {
  margin-bottom: 3rem;
}
body .container .right-view .servicecenter .title {
  color: #333333;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1.9rem;
  width: 9.8rem;
  background: linear-gradient(to right, #FFFFFF 0%, #FFFFFF 10%, #3885F8 100%) no-repeat;
  background-size: 100% 0.7rem;
  background-position: center bottom;
}
body .container .right-view .servicecenter .list {
  display: flex;
  flex-wrap: wrap;
}
body .container .right-view .servicecenter .list .item {
  width: 17.8rem;
  min-width: 17.8rem;
  height: 13.4rem;
  margin-right: 2rem;
}
body .container .right-view .servicecenter .list .item:last-child {
  margin-left: 0;
}
body .container .right-view .mywallet {
  margin-bottom: 3rem;
}
body .container .right-view .mywallet .title {
  color: #333333;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1.9rem;
  width: 9.8rem;
  background: linear-gradient(to right, #FFFFFF 0%, #FFFFFF 10%, #3885F8 100%) no-repeat;
  background-size: 100% 0.7rem;
  background-position: center bottom;
}
body .container .right-view .mywallet .mywallet-view {
  display: flex;
  flex-wrap: wrap;
}
body .container .right-view .mywallet .mywallet-view .list {
  display: flex;
  flex-wrap: wrap;
  background: #F6F6FB;
}
body .container .right-view .mywallet .mywallet-view .list .item {
  padding: 2.2rem 0.8rem 1.9rem 1.1rem;
  border-right: 1px solid #DFE1E6;
  flex: 1 1 auto;
}
body .container .right-view .mywallet .mywallet-view .list .item .one {
  display: flex;
  align-items: center;
  margin-bottom: 2.2rem;
}
body .container .right-view .mywallet .mywallet-view .list .item .one .bold {
  font-size: 3rem;
}
body .container .right-view .mywallet .mywallet-view .list .item .one .date-time {
  text-align: right;
  color: #999999;
  font-size: 1.2rem;
  margin-left: auto;
}
body .container .right-view .mywallet .mywallet-view .list .item .two {
  display: flex;
  align-items: center;
}
body .container .right-view .mywallet .mywallet-view .list .item .two .name {
  color: #333333;
  font-size: 1.6rem;
}
body .container .right-view .mywallet .mywallet-view .list .item .two .topup {
  margin-left: auto;
  color: #3885F8;
  font-size: 1.4rem;
}
body .container .right-view .mywallet .mywallet-view .last-item {
  flex: 1 1 auto;
  padding: 2.2rem 1.1rem 2rem;
  background: #F6F6FB;
}
body .container .right-view .mywallet .mywallet-view .last-item .one {
  margin-bottom: 1.9rem;
}
body .container .right-view .mywallet .mywallet-view .last-item .one .bold {
  color: #3885F8;
  font-size: 3rem;
}
body .container .right-view .mywallet .mywallet-view .last-item .two .name {
  color: #333333;
  font-size: 1.6rem;
}
body .container .right-view .mywallet .mywallet-view .selected {
  background: #D1E3FE;
  border-bottom: 0.2rem #3885F8 solid;
}
body .container .right-view .table {
  display: table;
  width: 100%;
  border: 1px solid #f4f4f4;
  margin-bottom: 5rem;
}
body .container .right-view .table .tr {
  display: table-row;
  border-bottom: 1px solid #f4f4f4;
}
body .container .right-view .table .tr .th {
  display: table-cell;
  background: linear-gradient(to bottom, #D1E3FE, #FFFFFF);
  height: 4.2rem;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #f4f4f4;
}
body .container .right-view .table .tr .td {
  display: table-cell;
  height: 4.2rem;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #f4f4f4;
}
body .container .right-view .table .tr .td:last-child {
  border-right: 0px solid #f4f4f4;
}
body .container .right-view .table .tr:nth-child(2n) {
  background: #FBFBFB;
}
body .container .right-view .table .tr:last-child {
  border-bottom: 0px solid #f4f4f4;
}
body .container .right-view .pages #Pagination {
  transform: scale(0.7);
}
body .container .right-view .taglist {
  display: flex;
  align-items: center;
  margin-bottom: 2.8rem;
}
body .container .right-view .taglist .item {
  width: 7.4rem;
  min-width: 7.4rem;
  height: 2.8rem;
  text-align: center;
  line-height: 2.8rem;
  background: #EEEEEE;
  color: #999999;
  font-size: 1.6rem;
  border-radius: 0.8rem;
  margin-right: 1.1rem;
}
body .container .right-view .taglist .item.selected {
  background: #3885F8;
  color: #ffffff;
}
body .container .right-view .main-box .item {
  display: flex;
  align-items: center;
  border: 0.1rem solid #F4F4F4;
  border-radius: 0.4rem;
  padding: 2.7rem 3.1rem;
  margin-bottom: 1.8rem;
}
body .container .right-view .main-box .item img {
  width: 4.2rem;
  min-width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  margin-right: 2.2rem;
}
body .container .right-view .main-box .item .name {
  color: #333333;
  font-size: 1.6rem;
  min-width: 12rem;
  width: 12rem;
}
body .container .right-view .main-box .item .default {
  display: flex;
  align-items: center;
  color: #999999;
}
body .container .right-view .main-box .item .button {
  width: 8rem;
  min-width: 8rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  background: #3885F8;
  color: #ffffff;
  border-radius: 0.8rem;
  margin-left: auto;
}
body .container .right-view .main-box2 .flex {
  display: flex;
  align-content: center;
  margin-bottom: 3rem;
}
body .container .right-view .main-box2 .flex .agreement {
  flex: 1 1 auto;
  width: 39rem;
  min-width: 39rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #DFE1E6;
  margin-right: 1.4rem;
  padding: 3.7rem 2.4rem;
}
body .container .right-view .main-box2 .flex .agreement.selected {
  border: 0.1rem solid #3885F8;
  background: #EEF5FF;
}
body .container .right-view .main-box2 .flex .agreement.selected .button {
  background: #3885F8;
  color: #ffffff;
}
body .container .right-view .main-box2 .flex .agreement .name {
  margin-bottom: 2.6rem;
  font-size: 1.6rem;
}
body .container .right-view .main-box2 .flex .agreement .button {
  border: 0.1rem solid #DFE1E6;
  color: #999999;
  width: 8rem;
  min-width: 8rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  border-radius: 0.8rem;
}
body .container .right-view .main-box2 .article-box {
  color: #333333;
  font-size: 1.4rem;
}
body .container .right-view .main-box2 .article-box .title {
  margin-bottom: 1.7rem;
}
body .sctx-modal {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  display: none;
}
body .sctx-modal .main {
  width: 32.4rem;
  min-width: 32.4rem;
  background: #ffffff;
}
body .sctx-modal .main .head {
  width: 100%;
  display: flex;
  align-items: center;
  background: #E1EBF9;
  padding: 1.1rem 1.7rem 1.4rem 1.9rem;
}
body .sctx-modal .main .head span {
  color: #3885F8;
}
body .sctx-modal .main .head img {
  margin-left: auto;
  width: 1.6rem;
  min-width: 1.6rem;
  height: 1.6rem;
}
body .sctx-modal .main .popup-box {
  padding: 2.2rem 2.5rem 5rem 1.9rem;
}
body .sctx-modal .main .popup-box .image-box {
  width: 9rem;
  height: 9rem;
  border: 1px dashed #cccccc;
  position: relative;
  margin-bottom: 2rem;
}
body .sctx-modal .main .popup-box .image-box input {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
}
body .sctx-modal .main .popup-box .image-box::before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5rem;
  margin-left: -2.5rem;
  height: 1px;
  border-bottom: 1px #cccccc dashed;
  content: "";
  z-index: 100;
}
body .sctx-modal .main .popup-box .image-box::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 5rem;
  margin-top: -2.5rem;
  border-left: 1px #cccccc dashed;
  content: "";
  z-index: 100;
}
body .sctx-modal .main .popup-box .button {
  margin-top: 2rem;
  background: #3885F8;
  color: #FFFFFF;
  border-radius: 0.8rem;
  width: 22.2rem;
  min-width: 22.2rem;
  height: 4.8rem;
  line-height: 4.8rem;
  text-align: center;
  font-size: 1.6rem;
}

/*# sourceMappingURL=wodezhanghu.css.map */
