.form1 {
    width: 92%;
    margin: 40px auto 0 auto;
    padding: 0 0 20px 0;
}
.form table .f_1 {
    text-align: right;
    padding: 0 15px 0 0;
}
.form table textarea {
    line-height: 40px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    padding-left: 5px;
    font-size: 15px;
}


/*提交成功*/
.s_center p {
    font-size: 16px;
    text-align: center;
    padding: 20px 0 0 0;
}
.s_center .ewm {
    text-align: center;
    padding: 20px 0;
}
.s_center .fhan {
    background: #f60;
    display: block;
    text-align: center;
    font-size: 16px;
    width: 250px;
    line-height: 44px;
    color: #fff;
    border-radius: 20px;
    margin: 30px auto 90px;
}
.content {
    font-size: 16px;
}


.tianXxx {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.tianXxx span,
.tianXxx i {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #d00002;
    border-radius: 50%;
    margin: 0 10px;
}
.tianXxx i {
    width: 10px;
    height: 10px;
}
.tianXxx h3 {
    font-size: 20px;
    color: #d00002;
    margin: 0 10px;
}


.fixedButton{
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);
    width: 100%;
}
.btn-blue{
    width: 50%;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    background-color: #f60;
    cursor: pointer;
}



.center{
    margin-top: 0;
    box-sizing: border-box;
    padding: 0 30px 30px 30px;
}

.moduleNavBox{
    width: 92%;
    margin: 0 auto;
}
.moduleNavBox ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.moduleNavBox ul li{
    padding: 12px 30px;
    background-color: #FFFADC;
    box-shadow: -1px -2px 10px 0px #FFF5B7;
    border-radius: 10px;
    border: 1px solid #B60001;
    font-weight: 500;
    font-size: 22px;
    color: #B60001;
    cursor: pointer;
    margin-top: -10px;
}
.moduleNavBox ul li a{
    color: #B60001;
    display: inline-block;
    width: 100%;
}
.moduleNavBox ul li.modNavAct,
.moduleNavBox ul li:hover{
    background-color: #B60001;
    color: #FFFADC;
}
.moduleNavBox ul li.modNavAct a,
.moduleNavBox ul li:hover a{
    color: #FFFADC;
}

.mainCon{
    width: 100%;
    margin-top: 40px;
}

.concurEvents{
    width: 100%;
}
.curEventCon{
    width: 100%;
    margin-top: 40px;
}


.mainCon .eveModule{
    display: none;
}
.mainCon .isModShow{
    display: block;
}


.eventSchCon,
.spoBoxCon{
    width: 100%;
    margin-top: 40px;
    text-align: center;
}


/*直播预约*/
.liveBoxCon{
    width: 600px;
    margin: 30px auto 0 auto;
}
.liveItem{
    width: 100%;
    margin-bottom: 20px;
}
.liveItem ul{
    width: 100%;
    background-color: #B50002;
    border-radius: 5px;
}
.liveItem ul a{
    display: inline-block;
    width: 100%;
    padding: 8px 30px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}
.liveItem li{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.liveItem li img{
    width: 100px;
    height: 100px;
}
.liveItem li p{
    width: 100px;
    margin: 8px auto 0 auto;
    font-size: 14px;
    color: #333;
}


/*商务合作*/
.liveMod2{
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.liveMod2 p{
    border: 1px solid #B81716;
}
.liveMod2 p img{
    width: 200px;
    height: 200px;
}
.liveMod2 li{
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: #333;
    margin-top: 10px;
}


.ewmConBox{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
    display: none;
}
.ewmConMain{
    width: 300px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ewmConMain img{
    width: 200px;
    height: 200px;
}


/*奖项申报*/
.selCriBox{
    width: 1000px;
    margin: 0 auto 30px auto;
}
.selCriBox h1,
.selCriBox h3{
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #C81A00;
}
.selCriBox ul{
    width: 100%;
    margin-top: 20px;
}
.selCriBox ul li{
    font-size: 15px;
    color: #414141;
    line-height: 30px;
    text-align: justify;
    text-indent: 30px;
}
.selCriBox h3{
    margin-top: 20px;
}

.modMainBox{
    width: 700px;
    margin: 0 auto;
}
.conTitBox{
    width: 100%;
    color: #C81A00;
    text-align: center;
}
.conTitBox h3{
    font-size: 26px;
    font-weight: bold;
}
.conTitBox p{
    margin-top: 3px;
    /*text-transform: uppercase;*/
    font-weight: 100;
    font-size: 16px;
}
.modMainCon{
    width: 100%;
    margin-top: 25px;
}
.modMainItem{
    width: 100%;
    margin-bottom: 25px;
}
.modMainItem h1{
    width: 100%;
    padding: 7px 0;
    background-color: #C91B00;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    border-radius: 6px;
}
.modMainItem ul{
    width: 90%;
    margin: 0 auto;
    border: 1px solid #C91B00;
    border-top: none;
    border-radius: 0 0 5px 5px;
    padding: 15px 0 20px 0;
    box-sizing: border-box;
}
.modMainItem ul ol{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.modMainItem ul ol li{
    width: 50%;
    display: flex;
    align-items: center;
    padding-left: 30px;
    font-size: 15px;
    color: #000;
    line-height: 30px;
    box-sizing: border-box;
}
.modMainItem ul ol li i{
    font-size: 14px;
    color: #C91B00;
    margin-right: 5px;
}
.modMainItem ul p{
    margin-top: 15px;
    display: flex;
    justify-content: center;
}
.modMainItem ul p a{
    padding: 3px 15px;
    background-color: #C91B00;
    font-size: 15px;
    color: #F8F0DD;
    border-radius: 0 13px;
}
.modMainItem ul p a b{
    margin: 0 3px;
}