article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a {
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* adjust safari height 100% */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html, body {
  height: 100%; }

/* adjust if left height must be 100% */
/*
 * Global Styles
 */
:root {
  --bg-color: #29282d;
  --bg-head: #b22613;
  --font-color: #face65;
  --primary-font:  \5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4, Helvetica, Arial, sans-serif;
  --main-color: #face65; }

body {
  background: var(--bg-color);
  color: var(--font-color);
  font-family: var(--primary-font);
  font-size: 1rem;
  line-height: normal; }

a {
  color: var(--main-color);
  text-decoration: none; }

a:link, a:hover, a:visited, a:active {
  border: none;
  outline: none; }

a, img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

a:focus, input:focus, textarea:focus, select:focus {
  outline: 0; }

input, textarea, select {
  -webkit-appearance: none; }

input::-moz-placeholder {
  opacity: 1; }

.clear {
  clear: both; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1;
  /*IE/7/6*/ }

/***************[Layout Css]**************/
.left {
  float: left; }

.right {
  float: right; }

.center {
  margin: 0 auto;
  text-align: center; }

.t-left {
  text-align: left; }

.t-right {
  text-align: right; }

.t-center {
  text-align: center; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.opacity-show {
  opacity: 1 !important; }

.opacity-hide {
  opacity: 0 !important; }

.img100 {
  width: 100%; }

.txt-green {
  color: #487f06; }

.txt-orange {
  color: #ff6600; }

.txt-deep-blue {
  color: #274876; }

.txt-deep-red {
  color: #850303; }

.txt-deep-green {
  color: #047109; }

.txt-white {
  color: #fff; }

.txt-bold {
  font-weight: bold; }

.mt-5 {
  margin-top: 5px; }

.mb-5 {
  margin-bottom: 5px; }

.mr-5 {
  margin-right: 5px; }

.ml-5 {
  margin-left: 5px; }

.mt-10 {
  margin-top: 10px; }

.mb-10 {
  margin-bottom: 10px; }

.mr-10 {
  margin-right: 10px; }

.ml-10 {
  margin-left: 10px; }

.mt-15 {
  margin-top: 15px; }

.mb-15 {
  margin-bottom: 15px; }

.mr-15 {
  margin-right: 15px; }

.ml-15 {
  margin-left: 15px; }

.mt-20 {
  margin-top: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.mr-20 {
  margin-right: 20px; }

.ml-20 {
  margin-left: 20px; }

.mt-25 {
  margin-top: 25px; }

.mb-25 {
  margin-bottom: 25px; }

.mr-25 {
  margin-right: 25px; }

.ml-25 {
  margin-left: 25px; }

.mt-30 {
  margin-top: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.mr-30 {
  margin-right: 30px; }

.ml-30 {
  margin-left: 30px; }

.mt-35 {
  margin-top: 35px; }

.mb-35 {
  margin-bottom: 35px; }

.mr-35 {
  margin-right: 35px; }

.ml-35 {
  margin-left: 35px; }

.mt-40 {
  margin-top: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.mr-40 {
  margin-right: 40px; }

.ml-40 {
  margin-left: 40px; }

.mt-45 {
  margin-top: 45px; }

.mb-45 {
  margin-bottom: 45px; }

.mr-45 {
  margin-right: 45px; }

.ml-45 {
  margin-left: 45px; }

.dv2 {
  width: 50%; }

.dv3 {
  width: 33.33333%; }

.dv4 {
  width: 25%; }

.dv5 {
  width: 20%; }

.dv6 {
  width: 16.66667%; }

.dv7 {
  width: 14.28571%; }

.dv8 {
  width: 12.5%; }

.dv9 {
  width: 11.11111%; }

/***************[Button]**************/
.btn-wrap {
  text-align: center;
  width: 100%; }

button {
  background: #947321;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #d6ac44), color-stop(25%, #a98325), color-stop(50%, #947321), to(#7e621c));
  background-image: -webkit-linear-gradient(top, #d6ac44 1%, #a98325 25%, #947321 50%, #7e621c 100%);
  background-image: -o-linear-gradient(top, #d6ac44 1%, #a98325 25%, #947321 50%, #7e621c 100%);
  background-image: linear-gradient(to bottom, #d6ac44 1%, #a98325 25%, #947321 50%, #7e621c 100%);
  border: 1px solid #a48026;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 1px 2px #d3a534;
  box-shadow: inset 1px 1px 2px #d3a534;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  height: 45px;
  line-height: 40px;
  width: 100%; }
  button:hover, button:focus, button:active {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #d6ac44), color-stop(25%, #a98325), color-stop(50%, #947321), to(#7e621c));
    background-image: -webkit-linear-gradient(top, #d6ac44 1%, #a98325 25%, #947321 50%, #7e621c 100%);
    background-image: -o-linear-gradient(top, #d6ac44 1%, #a98325 25%, #947321 50%, #7e621c 100%);
    background-image: linear-gradient(to bottom, #d6ac44 1%, #a98325 25%, #947321 50%, #7e621c 100%); }
  button.small {
    font-weight: normal;
    font-size: em(16);
    padding: 5px 10px; }

button:focus, button:active {
  outline: 0; }

button.orange {
  background: #c85001;
  background: -webkit-gradient(linear, left top, left bottom, from(#e16d08), to(#c85001));
  background: -webkit-linear-gradient(#e16d08 0%, #c85001 100%);
  background: -o-linear-gradient(#e16d08 0%, #c85001 100%);
  background: linear-gradient(#e16d08 0%, #c85001 100%); }
  button.orange:hover, button.orange:focus, button.orange:active {
    background: -webkit-gradient(linear, left top, left bottom, from(#db6600), to(#bc4700));
    background: -webkit-linear-gradient(#db6600 0%, #bc4700 100%);
    background: -o-linear-gradient(#db6600 0%, #bc4700 100%);
    background: linear-gradient(#db6600 0%, #bc4700 100%); }

/** can not click **/
button:disabled {
  background: #373737;
  background: -webkit-gradient(linear, left top, left bottom, from(#595858), color-stop(50%, #434343), to(#373737));
  background: -webkit-linear-gradient(#595858 0%, #434343 50%, #373737 100%);
  background: -o-linear-gradient(#595858 0%, #434343 50%, #373737 100%);
  background: linear-gradient(#595858 0%, #434343 50%, #373737 100%);
  border-radius: 8px;
  color: #fff; }

/*************************/
.loading-wrap {
  margin: 2em auto;
  padding: 1em;
  text-align: center;
  width: 100%; }

.no-data {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #b96c06), to(transparent));
  background: -webkit-linear-gradient(left, transparent 0%, #b96c06 50%, transparent 100%);
  background: -o-linear-gradient(left, transparent 0%, #b96c06 50%, transparent 100%);
  background: linear-gradient(90deg, transparent 0%, #b96c06 50%, transparent 100%);
  color: #fff3ce;
  font-size: em(20);
  margin: 2em auto;
  padding: 0.7em;
  text-align: center;
  width: 70%; }

.icons-waiting, .icons-okay, .icons-ask {
  width: 35px;
  height: 35px;
  background: url("/static/images/sprite.svg") no-repeat;
  background-size: 35px 105px; }

.icons-waiting {
  background-position: 0 0px; }

.icons-okay {
  background-position: 0 -35px; }

.icons-ask {
  background-position: 0 -70px; }

.mask-wrap {
  background: rgba(0, 0, 0, 0.95);
  height: 100%;
  text-align: center;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 999; }
  .mask-wrap .icon-loading {
    background: url("/static/images/icon-loading.svg");
    background-size: 100% 100%;
    height: 60px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px; }

.mask-wrap .popup-msg {
  background: -webkit-gradient(linear, left top, left bottom, from(#565e6a), to(#383c47));
  background: -webkit-linear-gradient(#565e6a, #383c47);
  background: -o-linear-gradient(#565e6a, #383c47);
  background: linear-gradient(#565e6a, #383c47);
  border: solid 2px #97a2b2;
  -webkit-box-shadow: 0 0 2px #999 inset;
  box-shadow: 0 0 2px #999 inset;
  border-radius: 10px;
  height: 15%;
  left: 50%;
  min-height: 80px;
  max-height: 200px;
  padding: 10px 15px;
  position: absolute;
  overflow-y: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 300px; }
  .mask-wrap .popup-msg p {
    font-size: 15px;
    line-height: 21px;
    padding: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto; }

.service-wrap {
  height: 100%;
  width: 100%; }
  .service-wrap .header, .service-wrap .content {
    margin: 0;
    padding: 0;
    width: 100%;
    *zoom: 1; }
    .service-wrap .header:after, .service-wrap .content:after {
      content: " ";
      clear: both;
      display: block;
      overflow: hidden;
      height: 0; }
  .service-wrap .header {
    height: 50px;
    position: fixed;
    z-index: 99; }
    @media (min-width: 813px) {
      .service-wrap .header {
        height: 60px; } }
    @media (orientation: portrait) {
      .service-wrap .header {
        height: 60px; } }
  .service-wrap .content {
    height: 100%;
    padding-top: 50px;
    position: relative;
    z-index: 98; }
    @media (min-width: 813px) {
      .service-wrap .content {
        padding-top: 60px; } }
    @media (orientation: portrait) {
      .service-wrap .content {
        padding-top: 60px; } }

ul.nav {
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }
  ul.nav li {
    background: #6a1a0f;
    cursor: pointer;
    float: left;
    font-size: 18px;
    font-weight: bolder;
    height: 100%;
    text-align: center;
    width: 50%; }
    ul.nav li a {
      display: block;
      height: 100%;
      line-height: 50px;
      text-decoration: none;
      width: 100%; }
      @media (min-width: 813px) {
        ul.nav li a {
          line-height: 60px; } }
      @media (orientation: portrait) {
        ul.nav li a {
          line-height: 60px; } }
      ul.nav li a.active {
        background: #b22613; }

ul.nav li a.active::after {
  border-color: #b22613  transparent   transparent   transparent;
  border-style: solid solid solid solid;
  border-width: 10px 10px 10px 10px;
  bottom: 0px;
  content: "";
  display: block;
  height: 0px;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  width: 0px;
  z-index: 2; }

p {
  font-size: 14px;
  line-height: 1.5;
  text-align: center; }

ul.form-wrap {
  font-weight: 500;
  list-style: none;
  margin: 0 auto;
  padding: 8px 0 0 0;
  width: 96%; }
  @media (min-width: 1024px) {
    ul.form-wrap {
      padding: 15px 0 0 0;
      width: 80%; } }
  ul.form-wrap li {
    clear: both;
    margin: 0 auto 5px;
    text-align: center;
    width: 100%;
    *zoom: 1; }
    ul.form-wrap li:after {
      content: " ";
      clear: both;
      display: block;
      overflow: hidden;
      height: 0; }
    @media (min-width: 637px) {
      ul.form-wrap li {
        margin: 0 auto 12px; } }
    @media (orientation: portrait) {
      ul.form-wrap li {
        margin: 0 auto 20px; } }

ul.form-wrap li .form-title {
  display: inline-block;
  font-weight: bold;
  margin: 0 0 5px 0;
  min-width: 70px;
  text-align: left;
  width: 100%; }

ul.form-wrap li input, ul.form-wrap li input[type="text"], ul.form-wrap li input[type="email"], ul.form-wrap li textarea, ul.form-wrap li select {
  background: #fff;
  border-radius: 6px;
  border: none;
  color: #000;
  margin: 0 auto;
  padding: 4px 10px;
  width: 100%; }
  @media (min-width: 637px) {
    ul.form-wrap li input, ul.form-wrap li input[type="text"], ul.form-wrap li input[type="email"], ul.form-wrap li textarea, ul.form-wrap li select {
      border-radius: 10px;
      padding: 8px 10px; } }
  @media (orientation: portrait) {
    ul.form-wrap li input, ul.form-wrap li input[type="text"], ul.form-wrap li input[type="email"], ul.form-wrap li textarea, ul.form-wrap li select {
      border-radius: 10px;
      padding: 8px 10px; } }
  ul.form-wrap li input::-webkit-input-placeholder, ul.form-wrap li input[type="text"]::-webkit-input-placeholder, ul.form-wrap li input[type="email"]::-webkit-input-placeholder, ul.form-wrap li textarea::-webkit-input-placeholder, ul.form-wrap li select::-webkit-input-placeholder {
    color: #868686; }
  ul.form-wrap li input:-ms-input-placeholder, ul.form-wrap li input[type="text"]:-ms-input-placeholder, ul.form-wrap li input[type="email"]:-ms-input-placeholder, ul.form-wrap li textarea:-ms-input-placeholder, ul.form-wrap li select:-ms-input-placeholder {
    color: #868686; }
  ul.form-wrap li input::-ms-input-placeholder, ul.form-wrap li input[type="text"]::-ms-input-placeholder, ul.form-wrap li input[type="email"]::-ms-input-placeholder, ul.form-wrap li textarea::-ms-input-placeholder, ul.form-wrap li select::-ms-input-placeholder {
    color: #868686; }
  ul.form-wrap li input::placeholder, ul.form-wrap li input[type="text"]::placeholder, ul.form-wrap li input[type="email"]::placeholder, ul.form-wrap li textarea::placeholder, ul.form-wrap li select::placeholder {
    color: #868686; }

ul.form-wrap li button {
  margin: 0 auto;
  max-width: 320px;
  width: 100%; }
  @media (orientation: portrait) {
    ul.form-wrap li button {
      max-width: none;
      width: 100%; } }

ul.form-wrap li textarea, ul.form-wrap li .upload-img {
  height: 80px; }

ul.form-wrap li textarea {
  float: left;
  margin-right: 10px;
  width: calc(100% - 150px); }

@media (orientation: portrait) and (max-width: 736px) {
  ul.form-wrap li textarea {
    width: 100%;
    float: none; } }

@media (orientation: portrait) and (min-width: 737px) {
  ul.form-wrap li textarea {
    width: calc(100% - 130px); } }

ul.form-wrap li .upload-img {
  background: #b22613;
  border: solid 5px #e5442e;
  border-radius: 10px;
  color: #face65;
  cursor: pointer;
  font-size: 11px;
  float: left;
  margin: 22px 0 22px 0;
  padding: 5px;
  position: relative;
  width: 100%;
  z-index: 1; }
  @media (orientation: portrait) {
    ul.form-wrap li .upload-img {
      width: 120px; } }
  @media (orientation: portrait) and (max-width: 736px) {
    ul.form-wrap li .upload-img {
      width: 100%;
      margin-top: 22px; } }
  @media (orientation: portrait) and (min-width: 768px) {
    ul.form-wrap li .upload-img {
      width: 100%; } }
  @media (orientation: portrait) and (max-width: 736px) {
    ul.form-wrap li .upload-img div {
      display: inline-block;
      margin-left: 10px;
      vertical-align: middle;
      font-size: 14px;
      margin-top: 10px; } }
  ul.form-wrap li .upload-img img {
    width: 40px;
    height: auto; }
    @media (orientation: portrait) and (max-width: 736px) {
      ul.form-wrap li .upload-img img {
        display: inline-block;
        width: 42px;
        vertical-align: middle;
        margin-top: 12px;
        margin-left: -5px; } }
  ul.form-wrap li .upload-img input[type="file"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    font-size: 100px;
    height: 100%;
    right: 0;
    top: 0;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    z-index: 2;
    display: none; }

ul.list {
  height: auto;
  min-width: 320px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }
  ul.list li {
    border-bottom: 1px solid #726f7c;
    cursor: pointer;
    height: 70px;
    overflow: hidden;
    width: 100%; }
    ul.list li::after {
      border-right: 2px solid #8a8891;
      border-top: 2px solid #8a8891;
      content: "";
      display: inline-block;
      float: right;
      height: 10px;
      margin-top: 30px;
      margin-right: 15px;
      max-width: 10px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      width: 10px; }

ul.list li .list-info {
  float: left;
  height: 70px;
  padding: 8px 0 10px;
  width: 75%; }
  @media (min-width: 480px) {
    ul.list li .list-info {
      width: 80%; } }
  ul.list li .list-info .list-num {
    color: #9c98a8;
    display: inline-block;
    font-size: 0.78em;
    line-height: 15px;
    width: 100%; }
  ul.list li .list-info .list-title {
    width: 100%;
    line-height: 28px;
    font-size: 1em;
    font-weight: 700;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
    @media (min-width: 480px) {
      ul.list li .list-info .list-title {
        font-size: 1.2em;
        line-height: 30px; } }

.status {
  float: left;
  height: 70px;
  min-width: 50px;
  width: 5%; }
  @media (min-width: 480px) {
    .status {
      height: 70px;
      min-width: 60px; }
      .status .icons-waiting, .status .icons-okay, .status .icons-ask {
        width: 40px;
        height: 40px;
        background: url("/static/images/sprite.svg") no-repeat;
        background-size: 40px 120px; }
      .status .icons-waiting {
        background-position: 0 0px; }
      .status .icons-okay {
        background-position: 0 -40px; }
      .status .icons-ask {
        background-position: 0 -80px; } }
  .status span {
    display: block;
    margin: 16px 5px 20px 5px; }
    @media (min-width: 480px) {
      .status span {
        margin: 14px 10px 10px 8px; } }

.reply-title {
  background: var(--bg-head);
  float: left;
  font-size: 16px;
  font-weight: bolder;
  height: 100%;
  line-height: 50px;
  overflow: hidden;
  padding: 0 15px 0 7px;
  text-align: center;
  width: 100%; }
  @media (min-width: 590px) {
    .reply-title {
      font-size: 18px;
      font-weight: 600; } }
  @media (min-width: 813px) {
    .reply-title {
      line-height: 60px; } }
  @media (orientation: portrait) {
    .reply-title {
      line-height: 60px; } }
  .reply-title a.goback {
    background: url("/static/images/goback.png") center no-repeat;
    background-size: 20px auto;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 50px;
    width: 30px; }
    @media (min-width: 813px) {
      .reply-title a.goback {
        height: 60px; } }
    @media (orientation: portrait) {
      .reply-title a.goback {
        height: 60px; } }
  .reply-title span {
    display: inline-block;
    max-width: 500px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%; }

.content ul.reply-list {
  height: 100%;
  overflow-y: scroll; }

.content .reply-form {
  height: 140px;
  padding: 10px;
  position: fixed;
  text-align: center;
  width: 100%; }

ul.reply-list {
  height: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }
  ul.reply-list li {
    height: auto;
    padding: 6px 12px 10px;
    position: relative; }
    ul.reply-list li.ans {
      background: #3e3c43; }

ul.reply-list li .reply-no {
  color: #9c98a8;
  font-size: 0.835em;
  margin: 0.2em auto 0.5em; }

ul.reply-list li .reply-name {
  color: #e62e2e;
  font-size: 18px;
  font-weight: bolder;
  margin: 0.2em auto; }
  @media (min-width: 590px) {
    ul.reply-list li .reply-name {
      font-size: 20px; } }

ul.reply-list li .reply-detail {
  height: auto;
  font-size: 15px;
  line-height: 22px;
  margin: 0 auto 0.3em;
  overflow: hidden;
  text-align: left;
  word-break: break-all; }

ul.reply-list li .reply-time {
  color: #9c98a8;
  font-size: 0.835em;
  font-weight: bold;
  margin: 0.2em auto 0.5em; }

.reply-form textarea {
  background: #dedede;
  border-radius: 12px;
  color: #a4a4a4;
  height: 70px;
  line-height: normal;
  font-weight: bold;
  margin: 0 auto 10px;
  padding: 5px 8px;
  width: 100%; }

.reply-form button {
  margin: 0 auto;
  max-width: 320px;
  width: 60%; }
  @media (orientation: portrait) {
    .reply-form button {
      max-width: none;
      width: 100%; } }

.alertify {
  background: -webkit-gradient(linear, left top, left bottom, from(#565e6a), to(#383c47));
  background: -webkit-linear-gradient(#565e6a, #383c47);
  background: -o-linear-gradient(#565e6a, #383c47);
  background: linear-gradient(#565e6a, #383c47);
  border: solid 2px #97a2b2;
  -webkit-box-shadow: 0 0 2px #999 inset;
  box-shadow: 0 0 2px #999 inset; }

.alertify-dialog {
  padding: 20px; }

.alertify-button {
  -webkit-box-shadow: 0 0 10px #333;
  box-shadow: 0 0 10px #333;
  height: 40px;
  line-height: 40px;
  min-width: 100px;
  padding: 0 15px;
  width: auto; }

.alertify-button-ok {
  background: -webkit-linear-gradient(top, #3399cc 10px, #2382b1);
  background: -o-linear-gradient(top, #3399cc 10px, #2382b1);
  background: linear-gradient(180deg, #3399cc 10px, #2382b1); }

p.alertify-message {
  font-size: 15px;
  margin: 0.3em auto 0.8em; }
