﻿@charset "UTF-8";

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop,.modal-backdrop.fade.in {
	opacity: 0.45;
	filter: alpha(opacity=40)
}

.modal {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1050;
	width: 560px;
	margin: -250px 0 0 -280px;
	background-color: #ffffff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	outline: none;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box
}

.modal.fade {
	top: -25%;
	-webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, top 0.3s ease-out;
	-o-transition: opacity 0.3s linear, top 0.3s ease-out;
	transition: opacity 0.3s linear, top 0.3s ease-out
}

.modal.fade.in {
	top: 50%
}

.modal-header {
	padding: 9px 15px;
	border-bottom: 1px solid #eee
}

.modal-header .close {
	margin-top: 2px
}

.modal-header h3 {
	margin: 0;
	line-height: 30px
}

.modal-body {
	max-height: 400px;
	padding: 15px;
	overflow-y: auto
}

.modal-form {
	margin-bottom: 0
}

.modal-footer {
	padding: 14px 15px 15px;
	margin-bottom: 0;
	text-align: right;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff
}

.modal-footer:before,.modal-footer:after {
	display: table;
	line-height: 0;
	content: ""
}

.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
}

.close {
	cursor: pointer;
	padding: 2px 3px;
	cursor: pointer;
	padding: 2px 3px;
	position: absolute;
	right: 10px;
	top: 14px
}

.close:hover {
	color: #ffffff
}

.button-blue {
	display: block;
	float: left;
	padding: 5px 0;
	width: 80px;
	margin-right: 10px;
	color: #fff;
	background: #407acc;
	text-align: center;
	cursor: pointer
}

.button-blue:hover {
	background: #084b91;
	text-decoration: none;
	color: #ffffff
}

.button-grey {
	display: block;
	float: left;
	padding: 5px 0;
	width: 80px;
	color: #fff;
	background: #ccc;
	text-align: center;
	cursor: pointer
}

.button-grey:hover {
	background: #aaa;
	text-decoration: none
}

.buttons {
	width: 170px;
	margin: 0 auto
}

.check {
	float: left;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 10px 0 0;
	background: url(../images/check.png) no-repeat
}

.check:hover {
	background: url(../images/check-hover.png) no-repeat
}

.check.checked {
	background: url(../images/checked.png) no-repeat
}

.login-form .form-arrow,.signup-form .form-arrow,.forgot-form .form-arrow {
	display: block;
	width: 30px;
	height: 15px;
	background: url(../images/arrow.png) no-repeat;
	position: absolute;
	left: 95px;
	top: -15px
}

.login-form input,.signup-form input,.forgot-form input {
	padding: 9px 9px 9px 9px;
	margin-bottom: 20px;
	display: block;
	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 {
	width: 302px;
	padding: 0;
	margin: 0 0 10px 0;
	height: 35px;
	font-size: 18px;
	cursor: pointer
}

.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"] {
	width: auto;
	height: auto;
	padding: 0;
	margin: 3px 5px 0 0
}

.login-form a.forgot,.signup-form a.forgot,.forgot-form a.forgot {
	font-size: 13px;
	float: right;
	margin-top: 2px;
	width: auto;
	cursor: pointer
}

.login-form p.error,.signup-form p.error,.forgot-form p.error {
	font-size: 13px;
	margin-bottom: 5px;
	color: #b22d2d
}

.landing-bg {
	background: url(../images/land_bg.jpg) center top no-repeat #f4f1ed;
	min-width: 1000px;
	height: 350px;
	border-bottom: 1px solid #E7E7E7
}

.land-content {
	width: 1000px;
	margin: 0 auto
}

.land-content .devide {
	background: url(../images/land_line.png) center top no-repeat;
	height: 43px;
	margin: 15px 0 0 0
}

.land-content .land-title {
	font-size: 30px;
	color: #202020;
	text-align: center;
	margin: 10px 0 20px 0
}

.land-content .demo-mod:first-child {
	margin-left: 0
}

.land-content .demo-mod {
	width: 300px;
	height: 280px;
	margin-left: 50px;
	float: left
}

.land-content .demo-mod h4 {
	font-size: 24px;
	text-align: center;
	border-bottom: 1px solid #dbdbdb;
	margin: 10px 0 50px 0;
	padding: 10px 0;
	color: #202020
}

.land-content .demo-mod a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 18px;
	font-weight: 14px;
	color: #808080
}

.land-content .demo-links {
	margin-top: 10p
}

.ucando {
	margin-top: 20px
}

.ucando img {
	float: left;
	margin-left: 47px
}

.ucando img:first-child {
	margin-left: 0
}

.land-bg {
	background: url(../images/bg.png) repeat;
	position: relative
}

.land-bg .desc {
	position: absolute;
	left: 55%;
	top: 140px
}

.land-bg .desc h4 {
	margin-bottom: 10px
}

