/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}

table {
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-weight: normal;
    font-style: normal;
}

strong {
    font-weight: bold;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
    margin: 0;
    padding: 0;
    color: #333;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}


a:focus, a:visited {
    outline: none
}

a {
    color: #434343;
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tr {
    text-align: right;
}

.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

body {
    width: 100%;
    *cursor: default;
    font: .9375rem "Microsoft YaHei", Helvetica, STHeiti STXihei, Microsoft JhengHei, Arial;
}

.help-container {
    width: 970px;
    overflow: hidden;
    margin: 40px auto;
}

.tabUl {
    height: 3rem;
    display: flex;
    align-items: flex-end;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #FBC02D;
    margin-bottom: 16px;
}

.tabLi {
    font-size: 1.125rem;
    height: 2.5rem;
    min-width: 8rem;
    border-radius: 4px 4px 0 0;
    text-align: center;
    list-style-type: none;
    vertical-align: bottom;
    padding-right: 8px;
    padding-left: 8px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.tabStyleType2 {
    color: #000000;
    background-color: transparent;
}

.tabStyleType2 a{
    color: #000000;
}

.active.tabStyleType2 {
    background-color: #fff;
    color:#000;
}

.tabStyleType2 a:hover{
    background-color: #fff;
    font-size: 1.125rem;
    height: 2.5rem;
    min-width: 7rem;
    border-radius: 4px 4px 0 0;
    text-align: center;
    list-style-type: none;
    vertical-align: bottom;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; 
    padding-right: 8px;
    padding-left: 8px;
}

.rowWrap {
    width: 100%;
    max-width: 970px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

.leftNav{
	width:180px;
}

.left_nav_block {
    margin-bottom: 16px;
}

.left_nav_block .block_title {
    padding: 8px;
    background-color: #f7f7f7;
    border: 1px solid #dfdfdf;
}

.gray_title_block .block_title {
    padding: 8px;
    background-color: #f7f7f7;
    border: 1px solid #dfdfdf;
    display: flex;
    align-items: center;
}

.left_nav_block .block_title i {
    margin-right: 8px;
}

.gray_title_block .block_title i {
    font-size: 1.125rem;
    color: #666666;
    margin-right: 8px;
}

.left_nav_block .block_content {
    padding: 8px;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

.left_nav_block .block_content a.aTagTextButton.active {
    background-color: #FFEDD3;
    color: #000000;
}

.left_nav_block .block_content a.aTagTextButton {
    padding: 8px;
    border-radius: 4px;
    color: #666666;
    text-align: left;
    display: block;
    clear: both;
}

.left_nav_block .block_content a.buttonBase:hover{
    color: #FC7C17;
}

.rightBlock {
    padding-left: 24px;
}

.rightBlock_title{
    width: 732px;
    padding: 5px 0 10px 0;
    border-bottom: 1px solid #FDD2C9;
    font-size: 18px;
}

.rightBlock .content{
    width: 732px;
    margin: 30px 0 0 0;
}

.content_module .module_problem{
    font-size: 15px;
    color: #23527c;
    overflow: hidden;
}

.content_module .module_problem::before{
    content: 'Q';
    padding-right: 10px;
    color: #929292;
    font-weight: bold;
    font-size: 18px;
}

.content_module .module_answer{
    margin-top: 10px;
    overflow: hidden;
}

.content_module .module_answer::before{
    content: 'A';
    padding-right: 10px;
    color: #FC7C17;
    font-weight: bold;
    font-size: 18px;
}
.data{
    border-radius: 6px;
    border: 1px solid #FDD2C9;
    padding: 1.5em 25px;
    width: 96%;
    line-height: 28px;
    margin-bottom: 40px;
}

.module_answer .data p{
    color: #555555;
    text-indent: 2em;
}

.data div{
    color: #555555;
}

.module_answer .data h3{
    font-weight: bold;
    font-size: 18px;
    padding: 12px 0;
}

.data ul li{
    list-style: square!important;
    margin: 0 0 0 1.5em;
    color: #555555;
}

.data img{
    width: 100%;
    display: block;
}

.table_type1{
    width: 100%;
}

.table_type1 tr th{
    width: 22%;
    border: 1px #d5d5d5 solid;
    border-right: 0 #d5d5d5 solid;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
}

.table_type1 tr th:last-child{
    border-right: 1px #d5d5d5 solid;
}

.table_type1 tr td{
    border: 1px #d5d5d5 solid;
    border-top:0 #d5d5d5 solid;
    border-right: 0 #d5d5d5 solid;
    text-align: center;
    padding: 5px 0;
}

.table_type1 tr td:nth-child(5n){
    border-right: 1px #d5d5d5 solid;
}

.table_type1 tr:nth-child(2n){
    background: #f7f7f7;
}

.table_type2{
    width: 100%;
}

.table_type2 tr th{
    border: 1px #d5d5d5 solid;
    border-right: 0 #d5d5d5 solid;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
}

.table_type2 tr th:last-child{
    border-right: 1px #d5d5d5 solid;
}

.table_type2 tr td{
    border: 1px #d5d5d5 solid;
    border-top:0 #d5d5d5 solid;
    border-right: 0 #d5d5d5 solid;
    text-align: left;
    padding: 5px 0 5px 5px;
    background: #f7f7f7;
}

.table_type2 tr td:nth-child(3n){
    border-right: 1px #d5d5d5 solid;
}

.table_type3{
     width: 100%;
 }

.table_type3 tr th{
    border: 1px #d5d5d5 solid;
    border-right: 0 #d5d5d5 solid;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
}

.table_type3 tr th:last-child{
    border-right: 1px #d5d5d5 solid;
}

.table_type3 tr td{
    border: 1px #d5d5d5 solid;
    border-top:0 #d5d5d5 solid;
    border-right: 0 #d5d5d5 solid;
    text-align: center;
    padding: 5px 0 5px 5px;
}

.table_type3 tr td:nth-child(2n){
    border-right: 1px #d5d5d5 solid;
}

.table_type3 tr td:nth-child(n){
    background: #f7f7f7;
}

.table_type4{
    width: 100%;
}

.table_type4 tr th{
    border: 1px #d5d5d5 solid;
    border-right: 0 #d5d5d5 solid;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
}

.table_type4 tr th:last-child{
    border-right: 1px #d5d5d5 solid;
}

.table_type4 tr td{
    border: 1px #d5d5d5 solid;
    border-top:0 #d5d5d5 solid;
    border-right: 0 #d5d5d5 solid;
    /*text-align: center;*/
    padding: 5px 0 5px 5px;
}

.table_type4 tr td:last-child{
    border-right: 1px #d5d5d5 solid;
}

.table_type5{
    width: 100%;
}

.table_type5 tr th{
    border: 1px #d5d5d5 solid;
    border-right: 0 #d5d5d5 solid;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
}

.table_type5 tr th:last-child{
    border-right: 1px #d5d5d5 solid;
}

.table_type5 tr td{
    border: 1px #d5d5d5 solid;
    border-top:0 #d5d5d5 solid;
    border-right: 0 #d5d5d5 solid;
    padding: 5px 0 5px 5px;
}

.table_type5 tr td:last-child{
    border-right: 1px #d5d5d5 solid;
}

.table_type5 tr:nth-child(2n){
    background: #f7f7f7;
}

.high_light{
    color: #FF0000!important;
}

.content .header{
    background: #f7f7f7;
    padding: 10px;
    margin-bottom: 20px;
    line-height: 28px;
}

.images1{
    line-height: 18px;
    padding: 5px 0 0 5px;
}