html {
    overflow-y: scroll;
    background-color: #f9f9f9;
}

body {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-family: Arial, sans-serif;
    color: #434343;
    background-color: #fff;
}

h1, h3, h4, h5, p, ul, form, li, input {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
}

img {
    border: none;
}

a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
    _blr: expression(this.onFocus = this.blur());;
}

.message-box a, .message-box2 a, .message-box-baojia a, .message-box-fast a {
    padding: 0;
}

a:hover {
    color: #fff;
    background-color: #2b5e9a;
}

a.current {
    color: #666;
}

a.current:hover {
    text-decoration: none;
    cursor: default;
    color: #666;
    background-color: #fff;
}

.hidden {
    display: none;
}

.invisible {
    visibility: hidden;
}

.has-layout {
    overflow: auto;
    zoom: 1;
}

.clear:after {
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both
}

.clear {
    zoom: 1;
}

.left {
    float: left;
}

.right {
    float: right;
}

/* 阴影 */

table, textarea, input {
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px;
}

/* 输入框 */

input, textarea, select {
    border: 1px solid #D4D4D4;
    outline: none;
}

input, textarea {
    padding-left: 5px;
}

textarea {
    resize: none;
}

input:focus, textarea:focus {
    border: 1px solid #7fa1c8;
}

.input-file {
    border-width: 0;
    border-width: 1px\9;
    padding-left: 0;
    padding-top: 2px\9;
    padding-bottom: 2px\9;
    box-shadow: none;
    -moz-box-shadow: none;
}

textarea {
    overflow: auto;
}

.data-error {
    border-color: #ab1f1f;
}

.line-through {
    text-decoration: line-through;
}

/* 总体居中 */

.banner {
    overflow: hidden;
    position: relative;
    background-color: #FEDC55;
    /*background: url("abstract/banner-bg.jpg") repeat-x;*/
}

.banner-wrap {
    background: url("2015birthday/banner-top.jpg") 0 0 no-repeat;
    height: 70px;
    margin: 0 auto;
    position: relative;
    width: 1280px;
}

.banner-wrap .join-in {
    margin: 0 auto;
    height: 70px;
    position: absolute;
    width: 1280px;
}

.banner-wrap .join-in:hover {
    background: none;
}

#doc1 {
    margin: 0 auto;
}

/* 头部 */
#hd {
    position: fixed;
    width : 100%;
    background-color: #fff;
    margin: 0 auto;
    min-width: 960px;
    zoom: 1;
    z-index: 10;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
}

#hdContainer {
    height : 130px;
}

#hd .hd-logo {
    position: relative;
    width: 960px;
    margin: 0 auto;
}

#hd .logo {
    background: url('logo.png') no-repeat;
    float: left;
    width: 340px;
    height: 36px;
    margin: 20px 0 22px;
    padding: 0;
}

/* 导航 */
#hd .nav-list {
    float: right;
    margin: 29px 0 27px 0;
    *margin-top: 31px;
    position: relative;
}

#hd .nav-list .li-left {
    float: left;
    margin: 0 7px;
    height: 18px;
}

#hd .nav-list .vip-logo{
    float: left;
    margin: 0 7px;
    width: 14px;
    height: 15px;
    background: url("vip/vip-logo.png") no-repeat;
    display: none;
}

#hd .nav-list a {
    color: #bcbcbc;
    padding: 0;
}

#hd .nav-list a.current {
    color: #2B5E9A;
}

#hd .nav-list a:hover {
    background: none;
    color: #0369dc;
}

#hd .nav-list .line-left {
    color: #e5e5e5;
}

#hd .nav-list .line-right {
    color: #e5e5e5;
    margin-right: 17px;
    cursor: auto;
}

/* logo */
#hd .login-suc .login-div, #hd .login-suc .reg-div, #hd .logout-div {
    display: none;
}

#hd .login-suc .logout-div {
    display: block;
}

/* 高亮 */

i {
    color: #ab1f1f;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
}

i.large {
    font-size: 18px;
}

.user-info i.important {
    vertical-align: -4px;
    _vertical-align: -1px;
    font-size: 14px;
    font-weight: bold;
}

/* 联系方式 */

