/* ==========================================================================
   base.css
   ========================================================================== */
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html,button,input,textarea{font-family:sans-serif}body{margin:0}a:focus,/*{outline:thin dotted}*/a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{margin:0;vertical-align:baseline;*vertical-align:middle}button,input,textarea{font-size:100%}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/*! common.css */
/* ie6 fixed position hack */ html { _background-image: url(about:blank); _background-attachment: fixed;}

body { font: 12px/1.5 宋体; color: #000; background: #fff;}

button, input, select, textarea { color: #000;}
input[type="text"], input[type="password"], select, textarea { background: #fff;}

a { text-decoration: none;}
a:hover { text-decoration: underline;}
a:active { background-color: inherit;}

:focus { outline: none; /* for ie: hidefocus="true" */}

/*! 配置样式 fn.css (原子类) css helpers */

.fn-hide { display: none; /* visibility: hidden; */}

.fn-clearfix { *zoom: 1;} .fn-clearfix:before, .fn-clearfix:after { display: table; content: " ";} .fn-clearfix:after { clear: both;}
.fn-clr { clear: both; height: 0; font-size: 0; line-height: 0;}

.fn-unstyle { padding: 0; border: 0; margin: 0;}
ul.fn-unstyle, ol.fn-unstyle { list-style-type: none;}

.fn-pt10 { padding-top: 10px;} .fn-pr10 { padding-right: 10px;} .fn-pb10 { padding-bottom: 10px;} .fn-pl10 { padding-left: 10px;}
.fn-mt10 { margin-top: 10px;}  .fn-mr10 { margin-right: 10px;}  .fn-mb10 { margin-bottom: 10px;}  .fn-ml10 { margin-left: 10px;}

.fn-rel { position: relative;}

.fn-fl, .fn-fr { _display: inline;} .fn-fl { float: left;} .fn-fr { float: right;}

.fn-tl { text-align: left;} .fn-tc { text-align: center;} .fn-tr { text-align: right;}

.fn-editor { /* word-break: break-all; */ word-wrap: break-word;}

.fn-alt, .fn-sr, .fn-altxt { position: absolute; width: 1px; height: 1px; overflow: hidden; padding: 0; border: 0; margin: -1px; clip: rect(0 0 0 0);}


/* ==========================================================================
   common.css
   ========================================================================== */
body {
    min-width: 990px;
    font-size: 14px;
    color: #535353;
}
a {
    color: #313131;
}
.mute {
    color: #989898;
}
.placeholder {
    color: #c1c1c1;
}
.layout {
    width: 990px;
    margin: 0 auto;
}
.layout { *zoom: 1;} .layout:before, .layout:after { display: table; content: " ";} .layout:after { clear: both;}
.box-shadow01 {
    box-shadow: 0 0 18px rgba(181, 181, 181, .53);
}
.btn {
    display: inline-block;
    padding: 0;
    border: none;
    margin: 0;
    text-align: center;
    text-decoration: none;
}
.btn01 {
    width: 90px;
    height: 29px;
    line-height: 29px;
    font-size: 16px;
    color: #fff;
    background: url(../../images/2014/btn01.png) no-repeat;
}
.btn01:hover {
    background-position: 0 -29px;
} 

/* notebar
 ******************************************************************/
.notebar {
    display: none;
    height: 29px;
    line-height: 29px;
    border-bottom: 1px solid #f0e8cd;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #f00;
    background: #fcf6e0;
}
.notebar p {
    margin: 0;
}
.body-hasnotebar .notebar {
    display: block;
}

/* adshow
 ******************************************************************/
.adshow {
    height: 60px;
    overflow: hidden;
}
.adshow img {
    vertical-align: top;
}
#adshowSmall {
    display: none;
}

/* header
 ******************************************************************/
.header {
    position: relative;
    z-index: 4000;
    
    height: 80px;
    line-height: 80px;
    
    background: #fff;
    
    box-shadow: 0 2px 5px rgba(0, 0, 0, .06);
}
.lte-ie8 .header  {
    /* border-bottom: 1px solid #f3f3f3; */
}
.header .logo {
    position: relative;
    z-index: 5;
    float: left;
    margin-top: 20px;
    line-height: normal;
}
.header .logo img {
    vertical-align: middle;
}
.header .nav {
    position: relative;
    height: 80px;
    font-size: 0;
    text-align: center;
    
    *zoom: 1;
}
.header .nav li {
    display: inline-block;
    font-family: 微软雅黑, 宋体;
    font-size: 18px;
        
    *display: inline;
    *zoom: 1;
}
.header .nav a {
    display: inline-block;
    padding: 0 1em;
}
.header .nav a:hover,
.header .nav .current a {
    color: #47b030;
}
.header .nav a:hover {
    text-decoration: none;
}
.header .nav .follow-insect {
    display: none;
    position: absolute;
    bottom: 0;
    width: 68px;
    height: 2px;
    font-size: 0;
    background: #47b030;
    
    overflow: visible !important; /* weird */
}
.header .nav .follow-insect .arrow {
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -5px;
    width: 10px;
    height: 6px;
    background: url(../../images/2014/arrow.png) no-repeat;
    
    _font-size: 0;
    _line-height: 0;
}
.header .quick,
.topbar .quick {
    float: right;
    position: relative;
    z-index: 5;
    width: 107px;
    height: 28px;
    line-height: 28px;
    margin-top: 26px;
    text-align: center;
    background: url(../../images/2014/quick.png?20140526) no-repeat;
}
.header .quick .sp,
.topbar .quick .sp {
    display: inline-block;
    width: 1px;
    height: 26px;
    font-size: 0;
    vertical-align: top;
    background: url(../../images/2014/quick.png?20140526) no-repeat 0 -28px;
    
    *margin-right: .5em;
    *vertical-align: middle;
}
.header .quick a,
.topbar .quick a {
    margin: 0 .25em;
}
.header .quick a:hover,
.header .quick .login,
.topbar .quick a:hover,
.topbar .quick .login {
    color: #53b53e;
}
.header .quick a:hover,
.topbar .quick a:hover {
    text-decoration: none;
}
.header .quick .login:hover,
.topbar .quick .login:hover {
    text-decoration: underline;
}
.header .menu,
.topbar .menu {
    position: relative;
    z-index: 5;
}
.header .menu-bd,
.topbar .menu-bd {
    display: none;
    position: absolute;
    right: 0;
    top: 40px;
    width: 6em;
    border: 1px solid #c2c2c2;
    background: #fff;
}
.header .menu-hover .menu-bd,
.topbar .menu-hover .menu-bd {
    display: block;
    padding-top: 4px;
    line-height: 30px;
    box-shadow: 0 0 18px rgba(181, 181, 181, .53);
}
.lte-ie8 .header .menu-hover .menu-bd li,
.lte-ie8 .topbar .menu-hover .menu-bd li {
    _zoom: 1;
}
.header .menu-hover .menu-bd a,
.topbar .menu-hover .menu-bd a {
    display: block;
    padding: 0 1em;
    color: #535353;
}
.header .menu-hover .menu-bd a span,
.topbar .menu-hover .menu-bd a span {
    float: right;
    color: #e60012;
}
.header .menu-hover .menu-bd .quit,
.topbar .menu-hover .menu-bd .quit {
    border-top: 1px solid #efefef;
}
.header .personal,
.topbar .personal {
    float: right;
    margin-top: 22px;
    padding-bottom: 6px;
    font-size: 14px;
    line-height: normal;
}
.header .personal .menu-hd,
.topbar .personal .menu-hd {
    padding-right: 12px;
    line-height: 34px;
}
.header .personal .avatar img,
.topbar .personal .avatar img {
    vertical-align: middle;
}
.header .personal .menu-hd i,
.topbar .personal .menu-hd i {
    position: absolute;
    top: 4px;
    right: 0;
    width: 10px;
    height: 10px;
    background: url(../../images/2014/i.png) no-repeat;
}
.header .personal .menu-bd,
.topbar .personal .menu-bd {
    right: 12px;
}
.topbar
.header-201408,
.navbar {
    min-width: 990px;
}
.topbar {
    position: relative;
    z-index: 5000;
    line-height: 30px;
    color: #fff;
    background: #595959;
}
.topbar a {
    color: #fff;
    font-family: arial, sans-serif;
}
.topbar a:hover {
    color: #ea2b3a;
}
.topbar .sitelinks {
    margin: 0;
}
.topbar .sitelinks .sitelink {
    display: inline-block;
    padding: 0 1em;
    color: #fff;
}
.topbar .sitelinks .sitelink:hover {
    color: #fff;
    background: #6d6d6d;
    text-decoration: none;
}
.topbar .sitelinks .current,
.topbar .sitelinks .current:hover {
    color: #000;
    background: #fff;
}
.topbar .quick,
.topbar .menu {
    margin-top: 0;
}
.topbar .quick {
    width: auto;
    height: auto;
    line-height: 30px;
    background: none;
}
.topbar .quick .sp {
    display: none;
}
.topbar .quick a {
    margin: 0;
}
.topbar .quick .login {
    color: #fff;
}
.topbar .quick a:hover {
    color: #ea2b3a;
    text-decoration: underline;
}
.topbar .welcome {
    float: left;
}
.topbar .personal {
    float: left;
    padding-bottom: 0;
}
.topbar .personal .menu-hd {
    position: relative;
    z-index: 1;
    padding-right: 20px;
    padding-left: 12px;
    border-right: 1px solid #595959;
    border-left: 1px solid #595959;
    line-height: 30px;
    
    *zoom: 1;
    _float: left;
}
.topbar .personal .menu-hd i {
    right: 10px;
    width: 8px;
    height: 8px;
    background-image: url(../../images/2014/i-201408.png);
}
.topbar .personal .menu-hd .arrow {
    position: absolute;
    top: 14px;
    right: 7px;
    width: 6px;
    height: 3px;
    background: url(../../images/2014/arrow-201408.png) 0 -3px no-repeat;
}
.topbar .menu-bd {
    top: 29px;
    width: 6.5em;
}
.topbar .menu-bd a {
    color: #050505;
}
.topbar .menu-bd a span {
    text-decoration: none;
    
    *cursor: pointer;
}
.topbar .personal .menu-bd {
    right: 0;
    border-color: #bdbdbd;
    box-shadow: none;
}
.topbar .personal .menu-bd li {
    margin: 0 2px;
}
.topbar .menu-hover .menu-hd {
    height: 29px;
    padding-bottom: 1px;
    margin-bottom: -1px;
    border-color: #bdbdbd;
    color: #050505;
    background: #fff;
}
.topbar .menu-hover .menu-hd .arrow {
    background-position: 0 0;
}
.topbar .menu-hover .menu-bd a {
    color: #050505;
}
.topbar .menu-hover .menu-bd a span {
    color: #ea2b3a;
}
.header-201408 {
    height: 106px;
    box-shadow: none;
}
.header-201408 .header-inner {
    position: relative;
    
    *overflow: hidden;
}
.header-201408 .logo {
    margin-top: 36px;
}
.header-201408 .tagline {
    position: absolute;
    top: 30px;
    right: 0;
    font-size: 16px;
    line-height: 2;
    text-align: right;
    color: #000;
}
.header-201408 .tagline p {
    margin: 0;
}
.header-201408 .tagline .hotline {
    font-size: 18px;
}
.header-201408 .tagline .hotline span {
    font-family: arial, sans-serif;
}
.navbar {
    font-size: 16px;
    padding-bottom: 1px;
    border-bottom: 1px solid #eaeaea;
    line-height: 36px;
    background: #fff;
}
.navbar-inner {
    position: relative;
}
.navbar ul {
    margin-left: -15px;
}
.navbar li {
    float: left;
}
.navbar a {
    display: inline-block;
    padding: 0 7px;
    margin: 0 8px;
    font-weight: bold;
    color: #000;
}
.navbar a:hover,
.navbar .current a {
    color: #ea2b3a;
    text-decoration: none;
}
.navbar .follow-tail {
    position: absolute;
    font-size: 0;
    line-height: 0;
    height: 2px;
    background: #ea2b3a;
}

 /* footer
 ******************************************************************/
.footer {
    padding: 14px 0;
    margin-top: 50px;
    font-size: 12px;
    color: #b1b1b1;
    background: #595959;
    box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, .03); 
}
.footer p {
    margin: .5em 0 .75em;
}
.footer a {
    color: #b1b1b1;
}
.footer img {
    vertical-align: middle;
}
.footer .subscribe-us .qr {
    position: relative;
    display: inline-block;
    
    *display: inline;
    *zoom: 1;
    *margin-right: .5em;
}
.footer .subscribe-us .otherQr {
    position: absolute;
    right: 0;
    bottom: 45px;
    width: 240px;
    padding: 5px;
    border: 1px solid #c2c2c2;
    font-size: 14px;
    color: #3d3d3d;
    background: #fff;
}
.footer .subscribe-us .otherQr .item {
    padding: 20px 15px;
    border-bottom: 1px solid #f3f2f2;
}
.footer .subscribe-us .otherQr .img {
    float: left;
}
.footer .subscribe-us .otherQr .txt {
    padding-left: 92px;
}
.footer .subscribe-us .otherQr .tit {
    margin: 0 0 12px 0;
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
}
.footer .subscribe-us .otherQr p {
    margin: 0;
}
.footer .subscribe-us .otherQr .last {
    border-bottom: none;
}
.footer .subscribe-us .otherQr .arrow {
    position: absolute;
    right: 8px;
    bottom: -8px;
    width: 16px;
    height: 9px;
    background: url(../../images/2014/arrow02.png) no-repeat;
}


 /* ==========================================================================
   others
   ========================================================================== */
.tab-panel .try,
.tab-panel .buy,
#sidetools a,
#scrolltools a,
.slimbox .close,
.slimbox .action .submitBtn,
#dialog-header,
#dialog-close,
.popupBox01 .close {
    background: url(../../images/2014/sprite.png) no-repeat;
}
.pop-login .submitBtn:hover {
    background: #66cf50;
}
#scrolltools,
#sidetools {
    position: fixed;
    right: 0;
    bottom: 100px;
    z-index: 1000;
    width: 60px;
    border: 1px solid #fff;
    border-right: none;
    background-color: #fff;
    box-shadow: 0 0 18px rgba(181, 181, 181, .53);
}
.lte-ie8 #scrolltools,
.lte-ie8 #sidetools {
    border-color: #f3f3f3;
}
#sidetools {
    position: absolute;
    top: 545px;
    bottom: auto;
}
.body-hasnotebar #sidetools {
    top: 575px;
}
.body-hasadshow #sidetools {
    top: 606px;
}
.body-hasnotebar.body-hasadshow #sidetools {
    top: 635px;
}
#sidetools.sidetools-sticky,
.body-hasnotebar #sidetools.sidetools-sticky,
.body-hasadshow #sidetools.sidetools-sticky,
.body-hasnotebar.body-hasadshow #sidetools.sidetools-sticky {
    position: fixed;
    top: 120px;
}
.lte-ie8 #sidetools.sidetools-sticky,
.lte-ie8 .body-hasnotebar #sidetools.sidetools-sticky,
.lte-ie8 .body-hasadshow #sidetools.sidetools-sticky,
.lte-ie8 .body-hasnotebar.body-hasadshow #sidetools.sidetools-sticky {
    _position: absolute;
    _top: expression(documentElement.scrollTop+120);
}
#scrolltools {
    bottom: 142px;
}
.lte-ie8 #scrolltools {
    _position: absolute;
    _top: expression(documentElement.scrollTop+document.documentElement.offsetHeight-this.offsetHeight-142);
    _bottom: auto;
}
#sidetools a,
#scrolltools a {
    display: block;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 5px;
    border-top: 1px solid #f3f3f3;
    font-size: 12px;
    text-align: center;
    color: #6c6c6c;
    background-position: -76px 0;
}
#scrolltools a:hover,
#sidetools a:hover {
    text-decoration: none;
}
#sidetools .service {
    border-top: none;
}
#sidetools .service:hover {
    background-position: -76px -78px;
}
#sidetools .feedback {
    background-position: -136px 0;
}
#sidetools .feedback:hover {
    background-position: -136px -78px;
}
#sidetools .download {
    background-position: -196px 0;
}
#sidetools .download:hover {
    background-position: -196px -78px;
}
#scrolltools .gotop {
    padding-top: 36px;
    border-top: none;
    background-position: -256px -10px;
}
#scrolltools .gotop:hover {
    background-position: -256px -88px;
}
#sidebg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 6000;
    height: 100%;
    width: 36px;
    font-family: 微软雅黑, 宋体, sans-serif;
    background: #000;
    
    _position: absolute;
    _top: expression(documentElement.scrollTop < document.body.offsetHeight-this.offsetHeight ? documentElement.scrollTop : document.body.offsetHeight-this.offsetHeight);
    _bottom: auto;
    _height: expression(document.documentElement.offsetHeight);
}
#sidebg #sidetools {
    top: 50%;
    margin-top: -120px;
}
#sidebg #sidetools,
#sidebg #scrolltools {
    width: 36px;
    border: none;
    background: none;
    box-shadow: none;
}
#sidebg #sidetools a,
#sidebg #scrolltools a {
    position: relative;
    height: 36px;
    line-height: 36px;
    padding: 0;
    border-top: none;
    margin: 30px 0;
    font-size: 14px;
    background: url(../../images/2014/sidebg-201408.png) no-repeat;
}
#sidebg #sidetools .service {
    background-position: 0 0;
}
#sidebg #sidetools .feedback {
    background-position: 0 -36px;
}
#sidebg #sidetools .download {
    background-position: 0 -72px;
}
#sidebg #scrolltools .gotop {
    background-position: 0 -108px;
}
#sidebg #sidetools a .tip,
#sidebg #scrolltools a .tip {
    position: absolute;
    right: 72px;
    width: 6em;
    white-space: nowrap;
    color: #fff;
    background: #494949;
    visibility: hidden;
    opacity: 0;
    transition: all .1s;
    transition-delay: .1s;
}
#sidebg #sidetools a .tip .arrow,
#sidebg #scrolltools a .tip .arrow {
    position: absolute;
    top: 0;
    right: -.5em;
    color: #494949;
    font-size: 14px;
    font-family: 宋体;
}
#sidebg #sidetools a:hover,
#sidebg #scrolltools a:hover {
    background-color: #c40000;
}
#sidebg #sidetools a:hover .tip,
#sidebg #scrolltools a:hover .tip {
    display: block;
    right: 36px;
    visibility: visible;
    opacity: 1;
}
#sidebg #scrolltools {
    bottom: 0;
}
.lte-ie8 #sidebg #scrolltools {
    _position: absolute;
    _top: auto;
    _bottom: 0;
}

