@charset "utf-8";

/*******************************scrollToTop*******************************/
.cd-container{width:90%;max-width:768px;margin:2em auto}.cd-container::after{content:'';display:table;clear:both}.cd-top{border-radius:50%;display:inline-block;height:30px;width:30px;position:fixed;bottom:60px;right:10px;box-shadow:0 0 10px rgba(0,0,0,.05);overflow:hidden;text-indent:100%;white-space:nowrap;background:#333 url(../images/scrollToTop.svg) no-repeat center 50%;visibility:hidden;opacity:0;-webkit-transition:opacity .3s 0s,visibility 0s .3s;-moz-transition:opacity .3s 0s,visibility 0s .3s;transition:opacity .3s 0s,visibility 0s .3s;z-index:999}.cd-top.cd-is-visible,.cd-top.cd-fade-out,.no-touch{-webkit-transition:opacity .3s 0s,visibility 0s 0s;-moz-transition:opacity .3s 0s,visibility 0s 0s;transition:opacity .3s 0s,visibility 0s 0s}.cd-top.cd-is-visible{visibility:visible;opacity:1}.no-touch .cd-top:hover{background-color:#333;opacity:1}.cd-top:hover{background-color:#000}

/*******************************outdatedbrowser*******************************/
#outdated{font-family:Arial,Helvetica,sans-serif;display:none;position:fixed;top:0;left:0;width:100%;text-align:center;z-index:999999999;color:#fff}* html #outdated{position:absolute}.outdated_text{width:100%;position:absolute;z-index:9999;background:rgba(0,0,0,.2);padding:5px 15px}#outdated h1{width:100%;float:left;font-size:18px;font-weight:700;margin:5px 0;padding:0 20px}#outdated h2{width:100%;float:left;font-size:13px;font-weight:700;margin:5px 0}#outdated .last{position:absolute;top:0;right:10px;width:20px;height:30px;z-index:9999}#outdated #btnCloseUpdateBrowser{display:block;position:relative;width:100%;height:100%;text-decoration:none;color:#fff;font-size:36px;line-height:36px}.browser_box{width:100%;margin:0 auto;z-index:999;display:block;position:absolute;background:#fff}.browser_box h3{font-family:Arial,Helvetica,sans-serif;width:100%;text-align:center;font-size:12px;font-weight:700;float:left;padding:10px;margin:0}#chrome{width:16.66666667%;height:185px;float:left;background-color:#d8a201;padding:90px 0 0 0}#chrome a{outline:none;height:50px;width:50px;background:url(../images/browser_update/chrome.png) no-repeat center center;margin:0 auto;display:block}#chrome a:hover{outline:none;background:url(../images/browser_update/chrome_hover.png) no-repeat center center}#firefox{width:16.66666667%;height:185px;float:left;background-color:#dc572e;padding:90px 0 0 0}#firefox a{outline:none;height:50px;width:50px;background:url(../images/browser_update/firefox.png) no-repeat center center;margin:0 auto;display:block}#firefox a:hover{outline:none;background:url(../images/browser_update/firefox_hover.png) no-repeat center center}#explorer{width:16.66666667%;height:185px;float:left;background-color:#c33159;padding:90px 0 0 0}#explorer a{outline:none;height:50px;width:50px;background:url(../images/browser_update/explorer.png) no-repeat center center;margin:0 auto;display:block}#explorer a:hover{outline:none;background:url(../images/browser_update/explorer_hover.png) no-repeat center center}#safari{width:16.66666667%;height:185px;float:left;background-color:#6c67c0;padding:90px 0 0 0}#safari a{outline:none;height:50px;width:50px;background:url(../images/browser_update/safari.png) no-repeat center center;margin:0 auto;display:block}#safari a:hover{outline:none;background:url(../images/browser_update/safari_hover.png) no-repeat center center}#opera{width:16.66666667%;height:185px;float:left;background-color:#009bad;padding:90px 0 0 0}#opera a{outline:none;height:50px;width:50px;background:url(../images/browser_update/opera.png) no-repeat center center;margin:0 auto;display:block}#opera a:hover{outline:none;background:url(../images/browser_update/opera_hover.png) no-repeat center center}#uc{width:16.66666667%;height:185px;float:left;background-color:#24a423;padding:90px 0 0 0}#uc a{outline:none;height:50px;width:50px;background:url(../images/browser_update/uc.png) no-repeat center center;margin:0 auto;display:block}#uc a:hover{outline:none;background:url(../images/browser_update/uc_hover.png) no-repeat center center}@media (min-width:200px) and (max-width:768px){#chrome,#firefox,#explorer,#safari,#opera,#uc{width:33.33333333%;padding:20px 0 0 0;height:115px}#outdated{position:absolute}.outdated_text{float:left;position:relative;background:#563d7c}.browser_box{position:relative}}