.white {
  color: white;
}
.blue {
  color: #4093ef;
}
.lightBlue {
  color: #4093ef;
}
.green {
  color: #2EB47A;
}
.orange {
  color: #FF7B5A;
}
.fontGrey {
  color: #979797;
}
.backBlue {
  background-color: rgba(164, 207, 255, 0.3);
}
.backDarkBlue {
  background-color: #4093ef;
}
.backBlack {
  background-color: black;
}
.greyBack {
  background-color: rgba(100, 100, 100, 0.2);
}
/*以前是透明的*/
.backWhite {
  background-color: #ffffff;
}
.flexBox {
  display: flex;
  align-items: center;
}
.flex1 {
  flex: 1;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.wh20p {
  width: 20%;
  float: left;
}
.wh25p {
  width: 25%;
  float: left;
}
.wh50p {
  width: 50%;
  float: left;
}
.pd10 {
  padding: 10px;
}
.mg10 {
  margin: 10px;
}
.mgt10 {
  margin-top: 10px;
}
.mgt20 {
  margin-top: 20px;
}
.mgr10 {
  margin-right: 10px;
}
.mgl10 {
  margin-left: 10px;
}
.mgb35 {
  margin-bottom: 35px;
}
.font12 {
  font-size: 12px !important;
}
.font14 {
  font-size: 14px !important;
}
.font15 {
  font-size: 15px !important;
}
.font18 {
  font-size: 18px !important;
}
.fontBold {
  font-weight: bold;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hand {
  cursor: pointer;
}
.icon {
  width: 15px;
  height: 15px;
}
.hide {
  display: none;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.vertical-center-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vertical-center-modal .ivu-modal {
  top: 0;
}
li {
  list-style-type: none;
}
a {
  color: inherit;
  text-decoration: none;
}
[v-cloak] {
  display: none;
}
html,
body,
#web_index {
  width: 100%;
  height: 100%;
}
.insiHead {
  position: absolute;
  top: 0;
  z-index: 1;
}
#mapContainer {
  position: fixed;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.leftList {
  position: absolute;
  top: 4px;
  left: 64px;
  font-size: 14px;
}
.leftList .tabulatorBar {
  min-width: 468px;
  text-align: center;
}
.leftList .tabulatorBar .findShipTab {
  float: left;
  border-bottom: 0px;
  background: none;
  /*  padding: 0 40px;*/
  line-height: 24px;
  cursor: pointer;
  height: 24px;
  background-color: #e7f2ff;
  width: 33.3%;
  z-index: 11;
  color: #222;
}
.leftList .tabulatorBar .findGoodsTab {
  float: left;
  border-bottom: 0px;
  background: none;
  /*  padding: 0 40px;*/
  line-height: 24px;
  cursor: pointer;
  height: 24px;
  background-color: #e7f2ff;
  width: 33.3%;
  z-index: 10;
  color: #222;
}
.leftList .tabulatorBar .myShipTab {
  float: left;
  border-bottom: 0px;
  background: none;
  /*  padding: 0 40px;*/
  line-height: 24px;
  cursor: pointer;
  height: 24px;
  background-color: #e7f2ff;
  width: 33.3%;
  z-index: 9;
  color: #222;
}
.leftList .tabulatorBar .curChosen {
  float: left;
  border-bottom: 0px;
  background: none;
  /*  padding: 0 40px;*/
  line-height: 24px;
  cursor: pointer;
  height: 24px;
  background-color: #4093ef;
  width: 33.3%;
  color: #fff;
}
.leftList .switchList {
  position: relative;
}
.leftList .toggle {
  position: absolute;
}
.leftList .toggle .toggleLeftList {
  position: absolute;
  right: -15px;
  top: 200px;
  cursor: pointer;
}
.blueBorder {
  height: 3px;
  background: #4093ef;
  position: relative;
}
#filter_findShip,
#filter_findGoods {
  z-index: 2;
  width: 468px;
  font-size: 14px;
  background-color: rgba(231, 242, 255, 0.8);
}
#filter_findShip .panel,
#filter_findGoods .panel {
  padding: 8px 8px 0 8px;
}
#filter_findShip .panel .searchIcon,
#filter_findGoods .panel .searchIcon {
  position: absolute;
  left: 95px;
  top: 14px;
}
#filter_findShip .panel .cross,
#filter_findGoods .panel .cross {
  position: absolute;
  right: 15px;
  top: 0.14px;
}
#filter_findShip .panel .chosenInputType,
#filter_findGoods .panel .chosenInputType {
  background-color: #4093ef;
  color: white;
}
#filter_findShip .panel .unChosenInputType,
#filter_findGoods .panel .unChosenInputType {
  background-color: white;
  color: #979797;
}
#filter_findShip .panel input,
#filter_findGoods .panel input {
  font-size: 14px;
}
#filter_findShip .panel .chooseInputTypeLeft,
#filter_findGoods .panel .chooseInputTypeLeft {
  display: inline-block;
  width: 38px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#filter_findShip .panel .chooseInputTypeRight,
