
.for-you-recond .recond-circuce .reco-more:hover {
    color: #ff5900;
    border: 1px solid #ff5900;
}

.for-you-recond .recond-circuce .reco-more:hover em {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
}

.for-you-recond .recond-nav {
    float: left;
    width: 100px;
    border-right: 1px solid #e5e5e5;
}

.for-you-recond .recond-nav span {
    font-size: 16px;
    line-height: 24px;
    display: block;
    height: 36px;
    color: #404040;
}

.for-you-recond .recond-nav em {
    font-size: 12px;
    line-height: 36px;
    display: block;
    height: 36px;
    cursor: pointer;
    text-align: center;
    color: #252525;
}

.for-you-recond .recond-nav em:hover,
.for-you-recond .recond-nav em.active {
    color: #fff;
    background-color: #ff5900;
}


/*工具箱展开new*/

.toolbox .box_new {
    position: fixed;
    left: -100%;
    width: 100%;
    height: 160px;
    background: url(/res/images/box_new01.png) repeat;
}

.toolbox .box_newMain {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    padding-top: 42px;
    background: url(/res/images/box_new02.png) no-repeat center 26px;
}

.toolbox .box_newbox {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.toolbox .box_newbox a {
    font-size: 12px;
    float: left;
    width: 41px;
    margin-right: 50px;
    padding-top: 50px;
    text-align: center;
    color: #fff;
}

.toolbox .box_newbox a:hover {
    opacity: .8;
}

.toolbox .box_newbox .a_1 {
    background: url('/res/images/footer_icon_01.svg') no-repeat;

    *background: url('/res/images/footer_icon_01.png') no-repeat;
}

.toolbox .box_newbox .a_2 {
    background: url('/res/images/footer_icon_02.svg') no-repeat;

    *background: url('/res/images/footer_icon_02.png') no-repeat;
}

.toolbox .box_newbox .a_3 {
    background: url('/res/images/footer_icon_05.svg') no-repeat -1px 0;

    *background: url('/res/images/footer_icon_05.png') no-repeat -1px 0;
}

.toolbox .box_newbox .a_4 {
    background: url('/res/images/footer_icon_04.svg') no-repeat -1px 0;

    *background: url('/res/images/footer_icon_04.png') no-repeat -1px 0;
}

.toolbox .box_newbox .a_5 {
    background: url('/res/images/footer_icon_03.svg') no-repeat;

    *background: url('/res/images/footer_icon_03.png') no-repeat;
}

.toolbox .box_newLink {
    position: relative;
    z-index: 9;
    margin: 60px 0 0 460px;
}

.toolbox .box_newbox .packup {
    position: absolute;
    z-index: 9;
    top: -30px;
    right: 145px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
    background: url('/res/images/box_new04.png') no-repeat;
}

.toolbox .box_newbox .packup:hover {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}

.box_newCover {
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 160px;
    background: url('/res/images/box_new03.png') no-repeat center top;
}

.box_newBg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 202px;
    background: url('/res/images/box_new05.png') no-repeat center bottom;
}
.pic_ani_box {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sl-1:hover .pic_ani_box {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}

.hold-all-right {
    float: right;
    width: 376px;
    margin-top: 30px;
}
.hold-all-right .disp-weather {
    overflow: hidden;
    height: 43px;
}
.hold-all-right .disp-weather .atmosphere {
    font-size: 16px;
    line-height: 16px;
    float: right;
    margin-top: 24px;
    padding: 0 5px 0 20px;
    padding-bottom: 2px;
    letter-spacing: -.16px;
    color: #6fbc1b;
    background: url(/res/images/disp-weather-02.png) left 2px no-repeat;
}
.hold-all-right .weather {
    float: left;
    overflow: hidden;
}
.hold-all-right .weather .weat-rg {
    display: block;
    height: 43px;
    padding-left: 60px;
}
.hold-all-right .weather .weat-rg em {
    font-size: 24px;
    line-height: 24px;
    display: block;
    color: #ec5531;
}
.hold-all-right .weather .weat-rg em b {
    font-weight: normal;
}
.hold-all-right .weather .weat-rg i {
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    display: block;
    color: #ec5531;
}
.hold-all-right .disp-guide {
    overflow: hidden;
    height: 60px;
    margin: 15px 0;
}
.hold-all-right .disp-guide a {
    width: 182px;
    height: 58px;
    border: 1px solid #ec5531;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;

        -ms-border-radius: 3px;
         -o-border-radius: 3px;
}
.hold-all-right .disp-guide .guipelo {
    float: right;
}
.hold-all-right .disp-guide a:hover {
    background-color: #ec5531;
}
.hold-all-right .disp-guide .guipelo:hover .pointer {
    background: url(/res/images/disp-weather-05.png) center no-repeat;
}
.hold-all-right .disp-guide .guipelo:hover .pelo {
    background: url(/res/images/disp-weather-07.png) left no-repeat;
}
.hold-all-right .disp-guide .guipelo:hover .pelo em {
    color: #fff;
}
.hold-all-right .guipelo .pointer {
    float: right;
    width: 8px;
    height: 60px;
    margin-right: 10px;
    background: url(/res/images/disp-weather-04.png) center no-repeat;
}
.hold-all-right .guipelo .pelo {
    float: left;
    height: 32px;
    margin: 13px 0 13px 10px;
    padding-left: 38px;
    background: url(/res/images/disp-weather-06.png) left no-repeat;
}
.hold-all-right .guipelo .pelo em {
    font-size: 15px;
    font-weight: bold;
    line-height: 16px;
    display: block;
    letter-spacing: -.15px;
    color: #ed502e;
}
.hold-all-right .disp-guide .comfortable:hover .tra-com {
    background: url(/res/images/disp-weather-08.png) left no-repeat;
}
.hold-all-right .disp-guide .comfortable:hover .tra-com em,
.hold-all-right .disp-guide .comfortable:hover .tra-com i {
    color: #fff;
}
.hold-all-right .disp-guide .comfortable:hover .tra-num {
    color: #fff;
    background: url(/res/images/disp-weather-05.png) right no-repeat;
}
.hold-all-right .disp-guide .comfortable {
    float: left;
}
.hold-all-right .comfortable .tra-num {
    font-family: Impact;
    font-size: 40px;
    line-height: 58px;
    float: right;
    margin-right: 10px;
    padding-right: 15px;
    color: #ed502e;
    background: url(/res/images/disp-weather-04.png) right no-repeat;
}
.hold-all-right .comfortable .tra-com {
    float: left;
    margin: 9px 0 9px 10px;
    padding-left: 20px;
    background: url(/res/images/disp-weather-03.png) left no-repeat;
}
.hold-all-right .comfortable .tra-com em {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    display: block;
    color: #ed502e;
}
.hold-all-right .comfortable .tra-com i {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 16px;
    display: block;
    color: #ed502e;
}
.hold-all-right .disp-phone {
    overflow: hidden;
    width: 356px;
    height: 54px;
    padding: 0 10px;
    background: #ec5531;
}
.hold-all-right .disp-phone .number {
    font-family: Impact;
    font-size: 40px;
    line-height: 54px;
    float: left;
    height: 54px;
    padding-left: 40px;
    letter-spacing: -.39px;
    color: #fff;
    background: url(/res/images/disp-phone.png) left no-repeat;
}
.hold-all-right .disp-phone .server {
    float: left;
    margin-left: 5px;
    padding: 8px 0;
}
.hold-all-right .disp-phone .server em {
    font-size: 16px;
    font-weight: bold;
    display: block;
    letter-spacing: 2px;
    color: #fff;
}
.hold-all-right .disp-phone .server i {
    font-size: 12px;
    font-style: normal;
    display: block;
    letter-spacing: -.12px;
    opacity: .5;
    color: #fff;
}
.hold-all-right .disp-phone .server i b {
    font-weight: normal;
    margin-left: 6px;
}
.hold-all-right .disp-style {
    overflow: hidden;
    margin: 18px 0;
}
.hold-all-right .disp-style a {
    display: block;
    width: 182px;
    height: 42px;
    border: 1px solid #ec5531;
}
.hold-all-right .disp-style .pon {
    float: right;
    width: 8px;
    height: 42px;
    margin-right: 10px;
    background: url(/res/images/disp-weather-04.png) right no-repeat;
}
.hold-all-right .disp-style a:hover {
    background-color: #ec5531;
}
.hold-all-right .disp-style a:hover .pon {
    background: url(/res/images/disp-weather-05.png) right no-repeat;
}
.hold-all-right .disp-style .rig {
    float: right;
    margin: 5px 0;
}
.hold-all-right .disp-style .lef {
    float: left;
    margin: 5px 0;
}
.hold-all-right .disp-style .aircraft,
.hold-all-right .disp-style .automobile,
.hold-all-right .disp-style .ship,
.hold-all-right .disp-style .lease,
.hold-all-right .disp-style .bus,
.hold-all-right .disp-style .train {
    font-size: 17px;
    line-height: 42px;
    float: left;
    height: 42px;
    margin-left: 10px;
    padding-left: 25px;
    color: #ec5531;
}
.hold-all-right .disp-style .aircraft {
    background: url(/res/images/aircraft.png) left no-repeat;
}
.hold-all-right .disp-style a:hover .aircraft {
    color: #fff;
    background: url(/res/images/aircraft-01.png) left no-repeat;
}
.hold-all-right .disp-style .automobile {
    background: url(/res/images/automobile.png) left no-repeat;
}
.hold-all-right .disp-style a:hover .automobile {
    color: #fff;
    background: url(/res/images/automobile-01.png) left no-repeat;
}
.hold-all-right .disp-style .ship {
    background: url(/res/images/bus.png) left no-repeat;
}
.hold-all-right .disp-style a:hover .ship {
    color: #fff;
    background: url(/res/images/bus-01.png) left no-repeat;
}
.hold-all-right .disp-style .lease {
    background: url(/res/images/lease.png) left no-repeat;
}
.hold-all-right .disp-style a:hover .lease {
    color: #fff;
    background: url(/res/images/lease-01.png) left no-repeat;
}
.hold-all-right .disp-style .bus {
    background: url(/res/images/bus.png) left no-repeat;
}
.hold-all-right .disp-style a:hover .bus {
    color: #fff;
    background: url(/res/images/bus-01.png) left no-repeat;
}
.hold-all-right .disp-style .train {
    background: url(/res/images/train.png) left no-repeat;
}
.hold-all-right .disp-style a:hover .train {
    color: #fff;
    background: url(/res/images/train-01.png) left no-repeat;
}
.hold-all-right .trav-inform-media h1 {
    width: 100%;
    height: 44px;
    background: url(/res/images/media.png) center no-repeat;
}
.hold-all-right .trav-inform-media .media-list {
    margin-top: 10px;
    border: 1px solid #eaeaea;
}
.hold-all-right .media-list li {
    border-bottom: 1px solid #eaeaea;
}
.hold-all-right .media-list li:last-child {
    border-bottom: none;
}
.hold-all-right .the-headlines {
    background: url(/res/images/headlines.png) bottom right no-repeat;
}
.hold-all-right .the-headlines .headlines {
    font-size: 17px;
    line-height: 37px;
    display: block;
    height: 37px;
    margin-left: 15px;
    padding: 6px 0 6px 50px;
    color: #777;
    background: url(/res/images/headlines-01.png) left no-repeat;
}
.hold-all-right .headlines-none {
    position: relative;
    display: none;
    overflow: hidden;
    height: 68px;
    padding: 2px 0;
}
.hold-all-right .headlines-none .bg {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .8;
    background-color: #ec5531;
}
.hold-all-right .headlines-none .behind-01 {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    width: 104px;
    height: 46px;
    margin-top: -10px;
    background: url(/res/images/behind-01.png) center no-repeat;
}
.hold-all-right .headlines-none .behind-03 {
    position: absolute;
    top: 5px;
    left: 50%;
    width: 96px;
    height: 77px;
    margin-left: 10px;
    background: url(/res/images/behind-03.png) center no-repeat;
}
.hold-all-right .headlines-none .behind-04 {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 50px;
    height: 70px;
    margin-left: 40px;
    background: url(/res/images/behind-04.png) center no-repeat;
}
.hold-all-right .headlines-none .behind-05 {
    position: absolute;
    top: 7px;
    left: 50%;
    width: 105px;
    height: 84px;
    margin-left: -5px;
    background: url(/res/images/behind-05.png) center no-repeat;
}
.hold-all-right .headlines-none .healin {
    position: absolute;
    z-index: 50;
    top: 15px;
    left: 15px;
    height: 40px;
    padding-left: 50px;
    color: #fff;
    background: url(/res/images/headlines-02.png) left top no-repeat;
}
.hold-all-right .headlines-none .healin em {
    font-size: 18px;
    font-weight: bold;
    display: block;
}
.hold-all-right .headlines-none .healin i {
    font-size: 14px;
    font-style: normal;
    line-height: 16px;
    display: block;
}
.hold-all-right .headlines-none .qr-code {
    position: absolute;
    z-index: 50;
    right: 10px;
    width: 68px;
    height: 68px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hold-all-right .the-headlines:hover .headlines {
    display: none;
}
.hold-all-right .the-headlines:hover .headlines-none {
    display: block;
}
.hold-all-right .office-wb {
    background: url(/res/images/office-wb.png) bottom right no-repeat;
}
.hold-all-right .the-headlines .offi-icon-01 {
    background: url(/res/images/offi-icon-01.png) left no-repeat;
}
.hold-all-right .headlines-none .offi-icon-02 {
    background: url(/res/images/offi-icon-02.png) left top no-repeat;
}
.hold-all-right .mobile-portal {
    background: url(/res/images/mobile-portal.png) bottom right no-repeat;
}
.hold-all-right .the-headlines .mobile-portal-01 {
    background: url(/res/images/mobile-portal-01.png) left no-repeat;
}
.hold-all-right .headlines-none .mobile-portal-02 {
    background: url(/res/images/mobile-portal-02.png) left no-repeat;
}
.hold-all-right .service-number {
    background: url(/res/images/service-number.png) bottom right no-repeat;
}
.hold-all-right .the-headlines .serv-nuber-01 {
    background: url(/res/images/serv-nuber-01.png) left no-repeat;
}
.hold-all-right .headlines-none .serv-nuber-02 {
    background: url(/res/images/serv-nuber-02.png) left no-repeat;
}
.hold-all-right .tourism-app {
    background: url(/res/images/tourism-app.png) bottom right no-repeat;
}
.hold-all-right .the-headlines .tourism-app-01 {
    background: url(/res/images/tourism-app-01.png) left no-repeat;
}
.hold-all-right .headlines-none .tourism-app-02 {
    background: url(/res/images/mobile-portal-02.png) left no-repeat;
}
.hold-all-right .micro-blog {
    background: url(/res/images/micro-blog.png) bottom right no-repeat;
}
.hold-all-right .the-headlines .micro-blog-01 {
    background: url(/res/images/micro-blog-01.png) left no-repeat;
}
.hold-all-right .headlines-none .micro-blog-02 {
    background: url(/res/images/micro-blog-02.png) left no-repeat;
}
/************小贴?***************/
.small-tips {
    float: left;
    width: 780px;
    min-height: 1000px;
    padding-top: 25px;
}
.small-tips .nav-tip {
    overflow: hidden;
    border-bottom: 2px solid #eb542f;
}
.small-tips .nav-tip li {
    font-size: 16px;
    float: left;
    padding: 6px 10px;
    cursor: pointer;
    color: #eb542f;
}
.small-tips .nav-tip .active,
.small-tips .nav-tip li:hover {
    -webkit-border-top-left-radius: 3px;
            border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
            border-top-right-radius: 3px;
    background-color: #eb542f;

       -moz-border-top-left-radius: 3px;
        -ms-border-top-left-radius: 3px;
         -o-border-top-left-radius: 3px;
       -moz-border-top-right-radius: 3px;
        -ms-border-top-right-radius: 3px;
         -o-border-top-right-radius: 3px;
}
.small-tips .nav-tip .active,
.small-tips .nav-tip li:hover {
    color: #fff;
}
.small-tips .tips-box {
    position: relative;
    margin-top: 30px;
}
.small-tips .tips-list {
    overflow: hidden;
    width: 780px;
    height: 100%;
}
.small-tips .tips-list li {
    float: left;
    overflow: hidden;
    width: 245px;
}
.small-tips .tips-list .inf-line {
    border: 1px solid #dedede;
    border-top: none;
}
.small-tips .tips-list h1 {
    position: relative;
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: #acacac 1px dashed;
    border-left: 1px solid #dedede;
}
.small-tips .tips-list .sma-01,
.small-tips .tips-list .sma-02 {
    position: absolute;
    bottom: -10px;
    width: 18px;
    height: 18px;
    border: 1px solid #dedede;
    background-color: #fff;
}
.small-tips .tips-list .sma-01 {
    left: -10px;
}
.small-tips .tips-list .sma-02 {
    right: -10px;
}
.small-tips .tips-list h1 span {
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
    color: #414141;

    *display: inline;
}
.small-tips .tips-list h1 span em {
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    padding-left: 18px;
    color: #414141;
    background: url(/res/images/tip-01.png) left no-repeat;
}
.small-tips .tips-list h1 .has {
    background: url(/res/images/tip-03.png) left no-repeat;
}
.small-tips .tips-list h1 span:hover .has {
    background: url(/res/images/tip-04.png) left no-repeat;
}
.small-tips .tips-list p {
    font-size: 12px;
    line-height: 22px;
    padding: 10px 12px;
    color: #414141;
}
.small-tips .tips-list .tip-botto {
    font-size: 12px;
    display: block;
    padding: 4px 2px;
    color: #a2a2a2;
    background-color: #eee;
}
.small-tips .tips-list .tip-botto em {
    line-height: 22px;
    display: inline-block;
    height: 22px;
    margin-left: 10px;

    *display: inline;
    *zoom: 1;
}
.small-tips .tips-list li:hover h1 {
    border-top: 1px solid #f0520e;
    border-right: 1px solid #f0520e;
    border-bottom: 1px dashed #f0520e;
    border-left: 1px solid #f0520e;
}
.small-tips .tips-list li:hover .inf-line {
    border: 1px solid #f0520e;
    border-top: none;
}
.small-tips .tips-list li:hover .sma-01,
.small-tips .tips-list li:hover .sma-02 {
    border: 1px solid #f0520e;
}
.small-tips .tips-list li:hover .tip-botto {
    color: #fff;
    background-color: #f0520e;
}
.small-tips .tips-list h1 span:hover {
    color: #f0520e;
}
.small-tips .tips-list h1 span:hover em {
    color: #f0520e;
    background: url(/res/images/tip-02.png) left no-repeat;
}

.service-more {
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
}
/*个人中心*/

.header .user {
    position: relative;
    float: right;
    margin: 17px 0;
}

.header .user img {
    float: left;
    width: 29px;
    height: 29px;
    border-radius: 100%;
}
.header .user .arrow {
    float: left;
    width: 0;
    height: 0;
    margin: 12px 0 0 12px;
    border: 5px solid transparent;
    border-top-color: #858585;
}

.header .user .head {
    overflow: hidden;
    cursor: pointer;
}

.header .mes {
    float: right;
    margin: 22px 15px;
    padding-left: 22px;
    background: url(/res/images/mes_01.png) no-repeat 0 4px;
}

.header .mes i {
    float: left;
    width: 6px;
    height: 6px;
    margin-left: -8px;
    border-radius: 100%;
    background-color: #f0816f;
}

.header .mes em {
    font-size: 14px;
    float: left;
    color: #333;
}

.header .user .arrow_top {
    position: absolute;
    top: -17px;
    left: 75px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #ccc;
    border-bottom-color: rgba(0, 0, 0, .15);
}

.header .user .arrow_top i {
    position: absolute;
    top: -5px;
    left: -7px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-bottom-color: #fff;
}

.header .user .dropdown-menu {
    top: 40px;
    left: -70px;
}

.header .user .dropdown-menu .left {
    float: left;
    clear: none;
}

.header .user .dropdown-menu .right {
    font-size: 12px;
    line-height: 20px;
    float: right;
    clear: none;
    padding: 3px 18px;
}
.footer {
    height: 132px;
    border-top: 2px solid #f2432b;
    background-color: #fff;
}

.footer .links {
    margin-top: 35px;
    margin-bottom: 20px;
    text-align: center;
}

.footer .links a {
    font-size: 16px;
    display: inline-block;
    color: #666;
}

.footer .links a:hover {
    color: #f2432b;
}

.footer .links em {
    display: inline-block;
    width: 1px;
    height: 16px;
    margin: 0 8px;
    margin-top: -4px;
    vertical-align: middle;
    background-color: #999;
}

.footer p {
    font-size: 16px;
    text-align: center;
    color: #999;
}

.cont_wrap {
    width: 1200px;
    margin: 20px auto 40px auto;
}

.cont_wrap .top {
    margin-bottom: 15px;
    border: 1px solid #ededed;
}

.base_info {
    overflow: hidden;
    padding: 10px;
    border-bottom: 1px solid #ededed;
    background-color: #fff;
}

.base_info img {
    float: left;
    width: 48px;
    height: 48px;
    border-radius: 100%;
}

.base_info h1 {
    font-size: 18px;
    line-height: 48px;
    float: left;
    margin-right: 40px;
    margin-left: 10px;
    color: #5b5b5b;
}

.base_info span {
    font-size: 12px;
    line-height: 48px;
    float: left;
    margin-right: 30px;
    padding-left: 20px;
    color: #5b5b5b;
}

.base_info .sp_1 {
    background: url(/res/images/icon_01.png) no-repeat left;
}

.base_info .sp_2 {
    background: url(/res/images/icon_02.png) no-repeat left;
}

.base_info .sp_3 {
    background: url(/res/images/icon_03.png) no-repeat left;
}
.base_info span em {
    color: #69b2d4;
}

.cont_wrap .top .nav {
    height: 40px;
    background-color: #fafafa;
}

.cont_wrap .top .nav .item {
    float: left;
    width: 102px;
    height: 40px;
    border-right: 1px solid #ededed;
}

.cont_wrap .top .nav .item .ts {
    font-size: 12px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    color: #5b5b5b;
}

.cont_wrap .top .nav .item .ts .caret {
    margin-top: -4px;
    margin-left: 5px;
}

.cont_wrap .left {
    float: left;
    width: 200px;
}

.side_menu {
    border: 1px solid #ededed;
    background-color: #fff;
}

.side_menu .it {
    margin: 0 10px;
    border-top: 1px solid #f2432b;
}

.side_menu .it:first-child {
    border-top: none;
}

.side_menu .it .it_a {
    font-size: 16px;
    line-height: 46px;
    display: block;
    height: 46px;
    margin: -1px -10px;
    padding-left: 60px;
    color: #f2432b;
    background: url(/res/images/icon_04.png) no-repeat 35px center;
}

.side_menu .it.active .it_a,
.side_menu .it .it_a:hover {
    color: #fff;
    background: url(/res/images/icon_05.png) no-repeat 35px center;
    background-color: #f2432b;
}

.sec_menu {
    border-top: 1px solid #f2432b;
}

.sec_menu li {
    border-top: 1px solid #c2c2c2;
}

.sec_menu li:first-child {
    border-top: none;
}

.sec_menu li a {
    font-size: 14px;
    line-height: 32px;
    display: block;
    height: 32px;
    padding-left: 30px;
    color: #666;
}

.sec_menu li a i {
    float: left;
    width: 4px;
    height: 12px;
    margin: 10px 16px 0 0;
    background-color: #cdcdcd;
}

.side_links {
    overflow: hidden;
    margin-top: 10px;
    padding: 15px 15px 0 15px;
    border: 1px solid #ededed;
    background-color: #fff;
}

.side_links a {
    font-size: 12px;
    float: left;
    width: 56px;
    margin-bottom: 15px;
    padding-top: 18px;
    text-align: center;
    color: #a2a2a2;
    background: url(/res/images/icon_04.png) no-repeat center 0;
}

.side_itrt li {
    padding: 5px 0;
    border-bottom: 1px solid #ededed;
}

.side_itrt li span {
    font-size: 14px;
    color: #7c7c7c;
}

.side_itrt li span em {
    font-size: 18px;
    margin-left: 5px;
    color: #7c7c7c;
}

.side_itrt li a {
    font-size: 12px;
    float: right;
    margin-top: 5px;
    color: #ef6630;
}

.side_ad p {
    font-size: 12px;
    line-height: 36px;
    text-align: center;
    color: #999;
}

.side_ad a {
    display: block;
    height: 100px;
    margin-bottom: 10px;
}

.side_ad a img {
    display: block;
    width: 100%;
    height: 100%;
}

.cont_box {
    float: left;
    width: 990px;
    min-height: 816px;
    margin-left: 10px;
    border: 1px solid #ededed;
    background-color: #fff;
}

.form_wrap {
    padding: 20px 40px;
}

.title_caption {
    font-size: 22px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    color: #666;
    border-bottom: 1px solid #e5e5e5;
}

.form_wrap .pic_list li {
    position: relative;
    float: left;
    width: 100px;
    height: 100px;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 5px;
}

.form_wrap .pic_list li img {
    height: 100%;
}

.form_wrap .pic_list li .add_pic {
    line-height: 1.42857143;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.form_wrap .pic_list li .add_pic:hover {
    border-color: #ccc;
}

.form_wrap .pic_list li .add_pic .glyphicon-plus {
    font-size: 100px;
    line-height: 80px;
    color: #ddd;
}

.form_wrap .pic_list li .add_pic:hover .glyphicon-plus {
    color: #ccc;
}

.form_wrap .pic_list li .cover {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    cursor: pointer;
    text-align: center;
}

.form_wrap .pic_list li .cover .glyphicon {
    font-size: 24px;
    line-height: 82px;
    color: #f00;
}

.form_wrap .pic_list li .cover .prs {
    font-size: 16px;
    line-height: 82px;
    color: #fff;
}


/*****************图文列表******************/

.top-tit {
    width: 100%;
}

.top-tit span {
    font-size: 16px;
    font-weight: bold;
    color: #2b2d2f;
}

.sin-select .rad-box {
    padding-bottom: 18px;
    border-bottom: solid 1px #eceeef;
}

.sin-select .rad-box input {
    font-size: 14px;
    margin-top: 2px;
    vertical-align: middle;
    color: #7d7d7d;
}

.hotel-infor-lis ul li {
    overflow: hidden;
    padding: 10px 0;
}

.hotel-infor-lis .spire-tit span {
    font-size: 12px;
    float: left;
    color: #373a3c;
}

.hotel-infor-lis .spire-tit .number {
    font-size: 16px;
    font-weight: bold;
}

.hotel-infor-lis .spire-tit .order {
    margin: 0 5px 0 12px;
}

.hotel-infor-lis .hot-det-inf {
    margin-top: 5px;
}

.hot-det-inf .hotel-pic {
    float: left;
    width: 90px;
    height: 90px;
    margin-left: 20px;
}

.hot-det-inf .jiu-dia-box {
    position: relative;
    overflow: hidden;
    height: 90px;
    padding: 0;
}

.jiu-dia-box .hotel-pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.jiu-dia-box .write-hot {
    float: right;
    width: 220px;
    padding-right: 30px;
}

.jiu-dia-box .hot-nam {
    font-size: 16px;
    display: block;
    color: #fc9c00;
}

.jiu-dia-box .hot-nam:hover {
    color: #f2432b;
}

.jiu-dia-box .hot-label {
    position: absolute;
    bottom: 5px;
    left: 120px;
}

.jiu-dia-box .hot-label span {
    font-size: 12px;
    margin-right: 3px;
    padding: 2px 8px;
    color: #c1c5c9;
    border: 1px solid #c1c5c9;
    background-color: #fff;
}

.jiu-dia-box .hot-label span:hover {
    color: #fff;
    border-color: #f2432b;
    background-color: #f2432b;
}

.jiu-dia-box .hot-map {
    font-size: 14px;
    position: absolute;
    bottom: 30px;
    left: 120px;
    padding-left: 16px;
    color: #fc9c00;
    background: url(/res/images/hot-map.png) left no-repeat;
}

.hot-det-inf .check-time,
.hot-det-inf .leave-time {
    font-size: 14px;
    padding: 0;
    color: #2a2c2e;
}

.hot-det-inf .cancel-dd {
    padding: 0;
}

.hot-det-inf .cancel-dd .qx {
    font-size: 18px;
    display: block;
    color: #f66265;
}

.hot-det-inf .cancel-dd .operate {
    display: block;
    overflow: hidden;
    margin-top: 4px;
    padding: 0 2px;
}

.hot-det-inf .cancel-dd .operate a {
    font-size: 12px;
    float: left;
    color: #3d8bc8;
}

.hot-det-inf .cancel-dd .operate a:hover {
    color: #f2432b;
}

.hot-det-inf .cancel-dd .operate i {
    float: left;
    width: 1px;
    height: 12px;
    margin: 3px 10px;
    background-color: #ccc;
}


/*纯文本列?/

.info-box .avatar {
    position: relative;
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.info-box .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.info-box .avatar i {
    position: absolute;
    top: 1px;
    right: 1px;
    color: #ff6146;
}

.info-box .content {
    margin-left: 70px;
}

.info-box .content p {
    margin-bottom: 5px;
}

.info-box .brief {
    font-size: 13px;
}

.info-box .operation span {
    color: #aaa;
}

.info-box .operation a {
    float: right;
    text-decoration: none;
    outline: none;
}

.info-box .delete {
    margin-left: 20px;
}

.info-box .delete:hover {
    color: #f88a55;
}

.info-box .remark {
    color: #fdd548;
}

.info-box .content .tag {
    margin: 0;
}

.info-box .tag a {
    font-weight: normal;
    padding: 1px 10px;
    color: #aaa;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.info-box .tag a:hover {
    color: #fff;
    border-color: #ff6146;
    background-color: #ff6146;
}

.form-group .panel:hover {
    border: 1px solid #fdd548;
    -webkit-box-shadow: 0 0 5px #fdd548;
            box-shadow: 0 0 5px #fdd548;
}


/*****************图片列表**********************/

@-webkit-keyframes show {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideSkewIn {
    0% {
        -webkit-transform: translateX(130%) skew(-45deg) scale(1);
                transform: translateX(130%) skew(-45deg) scale(1);
    }
    to {
        -webkit-transform: translateX(0) skew(-45deg) scale(2);
                transform: translateX(0) skew(-45deg) scale(2);
    }
}

.tab-lis-pic {
    padding: 0 5px;
}

.list-of-pictures {
    overflow: hidden;
}

.list-of-pictures li {
    float: left;
    width: 202px;
    height: 177px;
    margin: 0 10px 15px 10px;
}

.list-of-pictures .show-phot {
    display: block;
    overflow: hidden;
    width: 202px;
    height: 152px;
}

.list-of-pictures .show-phot img {
    display: block;
    width: 100%;
    height: 100%;
}

.list-of-pictures .inform-phot {
    font-size: 14px;
    margin-top: 5px;
    color: #a6acb1;
}

.list-of-videos li .show-phot {
    position: relative;
}

.list-of-videos .show-phot .vid-bgc {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

.list-of-videos .show-phot .vid-bgc .bgc {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.list-of-videos .video-btn {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    background: url(/res/images/video-btn.png) 18px 13px no-repeat;
}

.list-of-videos li:hover .video-btn {
    background-color: rgba(0, 0, 0, .6);
}

.list-of-videos li:hover .vid-bgc {
    display: block;
    -webkit-animation: show .4s ease-in-out;
            animation: show .4s ease-in-out;
}

.list-of-videos li:hover .vid-bgc .bgc {
    -webkit-animation: slideSkewIn .3s ease-in forwards;
            animation: slideSkewIn .3s ease-in forwards;
}

.c-2-70 {
    background: url(/res/images/cover_2_70.png);
}

.mask {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

.mask .close_btn {
    font-size: 46px;
    position: absolute;
    top: 40px;
    right: 40px;
    color: #ccc;
}

.mask .close_btn:hover {
    color: #f2432b;
}

.video_wrap {
    width: 800px;
    height: 515px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px #000;
}

.video_wrap h1 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    text-align: center;
    color: #000;
}

.video_wrap .video {
    width: 100%;
    height: 440px;
    background-color: #000;
}

.uploadingImg-box {
    width: 1200px;
    margin: 0 auto;
}

.uploadingImg-ul {
    margin: 0 0 30px;
    padding: 20px 12px 6px;
    border-radius: 4px;
    background-color: #f2f2f2;
}

.uploadingImg-li {
    position: relative;
    float: left;
    width: 154px;
    height: 160px;
    margin: 0 7px 14px;
    border-radius: 4px;
    background-color: #eee;
}

.uploadingImg-img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.uploadingImg-cover {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 39px;
    border-radius: 0 0 4px 4px;
    background-color: rgba(153, 153, 153, 0);
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7) 33%, rgba(0, 0, 0, .68) 35%, rgba(0, 0, 0, 0));
    background-image:    -moz-linear-gradient(bottom, rgba(0, 0, 0, .7) 33%, rgba(0, 0, 0, .68) 35%, rgba(0, 0, 0, 0));
    background-image:      -o-linear-gradient(bottom, rgba(0, 0, 0, .7) 33%, rgba(0, 0, 0, .68) 35%, rgba(0, 0, 0, 0));
    background-image:         linear-gradient(to top, rgba(0, 0, 0, .7) 33%, rgba(0, 0, 0, .68) 35%, rgba(0, 0, 0, 0));
}

.uploadingImg-btn {
    font-size: 12px;
    line-height: 34px;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 34px;
    padding-left: 14px;
    color: #fff;
    border-top: 1px dotted #fff;
}

.uploadingImg-icon {
    position: absolute;
    z-index: 6;
    top: 15px;
    right: 15px;
    width: 9px;
    height: 5px;
    background: url(/res/images/edit_01.png) no-repeat 0 -45px;
}

.uploadingImg-choose {
    position: absolute;
    z-index: 20;
    top: 126px;
    left: 0;
    width: 100%;
    border-radius: 0 0 4px 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(92, 92, 92, .3);
       -moz-box-shadow: 0 2px 4px rgba(92, 92, 92, .3);
            box-shadow: 0 2px 4px rgba(92, 92, 92, .3);
}

.uploadingImg-choose.hidden {
    display: none;
}

.uploadingImg-tag {
    font-size: 12px;
    line-height: 34px;
    display: block;
    height: 34px;
    padding-left: 15px;
    color: #5c5c5c;
}

.uploadingImg-tag:hover {
    background-color: #f2f2f2;
}

.uploadingImg-item {
    border-top: 1px dotted #e7e7e7;
}

.uploadingImg-item.cur .uploadingImg-tag {
    color: #eb542f;
}

.uploadingImg-del {
    font-size: 20px;
    font-weight: bold;
    line-height: 16px;
    position: absolute;
    z-index: 20;
    top: 9px;
    right: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    background-color: #eb542f;
}

.uploadingImg-delCover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(153, 153, 153, 0);
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7) 33%, rgba(0, 0, 0, .68) 35%, rgba(0, 0, 0, 0));
    background-image:    -moz-linear-gradient(bottom, rgba(0, 0, 0, .7) 33%, rgba(0, 0, 0, .68) 35%, rgba(0, 0, 0, 0));
    background-image:      -o-linear-gradient(bottom, rgba(0, 0, 0, .7) 33%, rgba(0, 0, 0, .68) 35%, rgba(0, 0, 0, 0));
    background-image:         linear-gradient(to top, rgba(0, 0, 0, .7) 33%, rgba(0, 0, 0, .68) 35%, rgba(0, 0, 0, 0));
}

.uploadingImg-li:hover .uploadingImg-delCover {
    display: block;
}

.uploadingImg-addBox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.uploadingImg-addBox:hover {
    background-color: #fff;
}

.uploadingImg-addIcon {
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    line-height: 41px;
    position: relative;
    display: block;
    width: 47px;
    height: 47px;
    margin: 39px auto 0;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    background-color: #eb542f;
}

.uploadingImg-addTxt {
    font-size: 16px;
    line-height: 1;
    display: block;
    margin-top: 22px;
    text-align: center;
    color: #eb542f;
}

.edit-waypoint-main {
    float: left;
    width: 664px;
}

.edit-waypoint-main .img-wrapper {
    width: 620px;
    height: 400px;
    margin: 0 22px;
}

.edit-waypoint-main .img-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.edit-waypoint-text {
    position: relative;
    overflow: hidden;
    height: 178px;
    margin: 22px 22px 0;
    padding-bottom: 30px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background-color: #f8f8f8;

        -ms-border-radius: 4px;
         -o-border-radius: 4px;
}

.edit-waypoint-text textarea {
    font-size: 16px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 15px 18px 0;
    resize: none;
    border: 0;
    outline: 0;
    background-color: #f8f8f8;
}

.edit-waypoint-text .tip {
    font-size: 12px;
    position: absolute;
    right: 18px;
    bottom: 12px;
    color: #a8a8a8;
}

.uct-travel {
    width: 1200px;
    margin: 0 auto;
}

.uct-travel .yj_top {
    margin: 40px 0;
}

.uct-travel .title-box {
    width: 440px;
    height: 58px;
    border: 2px dotted #f2f2f2;
    background: url(/res/images/icon_1.png) no-repeat 390px 12px;
}

.uct-travel .title-box input {
    font-size: 25px;
    display: block;
    width: 365px;
    height: 54px;
    padding-left: 15px;
    color: #000;
    border: 0;
    outline: none;
}

.uct-travel .flow {
    float: right;
}

.uct-travel .flow .item {
    float: left;
    margin: 5px 0 0 40px;
}

.uct-travel .flow .item em {
    font-family: Arial;
    font-size: 25px;
    font-weight: bold;
    line-height: 47px;
    float: left;
    width: 47px;
    height: 47px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    background-color: #e7e7e7;
}

.uct-travel .flow .active em {
    background-color: #eb542f;
}

.uct-travel .flow .item span {
    font-size: 14px;
    line-height: 47px;
    float: left;
    margin-left: 10px;
}

.uct-travel .flow .create-btn {
    font-size: 14px;
    line-height: 48px;
    float: left;
    width: 180px;
    height: 48px;
    margin: 5px 0 0 40px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background-color: #eb542f;
}

.uct-travel .flow .create-btn:hover {
    background-color: #fb7959;
}

.uct-travel .photo-list .days {
    float: left;
    width: 60px;
}

.uct-travel .photo-list .days a {
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    display: block;
    height: 32px;
    color: #eb542f;
}

.uct-travel .wp-wrapper {
    position: relative;
    overflow: hidden;
    width: 146px;
    height: 550px;
    margin-bottom: 10px;
    margin-left: 60px;
    padding-right: 20px;
}

.uct-travel .wp-wrapper .wp-item {
    position: relative;
    width: 126px;
    height: 130px;
    margin-bottom: 10px;
    cursor: pointer;
}

.uct-travel .wp-wrapper .wp-item img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.uct-travel .wp-wrapper .wp-item .over {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    border-radius: 4px;
    background: url(/res/images/icon_2.png);
}

.uct-travel .wp-wrapper .active .over {
    display: block;
}

.uct-travel .wp-wrapper .wp-item .over em {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 39px;
    height: 43px;
    margin-top: -21px;
    margin-left: -20px;
    background: url(/res/images/icon_3.png) no-repeat;
}

.uct-travel .wp-wrapper .wp-item .over .del {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url(/res/images/icon_4.png) no-repeat;
}

.uct-travel .add-word {
    font-size: 16px;
    line-height: 40px;
    display: block;
    height: 40px;
    margin-right: 20px;
    margin-left: 60px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background-color: #c9c9c9;
}

.uct-travel .add-word:hover {
    background-color: #b0b0b0;
}

.uct-travel .photo-list {
    position: relative;
    float: left;
    width: 217px;
    padding-right: 10px;
    border-right: 1px solid #bebebe;
}

.uct-travel .cont-box {
    margin-bottom: 40px;
}

.uct-travel .photo-list .arrow {
    position: absolute;
    top: 55px;
    right: -1px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-right-color: #bebebe;
}

.uct-travel .photo-list .arrow i {
    position: absolute;
    top: -8px;
    left: -6px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-right-color: #fff;
}

.browse_pic {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 165px;
    display: none;
    width: 220px;
    padding: 5px;
    border: 1px solid #dcd9d4;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.uploadingImg-li:hover .browse_pic,
.photo-panel li:hover .browse_pic {
    display: block;
}

.photo-panel li.selected:hover .browse_pic {
    display: none;
}

.relate_addr {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.photo-panel-wrap {
    overflow-x: hidden;
    overflow-y: auto;
    height: 365px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background: #f2f2f2;

        -ms-border-radius: 4px;
         -o-border-radius: 4px;
}

.photo-panel {
    padding: 10px;
}

.photo-panel li img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;

        -ms-border-radius: 4px;
         -o-border-radius: 4px;
}

.photo-panel li {
    position: relative;
    float: left;
    width: 152px;
    height: 160px;
    margin: 7px;
    cursor: pointer;
}

.photo-panel li .selected-icon,
.photo-panel li .deleted-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
}

.photo-panel li.selected .selected-icon {
    display: block;
}

.photo-panel li:hover .deleted-icon {
    display: block;
}

.photo-panel li.selected:hover .deleted-icon {
    display: none;
}

.photo-panel li .selected-icon span,
.photo-panel li .deleted-icon span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background: #000;

        -ms-border-radius: 4px;
         -o-border-radius: 4px;
    filter: alpha(Opacity=70);
}

