@charset "utf-8";
* {
    padding:0;
    margin:0;
}
html,body {
    width:100%;
    margin:0 auto;
    font-family:"微软雅黑","Helvetica Neue",Helvetica,Arial,sans-serif;
    background:#efefef;
    font-size:14px;
}
input {
    outline:none!important;
}
ul {
    list-style:none;
}
ol {
    list-style:none;
}
a {
    text-decoration:none;
}
img {
    border:none;
}
a {
    color:black;
}
a:link {
    text-decoration:none!important;
}
a:visited {
    text-decoration:none!important;
}
a:hover {
    text-decoration:none!important;
}
a:active {
    text-decoration:none!important;
}
.thisIsHide{
    display: none!important;
}
.red{
    color: #2440b3;
}
.w_1200.m_t_20{
    margin-top: 20px;
}
.w_1200 {
    width:1200px;
    min-width:1200px;
    margin:auto;
    position:relative;
}
.w_100 {
    width:100%;
    min-width:1200px;
    margin:auto
}
.clearfix:after {
    content:"";
    display:block;
    visibility:hidden;
    clear:both;
}

.bannerPic {
    height: 300px;
    background: url(/tp/PC/b2c/regisTopLib/images/banner2.png) no-repeat center center;
    min-width: 1200px;
    background-size: 100% 100%;
    margin: auto;
}
.procedure {
    margin-top: 30px;
}
.procedureBox {
    padding: 30px;
    background: #fff;
    box-shadow: 0 2px 5px #d6d6d6;
    border-radius: 8px;
}
.procedure .title li {
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
    height: 55px;
    font-size: 18px;
    border-bottom: 3px solid #E0E0E0;
}
.procedure .title li p{
    position: absolute;
    bottom: -12px;
    color: #fc403e;
}

.procedure ol li {
    margin-top: 20px;
    float: left;
    width: 25%;
    font-size: 16px;
    text-align: center;
}
.time {
}

.time .title,
.question .title,
.means .title{
    margin: 30px 0px;
    border-left: 5px solid #fc403e;
}

.time .title h2,
.question .title h2,
.means .title h2{
    margin-left: 15px;
    font-size: 24px;
}
.time .left {

    float: left;
    width: 880px;
}
.time .left .top {
    background-color: #fff;
    border-radius: 8px 8px 8px 8px;
}
.time .left .top h3{
    float: left;
    width: 40px;
    padding: 38px 28px;
    background-color: #ccdfff;
    border-radius: 8px 0px 0px 8px;
}
.time .left .top h3 span{
    display: block;
    text-align: center;
    margin: 5px 0px;
}
.time .left .top a{
    display: inline-block;
    width: 57px;
    height: 32px;
    line-height: 32px;
    margin: 6px 0px 6px 9px;
    text-align: center;
    cursor: pointer;
}

.time .left .top a.active{
    background: red;
    color: #fff;
    border-radius: 4px;
}

.time .left .bottom {
    margin-top: 15px;
    position: relative;
    background: #fff;
    padding: 14px;
}
.time .left .bottom table thead{
    height: 45px;
    background-color: #f3f3f3;

}
.time .left .bottom thead th{
    border: 1px solid #d4d4d4;
    font-size: 16px;
    width: 200px;
}

.time .left .bottom thead th:nth-child(1), .time .left .bottom table tbody tr td:nth-child(1){
    width: 100px;
}
.time .left .bottom .tableBox{
    height: 231px;
    overflow-y: auto;
    position: relative;
    top: -1px;
}
.time .left .bottom table{
    border-collapse: collapse;
    width: 850px;
    overflow: auto;
}
.time .left .bottom table tbody tr{

}
.time .left .bottom table tbody tr td {
    text-align: center;
    line-height: 35px;
    width: 25%;
    border: 1px solid #d4d4d4;
}

.time .left .bottom table tbody tr td a:hover{
    color: #315efb;
}
.time .left .bottom table tbody tr td a{
    height: 35px;
    line-height: 35px;
    text-align: center;
}