#dialog-tip{ z-index: 6000; width: auto; height: auto; position: absolute; top: 100px; left: 100px; display: none;}
#dialog-header{ width: 654px; height: 33px; background-position: 0 -306px; position: relative;}
#dialog-close{ display: block; position: absolute; right: 0; top: 0; cursor: pointer; width: 32px; height: 32px; background-position: -654px -306px;}
#dialog-cnt{ border: 1px #980101 solid; border-top: none; background: #fff;}
#dialog-cnt iframe{ vertical-align: middle;}

.slimbox {
    position: absolute;
    z-index: 2000;
    width: 350px;
    border: 1px solid #c2c2c2;
    font-size: 14px;
    color: #434343;
    background: #fff;
    box-shadow: 0 0 18px rgba(181, 181, 181, .53);
}
.slimbox .fn-clearfix { /* weird */
    *padding-bottom: 12px;
}
.slimbox .hd {
    padding-left: 1.5em;
    border-bottom: 1px solid #eaeaea;
    line-height: 39px;
    background: #f1f1f1;
}
.slimbox .close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 28px;
    height: 28px;
    overflow: hidden;
    line-height: 250px;
    padding: 0;
    border: none;
    cursor: pointer;
    background: url(../../images/2014/close.png) no-repeat;
}
.slimbox .title {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
}
.slimbox .bd {
    padding: 10px 0 20px 20px;
}
.slimbox .bd { *zoom: 1;} .slimbox .bd:before, .slimbox .bd:after { display: table; content: " ";} .slimbox .bd:after { clear: both;}
.slimbox .slug {
    float: left;
    display: inline-block;
    width: 88px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #e9e9e9;
    margin-right: 20px;
    margin-bottom: 18px;
    text-align: center;
    color: #535353;
    background: #f4f4f4;
    cursor: pointer;
}
.slimbox .slug input {
   display: none;
}
.slimbox .slug:hover {
    text-decoration: none;
    border-color: #d8d8d8;
    background: #fafafa;
}
.slimbox .drunk-slug,
.slimbox .drunk-slug:hover {
    border-color: #53b53e;
    background: #fff;
    cursor: default;
}
.slimbox .x-separator {
    height: 0;
    line-height: 0;
    font-size: 0;
    margin-bottom: 15px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #fff;
}
.slimbox .price {
    font-size: 18px;
    color: #e60012;
}
.slimbox .action {
    text-align: center;
}
.slimbox .action .submitBtn {
    display: inline-block;
    width: 88px;
    height: 26px;
    line-height: 26px;
    padding: 0;
    border: none;
    margin: 0;
    color: #fff;
    background: #53b53e;
    cursor: pointer;
    
    border-radius: 13px;
}
.slimbox .action .submitBtn:hover {
    background: #66cf50;
}
.slimbox .action .submitBtn-disabled {
    color: #c2c2c2;
    background: #eaeaea;
    cursor: default;
}
.slimbox .action .submitBtn-disabled:hover {
    background: #eaeaea;
}
.trybox .bd {
    padding-bottom: 6px;
    *padding-top: 24px;
    *padding-bottom: 24px;
    _padding-bottom: 6px;
}

