/*页面body效果，基本效果*/
body {
    min-height: 1000px; /*navbar-fixed-top*/
    padding-top: 50px;
    font-family: Tahoma, sans-serif;
}

/*清除浮动*/
.clear-both {
    clear: both;
}

/*导航条整体效果*/
.navbar-mx5 {
    margin-bottom: 0;
    background-color: #f1f1f1;
    border-color: #eee;
}

/*logo处效果*/
h1.logo-text {
    width: 150px;
    height: 14px;
    line-height: 14px;
    margin: 0;
    overflow: hidden;
    text-indent: -999px; 
    background: url('/images/maxthon5/logo.png') 0 center no-repeat;
    font-size: 14px;
}

/*导航初始效果*/
.navbar-mx5 .navbar-nav>li>a {
    padding: 15px 20px;
    color: #666666;
    background-color: #f1f1f1;
    font-size: 12px;
}

/*依次是鼠标滑过效果，选中效果，下拉导航选中的效果*/
.navbar-mx5 .navbar-nav>li.active>a, 
.navbar-mx5 .navbar-nav>li.active>a:focus, 
.navbar-mx5 .navbar-nav>li.active>a:hover {
    color: #fff;
    background-color: #666666;
    background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#888888) );
    background: -moz-linear-gradient(-90deg, #666666, #888888);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#666666', EndColorStr='#888888');
}
.navbar-mx5 .navbar-nav>li>a:hover,
.navbar-mx5 .navbar-nav>li.open>a, 
.navbar-mx5 .navbar-nav>li.open>a:focus, 
.navbar-mx5 .navbar-nav>li.open>a:hover,
.navbar-mx5 .navbar-nav>li:hover .dropdown-toggle,
.active .down-arrow{
    color: #666666;
    background-color: #cccccc;
    background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#dddddd) );
    background: -moz-linear-gradient(-90deg, #cccccc, #dddddd);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#cccccc', EndColorStr='#dddddd');
}

.navbar-mx5 .navbar-nav>li>a:focus {
    color: #666666;
}

/*下箭头样式*/
.down-arrow {
    position: relative;
    margin-left: 6px;
    margin-top: -5px;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-bottom: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 2px solid transparent;
}

/*下箭头样式 非实心三角*/
.down-arrow:before {
    content: " ";
    width: 0;
    height: 0;
    border-bottom: 3px solid #f1f1f1;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    border-top: 2px solid transparent;
    display: inline-block;
    position: absolute;
    top: -1px;
    left: -3px;
}

.dropdown:hover .down-arrow,
.dropdown.open .down-arrow {
    border-top: 4px solid;
    border-bottom: 2px solid transparent;
    margin-top: 0;
}
.dropdown:hover .down-arrow:before,
.dropdown.open .down-arrow:before {
    border-top: 3px solid #ccc;
    border-bottom: 2px solid transparent;
    top: -4px;
}

/*导航下拉列表*/
.navbar-mx5 .navbar-nav>li>.dropdown-menu {
    top: 49px;
    padding: 13px 0;
    min-width: 100%;
    border-color: #ddd;
    border-radius: 3px;
    font-size: 12px;
    color: #666;
    box-shadow: 0 5px 8px rgba(0,0,0,.1);
}

/*导航下拉列表 每一项*/
.navbar-mx5 .navbar-nav>li>.dropdown-menu>li>a {
    margin: 0;
    padding: 7px 16px;
    text-align: center;
}

/*导航下拉列表每项滑过效果*/
.navbar-mx5 .navbar-nav>li>.dropdown-menu>li>a:hover,
.navbar-mx5 .navbar-nav>li>.dropdown-menu>li>a:focus {
    color: #3584ff;
    background-color: #fff;
}

.navbar-mx5 .navbar-nav>li:hover .dropdown-menu {
    display: block;
}

/*页面下滑 导航增加立即下载按钮*/
.navbar-mx5 .navbar-download {
    display: none;
    float: left;
    margin: 8px 20px;
    margin-left: -35px; /*保持下载按钮与logo的间距*/
    padding: 7px 16px;
    width: 100px;
    height: 34px;
    border-radius: 3px;
    font-size: 16px;
    line-height: 17px;
    color: #fff;
    background: #ff8828;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff8822), to(#ff7722) ); 
    background: -moz-linear-gradient(-90deg, #ff8822, #ff7722);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ff8822', EndColorStr='#ff7722');
    text-decoration: none;
}

/*页面下滑 立即下载按钮滑过效果*/
.navbar-mx5 .navbar-download:hover,
.navbar-mx5 .navbar-download:focus {
    background: #ff7404;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff7722), to(#ff6622) ); 
    background: -moz-linear-gradient(-90deg, #ff7722, #ff6622);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ff7722', EndColorStr='#ff6622');
}

/*首屏内容*/
.header-wrapper {
    padding-top: 40px;
    padding-bottom: 50px;
    background: url(/images/maxthon5/header-bg.png) center no-repeat #fff;
    border-bottom: 1px solid #eee;
    color: inherit;
}

/*首屏内容标题及描述文字基础效果*/
.header-wrapper h2,
.header-wrapper p {
    margin: 0 auto;
    text-align: center;
    color: #333;
}

/*首屏标题*/
.header-wrapper h2 {
    margin-bottom: 20px;
    font-size: 54px;
    line-height: 54px;
}

/*首屏描述文字*/
.header-wrapper p {
    font-size: 18px;
    color: #888;
}

/*首屏小屏幕轨迹图 默认隐藏*/
.header-wrapper .track-all {
    display: none;
    margin: 0 auto;
}

/*首屏 轨迹线*/
.header-wrapper .track {
    position: relative;
    margin: 60px auto 0;
    width: 624px;
    height: 299px;
    background: url('/images/maxthon5/track.png') center no-repeat;
}

/*轨迹里的图标*/
.header-wrapper .track-icon {
    display: block;
    position: absolute;
    width: 106px;
    height: 106px;
    /*首次提示 动画*/
    animation:track-icon-scale 5s infinite;
    -moz-animation:track-icon-scale 5s infinite;  
    -webkit-animation:track-icon-scale 5s infinite;  
    -o-animation:track-icon-scale 5s infinite;   
}

/*mx5 logo位置*/
.header-wrapper .mx5-icon {
    width: 142px; 
    height: 142px;
    top: -32px;
    left: 247px;
    background: url('/images/maxthon5/mx5-icon.png') center no-repeat;
    /*background-size: 90%;*/
}

.header-wrapper .mx5-icon:active {
    margin-left: -8px;
    width: 158px;
    height: 158px;
    background: url('/images/maxthon5/mx5-icon-click.png') center no-repeat;
}

/*uumail位置*/
.header-wrapper .uumail-icon {
    top: 140px;
    left: 360px;
    background: url('/images/maxthon5/uumail-icon.png') center no-repeat;
}

.header-wrapper .uumail-icon:active {
    margin-left: -11px;
    width: 128px;
    height: 128px;
    background: url('/images/maxthon5/uumail-icon-click.png') center no-repeat;
}

/*passkeeper位置*/
.header-wrapper .passkeeper-icon {
    top: 150px;
    left: -25px;
    background: url('/images/maxthon5/passkeeper-icon.png') center no-repeat;
}

.header-wrapper .passkeeper-icon:active {
    margin-left: -11px;
    width: 128px;
    height: 128px;
    background: url('/images/maxthon5/passkeeper-icon-click.png') center no-repeat;
}

/*maxnote位置*/
.header-wrapper .maxnote-icon {
    top: 35px;
    left: 470px;
    background: url('/images/maxthon5/maxnote-icon.png') center no-repeat;
}

.header-wrapper .maxnote-icon:active {
    margin-left: -11px;
    width: 128px;
    height: 128px;
    background: url('/images/maxthon5/maxnote-icon-click.png') center no-repeat;
}

/*动画实际效果*/
@keyframes track-icon-scale {
	0% { transform: scale(1); }
	50% { transform: scale(1.05); }
	100% { transform: scale(1); } 
}

@-moz-keyframes track-icon-scale {
	0% { transform: scale(1); }
	50% { transform: scale(1.05); }
	100% { transform: scale(1); } 
}

@-webkit-keyframes track-icon-scale {
	0% { transform: scale(1); }
	50% { transform: scale(1.05); }
	100% { transform: scale(1); } 
}

@-o-keyframes track-icon-scale {
	0% { transform: scale(1); }
	50% { transform: scale(1.05); }
	100% { transform: scale(1); } 
}

/*按钮组位置*/
.header-btns {
    margin-top: 30px;
}

/*按钮块通用样式*/
.header-btns .header-btn{
    position: relative;
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
    text-decoration: none;
}

/*按钮块内按钮通用样式*/
.header-btns .download-btn {
    display: inline-block;
    margin: 0 auto;
    height: 60px;
    padding: 0 15px;
    line-height: 58px;
    color: #3584ff;
    border: 1px solid #ccc;
    border-radius: 3px;
    vertical-align: top;
    text-decoration: none;
}

/*pc下载按钮*/
.header-btns .download-pc,
.header-btns .download-ios,
.header-btns .download-android {
    padding: 0 30px;
    background: #ff811c;
    font-size: 21px;
    border: none;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff8822), to(#ff7722) ); 
    background: -moz-linear-gradient(-90deg, #ff8822, #ff7722);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ff8822', EndColorStr='#ff7722');
}

header-btns .download-later {
    background: #fff;
    color: #3584ff;
    border: 1px solid #3584ff;
}

.header-btns .download-ios,
.header-btns .download-android,
.header-btns .download-later {
    display: none;
}

.icon-pc,
.icon-ios,
.icon-pc-later,
.icon-android,
.icon-beta-android,
.icon-beta-ios,
.icon-beta-pc,
.icon-joinpc,
.icon-joinandroid {
    display: inline-block;
    height: 27px;
    margin-right: 10px;
    vertical-align: middle;
}
.icon-pc-later {
    width: 24px;
    background:url(/images/maxthon5/download-later.png) no-repeat;
}

.icon-pc {
    width: 27px;
    background:url(/images/maxthon5/download-pc-icon.png) no-repeat;
}

.icon-ios {
    width: 19px;
    background:url(/images/maxthon5/download-ios-icon.png) no-repeat;
}

.icon-android {
    width: 19px;
    background:url(/images/maxthon5/download-android-icon.png) no-repeat;
}

/*pc按钮滑过效果*/
.header-btns .download-pc:hover,
.header-btns .download-pc:focus {
    background: #ff770a;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff7722), to(#ff6622) ); 
    background: -moz-linear-gradient(-90deg, #ff7722, #ff6622);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ff7722', EndColorStr='#ff6622');
}

/*下载按钮说明*/
.download-tip {
    display: block;
    margin: 10px auto 0;
    max-width: 150px;
    font-size: 11px;
    color: #aaa;
}

/*pc其他版本下载*/
.download-version a{
    color: #666;
    font-size: 13px;
}

.download-version a:hover {
    color: #3584ff;
}

/*其他版本 分割线*/
.download-version .download-beta {
    padding-left: 5px;
    border-left: 1px solid #aaa;
}

.download-version .download-beta:hover {
    border-left: 1px solid #aaa;
}

/*观看视频*/
.header-btns .watch-video {
    display: inline-block;
    margin: 0 10px;
    font-size: 15px;
}

.icon-video {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    vertical-align: middle;
    background:url("/images/maxthon5/watch-video-icon.png") no-repeat;
}

/* 视频按钮 */
#intro-video-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.6);
    filter: alpha(opacity=80);background-color: #b3b3b3;
    opacity: 0.8;
    z-index: 1050;
    display: none;
}

#intro-video {
    position: absolute;
    left: 0;
    z-index: 31;
    width: 100%;
    margin: 0;
    text-align: center;
}

.intro-video {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

#intro-video-close {
    display: none;
    position: absolute;
    top: -32px;
    right: 15%;
    z-index: 32;
    height: 30px;
    width: 30px;
    background: url("/images/maxthon5/close.png") no-repeat center center #666;
}

#intro-video-close:hover {
    background: url("/images/maxthon5/close.png") no-repeat center center #3584ff;
}

#intro-video-obj {
    width: 70%;
    margin: 30px auto 0;
    background: #ffa053;
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.4);
    box-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

#intro-video-obj,
#intro-video-close {
    display: block;
}

#main-bg-default,
#main-bg-ratio {
    -webkit-transition: opacity 0.5s;
}

