HTML,
body,
div,
h1,
h2,
h3,
div,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td {
    border: none;
    font-size: .24rem;
    margin: 0px;
    padding: 0px;

}

body {
    counter-reset: section;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Helvetica, Arial, "PingFang SC", "Noto Sans", Roboto, "Microsoft Yahei", sans-serif !important;
    font-weight: 500;
}

button:active:focus,
button:focus {
    outline: none;
}

html,
body {
    width: 100%;
    /* min-width: 1170px;
    max-width: 1960px; */
    margin: 0 auto;
    background: #fff;
}

em {
    display: block;
    overflow: hidden;
    font-style: normal;
}

button {
    cursor: pointer;
}

body,
div,
td {
    font-size: .24rem;
    font-family: "Microsoft yahei", "simsun", "SimHei", Tahoma, Verdana, Arial, sans-serif !important;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #333333;
    text-decoration: none;
}

input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

input {
    -webkit-appearance: none;
    margin: 0;
    outline: none;
    padding: 0;
}

input::-webkit-input-placeholder {
    color: #ccc;
}

input::-ms-input-placeholder {
    color: #ccc;
}

input::-moz-placeholder {
    color: #ccc;
}

a:hover {
    color: #8DC61E !important;
}

a:visited {
    color: #333333;
}

input[type=submit],
input[type=button] {
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

img {
    border: none;
}

ul,
ol,
li {
    list-style-type: none;
}

i {
    font-style: normal
}

/*公共方法*/
.clear {
    clear: both;
}

.clearleft {
    clear: left;
}

.clearright {
    clear: right;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.cursor {
    cursor: pointer;
}

.box_shadow {
    box-shadow: 0 2px 5px #E6E6E6;
    border: 1px solid rgba(221, 221, 221, .7);
}

.ovhi {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* 头部 */
.header_box .header_list {
    padding: .2rem 0;
}

.header_box .header_list ul {
    overflow: hidden;
    width: 70vw;
    margin: 0 auto;
    border-radius: 20rem;
    background-color: #eeeeee;
}

.header_box .header_list ul li {
    float: left;
    padding: .12rem 0;
    width: 50%;
    text-align: center;
    border-radius: 20rem;
    box-sizing: border-box;
}

.header_box .header_list ul li a {
    color: #afafaf;
    font-size: .28rem;
}

.header_box .header_list ul li.on {
    background-color: #b8f3fb;
    box-shadow: 0 2px 5px #E6E6E6;
    border: 1px solid rgba(221, 221, 221, .7);
}

.header_box .header_list ul li.on a {
    color: #00bcdc;
}

.wrap {
    padding: 0 .2rem;
    position: relative;
    z-index: 3;
}

.textarea_category {
    border: 1px solid #00bcdc;
    padding: .1rem .7rem .1rem .1rem;
    border-radius: .05rem;
    margin-bottom: .15rem;
    background-color: #f3f3f3;
    position: relative;
}

.textarea_box span {
    padding-bottom: .15rem;
    display: block;
}

.textarea_category textarea,
.textarea_category input {
    width: 100%;
    border: none;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    resize: none;
    font-size: .28rem;
    line-height: 1.8;
    color: #444;
    background-color: #f3f3f3;
}

.textarea_category textarea::-webkit-input-placeholder,
.textarea_category input::-webkit-input-placeholder {
    color: #9c9c9c;
}

.textarea_category textarea:-moz-placeholder,
.textarea_category input:-moz-placeholder {
    color: #9c9c9c;
}

.textarea_category textarea::-moz-placeholder,
.textarea_category input::-moz-placeholder {
    color: #9c9c9c;
}

.textarea_category textarea::-ms-input-placeholder,
.textarea_category input::-ms-input-placeholder {
    color: #9c9c9c;
}

.textarea_category textarea:focus,
.textarea_category input:focus {
    outline: none;
}

.textarea_category textarea#word {
    height: 17vh;
}

.textarea_category textarea#word_1{
    height: 12vh;
}
.textarea_category textarea#zhufu {
    height: 12vh;
    font-family: "Microsoft yahei", "simsun", "SimHei", Tahoma, Verdana, Arial, sans-serif !important;
}
.textarea_category i {
    position: absolute;
    right: .15rem;
}

