/*ÐÐÀî*/
.m-luggage .bd,.m-seat .bd{font-weight: 600;}
.m-luggage .nv ,.m-seat .nv{
    /* text-align: center; */
    display: flex;
    justify-content: space-between;
}
.m-luggage .nv span ,.m-seat .nv span {
    padding: 1rem 0;
    display: inline-block;
    width: 48%;
    font-size: 1em;
    text-align: center;
    color: #777777;
    font-weight: 600;
    background-color: #DBDBDB;
    border-radius: 8px;
    /* border-style: groove; */
    border-width: 3px;
    box-sizing: border-box;
}
.m-luggage .nv span.acurrent ,.m-seat .nv span.acurrent{
    color: #fff;
    background-color: #31A94E;
    position: relative;
    border-color: #50B668;
}
.m-luggage .nv span.acurrent:before,.m-seat .nv span.acurrent:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,.15);
    width: 100%;
    height: 50%;
    border-radius: 0 0 50% 50%;
}
.m-luggage .nv span.acurrent:after ,.m-seat .nv span.acurrent:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    background-color: antiquewhite;
    bottom: -10px;
    left: 50%;
    z-index: 9;
    margin-left: -5px;
    border-top: 10px solid #31A94E;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.m-luggage .ft-du ,.m-seat .ft-du {
    position: relative;
}
.m-luggage .ft-du .sh ,.m-seat .ft-du .sh {
    padding: 0.5rem 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 2rem;
}
.m-luggage .ft-du .sh em , .m-seat .ft-du .sh em{
    margin: 0 0.5rem;
}
.m-luggage .ft-du .sh span  , .m-seat  .ft-du .sh span {}
.m-luggage .ft-du .sh span:nth-child(1) , .m-seat  .ft-du .sh span:nth-child(1) {
    font-weight: 600;
    color: #333333;
    margin-right: 5rem;
}
.m-luggage .ft-du .fts , .m-seat  .ft-du .fts {
    position: absolute;
    top: 0rem;
    width: 100%;
    padding: 1rem;
    opacity: 0;
}
.m-luggage .bdg-tt{
    font-weight: 600;
    padding: 0.8rem 0;
    color: #0B9D4C;
}
.m-luggage .bdg-cc{
    padding: 1rem;
    background-color: #EEEEEE;
    font-size: 0.26rem;
    color: #333;
    font-weight: 600;
}
.m-luggage .bdg-cc a{
    text-decoration: underline;
}
.m-luggage .bdg-sel{
    margin-top: 1rem;
}
.m-luggage .bdg-sel .bdg-du{
    position: relative;
}
.m-luggage .bdg-sel .bdg-du .sh{
    padding: 0.5rem 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 0.5rem;
    font-weight: 600;
    background: url(/Content/img/i-sim-sel.png) no-repeat;
    background-size: 4rem 4rem;
    background-position: right;
}
.m-luggage .bdg-sel .bdg-du .fts{
    position: absolute;
    top: 0rem;
    width: 100%;
    padding: 1rem;
    opacity: 0;
}
.m-luggage .bdg-sel  h3{
    font-weight: 600;
    font-size: 1.8rem;
    color: #333;
}
.m-luggage .bdg-sel  h3 span{
    font-weight: 100;
}
.m-luggage .bdg-sel h3 em{
    font-style: normal;
}
.m-luggage .mg{
    margin-bottom: 3rem;
}
.m-floor{
    color: #009A2D;
    font-size: 1.5rem;
    background-color: #F4F4F4;
    padding: 1rem;
    border: 1px solid #D1D1D1;
}
.m-seat{padding-bottom: 1rem;}
.m-floor .sts{}
.m-floor .sts p{}
.m-floor .sts ul{
    overflow: hidden;
    padding: 1rem 0;
}
.m-floor .sts li{
    float: left;width: 25%;/* margin-left: 5%; */}
