#container {
  display: flex;
  justify-content: center;
}

/* 背景遮罩 */
#hidden {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.3;
  display: none;
  z-index: 100;
}
/* 盒子 */
#box {
  width: 540px;
  height: 540px;
  background: #FFFFFF;
  display: none;
  flex-direction: column;
  border-radius: 8px;
  align-items: center;
  padding-top: 42px;
  box-sizing: border-box;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}
#success-box {
  width: 540px;
  height: 322px;
  background: #FFFFFF;
  display: none;
  flex-direction: column;
  border-radius: 8px;
  align-items: center;
  padding-top: 42px;
  box-sizing: border-box;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}
/* 关闭按钮 */
#close, #close-white {
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
}
/* 输入框 */
input[type=text]:focus{
  outline: none;
  border: 1px solid #2F9DFA;
  caret-color: #2F9DFA;
}
/* 改变placeholder的值*/
#box input::-webkit-input-placeholder {
  color: #D8D8D8;
  font-size: 18px;
}

#box .title, #success-box .title {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.content-box {
  width: 375px;
  margin: 0 auto;
}
.mobile-box {
  margin-bottom: 10px;
}
.mobile-box input {
  width: 375px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #D8D8D8;
  border-radius: 2px;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 18px;
}
.mobile-box input:hover {
  color: #2F9DFA;
  border: 1px solid #2F9DFA;
}
.code-box {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.code-box input {
  width: 200px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #D8D8D8;
  border-radius: 2px;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 18px;
}

.code-box input:hover {
  color: #2F9DFA;
  border: 1px solid #2F9DFA;
}

.code-box .code-text {
  width: 167.5px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #D8D8D8;
  border-radius: 2px;
  margin-left: 10px;
  box-sizing: border-box;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}

.code-box .code-text:hover {
  color: #2F9DFA;
  border: 1px solid #2F9DFA;
}

.submit-box {
  width: 375px;
  height: 50px;
  line-height: 50px;
  background: #F6F6F6;
  border-radius: 4px;
  color: #D8D8D8;
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}
.submit-box.disable {
  background: #2F9DFA;
  color: #FFFFFF;
}
.consultation-telephone {
  font-size: 16px;
  line-height: 16px;
  margin: 20px 0;
  text-align: center;
}
.service-code-box {
  margin: 10px;
  text-align: center;
}
.service-text {
  font-size: 12px;
  line-height: 12px;
  margin-top: 10px;
  color: #666666;
}

.success-title {
  position: relative;
}
.success-title .success-img {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%);
  width: 462px;
}
.success-service-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.has-feedback {
  width: 375px;
}
.nc-container #nc_1_wrapper {
  width: 375px !important;
}
.nc_wrapper {
  width: 375px;
  height: 50px;
  line-height: 50px;
}
.nc_scale {
  height: 50px;
}
.nc-container .nc_scale span {
  height: 50px;
  line-height: 50px !important;
  box-sizing: border-box;
}