#filter_findGoods .panel .chooseInputTypeRight {
  display: inline-block;
  width: 38px;
  height: 26px;
  line-height: 26px;
  margin-left: -4px;
  text-align: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#filter_findShip .panel .keyword,
#filter_findGoods .panel .keyword {
  margin-top: -2px;
  margin-left: 3px;
  padding-left: 10px;
  height: 26px;
  width: 368px;
  line-height: 26px;
  outline: none;
  border: none;
  background-color: white;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#filter_findShip .panel .option,
#filter_findGoods .panel .option {
  font-size: 14px;
  padding: 8px 0px 2px 0px;
}
#filter_findShip .panel .option span,
#filter_findGoods .panel .option span {
  width: 64px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
#filter_findShip .panel .option .hand,
#filter_findGoods .panel .option .hand {
  text-align: center;
}
#filter_findShip .panel .option .icon,
#filter_findGoods .panel .option .icon {
  margin-top: -10px;
}
#filter_findShip .panel .alternativeList,
#filter_findGoods .panel .alternativeList {
  position: absolute;
  background-color: #ffffff;
  line-height: 25px;
  width: 95%;
  padding: 5px;
  height: 260px;
  overflow-y: scroll;
  z-index: 2;
}
#filter_findShip .panel .alternativeList li,
#filter_findGoods .panel .alternativeList li {
  cursor: pointer;
  border-bottom: 1px dashed #E8E7E3;
}
#filter_findShip .panel .alternativeList li:hover,
#filter_findGoods .panel .alternativeList li:hover {
  background-color: rgba(164, 207, 255, 0.3);
}
#filter_findShip .searchOptionContainer,
#filter_findGoods .searchOptionContainer {
  z-index: 1;
  position: relative;
}
#filter_findShip .searchOptionContainer .seaArea,
#filter_findGoods .searchOptionContainer .seaArea {
  position: absolute;
  background-color: #ffffff;
  display: inline-block;
  width: 100%;
  top: 4px;
  padding: 4px;
}
#filter_findShip .searchOptionContainer .seaArea li,
#filter_findGoods .searchOptionContainer .seaArea li {
  display: inline-block;
  line-height: 30px;
  height: 30px;
  width: 100px;
  background: #EEE;
  text-align: center;
  margin: 5px 7px;
  position: relative;
  cursor: pointer;
}
#filter_findShip .searchOptionContainer .seaArea li .icon,
#filter_findGoods .searchOptionContainer .seaArea li .icon {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
#filter_findShip .searchOptionContainer .emptyShipPort,
#filter_findGoods .searchOptionContainer .emptyShipPort {
  left: 0px;
  right: 0px;
  position: absolute;
  top: 4px;
  background-color: #ffffff;
}
#filter_findShip .searchOptionContainer .emptyShipPort .portList,
#filter_findGoods .searchOptionContainer .emptyShipPort .portList {
  /*.port{
					width: 119px;
					border-right: none;
				}*/
}
#filter_findShip .searchOptionContainer .emptyShipPort .portList div,
#filter_findGoods .searchOptionContainer .emptyShipPort .portList div {
  overflow-y: auto;
  height: 160px;
  float: left;
  border-right: 1px dashed #E8E7E3;
  padding: 8px;
}
#filter_findShip .searchOptionContainer .emptyShipPort .portList div li,
#filter_findGoods .searchOptionContainer .emptyShipPort .portList div li {
  line-height: 26px;
  height: 26px;
  border-bottom: 1px dashed #E8E7E3;
  cursor: pointer;
}
#filter_findShip .searchOptionContainer .emptyShipPort .portList .province,
#filter_findGoods .searchOptionContainer .emptyShipPort .portList .province {
  width: 100px;
}
#filter_findShip .searchOptionContainer .emptyShipPort .portList .city,
#filter_findGoods .searchOptionContainer .emptyShipPort .portList .city {
  width: 300px;
  border-right: none;
}
#filter_findShip .searchOptionContainer .emptyShipPort .portList .city li,
#filter_findGoods .searchOptionContainer .emptyShipPort .portList .city li {
  display: inline-block;
  width: 50px;
  cursor: pointer;
}
#filter_findShip .searchOptionContainer .emptyShipPort .btns div,
#filter_findGoods .searchOptionContainer .emptyShipPort .btns div {
  text-align: center;
  color: white;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
}
#filter_findShip .searchOptionContainer .emptyShipPort .btns .lightBlueBtn,
#filter_findGoods .searchOptionContainer .emptyShipPort .btns .lightBlueBtn {
  background-color: #4093ef;
  cursor: pointer;
}
#filter_findShip .searchOptionContainer .emptyShipPort .btns .blueBtn,
#filter_findGoods .searchOptionContainer .emptyShipPort .btns .blueBtn {
  background-color: #4093ef;
  cursor: pointer;
}
#filter_findShip .searchOptionContainer .weightRange,
#filter_findGoods .searchOptionContainer .weightRange {
  left: 0px;
  right: 0px;
  position: absolute;
  top: 04px;
  background-color: #ffffff;
  padding: 8px;
}
#filter_findShip .searchOptionContainer .weightRange .range,
#filter_findGoods .searchOptionContainer .weightRange .range {
  line-height: 26px;
  height: 26px;
  width: 140px;
  display: inline-block;
  text-align: center;
  background: #EEE;
  margin: 3px 5px;
  position: relative;
  cursor: pointer;
}
#filter_findShip .searchOptionContainer .weightRange .range .icon,
#filter_findGoods .searchOptionContainer .weightRange .range .icon {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
#filter_findShip .searchOptionContainer .weightRange .userDefined,
#filter_findGoods .searchOptionContainer .weightRange .userDefined {
  padding: 8px 5px;
}
#filter_findShip .searchOptionContainer .weightRange .userDefined input,
#filter_findGoods .searchOptionContainer .weightRange .userDefined input {
  border: none;
  outline: none;
  background-color: #E1E1E1;
  width: 146px;
  padding-left: 10px;
  line-height: 30px;
  height: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#filter_findShip .searchOptionContainer .weightRange .userDefined .line,
