@charset "UTF-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font-family: 'Microsoft YaHei', arial, SimSun, sans-serif, tahoma;
}

body {
    -webkit-text-size-adjust: none;
}

input, select, textarea {
    font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0 none;
}
iframe {
    display: block;
}

abbr, acronym {
    border: none;
    font-variant: normal;
}
del {
    text-decoration: line-through;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 500;
}

ol, ul {
    list-style: none;
}

ul, li {
    zoom: 1;
    margin: 0;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500;
}

q:before, q:after {
    content: '';
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}

ins, a {
    text-decoration: none;
}

iframe {
    border: none;
}

em {
    font-style: normal;
}

a {
    outline: none;
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
}

input {
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

button {
    outline: none;
    blr: expression(this.onFocus=this.blur());
}
a:hover {
    text-decoration: underline;
}

table {
    border-collapse: collapse;
    table-layout: auto;
}

body {
    width: 100%;
    height: 100%;
    background: url(../images/tea_index_bg.png) no-repeat top center #e4eda4;
    font-size: 12px;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}
.fl {
    float: left;
}
.fr {
    float: right;
}

.hidenone {
    display: none;
    visibility: hidden;
}

.hide {
    visibility: hidden;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.pt10 {
    padding-top: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pr10 {
    padding-right: 10px;
}

.tc {
    text-align: center;
}

.cmanage-bg {
    position: fixed;
    bottom: 0;
}

.w1000 {
    width: 100%;
    margin: 0 auto;
}

.pdtb50 {
    padding-top: 50px;
}

.pdt20 {
    padding-top: 20px;
}

.cymain {
    padding-top: 0%;
}

/***邀请老师和学生链接外层的div加下划线样式***/
.invitediv:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1100px) {
    .w1000 {
        width: 90%;
    }
}

.placeholder {
    color: #666;
}
.load-pop-box{
    width:160px;
    height:65px;
    position:relative;
    border-radius: 5px;
    overflow: hidden;
}
.load-pop-content{
    width:100%;
    height:65px;
    padding-left:60px;
    color:#fff;
    line-height:65px;
   /*** background:url(../../images/loading.gif) no-repeat left center;**/
    position:absolute;
    top:0;
    left:0;
    z-index:9;
}
.sequence{
    position:absolute;
    top:0;
    left:0;
    width:60px;
    height:65px;
    background:url(../images/sequence.png) no-repeat -60px center;
}
.load-pop-bg{
    width:100%;
    height:100%;
    background:#000;
    opacity: 0.6;
    position:absolute;
    top:0;
    left:0;
}
.span-word-wrap{
    word-break: break-all;
    display: inline-block;
    min-width: 200px;
    word-wrap: break-word;
    white-space: normal;
    max-width: 340px;
}














