/* 备案流程 */
.access-steps li img {transform: translateX(10px);}

/* 备案指引 */
.filing-zhiying .section-body {display: flex;justify-content: space-between;}
.filing-zhiying-panel {width: calc((100% - 40px) / 3);background-color: #fff;border: 1px solid #dee1e8;padding: 25px 32px;box-sizing: border-box;color: #1c1d1f;transform: translateY(0);transition: all .3s;}

.filing-zhiying-title {font-size: 18px;margin-bottom: 5px;}
.filing-zhiying-list {display: flex;flex-wrap: wrap;justify-content: space-between;}

.filing-zhiying-list a {display: inline-block;min-width: 160px;margin-top: 18px;}
.filing-zhiying-list a:hover {text-decoration: underline;}
.filing-zhiying-list a::before {content: '';display: inline-block;position: relative;top: -3px;width: 4px;height: 4px;border-radius: 2px;background-color: currentColor;margin-right: 10px;}

/* 常见问题 */
.filing-question {background-color: #f4f6fa;}
.qst-list {position: relative;font-family: "Microsoft YaHei";display: flex;flex-wrap: wrap;padding: 30px 38px 60px;background-color: #fafcfd;background-image: url(../../images/new_website/website_filing/website-records-cjwt-bg.jpg);background-size: cover;background-position: right center;border: 1px solid #fff;}
.qst-list::before {content: 'Q';position: absolute;left: 38px;top: 0;width: 40px;height: 30px;line-height: 30px;border-radius: 0 0 10px 10px;background-color: #2981ff;color: #fff;font-size: 18px;font-weight: bold;text-align: center;}
.qst-list .list-item {position: relative;padding-left: 14px;padding-right: 10px;margin-top: 24px;width: calc(100% / 3);margin-top: 30px;box-sizing: border-box;}
.qst-list .list-item::before {content: '';position: absolute;top: 8px;left: 0;width: 4px;height: 4px;border-radius: 2px;background-color: currentColor;margin-right: 10px;}
.qst-list .list-item:hover {color: #2981ff;}

.defback {height: 122.38px;background-color: #222432;}
.help-document {padding: 34px 0 60px;}
.document-l {margin-right: 16px;}
.document-l .inner-box-lft {
    width: 270px;
    height: 180px;
    font-size: 14px;
    background-color: #ffffff;
    border: solid 1px #eaebef;
    box-sizing: border-box;
}
.document-l .inner-box-lft:not(:last-child) {
    margin-bottom: 16px;
}
.document-l .inner-box-lft li {
    padding-left: 45px;
}
.document-l .inner-box-lft li:first-child {
    color: #1c1d1f;
    line-height: 46px;
    padding-left: 30px;
    font-weight: 600;
    background-image: linear-gradient(59deg, #f3f5fb 0%, #f9fafd 100%);
}
.document-l .inner-box-lft li:not(:first-child) {
    position: relative;
    color: #323235;
    margin-top: 22px;
    line-height: 1;
}

.document-l .inner-box-lft li:not(:first-child)::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 4px;
    width: 6px;
    height: 6px;
    background-color: #bfc9e0;
}

.document-l .inner-box-lft li:not(:first-child):hover a {
    color: #2981ff;
}

.document-r {width: calc(100% - 286px);}

.document-r .document-intro:first-child {
    height: 300px;
    margin-bottom: 16px;
}
.document-r .document-intro {
    padding: 66px 30px;
    box-sizing: border-box;
	background-color: #ffffff;
	border: solid 1px #eaebef;
}

.document-item h2 {
    font-size: 30px;
    color: #1c1d1f;
    line-height: 1;
    margin-bottom: 25px;
}

.document-item p {
    font-size: 14px;
    color: #323235;
    line-height: 22px;
    margin-bottom: 25px;
}

.document-item .btns {
    display: inline-block;
    width: 110px;
	height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    color: #323235;
    margin-right: 10px;
    box-sizing: border-box;
    border: solid 1px #eaebef;
    background-color: #ffffff;
}

.document-item .btns:hover {
    opacity: .8;
}

.document-item .main-btn {
    color: #ffffff;
    background-color: #2981ff;
    border: solid 1px #2981ff;
}

.document-item .my-records {
    width: 136px;
}

.records-process .re-process-items {
    margin-top: 28px;
}

.document-item .product-help:hover {
    color: #2981ff;
}

.questions-box {
    margin-top: 28px;
}

.questions-box h4 {
    font-weight: 600;
    font-size: 16px;
    color: #1c1d1f;
    padding-left: 30px;
}

.questions-box .qst-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
    height: 182px;
    padding: 46px 30px 40px;
	border-radius: 10px;
    box-sizing: border-box;
    background-color: #f2f3f7;
    box-shadow: inset 0px 12px 21px 0px rgba(179, 198, 224, 0.3);
}

.questions-box .qst-list a {
    display: block;
    width: 33.33%;
    height: 40px;
}

.questions-box .qst-list a:hover {
    color: #2981ff;
}
@media screen and (min-width: 1024px) {
.filing-zhiying-panel:hover {background-image: url(../../images/new_website/website_filing/website-records-bazy-bg.jpg);background-size: cover;border-color: #fff;transform: translateY(-10px)}
.filing-zhiying-panel:hover::after {content: '';position: absolute;width: 100%;height: 10px;left: 0;top: 100%;}
.filing-zhiying-panel:hover a,.filing-zhiying-panel:hover .filing-zhiying-title {color: #fff;}
}
@media screen and (max-width: 1024px) {
    .banner.h600, .banner.h560, .banner.h531, .banner.h440, .banner.h480 {
        height:  300px;
    }
    .banner-ani {
        width: 100%;
        box-sizing: border-box;
        position: absolute;
        width: 100%;
        background-image: url(../../images/m-banner-bg.png);
        background-size: 100% 100%;
    }
    .banner-info>h2 {
        font-size:  19px;
    }

    .section {
        box-sizing: border-box;
    }

    .section:nth-child(odd) {
        padding:  40px 25px;
        background-color: #f6f7fb;
    }
    .section:nth-child(even) {
        background-color: #ffffff;
    }

    .section .m-process object {
        width: 100%;
    }

    .section-header {
        margin-bottom:  3px;
    }
    .section-header h1, .section-header h3 {
        color: #1c1d1f;
        font-size:  18px;
        margin-bottom: 3px;
    }

    .section .list-item {
        position: relative;
        display: block;
        padding:  21px 15px 20px;
        border-bottom: 1px solid #eaebef;
    }
    .section .list-item::after {
        position: absolute;
        right:  15px;
        top:  20px;
        font-size:  16px;
        content: '\e601';
        color: #bababc;
        font-family: 'iconfont';
        transform: rotate(-90deg);
    }
    .section-body p {
        margin: 0;
    }
    .change-list {
        margin-top:  17px;
        color: #2981ff;
        font-size:  13px;
        text-align: center;
    }
}
@media screen and (max-width: 1023px) {
    .section .list-item::after {
        content: '';
    }
    .section .list-item{
        padding: 0;
        border-bottom:0px;
        padding-bottom: 68px;
    }
    .section .list-item P::before {
        content: '';
        display: inline-block;
        position: relative;
        top: -3px;
        width: 11px;
        height: 11px;
        border-radius: 11px;
        background-color: currentColor;
        margin-right: 26px;
    }
    .section-body{
        background: #FAFCFD;
        border: 1px solid #FFFFFF;
    }

    .section-box{
        background: #FFFFFF;
        border: 0px;
        padding: 0;
    }
    .box-top{
        display: flex;
        justify-content:space-between;
    }
    .product-r{
        margin-top: auto;
        margin-bottom: auto;
    }
    .box-top .show-icon {
        font-size:20px;
        font-weight: 600;
        color: #bdc4cf;
        transform: rotate(90deg);
        transition: all .3s;
    }
    .open-box .box-top .show-icon {
        transform: rotate(-90deg);
        color: #fff;
    }
    .filing-zhiying-panel.open-box{color: #fff;}
    .filing-zhiying .section-body {
        display: block;
    }
    .filing-zhiying-panel {
        background-color: #fff;
        border: 1px solid #dee1e8;
        box-sizing: border-box;
        color: #1c1d1f;
        transform: translateY(0);
        transition: all .3s;
        width: 100%;
        padding: 17px 12px 16px 16px;
        margin-bottom: 9px;
        box-shadow: 0px 6px 24px 0px rgba(18,51,100,0.06);
        margin-bottom: 9px;
    }
    .filing-zhiying-panel.open-box .filing-zhiying-list{
        border-top:  1px dashed rgba(255, 255, 255, .5);
        font-size: 0;
    }
    .filing-zhiying-panel.open-box{
        background-image: url(/images/new_website/website_filing/website-records-bazy-bg.jpg);
        background-size: 100% 100%;
    }
    .filing-zhiying-list{
        display: none;
        margin-top: 18px;
    }
    .filing-zhiying-panel p{
        margin-top: auto;
        margin-bottom: auto;
    }

    .banner-info > a {display: inline-block;}

    .banner-single .banner-ani {
        background-image: url(../../images/m-BA-banner-bg.jpg);
    }
    .banner-info > a {display: inline-block;}
    .section-header h3 {
        font-size: 36px;
        font-family: PingFang;
        font-weight: 800;
        color: #1C1D1F;
        margin-bottom: 28px;
    }
    .section-box{
        background: #FFFFFF;
        border: 0px;
        padding: 0;
    }

    .section-body p{
        font-size: 16px;
    }
    .section-header h3 {
        font-size: 20px;
        font-family: PingFang;
        font-weight: 800;
        color: #1C1D1F;
    }
    .section .list-item{
        padding-bottom: 28px;
    }
    .section .list-item p::before{
        width: 5px;
        height: 5px;
        border-radius: 5px;
        margin-right: 11px;
    }
    .banner-info > a {display: inline-block;}
    .section:nth-child(odd) {
        padding: 0;
    }
    .section{
        padding: 40px 0 37px;
    }
    .banner-info > a {display: inline-block;}

    .section-header h3{
        font-size: 18px;
        font-weight: 800;
    }
    .filing-zhiying-panel a{
        font-size: 14px;
    }
    .filing-zhiying-list a::before{
        content: "";
        position: absolute;
        width: 4px;
        height: 4px;
        border-radius: 4px;
        left: 0;
        top: 7px;
        color: #fff;
    }
    .filing-zhiying-list a{
        line-height: 20px;
        margin-top: 11px;
        width: 49%;
        display: inline-block;
        min-width: auto;
        padding-left: 11px;
        box-sizing: border-box;
        position: relative;
        color: #fff;
    }
    .box-top .show-icon{
        font-size: 15px;
    }
    .section-a3{
        padding: 33px 0 23px !important;
    }
    .m-section-body p {
        font-size: 15px;
        color: #626266;
        line-height: 20px;
    }
    .section .list-item{
        padding-bottom: 25px;
    }
    .section .list-item P::before{
        width: 4px;
        height: 4px;
        border-radius: 50%;
        margin-right: 10px;
    }
    .banner-top-a{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 20px -8px 10px;
    }
    .banner-info .banner-top-a>*,.banner-info .n-btn-default:not(:last-child){
        margin: 0 8px;
    }
    .n-btn-default:not(:last-child){
        width: 32%;
        height: 36px;
        padding: 0px;
        line-height: 34px;
    }
    .product-help{
        color: #2981ff;
        font-size: 14px;
    }
    .section .m-process tspan{
        font-weight: bold;
    }
    .section-a3 .m-section-body{
        padding: 14px 15px 0;
        margin: 0 15px;
    }
    .section .list-item:not(:last-child){
        padding-bottom: 18px;
    }
    .section .list-item {
        padding-bottom: 20px;
    }
    .filing-zhiying-panel:hover{
        transform: none;
    }
}