/*注册页面main的宽高也背景开始*/
.login_content {
    width: 880px;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
    margin-bottom: 10px;
}

    .login_content .writing {
        color: #b15b42;
    }

.master {
    background: url(../img/main_middle.gif);
    height: auto !important;
}

.master_center {
    padding-left: 10px;
    padding-top: 20px;
    padding-right: 10px;
}

.master .mark {
    color: #ff0000;
}

.master .txet {
    color: #656565;
    font-weight: bold;
}

.master_top {
    width: 880px;
    height: 15px;
    background: url(../img/main_top.gif) no-repeat top;
}

.master_bottom {
    clear: both;
    width: 880px;
    height: 10px;
    background: url(../img/main_bottom.gif) no-repeat bottom;
}
/*注册页面main的宽高也背景结束*/
/*注册页面底部导航开始*/
.down {
    padding: 10px 0px;
}

    .down a {
        color: #0070c0;
    }
/*注册页面底部导航结束*/
/*当前位置开始*/
.new_site {
    width: 480px;
    height: 30px;
    margin-left: 10px;
    margin-top: 10px;
}
/*当前位置结束*/
.blue_a a {
    color: #0070c0;
    text-decoration: none;
}
/*行云尚品首页按钮样式(20200923添加)*/
.btn-success {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