/*手机下载*/
.header-btns .download-phone {
    margin: -2px 0 auto;
    padding: 0 10px 0 0 ;
    height: 64px;
    font-size: 12px;
}

/*手机下载二维码*/
.header-btns .download-phone .code {
    float: left;
    margin: 1px;
    height: 60px;
}

/*手机下载链接*/
.header-btns .download-phone .download-link {
    float: left;
    margin-left: 10px;
    margin-top: 6px;
    text-align: left;
}

.header-btns .download-phone .download-link a div{
    height: 25px;
    line-height: 25px;
    color: #3584ff;
}

.header-btns .download-phone .download-link a:hover {
    color: #3584ff;
}

/*鼠标滑过效果*/
.header-btns .watch-video:hover,
.header-btns .download-phone:hover,
.download-version a:hover,
.download-version a:focus,
.header-btn .download-pc-later:hover,
.header-btn .download-pc-later:focus {
    border-color: #3584ff;
}

/*header end*/

/*content*/

/*内容外层*/
.content-wrapper {
    background: url(/images/maxthon5/content-bg.png) center no-repeat #fff;
    color: inherit;
}

.content-wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

/*每个块的上下间距为100*/
.maxnote,
.passkeeper,
.uumail {
    margin: 80px auto;
}

/*图片自适应*/
.product-pic {
    width: 100%;
}

