/* 非首页的css */
section .container{ 
  max-width: 1300px;
}
.message-sec {
  padding: 50px 0;
  background-color: #f9feff;
  background-image: url('../images/section-customer.png');
  background-repeat: no-repeat;
  background-position: right top;
  min-height: 800px;
}
.message-desc p{
  background-image: url('../images/li.png');
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  font-size: 1.2rem;
  margin-top: 15px;
}

.msg-form {
  padding: 50px;
  background-color: #fff;
  border:1px #eee solid;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.message-cont {
  align-items: center;
}
.checkbox-primary > a {
  cursor: pointer !important;
}