.textarea_category i.close {
    width: .35rem;
    height: .3rem;
    background: url(../img/resizeApi5.png) no-repeat;
    background-position: center;
    background-size: .3rem;
    top: .2rem;
    display: none;
}

.textarea_category i.record,
.textarea_box i.record {
    width: .3rem;
    bottom: .1rem;
    text-align: center;
    border: 1px solid #00bcdc;
    color: #00bcdc;
    border-radius: .05rem;
    padding: .05rem 0;
    font-size: .22rem;
}
.textarea_box .chunlian_jilu {
    float: right;
}
.textarea_box .chunlian_jilu i.record {
    padding:.02rem .1rem;
}

.sort_box .sort_list {
    border: 1px solid #00bcdc;
    padding: .2rem;
    border-radius: .05rem;
    margin-bottom: .2rem;
}

.sort_box .sort_list>div {
    display: none;
    height: 1.1rem;
}

.sort_box .sort_list>div.on {
    display: block;
}

.sort_box .sort_tit {
    overflow: hidden;
}

.sort_box .sort_tit div {
    float: left;
    padding: 0 .35rem .1rem 0;
    font-size: .28rem;
    color: #828282;
    position: relative;
}

.sort_box .sort_tit div.on {
    color: #00bcdc;
}

.sort_box .sort_tit div.on i {
    width: 55%;
    height: 2px;
    background-color: #00bcdc;
    display: block;
    position: absolute;
    bottom: 0;
    right: 30%;
}

.sort_box .sort_list .sort_number div:nth-child(1) {
    margin-bottom: .1rem;
}

.sort_box .sort_list .sort_number input {
    width: 1.5rem;
    border: 1px solid #00bcdc;
    background-color: #f3f3f3;
    padding: .1rem;
    border-radius: .05rem;
    margin-right: .1rem;
    color: #828282;
}

.sort_box .sort_list .sort_number span {
    color: #828282;
}


.u-radio {
    padding-right: .2rem;
}

.u-radio,
.u-checkbox {
    line-height: 24px;
}

