body {
  background-color: #f6f6f6;
}
.bread {
  font-size: 14px;
  color: #353535;
  padding-bottom: 10px;
  height: 60px;
  line-height: 60px;
}
.info .info_left {
  width: 840px;
  margin-right: 40px;
  background-color: #ffffff;
  padding: 20px 20px 50px 20px;
  margin-bottom: 50px;
}
.info .info_left .logo_img {
  width: 58px;
  height: 58px;
  overflow: hidden;
  margin: 20px auto;
}
.info .info_left p {
  font-size: 20px;
  color: #333333;
  text-align: center;
}
.info .info_left .stars {
  width: 173px;
  height: 30px;
  overflow: hidden;
  margin: 20px auto 10px;
}
.info .info_left .stars .star {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.info .info_left .point {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  text-align: center;
}
.info .info_left .inputs {
  width: 366px;
  height: 44px;
  margin: 20px auto;
}
.info .info_left .inputs input {
  background-color: #f6f6f6;
  width: 366px;
  height: 44px;
  font-size: 14px;
  border-radius: 5px;
  text-align: center;
}
.info .info_left .info_textarea {
  margin-top: 30px;
}
.info .info_left .info_textarea .info_textarea_title {
  border-left: 2px solid #2398d6;
  font-size: 15px;
  color: #454545;
  height: 18px;
  text-indent: 10px;
}
.info .info_left .info_textarea #textarea {
  margin-top: 10px;
  width: 100% ;
  height: 220px;
  background-color: #f6f6f6;
  border-radius: 5px;
  font-size: 12px;
  padding: 20px;
}
.info .info_left .info_textarea .count {
  font-size: 12px;
  line-height: 24px;
  color: #b1b1b1;
}
.info .info_left .info_textarea .count span {
  color: black;
}
.info .info_left .info_file {
  margin-top: 30px;
}
.info .info_left .info_file .info_file_title {
  border-left: 2px solid #2398d6;
  font-size: 15px;
  color: #454545;
  height: 18px;
  text-indent: 10px;
  margin-bottom: 10px;
}
.info .info_left .info_file .files {
  width: 188px;
  height: 185px;
}
.info .info_left .info_file .files input {
  display: none;
}
.info .info_left .info_file .files .file_label {
  display: block;
  width: 188px;
  height: 185px;
  background-color: #f6f6f6;
  border: solid 1px #ebebeb;
}
.info .info_left .info_file .files .file_label div:first-child {
  width: 130px;
  height: 90px;
  overflow: hidden;
  margin: 20px auto;
}
.info .info_left .info_file .files .file_label div:last-child {
  font-size: 14px;
  line-height: 36px;
  color: #2398d6;
  text-align: center;
}
.info .info_left .button {
  margin-top: 20px;
  border-top: 1px solid #ebebeb;
  padding-top: 20px;
}
.info .info_left .button button {
  width: 98px;
  height: 34px;
  background-color: #2398d6;
  border-radius: 8px;
  text-align: center;
  line-height: 34px;
  color: white;
}
.info .info_right {
  width: 292px;
  background-color: #ffffff;
  padding: 20px 20px 10px 20px;
}
.info .info_right .info_right_title {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.info .info_right .info_right_list {
  padding-top: 20px;
}
.info .info_right .info_right_list p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.info .info_right .info_right_list ul li {
  margin-bottom: 5px;
}
.info .info_right .info_right_list ul li span {
  display: inline-block;
  vertical-align: middle;
}
.info .info_right .info_right_list ul li span:first-child {
  width: 5px;
  height: 5px;
  background-color: #2398d6;
  margin-right: 5px;
  border-radius: 50%;
}
.info .info_right .info_right_list ul li span:last-child {
  width: 230px;
  font-size: 14px;
}
.info .info_right .info_right_list ul li span:last-child a {
  color: #666666;
}
.info .info_right .copyright {
  width: 100%;
  font-size: 12px;
  color: #666;
  line-height: 22px;
  margin-top: 20px;
}
.info .info_right .copyright span {
  color: red;
  font-weight: 700;
  display: block;
}
footer .container .footerRi .qrcode .qrcodeBg {
  overflow: hidden;
}
