.main-wrapper {
  position: relative;
  width: 10rem;
  height: 100%;
  margin: 0 auto;
  background-color: #fafafa;
}
.main-wrapper .main {
  position: absolute;
  top: 0;
  bottom: 1.3333rem;
  left: 0;
  right: 0;
  overflow-y: auto;
}
.main-wrapper .main .carousel-wrapper {
  margin: 0.6667rem auto 0;
  width: 9.2rem;
  height: 4rem;
  overflow: hidden;
  border-radius: 0.32rem;
}
.main-wrapper .main .carousel-wrapper .carousel {
  height: 100%;
}
.main-wrapper .main .carousel-wrapper .carousel-item {
  width: 9.2rem;
  height: 100%;
}
.main-wrapper .main .carousel-wrapper .carousel-item img {
  width: 100%;
}
.main-wrapper .main .task-list {
  position: relative;
  width: 9.2rem;
  height: 2.6667rem;
  margin: 0.5867rem auto 0;
  border-radius: 0.2667rem;
  background: #e9f1ff url(../images/todo-fill@3x.png) no-repeat 6.6667rem 1.2rem/2.1333rem;
}
.main-wrapper .main .task-list .title-wrapper {
  position: absolute;
  top: 0.4rem;
  left: 0.9333rem;
  width: 1.8667rem;
  color: #4689ff;
}
.main-wrapper .main .task-list .title-wrapper .title-head {
  font-size: 14px;
  font-weight: 700;
}
.main-wrapper .main .task-list .title-wrapper .sub-head {
  font-size: 0.32rem;
}
.main-wrapper .main .personal-info-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 10rem;
  height: 5.7333rem;
  padding: 1.6rem 0.4rem 0;
  background-color: #ff6f30;
  overflow: hidden;
}
.main-wrapper .main .personal-info-wrapper .personal-info {
  width: 6.4rem;
  height: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-wrapper .main .personal-info-wrapper .personal-info > * {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.main-wrapper .main .personal-info-wrapper .personal-info .avatar {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.4rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
.main-wrapper .main .personal-info-wrapper .personal-info .avatar img {
  width: 100%;
}
.main-wrapper .main .personal-info-wrapper .personal-info .info-wrapper {
  position: relative;
  padding: 0.2133rem 0;
  color: #FFF;
}
.main-wrapper .main .personal-info-wrapper .personal-info .info-wrapper .nickname {
  font-size: 0.4267rem;
  font-weight: 700;
}
.main-wrapper .main .personal-info-wrapper .personal-info .info-wrapper .user-id {
  font-size: 0.3733rem;
}
.main-wrapper .main .personal-info-wrapper .personal-info .info-wrapper .vip {
  position: absolute;
  top: 0.2133rem;
  right: -2.2667rem;
  width: 2.1333rem;
  height: 0.64rem;
  line-height: 0.64rem;
  border-radius: 0.16rem;
  background-color: #faece6;
  text-align: center;
  font-size: 0.32rem;
  font-weight: 700;
  color: #ff6f30;
}
.main-wrapper .main .personal-info-wrapper .personal-info .info-wrapper .vip .iconfont {
  margin-right: 0.0533rem;
  font-size: 0.32rem;
}
.main-wrapper .main .personal-info-wrapper .operation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 1.6rem;
  color: #FFF;
}
.main-wrapper .main .personal-info-wrapper .operation-list .operation-item {
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
}
.main-wrapper .main .personal-info-wrapper .operation-list .operation-item .iconfont {
  font-size: 0.7467rem;
}
.main-wrapper .main #goback {
  position: absolute;
  width: 1.1733rem;
  height: 1.1733rem;
  line-height: 1.1733rem;
  text-align: center;
  z-index: 999;
}
.main-wrapper .main .page-head {
  position: relative;
  width: 100%;
  height: 1.1733rem;
  line-height: 1.1733rem;
  background-color: #FFF;
  text-align: center;
}
.main-wrapper .main .page-head #goback .iconfont {
  display: block;
  font-size: 0.5333rem;
  line-height: 1.1733rem;
}
.main-wrapper .main .page-head .page-title {
  font-size: 0.4267rem;
}
.main-wrapper .main .form-wrapper {
  background-color: #FFF;
}
.main-wrapper .main .form-wrapper .binding-form {
  width: 9.2rem;
  margin: 0 auto;
  padding: 0.4rem 0;
}
.main-wrapper .main .form-wrapper .binding-form .form-item {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.3733rem;
}
.main-wrapper .main .form-wrapper .binding-form .form-item .input-item-name {
  float: left;
  width: 2.6667rem;
  font-weight: 700;
}
.main-wrapper .main .form-wrapper .binding-form .form-item .input-item {
  float: left;
  height: 0.8rem;
  background-color: transparent;
  color: #666;
}
.main-wrapper .main .form-wrapper .binding-form .form-item + .form-item {
  margin-top: 0.5333rem;
}
.main-wrapper .main .form-wrapper .binding-form .btns {
  margin-top: 0.9333rem;
}
.main-wrapper .main .form-wrapper .binding-form .btns .btn {
  display: block;
  width: 100%;
  height: 1.0667rem;
  border-radius: 0.5333rem;
  background-color: #FF6F30;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
}
.main-wrapper .main .workbench-page-head {
  position: fixed;
  top: 0;
  width: 100%;
  height: 0.96rem;
  line-height: 0.96rem;
  background-color: #FFF;
  text-align: center;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
.main-wrapper .main .workbench-page-head #goback {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5467rem;
  height: 0.96rem;
  line-height: 0.96rem;
  text-align: center;
}
.main-wrapper .main .workbench-page-head #goback > * {
  display: block;
  float: left;
}
.main-wrapper .main .workbench-page-head #goback .iconfont {
  font-size: 0.4267rem;
  width: 0.8rem;
  color: #959595;
}
.main-wrapper .main .workbench-page-head #goback .prev-text {
  color: #a2a2a2;
  font-size: 0.32rem;
}
.main-wrapper .main .workbench-page-head .page-title {
  font-size: 0.4267rem;
}
.main-wrapper .main .workbench-page-head #edit {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.3333rem;
  z-index: 999;
}
.main-wrapper .main .workbench-page-head #edit .iconfont {
  display: block;
  height: 0.96rem;
  line-height: 0.96rem;
  color: #BBB;
  font-size: 0.4267rem;
}
.main-wrapper .main .nav-wrapper {
  width: 9.2rem;
  height: 0.8533rem;
  margin: 0.6667rem auto 0;
  border: 1px solid #1684FC;
  border-radius: 0.1067rem;
  text-align: center;
  line-height: 0.8533rem;
  font-size: 14px;
  font-weight: 700;
  background-color: #FFF;
}
.main-wrapper .main .nav-wrapper .nav-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 1.5333rem;
}
.main-wrapper .main .nav-wrapper .nav-item + .nav-item {
  border-left: 1px solid #1684FC;
}
.main-wrapper .main .nav-wrapper .nav-item.actived {
  background-color: #1684FC;
  color: #FFF;
}
.main-wrapper .main .nav-wrapper .nav-item a {
  color: inherit;
}
.main-wrapper .main .query-form-wrapper {
  width: 9.2rem;
  margin: 0 auto;
  padding-top: 0.8rem;
  background-color: #FFF;
}
.main-wrapper .main .query-form-wrapper .query-form {
  height: 0.8533rem;
  line-height: 0.8533rem;
}
.main-wrapper .main .query-form-wrapper .query-form > * {
  float: left;
}
.main-wrapper .main .query-form-wrapper .query-form .form-item-name {
  width: 1.6rem;
  color: #595959;
  font-size: 0.4267rem;
}
.main-wrapper .main .query-form-wrapper .query-form .form-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 4.8rem;
  height: 0.8533rem;
  padding: 0 0.2667rem;
  border: #BBB;
  font-size: 0.3733rem;
  border: 1px solid #BBB;
}
.main-wrapper .main .query-form-wrapper .query-form .form-item:hover {
  border-color: #1684FC;
}
.main-wrapper .main .query-form-wrapper .query-form .btn {
  width: 2.1333rem;
  margin-left: 0.6667rem;
}
.main-wrapper .main .query-form-wrapper .btn {
  width: 2.56rem;
  height: 0.8533rem;
  border-radius: 0.1067rem;
  background-color: #DE868F;
  border: 1px solid #BBB;
  font-size: 0.3733rem;
  font-weight: 700;
}
.main-wrapper .main .query-form-wrapper .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.5333rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.main-wrapper .main .tip-info-wrapper {
  width: 100%;
  background-color: #FFF;
  padding: 0.8rem 0 0.4rem;
}
.main-wrapper .main .tip-info-wrapper .tip-info {
  width: 7.6rem;
  margin: 0 auto;
  padding: 0.5333rem 0;
  text-align: center;
  font-size: 14px;
  color: #101010;
  background-color: #FFF;
  border: 1px solid #BBB;
}
.main-wrapper .main .tip-info-wrapper .tip-info .info-title {
  font-weight: 700;
}
.main-wrapper .main .tip-info-wrapper .tip-info .tip-list {
  margin-top: 0.1333rem;
}
.main-wrapper .main .table-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.8rem 0.4rem;
  width: 10rem;
  background-color: #FFF;
}
.main-wrapper .main .table-wrapper .result-table {
  width: 100%;
  font-size: 0.32rem;
}
.main-wrapper .main .table-wrapper .result-table .table-title {
  font-style: 0.3733rem;
  font-weight: 700;
}
.main-wrapper .main .table-wrapper .result-table tr {
  height: 0.8rem;
}
.main-wrapper .main .table-wrapper .result-table .first-col {
  width: 6.1333rem;
}
.main-wrapper .main .table-wrapper .result-table .center-col {
  text-align: center;
  width: 1.0667rem;
}
.main-wrapper .main .table-wrapper .result-table .last-col {
  width: 1.8667rem;
  text-align: right;
}
.main-wrapper .main .table-wrapper .result-table .btns-wrapper {
  height: 0.8rem;
}
.main-wrapper .main .table-wrapper .result-table .btns-wrapper .btn {
  width: 2.7467rem;
  height: 0.8rem;
  font-size: 14px;
  border: 1px solid #BBB;
  border-radius: 0.1067rem;
  font-weight: 700;
}
.main-wrapper .main .table-wrapper .result-table .btns-wrapper #order-detection {
  background-color: #DE868F;
}
.main-wrapper .main .table-wrapper .result-table .btns-wrapper #order-submit {
  float: right;
  background-color: #F4CE98;
}
.main-wrapper .main .info-container {
  padding: 0.8rem 0.4rem 0.4rem;
  background-color: #FFF;
  font-size: 0.4267rem;
  color: #595959;
}
.main-wrapper .main .info-container .info-row {
  height: 0.6667rem;
  line-height: 0.6667rem;
}
.main-wrapper .main .info-container .info-row + .info-row {
  margin-top: 0.5333rem;
}
.main-wrapper .main .info-container .info-row .info-item {
  float: left;
  width: 3.7333rem;
}
.main-wrapper .main .info-container .info-row .info-item.first {
  width: 4.8rem;
  margin-right: 0.6133rem;
}
.main-wrapper .main .info-container.bottom-info .info-row.fl .info-item {
  float: left;
}
.main-wrapper .main .info-container.bottom-info .info-row + .info-row {
  margin-top: 0.1867rem;
}
.main-wrapper .main .info-container.bottom-info .info-item {
  float: none;
  width: 100%;
}
.main-wrapper .main .img-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background-color: #FFF;
  padding: 0 15px 15px;
}
.main-wrapper .main .img-wrapper img {
  width: 9.2rem;
}
.main-wrapper .footer-wrapper {
  position: fixed;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 10rem;
  height: 1.3333rem;
  background-color: #fff;
  border: 1px solid #bbbbbb;
  font-size: 0;
}
.main-wrapper .footer-wrapper .footer-item {
  display: inline-block;
  width: 1.6rem;
  height: 1.3333rem;
  margin: 0 0.4433rem;
  color: #666666;
  text-align: center;
  font-size: 0.3733rem;
  font-weight: 700;
  overflow: hidden;
}
.main-wrapper .footer-wrapper .footer-item .iconfont {
  margin-top: 0.1333rem;
}
.main-wrapper .footer-wrapper .footer-item h2 {
  font-size: 0.3733rem;
}
.main-wrapper .footer-wrapper .footer-item.active {
  color: #3985da;
}
