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 {
  border-bottom: 1px solid #EEEEEE;
  text-align: center;
  color: #333333;
  line-height: 6.4rem;
  background: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
}
body .container .left-menu .item.selected {
  color: #3885F8;
  border-bottom: 1px solid #3885F8;
}
body .container .right-view {
  background: #ffffff;
  flex: 1 1 auto;
  padding: 2.4rem 3rem 7.9rem;
}
body .container .right-view .right-view-head {
  font-size: 1.6rem;
  color: #333333;
  margin-bottom: 3rem;
}
body .container .right-view .model1 {
  position: relative;
  margin-bottom: 2rem;
}
body .container .right-view .model1 .image {
  width: 100%;
  height: 59.867rem;
}
body .container .right-view .model1 .absolute-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 25.4rem 5.1rem 4.9rem;
}
body .container .right-view .model1 .absolute-box .button {
  width: 19.2rem;
  min-width: 19.2rem;
  height: 5.8rem;
  background: #FCDE5B;
  color: #FF1E13;
  line-height: 5.8rem;
  text-align: center;
  font-size: 2.2rem;
  border-radius: 2.9rem;
  margin-bottom: 2rem;
}
body .container .right-view .model1 .absolute-box .main {
  background: rgba(255, 255, 255, 0.5);
  border: 0.14rem solid #ffffff;
  border-radius: 1.5rem;
  padding: 2rem 0 3rem;
}
body .container .right-view .model1 .absolute-box .main .activity-time {
  text-align: center;
  margin-bottom: 2rem;
  color: #AE0F0F;
  font-size: 2rem;
}
body .container .right-view .model1 .absolute-box .main .flex-box {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4rem;
}
body .container .right-view .model1 .absolute-box .main .flex-box .item {
  width: 30.2rem;
  min-width: 30.2rem;
  height: 9.8rem;
  border-radius: 1rem;
  border: 0.3rem solid #FADB80;
  background: #ffffff;
  padding: 0 5rem;
  text-align: center;
  color: #333333;
  margin-right: 3rem;
}
body .container .right-view .model1 .absolute-box .main .flex-box .item .name {
  margin-top: -1rem;
  color: #FF1E13;
  font-size: 1.7rem;
  font-weight: bold;
  width: 21.187rem;
  height: 37.47px;
  display: inline-block;
  background: url("../images/inverted-trapezoidal.png") no-repeat;
  line-height: 37.47px;
  margin-bottom: 1rem;
}
body .container .right-view .model1 .absolute-box .main .flex-box .item:last-child {
  margin-right: 0;
}
body .container .right-view .model2 {
  position: relative;
  margin-bottom: 2.2rem;
}
body .container .right-view .model2 .image {
  width: 100%;
  height: 27.7rem;
}
body .container .right-view .model2 .absolute-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 3rem 5rem 2.5rem;
}
body .container .right-view .model2 .absolute-box .nickname {
  font-size: 2rem;
  color: #333333;
  margin-bottom: 1.8rem;
}
body .container .right-view .model2 .absolute-box .one {
  display: flex;
  align-items: flex-end;
  margin-bottom: 3rem;
}
body .container .right-view .model2 .absolute-box .one .unit {
  font-size: 4rem;
  color: #333333;
  font-weight: bold;
}
body .container .right-view .model2 .absolute-box .one .price {
  font-size: 5.1rem;
  color: #333333;
  font-weight: bold;
}
body .container .right-view .model2 .absolute-box .one .button {
  margin-left: auto;
  background: #EE4E2D;
  color: #ffffff;
  height: 4.7rem;
  line-height: 4.7rem;
  width: 16.3rem;
  min-width: 16.3rem;
  text-align: center;
  border-radius: 0.8rem;
  font-size: 1.9rem;
}
body .container .right-view .model2 .absolute-box .two {
  display: flex;
  align-items: center;
  padding: 2.5rem 3rem;
  background: rgba(255, 255, 255, 0.54);
}
body .container .right-view .model2 .absolute-box .two > div {
  display: flex;
  align-items: center;
  margin-right: 13.6rem;
}
body .container .right-view .model2 .absolute-box .two > div .label {
  font-size: 1.6rem;
  color: #333333;
}
body .container .right-view .model2 .absolute-box .two > div .price {
  font-size: 2.2rem;
  color: #333333;
}
body .container .right-view .cktxjl {
  font-size: 1.6rem;
  color: #333333;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 1.6rem;
}
body .container .right-view .model3 .table {
  display: table;
  width: 100%;
  border: 1px solid #f4f4f4;
  margin-bottom: 5rem;
}
body .container .right-view .model3 .table .tr {
  display: table-row;
  border-bottom: 1px solid #f4f4f4;
}
body .container .right-view .model3 .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 .model3 .table .tr .td {
  display: table-cell;
  height: 4.2rem;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #f4f4f4;
}
body .container .right-view .model3 .table .tr .td:last-child {
  border-right: 0px solid #f4f4f4;
}
body .container .right-view .model3 .table .tr:nth-child(2n) {
  background: #FBFBFB;
}
body .container .right-view .model3 .table .tr:last-child {
  border-bottom: 0px solid #f4f4f4;
}
body .container .right-view .model4 {
  margin-bottom: 2.3rem;
}
body .container .right-view .model4 .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 .model4 .content-box {
  background: url("../images/jtjl.png") no-repeat;
  background-size: 100%;
  padding: 3.4rem 3.3rem 4.4rem;
}
body .container .right-view .model4 .content-box .one {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
body .container .right-view .model4 .content-box .one .text {
  font-size: 1.6rem;
  color: #7E512E;
}
body .container .right-view .model4 .content-box .one .text:first-child {
  margin-right: 3.7rem;
}
body .container .right-view .model4 .content-box .two {
  font-weight: 500;
  display: flex;
  align-items: flex-end;
}
body .container .right-view .model4 .content-box .two .unit {
  color: #7E512E;
  font-size: 4rem;
}
body .container .right-view .model4 .content-box .two .price {
  color: #7E512E;
  font-size: 5.1rem;
}
body .container .right-view .model5 {
  margin-bottom: 0.1rem;
}
body .container .right-view .model5 .title-box {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 1.2rem;
  margin-bottom: 1.3rem;
}
body .container .right-view .model5 .title-box .title {
  color: #333333;
  font-size: 1.6rem;
  margin-right: 3rem;
}
body .container .right-view .model5 .title-box .subtitle {
  color: #999999;
  font-size: 1.2rem;
}
body .container .right-view .model5 .progress-box {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 1.3rem;
  margin-bottom: 3.96rem;
}
body .container .right-view .model6 .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 .model6 .content-box .classlist {
  display: flex;
  align-items: center;
  margin-bottom: 2.2rem;
}
body .container .right-view .model6 .content-box .classlist .item {
  width: 11.2rem;
  min-width: 11.2rem;
  height: 3.6rem;
  background: #EEEEEE;
  color: #999999;
  text-align: center;
  line-height: 3.6rem;
  margin-right: 1.9rem;
}
body .container .right-view .model6 .detail-box1 .one {
  display: flex;
  align-items: center;
  margin-bottom: 2.1rem;
}
body .container .right-view .model6 .detail-box1 .one .total {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333333;
  margin-right: 7.4rem;
}
body .container .right-view .model6 .detail-box1 .one .total .blue {
  color: #3885F8;
}
body .container .right-view .model6 .detail-box1 .one .look {
  color: #999999;
  margin-left: auto;
}
body .container .right-view .model6 .detail-box1 .one .look .selected {
  color: #3885F8;
}
body .container .right-view .model6 .detail-box1 .two .table {
  display: table;
  width: 100%;
  border: 1px solid #f4f4f4;
  margin-bottom: 5rem;
}
body .container .right-view .model6 .detail-box1 .two .table .tr {
  display: table-row;
  border-bottom: 1px solid #f4f4f4;
}
body .container .right-view .model6 .detail-box1 .two .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 .model6 .detail-box1 .two .table .tr .td {
  display: table-cell;
  height: 4.2rem;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #f4f4f4;
}
body .container .right-view .model6 .detail-box1 .two .table .tr .td:last-child {
  border-right: 0px solid #f4f4f4;
}
body .container .right-view .model6 .detail-box1 .two .table .tr:nth-child(2n) {
  background: #FBFBFB;
}
body .container .right-view .model6 .detail-box1 .two .table .tr:last-child {
  border-bottom: 0px solid #f4f4f4;
}
body .container .right-view .model6 .detail-box2 .one {
  display: flex;
  align-items: center;
}
body .container .right-view .model6 .detail-box2 .one .total {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333333;
  margin-right: 7.4rem;
}
body .container .right-view .model6 .detail-box2 .one .total .blue {
  color: #3885F8;
}
body .container .right-view .model6 .detail-box2 .one .look {
  color: #999999;
  margin-left: auto;
}
body .container .right-view .model6 .detail-box2 .one .look .selected {
  color: #3885F8;
}
body .container .right-view .model6 .detail-box2 .two .table {
  display: table;
  width: 100%;
  border: 1px solid #f4f4f4;
  margin-bottom: 5rem;
}
body .container .right-view .model6 .detail-box2 .two .table .tr {
  display: table-row;
  border-bottom: 1px solid #f4f4f4;
}
body .container .right-view .model6 .detail-box2 .two .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 .model6 .detail-box2 .two .table .tr .td {
  display: table-cell;
  height: 4.2rem;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #f4f4f4;
}
body .container .right-view .model6 .detail-box2 .two .table .tr .td:last-child {
  border-right: 0px solid #f4f4f4;
}
body .container .right-view .model6 .detail-box2 .two .table .tr:nth-child(2n) {
  background: #FBFBFB;
}
body .container .right-view .model6 .detail-box2 .two .table .tr:last-child {
  border-bottom: 0px solid #f4f4f4;
}
body .container .right-view .model6 .detail-box3 .one {
  display: flex;
  align-items: center;
}
body .container .right-view .model6 .detail-box3 .one .total {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333333;
  margin-right: 7.4rem;
}
body .container .right-view .model6 .detail-box3 .one .total .blue {
  color: #3885F8;
}
body .container .right-view .model6 .detail-box3 .one .look {
  color: #999999;
  margin-left: auto;
}
body .container .right-view .model6 .detail-box3 .one .look .selected {
  color: #3885F8;
}
body .container .right-view .model6 .detail-box3 .two .table {
  display: table;
  width: 100%;
  border: 1px solid #f4f4f4;
  margin-bottom: 5rem;
}
body .container .right-view .model6 .detail-box3 .two .table .tr {
  display: table-row;
  border-bottom: 1px solid #f4f4f4;
}
body .container .right-view .model6 .detail-box3 .two .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 .model6 .detail-box3 .two .table .tr .td {
  display: table-cell;
  height: 4.2rem;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #f4f4f4;
}
body .container .right-view .model6 .detail-box3 .two .table .tr .td:last-child {
  border-right: 0px solid #f4f4f4;
}
body .container .right-view .model6 .detail-box3 .two .table .tr:nth-child(2n) {
  background: #FBFBFB;
}
body .container .right-view .model6 .detail-box3 .two .table .tr:last-child {
  border-bottom: 0px solid #f4f4f4;
}
body .container .right-view .model7 .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 .model7 .content-box {
  background: url("../images/tjpm.png") no-repeat;
  background-size: 100%;
  padding: 6.4rem 3.8rem 2.5rem;
  display: flex;
}
body .container .right-view .model7 .content-box .headimg {
  width: 6.9rem;
  min-width: 6.9rem;
  height: 6.9rem;
  margin-right: 2rem;
  border-radius: 50%;
}
body .container .right-view .model7 .content-box .commission {
  width: 19.8rem;
  min-width: 19.8rem;
  color: #ffffff;
}
body .container .right-view .model7 .content-box .commission .span {
  font-size: 1.2rem;
}
body .container .right-view .model7 .content-box .commission .number {
  font-size: 2.2rem;
  margin-bottom: 1.9rem;
}
body .container .right-view .model7 .content-box .commission .distance {
  background: #FFFBC8;
  width: 16.1rem;
  min-width: 16.1rem;
  height: 2.7rem;
  line-height: 2.7rem;
  color: #333333;
  font-size: 1.4rem;
  border-radius: 0.8rem;
  padding-left: 1.7rem;
  position: relative;
}
body .container .right-view .model7 .content-box .commission .distance::before {
  content: "";
  position: absolute;
  width: 1.8rem;
  min-width: 1.8rem;
  background: url("../images/arrow4.png") no-repeat;
  background-size: 100%;
  height: 1.6rem;
  top: -0.7rem;
  left: 0;
}
body .container .right-view .model7 .content-box .ranking {
  color: #ffffff;
}
body .container .right-view .model7 .content-box .ranking .span {
  font-size: 1.2rem;
}
body .container .right-view .model7 .content-box .ranking .number {
  font-size: 2.2rem;
  margin-bottom: 1.9rem;
}
body .container .right-view .model7 .cksypm {
  font-size: 1.4rem;
  color: #3885F8;
}
body .container .right-view .model8 .table {
  display: table;
  width: 100%;
  border: 1px solid #f4f4f4;
  margin-bottom: 5rem;
}
body .container .right-view .model8 .table .tr {
  display: table-row;
  border-bottom: 1px solid #f4f4f4;
}
body .container .right-view .model8 .table .tr .th {
  display: table-cell;
  background: linear-gradient(to bottom, #FFF0D8, #FFFFFF);
  height: 4.2rem;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #f4f4f4;
}
body .container .right-view .model8 .table .tr .td {
  display: table-cell;
  height: 4.2rem;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #f4f4f4;
}
body .container .right-view .model8 .table .tr .td:last-child {
  border-right: 0px solid #f4f4f4;
}
body .container .right-view .model8 .table .tr:nth-child(2n) {
  background: #FBFBFB;
}
body .container .right-view .model8 .table .tr:last-child {
  border-bottom: 0px solid #f4f4f4;
}
body .container .right-view .rhfx {
  font-size: 1.6rem;
  color: #333333;
}
body .container .right-view .msyqhy {
  width: 108.1rem;
  min-width: 108.1rem;
  height: 6.6rem;
  line-height: 6.6rem;
  text-align: center;
  color: #FF1E13;
  border-radius: 3.3rem;
  font-size: 2.2rem;
  background: #FFB300;
  margin: 0 auto;
}

/*# sourceMappingURL=tuijianyouli.css.map */
