/********************************
=========+==通用样式===+=========
*********************************/


/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

-------------------------------------------------------------- */

html {
  margin:0;
  padding:0;
  border:0;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* This helps to make newer HTML5 elements behave like DIVs in older browers */
article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {
    display:block;
}

/* Line-height should always be unitless! */
body {
  line-height: 1.5;
  background: white;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
  border-collapse: separate;
  border-spacing: 0;
}
/* float:none prevents the span-x classes from breaking table-cell display */
caption, th, td {
  text-align: left;
  font-weight: normal;
  float:none !important;
}
table, th, td {
  vertical-align: middle;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Remember to define your own focus styles! */
:focus { outline: 0; }



/*
双飞翼栅格布局 Flying Swing Grids Layout
理念：简单质朴，语义化布局。
维护：玉伯<lifesinger@gmail.com>, 正淳<ragecarrier@gmail.com>
*/

/* 居中 */
#page, #header, #content, #footer {
    margin-left: auto;
    margin-right: auto;
}

/** 布局基础样式 **/
.col-main {
    float: left;
    width: 100%;
    /* bug fix: 主栏没有内容时，在 Firefox 和 Chrome 等浏览器下，布局不对 */
    min-height: 1px;
}
.col-sub, .col-extra {
    float: left;
    /*position: relative;  按需设置，仅在需要时添加 */
}

/** 清除浮动 **/
.clear, .clearfix:after, .layout:after, .main-wrap:after, .col-sub:after, .col-extra:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
}
.clear, .clearfix, .layout, .main-wrap, .col-sub, .col-extra {
    *zoom: 1;
}

/* 隐藏 */
.hide { display: none; }
.invisible { visibility: hidden; }

/* inline block */
.inline-block { display: inline-block; *display: inline; }





/*
 * buttons
 */
/* normal  button*/
button.btn, a.btn {
	border: 0 none;
	background: none;
	overflow: visible;
	vertical-align: middle;
	cursor: pointer;
}
a.btn, a.btn em, button.btn em, button.btn em {
	display: inline-block;
	height: 26px;
	padding-left: 10px;
	background:  url('http://motu.baidu.com/static/img/button.png') 0 0 no-repeat;
	line-height: 26px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
}
a.btn em, button.btn em em {
	display: block;
	/* ie 8一下使用inline-block,ie8 变形*/
	_display: inline-block;
	padding-right: 10px;
	padding-left: 0;
	background-position: right -50px;
}
a.btn:hover, button.btn:hover em {
	background-position: left -100px;
	text-decoration: none;
}
a.btn:hover em, button.btn:hover em em {
	background-position: right -150px;
}
/* .btn .icon add padding-right:2px for  Visual Balance*/
.btn .icon {
	padding-right: 4px;
}
/*medium button*/
a.m-btn, a.m-btn em,
button.m-btn em, button.m-btn em  {
	padding-left: 15px;
	background-position: left -200px;
	height: 30px;
	line-height: 30px;
	font-family: "微软雅黑","黑体","Verdana";
	font-size: 14px;
	font-weight: bold;
}
a.m-btn em,
button.m-btn em em {
	padding-right: 15px;
	padding-left: 0;
	background-position: right -250px;
}
a.m-btn:hover,
button.m-btn:hover em,
button.m-btn-hover em{
	background-position: left -300px;
}
a.m-btn:hover em,
button.m-btn:hover em em,
button.m-btn-hover em em{
	background-position: right -350px;
}
/*notes create
 * dialog cannel
 */
a.create-btn,
a.cancel-btn,
button.create-btn em,
button.cancel-btn em{
	background-position: left -500px;
}
a.create-btn em,
a.cancel-btn em,
button.create-btn em em,
button.cancel-btn em em {
	background-position: right -550px;
	color: #2c2c2c;
}
a.create-btn:hover,
a.cancel-btn:hover,
button.create-btn:hover em,
button.cancel-btn:hover em{
	background-position: left -600px;
}
a.create-btn:hover em,
a.cancel-btn:hover em,
button.create-btn:hover em em,
button.cancel-btn:hover em em {
	background-position: right -650px;
}

/**
 * icon small,纵排(上下)的icon,
 */

/**
 * .ico 类只定义icon而不定义icon的位置，间距等，在需要不是固定在左侧的icon的时候比较有用，需要配合其他内容进行自定
 */

