.MainView {
  position: relative;
}

.climateMap {
  width: 100%;
  height: 736px;
}
.chooseYear {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #fff;
}
.choosePlace {
  position: absolute;
  width: 120px;
  top: 20px;
  left: 640px;
}
.choosePlace ul li {
  width: 120px;
  height: 40px;
  border-radius: 20px;
  background: #56b1f9;
  display: flex;
  margin-bottom: 10px;
  cursor: pointer;
}
.choosePlace ul li.cur,
.choosePlace ul li:hover {
  background: #00579d;
}
.choosePlace p {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fffefe;
}
.choosePlace i {
  width: 20px;
  height: 20px;
  background: url("/m2/i/xinjiang/ybICon.png") no-repeat;
  background-size: 100% 100%;
  margin: 10px;
}
.choosePlace ul li:nth-child(2) i {
  background: url("/m2/i/xinjiang/sdICon.png") no-repeat;
  background-size: 100% 100%;
}
.introBox {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 390px;
  height: 736px;
  box-sizing: border-box;
  padding: 0 20px;
  background: linear-gradient(106deg, #DBDCDE 0%, rgba(255,255,255,0.8) 100%);
  border-radius: 20px 0px 0px 20px;
}
.introBoxTop{
	width: 100%;
	display: flex;
	height: 60px;
	line-height: 60px;
}
.introBoxTop img{
	width: 30px;
	height: 30px;
	padding: 14px 0;
}
.introBoxTop .titletime{
	font-size: 14px;
	width: 100px;
}
.introBox .titlename {
  width: 100%;
  height: 58px;
  line-height: 58px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #4a4e58;
}
.introBox .introImg {
  width: 350px;
  height: 196px;
  margin-top: 20px;
}
.introBox .introContent {
  width: 100%;
  height: 155px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4a4e58;
  line-height: 20px;
  overflow-y: scroll;
  padding-right: 20px;
  text-align: justify;
  margin-bottom: 20px;
}
.introContent::-webkit-scrollbar {
  width: 10px !important;
}

.introContent::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #4a4e58;
}
.introBox ul {
  display: flex;
  justify-content: space-between;
}
.introBox ul li {
  width: 110px;
  height: 227px;
  background: linear-gradient(-6deg, #FFFFFF 0%, rgba(255,255,255,0) 100%);
  border-radius: 0px 0px 8px 8px;
}
.introBox ul li .time {
  width: 110px;
  height: 40px;
  background: linear-gradient(0deg, #87C8DB 0%, #00C2B0 100%);
  border-radius: 8px 8px 0px 0px;
  line-height: 40px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.introBox ul li span {
  width: 40px;
  height: 40px;
  display: block;
  margin: 10px auto;
}
.introBox ul li .temp {
  width: 100%;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4a4e58;
  text-align: center;
}
.weather_icons {
    display: flex;
    padding: 0 14px;
}
.weather_icons img{
	width: 20px;
	height: 20px;
	display: block;
	margin: 20px auto;
}
.custom-content-marker{
    width: 204px;height: 66px;border: 1px solid #FFFFFF;background: #fff !important;
    opacity: 0.9;border-radius: 5px;box-shadow: 0px 3px 8px 0px rgba(12,4,7,0.2); 
}
.custom-content-marker a{
    display: block;width:100%;height:36px;display: flex;align-items: center;margin-top: 30px;
}
.close-btn{
	color: #4A4E58 !important;
}
span.custom-content-city{
	width: 204px;height: 30px;
	background: linear-gradient(180deg, #00C2B0 0%, #0E5AA3 100%);
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
	position: absolute;
}
