﻿@charset "utf-8";
/* CSS Document */
body {
    font-family: \5FAE\8F6F\96C5\9ED1;
    font-size: 14px;
}

input { /*font-family: \5FAE\8F6F\96C5\9ED1;*/
}

a {
    color: #4a4a4a;
}

h3 a:hover, h4 a:hover {
    color: #465F7E !important;
}

/*公用CSS*/
#in-footer {
    width: 100%;
    min-width: 1200px;
    height: 138px;
    margin: 0 auto;
}

#in-footer .in-footer {
    width: 1200px;
    height: 68px;
    overflow: hidden;
    margin: 0 auto;
    padding: 26px 20px;
    position: relative;
}

#in-footer .in-footer p {
    line-height: 22px;
    color: #9b9b9b;
}

/*venue_list*/
.venue_banner {
    padding-top: 24px;
}

#venue_banner {
    width: 1200px;
    margin: 0 auto;
}

#venue_content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 20px;
}

#search_more {
    padding: 10px 0 10px 0;
    margin-bottom: 40px;
}

#search_more a {
    min-width: 90px;
    padding: 0 5px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #333;
    font-weight: 500;
    float: left;
    margin-right: 10px;
    display: inline;
    border-radius: 7px;
    font-size: 14px;
}

#search_more a.search_red {
    background: #8c3915;
    color: #fff;
}

#search_more a.more {
    float: right;
    border: 1px solid #8c3915;
    color: #ac461a;
    background: none;
    height: 38px;
    line-height: 38px;
}

.venue_ul {
    width: 1200px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 0px 0px 8px 8px;
    border: solid 1px #e5e5e5;
    border-top: none;
    overflow: hidden;
}

#venue_content.venue_noborder {
    width: 1200px;
    border: none;
    margin: 0 auto;
}

.venue_ul li {
    display: inline-block;
    width: 299px;
    height: 450px;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    padding: 29px;
    border-bottom: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
    -webkit-transition: all .5s ease;
    transition: all .3s ease;
}

#collectVenue .venue_ul li{
    padding: 0px;
    border:0px;
    margin-right:18px;
    margin-bottom: 18px;
}
#collectVenue .venue_ul,#collectGroup .venue_ul{
    border:0px;
}
.venue_ul li:nth-of-type(4n+1) {
    margin-left: 0;
}
.venue_ul li:nth-of-type(4n) {
    border-right: none;
    width: 301px;
}
#collectVenue .venue_ul li:nth-of-type(4n) {
    width: 250px;
}
.venue_ul li:hover {
    box-shadow: 0 0 28px rgba(0,0,0,.1) inset;
}
.venue_ul li .allsee {
    width: 43px;
    height: 43px;
    background: url(../image/zbig03.jpg) no-repeat 0 0;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
}

.venue_ul li .img {
    width: 240px;
    height: 180px;
    display: block;
    overflow: hidden;
    border-radius: 4px;
}

.venue_ul li .img img {
    width: 100%;
    display: block;
}

.venue_ul li .info {
    padding-left: 10px;
    width: 240px;
    color: #000000;
    margin: 0 auto;
    border-top: 0;
    height: 207px;
}

.venue_ul li .order {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 46px;
    height: 50px;
    color: #fff;
    background: url(../image/san.png) no-repeat 0 0;
    font-size: 16px;
    line-height: 24px;
    padding-left: 4px;
}

.venue_ul li .info h1 {
    margin-top:10px;
    font-size: 18px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    font-weight: 500;
}

.venue_ul li .info h1 a {
    color: #333333;
}

.venue_ul li .info .start {
    width: 140px;
    background: url(../image/s02.png) repeat-x 0 0;
    height: 20px;
    margin-top:10px;
    margin-bottom: 12px;
    overflow: hidden;
}

.venue_ul li .info p {
    line-height: 28px;
    font-size: 12px;
    position: relative;
    padding-left: 48px;
    color: #797979;
    max-height: 28px;
    overflow: hidden;
}
.venue_ul li .info .dg-p em b{
    color:#c100a8;
}
.venue_ul li .info p.site {
    max-height: 28px;
    overflow: hidden;
}

.venue_ul li .info p span {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    line-height: 30px;
}

.venue_ul li .info .start span {
    display: block;
    background: url(../image/s01.png) repeat-x 0 0;
    height: 20px;
    position: static;
    padding-left: 0;
    width: auto;
}

.venue_ul li .icon {
    height: 36px;
    width: 100%;
    width: 300px;
    margin: 0 auto;
    padding-top: 32px;
    padding-bottom: 22px;
}

.venue_ul li .icon span {
    width: 36px;
    height: 36px;
    float: left;
    margin-right: 10px;
    display: inline;
    background-image: url(../image/icon1.png);
}

.venue_ul li .icon span.car1 {
    background-position: 0 0;
}

.venue_ul li .icon span.car2 {
    background-position: 0 -36px;
}

.venue_ul li .orderNow {
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    margin: 18px auto 20px auto;
    color:#fff;
    border:1px #C100A8 solid;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background-color:#C100A8;
    background:linear-gradient(180deg,rgba(226,0,211,1) 0%,rgba(193,0,168,1) 100%);
    cursor: pointer;
}
.venue_ul li .orderNow:hover{
    background:linear-gradient(180deg,rgba(226,0,211,1) 0%,rgba(226,0,211,1) 100%);
}
.venue_ul li .orderNow:active{
    background:linear-gradient(180deg,rgba(226,0,211,1) 0%,rgba(226,0,211,1) 100%);
}

.in-activity ul li .orderNow {
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    margin: 18px auto 20px auto;
    color:#fff;
    border:1px #C100A8 solid;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background-color:#C100A8;
    background:linear-gradient(180deg,rgba(226,0,211,1) 0%,rgba(193,0,168,1) 100%);
    cursor: pointer;
}
.in-activity ul  ul  li .orderNow:hover{
    background:linear-gradient(180deg,rgba(226,0,211,1) 0%,rgba(226,0,211,1) 100%);
}
.in-activity ul  li .orderNow:active{
    background:linear-gradient(180deg,rgba(226,0,211,1) 0%,rgba(226,0,211,1) 100%);
}