.photo-panel li .selected-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    background: url(/res/images/edit_01.png) no-repeat;
    background-position: -41px -424px;
}

.photo-panel li .deleted-icon i {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    line-height: 16px;
    position: absolute;
    z-index: 20;
    top: 9px;
    right: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    background-color: #eb542f;
}

.hint {
    font-size: 18px;
    position: relative;
    width: 226px;
    height: 47px;
    margin: 20px auto;
    color: #b0b0b0;
}

.hint i {
    display: inline-block;
    width: 41px;
    height: 47px;
    background: url(/res/images/edit_01.png) no-repeat;
    background-position: 0 -424px;

    *display: inline;
}

.hint span {
    position: absolute;
    top: 15px;
    right: 0;
}

.poi-panel {
    position: relative;
}

.poi-panel .new-poi {
    display: block;
    float: left;
    width: 160px;
    height: 124px;
    margin: 3px 5px 3px 0;
    text-align: center;
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;

        -ms-border-radius: 4px;
         -o-border-radius: 4px;
}

.poi-panel .new-poi:hover {
    background-color: #eee;
}

.poi-panel .new-poi i {
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    line-height: 41px;
    position: relative;
    display: block;
    width: 47px;
    height: 47px;
    margin: 25px auto 10px auto;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    background-color: #eb542f;
}

