@charset "utf-8";
h1{
  color: #205ba9;
  letter-spacing: 4px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
h1 + p{
  text-align: center;
  font-size: 14px;
  color: #353847;
  margin: 10px;
}
.mapsection{
  overflow: hidden;
}
#main {
  width: 640px;
  height: 620px;
  margin-left: 100px;
  float: left;
}
.data-list{
  float: right;
  width: 240px;
  margin-right: 120px;
  color: #666;
  background-color: #FAFAFA;
  border: 1px solid #ddd;
  box-shadow: 0 0 4px 1px #ddd;
  border-radius: 5px;
  overflow: hidden;
}
.data-list .title{
  background-color: #DCDCDC;
  padding: 8px 10px;
}
.data-list ul{
  padding: 0 10px;
}
.data-list li{
  border-bottom: 1px solid #f1f1f1;
  padding: 4px 0;
  font-size: 14px;
  overflow: hidden;
}
.data-list li:before{
  content: " ";
  display: block;
  float: left;
  margin-top: 5px;
  margin-right: 5px;
  width: 4px;
  background: #0F4F80;
  height: 12px;
  border-radius: 2px;
}
.data-list li b{
  float: right;
  color: #0087be;
}

.total-sec {
  text-align: center;
  color: #666;
}
.total-sec .title{
  width: 600px;
  border-bottom: 1px solid #ddd;
  padding: 4px 0;
  margin: 20px auto;
}
.total-sec li{
  display: inline-block;
  vertical-align: top;
  margin: 0 120px;
}
.total-sec i{
  width: 57px;
  height: 57px;
  margin-right: 10px;
}
.total-sec i,.total-sec .amount{
  display: inline-block;
  vertical-align: middle;
}
.total-sec .quantity i{
  background: url(../images/quantity.png) no-repeat;
}
.total-sec .money i{
  background: url(../images/money.png) no-repeat;
}
.total-sec .amount{
  text-align: left;
  line-height: 1.4;
}
.total-sec span{
  font-size: 24px;
}
.total-sec .quantity p{
  color: #83b825;
}
.total-sec .money p{
  color: #efbc20;
}

@media screen and (max-width:768px) {
  .center{
    width: 100% !important;
  }
  #main{
    margin-left: 0;
    width: 100%;
  }
  .data-list{
    float: none;
  }
  canvas{
    height: auto!important;
  }
}