﻿/** 
 
 @Name： laydate 核心样式
 @Author：贤心
 @Site：http://sentsin.com/layui/laydate
 
**/


/* rulemain */

#rulemain {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 994;
}

#rulemain .box01 {
    background-color: #36abbc;
    font-size: 12px;
    line-height: 20px;
    position: fixed;
    left: 20px;
    right: 20px;
    top: 10%;
    bottom: 55px;
    overflow: auto;
    overflow-x: hidden;
    padding: 0 5px;
    color: white;
    border-radius: 9px;
}

#rulemain b,
#reg b,
.back {
    cursor: pointer;
    position: absolute;
    display: block;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 100%;
    width: 26px;
    height: 26px;
    text-indent: 50px;
    transform: none;
    top: 0px;
    right: 0px;
    z-index: 991;
}

#rulemain b:after,
#reg b:after,
.back:after {
    position: absolute;
    content: '';
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    top: 12px;
    left: 4px;
}

#rulemain b:before,
#reg b:before,
.back:before {
    position: absolute;
    content: '';
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    top: 12px;
    left: 4px;
}

#rulemain .box01 h1 {
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.box01 table {
    width: 100%;
    font-size: 14px;
}

.box01 table tr {
    border-radius: 5px;
}

.box01 table tr th {
    background-color: #FC6;
    line-height: 30px;
    border-bottom: 2px #fff solid;
    width: 25%;
    border-right: 2px #fff solid;
}

.box01 table tr td {
    background-color: #fafafa;
    border-bottom: 2px #fff solid;
    text-align: center;
    color: #000;
    width: 25%;
    vertical-align: middle;
    font-size: 12px;
    border-right: 2px #fff solid;
}


/* rankmain */

#rankmain {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 999992;
}

#rankmain .box02 {
    background-color: rgba(75,255,93,0.6);
    padding: 20px;
    font-size: 12px;
    line-height: 20px;
    position: fixed;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 55px;
    overflow: auto;
    overflow-x: hidden;
    color: white;
    border-radius: 9px;
}

#rankmain b {
    cursor: pointer;
    position: absolute;
    display: block;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 100%;
    width: 26px;
    height: 26px;
    text-indent: 50px;
    transform: none;
    top: 10px;
    right: 10px;
    z-index: 20000;
}

#rankmain b:after {
    position: absolute;
    content: '';
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    top: 12px;
    left: 4px;
}

#rankmain b:before {
    position: absolute;
    content: '';
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    top: 12px;
    left: 4px;
}

#rankmain .box02 h1 {
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    margin-bottom: 15px;
}

#rankmain .headimg {
    width: 35px;
    border-radius: 35px;
    height: 35px;
}

#phb {
    width: 96%;
    margin: auto;
}

#phb .num {
    width: 20%;
    text-align: center;
}

#phb .head {
    width: 20%;
    text-align: center;
}

#phb .name {
    width: 30%;
    text-align: center;
}

#phb .score {
    width: 30%;
    text-align: center;
}


/* helpermain */

#helpermain {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 999992;
}

#helpermain .box02 {
    background-color: rgba(75,255,93,0.6);
    padding: 20px;
    font-size: 12px;
    line-height: 20px;
    position: fixed;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 55px;
    overflow: auto;
    overflow-x: hidden;
    color: white;
    border-radius: 9px;
}

#helpermain b {
    cursor: pointer;
    position: absolute;
    display: block;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 100%;
    width: 26px;
    height: 26px;
    text-indent: 50px;
    transform: none;
    top: 10px;
    right: 10px;
    z-index: 20000;
}

#helpermain b:after {
    position: absolute;
    content: '';
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    top: 12px;
    left: 4px;
}

#helpermain b:before {
    position: absolute;
    content: '';
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    top: 12px;
    left: 4px;
}

#helpermain .box02 h1 {
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    margin-bottom: 15px;
}

#helpermain .headimg {
    width: 35px;
    border-radius: 35px;
    height: 35px;
}

#helper {
    width: 96%;
    margin: auto;
}

#helper .num {
    width: 20%;
    text-align: center;
}

#helper .head {
    width: 20%;
    text-align: center;
}

#helper .name {
    width: 30%;
    text-align: center;
}

#helper .score {
    width: 30%;
    text-align: center;
}

#reg b {
    cursor: pointer;
    position: absolute;
    display: block;
    border-radius: 100%;
    width: 26px;
    height: 26px;
    text-indent: 50px;
    transform: none;
    top: 0px;
    right: 0px;
    z-index: 991;
}

#reg b:after,
.back:after {
    position: absolute;
    content: '';
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    top: 12px;
    left: 4px;
}

#reg b:before,
.back:before {
    position: absolute;
    content: '';
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    top: 12px;
    left: 4px;
}



.reg {
    background: rgba(75,255,93,0.6);
    width: 90%;
    height: 200px;
    position: fixed;
    z-index: 994;
    left: 4%;
    top: 28%;
    line-height: 22px;
    font-size: 15px;
    color: #CB7B03;
    display: none;
    border-radius: 9px;
}

.content {
    position: absolute;
    bottom: 10%;
    width: 100%;
    padding: 5%, 5%;
    text-align: center
}

.content img {
    height: 40px;
}

.reg input {
    width: 94%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-top: 10px;
    padding-left: 3%;
    color: #888
}

#reg #submitBtn {
    margin: 0 auto;
    background: #1db65d;
    width: 135px;
    height: 40px;
    text-align: center;
    font-size: 22px;
    line-height: 36px;
    border-radius: 10px
}