@font-face {
	font-family: "Ubuntu";
	src: url("/fonts/ConduitITCPro-Medium.otf");
}
@font-face {
	font-family: "Titania";
	src: url("/fonts/ConduitITCPro-ExtraBold.otf");
}

body{

	font-family: "Ubuntu";
	padding: 0px;
	margin: 0px;
	background-color: #191919 !important;
}
a{
	text-decoration: none;
	text-line-through: none;
	color: #646262 ;
}
#a_checked{
	color: #6e3627 ;
}
.topmenu{
	background-color: #191919;
	z-index: 800;
	position: fixed;
	width: 100%;
	display: flex;
	flex-flow:column wrap;
	align-items: center;
	border-bottom: #000 2px solid;

}

.menu{
	/* background-color: aliceblue; */
	width: auto;
	height: 2.7rem;
}

.menu_ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	height: auto;
}
.menu_li{
	float: left;
	height: 100%;
	line-height: 2.7rem;
	font-weight:600;
	font-family: "Ubuntu";

}


.li_marge{
	padding-left: 0.7rem;
	padding-right: 0.7rem;

}

.banner{
	height: 300px;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner_backgrounds {
  position: absolute;
  transform-style: preserve-3d;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
 /* background: linear-gradient(
      to top,
      rgba(33, 10, 10, 1) 0%,
      rgba(33, 10, 10, 0) 33%
    ),
    url(/base-image/logo_background.png) no-repeat top center fixed; */
 /* -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;*/
  background:url(/base-image/logo_background.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto !important;
}

.characters {
  position: absolute;
  transform-style: preserve-3d;
  z-index: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: url(/base-image/characters.png) no-repeat top center fixed;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.title_logo {
  position: relative;
  top: 20px;
  left: 0;
  z-index: 100;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  transform: scale(.8);
  transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in; /* Firefox 4 */
  -ms-transition: all 0.1s ease-in; /* IE 9 */
  -webkit-transition: all 0.1s ease-in; /* Chrome, Safari, Opera */
}

.title_logo .logo {
  transform-style: preserve-3d;
  transform: translateZ(50px);
}
.center_content{
	width: 100%;
	height: auto;
	overflow: hidden;
	background-repeat: round;
	background-image: url(/base-image/content_bg.png);
}

.banner_buttom_border{
	  height: 10px;
	  width: 100%;
	  z-index: 200;
	  position: relative;
	  background: url(/base-image/newTopBar.png) repeat-x top left;
	  margin: 2px;

}
.left_list{
	float: left;
	display:none;
}
.menu_list li a{
	color: white;
	width: 100%;
	display: inline-block;
}

.menu_list{
	width: 250px;
	height: auto;
	overflow: hidden;
	padding: 0px;

}
.menu_list li:hover{
	color: white;
	background-color: transparent;
	cursor:pointer
}
.menu_list li:active{
	background-image: url(/base-image/bullet_active.png);
}

.list_unit{
	list-style: none;
	width: 250px;
	height: 50px;
	margin-bottom: 8px;
	/* background-color: red; */
	background-image: url(/base-image/bullet_normal.png);
	background-position: center;
	background-size: cover;
	text-align: center;
	line-height: 50px;
	border-radius: 8px;
	color: #FFFFFF;
	font-family: "Titania";
	font-size: 1.2rem;
}
.active{
	background-image: url(/base-image/bullet_active.png);
}

.center_buttom_border{
	height: 19px;
	width: 100%;
	z-index: 200;
	position: relative;
	background: url(/base-image/bottomBorder.png) repeat-x top left;
}
.right_content{
	position: relative;
	height:auto;
	overflow: hidden;
	/* display: flex; */
	/* flex-flow: row; */
	/* align-items: center; */
	padding: 0;
	width: auto;
/*	margin-left: 250px;*/
}

.footer{
	color: #fff;
	position: relative;
	z-index: 100;
	float: left;
	height: 360px;
	width: 100%;
	display: flex;
	flex-flow: column wrap;
}

.logo_footer {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  width: 240px;
  height: 94px;
  transform: scale(0.8);
  background: url(/base-image/deca_logo.png) no-repeat 0 0;
  transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out; /* Firefox 4 */
  -webkit-transition: transform 0.2s ease-in-out; /* Safari and Chrome */
  -ms-transition: transform 0.2s ease-in-out; /* IE 9 */
}

.logo_footer:hover {
  transform: scale(0.78);
  background: transparent url(/base-image/deca_logo.png) no-repeat 0 -188px;
}

.logo_footer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent url(/base-image/deca_logo.png) no-repeat;
  background-position: 0 -188px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out; /* Firefox 4 */
  -webkit-transition: opacity 0.2s ease-in-out; /* Safari and Chrome */
  -ms-transition: opacity 0.2s ease-in-out; /* IE 9 */
}

.logo_footer:hover:after {
  opacity: 1;
}

.footer_h3{
	font-family: "Titania";
	font-size: 18px;
	line-height: 18px;
	color: #fffff;
	text-align: center;
}
.copy{
	position: absolute;
	top: 200px;
	left: 0;
	right: 0;
	text-align: center;
	vertical-align: bottom;
}
.copy a{
	font-family: "Titania";
	line-height: 32px;
	height: 32px;
	text-decoration: none;
	vertical-align: center;
	text-align: center;
	padding: 5px;
}
:link{
	color: #ffc000;
}

.right_list_content{
	background-image: linear-gradient(#b9460f, #481616);
	background-repeat: no-repeat;
	background-size: cover;
	border: 2px solid #212529;
	background-color: red;
	width: 19%;
	/* min-width: 20%; */
	/* max-width: 14rem; */
	height: auto;
	min-height: 10rem;
	padding: 15px;
	box-sizing: border-box;
	color: white;
	float: left;
	margin: 2px;
	position: relative;
}

	.right_list_content a {
		float: right;
		margin-right: -15px;
		padding-top: 56%;
	}

.content_img{
	width: 80%;
	height: auto;
	text-align: center;
	position:relative;
	margin-left:10%;
}

.content_img_weapon {
	border-radius: 10px;
	background-image: linear-gradient(#c29b3e, #713c11);
	width:80%;
	margin-left:10%;
}

.content_featrueImg {
	position: absolute;
	bottom: 5%;
	left: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-content: center;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	width: 100%;
}

.reward_des_span {
	font-size: 12px;
	color: #cda44d;
	height: 29px;
	display: inherit;
	/* max-height: 60px; */
	text-overflow: ellipsis;
	/* white-space: nowrap; */
	width: 90%;
	margin-left: -5%;
	overflow: hidden;
}


.content_img>img{
	width: 70%;
	height: auto;
/*	margin-top: 3rem;*/
}

.order_title {
	border-bottom: 1px solid white;
/*	height: 2rem*/
}

.content_info{
	height: auto ;
	width: 100% ;
	text-align: center;
/*	margin-top:-10px;*/

}
span{
	font-size: 12px;
	margin: 0;
}
p{
	width: 80%;
	text-align: center;
	margin: 10px auto 5px;
	padding: 0 10%;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.button{
	margin-top: 5px;
	background: linear-gradient(#b9830f, #b9830f);
	border: none !important;
	color: white !important;
	border-radius: 10px!important;
	/* margin-bottom: 1px; */
	width: 100%;
	height: 2.3rem;
	font-size: 13px;
	font-weight: bold;
}

.flag{
	width: 100%;
/*	height: 3rem;*/
	position: relative;
	left: -15px;

}
.flag > a{
	position: absolute;
	top: 5px;
	right: -25px;
	margin-top:45px;
}
label {
	background-image: url(/base-image/discount_Ribbon.png);
	background-repeat: no-repeat;
	background-size: 100% 60%;
	display: inline-block;
	width: 60px;
	/* height: 3rem; */
	color: #fe0808;
	text-align: left;
	/* line-height: 2.7rem; */
	/* padding-left: 4px; */
	padding-bottom: 10px;
	box-sizing: border-box;
	font-size: 1rem;
	margin-left: -15px;
}
#how_to_get_invide_code > img{
	width: 1.2rem;
	height: auto;
}
#how_to_get_secret_code > img{
	width: 1.2rem;
	height: auto;
}
.content_base{
	/* padding: 15px; */
	padding-top: 0;
}
.button_box{
	height: auto;
	/* padding: 5px;
	 */
	padding-left: 20px;
	padding-right: 30px;
	box-sizing: border-box;
	overflow: hidden;
	width: 95%;
	margin-left:3%;
}

.button_box > img{
	width: 50px;
	float:right;
	display:block;
}

.bundles{

	/* margin-left: 10px; */
	margin-right:1rem;
	background: linear-gradient(#b9830f, #b9830f);
	border: none !important;
	color: white !important;
	border-radius: 10px!important;
	width: 5.8rem;
	height: 2.5rem;
/*	float: left;*/
	font-size: 13px;
	text-align:center;
	font-weight: bold;
	margin-bottom:5px
}

.second_line_bundles {
	background: linear-gradient(red, red);
}
.login,.login2{
	margin-left: 10px;
	background: linear-gradient(#b9830f, #b9830f);
	border: none !important;
	color: white !important;
	border-radius: 10px!important;
	width: 5.8rem;
	height: 2.5rem;
	float: right;
	font-size: 14px;
	font-weight: bold;
}
.login2 {
	/* margin-bottom: 10px; */
	margin-right: 20px;
	font-size: 16px;
	background: linear-gradient(#b9830f00, #b9830f00);
}
.login_name,.login_name2{
	margin: 14px 0px 0px 10px;
	border: none !important;
	color: white !important;
	border-radius: 10px!important;
	float: right;
	font-size: 14px;

}
.login_name2 {
	font-size: 16px;
	float: left;
	margin-left: 20px;
}
.login_out{
	margin-left: 10px;
	background: linear-gradient(#33d619, #19740a);
	border: none !important;
	color: white !important;
	border-radius: 10px!important;
	width: 8%;
	height: 2.5rem;
	float: right;
	font-size: 14px;
	position: relative;
}
.login_out_list{
	background-color: white;
	border-radius: 5px;
	border: 1px solid #646262;
	list-style: none;
	width: 150px;
	position: absolute;
	right: 1rem;
	top: 1.5rem;
	z-index: 100;
	padding: 0;
	text-align: center;
}
.login_out_list > li{
	height: 50px;
	line-height: 50px;
}
.login_out > i{
	background-image: url(/base-image/next.png);
	/* background-position: ;
	 */
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display:inline-block;
	width: .6rem;
	height: .6rem;
	margin-left: .4rem;
	/* transform: rotate(90deg); */
}
#login_number{
	border-bottom: 1px solid #646262;
}
.button_box_button_border{
	width: 100%;
	background-image: url(/base-image/newTopBar.png);
	background-repeat: repeat-x;
	height: 10px;
	margin-top: 5px;
}

.login_view{
	/* background-color: red; */
	width: 80%;
	height: auto;
	margin: auto;
	overflow: hidden;

}
.login_box{
	width: 70%;
	height: 100px;
	/* background-color: #4D4D4D; */
	margin: 20px auto 20px;
}
#code_lable {
	background: none;
	color: white;
	font-weight: bolder;
	font: 24px "Ubuntu";
	/* margin-bottom: 10px; */
	padding: 0;
	margin-left: 0px;
}
.code_lable_input{
	display: block;
	width: 100%;
	height: calc(1.5rem + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	text-align: left;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	box-sizing: border-box;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}
.sub{
	margin: 10px auto 10px;
	background: linear-gradient(#33d619, #19740a);
	border: none !important;
	color: white !important;
	border-radius: 10px!important;
	/* margin-bottom: 1px; */
	display: block;
	width: 70%;
	height: 3rem;
	font-size: 18px;
}
.check_box{
	width: 70%;
	height: 3rem;
	/* background-color: #4D4D4D; */
	margin: 0 auto 0;
}
.login_box_button{
	margin-bottom: 0;
}
/* .check{
	display: inline-block;
	height: 20px;
	height: 20px;

} */
.check_span{
	color: white;
	height: 2rem;
	width: auto;
	display: block;
	/* float: left; */
	margin-left: 3rem;
	padding-top: 1px;
}
#check_lable{
	float: left;
	background: none;
	width: 1rem;
	height: 1rem;
	padding: 0px;
}

.h3_list{
	display: none;
}

#right_content_h2 {
	position: relative;
	left: 0;
	right: 0;
	color: #ffc000;
	text-align: center;
	font-family: "Titania";
	font-size: 24px;
	line-height: 32px;
	margin: 15px 0 15px 0;
	letter-spacing: 2.5px;
}
#right_content_p {
	color: #fff;
	font-family: "Ubuntu";
	font-weight: 600;
	font-size: 18px;
	line-height: 32px;
	position: relative;
	text-align: center;
	padding: 0;
	margin: 15px 0;
	width: 100%;
	white-space: pre-line;

/* width: 720px; */
}

#goToWebshopButton {
	text-align: center;
}

#towebshop {
	position: relative;
	cursor: pointer;
	z-index: 150;
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font: 24px "Ubuntu";
	line-height: 16px;
	color: #fff;
	width: 343px;
	padding: 20px 20px;
	margin: 10px auto 20px auto;
	height: 92px;
	background: url(/base-image/button.png);
	border: none;
	text-shadow: 3px 3px 0 #000;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in; /* Firefox 4 */
	-ms-transition: all 0.15s ease-in; /* IE 9 */
	-webkit-transition: all 0.15s ease-in; /* Chrome, Safari, Opera */
}

.mantle_loading>img {
	position: relative;
	left: 48%;
	top: 48%
}
.mantle,.mantle_loading{
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
  display: none;
  margin-top:-300px;
}
#login_left{
	display: none;
}
.mantle_content{
  width: 90%;
  max-width: 500px;
  height: 70%;
  /* background-color: #343a40 !important; */
  background-image: linear-gradient(#4d4d4d, #595959);
  background-color: #121314 !important;
  /* background-image: url(/static/webshop/img/弹出面板.png); */
  border:2px solid white;
  overflow: hidden;
  margin: 6rem auto 0;
  border-radius: 8px;
  padding: 10px 0;
  padding: relative;
	height: auto;
}
.mantle_content_top{
	width: 96%;
	height: auto;
	display:block;
	overflow: hidden;
	border-bottom: 2px solid white;
	margin: auto;
}
.mantle_content_top_box{
  overflow: hidden;
}
#close{
  float: right;
  margin-right: .4rem;
  margin-top: .4rem;
  display: block;
}
#login_close {
	float: right;
	margin-right: .4rem;
	margin-top: .4rem;
	display: block;
	top: -10px;
	position: relative;
	width:27px;
}
.mantle_content_top_title{
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding-bottom: 5px;
  color: #cda44d;
  font-size: 1.5rem;
	font-weight: bold;
}
.mantle_content_buttom{
  width: 96%;
  height: auto;
  overflow: auto;
  max-height: 80%;
  display:block;
  overflow: hidden;
  /* border-bottom: 2px solid white; */
  margin: auto;
  text-align: center;
}
.buttom_line{
	background-color: rgba(0,0,0,0.8);;
	width: 96%;
	height: 2px;
	position: fixed;
	left: 2%;
	height: 10px;
	bottom: 0;
	border-top: 1px solid white;
}
.mantle_content_buttom > span{
  display: block;
  font-size: 1rem;
  color: white;
  margin-bottom: 3px;
}
.mantle_content_buttom > img{
  width: 50%;
  max-width: 400px;
}

.mantle_content_buttom >button{
	background: linear-gradient(#b9830f, #b9830f);
	width: 200px;
	height: 50px;
	color: white;
	border: none;
	border-radius: 5px;
	margin-top: 30px;
	margin-bottom: 1rem;
	font-size: 1.4rem;
	font-weight: bold;
}
.bottom_a{
	color: #FFC000;
}
.bottom_a:hover {
	color: #007BFF;
}

.check_span{
	font-size: 1.0rem;
	margin-top: 10px;
}
#login_notice_str{
	margin: unset;
	padding: 10px;
	font-size: 24px;
	color: red;
	font:"arial black";
	display: none;
	white-space: pre-line;
	width: 95%;
}
.login_view{
	display: none;
}
.login_out_list{
	display: none;
}

.how_to_des{
	color: white;
	white-space: pre-line;
	text-align: left;
	line-height: 2rem;
}
.event_content_top {
	width: 100%;
	height: auto;
	/*background-color: blue;*/
	overflow: hidden;
	position: relative;
}
.event_content_top_left {
/*	background-color: #ff00006b;*/
	/* height: 50px; */
	width: 35%;
	float: left;
	position: relative;
}
.event_content_top_left > #right_content_p {
	line-height: 20px;
	/* margin: 0; */
	text-align: left;
	width: auto;
	float: left;
}
.event_content_top_left > img {
	position: relative;
	float: left;
	/*right: 20px;
	top: 50%;*/
	width: 48px;
	height: 48px;
	float:left;
	/*transform: translate(0, -50%);*/
}
.event_content_top_center {
	/*background-color: #2f2424d1;*/
	/* height: 100%; */
	width: 30%;
	float: left;
	overflow: hidden;
	/* position: relative; */
	text-align: center;
}
.event_tip {
	width: 8.5rem;
	/* height: auto; */
	/* position: absolute; */
	height: 3rem;
	top: 50%;
	left: 45%;
	/* transform: translate(0, -50%); */
	/* margin-left: 4.25rem; */
	float: unset;
}
.event_content_top_right {
	/*background-color: #ffc800;*/
	/* height: 50px; */
	/*width: 35%;
	float: right;*/
	/*position: relative;*/
}
.event_content_top_right > #right_content_p {
	line-height: 20px;
	/* margin: 0; */
	text-align: left;
	/*white-space:pre;*/
}
.event_content_center {
	position: relative;
	overflow: hidden;
	/* height: 100px; */
}
.event_center_scroll_blank {
	width: 100%;
	/* height: 1000px; */
	/* height: auto; */
	/* overflow: hidden; */
	/* background-image: url( /base-image/进度条外框.png); */
}
.event_center_scroll_blank > img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/* margin-left: -10%; */
	/* clip: rect(auto,100px,auto,auto); */
	/* left: -20px; */
}