#filter_findGoods .searchOptionContainer .weightRange .userDefined .line {
  display: inline-block;
  width: 10px;
  margin: 5px;
  border-bottom: 1px dashed #979797;
}
#filter_findShip .searchOptionContainer .weightRange .userDefined .greenBtn,
#filter_findGoods .searchOptionContainer .weightRange .userDefined .greenBtn {
  display: inline-block;
  width: 44px;
  background-color: #2EB47A;
  color: white;
  font-size: 15px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  margin-left: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  float: right;
  cursor: pointer;
}
#filter_findShip .searchOptionContainer .weightRange .userDefined .blueBtn,
#filter_findGoods .searchOptionContainer .weightRange .userDefined .blueBtn {
  display: inline-block;
  width: 48px;
  background-color: #4093ef;
  color: white;
  font-size: 15px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  float: right;
  cursor: pointer;
}
#filter_findShip .searchOptionContainer .emptyShipDate,
#filter_findGoods .searchOptionContainer .emptyShipDate {
  left: 0px;
  right: 0px;
  position: absolute;
  top: 04px;
  background-color: #ffffff;
  padding: 08px;
}
#filter_findShip .searchOptionContainer .emptyShipDate input,
#filter_findGoods .searchOptionContainer .emptyShipDate input {
  border: none;
  outline: none;
  background-color: #E1E1E1;
  line-height: 30px;
  height: 30px;
  padding-left: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#filter_findShip .searchOptionContainer .emptyShipDate .line,
