main {
    margin-top: 180px;
    width: 100%;
}
/*先去掉默认样式*/
.swiper-button-prev:after{
    display: none;
}
.swiper-button-next:after{
    display: none;
}
/*再自定义样式*/
.swiper-button-prev{
    width: 1.75rem  /* 35/20 */;
    height: 1.75rem  /* 35/20 */;
    background: url('../../../static/icon/wm_button_icon.png') no-repeat;
    bottom: .5rem  /* 30/20 */;
}
.swiper-button-next{
    width: 1.75rem  /* 35/20 */;
    height: 1.75rem  /* 35/20 */;
    background:url('../../../static/icon/wm_button_icon2.png') no-repeat;
    bottom: .5rem  /* 30/20 */;
}
main > .main-div > .panko {

    height: 38px;
    padding: 10px;
    background: #F1F1F1;
    border-radius: 5px;
    text-align: left;
    margin-bottom: 20px;
    color: #B7B7B7;
}
main > .main-div > .panko .pitch {
    color: #73C5FF;
}
main > .main-div > .panko a {
    cursor: pointer;
}
main > .main-div > .cont-txt {
    margin-bottom: 20px;
}
main > .main-div > .cont-txt .title-txt {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333333;
}
main > .main-div > .cont-txt .hr-txt {
    width: 1200px;
    height: 1px;
    background: #EBEBEB;
    margin-bottom: 10px;
}
main > .main-div > .cont-txt .time {
    text-align: right;
    margin-bottom: 20px;
    color: #bebebe;
}
main > .main-div > .cont-txt .txt p {
    text-align: left;
    color: #666666;
    font-size: 16px;
    margin-bottom: 16px;
}
.headhr {
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #9a6d72;
}
.oltype{
    color: #a4a4a4;
    font-size: 16px;
    list-style-type: decimal-leading-zero;
}
.bgimg{
    background: url(../../../static/icon/banner.png);
    background-size: cover;
}
.boxshad{
    box-shadow: 3px 3px 5px 1px #626262;
}
.bg-a4{
   border: 1px solid #c7ab69;
}

/*翻页*/
.main-page {
    text-align: center;
    display: flex;
    margin-bottom: 20px;
}
.main-page > div {
    cursor: pointer;
    width: 52px;
    height: 28px;
    border: 1px solid #f56495;
    border-radius: 5px;
    line-height: 28px;
    color: #f56495;
    margin-right: 10px;
}
.main-page > div:last-of-type {
    margin-right: 0;
}
.main-page > .page-sel {
    color: #B8B8B8;
    background: #F9F9F9;
    border: 1px solid #EAEAEA;
    cursor: not-allowed;
}
.main-page > .page {
    display: flex;
}
.main-page > .page li {
    cursor: pointer;
    width: 28px;
    height: 28px;
    border: 1px solid #f56495;
    border-radius: 5px;
    line-height: 28px;
    color: #f56495;
    margin-right: 10px;
}
.main-page > .page .li-sel {
    border: 1px solid var(--primary-color-5);
    background: var(--primary-color-5);
    color: white;
    cursor: not-allowed;
}
.primary-color-dark {
    background-color: #30BAC3;
}
.man-font{
    color: #30BAC3;
}
.font-tips {
    color: #999999;
}
.bg-tips{
    background: #cbb299;
}
.sel{
    color: #f56495;
}

.city-bg-tips{
    background: #eaeaea;
}
.font-blue{
    color: #1296DB;
}
.bg-blue{
    background: #1296DB;
}
.action{
    color: #F06292!important;
    border-bottom: #F06292 solid 1px!important;
}
.action-bor{

}
.bg-black{
    background: #000000;
}

.tab-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    border-bottom: 1px solid #ccc;
}

.tab-nav-item {
    font-size: 20px;
    cursor: pointer;
    padding: 10px;
    margin: 0;
}

.tab-content-item,.tab-content-item2 {
    display: none ;
    margin: 0;
}
.hr{
    width: 100%;
    background: #f9b400;;
}
.text-le-1{
    line-height: 2
}
.content {
    display: flex;
    justify-content: space-between;

}

.text {
   width: 1200px;
}

.image {

    max-width: 50%;
}
.border-radius-70{
    border-radius: 70px;
}
/*选择上带边框*/
.action-lin{
    border: var(--primary-color-4) solid 1px;
}

.tab-foot-nav{
    color: var(--primary-color-3);
}

.image-container {
    position: relative;
    width: 300px; /* 设置为你的图片宽度 */
}

.image-container img {
    width: 100%;
    display: block;
}

.overlay {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* 半透明黑色 */
    color: white;
    width: 100%;
    transition: .5s ease;
    height: 10%; /* 初始高度 */
    padding: 20px;
    text-align: center;
    overflow: hidden;
}

.image-container:hover .overlay,.text {
    height: 50%; /* 鼠标悬停时的高度 */
}

.text {
    position: absolute;
    bottom: 10%;
    margin-bottom: 10px;
    width: 90%;
    font-size: 20px;
}