@charset "utf-8";
/*
* ★★CSS for Smartphone
*
* @date 2017.06.29
* @author   Sarah chan
*/

/* ------------------------------------------

------------------------------------------ */
.pc{ display:none !important;}


/* ------------------------------------------
	keyVisual
------------------------------------------ */
#keyVisual{
	position: relative;
	margin-bottom:0;
}
#keyVisual:after{
	display: block; clear: both; height: 0; line-height: 0; visibility: hidden; content: "."; font-size: 0.1em;
}

#keyVisual h1{
	position: absolute;
	overflow: hidden;
	width: 100%;
	z-index:11111;
}
#keyVisual.newKV h1 span{
	/*font-size: 83%;*/
	display: block;
	text-align: center;
	font-weight: normal;
	padding: 5px 0;
	color: #fff;
}
#keyVisual h1 img{
	width: 90%;
	max-width: 100%;
	height: auto;
}
.rslides2{ display:none;}
.rslides3{ width:100%; position:relative;overflow: hidden;}
.rslides3 li img{ width:100%;}
/* ----- search-box -----*/
/* --検索開閉用--*/
#search-box-body{
	display: block;	
	}
#search-box{
	width:100%;
	margin:0;
	border:none;
	background-color: #FFF;
	position: relative;
	z-index: 11;
}
#search-box h1{
	font-size: 100%;
	color: #fff;
	background-color: #000;
	position: relative;
	line-height: 1.7;
	margin:0;
}

#search-box h1.open,#search-box h1.close{
	/* -----background: url(../images/btn_openclose.png) no-repeat;
	background-size: 23px 41px;-----*/
}
#search-box h1.close{
	/* -----background-position: right 2px;-----*/
}
#search-box h1.open{
	/* -----background-position: right -23px;-----*/
}
#search-box h1.open:after{
	content: "+";
	width: 12px;
	height: 14px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 20px;
	line-height: 0.8;
	text-align: center;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#search-box h1.close:after{
	content: "-";
	width: 12px;
	height: 14px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 20px;
	line-height: 0.8;
	text-align: center;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

#search-box .explain{
	margin-bottom: 10px;
	font-size: 82%;
	line-height: 1.4;
	color: #CC0000;
}

#search-box #domestic-search-box,
#search-box #overseas-search-box{
	padding: 10px;
}

/*radio button*/
#search-box .searchCategory li,
#search-box .squeeze li,
#search-box .setCars p,
#search-box .searchSelectCar li{
	margin-bottom: 7px;
	padding: 6px 0 6px 6px;
	border: 1px dotted #cdcdcd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #eeeeee;
	color: #444;
	line-height: 1.2;
}
#search-box input[type="radio"],
#search-box input[type="checkbox"]{
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    transform: scale(1.6);
	margin-left: 5px;
	margin-right: 7px;
}

/* input field */
#search-box .inputDate{
	width: 95%;
	min-height: 28px;
	margin-bottom: 7px;
	padding-left: 3%;
	background-color: #f0f0f0;
	border: 1px solid #878787;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	cursor: pointer;
	vertical-align: middle;
	-moz-box-shadow: 0px 0px 0px rgba(000,000,000,0),
                inset 0px 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 0px rgba(000,000,000,0),
                inset 0px 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 0px rgba(000,000,000,0),
                inset 0px 1px 3px rgba(0,0,0,0.1);
	/*background image*/
	background-image: url(https://img.travel.rakuten.co.jp/share/themes/search/images/calendarIcon001_72px.png);
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-background-size: 28px 23px;
	-moz-background-size: 28px 23px;
	-o-background-size: 28px 23px;
	/*Text setting*/
	color: #333;
	font-size: 90%;
	line-height: 2.4;
}
#search-box .number ul li.child a,
#search-box #oa-arv1{
	background: -moz-linear-gradient(
                top,
                #f0f0f0 0%,
                #f0f0f0);
	background: -webkit-gradient(
                linear, left top, left bottom,
                from(#f0f0f0),
                to(#f0f0f0));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #777777;
	-moz-box-shadow: 0px 0px 0px rgba(000,000,000,0),
                inset 0px 1px 5px rgba(171,171,171,0.6);
	-webkit-box-shadow: 0px 0px 0px rgba(000,000,000,0),
                inset 0px 1px 5px rgba(171,171,171,0.6);
	box-shadow: 0px 0px 0px rgba(000,000,000,0),
                inset 0px 1px 5px rgba(171,171,171,0.6);
	color: #333333;
	line-height: 1.7;
	padding: 7px 1em;
}

/* select */
#oap-airline , #oa-airline , #oh-area-dai {width: 260px;}
#search-box select{
	color: #333333;
	border: 1px solid #777777;
	height: 38px;
	font-size: 105%;
	line-height: 1;
	padding-left: 4px;
	margin-right: 5px;
	min-width: 4em;
}

/* tab */
#search-box .switch{
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #CCC;
}
#search-box .switch:after{
	display: block; clear: both; height: 0; line-height: 0; visibility: hidden; content: "."; font-size: 0.1em;
}