.poi-panel .new-poi p {
    font-size: 16px;
    color: #eb542f;
}

.poi-panel .empty-text {
    font-size: 24px;
    position: absolute;
    top: 50px;
    left: 495px;
    color: #e7e7e7;
}

.poi-panel .poi-panel-scroll {
    position: relative;
    overflow: hidden;
    width: 1033px;
}

.poi-panel .poi-panel-scroll .poi-list .poi-item {
    float: left;
}

.poi-panel .poi-panel-scroll .poi-list .poi-item a {
    position: relative;
    display: block;
    width: 162px;
    height: 126px;
    margin: 3px 5px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background: #f2f2f2;

        -ms-border-radius: 4px;
         -o-border-radius: 4px;
}

.poi-panel .poi-panel-scroll .poi-list .poi-item:hover a {
    background-color: #eb542f;
}

.poi-panel .poi-panel-scroll .poi-list .poi-item a .title {
    font-size: 18px;
    position: absolute;
    top: 20px;
    left: 12px;
    overflow: hidden;
    width: 135px;
    height: 61px;
    word-break: break-all;
    color: #5c5c5c;
}

.poi-panel .poi-panel-scroll .poi-list .poi-item:hover a .title {
    color: #fff;
}

.poi-item a .count {
    font-size: 18px;
    position: absolute;
    bottom: 13px;
    left: 13px;
    color: #999;
}

