body,html{width:100%;height:100%;margin: 0px;padding: 0px}

em { font-style:normal; }
li { list-style:none; }
a { text-decoration:none; }
img { border:none; vertical-align:top; }
table { border-collapse:collapse; }
input,textarea { outline:none; }
textarea { resize:none; overflow:auto; }
.clearfix:after{
    display: block;
    clear: both;
    content :'';
}
.header_warp{
    width: 100%;
    height: 70px;
    background: #ffffff;
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.header{
    width: 1200px;
    height: 70px;
    display: flex;
    justify-content: space-between;
}
.header_left{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.header_left img{
    width: 245px;
    height: 70px;
    margin-right: 64px;
}
.header_tab {
    display: flex;

}
.header_tab span{
    margin-right: 52px;
    font-size: 16px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 68px;
    cursor: pointer;
}
.header_tab span.active{
    border-bottom: 4px solid #910519;
}
.header_right{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.header_right span{
    color: #333333;
    font-size: 16px;
    margin-right: 8px;
}
.header_right img{
    width: 15px;
    height: 9px;
}
.back{
    position: absolute;
    width: 122px;
    height: 78px;
    background: url("../img/back.png") no-repeat top/cover;
    right: -25px;
    bottom: -60px;
    font-size: 14px;
    color: #333333;
    display: none;
    text-align: center;
    line-height: 78px;
    cursor: pointer;
}
.content_warp{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    padding-bottom: 20px;
}
.geren_title{
    width: 1200px;
    height: 73px;
    background: #910519;
    border-radius: 8px 8px 0px 0px;
    display: flex;
    align-items: center;
    text-indent: 24px;
    color: #ffffff;
}
.geren_content{
    width: 1200px;
    height: 356px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form_geren{
    width: 342px;

}
.form_geren_list{
    padding: 18px 0;
    width: 342px;
    display: flex;
    border-bottom: 1px solid #E4E4E4;
}
.form_geren_list span{
    color: #333333;
    font-size: 14px;
}
.form_geren_list span:first-child{
    display: flex;
    width: 50px;
    text-align: right;
}
.form_geren_list span:last-child{
    color: #777777;
}
.form_geren_list .shu{
    width: 1px;
    height: 20px;
    background: #E4E4E4;
    margin: 0 12px;
}
.form_geren_button{
    display: flex;
    justify-content: flex-end;
    padding-top: 24px;
}
.form_geren_button span{
    display: flex;
    width: 88px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #CCCCCC;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #333333;
    margin-left: 16px;
}
.model{
    position: absolute;
    width: 390px;
    height: 430px;
    right: 0;
    bottom: 0;
    top: 180px;
    left: 0;
    margin: 0 auto;
}
.model_top{
    width: 390px;
    height: 80px;
    background: #910519;
    border-radius: 8px 8px 0px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.model_top span:first-child{
    color: #ffffff;
    margin-left: 24px;
    font-size: 18px;
}
.model_top span:last-child{
    width: 60px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #CCCCCC;
    display: flex;align-items: center;
    justify-content: center;
    margin-right: 24px;
    color: #333333;
    font-size: 14px;

}
.model_content{
    background: #ffffff;
    padding: 20px 24px;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.24);
    border-radius: 8px;
}
.model_content .title{
    font-size: 14px;
    color: #333333;
    padding-bottom: 12px;
}
.model_content input{
    height: 32px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #CCCCCC;
    width: 100%;
    text-indent: 12px;
    margin-bottom: 16px;
}
.model_button span{
    display: flex;
    width: 60px;
    height: 32px;
    background: #A51026;
    border-radius: 6px;
    float: right;
   justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}
.model_fanhui,.xiugai_xinxi,.xiugai_mima,
.card_content_right span,.fanhui,.toupiao_button span{
    cursor: pointer;
}
.model{
    display: none;
}
.zhezhao{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    display: none;
}
.zhezhao_content{
    width: 267px;
    height: 104px;
    background: #FFFFFF url("../img/success.png") no-repeat bottom right/cover;
    border-radius: 8px;
    padding: 16px 8px;
    padding-bottom: 0px;
    background-size: 121px 88px;
    display: flex;
    align-items: center;
    text-indent: 40px;
    font-size: 18px;
    position: absolute;
    top: 300px;
    bottom: 0;
    right: 0;
    left: 0;
    margin:0 auto;
}
