/* 质询信息
tfx
2021-6-8 */

.ewb-column-bd {
    margin-top: 27px;
}

.info-half {
    float: left;
    width: 50%;
}

.info-name {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-right: 15px;
}

.info-name>span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 7px;
}


.info-name.key>span:after {
    content: '*';
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    line-height: 40px;
    color: #ff0000;
    font-size: 16px;
}

.info-form .ewb-column-search {
    width: 320px;
    height: 40px;
    padding: 0;
    overflow: initial;
}

.info-form .ewb-column-search .input-box {
    height: 38px;
    line-height: 38px;
    padding: 0 12px;
}

.info-form .ewb-column-search .input-placeholder {
    height: 38px;
    line-height: 38px;
    padding-left: 12px;
    color: #999;
}

.info-form .ewb-column-search .input-tips {
    margin-right: 0;
}


.ewb-column-textarea {
    width: calc(100% - 60px);
    height: 100px;
    border-radius: 3px;
    border: 1px solid #d1d7dc;
}

.ewb-column-textarea .input-tips {
    position: relative;
}

.input-textarea {
    height: 98px;
    width: 100%;
    line-height: 20px;
    font-size: 16px;
    padding: 10px 70px 10px 12px;
    background: 0 0;
    resize: none;
}

.info-form .ewb-column-textarea .input-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    line-height: 20px;
    padding-left: 12px;
    margin-top: 10px;
    color: #999;
    font-size: 16px;
    z-index: 1;
    cursor: text;
}

.input-textarea-tip {
    position: absolute;
    right: 11px;
    bottom: 0;
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    color: #999;
}


.info-check {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.info-check-circle {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin: 10px 10px 0 44px;
    background: url("../images/check.png") center center no-repeat;
    cursor: pointer;
}

.info-check-circle:first-child {
    margin-left: 11px;
}

.info-check-circle.active {
    background-image: url("../images/checked.png");
}


/* chosen */
.info-chosen-cont {
    position: relative;
    width: 320px;
    height: 40px;
}

.info-chosen {
    display: none;
}

/* 外表 */
.info-chosen-cont .chosen-container {
    display: block;
    width: 100% !important;
}

.info-chosen-cont .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 40px;
    padding-left: 12px;
    text-align: left;
    border: 1px solid #e5e5e5;
    background: #fff;
    box-sizing: border-box;
}

.info-chosen-cont .chosen-container-active.chosen-with-drop .chosen-single {
    box-shadow: none;
}

/* 文字 */
.info-chosen-cont .chosen-container-single .chosen-single span {
    margin-right: 0;
    font-size: 16px;
    color: #999;
}


/* 下拉框符号 */
.info-chosen-cont .chosen-container-single .chosen-single div {
    width: 36px;
}

.info-chosen-cont .chosen-container-single .chosen-single div b {
    background: url("../images/chosen_down.png") center center no-repeat;
}


/* 选项 */
.info-chosen-cont .chosen-container .chosen-drop {
    top: 40px;
    padding: 0;
    border: none;
}

.info-chosen-cont .chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    color: #999;
    background: #fff;
    border: 1px solid #ddd;
}

.info-chosen-cont .chosen-container .chosen-results li {
    text-align: left;
    padding: 10px 12px;
    font-size: 16px;
}

.info-chosen-cont .chosen-container .chosen-results li.highlighted {
    background-color: #427dd9;
    color: #fff;
}

.info-chosen-cont .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url("../images/chosen_up.png") center center no-repeat;
}

.info-chosen-cont .chosen-container * {
    box-sizing: inherit;
}

.info-code-cont {
    margin-left: 12px;
}

.info-code {
    display: block;
}

.twice-name {
    width: 76px;
    text-align: right;
}

.btn-box {
    margin-top: 54px;
    text-align: center;
}

.info-btn {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 36px;
    font-size: 16px;
    border-radius: 2px;
    cursor: pointer;
}

.info-rewrite {
    color: #6fa9f2;
    border: 1px solid #a2d1f9;
    background: #fff;
}

.info-send {
    color: #fff;
    margin-left: 20px;
    background: #ff9000;
}


.input-tips label.error,
.info-chosen-cont label.error {
    position: absolute;
    top: 40px;
    left: 0;
    height: 24px;
    line-height: 24px;
    color: red;
    z-index: 999;
}

.ewb-column-textarea label.error {
    top: 100px;
}

.info-enclosure {
    margin-left: 11px;
}

.enclosure-item {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}

.enclosure-item-ope {
    margin-left: 32px;
}

.enclosure-item-name>i {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 17px;
    margin-top: 7px;
    background: url("../images/icon_download.png") center center no-repeat;
}

.enclosure-item-name>p {
    display: inline-block;
    vertical-align: top;
    margin-left: 7px;
}

.enclosure-item-name>p>span {
    font-size: 16px;
    color: #1b76e8;
    text-decoration: underline;
}

.enclosure-item-del {
    display: inline-block;
    vertical-align: top;
    color: #ff1717;
}

.download-btn {
    position: relative;
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    font-size: 16px;
    border-radius: 30px;
    background: #1b76e8;
    cursor: pointer;
}

.webuploader-element-invisible {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}


/*上传附件样式-start*/
.ewb-schuan {
    position: relative;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #999;
}

#file {
    opacity: 0;
    width: 86px;
}

.ewb-file {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 86px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border: 0;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    background-color: #0199d8;
}

.ewb-form-name {
    line-height: 34px;
    font-size: 16px;
    color: #333;
}

.ewb-label-info {
    font-size: 16px;
    line-height: 34px;
    color: #999;
    margin-left: 20px;
}
/*上传附件样式-end*/


.insurance-advantage {
  width: 100%;
}
.insurance-contact {
  height: 95px;
  background: url("../images/insurance/insurance_slogan_pic.png") center no-repeat;
  margin-top: 20px;
}
.insurance-contact-wechat {
  margin: 10px 0 0 45px;
}
.insurance-contact-wechat p {
  text-align: center;
  font-size: 13px;
  font-weight: 750;
  line-height: 20px;
}
.insurance-contact-location {
  padding: 0 13px;
  margin: 7px 15px 0 0;
  width: 416px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.insurance-contact-tel {
  background: url("../images/insurance/insurance_tel.png") left 4px center no-repeat;
  height: 40px;
  line-height: 40px;
  color: #DC1800;
  font-weight: 750;
  font-size: 24px;
  padding-left: 37px;
  margin-right: 10px;
}
.insurance-contact-time {
  line-height: 40px;
  height: 40px;
  color: rgba(26, 39, 60, 0.6);
  font-size: 12px;
  font-weight: 550;
}
.insurance-contact-time span {
  margin-left: 4px;
  color: #1A273C;
}
.insurance-contact-solution {
  height: 40px;
}
.insurance-contact-address {
  padding-left: 22px;
  color: #1A273C;
  line-height: 21px;
  background: url("../images/insurance/insurance_location.png") left 4px top 4px no-repeat;
}

.insurance-box{
    background-color: #f1f9fe;
} 