﻿html, body {
    font-size: 14px;
    border: 0;
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei',微软雅黑,tahoma,arial,sans-serif;
    width: 100%;
    height: 100%;
}

form {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

ul {
    padding: 0;
    margin: 0;
    border: 0;
}

li {
    list-style: none
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url('img/xia.png') no-repeat scroll right center transparent;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
}

    select::-ms-expand {
        display: none;
    }

.hide {
    display: none;
}

.clear {
    clear: both;
}

.zlan1 {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

/*提示弹出窗口*/
.tcts {
    position: absolute; /*脱离文档流*/
    top: 50%; /*偏移*/
    left: 50%; /*偏移*/
    width: 220px;
    height: 120px;
    margin-top: -60px;
    margin-left: -110px;
    border: 1px solid #feeb93;
    border-radius: 3px;
    display: block;
}

.tctstop {
    height: 30px;
    background-color: #feeb93;
}

/*成功弹出窗口*/
.tcok {
    position: absolute; /*脱离文档流*/
    top: 50%; /*偏移*/
    left: 50%; /*偏移*/
    width: 220px;
    height: 130px;
    margin-top: -60px;
    margin-left: -110px;
    border: 1px solid #9df9e0;
    border-radius: 3px;
    display: block;
}

.tcoktop {
    height: 30px;
    background-color: #9df9e0;
}

/*错误弹出窗口*/
.tcerr {
    position: absolute; /*脱离文档流*/
    top: 50%; /*偏移*/
    left: 50%; /*偏移*/
    width: 220px;
    height: 130px;
    margin-top:-60px;
    margin-left:-110px;
    border: 1px solid #ff8585;
    border-radius: 3px;
    display: block;
}

.tcerrtop {
    height: 30px;
    background-color: #ff8585;
}

/*弹出窗口公共样式*/
.tcbt {
    float: left;
    text-align: left;
    padding-left: 10px;
    color: #808080;
    width: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    cursor: pointer;
}

.tcclose {
    float: right;
    text-align: center;
    color: #808080;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    cursor: pointer;
}


.tcmain {
    width: 220px;
    height: 100px;
    line-height: 100px;
    overflow: hidden;
    background-color: #ffffff;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    font-family: 'Microsoft YaHei',微软雅黑,tahoma,arial,sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
}

.tcmainspan {
    display: inline-block;
    width: 180px;
    height: 95px;
    line-height: 28px;
    vertical-align: middle;
    text-align: center;
    background-color: #ffffff;
}


.tb100 {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

.bitian {
    color: red;
}


/*分割线3种*/
.zhr1 {
    height: 1px;
    border-style: solid none none none;
    border-width: 1px;
    border-color: #e5e8ec;
    margin-top: 5px;
    padding: 0;
    margin-left: 20px;
    margin-right: 20px;
}

.zhr2 {
    height: 1px;
    border-style: solid none none none;
    border-width: 1px;
    border-color: #e5e8ec;
    margin-top: 5px;
    padding: 0;
}

.zhr3 {
    height: 1px;
    border-style: solid none none none;
    border-width: 1px;
    border-color: #e5e8ec;
    margin-top: 5px;
    padding: 0;
    margin-left: 10px;
    margin-right: 10px;
}



/*管理页面 边距*/
.gmall {
    padding: 6px;
    width: 100%;
    height: 100%;
    vertical-align: top;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
}

/*管理页面 搜索栏*/
.gm1 {
    padding-left: 10px;
    width: 100%;
}
/*管理页面 功能栏*/
.gm2 {
    height: 42px;
    width: 100%;
    padding-left: 10px;
    padding-bottom: 5px;
}
.gm3 {
    width: 100%;
    height:100%;
}
.gk220 {
    height: 42px;
    width: 220px;
}
.gk320 {
    height: 42px;
    width: 320px;
}
.gk360 {
    height: 42px;
    width: 360px;
}
.gk450 {
    height: 42px;
    width: 360px;
}

/*详情页面 边距*/
.zmall {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    height: 100%;
    vertical-align: top;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
}

/*详情页面 功能栏*/
.zmlan {
    height: 48px;
    width: 380px;
}

.k500 {
    height: 48px;
    width: 500px;
}
.k450 {
    height: 48px;
    width: 450px;
}
.k380 {
    height: 48px;
    width: 380px;
}





/*弹出窗口用到样式*/
.mytancss {
    border: 1px solid #dedede;
    border-radius: 3px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.mybiaoti {
    font-size: 18px;
    height: 35px;
    color: #555555;
}

.mybiaotilan {
    background-color: #fefefe;
    border-bottom: 1px solid #f8f8f8 !important;
    height: 30px;
}

.mybiaotilants {
    background-color: #fefefe;
    height: 22px;
}

.mycloseall1 {
    width: 20px;
    height: 20px;
    margin-top: 4px;
    background-image: url('img/myclose1.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

    .mycloseall1:hover {
        width: 20px;
        height: 20px;
        margin-top: 4px;
        background-image: url('img/myclose2.png');
        background-repeat: no-repeat;
    }

.iframezi {
    height: 100%;
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
}



/*table的默认样式*/

.tb100 {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

.tb0 {
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

.tr0 {
    margin: 0;
    padding: 0;
    border: 0;
}

.td0 {
    margin: 0;
    padding: 0;
    border: 0;
}
.gvtd0 {
    margin: 0!important;
    padding: 0!important;
    border: 0!important;
}

.table0 {
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

    .table0 tr {
        margin: 0;
        padding: 0;
        border: 0;
    }

        .table0 tr td {
            margin: 0;
            padding: 0;
            border: 0;
        }

.table1 {
    margin: 0;
    padding: 0;
    border: 1px solid #121212;
    border-collapse: collapse;
}

    .table1 tr {
        margin: 0;
        padding: 0;
        border: 0;
    }

        .table1 tr td {
            margin: 0;
            padding: 0;
            border: 1px solid #121212;
        }

.tablefix1 {
    margin: 0;
    padding: 0;
    border: 1px solid #000000;
    border-collapse: collapse;
    table-layout: fixed;
}

    .tablefix1 tr {
        margin: 0;
        padding: 0;
        border: 0;
    }

        .tablefix1 tr td {
            margin: 0;
            padding: 0;
            border: 1px solid #000000;
        }

/*固定底部div*/
.bfooter {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0px;
    background-color: #e8e8e8;
    height: 45px;
    line-height: 45px;
    text-align: center;
    z-index: 65535;
}

.bfooter2 {
    width: 100%;
    background-color: #e8e8e8;
    height: 45px;
    line-height: 45px;
    text-align: center;
    z-index: 65535;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}


/*弹出提示框样式*/
.mytan {
    border: 1px solid #dedede;
    border-radius: 6px;
    position: absolute;
    left: 50%; /*偏移*/
    top: 50%; /*偏移*/
    margin-top: -150px;
    margin-left: -115px;
    width: 230px;
    display: block;
    background-color:#ffffff;

    z-index:99999;
}

.mytan1 {
    padding-top: 15px;
    text-align: center;
}

.mytan2 {
    margin-top: 5px;
    min-height: 40px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    text-overflow: ellipsis;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
}

.mytan3 {
    line-height: 30px;
    text-align: center;
}

.mytanbt1 {
    margin: 8px;
    width: 60px;
    height: 28px;
    border: 0;
    border-radius: 3px;
    background-color: #55ae51;
    color: white;
    cursor: pointer;
}

.mytanbt2 {
    margin: 8px;
    width: 60px;
    height: 28px;
    border: 0;
    border-radius: 3px;
    background-color: #b4b53a;
    color: white;
    cursor: pointer;
}

.mytanbt3 {
    margin: 8px;
    width: 60px;
    height: 28px;
    border: 0;
    border-radius: 3px;
    background-color: #c35b48;
    color: white;
    cursor: pointer;
}


/*加载动画*/

.loader-04 {
    font-size: 30px;
    border: 1px solid currentcolor;
    border-radius: 50%;
    -webkit-animation: 1s loader-04 linear infinite;
    animation: 1s loader-04 linear infinite;
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    color: #c3c3c3;
    vertical-align: middle;
    pointer-events: none;
}

    .loader-04:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: -.2em;
        left: 50%;
        border: .2em solid currentcolor;
        border-radius: 50%;
    }

@-webkit-keyframes loader-04 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-04 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}