body{
    background-color: #f6f6f6;
    font-size: 14px;
    height: 100%!important;
}
.button:hover{
    background-color: #ff8a95;
}

button:active{
    background-color: #ff8a95;
}

.container--center{
    position: relative;
    width: 1180px;
    margin: auto;
    text-align: left;
}
/*header main*/
.header--main{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    margin: 0 auto;
    text-align: center;
    box-sizing: content-box;
    background-color: #fff;
    border-bottom:1px solid #e0e0e0;
    z-index: 2;
}

.header--main-left{
    float: left;
    padding: 15px 0;
    position: relative;
}

.header--main-right{
    float: right;
    position: relative;
    height: 64px;
    display: inline-block;
    color: #666;
    line-height: 64px;
    font-size: 16px;
}

.header--item{
    position: relative;
    display: inline-block;
    height: 100%;
    padding: 0 28px 0 25px;
    border-right: 1px solid #e0e0e0;
    cursor: pointer;
    color: #666;
}

.header--item.hot--line{
    cursor: text;
}

.header--item.reg--login:hover{
    color: #ff7385;
}

.header--item.reg--login.logined{
    display: none;
}

.header--item.reg--login.logined{
    display: none;
}

.header--item.order--center{
    display: none;
}

.header--item.order--center.logined{
    display: inline-block;
}

/*header 个人中心*/
.customer--center-wrap{
    position: absolute;
    top: 62px;
    left: 50%;
    width: 134px;
    margin-left: -67px;
    padding: 15px 10px 4px 4px;
    display: none;
}