/*小屏passkeeper的顺序*/
.pic-top {
    display: none;
}

/*小屏passkeeper的顺序*/
.pic-bottom {
    display: block;
}

/*logo大小*/
.maxnote .product-logo {
    width: 87px;
    height: 79px;
}

/*logo大小*/
.passkeeper .product-logo {
    width: 80px;
    height: 81px;
}

/*logo大小*/
.uumail .product-logo {
    width: 75px;
    height: 82px;
}

/*标题*/
.product-intro h2 {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 30px;
    color: #333;
}

/*描述*/
.product-intro p {
    font-size: 15px;
    color: #888;
}

.maxnote .product-intro {
    margin-top: 40px;
}

.uumail .product-intro {
    margin-top: 60px;
}

/*content end*/

/*footer*/

footer {
    /*height: 50px;*/
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

footer ul {
    list-style: none;
    padding-left: 0;
}

footer a {
    color: #666;
}

footer .row {
    margin: 30px auto;
}

footer h3 {
    margin: 0;
    font-size: 11px;
    color: #aaa;
}

footer .contact-link {
    margin-top: 20px;
    font-size: 13px;
    color: #aaa;
}

footer .company-name {
    font-size: 18px;
    color: #888;
}

footer .footer-link {
    margin-top: 20px;
    font-size: 13px;
    color: #666;
}

footer .footer-link a{
    display: block;
    text-decoration: none;
}

footer .footer-link a:focus,
footer .contact-link a:visited,
footer .footer-link a:visited  {
    color: #666;
}

footer .footer-link a:hover,
footer .contact-link a:hover {
    color: #3584ff;
}

footer .footer-link li {
    margin: 10px 0;
}

footer #lang {
    position: relative;
    max-width: 150px;
}

