html, body {
    padding: 0;
    margin: 0;;
    height: 100%;
}

body {
    font-family: "Al-Kharashi 52", serif;
    min-width: 1100px;
}

.font-50 {
    font-size: 50px !important;
}

.font-40 {
    font-size: 40px !important;
}

.top-logo {
    background: url("/rank/images/ar/top-logo.png") no-repeat center;
    height: 110px;

}

.top-banner {
    height: 686px;
}

.top-banner .top-logo {
    background: url("/rank/images/ar/top-logo.png") no-repeat top center;
    height: 110px;
    width: 100%;
    position: absolute;
    top: 0;
}

.top-banner-CIV {
    background: url("/rank/images/ar/CIV-banner.jpg") no-repeat top center;
}

.top-banner-DRA {
    background: url("/rank/images/ar/DRA-banner.jpg") no-repeat top center;
}

.top-banner-LOR {
    background: url("/rank/images/ar/LOR-banner.jpg") no-repeat top center;
}

.list-sub {
    width: 959px;
    position: relative;
    margin: 0 auto;
    padding-top: 5px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 20px;
    text-align: center;
}

.list-content {
    background: url("/rank/images/ar/bg.png") no-repeat top center;
    height: 1490px;
    margin-top: -124px;
}

.list-content .list-title {
    text-align: center;
    padding-top: 220px;
    color: #ffffff;
    font-size: 45px;
}

.list-content .list-desc {
    text-align: center;
    padding-top: 5px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 20px;
}

.list-content .list-main {
    position: relative;
    margin: 60px auto 0 auto;
    width: 959px;
}

.list-content .list-main .loading {
    height: 760px;
    text-align: center
}

.list-content .list-main .loading img {
    width: 500px;
}

.list-content .list-main .loading p {
    font-size: 22px;
    color: #ffffff
}

.list-content .list-main .layui-table {
    background: transparent;
    color: rgba(255, 255, 255, .6)
}

/* 修正layui的样式 Begin */
.layui-table thead tr, .layui-table-fixed-l tr, .layui-table-header, .layui-table-mend, .layui-table-patch, .layui-table-tool {
    background-color: transparent !important;
    color: #FFFFFF;
}

.layui-table-body {
    overflow-x: hidden !important;
}

.layui-table-cell {
    text-align: right !important;
}

.layui-table tbody tr:hover, .layui-table-hover {
    color: #333;
}

.layui-form.layui-border-box.layui-table-view {
    border: none;
    text-align: right;
}

.layui-table td, .layui-table th {
    font-size: 20px !important;
}

/* 修正layui的样式 End */

.list-desc {
    position: relative;
    margin: 0 auto;
    width: 700px
}

.list-desc p {
    text-align: right !important;
    color: #FFFFFF;
    font-size: 16px;
}

.list-btn {
    width: 800px;
    position: relative;
    margin: 20px auto 0 auto;
    text-align: right;
}

.list-btn a {
    background: url("/rank/images/ar/button.png") no-repeat top center;
    width: 301px;
    line-height: 80px;
    display: inline-block;
    color: #FFFFFF;
    text-align: center;
}

/* 奖励弹窗 */
.dialog.dialog-open .overlay {
    opacity: .6;
    z-index: 10000;
}

.dialog .overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.dialog .dialog-header {
    height: 70px;
    width: 550px;
    position: relative;
    margin: 60px auto 0 auto;
    text-align: right;
}

.dialog .dialog-header .close-btn {
    width: 50px;
    height: 50px;
    color: #ffffff;
    background: transparent;

}

.dialog .dialog-content {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 1000px;
    height: 100%;
    overflow: hidden;
    background: url('/rank/images/ar/frame.png') no-repeat top center;
    background-size: 100% 100%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.dialog .dialog-content h4 {
    font-size: 2.4rem;
}

.dialog.dialog-open .dialog-content {
    opacity: 1;
    z-index: 10001;
}

.dialog .dialog-content .dialog-body {
    overflow: auto;
    height: 600px;
    width: 564px !important;
    position: relative;
    margin: 0 auto 0 22.5%;
}

.dialog-body .reward-item {
    background: url("/rank/images/ar/item.png") no-repeat top center;
    width: 100%;
    height: 111px;
    margin-bottom: 10px;
    text-align: left;
}

.dialog-body .reward-item:last-child {
    margin-bottom: 0;
}

.dialog-body .reward-item .goods-item {
    width: 90px;
    height: 90px;
    display: inline-block;
    margin-top: 14px;
    margin-left: 15px;
    position: relative;
}

.dialog-body .reward-item .goods-item p {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #ee8b33;
}

.dialog-body .reward-item .goods-book {
    background: url('/rank/images/ar/goods_book.png') no-repeat top center;
}

.dialog-body .reward-item .goods-badge {
    background: url('/rank/images/ar/goods_badge.png') no-repeat top center;
}

.dialog-body .reward-item .goods-magic {
    background: url('/rank/images/ar/goods_magic.png') no-repeat top center;
}

.dialog-body .reward-item .goods-research {
    background: url('/rank/images/ar/goods_research.png') no-repeat top center;
}

.dialog-body .reward-item .goods-num {
    width: 90px;
    line-height: 90px;
    margin-top: 14px;
    margin-right: 15px;
    float: right;
    font-size: 80px;
    text-align: center;
    border-left: 3px rgba(255, 255, 255, .4) solid;
    color: #ffffff;
    font-family: "French Script MT", serif;
}
