@charset "utf-8";
/* CSS Document */
.pages2 a{
	margin-bottom:5px;
}
#info{
	color:#858585;
	margin-bottom:20px;
}
.content{
	margin-bottom: 0px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.content .info{
	font-size: 12px;
	color: #666666;
	text-align: center;
	margin-bottom: 20px;
	border-top: #DDDDDD 3px double;
	padding: 20px;
}
.content .info a, .content .info a:visited{
	color: #525252;
	font-weight: normal;
	text-decoration: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.content .info a:hover{
	color:#E88111;
}
.member_box{
	padding:15px 25px 0 25px;
}
.member_box .box{
	display:block;
	padding:0 20px 0 0;
	margin:0 0 20px  0;
}
.member_box .box li {
	list-style:none;
	clear: both;
	margin-bottom:10px;
}
.member_box .box li:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.member_box .box li .title {
	width: 220px;
	font-size: 14px;
	line-height:24px;
	font-size:13px;
	color: #FFF;
	padding: 5px 0px 5px 45px;
	position:relative;
	background:#1AB8A7;
	-webkit-border-radius:1px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.member_box .box li .register:before {
	content:'';
	width:11px;
	height:11px;
	position: absolute;
	top:11px;
	left:20px;
	background: url(../images/common/dot.png) 0 0px no-repeat;
}
.member_box .box li .title img{
	margin-right:10px;
	vertical-align:middle;
}
.member_box .box li .rbox {
	width:100%;
	line-height: 20px;
	padding: 5px 0px;
	background:#FFF;
}
.member_box .box li .rbox .acc{
	color:#666666;
	font-weight:bold;
	display:block;
}
.member_box .box li .rbox .inf{
	display:block;
	line-height:25px;
	color:#777777;
}
#member_menu{
	display:block;
	margin-bottom:30px;
}
#member_menu li{
	width:16%;
	color:#909090;
	text-align:center;
	margin-right:5px;
	list-style:none;
	float:left;
	line-height:40px;
}
#member_menu li a, #member_menu li a:visited{
	color:#909090;
	display:block;
	padding:0 10px;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	border:#909090 1px solid;
}
#member_menu li a:hover{
	color:#EB6C00;
	border:#EB6C00 1px solid;
}
#member_menu li:last-child{
	float:right;
	margin-right:0;
}
.member_box_title{
	color: #878787;
	line-height: 20px;
	font-size: 14px;
	margin: 0px 0px 20px 0px;
	border-top:#DDDDDD 2px solid;
	padding-bottom:20px;
	padding-left:50px;
	padding-top:15px;
	border-bottom:#DDDDDD 3px double;
	background:url(../images/member/icon.png) 10px 10px no-repeat;
}
.member_box_title .notice{
	color:#595757;
	font-size:18px;
	font-weight:bold;
	margin-right:15px;
	padding-right:15px;
	border-right:#DDDDDD 1px solid;
	position: static;
}
.member_box_title img{
	vertical-align: middle;
	margin-right:5px;
	margin-left:10px;
}
.con_title {
	height: 39px;
	border: #E3E3E3 1px solid;
	background: #EEEEEE;
	position: relative;
	margin-bottom: 15px;
	margin-top: 30px;
}
.con_title .pic {
	height: 39px;
	position: absolute;
	top: 0px;
	left: 0px;
}
/*-m_lv*/
.member_box.m_lv{
	padding: 25px;
	border: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
}
.member_box.m_lv .top_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.member_box.m_lv .bottom_box{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #dcdcdc;
	padding-top: 25px;
	margin-top: 25px;
}
.member_box.m_lv .bottom_box >a:hover{
	text-decoration: underline;
}
.member_box.m_lv .box{
	padding: 0;
	margin: 0;
}
.member_box.m_lv .box li {
	display: flex;
	align-items: center;
	margin: 0;
}
.member_box.m_lv .box li +li{
	margin-top: 10px;
}
.member_box.m_lv .box li .title{
	margin-right: 16px;
	padding: 5px 15px;
	text-align: center;
	
}
.member_box.m_lv .box li .rbox{
	font-size: 15px;
}
.box.lv_card .pic{
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.box.lv_card .level{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 0 4px rgba(0,0,0,0.4);
	position: absolute;
	left: 16px;
	top: 16px;
}
.box.lv_card .lv_golden .level {
    text-shadow: 0 0 4px rgb(187 153 89);
}
.box.lv_card .lv_diamond .level {
        text-shadow: inherit;
    color: #000;
}
.box.lv_card .logo{
	width: 168px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto 8px;
}
.box.lv_card .logo img{
	    max-width: 100%;
    height: auto !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.total_cost{
	font-size: 16px;
}
.total_cost span{
	margin: 0 8px;
	font-size: 18px;
	font-weight: bold;
	color: red;
}
@media (max-width: 767px) {
	.member_box.m_lv .top_box{
		flex-direction: column;
	}
	.member_box.m_lv .box li{
		flex-direction: column;	
		text-align: center;
	}
	.member_box.m_lv .box.lv_card{
		margin: 40px auto 0;
	}
}
/************************************************************/
.editor-sect {
    padding: 25px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin-top: 30px;
}
.e-title{
	    font-weight: normal;
    margin-bottom: 20px;
    color: rgb(51, 51, 51);
    display: flex;
    -webkit-box-align: initial;
    align-items: initial;
    font-size: 20px;
    line-height: 27px;
}
.e-title::before {
    background-color: rgb(26 184 167);
    border-radius: 40% / 10%;
    content: "";
    margin: 2px 7px 2px 0px;
    width: 3px;
}
.editor-sect .editor {
	font-size: 15px;
}
/**************************************************************/
.order_info.m_lv{
	margin-bottom:30px;
}
.order_info.m_lv .box{
	background:#3BB2B2;
}
.order_info.m_lv .box li:first-child {
	border-top:#DDDDDD 1px solid;
}
.order_info.m_lv .box li {
	list-style:none;
	clear: both;
	font-size:0px;
	border-bottom:#DDDDDD 1px solid;
	border-right:#DDDDDD 1px solid;
}
.order_info.m_lv .box li:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.order_info.m_lv .box li{
	display: flex;
	align-items: center;
}
.order_info.m_lv .box li .title {
	width: 180px;
	font-size: 14px;
	line-height:20px;
	/*float:left;*/
	color:#FFF;
	padding: 8px 16px;
	background:#3BB2B2;
	box-sizing: border-box;
}
.order_info.m_lv .box li .register:before {
	content:'';
	width:4px;
	height:7px;
	position: absolute;
	top:14px;
	left:0px;
	background: url(../images/common/dot.png) 0 0px no-repeat;
}
.order_info.m_lv .box li .rbox {
	color:#666666;
	font-size:13px;
	width:calc(100% - 180px);
	float:left;
	line-height: 20px;
	padding: 8px 20px;
	background:#FFF;
	border-left:#DDDDDD 1px solid;
}
.order_info.m_lv .box li .rbox.no{
	color:#FF6511;
	font-weight:bold;
}
.order_info.m_lv .box li .rbox.price{
	color:#B20000;
	font-weight:bold;
}
.order_info.m_lv .box li .paid_inform{
	width:110px;
	line-height:20px;
	line-height:20px;
	padding: 0 5px;
	display:inline-block;
	text-align:center;
	margin-left:10px;
}
.order_info.m_lv .box li .paid_inform a{
	width:100%;
	height:100%;
	color:#FFF;
	display:block;
	background:#A1A1A1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.order_info.m_lv .box li .paid_inform a:hover{
	background:#FF9A36;
}
@media (max-width: 600px) {
	.order_info.m_lv .box li .title2 {
		width: 100%;
		float: none;
		text-align:left;
		margin-bottom:5px;
	}
	.order_info.m_lv .box li .rbox2 {
		width: 100%;
		float: none;
	}
	.table-scroll{
	    max-width: 900px;
	    overflow-x: auto;
	}
	.table-scroll > table{
	    max-width: 900px;
	    min-width: 600px;
	}
}

/**************************************************************/
/**************************************************************/
.cart_title{
	font-size:13px;
	color:#FFF;
	height:36px;
	line-height:36px;
	padding-left:30px;
	background:#55BBBB;
}
.cart{
	border:#DDDDDD 1px solid;
	border-top:none;
	padding:0px 0px 0px 0px;
}
.cart > li{
	list-style:none;
	border-bottom:#DDDDDD 1px solid;
	display:block;
}
.cart li ul{
	font-size:0px;
	display: flex;
}
.cart li ul li{
	display: block;
	font-size: 13px;
	line-height: 20px;
	list-style: none;
	padding: 10px 5px;
	display: inline-block;
	vertical-align: middle;
}
.cart li ul li a, .cart li ul li a:visited{
	color:#333333;
	text-decoration:none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.cart li ul li a:hover{
	color:#FF4D00;
}
.m_lv .cart_list_title{
	background: #a3a3a3;
	color: #fff;
}
.m_lv .cart li ul li.col4 span{
	color:#ED2127;
	display: inline-block;
}
.m_lv .cart li ul [class^="col"] {
	flex-grow: 1;
	text-align: left;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 10px 16px;
}
.m_lv .cart li ul li.col0{
	width: 180px;
}
.m_lv .cart li ul li.col1{
	width: calc(100% - 390px);
	border-left: 1px solid #ddd;
}
.m_lv .cart li ul li.col2{
	width: 90px;
	border-left: 1px solid #ddd;
}
.m_lv .cart li ul li.col3{
	width: 120px;
	border-left: 1px solid #ddd;
}
.m_lv .cart li.info{
	list-style:none;
	border-bottom: none;
	margin-bottom:0px;
	background:#EEEEEE;
}

.m_lv .cart li.info ul{
}
.m_lv .cart li.info li{
	width:100%;
	height:36px;
	line-height:26px;
	padding:5px 0 5px 0;
	display:block;
	font-size:0px;
	border-bottom:#DDDDDD 1px solid;
}
.m_lv .cart li.info li:last-child{
	border-bottom:none;
}

.m_lv .cart li.info .red{
	color:#ED2127;
	font-size:13px;
	font-weight:bold;
}
.m_lv .cart li.info .left{
	width:80%;
	font-size:13px;
	display:inline-block;
	text-align:right;
	padding:0px 0px 0px 0px;
}
.m_lv .cart li.info .right{
	width:20%;
	font-size:13px;
	display:inline-block;
	text-align:right;
	padding:0px 30px 0px 0px;
	font-weight:bold;
	color:#CC5241;
}
@media (max-width: 1000px) {
	.order_info.m_lv {
	    margin-right: 60px;
	}
}
@media (max-width: 600px) {
	.order_info.m_lv {
	    min-width: 400px;
	}
	.m_lv .cart li ul [class^="col"]{

	}
	.m_lv .cart li ul li.col0{
		width: 100px;
		
	}
	.m_lv .cart li ul li.col1{
		width: 370px;
		max-width: 190px;
		
	}
	.m_lv .cart li ul li.col2{
		width: 60px;
		min-width: 60px;
	}
	.m_lv .cart li ul li.col3{
		width: 120px;
		
	}
}
/**************************************************************/
/************************************************************/
.text{
	line-height:24px;
	text-align:center;
	margin-bottom:30px;
	padding-top:70px;
	background: url(../images/member/pic.png) center top no-repeat;
}
.text a, .text a:visited {
	color: #3977B1;
	text-decoration: underline;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
.text a:hover {
	color:#3977B1;
	text-decoration: none;

}
.text .status {
	color: #525252;
	font-size: 18px;
	padding: 10px 0;
	font-weight: bold;
}
.text span.name {
	color: #FF7F00;
	font-weight: bold;
}
.text_box{
	max-width:470px;
	border:#EEEEEE 1px solid;
	background:#EEEEEE;
	position:relative;
	margin:0 auto;
}
.text_box .box2{
	padding:20px;
	border:#FFF 1px solid;
}
/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
@media (max-width: 900px) {
}
@media (max-width: 825px) {
.member_box_title .notice{
	display:block;
	margin-bottom:10px;
	border:none;
}
}
@media (max-width: 650px) {
.input_50{
	width:100%;
}
#member_menu li{
	width:100%;
	margin:0 0 5px 0;
	float:none;
}
}
@media (max-width: 600px) {
.member_box .box {
	padding:0 0px;
}
.member_box .box li .rbox .input_m{
	margin-top:8px;
}
.input_24, .input_23{
	width:49.55%;
	margin-bottom:10px;
}
.member_box .box li .title2 {
	width: 100%;
	float: none;
	text-align:left;
	margin-bottom:5px;
}
.member_box .box li .rbox2 {
	width: 100%;
	float: none;
}
}
@media (max-width: 550px) {
.member_box{
	padding:5px 0px 0 0px;
}
}