footer .languages {
    display: block;
    border: 1px solid #ddd;
    border-radius: 3px;
    height: 38px;
    font-size: 12px;
    line-height: 35px;
    color: #666;
    text-align: center;
    text-decoration: none;
}

footer .languages:hover {
    border-color:#3584ff;
    color: #3584ff;
}

footer .languages:hover .icon-global {
    background-image: url(/images/maxthon5/global-icon-hover.png);
}

footer .icon-global {
    display: inline-block;
    height: 14px;
    width: 14px;
    margin-right: 10px;
    vertical-align: middle;
    background: url(/images/maxthon5/global-icon.png) center no-repeat;
}

/*footer .languages.open,*/
footer .languages.active {
    border-radius: 3px;
    border-color: #3584ff;
    color: #3584ff;
}

footer .languages.open.borderradius {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

footer .all-languages {
    display: none;
    position: absolute;
    padding: 15px 0;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 12px;
    font-family: ArialMT, Arial, sans-serif;
    color: #666;
    background-color: #fff;
    text-align: center;
    bottom: 17px;
    left: 0;
    border-radius: 3px;
}

footer .all-languages a {
    padding: 6px 15px;
    border: none;
}

footer a.list-group-item:focus,
footer a.list-group-item:hover,
footer button.list-group-item:focus, 
footer button.list-group-item:hover {
    color: #3584ff;
    background-color: #fff;
}

footer .share-wrapper {
    margin-top: 38px;
}

footer .share-wrapper .share {
    display: inline-block;
    margin: 20px 1px 0;
    width: 34px;
    height: 34px;
    border-radius: 3px;
    background: url('/images/maxthon5/share-icons.png') center no-repeat #666;
}

footer .share-wrapper .facebook {
    background-position: 10px 12px;
    background-color: #5579c1;
}

footer .share-wrapper .linkin {
    background-position: 6px -30px;
    background-color: #33a9d0;
}

footer .share-wrapper .twitter {
    background-position: 6px -72px;
    background-color: #76bcf1;
}

footer .share-wrapper .google {
    background-position: 4px -114px;
    background-color: #e05d52;
}

footer .share-wrapper .youtube {
    background-position: 5px -156px;
    background-color: #ed6868;
}

footer .share-wrapper .facebook:hover {
    background-color: #2c58b1;
}

footer .share-wrapper .linkin:hover {
    background-color: #0095c4;
}

footer .share-wrapper .twitter:hover {
    background-color: #42a3ec;
}

footer .share-wrapper .google:hover {
    background-color: #d83527;
}

footer .share-wrapper .youtube:hover {
    background-color: #e53030;
}

.copyright {
    margin-top: 20px;
    font-size: 11px;
    color: #bbb;
}

.copyright p {
    margin-bottom: 20px;
}

/*footer end*/

/*mx5 inner page*/
.navbar-main {
    border-bottom:1px solid #ddd;
}

.navbar-main .navbar-nav>li.active>a,
.navbar-main .navbar-nav>li.active>a:focus, 
.navbar-main .navbar-nav>li.active>a:hover {
    background: #fff;
    color: #666;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #fff;
    filter:none;
}

.navbar-sub {
    top: 51px;
    background-color: #fff;
}

.navbar-sub .navbar-nav>li>a {
    padding-left: 0;
    padding-right: 0;
    margin: 0 20px;
    background: #fff;
    color: #97bdff;
}

.navbar-sub .navbar-nav>li>a:focus, 
.navbar-sub .navbar-nav>li>a:hover, 
.navbar-sub .navbar-nav>li.active>a, 
.navbar-sub .navbar-nav>li.active>a:focus, 
.navbar-sub .navbar-nav>li.active>a:hover, 
.navbar-sub .navbar-nav>li.open>a, 
.navbar-sub .navbar-nav>li.open>a:focus, 
.navbar-sub .navbar-nav>li.open>a:hover {
    border-bottom: 1px solid #3584ff;
    background: #fff;
    color: #3584ff;
    filter:none;
}
.productNav {
    margin-right:165px;
}

.container-mx5-innerpage {
    margin-top: 1px;
    padding-bottom: 0;
    /*padding-top: 50px;*/
    background: #fff;
    margin-bottom: -1px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.container-mx5-innerpage.header-wrapper {
    margin-top: 53px;
    padding: 50px 0;
}

.container-mx5-innerpage .img-wrapper img {
    width: 100%;
    max-width: 449px;
    /*height: 238px;*/
}

.container-mx5-innerpage .question span,
.product-innerpage-tab .question span {
    padding-right: 10px;
    font-size:18px;
    font-weight: bold;
    color: #333;
    /*background-color: #ffea9a;
    background: url(/images/maxthon5/question-bg.png) center repeat-x;*/
}

.container-mx5-innerpage .question,
.product-innerpage-tab .question  {
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: left;
}

.container-mx5-innerpage .answer,
.product-innerpage-tab .answer {
    padding-left: 58px;
}

.container-mx5-innerpage .answer p,
.product-innerpage-tab .answer p {
    margin: 0 0 10px;
    font-size: 15px;
    text-align: left;
    color: #333;
}

.container-mx5-innerpage .answer h2,
.product-innerpage-tab .answer h2 {
    line-height: 16px;
    margin: 3px 0;
    font-size: 15px;
    text-align: left;
}

.container-mx5-innerpage .header-btns {
    margin-top: 60px;
    margin-bottom: 60px;
}

.container-mx5-innerpage .open-history,
.old-version .close-history {
    margin: 0 auto;
    text-align: center;
}

.open-history .download-btn,
.close-history .download-btn {
    padding: 0 25px;
    color: #333;
    border-bottom: none;
    border-radius: 0;
    border-color: #eee;
    font-size: 13px;
    height: 30px;
    line-height: 28px;
}

.open-history .download-btn:hover, 
.close-history .download-btn:hover {
    color: #3584ff;
}

.container-mx5-innerpage .changelog-wrapper {
    margin-top: 25px;
    margin-bottom: 0;
}

.container-mx5-innerpage .changelog,
.header-beta .changelog {
    border: 1px solid #eee;
    padding: 0 30px;
    display: inline-block;
    height: 32px;
    line-height: 30px;
    margin: 0 10px;
    font-size: 13px;
    color: #666;
}

.container-mx5-innerpage .changelog:hover,
.header-beta .changelog:hover {
    border-color: #3584ff;
    color: #3584ff;
}

.icon-changelog {
    display: inline-block;
    width: 12px;
    height: 10px;
    margin-right: 10px;
    vertical-align: middle;
    background: url(/images/maxthon5/changelog-icon.png) no-repeat;
}

.changelog:hover .icon-changelog {
    background: url(/images/maxthon5/changelog-icon-hover.png) no-repeat;
}

#oldVersion {
    display: none;
}

.old-version h2 {
    font-size: 28px;
    color: #333;
    margin: 40px auto 30px;
}

.old-version .timeline {
    position: relative;
    list-style: none;
}

.old-version .timeline:before {
    position: absolute;
    top: 0;
    left: 65px;
    bottom: 0;
    content: " ";
    width: 1px;
    background: #fafafa;
}

.old-version .timeline li{
    position: relative;
    margin-bottom: 25px;
    margin-left: 35px;
}

.old-version .timeline a {
    display: block;
}

.timeline li:before, .timeline li:after {
    content: " ";
    display: table;
    clear: both;
}

.timeline .circle {
    display: block;
    position: absolute;
    top: -5px;
    left: -4px;
    margin-left: -20px;
    width: 31px;
    height: 31px;
    border: 12px solid #fff;
    border-radius: 50%;
    background-color: #eee;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.old-version .line {
    display: block;
    background: #fff;
    position: absolute;
    top: 20px;
    left: -10px;
    bottom: 0;
    content: " ";
    width: 1px;
}

.old-version h3 {
    margin-top: 0;
    color: #333;
    font-size: 18px;
}

.old-version p {
    margin-top: 20px;
    padding-bottom: 30px;
    color: #aaa;
    font-size: 13px;
}

.old-version span.time {
    position: absolute;
    top: -2px;
    left: -70px;
    color: #333;
    font-size: 18px;
}

.old-version .download-now {
    margin-bottom: 10px;
    padding: 10px 15px;
    width: 100%;
    max-width: 300px;
    font-size: 15px;
    color: #3584ff;
    border: 1px solid #ccc;
    text-align: center;
    text-decoration: none;
}

.old-version .download-now:hover {
    border-color: #3584ff;
}

.old-version .download-other {
    font-size: 13px;
    color: #666;
    text-align: center;
}

.old-version .download-other:hover {
    color: #3584ff;
}

#linuxWrapper,
.dialogWrapper {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    opacity: 0.6;
    filter:alpha(opacity=30);
    z-index: 1050;
    display: none;
}

#linuxObj,
.dialogObj {
    position: fixed;
    margin-top: -123px;
    margin-left: -204px;
    z-index: 1061;
    top: 50%;
    left: 50%;
    min-width: 224px;
    padding: 40px 40px 30px;
    background-color: #fff;
    display: none;
    font-size: 15px;    
    box-shadow: 0 6px 30px #bbb;
    border-radius: 2px;
}

#linuxCloseBtn,
.dialogCloseBtn{
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 1062;
    height: 30px;
    width: 30px;
    background: url("/images/maxthon5/linux-close.png") no-repeat center center;
}

#linuxCloseBtn:hover,
.dialogCloseBtn:hover {
    background: url("/images/maxthon5/linux-close-hover.png") no-repeat center center;
}
#pact-checkbox {
    margin-right: 8px;
}

