﻿
@font-face {
    font-family: 'whitney_htfbook_medium';
    src: url('/skin/css/font/whitneyhtf-mediumitalic-webfont.eot');
    src: url('/skin/css/font/whitneyhtf-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('/skin/css/font/whitneyhtf-mediumitalic-webfont.ttf') format('truetype'),
    url('/skin/css/font/whitneyhtf-mediumitalic-webfont.svg#wwhitneyhtf-mediumitalic-webfont') format('svg');
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust:none;
    -ms-text-size-adjust:none;
}

body{margin:0px auto;padding:0px;color:#333;font-size:14px;line-height:24px;background-color:#ffffff;
     font-family:'Microsoft Yahei', 'Arial Normal', 'Arial Negreta', 'Arial','Verdana',sans-serif;
}
a:link{color:#333;text-decoration:none;}        
/*a:visited{color:#333;text-decoration:none;}*/
a:hover{color:#990100;text-decoration:none;}
img{border:none;}
ul,li,h1,h2,h3,p{margin:0px;padding:0px;}
li{list-style:none; }
/*div,ul,li{overflow:hidden;display:block;}*/

.wrap{width:calc(100% - 20px);max-width:1400px; margin:0px auto;}
.clear{height:10px;margin:0px;padding:0px;clear:both;}
.l{float:left;display:block;}
.r{float:right;display:block;}
.f12{font-size:12px;}
.f13{font-size:13px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f18{font-size:18px;}
.f20{font-size:20px;}
.f22{font-size:22px;}
.f24{font-size:24px;}
.f26{font-size:26px;line-height:30px;}
.f28{font-size:28px;line-height:32px;}
.f30{font-size:30px;line-height:34px;}
.f36{font-size:36px;line-height:40px;}
.f38{font-size:38px;line-height:42px;}
.f48{font-size:48px;line-height:52px;}
.fb{font-weight:bold;}
.ctr{text-align:center;}
.fi{font-style:italic;}
.yh{font-family:Microsoft Yahei;}
.whitney{font-family:whitney_htfbook_medium;}
.w25{width:25%;box-sizing:border-box;}
.w48{width:48%;box-sizing:border-box;}
.w50{width:50%;box-sizing:border-box;}
.w90{width:90%;box-sizing:border-box;}
.w100{width:100%;box-sizing:border-box;}
.color-red{color:#ee3e27;}
.color-white{color:#fff;}
.color000{color:#000;}
.color333{color:#333;}
.color666{color:#666;}
.color999{color:#999;}
.upper{text-transform:uppercase;}
.whitebg{background-color:#ffffff;}
.greybg{background-color:#f1f1f1;}
.yellowbg{background-color:#f9f3ee;}
.redbg{background-color:#ed3e26;}
.greenbg{background-color:#11aa66;}
.limited{white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis; -moz-binding: url('ellipsis.xml#ellipsis');overflow:hidden;}
.limited-line2{display: block;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow:hidden;}
.limited-line3{display: block;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow:hidden;}
.limited-line4{display: block;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow:hidden;}
.limited-line5{display: block;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow:hidden;}
.limited-line6{display: block;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;overflow:hidden;}
.mp10{margin-top:10px;}
.mp20{margin-top:20px;}
.mp30{margin-top:30px;}
.mp40{margin-top:40px;}
.mp60{margin-top:60px;}
.mp80{margin-top:80px;}
.pd10{padding:10px;}
.yj10{border-radius:10px;}
.h4to3 {
    height: auto;
    aspect-ratio: 4 / 3; /* 浏览器会自动根据宽度的 3/4 来计算高度 */
    object-fit: cover; /* 可选：防止图片因比例不完全匹配而拉伸变形 */
}
.h1to1 {height: auto; aspect-ratio: 1 / 1;  object-fit: cover; }
.h2to1 {height: auto; aspect-ratio: 2 / 1;  object-fit: cover; }
.h9to6 {height: auto; aspect-ratio: 9 / 6;  object-fit: cover; }
.h1920to500 {height: auto; aspect-ratio: 1920 / 500;  object-fit: cover; }
.h1920to700 {height: auto; aspect-ratio: 1920 / 700;  object-fit: cover; }
.fast{transition:all 200ms;-moz-transition:all 200ms;-webkit-transition:all 200ms;-o-transition:all 200ms;}
.delay{transition:all 500ms;-moz-transition:all 500ms;-webkit-transition:all 500ms;-o-transition:all 500ms;}
.slow{transition:all 800ms;-moz-transition:all 800ms;-webkit-transition:all 800ms;-o-transition:all 800ms;}
.overflow{overflow:hidden;}

.shadow{box-shadow:0 0 5px #f0f0f0;}
.shadow_text {
    -moz-text-shadow: 1px 0px 0px rgba(0,0,0,0.2),-1px 0px 0px rgba(0,0,0,0.2),0px 1px 0px rgba(0,0,0,0.2),0px -1px 0px rgba(0,0,0,0.2);
    -webkit-text-shadow: 1px 0px 0px rgba(0,0,0,0.2),-1px 0px 0px rgba(0,0,0,0.2),0px 1px 0px rgba(0,0,0,0.2),0px -1px 0px rgba(0,0,0,0.2);
    text-shadow: 1px 0px 0px rgba(0,0,0,0.2),-1px 0px 0px rgba(0,0,0,0.2),0px 1px 0px rgba(0,0,0,0.2),0px -1px 0px rgba(0,0,0,0.2);
}

/*flex布局*/
.flex {
    display: flex;
    /*flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;*/
}
.dir-clu{flex-direction:column;}
.flex-wrap{flex-wrap:wrap;}
.jus-sta{justify-content:flex-start;}
.jus-ctr{justify-content:center;}
.jus-btw{justify-content:space-between;}
.jus-eve{justify-content:space-evenly;}
.jus-ard{justify-content:space-around;}
.jus-end{justify-content:flex-end;}
.ali-sta{align-items:flex-start;}
.ali-ctr{align-items:center;align-content:center;}
.ali-end{align-items:flex-end;align-content:flex-end;}

/*按钮*/
.button{display:flex;justify-items:center;align-content:center;justify-content:center; height:40px;line-height:40px;background-color:#37649f;padding:0 20px;
         border:solid 1px #dedede;border-radius:40px;-moz-border-radius:40px;-webkit-border-radius:40px;cursor:pointer;}

/*红色：#ee3e27 == rgba(238,98,79,1)*/
.button.red {border: solid 1px #ee3e27; background-color: #ee3e27; color: #fff;}
.button.red:hover{border:solid 1px #990100;background-color:#990100;}
.button.orange{border:solid 1px #de4949;background-color:#ff6600;color:#fff;}
.button.blue{border:solid 1px #1bbafc;background-color:#1bbafc;color:#fff;}
.button.green{border:solid 1px #04b102;background-color:#24b707;color:#fff;}
.button.grey{border:solid 1px #dedede;background-color:#efefef;color:#666;}
.button.white{border:solid 1px #ffffff;background-color:#ffffff;}
.button.white:hover{color:#990100;}
.button.black{border:solid 1px #262623;background-color:#262623;color:#fff;}
.button.black:hover{border:solid 1px #990100;background-color:#990100;}
.button.whiteborder{border:solid 1px #ffffff;background-color:rgba(0,0,0,0);}
.button.redborder{border:solid 1px #990100;background-color:#ffffff;color:#990100;}
.button.redborder:hover{border:solid 1px #990100;background-color:#990100;color:#fff;}

header{width:100%;height:80px;position:fixed;top:0;left:0;z-index:990;background-color:rgba(0,0,0,0.8);}
header .wrap{height:100%;}
.logo img{width:200px;height:auto;}
.nav{width:calc(100% - 400px);height:100%;}
.nav .item{height:100%;}
.nav .item a.p{font-size:14px;color:#ffffff;text-transform:uppercase;display:flex;height:100%;}
.nav .item a.down{padding-left:10px;}
.nav .item a.down::after {
    content: "";
    display: inline-block;
    height: 6px;
    width: 6px;
    border: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: 0;
    border-top: 0;
    margin-left: 4px;
    position: relative;
    top: -1px;
    border-radius: 0px 0px 2px 0px;
}
.nav .item .fly{position:absolute;display:none; width:100%;top:80px;left:0; background-color:#f9f3ee;}
.nav .item .fly.destination{background-color:#f9f3ee;padding:60px 0 60px 0;}
.nav .item .fly.short{background-color:#f9f3ee;width:200px;box-shadow:0 0 5px #f0f0f0;}
.nav .item .fly.short a{padding:10px;width:100%;box-sizing:border-box;line-height:20px;font-size:13px;border-top:solid 1px rgba(0,0,0,0.06);}
.nav .item .fly.short a:hover{background-color:rgba(0,0,0,0.8);color:#ffffff;}
.nav .item .fly.short a:first-child{border-top:none;}
.nav .item:hover a.p{background:url('/skin/images/nav-line.png') no-repeat center 60px;background-size:45px 2px;}
.nav .item:hover .fly{display:flex;}

.search{width:60px;height:100%;}
.search .icon{
    width: 45px;
    height: 45px;
    cursor: pointer;
    background: rgba(0,0,0,0.3) url('/skin/images/icon-search.png') no-repeat center center;
    background-size: 29px 29px;
    border-radius: 45px;
}
.search .searchfly{position:absolute;display:none; width:100%;top:80px;left:0; background-color:#f9f3ee;padding:60px 0;}
.search:hover .icon{background-color:#ee3e27;}
.search:hover .searchfly{display:flex;}
.search .searchfly .txt{height:42px;width:calc(100% - 110px);box-sizing:border-box;border:solid 2px #ee3e27;border-radius:42px 0 0 42px;border-right:0; background-color:#fff;box-sizing:border-box;padding-left:15px;}
.search .searchfly .srh{width:100px;height:42px;border-radius:0 42px 42px 0;box-sizing:border-box;}
.search .searchfly .expert{margin-left:10px;}
.search .searchfly .expert img{width:100px;height:100px;border-radius:100px;}
.search .searchfly .expert .nm{margin:6px 0;}
.inquiry {width: 120px;padding: 0;}
.phonemenu{display:none;}
.phonesearch{display:none;}

.topcity{width:50%;max-width:600px;}
.topcity .item{width:calc((100% - 30px) / 3);border-radius:8px;overflow:hidden;margin:0 15px 15px 0;position:relative;}
.topcity .item:nth-child(3n){margin-right:0;}
.topcity .item img{width:100%;}
.topcity .item a{display:flex;justify-items:flex-start;align-items:flex-end; width:100%;height:100%;padding:20px; position:absolute;top:0;left:0;background-color:rgba(0,0,0,0.2);color:#fff;font-size:20px;font-weight:bold;box-sizing:border-box;}
.cityul{width:40%;max-width:600px;}
/*.cityul li{width:150px;padding:10px 0;font-size:18px;}*/
.top10{margin-top:5px;display:none;}
.top10.on{display:flex;}
.top10 .tli{padding-top:10px;}
.top10 .tli .num{width:4px;height:4px;border-radius:4px;background-color:#ee3e27;font-size:12px;margin-right:6px;line-height:18px;text-align:center;color:#fff;}
.top10 .tli a{max-width:calc(100% - 24px);}
/*.top10 .tli:nth-child(n+4) .num{background-color:#333;}*/

footer{width:100%;background-color:#262623;padding:40px 0 0 0;color:#bab6ac;font-size:13px;line-height:20px;}
footer a{color:#bab6ac;}
footer a:link{color:#bab6ac;}
footer a:hover{color:#fff;}
footer .lklist{margin-top:20px;line-height:30px;}
footer .lklist a{margin-bottom:10px;line-height:20px;}
footer .friend{margin-top:20px;}
footer .copy{border-top:solid 1px #383633;margin-top:30px;padding:20px 0;}
footer .share img{width:20px;height:20px;margin-left:10px;}

.toolsider{width:80px;position:fixed;right:0;bottom:20px;z-index:99;}
.toolsider .item{width:80px;height:72px;border-radius:4px;color:#fff;font-size:12px;cursor:pointer;margin-bottom:5px;box-sizing:border-box;padding:10px 0;opacity:0.8;position:relative;}
.toolsider .bg1{background-color:rgba(238,62,39,1);}
.toolsider .bg2{background-color:rgba(255,107,0,1);}
.toolsider .bg3{background-color:rgba(33,150,243,1);}
.toolsider .bg4{background-color:rgba(37,211,102,1);}
.toolsider .bg5{background-color:rgba(40,196,69,1);}
.toolsider .bg6{background-color:rgba(231,149,42,1);}
.toolsider .bg7{background-color:rgba(5,40,140,1);}
.toolsider .item .ico{width:30px;height:30px;background-position:center center;background-repeat:no-repeat;}
.toolsider .item .ico.inq{background-image:url('/skin/images/icon-inquiry.png');background-size:24px 24px;}
.toolsider .item .ico.wechat{background-image:url('/skin/images/icon-wechat.png');background-size:30px 30px;}
.toolsider .item svg{width:32px;height:32px;fill:#fff;}
.toolsider .item .fval{position:absolute;width:180px; height:36px;text-align:center; line-height:36px;right:85px;bottom:18px;border-radius:4px;color:#fff;font-size:14px;display:none;}
.wxqrcode{position:absolute;width:200px; height:218px;right:85px;bottom:-70px; box-sizing:border-box;border-radius:4px;color:#fff;font-size:14px;display:none;background-color:#fff;color:#333;}
.toolsider .item:hover{opacity:1;}
.toolsider .item:hover .fval{display:block;}
.toolsider .item:hover .wxqrcode{display:flex;}

.position{padding:10px 0;width:100%;box-sizing:border-box;overflow:hidden;overflow-x:auto;font-size:13px;}
.position ol{list-style: none; margin: 0; padding: 0; display: flex; gap: 5px;flex-wrap:wrap;width:500px;}
.position ol li{padding-right:12px;position:relative;}
.position ol li:after{
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    transition: transform .5s;
    -webkit-transition-timing-function: cubic-bezier(0.68,-0.55,0.265,1.55);
    border-top: 1px solid #202020;
    border-right: 1px solid #202020;
    transform: rotate(45deg);
    margin-block-start: 10px;
    margin-inline-start: 5px;
}
.position ol li:last-child:after{display:none;}

/*图片查看器*/
.buerphotobox{width:100%;height:100%;position:fixed;top:0;left:0; z-index:9999;color:#fff;}
.buerphotobox .cover{width:100%;height:100%;top:0;left:0;z-index:1;position:absolute;background-color:rgba(0,0,0,0.99);}
.buerphotobox .mainbox{width:100%;height:100%;top:0;left:0;z-index:2;position:absolute;}
.buerphotobox .pstage{width:100%;height:calc(100% - 100px);}
.buerphotobox .phzoom{height:100%;box-sizing:border-box;padding-top:10px;}
.buerphotobox .phzoom .desc{height:90px;padding-top:10px;box-sizing:border-box;}
.buerphotobox .phzoom .focus{border:solid 8px #ffffff;cursor:pointer;box-sizing:border-box;max-height:100%;}
.buerphotobox .thumbzoom{width:100%;height:100px;box-sizing:border-box;}
.buerphotobox .thumbzoom img{max-height:80px;margin:0 5px;cursor:pointer;}
.buerphotobox .thumbzoom img.on{border:solid 2px #ffffff;}
.buerphotobox .prev,.buerphotobox .next{width:50px;height:50px;cursor:pointer;}
.buerphotobox .close{position:absolute;width:50px;height:50px;top:0;right:0;cursor:pointer;}

@media screen and (min-width:850px) and (max-width:1100px) {
    .logo img{width:150px;height:auto;}
    .nav{width:calc(100% - 150px);height:100%;}
    .nav .item a.p{font-size:13px;}

    .search{display:none;}
    .inquiry {display:none;}
    
}
/*手机*/
@media screen and (max-width:850px) {
    header{background-color:rgba(0,0,0,0.9);}
    .logo img{width:170px;height:auto;}
    .phonemenu{display:flex;width:40px;height:40px;cursor:pointer;z-index:90;}
    .phonemenu:before,.phonemenu:after,.phonemenu div{content:''; width:30px;height:2px;border-radius:2px;background-color:rgba(255,255,255,0.9);}
    .phonemenu div{width:25px;height:2px;overflow:hidden;text-indent:-100px;border-radius:2px;}
    .phonemenu.close{position:relative;}
    .phonemenu.close div{display:none;}
    .phonemenu.close:before{position:absolute;top:20px;left:6px; transform:rotate(45deg);}
    .phonemenu.close:after{position:absolute;top:20px;left:6px;transform:rotate(-45deg);}
    .phonesearch{width:40px;height:40px;position:absolute;top:20px;right:55px;display:block;overflow:hidden;text-indent:-100px;
                 background-image:url('/skin/images/icon-search.png');background-position:center center;background-size:30px 30px;background-repeat:no-repeat;}

    .search{display:none;}
    .inquiry {position:absolute;top:24px;right:100px;height:30px;line-height:30px;font-size:12px;width:90px;}
    .nav{display:none;position:fixed;width:100%;z-index:89;height:100%;left:0;top:80px;padding:0 20px 0 20px; background-color:rgba(0,0,0,0.98);
         box-sizing:border-box; flex-direction:column;justify-items:flex-start;justify-content:flex-start; align-items:flex-start;
    }
    .nav.on{display:flex;}
    .nav .item{width:100%; height:auto;border-bottom:solid 1px rgba(255,255,255,0.2);box-sizing:border-box;}
    .nav .item a.p{font-size:16px;justify-content:space-between;height:60px;}
    .nav .item a.down{padding-left:0px;}
    /*.nav .item a.down::after{transform:rotate(-45deg);}*/
    .nav .item .fly{display:none;position:inherit;width:100%;box-sizing:border-box;background-color:rgba(0,0,0,0);top:0;}
    .nav .item:hover .fly{display:none;}
    .nav .item.on .fly{display:flex;}
    .nav .item .fly.destination{background-color:rgba(0,0,0,0);padding:0 0 10px 0;width:100%;}
    .nav .item .fly>div{width:100%;}
    .nav .item .fly .wrap{height:auto;}
    .cityul{display:none;}
    .topcity{width:100%;padding-left:40px;box-sizing:border-box;}
    .topcity .item{width:33.33%;height:30px;padding:0;margin:0;border:none;}
    .topcity .item img{display:none;}
    .topcity .item a{height:30px;font-size:14px;font-weight:lighter;padding:0;}
    .topcity .f20{display:none;}
    .topcity .mp20{margin-top:0;}
    .topcity .button.redborder{display:none;}
    .nav .item .fly.short{ width:100%;background-color:rgba(0,0,0,0);box-shadow:none;box-sizing:border-box;padding:0 0 20px 40px;}
    .nav .item .fly.short a{width:100%;color:#fff;padding:5px 0;border:0;}

    footer{padding-bottom:60px;}
    footer .w100{flex-direction:column;}
    footer .btminfo{flex-direction:column;justify-content:center;align-items:center;}
    footer .slogan{display:none;}
    footer .touch{width:100%;box-sizing:border-box;margin-top:30px;padding:0 10px;}
    footer .btmlink{display:none;}
    footer .friend{width:100%;flex-direction:column;justify-content:center;align-items:center;}
    footer .friend img{margin-bottom:20px;}
    footer .lklist{margin-top:10px;}
    footer .copy{width:100%;flex-direction:column;justify-content:center;align-items:center;}
    footer .share{margin-top:10px;}

    /*.toolsider{display:none;}*/
    /*.toolsider{width:60px;position:fixed;right:0;bottom:10px;z-index:99;}
    .toolsider .item{width:60px;height:60px;border-radius:4px;font-size:11px;cursor:pointer;margin-bottom:4px;}
    .toolsider .item .ico{width:20px;height:20px;}
    .toolsider .item .ico.inq{background-size:20px 20px;}
    .toolsider .item .ico.wechat{background-size:22px 22px;}
    .toolsider .item svg{width:20px;height:20px;fill:#fff;}
    .toolsider .item .fval{ line-height:36px;right:65px;bottom:10px;}
    .wxqrcode{right:65px;}*/

    .toolsider{width:100%;position:fixed;right:0;bottom:0px;z-index:99;background-color:rgba(238,98,79,0.96);padding:0px;height:60px;flex-direction:row;justify-content:space-evenly;box-sizing:border-box;
              box-shadow:0 -5px 5px rgba(0,0,0,0.05);
    }
    .toolsider .item{width:60px;height:60px;border-radius:4px;font-size:11px;cursor:pointer;margin-bottom:0px;opacity:1;}
    .toolsider .bg1{background-color:rgba(238,62,39,0);}
    .toolsider .bg2{background-color:rgba(255,107,0,0);}
    .toolsider .bg3{background-color:rgba(33,150,243,0);}
    .toolsider .bg4{background-color:rgba(37,211,102,0);}
    .toolsider .bg5{background-color:rgba(40,196,69,0);}
    .toolsider .bg6{background-color:rgba(231,149,42,0);}
    .toolsider .bg7{background-color:rgba(5,40,140,1);display:none;}
    .toolsider .item .ico{width:20px;height:20px;}
    .toolsider .item .ico.inq{background-size:20px 20px;}
    .toolsider .item .ico.wechat{background-size:22px 22px;}
    .toolsider .item svg{width:20px;height:20px;fill:#fff;}
    .toolsider .item .fval{ line-height:36px;right:65px;bottom:10px;}
    .wxqrcode{right:-85px;bottom:70px; box-sizing:border-box;}
}


/*图标状态提示
窗口居中显示
需要自动关闭
使用场景：1、数据提交时显示加载中
          2、处理成功后显示处理结果
*/
.float{width:120px;height:40px;position:fixed;top:35%;left:50%;margin-left:-60px;background-color:#5e5e5e;
       opacity: 0.8; -moz-opacity: 0.8; filter: alpha(opacity=8);
       border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;
       text-align:center;padding:80px 0px 0px 0px;color:#fff;font-size:16px;
       background-position:center 22px;background-repeat:no-repeat;
       z-index:9999;}
.float.loading{background-image:url(../images/loading3.gif);}/*数据处理中，带加载图标消息提示，处理完成执行关闭*/
.float.true{background-image:url(../images/float_ok.png);}/*处理成功，带勾的消息提示*/
/*.float.false{} 错误时用messagebox弹出提示*/

/*文字消息提示
窗口居中显示
需要自动关闭
使用场景：处理或验证失败的文字提示
*/
.messagebox{width:100%;position:fixed;left:0px;top:35%;text-align:center;z-index:9999;}
.messagebox .msg{display:inline-block;background:url(../images/opacity75.png);overflow:hidden;
    border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;line-height:20px;
    text-align:center;padding:10px 20px 10px 20px;color:#fff;font-size:16px;
}
.messagebox .msg a{color:#f2ed05;}

/*弹窗消息，带确定按钮*/
.alertbox{position:fixed;z-index:9999;width:100%;height:100%;background:url(../images/opacity30.png);top:0px;left:0px;}
.alertbox .boxpnl{position:absolute;z-index:99999;width:300px;left:50%;top:30%;margin-left:-150px;
                  background-color:#fff;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;}
.alertbox .boxpnl .msg{padding:20px 20px 20px 20px;font-size:14px;color:#888;line-height:22px;text-align:left;border-bottom:solid 1px #e8e8ea;}
.alertbox .boxpnl .msg a{color:#0067cd;}
.alertbox .boxpnl .btn{height:40px;display:block;line-height:40px;text-align:center;width:300px;
                       font-size:16px;color:#0bb20c;overflow:hidden;}
.alertbox .boxpnl .btn:hover{background-color:#f0f0f0;}
/*弹窗消息，带确定和取消按钮*/
.alertbox.confirmbox{}
.alertbox.confirmbox .btn{width:150px;float:left;}
.alertbox.confirmbox .btn.cancel{width:149px;color:#353535;border-left:solid 1px #e8e8ea;}

/*end浮动层-------------------------------------*/



