
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio[controls], canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
}
html {
    font-size: 100%;
    overflow-y: scroll;
}
body {
    font-size: 15px;
    line-height: 1;
    margin: 0;
    padding: 0;
}
body, button, input, select, textarea {
    color: #666;
    font-family: "微软雅黑","Helvetica Neue",Helvetica,Arial,sans-serif;
}
*::-moz-selection {
    background: #084b91 none repeat scroll 0 0;
    color: #fff;
    text-shadow: none;
}
a {
    color: #407acc;
    text-decoration: none;
}
a:focus {
    outline: thin dotted #333;
    outline-offset: -2px;
}
a:hover, a:active {
    outline: 0 none;
    text-decoration: underline;
}
abbr[title] {
    border-bottom: 1px dotted #999;
}
b, strong {
    font-weight: bold;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ddd -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    display: block;
    height: 1px;
    margin: 20px 0;
    padding: 0;
}
ins {
    background: #ff9 none repeat scroll 0 0;
    color: #000;
    text-decoration: none;
}
mark {
    background: #ff0 none repeat scroll 0 0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
pre, code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q::before, q::after {
    content: none;
}
small {
    font-size: 85%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
ul, ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
dd {
    margin: 0 0 0 40px;
}
.modal-backdrop {
    background-color: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.8;
}
.modal {
	 background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 50%;
    margin: -250px 0 0 -280px;
    outline: medium none;
    position: fixed;
    top: 50%;
    width: 560px;
    z-index: 1050;
	
  /*  background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
   left: 30%;
     margin: -250px 0 0 -280px;
    outline: medium none;
    position: absolute;
   top: 50%;
   width: 560px;
    z-index: 1050; padding:0px 2% 1% 2%; box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;*/
}
.big_img{ width:600px; height:500px; margin:auto;}
.big_img img{ width:100%; height:100%;}
.modal.fade {
    top: -25%;
    transition: opacity 0.3s linear 0s, top 0.3s ease-out 0s;
}
.modal.fade.in {
    top: 50%;
}
.modal-header {
    border-bottom: 1px solid #eee;
    padding: 9px 15px;
}
.modal-header .close {
    margin-top: 2px;
}
.modal-header h3 {
    line-height: 30px;
    margin: 0;
}
.modal-body {
    max-height: 400px;
    overflow-y: auto;
    padding: 15px;
}
.modal-form {
    margin-bottom: 0;
}
.modal-footer {
    background-color: #f5f5f5;
    border-radius: 0 0 6px 6px;
    border-top: 1px solid #ddd;
    box-shadow: 0 1px 0 #ffffff inset;
    margin-bottom: 0;
    padding: 14px 15px 15px;
    text-align: right;
}
.modal-footer::before, .modal-footer::after {
    content: "";
    display: table;
    line-height: 0;
}
.modal-footer::after {
    clear: both;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
body {
    color: #666;
    margin: 0;
    padding: 0;
}
input, button {
    border: 1px solid #ddd;
    font-size: 13px;
    height: auto;
    margin: 0;
}
img {
    display: inline;
}
a {
    color: #6b7985;
    outline: medium none;
    text-decoration: none;
}
a:hover {
    color: #ed0b00;
    text-decoration: none;
}
fieldset {
    border-color: #bebec0;
    border-style: solid;
    border-width: 1px 0 0;
    padding: 0 10px 0 18px;
}
legend {
    font-size: 12px;
    font-weight: bold;
    padding: 0 5px;
}
span {
    display: inline-block;
}
h1, h2, h3, h4, h5, h6 {
    color: #6b7985;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 19px;
}
h3 {
    font-size: 25px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 15px;
}
h6 {
    font-size: 13px;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul li {
    line-height: 1;
    margin:6px;
}
.close {
    cursor: pointer;
    padding: 2px 3px;
    position: absolute;
    right: 10px;
    top: 14px;
}
.close:hover {
    background-color: grey;
    color: #ffffff;
}
.button-blue {
    background: #d00000;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 10px;
    padding: 5px 0;
    text-align: center;
    width: 80px;
}
.button-blue:hover {
    background: #084b91 none repeat scroll 0 0;
    color: #ffffff;
    text-decoration: none;
}
.button-grey {
    background: #ccc none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    padding: 5px 0;
    text-align: center;
    width: 80px;
}
.button-grey:hover {
    background: #aaa none repeat scroll 0 0;
    text-decoration: none;
}
.buttons {
    margin: 0 auto;
    width: 170px;
}
.check {
    background: rgba(0, 0, 0, 0) url("http://en.chinahonghui.net/template/img/v2/check.png") no-repeat scroll 0 0;
    display: block;
    float: left;
    height: 15px;
    margin: 0 10px 0 0;
    width: 15px;
}
.check:hover {
    background: rgba(0, 0, 0, 0) url("http://en.chinahonghui.net/template/img/v2/check-hover.png") no-repeat scroll 0 0;
}
.check.checked {
    background: rgba(0, 0, 0, 0) url("http://en.chinahonghui.net/template/img/v2/checked.png") no-repeat scroll 0 0;
}
.login-form .form-arrow, .signup-form .form-arrow, .forgot-form .form-arrow {
    background: rgba(0, 0, 0, 0) url("http://en.chinahonghui.net/static/img/arrow.png?2013033000") no-repeat scroll 0 0;
    display: block;
    height: 15px;
    left: 95px;
    position: absolute;
    top: -15px;
    width: 30px;
}
.login-form input, .signup-form input, .forgot-form input {
    display: block;
    margin-bottom: 20px;
    padding: 9px;
    width: 94%;
}
.login-form .forgot, .login-form .login, .login-form .reg, .signup-form .forgot, .signup-form .login, .signup-form .reg, .forgot-form .forgot, .forgot-form .login, .forgot-form .reg {
    cursor: pointer;
    font-size: 18px;
    height: 35px;
    margin: 0 0 10px;
    padding: 0;
    width: 302px;
}
.login-form label.remember, .signup-form label.remember, .forgot-form label.remember {
    font-size: 13px;
}
.login-form input[type="checkbox"], .signup-form input[type="checkbox"], .forgot-form input[type="checkbox"] {
    height: auto;
    margin: 3px 5px 0 0;
    padding: 0;
    width: auto;
}
.login-form a.forgot, .signup-form a.forgot, .forgot-form a.forgot {
    cursor: pointer;
    float: right;
    font-size: 13px;
    margin-top: 2px;
    width: auto;
}
.login-form p.error, .signup-form p.error, .forgot-form p.error {
    color: #b22d2d;
    font-size: 13px;
    margin-bottom: 5px;
}
.landing-bg {
    background: #f4f1ed url("http://en.chinahonghui.net/static/img/land/land_bg.jpg") no-repeat scroll center top;
    border-bottom: 1px solid #e7e7e7;
    height: 350px;
    min-width: 1000px;
}
.land-content {
    margin: 0 auto;
    width: 1000px;
}
.land-content .devide {
    background: rgba(0, 0, 0, 0) url("http://en.chinahonghui.net/static/img/land/land_line.png") no-repeat scroll center top;
    height: 43px;
    margin: 15px 0 0;
}
.land-content .land-title {
    color: #202020;
    font-size: 30px;
    margin: 10px 0 20px;
    text-align: center;
}
.land-content .demo-mod:first-child {
    margin-left: 0;
}
.land-content .demo-mod {
    float: left;
    height: 280px;
    margin-left: 50px;
    width: 300px;
}
.land-content .demo-mod h4 {
    border-bottom: 1px solid #dbdbdb;
    color: #202020;
    font-size: 24px;
    margin: 10px 0 50px;
    padding: 10px 0;
    text-align: center;
}
.land-content .demo-mod a {
    color: #808080;
    display: block;
    margin-bottom: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.land-content .demo-links {
}
.ucando {
    margin-top: 20px;
}
.ucando img {
    float: left;
    margin-left: 47px;
}
.ucando img:first-child {
    margin-left: 0;
}
.land-bg {
    background: rgba(0, 0, 0, 0) url("http://en.chinahonghui.net/static/img/land/bg.png") repeat scroll 0 0;
    position: relative;
}
.land-bg .desc {
    left: 55%;
    position: absolute;
    top: 140px;
}
.land-bg .desc h4 {
    margin-bottom: 10px;
}
#land_footer {
    background-color: #ffffff;
    padding: 5px;
}
#signup-modal, #login-modal, #forgetform, .modal {
	 background: white none repeat scroll 0 0;
    border: 5px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    box-shadow: 0 1px 0 white inset;
    display: none;
    margin-bottom: 40px;
    margin-left: -395px;
    margin-top: -267px;
    overflow: hidden;
    padding: 0 40px 20px;
    width: 700px;
	
 /*   background: white none repeat scroll 0 0;
    border: 5px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    box-shadow: 0 1px 0 white inset;
    display: none;
    margin-bottom: 40px;
    margin-top: -200px;
    overflow: hidden; width:700px;*/
}
#signup-modal a:hover, #login-modal a:hover, #forgetform a:hover, .modal a:hover {
    text-decoration: none;
}
.modal h1, #forgetform h1, #signup-modal h1, #login-modal h1 {
    background: #eee none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 16px;
    margin: 0 -40px 30px;
    padding: 13px 40px;
    text-align: center;
}
.modal .close, #signup-modal .close, #login-modal .close, #forgetform .close {
    border-left: 1px solid #bbb;
    opacity: 0.8;
    padding: 12px 18px 16px;
    position: absolute;
    right: 0;
    top: 0;
}
.forgot-btn, .login-btn {
    color: #ffffff;
    display: inline-block;
    margin-top: 14px;
}
.btn {
    cursor: pointer;
    display: inline-block;
}
a.btn:hover {
    text-decoration: none;
}
a.white-btn {
    color: white;
    display: inline-block;
}
a.white-btn:hover {
    color: #ffffff;
    cursor: pointer;
}
.nologin {
    float: right;
}
.nologin .white-btn {
    margin: 15px 10px;
}
.reg-btn {
    background-color: #ffc341;
    border: 1px solid #d58d4a;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #ffffff;
    font-size: 24px;
    margin-top: 80px;
    padding: 15px 20px;
    text-align: center;
    width: 150px;
}
a.reg-btn, a.login-btn:hover {
    color: #ffffff;
}
a.reg-btn:focus {
    outline: medium none;
}
#mw-info {
    background: #ededed none repeat scroll 0 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    color: #4b4b4b;
    display: block;
    float: none;
    font-size: 15px;
    left: 0;
    min-width: 550px;
    overflow: hidden;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2147483647;
}
#mw-info .meiwei_header {
    height: 3px;
}
#mw-info .meiwei_header_bg {
    float: left;
    height: 100%;
    width: 50%;
}
#mw-info .meiwei_header_bg1 {
    background-color: #3f7dca;
}
#mw-info .meiwei_header_bg2 {
    background-color: #73a9ec;
}
#mw-info .meiwei_bd {
    height: 70px;
    line-height: 70px;
    position: relative;
}
#mw-info .meiwei_logo {
    left: 7%;
    position: absolute;
    top: 8px;
    vertical-align: top;
}
#mw-info .meiwei_tip {
    font-size: medium;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
