<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">forgetPassword.header{
    margin: 20px 0 0 0;
}
.header .header-img .header-img-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
}
.header .header-img .header-img-list .el-image{
    width: 60px;
    height: 60px;
    margin: 0 10px 0 0;
}
.header .header-img .header-img-list .el-image:hover{
    cursor: pointer;
}
.header .header-img .el-icon-star-on{
    font-size: 20px;
    display: flex;
    align-items: center;
}
.header .header-img .el-icon-star-on:hover{
    cursor: pointer;
}
.header .header-img .el-icon-star-on span{
    font-size: 14px;
}
.header .header-binfo{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.header .header-binfo h3{
    background-color: var(--mainColor);
    color: white;
    font-weight: bolder;
    padding: 15px;
    font-size: 16px;
}
.header .header-binfo div{
    background-color: #fafafa;
    border: 1px solid #ededed;
    padding: 15px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
}
.header .header-binfo div h5{
    color: #666666;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 15px 0;
}
.header .header-binfo div p{
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
}
.header .header-binfo div p i{
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
}
.header .header-binfo div p span{
    color: var(--mainColor);
}
.header .header-cinfo{
    display: flex;
    flex-direction: column;
}      
.header .header-cinfo h5{
    color: #383838;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}
.header .header-cinfo .price{
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5;
    padding: 20px 15px;
    margin: 10px 0 0 0;
}
.header .header-cinfo p{
    display: flex;
    align-items: center;
    font-size: 14px;
    margin: 10px 0 0 0;
}
.header .header-cinfo p i{
    color: #9e9e9e;
}
.header .header-cinfo p span{
    color: #747474;
    margin: 0 0 0 10px;
}
.header .header-cinfo .specifications{
    display: flex;
    margin: 10px 0 0 0;
    align-items: center;
    flex-wrap: wrap;
}
.header .header-cinfo .specifications i{
    color: #9e9e9e;
    font-size: 14px;
    margin: 0 10px 0 0;
}
.header .header-cinfo .specifications span{
    padding: 0 10px;
    min-width: 85px;
    border: 1px solid #ededed;
    font-size: 14px;
    color: #747474;
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px 0 0;
}
.header .header-cinfo .specifications span:hover{
    cursor: pointer;
    border-color: 2px solid red;
}
.header .header-cinfo .specifications .sactive{
    background-image: url(/image/iconTicket.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    border-color: red;
}
.header .header-cinfo .stepper{
    display: flex;
    align-items: center;
    margin: 10px 0 0 0;
}
.header .header-cinfo .stepper i{
    color: #9e9e9e;
    font-size: 14px;
    margin: 0 10px 0 0;
}
.header .header-cinfo .stepper div{
    display: flex;
    align-items: center;
    border: 1px solid #ededed;
}
.header .header-cinfo .stepper div span:nth-child(1){
    color: #6f7071;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-right: 1px solid #ededed;
}
.header .header-cinfo .stepper div span:nth-child(1):hover{
    cursor: pointer;
}
.header .header-cinfo .stepper div span:nth-child(2){
    min-width: 55px;
    text-align: center;
}
.header .header-cinfo .stepper div span:nth-child(3){
    color: #6f7071;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-left: 1px solid #ededed;
}
.header .header-cinfo .stepper div span:nth-child(3):hover{
    cursor: pointer;
}
.header .header-cinfo .button-group{
    margin: 20px 0 0 0;
}
.header .header-cinfo .button-group .el-button{
    min-width: 180px;
    min-height: 40px;
    border-radius: 0;
}
.header .header-cinfo .button-group .el-button:nth-child(1){
    background-color: #ffeded;
    border: 1px solid red;
    color: red;
}
.header .header-cinfo .button-group .el-button:nth-child(2){
    background-color: red;
    border: 1px solid red;
    color: white;
}
.ccontent{
    margin: 70px 0 0 0;
}
.ccontent .recBox{
    border: 1px solid #ededed;
    padding: 0 !important;
}
.ccontent .recBox .ptitle{
    background-color: var(--mainColor);
    color: #fff;
    font-weight: bolder;
    padding: 15px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ccontent .recBox .recList{
    display: flex;
    flex-direction: column;
    margin: 20px auto 10px auto;
    border: 1px solid #ededed;
    width: 227px;
}
.ccontent .recBox .recList .el-image{
    height: 227px;
}
.ccontent .recBox .recList span{
    color: red;
    font-size: 20px;
    margin: 15px 15px 0 15px;
}
.ccontent .recBox .recList p{
    color: #737373;
    font-size: 14px;
    margin: 15px 15px 15px 15px;
}
.ccontent .contents .title{
    color: #666666;
    font-weight: normal;
    font-size: 18px;
    background-color: #fafafa;
    border: 1px solid #ededed;
    padding: 15px;
}
.ccontent .contents .infoContent{
    padding: 20px;
    border: 1px solid #ededed;
    margin: 20px 0;
}
.ccontent .contents .infoContent img{
    max-width: 100%;
}</pre></body></html>