.u-radio .icon,
.u-checkbox .icon {
    display: inline-block;
    position: relative;
    top: 0px;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.u-radio .icon {
    background: url("../img/icon_radio.png") center no-repeat;
    background-size: contain;
    opacity: .5;
}

.u-radio.z-checked .icon {
    background: url("../img/resizeApi2.png") center no-repeat;
    background-size: contain;
    opacity: 1;
}

.u-radio,
.u-checkbox {
    position: relative;
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.u-radio input[type=radio],
.u-checkbox input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    visibility: hidden
}

.symbo_number label,
span {
    color: #828282;
    font-size: .28rem;
}

.symbo_number .radio-group-1:nth-child(1) {
    margin-bottom: .2rem;
}

.box {
    /* Safari */
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    -webkit-box-align: center;
    align-items: center;
}
.li_box{
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    align-items:center;
}
.author>div {
    float: left;
    padding-right: 3vw;
}

.author>div>div {
    position: relative;
    display: inline-block;
    border: 1px solid #00bcdc;
    background-color: #f3f3f3;
    border-radius: .05rem;
}

.author input {
    width: 28vw;
    font-size: .28rem;
    padding: .1rem .5rem .1rem .1rem;
    color: #828282;
    box-sizing: border-box;
    border: none;
    background-color: transparent;
    position: relative;
    z-index: 1;
}

.author i {
    display: block;
    background: url(../img/resizeApi.png) no-repeat;
    background-size: .2rem;
    background-position: center .2rem;
    width: .4rem;
    height: 100%;
    position: absolute;
    right: 1.5vw;
    top: 0;
}

.author {
    /* overflow: hidden; */
    margin-bottom: .2rem;
}

.radio-group-3 .u-radio,
.u-checkbox {
    margin-bottom: .2rem;

}

.radio-group-3 .tit {
    float: left;
    height: 1.5rem;
    color: #828282;
    font-size: .28rem;
}

.radio-group-3 .u-radio {
    padding-right: .55rem;
}

.submit_box {
    position: relative;
}

.submit_box .s {
    border: none;
    padding: .1rem .8rem;
    background-color: #00bcdc;
    color: #fff;
    font-size: .32rem;
    border-radius: .1rem;
    margin-left: 1.7rem;
}

.submit_box .record_ {
    position: absolute;
    right: .4rem;
    bottom: 0;
    background: url(../img/resizeApi3.png) no-repeat;
    background-size: .35rem;
    background-position: left center;
    padding-left: .4rem;
    color: #00bcdc;
    font-size: .28rem;
}

.radio-group-3 {
    overflow: hidden;
}

.history_box {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #efeff4;
    left: 0;
    top: 0;
    z-index: 2;
    display: none;
    overflow-x: auto;
}

.shade_history img {
    display: block;
    margin: 0 auto;
    width: 60vw;
}

.shade_history p {
    color: #ccc;
    margin-left: -3%;
}

.shade_history {
    text-align: center;
    padding-top: 20vh;
}

.history_tit.mai_z {
    z-index: 9 !important;
    position: relative !important;
}

.history_tit {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #00bcdc;
    z-index: 99;
}

.header-top {
    width: 100%;
    background-color: #00bcdc;
}

.history_tit_box {
    height: .8rem;
}

.history_tit h3,
.header-top h3 {
    color: #fff;
    font-size: .34rem;
    text-align: center;
    height: .8rem;
    line-height: .8rem;
}

.history_tit i,
.header-top i {
    position: absolute;
    left: .2rem;
    top: .17rem;
    width: .5rem;
    height: .5rem;
    background: url(../img/prev_white.png) center no-repeat;
    background-size: .5rem;
}

.history_tit span,
.header-top span {
    position: absolute;
    right: .2rem;
    top: .25rem;
    color: #fff;
}


.history_list li p {
    color: #000;
    font-weight: 500;
    margin-bottom: .1rem;
    line-height: 1.4;
    font-size: .26rem;
}

.history_list li span {
    font-size: .22rem;
}

.hm-description {
    margin: .5em 0
}

.mui-content {
    overflow: hidden;
}

.mui-content li {
    width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #fff;
    position: relative;
    border-bottom: 1px solid #e6e3e3;
}

.mui-content li .mui-slider-handle {
    display: block;
    padding: .1rem;
}

.mui-content li i {
    width: 25%;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: flex;
    background: #E2421B;
    color: #fff;
    position: absolute;
    right: -25%;
    height: 100%;
    top: 0;
    z-index: 99;
    line-height: 4;
    font-size: .3rem;
    -webkit-box-align: center;
    align-items: center;
}

.swipeleft {
    transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
}


.total_records {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #efeff4;
    left: 0;
    top: 0;
    z-index: 2;
    display: none;
    overflow-x: auto;
}

#OA_task_3 .Historical_pictures li {
    width: 33.3%;
    float: right;
    border: none;
    padding: 0;
}

#OA_task_3 .Historical_pictures li div {
    background-color: #f1ebeb;
    border: 1px solid #fff;
}

#OA_task_3 .Historical_pictures ul {
    overflow: hidden;
}

#OA_task_3 .Historical_pictures li img {
    width: 100%;
    display: block;
}

#OA_task_3 .mui-slider-handle {
    float: left;
    width: 75%;
}

#OA_task_3 .Historical_pictures {
    /* float: right; */
    width: 20%;
    padding:3% 2% 2% 0;
}

#OA_task_3 .mui-slider-handle p.principal {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


#OA_task_3 .mui-slider-handle p.writer {
    color: #6d5959;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: .24rem;
}

#OA_task_3>li:after,
#OA_task_3>li:before {
    content: "";
    display: table;
}

#OA_task_3>li:after {
    clear: both;
}


/*  */

.fl {
    float: left
}

.fr {
    float: right
}

.none {
    display: none
}

.loan_jm1 {
    width: 94%;
    margin: 0 auto
}