#linuxObj a {
    color: #3584ff;
}

#checkboxLabel a {
    margin-left: 5px;
}

#linux-list-a div,
#linux-list-t div {
    margin: 20px 0;
}

#linux-list-a a,
#linux-list-t span {
    padding: 0 20px;
}

#linux-list-t span {
    color: #aaa;
}

#checkboxLabel {
    margin: 20px 0 30px 20px;
    color: #444;
    font-weight: normal;
}

/*产品介绍页*/

.product-innerpage {
    text-align: center;
    margin-top: 53px;
    padding-bottom: 0;
    padding-top: 50px;
    background: #fff;
}

.product-innerpage h1 {
    font-size: 30px;
    color: #333;
    margin-bottom: 20px;
}

.product-innerpage .download-btn {
    height: 50px;
    line-height: 48px;
    padding: 0 40px;
    margin: 0 10px;
}

.product-innerpage .download-btn:hover {
    border-color:#3584ff;
}

.product-innerpage .try-link {
    margin-top: 20px;
    margin-bottom: 50px;
}

.product-innerpage .try-link .client-down{
    margin-right: 5px;
}

.product-innerpage .nav-tabs {
    text-align: center;
    border-bottom: none;
}
.product-innerpage .nav-tabs>li {
     display: inline-block;
     float: none;
     margin-right: 10px;
 }

 .product-innerpage .nav-tabs>li>a {
     font-size: 13px;
     color: #666;
     background: #fff;
     border: 1px solid #eee;
 }