.order--center.hover .customer--center-wrap{
    display: block;
}
.customer--center-list {
    position: relative;
    width: 120px;
    padding: 10px 0;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #f6e6e6;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}

.customer--center-arrow{
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    display: block;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
}

.customer--center-arrow2{
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    display: block;
    border: 10px solid transparent;
    border-bottom-color: #f6e6e6;
}

.customer--center-list li{
    position: relative;
    padding: 5px 0;
    text-align: center;
    line-height: 22px;
}

.customer--center-list li:hover{
    background: #f2f2f2;
}

.customer--center-login {
    padding: 5px 10px 5px;
    text-align: center;
}

.customer--center-login .customer--center-link{
    padding: 4px 10px;
    font-size: 12px;
    color: #fff;
    background-color: #ff7385;
    border-radius: 4px;
}

.customer--center-login .customer--center-link:hover{
    color: #fff;
}

.customer--center-link{
    position: relative;
    color: #999696;
    cursor: pointer;
    z-index: 2;
}

.header--logo{
    float: left;
    display: inline-block;
    width: 188px;
    height: 36px;
}

.header--logo h1{
    width: 100%;
    height: 100%;
    background: url(http://static.xitaoinfo.com/v4/hlm_logo_small.png) center no-repeat;
}

.header--title{
    position: relative;
    display: inline-block;
    width: 120px;
    margin-left: 30px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    color: #666;
}

.header--title-line{
    position: absolute;
    top: 4px;
    left: -12px;
    width: 10px;
    height: 28px;
    border-left: solid 2px #e6e6e6;
    color: #4d4b4b;
}

/*超级插件*/
.super--plugin{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 64px;
}
.plugin--wrapper{
    height: 100%;
    min-height: 620px;
    padding: 120px 0 26px;
}


/*plugin--left*/
.plugin--bottom{
    position: fixed;
    left: 0;
    top: 65px;
    width: 100%;
    height: 100px;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.plugin--bottom-mask{
    position: absolute;
    left: 0;
    top: -4px;
    width: 100%;
    height: 106px;
    background-color: transparent;
    z-index: 2;
}

.plugin--group{
    position: relative;
    float: left;
    width: 100%;
    height: 100px;
    padding: 16px 20px ;
    cursor: pointer;
}

.plugin--group:after{
    content: '';
    position: absolute;
    top: 50%;
    right: -1px;
    margin-top: -34px;
    width: 10px;
    height: 68px;
    border-right: 1px solid #e0e0e0;
    z-index: 1;
}

.plugin--group.stepIn4:after{
    z-index: 0;
}

.plugin--submit:after{
    content: '';
    border: none;
}

.plugin--group.step0{
    width: 210px;
}

.plugin--group.step1{
    width: 300px;
}

.plugin--group.step2{
    width: 180px;
}

.plugin--group.step3{
    width: 180px;
}

.plugin--group.step4{
    width: 310px;
}

.plugin--group.choose{
    background-color: #fff;
    /*color: #fff;*/
    position: relative;
    top: 0;
    height: 104px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
    z-index: 1;
}

.plugin--group.choose:hover{
    /*background-color: #ff7385;*/
    /*box-shadow: none;*/
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
}

.plugin--group.choose .group--item1,
.plugin--group.choose .group--item2,
.plugin--group.choose .group--item3,
.plugin--group.choose .item--price
{
    /*color: #fff;*/
}

.plugin--group:hover {
    box-shadow: 0 0 20px 0px #ccc;
    background-color: #fff;
    z-index: 2;
}

.plugin--group:hover .plugin--group-line{
    display: none;
}

.group--item1{
    font-size: 14px;
    color: #666;
}

.item--price{
    float: right;
    font-size: 18px;
    line-height: 1.3;
    color: #ff7385;
}

.group--item2{
    /*margin: 8px 0;*/
    margin: 20px 0 8px;
    font-size: 18px;
    line-height: 1.3;
    color: #3d3d3d;
}

.spot--way{
    padding: 0 5px;
    font-size: 14px;
    font-style: normal;
    color: #808080;
}

.group--item3{
    display: none;
    font-size: 14px;
    line-height: 1.3;
    color: #808080;
}

.plugin--group-total{
    position: relative;
    width: 100%;
    height: 80px;
    padding: 18px 20px;
}

.plugin--group-line{
    position: absolute;
    bottom: -1px;
    left: 20px;
    display: block;
    width: 160px;
    height: 10px;
    border-bottom: 1px solid #e6e6e6;
}

.total--item1{
    width: 120px;
    font-size: 16px;
    color: #fff;
    padding-top: 2px;
}

.total--price{
    float: right;
    font-size: 16px;
    color: #fff;
}

.total--item2{
    margin-top: 7px;
}

.app--price{
    padding: 2px 5px;
    border-radius: 4px;
    background-color: #f5a623;
    color: #fffdfa;
    font-size: 14px;
}

.total--price-app{
    float: right;
    font-size: 16px;
    color: #666;
}

.total--item3{
    font-size: 14px;
    margin-top: 7px;
    color: #999;
}
.submit--left{
    float: left;
    width: 140px;
}
.plugin--submit{
    padding: 16px 20px;
    font-size: 16px;
    background-color: #fff;
    color: #3d3d3d;
}

.plugin--submit .plugin--submit-tip{
    color: #999999;
}

.plugin--submit .total--item1{
    color: #3d3d3d;
    line-height: 22px;
}

.plugin--submit .total--price{
    font-weight: 700;
    color: #ff7385;
    font-size: 20px;
}

.plugin--submit .price--app{
    font-size: 12px;
    float: left;
}

.plugin--submit .total--app-price{
    float: right;
    padding-left: 4px;
    font-size: 12px;
}

.total--item-app{
    display: inline-block;
    overflow: hidden;
    margin-top: 10px;
    line-height: 22px;
    padding: 3px 6px;
    border: 1px solid #ff7385;
    color: #ff7385;
}

.plugin--submit.submit{
    /*background-color: #ff7385;*/
    /*color: #fff;*/
    position: relative;
    top: 0;
    height: 104px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
}

/*.plugin--submit.submit *{*/
/*color: #fff!important;*/
/*}*/

.plugin--submit.submit .price--app{
    /*background-color: rgba(255,255,255,0.24);*/
}

.plugin--submit-tip{
    font-size: 12px;
    color: #fff;
}

.submit--right{
    float: right;
    width: 108px;
    height: 100%;
    line-height: 68px;
    text-align: center;
}

.submit--right button{
    width: 108px;
    height: 36px;
    line-height: 36px;
    background-color: #ff7385;
    font-size: 14px;
    color: #ffffff;
    border: none;
    cursor: pointer;
    outline: none;
}

.block4--tel-error {
    display: block;
    font-size: 12px;
    line-height: 24px;
    color: transparent;
}

.block4--tel-error.true{
    color: #ff7385;
}

.plugin--submit-app{
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    background-color: #ffb63f;
    color: #fff;
    cursor: pointer;
}

.plugin--submit-app:hover .app--qr-scan{
    display: block;
}

.detail--block.detail--block4{
    margin-top: 20px;
    text-align: center;
    height: 611px;
}

.app--pay{
    width: 220px;
    height: 274px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #e0e0e0;
    margin: 20px auto;
    padding: 10px;
}

.app--qr-scan{
    padding: 9px;
}

.app--bf-qr{
    width: 180px;
    height: 180px;
}

.app--bf-img{
    width: 180px;
    height: 180px;
}

.qr--scan-text{
    padding: 16px 24px 16px 10px;
    text-align: right;
    font-size: 14px;
    line-height: 1.4;
    color: #808080;
    background: url(http://static.xitaoinfo.com/v4/plugin_scan.png) 10px center no-repeat;
}
.app--download.step5--app-dl{
    position: absolute;
    bottom: 85px;
    width: 100%;
}
.app--download-text{
    font-size: 12px;
    color: #ff7385;
    cursor: pointer;
    text-decoration: underline;
}
.step5--app-dl .app--download-text{
    color: #3d3d3d;
    cursor: default;
}
.app--download-qr{
    position: relative;
    width: 140px;
    height: 140px;
    padding: 7px;
    margin: 14px auto 0;
    background-color: #ffffff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #e0e0e0;
}
.app--dl-img{
    width: 125px;
    height: 125px;
}
.app--arrow{
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
}
.app--arrow-shadow{
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom-color: #E8E8E8;
    z-index: 0;
}
/*step5*/
.plugin--block5{
    position: relative;
    z-index: 1;
    width: 1180px!important;
    height: 100%;
    padding-top: 60px;
    text-align: center;
}
.step5-text {
    font-size: 20px;
    text-align: center;
    color: #3d3d3d;
    padding: 20px 0 10px;
}
.step5-text-tip {
    font-size: 14px;
    line-height: 2.5;
    text-align: center;
    color: #808080;
}
.step5--submit {
    width: 168px;
    height: 40px;
    border-radius: 4px;
    background-color: #ff7385;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    color: #ffffff;
    border: none;
    cursor: pointer;
    margin-top: 50px;
    outline: none;
}
/*超级插件 内容*/
.plugin--top{
    position: relative;
    float: left;
    /*width: 940px;*/
    /*margin-left: 40px;*/
    height: 100%;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.plugin--top-arrow{
    position: absolute;
    top: -26px;
    left: 105px;
    width: 26px;
    height: 26px;
    margin-left: -13px;
}
.plugin--top-arrow span{
    position: absolute;
    top: 0;
    left:50%;
    width: 0;
    display: block;
}
.plugin--top-arrow1{
    margin-left: -10px;
    margin-top: 6px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
}

.plugin--top-arrow2{
    margin-left: -13px;
    border: 13px solid transparent;
    border-bottom-color: #E6E6E6;
}
.plugin--top-arrow.step1{
    left: 360px;
}
.plugin--top-arrow.step2{
    left: 600px;
}
.plugin--top-arrow.step3{
    left: 780px;
}
.plugin--top-arrow.step4{
    left: 1025px;
}
.plugin--top-arrow.step5{
    display: none;
}
.plugin--top-wrap{
    width: 100%;
    height: 100%;
}
.plugin--block{
    width: 100%;
    overflow: hidden;
    display: none;
}
.plugin--block.true{
    display: block;
}
.top--wrap{
    position: relative;
    float: left;
    width: 550px;
    height: 100%;
    padding: 20px 0 20px 20px;
}
.top--title{
    position: relative;
    width: 100%;
    height: 24px;
    padding: 0 20px;
    font-size: 12px;
    line-height: 1.3;
    color: #3d3d3d;
    z-index: 1;
}
.top--title.hide{
    display: none;
}
.title--block{
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 14px;
    background-color: #ff7385;
}
.curSpot-fee{
    padding-top: 16px;
    line-height: 1.33;
    color: #666666;
    font-size: 12px;
}
.curSpot-fee span{
    color: #ff7385;
    font-size: 14px;
}
/* tab */
.plugin--type-wrap{
    width: 510px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 2px solid #e6e6e6;
}
.plugin--type{
    position: relative;
    float: left;
    width: 170px;
    color: #999;
    cursor: pointer;
}
.plugin--type.choose{
    color: #3d3d3d;
}
.plugin--type.choose:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 88px;
    height: 2px;
    margin-left: -44px;
    border-bottom: 2px solid #ff7385;
}

/* step1 选景点*/
.wrap--list{
    padding: 20px 0;
    width: 100%;
    overflow: hidden;
}
.wrap--list-inner{
    width: 100%;
    max-height: 184px;
    overflow-x: hidden;
    overflow-y: auto;
}
.step1 .wrap--list-inner{
    max-height: 300px;
}
.step1 .plugin--type{
    width: 127px;
}
.block--item{
    position: relative;
    float: left;
    width: 120px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #e0e0e0;
    margin:5px 10px 5px 0;
    font-size: 12px;
    color: #808080;
    text-align: center;
    cursor: pointer;
}

.block--item.route{
    width: 220px;
    margin-right: 20px;
}

.step2 .block--item,
.step3 .block--item{
    width: 156px;
    margin-right: 20px;
}

.spot--item-name{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.block--item:hover{
    border-color: #ccc;
}

.block--item.choose{
    border-color: #ff7385;
}

.block--item.noMr{
    margin-right:0;
}
/*step1 出行方式*/
.spot--traffic{
    padding: 10px 0;
    width: 100%;
    overflow: hidden;
    line-height: 12px;
    text-align: left;
    background-color: #fff;
    z-index: 6;
}

.block--choose-box{
    display: inline-block;
    width: 120px;
    height: 36px;
    margin-right: 10px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    background: #fff;
    color: #999;
    cursor: pointer;
}

.block--choose-box:hover{
    border-color: #ccc;
    color: #666;
}

.block--choose-box.choose{
    background: #fafafa;
    border-color: #ff7385;
    color: #666;
}

.block--choose-box:nth-last-child(1){
    margin-right: 0;
}

.block--choose-box.noMr{
    margin-right: 0;
}

/*step2*/
.step2--bg{
    width: 510px;
    height: 212px;
    margin: 0;
    background: #615353 url(http://static.xitaoinfo.com/v4/plugin.store.jpg) 0 0 no-repeat;
    background-size: cover;
}

.step3--bg-mask{
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6)); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%); /* 标准的语法 */
}

.step2--tip{
    width: 100%;
    text-align: left;
    font-size: 12px;
    color: #999999;
    padding-top: 13px;
}

/*step0*/
.plugin--type.show{
    display: none;
}

.plugin--type.choose.show{
    display: block;
}

.team--wrap{
    width: 100%;
    max-height: 384px;
    margin-top: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.team--list{
    width: 110%;
    height: 100%;
    padding: 0;
}

.team--list.choose{
    display: block;
}

.team--item{
    float: left;
    float: left;
    width: 156px;
    height: 52px;
    line-height: 40px;
    padding: 5px 5px 5px 10px;
    margin: 0 20px 12px 0;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    cursor: pointer;
}

.team--item:hover{
    border-color: #ccc;
}

.team--item.choose{
    border-color: #ff7385;
}

.team--item.noMr{
    margin-right: 0;
}

.team--header{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #e2e2e2;
    background-position: center;
    background-repeat: no-repeat;
}

.team--name{
    float: right;
    width: 90px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    overflow: hidden;
    color: #666464;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.team--header.group-select{
    background: #e2e2e2;
    font-size: 14px;
    color: #666464;
    text-align: center;
    line-height: 40px;
}

/*step4*/
.plugin--block4{
    position: relative;
    z-index: 1;
    width: 1140px!important;
    margin-top: 20px;
    text-align: center;
    height: 95%;
    min-height: 370px;
    /*border-right: 1px solid #ccc;*/
}
.step4-text{
    font-size: 20px;
    text-align: center;
    color: #3d3d3d;
    padding: 20px 0 5px;
}
.step4-text-tip{
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    color: #808080;
}
.app--discount{
    font-size: 18px;
    color: #ff7385;;
}
.step4--tel{
    width: 294px;
    height: 40px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #e0e0e0;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    color: #333;
    margin-top: 20px;
    outline: none;
}
.step4--submit{
    width: 168px;
    height: 40px;
    border-radius: 4px;
    background-color: #ff7385;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    color: #ffffff;
    border: none;
    cursor: pointer;
    margin-top: 196px;
    outline: none;
}
.right--detail.order{
    background-color: #fff;
}
/*说明框*/
.plugin--warn-wrap{
    width: 510px;
    margin: 20px  0;
}

.plugin--warn-box{
    position: relative;
    width: 100%;
    padding: 12px 16px;
    line-height: 1.5;
    font-size: 12px;
    color: #999;
    background-color: #f5f5f5;
    border: solid 1px #e1e1e1;
}

.plugin--warn-box span{
    display: inline-block;
    padding-bottom: 7px;
    color: #666666;
    font-size: 12px;
}

.plugin--warn-box:before{
    content: '';
    position: absolute;
    top: -19px;
    left: 40px;
    width: 0;
    border: 9px solid transparent;
    border-bottom-color: #e1e1e1;
}

.plugin--warn-box:after{
    content: '';
    position: absolute;
    top: -16px;
    left: 41px;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #f5f5f5;
}

.step--next{
    position: absolute;
    bottom: 32px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    background-color: #ff7385;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
}

.step--next:hover{
    opacity: 0.8;
}

/*右侧详情*/
.right--detail{
    position: relative;
    float: left;
    width: 630px;
    height: 100%;
    padding: 20px;
    background-color: #fff;
}
.right--detail-wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 20px 20px 20px;
}
.right--detail-wrap.pdt--self{
    padding-top: 142px;
}
.right--detail-wrap.pdt--self .detail--wrap-scroll{
    padding-top: 0;
}
.detail--wrap-scroll{
    width: 100%;
    height: 100%;
    padding: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #f5f5f5;
}
.detail--wrap-scroll.hide{
    display: none;
}
.order .detail--wrap-scroll{
    background: #fff;
}
.right--detail-bg{
    width: 100%;
    height: 128px;
    border-radius: 4px;
    background-color: #666;
    background-position: center;
    background-repeat: no-repeat;
}
/*step0*/
.right--detail-desc{
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.4;
    color: #808080;
    overflow: hidden;
    word-break: break-all;
}
.desc--more{
    padding: 4px 0;
    font-size: 12px;
    color: #999999;
    cursor: pointer;
}
.desc--more .xt-icon {
    position: relative;
    top: 0;
    left: -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
}
.desc--more.limit .xt-icon {
    top: 2px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.desc--more:hover {
    color: #ff7385;
}
.desc--more:hover .iconfont {
    color: #ff7385;
}
.desc--more .iconfont {
    font-size: 16px;
    color: #999999;
}
.detail--works{
    padding-top: 25px;
}
.detail--works-title{
    font-size: 12px;
    line-height: 1.3;
    color: #3d3d3d;
}
.more--spot-work{
    width: 100%;
    height: 32px;
    margin: 20px 0;
    text-align: center;
    line-height: 32px;
    background-color: #f5f5f5;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    color: #999999;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.load--more-work:hover{
    background-color: #ececec;
}
.work--list{
    width: 565px;
    overflow: hidden;
    margin-left: -6px;
}
.work--item{
    display: block;
    float: left;
    width: 172px;
    height: 202px;
    overflow: hidden;
    margin: 20px 6px 0;
    cursor: pointer;
}
.work--item-img{
    width: 100%;
    height: 172px;
    background-color: #e2e2e2;
    background-position: center;
    background-repeat: no-repeat;
}
.work--item-name{
    color: #666;
    padding-top: 10px;
}
.work--item-name:hover{
    color: #ff7385;
}
/*step2*/
.right--team-detail{
    width: 100%;
    overflow: hidden;
}
.team--detail-head{
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 4px;
    line-height: 100px;
    text-align: center;
    font-size: 50px;
    color: #fff;
    background-color: #e2e2e2;
    background-position: center;
    background-repeat: no-repeat;
}
.team--detail-info{
    position: relative;
    float: left;
    width: 460px;
    height: 80px;
    padding-left: 16px;
}
.team--detail-name{
    font-size: 16px;
    color: #666666;
}
.team--tcs-wrapper {
    position: relative;
    width: 82px;
    height: 15px;
    margin-top: 17px;
}

.tcs--start-bg {
    position: absolute;
    background-color: #e0e0e0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
}

.tcs--start-fg {
    position: absolute;
    background-color: #ff7385;
    height: 100%;
    left: 0;
    z-index: 2;
}

.tcs--start-mask{
    width: 100%;
    height: 100%;
    position: absolute;
    background: url('/img/photo/star-comment2.png') no-repeat;
    background-size: 82px 15px;
    -webkit-background-size: 82px 15px;
    left: 0;
    z-index: 3;
}
.team--comment-count{
    padding-top: 5px;
    font-size: 12px;
    color: #999999;
}
.team--desc-wrap{
    padding: 20px 0 0;
    width: 100%;
    clear: both;
    overflow: hidden;
}
.team--desc-title{
    font-size: 12px;
    line-height: 1.33;
    color: #3d3d3d;
}
.team--detail-desc{
    margin: 10px 0 5px;
    font-size: 12px;
    line-height: 1.5;
    color: #808080;
    overflow: hidden;
}
.team--detail--price{
    position: absolute;
    right: 0;
    bottom: 0;
    padding-bottom: 10px;
    line-height: 1.7;
    font-size: 14px;
    color: #808080;
}
.item--price-tag{
    font-size: 12px;
    color: #ff7385;
}
.item--price-num{
    font-size: 18px;
    font-weight: 700;
    color: #ff7385;
}
/*step3*/
.step3--bg{
    width: 510px;
    height: 212px;
    margin: 0;
    background: #615353 url(http://static.xitaoinfo.com/v4/plg.package.jpg) 0 0 no-repeat;
    background-size: cover;
}
.detail--block{
    position: relative;
    width: 100%;
    overflow: hidden;
    display: none;
}
.detail--block.detail--block1{
    width: 550px;
}
.detail--block.plugin--block3{
    width: 540px;
}
.detail--block{
    overflow: visible;
}
.detail--block.true{
    display: block;
}
.route--header{

}
.route--title{
    color: #808080;
    font-size: 12px;
    text-align: center;
}
.route--tab-list{
    width: 100%;
    border-bottom: 1px solid  #ccc;
    text-align: center;
    color: #999999;
    font-size: 20px;
}
.route--tab-item{
    display: inline-block;
}
.tab--item-btn{
    position: relative;
    color: #3d3d3d;
    font-size: 16px;
    padding: 12px 0;
    line-height: 1.13;
    cursor: pointer;
    font-weight: bold;
    display: inline-block;

}
.tab--item-btn.active{
    color: #ff7385;
}
.tab--item-btn.active:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #ff7385;
}
.right--detail-info{
    /*padding-top: 20px;*/
}
.right--detail-info .detail--info-name{
    font-size: 16px;
    line-height: 1.3;
    color: #3d3d3d;
}
.spot--detail-info{
    padding-top: 15px;
    overflow: hidden;
}
.spot--detail-info .detail--info-name{
    display: block;
    font-size: 14px;
}
.detail--info-left{
    float: left;
    width: 266px;
}
.spot--detail-info .item--address{
    display: block;
    float: none;
}
.detail--info-right{
    float: right;
    width: 260px;
    height: 185px;
}
.right--detail-info .detail--info-tip{
    font-size: 16px;
    color: #3d3d3d;
}
.right--detail-desc{
    font-size: 12px;
    color: #3d3d3d;
}
.right--pdt-self{
    /*position: relative;*/
    /*top:0;*/
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.right--detail-info.step3{
    position: absolute;
    top: 50px;
    left: 20px;
    width: 590px;
    padding: 20px;
    height: 92px;
    z-index: 1;
    background: #f5f5f5;
}
.pdt--nav{
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 44px;
    margin-left: -20px;
}
.pdt--nav-item{
    position: relative;
    float: left;
    display: inline-block;
    color: #666;
    font-size: 14px;
    margin: 0 20px;
    cursor: pointer;
}
.pdt--nav-item.active{
    color: #ff7385;
}
.pdt--nav-after{
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 56px;
    height: 4px;
    margin-left: -28px;
    background-color: #ff7385;
    display: none;
}

.pdt--nav-item.active .pdt--nav-after{
    display: block;
}
.pdt--list{
    width: 568px;
    margin-left: -7px;
    overflow: hidden;
}
.pdt--list-title{
    padding-top: 15px;
    font-size: 18px;
    line-height: 1.56;
    text-align: center;
    color: #4d4b4b;
}
.pieces-group-title1 {
    position: relative;
    display: inline-block;
    height: 44px;
    padding-left: 45px;
    line-height: 44px;
    font-weight: 400;
    color: #4d4b4b;
}
.pieces-group-title1 i{
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 30px;
    height: 32px;
}
.pieces-group-title1 em {
    display: inline-block;
    font-style: normal;
}
.pieces-box{
    float: left;
    width: 268px;
    height: 387px;
    margin: 7px;
    background-color: #ffffff;
    border: solid 1px #e0e0e0;
}
.pieces-img-box{
    width: 100%;
    height: 268px;
    padding: 9px 8px;
}
.pieces-img{
    display: block;
    width: 100%;
    height: 100%;
}
.pieces-content-box{
    padding: 0 8px 12px;
}
.piece-style-wrap{
    width: 100%;
}
.pieces-img-small{
    position: relative;
    float: left;
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 8px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    border: solid 1px #c5c5c5;
}
.pieces-img-small.last{
    margin-right: 0;
}
.pieces-img-tip{
    display: inline-block;
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -43px;
    width: 86px;
    line-height: 14px;
    padding: 4px 12px;
    border-radius: 2px;
    background-color: #f2f2f2;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    font-size: 10px;
    color: #666666;
    text-align: center;
    z-index: 1;
}
.pieces-price{
    width: 100%;
    font-size: 14px;
    color: #ff6666;
    padding-top: 10px;
    clear: both;
}
.pieces-name{
    width: 100%;
    font-size: 12px;
    color: #4d4b4b;
    height: 20px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.pieces-size{
    width: 100%;
    font-size: 12px;
    color: #999999;
    line-height: 1.8;
}
.pieces-size .iconfont{
    font-size: 12px;
    color: #999;
    padding-right: 5px;
}
.pieces-bottom-wrapper{
    width: 100%;
    font-size: 14px;
    color: #999999;
    white-space: nowrap;
}
.item--address{
    float: right;
    line-height: 1.3;
    font-size: 12px;
    color: #999999;
}
.block--frame-table{
    width: 100%;
    /*overflow: hidden;*/
    margin-top: 24px;
    border: solid 1px #e0e0e0;
}

.block--frame-header{
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 10px;
    background-color: #f5f5f5;
}

.frame--table-wrap{
    width: 100%;
    /*overflow: hidden;*/
    color: #666464;
}

.block--frame-header div,
.block--frame-body div{
    display: inline-block;
    font-size: 12px;
    padding-right:5px;
}
.block--frame-body div{
    vertical-align: middle;
}

.block--frame-body{
    position: relative;
    width: 100%;
    padding: 10px 0 10px 10px;
    line-height: 18px;
    background-color: #fff;
    cursor: default;
}

.block--frame-body.block--frame-even{
    background-color: #f5f5f5;
}

.frame--table-name{
    width: 35%;
}

.frame--table-size{
    width: 24%;
}

.frame--table-num{
    width: 15%;
}

.frame--table-price{
    width: 10%;
}

.frame--table-wrap .frame--table-price{
    text-decoration: line-through;
}

.frame--table-price2{
    width: 12%;
}

.frame--table-wrap .frame--table-name,
.frame--table-wrap .frame--table-price2{
    color: #ff7385;
}
.frame--img{
    position: relative;
    top: 5px;
    width: 256px;
    height: 220px;
    padding: 8px;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #e6e6e6;
    z-index: 1;
}
/*app-scrollbar start*/
#photoPlugin div::-webkit-scrollbar {
    width:6px;
}
#photoPlugin div::-webkit-scrollbar-track {
    background-color:#fff;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
#photoPlugin div::-webkit-scrollbar-thumb {
    height: 10%;
    background-color:#ddd;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
#photoPlugin div::-webkit-scrollbar-thumb:hover {
    background-color:#999;
}
#photoPlugin .right--detail div::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}
/*app-scrollbar end*/

/*large*/
.l .team--wrap{
    max-height: 256px;
}
.l .step1 .wrap--list-inner{
    max-height: 184px;
}
.l .wrap--list-inner{
    max-height: 138px;
}
.l .wrap--list {
    padding: 10px 0 5px;
}
.l .plugin--warn-wrap{
    margin: 5px  0;
}
.l .step--next{
    bottom: 20px;
}
.l .step5--app-dl .app--download-qr{
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -70px;
    display: none;
}
.l .app--arrow {
    top: auto;
    bottom: -16px;
    border-bottom-color: transparent;
    border-top-color: #fff;
}
.l .app--arrow-shadow {
    top: auto;
    bottom: -20px;
    border-bottom-color: transparent;
    border-top-color: #E8E8E8;
}
.step5--app-dl:hover .app--download-qr{
    display: block;
}
/*middle*/
.plugin--wrapper.m{
    min-height: 580px;
}
.m .team--wrap{
    max-height: 196px;
}
.m .wrap--list {
    padding: 5px 0 0;
}
.m .wrap--list-inner{
    max-height: 92px;
}
.m .step2--bg{
    width: 400px;
    height: 162px;
}
.m .step2--tip{
    text-align: center;
    padding-top: 8px;
}
.m .step3--bg{
    width: 400px;
    height: 162px;
}
.m .step4--submit{
    margin-top: 150px;
}
/*small*/
.s.team--wrap{
    max-height: 128px;
}
.s .step--next{
    bottom: 15px;
}
#LRdiv2{
    position: absolute;
    z-index: -1!important;
    opacity: 0;
}


.full--screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: none;
    z-index: 3;
}