.tab {
    overflow: hidden;
    zoom: 1;
}

.contact {
    border-top: solid 1px #E2E2E2;
}

.contact a:hover {
    color: black;
    background: transparent;
}

.contact .navigation .nav-menu .suggestion {
    color: #535b60;
    float: right;
    font-size: 14px;
    padding: 12px 0 0;
}

#live800iconlink {
    font-weight: normal;
    text-decoration: underline;
    font-size : 0;
}

#live800iconlink:hover {
    color: #000;
}

.suggestion a {
    color: #000;
}

.suggestion {
    padding-top : 10px;
}

.suggestion a:hover {
    background: none;
}

.contact .navigation {
    line-height: 23px;
    margin: 0 auto;
    position: relative;
    width: 960px;
    z-index: 10;
}

.contact .nav-menu {
    *height: 52px;
}

.contact .navigation .nav-menu li {
    float: left;
}

.contact .navigation .nav-menu a {
    color: #474747;
    display: block;
    padding: 14px 8px 11px;
}

.contact .navigation .nav-menu a:hover {
    color: #0369dc;
    border-bottom: solid 4px #1192FB;
}

.contact .navigation .nav-menu .seperator {
    border-left: solid 1px #E2E2E2;
    float: left;
    height: 23px;
    margin: 14px 14px 15px;
    width: 1px;
}

.contact .navigation .nav-menu .doc-trans {
    background: url("images/down.png") 60px 22px no-repeat;
    width: 63px;
}

.contact .navigation .nav-menu a.current {
    color: #666;
    border-bottom: solid 4px #1192FB;
}

.contact .navigation .nav-menu a.current:hover {
    color: #666;
}

/** 文档翻译菜单 */
.Menu-Mask {
    display: none;
    height: 92px;
    left: 178px;
    position: absolute;
    top: 108px;
    width: 92px;
    z-index: 999;
}

#docTransMenu {
    background-color: #f9f9f9;
    border: solid 6px #CACACA;
    border-radius: 6px;
//height: 140px;
    left: 149px;
    _left: 178px;
    padding: 7px;
    position: absolute;
    top: 58px;
    width: 132px;
    z-index: 999;
}

#docTransMenu li {
    border-bottom: solid 1px #e5e4e4;
    height: 28px;
    line-height: 28px;
    padding-left: 11px;
}

#docTransMenu li.last {
    border-bottom: none;
}

#docTransMenu li:hover, #docTransMenu .hover {
    background-color: #eee;
}

/* 框架 */
#bd {
    background-color: #f2f4f7;
    min-width: 960px;
    overflow: hidden;
    position: relative;
}

.bd-border {
    /*clear: both;*/
    border: 4px solid #eeeeee;
    background-color: #eeeeee;
    margin-bottom: -4px;
    margin-top: 10px;
}

.bd-border .bd-padding {
    border: 2px solid #eeeeee;
    padding: 0 4px 4px 4px;
    background-color: #fff;
    margin-top: -10px;
    position: relative;
}

/* 在IE6和IE7中触发hasLayout，所以再套一层 */

.bd-border .bd-inner-border {
    border: 2px solid #eeeeee;
    margin-top: -8px;
    background-color: #fff;
    position: relative;
    zoom: 1;
    /*zoom触发hasLayout*/
}

.bd-border .bd-content {
    overflow: hidden;
    zoom: 1;
}

/* 表单对齐布局 */

label {
    float: left;
    padding-top: 4px;
    margin-left: 38px;
    color: #666;
}

.form-item-layout {
    margin: 12px 0 12px 20px;
    display: block;
}

.first-margin-fix {
    margin-top: 0;
}

.first-margin-fix-left {
    margin-left: 0;
}

.first-margin-fix-right {
    margin-right: 0;
}

.first-margin-fix-right-tip {
    margin-right: 120px;
    float: right;
    _margin-right: 60px;
}
.first-margin-fix-right-tip a {
    padding: 2px;
    text-decoration: none;
    color: #2b5e9a;
    cursor: pointer;
}
.first-margin-fix-right-tip a:hover {
    color: #fff;
    background-color: #2b5e9a;
}


/* 用户信息 */

