body {
  margin-top: 0;
  background: #F7F7F7;
  padding: 40px 0;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.cc-form {
  width: 1200px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  margin: 0 auto;
  padding: 0 120px;
}

.cc-top {
  padding: 30px 0;
  text-align: center;
  font-size: 0;
  border-bottom: 1px solid #EEEEEE;
}

.cc-top img {
  height: auto;
}

.cc-content {
  padding: 0 180px;
}

.cc-tip {
  padding: 30px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}

.cc-content .el-input,
.cc-content .el-select {
  width: 100%;
  height: 40px;
}

.el-form--label-top .el-form-item__label {
  line-height: 1;
  position: relative;
  color: #606266;
}

.cc-btn {
  padding: 8px 0 30px;
  text-align: center;
  font-size: 0;
}

.cc-btn button {
  width: 120px;
  height: 36px;
  background: #FA7A50;
  border: 0;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
  transition: all .3s;
}

.cc-btn button:hover {
  background: #FF936F;
}