.event_center_scroll_red {
	width: 100%;
	/* height: 1000px; */
	/* height: auto; */
	/* overflow: hidden; */
	/* background-image: url( /base-image/进度条外框.png); */
}

.event_center_scroll_red > img {
	width: 100%;
	position: relative;
	/* margin-left: -10%; */
	/* clip: rect(auto,100px,auto,auto); */
	left: -20%;
}
.event_center_scroll_content {
/*	clip: rect;*/
	/* display: none; */
	width:100%;
	position: absolute;
	top: 0;
	left: 0;
}

#event_center_scroll_pin {
	width: 2%;
	position: absolute;
	/* clip: rect(auto,100px,auto,auto); */
	top: 28%;
	left: 80%;
	/* display: none; */
	/*float: top;*/
	transform: translate(-50%, 0px);
}
#event_center_scroll_bg {
	width: 100%;
	position: relative;
	/* clip: rect(auto,100px,auto,auto); */
	/* top: 0; */
	/* left: 0; */
	/* display: block; */
}
.event_center_tip_content_gf {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.event_center_tip_content_f {
	position: absolute;
	bottom: 10%;
	left: 0;
	width: 100%;
	/* height: 100%; */
}
#event_content_tip_image_back {
	width: 6.5%;
	position: absolute;
	/* clip: rect(auto,100px,auto,auto); */
	bottom: 0;
	left: 0;
	/* display: none; */
/*	float: top;*/
}
#event_content_tip_image_front {
	width: 6.5%;
	position: absolute;
	/* clip: rect(auto,100px,auto,auto); */
	bottom: 0;
	left: 0;
	/* display: none; */
	float: top;
}
#event_content_tip_image_txt {
	font-size: 18px;
	color: white;
	position: absolute;
	bottom: 0;
	left: 8%;
}
.event_right_list_content {
	background-image: linear-gradient(#b9460f, #481616);
	background-repeat: no-repeat;
	background-size: cover;
	border: 2px solid #212529;
	background-color: red;
	width: 100%;
	/* min-width: 20%; */
	/* max-width: 14rem; */
	height: auto;
	padding: 15px;
	box-sizing: border-box;
	color: white;
	float: left;
	margin: 2px;
	position: relative;
}
.event_right_list_content_left {
	/* background-color: #ff00006b; */
	/* height: 50px; */
	width: 20%;
	float: left;
	position: relative;
	/* overflow: hidden; */
	/* bottom: 50%; */
	/* top: 50%; */
	/* margin-bottom: 15%; */
	/* margin: 0; */
	transform: translate(0, 15%);
}
	.event_right_list_content_left > #right_content_p {
		text-align: center;
		width: 70px;
		margin: 0;
		/* display: none; */
	}
