.user{}
.index-user{padding: 38px;height: 224px;}
.form-group {
    position: relative;
}
.form-group {
    margin-bottom: 1.429rem;
}
.form-group:before, .form-group:after {
    display: table;
    content: " ";
}
.ey-member input.form-control, .ey-member textarea.form-control {
    border-radius: 0px;
    height: 43px;
}
.form-control {
    font-size: 1rem;
    line-height: 1.571429;
    display: block;
    width: 90%;
    padding: 0.429rem 0.929rem;
    color: #76838f;
    border: 1px solid #b6b9bb;
    border-radius: 0.215rem;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
.login-link {text-align: right;margin-top: 19px;font-size: 12px;}

.btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%;
}
.btn-primary {
    color: #fff;
    border-color: #ff9600;
    background-color: #ff9600;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
	width: 108px;
}

.cwmbtn {
    /* font-size: 1rem; */
    /* font-weight: 400; */
    /* line-height: 1.571429; */
    display: inline-block;
    /* padding: 0.429rem 1rem; */
    cursor: pointer;
    /* -webkit-user-select: none; */
    -moz-user-select: none;
    -ms-user-select: none;
    /* user-select: none; */
    text-align: center;
    /* vertical-align: middle; */
    white-space: nowrap;
    /* border: 1px solid transparent; */
    /* border-radius: 0.215rem; */
}

.cwmbtn-group-lg>.cwmbtn, .btn-lg {
    font-size: 1.2rem;
    padding: 0.515rem 1.286rem;
    border-radius: 0.286rem;
}
.login-link-reg{    color: #fff;
    border-color: #ff9600;
    background-color: #ff9600;
	font-size: 1.2rem;
    padding: 0.205rem 2.186rem;
    border-radius: 0.286rem;
	margin-left: 20px;
	}
    /* 登录后样式; */	
.log-in{height: 300px;display: inline;float: left;}
.button-group{padding: 20px;text-align: center;height: 200px;background-color: #fd8a27;position: relative;width:340px;border-radius: 6px 6px 0 0;color: #fff;}
.user-photo {margin-top: 8px;display: inline-block;border-radius: 50px;width: 60px;height: 60px;overflow: hidden;}
.user-photo img {width: 60px;height: 60px;}
.drop-menu{text-align: center;height: 60px;line-height: 60px;background-color: #2b3139;color: #f2bc38;box-sizing: border-box;padding: 0 20px;border-radius: 0 0 6px 6px;}
.open-vip{
    background-color: #f2bc38;
    color: #2b3139;
    display: inline-block;
    line-height: 24px;
    padding: 4px 30px;
    border-radius: 50px;
    cursor: pointer;
}
.txx{font-size: 12px;color: #626262;}