.user-info span {
    font-weight: bold;
}

.user-info .title {
    display: block;
    margin-bottom: 12px;
}

.user-info .form-item-layout, .user-phone .form-item-layout {
    overflow: hidden;
    zoom: 1;
    margin-left: 0;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    height: 31px\0;
    line-height: 30px;
}

.user-info .form-item-layout input, .user-phone .form-item-layout input {
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    font-weight: normal;
    margin-right: 10px;
}

.user-info .form-item-layout input{
    width:170px;
}

.user-info .form-item-layout textarea {
    font-size: 14px;
    font-weight: normal;
}

.user-info label, .user-phone label {
    width: 75px;
    text-align: right;
    padding-top: 0;
    margin-left: 0;
    height: 30px;
    line-height: 30px;
}

.user-phone label {
    margin-left: 24px;
}

.message-box {
    padding: 30px 45px 30px 45px;
    line-height: 25px;
    color: #666;
    background: #fff;
    zoom: 1;
    width: 350px;
}
.message-box-vip{
    padding-top: 45px;
    line-height: 25px;
    color: #666;
    background: #fff;
    zoom: 1;
    width: 552px;
}

.message-box-baojia {
    padding: 30px 45px 30px 45px;
    line-height: 25px;
    color: #666;
    background: #fff;
    zoom: 1;
    width: 450px;
}

.message-box2 {
    padding: 30px 45px 30px 45px;
    line-height: 25px;
    color: #666;
    background: #fff;
    zoom: 1;
    width: 800px;
}

.message-box-fast {
    padding: 30px 45px 30px 45px;
    line-height: 25px;
    color: #666;
    background: #fff;
    zoom: 1;
    width: 760px;
}

.message-box-fast .title{
    color: black;
    font-weight: bold;
    font-size: 14px;
    padding-bottom:10px;
}

.message-box-fast .title2{
    color: black;
    font-weight: bold;
    font-size: 12px;
}

.message-box-fast .explain{
    font-size: 12px;
    padding-left: 20px;
}

.message-box .content i {
    font-weight: bold;
}

.message-box .content .title i {
    font-weight: normal;
}

.message-box .content .title, .message-box .content input, .message-box .content i {
    font-size: 14px;
}

.message-box .content .tips {
    font-weight: bold;
}

.message-box .close, .message-box2 .close, .message-box-baojia .close, .message-box-fast .close,.message-box-vip .close {
    right: 5px;
    top: 5px;
    width: 18px;
    height: 18px;
    position: absolute;
    background: url('indexb.png') no-repeat 3px -235px;
}

.message-box .close:hover,.message-box-vip .close:hover {
    background-position: -16px -235px;
}

.message-box .assign-error-msg {
    margin-bottom: 10px;
}

.message-box .assign-error-msg label {
    margin-left: 0;
}

.message-box .assign-error-msg input {
    height: 30px;
    line-height: 30px;
}

.message-box .assign-error-msg #accountName, .message-box .assign-error-msg #accountPassword {
    width: 156px;
}

.message-box .assign-error-msg .error {
    font-size: 12px;
    position: absolute;
    line-height: 30px;
    margin-left: 5px;
}

.message-box .align-text {
    margin-left: 36px;
}

.message-box .align-text label {
    padding-top: 0;
    margin-left: 5px;
    float: none;
}

.message-box .align-text input {
    vertical-align: -1px;
    border: none;
}

.message-box .login-submit {
    display: inline-block;
    margin-right: 5px;
}

.message-box .account-error, .message-box .password-error {
    display: none;
}

.message-container .message-box i.email-error {
    font-size: 12px;
    font-weight: normal;
    margin-left: 60px;
    position: absolute;
    top: 110px;
    left: 206px;
    width: 123px;
}

.control-btn {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    display: block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-weight: bold;
    width: 88px;
    background: #2b5e9a url('indexb.png') no-repeat 1000px 1000px;
    color: #fff;
    margin: 20px auto 0;
}

.known-btn {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    display: block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-weight: bold;
    width: 88px;
    background: #2b5e9a url('indexb.png') no-repeat 1000px 1000px;
    color: #fff;
    margin: auto;
}

