/*BEGIN YOMANSUNTER CSS*/

/*页面展示信息标题*/
.yomansunter_title {
    font-size:45px;
    font-weight: bold;
    color: #333;
    text-decoration: none;

}

.yomansunter_title_center {
    text-align: center;
    margin-bottom: 25px;
}

/*用于菜单*/
.yomansunter_title_font {
    font-size:19px;
    font-weight: bold;
    color: #333;
    text-decoration: none;

}

/*用于菜单子类，描述文字*/
.yomansunter_child_title_font {
    font-size:18px;
    color: #333;

}


/*用于首页导航菜单*/
.yomansunter_title_font_no_bold {
    font-size:16px;
    color: #333;

}


/*font color*/
.yomansunter_font_color_nohover {
    color: #ffffff;
    text-decoration: none;
}

.yomansunter_font_color_nohover:hover {
    color: #ffffff;
    text-decoration: none;
}

/*LOGO*/
.yomansunter_logo {
    color: #ff007f;
    font-size: 16px;
    text-decoration: none;
    font-weight: bolder;
    cursor: pointer;
}

.yomansunter_logo:hover{
    color: #ff007f;
    font-size: 16px;
    text-decoration: none;
    font-weight: bolder;
    cursor: pointer;
}


/*text css*/
.yomansunter_text_center {
    text-align: center;
}


/*blank css*/
.yomansunter_blank_15px {
    width: 100%;
    margin-top: 15px;
}

.yomansunter_blank_30px {
    width: 100%;
    margin-top: 30px;
}

/*input css*/

/*显示宽度300px 背景为白色 黑色字体*/
.yomansunter_input_width_300px {
    width: 300px;
    border: 1px solid #cccccc;
    background: #ffffff;
    color: #333;

}

.yomansunter_input_width_400px {
    width: 400px;
    border: 1px solid #cccccc;
    color: #333;
}

.yomansunter_input_width_500px {
    width: 500px;
    border: 1px solid #cccccc;
    color: #333;
}

.yomansunter_input_width_100 {
    width: 100%;
    border: 1px solid #cccccc;
    color: #333;
}

/*image css*/
.yomansunter_image {
    height: 200px;
    width: 100%;
}

.yomansunter_image_height300 {
    height: 300px;
    width: 100%;
}

.yomansunter_img_width_logo {
    height: 200px;
    width: 200px;
    border:1px solid #cccccc;
    padding: 1px 1px 1px 1px;

}

/* div center */
.yomansunter_div_center {
    margin: auto;
    width: 200px;
}

/*去除bootstrap5 input border*/
.form-control{
    border:1px solid #cccccc;
    webkit-box-shadow:none;
    box-shadow:none;
}

.form-control:focus{
    border-color:#cccccc;
    webkit-box-shadow:none;
    box-shadow:none;
}

.form-select:focus{
    border:1px solid #cccccc;
    webkit-box-shadow:none;
    box-shadow:none;
}

/*yomansunte content css*/
#yomansunter_content {
    word-break:break-all;
    margin-top: 50px;
    color: #333;
}

/*border css*/
.yomansunter_border{
    border:1px solid #cccccc;
}

/*pagination css*/
.pagination li {
    margin-left: 10px;
}

/*breadcrumb css*/
.yomansunter_breadcrumb li,li a {
    color: #333;
    font-size: 12px;
}
/*END YOMANSUNTER CSS*/


#yomansunter_footer p {
    float: left;
    display: block;
    margin-left: 10px;
}

.container .row .card-header {
    background-color:  #007BFF;
    font-size: 18px;
    color: #ffffff;
}

.ywechat {margin:0 auto;margin-top: 10px;font-size: 14px;cursor: pointer;color: #333;width: 100px; position: relative; /* 为子元素定位提供参考 */ }
.yqrcode {z-index: 1;width: 150px;height: 150px;position: absolute; transform: translateX(50%); display: none;}

.ycms_logo {
    width:100%;
    height: 100%;
    border:none;
    margin: 0;
    padding: 0;
}
