.container-box-main {
    width: 815px;
}
.container-box-aside {
    width: 365px;
}
@media screen and (max-width: 800px) {
    .container-box-main {
        width: 100%;
    }
    .container-box-aside {
        width: 100%;
    }
}
.help-details {
    width: 100%;
}

ul {
    list-style: none;
}

button,
input,
select,
textarea {
    margin: 0;
}

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

* {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

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

img,
embed,
object,
audio,
video {
    max-width: 100%;
}

iframe {
    border: 0;
}

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

td,
th {
    padding: 0;
    text-align: left;
}

html {
    background-color: #f4f4f4;
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
/*    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%; */
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
    display: block;
}

body,
button,
input,
select,
textarea {
    font-family: BlinkMacSystemFont, -apple-system, "Roboto", "Microsoft Yahei", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

code,
pre {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    font-family: monospace;
}

body {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 400;
}

a {
    /* color: #333333; */
    cursor: pointer;
    text-decoration: none;
}

    a strong {
        color: currentColor;
    }

    a:hover {
        color: #00a4ff;
    }

code {
    background-color: whitesmoke;
    color: #ff3860;
    font-size: 0.875em;
    font-weight: normal;
    padding: 0.25em 0.5em 0.25em;
}

hr {
    background-color: #dfdfdf;
    border: none;
    display: block;
    height: 1px;
    margin: 1.5rem 0;
}

img {
    height: auto;
    max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
    vertical-align: baseline;
}

small {
    font-size: 0.875em;
}

span {
    font-style: inherit;
    font-weight: inherit;
}

strong {
    font-weight: 700;
}

pre {
    -webkit-overflow-scrolling: touch;
    background-color: whitesmoke;
    color: #4a4a4a;
    font-size: 0.875em;
    overflow-x: auto;
    padding: 1.25rem 1.5rem;
    white-space: pre;
    word-wrap: normal;
}

    pre code {
        background-color: transparent;
        color: currentColor;
        font-size: 1em;
        padding: 0;
    }

table td,
table th {
    /* text-align: left;
    vertical-align: top; */
}

table th {
    color: #363636;
}
/* å¨‘å ¥æ«Žé‚å›©ç·ç‘•å—™æ´Šéå³°ç´¡ */


/* é‚å›©ç·æ¶“è®³ç¶‹éå³°ç´¡ */
.help-body-body{
	min-height:960px;
	padding:20px;
	background: #ffffff;
	width: 100%;
}

/* é–«å‚šç°²editoréå³°ç´¡ */

.vhtml-class table {
	width: 100% !important;
    margin-bottom: 10px !important;
    border-collapse: collapse !important;
    display: table !important;
	box-sizing: border-box !important;
	/* border-spacing: 2px; */
	border-spacing: 0 !important;
	border-color: rgb(127, 127, 127) !important;
	border-width: 1px !important;
	border-style: solid !important;
}
.vhtml-class table tbody {
    display: table-row-group !important;
    vertical-align: middle !important;
    border-color: inherit !important;
}
th,td {
    padding: 5px 10px !important;
    border: 1px solid #DDD !important;
}
th {
    background: #f4f4f4 !important;
	text-align: center !important;
}
.vhtml-class .list-paddingleft-2 {
    padding-left: 25px !important;
}
.vhtml-class ol {
    display: block !important;
    list-style-type: decimal !important;
	list-style: revert !important;
}
.vhtml-class ul {
    /* list-style-type: disc; */
	list-style: revert !important;
}
.vhtml-class li {
    /* list-style: disc; */
	list-style: revert !important;
}
.vhtml-class ol li::before {
    content: none;
}
.vhtml-class *{ 
    margin: revert;
    padding: revert;
}

blockquote {
    display: block;
    padding: 10px 0px 10px 10px;
    margin: 0 0 24px;
    border-left: 8px solid #4a9e86;
    background: #eef0f4;
    overflow: auto;
    overflow-scrolling: touch;
    word-wrap: normal;
    word-break: normal;
    margin: 0 !important;
    padding-left: 10px !important;
 }
  
/* .vhtml-class p {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
  }
  .vhtml-class h1 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
  }
  .vhtml-class h2 {
      margin-top: 0;
      margin-bottom: 0 !important;
  }
  .vhtml-class h3 {
      margin-top: 0;
      margin-bottom: 0 !important;
  }
  .vhtml-class h4 {
      margin-top: 0;
      margin-bottom: 0 !important;
  } */
  .vhtml-class img{
      max-width: 100% !important;
  }


