@charset "utf-8";
*{
    box-sizing: border-box;
}
html, body {
    position: relative;
    height: 100%;
    width: 100%;
}
.login-main{
    background: url("../images/login-bg.png") no-repeat;
    width: 100%;
    height: 100%;
    background-size:cover;
}
.register{
	background: url("../images/register-bg.jpg") no-repeat;
	background-size:cover;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
/* :-webkit-autofill {
	-webkit-text-fill-color: #fff !important;
	transition: background-color 5000s ease-in-out 0s;
} */
.login-box{
    width: 334px;
    height: 328px;
    position: absolute;
    top: 50%;
    right: 16%;
    margin-top: -164px;
    background: rgba(255,255,255,1);
    border-radius: 6px;
    padding:40px;
}
.register .login-box{
	width: 400px;
	height: 400px;
	margin-top: -200px;
	left: 50%;
	margin-left: -200px;
	right: auto;
	padding: 70px;
	padding-top: 90px;
}
.login-tit{
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #bb9955;
    margin-bottom: 30px;
}
.error-wrap{
	width: 100%;
	height: 15px;
	margin-bottom: 5px;
}
.error-tip{
	width: 100%;
	height: 100%;
	padding-left: 25px;
	background: url("../images/error-logo.png") no-repeat 5px center;
	font-size: 12px;
	line-height: 15px;
	color: #de000b;
}
.login-row{
    width: 100%;
    height: 38px;
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    padding: 5px 5px 5px 25px;
    background: url("../images/login-user.png") no-repeat 5px center;
    margin-bottom: 20px;
}
.login-user{
	background: url("../images/login-user2.png") no-repeat 5px center;
}
.pass-wrap{
    background: url("../images/login-pass.png") no-repeat 5px center;
	padding-right: 100px;
	position: relative;
}
.login-input{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    font-size: 12px;
    color: #333!important;
}
.login-btn{
    display: inline-block;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background: #d5bf8d;
    border-radius: 4px;
    margin-top: 10px;
    text-decoration: none;
    letter-spacing: 10px;
	cursor: pointer;
}
.login-btn:hover{
    background: #cfb57c;
}

.login-handoff{
	width: 37px;
	height: 37px;
	position: absolute;
	top: 5px;
	right: 5px;
	background: url("../images/handoff01.png") no-repeat center center;
	background-size: 100% auto;
	cursor: pointer;
}
.handoff02{
	background: url("../images/handoff02.png") no-repeat center center;
	background-size: 100% auto;
}
.login-content1{
	width: 100%;
	height: 100%;
}
.login-content2,.login-content3{
	width: 100%;
	height: 100%;
	display: none;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}
.yz-btn{
	position: absolute;
	right: 5px;
	top: 0;
	display: block;
	height: 38px;
	line-height: 38px;
	font-size: 12px;
	color: #bb9955;
}
.ewm{
	width: 166px;
	height: 166px;
	border: 1px solid #cccccc;
	margin: auto;
	text-align: center;
}
.ewm img{
	width:100%;
	height: 100%;
}
.ewm-txt{
	text-align: center;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
}

/*首页*/
.index-wrap{
	width: 100%;
	height: 100%;
}
.vogue-bg .login-logo{
	position: absolute;
	top: 40px;
	left: 40px;
	background-image: url(../images/login-logo.png);
	height: 50px;
	width: 198px;
}
.paris-bg .login-logo{
	position: absolute;
	top: 40px;
	left: 40px;
	background-image: url(../images/login-logo-paris.png);
	height: 58px;
	width: 128px;
}
.ind_bg {
	background-image: url(../images/vogue_in_bg.jpg);
	background-repeat: no-repeat;
	background-size:cover;
}
.vogue-bg {
	background-image: url(../images/vogue_in_bg.jpg);
}
.paris-bg {
	background-image: url(../images/paris_in_bg.jpg);
}
.click-wrap{
	position: absolute;
	bottom: 4%;
	right: 3%;
	width: 100px;
	height: auto;
}
.click-wrap li{
	width: 100%;
	height: 100px;
	margin-bottom: 15px;
}
.click-wrap li a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.order-btn{
	background: url("../images/order-btn.png") no-repeat center center;
	background-size: 100% auto;
}
.order-btn:hover{
	background: url("../images/order-btn02.png") no-repeat center center;
	background-size: 100% auto;
}
.next-btn{
	background: url("../images/next-btn.png") no-repeat center center;
	background-size: 100% auto;
}
.next-btn:hover{
	background: url("../images/next-btn02.png") no-repeat center center;
	background-size: 100% auto;
}
/*导航功能表样式*/
.vogue .r_menu {
	height: 756px;
	width: 300px;
	position: fixed;
	z-index: 100;
	right: 50px;
	text-align: right;
	bottom: 10%;
	background-image: url(../images/vogue_in_menu.png);
	background-repeat: no-repeat;
	background-position: right 0;
}
.vogue .rm {
	height: auto;
	width: 300px;
	position: absolute;
 	bottom: 32px;
	float: left;
	padding: 0;
}
.vogue .rm li {
	clear: both;
	float: left;
	height: auto;
	width: 287px;
	list-style:none;
	margin-bottom:55px;
}
.vogue .rma {
	float: right;
	height: 45px;
	width: auto;
	box-sizing:border-box;
	padding-right: 40px;
	background:url(../images/rma_bg2.png) no-repeat center right;
}
.vogue .rma:hover {
	background:url(../images/rma_act.png) no-repeat center right;
}
.vogue .rma span {
	font-size: 22px;
	line-height: 25px;
	color: #FFF;
	clear: both;
	float: right;
	height: 25px;
	width: auto;
}
.vogue .rma small {
	font-size: 12px;
	line-height: 20px;
	color: #d5bf8d;
	clear: both;
	float: right;
	height: 20px;
	width: auto;
}
.vogue .rm li .rma.active {
	background-image: url(../images/rma_act.png);
}
.paris .r_menu {
	height: 280px;
	width: 100%;
	position: fixed;
	z-index: 100;
	right: 0;
	top: 67%;
	bottom: 0;
	background-image: url(../images/paris_in_menu.png);
	background-repeat: no-repeat;
	background-position: 40px 0;
	box-sizing: border-box;
}
.paris .rm {
	height: auto;
	width: 100%;
	position: fixed;
	float:left;
	left:50%;
	margin-left:-475px;
}
.paris .rm li {
	float: left;
	height: 150px;
	width: 150px;
	list-style:none;
	border-radius:15em;
	border:1px solid #d5bf8d;
	margin:0 20px;
	margin-top:100px;
}
.paris .rma {
	float: right;
	height: 150px;
	width: 150px;
	text-align:center;
	border-radius:15em;
	background-color:rgba(0,0,0,.7);
}
.paris .rma:hover {
	background-color:rgba(0,0,0,.9);
}
.paris .rma span {
	font-size: 22px;
	line-height: 25px;
	color: #FFF;
	clear: both;
	float: left;
	height: 25px;
	width: 150px;
	text-align:center;
	margin-top:55px;
}
.paris .rma small {
	font-size: 12px;
	line-height: 20px;
	color: #d5bf8d;
	clear: both;
	float: left;
	height: 20px;
	width: 150px;
	text-align:center;
}
.paris .rm li .rma.active {
	background-color:rgba(0,0,0,.9);
}

.exit-btn {
    position: absolute;
    top: 40px;
    right: 3%;
    background-image: url(../images/exit-logo.png);
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.login-logo {
  position: absolute;
  top: 40px;
  left: 40px;
}