* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, "微软雅黑";
    background: url(./img/bg.jpg) top center no-repeat;
    /*background-size: 100% 400px;*/
    background-color: #E3EAF0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.g-index {
    width: 950px;
    height: 100px;
    margin: 225px auto;
}

.title {
    margin-left: 210px;
    margin-bottom: 45px;
}

.title-text {
    color: #ffffff;
    font-size: 40px;
    display: inline-block;
    position: relative;
    top: -30px;
    left: 20px;
}

.content {
    width: 950px;
    height: 450px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #D2D7DD;
}

.con-left {
    width: 450px;
    padding: 50px;
    float: left;
}

.right-line {
    border-bottom: 1px solid #D5D5D5;
    padding-bottom: 10px;

}

.top {
    margin-top: 40px;
}

.right-line input {
    border: none;
    font-size: 16px;
    height: 25px;
    width: 250px;
    padding-left: 20px;
}

.right-line input:focus {
    outline: medium;
}

.con-right {
    width: 450px;
    height: 200px;
    float: left;
    position: relative;
    top: 50px;
}

.right-line span {
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #0099CC;
    background-color: #EEEEEE;
    cursor: pointer;
}

.con-bottom {
    margin-top: 20px;
    padding-left: 5px;
}

.con-bottom input {
    width: 15px;
    height: 15px;
    border: 1px solid #0099CC;
}

.con-bottom span {
    font-size: 14px;
    color: #666666;
}

.forget-psd {
    position: relative;
    left: 280px;
}

.btn-sumit {
    width: 450px;
    height: 60px;
    background-color: #177BE2;
    color: #ffffff;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}

.g-bottom {
    width: 250px;
    margin: 30px auto;
    color: #666666;
}