@charset "utf-8";

body {
	position: relative;
}

.guide-hidden {
	overflow: hidden;
}

.guide-all {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1999;
    background: url(../images/bg.png);
}

.guide-all .all-layout {
    width: 565px;
    margin: 0 auto;
    position: relative;
}

.guide-all p{
    display: block;
    height: 729px;
    width: 100%;
    margin: 100px auto;
	background: url(../images/6663.png) no-repeat center center;
}

.guide-all .guide-all-close {
	width: 39px;
    height: 39px;
    display: block;
    position: absolute;
    right: 45px;
    top: 138px;
    cursor: pointer;
    background: url(../images/close_big.png) no-repeat center center;
}
.navbar .login-btn {
    border-radius: 20px;
    border: 1px solid #FF7A00;
    color: #ff7a00;
    align-items: center;
    border-radius: 4px;
    /* color: #fff; */
    cursor: pointer;
    display: flex;
    font-size: 14px;
    height: 30px;
    justify-content: center;
    width: 80px;
    margin-right: 10px;
    background-color: #431f1d;
    /* border: 0; */
    /* color: #555; */
}
.guide-all .guide-all-close:hover {
	background: url(../images/close_big_opa6.png) no-repeat center center;
}

.guide-bar {
	background: #472273;
    display: none;
}

.guide-bar-layout {
	width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 55px;
}

.guide-bar .guide-bar-close {
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background: url(../images/close_small.png) no-repeat center center;
}
.guide-bar .guide-bar-close:hover {
	background: url(../images/close_small_opa6.png) no-repeat center center;
}