body {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #000;
    /* 新年版 */
    *background-image: url(../images_newyear/03b.jpg);
    *position: absolute;
    background-size: 100% 100%;
}

.login-panel {
    margin: 250px auto 0;
    width: 460px;

    background-color: #212121;
    border-radius: 5px ;
}

.login-ul {
    margin: 0 auto;
    padding: 40px 10px 40px;
    overflow: hidden;
    width: 360px;
    color: white;
    list-style-type: none;
}

.login-ul li {
    display: block;
    margin-top: 10px;
    overflow: hidden;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.title {
    text-align: center;
    font-size: 30px;
    color: #d20000;
}

.login-ul li.btn {
    margin-top: 30px;
}

.login-ul input {
    display: inline-block;
    padding: 0 20px;
    width: 100%;
    height: 32px;
    line-height: 32px;
}

.login-btn {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background: #1a94f2;
    color: #fff;
    border: 0;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
}

.rule-body {
    background: #e8e8e8;
}

.rule-logo {
	*margin-left: 330px;
    height: 0px;
    background: url(../images/web/logo_small.png) no-repeat center top;
}

.rule-panel {
    margin: 60px auto 0;
    width: 880px;
    background-color: #212121;
    *color: #9c9c9c;
    color: #FFF;
    font-size: 14px;
}

.rule-padding {
    padding: 10px;
}

.check-button {
    width: 40%;
    height: 32px;
    line-height: 32px;
    background: #1a94f2;
    color: #fff;
    border: 0;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    border-radius: 4px;
    margin-bottom: 20px;
}

.check-button:hover {
    background: #1ab3fa;
}

.rule_contact span {
    padding-left: 25px;
    color: red;
    font-weight: bold;
}

.lang-list {
    text-align:center;
}

.lang-list input {
    width:15px;height:15px
}

.lang-list .checked {
    color: red;
}

.lang-img {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 20px;
    height: 20px;
    background-image: url("../../images/ds_new/global-icon.png");
    background-position: -5px -690px;
    margin: 0 3px 0 6px;
}

.check-agree{
    background:#767272 !important;
}
.check-agree:hover{
    background:#575656 !important;
}

/* 橙色版 START */
[data-color="ORG"] .check-button{
    background:#ff6f18 ;
}
[data-color="ORG"] .check-button:hover{
    background:#f8863f ;
}
/* 橙色版 END */
