@charset "UTF-8";

/**
 * 有问必应 接诉应办
 * date: 2023-10-19
 * author: wzheng;
 */
@font-face {
  font-family: "OPPOSans";
  src: url("../images/OPPOSans-M.woff") format("woff"), url("../images/OPPOSans-M.eot") format("embedded-opentype"), url("../images/OPPOSans-M.ttf") format("truetype");
}

html,
body {
  /* min-width: 1200px; */
  background: #F5F5F5;
}

.container {
  width: 1200px;
  height: 100%;
  margin: 20px auto;
  padding: 0 20px;
  background: #fff;
}

.route {
  position: relative;
  height: 62px;
  line-height: 62px;
  padding-left: 25px;
  font-size: 14px;
  color: #909399;
}

.route::before {
  position: absolute;
  content: "";
  top: 22px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../images/ywby-house.png) no-repeat;
}

.route .route-now {
  color: #303133;
}

.top {
  display: flex;
}

.top .top-l {
  width: 414px;
  height: 320px;
  padding: 0 20px;
  background: #D7E4F4;
}

.top .top-l .select-list {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #C9D7EA;
}

.top .top-l .select-list li {
  width: 86px;
  height: 100px;
  padding-top: 64px;
  text-align: center;
  font-size: 14px;
  color: #3879CA;
  cursor: pointer;
}

.top .top-l .select-list li:nth-child(1) {
  background: url(../images/ywby-select-list-bg1.png) no-repeat;
}

.top .top-l .select-list li:nth-child(1):hover {
  background: url(../images/ywby-select-act-bg1.png) no-repeat;
  color: #fff;
}

.top .top-l .select-list li:nth-child(2) {
  background: url(../images/ywby-select-list-bg2.png) no-repeat;
}

.top .top-l .select-list li:nth-child(2):hover {
  background: url(../images/ywby-select-act-bg2.png) no-repeat;
  color: #fff;
}

.top .top-l .select-list li:nth-child(3) {
  background: url(../images/ywby-select-list-bg3.png) no-repeat;
}

.top .top-l .select-list li:nth-child(3):hover {
  background: url(../images/ywby-select-act-bg3.png) no-repeat;
  color: #fff;
}

.top .top-l .select-list li:nth-child(4) {
  background: url(../images/ywby-select-list-bg4.png) no-repeat;
}

.top .top-l .select-list li:nth-child(4):hover {
  background: url(../images/ywby-select-act-bg4.png) no-repeat;
  color: #fff;
}

.top .top-l .data-list {
  display: flex;
  flex-wrap: wrap;
}

.top .top-l .data-list li {
  width: 50%;
  height: 50px;
  padding-left: 66px;
  margin-top: 20px;
}

.top .top-l .data-list li p:nth-child(1) {
  margin-top: 3px;
  font-size: 14px;
  color: #000000;
}

.top .top-l .data-list li p:nth-child(2) {
  margin-top: 5px;
  font-size: 18px;
  font-family: OPPOSans;
  font-weight: 800;
  color: #3879CA;
}

.top .top-l .data-list li:nth-child(3),
.top .top-l .data-list li:nth-child(4) {
  margin-top: 30px;
}

.top .top-l .data-list li:nth-child(1) {
  background: url(../images/ywby-icon1.png) no-repeat;
}

.top .top-l .data-list li:nth-child(2) {
  background: url(../images/ywby-icon2.png) no-repeat;
}

.top .top-l .data-list li:nth-child(3) {
  background: url(../images/ywby-icon3.png) no-repeat;
}

.top .top-l .data-list li:nth-child(4) {
  background: url(../images/ywby-icon4.png) no-repeat;
}

.top .top-r {
  width: 746px;
  height: 320px;
  background: url(../images/ywby-top-r-bg.png) no-repeat;
  padding-left: 20px;
  color: #fff;
}

