@keyframes fade-in {  
    from {opacity: 1;}
    to {opacity: 0.8;}
}  
@-webkit-keyframes fade-in {
    from {opacity: 1;}
    to {opacity: 0.8;}
}
[fade-in]:hover {
    animation: fade-in;
    animation-duration: 0.8s;
    -webkit-animation: fade-in 0.8s;
}
body {
    margin: 0px 0px 0px 0px;
    font-family: Helvetica;
    font-size: 0.9em;
    background: #fff;
    font-family: 'Open Sans', '微软雅黑', sans-serif;
}
.bg {
    background-color: #f5f5f5;
    padding: 5px 0 5px 0;
}
[border-radius='6'] {
    border-radius: 6px;
}
[border-top-left-radius='6'] {
    border-top-left-radius: 6px;
}
[border-bottom-left-radius='6'] {
    border-bottom-left-radius: 6px;
}
[border-top-right-radius='6'] {
    border-top-right-radius: 6px;
}
[border-bottom-right-radius='6'] {
    border-bottom-right-radius: 6px;
}
.section {
    margin: auto;
}
.section:after, .rectangle:after, .section > .main > .outline:after {
    content: ""; 
    display: block; 
    height: 0; 
    visibility: hidden; 
    clear: both;
}
.section > .main > .outline {
    height: 20px;
    line-height: 20px;
    padding: 0px 0px 8px 15px;
    font-size: 16pt;
    border-left: #f18b00 5px solid;
    margin: 30px 0 10px 0;
    border-bottom: #f18b00 1px solid;
    text-align: left;
} 
.section > .main > .outline > .left {
    float: left;
    width: 70%;
}
.section > .main > .outline > .right {
    float: right;
    width: 30%;
    text-align: right;
}
.section > .main > .subTitle {
    border-top: #f0f0f0 1px solid;
    margin-top: 10px;
    margin-bottom: 20px;
    height: 40px;
    line-height: 40px;
    color: #999;
    font-size: 9.5pt;
}    
.section > .main > .subTitle:after {
    content: ""; 
    display: block; 
    height: 0; 
    visibility: hidden; 
    clear: both;
}
.section > .main > .subTitle > .left {
    float: left;
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section > .main > .subTitle > .left a {
    color: #999;
}
.section > .main > .subTitle > .right {
    float: left;
    width: 45%;
    text-align: right;
}
.rectangle {
    background-color: #fff;
    margin-bottom: 10px;
}
.rectangle[bg='f5'] {
    background-color: #f5f5f5;
}
.rectangle[bg='f9'] {
    background-color: #f9f9f9;
}
.rectangle:hover {
    color: #000;
}
.rectangle > .header {
    padding: 15px;
    font-size: 12pt;
    font-weight: bold;
}
.rectangle > .body {
    padding: 10px 15px 15px 20px;
}
.rectangle > .filter {
    padding: 0 15px 0 15px;
    height: 50px;
    line-height: 50px;
    font-size: 12pt;
}
.rectangle > .filter > .container {
    padding-left: 15px;
}
.rectangle > .filter > .container > .tag {
    display: inline-block;
    font-size: 10pt;
    height: 22px;
    line-height: 22px;
    padding: 0 8px 0 8px;
    border: #ccc 1px solid;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-right: 5px;
    color: #666;
    cursor: pointer;
}
.rectangle > .filter > .container > .tag:hover {
    background: #666;
    color: #fff;
}
.rectangle > .filter > .container > .tag:after {
    content: "x";
    padding-left: 20px;
}
.rectangle > .filter > .recordCount {
    width: 50px;
    font-size: 14pt;
    display: inline-block;
    color: #f18b00;
    font-weight: bold;
    text-align: center;
    margin-right: 10px;
}
.rectangle > .filter > .recordCount[isloading] {
    background-size: cover;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/plugins/images/loading.gif')
}
.rectangle > .filter > .recordCount img {
    width: 32px;
    height: 32px;
    position: relative;
    top: -8px;
}
.rectangle > .container .item {
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}
.rectangle > .container .item > .body {
    width: 80%;
    margin: auto;
    border-bottom: #f0f0f0 1px solid;
}
.rectangle > .container a:last-child > .item > .body, .rectangle > .container > .item:last-child > .body {
    border-bottom: transparent 0px solid;
}
.rectangle > .container .item > .body {
    display: flex;
}
.rectangle > .container .item > .body > .left {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rectangle > .container .item > .body > .right {
    text-align: right;
    width: 10%;
}
.rectangle > .container .item:hover, .rectangle > .container .item[checked] {
    background: #f90;    
    color: #fff;
}
.rectangle > .container .item:hover > .dropdown {
    display: block;
}
.rectangle > .container .item > .dropdown {
    display: none;
    position: relative;
    left: 250px;
    top: -36px;
    width: 200px;
    height: auto;
    background: #f90;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.rectangle > .container .item > .dropdown > ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.rectangle > .container .item > .dropdown > ul > li {
    padding-left: 20px;
}
.rectangle > .container .item > .dropdown > ul > li:hover {
    background-color: #f18b00;
}
.rectangle > .left {    
    float: left;
    width: 280px;
    height: 210px;
    background-size: cover;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url('/plugins/images/loadingImg_en.gif')
}
.rectangle[border-radius='6'] > .left {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;    
}
.rectangle > .right {
    float: left;
    width: 582px;
    height: 210px;
    position: relative;
}
.rectangle > .right > .subject {
    padding: 10px 0 10px 15px;
    font-size: 12pt;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rectangle > .right > .intro {
    font-size: 10pt;
    color: #666;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding: 0 10px 0 15px;
    margin: 20px 0 15px 0;
}
.rectangle > .right > .intro[line='2'] {
    height: 40px;
}
.rectangle > .right > .intro[line='3'] {
    height: 60px;
}
.rectangle > .right > .intro[line='4'] {
    height: 80px;
}
.rectangle > .right > .intro[line='5'] {
    height: 100px;
}
.rectangle > .right > .bottom {
    width: 591px;
    position: absolute;
    bottom: 0px;
    background-color: #eee;
}
.rectangle > .right > .bottom > .left {
    display: inline-block;
    width: 425px;
    padding-left: 15px;
    height: 40px;
    line-height: 40px;
    color: #999;
    font-size: 10pt;
}
.rectangle > .right > .bottom > .right {
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 12pt;
    font-weight: bold;
    background-color: #f18b00;
}
.sort {
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    text-align: right;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align : bottom;
}
select {
    padding: 4px;
    border: #ccc 1px solid;
}
input[type=text], input[type=password], input[type=number]{
    width: 250px;
    padding: 7px 5px 7px 5px;
    border: #ccc 1px solid;
    background: #fff;
    font-size: 9.5pt;
    color: #333;
    text-indent: 2px;
}
textarea {
    padding: 5px;
    border: #ccc 1px solid;
    font-size: 9.5pt;
    resize: none;
}
input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #ccc;
    font-size: 9.5pt;
}
a[navto] {
    cursor: pointer;
}
a, a:visited {
    text-decoration: none;
    color: #000;
}
a:hover {
    color: #960;
}
.bold {
    font-weight: bold;
}
.lineThrough {
    text-decoration: line-through;
}
.link{
    color: #00f;
}
.link:visited{
    color: #00f;
}
.link:hover{
    color: #990;
}
.fontRemark {
    font-size: 0.8em;
    color: #f18b00;
}
.fontLightBlue {
    color :#C1D8F9;
}
.fontGray, a.fontGray, a.fontGray:visited {
    color: #999;
}
.fontBlue, a.fontBlue, a.fontBlue:link, a.fontBlue:visited {
    color: #00f;
}
.fontRed {
    color: #f00;
}
.fontWhite, a.fontWhite,  a.fontWhite:visited, a.fontWhite:hover {
    color: #fff;
}
.fontGreen {
    color: #5cad77;
}
.fontOrange, a.fontOrange, a.fontOrange:link, a.fontOrange:visited, a.fontOrange:hover  {
    color: #f18b00;
}
.font09f, a.font09f, a.font09f:link, a.font09f:visited, a.font09f:hover  {
    color: #0090ff;
}
.fontcc {
    color: #ccc;
}
.font66 {
    color: #666;
}
.font99, a.font99, a.font99:visited, a.font99:hover {
    color: #999;
}
.fontAlert {
    font-size: 9pt;
    color: #c30;
}
.highlight {
    color: #f00;
}
.inline {
    display: inline;
}
.flex {
    display: flex;
    align-items: stretch;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clear:after {
    content: ""; 
    display: block; 
    height: 0; 
    visibility: hidden; 
    clear: both;
}
.customCheckboxRadio {
    cursor: pointer;
    font-size: 0.85em;
    padding: 0.1em 0.2em 0.1em 0.2em;
    margin: 0.2em 0.2em 0.3em 0.2em;
    display: inline;
    color: #333;
}
a .customCheckboxRadio, a .customCheckboxRadio:visited, a .customCheckboxRadio:hover {
    color: #00f;
}
.customCheckboxRadio[checked] {
    border-radius: 0.1em 0.1em 0.1em 0.1em;
    -moz-border-radius: 0.1em 0.1em 0.1em 0.1em;
    -webkit-border-radius: 0.1em 0.1em 0.1em 0.1em;
    background-color: #f18b00;
    color: #fff;
}
.customCheckboxRadio[checked]:link{
    color: #fff;
}
.tdTop {
    border-top: #eee 1px solid;
    height: 30px;
    line-height: 30px;
}
.tdMeddium {
    border-top: #eee 1px solid;
    height: 30px;
    line-height: 30px;
}
.tdBottom {
    border-bottom: #eee 1px solid;
    height: 30px;
    line-height: 30px;
}
.tdLeft {
    float: left;
    width: 16%;
    font-size: 0.9em;
    background-color: #f5f5f5;
    text-align: right;
    padding-left: 0.1em;
    padding-right: 0.1em;
    border-left: #eee 1px solid;
    border-right: #eee 1px solid;
    height: 30px;
    line-height: 30px;
}
.tdRight {
    float: left;
    width: 83%;
    background-color: #fff;
    text-align: left;
    border-right: #eee 1px solid;
    height: 30px;
    line-height: 30px;
}
.pager {
    padding-top: 10px;
    padding-bottom: 20px;
    font-weight: normal;
}
.pagerItem, .pagerItemSelected {
    float: right;
    font-size: 0.9em;
    border-radius: 0.1em 0.1em 0.1em 0.1em;
    -moz-border-radius: 0.1em 0.1em 0.1em 0.1em;
    -webkit-border-radius: 0.1em 0.1em 0.1em 0.1em;
    cursor: pointer;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.2em;
    padding-top: 0.2em;
    margin-right: 0.2em;
    color: #333;
    background-color: transparent;    
}
.pagerItem:hover {
    background-color: #ff9900;
    color: #fff;

}
.pagerItemSelected {
    background-color: #f18b00;
    color: #fff;
}
.pagerItemSelected:visited {
    color: #fff;
}
.pagerItemSelected:hover {
    background-color: #ff9900;
    color: #fff;
}
.alignLeft{
    text-align: left;
}
.alignCenter{
    text-align: center;
}
.alignRight{
    text-align: right;
}
.border1pxBottom {
    border-bottom: #eee 1px solid;
}
.border1pxBottomDashed {
    border-bottom: #f0f0f0 1px dashed;
}
.borderRadius5px {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.border1pxRed {
    border: red 1px solid;
}
.border2pxRed {
    border: red 2px solid;
}
.border1pxTransparent{
    border: transparent 1px solid;
}
.border2pxTransparent{
    border: transparent 2px solid;
}
.border1pxcc {
    border: #ccc 1px solid;
}
.border1pxe0 {
    border: #eee 1px solid;
}
.border2pxff9d00 {
    border: #ff9d00 2px solid;
}
.border2pxOrange {
    border: #ff9e1f 2px solid;
}
.paddingH02 {
    padding-left: 0.2em;
    padding-right: 0.2em;
}
.paddingV02 {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}
.paddingV05 {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.padding02 {
    padding: 0.2em;
}
.padding05 {
    padding: 0.5em;
}
.padding10 {
    padding: 1.0em;
}
.padding5px {
    padding: 5px;
}
.hidden {
    display: none;
}
.backgroundff {
    background: #fff;
}
.backgroundf9 {
    background: #f9f9f9;
}
.backgroundee {
    background: #eee;
}
.backgroundcc {
    background: #ccc;
}
.backgroundRed {
    background: #f00;
}
.marginV2 {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}
.marginV5 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.marginV10 {
    margin-top: 1.0em;
    margin-bottom: 1.0em;
}
.marginRight2px {
    margin-right: 2px;
}
.marginH5px {
    margin-left: 5px;
    margin-right: 5px;
}
#loading {
    width: 32px;
    height: 32px;
    background: url('/plugins/images/loading.gif');
    background-size: 32px 32px;
}
.nowarp {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cursorPointer {
    cursor: pointer;
}
.height02 {
    height: 0.2em;
    line-height: 0.2em;
}
.height05 {
    height: 0.5em;
    line-height: 0.5em;
}
.height10 {
    height: 1.0em;
    line-height: 1.0em;
}
.height15 {
    height: 1.5em;
    line-height: 1.5em;
}
.height20 {
    height: 2.0em;
    line-height: 2.0em;
}
.height25 {
    height: 2.5em;
    line-height: 2.5em;
}
.height30 {
    height: 3.0em;
    line-height: 3.0em;
}
.height40 {
    height: 4.0em;
    line-height: 4.0em;
}
.height5px {
    height: 5px;
    line-height: 5px;
}
.height6px {
    height: 6px;
    line-height: 6px;
}
.height10px {
    height: 10px;
    line-height: 10px;
}
.height15px {
    height: 15px;
    line-height: 15px;
}
.height20px {
    height: 20px;
    line-height: 20px;
}
.height25px {
    height: 25px;
    line-height: 25px;
}
.height30px {
    height: 30px;
    line-height: 30px;
}
.height33px {
    height: 33px;
    line-height: 33px;
}
.height35px {
    height: 35px;
    line-height: 35px;
}
.height40px {
    height: 40px;
    line-height: 40px;
}
.height45px {
    height: 45px;
    line-height: 45px;
}
.height50px {
    height: 50px;
    line-height: 50px;
}
.height60px {
    height: 60px;
    line-height: 60px;
}
.height65px {
    height: 65px;
    line-height: 65px;
}
.height70px {
    height: 70px;
    line-height: 70px;
}
.height75px {
    height: 75px;
    line-height: 75px;
}
.height80px {
    height: 80px;
    line-height: 80px;
}
.height90px {
    height: 90px;
    line-height: 90px;
}
.height100px {
    height: 100px;
    line-height: 100px;
}
.height110px {
    height: 110px;
    line-height: 110px;
}
.height120px {
    height: 120px;
    line-height: 120px;
}
.height130px {
    height: 130px;
    line-height: 130px;
}
.height140px {
    height: 140px;
    line-height: 140px;
}
.height150px {
    height: 150px;
    line-height: 150px;
}
.height160px {
    height: 160px;
    line-height: 160px;
}
.height250px {
    height: 250px;
    line-height: 250px;
}
.height285px {
    height: 285px;
    line-height: 285px;
}
.height400px {
    height: 400px;
    line-height: 400px;
}
.height500px {
    height: 500px;
    line-height: 500px;
}
.height650px {
    height: 650px;
    line-height: 650px;
}
.modal {
    cursor: default;
    z-index: 10040;
    display: none;
    overflow: auto;
}
.modal-content {
    background-color: #fff;
    height: 200px;
    padding: 10px 10px 10px 10px;
    text-align: left;
    color: #666;
    font-size: 0.85em;
    line-height: 160%;
}
.modal-content .model-button-line {
    height: 50px;
    position: absolute;
    bottom: 0px;
    right: 10px;
}
.modal-header {
    border-bottom-color: #f18b00;
    background-color: #f18b00;
    color: #fff;
    padding: 8px;
    text-align: left;
    font-size: 1.1em;
    font-weight: bold;
}
.modal-footer {
    height: 50px;
}
.lineBottom {
    border-bottom: #eee 1px dashed;
}
.reviewContent {
    color: #666;
    line-height: 120%;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 0.9em;
}
.fontEmphasize {
    color: #ff9e1f;
    font-weight: bold;
    font-size: 1em;
}
.mapsLabel {
    font-size: 9pt;
    background: #fff;
    padding: 2px;
}
.line {
    height: 1px;
    border-bottom: #ccc 1px dotted;
}
.tabFrame {
    height: 60px;
    line-height: 60px;
    background-color: #eee;
    border-bottom: #ccc 1px solid;
}
.tabItem {
    cursor: pointer;
    float: left;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #666;
    padding-left: 20px;
    padding-right: 20px;
}
.tabItemActive {
    font-weight: bold;
    height: 58px;
    line-height: 58px;
    color: #000;
    background-color: #fff;
    border-top: #f18b00 3px solid;
    border-left: #ccc 1px solid;
    border-right: #ccc 1px solid;
    border-bottom: 0px;
}
.tabContent {
    padding: 10px;
    line-height: 150%;
    margin-bottom: 0.5em;
    font-size: 9.5pt;
}
.newBox {
    width: 100%;
    margin-bottom: 5px;
}
.newBox > .header {
    display: flex;
    border-bottom: #f18b00 1px solid;
}
.newBox > .header > div:first-child {
    height: 28px;
    line-height: 28px;
    font-weight: bold;
    width: 75%;
    display: flex;
}
.newBox > .header > div:first-child > div {
    border-radius: 7px 7px 0 0;
    padding: 0 10px 0 10px;
    background-color: #f18b00;
    color: #fff;
    width: auto;
}
.newBox > .header > div:last-child {
    height: 28px;
    line-height: 28px;
    width: 23%;
    font-weight: normal;
    font-size: 0.85em;
    text-align: right;
}
.newBox > .body {
    padding: 5px;
}
.newBox > .body > .textItem {
    height: 30px;
    line-height: 30px;
    font-size: 0.9em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: #eee 1px dashed;
}
.newBox > .body > .textItem:after {
    content: ""; 
    display: block; 
    height: 0; 
    visibility: hidden; 
    clear: both;
}
.contentFooter {
    text-align: right;
    color: #999;
    font-size: 0.9em;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.errorPage .left {
    float: left;
    width: 18%;
    padding-left: 10%;
    margin-top: 20px;
    margin-bottom: 10px;
}
.errorPage .right {
    float: left;
    width: 65%;
    padding-left: 2%;
    margin-top: 10px;
    margin-bottom: 20px;
    color: orange;
    font-size: 1em;
    line-height: 350%;
}
.errorPage:after {
    content: ""; 
    display: block; 
    height: 0; 
    visibility: hidden; 
    clear: both;
}
.tinyMap {
    overflow: hidden;
    background-size: cover;
    background-image: url('/plugins/images/australiaMap.gif');
    position: relative;
}
.tinyMap .marker {
    display: none;
    width: 20px;
    height: 36px;
    position: absolute;
    background-image: url('/images/maps/marker.png');
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
    z-index: 2;
    color: #333;
    font-weight: normal;
}
.tinyMap .marker[checked=true] {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    background-image: url('/images/maps/markerChecked.png');
    color: #000;
    font-weight: bold;
}
.tinyMap .marker .content,  .tinyMap .marker .contentTop{
    position: absolute;
    text-align: center;
    top: 28px;
    width: 100px;
    left: -40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 8pt;
    z-index: 3;
}
.tinyMap .marker[checked=true] .content {
    font-size: 9pt;
}
.tinyMap .marker .contentTop {
    top: -15px;
}
.tinyMap a, .tinyMap a:visited {
    color: #000;
    text-decoration: none;
    border-bottom: #999 1px dotted;
}
.tinyMap a:hover {
    color: #000;
    border-bottom: #960 1px solid;
}
footer a, footer a, footer a:visited {
    color: #fff;
}
.shadowLine {
    height: 30px;
    line-height: 30px;
    background: #eee;
    color: #999;
    font-size: 1.0em;
}
.shadowLine::before {
    content: "　";
}
.contentBrief:before {
    height: 30px;
    display: inline;
    background-color: #f18b00;
    color: #fff;   
    padding: 0.1em 0.4em 0.1em 0.3em;
    margin-right: 0.5em;
    content: "导读";
}
.content a, .content a:visited, .paragraph a, .paragraph a:visited {
    color: #000;
    text-decoration: none;
    border-bottom: #999 1px dotted;
}
.content a:hover {
    color: #000;
    border-bottom: #960 1px solid;
}
.content:after {
    content: ""; 
    display: block; 
    height: 0; 
    visibility: hidden; 
    clear: both;
}
.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.youtube img {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: 0.7;
}
.play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
    cursor: pointer;
}
.play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img, .youtube iframe, .play-button, .play-button:before {
    position: absolute;
}
.play-button, .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/* jquery-star-rating-master start */
.star{
    background-image:url('/images/star.png');
    background-position: left 0px;
    display: block;
    width:  24px;
    height:24px;
    line-height: 24px;
    float: left;
    cursor: pointer;
    zoom:1;
}
.fullStar{
    background-position:left -72px;
}
.stars{
    overflow: hidden;
}
.tmp_es{
    background-position:left -24px;
}
.tmp_fs{
    background-position:left -48px;
}
/* jquery-star-rating-master end */
.blueBox {
    border: #3983E5 3px solid;
    border-radius: 0.2em 0.2em 0.2em 0.2em;
}
.square {
    width: 100%;
    position: relative;
    height:  0;
    font-size:0;
    line-height: 0;
    padding: 0 0 100%;
}
.square div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.fullWidthAlertBar {
    height: 40px;
    line-height: 40px;
    font-size: 0.9em;
    font-weight: bold;
    background-color: #fff6eb;
    border: #ff7832 2px solid;
    text-align: center;
    margin-bottom: 5px;
}
.setGray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.mapLoading, .mapLoadingSquare {
    background-image: url('/plugins/images/mapLoading.gif');
    background-position: center;
    background-repeat: no-repeat;
}
.floatAd {
    position: absolute;
    display: none;
}
.hotAd {
    margin-bottom: 12px;
    padding: 10px;
}
.hotAd .header {
    height: 22px;
    line-height: 22px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hotAd.first {
    background: #f3f3f3;
}
.hotAd .body {
    font-size: 0.9em;
    color: #999;
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hotAd .first .body {
    height: 75px;
    line-height: 25px;
}
.hotAd .body:after {
    content: ""; 
    display: block; 
    height: 0; 
    visibility: hidden; 
    clear: both;
}
.hotAd .body .left {
    float: left;
    width: 70%;
}
.hotAd .body .right {
    float: left;
    width: 30%;
}
.hotAd .body .right img {
    width: 100px;
    height: 75px;
}
blockquote {
    display: block;
    background: #fff;
    padding: 15px 20px 15px 45px;
    margin: 0 0 20px;
    position: relative;
    font-family: Georgia, serif;
    font-size: 10pt;
    line-height: 120%;
    color: #666;
    text-align: justify;
    border-left: 15px solid #c76c0c;
    border-right: 2px solid #c76c0c;
    -moz-box-shadow: 2px 2px 15px #ccc;
    -webkit-box-shadow: 2px 2px 15px #ccc;
    box-shadow: 2px 2px 15px #ccc;
}
blockquote::before {
    content: "\201C"; /*左双引号的Unicode编码*/
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: bold;
    color: #999;
    position: absolute;
    left: 10px;
    top:5px;
}
blockquote::after {
    content: "";
}
blockquote.twitter-tweet {
    all: unset;
}
.backgroundCover {
    background-size: cover;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.itemBackground {
    width: 100%;
    position: relative;
    height:0;
    padding-bottom: 75%;
    background-image: url('/plugins/images/loadingImg-backup.gif');
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-bottom: 10px;
}
.itemBackground .arrow {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    cursor: pointer;
    color: #fff;
    font-size: 4em;
}
.itemBackground .arrow:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.itemBackground[column='2'] {
    float: left;
    width: 49%;
    margin-right: 1%;
    padding-bottom: 32%;
}
.itemBackground[column='3'] {
    float: left;
    width: 32%;
    margin-right: 1%;
    padding-bottom: 24%;
}
.itemBackground[column='4'] {
    float: left;
    width: 24%;
    margin-right: 1%;
    padding-bottom: 18%;
}
.itemBackground[column='5'] {
    float: left;
    width: 19%;
    margin-right: 1%;
    padding-bottom: 12%;
}
.tags {
    display: inline-block;
    font-size: 9pt;
    height: 15px;;
    line-height: 15px;
    padding: 1px 8px 1px 8px;
    border: #ccc 1px solid;
    border-radius: 0.75em 0.75em 0.75em 0.75em;
    -moz-border-radius: 0.75em 0.75em 0.75em 0.75em;
    -webkit-border-radius: 0.75em 0.75em 0.75em 0.75em;
    margin-right: 0.75em;
    margin-bottom: 0.3em;
    color: #999;
}
.tags[mode=large] {
    color: #333;
    border: #999 1px solid;
    font-size: 10pt;
    padding: 3px 10px 3px 10px;
}
.tags[checked] {
    background-color: #f18b00;
    color: #fff;
}
.tags[clickable] {
    cursor: pointer;
}
.emoji {
    position: relative;
}
.emoji ._box {
    display: none;
    position: absolute;
    padding: 2px;
    width: 210px;
    height: 175px;
    border: #ccc 3px solid;
    background: #fff;
    z-index: 65535;
    background-color: #ffe;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}
.emoji ._box:after {
    content: ""; 
    display: block; 
    height: 0; 
    visibility: hidden; 
    clear: both;
}
.emoji ._box > .item {
    float: left;
    width: 35px;
    height: 35px;
    line-height: 25px;
    font-size: 1.2em;
    text-align: center;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.emoji ._box > .item:hover {
    background-color: #ccf;
}
.emoji .icon {
    position: absolute;
    cursor: pointer;
    left: 480px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.emoji .icon[checked='checked'] {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}
.emoji .icon:before {
    font-size: 1.2em;
    content: "🙂"; 
}
.closeButton {
    cursor: pointer;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px 10px 10px 10px;
    background-color: #ddd;
    text-align: center;
    position: absolute;
    font-size: 9pt;
    color: #fff;
    right: 0px;
}
.closeButton:hover {
    background-color: #999;
}
.searchList > div {
    height: 30px;
    line-height: 30px;
    font-size: 10pt;
    width: 93%;
    padding-left: 3%;
    padding-right: 3%;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.searchList > div:nth-child(even) {
    background: #eee;
}
.dragBox {
    margin-bottom: 5px;
    border: #ccc 1px solid;
    width: 180px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    font-size: 0.8em;
    position: relative;
    overflow: hidden;
}
.dragBoxWithBackground {
    border: #ccc 1px solid;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 5px;
    margin-right: 2px;
    background: #fff;
    background-image: url('/images/noimg02.gif');
    background-size: 100px 100px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.uploadBox {
    position: relative;
    overflow: hidden;
}
.dragBoxWithBackground input, .dragBox input, .uploadBox input {
    font-size: 75px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    cursor: pointer;
}
.stamp {
    width: 48px;
    height: 48px;
    position: relative;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    -khtml-opacity: 0.90;
    opacity: 0.90;
}
.boxSort {
    border: #d6d6d6 1px solid;
    background: #f5f5f5;
    height: 40px;
    line-height: 40px;
}
.boxSort:after {
    content: ""; 
    display: block; 
    height: 0; 
    visibility: hidden; 
    clear: both;
}
.boxSort .item {
    cursor: pointer;
    text-align: center;
    width: 120px;
    float: left;
    border-right: #d6d6d6 1px solid;
}
.boxSort .item[checked=checked] {
    background: #fff;
    font-weight: bold;
}
.boxFilter {
    border: #ff9e1f 2px solid;
    padding: 10px;
}
.boxFilter div {
    line-height: 150%;
    padding: 2px 0px 2px 0px;
}
.menuItem:hover {
    font-weight: bold;
}
.menuItem a, .menuItem a:visited, .menuItem a:hover {
    color: #0090ff;
}
.navigatorSplit {
    float: left;
    width: 1%;
    color: #ccc;
    height: 35px;
    line-height: 35px;
}
.outline {
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    color: #000;
}
.outline .link {
    display: inline;
    font-size: 10pt;
    color: #f18b00;
    font-weight: bold;
}
.outline .vice {
    padding-top: 5px;
    font-size: 10pt;
    font-weight: normal;
}
.lazy {
    background-color: #fcfcfc;
    background-image: url('/plugins/images/loadingImg-backup.gif');
    background-repeat: no-repeat;
    background-position: center;
}
.guideSimple {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: #e0e0e0 1px solid;
}
.guideSimple::after {
    content: ""; 
    display: block; 
    height: 0; 
    visibility: hidden; 
    clear: both;
}
.guideSimple .main {
    font-size: 12pt;
    font-weight: bold;
    float: left;
    width: 70%;
    padding: 5px 0px 5px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.guideSimple .vice {
    font-size: 9.5pt;
    float: right;
    text-align: right;
    width: 30%;
    color: #ff9e1f;
    padding: 5px 0px 5px 0px;
}
.guideSimple .vice a, .guideSimple .vice a:hover, .guideSimple .vice a:visited {
    color: #ff9e1f;
}
.guideNew {
    font-weight: bold;
    font-size: 16pt;
    margin-top: 10px;
    margin-bottom: 10px;
}
.guideNew .main {
    font-size: 14pt;
    display: inline;
}
.guideNew .main h1 {
    font-size: 14pt;
    display: inline;    
}
.guideNew .vice {
    padding-left: 10px;
    display: inline;
    font-size: 11pt;
    font-weight: bold;
    color: #f18b00;
}
.guideNew .vice a, .guideNew .vice a:hover, .guideNew .vice a:visited {
    color: #f18b00;
}
.stateItem {
    position: relative;
    width: 90%;
    margin: auto;
    border-bottom: #eee 1px solid;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
}
.stateItem .vice {
    margin-top: 5px;
    color: #999;
    font-size: 0.9em;
}
.stateItem .vice a {
    color: #999;
}
.stateItem:hover {
    background: #f90;
    color: #fff;
}
.stateItem:hover a, .stateItem:hover a:hover, .stateItem:hover a:visited {
    color: #fff;
}
.stateHover {
    display: none;
    position: absolute;
    background-color: #fff;
    color: #000;
    border: #3983E5 3px solid;
    border-radius: 0.2em 0.2em 0.2em 0.2em;
    overflow: hidden;
    z-index: 999;
    padding-bottom: 5px;
}
.stateHover a, .stateHover a:hover, .stateHover a:visited {
    color: #000;
}
.slider {
    width: 100%;
    height: 330px;
    border: 1px solid #ccc;
    position: relative;
}
.slider img {
    width: 290px;
    height: 355px;
}
.slider .info {
    position: absolute;
    bottom: 0px;
    height: 22px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    background-color: #000;
    height: 30px;
    line-height: 30px;
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    -khtml-opacity: 0.60;
    opacity: 0.60;
    width: 100%;
    z-index: 2;    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.slider .info .text {
    font-size: 0.9em;
    padding-left: 5px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.slider .list {
    display: none;
}
.slider ul {
    position: absolute;
    list-style-type: none;
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    -khtml-opacity: 0.80;
    opacity: 0.80;
    margin: 0;
    padding: 0;
    bottom: 35px;
    right: 5px;
    z-index: 2;
}
.slider ul li {
    padding: 0px 8px;
    float: left;
    display: block;
    color: #fff;
    background: #6f4f67;
    cursor: pointer;
    border: 1px solid #333;
    margin-right: 2px;
}
.slider ul .on {
    background-color: #000;
}
.simpleCheck {
    border-radius: 0.2em 0.2em 0.2em 0.2em;
    -moz-border-radius: 0.2em 0.2em 0.2em 0.2em;
    -webkit-border-radius: 0.2em 0.2em 0.2em 0.2em;
    padding: 0px 4px 1px 4px;
    margin-right: 5px;
    font-size: 0.9em;
    color: #000;
}
.simpleCheck[checked=true] {
    background-color: #f18b00;
    color: #fff;
}
.simpleCheck:link, .simpleCheck:visited, .simpleCheck:hover {
    color: #000;
}
.simpleCheck[checked=true]:link, .simpleCheck[checked=true]:visited, .simpleCheck[checked=true]:hover {
    color: #fff;
}
#renderMapsContainer {
    margin: auto;
    height: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.boxBar {
    height: 34px;
    line-height: 34px;
    border-top: #ddd 1px solid;
    border-bottom: #ddd 1px solid;
    padding-left: 1%;
    width: 99%;
    font-size: 1.0em;
    background: #f18b00;
    color: #fff;
}
.boxBar a{
    color: #fff;
}
.boxBar a:visited{
    color: #fff;
}
.mpHeadImg {
    width: 105px;
    height: 105px;
    border-radius:50%;
}
.popup {
    font-size: 8.5pt;
    display: none;
    position: absolute;
    background-color: #fff;
    width: 150px;
    overflow: hidden;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.popup a {
    color: black;
    height: 25px;
    line-height: 25px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    border-bottom: #ddd 1px solid;
    text-align: center;
}
.popup a:hover {
    background-color: #ddd;
}
article, .article {
    line-height: 145%;
    font-size: 11pt;
    margin-top: 15px;
    margin-bottom: 10px;
}
article:after, .article:after {
    content: ""; 
    display: block; 
    height: 0; 
    visibility: hidden; 
    clear: both;
}
article h1, .article h1 {
    font-weight: bold;
    font-size: 16pt;
}
article h2, .article h2 {
    font-weight: bold;
    font-size: 14pt;
}
article a {
    border-bottom: #999 1px dotted;
}
.ad {
    margin: 10px 0 10px 0;
}
.table {
    width: 100%;
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
}
.table .tr {
    display: table-row; 
}
.table .th {
    background-color: #f0f0f0;
    font-weight: bold;
}
.table .tr .td {
    display: table-cell;
    padding: 2px;
    font-size: 9pt;
    white-space: nowrap;
    overflow: hidden;
    border: #ccc 1px solid;
    background-color: #fff;
    text-align: center;
}
.table .tr .td[isTitled] {
    font-weight: bold;
    background-color: #f0f0f0;
}
.table .tr .td[editable] {
    cursor: pointer;
    color: #00c;
}
.table[noborder] {
    background-color: transparent;
}
.table[noborder] .tr .td {
    border: 0px;
    background-color: transparent;
    text-align: left;
}
.paragraph {
    border-bottom: #eee 1px solid;
}
.paragraph[last], .paragraph:last-child {
    border-bottom: 0px;
}
.paragraph:after {
    content: ""; 
    display: block; 
    height: 0; 
    visibility: hidden; 
    clear: both;
}
.paragraph > h2 {
    padding: 0 0 3px 10px;
    font-weight: bold;
    border-left: #f18b00 6px solid;
    margin: 30px 0px 20px 0px;
    font-size: 16pt;
    border-left: #f18b00 7px solid;  
}
.paragraph > h2:after {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.paragraph > h2 > .vice {
    float: right;
    overflow: hidden;
}
.paragraph > h2 > .vice > a {
    font-size: 10pt;
    border-bottom: 0;
    color: #000;
    font-weight: bold;
}
.paragraph > .body, .paragraph > .body2 {
    padding-left: 15px;
    padding-right: 5px;
    line-height: 150%;
}
.paragraph img {
    max-width: 100%;
    height: auto;
}
.paragraph > .body ol, .paragraph > .body ul {
    padding: 0 0 0 35px;
}
.paragraph > .body li > p {
    line-height: 150%;
}
.paragraph > .body .table {
    margin-bottom: 10px;
}
.paragraph > .body table {
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 10pt;
}
.paragraph > .body table, .paragraph > .body table td, .paragraph > .body table th {
    border: #ccc 1px solid;
}
.paragraph > .body table td {
    padding: 5px;
}
.price {
    color: #f00;
    font-weight: bold;
    font-size: 1.2em;
}
div[itemscope] {
    margin-bottom: 50px;
}
.brief {
    margin: 10px 0 10px 0;
}
.brief > .left {
    float: left;
    width: 46%;
    padding-right: 2%;
}
.brief > .right {
    float: left;
    width: 52%;
}
.brief > .right > .line, .brief > .right > h1 {
    height: 36px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: #e9e9e9 1px dashed;
}
.brief > .right > .line[mode='temperature'] {
    height: 55px;
    line-height: 55px;
    padding-top: 5px;
}
.brief > .right > .line[mode='last'] {
    border-bottom: 0;
}    
.brief > .right > h1 {
    font-weight: bold;
    font-size: 16pt;
}
.brief:after {
    content: ""; 
    display: block; 
    height: 0; 
    visibility: hidden; 
    clear: both;
}
.order {
    font-size: 9pt;
    background-color: #fff;
    margin-bottom: 10px;
    border: #eee 1px solid;
}
.order:hover {
    border: #bfbfbf 1px solid;
}
.order > .header {
    padding: 8px;
    background: #f0f0f0;
    height: 20px;
    line-height: 20px;
}
.order > .header > .left {
    float: left;
    width: 70%;
}
.order > .header > .right {
    float: left;
    width: 30%;
    text-align: right;
}
.order > .header > .right > i {
    cursor: pointer;
}
.order > .header:after, .order > .body:after {
    content: ""; 
    display: block; 
    height: 0; 
    visibility: hidden; 
    clear: both;
}
.order > .body {
    padding: 8px;
    height: 80px;
}
.order > .body > .column1 {
    float: left;
    width: 105px;
}
.order > .body > .column1 > a > img {
    width: 105px;
    height: 80px;
}
.order > .body > .column2 {
    float: left;
    width: 395px;
    height: 100%;
    border-right: #eee 1px solid;
    padding: 0 5px 0 5px;
}
.order > .body > .column3, .order > .body > .column4 {
    float: left;
    width: 100px;
    height: 100%;
    text-align: center;
    border-right: #eee 1px solid;
    line-height: 200%;
}
.order > .body > .column5 {
    width: 135px;
    text-align: center;
    float: left;
    height: 100%;
    line-height: 200%;
}
.incrementer {
    width: 90px;
    border: #eee 1px solid;
    background-color: #fff;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.incrementer:after {
    content: ""; 
    display: block; 
    height: 0; 
    visibility: hidden; 
    clear: both;
}
.incrementer > .action {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.incrementer > .action:hover {
    background-color: #eee;
}
.incrementer > .number {
    float: left;
    width: 30px;
}
.incrementer > .number > input {
    width: 100%;
    height: 30px;
    padding: 0;
    border: 0;
    text-align: center;
}
.incrementer > .action[number='-1']:after {
    content: "-";
}
.incrementer > .action[number='1']:after {
    content: "+";
}
.poiIndex {
    display: inline-block;
    width: 20px;
    height: 29px;
    background-image: url('/plugins/images/poi/2.png');
    color: #fff;
    font-size: 9pt;
    font-weight: bold;
    text-align: center;
    padding-top: 2px;
}
.hotelSearchBox {
    width: 94%;
    border-radius: 5px;
    background-color: #3983e5;
    padding: 3%;
    font-size: 9pt;
}
.hotelSearchBox[opacity='95'] {
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;
}
.hotelSearchBox > .header {
    height: 25px;
    line-height: 25px;
    background-color: #fff;
    text-align: center;
    color: #06c;
    display: inline-block;
    width: 30%;
    border-radius: 5px 5px 0 0;
}
.hotelSearchBox > .body {
    padding: 3%;
    background-color: #fff;
}
.hotelSearchBox > .body > .item {
    padding: 2px 0 2px 0;
}
.hotelSearchBox > .body > .item > div:first-child {
    display: inline-block;
    width: 26%;
    text-align: right;
    padding-right: 1%;
}
.hotelSearchBox > .body > .item > div:last-child {
    display: inline-block;
    width: 71%;
}
.hotelSearchBox > .body > .item input {
    width: 90%;
}
.monthlyData {

}
.monthlyData > .dataLine:after {
    content: ""; 
    display: block; 
    height: 0; 
    visibility: hidden; 
    clear: both;
}
.monthlyData > .dataLine > div {
    color: #fff;
    font-size: 0.75em;
    text-align: center;
    float: left;
    background-color: #ff9e1f;
    border: 0px;
    width: 7.4%;
    height: 16px;
    line-height: 16px;
    margin-right: 1px;
    margin-bottom: 1px;
    white-space: nowrap;
    overflow: hidden;
}
.monthlyData > .dataLine[column='7'] {
    width: 13.5%;
}
.monthlyData > .dataLine > div:first-child {
    background-color: #669fCf;
}
.monthlyData > .dataLine > div:first-child {
    border-radius: 5px 0px 0px 5px;
}
.monthlyData > .dataLine > div:last-child {
    border-radius: 0px 5px 5px 0px;
}
.breadcrumb {
    border-top: #ccc 6px solid;
    margin: auto;
    height: 40px;
    line-height: 40px;
    background: #fff;
    font-size: 1.0em;
    color: #f18b00;
    overflow: hidden;
    border-bottom: #eee 1px solid;
    position: relative;
}
.breadcrumb a {
    color: #f18b00;
}
.clickItem {
    display: inline-block;
    margin-left: 10px;
    width: 80px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    font-size: 9pt;
    color: #000;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.clickItem:hover {
    background-color: #2577E3;
    color: #fff;
}
.topMenu {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #f18b00;
    height: 55px;
    line-height: 55px;
    z-index: 9998;
}
.topMenu > .setcion:after {
    content: ""; 
    display: block; 
    height: 0; 
    visibility: hidden; 
    clear: both;
}
.topMenu > .section > a > div {
    float: left;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 11pt;
    width: 115px;
    white-space: nowrap;
    overflow: hidden;
}
.topMenu > .section > a:first-child > div {
    width: 90px;
    font-size: 28pt;
}
.topMenu > .section > a > div[active='true'],
.topMenu > .section > a > div:hover {
    background: #f90;
}
.gallery6, .gallery8 {
    margin: 0 0 10px 0;
}
.gallery6 > div:first-child, .gallery8 > div:first-child {
    float: left;
    width: 290px;
    height: 224px;
    background-size: cover;
    margin-right: 8px;
    cursor: pointer;
}
.gallery6 > div:first-child[square='true'], .gallery8 > div:first-child[square='true'] {
    height: 290px;
}

.gallery6 div.noImage, .gallery8 div.noImage, .gallery12 div.noImage {
    background-color: #ddd;
    background-size: 100px 100px!important;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/plugins/images/noImage.png');
    cursor: default!important;
}
.gallery6 > div:nth-child(2), .gallery8 > div:nth-child(2) {
    float: left;
    width: 550px;
    height: 224px;
}
.gallery6 > div:nth-child(2) > div, .gallery8 > div:nth-child(2) > div {
    display: inline-block;
    width: 102px;
    height: 109px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 8px 3px 0;
    cursor: pointer;
}
.gallery6 > div:nth-child(2) > div:nth-child(1) {
    width: 322px;
}
.gallery6 > div:nth-child(2) > div:nth-child(2), .gallery6 > div:nth-child(2) > div:nth-child(3), .gallery6 > div:nth-child(2) > div:nth-child(5) {
    width: 212px;
}
.gallery8 > div:nth-child(2) > div:nth-child(2), .gallery8 > div:nth-child(2) > div:nth-child(5), .gallery8 > div:nth-child(2) > div:nth-child(7) {
    width: 212px;
}
.gallery6 > div:nth-child(2) > div:nth-child(n+6), .gallery8 > div:nth-child(2) > div:nth-child(n+8) {
    display: none;
}
.gallery6 > div:nth-child(3), .gallery8 > div:nth-child(3) {
    clear: both;
    padding: 8px 8px 0 0;
    font-size: 10pt;
    display: flex;
}
.gallery6 > div:nth-child(3) > div:first-child, .gallery8 > div:nth-child(3) > div:first-child {
    width: 50%;
}
.gallery6 > div:nth-child(3) > div:first-child > a, .gallery8 > div:nth-child(3) > div:first-child > a {
    color: #888;
    cursor: pointer;
}
.gallery6 > div:nth-child(3) > div:last-child, .gallery8 > div:nth-child(3) > div:last-child {
    flex-grow: 1;
    text-align: right;
}
.gallery6:after, .gallery8:after {
    content: ""; 
    display: block; 
    height: 0; 
    visibility: hidden; 
    clear: both;
}
.gallery12 {
    position: relative;
    height: 410px;
}
.gallery12 > a > div {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    background-size: cover;
    width: 120px;
    height: 120px;
    margin: 0 5px 5px 0;
    padding: 5px;
}
.gallery12 > a:nth-child(1) > div {
    width: 255px;
    height: 255px;
}
.gallery12 > a:nth-child(2) > div, .gallery12 > a:nth-child(3) > div, .gallery12 > a:nth-child(3) > div, .gallery12 > a:nth-child(6) > div {
    width: 255px;
    height: 120px;
}
.gallery12 > a:nth-child(2) > div {
    left: 270px;
    top: 0px;
}
.gallery12 > a:nth-child(3) > div {
    left: 540px;
    top: 0px;    
}
.gallery12 > a:nth-child(4) > div {
    left: 270px;
    top: 135px;    
}
.gallery12 > a:nth-child(5) > div {
    left: 405px;
    top: 135px;
}
.gallery12 > a:nth-child(6) > div {
    left: 540px;
    top: 135px;
}
.gallery12 > a:nth-child(7) > div {
    left: 0px;
    top: 270px;
}
.gallery12 > a:nth-child(8) > div {
    left: 135px;
    top: 270px;
}
.gallery12 > a:nth-child(9) > div {
    left: 270px;
    top: 270px;
}
.gallery12 > a:nth-child(10) > div {
    left: 405px;
    top: 270px;
}
.gallery12 > a:nth-child(11) > div {
    left: 540px;
    top: 270px;
}
.gallery12 > a:nth-child(12) > div {
    left: 675px;
    top: 270px;
}
.gallery12 > a > div > div {
    font-size: 15pt;
    color: #fff;
    text-shadow: 5px 5px 3px #000;
}
.gallery12 > a > div > div:nth-child(2) {
    font-size: 10pt;
}
.mapNearby {
    width: 100%;
    height: 380px;
    border: #ccc 1px solid;
    background-color: #fff;
    display: flex;
    margin-bottom: 20px;
}
.mapNearby > div:nth-child(1) {
    width: 10%;
    background-color: #f6f6f6;
    display: flex;
    flex-direction: column;
}
.mapNearby > div:nth-child(1) > div {
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-bottom: #eee 1px dashed;
    cursor: pointer;
    border-right: #ccc 1px solid;
}
.mapNearby > div:nth-child(1) > div > i {
    color: #aaa;
}
.mapNearby > div:nth-child(1) > div:last-child {
    flex-grow: 1;
    cursor: default;
}
.mapNearby > div:nth-child(1) > div[active='true'] {
    background-color: #fff;
    border-right: #fff 1px solid;
}
.mapNearby > div:nth-child(2) {
    width: 35%;
    overflow-y: scroll;
}
.mapNearby > div:nth-child(2)::-webkit-scrollbar {
    width: 8px;
    background-color: #f6f6f6;
}
.mapNearby > div:nth-child(2)::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc;
}
.mapNearby > div:nth-child(2) > div {
    width: 98%;
    display: none;
    position: relative;
}
.mapNearby > div:nth-child(2) > div[active='true'] {
    display: block;
}
.mapNearby > div:nth-child(2) > div > a > div {
    padding: 5px;
    height: 40px;
    line-height: 40px;
    border-bottom: #eee 1px dashed;
    cursor: pointer;
    display: flex;
}
.mapNearby > div:nth-child(2) > div > a > div:hover,
.mapNearby > div:nth-child(2) > div > a > div[active='true'] {
    font-weight: bold;
}
.mapNearby > div:nth-child(2) > div > a > div > div:first-child {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mapNearby > div:nth-child(2) > div > a > div > div:last-child {
    width: 20%;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 9pt;
    color: #999;
}
.mapNearby > div:nth-child(3) {
    width: 65%;
}
.h2Tabs {
}
.h2Tabs > h2 {
    display: flex;
    font-size: 18pt;
    font-weight: bold;
    color: #3983e6;
    height: 50px;
    line-height: 50px;
    border-bottom: #3983e6 2px solid;
    overflow: hidden;
}
.h2Tabs > h2 > div:first-child {
    width: 15%;
}
.h2Tabs > h2 > div:last-child {
    display: flex;
}
.h2Tabs > h2 > div:last-child > div {
    position: relative;
    text-align: center;
    font-size: 11pt;
    color: #3983e6;
    min-width: 85px;
    margin-right: 15px;
    cursor: pointer;
}
.h2Tabs > h2 > div:last-child > div:last-child {
    cursor: default;
    flex-grow: 1;
}
.h2Tabs > h2 > div:last-child > div > span {
    top: 40px;
    left: 35px;
    color: #3983e6;
    display: block;
    z-index: 9999;
}
.h2Tabs > h2 > div:last-child > div[active='true'] > span, .h2Tabs > h2 > div:last-child > div[active='true'] > span::after {
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #ddd;
    display: inline-block;
    position: absolute;
}
.h2Tabs > h2 > div:last-child > div[active='true'] > span::after {
    top: -5px;
    left: -5px;
    content: '';
    border-width: 5px;
    border-bottom-color: #3983e6;
}
.h2Tabs > div:last-child > div {
    display: none;
}
.h2Tabs > div:last-child > div[active='true'] {
    display: block;
}
#DivUserNotLogined {
    display: flex;
    color: #fff;
}
#DivUserNotLogined a {
    color: #fff;
}
#DivUserNotLogined a:hover {
    color: #f18b00;
}
#DivUserNotLogined > div:first-child {
    width: 40%;
    text-align: right;
    font-size: 13pt;
    padding-right: 5%
}
#DivUserNotLogined > div:last-child {
    flex-grow: 1;
}
#DivUserLogined > img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    cursor: pointer;
    margin-bottom: 16px;
    background-image: url('/plugins/images/sprites/sprites.fw.png');
    background-repeat: no-repeat;
    background-position: 0px -267px;
}
.openTime > div {
    display: flex;
}
.openTime > div > div {
    color: #fff;
    font-size: 0.75em;
    text-align: center;
    background: #669FCF;
    border: 0px;
    height: auto;
    line-height: 16px;
    margin-right: 1px;
    margin-bottom: 1px;
    width: 14%;
}
.openTime > div > div:first-child {
    border-radius: 5px 0px 0px 5px;
}
.openTime > div > div:last-child {
    border-radius: 0px 5px 5px 0px;
}
.float-dialog {
    width: 535px;
    position: absolute;
    top: -2px;
    left: 0px;
    display: none;
    z-index: 9999;
    background-color: #fff;
}
.float-dialog[mode='trip'] {
    z-index: 9997;
}
.float-dialog > .arrow-up {
    top: 32px;
    left: 50px;
    display: block;
}
.float-dialog > .arrow-up,
.float-dialog > .arrow-up::after {
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #ddd;
    display: inline-block;
    position: absolute;
}
.float-dialog > .arrow-up::after {
    top: -9px;
    left: -10px;
    content: '';
    border-width: 10px;
    border-bottom-color: #fff;
}
.float-dialog > .body {
    width: 100%;
    font-size: 9pt;
    border-width: 1px;
    border-style: solid;
    top: 51px;
    overflow: hidden;
    position: absolute;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 7px 15px rgba(0, 0, 0, .25);
    border-color: #eee;
    background-color: #fff;
}
.float-dialog > .body[mode='loading'] {
    height: 20px;
    display: none;
    background-image: url('/plugins/images/loading.gif');
    background-position: 10px 10px;
    background-size: 32px 32px;
    background-repeat: no-repeat;
}
.float-dialog > .body[mode='result'] {
    display: none;
    height: auto;
}
.float-dialog > .body > .float-dialog-header {
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    color: #000;
}
.float-dialog > .body > .float-dialog-content {
    font-size: 9pt;
}
.float-dialog > .body > .float-dialog-content > .tab {
    /*border-bottom: #ccc 2px solid;*/
    display: flex;
    display: -webkit-flex;
}
.float-dialog > .body > .float-dialog-content > .tab > .item {
    padding: 0 12px 0 12px;
    text-align: center;
    border-bottom: #ccc 3px solid;
    cursor: pointer;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
}
.float-dialog > .body > .float-dialog-content > .tab > .item:last-child {
    cursor: default;
    flex-grow: 1;
}
.float-dialog > .body > .float-dialog-content > .tab > .item[active='true'] {
    color: #06c;
    border-bottom: #06c 3px solid;
}
.float-dialog > .body > .float-dialog-content > .tabPage {
    display: none;
    padding: 10px;
}
.float-dialog > .body > .float-dialog-content > .tabPage[active='true'] {
    display: block;
}
.float-dialog > .body[mode='result'] > a > .item {
    height: 30px;
    line-height: 30px;
    padding: 0 5px 0 5px;
    cursor: pointer;
}
.float-dialog > .body[mode='result'] > a > .item:after {
    content: ""; 
    display: block; 
    height: 0; 
    visibility: hidden; 
    clear: both;
}
.float-dialog > .body[mode='result'] > a:nth-child(odd) > .item {
    background-color: #f0f0f0;
}
.float-dialog > .body[mode='result'] > a > .item:hover {
    background-color: #000;
    color: #fff;
}
.float-dialog > .body[mode='result'] > a > .item > div:first-child {
    float: left;
    width: 86%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.float-dialog > .body[mode='result'] > a > .item > div:last-child {
    float: left;
    width: 14%;
    text-align: right;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
}
.faq {
    margin-bottom: 30px;
    padding: 10px;
}
.faq > div > .header {
    cursor: pointer;
    display: flex;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    border-bottom: #eee 1px solid;
}
.faq > div > .header[extended='true'] {
    border-bottom: transparent 1px solid;
}
.faq > div > .header > div:first-child {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.faq > div > .header > div:last-child {
    flex-grow: 1;
    text-align: right;
}
.faq > div > .body {
    display: none;
}
.faq > div > .body > ul {
    list-style-position: inside;
}
.faq > div > .body > ul > li {
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: #eee 1px dashed;
}
figure {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}
figure > figcaption {
    color: #888;
    margin-top: 2px;
    font-size: 10pt;
}
.reviews {
    padding: 0 1em 0 1em;
}
.reviews h2 {
    font-size: 16pt;
}
.review {
    font-size: 0.9em;
    display: flex;
    margin: 0.5em 0 0.5em 0;
}
.review:last-child {
    border-bottom: transparent 1px dashed;
}
.review > div:first-child {
    width: 8%;
}
.review > div:first-child > img {
    border-radius: 50%;
    width: 48px;
    height: 48px;
}
.review > div:last-child {
    width: 90%;
    padding-left: 0.5em;
    color: #666;
}
.review input {
    width: 55%;
}
.review textarea {
    width: 80%;
    height: 80px;
}
.review > div:last-child > div {
    padding: 0 0 0.5em 0;
}
.review .body {
    margin-left: 15px;
    padding: 0.5em;
    position: relative;
    background-color: #f3f3f3;
}
.review .body:before {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    left: 10px;
    border: 10px solid transparent;
    border-right-color: #f3f3f3;
    top: 7px;
    margin-left: -30px;
}
.review .body > div:nth-child(1) {
    font-size: 9.5pt;
    color: #09f;
}
.review .body > div:nth-child(2) {
    line-height: 150%;
}
.review .body > div:nth-child(3), .review .body > div:nth-child(4) {
    color: #bbb;
}
.review .body > div:nth-child(3) > img {
    margin-right: 0.2em;
}
.floatAd {
    width: 100%;
    height: 60px;
    padding: 5px 0 5px 0;
    background-color: rgb(200, 200, 200, 0.25);
    position: fixed;
    bottom: 0px;
    text-align: center;
    animation-name: _floatAd;
    animation-duration: 0.5s;                
    display: none;
}
.floatAd > div {
    width: 470px;
    margin: auto;
    position: relative;
}
.floatAd > div > i {
    font-size: 28px;
    position: absolute;
    top: -14px;
    right: 5px;
    color: #f00;
    background-image: radial-gradient(white 40%, transparent 0);
    cursor: pointer;
}
.floatAd img {
    width: 470px;
    height: 60px;
}
@keyframes _floatAd {
    from {bottom: -100px;}
    to {bottom: 0px};
}