﻿@charset "utf-8";

/*
*公共调整
*/

.contentBox {
    background: #f1f5f9;
}

.warp {
    width: 1190px;
    min-width: 1190px;
}

[class*=" dicon-"],
[class^=dicon-] {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-top: -2px;
    overflow: hidden;
    background: url(../../../images/dicon.png) no-repeat 0 0;
}

.crred {
    color: #fa3d3d;
}

.cr9 {
    color: #999;
}


/*
*新版 同旅翼
*/


/*轮播*/

.ticket_d_b {
    margin-bottom: 10px;
    border-bottom: none;
}

.ticket_d_b_s .left_i {
    width: 575px;
    margin-right: 0;
}

.ticket_d_b_s .right_t {
    width: 540px;
    float: right;
}

.ticket_d_b_s .left_i .left_flash {
    width: 575px;
    height: 300px;
    margin-bottom: 10px;
    overflow: hidden;
}

.ylpro_img {
    width: 460px;
    height: 300px;
}

.ylpro_list {
    position: absolute;
    top: 0;
    right: 0;
    width: 115px;
    padding: 0px;
    height: 300px;
    background-color: #212121;
    opacity: .8;
    z-index: 9;
}

.ylpro_list a {
    width: 50px;
    height: 16px;
    left: 50%;
    margin-left: -25px;
    z-index: 1001;
}

.ylpro_list a.yl_arrup {
    top: 5px;
}

.ylpro_list a.yl_arrdown {
    bottom: 5px;
}

.ylpro_list i {
    margin-top: -1px;
    font-size: 13px;
    display: inline-block;
}

.ylpro_list_in {
    width: 100%;
    height: 100%;
    padding: 5px 0;
}

.ylpro_list li {
    display: block;
    margin: 0 auto;
    margin-bottom: 6px;
    width: 104px;
    height: 68px;
    background: #000;
    cursor: pointer;
}

.ylpro_list li.on i {
    display: none;
}


/*大日历*/

.ticket_d_b_s .left_i .left_rl {
    width: 575px;
    height: 374px;
}

.left_rl .calendar_top {
    height: 38px;
    line-height: 38px;
    padding: 0 60px;
    background-color: #eceff2;
    position: relative;
    border: none;
}

.calendar_top a.calendar_toplf,
.calendar_top a.calendar_toprt {
    position: absolute;
    top: 7px;
    width: 24px;
    height: 24px;
    text-align: center;
    background: none;
}

.calendar_top a.calendar_toplf {
    left: 18px;
}

.calendar_top a.calendar_toprt {
    right: 18px;
}

.calendar_top li span {
    top: 2px;
    right: -16px;
    z-index: 1;
}

.dicon-arrowl {
    margin-top: 0px;
    width: 24px;
    height: 24px;
    background-position: -120px -180px;
    vertical-align: initial;
}

.dicon-arrowr {
    margin-top: 0px;
    width: 24px;
    height: 24px;
    background-position: -120px 0;
    vertical-align: initial
}

.calendar_top a.calendar_toplf:hover i,
.calendar_top a.calendar_toplf_clk i {
    background-position: -96px 0;
}

.calendar_top a.calendar_toprt:hover i,
.calendar_top a.calendar_toprt_clk i {
    background-position: -168px 0;
}

.calendar_top div {
    width: 100%;
    height: 38px;
    margin: 0;
}

.calendar_top ul {
    /*overflow: hidden;*/
}

.calendar_top li {
    display: block;
    width: 90px;
    margin-right: 1px;
    cursor: pointer;
    color: #4c5a65;
    height: 38px;
    line-height: 38px;
}

.calendar_top li a {
    width: 90px;
    height: 38px;
    font-size: 13px;
    color: #4c5a65;
}

.calendar_top li.on {
    background-color: #4c5a65;
    color: #fff;
}

.calendar_top li.on a,
.calendar_top li.on a:hover {
    color: #fff;
}

.left_rl dl.cal_week {
    height: 30px;
    overflow: hidden;
    background-color: #71808c;
    border-left: none;
    padding-left: 0;
}

.left_rl dl dt {
    height: 30px;
    line-height: 30px;
    color: #fff;
    display: block;
    width: 82px;
    border-bottom: none;
}

.left_rl dl dt.weekend {
    color: #fff;
}

.left_rl dl.cal_day {
    padding: 0;
    height: auto;
    background-color: #fff;
    border-left: 1px solid #ddd;
    overflow: hidden;
    font-size: 12px;
}


/*日历 灰底day-no 无价格dd>a>span 有价格多个em 选中dd.on*/


/*老板 灰底加个day-no 无价格dd>a>span 有价格dd.on 选中dd.selected*/

