body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #333;
    overflow-x: hidden;
    position: relative
}

body,
html {
    background: #f7f7f7;
    padding: 0;
    margin: 0;
    position: relative;
    overflow-y: auto;
    /* height: 96%; */
}

@media screen and (min-width: 200px) {
    html {
        font-size: 13px;
    }
}

@media screen and (min-width: 330px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width: 1200px) {
    html {
        font-size: 22px;
    }
}

a {
    text-decoration: none;
}

ul li {
    list-style: none
}

ul {
    padding: 0;
    margin: 0;
}

a:visited {
    /*color: #fff;*/
    text-decoration: none;
}

a:active {
    text-decoration: none
}

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.kq_top {
    width: 100%;
    line-height: 3.5rem;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #eaeaea;
    background: #fff;
    overflow: hidden
}

.kq_top2 {
    line-height: 2.8rem !important
}

.mod_title {
    width: 100%;
    height: 2.5rem;
    line-height: 2.7rem;
    margin-top: .5rem;
    font-size: 1.1rem;
    text-indent: 10px;
    color: #8c8c8c;
}

.kq_title {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 2.4rem;
    margin-bottom: 1.5rem;
    clear: both;
    line-height: 1.5rem;
    color: #4070ff;
}

.kq_butbox {
    width: 80%;
    margin: 1rem auto;
    overflow: hidden;
}

.kq_butbox div {
    float: left;
    height: 2.5rem;
    width: calc(100% - 2rem);
    margin: 0 1rem .7rem 1rem;
    border-radius: 4rem;
    color: #333;
    text-align: center;
    line-height: 2.5rem;
    display: inline-block;
    border: 1px solid #ddd;
    box-sizing: border-box;
    background: #fff;
}

.kq_butboxnr {
    width: 80%;
    margin: 1rem auto;
    overflow: hidden;
}

.kq_x1 {
    border: none !important;
    color: #fff !important;
}

.kq_x2 {
    border: none !important;
    color: #fff !important;
}

.kq_box {
    width: calc(100% - 4rem);
    margin: 2rem 2rem;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 6px;
    /* height: calc(100% - 15rem) */
    padding: 1rem 0 1rem;
}

.but_tj {
    float: left;
    height: 2.5rem;
    width: calc(100% - 4.4rem);
    margin: 0 2.2rem .7rem 2.2rem;
    border-radius: 4rem;
    color: #333;
    text-align: center;
    line-height: 2.3rem;
    display: inline-block;
    /*background: #75c93f;*/
    /*background: #f4142a*/
    border: 1px solid #ddd;
    box-sizing: border-box;
    background: #4070ff;
    color: #fff;
}

.kq_top ul {
    width: 100%;
}

.kq_top li {
    width: 50%;
    float: left;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    border-bottom: 3px solid white;
    color: #777;
    padding-bottom: .5rem;
    /* margin: 0 2rem; */
}

.top_navcurr {
    border-bottom: 3px solid #4070ff !important;
    color: #4070ff !important;
    font-weight: bold;
}

.kq_tj {
    width: calc(100% - 2rem);
    margin: 1.5rem 1rem;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 6px;
    /* height: calc(100% - 15rem) */
}

.biaodan_li_inp {
    width: 100%;
    border: #eaeaea 1px solid !important;
    border-radius: 7px !important;
    color: #777 !important;
    text-indent: .4rem !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    display: inline-block;
    background: #fff;
    text-indent: 0 !important;
}

input.biaodan_li_inp {
    height: 2.5rem !important;
}

.stopinput {
    background: none !important;
    color: #777 !important;
    border: none !important;
}

.read-write-plaintext-only {
    -webkit-user-modify: read-write-plaintext-only;
}

.kq_butboxnr div {
    height: 2.5rem;
    width: 100%;
    text-align: center;
    line-height: 2.5rem;
    display: inline-block;
    border: 1px solid #ddd;
    box-sizing: border-box;
    background: #fff;
}

.longtext div {
    outline: none;
    line-height: 1.5rem;
    padding: .5rem 0;
    height: unset !important;
}