.custom {
  padding-top: 40px;
}
.custom .tp a {
  width: 22.9%;
  height: 103px;
  box-shadow: 0px 3px 8px 1px #CAD5FF;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom .tp a img {
  margin-right: 16px;
  transition: 0.6s;
}
.custom .tp a em {
  font-size: 24px;
  font-weight: bold;
  color: #3D3D3D;
}
.custom .tp a p {
  font-size: 18px;
  color: #3D3D3D;
  margin-top: 10px;
}
.custom .tp a:hover img {
  transform: rotate(360deg);
}
.custom .c_nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  font-size: 0;
  margin: auto;
  margin-top: 78px;
  text-align: center;
  width: 387px;
  height: 68px;
  background: #EEF3FD;
  border-radius: 4px;
}
.custom .c_nav a {
  font-size: 24px;
  color: #363D57;
  width: 123px;
  height: 58px;
  line-height: 58px;
}
.custom .c_nav a:hover {
  font-weight: 500;
  background-color: #fff;
}
.custom .c_nav a.active {
  font-weight: 500;
  background-color: #fff;
}
.custom .flow {
  margin-top: 100px;
  padding-bottom: 140px;
  position: relative;
}
.custom .flow li {
  text-align: center;
  color: #363D57;
}
.custom .flow li img {
  z-index: 2;
  position: relative;
}
.custom .flow li em {
  font-size: 24px;
  display: block;
  font-weight: 500;
  margin-top: 24px;
}
.custom .flow li p {
  font-size: 18px;
  opacity: 0.8;
  line-height: 30px;
  margin-top: 14px;
}
.custom .flow::after {
  content: '';
  position: absolute;
  top: 53px;
  left: 50%;
  transform: translateX(-50%);
  width: 88%;
  height: 2px;
  background-color: #EEF3FD;
}
.custom .question {
  padding-bottom: 60px;
}
.custom .question .tips {
  display: none;
  padding: 0 24px;
  color: #999;
}
.custom .question .tips span {
  width: max-content;
}
.custom .question .tips div {
  flex: 1;
}
.custom .question .tab {
  margin-top: 42px;
  text-align: center;
}
.custom .question .tab a {
  display: inline-block;
  margin: 0 30px;
  font-size: 24px;
  color: #363D57;
  padding-bottom: 14px;
}
.custom .question .tab .on {
  font-weight: bold;
  color: #0C32BF;
  position: relative;
}
.custom .question .tab .on::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  width: 32px;
  height: 2px;
  background-color: #0C32BF;
  border-radius: 2px;
}
.custom .question .answer {
  width: 1160px;
  margin: auto;
  margin-top: 40px;
}
.custom .question .answer .mdui-panel-item {
  background: #F7FAFF;
  border-radius: 8px;
  box-shadow: none;
  border: 0;
  margin-bottom: 20px;
}
.custom .question .answer .mdui-panel-item .mdui-panel-item-header {
  height: 90px;
}
.custom .question .answer .mdui-panel-item .mdui-panel-item-header .mdui-panel-item-title {
  font-size: 24px;
  font-weight: 500;
  color: #363D57;
}
.custom .question .answer .mdui-panel-item .mdui-panel-item-header .mdui-panel-item-title i {
  margin-right: 17px;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-weight: normal;
  font-size: 24px;
  color: #0C32BF;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #0C32BF;
}
.custom .question .answer .mdui-panel-item .mdui-panel-item-header .mdui-panel-item-title i::before {
  content: '0';
}
.custom .question .answer .mdui-panel-item .mdui-panel-item-header .mdui-panel-item-title i.no::before {
  content: '';
}
.custom .question .answer .mdui-panel-item .mdui-panel-item-header .mdui-panel-item-arrow {
  top: 50%;
  transform: translateY(-50%);
}
.custom .question .answer .mdui-panel-item .mdui-panel-item-header .open::before {
  content: '展开';
  font-size: 18px;
  color: #363D57;
  position: absolute;
  left: 0 ;
  top: 50%;
  transform: translate(-150%, -50%);
}
.custom .question .answer .mdui-panel-item .mdui-panel-item-header .close::before {
  content: '收起';
  font-size: 18px;
  color: #363D57;
  position: absolute;
  left: 0 ;
  top: 50%;
  transform: translate(-150%, -50%);
}
.custom .question .answer .mdui-panel-item .mdui-panel-item-body {
  position: relative;
  top: -15px;
}
.custom .question .answer .mdui-panel-item .mdui-panel-item-body p {
  font-size: 18px;
  color: #3D3D3D;
  padding-left: 67px;
  line-height: 32.4px;
}
.custom .msgs {
  margin-top: 90px;
  padding-bottom: 60px;
}
.custom .msgs h3 {
  font-size: 36px;
  color: #363D57;
  font-weight: bold;
}
.custom .msgs h3 img {
  vertical-align: text-bottom;
  margin-right: 16px;
}
.custom .msgs form {
  margin-top: 33px;
  padding-left: 50px;
  display: inline-block;
}
.custom .msgs form .inpt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
}
.custom .msgs form span {
  font-size: 18px;
  color: #363D57;
  margin-right: 38px;
}
.custom .msgs form input,
.custom .msgs form select {
  width: 433px;
  height: 50px;
  border: 0;
  background: #F7FAFF;
  border-radius: 4px;
  padding-left: 20px;
  font-size: 16px;
  color: #363D57;
}
.custom .msgs form input::placeholder,
.custom .msgs form select::placeholder {
  font-size: 16px;
  color: #363D57;
  opacity: 0.4;
}
.custom .msgs form select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/select.png) #F7FAFF no-repeat 98.5% center;
}
.custom .msgs form select option {
  line-height: 40px;
}
.custom .msgs form .btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 54px;
}
.custom .msgs form .btn button {
  cursor: pointer;
  width: 128px;
  height: 46px;
  color: #363D57;
  font-size: 18px;
  border-radius: 4px;
  border: 0;
  background-color: #D8D8D8;
  border: 1px solid #D8D8D8;
}
.custom .msgs form .btn .submit {
  margin-left: 20px;
  background-color: #0C32BF;
  color: #fff;
}
.custom .msgs form .code {
  position: relative;
}
.custom .msgs form .code div {
  position: relative;
}
.custom .msgs form .code #get_code {
  width: auto;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #0C32BF;
  font-size: 16px;
}
.custom .msgs .jy .cont {
  margin-bottom: 24px;
  width: 986px;
  height: 140px;
  resize: none;
  border: 0;
  padding-left: 20px;
  font-size: 16px;
  padding-top: 14px;
  background: #F7FAFF;
  border-radius: 4px;
}
.custom .msgs .jy .flex {
  align-items: center;
}
.custom .msgs .jy input {
  width: 260px;
}
.custom .msgs .jy label {
  font-size: 18px;
  color: #363D57;
}
.custom .msgs .jy .btns {
  padding: 0;
  float: right;
  cursor: pointer;
  margin-top: 60px;
  width: 128px;
  height: 46px;
  background: #0C32BF;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
}