#filter_findGoods .searchOptionContainer .emptyShipDate .line {
  display: inline-block;
  width: 10px;
  margin: 1px;
  border-bottom: 1px dashed #979797;
}
#filter_findShip .searchOptionContainer .emptyShipDate .blueBtn,
#filter_findGoods .searchOptionContainer .emptyShipDate .blueBtn {
  display: inline-block;
  width: 44px;
  background-color: #4093ef;
  color: white;
  font-size: 15px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  float: right;
  cursor: pointer;
}
#filter_findShip .searchOptionContainer .emptyShipDate .greenBtn,
#filter_findGoods .searchOptionContainer .emptyShipDate .greenBtn {
  display: inline-block;
  width: 44px;
  background-color: #2EB47A;
  color: white;
  font-size: 15px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  margin-left: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  float: right;
  cursor: pointer;
}
#filter_findGoods .panel .keyword {
  width: 440px;
}
#findShip .totalRecordDiv {
  padding: 3px 10px;
}
#findShip,
#myShip {
  background-color: white;
  margin-top: 6px;
  box-shadow: 0px 0px 15px -5px #666;
  overflow-y: auto;
  overflow-x: hidden;
  min-width: 468px;
  max-height: 530px;
}
#findShip table,
#myShip table {
  width: 100%;
}
#findShip table thead,
#myShip table thead {
  /*border-bottom:1px dashed #ccc;
			border-top:1px dashed #ccc;*/
  background-color: rgba(231, 242, 255, 0.8);
}
#findShip table thead tr,
#myShip table thead tr {
  line-height: 28px;
  height: 28px;
}
#findShip table td,
#myShip table td,
#findShip table th,
#myShip table th {
  border-bottom: 1px dashed #ccc;
  font-size: inherit;
  padding: 0 0 0 2px;
}
#findShip table tr,
#myShip table tr {
  line-height: 42px;
  height: 42px;
}
#findShip table .col1,
#myShip table .col1 {
  width: 85px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
}
#findShip table .col2,
#myShip table .col2 {
  width: 52px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#findShip table .col3,
#myShip table .col3 {
  width: 38px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#findShip table .col4,
#myShip table .col4 {
  width: 70px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
#findShip table .col5,
#myShip table .col5 {
  width: 74px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
#findShip table .col6,
#myShip table .col6 {
  padding: 0 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#findShip table .col7,