.loan_jm_spa1 {
    width: 39%;
    height: 40px;
    line-height: 40px;
    font-size: 1em;
    color: #666;
    display: block;
    float: left
}

.loan_jm_l1 {
    margin-top: 10px;
    margin-bottom: 15px;
    height: 40px
}

.wbk_srn {
    width: 57%;
    height: 40px;
    border: 1px solid #ccc;
    background: #fff;
    float: left;
    padding-left: 3%;
    line-height: 40px;
    color: #adadad;
    font-size: 1.1em;
    background-size: 45%;
    background-position: center;
    background: #fff
}

.wbk_srn b {
    width: 30px;
    height: 40px;
    border: 1px solid #ccc;
    background: #fff;
    float: left;
    padding-left: 3%;
    line-height: 40px;
    color: #adadad;
    font-size: 1.1em
}

.city-letter-show {
    display: block !important;
    font-size: .28rem;
    line-height: 2;
    background-color: #efefefda;
    width: 100%;
    text-indent: .25rem;
    position: -webkit-sticky;
    position: sticky;
    top: 28vw;
}

.showLetter {
    position: fixed;
    background-color: #00bcdc;
    width: 50px;
    height: 50px;
    top: 45%;
    left: 45%;
    border-radius: 50%;
    border: #00bcdc 1px solid;
    text-align: center;
    display: none;
    z-index: 9999999999999999;
}

.showLetter span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    color: #fff;
}

.seach {
    width: 90%;
    height: 45px;
    padding-top: 10px;
    background: #fff
}

.seach input {
    width: 90%;
    height: 45px;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #eee;
    color: #000
}

.container_box {
    display: none;
}

.container {
    padding-top: 25vw;
}

.letter {
    width: auto;
    position: fixed;
    top: 20vh;
    right: 0;
    text-align: center;
    z-index: 99999999;
}

.letter ul {
    list-style-type: none;

    background-color: #fbfbfb69;
    border-radius: .2rem 0 0 .2rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.letter ul li {
    line-height: 3.5vh;
}

.letter ul li a {
    text-decoration: none;
    color: #444444;
    display: block;
    font-weight: 300;
    font-size: .20rem;
    padding: 0 3vw;
}

.hot {
    overflow: hidden
}

.hot div {
    display: block;
    width: 29%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 40px;
    color: #afafaf;
    margin-top: 10px;
    margin-right: 3%;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.clear-history {
    display: block;
    float: right
}

.city-list {
    width: 100%;
    text-indent: .15rem;
}

.city-list .city-letter {
    font-size: .28rem;
    display: block;
    line-height: 2;
    background-color: #efefefda;
    width: 100%;
    text-indent: .25rem;
    position: -webkit-sticky;
    position: sticky;
    top: 28vw;
}

.city-list p {
    color: #afafaf;
    width: 100;
    min-height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e8ecf1;
    cursor: pointer
}

.UISelect {
    margin-top: 5px
}

.div_seek {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    border-bottom: 1px solid #eee;
    z-index: 999;
    opacity: 0.975;
}

.search_hint {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: none;
}

.search_hint .hint_list {
    padding: 0 .15rem;

}

.search_hint .hint_list li {
    padding: .15rem;
    border-top: 1px solid #eee;
    font-size: .26rem;
}

.search_hint p {
    padding: .1rem 0;
    text-align: center;
    background-color: #eee;
    color: #848484;
    display: none;
}

.hint_txt {
    padding: .1rem .2rem;
}

.hint_txt span {
    color: #848484;
    font-size: 12px;
}

.div_seek .input_seek .quxiao {
    position: absolute;
    right: 10px;
    padding: .1rem .15rem;
    background-color: #eee;
    font-size: .22rem;
    box-sizing: border-box;
    color: #865828;
    z-index: 99;
    display: none;
    border: 1px solid #ddd;
    top: .15rem;
}

.div_seek {
    background-color: #fff;
}

.div_seek .input_seek {
    padding: .15rem;
    position: relative;
    overflow: hidden;
}

.div_seek .input_seek input {
    box-sizing: border-box;
    font-size: .24rem;
    border-radius: 0;
    border: none;
    background-color: #f7f4f4;
    padding-left: .5rem;
    width: 100%;
    height: .5rem;
    line-height: .5rem;
}

.div_seek .input_seek input#search {
    width: 60%;
    border-right: 1px solid #ccc;
}

.div_seek .input_seek input#shufajia {
    width: 30%;
}

