html {
    font-size: 16px;
}

body,
h1,
h2,
h3,
p,
div,
ol,
ul,
input,
button {
    margin: 0;
    padding: 0
}

body {
    overflow-x: hidden;
    max-width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-text-size-adjust: none;
}

ol,
ul,
li {
    list-style: none
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

input,
button,
textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    border-radius: 0;
    background: transparent;
    -webkit-appearance: none;
    outline: 0
}

img {
    border: 0;
    vertical-align: middle;
}


.full {
    width: 100%;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0
}
.hidden{
    display: none;
}
.clearfix {
    clear: both;
    zoom: 1
}

.fl {
    float: left
}

.fr {
    float: right
}

.dn {
    display: none;
}

.dib {
    display: inline-block
}

.db {
    display: block
}

.df {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

a:focus {
    outline: none;
}

a,
button,
input,
optgroup,
select,
textarea {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

input,
button,
textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    border-radius: 0;
    background: transparent;
    -webkit-appearance: none;
}
select{
    background: none;
}
.pr {
    position: relative;
}

.pa {
    position: absolute;
    left: 0;
    top: 0;
}

.mc-bg {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.pf {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.flex {
    flex: 1;
    -moz-box-flex: 1;
    -webkit-box-flex: 1.0;
    -ms-flex: 1.0;
    box-flex: 1.0;
}

.tc {
    text-align: center
}

.fw {
    font-weight: bold;
}

[v-cloak] {
    display: none;
}

.pd30 {
    padding-bottom: 30px !important;
}

.white-bg {
    background: #fff;
}

.header {
    width: 100%;
    background: #04a53b;
    color: #04a53b;
    height: 74px;
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.fn18 {
    font-size: 18px;
}

.fn16 {
    font-size: 16px;
}

.fn14 {
    font-size: 14px;
}
.line{
    background: #f2f2f2;
    height: 10px;
}
.container{
    background: #fff;
    font-family: '微软雅黑';
    position: relative;
}
.w1000{
    max-width: 1000px;
    margin: 0 auto;
    padding:0 10px;
}
.page-tit{
    width: 100%;
    background: #e6f8ec;
    height:53px;
    line-height: 53px;
}
.green-btn{
    color: #04a53b;
    border:1px solid #04a53b;
}
.footer{
    width: 100%;
    padding:40px 0;
    background: #fff;
    margin: 0 auto;
}
.idx-footer{
    padding:20px 0;
    border-top:1px solid #666;
}
.re-back{
    display: none;
    width: 60px;
    height: 28px;
    line-height: 28px;
    float: left;
    margin-left: 10px;
    background: url('../images/re_back.png') no-repeat center top;
    background-size: 100%;
    text-align: center;
    padding-left:15px;
    font-size: 15px;
}
.web-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.toast-ui-a{
    /* max-width: 100vw; */
    width:60%;
    display: inline-block;
    padding:15px 30px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    border-radius: 8px;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}
.el-select .el-input .el-select__caret,.el-input__prefix, .el-input__suffix{
    color: #555 !important;
}
.page-control{
    width: 92vw;
    max-width: 390px;
    margin: 50px auto 0;
    text-align: center;
    color: #999;
    padding-bottom:50px;
}
.page-control .p{
    margin-bottom: 18px;
}
.page-control .p-a{
    width: 138px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    border:1px solid #999;
    border-radius: 22px;
    cursor: pointer;
}
.page-control .p-b{
    color: #999;
    margin: 0 25px;
}
.page-control .p-a-has{
    color: #db3535;
    border:1px solid #db3535;
}
.page-control .q{
    height: 30px;
    line-height: 30px;
}
.page-control .q-a{
    width: 50px;
    height:30px;
    background: #f2f2f2;
    text-align: center;
}
.page-control .q-b{
    width: 50px;
    height: 30px;
    line-height: 30px;
    background: #f2f2f2;
    border:none;
    display: inline;
    margin-right: 10px;
}
.page-control .q-c{
    color: #04a53b;
    text-decoration: underline;
    margin-left: 6px;
    cursor: pointer;
}
@media only screen and (max-width: 480px){
    .line{
        height: 1.6vw;
    }
    .page-tit{
        display: none;
    }
    .footer{
        width: 100%;
        position: fixed;
        left: 0;
        bottom:0;
        padding:8px 0;
        border-top:1px solid #e6e6e6;
        background: #fff;
        padding:10px 0;
    }
    .web-footer{
        display: none;
    }
    .re-back{
        width: 15.6vw;
    }
    .page-control{
        font-size: 3.73vw;
    }
    .page-control .p-a{
        width:30vw;
        height:30px;
        line-height: 30px;
        
    }
    .page-control .p-b{
        margin:0 15px;
    }
}
.el-select .el-input .el-select__caret{
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}
.el-cascader .el-input .el-icon-arrow-down{
    -webkit-transform: rotateZ(270deg);
    transform: rotateZ(270deg);
}
.el-input__inner:hover{
    border:1px solid #f5f5f5 !important
}
.none-cell-info{
    color: #999;
    margin: 50px 0;
}
.el-scrollbar__bar {
    opacity: 1 !important;
}
.lang{
    border: 1px solid #fff;
    border-radius: 16px;
    padding: 5px;
    margin:16px 10px;
    color:#fff
}
.lang option{
    color:#222;
    }
.lang option:hover{
    color:#fff;
    }