
.register_box_wrap {
    width: 432px;
    height: 700px;
    background: url('../images/regist_bg.png') no-repeat;
    text-align: center;
    margin-bottom: 70px;
}
.register_box_wrap .register_box {
    position: relative;
    padding-top: 150px;
}
.register_box_wrap .register_box .ajaxForm {
    padding-top: 15px;
}
.songfuli {
    text-align: center;
    padding: 5px 0 22px 0;
}
.songfuli span {
    display: inline-block;
    width: 260px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: url('../images/fuli_txt.png') no-repeat;
    font-size: 17px;
    font-weight: bold;
    color: #66ff33;
}
.register_box_wrap .register_box .input_wrap {
    width: 240px;
    height: 58px;
    /* line-height: 38px; */
    margin: 10px auto 0;
}
.register_box_wrap .register_box .input_wrap input {
    width: 236px;
    height: 34px;
    line-height: 34px;
    border-radius: 3px;
    border: 2px solid #854E30;
    text-indent: 40px;
    font-size: 15px;
    outline: none;
}
.register_box_wrap .register_box .input_wrap input.username {
    background: #fff url('../images/user_icon2.png') 10px center no-repeat;
}
.register_box_wrap .register_box .input_wrap input.password {
    background: #fff url('../images/pwd_icon.png') 13px center no-repeat;
}
.register_box_wrap .register_box .input_wrap .regMsg {
    height: 20px;
    color: #a67267;
    padding-top: 5px;
	text-align: left;
}
.register_box_wrap .register_box .input_wrap .regMsg.err {
    color: #FF0000;
}
.register_box_wrap .register_box .submit {
    width: 232px;
    height: 91px;
    margin: 25px auto 0 auto;
    cursor: pointer;
    background: url('../images/start_btn1.png?v=1') center center no-repeat;
}
.login_way_box {
    width: 215px;
    height: 31px;
    margin: 35px auto 0 auto;
    text-align: center;
}
.login_way_box a {
    width: 99px;
    height: 31px;
    background: url('../images/three_login.png') no-repeat;
    display: inline-block;
}
.login_way_box a.qq_login {
    float: left;
    margin-right: 15px;
}
.login_way_box a.wx_login {
    float: left;
    background-position: 0 -40px;
}
.game_fuli_wrap {
    width: 605px;
    margin-right: 80px;
    margin-top: 310px;
    margin-bottom: 70px;
}
.game_fuli_wrap .txt_bg{
    width: 605px;
    height: 185px;
    background: url("../images/txt1.png") center center no-repeat;
    margin: 15px auto 5px auto;
}
.sc_box {
    width: 610px;
    margin: 0 auto;
    margin-left: -5px;
}
.sc_box .item {
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
    width: 208px;
    height: 84px;
    padding-left: 86px;
    line-height: 84px;
    background: #5D0000;
    border: 3px solid #470000;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}
.sc_box .item1 {
    background: #5D0000 url('../images/fuli1_ico.png') no-repeat 22px center;
}
.sc_box .item2 {
    background: #5D0000 url('../images/fuli2_ico.png') no-repeat 22px center;
}
.sc_box .item3 {
    background: #5D0000 url('../images/fuli3_ico.png') no-repeat 22px center;
}
.sc_box .item4 {
    background: #5D0000 url('../images/fuli4_ico.png') no-repeat 22px center;
}
.sc_box .item b {
    font-weight: bold;
    font-size: 20px;
}
.sc_box .item:hover {
    background-color: #790000;
    border-color: #5C0000;
}
.game_fuli_wrap .fuli_cn {
    width: 605px;
    height: 145px;
    background: url('../images/fuli_bg.png?v=1') no-repeat;
}
.game_fuli_wrap .fuli_cn .libao {
    margin: 12px 20px 0 25px;
}
.game_fuli_wrap .fuli_cn .libao a {
    display: inline-block;
    width: 100px;
    height: 100px;
    background: url('../images/libao.png') no-repeat;
    font-size: 0px;
    background-size: 100%;
}
.game_fuli_wrap .fuli_cn .fuli_info {
    width: 430px;
}
.game_fuli_wrap .fuli_cn .fuli_info .title {
    font-size: 18px;
    font-weight: bold;
    color: #ffa800;
    margin-top: 22px;
    margin-bottom: 5px;
}
.game_fuli_wrap .fuli_cn .fuli_info .centent {
    font-size: 15px;
    color: #fcc87d;
    line-height: 24px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.game_fuli_wrap .fuli_cn .fuli_info .more_fuli {
    color: #1BC15E;
}

.layer_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0,0,0,.5);
}
.layer_box {
    width: 840px;
    height: 650px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -325px;
    margin-left: -420px;
    z-index: 99999;
}
.layer_box .layer_title {
    padding: 0 15px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #D5D5D5;
    font-size: 20px;
    color: #fff;
    background-color: #ec3d4a;
    font-weight: bold;
}
.layer_box .layer_title .layer_close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    font-family: 宋体;
    cursor: pointer;
}
.layer_box .layer_con {
    height: 567px;
    overflow-y: auto;
    padding: 20px;
    font-size: 15px;
    line-height: 32px;
    color: #000;
}
.footer{
    height: auto;
    background-color: #000;
    font-size: 12px;
    text-align: center;
    color: #8e8e8e;
    line-height: 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
}