.div_seek .input_seek .input_seek_list {
    overflow: hidden;
    border: 1px solid #ddd;
    background-color: #f7f4f4;
    position: relative;
}

.div_seek .input_seek .input_seek_list.on {
    width: 83%;
}

.div_seek .input_seek .input_seek_list.on input#search {
    width: 55%;
}


.div_seek .input_seek ._sopanafter {
    width: .4rem;
    height: .35rem;
    background: url(../img/search.png);
    background-repeat: no-repeat;
    background-size: .35rem;
    background-position: center;
    content: '';
    position: absolute;
    bottom: 25%;
    left: .25rem;
    display: block;
}

/* .div_seek .input_seek input::-ms-input-placeholder {
    text-align: center;
}

.div_seek .input_seek input::-webkit-input-placeholder {
    text-align: center;
} */

/*修改提示文字的颜色*/

.div_seek .input_seek input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgb(184, 162, 162);
    font-size: .22rem;
}

.div_seek .input_seek input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgb(184, 162, 162);
    font-size: .22rem;
}

.div_seek .input_seek input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgb(184, 162, 162);
    font-size: .22rem;
}

.div_seek .input_seek input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgb(184, 162, 162);
    font-size: .22rem;
}

.div_seek .input_font {
    background-color: #fff;
    padding: .25rem .6rem;
}

.clear {
    clear: both
}

.div_seek .input_font div.input_div {
    float: left;
    position: relative;
    margin-top: .02rem;
}

.div_seek .input_font div.input_div.on span:nth-child(1) {
    color: #AAA;
}

.div_seek .input_font div.input_div.on input[type="text"] {
    color: #AAA;
    background-color: #eee;
}

.div_seek .input_font div.input_div span {
    font-size: .25rem;
}

.div_seek .input_font div.input_div input[type="text"] {
    width: 1rem;
    border: 1px solid #dfd3d3;
    padding: .03rem .15rem .03rem .2rem;
    text-align: center;
    margin: 0 .15rem 0 .05rem;
    color: #875823;
    height: .37rem;
    font-size: .25rem;
}

.div_seek .input_font button {
    background-color: #875823;
    border: 1px solid #875823;
    padding: .05rem .2rem .05rem .3rem;
    color: #fff;
    text-align: center;
    letter-spacing: .1rem;
    font-size: .25rem;
    float: right;
}

.div_seek .input_seek .input_seek_list i.empty {
    position: absolute;
    right: 0%;
    top: 3%;
    display: none;
    width: .7rem;
    height: 100%;
    background: url(../img/resizeApi5.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: .2rem;
}

.history .city-list .city-letter {
    background-color: #00a4dc2e;
}

.jizi_function ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    -webkit-box-align: center;
    align-items: center;
}

.jizi_function {
    background-color: #fbfbfb;
    border-bottom: 1px solid rgb(228, 226, 226);
}

.jizi_function ul li {
    padding: .15rem .3rem;
    background-color: #00bcdc;
    border-radius: 10px;
    color: #fff;
    margin: .2rem 0;
    font-size: .25rem;
}

.jizi_function ul li.on {
    background-color: #0190a9;
}

.jizi_function .jizi_slide {
    padding: 0 .2rem .2rem;
}

.jizi_slide>div div.jizi_slide_box {
    -webkit-box-flex: 8;
    flex-grow: 8;
}

.jizi_slide>div span {
    color: #585858;
    font-size: .24rem;
}

.lineDiv {
    position: relative;
    height: .05rem;
    background: #e8e7e7;
    width: 100%;
}

.jizi_slide_box .linediv_back {
    background-color: #b1b1b1;
    width: 0%;
    height: 100%;
}