.m-floor .sts li div{background-image: url("/Content/img/seat/ico-ori.png");display: block;width: 34px;height: 40px;margin: auto;background-size: 100%;position: relative;padding-top: 6px;background-repeat: no-repeat;}
.m-floor .sts li div .mysel{background-image: url("/Content/img/seat/ico-csel.png");margin-top: -10px;width: 25px;height: 30px;z-index: 9999;}
.m-floor .sts li div .othsel{background-image: url("/Content/img/seat/ico-psel.png")}
.m-floor .sts li div .unable{background-image: url("/Content/img/seat/ico-bidden.png")}
.m-floor .sts li div i{
    width: 18px;
    height: 22px;
    display: block;
    background-size: 100%;
    margin: auto;
    background-repeat: no-repeat;
}
.m-floor .sts li  p{
    font-size: 12px;
    text-align: center;
    color: #333;
}
.m-floor .rng{}
.m-floor .rng li p{
    font-size: 1rem;
    text-align: center;
    color: #333;
    line-height: 14px;
}
.m-floor .rng ul{
    overflow: hidden;
    padding: 0;
    margin: 1rem;
}
.m-floor .rng li{
    float: left;
    width: 25%;
}
.m-floor .rng div{
    display: block;
    width: 34px;
    height: 40px;
    margin: auto;
    background-size: 100%;
    position: relative;
    padding-top: 6px;
    background-repeat: no-repeat;
}
.m-floor .rng div.low{background-image: url("/Content/img/seat/ico-a.png");background-color: azure;}
.m-floor .rng div.md{background-image: url("/Content/img/seat/ico-s.png")}
.m-floor .rng div.ad{background-image: url("/Content/img/seat/ico-d.png")}
.m-floor .rng div.vip{background-image: url("/Content/img/seat/ico-v.png")}
.m-seat .st-hd{
    background-color: #F4F4F4;
    border: 1px solid #D1D1D1;
    display: flex;
}
.m-seat .st-hd .left{
    display: inline-block;
    width: 70%;
    padding: 0.5rem 1rem;
}
.m-seat .st-hd .right{
    display: inline-block;
    border-left: 1px solid #d1d1d1;
    padding-top: 1rem;
    width: 30%;
}
.m-seat .st-hd .left .nm{
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 5px;
}
.m-seat .st-hd .left .rs{
    padding: 0.5rem;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 0.5rem;
    font-size: 1.5rem;
    height:3rem;
}
.m-seat .st-hd .left .rs span:nth-child(1){
    color: #009B25;
}
.m-seat .st-hd .left .rs span:nth-child(2){}
.m-seat .st-hd .right .up-img{background-image: url("/Content/img/seat/ico-person.png");width: 40px;height: 40px;background-size: 100%;margin: auto;background-repeat: no-repeat;margin-bottom: 0.5rem;}
.m-seat .st-hd .right .plc{
    position: relative;
}
.m-seat .st-hd .right .tt{
    text-align: center;
    font-size: 1rem;
    /* margin-top: 0.5rem; */
    width: 70%;
    position: relative;
    margin: auto;
}
.m-seat .st-hd .right .tt i{
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 8px solid #00A000;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    right: -10px;
    top: 9px;
}
.m-seat .st-hd .right .pl{
    position: absolute;
    background-color: #fff;
    width: 100%;
    z-index: 999;
    overflow: hidden;
    display: none;
}
.m-seat .st-hd .right .pl p{
    border-bottom: 1px solid #d1d1d1;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0.4rem;
}
.m-seat .st-list{
    border-left: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    padding: 1rem;
    border-radius: 5px;
}
.m-seat .st-list .tt{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #d1d1d1;
    font-weight: 600;
    margin-bottom: 10px;
}
.m-seat .st-list .tt p{
    width: 46%;
    display: flex;
    justify-content: space-around;
}
.m-seat .st-list .tt p span{
    width: 40px;
    display: inline-block;
    text-align: center;
    font-size: 1.5rem;
}
.m-seat .st-list .stdl{}
.m-seat .st-list .stdl .row{
    display: flex;
    justify-content: space-between;
    padding: 0.2rem 0;
}
.m-seat .st-list .stdl .row p:nth-child(1):after{
    content: attr(data-num);
    position: absolute;
    font-size: 10px;
    top: 8px;
    width: 20px;
    text-align: left;
}
.m-seat .st-list .stdl .row p:nth-child(2):before{
    content: attr(data-num);
    position: absolute;
    left: -15px;
    top: 8px;
    font-size: 10px;
    width: 15px;
    text-align: right;
}
.m-seat .st-list .stdl .row.vip span {
    background-image: url("/Content/img/seat/ico-v.png");
}
.m-seat .st-list .stdl .row.ad span{
    background-image: url("/Content/img/seat/ico-s.png");
}
.m-seat .st-list .stdl .row.md span{
    background-image: url("/Content/img/seat/ico-d.png");
}
.m-seat .st-list .stdl .row.low span{
    background-image: url("/Content/img/seat/ico-a.png");
}
.m-seat .st-list .stdl .row span i{
    background-size: 100%;
    background-repeat: no-repeat;
}
.m-seat .st-list .stdl .row span .mysel{background-image: url("/Content/img/seat/ico-csel.png");width: 30px;height: 40px;display: block;margin: auto;margin-top: -0.7rem;z-index: 999;}
.m-seat .st-list .stdl .row span .othsel{background-image: url("/Content/img/seat/ico-psel.png");width: 17px;height: 23px;display: block;margin: auto;margin-top: 5px;}
.m-seat .st-list .stdl .row span .unable{background-image: url("/Content/img/seat/ico-bidden.png");width: 20px;height: 20px;display: block;margin: 0.8rem auto;}
.m-seat .st-list .stdl .row  p{
    display: flex;
    width: 45%;
    position: relative;
    justify-content: space-around;
}
.m-seat .st-list .stdl .row  p span{
    position: relative;
    margin-left: 2px;
    display: block;
    width: 38px;
    height: 45px;
    background-size: 100%;
    margin: auto;
    background-repeat: no-repeat;
}
.backtop{
    position: fixed;
    width: 30px;
    height: 30px;
    top: 300px;
    background-color: #5A5A5A;
    right: 0;
    padding-top: 12px;}