.product-innerpage .nav-tabs>li>a:focus, 
.product-innerpage .nav-tabs>li>a:hover {
    color: #4b8eff;
}

.product-innerpage .nav-tabs>li.active>a,
.product-innerpage .nav-tabs>li.active>a:focus, 
.product-innerpage .nav-tabs>li.active>a:hover {
    color: #4b8eff;
    border-bottom-color: transparent;
}

.product-innerpage-tab {
    margin-bottom: 40px;
}

.product-innerpage-tab h3 {
    margin: 20px 0;
    font-size: 15px;
    font-weight: bold;
}

.product-innerpage-tab .answer img {
    display: block;
    margin: 20px auto;
    max-width: 600px;
    max-height: 400px;
    border:1px solid #eee;
}

.product-innerpage-tab .no-question.answer {
    padding-left: 0;
    margin-top: 40px;
}

#tabBtn {
    display: none;
}

/*beta*/
.navbar-beta {
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.header-beta h1 {
    font-size: 36px;
}
.navbar-beta .backhome{
    font-size: 12px;
    color:#666;    
    position: relative;
    display: block;
    padding: 15px;
    line-height: 20px;
    float: right!important;
    margin: 0;
    margin-right: -15px;
}
.navbar-beta .backhome:hover {
    color: #3584ff;
    text-decoration: underline;
    background: none;
}
.header-beta {
    padding-bottom: 0;
    text-align: center;
    background: none;
}
.header-beta h1 {
    font-size: 36px;
    line-height: 36px;
    color: #333;
    margin: 20px auto 10px;
}
.header-beta p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 20px;
    color: #888;
}
.betaimg {
    width: 100%;
    max-width: 449px;
}
.header-beta .header-btns {
    margin: 50px auto 40px;
}
.header-beta .header-btn a{
    font-size: 18px;
}
.join {
    margin-top: 80px;
    color: #333;
    font-size: 13px;
}
.join a {
    text-decoration: underline;
    color: #3584ff;
}
.header-beta .changelog-wrapper{
    margin-bottom: 20px;
}
.icon-beta-pc {
    width: 29px;
    background:url(/images/maxthon5/beta-pc-icon.png) no-repeat;
}
.icon-beta-ios {
    width: 20px;
    height: 30px;
    background:url(/images/maxthon5/beta-ios-icon.png) no-repeat;
}
.icon-beta-android {
    width: 20px;
    height: 30px;
    background:url(/images/maxthon5/beta-android-icon.png) no-repeat;
}
.icon-joinpc {
    width: 18px;
    height: 18px;
    background:url(/images/maxthon5/beta-pc-icon2.png) no-repeat;
}
.icon-joinandroid {
    width: 16px;
    height: 21px;
    background:url(/images/maxthon5/beta-android-icon2.png) no-repeat;
}
.androidStep {
    border-bottom: 1px solid #eee;
}
.androidStep a {
    color: #3584ff;
}
.androidStep h1{
    font-size: 28px;
    text-align: center;
    margin: 60px auto 40px;
}
.androidStep .title {
    font-size: 18px;
}
.androidStep .title + .title {
    margin-top: 45px;
}
.androidStep .step {
    margin-left: 100px;
    margin-bottom: 15px;
    font-size: 15px;
}

