/* 面包屑 */
.breadcrumb-box {
  position: relative;
  z-index: 10;
  width: 1160px;
  margin: 102px auto 0;
}

.breadcrumb {
  display: flex;
  height: 20px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}

.breadcrumb-item {
  margin-right: 5px;
  margin-left: 5px;
  color: #333;
}

a.breadcrumb-item {
  cursor: pointer;
}

a.breadcrumb-item:hover {
  color: #0276ff;
}

.breadcrumb-item:nth-child(1) {
  margin-left: 0;
}

.breadcrumb-item-active {
  color: #0276ff;
}

/* main内容 */
.main {
  width: 100%;
  height: 1673px;
  margin: 0 auto;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/complaints-suggestions/bg.png) no-repeat center;
  background-size: cover;
}

.main-section-1 {
  width: 1160px;
  margin: 0 auto;
}

.main-section-1 .section-title {
  overflow: hidden;
  width: 100%;
  height: 50px;
  margin-top: 102px;
  color: #333;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
}

.main-section-1 .section-desc {
  margin-top: 23px;
  color: #333;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 30px;
}

.main-section-1 .section-guide {
  display: flex;
  margin-top: 22px;
}

.main-section-1 .section-guide form .div-li {
  position: relative;
  margin-top: 38px;
}

.main-section-1 .section-guide form .div-box {
  position: relative;
  margin-top: 22px;
}

.main-section-1 .section-guide form .captcha-row {
  display: flex;
  align-items: center;
}

.main-section-1 .section-guide form .captcha-row .label-span {
  margin-right: 6px;
}

.main-section-1 .section-guide form .captcha-row input {
  width: 800px;
}

.main-section-1 .section-guide .captcha-row .layui-input-affix {
  right: 180px;
}

.main-section-1 .section-guide form .captcha-row .captcha-img-container {
  margin-left: 20px;
}

.main-section-1 .section-guide form div > span {
  display: inline-block;
  width: 142px;
  color: #333f;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  text-align: right;
  vertical-align: middle;
}

.main-section-1 .section-guide form div .content {
  vertical-align: top;
}

.main-section-1 .section-guide form .code-box .layui-input-affix {
  left: 500px;
}

.main-section-1 .section-guide form div input {
  width: 965px;
  height: 58px;
  padding-left: 16px;
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: 8px;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

input:hover,
textarea:hover {
  border: 1px solid #0276ff !important;
}

input:focus,
textarea:focus {
  border: 1px solid #0276ff !important;
}

.main-section-1 .section-guide form div label {
  display: block;
  margin-top: 10px;
  margin-left: 148px;
  color: #999;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 30px;
}

.main-section-1 .section-guide form div textarea {
  width: 941px;
  height: 242px;
  padding: 18px 20px;
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: 8px;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
  outline: none;
  text-align: justify;
}

.main-section-box {
  width: 1220px;
  margin: 0 auto;
}

.main-section-box .section-title {
  display: inline-block;
  overflow: hidden;
  height: 50px;
  color: #333;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
}

.type-button {
  width: 220px;
  height: 60px;
  border: 1px solid #d9d9d9;
  margin-right: 15px;
  background: #fff;
  border-radius: 8px;
  color: #333;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
}

.active-type-button {
  background-image:
    linear-gradient(175deg, #9cd7ff 10%, #7ecbff00 100%),
    linear-gradient(214deg, #afe7ff 0%, #7ab1fd 38%, #3fa0fa 81%);
  color: #fff;
}

.upload-button {
  width: 150px;
  height: 60px;
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: 8px;
  color: #999;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
}

.upload-button:hover {
  border: 1px solid #0276ff;
}

.submit-button {
  width: 150px;
  height: 46px;
  border: none;
  background: #0276ff;
  border-radius: 4px;
  color: #fff;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
}

.add-form-reset {
  display: none;
}

.require-icon {
  display: inline-block;
  margin-right: 5px;
  color: #e50f0fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
}

.verification-code {
  width: 380px !important;
}

.code-btn {
  width: 150px;
  height: 60px;
  border: 1px solid #0276ff;
  margin-left: 20px;
  background: #fff;
  border-radius: 8px;
  color: #0276ff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
}

.code-btn:hover {
  color: #3591ff;
}

.time-btn {
  width: 150px;
  height: 60px;
  border: 1px solid #d9d9d9;
  margin-left: 20px;
  background: #fff;
  border-radius: 8px;
  color: #999;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
}

.error {
  display: none !important;
  color: red !important;
}

.attachment-list {
  position: relative;
  left: 142px;
  display: flex;
}

.attachment-list li {
  position: relative;
  display: flex;
  width: 318px;
  height: 44px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #0276ff;
  margin-top: 22px;
  margin-right: 53px;
  border-radius: 8px;
}

.attachment-list li.active-li {
  background: rgba(2, 118, 255, 0.2);
}

.attachment-list li .attachment-name {
  margin-left: 18px;
  color: #0276ff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}

.attachment-list .icon-bg {
  display: none;
  width: 30px;
  height: 30px;
  margin-right: 13px;
  cursor: pointer;
}

.attachment-list .icon-ok {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/complaints-suggestions/icon-ok.png) no-repeat center;
  background-size: cover;
}

.attachment-list .icon-close {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/complaints-suggestions/icon-close.png) no-repeat center;
  background-size: cover;
}

.attachment-list .progress {
  position: absolute;
  display: none;
  width: 0;
  height: 100%;
  background: rgba(2, 118, 255, 0.2);
}

.main-section-1 .section-guide .layui-input-affix {
  line-height: 60px;
}
