/*
2017.08.09
*Add login keys
*Delete Store keys
*Add show and hide Nav
*by jy chen
*/

.section-1 .content .text .yb-login {
    margin-top: 45px;
}
.yb-section-hd {
    position: fixed;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 2;
    width: 100%;
    opacity: 0;
    transition: height 0.5s, opacity 2s;
    height: 0px;
}

.yb-section-hd-none {
    opacity: 1 !important;
    height: 70px !important;
}

.yb-float-nav {
    line-height: 70px;
    padding: 0px 12px;
}

.yb-float-nav img {
    width: 146px;
    height: auto;
    position: relative;
    top: 10px;
}

.yb-float-nav .yb-login {
    float: right;
}

.yb-float-nav .yb-login-but {
    margin-right: 30px;
}

.yb-float-nav .yb-create-but {
    padding: 10px 20px;
}

.yb-create-but {
    background-color: #ff6727;
    text-align: center;
    padding: 16px 28px;
    box-shadow: 0 0 0 0 #ff6727;

}
.yb-create-butIE {
    display: inline-block;
}


.yb-login-but {
    color: #ff6727;
    margin-left: 30px;
}

.color-black-43 {
    color: #434343;
}

.yb-content-logo {
    width: 200px;
    height: auto;
    margin-bottom: 20px;
}

.yb-section-ft {
    text-align: center;
    background-color: #ffffff;
    line-height: 80px;
}

.yb-ft-mail span {
    background-image: url(/main/resource/image/main/ico/email@2x.png);
    background-size: 29px 22px;
    width: 29px;
    height: 22px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 15px;
}
