*{
    margin: 0;
    padding: 0;
}
.ui-content{
    margin-top: -75px;
}
.ui-content{
    overflow: hidden;
}

.ui-guide{
    display: inline-block;
    width: auto;
    margin: 30px auto 0;
    height: 25px;
    border-bottom: 1px solid #ccc;
    
}
.ui-guide span{
    font-size: 18px;
    color: #323232;
}
.ui-search{
    float: right;
    width: 363px;
    height: 53px;
    background: #C72620;
    display: flex;
    border-radius: 6px;
    margin-top: 15px;
}
.ui-searchname{
    font-size: 20px !important;
    color: #fff !important;
    margin: 13px 15px;

}
.ui-search-input{
    width: 260px;
    border: 0;
    background:url('../images/search.png') right center no-repeat, #C72620;
    color: #fff;
    outline: 0;
}
.ui-detail{
    width: 1200px;
    height: auto;
    margin: 80px auto 0;
}
.ui-title{
    width: 85%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    color: #1b1b1b;
    font-weight: bold;
}
.ui-title-other{
    width: 100%;
    padding-bottom: 22px;
    border-bottom: 1px solid #817F7F;
    text-align: center;
    margin-top: 29px;
}
.ui-title-other span{
    font-size: 14px;
    color: #585656;

}
.ui-detail-img{
    display: block;
    width: auto;
    height: auto;
    object-fit: contain;
    margin: 25px auto 0;
}
.detail-content{
    font-size: 18px;
    color: #1b1b1b;
    width: 95%;
    margin: 10px auto;
}
