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: 999999;
}
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-items: 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 .pagecontent {
  display: flex;
  width: 151.3rem;
  min-width: 151.3rem;
  padding-top: 1.9rem;
  margin: 0 auto;
  padding-bottom: 5rem;
}
body .pagecontent .left-menu {
  width: 24.1rem;
  min-width: 24.1rem;
  margin-right: 1.3rem;
}
body .pagecontent .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 .pagecontent .left-menu .item.selected {
  color: #3885F8;
  border-bottom: 1px solid #3885F8;
}
body .pagecontent .right-view {
  background: #ffffff;
  flex: 1 1 auto;
  padding: 2.4rem 2.5rem 7.9rem;
}
body .pagecontent .right-view .orderformstatuslist {
  display: flex;
  align-items: center;
  margin-bottom: 2.2rem;
}
body .pagecontent .right-view .orderformstatuslist > .item {
  position: relative;
  margin-right: 2.9rem;
}
body .pagecontent .right-view .orderformstatuslist > .item.selected .name {
  color: #3885F8;
}
body .pagecontent .right-view .orderformstatuslist > .item .name {
  color: #333333;
  font-size: 1.6rem;
  font-weight: bold;
}
body .pagecontent .right-view .orderformstatuslist > .item .number {
  position: absolute;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #FF0000;
  color: #ffffff;
  font-size: 1.2rem;
  text-align: center;
  top: -1rem;
  right: -1rem;
}
body .pagecontent .right-view .orderformstatuslist .searchinputgroup {
  max-width: 48.1rem;
  background: #F7F7F9;
  border-radius: 1.6rem;
}
body .pagecontent .right-view .orderformstatuslist .searchinputgroup .input-group-prepend {
  width: 4rem;
}
body .pagecontent .right-view .orderformstatuslist .searchinputgroup input {
  font-size: 1.4rem;
}
body .pagecontent .right-view .orderformstatuslist .searchinputgroup input::-webkit-input-placeholder {
  color: #999999;
}
body .pagecontent .right-view .dengjirenling .daoru-list {
  background: #F7F7F9;
  border-radius: 1rem;
  border: 0.1rem solid #F4F4F4;
  display: flex;
  align-items: center;
  padding: 3.3rem 0 2.7rem;
  margin-bottom: 2.8rem;
}
body .pagecontent .right-view .dengjirenling .daoru-list .item {
  flex: 1;
  text-align: center;
  color: #333333;
}
body .pagecontent .right-view .dengjirenling .daoru-list .item img {
  width: 5.6rem;
  min-width: 5.6rem;
  height: 5.6rem;
  margin: 0 auto 0.8rem;
}
body .pagecontent .right-view .dengjirenling .form {
  text-align: center;
}
body .pagecontent .right-view .dengjirenling .form .name {
  font-size: 2rem;
  font-weight: bold;
  color: #333333;
}
body .pagecontent .right-view .dengjirenling .form .subname {
  color: #999999;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
body .pagecontent .right-view .dengjirenling .form .inputview {
  width: 39.7rem;
  min-width: 39.7rem;
  height: 4rem;
  margin: 0 auto 1.4rem;
}
body .pagecontent .right-view .dengjirenling .form .inputview input {
  height: 100%;
}
body .pagecontent .right-view .dengjirenling .form .inputview input::placeholder {
  color: #aaaaaa;
}
body .pagecontent .right-view .dengjirenling .form .button {
  background: #3885F8;
  color: #FFFFFF;
  border-radius: 0.8rem;
  width: 39.7rem;
  min-width: 39.7rem;
  height: 4.8rem;
  line-height: 4.8rem;
  text-align: center;
  font-size: 1.6rem;
  margin: 0 auto 1.4rem;
}
body .pagecontent .right-view .dengjirenling .explain {
  color: #3885F8;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 7.2rem;
}
body .pagecontent .right-view .dengjirenling .title {
  color: #333333;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.6rem;
}
body .pagecontent .right-view .dengjirenling .list .item {
  border: 0.1rem solid #EEEEEE;
  margin-bottom: 1.4rem;
}
body .pagecontent .right-view .dengjirenling .list .item .one {
  display: flex;
  align-items: center;
  height: 4.8rem;
  background: #D1E3FE;
  padding: 0 1.1rem 0 1.4rem;
}
body .pagecontent .right-view .dengjirenling .list .item .one > img {
  height: 2rem;
}
body .pagecontent .right-view .dengjirenling .list .item .one .yuantong {
  width: 4rem;
  min-width: 4rem;
  margin-right: 6rem;
}
body .pagecontent .right-view .dengjirenling .list .item .one .no {
  font-size: 1.6rem;
  margin-right: 1.5rem;
}
body .pagecontent .right-view .dengjirenling .list .item .one .new {
  font-size: 1.2rem;
  text-align: center;
  background: #ff0000;
  color: #ffffff;
  border-radius: 1rem 1rem 1rem 0;
}
body .pagecontent .right-view .dengjirenling .list .item .one .number {
  margin-left: auto;
  min-width: 4.5rem;
  width: 4.5rem;
  height: 2.8rem;
  line-height: 2.8rem;
  background: #FFFFFF;
  border-radius: 1rem;
  text-align: center;
  color: #999999;
}
body .pagecontent .right-view .dengjirenling .list .item .two {
  display: flex;
  align-items: center;
  padding: 1.6rem 1.7rem 1.5rem 0.6rem;
  border-bottom: 0.1rem solid #EEEEEE;
}
body .pagecontent .right-view .dengjirenling .list .item .two .image {
  width: 11.56rem;
  min-width: 11.56rem;
  height: 11.56rem;
  margin-right: 1rem;
}
body .pagecontent .right-view .dengjirenling .list .item .two .info {
  border-right: 1px solid #EEEEEE;
  flex: 1;
}
body .pagecontent .right-view .dengjirenling .list .item .two .info .name {
  color: #333333;
}
body .pagecontent .right-view .dengjirenling .list .item .two .info .orderno {
  color: #999999;
  font-size: 1.4rem;
}
body .pagecontent .right-view .dengjirenling .list .item .two .info .class {
  color: #999999;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
body .pagecontent .right-view .dengjirenling .list .item .two .info .class .name.red {
  color: #ff0000;
}
body .pagecontent .right-view .dengjirenling .list .item .two .info .class .inputview {
  display: none;
  max-width: 100%;
}
body .pagecontent .right-view .dengjirenling .list .item .two .info .class img {
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  margin-left: 1rem;
}
body .pagecontent .right-view .dengjirenling .list .item .two .info .price {
  color: #999999;
  font-size: 1.4rem;
}
body .pagecontent .right-view .dengjirenling .list .item .two .reception {
  flex: 1;
  font-size: 1.6rem;
  color: #333333;
  border-right: 1px solid #EEEEEE;
  text-align: center;
}
body .pagecontent .right-view .dengjirenling .list .item .two .reception .txbz {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3885F8;
}
body .pagecontent .right-view .dengjirenling .list .item .two .reception .txbz img {
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  margin-left: 0.5rem;
}
body .pagecontent .right-view .dengjirenling .list .item .two .reception .inputview {
  display: none;
  max-width: 18rem;
  margin: 0 auto;
}
body .pagecontent .right-view .dengjirenling .list .item .two .repay {
  flex: 1;
  text-align: center;
}
body .pagecontent .right-view .dengjirenling .list .item .two .repay .a {
  color: #FF0000;
  font-size: 1.8rem;
}
body .pagecontent .right-view .dengjirenling .list .item .two .repay .b {
  color: #999999;
  font-size: 1.6rem;
}
body .pagecontent .right-view .dengjirenling .list .item .two .repay .c span {
  color: #3885F8;
  font-size: 1.6rem;
  position: relative;
}
body .pagecontent .right-view .dengjirenling .list .item .two .repay .c span::after {
  content: "";
  position: absolute;
  background: #ff0000;
  width: 1rem;
  height: 1rem;
  right: -1rem;
  top: 0;
  border-radius: 50%;
}
body .pagecontent .right-view .dengjirenling .list .item .two .buttons {
  display: flex;
  align-items: center;
}
body .pagecontent .right-view .dengjirenling .list .item .two .buttons .button {
  width: 9.4rem;
  min-width: 9.4rem;
  height: 4.1rem;
  text-align: center;
  line-height: 3.8rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #DFE1E6;
  margin-left: 1.5rem;
  font-size: 1.6rem;
}
body .pagecontent .right-view .dengjirenling .list .item .two .buttons .button.cxkd {
  color: #666666;
}
body .pagecontent .right-view .dengjirenling .list .item .two .buttons .button.lxkf {
  color: #666666;
}
body .pagecontent .right-view .dengjirenling .list .item .two .buttons .button.scdd {
  color: #FF0000;
}
body .pagecontent .right-view .dengjirenling .list .item .three {
  display: flex;
  align-items: flex-start;
  padding: 0 2.1rem 0 1.7rem;
  padding-top: 1rem;
}
body .pagecontent .right-view .dengjirenling .list .item .three .remark {
  display: flex;
  align-items: flex-start;
}
body .pagecontent .right-view .dengjirenling .list .item .three .remark .label {
  font-size: 1.6rem;
  color: #999999;
}
body .pagecontent .right-view .dengjirenling .list .item .three .remark .value {
  font-size: 1.6rem;
  color: #333333;
}
body .pagecontent .right-view .dengjirenling .list .item .three .wechat {
  margin-left: auto;
  margin-right: 0.3rem;
  line-height: 1;
}
body .pagecontent .right-view .dengjirenling .list .item .three .words {
  color: #333333;
  font-size: 1.6rem;
  margin-right: 0.3rem;
}
body .pagecontent .right-view .dengjirenling .list .item .three .cost {
  color: #FF0000;
  text-align: center;
  margin-bottom: 1.1rem;
  line-height: 1;
}
body .pagecontent .right-view .dengjirenling .list .item .three .cost .price {
  font-size: 2.4rem;
}
body .pagecontent .right-view .dengjirenling .list .item .three .cost .remoney {
  font-size: 1.2rem;
}
body .pagecontent .right-view .dengjirenling .list .item .three .arrow {
  padding-top: 1.5rem;
  margin-left: 1.1rem;
}
body .pagecontent .right-view .yirucang .item {
  position: relative;
  border: 1px solid rgb(238, 238, 238);
  margin-bottom: 1.3rem;
}
body .pagecontent .right-view .yirucang .item .one {
  display: flex;
  align-items: center;
  background: rgb(209, 227, 254);
  height: 4.9rem;
  padding: 0 1.1rem 0 1.2rem;
}
body .pagecontent .right-view .yirucang .item .one .inputview {
  width: 1.6rem;
  margin-right: 0.5rem;
}
body .pagecontent .right-view .yirucang .item .one .yt {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
}
body .pagecontent .right-view .yirucang .item .one .no {
  margin-right: 0.5rem;
}
body .pagecontent .right-view .yirucang .item .one .copyico {
  max-width: 2rem;
}
body .pagecontent .right-view .yirucang .item .one .right {
  width: 4.5rem;
  min-width: 4.5rem;
  height: 2.8rem;
  line-height: 2.8rem;
  text-align: center;
  border-radius: 1rem;
  background: rgb(255, 255, 255);
  color: rgb(153, 153, 153);
  font-size: 1.6rem;
  margin-left: auto;
}
body .pagecontent .right-view .yirucang .item .two {
  display: flex;
  padding: 2.2rem 1.7rem;
}
body .pagecontent .right-view .yirucang .item .two #carouselExampleSlidesOnly {
  overflow: hidden;
}
body .pagecontent .right-view .yirucang .item .two .msg {
  max-width: 36rem;
}
body .pagecontent .right-view .yirucang .item .two .msg .name {
  color: #333333;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
body .pagecontent .right-view .yirucang .item .two .msg .no {
  color: #999999;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
body .pagecontent .right-view .yirucang .item .two .msg .classname {
  color: #999999;
  font-size: 1.4rem;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}
body .pagecontent .right-view .yirucang .item .two .msg .classname .bgpm {
  min-width: 7rem;
}
body .pagecontent .right-view .yirucang .item .two .msg .classname div {
  color: #999999;
  font-size: 1.4rem;
}
body .pagecontent .right-view .yirucang .item .two .msg .classname div img {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  display: inline;
}
body .pagecontent .right-view .yirucang .item .two .msg .price {
  color: #999999;
  font-size: 1.4rem;
}
body .pagecontent .right-view .yirucang .item .two .remark {
  font-size: 1.6rem;
  color: rgb(51, 51, 51);
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  flex: 1 1 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
body .pagecontent .right-view .yirucang .item .two .remark div {
  color: rgb(56, 133, 248);
  display: flex;
  align-items: center;
  justify-content: center;
}
body .pagecontent .right-view .yirucang .item .two .remark div .info-ico {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
}
body .pagecontent .right-view .yirucang .item .two .else .cases {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 4rem;
}
body .pagecontent .right-view .yirucang .item .two .else .cases .number {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333333;
}
body .pagecontent .right-view .yirucang .item .two .else .size {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
body .pagecontent .right-view .yirucang .item .two .else .size .look {
  color: rgb(56, 133, 248);
  text-align: center;
  max-height: 4.8rem;
  overflow: auto;
}
body .pagecontent .right-view .yirucang .item .two .else .size .look::-webkit-scrollbar {
  display: none;
}
body .pagecontent .right-view .yirucang .item .two .else .weight {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body .pagecontent .right-view .yirucang .item .two .else .zhong {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body .pagecontent .right-view .yirucang .item .two .service {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body .pagecontent .right-view .yirucang .item .two .service .row1 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
body .pagecontent .right-view .yirucang .item .two .service .row1 img {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
}
body .pagecontent .right-view .yirucang .item .two .service .row2 {
  color: rgb(56, 133, 248);
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
body .pagecontent .right-view .yirucang .item .two .service .row3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: rgb(243, 156, 18);
}
body .pagecontent .right-view .yirucang .item .two .service .row3 img {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
}
body .pagecontent .right-view .yirucang .item .two .service .row4 {
  color: rgb(153, 153, 153);
  text-align: center;
  font-size: 1.6rem;
}
body .pagecontent .right-view .yirucang .item .absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(48, 105, 222, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
body .pagecontent .right-view .yirucang .item .absolute .button {
  width: 47rem;
  min-width: 47rem;
  height: 5.2rem;
  line-height: 5.2rem;
  text-align: center;
  font-size: 2.4rem;
  color: #FFFFFF;
  background: rgb(48, 105, 222);
}
body .pagecontent .right-view .yirucang .gongnengqu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
body .pagecontent .right-view .yirucang .gongnengqu .inputview {
  width: 1.6rem;
  border-radius: 50%;
}
body .pagecontent .right-view .yirucang .gongnengqu .quanxuan {
  color: #999999;
  font-size: 1.6rem;
}
body .pagecontent .right-view .yirucang .gongnengqu .yixuan {
  margin-left: 2.4rem;
  font-size: 1.6rem;
  color: #999999;
}
body .pagecontent .right-view .yirucang .gongnengqu .jifeizhong {
  margin-left: 0.5rem;
  color: #333333;
}
body .pagecontent .right-view .yirucang .gongnengqu .red {
  color: #ff0000;
}
body .pagecontent .right-view .yirucang .gongnengqu .num {
  margin-left: 0.5rem;
  font-size: 2.4rem;
  font-weight: bold;
}
body .pagecontent .right-view .yirucang .gongnengqu .unit {
  font-size: 1.6rem;
}
body .pagecontent .right-view .yirucang .gongnengqu .button {
  font-size: 1.6rem;
  font-weight: bold;
  color: #ffffff;
  width: 11.8rem;
  height: 4.6rem;
  text-align: center;
  line-height: 4.6rem;
  border-radius: 1rem;
  background: #3885F8;
  margin-left: 2.2rem;
}
body .pagecontent .right-view .predeliver-list .item {
  border: 0.1rem solid #EEEEEE;
  margin-bottom: 2rem;
}
body .pagecontent .right-view .predeliver-list .item .one {
  display: flex;
  align-items: center;
  height: 4.8rem;
  background: #D1E3FE;
  padding: 0 2.2rem 0 1.8rem;
}
body .pagecontent .right-view .predeliver-list .item .one .no {
  font-weight: bold;
  color: #333333;
  font-size: 1.6rem;
  margin-right: 1.1rem;
}
body .pagecontent .right-view .predeliver-list .item .one .copyico {
  max-width: 2rem;
}
body .pagecontent .right-view .predeliver-list .item .one .shou {
  width: 2.1rem;
  min-width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  background: #3885F8;
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
  margin-right: 1.1rem;
}
body .pagecontent .right-view .predeliver-list .item .one .name {
  color: #999999;
  font-size: 1.6rem;
  margin-right: 1.1rem;
}
body .pagecontent .right-view .predeliver-list .item .one .phone {
  color: #999999;
  font-size: 1.6rem;
  margin-right: 3rem;
}
body .pagecontent .right-view .predeliver-list .item .one .fetch {
  font-size: 1.6rem;
  margin-right: 1.1rem;
}
body .pagecontent .right-view .predeliver-list .item .one .address {
  color: #999999;
  font-size: 1.6rem;
  width: 50rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
body .pagecontent .right-view .predeliver-list .item .one .kfico {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  margin-left: auto;
}
body .pagecontent .right-view .predeliver-list .item .one .lxkf {
  color: #999999;
  font-size: 1.6rem;
}
body .pagecontent .right-view .predeliver-list .item .two {
  display: flex;
  align-items: center;
  padding: 1.6rem 0 1.5rem;
  border-bottom: 0.1rem solid #EEEEEE;
}
body .pagecontent .right-view .predeliver-list .item .two .destination {
  display: flex;
  align-items: center;
  border-right: 1px solid #EEEEEE;
  padding-right: 3.3rem;
  margin-right: 1.4rem;
}
body .pagecontent .right-view .predeliver-list .item .two .destination .from {
  padding-left: 1.5rem;
}
body .pagecontent .right-view .predeliver-list .item .two .destination .from .bold {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333333;
}
body .pagecontent .right-view .predeliver-list .item .two .destination .from div:not(.bold) {
  font-size: 1.6rem;
  color: #999999;
}
body .pagecontent .right-view .predeliver-list .item .two .destination .arrow {
  width: 5.78rem;
  min-width: 5.78rem;
  height: 0.76rem;
  margin: 0 1.8rem;
}
body .pagecontent .right-view .predeliver-list .item .two .destination .to .bold {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333333;
}
body .pagecontent .right-view .predeliver-list .item .two .destination .to div:not(.bold) {
  font-size: 1.6rem;
  color: #999999;
}
body .pagecontent .right-view .predeliver-list .item .two .warehouse {
  border-right: 1px solid #EEEEEE;
  padding-right: 3.3rem;
  margin-right: 1.4rem;
}
body .pagecontent .right-view .predeliver-list .item .two .warehouse .a {
  color: #FF8800;
  font-size: 1.6rem;
}
body .pagecontent .right-view .predeliver-list .item .two .warehouse .b {
  color: #1B1B1B;
  font-size: 1.6rem;
}
body .pagecontent .right-view .predeliver-list .item .two .warehouse .c {
  color: #3885F8;
  font-size: 1.6rem;
}
body .pagecontent .right-view .predeliver-list .item .two .numberunit {
  margin-right: 3.5rem;
}
body .pagecontent .right-view .predeliver-list .item .two .numberunit .bold {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333333;
}
body .pagecontent .right-view .predeliver-list .item .two .numberunit div:not(.bold) {
  font-size: 1.6rem;
  color: #999999;
}
body .pagecontent .right-view .predeliver-list .item .two .weight {
  margin-right: 4.5rem;
  text-align: center;
}
body .pagecontent .right-view .predeliver-list .item .two .weight .bold {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333333;
}
body .pagecontent .right-view .predeliver-list .item .two .weight div:not(.bold) {
  font-size: 1.6rem;
  color: #999999;
}
body .pagecontent .right-view .predeliver-list .item .two .way {
  margin-right: 4.5rem;
}
body .pagecontent .right-view .predeliver-list .item .two .way .bold {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333333;
}
body .pagecontent .right-view .predeliver-list .item .two .way div:not(.bold) {
  font-size: 1.6rem;
  color: #999999;
}
body .pagecontent .right-view .predeliver-list .item .two .detail .bold {
  font-size: 1.6rem;
  color: #3885F8;
}
body .pagecontent .right-view .predeliver-list .item .two .detail div:not(.bold) {
  font-size: 1.6rem;
  color: #999999;
}
body .pagecontent .right-view .predeliver-list .item .two .service {
  border-left: 1px solid #EEEEEE;
  padding-left: 3.2rem;
  margin-left: 1.9rem;
}
body .pagecontent .right-view .predeliver-list .item .two .service .a {
  color: #999999;
  font-size: 1.6rem;
}
body .pagecontent .right-view .predeliver-list .item .two .service .b {
  display: flex;
  align-items: center;
  color: #999999;
  font-size: 1.6rem;
}
body .pagecontent .right-view .predeliver-list .item .two .service .b .blue {
  color: #3885F8;
}
body .pagecontent .right-view .predeliver-list .item .two .service .b .duihao {
  width: 1.6rem;
  min-width: 1.6rem;
  height: 1.6rem;
}
body .pagecontent .right-view .predeliver-list .item .two .service .c {
  display: flex;
  align-items: center;
  color: #999999;
  font-size: 1.6rem;
}
body .pagecontent .right-view .predeliver-list .item .two .service .c .blue {
  color: #3885F8;
}
body .pagecontent .right-view .predeliver-list .item .two .service .c .duihao {
  width: 1.6rem;
  min-width: 1.6rem;
  height: 1.6rem;
}
body .pagecontent .right-view .predeliver-list .item .three {
  display: flex;
  align-items: flex-start;
  padding: 0 2.1rem 0 1.7rem;
  padding-top: 1rem;
}
body .pagecontent .right-view .predeliver-list .item .three .remark {
  display: flex;
  align-items: flex-start;
}
body .pagecontent .right-view .predeliver-list .item .three .remark .label {
  font-size: 1.6rem;
  color: #999999;
}
body .pagecontent .right-view .predeliver-list .item .three .remark .value {
  font-size: 1.6rem;
  color: #333333;
}
body .pagecontent .right-view .predeliver-list .item .three .wechat {
  margin-left: auto;
  margin-right: 0.3rem;
  line-height: 1;
}
body .pagecontent .right-view .predeliver-list .item .three .words {
  color: #333333;
  font-size: 1.6rem;
  margin-right: 0.3rem;
}
body .pagecontent .right-view .predeliver-list .item .three .cost {
  color: #FF0000;
  text-align: center;
  margin-bottom: 1.1rem;
  line-height: 1;
}
body .pagecontent .right-view .predeliver-list .item .three .cost .price {
  font-size: 2.4rem;
}
body .pagecontent .right-view .predeliver-list .item .three .cost .remoney {
  font-size: 1.2rem;
}
body .pagecontent .right-view .predeliver-list .item .three .arrow {
  padding-top: 1.5rem;
  margin-left: 1.1rem;
}
body .pagecontent .right-view .daifukuan .tag-list {
  display: flex;
  height: 4.9rem;
  background: #F7F7F9;
  text-align: center;
  align-items: center;
  color: #333333;
}
body .pagecontent .right-view .daifukuan .tag-list .item {
  flex: 1;
  font-size: 1.6rem;
}
body .pagecontent .right-view .daifukuan .daifukuan-list .item {
  border: 0.1rem solid #EEEEEE;
  margin-bottom: 2rem;
}
body .pagecontent .right-view .daifukuan .daifukuan-list .item .one {
  display: flex;
  align-items: center;
  height: 4.8rem;
  background: #D1E3FE;
  padding: 0 2.2rem 0 1.8rem;
  position: relative;
}
body .pagecontent .right-view .daifukuan .daifukuan-list .item .one .no {
  font-weight: bold;
  color: #333333;
  font-size: 1.6rem;
  margin-right: 1.1rem;
}
body .pagecontent .right-view .daifukuan .daifukuan-list .item .one .copyico {
  max-width: 2rem;
}
body .pagecontent .right-view .daifukuan .daifukuan-list .item .one .shou {
  width: 2.1rem;
  min-width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  background: #3885F8;
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
  margin-right: 1.1rem;
}
body .pagecontent .right-view .daifukuan .daifukuan-list .item .one .name {
  color: #999999;
  font-size: 1.6rem;
  margin-right: 1.1rem;
}
body .pagecontent .right-view .daifukuan .daifukuan-list .item .one .phone {
  color: #999999;
  font-size: 1.6rem;
  margin-right: 3rem;
}
body .pagecontent .right-view .daifukuan .daifukuan-list .item .one .fetch {
  font-size: 1.6rem;
  margin-right: 1.1rem;
}
body .pagecontent .right-view .daifukuan .daifukuan-list .item .one .address {
  color: #999999;
  font-size: 1.6rem;
  width: 50rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
body .pagecontent .right-view .daifukuan .daifukuan-list .item .one .kfico {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  margin-left: auto;
}
body .pagecontent .right-view .daifukuan .daifukuan-list .item .one .lxkf {
  color: #999999;
  font-size: 1.6rem;
}
body .pagecontent .right-view .daifukuan .daifukuan-list .item .one .popup1 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 43.5rem;
  min-width: 43.5rem;
  height: 20.7rem;
  border-radius: 0.2rem;
  background: #ffffff;
  margin-top: -10.35rem;
  padding: 1rem 2.4rem 1.4rem 2.9rem;
}
body .pagecontent .right-view .daifukuan .daifukuan-list .item .one .popup1 .row1 .name {
  color: #ff0000;
}
body .pagecontent .right-view .daifukuan .daifukuan-list .item .one .popup1 .row1 .phone {
  color: #000000;
}
body .pagecontent .right-view .daifukuan .daifukuan-list .item .one .popup1 .row2 .fetch {
  color: #F39C12;
}
body .pagecontent .right-view .daifukuan .daifukuan-list .item .one .popup1 .row2 .address {
  color: #333333;
}
body .pagecontent .right-view .daifukuan .daifukuan-list .item .one .popup1 .row3 {
  color: #333333;
}
body .pagecontent .right-view .daifukuan .daifukuan-list .item .one .popup1 .row4 {
  color: #3885F8;
}
body .pagecontent .right-view .daifukuan .daifukuan-list .item .one .popup1 .row5 {
  color: #999999;
}
body .pagecontent .right-view .daifukuan .daifukuan-list .item .one .popup1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.5rem;
  margin-top: -1.25rem;
  height: 2.5rem;
  width: 1.5rem;
  background: url("../images/arrow7.png") no-repeat;
}
body .pagecontent .right-view .daifukuan .daifukuan-list .item .two {
  display: flex;
  align-items: center;
  padding: 1.6rem 0 1.5rem;
  border-bottom: 0.1rem solid #EEEEEE;
}
body .pagecontent .right-view .daifukuan .daifukuan-list .item .two .quhua {
  flex: 1;
  text-align: center;
}
body .pagecontent .right-view .daifukuan .daifukuan-list .item .two .number {
  flex: 1;
  text-align: center;
}
body .pagecontent .right-view .daifukuan .daifukuan-list .item .two .weight {
  flex: 1;
  text-align: center;
}
body .pagecontent .right-view .daifukuan .daifukuan-list .item .two .payment {
  flex: 1;
  text-align: center;
}
body .pagecontent .right-view .daifukuan .daifukuan-list .item .two .detail {
  flex: 1;
  text-align: center;
}
body .pagecontent .right-view .daifukuan .daifukuan-list .item .two .pricecost {
  flex: 1;
  text-align: center;
  position: relative;
}
body .pagecontent .right-view .daifukuan .daifukuan-list .item .two .pricecost .a {
  font-size: 2rem;
  color: #F39C12;
}
body .pagecontent .right-view .daifukuan .daifukuan-list .item .two .pricecost .b {
  font-size: 1.6rem;
  color: #999999;
}
body .pagecontent .right-view .daifukuan .daifukuan-list .item .two .pricecost .c {
  font-size: 1.6rem;
  color: #999999;
}
body .pagecontent .right-view .daifukuan .daifukuan-list .item .two .pay {
  flex: 1;
  text-align: center;
}
body .pagecontent .right-view .daifukuan .daifukuan-list .item .two .pay .button {
  background: #3885F8;
  color: #ffffff;
  font-size: 1.8rem;
  min-width: 9.4rem;
  width: 9.4rem;
  height: 4.1rem;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  margin: 0 auto 0.4rem;
}
body .pagecontent .right-view .daifukuan .daifukuan-list .item .two .pay .fanxian {
  color: #FF0000;
  font-size: 1.2rem;
}
body .pagecontent .right-view .transit-list .item {
  border: 0.1rem solid #EEEEEE;
  margin-bottom: 2rem;
}
body .pagecontent .right-view .transit-list .item .one {
  display: flex;
  align-items: center;
  height: 4.8rem;
  background: #D1E3FE;
  padding: 0 2.2rem 0 1.8rem;
}
body .pagecontent .right-view .transit-list .item .one .no {
  font-weight: bold;
  color: #333333;
  font-size: 1.6rem;
  margin-right: 1.1rem;
}
body .pagecontent .right-view .transit-list .item .one .copyico {
  max-width: 2rem;
}
body .pagecontent .right-view .transit-list .item .one .shou {
  width: 2.1rem;
  min-width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  background: #3885F8;
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
  margin-right: 1.1rem;
}
body .pagecontent .right-view .transit-list .item .one .name {
  color: #999999;
  font-size: 1.6rem;
  margin-right: 1.1rem;
}
body .pagecontent .right-view .transit-list .item .one .phone {
  color: #999999;
  font-size: 1.6rem;
  margin-right: 3rem;
}
body .pagecontent .right-view .transit-list .item .one .fetch {
  font-size: 1.6rem;
  margin-right: 1.1rem;
}
body .pagecontent .right-view .transit-list .item .one .address {
  color: #999999;
  font-size: 1.6rem;
  width: 50rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
body .pagecontent .right-view .transit-list .item .one .kfico {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  margin-left: auto;
}
body .pagecontent .right-view .transit-list .item .one .lxkf {
  color: #999999;
  font-size: 1.6rem;
}
body .pagecontent .right-view .transit-list .item .two {
  display: flex;
  align-items: center;
  padding: 1.6rem 0 1.5rem;
  border-bottom: 0.1rem solid #EEEEEE;
}
body .pagecontent .right-view .transit-list .item .two .destination {
  display: flex;
  align-items: center;
  border-right: 1px solid #EEEEEE;
  padding-right: 3.3rem;
  margin-right: 1.4rem;
}
body .pagecontent .right-view .transit-list .item .two .destination .from {
  padding-left: 1.5rem;
}
body .pagecontent .right-view .transit-list .item .two .destination .from .bold {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333333;
}
body .pagecontent .right-view .transit-list .item .two .destination .from div:not(.bold) {
  font-size: 1.6rem;
  color: #999999;
}
body .pagecontent .right-view .transit-list .item .two .destination .arrow {
  width: 5.78rem;
  min-width: 5.78rem;
  height: 0.76rem;
  margin: 0 1.8rem;
}
body .pagecontent .right-view .transit-list .item .two .destination .to .bold {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333333;
}
body .pagecontent .right-view .transit-list .item .two .destination .to div:not(.bold) {
  font-size: 1.6rem;
  color: #999999;
}
body .pagecontent .right-view .transit-list .item .two .warehouse {
  border-right: 1px solid #EEEEEE;
  padding-right: 3.3rem;
  margin-right: 1.4rem;
}
body .pagecontent .right-view .transit-list .item .two .warehouse .a {
  color: #FF8800;
  font-size: 1.6rem;
}
body .pagecontent .right-view .transit-list .item .two .warehouse .b {
  color: #1B1B1B;
  font-size: 1.6rem;
}
body .pagecontent .right-view .transit-list .item .two .warehouse .c {
  color: #3885F8;
  font-size: 1.6rem;
}
body .pagecontent .right-view .transit-list .item .two .numberunit {
  margin-right: 3.5rem;
}
body .pagecontent .right-view .transit-list .item .two .numberunit .bold {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333333;
}
body .pagecontent .right-view .transit-list .item .two .numberunit div:not(.bold) {
  font-size: 1.6rem;
  color: #999999;
}
body .pagecontent .right-view .transit-list .item .two .weight {
  margin-right: 4.5rem;
}
body .pagecontent .right-view .transit-list .item .two .weight .bold {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333333;
}
body .pagecontent .right-view .transit-list .item .two .weight div:not(.bold) {
  font-size: 1.6rem;
  color: #999999;
}
body .pagecontent .right-view .transit-list .item .two .way {
  margin-right: 4.5rem;
}
body .pagecontent .right-view .transit-list .item .two .way .bold {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333333;
}
body .pagecontent .right-view .transit-list .item .two .way div:not(.bold) {
  font-size: 1.6rem;
  color: #999999;
}
body .pagecontent .right-view .transit-list .item .two .detail .bold {
  font-size: 1.6rem;
  color: #3885F8;
}
body .pagecontent .right-view .transit-list .item .two .detail div:not(.bold) {
  font-size: 1.6rem;
  color: #999999;
}
body .pagecontent .right-view .transit-list .item .two .service {
  border-left: 1px solid #EEEEEE;
  padding-left: 3.2rem;
  margin-left: 1.9rem;
}
body .pagecontent .right-view .transit-list .item .two .service .a {
  color: #999999;
  font-size: 1.6rem;
}
body .pagecontent .right-view .transit-list .item .two .service .b {
  display: flex;
  align-items: center;
  color: #999999;
  font-size: 1.6rem;
}
body .pagecontent .right-view .transit-list .item .two .service .b .blue {
  color: #3885F8;
}
body .pagecontent .right-view .transit-list .item .two .service .b .duihao {
  width: 1.6rem;
  min-width: 1.6rem;
  height: 1.6rem;
}
body .pagecontent .right-view .transit-list .item .two .service .c {
  display: flex;
  align-items: center;
  color: #999999;
  font-size: 1.6rem;
}
body .pagecontent .right-view .transit-list .item .two .service .c .blue {
  color: #3885F8;
}
body .pagecontent .right-view .transit-list .item .two .service .c .duihao {
  width: 1.6rem;
  min-width: 1.6rem;
  height: 1.6rem;
}
body .pagecontent .right-view .transit-list .item .three {
  display: flex;
  align-items: flex-start;
}
body .pagecontent .right-view .transit-list .item .three .remark {
  display: flex;
  align-items: flex-start;
  padding: 1rem 0 0 1.7rem;
}
body .pagecontent .right-view .transit-list .item .three .remark .label {
  font-size: 1.6rem;
  color: #999999;
}
body .pagecontent .right-view .transit-list .item .three .remark .value {
  font-size: 1.6rem;
  color: #333333;
}
body .pagecontent .right-view .transit-list .item .three .wechat {
  padding-top: 1rem;
  margin-left: auto;
  margin-right: 0.3rem;
  line-height: 1;
}
body .pagecontent .right-view .transit-list .item .three .words {
  padding-top: 1rem;
  color: #333333;
  font-size: 1.6rem;
  margin-right: 0.3rem;
}
body .pagecontent .right-view .transit-list .item .three .cost {
  color: #FF0000;
  text-align: center;
  margin-bottom: 1.1rem;
  line-height: 1;
  padding-top: 1rem;
}
body .pagecontent .right-view .transit-list .item .three .cost .price {
  font-size: 2.4rem;
}
body .pagecontent .right-view .transit-list .item .three .cost .remoney {
  font-size: 1.2rem;
}
body .pagecontent .right-view .transit-list .item .three .arrow {
  padding-top: 1.5rem;
  margin-left: 1.1rem;
  margin-right: 1.7rem;
}
body .pagecontent .right-view .transit-list .item .three .button {
  width: 21.4rem;
  height: 6.6rem;
  line-height: 6.6rem;
  text-align: center;
  min-width: 21.4rem;
  background: #F39C12;
  color: #ffffff;
  font-size: 1.8rem;
  text-align: center;
}
body .pagecontent .right-view .order-list .tag-list {
  display: flex;
  height: 4.9rem;
  background: #F7F7F9;
  text-align: center;
  align-items: center;
  color: #333333;
}
body .pagecontent .right-view .order-list .tag-list .item {
  flex: 1;
  font-size: 1.6rem;
}
body .pagecontent .right-view .order-list > .item {
  border: 1px solid rgb(238, 238, 238);
}
body .pagecontent .right-view .order-list > .item .one {
  background: #D1E3FE;
}
body .pagecontent .right-view .order-list > .item .one .danhao {
  color: #333333;
  font-size: 1.6rem;
  font-weight: bold;
}
body .pagecontent .right-view .order-list > .item .one .shoujian .shou {
  width: 2.1rem;
  height: 2.1rem;
  line-height: 2.1rem;
  text-align: center;
  background: #3885F8;
  color: #FFFFFF;
  font-size: 1.4rem;
  border-radius: 50%;
}
body .pagecontent .right-view .order-list > .item .one .shoujian .name {
  color: #999999;
  font-size: 1.6rem;
}
body .pagecontent .right-view .order-list > .item .one .shoujian .phone {
  color: #999999;
  font-size: 1.6rem;
}
body .pagecontent .right-view .order-list > .item .one .fa {
  font-size: 1.6rem;
}
body .pagecontent .right-view .order-list > .item .one .fa .fetch {
  color: #F39C12;
}
body .pagecontent .right-view .order-list > .item .one .fa .address {
  color: #999999;
}
body .pagecontent .right-view .order-list > .item .one .lxkf {
  font-size: 1.6rem;
}
body .pagecontent .right-view .order-list > .item .two {
  border-bottom: 0.1rem solid #EEEEEE;
}
body .pagecontent .right-view .order-list > .item .two .destination {
  position: relative;
}
body .pagecontent .right-view .order-list > .item .two .destination .from .bold {
  font-size: 1.8rem;
  font-weight: 500;
  color: #333333;
}
body .pagecontent .right-view .order-list > .item .two .destination .from .text {
  font-size: 1.6rem;
  color: #999999;
}
body .pagecontent .right-view .order-list > .item .two .destination .to .bold {
  font-size: 1.8rem;
  font-weight: 500;
  color: #333333;
}
body .pagecontent .right-view .order-list > .item .two .destination .to .text {
  font-size: 1.6rem;
  color: #999999;
}
body .pagecontent .right-view .order-list > .item .two .destination::after {
  content: "";
  width: 0.1rem;
  height: 11.15rem;
  position: absolute;
  top: 0;
  right: 0;
  background: #EEEEEE;
}
body .pagecontent .right-view .order-list > .item .two .warehouse {
  padding-left: 3.5rem;
}
body .pagecontent .right-view .order-list > .item .two .warehouse .a {
  color: #FF8800;
  font-size: 1.6rem;
}
body .pagecontent .right-view .order-list > .item .two .warehouse .b {
  color: #1B1B1B;
  font-size: 1.6rem;
}
body .pagecontent .right-view .order-list > .item .two .warehouse .c {
  color: #3885F8;
  font-size: 1.6rem;
}
body .pagecontent .right-view .order-list > .item .two .warehouse::after {
  content: "";
  width: 0.1rem;
  height: 11.15rem;
  position: absolute;
  top: 0;
  right: 0;
  background: #EEEEEE;
}
body .pagecontent .right-view .order-list > .item .two .brevity .numberunit .bold {
  color: #333333;
  font-size: 1.6rem;
  font-weight: 500;
}
body .pagecontent .right-view .order-list > .item .two .brevity .numberunit .text {
  color: #999999;
  font-size: 1.4rem;
}
body .pagecontent .right-view .order-list > .item .two .brevity .weight .bold {
  color: #333333;
  font-size: 1.6rem;
  font-weight: 500;
}
body .pagecontent .right-view .order-list > .item .two .brevity .weight .text {
  color: #999999;
  font-size: 1.4rem;
}
body .pagecontent .right-view .order-list > .item .two .brevity .way .bold {
  color: #333333;
  font-size: 1.4rem;
  font-weight: 500;
}
body .pagecontent .right-view .order-list > .item .two .brevity .way .text {
  color: #999999;
  font-size: 1.4rem;
}
body .pagecontent .right-view .order-list > .item .two .brevity .detail .bold {
  color: #3885F8;
  font-size: 1.4rem;
}
body .pagecontent .right-view .order-list > .item .two .brevity .detail .text {
  color: #999999;
  font-size: 1.4rem;
}
body .pagecontent .right-view .order-list > .item .two .brevity::after {
  content: "";
  width: 0.1rem;
  height: 11.15rem;
  position: absolute;
  top: 0;
  right: 0;
  background: #EEEEEE;
}
body .pagecontent .right-view .order-list > .item .two .service > .row {
  padding-left: 3.5rem;
}
body .pagecontent .right-view .order-list > .item .two .service > .row span {
  font-size: 1.4rem;
  color: #999999;
}
body .pagecontent .right-view .order-list > .item .two .service .a img {
  width: 1.6rem;
  height: 1.6rem;
}
body .pagecontent .right-view .order-list > .item .two .service .b img {
  width: 1.6rem;
  height: 1.6rem;
}
body .pagecontent .right-view .order-list > .item .two .service .c img {
  width: 1.6rem;
  height: 1.6rem;
}
body .pagecontent .right-view .order-list > .item .two.daifukuan .mdd {
  font-size: 1.4rem;
  color: #333333;
}
body .pagecontent .right-view .order-list > .item .two.daifukuan .hbjs {
  font-size: 1.4rem;
  color: #333333;
  font-weight: 500;
  border-right: 1px solid #eeeeee;
}
body .pagecontent .right-view .order-list > .item .two.daifukuan .sfzl {
  font-size: 1.4rem;
  color: #333333;
  font-weight: 500;
}
body .pagecontent .right-view .order-list > .item .two.daifukuan .dshk {
  font-size: 1.4rem;
  color: #333333;
  font-weight: 500;
}
body .pagecontent .right-view .order-list > .item .two.daifukuan .hpxq {
  font-size: 1.4rem;
  color: #333333;
}
body .pagecontent .right-view .order-list > .item .two.daifukuan .shzt {
  font-size: 1.4rem;
  color: #333333;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
body .pagecontent .right-view .order-list > .item .two.daifukuan .shzt div span {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
}
body .pagecontent .right-view .order-list > .item .two.daifukuan .ljzf {
  font-size: 1.4rem;
  color: #333333;
}
body .pagecontent .right-view .order-list > .item .two.daifukuan .ljzf .button {
  width: 9.4rem;
  text-align: center;
  height: 4.1rem;
  line-height: 4.1rem;
  background: #3885F8;
  color: #ffffff;
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
}
body .pagecontent .right-view .order-list > .item .two.daifukuan .ljzf .button.shenhe {
  background: #aaaaaa;
}
body .pagecontent .right-view .order-list > .item .three .remark {
  display: flex;
  align-items: flex-start;
  padding: 1rem 0 0 1.7rem;
}
body .pagecontent .right-view .order-list > .item .three .remark .label {
  font-size: 1.6rem;
  color: #999999;
}
body .pagecontent .right-view .order-list > .item .three .remark .value {
  font-size: 1.6rem;
  color: #333333;
}
body .pagecontent .right-view .order-list > .item .three .cont .wechat {
  width: 2.4rem;
  height: 2.09rem;
}
body .pagecontent .right-view .order-list > .item .three .cont .words {
  font-size: 1.6rem;
  color: #333333;
}
body .pagecontent .right-view .order-list > .item .three .cont .cost .price {
  font-size: 2.4rem;
  font-weight: 500;
  color: #ff0000;
}
body .pagecontent .right-view .order-list > .item .three .cont .cost .remoney {
  font-size: 1.2rem;
  color: #ff0000;
}
body .pagecontent .right-view .order-list > .item .three .cont .arrow {
  width: 1.2rem;
  height: 0.6rem;
}
body .pagecontent .right-view .order-list > .item .three .evaluate .querenqianshou {
  display: block;
  width: 21.4rem;
  height: 6.6rem;
  line-height: 5.6rem;
  text-align: center;
  min-width: 21.4rem;
  background: #F39C12;
  color: #ffffff;
  font-size: 1.8rem;
  text-align: center;
}
body .pagecontent .right-view .order-list > .item .three .evaluate .qpj {
  display: block;
  width: 21.4rem;
  height: 6.6rem;
  line-height: 6.6rem;
  text-align: center;
  min-width: 21.4rem;
  background: #F39C12;
  color: #ffffff;
  font-size: 1.8rem;
  text-align: center;
}
body .pagecontent .right-view .order-list > .item .three .evaluate .ckpj {
  display: block;
  width: 21.4rem;
  height: 6.6rem;
  line-height: 6.6rem;
  text-align: center;
  min-width: 21.4rem;
  background: #EEEEEE;
  color: #ffffff;
  font-size: 1.8rem;
  text-align: center;
}
body .ckwl-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 .ckwl-modal .popup-main {
  width: 92.4rem;
  min-width: 92.4rem;
  background: #ffffff;
  margin-top: 18rem !important;
}
body .ckwl-modal .popup-main .head {
  width: 100%;
  display: flex;
  align-items: center;
  background: #E1EBF9;
  padding: 1.1rem 1.7rem 1.4rem 1.9rem;
}
body .ckwl-modal .popup-main .head span {
  color: #3885F8;
}
body .ckwl-modal .popup-main .head img {
  margin-left: auto;
  width: 1.6rem;
  min-width: 1.6rem;
  height: 1.6rem;
}
body .ckwl-modal .popup-main .popup-box {
  padding: 2.2rem 2.5rem 27.2rem 1.9rem;
}
body .ckwl-modal .popup-main .popup-box .box {
  background: #F7F7F9;
  display: flex;
  align-items: center;
  height: 5rem;
  margin-bottom: 4.8rem;
  padding-left: 2.8rem;
}
body .ckwl-modal .popup-main .popup-box .box img {
  width: 3.9rem;
  min-width: 3.9rem;
  height: 2rem;
  border-radius: 0.9rem;
  margin-right: 0.5rem;
}
body .ckwl-modal .popup-main .popup-box .box span {
  color: #333333;
  font-size: 1.6rem;
}
body .ckwl-modal .popup-main .popup-box .step-box .layui-timeline .layui-timeline-item .layui-timeline-axis {
  background: #DFE1E6;
  color: #DFE1E6;
}
body .ckwl-modal .popup-main .popup-box .step-box .layui-timeline .layui-timeline-item .layui-timeline-axis.keyframe {
  background: #ff0000;
  color: #ff0000;
}
body .ckwl-modal .popup-main .popup-box .step-box .layui-timeline .layui-timeline-item .layui-text h3 {
  color: #999999;
}
body .ckwl-modal .popup-main .popup-box .step-box .layui-timeline .layui-timeline-item .layui-text h3.red {
  color: #ff0000;
}
body .ckwl-modal .popup-main .popup-box .step-box .layui-timeline .layui-timeline-item .layui-text p {
  color: #999999;
}
body .ckwl-ysz-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 .ckwl-ysz-modal .popup-main {
  width: 92.4rem;
  min-width: 92.4rem;
  background: #ffffff;
  margin-top: 18rem !important;
}
body .ckwl-ysz-modal .popup-main .head {
  width: 100%;
  display: flex;
  align-items: center;
  background: #E1EBF9;
  padding: 1.1rem 1.7rem 1.4rem 1.9rem;
}
body .ckwl-ysz-modal .popup-main .head span {
  color: #3885F8;
}
body .ckwl-ysz-modal .popup-main .head img {
  margin-left: auto;
  width: 1.6rem;
  min-width: 1.6rem;
  height: 1.6rem;
}
body .ckwl-ysz-modal .popup-main .popup-box {
  padding: 2.2rem 2.5rem 2.2rem 1.9rem;
}
body .ckwl-ysz-modal .popup-main .popup-box .box {
  background: #F7F7F9;
  display: flex;
  align-items: center;
  height: 5rem;
  margin-bottom: 4.8rem;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
}
body .ckwl-ysz-modal .popup-main .popup-box .box img {
  width: 3.9rem;
  min-width: 3.9rem;
  height: 2rem;
  border-radius: 0.9rem;
  margin-right: 0.5rem;
}
body .ckwl-ysz-modal .popup-main .popup-box .box span {
  color: #333333;
  font-size: 1.6rem;
}
body .ckwl-ysz-modal .popup-main .popup-box .box .copy {
  margin-left: auto;
  padding-right: 1rem;
}
body .ckwl-ysz-modal .popup-main .popup-box .box .lxkf {
  padding-left: 1rem;
}
body .ckwl-ysz-modal .popup-main .popup-box .step-box ul {
  height: 35rem;
  overflow-y: auto;
  pointer-events: all;
}
body .ckwl-ysz-modal .popup-main .popup-box .step-box ul li {
  position: relative;
  padding-left: 4.5rem;
}
body .ckwl-ysz-modal .popup-main .popup-box .step-box ul li .right {
  padding-bottom: 1.6rem;
}
body .ckwl-ysz-modal .popup-main .popup-box .step-box ul li .right p {
  line-height: 1;
  padding-bottom: 0.5rem;
  color: #999999;
  font-size: 1.6rem;
}
body .ckwl-ysz-modal .popup-main .popup-box .step-box ul li::before {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 100%;
  background: #eeeeee;
  left: 1rem;
  top: 0;
}
body .ckwl-ysz-modal .popup-main .popup-box .step-box ul li::after {
  content: "";
  position: absolute;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #DFE1E6;
  left: 0;
  top: 0;
}
body .ckwl-ysz-modal .popup-main .popup-box .step-box ul li.pass::after {
  content: "";
  position: absolute;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #999999;
  left: 0;
  top: 0;
}
body .ckwl-ysz-modal .popup-main .popup-box .step-box ul li.pass:first-child .right p:first-child {
  color: #ff0000;
}
body .ckwl-ysz-modal .popup-main .popup-box .step-box ul li.pass:first-child::after {
  background: #ff0000;
}
body .hpwxcc-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 .hpwxcc-modal .main {
  width: 92.4rem;
  min-width: 92.4rem;
  background: #ffffff;
}
body .hpwxcc-modal .main .head {
  width: 100%;
  display: flex;
  align-items: center;
  background: #E1EBF9;
  padding: 1.1rem 1.7rem 1.4rem 1.9rem;
}
body .hpwxcc-modal .main .head span {
  color: #3885F8;
}
body .hpwxcc-modal .main .head img {
  margin-left: auto;
  width: 1.6rem;
  min-width: 1.6rem;
  height: 1.6rem;
}
body .hpwxcc-modal .main .popup-box {
  padding: 2.2rem 2.5rem 27.2rem 1.9rem;
}
body .hpwxcc-modal .main .popup-box .box {
  background: #F7F7F9;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  margin-bottom: 4.8rem;
  padding-left: 2.8rem;
}
body .hpwxcc-modal .main .popup-box .box img {
  width: 3.9rem;
  min-width: 3.9rem;
  height: 2rem;
  border-radius: 0.9rem;
  margin-right: 0.5rem;
}
body .hpwxcc-modal .main .popup-box .box span {
  color: #333333;
  font-size: 1.6rem;
}
body .hpwxcc-modal .main .popup-box ul {
  display: flex;
  flex-wrap: wrap;
}
body .hpwxcc-modal .main .popup-box ul li {
  width: 11.6rem;
  min-width: 11.6rem;
  height: 4rem;
  line-height: 4rem;
  border-radius: 0.4rem;
  color: rgb(51, 51, 51);
  font-size: 1.6rem;
  font-weight: bold;
  border: 1px solid rgb(247, 247, 249);
  margin: 0 0.8rem 1.1rem !important;
  text-align: center;
}
body .scddmodal .popup-main {
  margin-top: 18rem;
  pointer-events: all;
  background: #FFFFFF;
}
body .scddmodal .popup-main .head {
  background: #E1EBF9;
  font-size: 1.4rem;
}
body .scddmodal .popup-main .modal-body p {
  font-size: 1.6rem;
}
body .txbgpm-modal .main .head {
  width: 100%;
  display: flex;
  align-items: center;
  background: #E1EBF9;
  padding: 1.1rem 1.7rem 1.4rem 1.9rem;
}
body .txbgpm-modal .main .head span {
  color: #3885F8;
}
body .txbgpm-modal .main .head img {
  margin-left: auto;
  width: 1.6rem;
  min-width: 1.6rem;
  height: 1.6rem;
}
body .txbgpm-modal .main .modal-body {
  padding: 2.2rem 2.5rem 2.2rem 1.9rem;
}
body .txbgpm-modal .main .modal-body .inputview {
  text-align: center;
  height: 4.2rem;
  margin: 0 auto 3.3rem;
  border: 0.1rem solid #EEEEEE;
  border-radius: 0.2rem;
}
body .txbgpm-modal .main .modal-body .inputview input {
  color: #999999;
  text-align: center;
  height: 4rem;
}
body .txbgpm-modal .main .modal-body .button {
  border-radius: 0.8rem;
  width: 100%;
  height: 4.8rem;
  line-height: 4rem;
  text-align: center;
  font-size: 1.6rem;
  margin: 4.5rem auto 0;
}
body .qrqs-modal .modal-dialog .modal-content .modal-header {
  background: #E1EBF9;
}
body .qrqs-modal .modal-dialog .modal-content .modal-body img {
  max-width: 100%;
  height: auto;
}
body .qrqs-modal .modal-dialog .modal-content .modal-body p {
  font-size: 3.6rem;
  font-weight: 500;
}
body .xgbz-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 .xgbz-modal .main {
  width: 92.4rem;
  min-width: 92.4rem;
  background: #ffffff;
}
body .xgbz-modal .main .head {
  width: 100%;
  display: flex;
  align-items: center;
  background: #E1EBF9;
  padding: 1.1rem 1.7rem 1.4rem 1.9rem;
}
body .xgbz-modal .main .head span {
  color: #3885F8;
}
body .xgbz-modal .main .head img {
  margin-left: auto;
  width: 1.6rem;
  min-width: 1.6rem;
  height: 1.6rem;
}
body .xgbz-modal .main .popup-box {
  padding: 2.2rem 2.5rem 27.2rem 1.9rem;
}
body .xgbz-modal .main .popup-box .inputview {
  width: 53.1rem;
  height: 4.2rem;
  line-height: 4.2rem;
  text-align: center;
  margin: 0 auto 3.3rem;
  border: 0.1rem solid #EEEEEE;
  border-radius: 0.2rem;
}
body .xgbz-modal .main .popup-box .inputview input {
  color: #999999;
  text-align: center;
}
body .xgbz-modal .main .popup-box .button {
  background: #3885F8;
  color: #FFFFFF;
  border-radius: 0.8rem;
  width: 53.1rem;
  min-width: 53.1rem;
  height: 4.8rem;
  line-height: 4.8rem;
  text-align: center;
  font-size: 1.6rem;
  margin: 4.5rem auto 0;
}
body .xgbz-modal2 {
  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 .xgbz-modal2 .main {
  width: 92.4rem;
  min-width: 92.4rem;
  background: #ffffff;
}
body .xgbz-modal2 .main .head {
  width: 100%;
  display: flex;
  align-items: center;
  background: #E1EBF9;
  padding: 1.1rem 1.7rem 1.4rem 1.9rem;
}
body .xgbz-modal2 .main .head span {
  color: #3885F8;
}
body .xgbz-modal2 .main .head img {
  margin-left: auto;
  width: 1.6rem;
  min-width: 1.6rem;
  height: 1.6rem;
}
body .xgbz-modal2 .main .popup-box {
  padding: 2.2rem 2.5rem 5rem 1.9rem;
}
body .xgbz-modal2 .main .popup-box .item {
  padding: 3.7rem 2.6rem 2.8rem;
  border: 1px solid #DFE1E6;
}
body .xgbz-modal2 .main .popup-box .item .one {
  display: flex;
  border-bottom: 0.1rem dashed #DFE1E6;
  padding-bottom: 2.2rem;
  margin-bottom: 2.2rem;
}
body .xgbz-modal2 .main .popup-box .item .one .duihao2 {
  width: 6.3rem;
  min-width: 6.3rem;
  height: 6.3rem;
  border-radius: 50%;
  margin-right: 1.5rem;
}
body .xgbz-modal2 .main .popup-box .item .one .other {
  flex: 1 1 auto;
}
body .xgbz-modal2 .main .popup-box .item .one .other .freight {
  font-size: 2.4rem;
  font-weight: bold;
  color: #333333;
  padding: 1.2rem 0;
}
body .xgbz-modal2 .main .popup-box .item .one .other .trackingnumber {
  font-size: 1.6rem;
  color: #999999;
}
body .xgbz-modal2 .main .popup-box .item .one .other .paynumber {
  font-size: 1.6rem;
  color: #999999;
}
body .xgbz-modal2 .main .popup-box .item .one .other .contacttelephone {
  font-size: 1.6rem;
  color: #999999;
}
body .xgbz-modal2 .main .popup-box .item .one .other .servicetime {
  font-size: 1.6rem;
  color: #999999;
}
body .xgbz-modal2 .main .popup-box .item .two {
  padding-left: 7.7rem;
}
body .xgbz-modal2 .main .popup-box .item .two .pay-button {
  width: 13.1rem;
  min-width: 13.1rem;
  height: 4.3rem;
  border-radius: 0.4rem;
  font-size: 1.8rem;
  text-align: center;
  line-height: 4.3rem;
}
body .xgbz-modal2 .main .popup-box .item .two .yizhifu {
  color: #18BC9C;
  border: 0.1rem solid #18BC9C;
}
body .xgbz-modal2 .main .popup-box .item .two .weizhifu {
  background: #3885F8;
  border: 0.1rem solid #3885F8;
  color: #ffffff;
}
body #dengjidingdantijiao .modal-dialog .modal-content .header {
  background: #E1EBF9;
}
body .pj-modal .modal-dialog .modal-content {
  width: 92.4rem;
  min-width: 92.4rem;
  background: #ffffff;
}
body .pj-modal .modal-dialog .modal-content .header {
  width: 100%;
  display: flex;
  align-items: center;
  background: #E1EBF9;
  padding: 1.1rem 1.7rem 1.4rem 1.9rem;
}
body .pj-modal .modal-dialog .modal-content .header span {
  color: #3885F8;
}
body .pj-modal .modal-dialog .modal-content .popup-box {
  padding: 2.2rem 2.5rem 5rem 1.9rem;
}
body .pj-modal .modal-dialog .modal-content .popup-box .header .image {
  width: 5rem;
}
body .pj-modal .modal-dialog .modal-content .popup-box .header .other .name {
  font-size: 1.6rem;
  color: #333333;
}
body .pj-modal .modal-dialog .modal-content .popup-box .header .other .number {
  font-size: 1.4rem;
  color: #333333;
}
body .pj-modal .modal-dialog .modal-content .popup-box .row1 .label {
  font-size: 1.4rem;
  font-weight: 600;
  color: #333333;
  margin-right: 4.2rem;
}
body .pj-modal .modal-dialog .modal-content .popup-box .row1 .list {
  display: flex;
  align-items: center;
}
body .pj-modal .modal-dialog .modal-content .popup-box .row1 .list .image {
  width: 2.8rem;
  min-width: 2.8rem;
  height: 2.8rem;
  margin-right: 2.8rem;
}
body .pj-modal .modal-dialog .modal-content .popup-box .row1 span {
  font-size: 1.6rem;
  color: #333333;
}
body .pj-modal .modal-dialog .modal-content .popup-box .row2 .label {
  font-size: 1.4rem;
  font-weight: 600;
  color: #333333;
  margin-right: 4.2rem;
}
body .pj-modal .modal-dialog .modal-content .popup-box .row2 .list {
  display: flex;
  align-items: center;
}
body .pj-modal .modal-dialog .modal-content .popup-box .row2 .list .image {
  width: 2.8rem;
  min-width: 2.8rem;
  height: 2.8rem;
  margin-right: 2.8rem;
}
body .pj-modal .modal-dialog .modal-content .popup-box .row2 span {
  font-size: 1.6rem;
  color: #333333;
}
body .pj-modal .modal-dialog .modal-content .popup-box .row3 .label {
  font-size: 1.4rem;
  font-weight: 600;
  color: #333333;
  margin-right: 4.2rem;
}
body .pj-modal .modal-dialog .modal-content .popup-box .row3 .list {
  display: flex;
  align-items: center;
}
body .pj-modal .modal-dialog .modal-content .popup-box .row3 .list .image {
  width: 2.8rem;
  min-width: 2.8rem;
  height: 2.8rem;
  margin-right: 2.8rem;
}
body .pj-modal .modal-dialog .modal-content .popup-box .row3 span {
  font-size: 1.6rem;
  color: #333333;
}
body .pj-modal .modal-dialog .modal-content .popup-box .textarea {
  width: 100%;
  height: 10.7rem;
  background: #F7F7F9;
  border-radius: 0.8rem;
  margin-bottom: 7.7rem;
  outline: 0;
  border: 0;
  padding: 2rem 2.8rem;
}
body .pj-modal .modal-dialog .modal-content .popup-box .button {
  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;
}

#copystr {
  display: none;
}

.popover .popover-body .paypopover-content {
  font-size: 1.4rem;
}
.popover .popover-body .paypopover-content .row .label {
  text-align: right;
}

#alertdanger {
  position: fixed;
  top: 10rem;
  z-index: 9999;
  right: 0;
}

.shoujianpopover-content .row1 {
  font-size: 1.8rem;
}
.shoujianpopover-content .row1 .name {
  color: #333333;
}
.shoujianpopover-content .row1 .phone {
  color: #999999;
}
.shoujianpopover-content .row2 {
  font-size: 1.6rem;
}
.shoujianpopover-content .row2 .tomode {
  color: #F39C12;
}
.shoujianpopover-content .row2 .adr {
  color: #999999;
}
.shoujianpopover-content .row3 {
  font-size: 1.6rem;
}
.shoujianpopover-content .row4 {
  font-size: 1.6rem;
  color: #3885F8;
}
.shoujianpopover-content .row5 {
  font-size: 1.6rem;
  color: #999999;
}

.paypopover-content {
  position: absolute;
  left: 50%;
  bottom: -2rem;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.16);
  background: #ffffff;
  margin-top: -10.35rem;
  padding: 0.8rem 1.4rem 0.7rem 2.4rem;
  width: 29.5rem;
  min-width: 29.5rem;
}
.paypopover-content > div {
  display: flex;
}
.paypopover-content > div .label {
  width: 14.9rem;
  min-width: 14.9rem;
  color: #999999;
  text-align: right;
}
.paypopover-content > div .value {
  color: #333333;
  flex: 1 1 auto;
  text-align: right;
}
.paypopover-content::before {
  content: "";
  position: absolute;
  bottom: 2rem;
  left: -1.5rem;
  margin-top: -1.25rem;
  height: 2.5rem;
  width: 1.5rem;
  background: url("../images/arrow7.png") no-repeat;
}

/*# sourceMappingURL=wodedingdan.css.map */
