<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
input::-ms-input-placeholder{
    color:#bbb;
}
input::-moz-input-placeholder{
    color:#bbb;
}

input::-webkit-input-placeholder{
    color:#bbb;
}
input::input-placeholder{
    color:#bbb;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}

.formcontent{
    width:980px;
    margin: 0 auto;
    overflow: hidden; 
    padding-bottom: 10px;
}
/*position*/
.position{
    font-size: 14px;
    color: #999;
    padding-top: 10px;
    padding-bottom: 20px;
    height: 24px;
    line-height: 24px;
}
.position a{
    color: #999;
}
/*content*/
.listcontent{
    background-color: #f7f7f7;
    padding-left: 40px;
    padding-right: 50px;
    overflow:hidden;
    border-top: 4px solid #ebebeb;
}
.listcontact{
    width:100%;
    overflow:hidden;
    padding-top: 25px;
}
.listcontact h3{
    height:48px;
    line-height: 48px;
    border-bottom:1px solid #ebebeb;
    font-size: 20px;
    color:#444;
    font-weight: normal;
}
.listcontact ul{
    padding:20px 0;
    overflow:hidden;
}
.listcontact li{
    width:12.5%;
    float:left;
    height:34px;
    line-height:34px; 
    overflow:hidden;
}
.listcontact input{
    width:14px;
    height:14px;
    display: block;
    float: left;
    margin-top: 10px;
}
.listcontact label{
    padding-left:10px;
    font-size: 14px;
    color:#666;
    display: block;
    float: left;
}

 
/*table*/
.contacttable{
    width:100%;
}
.contacttable th{
    background-color:#ebebeb;
    font-size: 16px;
    color:#444;
    font-weight: normal;
    padding:13px 35px;
    text-align: left;
    height: 28px;
    line-height: 28px;
}
.contacttable td{
    background-color:#fff;
    font-size: 16px;
    color:#666; 
    padding:13px 35px;
    height: 28px;
    line-height: 28px;
    border-bottom:1px dashed #ebebeb;
}
.contacttable tr:last-of-type td{
    border-bottom:0 none;
}
.contacttable td a{
    display:block;
    text-align: left;
    width: 100%;
    height: 28px;
    cursor:pointer;
}
.contacttable td .addtitle{
    color:#b90b13;
}
.contacttable td .deletedbtn{
    background:url(../images/deletedbtn.png) left center no-repeat;
}
.contacttable td .deletedbtn:hover{
    opacity:.8;
    filter:Alpha(opacity=80);
}
.contacttable td .addbtn{
    background:url(../images/addbtn.png) left center no-repeat;
}
.contacttable td .addbtn:hover{
    opacity:.8;
    filter:Alpha(opacity=80);
}
/*活动信息*/
.actilityinfo{
    display:inline-block;
    width:44%;
    overflow:hidden;
    padding-top: 25px;
    float:left;
    padding-bottom:24px;
}
.actilityinfo h3{
    height:48px;
    line-height: 48px;
    border-bottom:1px solid #ebebeb;
    font-size: 20px;
    color:#444;
    font-weight: normal;
    margin-bottom:24px;
}
.actilityinfo p{
    height:40px;
    line-height: 40px;
    padding:4px 0;
    font-size: 16px;
    color:#666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
    position:relative;
    padding-left:25%;
}
.actilityinfo p span{
    width:24%;
    height:40px;
    line-height: 40px;
    white-space: nowrap;
    position:absolute;
    left:0;
    top:4px;
}
/*报名信息*/
.signupinfo{
    display:inline-block;
    width:44%;
    overflow:hidden;
    padding-top: 25px; 
    padding-bottom:24px;
    float:right;
}
.signupinfo h3{
    height:48px;
    line-height: 48px;
    border-bottom:1px solid #ebebeb;
    font-size: 20px;
    color:#444;
    font-weight: normal;
    margin-bottom:24px;
}
.signupinfo p{
    height:40px;
    line-height: 40px;
    padding:4px 0;
    font-size: 16px;
    color:#666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
    position:relative;
    padding-left:25%;
}
.signupinfo p span{
    width:24%;
    height:40px;
    line-height: 40px;
    white-space: nowrap;
    position:absolute;
    left:0;
    top:4px;
}
.signupinfo .codeinput{
    width:100%;
    height:40px;
    line-height: 40px;
    background-color: #ebebeb;
    border:0 none;
    text-indent:3%;
    margin-left: -3%;
}
.signupinfo .codeimg{
    height:38px;  
    width:auto;
    position:absolute;
    top:7px;
    right:10px;
}
.signupbox{
    width:100%;
    padding-top:15px;
    overflow:hidden;
}
.notices{
    padding:16px 35px 40px 35px;
    background-color:#ebebeb;
    overflow-y:auto;
    height: 340px;
}
.notices h3{
    height:40px;
    line-height: 40px;
    color:#b90b13;
    font-size: 20px;
    padding-bottom: 10px;
}
.notices p{
    font-size: 14px;
    color:#444;
    line-height:24px;
}
.clause{
    padding-top:10px;
    overflow:hidden;
    color:#b90b13;
}
.clause input{
    width:14px;
    height:14px;
    vertical-align: middle;
    margin-right:10px;
}
.signbtn{
    display:block;
    width:100%;
    height:58px;
    overflow:hidden;
    background:url(../images/pcsignupbtn.png) center no-repeat;
    margin:40px 0;
    opacity:0.35;
}
.fixedbg{
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    top:0;
    background:rgba(0,0,0,.3);
    z-index:997; 
    display:none;
}
.addfloat{
    width:500px;
    height:372px;
    background-color: #fff;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    position:fixed;
    left:50%;
    top:50%;
    margin-left:-250px;
    margin-top: -186px;
    z-index: 999;
    display:none;
}
.addfloat h3{
    height:54px;
    line-height: 54px;
    border-bottom:1px solid #fff;
    background-color: #f7f7f7;
    font-size: 20px;
    color:#444;
    padding: 0 50px;
    -moz-border-top-right-radius:4px;
    -webkit-border-top-right-radius:4px;
    border-top-right-radius:4px;
    -moz-border-top-left-radius:4px;
    -webkit-border-top-left-radius:4px;
    border-top-left-radius:4px;
}
.addfloat h3 .closed{
    width:24px;
    height:24px;
    display:block;
    background:url(../images/deletedbtn.png) center no-repeat;
    position:absolute;
    right:-12px;
    top:-12px;
}
.addfloat ul{
    padding:36px 50px 20px;
    overflow:hidden;
    border-top:1px solid #ebebeb;
}
.addfloat li{
    height:40px;
    line-height: 40px;
    padding-bottom: 20px;
}
.addfloat li span{
    width:22.5%;
    float:left;
    height:40px;
    line-height: 40px;
    display:block;
    font-size: 16px;
    color:#666;
    white-space: nowrap;
}
.addfloat li input{
    width:77%;
    height:40px;
    line-height: 40px;
    float:right;
    display:block;
    border:0 none;
    background-color:#f7f7f7;
    text-indent: 10px;
    font-size: 16px;
    color:#666;
}
.addfloat li.btninput{
    padding-top: 20px;
}
.addfloat li .surebtn{
    width:37%;
    height:40px;
    line-height: 40px;
    background-color:#b90b13;
    text-align: center;
    color:#fff;
    font-size: 16px;
    float:left;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    cursor:pointer;
    text-indent: 0;
}
.addfloat li .surebtn:hover{
    -moz-box-shadow: 0 0 6px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.3);
    box-shadow: 0 0 6px rgba(0,0,0,.3);
}
/*我要报名*/

