@charset "UTF-8";
body {
    background: #F8FAFF;
}
#barrierfree_container {
    transform: none !important; /* 解决无障碍工具条和吸顶冲突问题 */
}
/*.zwfw_header {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}*/
.header_search {
    display: none;
}
/*****************/
.guide_content {
    margin-top: 10px;
    position: relative;
}
.guide_overview {
    padding-top: 50px;
    padding-bottom: 20px;
    /*background: url("bg_overview.jpg") no-repeat bottom center;*/
}
.matter_title {
    float: left;
    display: flex;
    flex-wrap: nowrap;
    max-width: 70%;
}
.matter_title > span {
    float: left;
    font-size: 32px;
    line-height: 48px;
    margin-right: 30px;
    width: auto;
    max-width: 640px;
    color: #333333;
    font-weight: 700;
}
.matter_title .switchLocale {
    float: left;
    line-height: 45px;
    width: auto;
    min-width: 120px;
}
.matter_title .switchLocale .btn {
    display: block;
    height: 40px;
    line-height: 40px;
    background-image: url(icon_switchLocale.png) !important;
    background-repeat: no-repeat !important;
    background-position: left 24px center !important;
    background-color: #FFFFFF;
    background-size: 16px !important;
    padding: 0 24px 0 54px;
    border-radius: 20px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.matter_detailed.fixed .matter_title .switchLocale .btn {
    background-color: #F5F6F8;
    border: 1px solid #e2e2e2;
}
.overview_top .standard_name {
    margin-top: 12px;
    display: none;
}
.overview_top .standard_name span {
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    color: #666;
}
.matter_limit {
    float: right;
    display: inline-block;
}
.matter_limit ul li {
    float: left;
    margin-left: 30px;
}
.matter_limit ul li:first-child {
    margin-left: 0 !important;
}
.matter_limit ul li:last-child {
    display: none;
}
.matter_limit ul li .limit_top {
    line-height: 45px;
    font-size: 32px;
    text-align: left;
    color: #0061e9;
    font-weight: 700;
}
/*.matter_limit ul li .limit_top span.number{
    font-size: 30px;
    line-height: 42px;
    color: #4393F5;
    margin-right: 5px;
}*/
.matter_limit ul li .limit_top em {
    font-style: normal;
    font-size: 18px;
    color: #333;
    line-height: 22px;
    margin-left: 5px;
    display: inline-block;
}
.matter_limit ul li:last-child .limit_top em {
    margin-left: 0;
}
.matter_limit ul li .limit_bottom {
    font-size: 16px;
    color: #333;
    line-height: 22px;
    margin-top: 10px;
}
.overview_top {
    /*padding-bottom: 30px;*/
    overflow: hidden;
}
.matter_about {
    margin: 30px 0;
    height: 50px;
}
.matter_about .matter_about_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.matter_about .matter_about_list li {
    float: right;
    width: 130px;
    margin-left: 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e8e9ec;
}
.matter_about .matter_about_list li:first-child {
    margin-left: 0;
    float: left;
    /*background: url(zxblb.png) no-repeat;
    background-size: cover;*/
    height: 50px;
    width: 132px;
    line-height: 50px;
    margin-right: auto;
    background: linear-gradient(93.39deg, #0176ff 0%, #0061e9 100%);
    border-radius: 4px;
}
.matter_about .matter_about_list li a {
    display: block;
    font-size: 16px;
    cursor: pointer;
}
.matter_about .matter_about_list li.onlineProcessing a {
    color: #fff;
    padding-left: 52px;
    background-image: url(zxbl.png) !important;
    background-repeat: no-repeat !important;
    background-position: left 16px center !important;
    background-size: 15px;
}
.matter_about .matter_about_list li.subscription a {
    /*background-image: url("icon_subscription.png");
    background-position: left 16px center;
    background-repeat: no-repeat;
    background-size: 20px!important;
    padding-left: 58px;*/
    letter-spacing: 2px;
    padding-left: 17px;
    display: flex;
    align-items: center;
}
.matter_about .matter_about_list li.subscription a input {
    position: absolute;
    margin-right: -100%;
    opacity: 0;
}
.matter_about .matter_about_list li.subscription a label {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    color: transparent;
    background: url(icon_subscription.png) no-repeat;
    background-size: cover !important;
    margin-right: 20px;
    cursor: pointer;
}
.matter_about .matter_about_list li.subscription a:hover {
    color: #fff;
    background-color: #0061e9;
}
.matter_about .matter_about_list li.subscription a:hover label {
    background: url(icon_subscription_hover.png) no-repeat;
}
.matter_about .matter_about_list li.subscription.iSubscribed a label {
    background-image: url("icon_alreadySubscribed.png");
    margin-right: 14px;
}
.matter_about .matter_about_list li.subscription.iSubscribed a {
    color: #0061e9;
}
.matter_about .matter_about_list li.subscription.iSubscribed a:hover {
    background: none;
}
.matter_about .matter_about_list li.subscription.iSubscribed a:hover label {
    background-image: url("icon_unsubscribe.png");
}
.matter_about .matter_about_list li.subscription.iSubscribed a label:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    animation-duration: 1s;
    animation-name: starEnlarge;
    animation-fill-mode: forwards;
    background: url(icon_alreadySubscribed.png) no-repeat;
    background-size: cover !important;
}
.matter_about .matter_about_list li.download a {
    background-image: url("icon_download.png") !important;
    background-repeat: no-repeat !important;
    background-position: left 16px center !important;
    background-size: 20px !important;
    padding-left: 58px;
}
.matter_about .matter_about_list li.download a:hover {
    color: #fff;
    background-image: url(icon_download_hover.png) !important;
    background-color: #4393F5;
}
.matter_about .matter_about_list li.evaluationGuidelines a {
    background-image: url("icon_evaluationGuidelines.png") !important;
    background-repeat: no-repeat !important;
    background-position: left 16px center !important;
    background-size: 20px !important;
    padding-left: 46px;
}
.matter_about .matter_about_list li.evaluationGuidelines a:hover {
    color: #fff;
    background-image: url("icon_evaluationGuidelines_hover.png") !important;
    background-color: #0061e9;
}
.matter_about .matter_about_list li.share {
    position: relative;
}
.matter_about .matter_about_list .download {
    display: none;
}
.matter_about .matter_about_list .simpleVersion {
    display: none;
}
.share .share_sub {
    position: absolute;
    padding: 14px;
    width: 150px;
    height: 150px;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translatex(-50%);
    box-shadow: 0 2px 15px rgba(153, 153, 153, 0.4);
    z-index: -1;
    opacity: 0;
    transition: all 0.35s;
    background: #fff;
}
.share .share_sub:before {
    content: "";
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #ffffff;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.share .share_sub img {
    width: 100%;
    height: 100%;
}
.matter_about .matter_about_list li.share span.btn {
    background-image: url("icon_share.png") !important;
    background-repeat: no-repeat !important;
    background-position: left 16px center !important;
    background-size: 20px !important;
    padding-left: 65px;
    display: block;
}
.matter_about .matter_about_list li.share:hover .share_sub {
    opacity: 1;
    z-index: 99;
}
.matter_about .matter_about_list li.share span.btn:hover {
    /*color: #fff;
    background-image: url("icon_share_hover.png") !important;
    background-color: #4393F5;*/
}
.matter_about .matter_about_list li.simpleVersion {
    float: right;
    width: 300px;
    height: 60px;
    line-height: 58px;
    border: 1px solid #E9E9EB;
    background-image: url("icon_guide.png") !important;
    background-repeat: no-repeat !important;
    background-position: left 20px center !important;
    background-color: #fff;
    background-size: 25px !important;
    margin-top: -20px;
}
.matter_about .matter_about_list li.simpleVersion a {
    padding-left: 57px;
    color: #4393F5;
    font-size: 16px;
    background-image: url("icon_guide_right.png") !important;
    background-repeat: no-repeat !important;
    background-position: right 20px center !important;
    background-size: 8px;
}
.matter_about .matter_about_list li.onlineProcessing.invalid a {
    background-color: #b3b3b3;
    cursor: no-drop;
}
.overview_bottom {
}
.overview_bottom .matter_table {
    float: left;
    width: 880px;
    margin-right: 20px;
    background: #ffffff;
    padding: 20px;
}
.overview_bottom .matter_table .sxjbxx {
    width: 100%;
    margin-bottom: 20px;
    height: 45px;
    line-height: 45px;
}
.overview_bottom .matter_table .sxtex {
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
    text-align: left;
    color: #333;
    float: left;
}
.overview_bottom .matter_table .sxdown {
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    color: #0061e9;
    text-align: center;
    margin-top: 20px;
    background: url(bszn_line.png) center no-repeat;
}
.overview_bottom .matter_table .sxdown img {
    margin-left: 6px;
    width: 12px;
    vertical-align: revert;
}
.overview_bottom .matter_table .sxcon table tr {
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.overview_bottom .matter_table .sxcon .firli {
    width: 100%;
    height: 60px;
    line-height: 60px;
}
.overview_bottom .matter_table .sxcon .firli th {
    height: 60px;
    line-height: 60px;
    background: #f5f6f8;
    text-align: center;
    border: 1px solid #e8e9ec;
    font-size: 18px;
    font-weight: 400;
}
.overview_bottom .matter_table .sxcon table {
    width: 100%;
    margin-top: 20px;
}
.overview_bottom .matter_table .sxcon table:first-child {
    margin-top: 0px;
}
.overview_bottom .matter_table .sxcon table td {
    border: 1px solid #e8e9ec;
    font-size: 16px;
    color: #333;
    word-break: break-all;
}
.overview_bottom .matter_table .sxcon .lilo {
    width: 135px;
    background: #f5f6f8;
    padding: 14px 15px;
    text-align: left;
    line-height: 22px;
}
.overview_bottom .matter_table .sxcon .lish {
    width: 286px;
    background: #ffffff;
    padding: 14px 16px;
    text-align: left;
    line-height: 22px;
}
.overview_bottom .matter_table .sxcon .otherInformation {
    display: none;
}
/*.overview_bottom .matter_table li {
    border-top: 1px dashed #ccc;
    padding: 10px 0;
}
.overview_bottom .matter_table li:first-child {
    border-top: none;
}
.overview_bottom .matter_table li .matter_field_sub {
    float: left;
    width: 400px;
    line-height: 24px;
    margin-left: 40px;
}
.overview_bottom .matter_table li .matter_field_sub:first-child {
    margin-left: 0;
}
.overview_bottom .matter_table li .matter_field_sub .sub_label {
    font-size: 16px;
    color: #333;
}
.overview_bottom .matter_table li .matter_field_sub .sub_content {
    font-size: 16px;
    color: #333;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.overview_bottom .matter_table li .matter_field_sub .sub_content a {
    color: #0A95FD;
    cursor: pointer;
}
.overview_bottom .matter_table li .matter_field_sub .sub_content p {
    line-height: 30px;
}*/
.overview_bottom .matter_correlation {
    float: left;
    width: 300px;
}
.matter_correlation .correlation_sub {
    border: 1px solid #E8E9EC;
    background: #fff;
    margin-bottom: 25px;
}
.matter_correlation .correlation_sub .correlation_sub_top {
    padding: 20px;
}
.matter_correlation .correlation_sub .sub_title span {
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
    color: #000;
}
.matter_correlation .correlation_sub .sub_title .question_more {
    float: right;
    font-size: 14px;
    line-height: 25px;
    color: #999;
    display: none;
}
.correlation_sub_top .starRating {
    margin-top: 20px;
}
.correlation_sub_top .starRating span {
    float: left;
    font-size: 16px;
    color: #333;
    line-height: 22px;
}
.matter_correlation .questionsphone {
    width: 300px;
    background: #fff;
    border: 1px solid #e9e9eb;
    padding: 20px;
    margin-bottom: 20px;
}
.matter_correlation .cprocedure {
    width: 300px;
    background: #fff;
    border: 1px solid #e9e9eb;
    padding: 20px;
    margin-bottom: 20px;
}
.matter_correlation .questionsphone .zxphone, .matter_correlation .cprocedure .zxphone {
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
    line-height: 25px;
}
.matter_correlation .questionsphone p, .matter_correlation .cprocedure p {
    color: #333333;
    font-size: 16px;
    text-align: left;
    margin-bottom: 16px;
    line-height: 22px;
    word-wrap: break-word;
}
.matter_correlation .questionsphone p a, .matter_correlation .cprocedure p a {
    color: #216ED6;
    font-size: 16px;
}
.matter_correlation .questionsphone p:last-child, .matter_correlation .cprocedure p:last-child {
    margin-bottom: 0px;
}
.matter_correlation .ercode {
    width: 300px;
    height: 150px;
    background: #fff;
    border: 1px solid #e9e9eb;
    padding: 26px 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.matter_correlation .ercode .ercodeImg {
    position: relative;
}
.matter_correlation .ercode .ercodeImg img {
    display: block;
    width: 52px;
    height: 52px;
}
.matter_correlation .ercode .codecon {
    margin-left: auto;
}
.matter_correlation .ercode .codecon p:first-child {
    font-size: 18px;
    text-align: left;
    color: #000;
    margin-bottom: 10px;
    line-height: 25px;
}
.matter_correlation .ercode .codecon p span {
    font-size: 16px;
    text-align: left;
    color: #000;
}
.matter_correlation .ercode .codecon p a {
    font-size: 16px;
    color: #0061e9;
    cursor: pointer;
    margin-left: auto;
}
.matter_correlation .ercode .codecon .download {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 22px;
}
.matter_correlation .ercode .ercodeb {
    position: absolute;
    padding: 20px;
    width: 230px;
    height: 230px;
    bottom: calc(100% + 15px);
    left: -14px;
    box-shadow: 0 2px 15px rgba(153, 153, 153, 0.4);
    z-index: -1;
    opacity: 0;
    transition: all 0.35s;
    background: #fff;
}
.matter_correlation .ercode .ercodeb:before {
    content: "";
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #ffffff;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 100%;
    left: 20px;
}
.matter_correlation .ercode .ercodeImg:hover .ercodeb {
    opacity: 1;
    z-index: 99;
}
.matter_correlation .ercode .ercodeImg .ercodeb img{
    width: 100%!important;
    height: 100%!important;
}
.starRating .starRating_choice {
    float: left;
    position: relative;
    padding: 0;
    border: none;
    margin-top: 3px;
}
.starRating .starRating_choice > input {
    position: absolute;
    margin-right: -100%;
    opacity: 0;
}
/*.starRating .starRating_choice > input:checked ~ label,*/
/*.starRating .starRating_choice > input:focus ~ label,
.starRating .starRating_choice > input:hover ~ label,*/
.starRating .starRating_choice > input.active ~ label {
    background-image: url(icon_star_hover.png) !important;
    background-repeat: no-repeat !important;
}
.starRating .starRating_choice > label {
    position: relative;
    float: right;
    width: 16px;
    height: 16px;
    color: transparent;
    /*cursor: pointer;*/
    background-image: url(icon_star.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin-left: 8px;
}
.matter_correlation .starRating .starRating_choice > label {
    cursor: default;
}
.starRating_choice > input.active + label:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    animation-duration: 1s;
    animation-name: starEnlarge;
    animation-fill-mode: forwards;
    background-image: url(icon_star_hover.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
@keyframes starEnlarge {
    0% {
        transform: scale(1);
    }
    99% {
        transform: scale(4);
        opacity: 0
    }
    to {
        transform: scale(1);
        opacity: 0
    }
}
.correlation_sub_bottom {
    border-top: 1px solid #E8E9EC;
    padding: 14px 0;
}
.correlation_sub_bottom .link {
    float: left;
    width: 50%;
    line-height: 30px;
    text-align: center;
}
.correlation_sub_bottom .link a {
    font-size: 16px;
    color: #0061E9;
    cursor: pointer;
}
.correlation_sub_bottom .link:first-child {
    border-right: 1px solid #E8E9EC;
}
.correlation_sub_top .problem_con {
    margin-top: 20px;
    /*line-height: 22px;*/
}
.correlation_sub_top .problem_con p {
    font-size: 16px;
    color: #333;
}
.correlation_sub_top .problem_con ul li {
    margin-top: 10px;
    border-top: 1px dashed #cacaca;
    padding-top: 10px;
}
.correlation_sub_top .problem_con ul li:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
.correlation_sub_top .problem_con ul li span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    word-wrap: break-word;
}
.correlation_sub_top .problem_con ul li .question {
    background-image: url(icon_question.png) !important;
    background-repeat: no-repeat !important;
    background-position: left 2px !important;
    padding-left: 26px;
    background-size: 20px;
    color: #333;
}
.correlation_sub_top .problem_con ul li .answer {
    background: url(icon_answer.png) no-repeat left 2px;
    padding-left: 26px;
    background-size: 20px;
    margin-top: 10px;
    color: #666;
}
.correlation_sub_top .problem_con ul li .answer span {
    display: inline;
}
.expand_box {
    display: inline;
    word-break: break-word;
}
.textExpansion {
    display: inline;
    white-space: nowrap;
    color: #0061E9;
    cursor: pointer;
    width: auto;
    text-align: center;
    margin-left: 4px;
    font-size: 16px;
}
.textExpansion img {
    width: 12px;
    height: auto;
    margin-left: 6px;
    vertical-align: revert;
}
/* .textExpansion:hover{
    color: #fff;
    background: #4393F5;
} */
.correlation_sub_bottom_single {
    border-top: 1px solid #E8E9EC;
    background: url("icon_guide_right.png") no-repeat right 20px center;
    background-size: 8px !important;
}
.correlation_sub_bottom_single a {
    padding: 14px 20px;
    display: block;
    font-size: 16px;
    color: #4393F5;
    line-height: 22px;
    cursor: pointer;
}
.correlation_sub_single {
    background: url("icon_guide_right.png") no-repeat right 20px center;
    background-size: 8px !important;
}
.correlation_sub.qzqd {
    display: none;
}
.correlation_sub_single a {
    padding: 14px 20px;
    color: #000;
    display: block;
}
/**************/
.matter_detailed {
    padding-bottom: 60px;
    background: #fff;
    padding-top: 30px;
}
.matter_detailed .zwfw_container {
    position: relative;
}
.matter_detailed .ceilingBox {
    background: #fff;
}
.matter_detailed .ceilingBox .ceilingBox_top {
    padding: 20px 60px 20px 0;
    display: none;
}
.ceilingBox_top .matter_title > span {
    font-size: 28px;
    line-height: 46px;
    max-width: 75%;
}
.ceilingBox_top .matter_title .switchLocale {
    line-height: 40px;
    display: none;
}
.ceilingBox_top .matter_title .onlineProcessing {
    margin-left: auto;
    float: right;
    /*background: url(zxblb.png) no-repeat;
    background-size: cover;*/
    height: 50px;
    width: 132px;
    line-height: 50px;
    border-radius: 4px;
    background: linear-gradient(93.39deg, #0176ff 0%, #0061e9 100%);
}
.ceilingBox_top .matter_title .onlineProcessing a {
    display: block;
    cursor: pointer;
    color: #fff;
    padding-left: 52px;
    background-image: url(zxbl.png) !important;
    background-repeat: no-repeat !important;
    background-position: left 16px center !important;
    background-size: 15px;
}
.matter_detailed .detailed_menu {
    background: #F5F6F8;
}
.matter_detailed.fixed .ceilingBox:after {
    content: "";
    width: 100%;
    /*height: 30px;*/
    background: #fff;
    display: block;
}
.matter_detailed.fixed .ceilingBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.matter_detailed.fixed .ceilingBox .matter_title {
    width: 1200px;
    height: 100%;
    overflow: hidden;
    background: #ffffff;
    float: none;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
}
.matter_detailed.fixed .ceilingBox .ceilingBox_top {
    /*position: fixed;
    top: 0;
    left: 0;*/
    width: 100%;
    z-index: 999;
    display: block;
    /*height: 133px;*/
    padding: 0;
    background: #fff;
    box-shadow: 0 2px 12px #99999933;
}
.matter_detailed.fixed > .zwfw_container {
    padding-top: 50px;
}
.matter_detailed.fixed .ceilingBox .ceilingBox_bottom {
    padding-top: 30px;
}
.matter_detailed.fixed .ceilingBox .ceilingBox_b {
    position: fixed;
    top: 133px;
    z-index: 99;
    display: block;
    padding-top: 30px;
    background: #fff;
}
.matter_detailed.fixed {
    padding-top: 30px;
    background: #fff;
}
.matter_detailed .detailed_menu li {
    float: left;
    line-height: 48px;
    font-size: 18px;
    text-align: center;
    width: 210px;
    border-top: 1px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
    position: relative;
    cursor: pointer;
}
.matter_detailed .detailed_menu li:first-child {
    width: 170px;
    border-left: 1px solid #CBCBCB;
}
.matter_detailed .detailed_menu li:last-child {
    width: 190px;
    border-right: 1px solid #CBCBCB;
}
.matter_detailed .detailed_menu li.active,
.matter_detailed .detailed_menu li:hover {
    background: #4393F5;
    border-color: #4393F5;
    border-left: none;
    border-right: none;
    background: linear-gradient(90.00deg, #0176ff 0%, #0061e9 100%);
}
.matter_detailed .detailed_menu li.active a,
.matter_detailed .detailed_menu li:hover a {
    color: #fff;
}
.matter_detailed .detailed_menu li.active:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #0176ff;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.matter_detailed .detailed_menu li.active:after {
    content: "";
    width: 20px;
    height: 12px;
    background: url("icon_down.png") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 5px;
}
.matter_detailed .detailed_menu li a {
    display: block;
}
.detailed_main .main_box {
    display: none;
}
.detailed_main .main_box:first-child {
    display: block;
}
.detailed_main .main_sub {
    /*margin-top: 30px;*/
    padding-top: 10px;
}
.detailed_main .main_sub .sub_title {
    padding-bottom: 10px;
    border-bottom: 2px solid #333;
}
.detailed_main .main_sub .sub_title span {
    display: inline-block;
    font-size: 24px;
    color: #333;
    line-height: 33px;
}
.detailed_main .main_sub .sub_content {
    margin-top: 20px;
}
.main_sub .sub_content table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.main_sub .sub_content table tbody {

}
.main_sub .sub_content table th {
    border: 1px solid #E8E9EC;
    background: #F5F6F8;
    /*width: 130px;*/
    min-width: 65px;
    font-weight: 400;
    padding: 10px;
}
.main_sub#sub4_1 .sub_content table th {
    width: 135px;
    text-align: left;
}
.main_sub .sub_content table td {
    border: 1px solid #E8E9EC;
    height: 50px;
    padding: 14px 16px;
    font-size: 16px;
    color: #333;
    word-break: break-all;
}
.main_sub .sub_content table td.label {
    width: 134px;
    background: #F5F6F8;
}
.main_sub .sub_content table td.content {
    width: 267px;
}
.main_sub .sub_content table td.content .basisText {
    margin: 10px 0;
}
.main_sub .sub_content table td a {
    color: #0061e9;
}
.main_sub .sub_content table td.noMessage {
    background: none !important;
    border: none !important;
    text-align: center;
}
.main_sub .sub_content table td.noMessage span {
    font-size: 18px;
    color: #999 !important;
}
.main_sub .sub_content.twoColumns table td.label {
    width: 202px;
}
.main_sub .sub_content.twoColumns table td.content {
    width: 396px;
    word-wrap: break-word;
    word-break: break-all;
}
/*.detailed_main .billOfMaterials .main_sub .sub_content {
    overflow-x: scroll;
}*/
.detailed_main .billOfMaterials .main_sub .sub_content::-webkit-scrollbar-track {
    background: #f1f2f3;
}
.detailed_main .billOfMaterials .main_sub .sub_content::-webkit-scrollbar {
    height: 8px;
}
.detailed_main .billOfMaterials .main_sub .sub_content::-webkit-scrollbar-thumb {
    background-color: #4393F5;
    border-radius: 4px;
}
.detailed_main .billOfMaterials .main_sub .sub_content tr th {
    /* min-width: 88px; */
    /* width: 88px; */
    height: 99px;
    /*line-height: 25px;*/
    font-weight: 400;
    border: 1px solid #e1e1e2;
    text-align: center;
    font-size: 18px;
    color: #333;
    /* height: auto; */
    padding: 0 11px;
}
.detailed_main .billOfMaterials .main_sub .sub_content tr .ordzzz {
    padding: 0 8px;
}
.detailed_main .billOfMaterials .main_sub .sub_content tr th.number {
    min-width: 60px;
}
.detailed_main .billOfMaterials .main_sub .sub_content tr td {
    text-align: center;
}
.detailed_main .billOfMaterials .main_sub .sub_content tr td a {
    color: #0061e9;
    max-width: 150px;
    display: inline-block;
    word-wrap: break-word;
}
.detailed_main .billOfMaterials .main_sub .sub_content tr td.noMessage {
    color: #666;
}
.detailed_main .billOfMaterials .main_sub .sub_content tr td.hideLabel {
    display: none;
}
.detailed_main .billOfMaterials .main_sub .sub_content .license {
    font-weight: 400;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.detailed_main .billOfMaterials .main_sub .sub_content .license img {
    width: auto;
    height: 18px;
}
.detailed_main .billOfMaterials .main_sub .sub_content .license div {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #0061e9;
    margin-top: 10px;
}
.sideMenu {
    position: absolute;
    left: 0;
    top: 45px;
    margin-left: -97px;
}
.matter_detailed.fixed .sideMenu {
    position: fixed;
    top: 205px;
    left: auto;
    display: block;
}
.sideMenu ul {
    border-right: 1px solid #E8E9EC;
    padding: 10px 0;
}
.sideMenu ul li {
    line-height: 22px;
    padding-right: 20px;
    margin-top: 18px;
    cursor: pointer;
}
.sideMenu ul li:first-child {
    margin-top: 0;
}
.sideMenu ul li a {
    font-size: 14px;
    color: #666;
    cursor: pointer;
}
.sideMenu ul li.active {
    border-right: 4px solid #4393F5;
}
.sideMenu ul li.active a {
    color: #4393F5;
}
.sub_content .flowChart a {
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    background: #4393F5;
    color: #fff;
    padding: 0 14px;
    border-radius: 4px;
}
.sub_content .detailedProcess {
    margin-top: 20px;
}
.sub_content .detailedProcess h2 {
    font-size: 22px;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
}
.sub_content .detailedProcess .step li {
    margin-top: 10px;
}
.sub_content .detailedProcess .step li .step_label {
    line-height: 32px;
}
.sub_content .detailedProcess .step li .step_label .number {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    background: #4393F5;
    text-align: center;
    float: left;
}
.sub_content .detailedProcess .step li .step_label h3 {
    float: left;
    margin-left: 20px;
    color: #4393F5;
}
.sub_content .detailedProcess .step li .step_con {
    border-left: 1px solid #4393F5;
    width: calc(100% - 16px);
    margin-left: 16px;
    margin-top: 10px;
    padding: 10px 20px 10px 36px;
}
#sub2_1 .sub_content table tr th {
    height: 60px;
    font-size: 18px;
    color: #333;
}
#sub2_1 .sub_content table tr td {
    text-align: center;
    font-size: 16px;
    color: #333;
}
#sub2_1 .sub_content table tr td.hideLabel{
    display: none;
}
#sub2_1 .sub_content table tr td.processName {
    width: 148px;
}
#sub2_1 .sub_content table tr td.handlingContent {
    width: 192px;
}
#sub2_1 .sub_content table tr td.reviewStandards {
    width: 304px;
    text-align: left;
}
#sub5_1 .sub_title {
    padding: 20px 0px;
    font-size: 20px;
    color: #333;
}
#sub6_1 .sub_title {
    padding: 20px 0px;
    font-size: 20px;
    color: #333;
}
#sub5_1 .sub_content {
    padding: 0 20px 20px 0;
    background: #ffffff;
    display: flex;
    flex-wrap: nowrap;
}
#sub5_1 .sub_content .sub_content_left {
    float: left;
    width: 472px;
}
#sub5_1 .sub_content .sub_content_right {
    float: left;
    width: 472px;
    margin-left: 40px;
}
#sub5_1 .sub_content .label {
    font-size: 18px;
    line-height: 40px;
}
#sub5_1 .sub_content ul li {
    /*display: flex;
    flex-wrap: nowrap;*/
    line-height: 24px;
    padding: 4px 0;
    font-size: 16px;
    color: #333;
}
#sub5_1 .sub_content ul li span {
    float: left;
    width: 50px;
}
#sub5_1 .sub_content ul li span + p {
    float: left;
    width: calc(100% - 50px);
}
#sub6_1 .sub_content {
}
#sub6_1 .sub_content table tr td:first-child {
    width: 50px;
    background: #f5f6f8;
    border: 1px solid #e8e9ec;
    text-align: center;
    font-size: 20px;
    color: #333;
}
#sub6_1 .sub_content table td .qCon,
#sub6_1 .sub_content table td .aCon {
    display: flex;
    font-size: 16px;
    color: #333;
    line-height: 22px;
}
#sub6_1 .sub_content table td .aCon {
    margin-top: 4px;
    color: #999;
}
#sub6_1 .sub_content table td .qCon i,
#sub6_1 .sub_content table td .aCon i {
    white-space: nowrap;
    font-style: normal;
}
.step_con .info span {
    display: inline-block;
    font-size: 14px;
    color: #666;
    line-height: 22px;
}
.step_con .info .timeLimit {
    margin-right: 40px;
}
.step_con table.con_table {
    margin-top: 20px;
}
.step_con table.con_table th {
    border: 1px solid #E8E9EC;
    background: #F5F6F8;
    text-align: center;
    font-weight: 400;
    color: #333;
    width: 200px;
}
.step_con table.con_table td {
    color: #666;
    height: auto;
    line-height: 40px;
    padding: 10px 15px;
}
/* 骨架屏加载效果 */
.skeleton_box {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    background: #fff;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
}
.skeleton {
    background: linear-gradient(
            90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
    background-size: 400% 100%;
    animation: skeleton-loading 1.4s ease infinite;
}
@keyframes skeleton-loading {
    0% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}
.skeleton_box .box1_1 {
    float: left;
    width: 640px;
    height: 48px;
}
.skeleton_box .box1_2 {
    float: left;
    width: 120px;
    height: 40px;
    margin-left: 30px;
}
.skeleton_box .box1_3 {
    float: right;
    width: 332px;
    height: 77px;
}
.skeleton_box .box2 {
    margin-top: 30px;
}
.skeleton_box .box2_1 {
    float: left;
    width: 132px;
    height: 50px;
}
.skeleton_box .box2_2 {
    float: right;
    width: 450px;
    height: 40px;
}
.skeleton_box .box3 {
    margin-top: 30px;
}
.skeleton_box .box3_left {
    float: left;
    width: 880px;
}
.skeleton_box .box3_1 {
    display: block;
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
}
.skeleton_box .box3_right {
    float: right;
    width: 300px;
}
.skeleton_box .box3_2 {
    float: right;
    width: 300px;
    height: 154px;
    margin-bottom: 20px;
}
.skeleton_box .box4 {
    margin-top: 20px;
    width: 100%;
    height: 59px;
}
.guide_evaluate {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-color: rgb(138 138 138 / 70%);*/
    background: url("/cms_files/filemanager/1613938164/picture/20247/0A2BFE8A38777F428961FE5BC6861F43.png") repeat;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    display: none;
    opacity: 0;
}
.guide_evaluate.show {
    display: block;
    opacity: 1;
    z-index: 999;
}
.guide_evaluate .evaluate_form {
    position: absolute;
    width: 600px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
}
.guide_evaluate .evaluate_form h2 {
    height: auto;
    line-height: 40px;
    font-size: 24px;
    border-bottom: 1px solid #dfe1e2;
    padding-bottom: 10px;
    font-weight: 500;
}
.guide_evaluate .evaluate_form .evaluate_form_option {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin: 20px 0;
}
.guide_evaluate .evaluate_form .evaluate_form_option > input {
    position: absolute;
    margin-right: -100%;
    opacity: 0;
}
.guide_evaluate .evaluate_form .evaluate_form_option > input.active ~ label {
    background: url(icon_star_hover.png) no-repeat;
}
.guide_evaluate .evaluate_form .evaluate_form_option > label {
    position: relative;
    float: right;
    width: 30px;
    height: 30px;
    color: transparent;
    cursor: pointer;
    background: url(icon_star.png) no-repeat;
    background-size: cover !important;
    margin-right: 10px;
}
.guide_evaluate .evaluate_form .evaluate_form_option > input.active + label:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    animation-duration: 1s;
    animation-name: starEnlarge;
    animation-fill-mode: forwards;
    background: url(icon_star_hover.png) no-repeat;
    background-size: cover !important;
}
.evaluationTags_title {
    font-size: 16px;
}
.evaluationTags_title span {
    line-height: 20px;
    display: inline-block;
}
.evaluationTags_title i {
    color: #ed3838;
    margin-right: 6px;
}
.guide_evaluate .evaluate_form .evaluationTags_list {
    margin-left: -10px;
}
.guide_evaluate .evaluate_form .evaluationTags_list li {
    float: left;
    width: calc((100% - 40px) / 4);
    height: 40px;
    line-height: 36px;
    background-color: #f1f2f3;
    margin-left: 10px;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 6px;
    border: 2px solid #f1f2f3;
}
.guide_evaluate .evaluate_form .evaluationTags_list li span {
    display: block;
    padding-left: 10px;
    font-size: 14px;
}
.guide_evaluate .evaluate_form .evaluationTags_list li.on {
    background: url(bg_chosed.png) no-repeat right bottom #f1f2f3;
    background-size: 26px;
    border-color: #3e81f5;
}
.guide_evaluate .evaluate_form .evaluate_comment_input textarea {
    width: 100%;
    min-height: 90px;
    margin-top: 14px;
    padding: 10px;
    font-size: 16px;
    color: #666;
    border: 1px solid #666;
}
.guide_evaluate .evaluate_form .evaluate_comment_input .prompt {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}
.guide_evaluate .evaluate_form .evaluate_submit {
    margin-top: 10px;
}
.guide_evaluate .evaluate_form .evaluate_submit input[type="button"] {
    width: 120px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    background-color: #3e81f5;
    outline: none;
    border: none;
    color: #fff;
    font-size: 16px;
}
.guide_evaluate .evaluate_form .evaluate_close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    background: url("/cms_files/filemanager/1613938164/picture/20247/F66CA9C93746F9F3B03F21C5B95362BF.png") no-repeat center;
    background-size: cover;
    cursor: pointer;
}
.guide_evaluate .evaluate_form .form_field {
    display: none;
}
.guide_evaluate .evaluate_form .submit_prompt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(241, 242, 243, 0.96);
    opacity: 0;
    z-index: -1;
}
.guide_evaluate .evaluate_form .submit_prompt.show {
    opacity: 1;
    z-index: 9;
    transition: all 0.5s ease-out;
}
.guide_evaluate .evaluate_form .submit_prompt .prompt_icon {
    width: 64px;
    height: 60px;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.guide_evaluate .evaluate_form .submit_prompt.error .prompt_icon {
    background-image: url("/cms_files/filemanager/1613938164/picture/20248/F533DA23F31929E98D33FE717B53137D.png");
}
.guide_evaluate .evaluate_form .submit_prompt.success .prompt_icon {
    background-image: url("/cms_files/filemanager/1613938164/picture/20248/A93C23EE7C4B9E51129195A00A95E993.png");
}
.guide_evaluate .evaluate_form .submit_prompt .prompt_text {
    font-size: 20px;
    display: inline-block;
    line-height: 40px;
    margin-top: 20px;
}
.noContent {
    text-align: center;
    min-height: 570px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.noContent img {
    width: 360px;
    height: auto;
}
.noContent div span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #666;
}
.guide_overview .viewDetails {
    padding-right: 20px;
    background: url("icon_details.png") no-repeat right center;
    background-size: 10px;
}
/* 下载样式 */
.guide.toPdf .matter_about {
    display: none;
}
.guide.toPdf .matter_title .switchLocale {
    display: none;
}
.guide.toPdf .overview_bottom .matter_correlation {
    display: none;
}
.guide.toPdf .overview_bottom .matter_table li.matter_table_last {
    display: none;
}
.guide.toPdf .overview_bottom .matter_table li .matter_field_sub {
    width: 580px;
}
.guide.toPdf .guide_overview {
    padding-bottom: 20px;
    background: none;
}
.guide.toPdf .ceilingBox {
    display: none;
}
.guide.toPdf .detailed_main .main_sub {
    margin-top: 20px;
}
.guide.toPdf .sideMenu {
    display: none !important;
}
.guide.toPdf .detailed_main .main_box {
    display: block !important;
}
.guide.toPdf .detailed_main .billOfMaterials .main_sub .sub_content tr th,
.guide.toPdf .detailed_main .billOfMaterials .main_sub .sub_content tr td {
    min-width: auto;
}
.guide.toPdf #sub3_1 .flowChart {
    display: none;
}
.sxcon .phoneTitle {
    display: none;
}
/* 0831新增 */
.sxcon a {
    color: #0061e9;
    cursor: pointer;
}
.sqcl_clmc {
    width: 150px;
    min-width: 150px;
}
.sqcl_clyq {
    width: 200px;
    min-width: 200px;
}
.cjwtjd {
    font-size: 20px;
    height: 50px;
    border-bottom: 2px solid #333;
    margin-bottom: 20px;
}
#sub4_1 .sub_content tbody:not(:last-child)::after {
    content: '';
    display: block;
    height: 20px;
}
.overview_bottom .mobileMenu {
    display: none;
}
/*** 自适应 ***/
@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .overview_bottom .matter_table {
        width: calc(100% - 320px);
    }
    .matter_detailed .detailed_menu {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    .matter_detailed .detailed_menu li {
        flex-grow: 1;
    }
    .matter_detailed.fixed .ceilingBox .ceilingBox_top {
        padding: 0 20px;
    }
    .matter_detailed.fixed .ceilingBox .ceilingBox_b {
        width: calc(100% - 40px);
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .matter_title {
        max-width: none;
        float: none;
    }
    .matter_limit {
        float: none;
        display: block;
        margin-top: 20px;
    }
    .matter_about .matter_about_list li.share span.btn {
        padding: 0 10px 0 60px;
    }
    .overview_bottom .matter_table {
        float: none;
        width: 100%;
    }
    .overview_bottom .matter_correlation {
        float: none;
        width: 100%;
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: -20px;
    }
    .overview_bottom .matter_correlation > div {
        width: calc((100% - 40px) / 2);
        margin-left: 20px;
        margin-bottom: 20px;
    }
    .matter_detailed .detailed_menu {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    .matter_detailed .detailed_menu li {
        flex-grow: 1;
    }
    .matter_detailed.fixed .ceilingBox .ceilingBox_top{
        padding: 0 20px;
    }
    .detailed_main .main_sub .sub_content{
        overflow-x: scroll;
    }
}
@media screen and (max-width: 768px) {
    body{
        background: #F5F5F5;
    }
    .zwfw_footer {
        display: none;
    }
    .guide_content {
        margin-top: 0;
        background: #F5F5F5;
        padding-bottom: 1.46rem;
    }
    .guide_content .zwfw_container {
        padding: 0;
    }
    .guide_overview {
        padding: 0;
    }
    .overview_top {
        padding: 0.4rem 0.2rem 0 0.2rem;
        overflow: hidden;
        background: #fff;
    }
    .matter_title {
        float: none;
        max-width: none;
    }
    .matter_title .switchLocale {
        display: none;
    }
    .matter_title > span {
        font-weight: 600;
        font-size: 0.48rem;
        line-height: 0.67rem;
        margin-right: 0;
        margin-bottom: 0;
        max-width: 100%;
    }
    .matter_limit {
        margin-top: 0.32rem;
        float: none;
        display: block;
    }
    .matter_limit ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .matter_limit ul li {
        margin-left: auto;
    }
    .matter_limit ul li .limit_top {
        line-height: 0.48rem;
        font-size: 0.34rem;
        text-align: center;
    }
    .matter_limit ul li .limit_top em {
        color: #0061E9;
        font-size: 0.34rem;
        line-height: 0.48rem;
        margin-left: 0;
    }
    .matter_limit ul li .limit_bottom {
        font-size: 0.26rem;
        line-height: 0.36rem;
        margin-top: 0.08rem;
    }
    .matter_about {
        margin: 0;
        height: auto;
        padding: 0.4rem 0.2rem;
        background: #fff;
    }
    .matter_about .matter_about_list {
        justify-content: flex-end;
    }
    .matter_about .matter_about_list li.onlineProcessing {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 0.24rem;
        background: #fff;
        height: auto;
        z-index: 9999;
        box-shadow: 0 0.02rem 0.12rem #99999933;
    }
    .matter_about .matter_about_list li.onlineProcessing a {
        height: 0.98rem;
        line-height: 0.98rem;
        padding-left: 0;
        background: #0176FF !important;
        border-radius: 0.08rem;
        text-align: center;
        font-size: 0.336rem;
    }
    .matter_about .matter_about_list li {
        width: 1.6rem;
        margin-left: 0.2rem;
        height: 0.6rem;
        line-height: 0.6rem;
        border: none;
        background: #F8FAFF;
        border-radius: 0;
    }
    .matter_about .matter_about_list li.evaluationGuidelines {
        width: 1.87rem;
    }
    .matter_about .matter_about_list li.evaluationGuidelines a {
        padding-left: 0.58rem;
        background-size: 0.25rem !important;
    }
    .matter_about .matter_about_list li a {
        font-size: 0.26rem;
    }
    .matter_about .matter_about_list li.subscription a {
        padding-left: 0.34rem;
    }
    .matter_about .matter_about_list li.subscription a label {
        width: 0.28rem;
        height: 0.28rem;
        margin-right: 0.12rem;
    }
    .matter_about .matter_about_list li.share span.btn {
        font-size: 0.26rem;
        padding: 0 0 0 0.74rem;
        background-size: 0.28rem !important;
        background-position: left 0.34rem center !important;
    }
    .sxcon .phoneTitle {
        display: block;
        line-height: 0.42rem;
        font-size: 0.3rem;
        margin-top: 0.32rem;
        font-weight: 700;
    }
    .sxcon .phoneTitle:first-child{
        margin-top: 0;
    }
    .guide_overview .viewDetails {
        padding-right: 0.36rem;
        background-size: 0.24rem;
    }
    .overview_bottom .matter_table {
        float: none;
        width: 100%;
        padding: 0.32rem 0.24rem 0.24rem 0.24rem;
    }
    .overview_bottom .matter_table .sxjbxx {
        margin-bottom: 0.2rem;
        height: 0.42rem;
        line-height: 0.42rem;
        display: none;
    }
    .overview_bottom {
        margin-top: 0.24rem;
    }
    .overview_bottom .matter_table li {
        padding: 0.24rem 0;
    }
    .overview_bottom .matter_table .sxcon table {
        display: block;
        margin-top: 0.2rem;
        padding: 0.24rem;
        background: #F5F6F8;
        border-radius: 0.08rem;
    }
    .overview_bottom .matter_table .sxcon .firli {
        height: 0.42rem;
        line-height: 0.42rem;
        margin-bottom: 0.2rem;
        display: none;
    }
    .overview_bottom .matter_table .sxcon .firli th {
        background: none;
        border: none;
        display: block;
        height: 0.42rem;
        line-height: 0.42rem;
        font-size: 0.3rem;
        white-space: nowrap;
    }
    .overview_bottom .matter_table .sxcon table tr {
        display: flex;
        flex-wrap: wrap;
        height: auto;
        line-height: normal;
        margin-top: 0.24rem;
        gap: 0.24rem 0;
    }
    .overview_bottom .matter_table .sxcon .firli + tr {
        margin-top: 0;
    }
    .overview_bottom .matter_table .sxcon table td {
        border: none;
        font-size: 0.3rem;
    }
    .overview_bottom .matter_table .sxcon .lilo {
        width: 1.2rem;
        padding: 0;
        line-height: 0.42rem;
        color: #999;
        background: none;
    }
    .overview_bottom .matter_table .sxcon .lish {
        margin-left: 0.4rem;
        width: calc(100% - 1.6rem);
        line-height: 0.45rem;
        padding: 0;
        background: none;
    }
    .overview_bottom .matter_table .sxdown {
        margin-top: -0.04rem;
        background: #F5F6F8;
        border-radius: 0 0 0.08rem 0.08rem;
        padding-bottom: 0.24rem;
        height: 0.66rem;
        line-height: 0.42rem;
        font-size: 0.3rem;
    }
    .overview_bottom .matter_table .sxdown a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .overview_bottom .matter_table .sxdown img {
        width: 0.24rem;
        margin-left: 0.12rem;
    }
    .overview_bottom .matter_correlation {
        margin-top: 0.24rem;
        float: none;
        width: 100%;
        background: #fff;
        padding: 0.32rem 0.24rem;
    }
    .guide_overview > .zwfw_container .overview_bottom .matter_correlation{
        display: none;
    }
    .overview_bottom .mobileMenu{
        display: block;
        overflow: hidden;
        border-bottom: 0.01rem solid #D8D8D8;
        background: #fff;
        padding-top: 0.32rem;
    }
    .overview_bottom .mobileMenu .mobileMenuCon{
        padding: 0 0.24rem;
    }
    .overview_bottom .mobileMenu ul{
        margin-left: -0.48rem;
    }
    .overview_bottom .mobileMenu ul li{
        width: auto;
        margin-left: 0.48rem;
        padding: 0.15rem 0 0.2rem 0;
        position: relative;
    }
    .overview_bottom .mobileMenu ul li a{
        display: block;
        line-height: 0.48rem;
        font-size: 0.34rem;
    }
    .overview_bottom .mobileMenu ul li.swiper-slide-active a{
        color: #0061E9;
    }
    .overview_bottom .mobileMenu ul li.swiper-slide-active:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0.04rem;
        background: #0061E9;
        border-radius: 0.04rem;
    }
    .matter_correlation .correlation_sub {
        border: none !important;
        border-radius: 0;
        margin-bottom: 0;
    }
    .correlation_sub_top .starRating {
        margin: 0;
        background: #F5F6F8;
        padding: 0.3rem;
    }
    .matter_correlation .correlation_sub .correlation_sub_top {
        padding: 0;
    }
    .correlation_sub_bottom {
        background: #F5F6F8;
        border-radius: 0 0 0.08rem 0.08rem;
        padding: 0.32rem 0;
        border-width: 0.01rem;
        border-color: #d8d8d8;
    }
    .correlation_sub_bottom .link {
        line-height: 0.32rem;
    }
    .correlation_sub_bottom .link:first-child {
        border-width: 0.01rem;
        border-color: #d8d8d8;
    }
    .correlation_sub_bottom .link a {
        font-size: 0.3rem;
    }
    .matter_correlation .correlation_sub .sub_title span {
        font-weight: 700;
        font-size: 0.3rem;
        line-height: 0.42rem;
    }
    .correlation_sub_top .starRating {
        margin-top: 0.32rem;
        display: flex;
        align-items: center;
        border-radius: 0.08rem 0.08rem 0 0;
    }
    .correlation_sub_top .starRating span {
        font-size: 0.32rem;
        line-height: 0.32rem;
    }
    .starRating .starRating_choice {
        margin-top: 0.075rem;
    }
    .starRating .starRating_choice > label {
        width: 0.32rem;
        height: 0.3rem;
        margin-left: 0.12rem;
    }
    .matter_correlation .questionsphone,
    .matter_correlation .cprocedure {
        width: 100%;
        padding: 0;
        border: none;
        margin-bottom: 0;
        margin-top: 0.32rem;
    }
    .matter_correlation .questionsphone .zxphone,
    .matter_correlation .cprocedure .zxphone {
        line-height: 0.42rem;
        font-size: 0.3rem;
        margin-bottom: 0.2rem;
        font-weight: 700;
    }
    .matter_correlation .theBox {
        padding: 0.24rem;
        background: #F5F6F8;
        border-radius: 0.08rem;
    }
    .matter_correlation .questionsphone p,
    .matter_correlation .cprocedure p {
        font-size: 0.3rem;
        line-height: 0.42rem;
    }
    .matter_correlation .questionsphone p a,
    .matter_correlation .cprocedure p a{
        font-size: 0.3rem;
        line-height: 0.42rem;
    }
    .matter_correlation .ercode {
        display: none;
    }
    .correlation_sub_top .problem_con {
        margin-top: 0.24rem;
    }
    .correlation_sub_top .problem_con p {
        font-size: 0.3rem;
    }
    .correlation_sub_top .problem_con ul li .question {
        background-size: 0.32rem;
        background-position: left 0.05rem;
        padding-left: 0.48rem;
    }
    .correlation_sub_top .problem_con ul li span {
        font-size: 0.3rem;
        line-height: 0.42rem;
    }
    .correlation_sub_top .problem_con ul li .answer {
        background-size: 0.32rem;
        background-position: left 0.05rem;
        padding-left: 0.48rem;
    }
    .textExpansion {
        font-size: 0.3rem;
        margin-left: 0.12rem;
    }
    .textExpansion img{
        width: 0.24rem;
        margin-left: 0.12rem;
    }
    .correlation_sub_single {
        background-size: 0.2rem !important;
        background-position: right 0.24rem center !important;
    }
    .correlation_sub_single a {
        padding: 0.24rem;
        font-size: 0.36rem;
        font-weight: 600;
    }
    .correlation_sub_bottom_single {
        background-size: 0.2rem !important;
        background-position: right 0.24rem center !important;
        border-width: 0.01rem;
    }
    .correlation_sub_bottom_single a {
        padding: 0.24rem;
        font-size: 0.3rem;
        line-height: 0.42rem;
    }
    .matter_detailed {
        padding-top: 0.32rem;
        padding-bottom: 0;
    }
    .matter_detailed.fixed {
        padding: 0;
    }
    .matter_detailed.fixed > .zwfw_container{
        padding-top: 0;
    }
    .matter_detailed .ceilingBox{
        display: none;
    }
    .matter_detailed.fixed .ceilingBox .ceilingBox_top {
        display: none;
    }
    .matter_detailed .ceilingBox .ceilingBox_top {
        padding: 0.24rem;
    }
    .ceilingBox_top .matter_title > span {
        max-width: none;
        width: 100%;
        font-size: 0.32rem;
        line-height: 0.42rem;
    }
    .ceilingBox_top .matter_title .onlineProcessing {
        line-height: 0.5rem;
    }
    .ceilingBox_top .matter_title .onlineProcessing a {
        padding: 0 0.3rem;
        border-radius: 0.25rem;
        font-size: 0.26rem;
    }
    .matter_detailed .detailed_menu {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        max-width: 100%;
        overflow-x: scroll;
        white-space: nowrap;
        padding-bottom: 0.2rem;
        background: #fff;
    }
    .matter_detailed .detailed_menu::-webkit-scrollbar {
        display: none
    }
    .matter_detailed .detailed_menu li {
        line-height: 0.68rem;
        border-width: 0.01rem;
        font-size: 0.4rem;
        width: 1.91rem !important;
        flex: 1 0 auto;
    }
    .matter_detailed .detailed_menu li.active:before {
        border-width: 0.1rem !important;
    }
    .matter_detailed .detailed_menu li.active:after {
        width: 0.2rem;
        height: 0.1rem;
        margin-top: 0.05rem;
    }
    .matter_detailed.fixed .ceilingBox:after {
        display: none;
    }
    .sideMenu {
        display: none !important;
    }
    .detailed_main .main_sub {
        margin-top: 0;
        padding-top: 0;
    }
    .detailed_main .main_sub .sub_title {
        padding-bottom: 0.24rem;
        border-width: 0.02rem;
    }
    .detailed_main .main_sub .sub_title span {
        font-size: 0.32rem;
        line-height: 0.45rem;
    }
    .detailed_main .main_sub .sub_content {
        margin-top: 0;
        font-size: 0.3rem;
        padding: 0 0.24rem;
    }
    .main_sub .sub_content table tr {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .main_sub .sub_content table td {
        font-size: 0.3rem;
        line-height: 0.42rem;
        padding: 0;
        height: auto;
        border: none;
        flex-grow: 1;
        width: calc(100% - 1.2rem - 0.4rem);
        text-align: left !important;
        margin-bottom: 0.24rem;
        color: #000;
    }
    /*.main_sub .sub_content table td.label,
    .main_sub .sub_content.twoColumns table td.label {
        width: 2.36rem;
    }
    .main_sub .sub_content table td.content,
    .main_sub .sub_content.twoColumns table td.content {
        width: calc(100% - 2.36rem);
    }*/
    .sub_content .flowChart a {
        line-height: 0.5rem;
        font-size: 0.26rem;
        padding: 0 0.2rem;
        border-radius: 0.04rem;
    }
    .sub_content .detailedProcess {
        margin-top: 0.3rem;
    }
    .sub_content .detailedProcess h2 {
        font-size: 0.3rem;
        font-weight: 500;
        height: 0.6rem;
        line-height: 0.6rem;
    }
    .sub_content .detailedProcess .step li {
        margin-top: 0.2rem;
    }
    .sub_content .detailedProcess .step li .step_label {
        line-height: 0.5rem;
    }
    .sub_content .detailedProcess .step li .step_label .number {
        width: 0.5rem;
        height: 0.5rem;
        font-size: 0.24rem;
        line-height: 0.5rem;
    }
    .sub_content .detailedProcess .step li .step_label h3 {
        margin-left: 0.24rem;
    }
    .sub_content .detailedProcess .step li .step_con {
        width: calc(100% - 0.25rem);
        margin-left: 0.25rem;
        margin-top: 0.1rem;
        border-width: 0.01rem;
        padding: 0.1rem 0 0.1rem 0.5rem;
    }
    .step_con table.con_table {
        margin-top: 0.2rem;
    }
    .main_sub .sub_content .step_con table.con_table tr {
        flex-wrap: nowrap;
    }
    .step_con table.con_table th {
        width: 1.8rem;
        padding: 0.24rem;
    }
    .step_con table.con_table td {
        flex: 1;
    }
    .billOfMaterials .main_sub .sub_content table tr {
        display: flex;
        flex-wrap: wrap;
        border-top: 0.01rem solid #999;
        padding-top: 0.24rem;
    }
    .billOfMaterials .main_sub .sub_content table tr:first-child {
        border-top: none;
        padding-top: 0;
    }
    .detailed_main .billOfMaterials .main_sub .sub_content tr td.hideLabel{
        width: 1.2rem;
        flex-grow: 0;
        display: flex;
        align-items: flex-start;
        padding: 0;
        text-align: left;
        color: #999;
        margin-right: 0.4rem;
    }
    .detailed_main .billOfMaterials .main_sub .sub_content thead{
        display: none;
    }
    .detailed_main .billOfMaterials .main_sub .sub_content tr th {
        min-width: 1.6rem;
        white-space: nowrap;
        line-height: 0.6rem;
        padding: 0 0.1rem;
        border-width: 0.01rem;
        font-weight: 500;
    }
    .detailed_main .billOfMaterials .main_sub .sub_content tr th.number {
        width: 0.8rem;
    }
    .main_sub#sub6_1 .sub_content table tr {
        display: table-row;
    }
    .main_sub#sub6_1 .sub_content table th {
        width: 1.6rem;
        padding: 0 0.1rem;
        font-weight: 500;
        border-width: 0.01rem;
    }
    .step_con .info span {
        font-size: 0.24rem;
        line-height: 0.42rem;
    }
    .step_con .info .timeLimit {
        margin-right: 0.4rem;
    }
    .skeleton_box .box1_1 {
        width: 100%;
        height: 0.5rem;
    }
    .skeleton_box .box1_2 {
        width: 100%;
        height: 0.5rem;
        margin-left: 0;
        margin-top: 0.24rem;
    }
    .skeleton_box .box1_3 {
        float: left;
        width: 60%;
        height: 0.5rem;
        margin-top: 0.24rem;
    }
    .skeleton_box .box2 {
        margin-top: 0.2rem;
        display: flex;
        justify-content: flex-end;
    }
    .skeleton_box .box2_1,
    .skeleton_box .box2_2 {
        margin-left: 0.24rem;
    }
    .skeleton_box .box3 {
        margin-top: 0.4rem;
    }
    .skeleton_box .box3_left {
        float: none;
        width: 100%;
    }
    .skeleton_box .box3_1 {
        height: 0.5rem;
        margin-bottom: 0.24rem;
    }
    .skeleton_box .box3_right {
        float: none;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .skeleton_box .box3_2 {
        float: none;
        width: 100%;
        height: 0.5rem;
        margin-bottom: 0.24rem;
    }
    .skeleton_box .box4 {
        height: 0.5rem;
        margin-bottom: 0.24rem;
        margin-top: 0;
    }
    .guide_evaluate .evaluate_form {
        padding: 0.24rem;
        width: 6rem;
    }
    .guide_evaluate .evaluate_form h2 {
        font-size: 0.34rem;
        line-height: 0.5rem;
        border-width: 0.01rem;
        padding-bottom: 0.24rem;
    }
    .guide_evaluate .evaluate_form .evaluate_form_option {
        margin: 0.3rem 0 0.2rem 0;
    }
    .guide_evaluate .evaluate_form .evaluate_form_option > label {
        width: 0.4rem;
        height: 0.4rem;
        margin-right: 0.15rem;
    }
    .guide_evaluate .evaluate_form .evaluationTags_list {
        margin-left: -0.2rem;
        margin-top: -0.2rem;
    }
    .guide_evaluate .evaluate_form .evaluationTags_list li {
        width: calc((100% - 0.4rem) / 2);
        height: 0.5rem;
        line-height: 0.48rem;
        margin-left: 0.2rem;
        margin-top: 0.2rem;
        border-radius: 0.1rem;
        border-width: 0.02rem;
    }
    .guide_evaluate .evaluate_form .evaluationTags_list li.on {
        background-size: 0.4rem;
    }
    .guide_evaluate .evaluate_form .evaluationTags_list li span {
        padding-left: 0.2rem;
        padding-right: 0.4rem;
        font-size: 0.28rem;
    }
    .guide_evaluate .evaluate_form .evaluate_comment_input textarea {
        min-height: 1rem;
        margin-top: 0.3rem;
        padding: 0.1rem;
        font-size: 0.28rem;
        border-width: 0.01rem;
    }
    .guide_evaluate .evaluate_form .evaluate_comment_input .prompt {
        font-size: 0.22rem;
        line-height: 0.28rem;
        margin-top: 0.1rem;
    }
    .guide_evaluate .evaluate_form .evaluate_submit {
        margin-top: 0.2rem;
    }
    .guide_evaluate .evaluate_form .evaluate_submit input[type="button"] {
        width: 2rem;
        height: 0.5rem;
        line-height: 0.5rem;
        font-size: 0.28rem;
    }
    .evaluationTags_title span {
        font-size: 0.28rem;
        line-height: 0.4rem;
        margin-bottom: 0.1rem;
    }
    .noContent {
        min-height: auto;
    }
    .noContent img {
        width: 3.8rem;
    }
    .noContent div span {
        height: 0.6rem;
        line-height: 0.6rem;
        font-size: 0.32rem;
    }
    .detailed_main .main_box:first-child{
        display: none;
    }
    .detailed_main .billOfMaterials .main_sub .sub_content .license{
        flex-direction: row;
        align-items: center;
        margin-top: 0.24rem;
    }
    .detailed_main .billOfMaterials .main_sub .sub_content .license img{
        height: 0.44rem;
    }
    .detailed_main .billOfMaterials .main_sub .sub_content .license div{
        margin-top: 0;
        margin-left: 0.24rem;
        font-size: 0.3rem;
        line-height: 0.44rem;
    }
    .detailed_main #sub2_1 .sub_content thead {
        display: none;
    }
    #sub2_1 .sub_content table tr{
        background: #F5F6F8;
        padding: 0.24rem;
        border-radius: 0.08rem;
        margin-bottom: 0.24rem;
    }
    #sub2_1 .sub_content table tr td{
        font-size: 0.3rem;
        line-height: 0.42rem;
        padding: 0;
        height: auto;
        border: none;
        flex-grow: 1;
        width: calc(100% - 1.2rem - 0.4rem)!important;
        text-align: left !important;
        margin-bottom: 0.24rem;
        color: #000;
    }
    #sub2_1 .sub_content table tr td.hideLabel{
        width: 1.2rem!important;
        flex-grow: 0;
        display: flex;
        align-items: flex-start;
        padding: 0;
        text-align: left;
        color: #999;
        margin-right: 0.4rem;
    }
    #sub3_1 .sub_content table td.label{
        background: #fff;
        width: 1.2rem;
        flex-grow: 0;
        margin-right: 0.4rem;
        color: #999;
    }
    #sub3_1 .sub_content table td.content{
        flex-grow: 1;
        width: calc(100% - 1.2rem - 0.4rem);
    }
    .main_sub .sub_content table td.content .basisText{
        margin-top: 0.16rem;
    }
    .main_sub .sub_content table td.content .basisText:first-child {
        margin-top: 0;
    }
    #sub4_1 .sub_content table {
        display: block;
        padding: 0.24rem;
        background: #F5F6F8;
        border-radius: 0.08rem;
        margin-top: 0.24rem;
    }
    #sub4_1 .sub_content table:first-child {
        margin-top: 0;
    }
    #sub4_1 .sub_content table tr{
        margin-top: 0.24rem;
    }
    #sub4_1 .sub_content table tr:first-child{
        margin-top: 0;
    }
    #sub4_1 .sub_content table th{
        border: none;
        width: 1.2rem;
        background: none;
        text-align: left;
        line-height: 0.42rem;
        color: #999;
        padding: 0;
        margin-right: 0.4rem;
    }
    #sub5_1 .sub_title{
        display: none;
    }
    #sub5_1 .sub_content {
        display: block;
        padding: 0 0.24rem 0.24rem 0.24rem;
    }
    #sub5_1 .sub_content .sub_content_left {
        float: none;
        width: 100%;
    }
    #sub5_1 .sub_content .label {
        font-size: 0.3rem;
        line-height: 0.42rem;
        font-weight: 700;
    }
    #sub5_1 .sub_content ul{
        margin-top: 0.2rem;
        background: #F5F6F8;
        padding: 0.24rem;
        border-radius: 0.08rem;
    }
    #sub5_1 .sub_content ul li {
        line-height: 0.42rem;
        margin-top: 0.24rem;
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
    }
    #sub5_1 .sub_content ul li:first-child {
        margin-top: 0;
    }
    #sub5_1 .sub_content ul li span {
        width: 0.6rem;
        font-size: 0.3rem;
        color: #999;
        white-space: nowrap;
        flex-grow: 0;
        margin-right: 0.4rem;
    }
    #sub5_1 .sub_content ul li span + p {
        width: calc(100% - 0.6rem - 0.4rem);
        font-size: 0.3rem;
        color: #000;
        line-height: 0.42rem;
    }
    #sub5_1 .sub_content .sub_content_right {
        float: none;
        margin-top: 0.32rem;
        margin-left: 0;
        width: 100%;
    }
    #sub6_1{
        padding-bottom: 0.24rem;
    }
    #sub6_1 .sub_title{
        display: none;
    }
    #sub6_1 .sub_content table{
        background: #F5F6F8;
        padding: 0.24rem;
        display: block;
        border-radius: 0.08rem;
        margin-top: 0.24rem;
    }
    #sub6_1 .sub_content table:first-child{
        margin-top: 0;
    }
    #sub6_1 .sub_content table tr td:first-child{
        display: none;
    }
    #sub6_1 .sub_content table td .qCon,
    #sub6_1 .sub_content table td .aCon{
        font-size: 0.3rem;
        line-height: 0.42rem;
    }
    #sub6_1 .sub_content table td .qCon {
        font-weight: 700;
    }
    #sub6_1 .sub_content table td .aCon{
        margin-top: 0.24rem;
        color: #333;
    }
}