﻿
.sitemainbody {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #1d191a;
}

.siterainbox {
    z-index: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.sitemainbox {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #1d191a;
}

.siteloginbox {
    position: fixed;
    right: 0px;
    width: 100%;
    height: 65px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.siterl2box {
    width: 100%;
    height: 40px;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.siterlbox {
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.sitelogintopbox {
    width: auto;
}

.logininfo {
    width: 500px;
    height: auto;
    overflow: hidden;
    text-align: right;
    padding: 15px 0 0 0;
}

.ahref {
    color: #999;
    font-family: Poppin, Arial, 'Microsoft YaHei', STSong, Verdana;
    font-size: 13.5px;
}

    .ahref a {
        color: #999;
    }

    .ahref:hover {
        color: #fff;
    }

input::-webkit-input-placeholder {
    color: #777;
}

input:-moz-placeholder {
    color: #777;
}

input::-moz-placeholder {
    color: #777;
}

input:-ms-input-placeholder {
    color: #777;
}

.input_login {
    display: block;
    width: 135px;
    text-indent: 10px;
    font-family: Poppin, Arial, 'Microsoft YaHei', STSong, Verdana;
    line-height: 1.5;
    color: #ccc;
    border-radius: 3px;
    background: #333;
    outline: none;
    padding: 1px 0 0 0;
    margin: 0 5px 0 0;
    border: 1px solid #000;
    box-sizing: border-box;
}

    .input_login:hover {
        color: #fff;
        background: #404040;
        border-color: #666;
    }

    .input_login:focus {
        color: #000;
        background-color: #fafafa;
        padding: 0;
        border: 2px solid #72b6ff;
    }

.btn_login {
    color: #e8dfdf;
    background-color: #811a1f;
    border-color: #000;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    height: auto;
    width: 80px;
    padding: 1px 18px 1px 18px;
    margin: 1px 0 0 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    *overflow: visible;
    _overflow: hidden;
    position: relative \9;
    border: 1px solid transparent;
}

    .btn_login:hover {
        color: #fff;
        background-color: #ad3036;
        border-color: #333;
    }

    .btn_login:disabled {
        color: #ccc;
        background-color: #999;
        border-color: #333;
    }

.btn_regist {
    color: #e8dfdf;
    background-color: #085e04;
    border-color: #000;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    height: auto;
    width: 80px;
    padding: 1px 18px 1px 18px;
    margin: 1px 0 0 1px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    *overflow: visible;
    _overflow: hidden;
    position: relative \9;
    border: 1px solid transparent;
}

    .btn_regist:hover {
        color: #fff;
        background-color: #14a80e;
        border-color: #333;
    }

    .btn_regist:disabled {
        color: #ccc;
        background-color: #999;
        border-color: #333;
    }

.btn_manage {
    color: #666;
    background-color: #333;
    border-color: #000;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    height: auto;
    width: 80px;
    padding: 1px 18px 1px 18px;
    margin: 1px 0 0 1px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    *overflow: visible;
    _overflow: hidden;
    position: relative \9;
    border: 1px solid transparent;
}

    .btn_manage:hover {
        color: #fff;
        background-color: #555;
        border-color: #333;
    }

    .btn_manage:disabled {
        color: #ccc;
        background-color: #999;
        border-color: #333;
    }

.divLogin {
    background: #811a1f;
    color: #fff;
}

.sitetop {
    width: 100%;
    height: 500px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sitetoptop {
    width: 100%;
    height: auto;
}

.sitetopbottom {
    width: 100%;
    height: 138px;
    background: url('../img/bg_star_top.gif') no-repeat;
}

.sitecenterleft {
    position: relative;
    filter: alpha(opacity=88);
    -moz-opacity: 0.88;
    -khtml-opacity: 0.88;
    opacity: 0.88;
}

.sitecenterlogo {
    position: relative;
    filter: alpha(opacity=92);
    -moz-opacity: 0.92;
    -khtml-opacity: 0.92;
    opacity: 0.92;
}

.sitecenterright {
    position: relative;
    width: 100%;
    height: 100%;
    background: url('../img/bg_login.gif') #dd23c0;
    background-repeat: no-repeat;
    filter: alpha(opacity=92);
    -moz-opacity: 0.92;
    -khtml-opacity: 0.92;
    opacity: 0.92;
}

.sitecenterrightword {
    margin: 0;
    padding: 100px 0 0 140px;
    font-family: 'Microsoft YaHei', Poppin, Arial, STSong, Verdana;
    font-weight: 200;
    font-size: 30px;
    color: #ffffff;
}

.moreword {
    position: absolute;
    font-family: 'Microsoft YaHei', Poppin, Arial, STSong, Verdana;
    font-size: 15px;
    top: 240px;
    left: 138px;
    color: #ffcaf7;
}

.morewordhref {
    color: #ffcaf7;
}

    .morewordhref:hover {
        color: #fff;
        text-decoration: underline;
    }

.sitecenter {
    width: 100%;
    height: 412px;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
}

.sitebottom {
    width: 100%;
    height: 500px;
    background: url('../img/bg_star_bottom.gif') no-repeat;
}

.logomain {
    margin: 200px 0 0 0;
}
