.container-grid{
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1200px 1fr;
    grid-template-rows: 360px 300px 344px;
    -ms-grid-columns: 1fr 1200px 1fr;
    -ms-grid-rows:360px 700px 444px;
    background: url(../images/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 img{
    margin-top: 24px;
}

.title{
    text-align: center;
}

.title img{
    margin-top: 90px;
}

.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{
    width: 1200px;
    margin: 0 auto;
}

.quick-list{
    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;
}

.quick-list>li{
    width: 380px;
	height: 287px;
    background: url(../images/icon-bg.png) no-repeat;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
    -webkit-box-shadow: 0px -5px 20px 0px rgba(9, 77, 217, 0.5);
            box-shadow: 0px -5px 20px 0px rgba(9, 77, 217, 0.5);
    z-index: 5;

    overflow: hidden;
    white-space: nowrap;
}

.quick-list>li>a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}

.quick-list>li:nth-child(1)>a>i{
    width: 65px;
	height: 69px;
    background: url(../images/icon1.png);
    margin-top: 55px;
}

.quick-list>li:nth-child(2)>a>i{
    width: 54px;
	height: 69px;
    background: url(../images/icon2.png);
    margin-top: 55px;
}

.quick-list>li:nth-child(3)>a>i{
    width: 65px;
	height: 68px;
    background: url(../images/icon3.png);
    margin-top: 55px;
}

.quick-list>li:nth-child(4)>a>i{
    width: 47px;
	height: 69px;
    background: url(../images/icon4.png);
    margin-top: 55px;
}

.quick-list>li:nth-child(5)>a>i{
    width: 63px;
	height: 68px;
    background: url(../images/icon5.png);
    margin-top: 55px;
}

.quick-list>li>a>img{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.quick-list>li>a>span{
    font-size: 20px;
	letter-spacing: 1px;
	color: #343b58;
    margin-top: 18px;
    padding:5px;

     overflow: hidden;
    white-space: nowrap;
}

.quick-list>li:hover>a>span{
    color: #0281ff;
}

.quick-list>li:nth-child(1):hover>a>i{
    background: url(../images/icon1-h.png);
}

.quick-list>li:nth-child(2):hover>a>i{
    background: url(../images/icon2-h.png);
}

.quick-list>li:nth-child(3):hover>a>i{
    background: url(../images/icon3-h.png);
}

.quick-list>li:nth-child(4):hover>a>i{
    background: url(../images/icon4-h.png);
}

.quick-list>li:nth-child(5):hover>a>i{
    background: url(../images/icon5-h.png);
}

.quick-list>li:nth-child(1):hover>a>img{
    content: url(../images/img1-h.png);
}

.quick-list>li:nth-child(2):hover>a>img{
    content: url(../images/img2-h.png);
}

.quick-list>li:nth-child(3):hover>a>img{
    content: url(../images/img3-h.png);
}

.quick-list>li:nth-child(4):hover>a>img{
    content: url(../images/img4-h.png);
}

.quick-list>li:nth-child(5):hover>a>img{
    content: url(../images/img5-h.png);
}

.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;
    text-align: center;
}

.footer p{
    font-size: 16px;
	font-weight: bold;
    margin-top: 160px;
	letter-spacing: 1px;
	color: #ffffff;
	text-shadow: 0px 2px 2px 
		rgba(58, 65, 94, 0.6);
}

.tips{
    position: fixed;
    right: 42px;
    top: 138px;
}

#mask{
    grid-area: 1/1/5/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    z-index: 999;
    display: none;
}

.mask-wrap{
    height: 100%;
    width: 100%;
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 400px 1fr;
    grid-template-rows: 229px 382px 469px;
    -ms-grid-columns: 1fr 400px 1fr;
    -ms-grid-rows: 229px 382px 469px;
}

.login-wrap{
    grid-area: 2/2/3/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    background-color: #ffffff;
	-webkit-box-shadow: 0px 5px 30px 0px 
		rgba(21, 58, 93, 0.5);
	        box-shadow: 0px 5px 30px 0px 
		rgba(21, 58, 93, 0.5);
}

.login-banner{
    height: 131px;
}

.user-wrap,.pwd-wrap{
    width: 339px;
	height: 44px;
	background-color: #ffffff;
	border: solid 1px #bfd7dd;
    margin: 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.user-wrap{
    margin-top: 29px;
}

.pwd-wrap{
    margin-top: 30px;
}

.user-icon,.pwd-icon{
    width: 50px;
    height: 44px;
	background-color: #f0fcff;
	border-right: solid 1px #bfd7dd;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.user-txt,.pwd-txt{
    background: none;
    border: none;
    width: 129px;
	height: 14px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #999999;
    margin-left: 26px;
}

.login-btn{
    display: block;
    margin: 0 30px;
    margin-top: 30px;
	height: 44px;
	background-color: #027fff;
	-webkit-box-shadow: inset 0px 1px 2px 0px 
		rgba(166, 28, 140, 0.75);
	        box-shadow: inset 0px 1px 2px 0px 
		rgba(166, 28, 140, 0.75);
	border: solid 1px #0575eb;
    line-height: 44px;
    font-size: 18px;
	letter-spacing: 2px;
	color: #ffffff;
    text-align: center;
}

.login-btn:hover{
    background-color: #fe6d10;
	-webkit-box-shadow: inset 0px 1px 2px 0px 
		rgba(255, 167, 111, 0.75);
	        box-shadow: inset 0px 1px 2px 0px 
		rgba(255, 167, 111, 0.75);
	border: solid 1px #f46408;
}