/*ZQ AD*/
ul {margin: 0;padding: 0;}
.js-top ul,
.js-top ul li {list-style: none;}
.js-top a {color: #f43131;cursor: pointer;text-decoration: none;}
.js-top a:hover {color: #333;}
.js-top img {height: auto;width: 100%; max-width: 100%;}
.js-top {flex-grow: 1;margin: 0 auto;position: relative;width: auto;background-color: #F1F3F4;color: #4a4a4a;font-size: 1em;font-weight: 400;line-height: 1;}
.js-top .note {background-color: #F8FAFE;border-radius: 5px;}
@media screen and (min-width: 1408px) {.js-top {max-width: 960px;}}
@media screen and (min-width: 1216px) {.js-top {max-width: 960px;}}
@media screen and (min-width: 1024px) {.js-top {max-width: 960px;}}

.ad-t {clear: both;height: auto;width: 960px;margin-top: 5px;margin-right: auto;margin-bottom: 5px;margin-left: auto;}
.ad-f {clear: both;height: auto;width: 960px;margin-top: 5px;margin-right: auto;margin-bottom: 5px;margin-left: auto;}

/*ZQ APP*/
#feadback-content {position: relative;margin-top:0px;top:0;z-index: 9999;width:100%;}
#feadback-content.stick {position: fixed;margin-top:0px;top:0;z-index: 9999;width:100%;}
#feadback-header {display: block;background: #DC3545;height: 60px; width: 100%;}
.feedback-header-close {position: absolute;right: 20px;top: 20px;width: 20px;height:20px;cursor: pointer;font: 10px;opacity: 0.3;}
.feedback-header-close:hover {opacity: 1;}
.feedback-header-close:before, .feedback-header-close:after {position: absolute;left: 15px;content: ' ';height: 20px; width: 2px;background-color: #FFF;} /*关闭X色*/
.feedback-header-close:before {transform: rotate(45deg);}
.feedback-header-close:after {transform: rotate(-45deg);}
.notification-message {font-size: 20px;color: #FFFFCC;text-decoration: none;} /*字体色*/
.notification-message a {font-size: 18px;text-decoration: none;}
.button5{display:inline-block;padding:0px 12px 0px 12px;border:1px solid #DC3545;margin:9px 12px 9px 12px;border-radius:2px;box-sizing: border-box;text-decoration:none;font-family:'Roboto',sans-serif;font-weight:bold;color:#111;background-color:#FF9000;text-align:center;transition: all 0.15s;}
.button5:hover{color:#111;border-color:#FF9000;}
@media all and (max-width:30em){
.button5{display:block;margin:0.4em auto;}}
