﻿section {
    margin: 0;
    padding: 0;
}
body, button, input, select, textarea {
    font: 400 14px/1.5 Arial,"Lucida Grande",Verdana,"Microsoft YaHei",hei;
}
 nav, section, iframe {
    display: block;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500;
}

.poi_detail_box ul, ol {
    list-style: outside none none;
    padding:0;
}

.poi_detail_box ul li{
    list-style: outside none none;  
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    transition: color 0.2s linear 0s;
}
.poi_detail_box {
    background-color: #fff;
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 10px;
    padding: 10px 10px 0;
}
.poi_detail_title {
    color: #333;
    font-weight: bold;
    padding-bottom: 6px;
}
.poi_detail_txt {
    font-size: 0.8571em;
    padding-bottom: 10px;
}
.poi_detail_pic {
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
}
.poi_detail_pic img, .poi_detail_box img {
    width: 100%;
    border-radius: 8px;
}
.poi_detail_area {
    color: #9a989b;
    font-size: 0.8571em;
    margin-bottom: 10px;
    text-align: center;
}
.poi_detail_area li {
    background-color: #f9f5ec;
    border-right: 1px solid #fff;
    padding-bottom: 4px;
    padding-top: 4px;
    float:left;
}
.poi_detail_area li:last-child {
    border-right: medium none;
}
.poi_detail_area span {
    color: #bf9f56;
    font-size: 1.5em;
    padding-right: 2px;
}
.content
{
    padding: 10px 0 10px 0;
    padding-bottom: 1px;
    background: #f3f3f3;
}
.crr_bgpic
{
  
    margin: auto;
    border: 1px solid #D2D0D0;
    padding: 2px;
}
.crr_bgpic img
{
    width: 100%;
    height: 185px;
    vertical-align: bottom;
}
.crr_mlist
{
    margin: 10px;
}
.mlist_sum
{
    padding: 10px;
    background: #fff;
    margin-bottom: 10px;
   
    border: 1px solid #C2CFDA;
    color: #434e5a;
    font-size: 15px;
}
.mlist_sum em
{
    background: url(icon_you.png) no-repeat;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-size: 8px 12px;
    -moz-background-size: 8px 12px;
    -o-background-size: 8px 12px;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: 6px;
    float: right;
}
.crr_detail
{
    display: none;
    margin: 10px;
}
.detail_topic
{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #2289c8;
}
.detail_text
{
    font-size: 13px;
    border: 1px solid #D2D0D0;
    background: #fff;
    padding: 10px;
}
.down:after
{
    content: "";
    border-bottom: transparent 6px dashed;
    border-left: transparent 6px dashed;
    border-top: #8b8b8b 6px solid;
    border-right: transparent 6px dashed;
    vertical-align: middle;
    display: inline-block;
    float: right;
    position: relative;
}
.up:after
{
    content: "";
    border-bottom: #8b8b8b 6px solid;
    border-left: transparent 6px dashed;
    border-top: transparent 6px dashed;
    border-right: transparent 6px dashed;
    vertical-align: middle;
    display: inline-block;
    float: right;
    position: relative;
    margin-top: -5px;
}
.text_topic
{
    margin-top: 10px;
    color: #ff9933;
    font-size: 12px;
}
table
{
    background: #fff;
    width: 100%;
    border: 1px solid #d2d0d0;
    border-bottom: none;
    text-align:center;
}
tr
{
    text-indent: 10px;
    height: 44px;
    border-bottom: 1px solid #d2d0d0;
    font-size: 12px;
    color: #434e5a;
}
th
{
    text-align:center;
    font-size: 13px;
    color: #434e5a;
    border: 1px solid #d2d0d0;
}
td
{
    border: 1px solid #d2d0d0;
}
img
{
    margin-bottom:-3px;
    width:20px;
   
}
.dflex{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}
.dflex li{-webkit-box-flex:1;-webkit-flex:1;-moz-flex:1;-ms-box-flex:1;-ms-flex:1;box-flex:1;flex:1;}
#shipParams ul
{
	padding:0;
	margin:0;
}
#shipParams li
{
	
    float: left;
    height: 30px;
    line-height: 30px;
    width: 135px;
    list-style-type:none;
    margin-left:2px;
    margin-right:2px;
    display:inline;
}

#shipParams li span {
    color: #0172c2;
}
 .img-box {
    position: relative;
}
 .img-box img {
    border-radius: 8px;
    margin-top: 15px;
    width: 100%;
}
 .img-box .img-label {
    bottom: 15px;
    color: #fff;
    font-size: 1.6rem;
    margin: 0 20px;
    position: absolute;
}