.venue_ul li .orderEnd{
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    margin: 18px auto 20px auto;
    color:#666;
    border:1px #ddd solid;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background-color:#ddd;
    cursor: pointer;
}

.venue_ul li .orderEnd:hover{
    color:#333;
}
/* .venue_ul li  .orderNow{ width:120px; height:30px; line-height:30px; text-align:center; color:#ffffff; background:#8c3915; display:block; margin:18px auto 20px auto;} */

.sanma {
    width: 100%;
    background: url(../image/zbg_img.jpg) repeat-x 0 bottom;
    height: 392px;
}

.sanma img {
    width: 1200px;
    display: block;
    margin: 0 auto;
}

.bread_tip {
    color: #9b9b9b;
    line-height: 20px;
    padding-left: 0px;
    width: 1200px;
    margin: 0 auto;
	padding: 28px 0 20px;
    font-size: 14px;
}

.bread_tip a {
    color: #9b9b9b;
}
.bread_tip a:hover {
	color:#333333;
}

#search {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    font-size: 14px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border:solid 1px #e5e5e5;
}

.search {
    height: auto;
    overflow: hidden;
    padding: 30px;
    background: #ffffff;
}

.search .attr {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: solid 1px #c2c5c6;
	display:flex;
}

.search > div:first-child .attr {
    border-top: 0;
}

.search .attrKey {
    float: left;
    display: inline;
    margin-right: 15px;
    height: 50px;
    line-height: 50px;
    overflow: hidden; /*  background: url("../image/circle-bg1.png") no-repeat; */
    color: #333333;
    font-size: 14px; /* margin-right:32px; */
}

.search .attrValue {
    float: left;
    overflow: hidden;
    position: relative;
}
.search .attrValue .show-more{
    color:#ff4d4d;
    cursor: pointer;
    position:absolute;
    right:0px;
    top:16px;
}

.search .attrValue .av-collapse {
    height: 49px;
    overflow: hidden;
}

.search .attrValue .av-expand {
    overflow: auto;
}

.search .attrValue ul {
    width: 1000px;
}

.search .attrValue li {
    float: left;
    display: inline;
    height: 28px;
    overflow: hidden;
    white-space: nowrap;
    background: none;
    margin: 10px 15px 0 0;
}

.search .attrValue li a {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 4px 0;
    overflow: hidden;
    padding: 0 8px;
    color: #4a4a4a;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
}

.search .attrValue li a:hover, .search .attrValue li.cur a, .search .attrValue li.actives a {
    border: 1px solid #c100a8;
    background: #c100a8;
    color: #fff;
}
.search .attrValue .item.item_input .input{
	width:300px;
	box-sizing:border-box;
	height:100%;
	border:1px solid #eaeaea;
	padding:0 10px;
	color:#666666
}
.search .attrValue .item.item_input .btn{
	height: 100%;
	line-height: 1;
	border: none;
}

.search .hot-area {
    float: left;
    width: 81%;
    overflow: hidden;
    border: solid 1px #F0F0F0;
    padding: 10px 10px;
    margin: 1px 0 0 52px;
}

.search .hot-attrs li {
    width: auto;
}

.search .hot-attrs li a {
    margin: 4px 15px;
}

.search .hot-area a {
    display: inline-block;
    float: left;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    margin: 10px 10px 10px 0;
}

.search .attrValue .av-more {
    display: block;
    width: 30px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding-right: 18px;
    position: absolute;
    right: 40px;
    top: 14px;
    color: #444444;
}

.search .attrValue .av-more b {
    width: 9px;
    height: 7px;
    background: url("../image/search-arrow.png") no-repeat;
    position: absolute;
    right: 10px;
    top: 7px;
}

.search .attrValue .av-more:hover {
    color: #FF2626;
}

.search .attrValue .av-more:hover b {
    background-position: 0 -14px;
}

.search .attrValue .fold b {
    background-position: 0 -7px;
}

.search .attrValue .fold:hover b {
    background-position: 0 -21px;
}

#search .advanced {
    position: relative;
    overflow: visible;
    border-radius: 10px;
    margin-bottom: 26px;
    text-align: center;
}

#search .advanced .attr-extra {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 160px;
    height: 36px;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    background: #ffffff;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    cursor: pointer;
    color: #444444;
}

#search .advanced .attr-extra b {
    width: 9px;
    height: 7px;
    background: url("../image/search-arrow.png") no-repeat;
    position: absolute;
    right: 20px;
    top: 15px;
}

#search .advanced .open b {
    background-position: 0 -7px;
}

#search .search-btn {
    width: 80px;
    height: 36px;
    float: right;
    position: absolute;
    bottom: 30px;
    right: 28px;
}

#search .search_btn_b {
    bottom: 36px;
}

#search .search-btn input {
    width: 80px;
    height: 36px;
    line-height: 36px;
    color:#fff;
    border:1px #e47d01 solid;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background-image: -webkit-linear-gradient(to top, #f08401, #f29628);
background-color:#f08401;
    background-image:linear-gradient(to top,#f08401, #f29628);
    cursor: pointer;
}

