input::-webkit-input-placeholder {
    color: #dddddd;
}
input:-moz-placeholder {
    color: #dddddd;
}
input::-moz-placeholder {
    color: #dddddd;
}
input:-ms-input-placeholder {
    color: #dddddd;
}
.theme-top-bg {
    height: 415px;
}
.theme-top-con {
     padding-top: 90px;
}
.act-box{
    margin-top: 20px;
    margin-bottom: 19px;
    height: auto;
    width: 1020px;
    padding-left:240px;
}
.act-box>.theme-left{
    position: absolute;
    left: 0;
    top:0;
    width: 230px;
    height: 100%;
    padding-top: 10px;
    background-color: #fff;
}
.act-box>.theme-right{
    width: 1020px;
    background-color: #fff;
    padding:10px 30px 30px 30px;
}
.theme-l-nav dl.nav-dl{
    display: block;
    width: 242px;
    position: absolute;
    right: 0;
    margin-top: 15px;
}
.theme-l-nav dl dt
{
    text-align: center;
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 2px solid #f5f5f5;
    width: 200px;
    margin-left: 27px;
}
.theme-l-nav dl dd
{
    width: 100%;
    line-height: 60px;
    height: 50px;
    overflow: hidden;
}
.theme-l-nav dl dd.nav-current{
    background-image: url("../../common/images/theme-left-bg.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
}
.theme-l-nav dl dd:hover{
    background-image: url("../../common/images/theme-left-bg.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
}
.theme-l-nav dl dd:hover>a{
    color:#fff;
}
.theme-l-nav dl dd.nav-current a{
    color:#fff;
}
.theme-l-nav dl dd a {
    display: block;
    text-align: center;
    height: 40px;
}
.act-con-top{
    padding: 10px;
    background-color: #f5f5f5;
}
.act-con-top span{
    display: inline-block;
    min-width: 120px;
}
.act-con-top span.nickname-span{
    margin-left: 15px;
}
.act-con{
    margin-top: 50px;
}
.act-con .act-con-item{
    margin-top: 20px;
}
.layui-form{
    display: block;
    width: 400px;
    margin: 0 auto;
}
.cdkcode-box label{
    display: inline-block;
}
.cdkcode{
    outline: none;
    width: 330px;
    border: 1px solid #eee;
    padding-left: 10px;
    outline: none;
    height: 43px;
    background-color: #fff;
    display: inline-block;
}
.act-con .submit-item{
    margin-top: 50px;
    text-align: center;
}
.submit-item .submitForm {
    width: 130px;
    height: 40px;
    line-height: 40px;
    background-color: #ffba00;
    color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    cursor: pointer;
}
.rule-box{margin-top: 70px}