.opt-tab {
	display: flex;
	flex-direction: row;
	height: 40px;
	line-height: 40px;
}
.opt-tab li {
	margin-right: 40px;
	border-radius: 5px;
	cursor: pointer;
	width: 100px;
	text-align: center;
}
.choosed-tab {
	background-color: #dbedfb;
	color: #1190ef;
	font-weight: 600;
}
.prop-wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 20px;
	border-radius: 10px;
	height: calc(100% - 60px);
	padding-bottom: 20px;
}
.prop-left-box {
	width: 900px;
}
.prop-right-box {
	width: 280px;
}
.prop-header h3 {
	background-color: #3d2b21;
	padding: 20px;
	color: #fff;
	border-radius: 10px 10px 0px 0px;
}
.prop-list {
	background-color: #fff;
	padding: 0px 20px;
}
.prop-item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 20px 0px;
	border-bottom: 1px solid lightgray;
	align-items: center;
}
.prop-item:last-child {
	border-bottom: 0px solid lightgray;
}
.prop-item-left {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.prop-item-left img {
	width: 100px;
	height: 100px;
	margin-right: 20px;
}
.desc {
	line-height: 2;
}
.desc h4 {
	font-size: 16px;
	color: #444;
}
.prop-tip {
	color: #888;
}
.prop-item-right a {
	padding: 10px 30px;
	background-color: #ff4e36;
	border-radius: 10px;
	color: #fff; 
}
.prop-item-right a:hover {
	background-color: #ff5f49;
}
/* 电话直拨 弹出层 */
.recruit-dial,.recruit-top,.recruit-refresh,.recruit-urgent {
	display: none;
}
.phone-dial-wrap {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 600px;
	width: 1000px;
	background-color: #fff;
	border-radius: 10px;
	z-index: 99999;
	overflow: hidden;
	display: flex;
	flex-direction: row;
}
.popup-tip {
	width: 200px;
	background: linear-gradient(90deg, #6398ff 0, #97b4cc 100%);
	background: linear-gradient(90deg, #2a3241 0, #482b22 100%);
	padding-top: 66px;
	padding-left: 20px;
}
.popup-tip h3 {
	font-size: 20px;
	font-weight: 600;
	color: #ffa937;
}
.tip-list {
	margin-top: 33px;
}
.tip-list li {
	color: #fff;
	line-height: 2;
	font-size: 12px;
}
.popup-content-wrap {
	width: 500px;
	padding: 20px;
}
.popup-content-header {
	padding: 5px 10px;
	background-color: #fff2e8;
	border-radius: 5px;
	color: #ff8a42
}
.popup-content {
	margin: 20px 0px;
}
.popup-content-inner {
	border: 1px solid #f5f5f5;
	border-radius: 10px;
	margin-top: 20px;
}
.rights-header {
	font-size: 12px;
}
.vip-rights-item {
	display: flex;
	flex-direction: row;
	padding: 15px;
	border-bottom: 1px solid #f5f5f5;
	cursor: pointer;
}
.rights-left-box,.rights-right-box {
	width: 50%;
}
.popup-pay {
	width: 300px;
	background-color: #e5f0f8;
}
.rights-right-box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.popup-content-tip h5 {
	font-size: 14px;
	color: #888;
	margin-bottom: 10px;
}
.popup-content-tip p{
	line-height: 2; 
	color: #9b9b9b;
	font-size: 12px;
}
.popup-pay {
	padding: 20px;
	position: relative;
}
.close-dial-popup {
	display: flex;
    flex-direction: row;
    justify-content: end;
	margin-bottom: 10px;
}
.close-dial-popup i{
	cursor: pointer;
	font-size: 16px;
}
.pay-price-wrap {
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
}
.pay-price-item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.vip-pay-type {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	margin-top: 20px;
}
.pay-type-item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.pay-type-item:first-child {
	margin-bottom: 10px;
}
.pay-type-item img {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 10px;
}
.pay-type-list {
	margin-top: 10px;
}
.pay-type-title,.pay-price-title {
	color: #222;
	font-size: 16px;
}
.pay-opt-wrap {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100%;
	padding: 20px;
}
.pay-opt-wrap p {
	font-size: 12px;
	text-align: center;
	line-height: 2;
}
.pay-opt-wrap p a {
	color: #1b9eea;
}
.pay-opt {
	font-size: 18px;
	display: inline-block;
	width: 100%;
	background-color: #f54e4c;
	padding: 10px 20px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	border-radius: 10px;
	margin-bottom: 10px;
}
/* 我的道具 */
.my-rights-wrap {
	display: flex;
	flex-direction: row;
	height: 100%;
	background-color: #fff;
	border-radius: 10px;
	display: none;
}
.my-rights-left-box {
	width: 200px;
	border-right: 1px solid #f5f5f5;
	padding: 20px;
}
.my-rights-right-box {
	width: 700px;
	padding: 20px;
}
.my-rights-detail-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.my-rights-detail-header li {
	width: 20%;
}
.all-right-header li {
	padding: 10px 10px;
	cursor: pointer;
}
.my-rights-list {
	padding: 10px 0px;
}
.my-rights-item {
	display: flex;
	flex-direction: row;
	padding: 10px 0px;
}
.my-rights-item .num {
	font-weight: 600;
	color: #444;
	text-align: center;
}
.my-rights-item span {
	width: 20%;
}
/* 我的积分 */
.score-wrap {
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
	margin-top: 20px;
}
.score-wrap h3 {
	color: #444;
}
.score-info-wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 10px 0px;
}
.score-info-wrap img {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-right: 10px;
	
}
.score-info-wrap span {
	color: #fb7b00;
	font-weight: 600;
	font-size: 18px;
}
.look-score-list {
	color: #a3a3a3;
}
.look-score-list:hover {
	color: #acafb5;
}
.look-score-list i {
	margin-left: 5px;
}
.recharge-score {
	display: inline-block;
	width: 100%;
	padding: 10px 0px;
	background-color: #fff;
	text-align: center;
	border-radius: 5px;
	color: #fb7b00;
	border: 1px solid #ffbd98;
	font-weight: 600;
}

.buy-list {
	margin-top: 20px;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
}
.buy-item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	color: #222223;
	font-size: 16px;
}

.radio-inner {
    border: 1px solid #dcdfe6;
    border-radius: 100%;
    width: 14px;
    height: 14px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.radio-inner::after {
	width: 4px;
	height: 4px;
	content: "";
	position: absolute;
	left: 50%; 
	top: 50%;
	border-radius: 100%;
	background-color: #fff;
    transform: translate(-50%, -50%) scale(1);
}
.is-checked {
	background-color: #048cfc;
}
.choosed-right {
	background-color: #dbedfb;
	color: #1190ef;
	border-radius: 10px;
}

.my-vip-wrap {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	color: #d97b56;
	    background: linear-gradient(90deg, #482402 0, #58331c 100%);
		    /* background: linear-gradient(90deg, #5a5148 0, #22201f 100%); */
}
.my-vip-inner-title {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 10px 0px;
	border-bottom:  1px solid;
}
.my-vip-item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 10px 0px;
}
.resume-refresh,.resume-top,.resume-popup {
	display: none;
}
.order-hd {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
	padding: 10px;
}
.com_member_hr_cz {
	width: 100%;
	border-top: 1px solid #f2f2f2;
	padding: 10px 0;
	text-align: right;
	overflow: hidden
}
.com_member_hr_cz a {
	border: 1px solid #eee;
	display: inline-block;
	padding: 2px 10px;
	margin-right: 10px;
	border-radius: 20px;
	color: #666;
}
.set_meal_box_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.set_meal_box_list li {
	width: 300px;
}
.set_meal_box_list_box {
    border: 1px solid #eee;
    background: #fff;
    height: 130px;
    margin: 10px 0 0 10px;
    border-radius: 4px;
	text-align: center;
}
.set_meal_name {
    font-size: 16px;
    padding: 15px 0 0px 0;
    color: #333;
}
.set_meal_n {
    font-size: 28px;
    padding-bottom: 20px;
    position: relative;
}
.set_meal_yn {
    color: #999;
    padding-bottom: 10px;
    font-size: 12px;
}
.set_meal_n_line3:after {
    background: #7583db;
}
.set_meal_n:after {
    content: "";
    width: 20px;
    height: 5px;
    background: #f60;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -10px;
}
.set_meal_n {
    font-size: 28px;
}
.upgrade {
	border: 1px solid #3d3c3c;
	padding: 5px 10px;
	border-radius: 5px;
	color: #fff;
	background: linear-gradient(90deg, #ff0000 0, #c8614b 100%);
	font-size: 14px;
}