@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,table,tbody,p,th,td{box-sizing: border-box; -webkit-text-size-adjust:none; margin: 0; padding: 0; border: none; -webkit-tap-highlight-color:rgba(0,0,0,0); font-family:"Microsoft Yahei","微软雅黑",Tahoma,Arial,Helvetica ,STHeiti;}
html,body{ min-height:100%; margin:0; padding:0;}
img,input,button,a,select,textarea{ margin: 0; padding: 0; resize:none; border:none; outline:none; }
ol,ul { list-style:none; }
p,em{ font-size:100%; word-wrap:break-word; font-weight: normal; font-style: normal; }
a:active, a:focus{ outline:none; }
button::-moz-focus-inner,input::-moz-focus-inner{ padding:0; border:0; }
table{ border-collapse:collapse; border-spacing:0; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; font-size:0; }
.clearfix{ zoom:1; }
a{text-decoration: none;}
a:hover{
	color: #FF0000;
}
.login-show{
	cursor: pointer;
}
.pull-left{
    float:left !important;
}
.pull-right{
    float:right !important;
}
.text-center{
    text-align: center;
}
.text-right{
	text-align: right;
}
.block{
    display: block;
}
.red{
	color:#ff0000;
}
.blue{
	color:#2196F3;
}
.green{
	color: green;
}
body{
	/*background-size: cover;*/
}
.header{
	width:100%;
    text-align: center;
    /* background: #fff url("../img/top-pic.jpg") center no-repeat; */
	background-size: 1280px 373px;
	position: relative;
}
.header .text{
	position: absolute;
	right: 40px;
	bottom: 60px;
	color:#fff;
	font-size: 14px;
}
.header img{
	height: auto;
	width: 100%;
}
.content{
	width:1280px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.content.info_ct,
.content.info_ea{
	width: 1185px;
	margin-bottom: 6px;
	display: flex;
}
.content.info_ct {
	margin-bottom: 12px;
}
.content.info_ct .list_box {
	width: 587px;
	margin-right: 12px;
	height: 333px;
	background: url('../img/list_bg.png') no-repeat center;
	background-size: 100% 100%;
	padding: 100px 40px 40px 40px;
	box-sizing: border-box;
}
.content.info_ct .list_box  ul li a{
	font-size: 16px;
	color:#532038;

}
.content.info_ct .list_box  ul .dot{
	width: 9px;
	background: url('../img/list_st.png') no-repeat center;
	height: 15px;
	margin-right: 8px;
	display: inline-block;
}
.content.info_ct .list_box  li.bt{
	border-top: 1px dotted #b8929e;

}
.content.info_ct .list_box  li{
	list-style: none;
	display: flex;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px dotted #b8929e;
}

.content.info_ct .time_box {
	width: 324px;
	margin-right: 12px;
	height: 333px;
	background: url('../img/time_bg.png') no-repeat center;
	background-size: 100% 100%;
	padding-top: 120px;
	box-sizing: border-box;
}
.content.info_ct .code_box {
	width: 252px;
	height: 333px;
	background: url('../img/code_bg.png') no-repeat center;
	background-size: 100% 100%;
}
.content.info_ct .code_box .code_bg {
	background: url('../img/code_bg_boder.png') no-repeat center;
	background-size: 100% 100%;
	width: 140px;
	height: 140px;
	margin: 130px auto 0;
	display: flex;
	align-items: center;justify-content: center;
}
.eng{
	position: absolute;
    top: 20px;
    right:20px;
    color: #fff;
}
.menu{
	position: relative;
	width:1280px;
	height: 58px;
	top: -25px;
	border-radius: 30px;
	margin: 0 auto 10px; 
	background-color: red; /* 浏览器不支持时显示 */
    background-image: linear-gradient(#dcdddd, #ffffff,#dcdddd);
    background-image: -webkit-linear-gradient(#dcdddd, #ffffff,#dcdddd);
    background-image: -moz-linear-gradient(#dcdddd, #ffffff,#dcdddd);
	padding: 0 20px;
	box-sizing: border-box;
}
.menu > ul{
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.menu > ul > li{
	width:10.6%;
	float: left;
	line-height: 22px;
	text-align:center;
}
.menu > ul > li.sep-li{
	width:14.1%;
}
.menu > ul > li > a span{
	font-size: 10px;
}
.menu > ul > li > a{
	display: inline-block;
	width:100%;
	padding-top: 5px;
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #163182;
	font-size: 13px;
	box-sizing: border-box;
	height: 58px;
	border-right: 1px solid #dcdddd ;
	border-image: linear-gradient(#ffffff, #dcdddd,#ffffff) 1 1 ;
	border-image: -webkit-linear-gradient(#ffffff, #dcdddd,#ffffff) 1 1;
	border-image: -moz-linear-gradient(#ffffff, #dcdddd,#ffffff) 1 1 ;
}
.menu > ul > li > a.active,.menu > ul > li > a:hover{
	background-color: #2a55a5; /* 浏览器不支持时显示 */
    background-image: linear-gradient(#2a55a5, #3366c5,#2a55a5);
    background-image: -webkit-linear-gradient(#2a55a5, #3366c5,#2a55a5);
    background-image: -moz-linear-gradient(#2a55a5, #3366c5,#2a55a5);
	color: #fff;
}
.menu .first-menu{
	position: relative;
}
.menu .first-menu .second-menu{
    position: relative;
    background-color:rgba(68, 177, 255,.85);
    left: 0;
    z-index: 99;
    box-sizing: border-box;
    display: none;
}
.menu .first-menu .second-menu li a p {
	font-size: 14px;
}
.menu .first-menu .second-menu li a{
	display: block;
	color: #fff;
	line-height: 20px;
	font-size: 16px;
	padding: 5px 0;
}
.menu .first-menu .second-menu li:last-child a{
	border-bottom: none;
}
.menu .first-menu .second-menu li a:hover{
	color: #fff;
}
.menu .first-menu a.first-a{cursor: pointer;}



.theme{
	float: left;
	color: #fff;
	border-radius: 6px;
	font-size: 26px;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
}
.theme img{
	width:100%;
	height:auto;
}
/* .theme:hover{
	color:#fff;
	text-decoration: none;
} */
/* .theme:hover img{
	transform: scale(1.15);
} */

.right-info{
	width:370px;
	float: right;
}
.item-tit{
	display: block;
	height: 45px;
	background-color: #05428C;
	border-radius: 6px;
	color: #FFFFFF;
	font-size: 22px;
	margin-top: 10px;
	text-align: center;
	line-height: 45px;
}
.days{
	border-radius: 6px;
	overflow: hidden;
	padding: 5px;
	text-align: center;
	font-size: 38px;
}
.days span{
	display: inline-block;
	font-size: 110px;
	font-family: sans-serif;
	color: #fff;
	font-weight: bold;
	border-radius: 6px;
}
.code{
	text-align: center;
	background-color: rgba(255,255,255,.6);
	padding: 2px;
	border: 1px solid #77075e;
	border-radius: 6px;
}
.box-tit{
	width:1200px;
	height: 45px;
	line-height: 45px;
	margin: 10px auto;
	padding-left: 15px;
	font-size: 20px;
	color: #fff;
	background-color: #A00064;
	border-radius: 6px;
	box-sizing: border-box;
}
.photo .photo_title{
	padding: 20px 0;
	margin: 0 auto;
	width: 1185px;
	color:#fff;
}
.photo_info{
	width: 1185px;
	margin: 0 auto;
	position: relative;
	display: none;
}
.photo{
	 background: url('../img/photo_bg.jpg') no-repeat center;
	 background-size: 100% 100%;
	 height: 463px;
	 width: 100%;
	 padding : 0 50px;
	 box-sizing: border-box;
}
.photo_info .left{
	position: absolute;
	width: 44px;
	height: 66px;
	background: url('../img/p_left.png') no-repeat center center;
	top: 120px;
	left: -50px;
	opacity: .5;
	cursor: pointer;
}
.photo_info .right{
	cursor: pointer;
	position: absolute;
	width: 44px;
	height: 66px;
	background: url('../img/p_right.png') no-repeat center center;
	top: 120px;
	right: -50px;
	opacity: .5;
}
.photo .photo_info.cr{
	display: block;
}
.photo .item {
	overflow: hidden;
	width: 1185px;
}
.photo .item img{
	float: left;
	margin-bottom: 12px;
}
.l-imgs,.m-imgs{
	overflow: hidden;
}
.l-imgs img,
.r-imgs img,.m-imgs img{
	margin-bottom: 12px;
	margin-right: 12px;
	float: left;
	overflow: hidden;
}
.r-imgs{
	float: left;
}
.footer{
	background-color: #fff;
	text-align: center;

	width: 100%;margin: 0 auto 0 ;
}
.footer img{
	margin: 0 20px;
	vertical-align: middle;
}
.footer .icp a {
	line-height: 53px;
	color:#fff;
	text-decoration: none;
}
.footer .content {
	padding: 20px 0;
	width: 1280px;
	margin: 0 auto;
	background: url('../img/bottom_bg_t.png') no-repeat center ;
	background-size: 100% 100%;
}
.footer .icp{
	width: 100%;
	height: 53px;

	background: url('../img/bottom_bg_b.png') no-repeat center ;
	background-size: 100% 100%;
}
.footer span.tips{
	font-size: 18px;
	color: #8A0B6C;
	line-height: 50px;
}
.maincont{
	position: relative;
	width:1200px;
    vertical-align: top;
    padding: 15px;
    margin: 20px auto;
    box-sizing: border-box;
    overflow: hidden;
}
.in-cont{
	width:100%;
	padding:10px;
	box-sizing: border-box;
}
.rightcont,.in-cont{min-height: 600px;}
.rightcont{
	padding:25px;
	width:910px;
	float:right;
	border: 1px solid rgba(105, 140, 210, 0.41);
	box-sizing: border-box;
	background-color: #f3f5ff;
	border-radius:  14px;
}
.leftcont{
	position: relative;
	width:250px;
	float: left;
	background-color: #d7eafa;
	text-align: center;
	margin-right: 10px;
	box-sizing: border-box;
	border-radius: 14px;
	overflow: hidden;
  }

.leftcont ul li a{
	display: block;
	color: #1c308d;
    font-size: 18px;
    height: 70px;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #b8c8ec;
}
.leftcont ul li:last-child a{
	border: none;
}
.leftcont ul li a:hover{
	color: #A70C56;
	font-weight: bold;
	background-color: #3367bd;
	text-decoration: none;
}
.leftcont ul li.active a{
	color: #fff;
	font-weight: bold;
	background-color: #3367bd;
}
.border-box{
	padding: 10px;
	min-height: 550px;
    position: relative;
}
.article{
	font-size: 16px;
	line-height: 30px;
	margin: 20px;
}
.article p.one-p{
	/*text-indent: 32px;*/
	margin-bottom: 15px;
	text-align: justify;
}
.article p.one-p a{
	color: blue;
}
.btn{
	padding: 8px 40px;
	background-color: #D1095D;
	border: none;
	border-radius: 4px;
	margin: 15px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
.btn-s{
	padding: 4px 20px;
	background-color: #D1095D;
	border: none;
	border-radius: 4px;
	margin: 15px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
.btn:hover,.btn-s:hover,.login-btn:hover{
	background-color: #f31371;
	color: #fff;
}
.big-tit{
	text-align: center;
	margin: 20px auto;
}
.s-tit{
	color: #c3009b;
    font-size: 20px;
    border-bottom: 1px solid #d689d1;
    display: block;
    padding-bottom: 8px;
}
.table{
	border-spacing: 0;
	border-collapse: collapse;
}
.table td,.table th{
	width:75px;
    height: 35px;
    border: 1px solid #ddd;
    font-size: 14px;
    text-align: left;
    padding:2px 6px;
    box-sizing: border-box;
    background-color: #fff;
}
.table1 td.lab,.table1 th{
	background-color: #f7f7f7;
}
.history-list{
	padding: 20px;
	overflow: hidden;
}
.history-list dt{
	float: left;
	margin-right: 15px;
}
.history-list dd{
	font-size: 14px;
	line-height: 20px;
}
.formbox{
	padding: 20px;
}
.formbox label.lab{
	width:120px;
	margin-right: 10px;
	line-height: 32px;
	text-align: right;
}
.form-group{
	margin-bottom: 20px;
	display: flex;
	align-items: flex-start;
	font-size: 14px;
}
.form-group label.bg-lb{
	position: relative;
	display: inline-block;
	color: #fff;
	background-color: #AF1F23;
	width:100px;
	height: 32px;
	text-align: center;
	margin-right: 10px;
	line-height: 32px;
}

.form-group .form-control.textarea{
	height: 150px;
	line-height: 32px;
}
.form-group>div{
	flex: 1;
}
.form-group .form-control{
	width:40%;
	border: 1px solid #ddd;
	height: 32px;
	padding: 2px 5px;
	box-sizing: border-box;
	margin-right: 5px;
	background-color: #fff;
}
.form-group .form-control:focus,.user-input:focus,.password-input:focus{
	border: 1px solid #D00C5C;
}
.check-r{
	font-size: 20px;
	color: #02cc02;
	/*display: none;*/
}
.typ-radio,.typ-check{
	width:18px;
	height: 18px;
	vertical-align: middle;
}
.form-control.s{
	width:20%;
}
.form-group .uploadbox {
    position: relative;
    width: 100px;
    height: 100px;
	flex: none;
    padding: 5px;
    margin-right: 20px;
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
}

.formbox label.lab.required::before{
	content: ' * ';
	color:red;
}
.formbox label.lab.required{
	position: relative;
}
.form-group  .uploadbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.form-group  .uploadbox .view {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-group  .uploadbox .view #icon {
    display: inline-block;
    font-size: 60px;
    color: #999;
    font-weight: normal;
    font-family: 'Courier New', Courier, monospace;
}

.form-group  .uploadbox .view .img-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.img-container img {
    width: 100%;
    height: 100%;
}
.dropdown-menu {
    position: absolute;
    width: 30%;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    max-height: none !important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #D00C5C;
    outline: 0;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 28px;
    color: #333;
    white-space: nowrap;
    font-size: 14px !important;
}
.checkbox, .radio, .form-static {
    position: relative;
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 5px;
}
.radio label{
	display: inline-block;
	margin-right: 20px;
}
.line{
	height: 1px;
	background-color: #c139a5;
	margin:25px 0 ;
}
.hotel-list{
	padding: 20px 10px;
}
.hotel-box{
	padding: 20px 10px;
	border-bottom: 1px dashed #ccc;
}
.hotel-box:hover{
	background-color: #fff0f6;
}
.hotel-box:last-child{
	border-bottom: none;
}
.hotel-list .hotel-pic{
	width:170px;
	height: 170px;
	border-radius: 8px;
	float: left;
	margin-right: 20px;
}
.hotel-list .hotel-name{
	color: #D00C5C;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
}
.hotel-list .hotel-intro{
	font-size: 14px;
	line-height: 28px;
}
.hotel-list .book-info .info-list span{
	margin-right: 20px;
}
.hotel-list .book-info .info-list{
	height: 40px;
	line-height: 40px;
}
.hotel-list .book-info .info-list .btn-s{
	padding: 3px 15px;
	border-radius: 4px;
}
.login-box {
    width: 400px;
    margin: 100px auto 20px auto;
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid #c7c7c7;
    border-radius: 2px;
}
.user-input,.password-input{
	display: block;
    width: 100%;
    height: 40px;
    padding: 5px 12px 5px 30px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.user-input{
	background: url(../img/user.png) no-repeat 8px center #fff;
}
.password-input{
	background: url(../img/lock.png) no-repeat 8px center #fff;
}
.login-box h3{
	font-size: 24px;
	text-align: center;
	color: #D1095D;
	margin: 0 auto 30px auto;
}
.login-box small{color: #999;}
.login-btn{
	width:100%;
	margin-top: 10px;
	border:1px solid #D1095D;
	background-color: #D1095D;
	padding: 10px 12px;
	color: #fff;
	cursor: pointer;
}
.login-reg{
	text-align: right;
	margin-top: 8px;
}
.login-reg a{
	color: #4299D8;
	text-decoration: none;
	font-size: 14px;
}

.table1{
	width:100%;
	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.table1 td,.table1 th{
    height: 35px;
    border: 1px solid #ddd;
    font-size: 14px;
    text-align: left;
    padding:2px 6px;
    box-sizing: border-box;
    background-color: #fff;
}
.table1 td.lab,.table1 th{
	background-color: #f6f6f6;
}
.tips1 {
    width: 98%;
    margin: 40px auto;
    padding-top: 10px;
    font-size: 14px;
    color: #777;
    border-top: 1px solid #ccc;
}

.back-bg {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    z-index: 90;
    display: none;
}
.alert-box {
    width: 700px;
    background-color: #FFFFFF;
    position: relative;
    margin:0 auto;
    top: 20%;
    z-index: 99;
    padding-bottom: 20px;
    box-shadow: 0 0 4px 2px rgba(0,0,0,.2);
}
.alert-box .tit{
	height: 25px;
	background-color: #F6F6F6;
	border-bottom: 1px solid #ddd;
	color: #444;
	padding: 5px 8px;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
}
.alert-box .close{
    position: relative;
    right: -3px;
    display: inline-block;
    float: right;
    width: 22px;
    height: 22px;
    font-size: 18px;
    font-family: cursive;
    font-weight: normal;
    cursor: pointer;
    text-align: center;
}
.alert-box .close:hover{
	background-color: #ccc;
}
.alert-box form{
	width: 80%;
	margin: 20px auto;
}
.alert-body{
	padding: 15px 10px;
}
.model-open{
	overflow: hidden;
	padding-right:17px;
}
.zztj{
	text-align: center;
}
.zztj a{
	color: #fff;
}












#form .close{
    position: absolute;
    background-color: #fff;
    border: 1px solid #bbb;
    width: 30px;height: 30px;
    line-height: 30px;
    text-align: center;
    color: #333;
    right: -15px;
    top: -15px;
    display: block;
    cursor: pointer;
	padding:0;
    border-radius: 50%;
}
.login {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .65);
    position: fixed;
    top: 0;
    left: 0;
	display: flex;
	overflow: auto;
	justify-content: center;
    z-index: 99;
}
.login.register form {
	height: 700px;

}
.login.register form .title{
	margin: 0 0 20px 240px;
}
.login.register form .registerhtmlleft{
	padding: 100px 20px 0;
}
.login.register form .registerhtmlleft img{
	width: 155px;
	height: 155px;
}
.login.register form{
	display: flex;
	text-align: left;
}
.login.register form p {
	text-align: left;
	font-size: 14px;
	line-height: 24px;
}
.login.register form{
	width: 1000px;
	font-size: 16px;
}
.login form >div{
	padding: 30px;
}
.login form{
    width: 800px;
	height: 450px;
    margin-top: 100px;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    z-index: 100;
	display: flex;
	align-items: flex-start;

}
.login  .login_left img{
	width: 400px;
	height: auto;
}
.login  .login_left{
	padding:0;
	height: 100%;
}
.login .form_box{
	position: relative;
}
.login .error{
	position: absolute;
	bottom:-18px;
	font-size: 12px;
	color: #FF0000;

	display:none;
}
.login #code{
	background-color: #fff;
	border: 1px solid #efefef;
}
.login form p {
    line-height: 40px;
    margin-bottom: 20px;
	font-size: 25px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #000000;
	text-align: center;
}

.login form div.form_item.code  {
	background-color: #fff;
	border:0
}
.login form div.form_item.code input {
	background-color: #F7F7F7;
	border: 1px solid #efefef;
}
.login form div.form_item.code label {
	background-color: #F7F7F7;
}
.login form div.form_item {
    margin-bottom: 30px;
    display: flex;
	position: relative;
	background-color: #F7F7F7;
	box-sizing: border-box;
	border: 1px solid #efefef;
}

.login form label img{
	width: 15px;
	height: auto;
}
.login form .btnbox{
	text-align: center;
}
.login form label {
    display: flex;
	height: 48px;
	top:3px;
	left: 10px;
	justify-content: center;
	position: absolute;
	align-items: center;
}

.login form input {
    flex: 1;
	background-color: #F7F7F7;
    height: 50px;
    padding: 0 10px;
	padding-left: 30px;
}

.msg-code {
	display: flex;
	justify-content: center;
	align-items: center;
}
.nologin{
	cursor: pointer;
}
.msg-code {
    width: 80px;
    height: 50px;
    text-align: center;
    border: 1px solid #eee;
    margin-left: 13px;
    color: #A00064;
    cursor: pointer;
	padding: 5px 7px;
	box-sizing: border-box;
	font-size: 11px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
}

.login form .changeLogin{
	cursor: pointer;
	text-align: center;
	padding: 15px 0;
	font-size: 12px;
	color: #64174E;
	margin-top: 20px;
}
.login form button {
    width: 290px;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
	font-size: 14px;
	margin: 0 auto;
    color: #fff;
	background: #64174E;
	border-radius: 21px;
}

.center{
    text-align: center;
}
#noVip {
    width: 800px;
    margin:0 auto;
	display: none;
}
#noVip h4 {
    font-size: 24px;
    padding: 20px 0;
}
#noVip b{
    color:#666;
    margin-right: 10px;
}
#noVip >div{
    margin-bottom: 20px;
}
#noVip img{
    width: 140px;height:140px;
    margin:0 auto;
}
#dates{
    display: flex;
}
/* #dates,#liveRoom,#noVip{
    display:none;
} */
.login form  .code-warp{
    text-align: center;
    margin:5px 0;
    display: block;
}
.code-warp .visibleCode{
    color:red;
    cursor: pointer;
}
.styleStatus{
    float:right;
    font-size: 12px;
    color:#999;
    font-weight: normal;
}
.styleStatus img {
    margin-bottom: 2px;
    vertical-align: middle;
}