@charset "gb2312";
/* CSS Document */
html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;overflow-y: scroll;-webkit-font-smoothing: antialiased;-webkit-tap-highlight-color: transparent;}

/***美化滚动条***/
::-webkit-scrollbar {width:10px;height:10px;}
::-webkit-scrollbar-thumb {background-color:rgba(50, 50, 50, 0.25);border:2px solid transparent;border-radius:10px;background-clip:padding-box;}
::-webkit-scrollbar-thumb:hover {background-color:rgba(50, 50, 50, 0.5);}
::-webkit-scrollbar-track {background-color:rgba(50, 50, 50, 0.05);}
/***美化滚动条***/


/***头部***/
.p_top { width:100%; float:left; height:.55rem; background:#fff; border-bottom:solid 1px #e4e4e4; }
.p_top_left { width:10%; height:.55rem; float:left; }
.p_top_txt { width:80%; float:left; line-height:.55rem; font-size:.28rem; text-align:center; }
.p_top_txt a { color:#7e298c; }
.p_top_btn { width:10%; height:.55rem; float:left; text-align:right; cursor:pointer; }
.p_top_btn img { width:.55rem; height:.55rem; float:right; }
/***头部***/


/***尾部***/
.qdfooter { width:100%; float:left; margin:.2rem 0 0 0; }
.qdfooter_title { width:100%; float:left; border-top:solid 2px #c21938; border-bottom:solid 1px #e1e1e1; line-height:.55rem; font-size:.3rem; font-weight:bold; text-indent:.1rem; }
.qdfooter_txt { width:100%; float:left; line-height:.4rem; font-size:.28rem; text-align:center; margin:.1rem 0; }
.qdfooter_txt span { color:#bd1901; }
/***尾部***/