.act_left {
    float: left;
    width: 192px;
    padding-right: 21px;
}

.act_left ul {
    margin: 0;
    padding: 0 11px 0;
    background: #212121;
    border: 1px solid #343434;
    border-radius: 7px;
}
.act_left ul {
    list-style-type: none;
}

.act_left li.currentTab a {
    color: #fff;
    text-decoration: none;
}

.act_left li a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.act_left li a {
    display: block;
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 20px;
    color: #999;
    overflow: hidden;
}

.act_left li.currentTab .arrow_r {
    display: block;
}
.act_left li .arrow_r {
    width: 21px;
    height: 43px;
    background: url(img/arrow_r.png) no-repeat;
    position: absolute;
    right: -32px;
    top: 10px;
    display: none;
}

.act_left li {
    height: 65px;
    background: url(img/slot_line.jpg) bottom center no-repeat;
    position: relative;
}


.act_right {
    float: left;
    margin-left: 5px;
}

.act_right ul.block {
    display: block;
}
.act_right > ul {
    display: none;
    padding: 0;
    margin: 0;
}

.mobile-box {
    background-color: #212121;
    border: 1px solid #2d2d2d;
    padding: 10px 0;
    width: 841px;
    color: #999;
    border-radius: 5px;
}

.mobile-qrwrap {
    padding: 15px 0;
}
.mobile-loginbox {
    border-top: 1px solid #2d2d2d;
    padding: 15px 0;
}


.mRightTile {
    font-size: 18px;
    font-weight: 700;
}
	

.mob-formTable {
    border-collapse: collapse;
    border: 1px solid #2d2d2d;
    background: #3b3b3b;
    
    margin-left:auto; 
    margin-right:auto;
}

.mob-formTable > tbody > tr > th {
    border: 1px solid #2d2d2d;
    background: #0f0f0f;
    padding: 3px 5px;
    text-align: center;
}