.ico,
.icon {
	background:url('http://motu.baidu.com/static/img/icon-x16.png?@=3bmte9e') no-repeat;
}
.user-daren-icon,
.user-famous-icon {
	height: 14px;
	width: 16px;
	vertical-align: text-top;
	overflow: hidden;
	display: inline-block;
	/*
	padding-right: 16px;
	*/
	background-position: right -1050px;
}
.icon {
	padding-left: 19px;
}
.icon-blank {
	background-position: 0 50px;
}

/**********************
=======================
***********************/




/**main
*/
body{
	background-color: #f8f8f8;
	text-align: center;
}
#page {
	width: 980px;
	height: 2000px;
	text-align: left;
	margin: 0 auto;
}
.header-bg {
	width: 100%;
	height: 531px;
	background: #112875;
	position: absolute;
	top: 0;
	left: 0;
}

.center {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#userbar{
	width:100%;
	height:80px;
	background:#ffffff;
	border-bottom:1px solid #eeeeee;
}
#userbar .userbar-content{
	margin:0px auto;
	width:980px;
	height:80px;
	background:#ffffff;
}
#userbar .userbar-content h1 {
    padding:16px 0 0 0px;
    float: left;
    margin-right: 20px;
}
#userbar .userbar-content h1 a {
    background:url(http://xiangce.baidu.com/cms/app/static/img/pc-header-logo.png) no-repeat;
    width:180px;
    height:50px;
    display:block;
    *zoom:1;
    text-indent:-100em;
}
#pc-btn{
	color:#717171;
	font-size:14px;
	font-weight: bold;
	text-decoration: none;
	text-indent: 40px;
	line-height: 30px;
	float: left;
	display: block;
	width: 96px;
	height: 30px;
	margin: 30px 0px 0px 20px;
}
#phone-btn{
	color:#ffffff;
	font-size:14px;
	font-weight: bold;
	text-decoration: none;
	text-indent: 40px;
	line-height: 30px;
	float: left;
	display: block;
	width: 96px;
	height: 30px;
	margin: 30px 0px 0px 20px;
}
.tab-link-pc{
	color:#717171;
	background: url(http://xiangce.baidu.com/cms/app/static/img/pc-tab-icon.png) no-repeat -96px 0px;
}
.tab-link-pc-hover{
	color:#ffffff;
	background: url(http://xiangce.baidu.com/cms/app/static/img/pc-tab-icon.png) no-repeat 0px 0px;
}
.tab-link-phone{
	color:#717171;
	background: url(http://xiangce.baidu.com/cms/app/static/img/pc-tab-icon.png) no-repeat -96px -30px;
}
.tab-link-phone-hover{
	color:#ffffff;
	background: url(http://xiangce.baidu.com/cms/app/static/img/pc-tab-icon.png) no-repeat 0px -30px;
}
#header .nav-app {
	float: right;
	height: 31px;
	width: 123px;
	margin-top:13px;
	background: url(http://motu.baidu.com/static/img/button-app.png);
}
#header .nav-app:hover  {
	background: url(http://motu.baidu.com/static/img/button-app-hover.png);
}

#body {
	margin-top: 19px;
}

/*首页*/
.banner-wrap-outer{
	margin:0 auto;
	width: 100%;
	height: 747px;
	background: url(http://mopai.do-global.com/static/images/mp-main-bg.jpg) no-repeat top center;
	position: relative;
}

.banner-wrap-inner{
	width: 980px;
	height: 800px;
	margin: 0 auto;
	position: relative;
}

.codemark{
	position: absolute;
	top: 344px;
	left: 681px;
}
.banner-wrap {
	height: 490px;
	position: relative;
}
.banner-top {
	width: 980px;
	height: 232px;
}
.banner-bottom {
	width: 980px;
	height: 180px;
}
.banner-bottom a{
	font-size:14px;
	font-family: "微软雅黑","黑体","Verdana";
	text-decoration: none;
	color:#8f8f8f;
	position: relative;
	left:705px;
	top:205px;
}
.banner-bottom a:hover{
	text-decoration: underline;
	color:#565656;
}
.app-list {
	margin: 0;
	padding: 0;
}
.app-list li {
	position: absolute;
	list-style: none;
	overflow: hidden;
	height: 66px;
}
.app-list li a {
	display:block;
	width: 191px;
	height: 66px;
}

.app-list .iphone-app {
	left: 504px;
    top: 356px;
}
.app-list .iphone-app a {
	background: url(http://mopai.do-global.com/static/images/iphone-down-btn.png) no-repeat;
	background-position: 0 0;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://mopai.do-global.com/static/images/iphone-down-btn.png");
	_background-image: none;
}
.app-list .iphone-app a:hover {
	background-position: 0px -66px;
	_margin-top:-66px;
}

.app-list .android-app {
	left: 710px;
	top: 356px;
}
.app-list .android-app a{
	background: url(http://mopai.do-global.com/static/images/android-down-btn.png) no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://mopai.do-global.com/static/images/android-down-btn.png");
	_background-image: none;
}
.app-list .android-app a:hover {
	background-position: 0px -66px;
	_margin-top:-66px;
}
.contact {
	color: #666666;
	font-family: "微软雅黑","Verdana";
	font-size: 18px;
	position: absolute;
	top: 556px;
	left: 80.5%;
}

.page-main #body {
	margin-top: 0;
}
.album-recommend{
	background:#fff url(http://xiangce.baidu.com/cms/app/static/img/album-recommend.jpg) 0 0 no-repeat;
	width: 978px;
	border: 1px solid #ddd;
	border-top: none;
	height:397px;
	font-family: "微软雅黑","Verdana";
}
.album-enter{
	background:url(http://xiangce.baidu.com/cms/app/static/img/album-button.png) 0 0 no-repeat;
	width:171px;
	height:43px;
	display: block;
	position:relative;
	left: 542px;
	top: 32px;
}
.album-enter:hover{
	background:url(http://xiangce.baidu.com/cms/app/static/img/album-button.png) 0 -44px no-repeat;
}
.album-enter:active{
	background:url(http://xiangce.baidu.com/cms/app/static/img/album-button.png) 0 -88px no-repeat;
}
.album-feature{
	padding-top: 265px;
	list-style: none;
}
.album-feature li{
	float: left;
	padding-left:83px;
	text-align:center;
	font-size: 14px;
	font-weight: normal;
	color: #6a6a6a;
}
.album-feature h3{
	color: #0A9AFF;
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
}

#app-help-link{
	color:#0885D0;
	text-decoration: none;
}
#app-help-link:hover{
	color:#0994EB;
	text-decoration: underline;
}


.main-content-2 {
	width: 978px;
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
	font-family: "微软雅黑","Verdana";
	color: #a2a2a2;
	position: relative;
	height:1100px;
}
*+html .main-content-2 {
	height: 1040px;
}
.main-content-2 h2{
	line-height: 46px;
	color: #656565;
	font-size: 30px;
	padding: 0px 0px 0px 70px;
	font-weight: normal;
}
.main-content-2 img {
	float:left;
	margin-right: 10px;
}
#feature-t1-arrow {
	margin:120px 15px 0px -10px;
}
.main-content-2 h3 {
	color: #4d4d4d;
	font-size: 18px;
	line-height: 46px;
	padding: 0px 0px 0px 70px;
	font-weight: normal;
}
.main-content-2 p {
	padding: 0px 0px 0px 70px;
}
.main-content-2 .feature-t1 {
	height: 350px;
	margin:90px 0px 0px 70px;
}
.main-content-2 .feature-t2 {
	height: 350px;
	margin-top: 120px;
}
.main-content-2 .feature-t2 h3{
	padding-top:135px;
}
#feature-t2-pic{
	margin-right: 60px;
}


/*** problems_feature页面 ***/
.problems_feature h3 {
	font-size: 16px;
	margin: 15px 0 5px;
	font-weight: bold;
}
.problems_feature .content-text {
	font-size: 14px;
}
/****************************/

/**** contact 页面 ***/
.contact .content-text {
	font-size: 14px;
}
/**********************/

.grid-s208m0 .main-wrap { margin-left: 218px; }
.grid-s208m0 .col-sub { width: 208px; margin-left: -100%; }


#body .main-wrap {
	margin:0px auto;
	padding: 0 33px 0  19px;
}
.page-list {
	margin: 0;
	padding-left: 25px;
}
.page-list li{
	margin: 0;
	padding: 0;
	width: 179px;
	height: 39px;
	list-style: none;
	border-bottom: solid 1px #E6E6E6;
	border-left: solid 1px #E6E6E6;
	border-right: solid 1px #E6E6E6;
}
.page-list .first {
	border-top: solid 1px #E6E6E6;
}
.page-list li a,
.page-list li span
{
	width: 152px;
	height: 18px;
	line-height: 18px;
	padding: 12px 0 9px;
	*padding: 13px 0 8px;
	background: url(http://motu.baidu.com/static/img/menu-bg.png) 1px 1px no-repeat;
	display: block;
	padding-left: 27px;
}
.page-list li,
.page-list li a:link,
.page-list li a:visited,
.page-list li a:hover,
.page-list li a:active {
	color: #666;
	text-decoration: none;
	font-size: 14px;
}

.page-list li a:hover {
	background-image: url(http://xiangce.baidu.com/cms/app/static/img/menu-current-bg.png);
	color: #cb3432;
}
.page-list .current {
	border: solid 1px #fff;
}
.page-list .current span {
	background-image: url(http://xiangce.baidu.com/cms/app/static/img/menu-current-bg.png);
	cursor: default;
	color: #cb3432;
	font-weight: bold;
}
.body-content {
	width: 978px;
	border: 1px solid #ddd;
	background: #fff;
	padding-top: 30px;
}
.title {
	margin-bottom: 20px;
	height: 32px;
	position: relative;
}
.title h2{
	position: absolute;
	z-index: 2;
	top: -3px;
	left: 0;
	width: 132px;
	padding-right: 22px;
	height: 32px;
	background: #fff url(http://xiangce.baidu.com/cms/app/static/img/help-title-bg.png) no-repeat;
	text-indent: -2000px;
}
.title-iphone h2 {
	width: 265px;
	background-position: 0 -250px;
}
.title-android h2 {
	width: 283px;
	background-position: 0 -200px;
}
.title-problems h2{
	background-position: 0 0;
}
.title-contact h2{
	background-position: 0 -100px;
}
.title-feedback h2{
	background-position: 0 -50px;
}
.title-use h2{
	background-position: 0 -150px;
}
.title .line{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	font-size: 0;
	line-height: 0;
	border-bottom: 4px solid #ebebeb;
	margin-top: 12px;
}

.content-text {
	padding-bottom: 45px;
	font-size: 12px;
	line-height: 24px;
	color: #6c6764;
}
.content-text a:link  {
	color: #3c8bdb;
	text-decoration: none;
}
.page-help-iphone .content-text h2,
.page-help-android .content-text h2{
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 8px;
	font-weight: bold;
}
.page-help-iphone .content-text h2 span,
.page-help-android .content-text h2 span {
	font-size: 14px;
	color: #CB3333;
	cursor: pointer;
	font-weight: normal;
	text-decoration: underline;
}
.page-help-iphone .content-text h3,
.page-help-android .content-text h3 {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}
.page-help-android .content-text .method {
	font-size: 14px;
	font-weight: bold;
	margin: 8px 0;
}

.page-help-iphone .content-text p,
.page-help-android .content-text p {
	margin-bottom: 32px;
	font-size: 14px;
	line-height: 20px;
}
.page-help-android .content-text .tip-text {
	font-size: 14px;
	line-height: 20px;
	margin: 8px 0;
}

#footer {
	padding: 20px 0 10px;
}
*+html #footer{
	position:relative;
	top:60px;
}
.copyright {
	color: #898989;
	font-size: 12px;
	font-family: Arial;
	text-align: center;
}
.copyright a:link,
.copyright a:hover,
.copyright a:visited
{
	color: #898989;
	text-decoration: none;
}
.copyright a:hover {
	text-decoration: underline;
}

.copyright .spacer {
	color: #C9C9C9;
	margin: 0 10px;
}
.cooperation-download-link{
	font-size:14px;
	color:#666;
	text-decoration:none;
}
.cooperation-download-link:hover{
	text-decoration:underline;
}

#banner-face{
	background: url(http://xiangce.baidu.com/cms/app/static/img/banner.png) no-repeat center;
	width: 1058px;
	height: 182px;
}

#banner-face a{
	width: 100%;
	height: 100px;
	display: block;
}

.contact span {
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}
.weibo, .tieba {
	display: block;
	float: left;
	width: 35px;
	height: 35px;
	background: url(http://mopai.do-global.com/static/images/weibo.png) no-repeat 0 0;
}
.weibo:hover {
	background-position: 0 -45px;
}
.tieba {
	margin-left: 14px;
	background-position: -50px 0;
}
.tieba:hover {
	background-position: -50px -45px;
}
.slider {
	position: absolute;
	top: 108px;
	left: 38px;
	z-index: 1;
}
.slider .frame {
	width: 323px;
	height: 495px;
	overflow: hidden;
	position: absolute;
}
.slider ul {
	list-style: none;
	width: 1615px;
	position: absolute;
	left: 0;
}
.slider li {
	float: left;
}
.code2d {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 508px;
	top: 504px;
}