*{
    margin: 0;
    padding: 0;
}
li{list-style-type: none;}
.img{
    float: left;
    width: 28%;
}
.img img{
    width: 100%;
}
.main{
    float: right;
    width: 68.7%;
    height: 40px;
    padding: 20px;
}
.main top-left{
    float: left;
}
.logo{
    float: left;
    width: 40px;
    height:40px;
}
.logo img{
    width: 100%;
}
.name{
    width: 200px;
    float: left;
    font-size: 24px;
    margin-left: 10px;
    margin-top: 2px;
    color: #333333;
}
.top-right{
    float: right;
    font-size: 13.5px;
    color: #838383;
    padding-top: 14px;
    padding-right: 30px;
}
.top-right a{
    color: #838383;
    text-decoration-line: none;
}
.top-right a:hover{
    color: #ff6700;
}
.container{
    float: right;
    width: 68.7%;
    height: 700px;
    padding: 20px;
}
.box{
    width: 360px;
    height: 470px;
    margin: auto ;
    margin-top: 10px;
    text-align: center;
    padding: 40px 45px;
}
/* ----------元素位置布局---------- */
.login {
    width: 400px;
    height: 500px;
    margin: 10px auto 0 auto;
    /* border: 1px solid aqua; */
    text-align: center;
}
.login button {
    width: 364px;
    height: 30px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
 
a {
    color: black;
    text-decoration: none;
}
 
.choose {
    display: inline-block;
    margin-top: 10px;
    font-size: 22px;
}
 
.left {
    
    margin-right: 15px;
}
 
.right {
    color: #f56600;
    margin-left: 15px;
}
.left:hover{
    color: #ff6700;
}
.c9{
	width:330px;
	height: 40px;
}
.d1{
	width: 69px;
	height: 43px;
}
.d2{
	width: 260px;
	height: 40px;
	margin-left:-4px;
}
.d3{
    width: 330px;
    height: 40px;
}
.c5{
	width: 340px;
    height: 55px;
	margin: 30px auto;
}
.c5 div{
	text-align: center;
}
.c5 p,.c55 p{
    float: left;
    color: #999;
    font-size: 14px;
}
.c55{
    width: 340px;
    height: 220px;
	margin: 30px auto;
}
 .login button{
        width: 340px;
        height: 55px;
        margin-top: -170px;
        border: none;
        font-size: 20px;
        color: white;
        outline: 20;
        background:#ff6700;
        
    }
.forget {
    display: inline-block;
    margin-top: 15px;
    font-size: 13px;
    color: #e0e0e0;
}
 
.forget a {
    color: #999;
}
 
.forget a:hover {
    text-decoration: underline;
}
 
fieldset {
    display: inline-block;
    width: 364px;
    margin-top: 70px;
    color: #999;
    border: none;
    border-top: 1px solid #999
}

 
.list-item {
    margin: 30 auto;
}
.list-item ul{
	width: 360px;
}
.list-item li{
	float: left;
	margin-left: 40px;
}
.item-a{
	float: left;
	display: block;
	margin: 0 auto;
	font-size: 46px;
	width: 46px;
	height: 46px;
}
.last{
    text-align: center;
    bottom: 20px;
    color: #999;
    font-size: 12px;
    margin-bottom: 10pcx;
}

