﻿.registerbox {
    border: 2px solid rgba(0,0,0,0.08);
    height: 447px;
    width: 330px;
    border-radius: 14px;
    margin-top: -50px;
}
.registertd {
    height: 600px;
    width: 50%;
}
.registerbox_court {
    margin-left: 78px
}
.registerbox_outsidecourt {
        float: right;
        margin-right: 78px
}
.registerButtonStyle {
    height: 56px;
    width: 250px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 30px
}
.registerButtonStyle_outsidecourt {
        color: rgba(28,176,184,1);
        border: 1px solid rgba(28,176,184,0.2);
        background-color: #FFF;
    }
.registerButtonStyle_court {
    background-color: rgba(28,176,184,1);
    color: #FFF;
    border: none;
}
.registerObject {
    font-size: 16px;
    color:rgba(0,0,0,0.85)
}
.registreUserStyle {
    font-size:16px;
    color:rgba(0,0,0,0.45);
    line-height:32px;
}
.divshadow {
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=4);
    -moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
}
.chooseobjectstyle {
    text-align: center;
    font-size:18px;
    color:rgba(0,0,0,0.85);
}
.registerbox:hover {
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=4);
    -moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
}


.layui-layer-btn {
    text-align: center !important;
}

body .layui-layer-btn0 {
    border-color: #008579 !important;
    background-color: #008579 !important;
    color: #008579;
    border-radius: 30px;
    width: 220px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    /*margin:6px 20px 0;*/
}

body .layui-layer-btn1 {
    border-color: #fff;
    background-color: #f5f5f5;
    color: black;
    width: 220px;
    height: 40px;
    text-align: center;
    border-radius: 30px;
    line-height: 40px;
}
.tablestyle :hover {
    cursor: pointer;
}