﻿@charset "utf-8";
/* CSS Document */

/*全局*/
body { font-family: "微软雅黑"; font-size: 100%; font-size: 12px; line-height: 20px; font-weight: normal; margin: 0px; padding: 0px; color: #39425f; background: #fff; overflow: hidden; }
html { -webkit-text-size-adjust: 100%; }
html, body { height: 100%; width: 100%; }
form, input, select, p { margin: 0px; padding: 0px; }
img { border: none; margin: 0; }
h1, h2, h3, h4 { padding: 0; margin: 0; color: #39425f; }
ul, li { list-style-image: none; list-style-type: none; margin: 0px; padding: 0px; }
a:link, a:visited, a:active { color: #39425f; text-decoration: none; }
a:hover { color: #d0000e; text-decoration: none; }
i { list-style: none; font-style: normal; }
em { list-style: none; font-style: normal; }
b { font-weight: normal; }
iframe { margin: 0; padding: 0; }
div img { font-size: 0; max-width: 100%; max-height: 100%; }
.fl { float: left; }
.fr { float: right; }
.none { display: none; }
.clear { clear: both; }
.text_slice { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

#content { height: 408px; margin: 0px auto; }
#content .content_img {text-align: center;margin-top: 10%;position: relative;}
#content .content_prompt { position: absolute; left: 352px; top: 43px; }
#content .content_prompt  .txt{ font-size: 18px; color: #191907;  }
#content .content_prompt .special { color: #b22d00; }
#content .content_prompt a { color: #191907; }
#content .content_prompt .prompt { padding-top:10px;font-size:18px; text-align: left;color: #191907;}
#content .other{position: absolute; bottom: 86px; left: 305px;}
#content .other p{margin-left: -28px;margin-bottom: 10px;}
#content .btn a{display: block;color: #d93600; text-align: left;line-height: 25px;margin-left: 20px;font-size: 14px;}