.lineDiv .minDiv {
    position: absolute;
    top: -.07rem;
    left: 0;
    width: .2rem;
    height: .2rem;
    background: #b1b1b1;
    cursor: pointer;
    border-radius: 50%;
}

.jizi_slide .box {
    padding: .1rem 0;
}

.jizi_slide .inscribe {
    display: none;
}

.jizi_slide i {
    width: .35rem;
    height: .35rem;
    padding: 0 10px;
}

.jizi_slide .jizi_ico_i_1 {
    background: url(../img/resizeApi6.png) no-repeat center;
    background-size: .35rem;
}

.jizi_slide .jizi_ico_i_2 {
    background: url(../img/resizeApi7.png) no-repeat center;
    background-size: .35rem;
}

.jizi_function p.tit {
    text-align: center;
    font-size: .22rem;
    color: #a59595;
    padding: .1rem 0;
}

.alternative img {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

.result_box li {
    text-align: center;
    margin-left: 0px;
    width: auto;
    vertical-align: top;
    display: inline-block;
}

.result_box img {
    display: block;
}

.result_box .author span {
    font-size: .22rem;
}

.result_box {
    padding: .1rem;
    margin: .1rem;
}

.result_box .author {
    display: none;
}

.result_box .box {
    -webkit-box-pack: center;
    justify-content: center
}

.result_box ul {
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

.result_box.box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    align-items: end;
}

.inscribe_bo {
    position: relative;
    top: 0;
    right: 0;
}

.author span {
    font-size: .26rem;
}

.result_box a {
    display: block;
}

.Replacement_value {
    display: none;
    position: fixed;
    top: 0;
    height: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    overflow-x: auto;
}

.ov {
    overflow: hidden !important;
    height: 100% !important;
}

.Replacement_value .header-top span {
    background-color: #fff;
    border-radius: 10px;
    padding: .05rem .25rem;
    display: inline-block;
    color: #444;
    position: absolute;
    right: .2rem;
    top: .2rem;
    font-size: .24rem;
}

.Replacement_value .img_preview {
    background: url(../img/asd.png) no-repeat center center;
    background-size: contain;
    padding: .25rem;
}

.Replacement_value .img_preview img {
    width: 3rem;
    height: 3rem;
    display: block;
    margin: 0 auto;
}

.leix_list {
    margin-top: 1px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .05);
    border-bottom: 1px solid #eee;
}

.leix_list ul {
    overflow: hidden;
    padding: .15rem .1rem .1rem .25rem;
}

.leix_list ul li {
    cursor: pointer;
    float: left;
    width: 14%;
    padding: .5% 1%;
    box-sizing: border-box;
    margin: 0 1% 1% 1%;
    background-color: #eee;
    text-align: center;
    border: 2px solid #eee;
}

.leix_list ul li.on {
    border-bottom: 2px solid #865828;
    color: #865828;
}

.word_b {
    margin: 1%;
    width: 23%;
    float: right;
}

.jizi_function .inscribe ul li.on {
    border-color: #00bcdc;
}

.jizi_function .inscribe ul li {
    border: 3px solid transparent;
    margin: 0 .15rem;
    padding: .18rem;
    width: .2rem;
    height: .2rem;
    box-shadow: 0 1px 3px #0000003b;
    border-radius: 50%;
    text-align: center;
}

.jizi_function .inscribe ul li.back_1 {
    background-color: #ffffff;
}

.jizi_function .inscribe ul li.back_2 {
    background-color: #EBE5C3;
}

.jizi_function .inscribe ul li.back_3 {
    background-color: #aa363d;
}

.jizi_function .inscribe ul li.back_4 {
    background-color: #d1c7b7;
}

.jizi_function .inscribe ul li.back_5 {
    background-color: #000000;
}

.result_box.back_1 {
    background-color: #ffffff;
}

.result_box.back_2 {
    background-color: #EBE5C3;
}

.result_box.back_3 {
    background-color: #aa363d;
}

.result_box.back_4 {
    background-color: #d1c7b7;
}

.result_box.back_5 {
    background-color: #000000;
}