/* 版心盒子开始 */
.newwrap{
width: 1100px;
margin: 0 auto;
}
/* 版心盒子结束 */

/* 左侧盒子宽度开始 */
.computerRight{
width: 849px;
}
/* 左侧盒子宽度结束 */
.el-pagination{
  text-align: center;
}
/* 所有的边框 */
.allComputerR{
  border: 1px solid #ccc;
  padding: 40px 20px 100px 20px;
  box-sizing: border-box;
}
/* 头部展示开始 */
.allTab{
  display: block;
  overflow:hidden;
  text-align: center;
}
.allTab li{
  cursor: pointer;
  display: inline-block;
  margin:0 48px;
  font-weight: 600;
  font-size: 16px;
  padding:10px 2px;
}
.bottomView{
  margin-top: 30px;
}
/* 没有内容展示开始 */
.noContent{
  text-align: center;
  color: #ccc;
  padding: 80px 0;
}


.addAdress[data-v-38e1e978]{
  position: relative;
  min-height: 100%;
  padding-bottom: 150px;
}
.footer[data-v-38e1e978]{
  position: absolute;
  bottom: 0;
}
/* 左侧开始 */
.computerLeft[data-v-38e1e978]{
  float: left;
  width: 199px;
  border:1px solid #ccc;
  margin-right: 50px;
}
/* 左侧结束 */

/* 右侧开始 */
.computerRight[data-v-38e1e978]{
  float: left;
}
.computerRight #list[data-v-38e1e978]{
  display: inline-block;
  width: 847px;
  border: 1px solid #ccc;
}
.computerRight li[data-v-38e1e978]{
  margin: 40px 0 30px 95px;
}
.computerRight li select[data-v-38e1e978]{
  cursor: pointer;
  width: 205px;
  height: 30px;
  border-radius: 5px;
  outline: none;
  margin-right: 20px;
}
.computerRight li textarea[data-v-38e1e978],.computerRight li input[data-v-38e1e978]{
  text-indent: 10px;
  width: 650px;
  outline: none;
}
.computerRight li input[data-v-38e1e978]{
  height: 35px;
}
.computerRight li textarea[data-v-38e1e978]{
  height: 150px;
  font-size: 18px;
}
.computerRight li span[data-v-38e1e978]{
  display: inline-block;
  width: 100px;
  height: 45px;
  line-height: 45px;
  text-align: right;
  margin-right: 10px;
}
.computerRight li button[data-v-38e1e978]{
  cursor: pointer;
  width: 300px;
  height:30px;
  border: none;
  outline: none;
  background: #ffb657;
  color: #fff;
  border-radius: 10px;
  margin-right: 60px;
  font-weight: 600;
}
/* 右侧结束 */
.computer[data-v-38e1e978]{
  margin-bottom: 100px;
  margin-top: 30px;
}
/*pc端开始  */
@media only screen and (max-width:960px){
.addAdress[data-v-38e1e978]{
  display: none;
}
}
/*pc端结束  */


