/* 头部信息 */
header{
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 100px;
    padding-top: 30px;
}

header div{
    width: 20%;
    float: left;
    box-sizing: border-box;
    padding-top: 60px;
    position: relative;
    text-align: center;
}

header div:nth-child(2){
    /*margin:0 4%;*/
    margin:0.4%;
} 
    /*原来18%*/

header div:nth-child(1){
    /*margin-left: 3%;*/
    margin-left: 2%;
}
    /*原来2%*/

.imges{
    width: 60%;
    height: 45px;
    display: block;
    position: absolute;
    top: 0;
    left: 20%;
}

.head{
    height: 25px;
    line-height: 25px;
    box-sizing: border-box;
    margin-left: 20px;
    padding-left: 10px;
    border-left: 5px solid var(--xt);
    font-weight: bold;
    font-size: 16px;
}

/* 选择卡 */
.SelectedCard{
    height: 40px;
    margin-top: 20px;
    border-bottom: .5px solid var(--borderColor);
}

.Selected input{
    display: none;
}

.Selected span{
    display: block;
    width: 25%;
    text-align: center;
    height: 40px;
    float: left;
    line-height: 30px;
}

.Selected input:checked + span{
    color: var(--xt);
    border-bottom: 2px solid var(--xt);
}

.main-content{
    margin-top: 10px;
}

.box{
    display: none;
}

/* 立即办理样式 */
.content-h{
    width: 100%;
    height: 140px;
    margin:  0 auto;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 160px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--borderColor);
}

.content-h img{
    width: 140px;
    height: 100px;
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 7px;
}

.content-h .tit{
    font-weight: bold;
    font-size: 15px;
    width: 80%;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content-h .detailed{
    font-size: 12px;
    color: var(--textColor);
    width: 80%;
    height: 40px;
    overflow: hidden;
}

.content-h .btn{
    width: 80px;
    height: 25px;
    border-radius: 10px;
    background: var(--btn);
    color: var(--blank);
    text-align: center;
    line-height: 25px;
    margin-top: 10px;
    font-size: 13px;
}

.content-s{
    width: 42%;
    max-height: 280px;
    position: relative;
    box-sizing: border-box;
    padding-top: 160px;
    margin-top: 20px;
    display: inline-block;
    background: var(--blank);
    margin-left:6%;
    border-radius: 7px;
    overflow: hidden;
    padding-bottom: 10px;
}

.content-s img{
    width: 100%;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
}

.content-s .detailed{
    width: 94%;
    max-height: 80px;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.man{
    width: 94%;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
}

.man span:nth-child(1){
    font-weight: bold;
    color: var(--Hong);
}

.man span:nth-child(2){
    color: var(--textColor);
    margin-left: 10px;
}
