﻿@charset "utf-8";
/* CSS Document */
.sidebar-row {
     margin-right: -30px; 
    margin-left: -30px;
}
.EmCommentBtn{
	width:100px;
	text-align:center;}
.EmCommentBtnfol{
	float:left;
	margin-top:8px;}
.EmCommentrow{
	background-color:#ffffff;
	margin-top:15px;
}
.EmCommenth4{
	margin-top:15px;
	color:#4482b3;
	font-weight:600;
}
.EmCommentspan{
	color:#000;
	font-weight:600;
	margin-left:15px;
	}
.selectinfospan{
	color:#000;
	font-weight:600;
	font-size:16px;
    margin-left:7px;
	}
.EmCommentwhy{
	color:#000;
	font-weight:600;
     text-align:left;
	font-size:18px;
     width:740px !important;
    word-wrap: break-word;
    word-break: break-all;
}
.EmCommentspantwo{
	color:#A8A7A7;
	font-weight:600;
	margin-left:15px;
	}
.EmCommentp{
	color:#4482b3;
	margin-top:15px;
	font-weight:600;
    text-align:left;
	margin-left:55px;
	width:900px;
     word-wrap: break-word;
    word-break: break-all;
}
.selectinfop{
	color:#4482b3;
	margin-top:15px;
	font-weight:600;
	font-size:16px;
     text-align:left;
	margin-left:10px;
	margin-right:10px;
    width:740px !important;
    word-wrap: break-word;
    word-break: break-all;
}
.EmCommenttime{
	color:#A8A7A7;
	margin-top:10px;
	font-weight:600;
     text-align:left;
	margin-left:55px;
	font-size:12px;
	margin-bottom:15px;
	
	}
.EmCommentBtninfo{
	float:right;
	}
.EmCommentBtnback{ 
	width:120px;
	text-align:center;}
.EmCommenttimespan{margin-left:15px;}
.rowline{
	border-bottom:1px  dashed #A8A7A7;}
.black_overlay{ 
	  display: none; 
	  position: absolute; 
	  top: 0%; 
	  left: 0%; 
	  width: 100%; 
	  height: 100%; 
	  background-color: black; 
	  z-index:1001; 
	  -moz-opacity: 0.8; 
	  opacity:.80; 
	  filter: alpha(opacity=88); 
  } 
  .white_content { 
	  display: none; 
	  position: absolute; 
	  top: 35%; 
	  left:30%; 
	  width:30%; 
	  height:35%; 
	  padding: 20px; 
	  border: 2px solid #4482b5; 
	  background-color: white; 
	  z-index:1002; 
	  overflow: auto; 
  } 
  .mb_white_content { 
	  display: none; 
	  position: absolute; 
	  top: 35%; 
	  left:30%; 
	  width:80%; 
	  height:50%; 
	  padding: 20px; 
	  border: 2px solid #4482b5; 
	  background-color: white; 
	  z-index:1002; 
	  overflow: auto; 
  } 
.selectinfodiv{
	/*border:1px  dotted #4482b3;*/ 
	margin-bottom:30px;
	border-radius: 10px;
	margin-top:15px;
}

@media (max-width: 1200px){
.EmCommentp{width:750px;}
.white_content { 
	  height:30% !important; 
  }
.selectinfop{
    width:600px !important;
} 
}
@media (max-width: 992px){
.EmCommentp{width:550px;}
.EmCommentBtninfo{
	margin-top:-40px;
	}
.backfloat{ 
	margin-left: 0px;
    margin-top: 10px;}
 .imgmobilebuy {
    margin-top: 10px !important;
    margin-left: -15px !important;
}
 .pmobile-buy { margin-left: -15px !important;
    }
}

/*分页样式*/
.bigPage {
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
height: 40px;
}

.bigPage .Next {
    width: 48px;
}

.bigPage a {
    width: 28px;
    height: 28px;
    border: 1px solid #e4e4e4;
    text-align: center;
    line-height: 28px;
    color: #333;
    display: inline-block;
    font-size: 10px;
    margin: 0 3px;
    font-family: "微软雅黑";
    cursor: pointer;
}

    .bigPage a:hover {
        border: 1px solid #4482b3;
    }

    .bigPage a.current {
        background: #4482b3;
        color: #fff;
        border: 1px solid #4482b3;
    }

.Pageall {
font-size: 10px;
line-height: 30px;
height: 30px;
padding-left: 5px;
display: inline-block;
}

.Pageall .this {
    width: 33px;
    height: 20px;
    border: 1px solid #e4e4e4;
    margin: 0 5px;
    outline: none;
    text-align: center;
}

.Pageall span {
    padding: 0 5px;
}

.Pageall .true {
    float: right;
}
	