.full--screen.show {
    display: block;
}

.full--screen .screen--close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    z-index: 3;
}

.screen--close .iconfont {
    color: #fff;
    font-size: 24px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.middle--help {
    width: 1px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: -6px;
}
.slider--item{
    width: 100%;
    height: 100%;
    text-align: center;
}
.slider--item img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 99%;
    vertical-align: middle;
}
.swiper-button-close {
    position: absolute;
    top: 0;
    left: 30%;
    width: 40%;
    height: 100%;
    cursor: zoom-out;
    z-index: 2;
}
.swiper-button-next, .swiper-button-prev{
    position: absolute;
    top: 0;
    margin-top: 0;
    width: 30%;
    height: 100%;
    cursor: pointer;
    background: none;
    z-index: 2;
}
.swiper-button-prev{
    left: 0;
}
.swiper-button-next{
    right: 0;
}
.item--nav-btn {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 50px;
  height: 60px;
  line-height: 60px;
  display: block;
  cursor: pointer;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.item--nav-btn .iconfont {
    color: #ccc;
    font-size: 50px;
}

.swiper-button-prev .item--nav-btn{
    left: 10px;
}
.swiper-button-next .item--nav-btn{
    right: 10px;
}

.swiper-button-prev:hover .item--nav-btn,.swiper-button-next:hover .item--nav-btn {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
