/*******************************outdatedbrowser*******************************/
#outdated{font-family:Arial,Helvetica,sans-serif;display:none;position:fixed;top:0;left:0;width:100%;height:250px;text-align:center;text-transform:uppercase;z-index:99999;background-color:#f28c5e;color:#fff}* html #outdated{position:absolute}#outdated h6{font-size:26px;line-height:25px;margin:30px 0 20px}#outdated p{font-size:13px;line-height:12px;margin:0}#outdated #btnUpdateBrowser{display:block;position:relative;padding:10px 20px;margin:30px auto 0;width:230px;color:#fff;text-decoration:none;border:2px solid #fff;cursor:pointer}#outdated #btnUpdateBrowser:hover{color:#f28c5e;background-color:#fff}#outdated .last{position:absolute;top:10px;right:25px;width:20px;height:20px}#outdated #btnCloseUpdateBrowser{display:block;position:relative;width:100%;height:100%;text-decoration:none;color:#fff;font-size:36px;line-height:36px}.center-block{display:block;margin-right:auto;margin-left:auto}.browser_box{width:750px;height:100px;margin-top:40px;z-index:999}.browser_box h3{font-family:Arial,Helvetica,sans-serif;width:150px;text-align:center;font-size:12px;font-weight:700;float:left;padding-top:10px;margin:0}#chrome{width:150px;height:100px;float:left}#chrome a{outline:none;height:70px;width:70px;float:left;background:url(../images/browser_update/chrome.png) no-repeat;transition:all 0.5s ease-in-out 5s;margin-left:40px;margin-right:40px}#chrome a:hover{outline:none;background:url(../images/browser_update/chrome_hover.png) no-repeat}#firefox{width:150px;height:100px;float:left}#firefox a{outline:none;height:70px;width:70px;float:left;background:url(../images/browser_update/firefox.png) no-repeat;transition:all 0.5s ease-in-out 5s;margin-left:40px;margin-right:40px}#firefox a:hover{outline:none;background:url(../images/browser_update/firefox_hover.png) no-repeat}#explorer{width:150px;height:100px;float:left}#explorer a{outline:none;height:70px;width:70px;float:left;background:url(../images/browser_update/explorer.png) no-repeat;transition:all 0.5s ease-in-out 5s;margin-left:40px;margin-right:40px}#explorer a:hover{outline:none;background:url(../images/browser_update/explorer_hover.png) no-repeat}#safari{width:150px;height:100px;float:left}#safari a{outline:none;height:70px;width:70px;float:left;background:url(../images/browser_update/safari.png) no-repeat;transition:all 0.5s ease-in-out 5s;margin-left:40px;margin-right:40px}#safari a:hover{outline:none;background:url(../images/browser_update/safari_hover.png) no-repeat}#opera{width:150px;height:100px;float:left}#opera a{outline:none;height:70px;width:70px;float:left;background:url(../images/browser_update/opera.png) no-repeat;transition:all 0.5s ease-in-out 5s;margin-left:40px;margin-right:40px}#opera a:hover{outline:none;background:url(../images/browser_update/opera_hover.png) no-repeat}
/*******************************scrollToTop*******************************/
.cd-container{width:90%;max-width:768px;margin:2em auto}.cd-container::after{content:'';display:table;clear:both}.cd-top{display:inline-block;height:30px;width:30px;position:fixed;bottom:40px;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:#8e1f40;opacity:1}.cd-top:hover{background-color:#000}