.signupfloat{
    width:810px;
    height:492px;
    background-color: #fff;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    position:fixed;
    left:50%;
    top:50%;
    margin-left:-405px;
    margin-top: -246px;
    z-index: 999; 
    display:none;
}
.signupfloat h3{
    height:54px;
    line-height: 54px;
    border-bottom:1px solid #fff;
    background-color: #f7f7f7;
    font-size: 20px;
    color:#444;
    padding: 0 30px;
    -moz-border-top-right-radius:4px;
    -webkit-border-top-right-radius:4px;
    border-top-right-radius:4px;
    -moz-border-top-left-radius:4px;
    -webkit-border-top-left-radius:4px;
    border-top-left-radius:4px;
}
.signupfloat h3 .signclosed{
    width:24px;
    height:24px;
    display:block;
    background:url(../images/deletedbtn.png) center no-repeat;
    position:absolute;
    right:-12px;
    top:-12px;
}
.signupfloat .imgtext{
    padding:36px 30px 20px;
    overflow:hidden;
    border-top:1px solid #ebebeb;
    overflow:hidden;
}
.signupfloat .imgtext .imgfl{
    float:left;
    width:49%;
    border:1px solid #ececec;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    padding:2px 2px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.signupfloat .imgtext .imgfl img{
    max-width:100%;
    max-height:100%;
}

.signupfloat .imgtext .textfr{
    float:right;
    width:48%;
}
.signupfloat .imgtext .textfr p{
    font-size: 16px;
    color:#666;
    height:35px;
    line-height:35px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
    position:relative;
    padding-left: 90px;
}
.signupfloat .imgtext .textfr p span{
    width:90px;
    white-space: nowrap;
    position:absolute;
    left:0;
    top:0;
}
.signupfloat .imgtext .textfr p em{
    color:#b90b13;
    font-style: normal;
}
.btndiv{
    width:100%;
    text-align: center;
    padding:20px 0 40px;
}
.btndiv a{
    width:148px;
    display:inline-block;
    text-align: center;
    height:38px;
    line-height: 38px; 
    font-size: 16px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    margin:0 15px;
}
.btndiv a.backbtn{
    color:#b90b13;
    border:1px solid #e2999c;
}
.btndiv a.minebtn{
    color:#fff;
    border:1px solid #b90b13;
    background:#b90b13;
}



/* 出现错误 */
.myAlert{
	padding: 0 10px!important;
}
.myAlert a{
	padding:  20px 0!important;
}</pre></body></html>