.event_right_list_content_left > img {
	/* position: absolute; */
	/* right: 20px; */
	/* top: 50%; */
	position: relative;
	
	/*transform: translate(0px, 15%);*/
	width:70px;
	height:70px;
	/* display: none; */
}
.event_right_list_content_center {
	/*background-color: #ff00006b;*/
	height: 130px;
	width: 50%;
	float: left;
	position: relative;
	overflow: hidden;
	/* left: 7%; */
	/* align-items: center; */
	/* margin-left: 45%; */
	/* justify-content: center; */
	display: inline-grid;
	align-content: space-evenly;
}
.event_right_list_content_center > #right_content_p {
	/* float: left; */
	text-align: center;
	/* width: 60px; */
	margin: 0;
	/* display: none; */
	height: 100%;
	overflow: auto;
}
.event_right_list_content_center > #right_content_p::-webkit-scrollbar {
	width: 10px;
	height: 0px;
}

.event_right_list_content_center > #right_content_p::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #9e9e9e;
	box-shadow: inset 0 0 5px rgb(0 204 119);
}

.event_right_list_content_center > #right_content_p::-webkit-scrollbar-track {
	/* border-radius: 10px; */
	/* background: #ededed; */
	/* box-shadow: inset 0 0 5px #ffc000; */
}
.event_right_list_content_button {
	width: 24%;
	position: absolute;
	top: 28%;
	right: 5%;
}
#shopView {
	min-height:622px;
	width:90%;
	margin-left:6%;
}
.login_name {
	display: block;
}