#search-box .switch li{
	float: left;
	position: relative;
	bottom: -1px;
	z-index: 3;
	width: 45.5%;
	margin-left: 3%;
}

#search-box .switch li a{
	display: block;
	padding: 10px 0 5px 0;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	background-color: #EEE;
	font-size: 90%;
}
#search-box .switch li a.active{
	padding-bottom: 6px;
	border-style: solid solid hidden solid;
	background-color: #FFF;
}

/*searchCategory*/
#search-box .searchCategory{
	margin-bottom: 15px;
	font-size: 90%;
}
#search-box .searchCategory li span{
	font-size: 90%;
}

/* search structure */
#search-box .structure dt{
	font-size: 90%;
	font-weight: bold;
}

#search-box .structure dd{
	margin-bottom: 10px;
	font-size: 75%;
}

#search-box .number ul:after{
	display: block; clear: both; height: 0; line-height: 0; visibility: hidden; content: "."; font-size: 0.1em;
}
#search-box .number ul li{
	float: left;
	width: 50%;
}
#search-box .number ul li.adult{
	width:70%;
	max-width:170px;
	white-space:nowrap;
}
#search-box .number ul li.adult span{
	font-size:1.1rem;
}
#search-box .number ul li.adult select{
	margin-right:0px!important;
}
#search-box .number ul li.child{
	width:auto;
	margin-top: 7px;
	white-space:nowrap;
	text-align:right;
}
#search-box ul.searchSelectCar li{
	margin-bottom: 7px;
}
#search-box #dr-garea,
#search-box #dr-barea{
	margin-top: 7px;
}

#search-box ul.selectArea li{
	margin-bottom: 7px;
}

#search-box #oa-arv1-sgst{
	position: relative;
	padding: 10px;
	border: 3px solid #CCC;
	background-color: #FFF;
	margin-right: 3%;
	margin-left: 3%;
	box-shadow: 0px 3px 5px #666;
}
#search-box #oa-arv1-sgst:after,
#search-box #oa-arv1-sgst:before{
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#search-box #oa-arv1-sgst:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #FFF;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
}
#search-box #oa-arv1-sgst:before {
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #CCC;
	border-width: 14px;
	left: 50%;
	margin-left: -14px;
}

#search-box-title {
	
}

div#dap-child-num-contents .sltBox:before,
div#dap-child-num-contents .sltBox:after{
	display:none;
}
.childBox.popup-contents{  
	z-index:110;
}
#dap-child-num-contents{
	width:100%;
	left:0!important;
	padding-left:10px;
	padding-right:10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* sltBox */
.sltBox{
	position: relative;
	padding: 10px;
	border: 3px solid #CCC;
	background-color: #FFF;
	margin-right: 3%;
	margin-left: 3%;
	box-shadow: 0px 3px 5px #666;
}
div#dap-child-num-contents .sltBox{
	font-size:1.4rem;
	min-width:260px;
	margin-left:0;
	margin-right:0;
}
.sltBox:after,
.sltBox:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.sltBox:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #FFF;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
}
.sltBox:before {
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #CCC;
	border-width: 14px;
	left: 50%;
	margin-left: -14px;
}

