﻿@charset "utf-8";
img {
  max-width: 100%;
  outline: none;
}
a {
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  color: #666;
  text-decoration:none;
}
a:hover {
  color: #df4a43;
}
body {
  font-family: "微软雅黑";
  overflow-x: hidden;
}

.container {
  width: 1170px;
  margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .container {
    width: 970px;
    margin: 0 10px;
  }
}
@media (max-width: 991px) {
  .container {
    width: auto;
  }
}
.container {
  width: 1170px;
  margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .container {
    width: 970px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .container {
    width: auto;
  }
}

/*success*/
.success {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  margin-top:15%;
}
.success .success_box {
  display: table;
  margin: 80px auto 20px;
}
@media (max-width: 767px) {
  .success .success_box {
    width: 100%;
    margin: 60px auto 0;
  }
}
.success .success_box p {
  color: #000000;
  font-size: 14px;
  line-height: 26px;
  margin-top: 35px;
  padding-top: 35px;
  clear: both;
  text-align: center;
}
.success .success_box .btn {
  background: #df4a43;
  display: table;
  margin: 0 auto;
  width: 145px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin-top: 35px;
  color: #fff;
}
.success .success_box .btn:hover {
  background: #565656;
}
.success .success_box .left {
  width: 100px;
  height: 87px;
  float: left;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1240px) {
  .success .success_box .left {
    width: 80px;
    height: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .success .success_box .left {
    width: 70px;
    height: 61px;
  }
}
@media (max-width: 767px) {
  .success .success_box .left {
    width: 45px;
    height: 39px;
  }
}
.success .success_box .right {
  color: #4E4C4D;
  float: left;
  line-height: 87px;
  font-weight: bold;
  font-size: 30px;
  margin-left: 25px;
  letter-spacing: 3px;
}
@media (min-width: 992px) and (max-width: 1240px) {
  .success .success_box .right {
    line-height: 70px;
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .success .success_box .right {
    line-height: 61px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .success .success_box .right {
    line-height: 39px;
    font-size: 20px;
  }
}