.control-btn:hover, .known-btn:hover {
    text-decoration: none;
    background-position: -40px -234px;
}

.control-btn:active, .known-btn:active {
    text-decoration: none;
    background-position: -174px -234px;
}

#doc1 a.control-btn-visited {
    text-decoration: none;
    background-position: 1000px 1000px;
    background-color: #dcdcdc;
}

.message-box .success-msg {
    text-align: center;
}

.read-agreement {
    width: 255px;
    display: block;
    margin: 12px auto 0 auto;
}

.read-agreement input {
    border: none;
}

.read-agreement label {
    float: none;
    margin-left: 3px;
    padding-top: 0;
    vertical-align: 2px;
    *vertical-align: 0.5px;
    font-weight: normal;
}

.light-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    filter: Alpha(opacity = 50);
    display: none;
    z-index: 1000;
}

.message-container {
    background-color: #ffffff;
    position: absolute;
    z-index: 2000;
    display: none;
}

.message-container .notice {
    background-color: #F7F7F7;
    font-size: 14px;
    line-height: 43px;
    text-align: center;
}

.auto-suggest li {
    font-size: 13px;
    list-style: none;
    cursor: pointer;
    line-height: 20px;
    padding: 0 3px 0 3px;
}

.auto-suggest {
    padding: 0;
    margin: 0;
    position: absolute;
    border: 1px solid #313131;
    background: #FFF;
    z-index: 10;
}

.auto-suggest .selected {
    background: #D1E5FC;
}

.history-item {
    border-bottom: 1px dotted #e6e6e6;
}

.history-item .history-layout {
    display: inline-block;
    width: 420px;
    vertical-align: middle;
    word-wrap: break-word;
}

.history-item .trans-resource {
    color: #666;
}

.history-item .time-and-see {
    color: #959494;
    display: block;
}

.history-item .content-separate {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 39px;
    font-family: "宋体";
}

.history-item .trans-result {
    vertical-align: top;
}

/* 底部链接 */

#ft {
    background-color: #f9f9f9;
    line-height: 24px;
    padding: 29px 0;
    text-align: center;
    color: #bcbcbc;
}

#ft a {
    line-height: 1.5em;
    margin: 0 8px;
    color: #bcbcbc;
}

#ft a:hover {
    background-color: transparent;
    text-decoration: underline;
    color: #929292;
}

#ft span {
    margin: 0 5px;
}

.login-container {
    width: 460px;
}

.login-container .title {
    display: block;
    margin-bottom: 10px;
}

.login-container .assign-error-msg input#accountName, .login-container .assign-error-msg input#accountPassword {
    width: 200px;
}

.login-container .register-passport {
    margin-left: 36px;
    display: block;
}

.login-container .content i.account-error {
    font-weight: normal;
}

.login-container .netease {
    float: left;
    width: 270px;
}

.login-container .others {
    float: right;
    width: 170px;
    height: 150px;
    border-left: 1px solid #eeeeee;
    font-size: 12px;
    padding: 50px 0 0 15px;
}

.login-container .others #qq_connect_btn {
    width: 120px;
    height: 24px;
    background: url("indexb.png") -42px -390px;
    margin: 10px;
    border: 0;
}

.login-container .others #qq_connect_btn a:hover {
    background: none;
}

.login-container .others .weibo-login {
    cursor: pointer;
    width: 120px;
    height: 24px;
    background: url("indexb.png") -194px -390px;
    margin: 0 10px 10px 10px;
    border: 0;
}

/*在线咨询*/
#live800iconlink {
    position: relative;
    display: block;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    width: 114px;
    height: 152px;
    line-height: 240px;
    padding: 0;
    background: url('onlineAsk.png') no-repeat;
    font-size : 0;
}
#weixinLogo {
    position: relative;
    display: block;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    width: 114px;
    height: 144px;
    line-height: 240px;
    padding: 0;
    background: url('weixinAsk.png') no-repeat;
    font-size : 0;
}

#weixinErweima {
    position: relative;
    display: block;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    width: 172px;
    height: 152px;
    line-height: 240px;
    padding: 0;
    background: url('erweima.png') no-repeat;
    font-size : 0;
}

