﻿.container-grid{
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1200px 1fr;
    grid-template-rows: 322px 605px 153px;
    -ms-grid-columns: 1fr 1200px 1fr;
    -ms-grid-rows: 322px 605px 153px;
    background: url(../images/index-bg.png) no-repeat;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
}

.header-grid{
    grid-area: 1/2/2/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
}

.logo{
    margin-top: 33px;
}

.web-title{
    text-align: center;
    margin-top: 96px;
}

.main-grid{
    grid-area: 2/2/3/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
}

.main-wrap{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #fff;
    border-radius: 16px;
}

.main-left{
    width: 764px;
    border-radius: 16px 0 0 16px;
}

.fc-cover,.fc-cover>img{
    width: 764px;
	height: 605px;
    border-radius: 16px 0 0 16px;
}

.fc-cover{
    border-radius: 16px 0 0 16px;
}

.main-right{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: 0px 16px 16px 0px;
}

.right-title{
    margin-top: 70px;
    text-align: center;
    font-size: 28px;
	font-weight: bold;
	color: #4873fd;
}

.user-box,.pwd-box{
    width: 349px;
	height: 54px;
	background-color: #f4f4f4;
	border-radius: 10px;
    margin: 0 auto;
}

.user-box{
    margin-top: 37px;
}

.pwd-box{
    margin-top: 21px;
}

.box-input{
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.line{
    display: none;
}

.user-icon{
    margin-left: 20px;
    margin-right: 13px;
}

.pwd-icon{
    margin-left: 21px;
    margin-right: 14px;
}

.user-txt,.pwd-txt{
    border: none;
    background-color: transparent;
    padding-left: 10px;
    height: 24px;
    font-size: 19px;
	color: #b7bcc3;
}

input:-ms-input-placeholder{
    padding-left: 10px;
    height: 24px;
    font-size: 19px;
	color: #b7bcc3;
}

.login-btn{
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    width: 349px;
	height: 54px;
	background-color: #4873fd;
	border-radius: 27px;
    font-size: 18px;
	line-height: 54px;
	text-align: center;
	color: #ffffff;
}

.footer{
    grid-area: 3/2/4/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
}

.footer p{
    text-align: center;
    margin-top: 86px;
    font-size: 20px;
	letter-spacing: 1px;
	color: #ffffff;
}

.nick-name{
    display: block;
    margin-left: 59px;
    margin-top: 30px;
}

.into-web{
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    width: 349px;
	height: 54px;
	background-color: #1c65ae;
	border-radius: 27px;
    font-size: 18px;
	line-height: 54px;
	text-align: center;
	color: #ffffff;
}