#search .search-btn input:hover{
    background-image:-webkit-linear-gradient(to top, #f08401, #f08401);background-color:#f08401;
    background-image:linear-gradient(to top,#f08401, #f08401)
}
#search .search-btn input:active{
	background-image:-webkit-linear-gradient(to top, #e37e04, #e37e04);
    background-image:linear-gradient(to top,#e37e04, #e37e04)
}
.search #businessDiv .attr {
    padding: 2px 0;
}

.activity-content {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 30px auto 0 auto;
}

.av-calender {
    height: 36px;
    margin-top: 6px;
    font-size: 14px;
}

.av-calender .start, .av-calender .end {
    float: left;
    width: 260px;
    height: 20px;
    line-height: 20px;
    padding: 9px;
    border: solid 1px #D9D9D9;
    position: relative;
}

.av-calender .start {
    margin-right: 10px;
}

.av-calender .text {
    float: left;
    display: inline-block;
    width: 64px;
    color: #999999;
    font-size: 14px;
}

.av-calender input {
    float: left;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #000000;
    width: 84px;
    border: none;
    text-align: center;
    background: #fff;
}

.av-calender i {
    display: block;
    position: absolute;
    right: 7px;
    top: 9px;
    width: 20px;
    height: 20px;
    background: url("../image/data-icon1.png") no-repeat;
    cursor: pointer;
}

.search .attrValue ul.data_pre_ul {
    width: auto;
    float: left;
}

.search .attrValue .av-calender {
    width: 580px;
}

/*position:absolute; right:0; top:0;*/
#activty_content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 50px;
}

.activity_ul {
    width: 1200px;
}

.activity_ul li {
    width: 280px;
    float: left;
    margin-right: 20px;
    display: inline;
    overflow: hidden;
    margin-bottom: 20px;
}

.activity_ul li a {
    display: block;
}

.activity_ul li a img {
    width: 280px;
    height: 187px;
    display: block;
}

.activity_ul li .info {
    padding: 0 20px;
    background: #f4f4f4;
    height: 250px;
}

.activity_ul li h1 {
    font-size: 18px;
    color: #000000;
    line-height: 28px;
    padding-top: 14px;
    margin-bottom: 20px;
    max-height: 56px;
    height: 56px;
    overflow: hidden;
}

.activity_ul li h1 a {
    color: #000000;
}

.activity_ul li .text {
    line-height: 24px;
    height: 102px;
}

.activity_ul li .text p {
    height: 24px;
    overflow: hidden;
}

.activity_ul li .text p span {
    color: #ff4d4d;
}

.activity_ul li .numner {
    height: 24px;
    width: 100%;
    line-height: 24px;
}

.activity_ul li .numner span {
    display: block;
    height: 24px;
    float: left;
    background: url(../image/icon-heart%20.png) no-repeat 0 center;
    padding-left: 29px;
    width: 40px;
}

.activity_ul li .numner span.view {
    background: url(../image/icon-view.png) no-repeat 0 center;
    padding-left: 38px;
}