.poi-item:hover a .count {
    color: #fff;
}

.poi-panel .poi-panel-scroll .poi-list .poi-item .poi-icon {
    position: absolute;
    right: 13px;
    bottom: 13px;
    width: 27px;
    height: 36px;
    background: url(/res/images/travel_03.png) no-repeat;
    background-position: 0 -2049px;
}

.poi-panel .poi-panel-scroll .poi-list .poi-item a .remove {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    line-height: 18px;
    position: absolute;
    z-index: 20;
    top: 9px;
    right: 10px;
    display: none;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #eb542f;
    border-radius: 100%;
    background-color: #fff;
}

.poi-panel .poi-panel-scroll .poi-list .poi-item:hover a .remove {
    display: block;
}

.search_result_box .empty-list {
    height: 410px;
    background: #fff url(/res/images/add_poi_empty.png) no-repeat center center;
}

.search_result_box .empty-list-2 {
    height: 275px;
}

.usercenter_marsk .box .divide {
    line-height: 44px;
    position: relative;
    text-align: center;
}

.usercenter_marsk .box .divide span {
    font-size: 14px;
    position: relative;
    z-index: 2;
    padding: 15px;
    color: #c9c9c9;
    background: #fff;
}

.usercenter_marsk .box .divide i {
    position: absolute;
    top: 21px;
    left: 0;
    width: 100%;
    border-top: 1px solid #e7e7e7;
}

