﻿/* DEFAULTS
----------------------------------------------------------*/


/* 保证无滚动条 */

html,
body {
    padding: 0;
    margin: 0;
    border-width: 0;
    width: 100%;
    height: 100%;
    font-size: medium;
    min-width: 1200px;
    min-height: 600px;
}

.Logo {
    position: fixed;
    left: 0.3rem;
    top: 0.3rem;
    width: 1rem;
    z-index: 5;
}

.rightcircles {
    position: fixed;
    width: 8rem;
    top: -0.8rem;
    right: 0;
    top: 0;
}

.leftcircle {
    position: fixed;
    width: 8rem;
    bottom: 0;
    left: 0;
}


/* body */

.AuHomePage {
    padding: 0px;
    margin: 0px;
    /*background-repeat: no-repeat;*/
    background-size: 100% 100%;
    background-position: center center;
    font-family: 'Microsoft YaHei', 'Hiragino Sans GB', Arial, sans-serif;
}

form {
    width: 100%;
    height: 100%;
    min-height: 600px;
}

#frame {
    background-image: url("/Images/HomePageFrame.png");
    background-size: 100% 100%;
    width: 1100px;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-top: 80px;
    position: relative;
    top: 50%;
    margin-top: -300px;
}

#interactArea {
    float: right;
    border-radius: 7px;
    margin-right: 7%;
    box-sizing: border-box;
    width: 420px;
    height: 100%;
    position: relative;
}

#inputTable {
    top: 20%;
}

#lblTitle {
    color: rgb(130, 188, 0);
    font-size: xx-large;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

#rdobtnIfEmail {
    color: #999;
}

.cssHPLabel {
    color: #999;
}

.cssLabel {
    font-size: 10pt;
    font-weight: bold;
    width: 250px;
    height: 25px;
}

.cssLblHint {
    display: none;
}

.cssTextbox {
    border-style: groove;
    border-radius: 5px;
    color: #999;
    border-color: lightgray;
    font-size: medium;
    width: 330px;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    color-adjust: white;
}

#btnChangeValidateNum {
    color: #999;
}

#ButtonHelpHID {
    display: none;
}

.ValiadationExpression {
    display: none;
}

#lblCIDOri {
    display: none;
}

#copyRight {
    font-size: 14px
}

.btnAuth {
    height: 30px;
    background-color: rgb(128, 189, 0);
    color: white;
    font-family: 'Microsoft YaHei', 'Hiragino Sans GB', Arial, sans-serif;
    font-size: medium;
    border-radius: 7px;
    border-width: 0;
    /* padding: 0; */
    height: 40px;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 0.7;
    display: none;
}

.maskcontent {
    width: 32px;
    height: 32px;
    background-image: url('../Images/mask.gif');
    position: fixed;
    top: 50%;
    z-index: 3;
    left: 50%;
    display: none;
}

.help {
    text-align: center;
    color: Red;
    height: 26px;
    width: 28px;
}