html,
body {
    height: 100%;
}

body {
    font-size: 0;
}

a,
button {
    cursor: pointer;
}

@font-face {
    font-family: 'iconfont';
    /* project id 1479509 */
    src: url('../assets/iconfont.eot');
    src: url('../assets/iconfont.eot?#iefix') format('embedded-opentype'), url('../assets/iconfont.woff2') format('woff2'), url('../assets/iconfont.woff') format('woff'), url('../assets/iconfont.ttf') format('truetype'), url('../assets/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 20px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

i {
    font-family: "iconfont" !important;
    font-size: 20px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container {
    min-width: 1200px;
    overflow: auto;
    background: #F2F5F7;
}

.hidden {
    display: none;
}

.dialog-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    display: none;
    top: 0;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#7f000000', endColorstr='#7f000000');
    background: rgba(0, 0, 0, 0.5);
}

.dialogBox {
    width: 360px;
    background: #fff;
    border: 1px solid #EAEAEC;
    border-radius: 4px;
    position: relative;
    padding: 40px;
    top: 40%;
    left: 50%;
    margin-left: -220px;
    margin-top: -100px;
    text-align: center;
}

.header-tip {
    background: #fff;
    font-size: 20px;
    font-family: Source Han Sans CN;
    color: #333333;
    line-height: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.header-tip span {
    font-weight: 600;
    vertical-align: middle;
}

.tipIcon {
    font-size: 30px;
    vertical-align: middle;
}

.successColor {
    color: #0083FB !important;
}

.errorColor {
    color: #EB4646 !important;
}

.mesBox,
.box-footer {
    font-size: 0;
}

.box-footer {
    vertical-align: bottom;
}

.mesBox {
    min-height: 20px;
}

.mesBox p {
    /* height: 54px; */
    line-height: 20px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
    font-family: Source Han Sans CN;
    word-wrap: break-word;
    word-break: break-all;
}

.mesBox .detailContent {
    font-size: 14px;
    font-weight: 400;
    color: #888888;
}

.mesBox .code-msg {
    display: none;
}

.confirmBtn {
    width: 116px;
    height: 36px;
    background: #008afe;
    border: 1px solid #008afe;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    margin-top: 28px;
}

p {
    word-wrap: break-word;
    word-break: break-all;
}

.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    display: none;
    top: 0;
    /* background: #7F7F7F; */
    background: rgba(0, 0, 0, .5);
    /* opacity: 0.5;
    filter: Alpha(opacity=50); */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
}

.dialog {
    width: 850px;
    height: 420px;
    background: #fff;
    border: 1px solid #EAEAEC;
    border-radius: 4px;
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: -455px;
    margin-top: -210px;
}

.dialog-header {
    height: 54px;
    color: #666666;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    background: #FCFCFC;
    padding: 0 30px;
    clear: right;
    border-bottom: 1px solid #F3F4F5;
}

.dialog-header .close-btn {
    float: right;
    margin-top: 18px;
    display: block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    color: #ABAEB3;
}

.tableBox {
    padding: 0 30px;
    height: 300px;
    overflow: auto;
}

.tableBox p {
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #3C4455;
    text-align: center;
}

.tableBox table th {
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #3C4455;
    border-bottom: 1px solid #D7E6F4;
}

.tableBox table td {
    text-align: center;
    /* padding: 0 32px; */
    height: 51px;
    line-height: 51px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #888c94;
    line-height: 50px;
    border-bottom: 1px solid #D7E6F4;
}

.tableBox table tr:hover {
    background: #F7F7F7;
}

.noDataTr {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #888c94;
    width: 100%;
}

.w40 {
    width: 40%;
}

.w20 {
    width: 20%;
}


/* 首页 --start */

.header {
    position: relative;
    height: 300px;
    /* background: url('../images/bg.png') no-repeat center;
    background-size: 100% 100%; */
    text-align: center;
    /*ie8兼容*/
    /* filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg.png', sizingMethod='scale'); */
    margin: 0 auto;
}

.header .header-title {
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.main {
    padding: 48px;
}

.box {
    width: 1160px;
    background: #fff;
    margin: 0 auto;
    padding: 0px 20px 34px;
}

.box-header {
    padding-top: 19px;
    padding-bottom: 23px;
}

.box-header p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #188dfa;
}

.box-main {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.main-left {
    width: 568px;
    height: 100%;
    margin-right: 19px;
}

.choosetheme {
    cursor: pointer;
    margin-bottom: 20px;
}

.heading {
    /* height: 300px; */
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

.heading>p {
    padding-left: 19px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 600;
    color: #666666;
    height: 43px;
    line-height: 43px;
}


/* 选择主题模块 --start*/

.themeul {
    overflow: hidden;
    margin-bottom: 17px;
}

.themeul li {
    display: table;
    border-radius: 4px;
    background: pink;
}

.themeul-three {
    height: 198px;
    margin-top: 42px;
    padding: 0px 53px;
    /* margin-bottom: 89px; */
    /* margin-right: -22px; */
}

.themeul-four {
    min-height: 180px;
    margin-top: 34px;
    padding: 0px 20px;
}

.themeul-only-four {
    min-height: 180px;
    margin-top: 34px;
    padding: 30px 20px 0px 20px;
    box-sizing: border-box;
}

.themeli-three {
    float: left;
    width: 140px;
    height: 126px;
    margin-left: 20px;
}

.themeli-three:first-child {
    margin-left: 0;
}

.themeli-four {
    float: left;
    width: 120px;
    height: 112px;
    margin-left: 14px;
    margin-bottom: 29px;
}

.themeli-four:first-child {
    margin-left: 0;
}

.desul {
    height: 63px;
    border-top: 1px solid #f1f2f3;
}

.desli {
    float: left;
    text-align: center;
    background: transparent !important;
    /* height: 62px;
    line-height: 62px; */
}

.desli>span {
    display: block;
    border: 1px solid #eaeaec;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    background: #f8f9fb;
}

.desul-three {
    margin-right: -23px;
    padding: 0px 50px;
}

.desli-three {
    margin-right: 20px;
}

.desli-three span {
    padding: 9px 20px 8px;
}

.desul-four {
    margin-right: -20px;
    padding: 0px 25px;
}

.desli-four {
    width: 25%;
    display: inline-block !important;
    /* background: skyblue; */
}

.desli-four span {
    margin: 0 6px;
    padding: 9px 10px 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* word-wrap: break-word;
    word-break: break-all; */
}

.theme-content {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.theme-content>p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #ffffff;
}

.theme-content i {
    font-family: "iconfont" !important;
    font-size: 40px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    /* -webkit-text-stroke-width: 0.2px; */
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
}

.theme-content span {
    /* font-family: "iconfont" !important;
    font-size: 40px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff; */
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    margin: auto;
}

.businessLi {
    background: #4499e1 !important;
}

.businessLi span {
    background: url("../images/business.svg") no-repeat center;
    background-size: 100%;
}

.adviseLi {
    background: #53d0d4 !important;
}

.adviseLi span {
    background: url("../images/advise.svg") no-repeat center;
    background-size: 100%;
}

.mailboxLi {
    background: #82a4f0 !important;
}

.mailboxLi span {
    background: url("../images/mailbox.svg") no-repeat center;
    background-size: 100%;
}

.reportLi {
    background: #93c98b !important;
}

.reportLi span {
    background: url("../images/report.svg") no-repeat center;
    background-size: 100%;
}


/* 办理情况查询模块 --start*/

.ask {
    /* height: 352px; */
    height: 266px;
    background: #FCFCFC;
}

.ask>p {
    margin-bottom: 30px;
}

.ask-content {
    /* padding: 0 43px 20px 30px; */
    text-align: center;
    padding-bottom: 20px;
}

.input-item {
    width: 100%;
    margin-bottom: 20px;
}

.input-item i {
    color: #90A3BB;
    font-size: 20px;
    vertical-align: middle;
}

.input-item span {
    vertical-align: middle;
    color: #666666;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    margin-right: 19px;
}

.input-item input {
    width: 400px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    padding-left: 8px;
    outline: 1px solid #E4E4E4;
    border-radius: 2px;
}

input:focus {
    /* outline: 1px solid #188DFA; */
}

.input-item a {
    display: inline-block;
    width: 102px;
    height: 34px;
    line-height: 36px;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    margin-left: 13px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #128FFD;
    border: 1px solid #188DFA;
}

.ask-content button {
    width: 112px;
    height: 36px;
    background: #188DFA;
    border-radius: 4px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #fff;
    border: 1px solid transparent;
    margin-left: -198px;
}

.tip {
    /* padding: 11px 30px 0; */
    padding-top: 11px;
    text-align: center;
    margin: 0 30px 20px;
    border-top: 1px solid #EDEDED;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #ABABAB;
    /* height: 82px; */
    overflow: hidden;
}

.tip i {
    color: #FFB805;
    font-size: 22px;
}

.tip ul {
    float: right;
    width: 402px;
    margin-right: 13px;
    text-align: left;
}

.tip>ul>li {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #ABABAB;
    line-height: 28px;
}


/* 常见问题模块 --start */

.main-left,
.main-right {
    float: left;
}

.main-right {
    width: 531px;
    height: 643px;
    background: #FCFCFC;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    padding: 0 20px 20px;
}

.main-right-overFour {
    /* height: 531px !important; */
    height: 543px !important;
}

.more {
    width: 100%;
    margin-top: 30px;
    height: 40px;
    line-height: 40px;
    background: #E6E6E6;
    text-align: center;
    cursor: pointer;
}

.more a {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #666;
}

.right-top {
    height: 43px;
    line-height: 43px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 600;
    color: #666666;
}

.right-top a {
    float: right;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #188DFA;
}

.right-content {
    height: 430px;
    /* height: 516px; */
    padding-left: 11px;
}

.question-list {
    min-height: 430px;
    vertical-align: middle;
    position: relative;
}

.noContent {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25%;
    margin-top: -100px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.noContent span {
    margin-top: 23px;
    display: block;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400 !important;
    color: #666666;
}

.question-list i {
    font-size: 22px;
    vertical-align: middle;
    margin-right: 16px;
}

.question-list span {
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    font-family: Source Han Sans CN;
}

.questionLi {
    height: 85px;
    line-height: 86px;
    border-bottom: 1px solid #EDEDED;
}

.ques-item {
    width: 100%;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.question-part,
.answer-part {
    /* width: 100%; */
    padding-left: 38px;
    position: relative;
    font-size: 0;
    vertical-align: middle;
}

.question-part {
    margin-bottom: 8px;
}

.question-part i {
    color: #FFB805;
    position: absolute;
    left: 0;
}

.question-part span {
    color: #333333;
}

.question-part .q-date {
    float: right;
    font-weight: 400;
    color: #999999FF;
}

.answer-part i {
    color: #188DFA;
    position: absolute;
    left: 0;
}
.span-ellipsis {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.answer-part span {
    display: inline-block;
    width: 100%;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
}

.pagenation {
    margin-top: 36px;
    text-align: center;
    font-size: 0;
    margin-left: 50%;
}

.pagenation span {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 26px;
    vertical-align: middle;
    margin-left: 20px;
}

.paging {
    height: 26px;
    /* margin-left: 183px; */
    vertical-align: middle;
    display: inline-block;
}

.paging-item {
    float: left;
    padding: 0px 8px;
    font: 14px;
    height: 24px;
    color: #333333;
    line-height: 24px;
    margin-left: 8px;
    border-radius: 4px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #D9D9D9;
}

.pagingItemActive {
    color: #fff;
    background: #188DFA;
}

.paging-item:first-child {
    margin-left: 0;
}

.paging-item:hover {
    border: 1px solid #188DFA;
}


/* 首页 --end */


/* 常见问题页面 --start */

.main-box {
    width: 1200px;
    background: #fff;
    margin: 0 auto;
    height: 922px;
    padding: 0px 20px;
}

.ques-header {
    height: 88px;
    font-size: 0;
    position: relative;
}

.ques-header img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.ques-title {
    z-index: 1000;
    line-height: 88px;
    text-align: center;
    position: relative;
    font-size: 0;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
}

.ques-title i {
    color: #EDF0F2;
    font-size: 34px;
    vertical-align: middle;
}

.ques-title span {
    font-size: 24px;
    vertical-align: middle;
    margin-left: 10px;
}

.searchBar {
    margin: 0 19px;
    font-size: 0;
    padding-top: 15px;
    padding-bottom: 19px;
    border-bottom: 1px solid #ededed;
}

.searchBar span {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    vertical-align: middle;
    margin-right: 19px;
}

.input-select {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #bcbec2;
    line-height: 36px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    width: 280px;
    height: 36px;
    text-indent: 10px;
    line-height: 36px;
    border: 1px solid #D8DADD;
    border-radius: 4px;
    margin-right: 20px;
    cursor: pointer;
}

.input_icon {
    /* content: ""; */
    /* width: 10px;
    height: 10px;
    background: #000; */
    right: 10px;
    top: 50%;
    border: 4.5px solid;
    margin-top: -4.5px;
    display: block;
    position: absolute;
    transform: rotate(0deg);
    /* 兼容ie8 */
    /* filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0); */
    transform-origin: 50% 25%;
    transition: all 0.5s;
    border-color: #BCBEC2 transparent transparent transparent;
}

.icon-arrow-low {
    transition: all 0.5s;
    transform-origin: 50% 25%;
    transform: rotate(180deg);
    /* 兼容ie8 */
    /* filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2); */
}

.input-select .options {
    background: #fff;
    margin-top: 10px;
    border-radius: 4px;
    border: 1px solid #eee;
    width: 100%;
    position: absolute;
    top: 100%;
    left: -1px;
    z-index: 1000;
}

.input-select .options p {
    font-size: 14px;
    height: 36px;
    height: 36px;
    color: #666;
}

.input-select:hover {
    /* border: 1px solid #188DFA; */
    cursor: pointer;
}

.options p:hover {
    background: #D8DADD;
    cursor: pointer;
    font-weight: bold !important;
    color: #333 !important;
}

.ques-content {
    padding: 0 46px 0 31px;
}

.ques-content .q-date {
    margin-right: 11px;
}

.ques-content p {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #666666;
    margin: 30px 0 20px;
}

.pageJump {
    width: 50px;
    height: 24px;
    background: #ffffff;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    line-height: 24px;
    vertical-align: middle;
    margin-left: 20px;
    text-align: center;
}

.pagenation a {
    display: inline-block;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #178dfb;
    vertical-align: middle;
    margin-left: 13px;
}


/* 常见问题页面 --end */


/* 留言详情页面 --start */

.message {
    padding: 0 26px 0 36px;
}

.ques-name {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #666666;
    margin-bottom: 19px;
}

.message-item {
    min-height: 203px;
}

.message-item p {
    margin-bottom: 19px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}

.message-item p span:first-child {
    /* margin-right: 60px; */
    display: inline-block;
    width: 156px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mes-content {
    border: 1px solid #eaeaec;
    padding: 20px;
}

.mes-content p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #797d86;
    line-height: 24px;
}

.reply .mes-content {
    background: #F8F9FB;
}


/* 留言详情页面 --end */


/* 意见填写页面 --start */

.opinion-content,
.opinion-left,
.opinion-main {
    vertical-align: top;
    font-size: 0;
}

.opinion-left,
.opinion-main,
.opinion-mid,
.opinion-right {
    vertical-align: top;
    display: inline-block;
}

.opinion-left .navBar {
    width: 200px;
    /* height: 338px; */
    background: #ffffff;
    border: 1px solid #d8e8fe
}

.navBar ul li {
    height: 48px;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 48px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-left: 6px solid transparent;
}

.navBar ul .activeNavBar {
    background: #f0f9fe;
    color: #188dfa;
    border-left: 6px solid #188DFA;
}

.opinion-main {
    font-size: 0;
}

.opinion-main-header {
    width: 893px;
    margin-left: 18px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #eaeaec;
    padding: 17px 24px 36px 21px;
}

.opinion-main-header .opinion-note {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    font-size: 14px;
    line-height: 24px;
}

.opinion-main-header .opinion-note span {
    color: #188DFA;
}

.opinion-main-header>p {
    font-family: Source Han Sans CN;
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    margin-bottom: 24px;
}

.opinion-note span i {
    font-size: 14px;
    margin-right: 4px;
}

.noteEllipsis {
    height: 72px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.opinion-mid {
    width: 474px;
    /* height: 685px; */
    margin: 17px 39px 0 31px;
}

.consulting form {
    font-size: 0;
}

.consulting p,
.consulting.fake-P {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #666!important;
}

.consulting form>p {
    height: 36px;
    line-height: 36px;
}

.consulting form .fake-P:first-child {
    line-height: 36px;
}

.fake-P>i,
.fake-P>span {
    line-height: 36px;
}

.consulting form>p,
.fake-P {
    margin-top: 20px;
    font-size: 0;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    /* vertical-align: top; */
}

.consulting form p span,
.fake-P>span {
    width: 73px;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}

.consulting form p i,
.fake-P>i {
    font-size: 18px;
    color: #F94E6E;
    vertical-align: top;
}

.consulting form p input,
.fake-P .input-select {
    height: 34px;
    width: 264px;
    padding-left: 14px;
    margin-right: 0;
    text-indent: 0px;
    line-height: 36px;
    color: #666;
}

.fake-P .input-select .options {
    width: 278px;
}

.fake-P .input-select .options p {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #bcbec2;
    padding-left: 14px;
}

.consulting form p input,
.consulting form .fake-P textarea {
    width: 264px;
    padding-left: 14px;
    border: 1px solid #D8DADD;
    border-radius: 4px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 36px;
}

.consulting form .fake-P textarea {
    width: 374px;
    height: 236px;
    padding-bottom: 20px;
}

.consulting form p .verificode {
    width: 94px;
    height: 34px;
    line-height: 36px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 14px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    text-align: center;
    /* border: 1px solid #188dfa; */
}

.verPic {
    height: 100%;
    width: 100%;
}

.font-tip {
    position: absolute;
    bottom: 1px;
    right: 4px;
    text-align: center;
    background: #fff;
}

.disabledCode {
    border: 1px solid transparent !important;
    background: #f2f5f7 !important;
    color: #bdbdbd !important;
}

.opinion-right {
    width: 374px;
    /* height: 700px; */
    height: 614px;
    background: #fcfcfc;
    border: 1px solid #e6e6e6;
    padding: 0 17px 0 20px;
}

.textTip {
    font-size: 14px !important;
    color: red !important;
    margin-left: 81px;
    margin-top: 0px !important;
    text-align: left;
}

.formBtn {
    margin-right: 20px;
    width: 116px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #b4b6ba;
    border-radius: 4px;
    background: #fff;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #7D8189;
    margin-left: 81px;
    margin-top: 31px;
    display: inline-block;
    text-align: center;
}

.submitBtn {
    color: #fff;
    background: #008AFE;
    margin: 0;
    border: 1px solid #008AFE;
}

.placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #bcbec2 !important;
    line-height: 36px;
}

textarea {
    outline: 0;
}


/* 意见填写页面 --end */


/* footer 底部样式--start */

.footer {
    height: 50px;
    background: #e6e8eb;
    text-align: center;
}

.footer-ul {
    width: 1200px;
    margin: 0 auto;
    padding: 0px 20px;
    height: 100%;
}

.footer-ul li {
    width: 22%;
    float: left;
    line-height: 50px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #777777;
}
.footer-ul li:first-child {
    width: 28%;
}