#live800iconlink:hover {
    color: #FFFFFF;
    background: url('onlineAsk.png') no-repeat;
}

/* hide class by gonghao@2012-09-26 */
.dn {
    display: none;
}

/* 飘窗样式 */
#ServiceBox1{
    position: fixed;
    top:20%;
    width: 114px;
    height: 296px;
    right: 26px;
    overflow: hidden;
    z-index: 100;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop) + 300);
}

#onlineService {
    position: absolute;
}

/* 飘窗样式 */
#weixinService {
    position: absolute;
    top: 152px;
}

#erweimaService {
    display: none;
    overflow: hidden;
    position: fixed;
    right: 140px;
    top: 430px;
    margin-left: 480px;
    z-index: 100;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop) + 452);
}

.control-btn-double {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    display: inline;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-weight: bold;
    width: 88px;
    background: #2b5e9a url('indexb.png') no-repeat 1000px 1000px;
    color: #fff;
    margin: 20px -300px 20px 380px;
    float: left;
}

.cancel-btn-blue {
    font-size: 14px;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
    height: 38px;
    width: 110px;
    background: #2b5e9a;
    color: #fff;
    padding: 0;
    margin: 20px 10px 20px 25px;
    float:left;
    display: block;
}
.cancel-btn-green{
    font-size: 14px;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
    height: 38px;
    width: 110px;
    background: #86c045;
    color: #fff;
    padding: 0;
    margin: 20px 10px 20px 10px;
    float:left;
    display: block;
}
.message-box .content .cancel-btn-green:hover {
    color: #fff;
    background-color: #86c045;
}
.reason-radio {
    width:140px;
    float:left;
    padding-left:10px;
}
.other-reason-radio {
    width:320px;
    float:left;
    padding-left:10px;
}
.reason-radio span, .other-reason-radio span {
    padding-left:5px;
}
.cancel-title {
    font-size: 14px;
    font-weight: bold;
    padding:0 0 10px -20px;

}

/* 翻译完成后的是否修改样式 */
.evaluate {
    border-top: 2px solid #E1E1E1;
    margin-top: 22px;
}

.evaluate-title {
    font-weight: bold;
    margin: 21px 0 17px;
}

.evaluate-btn a {
    color: #FFF;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
    width: 88px;
}

.evaluate-btn .disable {
    background-color: #D5DFEB;
    cursor: default;
}

.evaluate-confirm {
    background-color: #2B5E9A;
}

.evaluate-modify {
    background-color: #959494;
    margin-left: 24px;
}

.evaluate-btn-des {
    margin-top: 6px;
}

.evaluate-btn-des span {
    color: #959494;
    display: inline-block;
    text-align: center;
    width: 88px;
}

.evaluate-modify-des {
    margin-left: 24px;
}

.evaluate-info {
    color: #959494;
    margin-top: 17px;
}

.evaluate-info strong {
    color: #000;
    padding: 0 5px;
}

.tips {
    background-color: #B6DEFF;
    display: none;
    padding: 6px;
    position: absolute;
    z-index:100;
}

.hd-logo .tips {
    right: -3px;
    top: 52px;
}

.hd-logo .login-tips {
    right: 56px;
}

.tips p {
    background-color: #FFF;
    border: 1px solid #65B1F2;
    padding: 12px 20px 12px 12px;
}

.tips .arrow {
    background: url('images/tips.png') 0 0 no-repeat;
    height: 9px;
    position: absolute;
    top: -2px;
    right: 25px;
    width: 16px;
}

.tips .close {
    background: url('images/tips.png') 0 -9px no-repeat;
    height: 18px;
    position: absolute;
    top: 7px;
    right: 0;
    width: 26px;
}

.tips .close:hover {
    background-color: transparent;
}

#customerContainer {
    vertical-align : top;
    text-align : center;
}

.customerItem  {
    position : relative;
    vertical-align : top;
    margin : 50px 35px 30px;
    display : inline-block;
    zoom:1;
    *display:inline;
    width : 400px;
    height : 180px;
    text-align : left;
}

.customerItemContent {
    font-family : Microsoft YaHei;
    font-size : 18px;
    color : #60666a;
    line-height : 28px;
}