.sltBox table{
	font-size: 90%;
	margin-bottom: 2px;
}
#dap-child-num-contents .sltBox table{
	width:100%;
}
#dap-child-num-contents .sltBox tr{
	width:100%;
}
.sltBox th{
	background-color: #eeeeee;
	color: #888888;
	font-weight: bold;
	width: 3.6em;
}

#dap-child-num-contents .sltBox th{
	width:20%;
	min-width: 3.6em; 
}
.sltBox tr{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.sltBox td{
	width: 8em;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}
#dap-child-num-contents .sltBox td{
	width:40%;
	min-width: 8em;
}
#dap-child-num-contents .sltBox td span.sp{
	display:block; 
}
.sltBox td span.child-select-des{
	display:block;
}
.sltBox td span.child-select-contents{
	display:block;
	vertical-align: middle;
}

.sltBox .tbClose{
	display: block;
	z-index: 5;
	position: absolute;
	top: -10px;
	right: -10px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.sltBox .tbClose a.close{
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-position: 0px 0px;
	height: 23px;
	width: 23px;
	background-image: url(https://img.travel.rakuten.co.jp/share/themes/search/images/closeBtn_72px.png);
	background-repeat: no-repeat;
}

/* submit */
#search-box p.searchSubmit a{
	display: block;
	padding-top: 0.7em;
	padding-bottom: 0.5em;
   background: -moz-linear-gradient(
        top,
        #CA2828 0%,
        #BA1313);
	background: -webkit-gradient(
        linear, left top, left bottom,
        from(#CA2828),
        to(#BA1313));
		background-color: #BA1313;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #E66B19;
	-moz-box-shadow: 0px 1px 2px rgba(000,000,000,0.2),
        inset 0px 0px 2px rgba(255,255,255,0.6);
	-webkit-box-shadow: 0px 1px 2px rgba(000,000,000,0.2),
        inset 0px 0px 2px rgba(255,255,255,0.6);
	box-shadow: 0px 1px 2px rgba(000,000,000,0.2),
        inset 0px 0px 2px rgba(255,255,255,0.6);
	text-shadow: 0px -1px 0px rgba(000,000,000,0.2),
        0px 0px 0px rgba(255,255,255,0);
	line-height: 1.4;
	font-size: 110%;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}

#search-box p.searchSubmit a:hover{
	color: #FFF;
}
p.pinkpoint{ text-align:center; background:#fc096a; color:#fff; font-size:98%; padding:2%; font-weight:bold; display: block; overflow: hidden;}
.tips{ font-size:68%;text-align:right; padding:1% 0;}


div.dparea{ border-bottom:13px #000 solid; width:100%;}
div.dparea ul.page2tab{margin:0 auto; overflow:hidden; width:90%;}
div.dparea ul.page2tab li a{ float:left; width:31%; font-size:128%; text-align:center; padding:20px 0; border:3px solid #000; border-bottom:none;}
div.dparea ul.page2tab li a.noborder{ border-right:none;}
div.dparea ul.page2tab li a.on{ background:#000; color:#fff !important;}

.dpbox h2 img,.airparts h2 img{ width:90%; padding:5%;}
.page1con,.page2con,.page3con{ background:#f1f1f1; padding-bottom:25px; padding:2%;}


.htlBox{ border:1px solid #cccccc; margin:0 0 4% 0;}
.htlBox2{ width:100%;}
.htlBox2 .areaphoto{ position:relative;}
.htlBox2 .areaphoto h1{ position:absolute; top:0; right:0; z-index:10; width:100%; text-align:center; background:rgba(0,0,0,0.5); padding:10px 0; color:#fff; font-size:24px; margin:0;}
.htlBox2 .areaphoto img{ width:100%;}


.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 22px;
  background: transparent url("../images/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }
  
  .centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }
.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
	clear:both;
  text-align: center;
  }
  
  
  .dpdtl{ width:90%; border:3px solid #cccccc; background:#fefee8; margin:5px auto;}
  .dpdtl dl.htldtl{margin:10px; overflow:hidden; border-bottom:1px dotted #666;}
  .dpdtl dl.htldtl dt{ font-size:14px; font-weight:bold; clear:both;}
  .dpdtl dl.htldtl dd{  font-size:14px; padding-top:7px; text-align:center;}
  .dpdtl dl.htldtl dd.rank{ background:#fff; border:none; border-radius:0; padding-top:2px; font-size:12px;}
   .dpdtl .pln{ margin:10px; background:#fff; padding:10px 15px;}
   .dpdtl .pln p.planname{ font-size:12px;}
   .dpdtl .pln ul.planicon{ overflow:hidden; padding:5px 0;}
   .dpdtl .pln ul.planicon li{ float:left; display:block; padding:5px 10px; font-size:12px; background:#4bcd00; color:#fff; margin-right:5px; border-radius:5px;}
   .dpdtl .pln ul.priceetc{ overflow:hidden; padding:5px 0;}
   .dpdtl .pln ul.priceetc li.depicon{ float:left; border:1px solid #000; font-size:14px; padding:5px;}
   .dpdtl .pln ul.priceetc li.plnPrice{ float:right; color:#cc0000; font-size:21px;}
   .dpdtl .pln ul.priceetc li.plnPrice span{ font-size:31px;}
   .dpdtl .pln ul.priceetc li.plndtl{ clear:both; text-align:right; font-size:10px;}
   .dpdtl .pln p.pinkbtn{ margin:10px 0; background:#fc096a; text-align:center; font-size:14px; color:#fff; padding:10px 0; border-radius:5px; }
   .dpdtl .pln p.pinkbtn a{ color:#fff !important;}
 .blackbtn{ font-size:14px; padding:15px 0; background:#000; text-align:center;  width:90%; margin:10px auto; border-radius:5px;}
  .blackbtn a{ color:#fff !important;}
  
  .htlBox .rank em{ padding-top:5px;}
  .airparts ul{ padding:3%; overflow:hidden;}
  .airB a .photo img{ width:100%;}
  .airparts ul li .airB a{ display:block; border:1px solid #ccc;}
  .airparts ul li{ padding-bottom:3%; width:49%; float:left; padding-left:1px; padding-right:1px;}
.airparts ul li .airB a:hover{ opacity:0.8;}
.airparts ul li .airB a .airname{ padding:5px 15px; font-size:18px;}
ul.airprice {overflow:hidden; padding:5px 15px;}
ul.airprice li.depair{border:1px solid #000; font-size:78%; padding:5px; text-align:center; }
ul.airprice li.airp{color:#cc0000; font-size:98%; width:100%; text-align:center;}
ul.airprice li.airp span{font-size:128%;}
.airparts ul li .airB a .airdtl{ font-size:10px; padding:0 15px 15px;}

.searchfromArea{ background:#f1f1f1;}
.searchfromArea h2{ text-align:center;}
.searchfromArea h2 img{ width:90%; padding:3% 5%;}
.searchfromArea ul.ovarea{ padding:2%; overflow:hidden;}
.searchfromArea ul.ovarea li a{ display:block; border:1px solid #ddd; position:relative; text-align:center; height:80px; overflow:hidden;}
.searchfromArea ul.ovarea li{ height:82px; margin:0 1% 2% 1%; float:left; width:48%;}
.searchfromArea ul.ovarea li a:hover{ opacity:0.8;}
.searchfromArea ul.ovarea li a img{ width:100%;position:absolute; right:0;z-index:1;}
.searchfromArea ul.ovarea li a span{ border:3px solid #fff; color:#fff; padding:10px; font-size:88%; background:rgba(0,0,0,0.5); display:inline-block; margin-top:15px; z-index:2; position:relative; }

p.con{ padding:2%;font-size:68%;}
.airwaku{ background:#fff; width:100%; padding:20px 0;}



.jds1 li{
    float: left;
    width: 50%;
    margin-bottom: 10px;
}
.jds1 li a{
    display: block;
    margin: 0 3px;
    font-size: 14px;
    padding: 15px 0;
    background: #000;
    text-align: center;
    border-radius: 5px;
    color: #fff !important;
}
.jds2 .htlBox{
    margin-bottom: 20px;
}
.jds2 .htlBox2{
}
.jds2  .areaphoto{
}
.jds2  .areaphoto img{
    display: block;
}
.jds2 .dpdtl{
    margin-top: 15px;
    clear: none;
}
.jds2 .dpdtl .pln ul.planicon li{
    width: auto;
}
.airparts .jds2 .priceetc li{
    width: auto !important;
}
.jds2 .jds1 li{
    padding: 0;
    margin: 0;
    width: 50%;
    margin-bottom: 10px;
}
.jds3{
    padding-top: 20px;
}
.jds3 li{
    width: 100% !important;
    clear: both;
    text-align: center;
}


.htlBox3 .areaphoto img{ width:100%;}


.sp_kv{
    position: relative;
}
.sp_kv h2{
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    text-align: center;
    z-index: 999;
}
.sp_kv h2 img{
    width: 80%;
}


.topbnr img{ width: 100%;}


.safeguide h2 { font-size: 24px; text-align: center; margin:16px 0 0; color: #FC096A;}
.safeguide span.update  { display: block; font-size: 14px; color: #666; text-align: center; padding-top: 8px;}
.safeguide dl.guide { width:100%; overflow: hidden; margin:16px auto; line-height: 18px;}
.safeguide dl.guide dt { margin:16px; padding: 0 0 0 8px; font-size: 18px; font-weight: bold; border-left: 4px solid #FC096A;}
.safeguide dl.guide dd { padding: 0 16px 16px; font-size: 14px;}
.safeguide dl.guide dd p { font-weight: bold; padding: 16px 0;}
.safeguide dl.guide dd p span { display: inline-block; background: #FC096A; border-radius: 3px; font-size: 12px; text-align: center; color: #fff; line-height: 14px; padding: 4px 4px 2px 4px;}
.safeguide dl.guide dd em.red { font-style: normal; color: #FC096A !important;}
.safeguide dl.guide dd u { font-weight: bold;}
.safeguide dl.guide dd a { color:#1D54A7 !important;}


#COUPON { width: 100%; background: #e9e9eb; overflow: hidden; padding: 40px 0;}
#COUPON h2 img { width: 100%;}
#COUPON p.tlt { text-align: center; font-size: 24px; font-weight: bold; margin-bottom: 32px;}
#COUPON p.tlt img { max-width: 171px; margin:0 auto 32px;}
#COUPON p.tlt span { display: block; width: 100%;}

#COUPON .cpnholder    { width:100%; display: block; overflow: hidden; margin: 0 auto; padding: 0;}
#COUPON .cpnholder li.jss { width:calc(100% - 32px); float: left; margin: 0; padding: 16px; border: none;}
#COUPON .cpnholder li.jss .btmarea { padding-bottom: 0;}
#COUPON .cpnholder li.jss .char { margin-bottom: 0;}
#COUPON p.note { margin: 16px; font-size: 13px;}


.news { margin:10px; overflow: hidden; font-size: 14px; line-height: 24px;}
.news span { display: inline-block; background:#FC096A; padding:4px 8px; color: #fff; font-size: 18px; font-weight: bold; border-radius: 4px; margin-bottom: 10px;}
.news em.red { color:#FC096A;}
.news a{color:#1D54A7 !important;}
.news i {
    font-style: normal;
    color: #FC096A;
    font-size: 18px;
    font-weight: bold;
}

#page1conBox h2 { text-align: center; margin-top: 20px;}
#page1conBox a.bnr { display: block; margin:20px;}
#page1conBox a.bnr img { width: 100%;}


.icontip { text-align: center; font-size: 15px; line-height: 21px; margin-bottom: 40px;}
.iconnav { width:100%; display: flex; justify-content: center; overflow: hidden; margin: 24px auto;}
.iconnav li { width: 23%; margin: 0 1%; float: left;}
.iconnav li a { display: block;}
.iconnav li img { width: 100%;}

#contentsArea p.logo { width: 90%; margin:0 5%; padding: 24px 0;} 
#contentsArea p.logo img { width: 100%;}

.more { text-align: center; font-size: 14px; line-height: 24px; font-weight: bold; margin:24px 24px 0; color: #FC096A;}
.more a { display: block; color: #1D54A7 !important; margin-top: 24px;}