.zcnrzk{
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.zcnrzk .zcjd{
    width: 600px;
    margin: 0 auto;
}

.zcnrzk .zcjd .yged{
    display: flex;
    align-items: center;
}
.zcnrzk .zcjd .yged .wnet{
    display: flex;
    align-items: center;
}
.zcnrzk .zcjd .yged .wnet img{
    width: 32px;
    height: 32px;
    margin-right: 10px;
}
.zcnrzk .zcjd .yged .ytsg{
    width: 30px;
    height: 1px;
    background-color: #c5c5c5;
    margin: 0 20px;
}

.zcnrzk .zcjd .yged .wnet h5{
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin: 10% 0;
}

.zcnrzk h2{
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin: 2% 0;
    color: #333;
}

.zcnrzk form{
    width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    margin-top: 2%;
}

.zcnrzk form .srk{
    width: 100%;
    border-top: 1px solid #DDDDDD;
}

.zcnrzk form .srk:first-child{
    border-top: 0;
}

.zcnrzk form .srk p{
    float: left;
    width: 20%;
    color: #000000;
    margin: 0;
    line-height: 80px;
    text-align: center;
    background-color: #F7F7F7;
    font-size: 14px;
}

.zcnrzk form .srk input{
    float: right;
    width: 75%;
    line-height: 60px;
    box-sizing: border-box;
    border: 1px solid #CDCDCD;
    outline:none;
    padding-left: 2%;
    margin-top: 10px;
    font-size: 14px;
}

.anniu{
    width: 240px;
    margin: 2% auto;
}
.anniu a{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background-color: #5B606E;
    width: 100px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    margin-right: 2%;
}

.anniu input{
    color: #fff;
    background-color: #D62319;
    width: 100px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    border: 0;
}
.anniu button{
    color: #fff;
    background-color: #D62319;
    width: 100px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    border: 0;
}


/*************************个人中心**************************/
.gwcym{
    width: 1200px;
    margin: 3% auto;
}

.gwcym .tbd{
    position: relative;
    width: 100%;
    border-top: 2px solid #515151;
}
.gwcym .tbd::after{
    position: absolute;
    left: 0;
    top: -3px;
    content: '';
    width: 15%;
    height: 3px;
    background-color: #DB0000;
    z-index: 10;
}

.gwcym .tbd h3{
    position: relative;
    margin: 0;
    font-size: 16px;
    line-height: 50px;
    margin-left: 5%;
}

.gwcym .tbd h3::before{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -3%;
    content: '';
    width: 16px;
    height: 20px;
    background: url(../images/gr1.png) no-repeat;
    background-size: 100% 100%;
}
table{
    border-collapse: collapse;
}
.gwcym  table tr:first-child{
    background-color: #EAEAEA;
    height: 50px;
    border-bottom:0;
}
.gwcym  table tr{
    text-align: center;
    border-bottom: 1px solid #c0c0c0;
    padding: 2% 0;
}
.gwcym  table tr img{
    width: 100px;
    height: 100px;
} 

.gwcym  table tr .sjt{
    width: 19px;
    height: 22px;
}

.gwcym .xwqe{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.gwcym .xwqe .qjgwc{
    width: 150px;
    height: 50px;
    background-color: #656565;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
}
.grsjb{
    display: none;
    width: 100%;
}
.grsjb p{
    font-size: 14px;
    color: #333;
    text-align: center;
    margin: 30% 0;
}
@media (max-width: 768px){
    .zcnrzk{
        width: 98%;
        margin: 0 auto;
        margin-top: 60px;
    }
    .zcnrzk .zcjd{
        display: none;
    }
    .zcnrzk h2{
       padding: 5% 0;
    }
    .zcnrzk form{
        width: 100%;
    }
    .gwcym{
       display: none;
    }
    .grsjb{
        display: block;
    }
}