@charset "UTF-8";
.w {
  width: 1200px;
  margin: 0 auto;
}
body {
  overflow-x: hidden;
}
.complaint-section {
  width: 1200px;
  margin: 30px auto;
  background: #fff;
  padding: 60px 50px;
}
.complaint-section .complaint-title {
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  font-size: 20px;
}
.complaint-section .complaint-subtitle {
  padding: 40px 0;
}
.complaint-section .complaint-item {
  overflow: hidden;
}
.complaint-section .complaint-item li {
  width: 120px;
  height: 40px;
  border: 1px solid #1874ff;
  text-align: center;
  line-height: 38px;
  float: left;
  margin-right: 20px;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 30px;
  color: #333;
}
.complaint-section .complaint-item li.active {
  background: #1874ff;
  color: #fff;
}
.complaint-section .complaint-textarea {
  position: relative;
  height: 200px;
}
.complaint-section .complaint-textarea textarea {
  height: 100%;
  width: 100%;
  border-radius: 3px;
  padding: 15px;
  border: 1px solid #ddd;
  resize: none;
  font-size: 16px;
  font-weight: 300;
}
.complaint-section .complaint-textarea .complaint-textarea-num {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 14px;
  color: #999;
}
.complaint-section .complaint-btn-box {
  overflow: hidden;
}
.complaint-section .complaint-btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #c8c8c8;
  color: #fff;
  border-radius: 3px;
  float: right;
  margin-top: 40px;
  cursor: pointer;
}
.complaint-section .complaint-btn.complaint-btn-active {
  background: #1874ff;
}
#consult {
  display: block;
  height: 820px;
  background: -webkit-linear-gradient(left, #1874ff, #35acff);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #1874ff, #35acff);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #1874ff, #35acff);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #1874ff, #35acff);
}
#consult .consult-content {
  height: 100%;
  width: 100%;
  background: url("/images/purchase/consult_bg.png") no-repeat center;
  background-size: cover;
  padding-top: 100px;
}
#consult .consult-content .consult-box {
  width: 1200px;
  height: 800px;
  overflow: hidden;
  margin: auto;
  background: #fff;
}
#consult .consult-content .consult-box .consult-box-left {
  float: left;
  width: 786px;
  height: 100%;
  padding: 40px;
}
#consult .consult-content .consult-box .consult-box-left .consult-box-title {
  font-size: 26px;
  text-align: center;
}
#consult .consult-content .consult-box .consult-box-left .consult-box-line {
  height: 1px;
  background: #e0e0e0;
  margin: 40px 0;
}
#consult .consult-content .consult-box .consult-box-left .consult-box-text {
  position: relative;
  font-size: 16px;
  padding-left: 13px;
}
#consult .consult-content .consult-box .consult-box-left .consult-box-text:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  background: #1874ff;
}
#consult .consult-content .consult-box .consult-box-left .consult-box-code {
  width: 120px;
  height: 120px;
  margin: 40px auto;
}
#consult .consult-content .consult-box .consult-box-left .consult-box-code img {
  height: 100%;
  width: 100%;
}
#consult .consult-content .consult-box .consult-box-left .consult-box-form {
  height: 50px;
  margin-top: 20px;
}
#consult .consult-content .consult-box .consult-box-left .consult-box-form input {
  float: left;
  width: 222px;
  height: 50px;
  background: #f8f8f8;
  border-radius: 3px;
  margin-right: 20px;
  outline: none;
  border: none;
  font-size: 14px;
  padding: 0 20px;
}
#consult .consult-content .consult-box .consult-box-left .consult-box-form input:last-child {
  margin-right: 0;
}
#consult .consult-content .consult-box .consult-box-left .btn {
  display: block;
  width: 190px;
  text-align: center;
  margin: 40px auto auto auto;
}
#consult .consult-content .consult-box .consult-box-right {
  float: left;
  width: 394px;
  height: 100%;
  background: #f5f5f5;
  padding: 257px 36px 0 36px;
}
#consult .consult-content .consult-box .consult-box-right .consult-box-contact {
  font-size: 20px;
}
#consult .consult-content .consult-box .consult-box-right .consult-box-mobile {
  font-size: 16px;
  margin-top: 32px;
}
#consult .consult-content .consult-box .consult-box-right .consult-box-email {
  font-size: 16px;
  margin-top: 22px;
}
#consult .consult-content .consult-box .consult-box-right .consult-box-customer {
  text-align: center;
  width: 96px;
  margin: 0 auto auto auto;
  cursor: pointer;
}
#consult .consult-content .consult-box .consult-box-right .consult-box-customer p {
  color: #1874ff;
  font-size: 16px;
  text-decoration: underline;
  margin-top: 12px;
}
.consult-box-second {
  padding-left: 270px;
  font-size: 16px;
}
.consult-box-second .consult-box-mobile {
  margin-top: 50px;
}
.consult-box-second .consult-box-email {
  margin-top: 20px;
}
.editor-container {
  position: relative;
}
.school-no-login {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 240px;
  top: 0;
  left: 0;
  z-index: 10;
  font-size: 14px;
}
.school-no-login a {
  color: #1874ff;
}
.editor {
  margin-top: 20px;
  font-size: 14px;
  border: 1px solid #ccc;
}
.w-e-toolbar {
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  position: relative;
  z-index: 10;
  border-bottom: none;
}
