﻿* {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    height: 100%;
}

ul, li {
    list-style: none;
}

table {
    background-color: #fff
}

tr {
    line-height: 180%;
    font-size: 12px;
}

form {
    margin: 0;
}

textarea {
    overflow: auto;
}

img {
    border: 0;
}

input[type="radio"], input[type="button"], input[type="submit"], input[type="checkbox"], select, label {
    cursor: pointer;
}

body { /*background:url() center center  no-repeat #000000;*/
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    background-size: cover;
    width: 100%;
    height: 100%;
    font: 12px/1.8 Verdana,Arial,Helvetica,sans-serif;
    margin: 0;
    color: #333;
    -webkit-text-size-adjust: none;
}

input {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 2px 2px 2px 2px;
}

.formstyle {
    width: 200px;
    background: #ffffff;
    padding: 2px 2px 4px 2px;
    font-size: 16px;
}

.inputs {
    border: 1px solid #ccc;
    padding: 8px;
    width: 300px;
    margin: 10px auto 10px auto;
    font-size: 14px;
}

.ngray {
    text-decoration: none;
    color: #999;
}

a.ngray {
    text-decoration: none;
    color: #999;
}

    a.ngray:hover {
        text-decoration: none;
        color: #000000;
    }

.msgbox .msgInfo {
    width: 350px;
}

#container {
    height: 100%;
}

#Warning {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999900;
    background: #000;
    text-align: center;
    padding-top: 200px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

#Loadding {
    width: 100%;
    position: absolute;
    z-index: 999901;
    float: none;
    clear: both;
}

    #Loadding .msgbox {
        width: 500px;
        margin: 20% auto auto auto;
        text-align: center;
        font-size: 14px;
        background: #f4f5f7;
        overflow: hidden;
        zoom: 1
    }

.warningBox {
    background: #fcf8e2;
    border: 1px solid #fbeccb
}

a {
    outline: none
}

.msgbox .msgTitle {
    text-align: left;
    font-size: 24px;
    font-weight: normal;
    font-family: 'Microsoft YaHei','verdana';
    margin-bottom: 20px;
}

.msgbox .msgInfo {
    width: 350px;
    display: block;
    clear: both;
}

.msgbox a {
    text-decoration: none;
}

#codeShow {
    position: relative;
    z-index: 0;
    display: block
}

.changeCode {
    position: absolute;
    top: 20px;
    _top: 25px;
    right: 37px;
    _right: 45px;
    z-index: 8888 !important;
    width: 65px;
    height: 32px;
    display: block;
    float: left;
    text-align: right;
    cursor: pointer;
    overflow: hidden;
    zoom: 1
}

.loginTitleBox {
    background: #232323;
    overflow: hidden;
    zoom: 1;
}

    .loginTitleBox .IBox {
        
        width: 100%;
        text-align: center;
    }

        .loginTitleBox .IBox img {
            margin-top: 13px;
            max-width: 320px;
            max-height: 44px
        }

    .loginTitleBox .vBox {
        background: #1C76F5;
        height: 70px;
        line-height: 70px;
        width: 70px;
        float: right;
        text-align: center;
        font-size: 36px;
        color: #fff;
        font-family: 'Microsoft YaHei','verdana'
    }

.CxCmsMegBox {
    padding: 20px 40px 40px;
    background: #fff
}

.msgbox .msgInfo .inputs {
    width: 298px;
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    border: 1px solid #C6C5C3;
    background: #FBFAF7
}

    .msgbox .msgInfo .inputs:focus {
        outline: none;
        border: 1px solid #1C76F5
    }

.msgInfo .boxButton {
    height: 43px;
    font-size: 16px;
    margin-top: 32px
}

#loginBottomDiv {
    font-size: 10px;
    color: white;
    opacity: 0.8;
    width: 100%;
    text-align: center;
    display: block;
    width: 100%;
    clear: both;
    position: absolute;
    bottom: 10px;
}

    #loginBottomDiv a {
        color: #fff;
        text-decoration: none
    }

#CxCmsLoginBox {
    position: fixed;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    _position: absolute;
    left: 0px;
    top: 0px;
    _top: expression(eval(document.documentElement.scrollTop || document.body.scrollTop))
}

.boxButton {
    font-size: 14px;
    background: #1C76F5;
    color: white;
    border: 0px;
    padding: 8px 35px 8px 35px;
    cursor: pointer;
    width: 318px;
}

    .boxButton:hover {
        box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
        border-color: transparent
    }