.top .top-r h6 {
  margin-top: 20px;
  font-size: 20px;
  color: #fff;
  font-family:system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
}

.top .top-r p {
  width: 432px;
  height: 192px;
  margin-top: 20px;
  line-height: 32px;
  font-size: 16px;
  color: #fff;
  font-family:system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
}

.case {
  position: relative;
  /* margin-top: 20px; */
}

.case h6 {
  padding-bottom: 10px;
  border-bottom: 1px solid #C9D7EA;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}

.case .table {
  margin-top: 20px;
  padding-bottom: 73px;
}

.case .table p {
  flex: 1;
  text-align: center;
}

.case .table .thead {
  display: flex;
  width: 1160px;
  height: 48px;
  line-height: 48px;
  background: #D7E4F4;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

.case .table .tbody li {
  display: flex;
  height: 47px;
  line-height: 47px;
  border-bottom: 1px solid #D7E4F4;
  font-size: 16px;
  color: #333333;
}

.case .table .tbody li p:nth-child(2) {
  color: #3879CA;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pager.default {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
}

.pager.default * {
  display: inline-block;
  text-align: center;
}

.pager.default .m-pagination-info {
  margin-right: 20px;
  color: #333333;
}

.pager.default .m-pagination-page li a {
  height: 32px;
  margin: 0 8px;
  line-height: 32px;
  cursor: pointer;
  background-color: #EEEEEE;
  color: #333333;
}

.pager.default .m-pagination-page li.active a {
  background-color: #3879CA;
  color: #fff;
}

.pager.default .m-pagination-jump {
  margin-left: 20px;
}

.pager.default .m-pagination-group input {
  width: 48px;
  height: 32px;
  margin: 0 15px;
  background: #FFFFFF;
  border: 1px solid #CECECE;
}

.pager.default .m-pagination-group button {
  width: 44px;
  height: 32px;
  margin-left: 15px;
  padding: 0;
  background: #FFFFFF;
  border-radius: 0;
  border: 1px solid #CECECE;
  font-size: 14px;
  color: #333333;
}

/* add */

.user-form {
  margin-left: 90px;
  width: 486px;
}

.user-form .form-label {
  width: 80px;
}

.user-form .form-body {
  margin-left: 90px;
  position: relative;
}

.set-avatar>label {
  padding-top: 30px;
}

.set-avatar .user-avatar {
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.set-avatar .user-avatar img {
  display: block;
  width: 100%;
  height: 100%;
}

.set-avatar-btn {
  width: 78px;
  height: 23px;
  margin-left: 11px;
  margin-top: 10px;
  line-height: 21px;
  border: 1px solid #00a0e9;
  text-align: center;
  color: #409ddf;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}

.set-avatar-btn>div {
  width: 76px;
  height: 21px;
  top: 0;
  left: 0;
}

.set-avatar-btn:hover {
  background: #00a0e9;
  color: #fff
}

.set-avatar-btn input {
  display: none;
}

.user-form .set-info {
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 40px;
  font-size: 14px;
  color: #409ddf;
  cursor: pointer;
}

.user-form .date:after {
  content: '';
  position: absolute;
  top: 0;
  right: 10px;
  width: 24px;
  height: 100%;
  background: url('../images/ywby-icon-date.png') no-repeat center;
  cursor: pointer;
}

.user-list {
  width: 100%;
  table-layout: fixed;
}

.user-list thead th {
  height: 40px;
  text-align: center;
  font-weight: normal;
  color: #409ddf;
  background: #e3f0fa;
}

.user-list tr:hover {
  background: #f4f4f4
}

.user-list td {
  height: 40px;
  border-bottom: 1px dashed #e5e5e5;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.user-list td .slz {
  color: #0000FF
}

.user-list td .blz {
  color: #f39800
}

.user-list td .dfp {
  color: #19b604
}

.user-list td .cbz {
  color: #d85ef7
}

.user-list td .dhf {
  color: #00FFFF
}

.user-list a {
  color: #409ddf;
}


.pagination .m-pagination-group {
  display: none;
}

.pagination .m-pagination-page {
  float: right;
}

.pagination .m-pagination-info {
  float: left;
}

.pagination .m-pagination-page>li.active>a {
  color: #fff;
  background-color: #409ddf;
  border-color: #409ddf;
}

/* 表单 */
.order-form {
  display: block;
  padding: 0 38px;
}

.order-question,
.order-userInfo {
  padding: 30px 86px 10px 52px;
}

.order-question {
  /*  border-bottom: 1px dashed #e5e5e5 */
}

.common-form .form-group {
  min-height: 77px;
  margin-bottom: 0;
}

.form-group label.error {
  position: absolute;
  bottom: -18px;
}

.form-label {
  width: 100px;
}

.form-body {
  margin-left: 110px;
  position: relative;
}

.form-body.w396 {
  width: 396px;
}

.form-body.w280 {
  width: 280px;
}

.attribution {
  width: 195px;
  display: inline-block;
}

.attribution2 {
  width: 195px;
  display: inline-block;
  padding-left: 6px;
}

.form-item {
  height: 64px;
  overflow: hidden;
}

.validate-code {
  position: relative;
}

.valicode {
  position: absolute;
  top: 0;
  right: 0;
  width: 104px;
  left: 402px;
  height: 40px;
  cursor: pointer;
}

.h206 {
  height: 206px;
}

@media (max-width:1366px) {
  .order-form {
    display: block;
    padding: 0 18px;
  }

  .order-question,
  .order-userInfo {
    padding: 30px 56px 10px 22px;
  }
}

.layer-success {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 540px;
  height: 396px;
  margin: -198px 0 0 -340px !important;
  padding-top: 180px;
  background: url('../images/ywby-successbg.png') no-repeat center;
  z-index: 100;
  text-align: center;
  display: none;
}

.layer-success p {
  line-height: 30px;
  font-size: 16px;
}

.layer-success a {
  color: #409ddf
}

.layer-success .common-button {
  margin: 20px auto 10px
}

.layer-success .layer-close {
  position: absolute;
  right: 10px;
  top: 87px;
  width: 30px;
  height: 30px;
  background: #e5e5e5 url('../images/ywby-icon-close.png') no-repeat center;
  cursor: pointer;
}

.sidebar-con {
  padding: 14px 28px;
}

.sidebar-con p {
  line-height: 24px;
}

.sidebar-con p span {
  font-weight: bold
}

.sidebar-con p span:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #409ddf;
  border-radius: 50%;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 6px;
}

.sidebar-con h3 {
  margin-top: 20px;
  margin-bottom: 14px;
  font-weight: normal;
  color: #409ddf;
  line-height: 1;
}

.sidebar-con h3 img {
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 6px;
}

.ml10 {
  margin-left: 10px;
}

.common-button {
  width: 170px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
  margin: 0 20px;
}


.order-submit {
  background: #3879ca;
}

.btn-cancel {
  background-color: #f7ab26;
}

label.error {
  font-size: 12px;
  padding-left: 4px;
  color: #e90215;
  display: block;
  padding-left: 16px;
  line-height: 20px;
  background: url(../images/ywby-icon-error.png) no-repeat left center;
}

/* 详情 */
.main {
  padding: 0 38px;
  /* margin-bottom: 122px; */
  border: 1px solid #e5e5e5;
}

.steps-wrapper {
  text-align: center;
}

.steps {
  padding-top: 31px;
  display: inline-block;
  overflow: hidden;
}

.steps li {
  float: left;
  width: 88px;
  margin-right: 90px;
  line-height: 1;
  font-size: 16px;
  position: relative;
}

.steps li.mr0 {
  margin-right: 0;
}

.steps li.step1 .icon-box {
  background-image: url('../images/ywby-icon-step1.png')
}

.steps li.step2 .icon-box {
  background-image: url('../images/ywby-icon-step3.png')
}

.steps li.step3 .icon-box {
  background-image: url('../images/ywby-icon-step4.png')
}

.steps li.step4 .icon-box {
  background-image: url('../images/ywby-icon-step2.png')
}

.steps li .icon-box {
  width: 88px;
  height: 88px;
  margin-bottom: 18px;
  border-radius: 50%;
  position: relative;
  background-color: #e5e5e5;
  background-position: center 0;
  background-repeat: no-repeat;
}

.steps li .icon-box:before {
  content: "";
  position: absolute;
  right: 88px;
  top: 43px;
  width: 90px;
  height: 3px;
  background: #e5e5e5;
}

.steps li.on .icon-box {
  background-position: 0 50%
}

.steps li.on:before {
  content: '';
  position: absolute;
  top: -31px;
  left: 28px;
  width: 31px;
  height: 21px;
  background: url('../images/ywby-on-arrow.png') no-repeat center;
}

.steps li.over .icon-box {
  background-position: 0 100%
}

.steps li.on .icon-box:before,
.steps li.over .icon-box:before {
  background: #409ddf
}

.order-status {
  padding: 0 20px;
  margin-top: 35px;
  box-shadow: 0 0 8px 0 #e2e6ee
}

.order-status h2 {
  font-size: 20px;
  color: #409ddf;
  text-align: center;
}

.order-status h2.h104 {
  height: 104px;
  line-height: 104px;
}

.order-status h2.h60 {
  height: 60px;
  line-height: 60px;
}

.order-status-con {
  padding: 12px 0;
  border-bottom: 1px dashed #e5e5e5
}

.osc-item {
  overflow: hidden;
}

.osc-item .osc-group {
  float: left;
  width: 228px;
}

.osc-group {
  margin-top: 4px;
  overflow: hidden;
  line-height: 24px;
}

.osc-group.pb12 {
  padding-bottom: 12px;
}

.osc-group label {
  float: left;
  font-size: 14px;
  font-weight: bold
}

.osc-group>div {
  margin-left: 70px;
}

.osc-group a {
  color: #409ddf
}

.order-info {
  padding-top: 20px;
  margin-top: 40px;
  border-top: 1px dashed #e5e5e5
}

.order-info>h3 {
  line-height: 1;
  margin-bottom: 20px;
}

.order-info>p {
  line-height: 1;
}

.order-info>p span {
  margin-right: 52px;
}

.order-info .appeal {
  padding: 16px;
  margin-top: 20px;
  margin-bottom: 40px;
  background: #f4f4f4
}

.order-info .appeal h3 {
  margin-bottom: 6px;
  font-size: 16px;
  color: #409ddf
}

.order-info .appeal p {
  line-height: 24px;
}

/* 弹窗 */

.index-panel .form-group .form-control {
  display: table-cell;
  position: relative;
  padding-right: 40px;
  vertical-align: middle;
}

.index-panel .form-group .form-control .form-input {
  border-width: 1px;
  border-color: #c9d7ea;
  border-style: solid;
  border-radius: 4px;
  background-color: #ffffff;
  min-height: 38px;
  padding: 0 10px;
  width: 100%;
  display: inline-block;
}

.index-panel .form-group .form-label {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 80px;
  padding: 5px 10px 5px 5px;
}

.index-panel .form-group {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 10px 0;
  min-height: 40px;
}

.index-panel .form-group .require-label {
  padding-left: 15px;
  background: url(../images/ywby-wysq_zzxd_require.png) no-repeat left center;
}

.btn {
  border: 0;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  background-color: #3879ca;
  box-shadow: 0px 0px 10px 0px rgba(36, 134, 255, 0.5);
  line-height: 20px;
  text-align: center;
  padding: 10px;
  color: #fff;
  letter-spacing: 2px;
}

.bgcolor{
  background-color: #fff;
}