﻿.policiesRegulations{
    width: 100%;
    min-height: 832px;
}
.policiesRegulations .policiesRegulationsList{
    width: 288px;
    min-height: 607px;
}
.policiesRegulations .policiesRegulationsList .news{
    width: 288px;
    background: #ffffff;
    padding-bottom: 20px;
}
.policiesRegulations .policiesRegulationsContent{
    width: 896px;
    min-height: 832px;
    background: #ffffff;
    padding-top: 42px;
}


.breakLaw{
    width: 100%;
    min-height: 832px;
}
/*.breakLaw .breakLawList{*/
/*    width: 288px;*/
/*    min-height: 607px;*/
/*}*/
/*.breakLaw .breakLawList .news{*/
/*    width: 288px;*/
/*    background: #ffffff;*/
/*    padding-bottom: 20px;*/
/*}*/
.breakLaw .breakLawContent{
    width: 100%;
    min-height: 832px;
    background: #ffffff;
    padding-top: 42px;
}
.breakLaw .breakLawContent .informationRecord{
    width: 90%;
    margin: 0 auto;
    height: 70px;
    line-height: 70px;
    color: #3888fe;
    font-size: 16px;
    display: block;
    cursor: pointer;
}

.underConstruction{
    width: 100%;
    height: 700px;
    background: #ffffff;
    padding-top: 24px;
    background: rgb(246,249,252);
}
.underConstruction .underConstructionImg{
    background: url("../img/underConstruction.png");
    width: 885px;
    height: 572px;
    margin: 0 auto;
}

