﻿html body {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100% !important;
}

.Menu {
    font-family: 'Microsoft YaHei';
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    background-color: #31343A;
    overflow: hidden;
}

.split {
    font-size: 15px;
    color: #FFFFFF;
}

a {
    text-decoration: none;
}

.Menu a {
    color: #FFFFFF;
}

.BKDiv {
    height: auto;
    font-size: 14px;
    border: 1px solid #808080;
    margin-top: 8px;
    padding-left: 5px;
    padding-right: 3px;
    padding-top: 20px;
    padding-bottom: 30px;
    border-radius: 5px;
}

.row {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    color: blue;
    margin-top: 5px;
}

.TextCaption {
    width: 80px;
    float: left;
}

.tipinfo {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: red;
    margin-top: 5px;
    display:none;
}

#sltdiv {
    display: none;
    font-size: 14px;
    color: blue;
    margin-top: 5px;
}

.line {
    margin-top: 3px;
    margin-bottom: 3px;
    height: 1px;
    width: 100%;
    background-color: #C0C0C0;
}

.shuoming {
    padding-left: 5px;
    line-height: 25px;
    font-size: 14px;
    font-family: 'Microsoft YaHei UI';
    color: #1F3F5E;
}

.tixing {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    font-size: 15px;
    font-family: 'Microsoft YaHei UI';
    color: #1F3F5E;
}

#copyright {
    text-align: center;
    margin-top: 8px;
    border-top: 1px solid #777777;
    background-color: #DDDDDD;
}

.copyrow {
    line-height: 25px;
    height: 25px;
    text-align: center;
    font-size: 15px;
    font-family: 'Microsoft YaHei';
    color: #1F3F5E;
}

.CatpionText {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    padding-left: 10px;
    text-align: center;
    color: #FF0000;
}

.imageDiv {
    text-align: center;
}

.MiniImage {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 120px;
    height: 120px;
}

.MiniDescript {
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    padding-left: 10px;
    font-size: 15px;
    font-family: 'Microsoft YaHei';
    color: #1F3F5E;
}

.uploadbtn {
    width: 90px;
    height: 28px;
    vertical-align: middle;
}

.mask {
    border-radius: 5px;
    position: absolute;
    filter: alpha(opacity=60);
    background-color: #CECFC9;
    z-index: 1002;
    /*opacity:0.5; -moz-opacity:0.5;需要设置弹出窗口的透明度的时候打开*/
    color: black;
    text-align: center;
    /*margin:0 auto;*/
    width: 250px;
    height: 100px;
}

#loadingImg {
    width: 28px;
    height: 28px;
    vertical-align: middle;
    /*display: none;*/
}