#myShip table .col7 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 8px;
  text-align: center;
}
#findShip table .col8,
#myShip table .col8 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 8px;
}
#findShip table td.col8,
#myShip table td.col8 {
  font-size: 12px;
}
#findShip table .col9,
#myShip table .col9 {
  width: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shipInfoPanel {
  position: fixed;
  top: 130px;
  right: 10px;
  width: 400px;
  background-color: white;
  cursor: move;
  z-index: 1000;
}
.shipInfoPanel .shipName {
  background-color: #EBF0F4;
  font-size: 14px !important;
  font-weight: bold;
  color: #4093ef;
  height: 26px;
  line-height: 26px;
}
.shipInfoPanel .shipName img {
  margin: 0px 10px;
}
.shipInfoPanel .shipName .cross {
  margin: 5px 6px;
  cursor: pointer;
}
.shipInfoPanel .col1 {
  width: 72px;
  display: inline-block;
}
.shipInfoPanel .col2 {
  width: 114px;
  display: inline-block;
}
.shipInfoPanel .col3 {
  width: 68px;
  display: inline-block;
}
.shipInfoPanel .col4 {
  width: 114px;
  display: inline-block;
}
.shipInfoPanel .col5 {
  width: 189px;
  display: inline-block;
}
.shipInfoPanel .content1 {
  margin: 10px 10px 0px 10px;
  background-color: #EBF0F4;
  line-height: 16px;
}
.shipInfoPanel .content2 {
  margin: 0px 10px;
  line-height: 16px;
}
.shipInfoPanel .content3 {
  margin: 0px 10px;
  background-color: #EBF0F4;
  line-height: 16px;
}
.shipInfoPanel .btns {
  margin: 6px 10px 10px 10px;
}
.shipInfoPanel .btns .bigBtn {
  width: 182px;
}
.shipInfoPanel .btns .middleBtn {
  width: 120px;
}
.shipInfoPanel .btns .btn {
  height: 24px;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.shipInfoPanel .btns .blueBorderBtn {
  color: #4093ef;
  border: 1px solid #4093ef;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.shipInfoPanel .btns .blueBackBtn {
  color: white;
  border: 1px solid #4093ef;
  background-color: #4093ef;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.historyVoyagePanel {
  position: fixed;
  top: 130px;
  left: 50px;
  width: 400px;
  background-color: white;
}
.historyVoyagePanel .close {
  margin: 5px;
}
.historyVoyagePanel .voyageItem {
  max-height: 400px;
  overflow: auto;
  padding-right: 10px;
}
.historyVoyagePanel .voyageItem .info {
  display: flex;
  align-items: stretch;
}
.historyVoyagePanel .voyageItem .info .col1 {
  width: 40px;
}
.historyVoyagePanel .voyageItem .info .col2 {
  display: flex;
  flex-direction: column ;
}
.historyVoyagePanel .voyageItem .info .col2 .dot {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-radius: 10px;
  background-color: #979797;
}
.historyVoyagePanel .voyageItem .info .col2 .blueDot {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-radius: 10px;
  background-color: #4093ef;
}
.historyVoyagePanel .voyageItem .info .col2 .lineTop {
  display: flex;
  justify-content: center;
  width: 30px;
}
.historyVoyagePanel .voyageItem .info .col2 .lineTop .lineFirst {
  width: 2px;
  height: 5px;
  border: 1px solid white;
}
.historyVoyagePanel .voyageItem .info .col2 .lineTop .line {
  background-color: #979797;
  width: 2px;
  height: 5px;
  border: 1px solid #979797;
}
.historyVoyagePanel .voyageItem .info .col2 .lineWrap {
  width: 30px;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.historyVoyagePanel .voyageItem .info .col2 .lineWrap .line {
  background-color: #979797;
  width: 2px;
  border: 1px solid #979797;
}
.historyVoyagePanel .voyageItem .info .col3 {
  flex: 1;
  padding-bottom: 12px;
}
.historyVoyagePanel .voyageItem::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.historyVoyagePanel .voyageItem::-webkit-scrollbar-thumb {
  background-color: #c2c2c2;
  background-clip: padding-box;
}
.QRCode {
  width: 206px;
  background-image: url("../new_images/shipList/codeBack.png");
  background-size: 100% 100%;
  position: fixed;
  top: 200px;
  left: 530px;
  text-align: center;
}
.QRCode img {
  width: 100px;
  height: 100px;
}
.pageControl {
  margin-top: 10px;
  text-align: center;
}
.pageControl input {
  width: 30px;
  text-align: center;
}
#findGoods {
  background-color: white;
  width: 468px;
  margin-top: 6px;
  box-shadow: 0px 0px 15px -5px #666;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 570px;
}
#findGoods table {
  width: 100%;
}
#findGoods table thead {
  background-color: rgba(231, 242, 255, 0.8);
}
#findGoods table thead tr {
  line-height: 28px;
  height: 28px;
}
#findGoods table th {
  font-weight: normal;
}
#findGoods table td,
#findGoods table th {
  border-bottom: 1px dashed #ccc;
  font-size: inherit;
  padding: 0 0 0 2px;
}
#findGoods table tr {
  line-height: 42px;
  height: 42px;
}
#findGoods table .col1 {
  width: 58px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 4px;
}
#findGoods table .col2 {
  width: 52px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#findGoods table .col3 {
  width: 65px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#findGoods table .col4 {
  width: 70px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#findGoods table .col5 {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#findGoods table .col6 {
  width: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#findGoods table .col7 {
  width: 0px;
}
#findGoods table .col7 .tips {
  position: fixed;
  left: 510px;
  height: 56px;
  width: 100px;
  background-color: white;
  border: none;
}
.goodsInfoPanel {
  position: fixed;
  top: 130px;
  right: 10px;
  width: 282px;
  background-color: white;
  padding: 13px ;
  z-index: 1000;
}
.goodsInfoPanel .goodser {
  padding-bottom: 8px;
  margin-bottom: 14px;
  border-bottom: 1px solid #E1E1E1;
}
.goodsInfoPanel .item {
  display: flex;
}
.goodsInfoPanel .item .itemName {
  flex: 1;
}
.goodsInfoPanel .item .itemValue {
  flex: 3;
}
.goodsInfoPanel .btns {
  margin-top: 8px;
  text-align: center;
}
.goodsInfoPanel .btns .bigBtn {
  width: 182px;
}
.goodsInfoPanel .btns .middleBtn {
  width: 120px;
}
.goodsInfoPanel .btns .btn {
  height: 24px;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.goodsInfoPanel .btns .blueBorderBtn {
  color: #4093ef;
  border: 1px solid #4093ef;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.goodsInfoPanel .btns .blueBackBtn {
  color: white;
  border: 1px solid #4093ef;
  background-color: #4093ef;
  width: 100%;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.redDot {
  position: fixed;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: red;
  z-index: 9;
}
.historyTime {
  position: fixed;
  top: 50px;
  left: 40px;
}
.historyTime .selectTime {
  background-color: #ffffff;
  padding: 10px;
}
.historyTime .selectTime input {
  background-color: #E1E1E1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  height: 28px;
  line-height: 28px;
  border: none;
}
.historyTime .selectTime .sureTime,
.historyTime .selectTime .return {
  background-color: #4093ef;
  padding: 6px 10px;
  height: 28px;
  line-height: 28px;
  color: white;
  cursor: pointer;
}
#rightOperation {
  position: fixed;
  right: 13px;
  top: 50px;
  z-index: 1;
}
#rightOperation .panelHead {
  text-align: right;
}
#rightOperation .panel {
  width: 264px;
}
#rightOperation .btns {
  vertical-align: middle;
}
#rightOperation .btns .orangeBtn {
  color: white;
  display: inline-block;
  width: 86px;
  background-color: #F0755C;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 0 10px #888;
}
#rightOperation .btns .whiteBtn {
  box-shadow: 0 0 10px #888;
  margin-left: -3px;
  color: #666666;
  display: inline-block;
  width: 86px;
  background-color: white;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
}
#rightOperation .avatar {
  vertical-align: middle;
  width: 60px;
  height: 60px;
  position: relative;
  display: inline-block;
  margin-left: 13px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
