html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body,html{
    width:100%;

}
html{
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Microsoft YaHei","Arial","Helvetica Neue For Number", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
    font-size: 12px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.65);
    background: url(../images/page-bg.jpg) 0 0 /cover no-repeat;
}
body>div.app {
    width: 100%;
    padding-bottom: 3.853rem;

}
.text-center {
    text-align: center;
}


.page-wrapper {
    width: 100%;

    position: relative;

}
.page-01 {
    width: 100%;


    position: relative;
    left: 0;
    top: 0;
}
.page-01>.title{
    height: 9.667rem;
    background:url(../images/page-title.png) 0 0 /contain no-repeat;
    position: relative;
    z-index:1;
}
.page-01>.title .newsBtn{
  width:4.067rem;
            height: 1.093rem;
            position: absolute;
            left:2.973rem;
            top:7.093rem;
            display: block;
}
.page-01 .detail {
    padding: 0 0.6rem;
    position: relative;
    z-index:5;
}
.page-01 .detail .questionBar {
    margin-top: -1.027rem;
}
.page-01 .detail .questionBar .am-list-item{
    background: url(../images/page-question-bg.png) 0 0 /contain no-repeat;
    width: 8.8rem;
    height: 5.253rem;
    box-sizing: border-box;
    padding:0.72rem 0.467rem  1rem 0.467rem;

}
.page-01 .detail .questionBar textarea{
    -webkit-appearance:none;
    border:0;
    outline: none;
    overflow: scroll;
    width: 100%;
    height: 100%;
    font-size:0.4rem;
    color:#000;
    background:transparent;
    overflow-y:auto;
    overflow-x:hidden;
    resize: none;
}
.page-01 .detail .questionBar textarea::-webkit-input-placeholder { /* Edge */
    color:#000;
    font-size:0.4rem;
}

.page-01 .detail .questionBar textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#000;
    font-size:0.4rem;
}

.page-01 .detail .questionBar textarea::placeholder {
    color:#000;
    font-size:0.4rem;
}
.page-01 .detail .questionBar .submitBtn{
    background: url(../images/page-submitBtn.png) 0 0 /contain no-repeat;
    display: block;
    -webkit-appearance:none;
    width:4.32rem;
    height: 1.24rem;
    border:0;
    margin:0.667rem auto;
    cursor:pointer;
}
.page-01 .dataList {

}
.page-01 .dataList h1{
    display: block;
    height: 1.107rem;
    background:url("../images/page-questionList-title.png") center center /contain no-repeat;
}
.page-01 .dataList .item{
    padding:0.24rem 0.667rem;

}
.dataList .item a{
    font-size:0.4rem;
    color:#000;
    background:#fff;
    border-radius:0.533rem;
    border:1px solid #000;
    padding:0.6rem 0.467rem;
    display: block;
    text-decoration: none;
}
.page-01 .dataList .item a span{
    color:#006da3;
}

.page-01 .successBar{
    height: 1.36rem;
    background: url(../images/page-submit-resultBar.png) 0 0 /contain no-repeat;
display: none;
    margin: 0.3rem 0;
}

.page-01 .footer{
    background: url(../images/page-footer.png) 0 0 /contain no-repeat;
    height: 3.853rem;
    width: 100%;
    position: fixed;
    bottom:0;
    left:0;
    z-index:-1;
}
.am-toast.am-toast-mask {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    transform: translateZ(1px);
}
.am-toast {
    position: fixed;
    width: 100%;
    z-index: 1999;
    font-size: 14px;
    text-align: center;
}

.am-toast > span {
    max-width: 50%;
}
.am-toast-notice-content .am-toast-text.am-toast-text-icon {
    border-radius: 5px;
    padding: 15px 15px;
}
.am-toast-notice-content .am-toast-text {
    min-width: 60px;
    border-radius: 3px;
    color: #fff;
    background-color: rgba(58, 58, 58, 0.9);
    line-height: 1.5;
    padding: 9px 15px;
}
.am-toast-notice-content .am-toast-text.am-toast-text-icon .am-toast-text-info {
    margin-top: 6px;
}
.tips{
    padding:0.5rem 0.5rem 0 0.5rem; 
    color:#fff;
    font-size:0.38rem;
}
.am-toast-notice-content .am-toast-text.am-toast-text-icon .am-toast-text-info{
font-size: 0.42rem;
}
.am-toast button{
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 0.1rem;
    font-size: 0.36rem;
    margin-top: 0.2rem;
    color: #fff;
    background: #2cb3c6;
    padding: 0.1rem 0.3rem;
}
.am-toast button.cancel{
    color: #666;
    background: #f1f1f1;
    border: 1px solid rgba(255,255,255,0.3);
}
.top1,#footer {display:none;}
@media only screen and (min-width:900px){
    body {background: url(../images/page-bg1024.jpg) 0 0  no-repeat;background-size:cover;}
    .page-01>.title{background:url(../images/page-title1024.png) 50% 10px no-repeat;height:350px;}
    .page-01 .detail .questionBar .am-list-item{margin:0 auto;width:870px;height:406px;background: url(../images/page-question-bg1024.png) 0 0  no-repeat;}
    .page-01 .detail {padding:0;width:960px;margin:0 auto;}
    .tips {text-align:center;}
    .page-01 .dataList h1{ background:url("../images/page-questionList-title1024.png") center center /contain no-repeat;}
    .page-01 .footer {background:none;}
    .dataList {font-size:0;}
    .dataList .item {display:inline-block;width:31%;overflow:hidden;}
    .dataList .item a {font-size:16px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
    .page-01 .dataList .item {width:30%;padding:20px 1%;}
    body>div.app {padding-bottom: 20px;}
    .top1,#footer {display:block;}
    .page-01>.title .newsBtn{width:870px;height: 70px;left:50%;top:200px;margin-left:-435px;}
}
@media only screen and (min-width:1200px){
    .page-01>.title{background:url(../images/page-title1920.png) 50% 10px no-repeat;height:350px;}
    .wrap1200 {width:1200px;position:relative;margin:0 auto;}
    .page-01 .detail {padding:0;width:870px;margin:0 0;}
    .page-01 .detail .questionBar .am-list-item{margin:0 0;}
    #hotIssuesLists h1 {display:none;}
    .dataList .item {display:block;}
    #hotIssuesLists {width:300px;position: absolute;top:0;right:0;z-index:999;}
    .page-01 .dataList .item {width:100%;padding:20px 0;}
    .dataList .item a {padding: 20px 10px}
    .page-01>.title .newsBtn{margin-left:-600px;}
}