.customerItemDetail {
    position : relative;
    top : 10px;
    font-family : Microsoft YaHei;
    font-size : 14px;
    color : #9c9d9d;
}

.customerItemName {
    font-family : Microsoft YaHei;
    font-size : 14px;
    text-align : right;
    color : #60666a;
    position : relative;
    top : 20px;
}

.title1 {
    padding-top : 50px;
    padding-bottom : 30px;
    text-align : center;
    font-family : Microsoft YaHei;
    font-size : 30px;
    color : #1192fb;
}

#contact-sub {
    display : inline-block;
    width : 80px;
    height : 26px;
    background-image : url("newImage/order2.png");
    position : relative;
    top : 6px;
    padding : 0;
    margin : 0;
}

#contact-sub:hover {
    border-bottom : none;
}

#contact-submit {
    display : inline-block;
    width : 80px;
    height : 26px;
    margin : 0 10px;
    padding : 0;
}

.floatad, .floatad1 {
    display: block;
    width: 259px;
    height: 217px;
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 120;
    position: fixed;
    background: url('trial20.png') no-repeat;
    _position: absolute;
}

.floatad .trial, .floatad1 .trial {
    display: block;
    width: 174px;
    height: 49px;
    position: relative;
    padding: 0;
    top: 118px;
    margin: 0 auto
}

.floatad1 {
    background: url('trial50.png') no-repeat;
}

#trial-close {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    top: -45px;
    left: 230px;
}

.feature {
    background: url('feature.jpg') 0 0 no-repeat;
    height:141px;
    background-position: center;
    background-color:white;
}

/* 分渠道体验金弹窗 */

.ad-tips {
    background-color:#f9f9f9;
    width:960px;
    margin:0 auto;
    padding:50px 60px;
    border:1px solid #e2e2e2;
    position: relative;
}

.ad-tips .text {
    font-size:14px;
    padding:30px 50px;
}

.ad-tips .arrow {
    background: url('introduce/arrow.jpg') 0 0 no-repeat;
    width: 37px;
    height: 20px;
    display:block;
    top:-18px;
    left: 150px;
    position:absolute;
}

.floatad a:hover, .floatad a:active, .floatad1 a:hover, .floatad1 a:active {
    text-decoration: none;
    border-bottom:none;
    background: none;
    outline: 0;
}

.ad1, .ad2, .ad3, .ad4, .ad5{
    width:170px;
    height:141px;
    float:left;
}
.trial-submit {
    background: url('slide/trail-submit.jpg') 0 0 no-repeat;
    width: 169px;
    height: 44px;
    display: block;
    margin: 20px auto 0;
}
.floatad-blue{
    color:#0097ff;
    font-weight: bold;
}

.trialCode{
    color:black;
    font-weight: bold;
}

.trial-message-box {
    width:285px;
    text-align: center;
    padding: 30px 25px 30px 25px;
    line-height: 25px;
    color: #666;
    background: #fff;
    zoom: 1;
    font-size:14px;
    border-top: solid 8px #0097ff;
}

.vip-entrance{
    width: 150px;
    height: 37px;
    background: url("vip/vip-entrance.png") no-repeat;
    cursor: pointer;
}

#vip-a{
    text-decoration: none;
    border: none;
}

#vip-a:hover{
    text-decoration: none;
}

.popwindowPic{
    width: 78px;
    height: 78px;
    background: url("vip/crown.png");
    position: absolute;
    top: -45px;
    left: 240px;
}

.window_title{
    text-align: center;
    font-size: 24px;
    color: #ee5959;
    padding-bottom: 24px;
    margin-top: 20px;
    border-bottom: 1px solid #EBEEF0;
    font-weight: 400;
}

.window_content{
    text-align: center;
    font-size: 18px;
    color: #333333;
    margin-top: 30px;
    margin-bottom: 63px;
    font-weight: 300;
    font-family: "Microsoft Yahei";
}

.closeImage {
    background-image : url("newImage/close.png");
    width : 30px;
    height : 30px;
    cursor : pointer;
    position : absolute;
    right : 0;
    top : 0;
}

.right-box{
    position: fixed;
    height: 100%;
    right: 0;
}