﻿

/*L . The initial style*/


/* CSS Document */

* {
    font-family: "Microsoft Yahei", 微软雅黑, Simsun, Arial, PingFangSC-Regular, sans-serif;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
iframe {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}


/*去掉input等聚焦时的蓝色边框*/

fieldset,
img,
input,
button,
iframe {
    border: none;
    outline-style: none;
}


/*  去掉图片低测默认的3像素空白缝隙，或者用display：block也可以*/

img {
    border: 0;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style: none;
}

input,
img {
    vertical-align: middle;
}
input::-webkit-input-placeholder { /* WebKit browsers*/ 
　　color:#999;
    font-size:14px;
　　}
input:-moz-placeholder {  /* Mozilla Firefox 4 to 18*/ 
　　color:#999;
    font-size:14px;
　　}
input::-moz-placeholder {  /* Mozilla Firefox 19+*/ 
　　color:#999;
    font-size:14px;
　　}
input:-ms-input-placeholder { /* Internet Explorer 10+*/ 
　　color:#999;
    font-size:14px;
}
em,
i {
    font-style: normal;
}

input,
select,
form images,
button {
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover,
a:focus {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}



/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

 .bot_x{
    border-bottom:1px solid #333;
    color:#333 !important;
}
 .lazy{
     background:#FFF url(/Content/Images/loading.gif) no-repeat center center;
 }
.Shadeloading {
    background: rgba(181, 181, 179, 0.75) url(/Content/Images/loading.gif) no-repeat center 200px;
    margin-top:20px;
    /*background-color: rgba(181, 181, 179, 0.75);*/
    position: absolute;
    top: 600px;
    width: 100%;
}
button.upload {
    font-size: 16px;
    color: #666;
    cursor: pointer;
    width: 75px;
    text-align: right;
    color: #fff;
    border: none;
    height: 37px;
    background: url('/Content/Img/keywords_img/sc-h.png') no-repeat #ffb63f 8px 12px;
    display: inline-block;
    border: 1px solid #ffb63f;
    padding: 0px 10px;
    border-radius: 5px;
    height: 35px;
    line-height: 35px;
    margin-bottom:3px;
}

    button.upload:hover {
        color: #fff;
        background: url('/Content/Img/keywords_img/sc-h.png') no-repeat #f29600 8px 12px;
    }