*{margin:0px;padding:0px;}
body{font-family: "Microsoft YaHei","微软雅黑","simsun","sans-serif","Hiragino Sans GB","STHeiti",Arial;background-color:#fff;font-size:85%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;position: relative;}
h1,h2,h3,h4,h5,h6,em{font-weight:normal;font-style:normal;}
table,td,tr{border:none;border-collapse:collapse;}
ul,li,ol{list-style:none;}
img,fieldset{border:medium none;display:block;}
img{vertical-align:left;}
a{outline:none;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;cursor: pointer;}
a:link,a:visited{color:#333;text-decoration:none;}
a:hover,a:active{color:#b30000;text-decoration:underline;}
a.ani{-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;}
.clear{clear:both;width:1px;overflow:hidden;height:0;}
.clearfix{*zoom: 1;}
.clearfix:after{clear: both;display: block;overflow: hidden;height: 0;visibility: hidden;content: ".";}
.hidden{display:none;}
.pull-left,.fl{float: left;}
.pull-right,.fr{float: right;}
.fdn{font-size: 0;text-indent: -999em;line-height: 0;}
.text-overflow{overflow: hidden;white-space: nowrap;-ms-text-overflow: ellipsis;text-overflow: ellipsis;}
h1{display: block;font-size: 0;line-height: 0px;text-indent: -999em;}
.mt10{margin-top: 10px;} .mt20{margin-top: 20px;}

.move_port{
  width: 190px;
  min-height: 109px;
  position: absolute;
  left: 0;
  top:0;
  cursor: pointer;
  z-index: 10000;
}
.move_port .head{
  width: 100%;
  height: 40px;
  background-color: #1f7707;
  position: relative;
  box-sizing: border-box;
  padding: 0 10px;
}
.move_port .head h2{
  font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 1px;
	color: #ffffff;
}
.close_btn{
  float: right;
  line-height: 44px;
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: .15px;
  right: 11px;
}
.move_port .container{
  width: 100%;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  background: #fff;
  padding: 6px;
}
.move_port .container .item{
  width: 100%;
  height: auto;
  margin-top: 5px;
}
.move_port .container .item:first-child{
  margin-top: 0;
}

.move_port .container .item img{
  width: 100%;
  height: 100%;
}
.move_port .container .img{
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px){
  .move_port{
    display: none;
  }
}