.backtop i{
    width: 8px;
    height: 8px;
    background-color: #5A5A5A;
    display: block;
    margin: auto;
    border-left: 2px solid #fff;
    -webkit-transform: rotateZ(45deg);
    border-top: 2px solid #fff;
    transform: rotateZ(45deg);
}
.m-seat .toilet{
    height: 100px;
    display: flex;
}
.m-seat .toilet div{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.m-seat .toilet div img{
    width: 38px;
    height: 38px;
}
.cmpop{
    position: absolute;
    top: 30px;
    background-color: rgba(0, 0, 0, 0.77);
    width: 95%;
    margin-left: 2.5%;
    color: #fff;
    padding: 1rem;
    border-radius: 3px;
}
.cmpop .na{
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #fff;
}
.cmpop .dl{
    padding: 0.5rem 1rem;
}
.cmpop .dl span:nth-child(1){
    width: 70%;
    display: inline-block;
}
.cmpop .dl span:nth-child(2){
    width: 30%;
    text-align: right;
    display: inline-block;
}
.cmpop .dl span i{
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
}
.cmpop div{
    text-align: center;
    padding: 10px 0;
}
.cmpop div a{
    color: #fff;
    padding: 10px;
    margin: 0 5px;
    border: 1px solid #fff;
    font-size: 15px;
    display: inline-block;
    width: 40%;
}
.rulepop{
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 999;
    left: 0;
    right: 0;
    height: 2000px;
    background-color: rgba(11, 12, 12, 0.58);
}
.rulepop .na{}
.rulepop .na{
    text-align: center;
    font-size: 22px;
    color: #333;
    border-bottom: 1px solid;
}
.rulepop .dl{
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}
.rulepop .dl span:nth-child(1){}
.rulepop .dl span:nth-child(2){
    font-size: 2rem;
}
.rulepop .dl span i:nth-child(1){
    font-size: 2rem;
    vertical-align: middle;
}
.rulepop .dl span i:nth-child(2){
    font-size: 1.5rem;
}
.rulepop  .cf{
    font-size: 1.8rem;
    color: red;
}
.rulepop .sutt{
    font-weight: 600;
}
.rulepop .li{
    font-weight: 600;
    padding-left: 25px;
    position: relative;
}
.rulepop .li:before{
    counter-increment: chapter;
    content:counter(chapter) ".";
    /* margin-right: 10px; */
    position: absolute;
    left: 0;
}
.rulepop .pop-inner{
    counter-reset:chapter;
    background-color: #fff;
    padding: 1rem 1rem 2rem;
    border-radius: 5px;
    width: 95%;
    margin: 150px auto;
}
.rulepop .pop-inner a{

    display: block;

    margin: auto;

    width: 78%;

    padding: 10px;

    border: 1px solid #35B545;

    color: #333;

    margin-top: 10px;

    text-align: center;

    border-radius: 5px;
}
.rulepop .pop-inner a i{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #35B545;
    background-color: transparent;
    margin-right: 5px;
    border-right: 2px solid #35B545;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
}
.rulepop .red{
    font-weight: 600;
    color: red;
    padding-left: 25px;
    position: relative;
}
.rulepop .red:before{
    content: "��";
    position: absolute;
    left: 0;
}
/***city**************/
.m-ch{
    padding: 10px 5% 0;
}
.m-ch h3{
    font-size: 1.4rem;
}
.m-ch h3 span{
    float: right;
    font-weight: 100;
}
.m-city{
    padding: 0 5%;
}
.m-city .nav{
    overflow: hidden;
    padding-bottom: 20px;
}
.m-city .nav ul{
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}
.m-city .nav li{
    width: 50%;
    float: left;
    text-align: center;
}
.m-city .nav .left{}
.m-city .nav .right{
    /* text-align: right; */
    /* padding-left: 10%; */
}
.m-city .nav .left a{}
.m-city .nav .right a{
    float: right;
}
.m-city .nav .right i{background-image: url("/Content/img/icon-fd.png")}
.m-city .nav .left i{background-image: url("/Content/img/icon-fu.png");}
.m-city .nav  i
{
    width: 22px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: -10px;
    margin-right: 5px;
    z-index: 999;
}
.m-city .nav li a{
    font-size: 14px;
    display: block;
    width: 90%;
    padding: 10px 0;
    border-radius: 5px;
    text-align: center;
    background-color: #DBDBDB;
    color: #777777;
}
.m-city .nav li .sel{
    background-color: #009E1E;
    position: relative;
    color: #fff;
}
.m-city .nav li .sel:before{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 50%;
    left: 0;
    background-color: rgba(255,255,255,0.2);
    border-radius: 0 0 50% 50%;
}
.m-city .nav li .sel:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    background-color: transparent;
    bottom: -10px;
    left: 45%;
    z-index: 999;
    margin-left: -5px;
    border-top: 10px solid #31A94E;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.m-city .cn{
    /* margin-top: 20px; */
}
.m-city .cn h3{
    margin: 0;
    padding: 10px;
    background-color: #009E1E;
    color: #fff;
    font-size: 16px;
}
.m-city .cn .countrylist{
    border: 1px solid #ccc;
    border-radius: 5px;
    
}
.m-city .cn  .icon{width: 21px;height: 21px;display: inline-block;background-size: 100%;background-repeat: no-repeat;vertical-align: middle;margin-right: 10px;}
.m-city .cn .add{background-image: url("/Content/img/i-plus.png");}
.m-city .cn  .min{background-image: url("/Content/img/i-od-sw.png");}
.m-city .cn .citylist{
    /* padding: 0 10px; */
    display: none;
}

