
/*右侧回到顶部duilian*/
body{position: relative;}
.close{width: 100%;height: 15px;text-align: right;}
.close img{display: inline-block;float: right;}
.ewm {width: 100px;height: auto;position: absolute;top: 400px;right: 7px;border: 1px solid #e5e5e5;z-index: 9999;background: #ffffff;}
.item{border-bottom: 1px dotted #E5E5E5;text-align: center;padding: 5px;}
.item img{width: 80px;height: 80px; }
.item p{font-size: 12px;font-family: "微软雅黑";line-height: 17px;}
.ewm .goUp {display: none;width: 100px;height: 38px;background: url("../image/arrow_up.png") center no-repeat #199d75;}

/*左侧侧回到顶部duilian*/
.left-close{width: 100%;height: 15px;text-align: right;}
.left-close img{display: inline-block;float: right;}
.left-ewm {width: 168px;height: auto;position: absolute;top: 400px;left: 7px;border: 1px solid #e5e5e5;z-index: 9999;background: #ffffff;}
.left-item{border-bottom: 1px dotted #E5E5E5; text-align: center;}
.left-item img{width: 150px;height: 300px; }
.left-item p{font-size: 15px; font-family: "微软雅黑";}
.left-ewm .goUp {display: none;width: 100px;height: 38px;background: url("../image/arrow_up.png") center no-repeat #199d75;}
