@charset "utf-8";

body {
    color: #333333;
    background-color: #fff;
    font-family: Microsoft YaHei-Regular 微软雅黑, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    cursor: default;
    z-index: 1;
}

#app{
    background: #ffffff;
    position: relative;
    width: 100%;
    height: auto;
}

#app .full{
    width: 1280px;
    margin: auto;
}

img{
    display: block;
}

ul{
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    color: inherit;
    border: none;
    text-decoration: none;
    cursor: pointer;
}

a:focus {
    color: #2E8BEF;
    outline: none;
    -moz-outline: none;
}

a:hover {
    color: #2E8BEF;
    text-decoration: none;
}

.show {
    display: block;
}

.hidden {
    display: none;
}

.more_display{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.more_display.clip{
    text-overflow:clip;
}

::placeholder{
    color: #999999;
}


.c{
    color:#07B478;
}

.c3{
    color: #333333;
}

.c6{
    color: #666666;
}

.c9{
    color: #999999;
}

.bold{
    font-weight: bold;
}

.clear_both{
    clear: both;
}

.pointer{
    cursor: pointer;
}

.fl{
    float: left;
}

.fr{
    float: right;
}

label{
    font-weight: 400;
}


.toast-item-wrapper.black {
    background-color:transparent ;
    border: none;
    color: white;
}

.toast-item-wrapper.black p{
    border-radius: 6px;
    font-size: 14px;
    font-family: 微软雅黑 sans-serif;
    padding: 15px 30px 15px 30px;
    display: inline-block;
    max-width: 500px;
    width: auto;
    background: url("../images/toast_black.png");
    border: none;
    min-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.w-50{
    width: 50px;
}

.h-50{
    height: 50px;
}

.ml-5{
    margin-left: 5px;
}

.ml-10{
    margin-left: 10px;
}

.mt-5{
    margin-top: 5px;
}

.mt-15{
    margin-top: 15px;
}

.mt-20{
    margin-top: 20px;
}


/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb{
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #c8c8c8;
}


.tpl_page_module {
    width: 100%;
    text-align: center;
    display: none;
}

.tpl_page_module ul.ul_page {
    margin: 0 auto;
    padding: 0;
}

.tpl_page_module ul.ul_page li {
    width: auto;
    height: 38px;
    line-height: 38px;
    border-radius: 11px 11px 11px 11px;
    opacity: 1;
    border: 1px solid #DBDBDB;
    font-size: 20px;
    color: #DBDBDB;
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer;

    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.tpl_page_module ul.ul_page li.pagenum{
    margin-left: 10px;
}

.tpl_page_module ul.ul_page li.prepage,
.tpl_page_module ul.ul_page li.nextpage{
    padding-right: 0;
    padding-left: 0;
    width: 66px;
    height: 40px;
}




.tpl_page_module ul.ul_page li.prepage{

    background: url("../images/btn_page_left.png");
}
.tpl_page_module ul.ul_page li.nextpage{
    width: 66px;
    height: 40px;
    background: url("../images/btn_page_right.png") no-repeat;
    margin-left: 10px;
}



.tpl_page_module ul.ul_page li:hover {
    background-color: #1680FB;
}


.tpl_page_module ul.ul_page li.on{
    cursor: default;
    background-color: #1680FB;
}

.tpl_page_module ul.ul_page li.disabled,
.tpl_page_module ul.ul_page li.dashed,
.tpl_page_module ul.ul_page li.ellipsis
{
    cursor: default;
    background-color: transparent;
}
