*{
    outline: none;
}
/*login*/
	.bg0191da{
		background: #0191da;
	}
	.colfff{
		color: #fff;
	}
	.h35{
		height: 35px;
		line-height: 35px;
	}

#header .header-layout .logo a {
    display: inline-block;
    float: left;
    height: 40px;
    overflow: hidden;
    text-indent: -999em;
    width: 140px;
}
.copyright-100 .copyright p a {
    color: #b3b3b3;
    padding: 0 5px;
}


#header {
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
    height: 74px;
    padding: 0;
    width: 100%;
}
#header .header-layout {
    overflow: hidden;
    padding: 17px 0;
}
#header .header-layout .logo {
    background: rgba(0, 0, 0, 0) url(../images/login-logo.png) no-repeat;
    display: inline-block;
    float: left;
    height: 50px;}
#header .header-layout .logo-title {
    color: #999;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    margin-top: 18px;
    margin-left:20px;
    width: auto;
}
.logo-title a{
	color: #666;
	font-size: 12px;
	text-decoration: none;
}
#header .header-layout .header-nav {
    float: right;
    height: 14px;
    line-height: 14px;
    margin-top: 25px;
    width: auto;
}
#header .header-layout .header-nav li.nav-first {
    border-left: 0 none;
}
#header .header-layout .header-nav li {
    border-left: 1px solid #999;
    float: left;
    margin-right: 10px;
    padding: 0 0 0 10px;
}
#header .header-layout .header-nav li a {
    color: #666;
    font-size: 12px;
    text-decoration: none;
}

.copyright-100 {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #e5e5e5;
    clear: both;
}
.y-row::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.copyright-100 .copyright {
    color: #999;
    font-size: 12px;
    padding: 35px 0 40px;
    text-align: center;
}
.y-row {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    min-width: 1000px;
}
.copyright-100 .copyright p.big {
}
.copyright-100 .copyright p {
    padding: 5px 0;
}



.content {
    margin-top: 95px;
    min-height: 485px;
    position: relative;
    vertical-align: middle;
}
.content #login-banner {
    float: right;
    margin-right: 60px;
}
.content #login-module {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    margin-bottom: 10px;
    min-height: 320px;
    min-width: 292px;
    /*position: absolute;
    right: 500px;*/
    z-index: 2;
}
#login-mobile{
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    margin-bottom: 10px;
    min-height: 320px;
    min-width: 292px;
    /*position: absolute;
    right: 160px;*/
    z-index: 2;
}

.content #login-module #alibaba-login-iframe {
    overflow: hidden;
    padding: 10px;
    position: relative;
    border: 1px solid #d4d4d4;
}
.content #login-mobile #alibaba-login-iframe-mobile{
    overflow: hidden;
    padding: 10px;
    position: relative;
    border: 1px solid #d4d4d4;
}