#mw-info .meiwei_tip a {
    color: #4d86cd;
    text-decoration: underline;
}
.nologin {
    float: right;
}
#iframe-cached {
    border-image: initial;
    border-top: 1px solid #aaa;
    height: 100%;
    margin-top: 60px;
}
#iframe-cached iframe {
    border: 0 none !important;
    display: block;
    height: 100%;
    margin: 0 !important;
    overflow: auto !important;
    padding: 0 !important;
    width: 100%;
}
#tools img {
    display: block;
}
#tools .main {
    background-color: #fff;
}
#tools .bd {
    background: #ffffff none repeat scroll 0 0;
}
#tools .side-nav {
    background-color: #e7e9eb;
    height: 3000px;
}
#tools h3 {
    background-color: #e7e9eb;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    padding: 10px;
    position: relative;
}
#tools h4 {
    font-size: 16px;
    margin: 15px 0;
}
#tools h5 {
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 10px;
}
#tools .collapse-icon {
    background-position: -12px -63px;
    height: 27px;
    position: absolute;
    right: 13px;
    top: 11px;
    width: 28px;
}
#tools .collapse-icon.expanded {
    background-position: -51px -63px;
}
#tools .browernav a {
    display: block;
    padding: 15px 0 15px 30px;
}
#tools .browernav a.selected, #tools .browernav a:hover {
    background-color: #d3d8dd;
    text-decoration: none;
}
#tools .sections {
    padding: 10px 60px;
}
#tools .sections .section {
    margin-bottom: 10px;
}
#tools .onemethod {
    float: left;
    margin-right: 100px;
    width: 330px;
}
#tools .methods {
    border-bottom: 1px solid #e8eaec;
    margin-bottom: 30px;
    padding: 0 0 20px;
}
#tools p {
    font-size: 14px;
}
#tools .answer {
    margin-bottom: 10px;
}
#uservoice {
    background-color: #07c;
    background-image: url("http://en.chinahonghui.net/static/img/v2/uservoice.png?2013033000");
    background-position: 50% 0;
    background-repeat: no-repeat no-repeat;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    border-radius: 4px 0 0 4px;
    border-style: solid none solid solid;
    border-top: 1px solid white;
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.247) inset, 0 1px 2px rgba(0, 0, 0, 0.498);
    display: block;
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 1em;
    margin-right: 0;
    margin-top: -59px;
    position: fixed;
    right: 0;
    top: 80%;
    z-index: 9999;
}
@media (max-width: 1000px) {
.header-inner, .landing-bg {
    width: 800px;
}
.landing-bg .desc {
    left: 70%;
}
}
.split-line {
    margin: 10px 0;
}
.folder {
    background: rgba(0, 0, 0, 0) url("http://en.chinahonghui.net/template/img/v2/mass-folder.png") no-repeat scroll 29px 8px;
    color: #666;
    display: block;
    font-size: 13px;
    overflow: hidden;
    padding: 7px 0 7px 60px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
}
.folder.selected, .folder:hover {
    background: #fff url("http://en.chinahonghui.net/template/img/v2/mass-folder-hover.png") no-repeat scroll 29px 8px;
}
.folder:hover .close {
    display: block;
}
.folder .close {
    display: none;
    font-size: 12px;
    font-weight: bold;
    top: 6px;
}
.folder-create {
    cursor: pointer;
    font-size: 13px;
    padding: 0 0 0 30px;
}
.folder-create i {
    background-position: -208px 5px;
    height: 20px;
    margin-right: 12px;
    width: 15px;
}
.folder-create:hover {
    cursor: pointer;
}
.folder-list {
    margin: 20px 0 0;
}
.more {
    cursor: pointer;
}
.read img, .unread img {
    left: 28px;
    position: absolute;
}
.like img {
    left: 25px;
    position: absolute;
}
.category a:hover {
    background-color: #ffffff;
}
.share {
    background: rgba(0, 0, 0, 0) url("http://en.chinahonghui.net/template/img/v2/share.png") no-repeat scroll left center;
    cursor: pointer;
    display: block !important;
    float: right;
    height: 16px !important;
    line-height: 16px !important;
    overflow: hidden;
    padding-left: 20px !important;
    text-align: left;
}
.share:hover {
    opacity: 0.8;
}
.share.weibo {
    background-position: 0 -96px;
}
.share.qq {
    background-position: 0 -64px;
}
.share.douban {
    background-position: 0 -560px;
}
.share.renren {
    background-position: 0 -160px;
}
.third-parties {
    display: none;
}
.login-bind-tp {
    margin: -5px 0 30px;
}
.login-bind-tp em {
    padding: 1px 8px;
}
.login-bind-tp li {
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
}
.login-bind-tp li a {
    color: white;
    display: block;
    padding: 12px 30px 12px 0;
    text-align: center;
}
.qweibo{ color:#aa010d; font-size:16px; font-weight:bold;}