.time .right {
    float: left;
    margin-left: 20px;
    background: #fff;
    padding: 15px;
}
.time .right a {
    display: block;
     overflow:  hidden;
    margin-bottom: 15px;

}
.time .right a:last-child{
    margin-bottom: 0;
}
.time .right a img{
    display: block;
    width: 270px;
    height: 131px;
    transition: all .4s;
}
.time .right a img:hover{

    transform: scale(1.1);
}
.question {

}
.question .centre{
    background-color: #ffffff;
    height: 480px;
}

.question .centre img {
    position: relative;
    width: 250px;
    height: 250px;
    left: 40%;
    top: 25%;
}
.question .query{
    width: 360px;
    background-color: #EAF4FF;
    border: 2px solid #CEE2FF;
    box-shadow: 0 2px 5px #d6d6d6;
    padding: 15px;
}
.question .query1{
    position: absolute;
    top: 100px;
    left: 113px;
}
.question .query2{
    position: absolute;
    top: 250px;
    left: 57px;
}
.question .query3{
    position: absolute;
    bottom: 41px;
    left: 113px;
}
.question .query4{
    position: absolute;
    top: 100px;
    right: 113px;
}
.question .query5{
    position: absolute;
    top: 250px;
    right: 66px;
}
.question .query6{
    position: absolute;
    bottom: 41px;
    right: 113px;
}
.question h3{
    margin-bottom: 10px;
    font-size: 18px;
    color: #fc403e;

}
.question p {
    margin: 0px 10px;
    color: #5B5B5B;
}

.means .left{
    float: left;
    width: 800px;
    background-color: #ffffff;
    border-radius: 8px;
}

.means .left .qun {
    float: left;
    margin: 10px 0px;
    margin-left: 10px;
    width: 250px;
    border-right: 1px solid #E0E0E0;

}
.means .left .qun img {
    margin-left: 20px;
    width: 200px;
    height: 200px;
}
.means .left .qun h3 {
    text-align: center;
}
.means .left .qun p{
    text-align: center;
    margin-top: 16px;
    color: #666;
}


.means .left .beikao{
    float: left;
    margin: 20px;
}
.means .left .beikao h4{
    font-size: 16px;
}
.means .left .beikao ul li {
    margin-top: 20px;
    margin-left:20px ;

}
.means .left .beikao ul li a{
    color: #5B5B5B;
}

.means .right {

float: right;

width: 400px;
}

.means .right .pic{
float: left;
width: 350px;
margin-left: 15px;
margin-bottom: 15px;
padding: 14px 15px;
background-color: #ffffff;
}

.means .right .pic img{
float: left;
width: 110px;
height: 110px;
border: 1px solid #E0E0E0;

}
.means .right .pic h3{
margin-left: 140px;
padding-top: 10px;
}
.means .right .pic p {
margin: 13px 15px 1px 140px;
color: #666;
}

.scroll_main {
width: 550px;
display: block;
margin: 40px auto;
background-color:#fff;
border:1px solid #9a9a9a;
}

/* 婊氬姩鍐呭鍖烘牱寮� */
.scroll_wrap {
    width: 100%;
    height: 350px;
    position: relative;
}
/* 婊氬姩鍐呭鏍峰紡 */
.scroll_wrap .scroll_cont {
    height: 100%;
    overflow: hidden;
}
.scroll_wrap .scroll_cont p {
    padding:15px;
}
/* 婊氬姩鏉� */
.scroll_wrap .scroll_bar {
    position: absolute;
    top:0;
    right:0;
    width: 5px;
    height: 100%;
    background-color: #e4e4e4;
}
/* 婊氬姩鍧� */
.scroll_wrap .scroll_slider {
    position: absolute;
    top: 0;
    left: 0px;
    width: 5px;
    height: 48px;
    background-color: #525252;
    border-radius:5px;
    opacity: .5
}
.scroll_wrap .scroll_slider:hover{
    opacity: 1
}