.libra_banner {
    width: 1200px;
    height: 530px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.search_see {
    position: relative;
}

.search_see p {
    line-height: 60px;
}

.search_see span {
    color: #f04344
}

.search_see a {
    position: absolute;
    cursor: pointer;
    background: #f04344;
    color: #ffffff;
    text-align: center;
    right: 0;
    top: 8px;
    color: #ffffff;
    font-weight: bold;
    padding: 0 20px;
    border: 0;
    border-radius: 5px;
    height: 28px;
    line-height: 28px;
}

.activity_ul li .text {
    line-height: 24px;
    height: 72px;
    margin-top: 20px;
}

.activity_ul li .text p {
    height: 24px;
    overflow: hidden;
}

.activity_ul li .text p span {
    margin-right: 4px;
}

.activity_ul li .number {
    height: 31px;
    width: 100%;
    line-height: 31px;
    color: #4a4a4a;
    margin-top: 30px;
}

.activity_ul li .number span {
    display: block;
    height: 31px;
    float: left;
    background: url(../image/like.png) no-repeat 0 center;
    padding-left: 40px;
    padding-right: 18px;
}

.activity_ul li .number span.view {
    background: url(../image/indexicon.png) no-repeat 0 center;
    padding-left: 52px;
}

.libra_banner {
    width: 1200px;
    height: 530px;
    margin: 0 auto 20px;
}

.search_see {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-top: 20px;
}

.search_see .txt {
    float: left;
    color: #9b9b9b;
}

.search_see .txt .red {
    margin: 0 2px;
}

.search_see a {
    float: right;
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 20px;
    background: #f04344;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.inner_banenr {
    width: 1200px;
    margin: 0 auto
}

/**activiey_detail**/
.download_fj {
    color: #8c3915;
    font-size: 14px;
    font-family: "微软雅黑";
    margin-top: 35px;
}

.download_fj a {
    color: #8c3915;
    font-size: 14px;
    font-family: "微软雅黑";
    text-decoration: underline;
}

/*.crumb{ width: 1160px; height: 40px; line-height: 40px; margin: 40px auto 0; padding: 0 20px; color:#9b9b9b;}
  .crumb a{color:#9b9b9b;}
*/
.crumb {
    padding-top: 2px;
    padding-left: 48px;
    font-size: 14px;
}

.crumb a {
    color: #9b9b9b;
}

.detail-content {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto 60px;
}

.detail_left {
    width: 840px;
    background: #f4f4f4;
}

.the_one {
    width: 843px;
    height: auto;
    overflow: hidden;
    border: 1px solid #cbcbcb;
    background: #f4f4f4;
}

.the_one .a_time {
    width: 793px;
    height: 26px;
    line-height: 26px;
    color: #ffffff;
    font-size: 14px;
    background:url("../dgimg/ttBg.png") repeat-y 50% 50%;
    padding-left: 50px;
}

.the_one .a_note {
    width: 750px;
    padding: 47px 47px 35px;
    background: #fff;
}

.a_note .title {
    overflow: hidden;
    color: #333333;
    position: relative;
}

.a_note .title h1 {
    font-size: 24px;
    line-height: 38px;
}

.a_note .tag {
    margin-top: 20px;
}

.a_note .tag a {
    height: 22px;
    line-height: 22px;
    padding: 0px 10px;
    display: inline-block;
    margin: 0px 6px 10px 0;
    color: #ffffff;
    background: #dc2396;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    white-space: nowrap;
}

.a_note .address {
    display: block;
    overflow: hidden;
    margin-top: 40px;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 70px;
}

.a_note .address .al_img {
    width: 394px;
    height: 295px;
    overflow: hidden;
}

.a_note .address .al_img a img {
    display: block;
    width: 394px;
    height: 295px;
}

.a_note .address .al_r {
    width: 324px;
    margin-left: 32px;
}

.a_note .address .al_r .yd_btn {
    display: block;
    color: #4a4a4a;
    font-size: 12px;
    height: 44px;
    overflow: hidden;
    margin-top: 74px;
}

.a_note .address .al_r .yd_btn a {
    margin-right: 25px;
    width: 128px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color:#fff;
    border:1px #C100A8 solid;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background-color:#C100A8;
    background:linear-gradient(180deg,rgba(226,0,211,1) 0%,rgba(193,0,168,1) 100%);
    cursor: pointer;
}

.a_note .address .al_r .yd_btn a:hover{
    background:linear-gradient(180deg,rgba(226,0,211,1) 0%,rgba(226,0,211,1) 100%);
}
.a_note .address .al_r .yd_btn a:active{
    background:linear-gradient(180deg,rgba(226,0,211,1) 0%,rgba(226,0,211,1) 100%);
}
.a_note .address .al_r .yd_btn a.look-teach{
    background-image:-webkit-linear-gradient(to top, #ffffff, #ffffff);
    background-image:linear-gradient(to top,#ffffff, #ffffff);
    background-color:#ffffff;
    color:#f08401;
    border-color:#f29628;
}
.a_note .address .al_r .yd_btn a.look-teach:hover{
    border-color:#f08401;
}

.a_note .address .al_r .yd_btn span {
    font-size: 12px;
    color: #f04344;
    margin: 0px 4px;
}

.a_note .address .al_r .list {
    padding: 18px 0 0 4px;
}

.a_note p {
    word-break: break-all;
    word-wrap: break-word;
}

.a_note .address .al_r .list p {
    line-height: 24px;
    max-height:72px;
    overflow: hidden;
    color: #797979;
    font-size: 14px;
    margin-top: 8px;
    padding-left: 35px;
    position:relative;
}
.a_note .address .al_r .list p i{
    position:absolute;
    left:2px;
    top: 0px;
    width:30px;
    height:30px;
    line-height:27px;
    font-size:24px;
    color:#c100a8;
}



.a_note .address .al_r .list .period {
    background: url("../image/hd_icon3.png") no-repeat 0 2px;
}



.a_note .ad_intro {
    font-size: 16px;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.a_note .ad_intro h2{
    font-size:20px;
    font-weight:normal;
    color:#333;
    margin:30px 0px 10px 0px;
}
.a_note .ad_intro .dg-train-info{
    line-height:24px;
    border-bottom:1px solid #cacaca;
    padding-bottom:30px;
    color:#999;
}
.a_note .ad_intro p {
    /*text-indent: 2em;*/
    font-size: 16px;
    color: #535353;
    line-height: 32px;
    /*margin-top: 35px;*/
}
.a_note .ad_intro .dg-train-info p{
    text-indent: 0em !important;
    margin-top:0px !important;
    font-size:14px !important;
}
.a_note .ad_intro .dg-train-info h3{
    color:#333;
    font-size:22px;
    font-weight:700;
    margin-top:30px;
}

.a_note .ad_intro img {
    max-width: 740px;
    /*margin-top: 30px;*/
    overflow: hidden;
}

.a_note .extra {
    line-height: 24px;
    margin-top: 40px;
}

.a_note .extra p {
    line-height: 24px;
}

.a_note .shares {
    display: block;
    margin-top: 50px;
    overflow: hidden;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 20px;
}

.a_note .share_l .zan {
    background: url(../image/zan_icon.png) no-repeat 0px 0px;
    padding-left: 40px;
    height: 31px;
    line-height: 31px;
    display: inline-block;
    width: 31px;
    font-size: 14px;
    color: #4a4a4a;
}

.a_note .share_l .zan.love {
    background: url("../image/orange_dz.png") no-repeat 4px center;
}

.a_note .share_l .like {
    background: url(../image/like_wdz.png) no-repeat 0px 0px;
    padding-left: 40px;
    height: 31px;
    line-height: 31px;
    display: inline-block;
    width: 31px;
    font-size: 14px;
    color: #4a4a4a;
}

.a_note .share_l .like.love {
    background: url("../image/like_dz.png") no-repeat 4px center;
}

.a_note .share_l .share {
    background: url(../image/share_icon.png) no-repeat 0px 0px;
    width: 32px;
    height: 32px;
    text-indent: -99999em;
    line-height: 2px;
    cursor: pointer;
    margin: 0px 0px 0px 13px;
}

.a_note .share_l .share:hover {
    opacity: 1;
    background: url(../image/share_icon.png) no-repeat 0px 0px;
}

.a_note .share_r {
    width: 100px;
    height: 30px;
    display: inline-block;
}

.a_note .share_r a {
    padding-left: 30px;
    height: 20px;
    line-height: 20px;
    display: block;
    color: #9b9b9b;
    font-size: 14px;
    outline: none;
}

.a_note .share_r a img {
    vertical-align: middle;
    padding-bottom: 3px;
    padding-right: 10px;
}

.go_head {
    display: block;
    overflow: hidden;
    margin-top: 40px;
}

.go_head .gh_l {
    width: 122px;
}

.go_head .gh_l a {
    display: inline-block;
    width: 70px;
    height: 20px;
    line-height: 20px;
    background: #f04344;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    border: none;
    outline: none;
    border-radius: 4px;
    cursor: pointer;
}

.go_head .gh_l span {
    margin-top: 10px;
    display: block;
    color: #4a4a4a;
    font-size: 12px;
}

.go_head .gh_l span font {
    margin: 0px 2px;
    color: #f04344;
}

.go_head .gh_r {
    margin-top: 2px;
    width: 620px;
    display: inline-block;
}

.go_head .gh_r .head_list {
    width: 600px;
}

.go_head .gh_r .head_list li {
    float: left;
    display: inline;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 20px;
    cursor: pointer;
}

.go_head .gh_r .head_list li img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.go_head .gh_r a.fl {
    vertical-align: middle;
    margin-top: 18px;
}

.the_two {
    width: 743px;
    height: auto;
    overflow: hidden;
    border: 1px solid #cbcbcb;
    margin-top: 20px;
    padding: 6px 50px 35px;
    background: #fff;
}

/**评论**/
.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.detail-right {
    width: 360px;
    height: auto;
    overflow: hidden;
}

.map {
    width: 320px;
    height: 215px;
    overflow: hidden;
    padding: 20px;
    background: #fff;
}

.comment {
    height: auto;
    overflow: hidden;
    background: #fff;
}

.comment .comment-tit {
    width: 100%;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}

.comment .comment-tit h3 {
    float: left;
    display: inline;
    color: #4a4a4a;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
}

.comment .comment-tit span {
    float: right;
    display: inline;
    color: #999999;
    font-size: 14px;
}

.comment .text {
    display: block;
    width: 719px;
    height: 90px;
    line-height: 20px;
    overflow: auto;
    padding: 10px;
    margin-top: 10px;
    background: #ffffff;
    border: solid 1px #bbbbbb;
    resize: none;
}

.comment .tips {
    margin-top: 20px;
    overflow: hidden;
}

.comment .tips span {
    float: left;
    color: #999999;
}

.comment .tips .r_p {
    width: 280px;
    color: #9b9b9b;
    font-size: 14px;
    margin-top: 8px;
}

.comment .tips .r_p p {
    line-height: 22px;
    color: #9b9b9b;
}

.comment .btn {
    float: right;
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    font-size: 16px;
    color:#fff;
    border:1px #C100A8 solid;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background-color:#C100A8;
    background:linear-gradient(180deg,rgba(226,0,211,1) 0%,rgba(193,0,168,1) 100%);
    cursor: pointer;
}
.comment .btn:hover{
    background:linear-gradient(180deg,rgba(226,0,211,1) 0%,rgba(226,0,211,1) 100%);
}
.comment .btn:active{
    background:linear-gradient(180deg,rgba(226,0,211,1) 0%,rgba(226,0,211,1) 100%);
}
.comment .comment-list {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
    padding-top: 20px;
    border-top: solid 1px #cacaca;
}

.comment .comment-list li {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 15px 0 7px;
}

.comment .comment-list .img {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.comment .comment-list .img img{
    width:50px;
    height:50px;
}
.comment .comment-list .info {
    width: 590px;
    border-radius: 4px;
    padding: 0px 30px;
    height: auto;
    overflow: hidden;
    background: #ffffff;
}
.comment .comment-list .info  .reply {
    line-height: 40px;
    background: #f5f5f5;
    padding: 0 15px;
    margin-top: 10px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}
.comment .comment-list .info  .reply span {
    font-size: 14px;
    color: #333333;
    float: left;
    width: 463px;
}
.comment .comment-list .info  .reply span.nickName1 {
    color: #c100a8;
    width: 88px;
}
.comment .comment-list .info h4 a {
    font-size: 14px;
    color: #8c3915;
}

.comment .comment-list h4 {
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    margin: 6px 0;
    color: #999999;
    font-weight: normal;
}

.comment .comment-list h4 a {
    float: left;
    padding-right: 8px;
}

.comment .comment-list h4 a:hover {
    text-decoration: underline;
}

.comment .comment-list h4 em {
    float: left;
    color: #9b9b9b;
    font-size: 14px;
    margin-left: 10px;
}

.comment .comment-list p {
    color: #535353;
    line-height: 24px;
    word-break: hyphenate;
    font-size: 14px;
}

.comment .comment-list .load-more {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: right;
    color: #9b9b9b;
    font-size: 14px;
    margin-top: 10px;
}

.sc_img {
    width: 100px;
    height: 80px;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
}

.sc_img img {
    width: 100px;
    height: 80px;
}

.sc_img a {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 25px;
    height: 25px;
    background: url(../image/deletebtn.png) no-repeat;
    z-index: 9;
}

.shangchuan {
    background: url(../image/zj_icon.png) no-repeat 0px 0px;
    width: 90px;
    height: 32px;
    line-height: 32px;
    outline: none;
    display: inline-block;
    cursor: pointer;
    padding-left: 6px;
}

.shangchuan font {
    margin-left: 30px;
    color: #4a4a4a;
    font-size: 14px;
}

.wimg {
    width: 440px;
    position: relative;
}

.after_img {
    display: none;
    width: 400px;
    height: auto;
    margin-top: 10px;
}

.after_img .do {
    display: block;
}

.after_img .do .shouqi {
    width: 30px;
    height: 11px;
    color: #606060;
    font-size: 12px;
    font-family: "微软雅黑";
}

.after_img .do .shouqi span {
    margin-right: 4px;
    cursor: pointer;
}

.after_img .do .yuantu {
    width: 30px;
    height: 11px;
    color: #606060;
    font-size: 12px;
    font-family: "微软雅黑";
    margin-left: 20px;
}

.after_img .do .yuantu span {
    margin-right: 4px;
    cursor: pointer;
}

.after_img .fd_img {
    max-width: 400px;
    margin-top: 10px;
}

.yuantu {
    width: auto;
    height: auto;
}

.wk {
    width: 590px;
    overflow: hidden;
    margin-top: 10px;
}

.pld_img_list {
    overflow: hidden;
}

.pld_img {
    max-height: 80px;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}

/**map**/
.detail_right {
    width: 320px;
}

.map {
    width: 278px;
    height: 205px;
    padding: 20px;
    border: 1px solid #b1b1b1;
    overflow: hidden;
    background: #fff;
}

#map-site {
    width: 278px;
    height: 205px;
}

/**recommend**/
.recommend {
    width: 318px;
    overflow: hidden;
    padding: 0px 0px 20px;
    background: #fff;
    border: 1px solid #cbcbcb;
}

.recommend .tit {
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
    background: #311b8b;
    border-bottom: 1px solid #311b8b;
}

.recommend .recommend-list {
    margin-top: 20px;
}

.recommend .recommend-list li {
    width: 280px;
    height: auto;
    overflow: hidden;
    padding: 0px 20px 30px 20px;
}

.recommend .recommend-list .img {
    display: table-cell;
    width: 100%;
    height: 210px;
    line-height: 210px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    *display: block;
    *font-size: 262px;
    *font-family: Arial;
}

.recommend .recommend-list .img img {
    vertical-align: middle;
}

.recommend .recommend-list .info {
    margin: 15px 0 0;
}

.recommend .recommend-list .info h3 {
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    margin-bottom: 12px;
}

.recommend .recommend-list .info a {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.recommend .recommend-list .info a:hover {
    color: #262626;
}

.recommend .recommend-list .info p {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    color: #767676;
    font-size: 14px;
}

/*report--dialog*/
.join-box {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.join-box dl {
    overflow: hidden;
    padding: 6px 0;
}

.join-box dt {
    display: block;
    float: left;
    width: 5%;
    height: 20px;
    line-height: 20px;
    padding-right: 10px;
    padding-top: 3px;
    text-align: right;
    color: #1F1F1F;
    font-size: 14px;
    font-weight: bold;
}

.join-box dt input {
    width: 15px;
    height: 15px;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
}

.join-box dd {
    display: block;
    float: left;
    width: 79%;
    height: 20px;
    line-height: 20px;
    color: #4a4a4a;
    font-size: 14px;
}

.join-box dd .txt {
    width: 150px;
    border: none;
    border-bottom: 1px solid #c8c8c8;
    margin-left: 10px;
    outline: none;
    color: #4a4a4a;
}

.join-box .join-btn {
    width: 250px;
    height: 43px;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 45px;
}

.join-box .join-btn .btn_submit {
    width: 250px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    color: #ffffff;
    outline: none;
    font-size: 14px;
    letter-spacing: 2px;
    cursor: pointer;
    background: #f04344;
    display: block;
    border: none;
    border-radius: 5px;
}

/**venue_detail**/
.the_one .a_note .title h2 {
    overflow: hidden;
    height: 28px;
    line-height: 28px;
    font-size: 24px;
    color: #333333;
}

.w_star {
    width: 170px;
    margin-left: 15px;
    padding-top: 6px;
}

.a_note .title .start {
    background: url(../image/vwhite_star.png) repeat-x 0px 0px;
    width: 140px;
    height: 20px;
    vertical-align: top;
}

.a_note .title .start p {
    background: url(../image/vred_star.png) repeat-x 0px 0px;
    height: 20px;
    vertical-align: top;
}

.w_star .txt {
    width: 28px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #9b9b9b;
    margin-left: 2px;
    letter-spacing: 1px;
}

.a_note .v_address {
    margin-top: 15px;
    overflow: hidden;
}

.a_note .address .vl_img {
    width: 400px;
    height: 264px;
    overflow: hidden;
}

.a_note .v_address .al_r {
    width: 318px;
}

.a_note .v_address .al_r .list {
    padding-top: 20px;
}

.commentary {
    height: 84px;
    position: relative;
}

.commentary ul {
    width: 100%;
    height: 84px;
}

.commentary ul li {
    width: 80px;
    color: #4a4a4a;
    font-size: 20px;
    text-align: center;
    margin-right: 36px;
    cursor: pointer;
}

.commentary ul li span {
    display: block;
    line-height: 26px;
}

.commentary ul .voice {
    position: relative;
    z-index: 2;
}

.commentary ul .voice b {
    display: none;
    width: 10px;
    height: 8px;
    background: url("../image/play-triangle.png") no-repeat;
    position: absolute;
    top: 86px;
    left: 50%;
    margin-left: -5px;
    z-index: 2;
}

.commentary ul .m_r {
    margin-right: 0px;
}

.commentary ul li a {
    display: block;
    padding-bottom: 8px;
}

.commentary .audio-box {
    display: none;
    position: absolute;
    top: 89px;
}

.border_no {
    border: none;
}

.p_bottom {
    padding: 0px 0px 15px;
}

.recommend-collection {
    width: 285px;
    margin: 0px 10px 0px 20px;
    height: auto;
    overflow: hidden;
}

.recommend-collection li {
    float: left;
    width: 130px;
    margin: 20px 10px 0px 2px;
}

.recommend-collection li .img {
    width: 130px;
    height: 100px;
    line-height: 100px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    *display: block;
    *font-size: 90px;
    *font-family: Arial;
}

.recommend-collection li .img img {
    width: 130px;
    height: 100px;
    overflow: hidden;
}

.recommend-collection li h4 {
    width: 130px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    text-align: center;
    margin-top: 12px;
}

.recommend-collection li h4 a {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: normal;
}

.recommend .load-more {
    float: right;
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-top: 30px;
    color: #9b9b9b;
    font-size: 14px;
}

.ra_room {
    width: 285px;
    margin: 20px 10px 0px 20px;
    height: auto;
    overflow: hidden;
}

.ra_room li {
    width: 100%;
    height: 100px;
    overflow: hidden;
    margin-bottom: 20px;
}

.ra_room .room_pic {
    width: 135px;
    height: 100px;
    overflow: hidden;
}

.ra_room .room_txt {
    width: 130px;
    margin-left: 15px;
}

.ra_room .room_txt a {
    background: #f08300;
    color: #ffffff;
    text-align: center;
    width: 60px;
    height: 20px;
    display: block;
    margin-top: 8px;
}

.ra_room .room_txt h4 {
    font-size: 16px;
    color: #333333;
    font-style: normal;
    font-weight: bold;
    font-family: "微软雅黑";
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    margin-bottom: 5px;
}

.ra_room .room_txt p {
    color: #4a4a4a;
    font-size: 12px;
    height: 20px;
    line-height: 20px;

}

.ra_room .room_txt .book-room {
    width: 60px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
    color: #fff;
    border: 1px #e47d01 solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(to top, #f08401, #f29628);
background-color:#f08401;
    background-image: linear-gradient(to top, #f08401, #f29628);
    cursor: pointer;
}
.ra_room .room_txt .book-room:hover{
    background-image: -webkit-linear-gradient(to top, #f08401, #f08401);
    background-image: linear-gradient(to top, #f08401, #f08401)
}
.ra_room .room_txt .book-room:active{
	background-image:-webkit-linear-gradient(to top, #e37e04, #e37e04);
    background-image:linear-gradient(to top,#e37e04, #e37e04)
}
.fd_bg {
    background: #fdfdfe;
}

.ra_room .room_txt2 {
    width: 140px;
    margin-left: 10px;
}

.ra_room .room_txt2 h4 {
    font-size: 16px;
    color: #4a4a4a;
    font-style: normal;
    font-weight: bold;
    font-family: "微软雅黑";
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    margin-bottom: 10px;
}

.ra_room .room_txt2 p {
    color: #4a4a4a;
    font-size: 12px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
}

/**activity_room detail**/
.ar_room_con {
    margin-top: 12px;
}

.room_top {
    display: block;
    margin-top: -20px;
}

.room_img {
    border-bottom: 1px solid #cacaca;
    padding-bottom: 40px;
}

.room_con {
    margin-top: 35px;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 30px;
}

.room_con p {
    line-height: 38px;
    color: #4a4a4a;
    font-size: 16px;
}

.equip {
    vertical-align: top;
}

.equip input {
    vertical-align: middle;
    margin-left: 20px;
    margin-right: 3px;
    width: 14px;
    height: 14px;
}

.equip .no_margin {
    margin-left: 0px;
}

.room-book {
    width: 100%;
    overflow: hidden;
    margin: 30px 0 0;
}

.room-book .tit {
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    padding: 0;
}

.room-book .tit h2 {
    display: inline;
    float: left;
    color: #4a4a4a;
    font-size: 20px;
    font-weight: normal;
}

.room-book .tit .room-btn {
    display: block;
    width: 160px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 16px;
    color:#fff;
    border:1px #C100A8 solid;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background-color:#C100A8;
    background:linear-gradient(180deg,rgba(226,0,211,1) 0%,rgba(193,0,168,1) 100%);
    cursor: pointer;
    margin:  0 auto;
}

.room-book .tit .room-btn:hover{
    background:linear-gradient(180deg,rgba(226,0,211,1) 0%,rgba(226,0,211,1) 100%);
}
.room-book .tit .room-btn:active{
    background:linear-gradient(180deg,rgba(226,0,211,1) 0%,rgba(226,0,211,1) 100%);
}
.room-tab {
    width: 100%;
    margin: 13px 0 40px;
}

.room-tab th, .room-tab td {
    border: solid 1px #D9D9D9;
    width: 13.5%;
    text-align: center;
    line-height: 18px;
    color: #4a4a4a;
    font-size: 15px;
}

.room-tab th {
    height: 40px;
}

.room-tab td {
    height: 60px;
    position: relative;
}
.room-tab td i.on {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 7px;
    top:7px;
    background: url("../../STATIC/image/register-icon5.png") no-repeat 50% 50%;
}
.room-tab td.gray {
    background-color: #EEEEEE;
}
.room-tab td.disabled {
    background-color: #EEEEEE;
    cursor: not-allowed;
    text-indent: -9999px;
}

.comment .btn_red {
    float: right;
    display: inline-block;
    width: 160px;
    height: 44px;
    line-height: 44px;
    margin-top: 6px;
    font-size: 16px;
    color:#fff;
    border:1px #C100A8 solid;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background-color:#C100A8;
    background:linear-gradient(180deg,rgba(226,0,211,1) 0%,rgba(193,0,168,1) 100%);
    cursor: pointer;
}

.comment .btn_red:hover{
    background:linear-gradient(180deg,rgba(226,0,211,1) 0%,rgba(226,0,211,1) 100%);
}
.comment .btn_red:active{
    background:linear-gradient(180deg,rgba(226,0,211,1) 0%,rgba(226,0,211,1) 100%);
}
/**page_small**/
.page_s {
    width: 100%;
    height: 24px;
    line-height: 22px;
    overflow: hidden;
    text-align: center;
    padding: 15px 0 40px;
    vertical-align: top;
}

.page_s a, .page_s span, .page_s .page-go {
    display: inline-block;
    width: 24px;
    height: 22px;
    line-height: 22px;
    color: #4a4a4a;
    font-size: 12px;
    background: #ffffff;
    margin: 0 4px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: solid 1px #4a4a4a;
    vertical-align: top;
}

.page_s a:hover, .page_s a.curr {
    color: #ffffff;
    background-color: #8c3915;
    border: solid 1px #8c3915;
}

.page_s .page-prev, .page_s .page-next {
    width: 22px;
}

.page_s span {
    width: auto;
    border: 0;
    color: #9b9b9b;
    background-color: transparent;
    font-weight: normal;
    margin-left: 30px;
}

.page_s form {
    display: inline-block;
    vertical-align: top;
}

.page_s .pageNum {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border: solid 1px #4a4a4a;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 5px;
    background-color: transparent;
    vertical-align: top;
}

.page_s .page-go {
    cursor: pointer;
    height: 24px;
}

.page_s input:focus {
    outline: none;
}

/**360背景图**/
#panorama {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: none;
}

#panorama .panorama_bg {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: fixed;
    background: #6e6e6e;
    opacity: 0.8;
    z-index: 21;
}

#panorama .panorama_con {
    position: fixed;
    width: 1090px;
    height: 670px;
    left: 50%;
    margin-left: -545px;
    top: 100px;
    overflow: hidden;
    z-index: 22;
}

#panorama .panorama_con #close_btn {
    position: fixed;
    left: 50%;
    margin-left: 498px;
    top: 112px;
    display: block;
    width: 32px;
    height: 31px;
    background: url("../image/close_icon.png") no-repeat;
}

/*Collection-list*/
/*Collection-list*/
.collection_ul {
    width: 1150px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.collection_ul li {
    float: left;
    width: 220px;
    overflow: hidden;
    margin: 0 5px 30px 5px;
}

.collection_ul li .img {
    display: block;
    width: 100%;
    height: 144px;
    overflow: hidden;
}

.collection_ul li .img img {
    display: block;
    width: 100%;
}

.collection_ul li h3 {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}

.search-culture .attrValue li {
    margin-right: 26px;
}

.search_other_title {
    font-size: 20px;
    font-size: 16px;
    padding-left: 20px;
}

.search_other_title span {
    color: #CB0818;
}

/*activity-null-result*/
.null_result {
	box-sizing:border-box;
    width: 100%;
    padding: 0 32px;
    height: 200px;
    overflow: hidden;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 0 0 10px 10px;
    border:solid 1px #e5e5e5;
	border-top:0;
}

.null_result .cont {
    width: 860px;
    min-height: 87px;
    margin: 50px auto 0;
    padding-left: 120px;
    background: url("../image/null-result.png") no-repeat left center;
	display:flex;
	align-items:center;
	
}

.null_result .cont h2 {
    line-height: 30px;
    color: #4a4a4a;
    font-size: 20px;
}

.null_result .cont h2 span {
    color: #f04344;
}

.null_result .cont p {
    line-height: 24px;
    margin-top: 10px;
    color: #9b9b9b;
    font-size: 16px;
}

h2.search-other {
    line-height: 28px;
    margin-top: 35px;
    color: #4A4A4A;
    font-size: 20px;
    padding-left: 20px;
}

.video_ul li {
    height: auto;
}

.video_ul li .info {
    height: 94px;
}

.allScreen {
    width: 100%;
}

.allScreen .the_one {
    width: 1198px;
}

.allScreen .the_one .a_note {
    width: 1104px;
}

/*东莞新增样式*/
.selects {
    width: 100%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #343434;
    font-weight: bold;
    overflow: hidden;
    border: solid 1px #e5e5e5;
    padding: 15px 0;
    margin: 30px auto 0 auto;
}

.selects .last {
    height: 60px;
    font-size: 14px;
    font-weight: 500;
    line-height: 61px;
    padding: 0 30px;
    border: solid 1px #e5e5e5;
    margin: 0;
}
.selects .last span{
    margin-left:20px;
}

.selects .last i,.selects .last .item {
    font-style: normal;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    padding: 0 14px;
    cursor: pointer;
}

.selects-last .last i:first-child,.selects-last .last .item:first-child {
    padding-left: 30px;
    border-left: none;
}

.selects .last i.actives,.selects .last .item.actives {
    color: #333;
    background: #fff;
    border-right: solid 1px #e5e5e5;
    border-left: solid 1px #e5e5e5;
    -moz-border-radius-bottomleft: 0px;
}

.selects-last {
    border: none;
    padding: 0;
}

.selects-last li {
    background: #fafafa;
}

.selects-last .last {
    padding: 0;
    border-radius: 8px 8px 0px 0px;
	overflow:hidden;
}

.selects-last .last i:first-child {
    padding-left: 30px;
    border-left: none;
}

.selects .screen b i.icon-guanbi {
    margin-left: 3px;
    position: relative;
    top: 1px;
    left: 0px;
}

.selects .screen b {
    border-radius: 0;
    color: #dc2396;
    border: dashed 1px #dc2396;
    padding: 0 6px 0 11px;
}

.youcantgo{
    background-image:-webkit-linear-gradient(to top, #dddddd, #dddddd)!important;
    background-image:linear-gradient(to top,#dddddd, #dddddd) !important;
    color:#666!important;
    border:1px #ddd solid !important;
    cursor: default !important;
}

/*.dg-train-table .title{
    height:40px;
    line-height:40px;
    background-color:#eee;
    border:1px #ddd solid;
}
.dg-train-table .items{
    margin-top:-1px;
    height:30px;
    line-height:30px;
    background-color:#fff;
    border-right:1px #ddd solid;
}
.dg-train-table .title li{
    float:left;
    width:186px;
    height:40px;
    text-align: center;
    border-right:1px #ddd solid;
}

.dg-train-table .items li{
    float:left;
    width:186px;
    height:30px;
    text-align: center;
    border:1px #ddd solid;
    border-right:0px;
    border-top:0px;
    margin-left:0px;
}
.dg-train-table .title .last{
    border-right:0px;
}*/
.dg-train-table table{
    width:750px;
    border:1px #ddd solid;
}
.dg-train-table table th{
    color:#333;
    font-size:14px;
    height:40px;
    line-height:40px;
    text-align: center;
    border-right:1px #ddd solid;
    background-color:#f5f5f5;
    border-bottom:1px #ddd solid;
}
.dg-train-table table tr{
    border:1px #ddd solid;
}
.dg-train-table table tr td{
    text-align: center;
    border:0px;
    height:40px;
    line-height:40px;
    color:#333;
    font-weight:700;
    font-size:14px;
}

.dg-train-table table tr .not-conform{
    border:1px #ddd solid;
    background-color:#f5f5f5;
    color:#666;
    font-weight:normal;
    font-size:12px;
}



