@import url(./css.css?family=Open+Sans:400,300,700,600);
body{
  background: #EF3B5E;
  margin: 200px auto;
  font-family: 'Open Sans', sans-serif;
}
.screen {
  width: 280px;
  height: 480px;
  background: #FFEFFE;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0px 10px 33px 5px #6E1A2B;
}
.title{
  width: 280px;
  height: 70px;
  background: #2A3C4E;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.title-main {
  font-weight: 600;
  margin-top: 19px;
  font-size: 12px;
  letter-spacing: 3px;
}
.title-sub {
  font-weight: 300;
  font-size: 10px;
  margin-top: 2px;
  letter-spacing: 2px;
}
.map {
  width: 280px;
  height: 200px;
  background: #2A3C4E;
  overflow: hidden;
}
.map-s{
  width: 280px;
  height: 1px;
  background: #1C2833;
  box-shadow: 0px 0px 50px 20px #1C2833;
}
.info {
  width: 220px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  border-top: 1px solid #E0DDD7;
  color: #333;
}
b {
  float: right;
}
.road1{
  width: 5px;
  height: 180px;
  border-radius: 500px;
  background: #4A79A8;
  margin-left: 21px;
  margin-top: 10px;
  float: left;
}
.road2{
  width: 260px;
  height: 4px;
  border-radius: 500px;
  background: #4A79A8;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: 10px;
}
.go {
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  background: #EF3B5E;
  margin-top: -100px;
  margin-left: 160px;
  border-radius: 5000px;
  text-align: center;
  color: #fff;
  position: absolute; 
  box-shadow: 0px 0px 10px 3px #6E1A2B;
  cursor: pointer;
}