.m-width-1660 {
    max-width: 1660px;
    margin: 0 auto;
    min-width: 320px;
    width: 100%
}

.m-width-1200 {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;

}
.m-width-600 {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;

}

.m-width-1440 {
    max-width: 1440px;
    margin: 0 auto;
    min-width: 320px;
    width: 100%
}

.disflex {
    display: flex
}
.flex-c{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-y-c{
    display: flex;
    align-items: center;
}
.flex-x-c{
    display: flex;
    justify-content: center;
}
.text-c{
    text-align: center;
}
.cfff{
    color: #FFF;
}
.hidden{
    overflow: hidden;
}
h1,h2,h3,h4{
    font-family: 'Songti-SC-Regular';
}
#reportPage{
    background-color: #f7f7f7;
    overflow: hidden;
    box-sizing: border-box;
}
.logo{
    margin: 0px auto;
    padding: 30px 60px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    box-sizing: border-box;
}

.banner{
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}
.banner.bannerny {
    position: relative
}

.banner.bannerny img {
    width: 100%
}
.bg-box>img{
    height: 315px;
    width: 100%;
}
.page-pc {
    display: block;
    width: 162px;
}

.banner.bannerny .banner-text {
    position: absolute;
    height: calc(100% - 110px);
    width: 100%;
    z-index: 2;
    top: 110px;
}
.banner.bannerny .banner-text h2 {
    font-size: 40px;
    text-align: left;
    color: #222;
    margin-bottom: 20px;
    letter-spacing: 8px;
    margin-top: 50px;
    font-weight: 500;
}

.banner.bannerny .banner-text a:hover {
    color: #d40211
}

.mainContent{
    width: 100%;
    background: #FFF;
    box-sizing: border-box;
}
.text-content{
    margin: 30px 0;
}
.tipName{
    height: 60px;
    width: 220px;
    font-size: 20px;
    padding-left: 20px;
}
.tipName img{
    height: 24px;
    margin-right: 10px;
}

.word{
    line-height: 28px;
    font-size: 20px;
    padding: 30px 50px;
}
.word p{
    margin-bottom: 20px;
    text-indent: 33.7pt;
}
/* 隐藏原始复选框 */
.custom-checkbox input[type="checkbox"] {
    display: none;
}
/* 定义自定义复选框的容器 */
#select{
    border: 1px solid #C9C9C9;
    cursor: pointer;
    border-radius: 4px;
    margin-right: 10px;
    height: 25px;
    width: 25px;
    position: relative;
    display: inline-block;
}

/* 当复选框被选中时的样式 */
.custom-checkbox {
    position: absolute;
    top: -1px;
    left: 0;
    border-radius: 4px;
    margin-right: 10px;
    height: 25px;
    width: 25px;
    background-color: #d40211; /* 选中后的背景色 */
    border: 1px solid #d40211;
    display: none;
}

/* 创建对勾符号 */
.custom-checkbox:after {
    content: '';
    position: absolute;
    left: 8px;
    top: 3px;
    width: 7px;
    height: 14px;
    border: solid white; /* 对勾颜色 */
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.btn-box p,.styled-button{
    border-radius: 4px;
    width: 150px;
    height: 50px;
    color: #FFF;
    font-weight: 500;
    cursor: pointer;
    font-size: 20px;
}
.btn-box p{
    border: 1px solid transparent;
}
.styled-button{
    border: 1px solid #d40211;
}
.btn-box p img{
    margin-right: 15px;
}

.bg-red{
    background: #d40211 !important;
}

/* 填报页面css----start */
.section{
    border: 1px solid #ebebeb;
    border-radius: 3px;
    transition: .2s;
    margin-top: 30px;
}
.subtitle{
    border-bottom: 1px solid #ebebeb;
    font-weight: bold;
    font-size: 20px;
    padding: 15px 0;
    background: linear-gradient(to bottom, #fff2ef, rgba(255, 242, 239, 0)); /* 渐变效果 */
}
.mt-20{
    margin-top: 25px;
}
.verification {
    display: flex !important;
}
.verification img{
    width: 60px;
    max-height: 45px;
    margin: 0 15px;
    cursor: pointer;
}
.verification span{
    font-size: 14px;
    color: #333;
}
.verification input[type="text"]{
    width: 50% !important;
}
.upFile{
    display: flex !important;
}

.upFile p{
    flex:1;
    margin-left: 15px;
    color: #d40211;
}
.hiddenBox{
    display: none;
}
#uploadBtn{
    background: #d40211;
}

.textarea-height {
    min-height: 350px !important;
}
.text-r{
    text-align: right;
}
.text-count{
    width: 110px;
    position: absolute;
    padding: 9px 15px;
    top: 40px;
    left: 0;
    text-align: left;
}
.text-count span{
    display: inline-block;
    margin-bottom: 4px;
}
/*手机端*/
.wap-box{
    display: none;
}
.page-wap {
    display: none
}

