:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #c1c1c1;
    font-size: 12px;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #c1c1c1;
    font-size: 12px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #c1c1c1;
    font-size: 12px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #c1c1c1;
    font-size: 12px;
}

.search_container {
    display: flex;
    height: 29px;
    position: relative;
}

.search_container i {
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(../img/icon.png) no-repeat -23px -607px;
    top: 7px;
    left: 23px;
}

.search_container input {
    margin-bottom: 0;
    height: 29px;
    border: 1px solid #cacaca;
    padding: 0 0 0 28px;
    border-radius: 0;
}

.search_container button {
    padding: 0;
    width: 64px;
    font-size: 12px;
    border: none;
    color: #fff;
    border-radius: 0;
    background-color: #838383;
    outline: 0;
    min-width: 64px;
}

.search_container ul {
    position: absolute;
    top: 29px;
    z-index: 200;
    background: #fff;
    border: 1px solid #cacaca;
    left: 15px;
    right: 0;
    border-top: none;
    line-height: 2;
    padding: 10px 0;
    display: none;
    font-size: 12px;
}

.service_type_front_color {
    color: #007aff;
}

.search_container ul li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 15px;
}

.search_container ul li :active {
    background-color: #83afff;
    width: 100%;
    display: inline-block;
}

.search_container ul li a {
    color: #333;
}

/* button:active {
    background-color: rgb(90, 183, 254) !important;
} */

.mui-bar-nav~.mui-content {
    padding-left: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.service_container,
.detail_container {
    position: absolute;
    top: 96px;
    right: 15px;
    bottom: 49px;
    left: 0px;
    overflow-y: auto;
    padding-bottom: 20px;
}

.service_container h2 {
    background: #dedede;
    height: 40px;
    line-height: 40px;
}

.left_container {
    width: 31.5%;
    float: left;
}

.right_container {
    width: 67.5%;
    float: right;
}

.left_container li {
    line-height: 50px;
}

.left_container>ul>li {
    border-top: 1px solid #fff;
}

.left_container>ul>li>div {
    background: rgb(222, 222, 222);
    border-left: 3px solid transparent;
}

.left_container>ul>li.active>div {
    background: #fff;
    border-left: 3px solid #0090ff;
    border-bottom: 1px dashed #c9c9c9;
}

.left_container>ul>li ul {
    display: none;
}

.left_container>ul>li.active ul {
    display: block;
}

.left_container>ul>li li {
    background: #fff;
    border-bottom: 1px dashed #c9c9c9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a {
    color: #333;
}

.left_container>ul>li.active li.active a {
    color: #0090ff;
}

.right_container>div {
    /*display: none;*/
    border: 1px solid rgb(230, 230, 230)
}

/*.right_container>div:target {*/
    /*display: block;*/
/*}*/

.right_container h2 {
    font-size: 13px;
    color: #0090ff;
    background: #fff;
    padding-left: 10px;
    font-weight: normal;
    border-bottom: 1px solid rgb(230, 230, 230)
}

.right_container ul {
    padding: 9px 0 7.5px 10px;
}

.right_container ul li {
    position: relative;
    padding-left: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right_container ul li a {
    font-size: 12px;
    color: #4a4a4a;
    line-height: 2.35;
}

.right_container ul li i {
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(../img/icon.png) no-repeat -23px -578px;
    top: 6px;
    left: 0;
}

.hide {
    display: none;
}


/*服务指引内容*/
.detail_content {
    line-height: 1.8;
}

.detail_content img {
    max-width: 100%;
}

/* 去掉服务指引P标签的默认样式 */
.detail_content p, .detail_content h5, .detail_content h6, .detail_content h2 {
    color: unset;
}

.read_info {
    align-items: center;
}

i {
    background-image: url(../img/icon.png);
    vertical-align: bottom;
}

.read_info i {
    display: inline-block;
}

.hand {
    width: 15px;
    height: 14px;
    background-position: -65px -291px;
}

.speak {
    width: 15px;
    height: 13px;
    background-position: -93px -291px;
}

.touxiang {
    min-width: 18px;
    height: 19px;
    background-position: -32px -289px;
    margin-top: 10px;
}

.choose_log_content li {
    display: flex;
}

.choose_log_content li+li {
    margin-top: 31px;
}

.choose_log_content li>div {
    flex-grow: 1;
}

.choose_log_content li>div i {
    display: inline-block;
}

.official_reply>div {
    padding-left: 8px;
}

.official_reply>i {
    position: absolute;
    left: 0;
    top: 0;
    height: 13px;
    width: 2px;
    background: #2690f4;
}

/*模态框样式*/
.login_modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    padding: 30% 15px 0;
}

.login_modal>div {
    background: #fff;
    border-radius: 5px;
}

.modal_header {
    border-bottom: 1px solid rgb(224, 224, 224);
    padding: 18px 14px 15px 15px;
}

.modal_header i.close_btn {
    width: 16px;
    height: 16px;
    background: url(../img/icon.png) no-repeat -23px -633px;
}

.modal_body {
    padding: 33px 15px 20px;
}

.modal_body .btn_area {
    margin-top: 35px;
    display: flex;
    justify-content: center;
}

.modal_body .btn_area button+button {
    margin-left: 20px;
}

i.warn_icon {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 18px;
    background: url(../img/icon.png) no-repeat -94px -631px;
}

.modal_body .btn_area button {
    outline: 0;
    padding: 0;
    font-size: 14px;
    height: 33px;
    width: 100px;
}

.modal_body .btn_area button:first-child {
    background-color: rgb(0, 145, 255);
    color: #fff;
    border: none;
}

.modal_body .btn_area button:first-child:active {
    background: rgb(90, 183, 254) !important
}

.modal_body .btn_area button:last-child {
    border: 1px solid rgb(0, 145, 255);
    color: rgb(0, 145, 255);
}

.modal_body .btn_area button:last-child:active {
    background: #dff0fd;
}

#default_page ul li p + a {
    color: #0090ff;
    padding-left: 15px;
}

#default_page ul + h2 {
    border-top: 1px solid rgb(230, 230, 230);
}

#default_page ul li {
    padding-left: 0;
    white-space: normal;
}

#default_page .no_link_info li {
    line-height: 1.5;
}

.no_link_info img {
    margin-top: 10px;
}

#markdown_content a {
    color: #007aff;
}

#markdown_content blockquote {
    min-height: 20px;
    margin: 14px 0;
    border-left: 4px solid #e5e5e5;
    padding: 0 16px;
    color: #999;
}
#markdown_content table.custom-table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 12px 0 14px;
    color: #222;
    width: auto;
    border-collapse: collapse;
    box-sizing: border-box;
}

#markdown_content table.custom-table td,
#markdown_content table.custom-table th {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 5px 14px 5px 12px;
    min-height: 32px;
}

#markdown_content table.custom-table th {
    background-color: #555;
    font-weight: 300;
    color: #fff;
    padding-top: 6px;
}