.thirdPartyService{
    width: 100%;
    height: 100%;
    background: #fff;
}
.thirdPartyService .thirdPartyServiceImg{
    background: url("../img/third-partyServicePlatformBg.png");
    width: 100%;
    height: 501px;
    margin: 0 auto;
    position: relative;
}
.thirdPartyService .thirdPartyServiceCenter{
    width: 100%;
    height: 446px;
    margin: 0 auto;
    position: relative;
}
.thirdPartyService .thirdPartyServiceImg .thirdPartyServiceImgBox{
    position: absolute;
    height: 218px;
    width: 944px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.thirdPartyService .thirdPartyServiceImg .thirdPartyServiceImgBox p{
    opacity: 1;
    font-family: SourceHanSansCN, SourceHanSansCN-Heavy;
    font-weight: 800;
    text-align: left;
    color: #ffffff;
    letter-spacing: 2px;
}

.thirdPartyService .thirdPartyServiceImg .thirdPartyServiceImgBox p:nth-of-type(1){
    font-size: 40px;
    line-height: 48px;
}
.thirdPartyService .thirdPartyServiceImg .thirdPartyServiceImgBox p:nth-of-type(2){
    font-size: 24px;
    line-height: 50px;
}
.thirdPartyService .thirdPartyServiceImg .thirdPartyServiceImgBox p:nth-of-type(3){
    font-size: 20px;
    line-height: 38px;
    font-weight: 500;
    margin-top: 50px;
}
.thirdPartyService .thirdPartyServiceImg .thirdPartyServiceImgBox p:nth-of-type(4){
    font-size: 20px;
    line-height: 38px;
    font-weight: 500;
}
.thirdPartyService .thirdPartyServiceCenter .thirdPartyServiceCenterBox{
    position: absolute;
    width: 894px;
    height: 320px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
}
.thirdPartyService .thirdPartyServiceCenter .thirdPartyServiceCenterBox .thirdPartyServiceCenterBoxDiv{
    height: 100%;
    width: 276px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.thirdPartyService .thirdPartyServiceCenter .thirdPartyServiceCenterBox .thirdPartyServiceCenterBoxDiv:hover{
    opacity: 1;
    border-radius: 10px 40px 10px 10px;
    box-shadow: 0px -5px 34px 0px rgba(39,123,221,0.10);
}
.thirdPartyService .thirdPartyServiceCenter .thirdPartyServiceCenterBox .thirdPartyServiceCenterBoxDiv:hover .buleBorberShow{
    height: 6px;
    opacity: 1;
    background: linear-gradient(90deg,#61a5fa, #326cf3);
    border-radius: 0 0 10px 10px;
    margin-top: 38px;
}
.thirdPartyService .thirdPartyServiceCenter .thirdPartyServiceCenterBox .thirdPartyServiceCenterBoxDiv img{
    margin-top: 40px;
    margin-bottom: 25px;
}
.thirdPartyService .thirdPartyServiceCenter .thirdPartyServiceCenterBox .thirdPartyServiceCenterBoxDiv p{
    width: 100%;
    opacity: 1;
    font-size: 22px;
    font-family: PingFang, PingFang-SC;
    font-weight: 600;
    text-align: center;
    color: #3e464c;
    line-height: 30px;
    text-align: center;
    display: inline-block;
}
.thirdPartyService .thirdPartyServiceCenter .thirdPartyServiceCenterBox .thirdPartyServiceCenterBoxDiv p:nth-of-type(2){
    font-size: 16px;
    margin-bottom: 19px;
}
.thirdPartyService .thirdPartyServiceCenter .thirdPartyServiceCenterBox .thirdPartyServiceCenterBoxDiv p:nth-of-type(3){
    width: 196px;
    height: 40px;
    opacity: 1;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #778193;
    line-height: 20px;
}

.typeList .secondLevel{
    width:100%;
    min-height:10px;
}
.typeList .secondLevel p{
    width:100%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding-left:53px;
    font-size:12px;
    cursor: pointer;
}
.typeList .secondLevel p:hover{
    color:#3888fe;
}
.typeList .secondLevel span{
    display: inline-block;
    border-color: #3888fe;
    border-style: solid;
    border-width: 2px;
    width: 0;
    height: 0;
    margin-right: 10px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.jdxc{
    width: 100%;
    min-height: 1000px;
}
.jdxc h2{
    height: 33px;
    font-size: 24px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 600;
    padding-top: 31px;
    text-align: center;
    color: #3e464c;
    line-height: 33px;
    position: relative;
    z-index: 1;
    margin-bottom: 18px;
}
.jdxc h2>span {
    position: absolute;
    display: block;
    width: 130px;
    height: 16px;
    top: 51px;
    right: 0;
    left: 0;
    bottom: 0;
    background: #dceaff;
    border-radius: 5px;
    margin: 0 auto;
    z-index: -1;
}
.jdxc .jdxcTop{
    width: 100%;
    height: 296px;
    background: #fff;
    margin-bottom: 16px;
    overflow: hidden;
}
.jdxc .jdxcTop .purchasePlanNumberTitle{
    font-size: 14px;
    font-weight: 400;
    color: rgba(62,70,76,1);
    line-height: 40px;
    margin-left: 16px;
}
.jdxc .jdxcTop .purchasePlanNumber{
    font-size: 14px;
    font-weight: 400;
    color: rgba(56,136,254,1);
    line-height: 40px;
}
.jdxc .jdxcTop .buyplanCodeShow{
    width: 1168px;
    height: 40px;
    opacity: 1;
    background: #f7f7f7;
    margin: 24px auto 0 auto;
}
.jdxc .jdxcBottom{
    width: 100%;
    min-height: 727px;
    background: #fff;
    padding-bottom: 20px;
}
.jdxc .layui-table tr:nth-of-type(2n+1) {
    width: 150px;
    background: #f7f9fe;
    margin-left: -1px;
}
.jdxc .layui-table tr:nth-of-type(2n) {
    width: 280px;
    margin-left: -1px;
}
.jdxc .layui-table tr {
    display: inline-block;
    vertical-align: middle;
}
.jdxc .layui-table th{
    display: block;
    font-size: 12px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    color: #8a94a6;
    padding: 9px 6px;
    margin-top: -1px;
}
.jdxc .layui-table td {
    display: block;
    font-size: 12px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    color: #8a94a6;
    margin-top: -1px;
    text-align: left;
}
.jdxc .jdxcBottom .process{
    margin-left: 100px;
}
.jdxc .description{
    margin-top: 18px;
    margin-bottom: 34px;
}
.jdxc .layui-timeline{
    display: table;
}
.jdxc .jdxcBottom .description .descriptionLi{
    display: inline-block;
}
.jdxc .jdxcBottom .green,.jdxc .jdxcBottom .green a{
    color:#52c41a;
    cursor: pointer;
}
.jdxc .jdxcBottom .blue,.jdxc .jdxcBottom .blue a{
    color:#3888fe;
    cursor: pointer;
}
.jdxc .jdxcBottom .gray,.jdxc .jdxcBottom .gray a{
    color:#d8d8d8;
    cursor: pointer;
}
.jdxc .description .descriptionLi span:nth-of-type(1){
    display: inline-block;
    width: 16px;
    height: 8px;
    margin-right: 8px;
}
.jdxc .description .descriptionLi span:nth-of-type(2){
    display: inline-block;
    font-size: 12px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #3e464c;
    line-height: 17px;
    margin-right: 32px;
}
.jdxc .jdxcBottom .layui-timeline li.layui-timeline-item{
    display: block;
    margin-left: 114px;
    padding-bottom: 34px;
}
.jdxc .jdxcBottom .layui-timeline li.layui-timeline-item:first-child:after{
    content: '';
    position: absolute;
    left: 4px;
    top: -12px;
    z-index: 0;
    width: 1px;
    height: 34px;
    background-color: #e6e6e6;
}
.jdxc .jdxcBottom .layui-timeline li.layui-timeline-item:last-child:after{
    content: '';
    position: absolute;
    left: 4px;
    z-index: 0;
    width: 1px;
    height: 34px;
    background-color: #e6e6e6;
}
.jdxc .jdxcBottom .layui-timeline li.layui-timeline-item:before{
    left: 4px;
}
.jdxc .jdxcBottom .layui-timeline li.layui-timeline-item span.time{
    display: inline-block;
    margin-left: -153px;
    width: 140px;
}
.jdxc .jdxcBottom .layui-timeline li.layui-timeline-item span.notice{
    display: inline-block;
    margin-left: 36px;
    width: 100px;
}
.jdxc .jdxcBottom .layui-timeline li.layui-timeline-item .layui-timeline-content{
    vertical-align: top;
    display: inline-block;
    width: 780px;
}
.jdxc .jdxcBottom .layui-timeline-content .layui-timeline-title{
    margin-bottom: 0;
}
