.content-frame {
	width: 100%;
	padding: 55px 100px;
}
.content-frame .m-form {
	width: 78%;
	position: relative;
	margin :auto;
	text-align: center;
}

.content-frame .m-form label {
	vertical-align: 10px\9;
}
.content-frame .m-form .btn-submit {
	display: inline-block;
	padding: 7.5px 30px;
	vertical-align: bottom;
	vertical-align: top\9;
	margin-left: 20px;
}
.sod_select {
	margin-left: 18px;
}

.map-wrap {
	position: relative;
	width: 100%;
	height: 691px;
}


.water-data-overlay {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	margin: auto;
	width: 680px;
	height: 590px;
	border-radius: 20px;
    -moz-box-shadow: -1px 0px 12px 1px #D0CFD0;
    -webkit-box-shadow: -1px 0px 12px 1px #D0CFD0;
    box-shadow: -1px 0px 12px 1px #D0CFD0;	
    background:#fff url(../img/icon_dt.png) no-repeat center bottom;
    display: none;
}
.water-data-overlay .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #DADADA;
    font-size: 20px;
    cursor: pointer;	
}
.water-data-overlay .btn-close:hover {
	color: #0087D3;
}
.yes-data-wrap, .no-data-wrap {
	display: none;
}
.no-data-wrap {
	text-align: center;
	padding-top: 140px;
}
.no-data-wrap p {
	margin-top: 20px;
	font-size: 30px;
	color: #3D3D3D;
}

.water-data-overlay .water-header {
	padding: 40px 0 20px 0;
	text-align: center;
	line-height: 18px;
}
.water-data-overlay .water-header .title {
	color: #333;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 20px;
}

.water-data-overlay .water-header .water-data-desc {
	color: #1e95d7;
	font-size: 12px;
	padding: 0 30px;
}

.water-data-overlay .panel-wrap {
	padding-left: 10px;
}

.water-data-overlay .panel-wrap .panel {
	position: relative;
	width: 155px;
	height: 155px;
	margin-left: 50px;
	background: url(../img/icon_ct.png) no-repeat top center;
}
.water-data-overlay .panel-wrap .panel .circle-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 155px;
	height: 155px;	
}
.water-data-overlay .panel-wrap .panel .circle-box  img {
	position: absolute;
	top: 9px;
	left: 9px;
}

@-webkit-keyframes rotate {
  0%,
  100% {
    -webkit-transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}
@-moz-keyframes rotate {
  0%,
  100% {
    -moz-transform: rotate(-90deg);
  }
  100% {
    -moz-transform: rotate(180deg);
  }
}
@-o-keyframes rotate {
  0%,
  100% {
    -o-transform: rotate(-90deg);
  }
  100% {
    -o-transform: rotate(180deg);
  }
}
@-ms-keyframes rotate {
  0%,
  100% {
    -ms-transform: rotate(-90deg);
  }
  100% {
    -ms-transform: rotate(180deg);
  }
}
@keyframes rotate {
  0%,
  100% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
.circle-ratate{
/*  -moz-animation: rotate 4s linear infinite;
  -webkit-animation: rotate 4s linear infinite;
  -o-animation: rotate 4s linear infinite;
  -ms-animation: rotate 4s linear infinite;
  animation: rotate 4s linear infinite;*/
  -moz-animation: rotate 3s linear;
  -webkit-animation: rotate 3s linear;
  -o-animation: rotate 3s linear;
  -ms-animation: rotate 3s linear;
  animation: rotate 3s linear;  
}

.water-data-overlay .panel-wrap .panel h4 {
	color: #747474;
	font-size: 25px;
	text-align: center;
	margin-top: 60px;
	font-family: arial;
	font-weight: normal;
}



.water-data-overlay .panel-wrap .panel .watch-explain {
	position: relative;
	text-align: center;
	margin-top: 30px;
}
.water-data-overlay .panel-wrap .panel .watch-explain a {
	position: relative;
	display: inline-block;
	width: 84px;
	height: 24px;
	margin: auto;
	line-height: 24px;
	background: #EDEDED;
	border-radius: 20px;
	color: #c0c0c0;
	font-size: 12px;
	text-align: left;
	padding-left: 10px;
}
.water-data-overlay .panel-wrap .panel .watch-explain a span {
	position: absolute;
	right: 1px;
	top: 1px;
	font-size: 20px;
}

.water-data-overlay .panel-wrap .panel .watch-explain .explain-downmenu-box {
	position: absolute;
	top: 20px;
	left: -14px;
	width: 182px;
	height: 286px;
/*	background: #fff url(../img/bk.png) no-repeat bottom center;*/
	z-index: 999;
/*    -moz-box-shadow: -1px 0px 12px 1px #D0CFD0;
    -webkit-box-shadow: -1px 0px 12px 1px #D0CFD0;
    box-shadow: -1px 0px 12px 1px #D0CFD0;	
    border-radius: 6px;	*/
    display: none;
}
.downmenu1 {
	background: url(../img/f1.png) no-repeat center center;
	background: 100% auto;
}
.downmenu2 {
	background: url(../img/f2.png) no-repeat center center;
	background: 100% auto;	
}
.downmenu3 {
	background: url(../img/f3.png) no-repeat center center;
	background: 100% auto;	
}
/*.watch-explain .explain-downmenu-box:before, .watch-explain .explain-downmenu-box:after{
    content: "";
    position: absolute;
    bottom: 100%;
    left: 77px;
    border: solid transparent;
    height: 0;
    width: 0;
    pointer-events: none;   
}
.watch-explain .explain-downmenu-box:before {
    margin-right: -2px;
    border-color: rgba(212, 212, 212, 0);
    border-bottom-color: #d4d4d4;
    border-width: 8px;
    text-shadow: 0 7px 7px rgba(0,0,0,.5);
}
.watch-explain .explain-downmenu-box:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 6px;
}*/
/*.watch-explain .explain-downmenu-box .data-list {
	font-size: 13px;
	color: #7c7b7b;
	line-height: 24px;
    margin-top: 10px;
    margin-left: 20px;	
}
.watch-explain .explain-downmenu-box .data-list span {
	display: inline-block;
	width:  80px;
	text-align: left;
	margin-left: 10px;
}
.watch-explain .explain-downmenu-box .text-word {
	font-size: 10px;
	font-size: .3rem;
	margin-top: -35px;	
	color: #fff;
}
 .watch-explain .explain-downmenu-box .text-word h4{
 	color: #1e95d7;
 	font-size: 20px;
 	margin-bottom: 14px;
 }*/

 .water-data-line {
 	text-align: center;
 }

.explan-word{
  	color: #7c7b7b;
  	font-size: 12px;
  	line-height: 18px;
  	padding: 10px 20px;
}
.explan-word li {
	color: both;
}
.explan-word strong {
	color: #6fbbe5;
	display: inline-block;
	float: left;
	margin-right: 4px;
}

.btn-more-see {
    display: inline-block;
    margin: auto;
    margin-top: -10px;
    border-radius: 20px;
    font-size: 14px;
}
.sod_select {
	width: 23%
}