.poi-added-list-wrap {
    position: relative;
    overflow: hidden;
    width: 450px;
    height: 85px;
    margin-bottom: 15px;
}

.usercenter_marsk .box .btn-sure {
    font-size: 18px;
    line-height: 46px;
    display: block;
    width: 190px;
    height: 46px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background-color: #eb542f;

        -ms-border-radius: 4px;
         -o-border-radius: 4px;
}

.usercenter_marsk .box .btn-sure:hover {
    background-color: #fb7959;
}

.poi-added-list-wrap .bd li {
    position: relative;
    float: left;
    width: 120px;
    margin-right: 6px;
}

.poi-added-list-wrap .bd li a {
    position: relative;
    display: block;
    width: 120px;
    height: 85px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background: #f2f2f2;

        -ms-border-radius: 4px;
         -o-border-radius: 4px;
}

.poi-added-list-wrap .bd .title {
    font-size: 16px;
    position: absolute;
    position: absolute;
    z-index: 2;
    top: 12px;
    left: 9px;
    overflow: hidden;
    width: 102px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #5c5c5c;
}

.poi-added-list-wrap .bd .poi-icon {
    position: absolute;
    z-index: 1;
    right: 10px;
    bottom: 10px;
    width: 27px;
    height: 36px;
    background: url(/res/images/travel_03.png) no-repeat;
    background-position: 0 -2049px;
}

.poi-added-list-wrap .bd .mask {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background: rgba(0, 0, 0, .6);

        -ms-border-radius: 4px;
         -o-border-radius: 4px;
}

.poi-added-list-wrap .bd li:hover .mask {
    display: block;
}

.poi-added-list-wrap .bd .remove {
    position: absolute;
    z-index: 4;
    top: 12px;
    right: 10px;
    width: 10px;
    height: 10px;
    background: url(/res/images/edit_01.png) no-repeat;
    background-position: -4px -20px;
}

