.content {
  width: 100%;
  min-width: 1180px;
  background-color: #ffffff;
}
.content div,
.content input,
.content textarea {
  box-sizing: border-box;
}
.content .main {
  width: 1180px;
  margin: auto;
}
.content .main .stitle {
  margin-top: 42px;
  display: flex;
  align-items: center;
}
.content .main .stitle .txt {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.content .main .stitle img {
  width: 28px;
  height: 18px;
  margin-left: 11px;
}
.content .main .box {
  width: 100%;
}
.content .main .box .line {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.content .main .box .line:first-child {
  margin-top: 30px;
}
.content .main .box .line .txt {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  width: 120px;
  margin-right: 54px;
}
.content .main .box .line .ipt {
  width: calc(100% - 174px);
  display: flex;
  align-items: center;
  position: relative;
}
.content .main .box .line .ipt .cipt {
  width: calc(100% - 16px);
}
.content .main .box .line .ipt .phone {
  width: calc(100% - 16px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content .main .box .line .ipt .phone .getPhone {
  width: 62%;
  position: relative;
}
.content .main .box .line .ipt .phone .code {
  width: 35.7%;
  position: relative;
}
.content .main .box .line .ipt .phone .code input {
  width: 100%;
  position: relative;
  z-index: 9;
}
.content .main .box .line .ipt .phone .code .bt {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 120px;
  height: 100%;
  background: linear-gradient(90deg, #66b5ff 0%, #2c96ff 100%);
  border-radius: 0px 5px 5px 0px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.content .main .box .line .ipt .img {
  width: 8px;
  height: 8px;
  color: #f60f0f;
  margin-left: 8px;
}
.content .main .box .line .ipt-hint {
  width: calc(100% - 16px);
  position: absolute;
  left: 16px;
  bottom: -18px;
  color: #f60f0f;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 500;
  display: none;
}
.content .main .box .line .up {
  width: calc(100% - 174px);
  display: flex;
  align-items: center;
}
.content .main .box .line .up .bt {
  width: 120px;
  height: 40px;
  background: linear-gradient(90deg, #66b5ff 0%, #2c96ff 100%);
  border-radius: 5px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  margin-right: 20px;
  box-shadow: 0px 0px 8px 0px rgba(44, 150, 255, 0.2);
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  position: relative;
  z-index: 8;
}
.content .main .box .line .up .bt .finput {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  cursor: pointer;
}
.content .main .box .line .up .bt .finput input {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.content .main .box .line .up .utxt {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #999999;
}
.content .main .box .line .up ul {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0;
  margin: 0 0 0 0!important;
}
.content .main .box .line .up ul li {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 20px 0 0 0;
}
.content .main .box .line .up ul li:first-child {
  margin: 0 0 0 0;
}
.content .main .box .line .up ul li .fimg {
  width: 6px;
  height: 6px;
  background: #2C96FF;
  border-radius: 50%;
}
.content .main .box .line .up ul li .ftxt {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #2C96FF;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 10px;
}
.content .main .box .line .up ul li .fdel {
  display: flex;
  align-items: center;
  margin-left: 40px;
}
.content .main .box .line .up ul li .fdel img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.content .main .box .line .up ul li .fdel .fdel-txt {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #666666;
}
.content .main .bbtn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 42px;
}
.content .main .bbtn .go {
  background: linear-gradient(90deg, #66b5ff 0%, #2c96ff 100%);
  border-radius: 5px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  padding: 12px 46px;
  margin-right: 40px;
  box-shadow: 0px 0px 8px 0px rgba(44, 150, 255, 0.2);
  cursor: pointer;
}
.content .main .bbtn .reset {
  border-radius: 5px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  padding: 12px 46px;
  box-shadow: 0px 0px 8px 0px rgba(44, 150, 255, 0.2);
  cursor: pointer;
}
.content .result {
  width: 1180px;
  margin: auto;
}
.content .result .rtitle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.content .result .rtitle img {
  width: 28px;
  height: 18px;
}
.content .result .rtitle .txt {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin: 0 12px;
}
.content .result .box {
  width: 100%;
  padding: 34px 100px;
  background: #FAFAFA;
  margin-top: 30px;
}
.content .result .box .reply {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
}
.content .result .box .list {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-top: 4px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
}
.content .result .box .list:first-child {
  margin-top: 0;
}
.content .result .box .list .left {
  color: #666666;
  width: 144px;
  margin-right: 14px;
  line-height: 36px;
}
.content .result .box .list .right {
  color: #333333;
  width: calc(100% - 158px);
  line-height: 36px;
}
.content .result .box .list .right-1 {
  width: calc(100% - 158px);
  display: flex;
  flex-direction: column;
}
.content .result .box .list .right-1 .line {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #2C96FF;
  line-height: 36px;
}
/*common*/
.cm-bt-gray {
  background: #E0E0E0 !important;
  color: #FFFFFF!important;
}
.input {
  border: none;
  outline: none;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  padding: 10px 16px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #666666;
  width: 100%;
}
textarea {
  resize: none;
}
::-webkit-input-placeholder {
  color: #CCCCCC;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
}
:-moz-placeholder {
  color: #CCCCCC;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
}
::-moz-placeholder {
  color: #CCCCCC;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
}
:-ms-input-placeholder {
  color: #CCCCCC;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
}
::-webkit-textarea-placeholder {
  color: #CCCCCC;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
}
:-ms-textarea-placeholder {
  color: #CCCCCC;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
}
.iptEmpty {
  border: 1px solid red!important;
}
