h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-weight: normal;*/
    font-size: inherit;
}

button,
input[type=button] {
    width: auto;
    overflow: visible;
}

input,
select,
textarea,
button {
    -webkit-appearance: none;
    border: 0;
    outline: 0;
    resize: none;
    font-size: inherit;
    margin: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

img,
object,
embed {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

del {
    text-decoration: line-through;
}

ul,
li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/*em,
i,
strong,
b {
    font-style: normal;
    font-weight: normal;
}*/

a {
    text-decoration: none;
}

html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: "PingFang SC", Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

.clear_fix:after {
    content: " ";
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.f_left {
    float: left !important;
}

.f_right {
    float: right !important;
}

.show {
    display: inherit !important;
}

.hide {
    display: none !important;
}

.text_left {
    text-align: left !important;
}

.text_right {
    text-align: right !important;
}

.text_center {
    text-align: center !important;
}

/*通用header style*/
.page {
    background-color: #f5f5f5 !important;
}

.page .header {
    display: flex;
}

.page .header,
.page .header_zicheng {
    position: relative;
    height: 50px;
    padding-left: 11px;
    background-color: #fff;
    border-bottom: 1px solid #EBEBEB;
    z-index: 10;
}

.page .header .header_center {
    margin-left: 100px;
    padding-top: 8px;
}

.page .header_zicheng .header_zicheng_left img,
.page .header .header_left img {
    width: 1.7rem;
    height: .44rem;
}

.page .header .header_center img {
    position: absolute;
    width: 14px;
    height: 14.5px;
    margin-left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.page .header .header_center input {
    font-size: 14px;
    padding-left: 38px;
    border: 1px solid #ccc;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
}

.page .header_zicheng .header_zicheng_right img,
.page .header .header_right img {
    width: 0.38rem;
    height: 0.33rem;
    vertical-align: middle;
}

.page .header_zicheng .header_zicheng_left,
.page .header .header_left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.page .header .header_center input {
    padding-top: 7px;
    padding-bottom: 7px;
    color: #666;
}

.page .header .header_center input::-ms-input-placeholder {
    color: #B3B3B3;
}

.page .header .header_center input::-moz-input-placeholder {
    color: #B3B3B3;
}

.page .header .header_center input::-webkit-input-placeholder {
    color: #B3B3B3;
}

.page .header_zicheng .header_zicheng_right,
.page .header .header_right {
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
}

.page .header .header_right.close {
    padding: 0;
}

.page .header .header_right.close img {
    position: relative;
    padding-top: 5px;
    width: .25rem;
    height: .25rem;
}

/*自?成考页header共用style*/
.page .header_zicheng .header_zicheng_left .tag {
    display: inline-block;
    padding: 0 8px;
    margin-left: 5px;
    line-height: .42rem;
    text-align: center;
    font-size: 14px;
    color: #0088E6;
    background-color: #D4EDFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
}

.page .header_zicheng .header_zicheng_right select {
    font-size: 14px;
    line-height: 16px;
    color: #0088E6;
    background-color: #fff;
}

.page .header_zicheng .header_zicheng_right i {
    color: #0088E6;
    font-size: 10px;
    margin-right: 10px;
    vertical-align: middle;
}

/* 分页*/
/* 试题分页*/
.pagination {
    /*display: flex;*/
    padding: 16px 0 20px;
    border-top: 1px solid #EBEBEB;
    background-color: #fff;
    text-align: center;
}

.pagination a,.pagination b{ display:inline-block;padding:0 6px;text-align:center; line-height:24px; height:24px; border:1px solid #bababa; font-size:14px; color:#333; margin:2px;}
.pagination b,.pagination a:hover,.pagination a.on{ font-weight:500; display:inline-block;padding:0 6px;text-align:center; line-height:24px; border:1px solid #1046a1; font-size:14px; color:#fff; background:#1046a1;}
/*
.pagination .status {
    flex: 1;
    font-size: 15px;
    color: #4D4D4D;
    text-align: center;
}

.pagination .status.num {
    font-size: 16px;
}

.pagination .status span {
    color: #4290F9;
}
*/

/*通用nav style*/
.page .nav {
    background-color: #fff;
    height: 44px;
    line-height: 44px;
}

.page .nav ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 14px;
}

.page .nav ul li {
    color: #0088E6;
    width: 70px !important;
    margin-right: 0px !important;
}

.page .nav ul li a.active {
    color: #0088E6;
}

.page .nav ul li a {
    position: relative;
}

.page .nav ul li a.active:before {
    content: '';
    position: absolute;
    width: 13px;
    padding: 0;
    margin-top: 28x;
    left: 50%;
    top: 130%;
    transform: translateX(-50%);
    border: 2.5px solid #0088E6;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.page .nav ul li a {
    color: #5B6C78;
}

.library_link {
    display: flex;
    padding-top: 9px;
    padding-bottom: 9px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #fff;
}

.library_link .item {
    flex: 1;
    text-align: center;
    color: #808080;
    font-size: 14px;
    text-decoration: none;
    border-right: 1px solid #E6E6E6;
}

.library_link .item.active {
    color: #4D4D4D;
    font-size: 15px;
    font-weight: bold;
}

.library_link .item:last-child {
    border-right: none;
}

/*通用footer style*/
.page .footer {
    margin-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 12px;
}

.page .footer ul {
    display: block;
}

.page .footer ul li {
    display: inline-block;
    text-align: center;
    list-style-type: none;
    border-right: 1px solid #E6E6E6;
    padding-right: 5px;
    padding-left: 5px;
}

.page .footer ul li a {
    font-size: 12px;
    color: #4D4D4D;
    text-decoration: none;
}

.footer ul li:first-child {
    padding-left: 0;
    border-left: 0;
}

.footer ul li:last-child {
    padding-right: 0;
    border-right: 0;
}

.footer .p {
    display: inline-block;
    color: #999;
}

.footer .p.copyright {
    margin-top: 14px;
    margin-bottom: 10px;
}

.fix_top {
    position: fixed;
    right: 0;
    top: 80%;
    z-index: 10;
    width: 0.65rem;
}

.fix_top .top_a {
    display: none;
}

.fix_top a {
    position: fixed;
    bottom: 80px;
    right: 20px;
}

.fix_top img {
    width: 0.65rem;
    height: 0.63rem;
}

.icon {
    width: 1em;
    height: 1em;
    fill: currentColor;
    overflow: hidden;
}

/*搜索?/
.search_wrap {
    height: 44px;
    line-height: 44px;
    padding-left: 12px;
    padding-right: 12px;
    border: 1px solid #E6E8EB !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    color: #666;
    font-size: 14px;
    padding-right: 14px;
    cursor: pointer;
    background-color: white;
    margin: 0 10px;
}

.search_wrap .search_content {
    height: 80%;
    width: 92%;
}

.search_wrap .search_btn {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background:url(../images/ss.png);
    z-index: 9;
}

/*搜索?/

@media screen and (min-width: 750px) {
    html {
        font-size: 100px !important;
    }

    body {
        width: 750px !important;
        margin: 0 auto !important;
        background-color: #f2f7fa !important;
    }
}