.poi-added-list-wrap .prev {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 28px;
    height: 85px;
    padding: 33px 17px 33px 0;
    cursor: pointer;
    background: rgba(255, 255, 255, .6);
    background-image: -webkit-gradient(linear, 0 50%, 100% 50%, color-stop(0%, #fff), color-stop(100%, rgba(248, 248, 248, .2)));
    background-image: -webkit-linear-gradient(left, #fff, rgba(248, 248, 248, .2));
    background-image:    -moz-linear-gradient(left, #fff, rgba(248, 248, 248, .2));
    background-image:      -o-linear-gradient(left, #fff, rgba(248, 248, 248, .2));
    background-image:         linear-gradient(left, #fff, rgba(248, 248, 248, .2));
}

.poi-added-list-wrap .prev.prevStop {
    display: none;
}

.poi-added-list-wrap .prev i {
    display: block;
    width: 11px;
    height: 19px;
    background: url(/res/images/arrow_left.png) no-repeat;
}

.poi-added-list-wrap .prev:hover i {
    background: url(/res/images/arrow_left_hover.png) no-repeat;
}

.poi-added-list-wrap .next {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 28px;
    height: 85px;
    padding: 33px 0 33px 17px;
    cursor: pointer;
    background: rgba(255, 255, 255, .6);
    background-image: -webkit-gradient(linear, 0 50%, 100% 50%, color-stop(0%, rgba(248, 248, 248, .2)), color-stop(100%, #fff));
    background-image: -webkit-linear-gradient(left, rgba(248, 248, 248, .2), #fff);
    background-image:    -moz-linear-gradient(left, rgba(248, 248, 248, .2), #fff);
    background-image:      -o-linear-gradient(left, rgba(248, 248, 248, .2), #fff);
    background-image:         linear-gradient(left, rgba(248, 248, 248, .2), #fff);
}

.poi-added-list-wrap .next.nextStop {
    display: none;
}

.poi-added-list-wrap .next i {
    display: block;
    width: 11px;
    height: 19px;
    background: url(/res/images/arrow_right.png) no-repeat;
}

.poi-added-list-wrap .next:hover i {
    background: url(/res/images/arrow_right_hover.png) no-repeat;
}

.photo-panel-wrap .ts_wc {
    font-size: 18px;
    width: 370px;
    margin: 145px auto;
    padding-left: 100px;
    color: #999;
    background: url(/res/images/icon_06.png) no-repeat left;
}

.layer {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.create_notes_box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 360px;
    height: 245px;
    margin-top: -180px;
    margin-left: -122.5px;
    padding: 20px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 1px 8px #000;

    filter: progid: DXImageTransform.Microsoft.Shadow(color='#5c5c5c', Direction=135, Strangth=3);
}

.create_notes_box h2 {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 15px;
    color: #5c5c5c;
    border-bottom: 1px solid #e7e7e7;
}

.create_notes_box .caption {
    font-size: 14px;
    line-height: 1;
    display: block;
    margin: 20px 0 15px 0;
    color: #999;
}

.create_notes_box input {
    line-height: 32px;
    width: 100%;
    height: 32px;
    padding: 0;
    text-indent: 10px;
    border: 1px solid #e7e7e7;
    outline: none;
}

.create_notes_box select {
    line-height: 32px;
    width: 100%;
    height: 32px;
    padding-left: 10px;
    cursor: pointer;
    color: #c9c9c9;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    outline: none;
    background: url(/res/images/create_trip_timezone_arrow.png) 95px 13px no-repeat;

    -webkit-appearance: none;
}

.create_notes_box .ok_btn {
    font-size: 14px;
    line-height: 32px;
    display: block;
    height: 32px;
    text-align: center;
    color: #eb542f;
    border: 1px solid #eb542f;
    border-radius: 3px;
}

.create_notes_box .ok_btn:hover {
    color: #fff;
    background-color: #eb542f;
}

.create_notes_box .close {
    font-size: 16px;
    line-height: 14px;
    width: 20px;
    height: 20px;
    margin-top: -2px;
    text-align: center;
    opacity: .4;
    border: 2px solid #000;
    border-radius: 100%;
}

.create_notes_box .close:hover {
    opacity: .6;
}

.edit-waypoint-detail {
    float: right;
    width: 319px;
    height: 600px;
    padding-left: 18px;
    border-left: 1px solid #e7e7e7;
}

.edit-waypoint-detail .addr span {
    font-size: 18px;
    font-weight: bold;
    line-height: 34px;
    display: block;
    padding-left: 45px;
    color: #666;
    background: url(/res/images/travel_01.png) no-repeat;
}

.edit-waypoint-detail .addr {
    padding: 9px 0;
    cursor: pointer;
    border-bottom: 1px solid #e7e7e7;
}

.edit-waypoint-detail .time .date {
    font-family: Arial;
    font-size: 14px;
    line-height: 20px;
    display: block;
    padding-left: 45px;
    color: #666;
    background: url(/res/images/travel_02.png) no-repeat 7px 0;
}

.edit-waypoint-detail .time {
    position: relative;
    padding: 16px 0;
    cursor: pointer;
    border-bottom: 1px solid #e7e7e7;
}

.edit-waypoint-detail .time .arrow {
    float: right;
    margin: 8px 10px 0 0;
    border: 6px solid transparent;
    border-top-color: #b0b0b0;
}

.edit-waypoint-detail .time .edit_box {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    left: 0;
    display: none;
    padding: 0 20px 10px 20px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
       -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
            box-shadow: 0 2px 8px rgba(0, 0, 0, .25);

        -ms-border-radius: 2px;
         -o-border-radius: 2px;
}

.edit-waypoint-detail .time .edit_box .caption_time {
    font-family: Arial;
    font-size: 14px;
    line-height: 52px;
    display: block;
    margin-bottom: 20px;
    color: #666;
    border-bottom: 1px solid #e7e7e7;
}

.edit-waypoint-detail .time .edit_box .row {
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
}

.edit-waypoint-detail .time .edit_box input {
    font-size: 14px;
    line-height: 26px;
    width: 56px;
    height: 26px;
    padding-left: 8px;
    color: #eb542f;
    border: 1px solid #f2f2f2;
    outline: 0;
}

.edit-waypoint-detail .time .edit_box em {
    font-size: 14px;
    margin: 0 5px;
    color: #666;
}

.edit-waypoint-detail .permission {
    position: relative;
    padding: 16px 0;
    cursor: pointer;
    border-bottom: 1px solid #e7e7e7;
}

.edit-waypoint-detail .permission .selected {
    font-size: 14px;
    line-height: 20px;
    display: block;
    padding-left: 45px;
    color: #666;
}

.edit-waypoint-detail .permission .selected.it_01 {
    background: url(/res/images/permission_01.png) no-repeat 8px center;
}

.edit-waypoint-detail .permission .selected.it_02 {
    background: url(/res/images/permission_02.png) no-repeat 4px center;
}

.edit-waypoint-detail .permission .select_box {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    left: 0;
    display: none;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
       -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
            box-shadow: 0 2px 8px rgba(0, 0, 0, .25);

        -ms-border-radius: 2px;
         -o-border-radius: 2px;
}

.edit-waypoint-detail .permission .select_box span {
    font-size: 14px;
    line-height: 20px;
    display: block;
    padding: 10px 0 10px 55px;
    -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
    color: #666;
}

.edit-waypoint-detail .permission .select_box .option1 {
    background: url(/res/images/permission_01.png) no-repeat 20px center;
}

.edit-waypoint-detail .permission .select_box .option2 {
    background: url(/res/images/permission_02.png) no-repeat 16px center;
}

.edit-waypoint-detail .permission .select_box .option1:hover,
.edit-waypoint-detail .permission .select_box .option1.active {
    color: #fff;
    background: url(/res/images/permission_01_active.png) no-repeat 20px center;
    background-color: #eb542f;
}

.edit-waypoint-detail .permission .select_box .option2:hover,
.edit-waypoint-detail .permission .select_box .option2.active {
    color: #fff;
    background: url(/res/images/permission_02_active.png) no-repeat 16px center;
    background-color: #eb542f;
}

.edit-waypoint-detail .map_wrap {
    margin-top: 20px;
}

.edit-waypoint-detail .map_wrap .map {
    height: 280px;
    background-color: #eee;
}

.edit-waypoint-detail .map_wrap .dt_btns {
    overflow: hidden;
    margin: 20px -10px;
}

.edit-waypoint-detail .map_wrap .dt_btns a {
    font-size: 14px;
    line-height: 40px;
    float: left;
    width: 140px;
    height: 40px;
    margin: 0 10px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;

        -ms-border-radius: 4px;
         -o-border-radius: 4px;
}

.edit-waypoint-detail .map_wrap .dt_btns .save {
    background-color: #eb542f;
}

.edit-waypoint-detail .map_wrap .dt_btns .save:hover {
    background-color: #fb7959;
}

.edit-waypoint-detail .map_wrap .dt_btns .cancel {
    background-color: #c9c9c9;
}

.edit-waypoint-detail .map_wrap .dt_btns .cancel:hover {
    background-color: #d9d9d9;
}

.usercenter_marsk {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

.usercenter_marsk .box {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    width: 490px;
    margin-top: -300px;
    margin-left: -245px;
    padding: 20px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background-color: #fff;

        -ms-border-radius: 4px;
         -o-border-radius: 4px;
}

.usercenter_marsk .box .close {
    font-size: 16px;
    line-height: 14px;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    text-align: center;
    opacity: .4;
    border: 2px solid #000;
    border-radius: 100%;
}

.usercenter_marsk .box .close:hover {
    opacity: .6;
}

.usercenter_marsk .box .caption {
    font-size: 16px;
    line-height: 24px;
    display: block;
    color: #666;
}

.usercenter_marsk .box .search-input {
    position: relative;
    width: 450px;
    height: 48px;
    margin-top: 15px;
    margin-bottom: 6px;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;

        -ms-border-radius: 4px;
         -o-border-radius: 4px;
}

.usercenter_marsk .box .search-input input {
    font-size: 14px;
    line-height: 18px;
    width: 448px;
    height: 46px;
    padding: 14px 0 14px 48px;
    border: 0;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    outline: 0;

        -ms-border-radius: 4px;
         -o-border-radius: 4px;
}

.usercenter_marsk .box .search-input .icon {
    position: absolute;
    top: 12px;
    left: 13px;
    width: 20px;
    height: 20px;
    background: url(/res/images/edit_01.png) no-repeat;
    background-position: 0 -114px;
}

.usercenter_marsk .box .search_result_box {
    overflow: auto;
    height: 467px;
}

.usercenter_marsk .cont_add {
    position: absolute;
    z-index: 11;
    top: 59px;
    left: 490px;
    width: 450px;
    height: 520px;
    background-color: #fff;
}

.usercenter_marsk .cont_add .input_1 {
    font-size: 14px;
    line-height: 18px;
    width: 340px;
    height: 48px;
    padding: 14px 13px;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    outline: 0;

        -ms-border-radius: 4px;
         -o-border-radius: 4px;
}

.usercenter_marsk .cont_add .search_btn {
    font-size: 14px;
    line-height: 48px;
    float: right;
    width: 96px;
    height: 48px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background-color: #eb542f;

        -ms-border-radius: 4px;
         -o-border-radius: 4px;
}

.usercenter_marsk .cont_add .bq_cap {
    font-size: 16px;
    line-height: 48px;
    float: left;
    color: #666;
}

.usercenter_marsk .cont_add .input_2 {
    font-size: 16px;
    line-height: 20px;
    float: left;
    width: 162px;
    height: 40px;
    margin-top: 5px;
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    outline: none;
}

.usercenter_marsk .cont_add .search_btn:hover {
    background-color: #fb7959;
}

.usercenter_marsk .cont_add .map {
    height: 250px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #eee;
}

.usercenter_marsk .cont_add .type_select {
    font-size: 16px;
    line-height: 48px;
    width: 100%;
    height: 48px;
    padding-left: 12px;
    cursor: pointer;
    color: #c9c9c9;
    border: none;
    border-radius: 3px;
    outline: none;
    background: url(/res/images/create_trip_timezone_arrow.png) 185px 20px no-repeat;
    background-color: #f2f2f2;

    -webkit-appearance: none;
}

.usercenter_marsk .cont_add .col-sm-6 {
    margin-bottom: 10px;
}

.usercenter_marsk .cont_add .cz_btn {
    font-size: 14px;
    line-height: 40px;
    display: block;
    height: 40px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background-color: #eb542f;

        -ms-border-radius: 4px;
         -o-border-radius: 4px;
}

.usercenter_marsk .cont_add .cz_btn:hover {
    opacity: .6;
}

.search_result_box .result_list li {
    position: relative;
    padding: 12px 0;
    cursor: pointer;
    border-bottom: 1px solid #f7f7f7;
}

.search_result_box .result_list .poi-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 35px;
    height: 30px;
    margin-top: -15px;
    background: url(/res/images/icon_type_01.png) no-repeat;
}

.search_result_box .result_list .title {
    font-size: 16px;
    margin-left: 65px;
    color: #5c5c5c;
}

.search_result_box .result_list .address {
    font-size: 12px;
    margin-left: 65px;
    color: #c9c9c9;
}

.tp_overlay {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.tp_overlay .box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 440px;
    margin-top: -300px;
    margin-left: -220px;
    padding: 20px 15px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background-color: #fff;

        -ms-border-radius: 4px;
         -o-border-radius: 4px;
}

.tp_overlay .box .close {
    font-size: 16px;
    line-height: 14px;
    width: 20px;
    height: 20px;
    margin-top: 7px;
    text-align: center;
    opacity: .4;
    border: 2px solid #000;
    border-radius: 100%;
}

.tp_overlay .box .close:hover {
    opacity: .6;
}

.tp_overlay .box .poi-name {
    font-size: 18px;
    line-height: 20px;
    color: #000;
}

.tp_overlay .box .poi-address {
    font-size: 12px;
    line-height: 14px;
    color: #999;
}

.tp_overlay .box .poi-icon {
    float: left;
    width: 35px;
    height: 30px;
    margin-top: 3px;
    background: url(/res/images/icon_type_01.png) no-repeat;
}

.tp_overlay .box .poi-info {
    margin-left: 45px;
}

.tp_overlay .box .pic_wrap li {
    position: relative;
    float: left;
    width: 126px;
    height: 130px;
    margin: 5px;
}

.tp_overlay .box .pic_wrap li img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;

        -ms-border-radius: 4px;
         -o-border-radius: 4px;
}

.tp_overlay .box .pic_wrap .del {
    font-size: 20px;
    line-height: 16px;
    position: absolute;
    top: 8px;
    right: 8px;
    display: none;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    background-color: #eb542f;
}

.tp_overlay .box .pic_wrap li:hover .del {
    display: block;
    -webkit-animation: show .4s ease-in-out;
            animation: show .4s ease-in-out;
}

.tp_overlay .box .pic_wrap {
    overflow-x: hidden;
    overflow-y: auto;
    width: 424px;
    min-height: 140px;
    max-height: 280px;
    margin: 15px 0;
}

.tp_overlay .box .pic_wrap ul {
    width: 408px;
}

.tp_overlay .box .sure_btn {
    font-size: 14px;
    line-height: 48px;
    display: block;
    width: 150px;
    height: 48px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background-color: #eb542f;
}

.tp_overlay .box .sure_btn:hover {
    background-color: #fb7959;
}


/****************** 游记详情 ******************/

.stroke-custom {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

.stroke-custo-header .stroke-custo-top {
    overflow: hidden;
}

.stroke-custo-top .custo-right {
    float: right;
    width: 300px;
    height: 80px;
    opacity: .4;
    background-color: #ccc;
}

.stroke-custo-top .custo-left {
    float: left;
    width: 800px;
}

.stroke-custo-top .custo-left-title {
    height: 40px;
}

.stroke-custo-top .custo-left-title .modify-tit {
    font-size: 30px;
    line-height: 40px;
    float: left;
    height: 40px;
    color: #272727;
    outline: none;
}

.route-plan .pla-detail-infor {
    overflow: hidden;
    width: 100%;
    padding-top: 10px;
}

.route-plan .view-big-wap {
    overflow: hidden;
}

.pla-detail-infor .view-tra-pln {
    line-height: 16px;
    height: 16px;
}

.pla-detail-infor .peop-det {
    float: left;
    overflow: hidden;
    width: 36px;
    height: 36px;
    margin-right: 10px;
}

.pla-detail-infor .peop-det img {
    display: block;
    width: 100%;
    height: 100%;
}

.pla-detail-infor .pla-tailor em {
    margin-left: 10px;
}

.pla-detail-infor .pla-time {
    margin: 0 30px 0 40px;
    padding-left: 18px;
    background: url(/res/images/custom-head-01.png) left no-repeat;
}

.pla-detail-infor .pla-see {
    padding-left: 20px;
    background: url(/res/images/custom-head-02.png) left no-repeat;
}

.pla-detail-infor .view-number-show {
    font-size: 12px;
    line-height: 16px;
    height: 16px;
    padding-top: 5px;
    color: #272727;
}

.pla-detail-infor .view-number-show span {
    float: left;
    padding-left: 16px;
    background: url(/res/images/custom-head-03.png) left no-repeat;
}

.pla-detail-infor .view-number-show a {
    font-size: 12px;
    float: left;
    color: #febe00;
}

.pla-detail-infor .view-number-show a:hover {
    color: #ff9800;
}

.pla-detail-infor .view-number-show em {
    float: left;
}

.particular-custo .particular-style {
    overflow: hidden;
    height: 40px;
    margin: 22px 0 30px 0;
    padding-left: 10px;
    background: #525c63;
}

.particular-style .tour-detail {
    font-size: 14px;
    line-height: 40px;
    float: left;
    margin: 0 20px;
    color: #fff;
}

.particular-style .tou-deta-icon {
    line-height: 18px;
    float: right;
    height: 18px;
    margin: 10px 16px 0 0;
}

.particular-style .tou-deta-icon span {
    font-size: 12px;
    float: left;
    padding-left: 25px;
    color: #fff;
}

.particular-style .tou-deta-icon .deta-01 {
    background: url(/res/images/deta-01.png) left no-repeat;
}

.particular-style .tou-deta-icon .deta-02 {
    background: url(/res/images/deta-02.png) left no-repeat;
}

.particular-style .tou-deta-icon .deta-03 {
    background: url(/res/images/deta-03.png) left no-repeat;
}

.particular-style .tou-deta-icon em {
    float: left;
    width: 1px;
    height: 18px;
    margin: 0 10px;
    background-color: #9e9e9e;
}

.custo-show-right {
    float: right;
    width: 376px;
}

.custo-show-right .custo-edit-btn {
    overflow: hidden;
    height: 95px;
    margin-left: -4px;
}

.custo-show-right .custo-edit-btn a {
    float: left;
    width: 91px;
    height: 91px;
    margin-left: 4px;
    background-color: #eb542f;
}

.custo-show-right .custo-edit-btn a:hover {
    background-color: #fb7959;
}

.custo-show-right .custo-edit-btn span {
    display: block;
    height: 22px;
    margin: 22px 0 10px 0;
}

.custo-show-right .custo-edit-btn .edi-bt01 {
    background: url(/res/images/edi-bt01.png) center no-repeat;
}

.custo-show-right .custo-edit-btn .edi-bt02 {
    background: url(/res/images/edi-bt02.png) center no-repeat;
}

.custo-show-right .custo-edit-btn .edi-bt03 {
    background: url(/res/images/edi-bt03.png) center no-repeat;
}

.custo-show-right .custo-edit-btn .edi-bt04 {
    background: url(/res/images/edi-bt04.png) center no-repeat;
}

.custo-show-right .custo-edit-btn em {
    font-size: 15px;
    display: block;
    text-align: center;
    color: #fff;
}

.custo-show-right .dta-tal {
    margin-top: 20px;
    border: 1px solid #e7e7e7;
}

.custo-show-right .dta-tal h1 {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    margin: 10px 25px 0 25px;
    color: #f5a623;
    border-bottom: 1px solid #e7e7e7;
}

.custo-show-right .dta-tal .see-all {
    font-size: 12px;
    line-height: 40px;
    float: right;
    cursor: pointer;
    color: #4a4a4a;
}

.custo-show-right .dta-tal .see-all:hover {
    color: #eb542f;
}

.dta-tal .tal-box {
    padding: 32px 25px 25px 25px;
}

.dta-tal .tal-staly {
    overflow: hidden;
    padding: 0 11px;
}

.dta-tal .tal-staly li {
    float: left;
    padding: 0 25px;
}

.dta-tal .tal-staly li span {
    display: block;
}

.dta-tal .tal-staly .staly-pic {
    display: block;
    width: 49px;
    height: 49px;
}

.dta-tal .tal-staly .sty-p-01 {
    background: url(/res/images/xianlu_06.png) center no-repeat;
}

.dta-tal .tal-staly .sty-p-02 {
    background: url(/res/images/xianlu_05.png) center no-repeat;
}

.dta-tal .tal-staly .sty-p-03 {
    background: url(/res/images/xianlu_04.png) center no-repeat;
}

.dta-tal .tal-staly .staly-numb {
    font-size: 14px;
    display: block;
    margin-top: 10px;
    text-align: center;
    color: #727272;
}

.dta-tal .tal-staly .staly-numb i {
    font-style: normal;
    margin-left: 5px;
}

.dta-tal .tal-box p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    padding-top: 20px;
    color: #7b7b7b;
    border-top: 1px dotted #d7d7d7;
}

.dta-tal .play-detail {
    display: none;
}

.dta-tal .deal-width {
    padding-bottom: 4px;
}

.deal-width .number-one {
    font-size: 16px;
    line-height: 42px;
    height: 42px;
    margin: 0 25px;
    color: #4a4a4a;
    border-top: 1px solid #e7e7e7;
}

.deal-width .number-one em {
    font-size: 12px;
    margin-left: 10px;
    color: #717171;
}

.dta-tal .day-detal {
    padding: 0 25px;
}

.day-detal li {
    margin-bottom: 16px;
    padding: 10px;
    border: 1px dotted #eaeaea;
}

.day-detal li:hover a {
    color: #eb542f;
}

.day-detal li a {
    font-size: 14px;
    padding-left: 28px;
    color: #717171;
}

.day-detal li .item-01 {
    background: url(/res/images/xianlu_03.png) left no-repeat;
}

.day-detal li .item-02 {
    background: url(/res/images/xianlu_02.png) left no-repeat;
}

.day-detal li .item-03 {
    background: url(/res/images/xianlu_02.png) left no-repeat;
}

.day-detal li .item-04 {
    background: url(/res/images/xianlu_02.png) left no-repeat;
}

.day-detal li .item-05 {
    background: url(/res/images/xianlu_01.png) left no-repeat;
}

.other-people-notes {
    margin-top: 20px;
    padding: 20px 25px;
    border: 1px solid #f0f0f0;
}

.other-people-notes .other-not-title {
    font-size: 16px;
    padding-bottom: 10px;
    color: #f5a623;
    border-bottom: 1px solid #eaeaea;
}

.other-people-notes .other-not-title a {
    font-size: 12px;
    float: right;
    color: #4a4a4a;
}

.other-people-notes .other-not-title a:hover {
    color: #eb542f;
}

.other-people-notes .peo-notes-list li {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #eaeaea;
}

.other-people-notes .peo-line-style li {
    border-bottom: 1px dotted #eaeaea;
}

.peo-notes-list li:last-child {
    border: none;
}

.peo-notes-list li:hover .notes-script .notes-name {
    color: #eb542f;
}

.peo-notes-list li .notes-pictur {
    float: left;
    overflow: hidden;
    width: 156px;
    height: 110px;
}

.peo-notes-list .notes-pictur img {
    display: block;
    width: 100%;
    height: 100%;
}

.peo-notes-list .notes-script {
    float: right;
    width: 155px;
    height: 90px;
    padding: 10px 0;
}

.peo-notes-list .notes-script .notes-name {
    font-size: 14px;
    display: block;
    padding-bottom: 8px;
    color: #000;
}

.peo-notes-list .notes-script span {
    font-size: 12px;
    display: block;
    color: #4a4a4a;
}

.peo-notes-list .notes-head-pic {
    position: relative;
    z-index: 10;
    float: left;
    overflow: hidden;
    width: 60px;
    height: 60px;
}

.peo-notes-list .notes-head-pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.peo-notes-list .plan-script-lis {
    float: right;
    width: 255px;
}

.peo-notes-list .plan-script-lis .script-title {
    font-size: 14px;
    display: block;
    padding-bottom: 2px;
    color: #000;
}

.other-people-notes .peo-notes-list li:hover .script-title {
    color: #eb542f;
}

.peo-notes-list .plan-script-lis span {
    font-size: 12px;
    display: block;
    color: #4a4a4a;
}

.stroke-custo-contet {
    overflow: hidden;
}

.stroke-custo-contet .custo-show-left {
    float: left;
    width: 740px;
}

.custo-show-left .prop-order {
    overflow: hidden;
}

.custo-show-left .prop-order .map-icon {
    background: url(/res/images/ico-ditu.png) center no-repeat;
}

.custo-show-left .prop-order .days {
    font-family: Verdana;
    font-size: 24px;
    line-height: 70px;
    float: left;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #fff;
    background-color: #eb542f;
}

.custo-show-left .prop-order .position-name {
    float: left;
    margin: 15px 0 0 10px;
}

.custo-show-left .prop-order .position-name em {
    font-size: 12px;
    display: block;
    color: #b0b0b0;
}

.custo-show-left .prop-order .position-name .write-map {
    margin-top: 15px;
}

.custo-show-left .prop-order .position-name i {
    font-size: 20px;
    font-style: normal;
    display: block;
    color: #272727;
}

.custo-show-left .prop-order .weather {
    font-size: 14px;
    line-height: 26px;
    float: right;
    height: 26px;
    margin-top: 35px;
    padding: 0 8px;
    color: #515b66;
    background-color: #fff;
}

.custo-show-left .weather .weat-wd {
    padding-left: 30px;
    background: url(/res/images/custom-weather.png) left no-repeat;
}

.custo-show-left .weather .weat-zl {
    margin-left: 8px;
}

.custo-show-left .weather .weat-zl i {
    font-style: normal;
    margin-right: 5px;
    color: #b9de0f;
}

.day-proper .pakge-cotet {
    margin: 10px 0 10px 34px;
    padding-left: 45px;
    border-left: 1px solid #ededed;
}

.day-proper .pakge-cote-wrap {
    margin: -15px 0 10px 34px;
    padding-left: 45px;
    border-left: 1px solid #ededed;
}

.pakge-cotet .big-map-box {
    height: 410px;
    background-color: #ccc;
}

.trvls-cotont {
    margin-top: 25px;
}

.trvls-cotont .trvls-phot {
    position: relative;
    height: 280px;
}

.trvls-cotont .trvls-phot .phot-btn {
    position: absolute;
    top: 0;
    right: 10px;
}

.trvls-cotont .trvls-phot .phot-btn span {
    font-size: 12px;
    line-height: 22px;
    float: left;
    height: 22px;
    margin-right: 2px;
    padding: 0 13px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    background-color: #a0a0a0;
}

.trvls-cotont .trvls-phot .phot-btn span:hover {
    background-color: #868080;
}

.trvls-cotont .trvls-phot .phot-sjx {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    height: 8px;
    background: url(/res/images/tourInfo-13.png) no-repeat;
}

.trvls-cotont .trvls-phot img {
    display: block;
    width: 100%;
    height: 100%;
}

.trvls-cotont .trvls-wite {
    position: relative;
    height: 100px;
    padding: 10px 20px 15px 20px;
    border: 1px solid #ededed;
    border-top: none;
}

.trvls-cotont .trvls-wite p {
    font-size: 14px;
    color: #333;
}

.trvls-cotont .trvls-wite .trvls-botm {
    font-size: 12px;
    position: absolute;
    right: 20px;
    bottom: 15px;
    left: 20px;
    overflow: hidden;
    color: #5c5c5c;
}

.trvls-cotont .trvls-botm .botm-rig {
    float: right;
    margin-right: 80px;
}

.trvls-cotont .trvls-botm .botm-rig span {
    margin-left: 10px;
}

.trvls-cotont .trvls-botm .botm-rig .botm-01 {
    padding-left: 20px;
    background: url(/res/images/botm-01.png) left no-repeat;
}

.trvls-cotont .trvls-botm .botm-rig .botm-02 {
    padding-left: 20px;
    background: url(/res/images/botm-02.png) left no-repeat;
}

.trvls-cotont .trvls-botm .botm-rig .botm-03 {
    padding-left: 20px;
    background: url(/res/images/botm-03.png) left no-repeat;
}

.trvls-cotont .trvls-botm .botm-lef {
    float: left;
}

.trvls-cotont .trvls-botm .botm-lef .month {
    margin-right: 30px;
    padding-left: 28px;
    background: url(/res/images/botm-04.png) left no-repeat;
}

.userInfo {
    position: absolute;
    z-index: 9999;
    top: 30px;
    left: 0;
    display: none;
    width: 144px;
    height: 120px;
    padding: 15px;
    background-color: #fff;
    box-shadow: #ddd 0 0 10px;
}

.userInfo p {
    font-size: 14px;
    line-height: 30px;
    width: 94px;
    height: 30px;
    padding-left: 50px;
    color: #666;
}

.userAvatar {
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.userLink {
    line-height: 1em;
    overflow: hidden;
    width: 144px;
    margin: 10px 0;
    padding: 5px 0;
    border-top: 1px dashed #e4e4e4;
    border-bottom: 1px dashed #e4e4e4;
}

.userLink a {
    font-size: 12px;
    line-height: 1em;
    display: inline-block;
    margin: 5px 12px;
    color: #666;
}

.logout {
    font-size: 12px;
    line-height: 1em;
    float: right;
    margin-right: 12px;
    color: #666;
    color: #666;
}

.userInfo a:hover {
    color: #d0021b;
}

.substr {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.heiheihei {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    background: url(/res/images/cover_50.png) repeat;
}

/*
     FILE ARCHIVED ON 17:43:08 Nov 13, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:21:00 Aug 18, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.582
  exclusion.robots: 0.025
  exclusion.robots.policy: 0.014
  esindex: 0.009
  cdx.remote: 60.189
  LoadShardBlock: 266.358 (3)
  PetaboxLoader3.datanode: 697.799 (5)
  load_resource: 924.604 (2)
  PetaboxLoader3.resolve: 346.34 (2)
*/
