@charset "utf-8";
/* CSS Document */
html{margin: 0;font: "微软雅黑";}
a{text-decoration: none;}
body{margin: 0;}
.body{font-size:16px;}
.body .header{width: 100%; line-height: 5px; background:white;border-bottom: 1px solid #dbdbdb; position: fixed;top:0px;z-index: 9999;}
/*.body .header .arrow{display: block;width: 30px;float: left;height: 30px;background:url(image/general_back_icon.png);background-size:contain; display: block;position: absolute;left: 10px;top: 20px;}
.body .header .rightpart{display: block;color: #1ca1a6;font-size: 1rem; display: block;position: absolute;right: 0px;margin-right: 10px; top: 20px;}
.body .header h1{text-align: center;font-size: 1.4rem;}*/
.body .maincontent{margin:50px 10px 10px 10px;line-height:32px;}
.body .maincontent h1{font-size: 1.2rem; }
.body .maincontent h2{font-size: 1.2rem; }

/*帮助与反馈*/
ul{padding:0;}
li{list-style-type: none;}
.body .maincontent li{border-bottom: 1px solid #dbdbdb;position: relative;}
.body .maincontent li a{color:#333;}
.body .maincontent li p{width: 90%;}
.maincontent .helplist .arrow{background:url(image/rightarrow_icon.png);width: 30px;height: 30px;background-size:contain; display: block;position: absolute;right: 0;top: 0;}

.body .maincontent .question{padding-bottom:20px;border-bottom: 1px dashed #dbdbdb}