#land_footer {
	background-color: #ffffff;
	padding: 5px
}

#signup-modal,#login-modal,#forgetform,.modal {
	display: none;
	width: 300px;
	padding: 0 40px 20px;
	background: white; box-shadow:0 0 10px #000;
	margin-left: -190px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 40px;
	margin-top: -220px
}

#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 {
	margin: 0 -40px;
	background: #c12926;
	font-size: 16px;
	padding: 13px 40px;
	text-align: center;
	margin-bottom: 30px; color:348px; color:#fff; font-weight:normal;
}

.modal .close,#signup-modal .close,#login-modal .close,#forgetform .close {
	position: absolute;
	top: -16px; font-size:54px;
	right: 0;
	opacity: .8;
}

.forgot-btn,.login-btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-top: 14px;
	color: #ffffff
}

.btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	cursor: pointer
}

a.btn:hover {
	text-decoration: none
}

a.white-btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: white
}

a.white-btn:hover {
	color: #ffffff;
	cursor: pointer
}

.nologin {
	float: right
}

.nologin .white-btn {
	margin: 15px 10px
}

.reg-btn {
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	background-image: linear-gradient(top, #fbac2b, #f9a328);
	background-image: -webkit-linear-gradient(top, #fbac2b, #f9a328);
	background-color: #f9a328;
	border: 1px solid #d58d4a;
	width: 150px;
	padding: 15px 20px;
	background-color: #ffc341;
	text-align: center;
	margin-top: 80px;
	color: #ffffff;
	font-size: 24px;
	border-radius: 4px
}

a.reg-btn,a.login-btn:hover {
	color: #ffffff
}

a.reg-btn:focus {
	outline: none
}

#mw-info {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	background: #ededed;
	box-shadow: 0px 0px 5px 0px 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 {
	text-decoration: underline;
	color: #4d86cd
}

.nologin {
	float: right
}

#iframe-cached {
	height: 100%;
	border-top: 1px solid #AAA;
	margin-top: 60px;
	border-image: initial
}

#iframe-cached iframe {
	width: 100%;
	height: 100%;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: auto !important;
	display: block
}


#tools img {
	display: block
}

#tools .main {
	background-color: #fff
}

#tools .bd {
	background: #ffffff
}

#tools .side-nav {
	background-color: #e7e9eb;
	height: 3000px
}

#tools h3 {
	background-color: #E7E9EB;
	font-size: 15px;
	padding: 10px;
	position: relative;
	cursor: pointer;
	border-radius: 5px
}

#tools h4 {
	font-size: 16px;
	margin: 15px 0
}

#tools h5 {
	font-size: 14px;
	margin: 20px 0 10px;
	font-weight: bold
}

#tools .collapse-icon {
	background-position: -12px -63px;
	position: absolute;
	right: 13px;
	top: 11px;
	height: 27px;
	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 {
	width: 330px;
	float: left;
	margin-right: 100px
}

#tools .methods {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #e8eaec;
	margin-bottom: 30px
}

#tools p {
	font-size: 14px
}

#tools .answer {
	margin-bottom: 10px
}

#uservoice {
	background-image: url(../images/uservoice.png);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid none solid solid;
	border-top-color: white;
	border-bottom-color: white;
	border-left-color: white;
	border-top-left-radius: 4px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 4px;
	-webkit-box-shadow: rgba(255,255,255,0.24706) 1px 1px 1px inset,rgba(0,0,0,0.49804) 0px 1px 2px;
	box-shadow: rgba(255,255,255,0.24706) 1px 1px 1px inset,rgba(0,0,0,0.49804) 0px 1px 2px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 1em;
	font-family: Arial, sans-serif;
	position: fixed;
	right: 0px;
	top: 80%;
	z-index: 9999;
	background-color: #07C;
	margin-top: -59px;
	margin-right: 0px;
	display: block;
	background-position: 50% 0px;
	background-repeat: no-repeat no-repeat
}

@media (max-width: 1000px) {
	.header-inner,.landing-bg {
		width: 800px
	}

	.landing-bg .desc {
		left: 70%
	}
}

.split-line {
	margin: 10px 0
}

.folder {
	display: block;
	padding: 7px 0 7px 60px;
	background: url(../images/mass-folder.png) 29px 8px no-repeat;
	font-size: 13px;
	color: #666;
	white-space: nowrap;
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative
}

.folder.selected,.folder:hover {
	background: url(../images/mass-folder-hover.png) 29px 8px no-repeat #fff
}

.folder:hover .close {
	display: block
}

.folder .close {
	display: none;
	top: 6px;
	font-size: 12px;
	font-weight: bold
}

.folder-create {
	padding: 0 0 0 30px;
	cursor: pointer;
	font-size: 13px
}

.folder-create i {
	background-position: -208px 5px;
	width: 15px;
	height: 20px;
	margin-right: 12px
}