.header-beta .header-btns .noupdate a,
.header-beta .header-btns .noupdate a:hover,
.header-beta .header-btns .noupdate a:active {
    background: #bbb;
    cursor: default;
}
.header-beta .noupdate:hover a:after {
    position: absolute;
    top: 60px;
    left: 0;
    content: 'No update';
    width: 100%;
    height: 32px;
    line-height: 32px;
    color: #666;
    font-size: 13px;
}

@media screen and (min-width: 1200px) {
    .container {
        width: 1130px;
    }    
    .product-innerpage-tab {
        width: 960px;
    }
}

@media screen and (max-width: 992px) {
    .header-wrapper h2 {
        font-size: 51px;
        line-height: 51px;
        margin-top: 10px;
    }
    
    .navbar-mx5 .navbar-nav>li>a {
        padding: 15px 5px;
        margin: 0 5px;
    }

    .pd0 {
        padding: 0;
    }

    .pic-top {
        display: block;
    }

    .pic-bottom {
        display: none;
    }

    footer .container {
        padding: 0;
    }

    footer .row {
        margin-top: 0;
        text-align: center;
    }

    footer .row h3 {
        padding: 15px;
        margin-top: 60px;
    }

    footer .row .footer-link {
        margin-top: 15px;
        font-size: 16px;
    }

    footer .row .footer-link li {
        padding: 10px 0;
    }

    footer .contact-link li.contact-address {
        margin-top: 20px;
    }

    footer #lang {
        max-width: 100%;
    }
    
    footer .languages {
        width: 100%;
        height: 60px;
        line-height: 58px;
        margin: 60px auto;
    }
    
    footer .all-languages {
        bottom: 40px;
    }

    footer .all-languages a {
        padding: 10px 15px;
    }

    .copyright p{
        text-align: center;
    }

    footer .footer-code {
        display: none;
    }

    footer .share-wrapper {
        margin: 0  auto 20px;
    }

    footer .share-wrapper .share {
        width: 46px;
        height: 46px;
    }

    footer .share-wrapper .facebook {
        background-position: 15px 24px;
    }

    footer .share-wrapper .twitter {
        background-position: 12px -65px;
    }

    footer .share-wrapper .youtube {
        background-position: 11px -149px;
    }

    footer .share-wrapper .google {
        background-position: 10px -109px;
    }

    footer .share-wrapper .linkin {
        background-position: 10px -24px;
    }

    .old-version .download-other {
        text-align: left;
    }

    footer .about,
    footer .community,
    footer .footer-product {
        display: none;
    }
}