.left_rl dl dd {
    display: block;
    width: 73px;
    height: 42px;
    padding: 4px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.left_rl dl dd a {
    width: 100%;
    height: 100%;
    padding: 0;
    color: #273238;
    font-size: 12px;
    line-height: 14px;
}

.left_rl dl dd.on a {
    color: #273238;
}

.left_rl dl dd.day-no {
    background-color: #f8f8f8;
}

.left_rl dl dd a i {
    top: -4px;
    right: -4px;
}

.left_rl dl dd a .calendar_jf {
    line-height: 16px;
    font-size: 12px;
    color: #fa3d3d;
}

.left_rl dl dd a .calendar_price {
    line-height: 12px;
    font-size: 12px;
}

.left_rl dl dd.on a:hover {
    box-shadow: none;
}

.left_rl dl dd.selected {
    border: 1px solid #fa3d3d;
    width: 72px;
    height: 41px;
}

.left_rl dl dd.selected a {
    width: 73px;
    padding: 0;
    border: none;
    color: #273238;
}

.left_rl dl dd a .emp,
.left_rl dl dd a .calendar_price {
    color: #fa3d3d;
}

.left_rl dl dd a .enough {
    color: #1ec6ac;
}

.left_rl dl dd a .calendar_jf span {
    color: #1ec6ac;
}


/*右侧详情*/

.dicon-category {
    width: 62px;
    height: 24px;
    background-position: 0px -24px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
}

.ticket_d_b_t {
    margin-right: 5px;
    margin-bottom: 0;
}

.ticket_d_b_t b {
    display: inline-block;
    padding: 0px 8px;
    margin: 0px 2px 0px 0px;
    height: 20px;
    line-height: 20px;
    float: none;
    background-image: -webkit-linear-gradient(0deg, #17c6c2, #45badd);
    background-image: -moz-linear-gradient(0deg, #17c6c2, #45badd);
    background-image: -o-linear-gradient(0deg, #17c6c2, #45badd);
    background-image: -ms-linear-gradient(0deg, #17c6c2, #45badd);
    background-color: #42d39c;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.ticket_d_b_t .pinp-tag {
    padding: 0px 4px;
    background-color: #fc913a;
    background-image: none;
}

.ticket_d_b_t .pinp-tag.tag2 {
    background-color: #fc7773;
}

.ticket_d_b_t .pinp-tag.tag3 {
    background-color: #6da7ff;
}

.ticket_d_b_t .pinp-tag.tag4 {
    background-color: #00be88;
}

.ticket_d_b_t .pinp-tag.tag5 {
    background-color: #9683e2;
}

.d-id li {
    line-height: 24px;
}

.d-id span {
    display: inline-block;
    width: 24%;
    line-height: 12px;
    color: #666;
    text-align: center;
}

.d-id span em {
    color: #232728;
}

.d-id .id-supp,
.d-id .id-depart {
    border-left: 1px solid #ddd;
}

.ticket_d_b_t h4 {
    margin: 9px 0;
    color: #273238;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    overflow: hidden;
}

.d-money {
    margin-right: 5px;
    background-color: #f4fcfb;
    border: 1px solid #bbeee6;
    padding: 6px 12px 0px 15px;
    zoom: 1;
    position: relative;
    z-index: 1;
}

.ticket_d_b_s .right_t_2 .pri {
    position: relative;
    padding: 10px 0;
    width: 100%;
    background-color: #f4fcfb;
    border-bottom: 1px solid #dbf6ef;
}

.ticket_d_b_s .right_t_2 .pri span.int_pri {
    display: inline-block;
    padding-right: 20px;
    font-weight: normal;
    color: #999;
    font-size: 13px;
    height: 42px;
    line-height: 42px;
}

.ticket_d_b_s .right_t .pri i.add_int .red {
    color: #fa3d3d
}

.ticket_d_b_s .right_t_2 .pri span.int_pri .crred {
    display: inline-block;
    font-size: 18px;
}

.ticket_d_b_s .right_t_2 .pri span.int_pri .crred b {
    padding: 0px 5px 0px 0px;
    font-size: 32px;
    font-weight: bold;
    vertical-align: top;
}

.ticket_d_b_s .right_t_2 .pri a {
    display: inline-block;
    letter-spacing: 1px;
    margin-top: 10px;
}

.ticket_d_b_s .right_t_2 .pri a.comment-qnum {
    margin-top: 0px;
}

.d-money .pnr {
    position: absolute;
    bottom: 8px;
    right: 6px;
}

.d-money .score {
    float: left;
    font-size: 14px;
    color: #00be8f;
}

.d-money .score i {
    font-size: 20px;
}

.ticket_d_b_s .right_t_2 .coup {
    padding: 12px 3px;
    height: 22px;
    background-color: #f4fcfb;
}

.ticket_d_b_s .right_t_2 .coup .tag-outer {
    padding-top: 2px;
}

.ticket_d_b_s .right_t_2 .coup .tag-outer span {
    position: relative;
    float: left;
    margin-right: 12px;
    height: 18px;
    line-height: 18px;
    padding: 0 6px 0 28px;
    color: #1ec6ac;
    border: 1px solid #1ec6ac;
    background: #fff;
    font-size: 13px;
}

.ticket_d_b_s .right_t_2 .coup .tag-outer span.nojf {
    color: #f26d57;
    border-color: #f26d57;
}

.tag-outer .dicon-fq,
.tag-outer .dicon-jf,
.tag-outer .dicon-nojf,
.tag-outer .dicon-js,
.tag-outer .dicon-inteDedu {
    position: absolute;
    top: -1px;
    left: -2px;
}

.tag-outer .dicon-jf {
    background-position: -24px 0;
}

.tag-outer .dicon-nojf {
    background-position: -72px -180px;
}

.tag-outer .dicon-js {
    background-position: -188px -180px;
}

.tag-outer .dicon-inteDedu {
    background-position: -97px -209px;
}

.d-money .pri .pnr {
    bottom: 18px;
}

.ticket_d_b_s .right_t .pri i.add_int {
    display: block;
    font-size: 13px;
    color: #00be8f;
    height: 42px;
    line-height: 42px;
}

.ticket_d_b_s .right_t .pri i.add_int b {
    font-size: 32px;
    vertical-align: top;
    padding-right: 5px;
}

.ticket_d_b_s .right_t_2 .coup .sc {
    padding-right: 36px;
    color: #444;
    font-size: 13px;
}

.ticket_d_b_s .right_t_2 .coup .sc:hover {
    cursor: pointer;
}

.dicon-sc {
    background-position: -48px 0px;
}

.ticket_d_b_s .right_t_2 .coup .sc:hover .dicon-sc,
.ticket_d_b_s .right_t_2 .coup .sc .dicon-sc.on {
    background-position: -72px 0px;
}

.d-rwm {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../../../images/d-rwm.png) no-repeat center center;
    vertical-align: middle;
}

.ticket_d_b_s .right_t_2 .coup .d-rwm-on {
    position: absolute;
    top: 34px;
    right: -20px;
    width: 100px;
    padding: 10px 19px;
    background-color: #fff;
    border: 1px solid rgba(30, 198, 172, .3);
    text-align: center;
    z-index: 99;
}

.ticket_d_b_s .right_t_2 .coup .d-rwm-on span {
    margin-top: 2px;
    color: #999;
    display: block;
}

.d-coupon {
    position: relative;
    padding-left: 38px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    color: #fefefe;
    font-weight: bold;
    background: #fe861e url(../../../images/corner-bg-l.jpg) no-repeat left top;
}

.d-coupon .d-corner-r {
    display: block;
    position: absolute;
    right: 0px;
    top: -5px;
    width: 4px;
    height: 51px;
    background: url(../../../images/corner-bg-r.jpg) no-repeat right top;
}

.d-coupon .lq {
    display: block;
    position: absolute;
    right: 20px;
    top: 8px;
    width: 68px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    /* color: #ff6b1b;
    background-color: #ffc919; */
    background-color: #ffe555;
    color: #fe851f;
    box-shadow: inset 0px -3px 1px #ffc000;
    border-radius: 3px;
}

.cont-scroll {
    max-height: 353px;
    background-color: #fff;
    overflow-y: auto;
}

.d-advert {
    position: relative;
    height: 30px;
    background-color: #fff7de;
    overflow: hidden;
}

.d-advert.on {
    height: auto;
}

.dicon-laba {
    background-position: -96px -180px;
}

.d-advert .dicon-laba {
    position: absolute;
    left: 17px;
    top: 4px;
}

.d-advert .txt-advert {
    padding: 2px 110px 2px 42px;
}

.d-advert .txt-advert a {
    display: block;
    line-height: 24px;
    font-size: 13px;
    color: #fe851f;
}

.d-advert .more-txt {
    position: absolute;
    right: 4px;
    top: 4px;
    color: #06C;
    font-size: 12px;
    cursor: pointer;
}

.d-advert .more-txt i {
    display: inline-block;
    margin-left: 2px;
    width: 8px;
    height: 8px;
}

.dicon-arrup {
    background-position: -208px -28px;
}

.dicon-arrdown {
    background-position: -208px -37px;
}

.ticket_d_b_s .right_t_2 .abt {
    margin: 14px 0 0 0;
}

.ticket_d_b_s .right_t_2 .abt dl.abt_long {
    width: 100%;
    min-height: 20px;
    margin-right: 0;
    margin-bottom: 8px;
    font-size: 13px;
    color: #273238;
    overflow: hidden;
}

.ticket_d_b_s .right_t_2 .abt dt {
    text-align: left;
    color: #000;
}

.ticket_d_b_s .right_t_2 .abt .abt_long dd {
    color: #333;
}

.abt_long {
    height: auto !important;
    line-height: 20px !important;
}

.ticket_d_b_s .right_t_2 .abt dd.dizhi {
    width: 440px !important;
}

.ticket_d_b_s .right_t_2 .abt dd.dizhi i {
    margin-right: 6px;
    padding: 0px 10px;
    height: 20px;
    line-height: 18px;
    color: #666;
    font-size: 12px;
    border: 1px solid #d8d8d8;
}

.ticket_d_b_s .right_t_2 .abt dd.dizhi a {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-right: 6px;
    padding: 0px 10px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    background-color: #fff9f5;
    border: 1px solid #ffe3ce;
    color: #333;
}

.ticket_d_b_s .right_t_2 .abt dd.dizhi a:hover {
    color: #ff6600;
}

.ticket_d_b_s .right_t .tip {
    margin-top: 8px;
    padding-left: 0;
    width: 100%;
}

.ticket_d_b_s .right_t .tip .rec-top {
    position: relative;
}

.ticket_d_b_s .right_t .tip h4 {
    padding-left: 75px;
    font-size: 16px;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
}

.ticket_d_b_s .right_t .jltj_img {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 46px;
    border: 3px solid #e8e8e8;
    border-radius: 100%;
    overflow: hidden;
}

.ticket_d_b_s .right_t .tip .jltj {
    position: relative;
    padding-left: 70px;
    min-height: 115px;
    background-color: #fff;
    overflow: hidden;
}

.dicon-quot {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 48px;
    height: 36px;
    background-position: -72px -48px;
}

.right_t_2 .jltj_main {
    width: 440px;
    color: #333;
    line-height: 22px;
    background-color: #fff;
    font-size: 13px;
}


/*定制*/


/*.d-given a {
    display: block;
}

.d-given {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    background: #f6f6f6;
    color: #666;
    font-size: 13px;
}

.d-given a:hover {
    color: #1ec6ac;
}

.dicon-dz {
    width: 36px;
    height: 36px;
    background-position: 0px -48px;
}

.dicon-sh {
    width: 36px;
    height: 36px;
    background-position: -36px -48px;
}

.d-given .give-dz {
    margin-left: 16px;
    font-size: 14px;
    font-weight: bold;
    color: #444;
}

.d-given .give-txt {
    margin-left: 24px;
}

.dicon-darrow {
    margin-left: 50px;
    width: 28px;
    background-position: -192px 0px;
} */

.d-given {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 0 80px;
    height: 50px;
    /* line-height: 50px; */
    background: #f6f6f6;
    color: #666;
    font-size: 13px;
    border-radius: 6px;
}

.d-given a {
    display: block;
}

.d-given a:hover {
    color: #1ec6ac;
    text-decoration: none;
}

.dicon-dz {
    position: absolute;
    top: 1px;
    left: 0px;
    width: 70px;
    height: 52px;
    background-position: 0px -204px;
}

.d-given .give-dz {
    margin-top: 6px;
    font-size: 13px;
    font-weight: bold;
    color: #333;
}

.d-given .give-txt {
    font-size: 13px;
}

.dicon-darrow {
    position: absolute;
    right: 50px;
    top: 16px;
    width: 28px;
    background-position: -192px 0px;
}


/*预定条*/

.warp_buy {
    width: 1190px;
    background: #f26d57;
}

.bor_step1 {
    position: relative;
    padding: 15px 14px 10px 14px;
    width: 1156px;
    height: 54px;
    background-color: #fef4f2;
    box-shadow: none;
}

.buy_box label {
    color: #273238;
    line-height: 32px;
}

.bor_step1 .time_ipt {
    display: inline-block;
    width: 147px;
}

.time_ipt:hover {
    border-color: #1ec6ac;
    box-shadow: 0px 0px 1px #1ec6ac;
}

.bor_step1 .outer-input {
    position: relative;
    height: 30px;
    margin: 0px 0px 0px 8px;
    padding: 0 7px 0 4px;
    vertical-align: middle;
    border: 1px solid #ddd;
}

.bor_step1 .outer-input input {
    display: inline-block;
    width: 28px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: none;
    overflow: hidden;
    vertical-align: top;
    float: none;
    color: #232728;
    font-size: 14px;
}

.bor_step1 .time_ipt input {
    width: 133px;
    text-align: left;
}

.outer-input .dicon-sjtd {
    display: inline-block;
    width: 9px;
    height: 6px;
    background-position: -224px -9px;
}

.bor_step_wd {
    height: 32px;
}

.mod_number input,
.mod_number .sl-dropdowns .sel-place {
    padding: 0px;
}

.mod_number {
    width: 41px;
}

.mod_number p,
.room_num p,
.other_num p {
    position: absolute;
    width: 52px;
    max-height: 240px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 30px #f1f5f9;
    z-index: 1000;
}

.mod_number p a,
.room_num p a,
.other_num p a {
    display: block;
    height: 24px;
    line-height: 24px;
    color: #222;
    font-size: 14px;
}

.mod_number a:hover,
.room_num p a:hover,
.other_num p a:hover,
.mod_number p a.on,
.other_num p a.on {
    color: #fff;
    background-color: #1ec6ac;
}

.agearea {
    margin-left: 0;
    margin-top: 4px;
    font-size: 12px;
}

.ageout label.bor_step_wd {
    position: relative;
    width: 82px;
    line-height: 1;
}

.ageout label.bor_step_wd em {
    display: block;
    margin-right: 20px;
}

.bor_step1 .cld {
    display: none;
    position: absolute;
    top: -6px;
    right: -4px;
    margin: 0;
    width: 20px;
    height: 24px;
    background: url(../../../images/dicon.png) no-repeat -168px -180px;
}

label.unit-price {
    width: auto;
    margin: 0 2px;
    font-size: 12px;
    color: #fa3d3d;
}

.buy_box_r_r {
    /*width: 180px;*/
    margin: 0;
    font-size: 14px;
    line-height: 1;
    float: right;
    margin-right: 4px;
    width: 200px;
}

.buy_box_r_r p {
    position: relative;
    padding-right: 18px;
    line-height: 1;
    text-align: right;
    float: none;
    color: #273238;
}

.buy_box_r_r p.money-jf {
    color: #fa3d3d;
}

.buy_box_r_r p i {
    margin-left: 5px;
}

.buy_box_r_r p.new-order-money {
    color: #273238;
    line-height: 32px;
}

.buy_box_r_r p span {
    /*position: relative;
    padding-right: 18px;*/
    color: #fa3d3d;
    font-size: 30px;
}

.startorder {
    color: #f16d58;
    padding-left: 0;
    line-height: 1;
}

.buy_box_r_g {
    /*position: absolute;
    top: 15px;
    right: 26px;*/
    margin: 0;
    width: 128px;
    height: 44px;
}

.buy_box_r_g a {
    width: 128px;
    height: 44px;
    line-height: 44px;
    background: #f26d57;
    color: #fefefe;
    border-radius: 0;
}

.step_tab a:hover,
.step_tab a.on {
    height: 24px;
    color: #1ec6ac;
    border-bottom-color: #1ec6ac;
}


/*
*报错提示
*/

.error_zy .stock {
    color: #f26d57;
}


/*
*交通 酒店 附加 可选
*/

.step3_item h5 {
    width: 64px;
    padding-bottom: 20px;
}

.step3_item h5 span {
    color: #273238;
    font-size: 15px;
}

.step3_item h5 span i {
    display: block;
    margin: 0 auto;
    width: 44px;
    height: 44px;
    margin-bottom: 10px;
    background: url(../../../images/dicon.png) no-repeat 0 0
}

.add_pro2 h5 span i {
    float: none;
}

.step3_item h5 span i.dicon-traffic {
    background-position: 0px -84px;
}

.step3_item h5 span i.dicon-hotel {
    background-position: -44px -84px;
}

.step3_item h5 span i.dicon-addition {
    background-position: -88px -84px;
}

.step3_item h5 span i.dicon-other {
    background-position: -132px -84px;
}

.step3_item h5 span b {
    display: block;
    line-height: 1;
    text-align: center;
}

.add_pro2 h5 b {
    float: none;
}

.step3_content {
    margin-left: 24px;
    width: 1058px;
}

.bortable td {
    /*padding: 16px 10px;*/
    color: #333;
    font-size: 13px;
}

.traffic .bortable td {
    text-align: center;
}

.bortable td p.date {
    font-size: 16px;
    margin-bottom: 8px;
}

.start {
    display: initial;
    position: relative;
    font-size: 24px;
}

.start em {
    position: absolute;
    right: -20px;
    bottom: 4px;
    font-size: 13px;
}

.airport {
    margin-top: 10px;
}

.passvia {
    background: none;
    width: 100%;
    height: auto;
}

.bortable td .tag-hr {
    display: inline-block;
    width: 141px;
    text-align: center;
    height: 44px;
    font-size: 12px;
    color: #999;
    background: url(../../../images/freetour/pass.png) no-repeat center center;
    overflow: hidden;
}

.bortable td .tag-hr span {
    display: block;
    height: 22px;
    line-height: 22px;
}

.bortable td em.cr9 {
    display: block;
}

a.jt_more {
    width: 90px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    background-color: #f5883f;
}

a.jt_more:hover {
    background: #ff6600;
}

.bortable a.self,
.bortable a.off {
    padding-left: 20px;
    height: 16px;
    line-height: 16px;
    background-position: 0 -16px;
    text-align: left;
    font-size: 12px;
}

.bortable a.off {
    margin-left: 0;
}

.other_num {
    position: relative;
}

.room_num label,
.other_num label {
    margin: 0 0 0 5px;
}

.room_num input,
.other_num input {
    height: 30px;
    line-height: 30px;
    border-color: #ddd;
    width: 32px;
    padding: 0 10px;
}

.bortable span.flight_img {
    text-align: left;
}


/*附加产品*/

.other_rl {
    border-color: #ddd;
    height: 30px;
    box-sizing: border-box;
}

.other_name {
    float: none;
    padding: 0;
    text-align: center;
    width: 66px;
    min-height: 22px;
    height: auto;
    font-size: 14px;
    color: #1ec6ac;
    border: 1px solid #1ec6ac;
    background-color: #f4fcfb;
}

.chos a {
    background-color: #ff9900;
    color: #fff;
    border: none;
}

.chos a:hover {
    background-color: #ff6600;
    color: #fff;
    text-decoration: none;
}


/*
*预定
*/

.ticket_list {
    width: 1190px;
    border-bottom-color: #f0f0f0;
}

.ticket_list a {
    position: relative;
    /*width: 140px;*/
    width: 130px;
    text-decoration: none;
}

.ticket_list a:hover,
.ticket_list a.on {
    color: #1dc5ac;
}

.ticket_list .yuding a:hover {
    color: #fff;
}

.ticket_list a.on .borderbott {
    position: absolute;
    left: 19px;
    bottom: 0px;
    width: 70%;
    display: block;
    height: 3px;
    background-color: #1ec6ac;
}

.wp_tab {
    border: 1px solid #eee;
    word-break: break-all;
}

.zhixi p {
    color: #f16d58
}


/*
*内容介绍
*/

.tip_t .dk,
.tip_t .dk_1 {
    font-size: 16px;
    color: #333;
}

.wp_tab .wp_tab_r {
    font-size: 14px;
}


/*签证人群切换*/

.info_need a {
    font-size: 14px;
    text-decoration: none;
}

.info_need a:hover {
    color: #1ec6ac;
}

.info_need a.on {
    background-color: #1ec6ac;
}

.info_need a.on:hover {
    color: #fff;
}

.visa_info li {
    font-size: 14px;
}

.info_need2 {
    height: 30px;
}

.info_need2 a {
    margin-right: 18px;
    position: relative;
    height: 28px;
    padding: 0 16px;
    border: 1px solid #ccc;
}

.info_need2 a.on {
    background: #f4fcfb url(../../../images/freetour/fdn11.png) no-repeat right bottom;
    border-color: #1ec6ac;
    color: #1ec6ac;
}

.info_need2 a.on:hover {
    color: #1ec6ac;
}

.dk_dl {
    color: #1ec6ac;
}

.dk_dl:hover {
    color: #1ec6ac;
    text-decoration: underline;
}


/*
*点评
*/

#dianping.wp_tab .wp_tab_r {
    font-size: 12px;
}

.d_pf span {
    color: #f26d57;
    font-size: 36px;
    font-weight: normal;
}

.d_p_r a.dp_bot {
    background: url(../../../images/myspring/dp1_N.png) no-repeat 0 0
}

.d_p_r a.dp_bot:hover {
    background: url(../../../images/myspring/dp1_2_N.png) no-repeat 0 0;
}

.state a:hover {
    color: #1ec6ac;
}

.state {
    padding: 22px 0 0 0;
}

.state a {
    height: 32px;
    line-height: 32px;
    display: inline-block;
    margin-right: 0;
    padding: 0 24px;
}

.state a.on {
    color: #1ec6ac;
    border: 1px solid #e9e9e9;
    border-bottom: none;
    border-top: 3px solid #1ec6ac;
}

.new-px a {
    color: #666;
    border: none;
    padding: 0;
}

.new-px a.visited,
.new-px a.active {
    color: #1ec6ac;
}

.new-px a.visited i {
    background-position: -96px 0;
}

.new-px a.active i {
    background-position: -106px 0;
}

.dp_fx a:hover {
    color: #1ec6ac;
}


/*分页器*/

.page a {
    border-radius: 0;
}

.page a.ahover,
.page a.ahover:hover {
    background-color: #1ec6ac;
    border: 1px solid #1ec6ac;
}

.page a:hover {
    border: 1px solid #1ec6ac;
}


/*
*咨询问答
*/

.zixun_tit i {
    color: #1ec6ac;
}

.tiwen {
    background-color: #00be88;
}

.quxiao:hover {
    color: #00be88;
}

.d_p_box2 li a.on,
.d_p_box2 li a:hover {
    background-color: #00be88;
}

.sc_zx .sc2 {
    background-color: #00be88;
}


/*
*弹窗
*/

.htldt_tc .tab {
    height: 38px;
    line-height: 38px;
}

.htldt_tc .tab a {
    height: 36px;
    line-height: 28px;
    font-size: 18px;
}

.htldt_tc .tab a.on {
    height: 36px;
    line-height: 28px;
    font-size: 18px;
    color: #1ec6ac;
    border-bottom: 2px solid #1ec6ac;
}

.htldt_tc .tab a:hover,
.htldt_tc .tab a.on:hover {
    color: #1ec6ac;
}

.prodt_tc h3.prodt_title a.on {
    color: #1ec6ac;
}

.prodt_tc h3.prodt_title {
    border-bottom: 2px solid #f0f2f3;
}


/*同类产品推荐*/

.ticket_main_b {
    color: #444;
    font-weight: bold;
}

.rt_more a {
    font-size: 14px;
}


/*交通弹窗*/

.traffic_tc h4 {
    color: #1ec6ac;
}

.traffic_tc .prodt_tc_main .bortable td {
    text-align: center;
}

.traffic_tc .bortable td .tag-hr {
    display: inline-block;
    width: 141px;
    text-align: center;
    height: 44px;
    font-size: 12px;
    color: #999;
    background: url(../../../images/freetour/pass.png) no-repeat center center;
    overflow: hidden;
}

.traffic_tc .bortable td .tag-hr span {
    display: block;
    height: 22px;
    line-height: 22px;
}


/* 优惠券 */

.mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    z-index: 2001;
}

.coupon-tc {
    position: absolute;
    background-color: #fff;
    border-radius: 4px;
    width: 730px;
    z-index: 2002;
}

.coupon-tc .coupon-tit {
    line-height: 54px;
    color: #00be88;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    background-color: #eee;
    border-radius: 4px 4px 0 0;
}

.coupon-tc .coupon-tit .close_btn {
    position: absolute;
    right: 20px;
    top: 20px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../../../images/localtour/quan_close.png) no-repeat center center;
}

.coupon-tc .coupon-cont {
    max-height: 548px;
    overflow-y: auto;
}

.couplist {
    display: block;
    margin: 20px 0px 0px 20px;
    overflow: hidden;
    *overflow: hidden;
}

.couplist li {
    float: left;
    width: 214px;
    height: 244px;
    margin: 0px 20px 20px 0px;
}

.couplist li:nth-child(3n+0),
.couplist li:last-child {
    margin-right: 0px;
}

.coupimg {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

.coup_red .coupimg {
    background: url(../../../images/myspring/coup1_n.png) no-repeat;
}

.coup_yellow .coupimg {
    background: url(../../../images/myspring/coup2_n.png) no-repeat;
}

.coup_gray .coupimg {
    background: url(../../../images/myspring/coup3_n.png) no-repeat;
}

.coup_price {
    padding-top: 25px;
    display: block;
    font: 22px/22px "微软雅黑";
    color: #fff;
}

.coup_price b {
    font: 52px/48px "微软雅黑";
    vertical-align: text-top;
}

.coup_time,
.coup_cond {
    padding: 4px 10px 0 10px;
    color: #a84d42;
    font-size: 12px;
    text-align: left;
    line-height: 14px;
}

.coup_yellow .coup_time,
.coup_yellow .coup_cond {
    color: #af6f00;
}

.coup_gray .coup_time,
.coup_gray .coup_cond {
    color: #7f7f7f;
}

.coupinfo {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 122px;
}

.coupinfo h2 {
    position: relative;
    display: inline-block;
    padding: 15px 20px 0 10px;
    color: #555;
    font-size: 15px;
    font-weight: normal;
    height: 26px;
    min-width: 80px;
    width: 80px\9;
    *width: 80px;
}

.coupinfo h2 em {
    display: inline-block;
    max-width: 180px;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.coupinfo h2 .icon-tag {
    position: absolute;
    right: 4px;
    bottom: 6px;
    display: inline-block;
    margin-left: 6px;
    margin-top: -3px;
    width: 14px;
    height: 14px;
    background: url(../../../images/freetour/tag.png) no-repeat;
    background-size: 100%;
    vertical-align: middle;
    cursor: pointer;
}

.coupinfo p {
    color: #999;
    font-size: 13px;
    font-weight: normal;
}

.coupinfo .coupbtn {
    display: inline-block;
    margin-top: 14px;
    width: 102px;
    height: 30px;
    line-height: 30px;
    *line-height: 28px;
    color: #ff6666;
    border: 1px solid #ff6666;
    background-color: #fef0ef;
    background-color: rgba( 255, 102, 102, 0.078);
    border-radius: 15px;
    font-size: 14px;
}

.coup_yellow .coupinfo .coupbtn {
    color: #ffc033;
    border: 1px solid #ffc033;
    background-color: #fffaef;
}

.coup_gray .coupinfo .coupbtn,
.coupinfo .coupbtn.coupylq {
    color: #fff;
    border: 1px solid #cccccc;
    background-color: #cccccc;
    cursor: default;
    text-decoration: none;
}

.coupinfo .coupbtn.couplq {
    color: #fff;
    border: 1px solid #ff6666;
    background-color: #ff6666;
}


/* 成功失败弹窗 */

.status_tc {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 250px;
    height: 140px;
    margin-left: -125px;
    margin-top: -70px;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    opacity: 0.8;
    text-align: center;
    border-radius: 4px;
    z-index: 2002;
}

.status_tc i {
    display: block;
    width: 53px;
    height: 53px;
    background: url(../../../images/icon-status.png) no-repeat 0 0;
    margin: 30px auto;
    margin-bottom: 12px;
}

.status_tc .icon_success {
    background-position: 0px 0px;
}

.status_tc .icon_failed {
    background-position: 0px -53px;
}

.wifi_addr_box {
    position: absolute;
    display: none;
    left: 100px;
    top: 100px;
    z-index: 99;
    background: #fff;
    border: 1px solid #ccc;
    max-height: 400px;
    overflow-y: auto;
}

.wifi_addr_box ul li {
    list-style: none;
    height: 25px;
    border-bottom: 1px solid #ccc;
}

.wifi_addr_box ul li span {
    display: block;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    overflow: hidden;
}

.wifi_addr_box ul li span.name {
    font-weight: 700;
}

.wifi_addr_box ul li.noresult {
    text-align: center;
    height: 25px;
    line-height: 25px;
}

.wifi_addr_box ul li.loading {
    height: 25px;
    background: url(../../../images/loading/loading_r.gif) no-repeat scroll center center;
}


/* 180626 可选 wifi取还 */

.wifi-use {
    line-height: 30px;
    margin-bottom: 4px;
}

.wifi-use em {
    margin-left: 4px;
    color: #666;
    display: inline-block;
}


/* 20181207修改 */

.calendar_top li {
    line-height: 18px;
}

.calendar_top li i {
    line-height: 18px;
    height: 0px;
}

.calendar_top li i.qj {
    font-size: 12px;
    color: #999;
}

.calendar_top li.on i.qj {
    color: #fff;
}

.cont-scroll .notice {
    color: #999 !important;
}

.room-num {
    text-align: center;
}

.room-diff i {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

.dicon-fc {
    background-position: -74px -208px;
}


/* 日历 */

.calendar_wrap {
    font-family: microsoft yahei !important;
    background-color: #fff !important;
    border: 1px solid #33cba0 !important;
    box-shadow: 0 0 10px rgba(51, 203, 160, .1) !important;
    width: 488px !important;
    padding: 0 !important;
    margin-left: -5px !important;
}

.calendar_wrap #calendar0,
.calendar_wrap #calendar1 {
    float: left;
    width: 224px;
    padding: 10px;
}

.calendar_wrap #calendar1 {
    border: 0;
    float: right;
}

.calendar_wrap .calendar_title {
    text-align: center;
    height: 26px;
    line-height: 26px;
}

.calendar_wrap #calendar0 dl {
    padding: 0;
}

.calendar_wrap .month_next,
.calendar_wrap .month_prev {
    width: 24px;
    height: 24px;
}

.calendar_wrap .month_prev {
    float: left;
    background: url(../../../images/dicon.png) no-repeat center center;
    background-position: -144px -180px;
}

.calendar_wrap .month_next {
    float: right;
    background: url(../../../images/dicon.png) no-repeat center center;
    background-position: -144px 0px;
}

.calendar_wrap .calendar_day a,
.calendar_wrap .calendar_month dt {
    display: block;
    float: left;
    margin: 1px;
    color: #333;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    font-weight: normal !important;
}

.calendar_wrap .calendar_month .weekend {
    font-weight: 400;
    color: #f84;
}

.calendar_wrap .calendar_day a.day_no {
    background-color: #fff;
}

.calendar_wrap .calendar_day .day_over {
    color: #ccc;
    background-color: #f9f9f9;
}

.calendar_wrap .calendar_day a.day_selected {
    color: #fff;
    background: #33cba0;
    border-color: #33cba0;
}

.calendar_wrap .calendar_day a.day_over:hover {
    color: #ccc;
    width: 30px;
    height: 30px;
    border: none;
    line-height: 30px;
}

.calendar_wrap .calendar_day a:hover {
    width: 26px;
    height: 26px;
    line-height: 26px;
    border: 2px solid #33cba0;
    color: #666;
    text-decoration: none;
    background-image: none;
    background-position: initial;
}

.calendar_wrap .calendar_day a.day_selected {
    color: #fff;
}


/* 日历结束 */

.new-order-money {
    position: relative;
}

.money-detail {
    position: absolute;
    top: 38px;
    right: -26px;
    background: #ffffff;
    padding: 10px 17px;
    border: 1px solid #dfdede;
    width: 229px;
    box-sizing: border-box;
    z-index: 100;
    margin-top: 8px;
}

.money-detail h3 {
    text-align: left;
    color: #333;
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: normal;
}

.money-detail .project {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 12px;
}


/* .money-detail .totle {
    margin-bottom: 0px;
    border-bottom: none;
} */

.money-detail .category {
    overflow: hidden;
    margin-bottom: 12px;
}

.money-detail .category .ftl {
    float: left;
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    color: #666;
    font-size: 12px;
}

.money-detail .category .ftr {
    float: right;
    width: 50%;
    text-align: right;
    color: #666;
    font-size: 12px;
}

.money-detail .category .discount {
    color: #ff6666;
}

.money-detail::before {
    content: "";
    position: absolute;
    top: -22px;
    right: 17px;
    border: 11px solid #dfdede;
    border-top: 11px solid transparent;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
}

.money-detail::after {
    content: "";
    position: absolute;
    top: -20px;
    right: 18px;
    border: 10px solid #fff;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.xingc_img span {
    display: none;
}

.money-detail .totle .ftl {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.money-detail .totle .ftr {
    font-size: 16px;
    font-weight: bold;
}

.money-detail .totle {
    margin-bottom: 0px;
    border-bottom: none;
}

.money-detail .remarks {
    color: #ff6666;
    font-size: 12px;
    text-align: justify;
    padding-top: 12px;
    border-top: 1px solid #e8e8e8;
    line-height: 16px;
    margin-bottom: 0px;
    border-bottom: none;
}

.money-detail .remarks .category {
    margin-bottom: 0;
}

.pr_room_num {
    color: #666;
}

.other_line {
    width: 960px;
}

.buy_box_r_r {
    width: auto;
}


/* plus会员 */

.ticket_d_b_s .right_t_2 .pri span.int_pri {
    padding-right: 10px;
}

.plus {
    display: inline-block;
    height: 16px;
    border: 1px solid #bfa26a;
    color: #bfa26a;
    line-height: 16px;
    font-size: 13px;
    text-align: right;
    padding: 0 3px 0 40px;
    position: relative;
    float: left;
    margin-top: 10px;
}

.plus .plus-icon {
    width: 38px;
    height: 18px;
    line-height: 18px;
    color: #ffeac1;
    text-align: center;
    background: linear-gradient(to right, #2d2d2d, #414141);
    text-align: center;
    position: absolute;
    top: -1px;
    left: -1px;
}

.t-plus {
    border: 1px solid #dddddd;
    padding: 8px;
    background: #fff;
    position: absolute;
    z-index: 1000;
}

.t-plus h3 {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.t-plus .plus-explan {
    overflow: hidden;
    width: 250px;
}

.t-plus .plus-explan .code-box {
    width: 100px;
    height: 100px;
    margin-right: 10px;
    float: left;
}

.t-plus .plus-explan .code-box img {
    width: 100%;
    height: 100%;
}

.t-plus .t-cont {
    /* width: 136px; */
    font-size: 13px;
    color: #333;
}

.t-plus .t-cont .yellow {
    color: #bfa26a;
    margin-top: 8px;
}


/* 20190604   前端产品分组 */

.warp_buy {
    padding: 0;
    background: none;
}

.warp_buy .t-tab ul {
    overflow: hidden;
}

.warp_buy .t-tab ul li {
    width: 193px;
    height: 39px;
    background: #fff;
    border-top: 1px solid #ffd6cf;
    border-left: 1px solid #ffd6cf;
    border-right: 1px solid #ffd6cf;
    margin-right: 4px;
    font-size: 14px;
    color: #333333;
    line-height: 39px;
    text-align: center;
    float: left;
    border-radius: 3px 3px 0 0;
    cursor: pointer;
}

.warp_buy .t-tab ul li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.warp_buy .t-tab ul li:hover a {
    color: #f26d57;
}

.warp_buy .t-tab ul li.on hover a {
    color: #fff;
    text-decoration: none;
}

.warp_buy .t-tab ul li.on a {
    border-top: 1px solid #f26d57;
    border-left: 1px solid #f26d57;
    border-right: 1px solid #f26d57;
    color: #fff;
    background: #f26d57;
    font-weight: 700;
    text-decoration: none;
}

.warp_buy .t-tab ul li:last-child {
    margin-right: 0;
}

.buy_box {
    border: 2px solid #f26d57;
}

.buy_box .pro-data {
    padding: 20px;
    overflow: hidden;
}

.buy_box .pro-data .ftl {
    float: left;
    width: 575px;
    height: 374px;
}

.buy_box .pro-data .ftr {
    width: 540px;
    float: right;
    height: 374px;
    position: relative;
}

.buy_box .cont-scroll {
    max-height: 305px;
    overflow-y: auto;
}

.buy_box .abt dl.abt_long {
    min-height: 20px;
    font-size: 13px;
    color: #273238;
    overflow: hidden;
    margin-bottom: 8px;
}

.buy_box .abt dt {
    text-align: left;
    color: #000;
    width: 70px;
    float: left;
}

.buy_box .abt dd {
    color: #333;
    float: left;
}

.buy_box .abt dd.dizhi {
    width: 440px !important;
    height: auto;
    overflow: visible;
}

.buy_box .abt dd.dizhi i.ts,
.buy_box .abt dd.dizhi i.s_icon_5 {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    line-height: 18px;
    padding: 0 3px;
}

.buy_box .abt dd.dizhi i {
    height: 20px;
    color: #666;
    font-size: 12px;
    margin-bottom: 2px;
}

.buy_box .abt dd.dizhi a {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-right: 6px;
    padding: 0px 10px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    background-color: #fff9f5;
    border: 1px solid #ffe3ce;
    color: #333;
    overflow: hidden;
}

.buy_box .abt dd.dizhi a:hover {
    color: #ff6600;
    text-decoration: none;
}

.buy_box .tip {
    margin-top: 8px;
    padding-left: 0;
    width: 100%;
    clear: both;
    margin: 0;
    color: #333;
}

.buy_box .tip .rec-top {
    position: relative;
}

.buy_box .jltj_img {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 46px;
    border: 3px solid #e8e8e8;
    border-radius: 100%;
    overflow: hidden;
}

.buy_box .tip h4 {
    padding-left: 75px;
    font-size: 16px;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
    font: 14px/40px "微软雅黑";
    color: #333;
}

.buy_box .tip .jltj {
    position: relative;
    padding-left: 70px;
    min-height: 115px;
    background-color: #fff;
    overflow: hidden;
}

.buy_box .jltj_main {
    width: 440px;
    color: #333;
    line-height: 22px;
    background-color: #fff;
    font-size: 13px;
    box-shadow: 0 0 0;
}


/* 同款推荐 */

.item-outer {
    padding: 0 25px;
    width: 1140px;
    overflow: hidden;
    margin-top: 10px;
}

.item-outer li {
    display: block;
    float: left;
    width: 220px;
    margin: 0 10px 20px 0;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.item-outer li:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-2px);
}

.item-outer li:last-child {
    margin-right: 0;
}

.img-outer {
    display: block;
    width: 230px;
    height: 160px;
    position: relative;
}

.img-outer .item-tag,
.img-outer .t-horn {
    position: absolute;
    display: block;
    text-align: center;
}

.img-outer .item-tag {
    bottom: 0;
    left: 0;
    padding: 0 10px;
    line-height: 24px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 0 10px 0 0;
    color: #fff;
    font-size: 13px;
}

.img-outer img {
    display: block;
    width: 230px;
    height: 160px;
}

.info-outer {
    padding: 9px 9px 13px 9px;
    border-top: none;
}

.info-outer .h2 {
    display: block;
    height: 40px;
    line-height: 20px;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    *display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.money-outer {
    position: relative;
    height: 20px;
    text-align: right;
    color: #333;
}

.money-outer .money {
    position: absolute;
    left: 0;
    bottom: 0;
}

.money-outer em {
    font-size: 20px;
}

.money-outer .set {
    color: #999;
}

.item-outer li a:hover {
    text-decoration: none;
    color: #666;
}

.contentBox {
    box-shadow: 0 0px 0px rgba(0, 0, 0, .1);
}

a:hover {
    text-decoration: none;
}

.tip_t a.dk_dl {
    color: #1ec6ac;
    cursor: pointer;
}

.tip_t a.dk_dl:hover {
    text-decoration: underline;
}