#rightOperation .avatar img {
  top: 3px;
  right: 3px;
  width: 54px;
  height: 54px;
  position: absolute;
  border-radius: 27px;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
}
#rightOperation .avaterShipper {
  box-shadow: 0px 0px 10px #888;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  position: relative;
  display: inline-block;
  margin-left: 13px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  /*background-image: url("../new_images/user/shipperBack.png")*/
}
#rightOperation .avaterShipper img {
  top: 3px;
  right: 3px;
  width: 54px;
  height: 54px;
  position: absolute;
  border-radius: 27px;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
}
#rightOperation .avatarGooder {
  box-shadow: 0px 0px 10px #888;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  position: relative;
  display: inline-block;
  margin-left: 13px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  /*background-image: url("../new_images/user/gooderBack.png")*/
}
#rightOperation .avatarGooder img {
  top: 3px;
  right: 3px;
  width: 54px;
  height: 54px;
  position: absolute;
  border-radius: 27px;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
}
#rightOperation .avatarUnlogin {
  vertical-align: middle;
  width: 60px;
  height: 60px;
  position: relative;
  display: inline-block;
  margin-left: 13px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  box-shadow: 0px 0px 10px #888;
}
#rightOperation .avatarUnlogin img {
  top: 3px;
  right: 3px;
  width: 54px;
  height: 54px;
  position: absolute;
  border-radius: 27px;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
}
#rightOperation .loginInfo {
  margin-top: 20px;
  background-color: #4093ef;
  color: white;
  height: 66px;
  line-height: 66px;
}
#rightOperation .loginInfo .userName {
  margin-left: 20px;
  font-size: 18px;
  width: 90px;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
}
#rightOperation .loginInfo .userType {
  font-size: 12px;
  display: inline-block;
  overflow: hidden;
}
#rightOperation .loginInfo .switchUserType {
  float: right;
  cursor: pointer;
  margin-right: 20px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
#rightOperation .linkList li {
  cursor: pointer;
  font-size: 15px;
  background-color: white;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #d4d4d4;
}
#rightOperation .linkList li img {
  margin-left: 20px;
}
#rightOperation .linkList li span {
  color: #666666;
  margin-left: 14px;
}
#rightOperation .contact {
  background-color: #d4e9ff;
  color: #4093ef;
  height: 48px;
  line-height: 48px;
}
#rightOperation .contact .serviceLine {
  margin-left: 20px;
  font-size: 12px;
}
#rightOperation .contact .tel {
  font-size: 18px;
  font-weight: bold;
}
#loading {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 99999;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  justify-content: center;
  -webkit-box-pack: center;
  align-items: center;
  -webkit-box-align: center;
  /* img{
    	width: 3.5rem;
    	height:3.5rem;
    	top: 50%;
    	left: 50%;
    	margin-top: -1.8rem;
    	margin-left: -1.75rem;
    	position: absolute;
    }*/
}
.loader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  border-radius: 100%;
  border: 5px solid;
  border-top-color: #4093ef;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-left-color: #4093ef;
  border-right-color: rgba(0, 0, 0, 0.1);
  -webkit-animation: loader 1s ease-in-out infinite;
  animation: loader 1s ease-in-out infinite;
}
@-webkit-keyframes loader {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes loader {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes loader {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loader {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
.amap-logo,
.amap-copyright {
  display: none !important;
}
.eventPic {
  position: absolute;
  right: 182px;
  top: 12px;
}