.time .left .bottom table tbody tr td:nth-child(2){
    width: 200px;
}
.time .left .bottom table tbody tr td:nth-child(3){
    width: 200px;
}
.time .left .bottom table tbody tr td:nth-child(4){
    width: 200px;
}
.isPhone .time .left .bottom table tr th:nth-child(1){
    width: 1.2rem;
}
.isPhone .time .left .bottom table tr th:nth-child(2){
    width: 200px;
}
.isPhone .time .left .bottom table tr th:nth-child(3){
    width: 200px;
}
.isPhone .time .left .bottom table tr th:nth-child(4){
    width: 200px;
}

body.isPhone {
    min-width: 100%;
}
.isPhone .w_1200,
.isPhone .w_100{
    width: 100%;
    min-width: 100%;
}

.isPhone .bannerPic {
    margin-top: 0.2rem;
    width: 100%;
    height: 3.5rem;
    background: url(/tp/PC/b2c/regisTopLib/images/m_banner1.png) no-repeat center center;
    border-radius: 0.25rem;
    background-size: 100% 100%;
    min-width: 100%;
}
.isPhone .procedure{
    margin-top: 0.25rem;
}

.isPhone .procedureBox{
    padding: 0.5rem 0.2rem;
    box-shadow: 0 0.1rem 0.1rem #d6d6d6;
    border-radius: 0.25rem;
    margin: 0 0.25rem;
}
.isPhone .procedure .title li{
    height: 0.6rem;
    font-size: 0.25rem;
    border-bottom: 0.02rem solid #E0E0E0;
}

.isPhone .procedure .title li p{
    bottom: -0.12rem;
    left: 0.8rem;
}

.isPhone .procedure ol li{
    margin-top: 0.25rem;
    font-size: 0.22rem;
}

.isPhone .time .title,
.isPhone  .question .title,
.isPhone .means .title{
    margin: 0.25rem 0px;
    border-left: 0.1rem solid #fc403e;
}

.isPhone .time .title h2,
.isPhone .question .title h2,
.isPhone .means .title h2{
    margin-left: 0.15rem;
    font-size: 0.3rem;
}

.isPhone .time .left{
    width: 100%;
    float: none;
}

.isPhone .time .left .top{
    border-radius: 0.2rem;
}

.isPhone .time .left .top h3{display: none;}
.isPhone .time .left .top h3 span{
    margin: 0.13rem 0;
}

.isPhone .time .left .top a {width: auto;height: auto;line-height: initial;margin: 0;font-size: 0.26rem;padding: 0.1rem 0;}
.isPhone .time .left .bottom{
    margin-top: 0.25rem;
    padding: 0.15rem;
    border-radius: 0.2rem;
}
.isPhone  .time .left .bottom table{
    width: 100%;
}

.isPhone .time .left .bottom table thead {
    height: auto;
}

.isPhone .time .left .bottom thead th {
    font-size: 0.26rem;
    padding: 0.15rem;
    border-bottom: none;
}

.isPhone .time .left .bottom .tableBox {
    height: 4rem;
    top: auto;
}

.isPhone .time .left .bottom table tbody tr td{
    border: 0.01rem solid #d4d4d4;
    font-size: 0.26rem;
    line-height: initial;
    padding: 0.15rem;
}

.isPhone .time .right {
    padding: 0;
    float: none;
    margin: 0;
    margin-top: 0.25rem;
    border-radius: 0.1rem;
    overflow-x: auto;
}
.isPhone .time .right a{
    margin-bottom: 0;
    border-radius: 0.2rem;
    padding: 0;
    width: 3rem;
    float: left;
    margin-right: 0.25rem;
}

.isPhone .time .right a:last-child{
    margin-bottom: 0;
    margin-right: 0;
}

.isPhone .time .right a img {
    width: 100%;
    min-width: 100%;
    height: auto;
    border-radius: 0.2rem;
    transition: all 0s;
}

.isPhone .question .centre{
    float: none;
    height: auto;
    padding-top: 1px;
    background: none;
}

.isPhone .question h3 {
    margin-bottom: 0.15rem;
    color: #fc403e;
    font-size: 0.32rem;
}
.isPhone .question p {
    margin: 0;
    color: #5B5B5B;
    font-size: 0.28rem;
}
.isPhone .question .centre img{
    display: none;
}