.folder-create:hover {
	cursor: pointer
}

.folder-list {
	margin: 20px 0 0 0
}

.more {
	cursor: pointer
}

.read img,.unread img {
	position: absolute;
	left: 28px
}

.like img {
	position: absolute;
	left: 25px
}

.category a:hover {
	background-color: #ffffff
}

.share {
	text-align: left;
	overflow: hidden;
	display: block !important;
	height: 16px !important;
	line-height: 16px !important;
	padding-left: 20px !important;
	background: url(../images/share.png) no-repeat left;
	cursor: pointer;
	float: right
}

.share:hover {
	opacity: 0.8
}

.share.weibo {
	background-position: 0px -96px
}

.share.qq {
	background-position: 0px -64px
}

.share.douban {
	background-position: 0px -560px
}

.share.renren {
	background-position: 0px -160px
}

.third-parties {
	display: none
}

.login-bind-tp {
	margin: -5px 0 30px 0
}

.login-bind-tp em {
	padding: 1px 8px
}

.login-bind-tp li {
	border-radius: 5px;
	margin-bottom: 10px;
	cursor: pointer
}

.login-bind-tp li a {
	text-align: center;
	display: block;
	color: white;
	padding: 12px 30px 12px 0
}

.login-bind-tp .qweibo {
	background-color: #3671d2;
	border: 1px solid #136ac1;
	border-radius: 3px;
	margin: 10px 0 25px;
	box-shadow: 0 1px 0 rgba(255,255,255,0.25) inset;
	text-shadow: 0 1px 0 #1a64bf;
	cursor: pointer;
	text-align: left;
	background-color: #369ad2
}

.login-bind-tp .qweibo em {
	background: url(../images/qq_logo.png) no-repeat
}

.login-bind-tp .sina {
	background-color: #b9e6eb;
	border: 1px solid #c12f13;
	border-radius: 3px;
	margin: 10px 0 25px;
	box-shadow: 0 1px 0 rgba(255,255,255,0.25) inset;
	text-shadow: 0 1px 0 #921414;
	cursor: pointer;
	text-align: left;
	background-color: #d6514b
}

.login-bind-tp .sina em {
	background: url(../images/sina_logo.png) no-repeat
}

.login-bind-tp .douban {
	border: 1px solid #54c113;
	border-radius: 3px;
	margin: 10px 0 25px;
	box-shadow: 0 1px 0 rgba(255,255,255,0.25) inset;
	text-shadow: 0 1px 0 #921414;
	text-align: left;
	background-color: #41a41a
}

.login-bind-tp .douban em {
	background: url(../images/douban_logo.png) no-repeat
}

#sub_cont_right1{ text-align:center;}
#sub_cont_leftop1 ul {
    margin-top: 20px !important;
    padding: 0;	
}
#sub_cont_leftop1 ul li {
    font-size: 14px;
    line-height: 32px;
    font-family: "å¾®è½¯é›…é»‘";
    list-style: none;
    color: #434343;
}
#sub_cont_leftop1 ul li span {
    color: #e23a3a;
    font-family: "å¾®è½¯é›…é»‘";
    font-size: 12px;
    height: 24px;
    font-weight: bold;
    line-height: 24px;
}

#sub_cont_leftop2 ul {
    margin-top: 20px !important;
    padding: 0;	
}
#sub_cont_leftop2 ul li {
    font-size: 14px;
    line-height: 32px;
    font-family: "å¾®è½¯é›…é»‘";
    list-style: none;
    color: #434343;
}
#sub_cont_leftop2 ul li span {
    color: #e23a3a;
    font-family: "å¾®è½¯é›…é»‘";
    font-size: 12px;
    height: 24px;
    font-weight: bold;
    line-height: 24px;
}
.fiebox {
    list-style: none;
    margin: auto;
    padding: 0;
}
.fiebox li {
    list-style: none;
    line-height: 38px;
    margin: 10px 0;
}
.fiebox li span {
    font-size: 14px;
    color: #333;
    font-family: "å¾®è½¯é›…é»‘";
}
#telInput{    width: 218px;
    height: 38px;
    border: 1px solid #ddd;
    line-height: 38px;
    padding: 0 5px;
    font-size: 14px;}
#callBtn{width: 230px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    font-family: Microsoft Yahei;
    background-color: #c12926;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    border: 0;
    cursor: pointer;}
#callBtn:hover{ background-color:#9a3334;}
.sub_conto{ height:270px; overflow:hidden;width: 312px;}
#sub_cont1 .secbox{ width:300px;}
#sub_cont1 .secboxw{ float:none; background: none;}
#sub_cont1 .secbox .lynr{ width:327px; height:110px;}
#sub_cont1 .secbox .lynr textarea{ width:288px;}
#sub_cont1 .secbox .int .zbfb{ background:#c12926;}

#forgetform p{ line-height:24px;}