.m-city .cn  .citylist p{
    color: #009E1E;
    margin: 0;
    padding: 10px 10px;
}
.m-city .cn .citylist p:nth-child(even){
    background-color: #F7F7F7;
}
.m-city .cn .citylist i{background-image: url("/Content/img/icon-fl.png");width: 7.5px;height: 15px;display: inline-block;background-size: 100%;background-repeat: no-repeat;vertical-align: middle;margin-right: 10px;}
.m-city .close{
    text-align: right;
}
.m-city .close span{
    font-size: 12px;
    color: #333333;
}
/* 酒店日期 */
/* 酒店日期 */
.g-bd{    position: absolute;
    top: 0;
    width: 100%;
    background-color: #FFF;    z-index: 999;}
.m-date{height:100%;}
.m-date .date-bar{background:#F6F6F6;padding:0 5px;line-height:30px;width:100%;border-bottom:1px solid #bdbdbd;white-space:nowrap;z-index:5;position: absolute;
    top: 0;}
.m-date .date-bar ul{overflow: hidden;}
.m-date .date-bar ul li{    width: 50%;
    float: left;
    padding: 0.2rem 0;
    text-align: center;
}
.m-date .date-bar ul li p{
    font-size:0.3rem;
}
.m-date .date-bar ul .active{
    color:#FD610A;}
.m-date .date-bar ul .default{
    border-bottom:2px solid #FD610A;
    color: #FD610A;
}
.m-date .date-bar ul .default p:nth-child(1){
    color:#FD610A;
}
.m-date .date-week{    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ccc;}
.m-date .date-week tr{}
.m-date .date-week td{text-align: center;}
/* 日期面板 */
.u-cld-panel{width: 100%;
    font-size: 16px;
    /* position: absolute; */
    top: 120px;
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */}
#J_Calendar{padding: 100px 5px 0 5px;}
.u-cld-prev-y,
.u-cld-next-y{
    display:none;
    position:fixed;cursor:pointer;overflow:hidden;top:30px;margin-top:-10px;z-index:10;height: 20px;width: 20px;
}
.u-cld-prev-y{
    left:40px;
}
.u-cld-next-y{
    right: 40px;
}
.u-cld-prev-y i{border-width:10px 10px 10px 0;border-style:solid;border-color:transparent #0073bc transparent transparent;}
.u-cld-next-y i{border-width:10px 0 10px 10px;border-style:solid;border-color:transparent transparent transparent #0073bc;}
.u-cld-prev-m,
.u-cld-next-m{display:none;width:0;height:0px;padding:0;position:fixed;cursor:pointer;overflow:hidden;top:30px;margin-top:-10px;z-index:10;}
.u-cld-prev-m{left:10px;border-width:10px 10px 10px 0;border-style:solid;border-color:transparent #0073bc transparent transparent;}
.u-cld-next-m{right:10px;border-width:10px 0 10px 10px;border-style:solid;border-color:transparent transparent transparent #0073bc;}
.u-cld-wrap{height:100%;}
.u-cld-wrap .item{position:relative;width:100%;overflow:hidden;}
.u-cld-wrap, .u-cld-body{width:100%;border:0;border-collapse:collapse;border-spacing:0;margin:0;padding:0;}
.u-cld-cont{vertical-align:text-bottom;padding-top:40px;height:100%}
.u-cld-head{height:40px;line-height:40px;text-align:center;font-size:22px;width:100%;}
.u-cld-body{text-align:center;height:100%;}
.u-cld-body th{}
.u-cld-body th,
.u-cld-body td{padding:5px;}
.u-cld-body td{border:2px solid #fff;background:#f4f4f4;color:#343434;height:16.666666666%;width:14.2857%;}
.u-cld-body td span{display:block;}
.u-cld-body .u-cld-day{font-weight: bold;text-decoration:underline;
    position: absolute;
    right: 3px;}
.u-cld-body .u-cld-active{background:#f60;color:#fff;}
.u-cld-body .u-cld-disable{background:#fbfbfb;color:#c1c1c1;}
.u-cld-body .u-cld-disable .u-cld-day{text-decoration:none;}
.u-cld-body .u-cld-seleced{background:#c3e0f8;}
.u-cld-body .u-cld-cur{color:#068D5F;}
.u-cld-body .u-cld-start,
.u-cld-body .u-cld-end{background: #FFFFFF;color: #FD610B;}
/* 日期面板 */
.u-cld-panel{width:100%;font-size:16px;/* position:absolute; */top: 120px;/* bottom:0; *//* left:0; *//* right:0; *//* height: 100%; */overflow: hidden;}
.u-cld-prev,
.u-cld-next{position:absolute;cursor:pointer;top:0;z-index:10;height:40px;background:#fff;padding:0 10px;}
.u-cld-prev i,
.u-cld-next i{width:0;height:0px;padding:0;overflow:hidden;float:left;margin-top:10px;}
.u-cld-prev i{border-width:10px 10px 10px 0;border-style:solid;border-color:transparent #0073bc transparent transparent;}
.u-cld-next i{border-width:10px 0 10px 10px;border-style:solid;border-color:transparent transparent transparent #0073bc;}
.u-cld-prev-y i{    border-width: 10px 10px 10px 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0) #0073bc rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    width: 0;
    height: 0;
    display: inline-block;}
.u-cld-next-y i{    /* margin-left: -3px; */
    border-width: 10px 0 10px 10px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0) rgba(0, 115, 188, 0) rgba(0, 0, 0, 0) #0073BC;
    width: 0;
    height: 0;
    display: inline-block;}
.u-cld-wrap{height:100%;}
.u-cld-wrap, .u-cld-body{width:100%;border:0;border-collapse:collapse;border-spacing:0;margin:0;padding:0;}
.u-cld-cont{vertical-align:text-bottom;padding-top:40px;height:100%}
.u-cld-head{height:40px;line-height:40px;text-align:center;font-size:22px;width:100%;background:#fff;border-bottom:1px solid #dfdfe0;}
.u-cld-body{text-align:center;height:100%;}
.u-cld-body th{}
.u-cld-body th,
.u-cld-body td{padding:5px;}
.u-cld-body td{border: 1px solid #ccc;
    background: #FBFBFB;
    color: #343434;
    height: 54px;
    width: 14.2857%;}
.u-cld-body td span{display:block;}
.u-cld-body .u-cld-day{font-weight:bold;}
.u-cld-body .u-cld-active{background:#f60;color:#fff;}
.u-cld-body .u-cld-disable{background:#fbfbfb;color:#c1c1c1;}
.u-cld-body .u-cld-seleced{background: rgba(253, 105, 24, 0.51);}
.u-cld-day-info{position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;}
/* 日期面板end */
.u-cld-prev, .u-cld-next{display:none!important;}
.u-cld-body th, .u-cld-body td{padding:3px;background:#fff;position:relative;}
.m-date{/* position: absolute; */top:32px;/* left:0; */width:100%;/* bottom:0; */overflow-y:auto;}
.m-date .date-title{
    text-align: center;
    margin: 5px;
    font-size: 20px;
    font-weight: 600;
}

.bs-rl{padding: 10px;display: none;    height: 100%;}
.bs-rl td{    text-align: center;margin: 0 5px;border: 1px solid #ccc;}
.p-close{    width: 60%;
    display: block;
    margin: 20px auto;
    text-align: center;}