.isPhone .question .query{
    width: auto;
    min-width: auto;
    border: 0.01rem solid #CEE2FF;
    padding: 0.4rem;
    margin: 0;
    box-shadow: 0 0.03rem 0.01rem #d6d6d6;
    margin-bottom: 0.25rem;
}
.isPhone .question .query4{
    margin-bottom: 0.2rem;
}

.isPhone .question .query1,
.isPhone .question .query2,
.isPhone .question .query3,
.isPhone .question .query4{
    float: none;
    position: static;
}
.isPhone .question .query5{
    display: none;
}
.isPhone .question .query6{
    display: none;
}

.isPhone .means .left{
    width: 100%;
    border-radius: 0.2rem;
    float: none;
    padding-bottom: 1px;
}
.isPhone .means .left .qun {
    margin: 0;
    border-right: none;
    float: none;
    padding: 0.25rem;
    width: auto;
}
.isPhone .means .left .qun img {
    margin: auto;
    width: 3rem;
    display: block;
    height: auto;
}

.isPhone .means .left .qun p {
    margin-top: 0.25rem;
    font-size: 0.28rem;
}

.isPhone .means .left .beikao {
    margin: 0.25rem;
    float: none;
}

.isPhone .means .left .beikao h4 {
    font-size: 0.28rem;
}

.isPhone .means .left .beikao ul li {
    margin-top: 0.2rem;
    margin-left: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.isPhone .means .left .beikao ul li a{
    font-size: 0.26rem;
}

.isPhone .means .right .pic {
    width: auto;
    margin-left: 0;
    margin-top: 0.25rem;
    margin-bottom: 0rem;
    padding: 0.25rem;
    background-color: #ffffff;
}
.isPhone .means .right .pic img{
    width: 2rem;
    height: 2rem;
}
.isPhone .means .right .pic h3 {
    margin-left: 2.5rem;
    padding-top: 0.25rem;
    font-size: 0.28rem;
}
.isPhone .means .right .pic p {
    margin: 0.15rem 0.2rem 0.1rem 2.5rem;
}
.isPhone .procedure .title li h3{
    
font-size: 0.28rem;
}
.isPhone .w_1200.time, .isPhone .w_1200.question, .isPhone .w_1200.means {
    width: 7rem;
    min-width: 7rem;
    margin-top: 0.35rem;
}
.isPhone .time .left .top{

display: grid;

grid-template-columns: 1fr;

padding: 0.15rem;
}
.isPhone .time .left .top div{

display: grid;

grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;

grid-gap: 0.25rem;
}
.isPhone .time .left .bottom table tr th:nth-child(1){

}
.isPhone .time .left .bottom table tr th:nth-child(2){

width: 1.5rem;
}
.isPhone .time .left .bottom table tr th:nth-child(3){

width: 1.5rem;
}
.isPhone .time .left .bottom table tr th:nth-child(4){

width: 1.5rem;
}
.isPhone .time .left .bottom table tbody tr td a{
    
height: auto;
    
line-height: initial;
}
.isPhone .time .left .bottom table tbody tr td:nth-child(1){

width: 1.2rem;
}
.isPhone .time .left .bottom table tbody tr td:nth-child(2){

width: 1.5rem;
}
.isPhone .time .left .bottom table tbody tr td:nth-child(3){

width: 1.5rem;
}
.isPhone .time .left .bottom table tbody tr td:nth-child(4){

width: 1.5rem;
}
.isPhone .time .right .m_pic{
    width: 9.5rem;
    padding: 0.25rem;
}
.isPhone .means .left .qun h3{
    
font-size: 0.3rem;
    
padding-top: 0.15rem;
}
.isPhone .means .right{
    
float: none;
    
width: auto;
}

.time .left .bottom table tbody tr .kaitong {
    font-weight: bold;
}
.time .left .bottom table tbody tr .kaitong_close {
    color: #fb6142;
}

.time .left .bottom table tbody tr .kaitong_yes {
    color: #1593f6;
}