@media screen and (min-width: 850px) {
    .container .header-wrapper, 
    .container-fluid .header-wrapper {
        padding-right: 60px;
        padding-left: 60px;
    }

    .header-wrapper h1 {
        font-size: 50px;
    }
    .header-beta h1 {
        font-size: 36px;
    }
}

@media screen and (max-width: 768px) {
    .navbar-mx5 .navbar-toggle {
        display: none;
    }
    
    .navbar-sub {
        display: none;
    }

    .header-wrapper {
        padding-top: 0;
    }

    .container-mx5-innerpage .header-wrapper h1 {
        margin-top: 0;
    }

    .header-wrapper h1 {
        font-size: 28px;
    }

    .container-mx5-innerpage .answer p, .product-innerpage-tab .answer p {
        font-size: 16px;
    }

    .container-mx5-innerpage .changelog {
        display: block;
        text-align: center;
        height: 40px;
        line-height: 38px;
    }

    .product-innerpage .download-btn {
        display: block;
        margin: 10px 0;
    }

    .product-innerpage .haha .download-btn {
        margin-bottom: 15px;
    }

    .container-mx5-innerpage .answer, 
    .product-innerpage-tab .answer {
        padding-left: 0;
    }

    #myTab {
        display: none;
    }

    #tabBtn {
        display: block;
        position: relative;
    }
    #tabBtn .nav-tabs {
        position: absolute;
        top: 42px;
        left: 0;
        right: 0;
    }

    #tabBtn .nav-tabs li a{
        margin-right: 0;
        border-radius: 0;
        border-top: none;
    }

    .tab-btn {
        display: block;
        position: relative;
        padding: 10px 15px;
        text-decoration: none;
        color: #666;
        background: #fff;
        border: 1px solid #eee;
        border-bottom: none;
    }

    .tab-btn:hover,
    .tab-btn:active {
        text-decoration: none;
        color: #3584ff;
    }

    .tab-btn:link {
        text-decoration: none;
    }

    .nav-tabs {
        display: none;
    }

    .product-innerpage .nav-tabs>li {
        display: block;
        margin-right: 0;
    }
}

@media screen and (max-width: 690px) { 
    .header-wrapper .track, 
    .header-wrapper .track .track-icon {
        display: none;
    }

    .header-wrapper .track-all {
        display: block;
        margin: 30px auto;
        width: 100%;
        max-width: 651px;
    }

    .header-btns .header-btn {
        display: none;
    }

    .header-btns .watch-video,
    .header-btns .download-ios,
    .header-btns .download-android,
    .header-btns .download-later {
        display: block;
        margin: 15px auto;
    }
    .header-btns .noupdate {
        position: relative;
        background: #bbb;
        cursor: default;
    }
    .header-beta .noupdate:after {
         position: absolute;
        top: 60px;
        left: 0;
        content: 'No update';
        width: 100%;
        height: 32px;
        line-height: 32px;
        color: #666;
        font-size: 13px;
    }
    .content-wrapper {
        padding: 0;
    }

    .maxnote .product-intro,
    .passkeeper .product-intro,
    .uumail .product-intro {
        margin-top: 40px;
    }

    .product-intro h2 {
        margin-bottom: 30px;
    }

    .container-mx5-innerpage .answer,
    .product-innerpage-tab .answer {
        padding-left: 0;
    }

    footer .share-wrapper .share {
        margin: 20px 2px 0;
    }
    .androidStep .step {
        margin-left: 25px;
    }
    .navbar-beta .backhome {
        padding: 15px 10px 15px 5px;
    }
} 

@media screen and (min-width: 690px) and (max-width: 850px) {
    .header-beta .header-btn .download-btn {
        display: block;
        margin: 0 auto 15px;
    }
}