/* 快捷登录 pick from public.css, no intention to reuse */
.global-form { font-size: 12px;}
.global-form a { color: #53b53e;}
.global-form label { display: inline-block; width: 8em; font-size: 14px; text-align: right;}
.global-form select { min-width: 180px; padding: 1px; border: 1px solid #b8b8b8; _width: 180px;}
.global-form input[type="password"] {  font-weight: bold; font-family: verdana, sans-serif;}
.global-form .btn06 { font-size: 16px;}
.global-form .field { padding: 10px 0;}
.global-form .require { color: #cf0104;}
.global-form .input-txt { width: 200px; height: 25px; padding: 0 6px; border: 1px solid #d3d3d3; line-height: 25px \9; *vertical-align: middle;}
.lte-ie8 .global-form .tip-wrap {
    *font-size: 0;
}
.lte-ie8 .global-form .tip {
    *font-size: 12px;
}
.global-form .tip { display: none; line-height: 18px; color: #888;}
.global-form .tip-success, .global-form .tip-error { padding-left: 18px; background: url(../images/index--v2/tip_state.png) left 4px no-repeat; background-position: left 3px \9;}
.global-form .tip-success { color: #66cb00; background-position: left -40px;}
.global-form .tip-error { color: #cf0104;}
.global-form .field-focus .input-txt { height: 23px; padding: 0 5px; border-width: 2px; border-color: #fce094; line-height: 23px \9;}
.global-form .field-focus .tip-normal { display: inline-block;}
.global-form .field-error .input-txt { border-color: #cf0104;}
.global-form .field-error .tip-error { display: inline-block;}
.global-form .field-success .tip-success { display: inline-block;}
.global-form .verifyCode-field .input-txt { width: 88px;}
.global-form .verifyCode-img { vertical-align: middle; cursor: pointer;}
.global-form .action-field { padding: 24px 0 32px 118px;}
.global-form .service-agreement { width:518px; padding-top:16px;}
.global-form .service-content { height:158px; overflow-y:auto; padding:0 2px; margin-top:10px; line-height:2;}

/* 遮罩层 */
.gmask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 38520;
    background-color: #000;
    opacity: 0.5;
}
.lte-ie8 .gmask {
    _position: absolute;
    _top: expression(documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight);
    _width: 100%;
    _height: 1568px;
    filter: alpha(opacity=50);
}
.popupBox01 { position: absolute; z-index: 5000; color: #434343; background: #fff; box-shadow: 0 0 18px rgba(181, 181, 181, .53);}
.popupBox01 .module { border: 1px solid #c2c2c2; background-color: #fff;}
.popupBox01 .hd {
    padding-left: 1.5em;
    border-bottom: 1px solid #eaeaea;
    line-height: 39px;
    background: #f1f1f1;
}
.popupBox01 .module-title { margin: 0; font-weight: normal;}
.popupBox01 .close { position: absolute; top: 5px; right: 10px; width: 28px; height: 28px; overflow: hidden; line-height: 250px; padding: 0; border: none; margin: 0; background: url(../../images/2014/close.png) no-repeat; cursor: pointer;}
.popupBox01 .bd { padding: 10px 15px;}
/* popupBox01 tmp */
.popupBox01 .popContent{ padding-top: 20px; padding-bottom: 25px; line-height: 1.75; text-align:center;}
.popupBox01 .popContent p{ margin:0;}
.popupBox01 .popContent .red{ color:#e60012;}
.popupBox01 .popAction{ padding: 0 20px 10px;}
.popupBox01 .popAction .submit,
.popupBox01 .popAction .cancel {
    display: inline-block;
    width: 108px;
    height: 29px;
    padding: 0 0 3px;
    border: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #fff;
    background:url(../../images/2014/popbox-btn.png) no-repeat
}
.popupBox01 .popAction .submit:hover { background-position: -108px 0;}
.popupBox01 .popAction .cancel{ background-position:0 -30px; }
.popupBox01 .popAction .cancel:hover{  background-position:-108px -30px;}

.open-login,
.login-register-form {
    width: 448px;
}
.open-login .tit,
.login-register-form .tit {
    color: #919191;
    font: 16px/2 宋体;
}
.open-login {
    padding-top: 150px;
}
.open-login a {
    color: #06c;
}
.open-login .tit {
    margin: 0 0 1em 0;
}
.login-register-form {
    padding-top: 60px;
    padding-left: 7em;
}
.login-register-form .hd {
    width: 300px;
    margin-bottom: 1em;
}
.login-register-form label {
    width: auto;
    margin-right: 0.5em;
    color: #434343;
}
.login-register-form .input-txt {
    width: 231px;
    height: 29px;
    font-size: 14px;
}
.lte-ie8 .login-register-form .input-txt {
    line-height: 29px;
}
.login-register-form .msg-field {
    height: 1em;
    line-height: 1em;
    padding: 0 0 0 55px;
    margin: 0;
    color: #cf0104;
}
.lte-ie8 .login-register-form .msg-field {
    _line-height: 1.2em;
}
.login-register-form .opt-field,
.login-register-form .action-field {
    padding-left: 55px;
}
.login-register-form .opt-field {
    padding-top: 0;
}
.login-register-form .opt-field label {
    font-size: 12px;
}
.lte-ie8 .login-register-form .opt-field label {
    *margin-left: -3px;
}
.login-register-form .opt-field .checkbox {
    vertical-align: -2px;
}
.lte-ie8 .login-register-form .opt-field .checkbox {
    *margin-right: -3px;
    *vertical-align: middle;
}
.login-register-form .verifyCode-field .input-txt {
    width: 4em;
}
.login-register-form .action-field {
    padding-top: 10px;
}
.login-register-form .field-focus .input-txt {
    height: 27px;
}
.lte-ie8 .login-register-form .field-focus .input-txt {
    line-height: 27px;
}
.login-register-form .forgetpw {
    margin-left: 2em;
}
.pop-login {
    position: fixed;
    left: 50%;
    margin-left: -327px;
    top: 150px;
}
.lte-ie8 .pop-login {
    _position: absolute;
    _top: expression(documentElement.scrollTop + 150);
}
.pop-login .module {
    width: 652px;
    padding-top: 15px;
}
.pop-login .hd {
    height: 0;
    border-bottom: none;
}
.pop-login .bd {
    padding: 0;
    background: url(../../images/2014/v-line02.png) no-repeat 240px center;
}
.pop-login .open-login {
    padding-top: 50px;
    width: 240px;
}
.pop-login .login-register-form {
    width: auto;
    padding-top: 20px;
    padding-left: 4em;
}
.pop-login .submitBtn {
    width: 104px;
    height: 32px;
    line-height: 32px;
    padding: 0;
    border: none;
    margin: 0;
    font-size: 24px;
    color: #fff;
    background: #53b53e;
    vertical-align: middle;
}

/* 登录多身份选择弹出层 S */
.multi-role-popbox {
    position: fixed;
    top: 50%;
    margin-top: -140px;
    left: 50%;
    margin-left: -180px;
    z-index: 38521;
    width: 360px;
    border: 1px solid #c2c2c2;
    font-size: 12px;
    color: #202020;
    background: #fff;
    
    _position: absolute;
    _top: expression(documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2);
    _margin-top: 0;
    
    /* box-shadow: 0 0 18px rgba(181, 181, 181, .53); */
}
.multi-role-popbox .btn {
    border: 0;
    font-size: 12px;
    color: #fff;
    background: #9d9d9d;
}
.multi-role-popbox a.btn:hover {
    text-decoration: none;
}
.multi-role-popbox .btn-primary {
    background: #339900;
}
.multi-role-popbox .tip {
    padding: 16px 10px;
    margin: 0;
    color: #eb6100;
}
.multi-role-popbox .role-list {
    height: 153px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 1px 28px 0;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    font-size: 14px;
    line-height: 34px;
    
    *position: relative;
}
.multi-role-popbox .role-list .btn-primary {
    display: none;
    position: absolute;
    right: 4px;
    top: 12px;
    width: 60px;
    line-height: 26px;
}
.multi-role-popbox .role-list li {
    position: relative;
    width: 100%;
    padding: 8px 4px;
    border-bottom: 1px solid #d3d3d3;
    
    *width: 95%;
    *zoom: 1;
}
.multi-role-popbox .role-list .avatar {
    float: left;
    width: 34px;
    height: 34px;
    margin-right: 18px;
    background: url(../../images/2014/avatar-identify.png) no-repeat;
}
.multi-role-popbox .role-list .avatar-parent {
    background-position: 0 -34px;
}
.multi-role-popbox .role-list .avatar-student {
    background-position: 0 -68px;
}
.multi-role-popbox .role-list .username {
    display: inline-block;
    max-width: 192px;
    height: 34px;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
    *vertical-align: baseline;
    _width: 192px;
}
.multi-role-popbox .role-list li:hover,
.multi-role-popbox .role-list li.hover {
    background: #f3f3f3;
}
.multi-role-popbox .role-list li:hover .btn-primary,
.multi-role-popbox .role-list li.hover .btn-primary {
    display: block;
}
.multi-role-popbox .role-list li:hover .username,
.multi-role-popbox .role-list li.hover .username {
    max-width: 132px;
    
    _width: 132px;
}
.multi-role-popbox .role-list li.last {
    border-bottom-color: #fff;
}
.multi-role-popbox .ft {
    padding: 20px 0 16px;
}
.multi-role-popbox .ft .btn {
    width: 80px;
    line-height: 32px;
    
    *height: 32px;
}
/* 登录多身份选择弹出层 E */


/* ==========================================================================
   TODO: remove
   先注释掉，进入冷静期后，删掉
   ========================================================================== */