﻿/* CSS Document */
*
{
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 微软雅黑;
}
.clear
{
    clear: both;
    width: 0px;
    height: 0px;
}
li
{
    list-style: none;
}
img
{
    vertical-align: top;
}
a
{
    text-decoration: none;
}

.top
{
    margin: auto auto auto auto;
    background-image: url(../images/desi2.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size:cover;
    background-color: #ffffff;
    height: 486px;
    width: 100%;
}
.login
{
    height: 361px;
    background-repeat: no-repeat;
    margin-left: 20%;
}
.main
{
    margin: auto;
    width: 100%;
    text-align: center;
    text-align: center;
    font-family: 微软雅黑;
}
.main > ul
{
    margin: auto;
    width: 100%;
    margin-top: 10px;
}
.main > ul > li
{
    float: left;
    padding: 5px;
}

.register-box
{
    position:absolute;
    top:0px;
    height:900px;
    left:0px;
    right:0px;
    background-color:rgba(255, 255, 255, 0.66);
    display:none;
    z-index:1000;
}
.register-ifr-box
{
    position:relative;
    top:30px;
    width:60%;
    height:800px;
    
    left:20%;
    border-radius:6px;
    padding:10px;
}

.closed
{
    width:50px;
    height:24px;
    line-height:24px;
    text-align:center;
    color:#fff;
    position:absolute;
    top:35px;
    right:28%;
    background-color:#D6000F;
    transition: all 1s;
    cursor: pointer;
    font-size:14px;
}

.closed:hover
{
    
    top:39px;
    
}

.closed-line
{
    width:15px;
    height:24px;
    line-height:24px;
    text-align:center;
    color:#fff;
    position:absolute;
    top:30px;
    right:28.5%;
    border-left:2px solid #D6000F;
}

@media (min-width: 1090px){
	
	.register-box
	{
		height:900px;
		
	}
	

	.register-ifr-box
	{
		right:20%;
	}
	
	.closed
	{
		right:19%;
	}
	.closed-line
	{
		right:20%;
	}
	
}

@media (min-width: 1400px){
	.register-box
	{
		height:893px;
	}
	.register-ifr-box
	{
		top:20px;
	}
	
	.closed
	{
		right:21%;
	}
	.closed-line
	{
		right:22%;
	}
}
@media (min-width: 1570px){
.closed
	{
		right:24%;
	}
	.closed-line
	{
		right:25%;
	}
}
@media (min-width: 1650px){
	.register-box
	{
		position:fixed;
		height:auto;
		bottom:0px;
	}
	.register-ifr-box
	{
		top:30px;
	}
	
	.closed
	{
		right:25%;
	}
	.closed-line
	{
		right:26%;
	}
	
}

@media (min-width: 1890px){
.closed
	{
		right:28%;
	}
	.closed-line
	{
		right:29%;
	}
}

.footer
{
    width: 100%;
    margin: auto;
    text-align: center;
    color: red;
    cursor: pointer;
}
