.spec-920yuyue {
    background: #ebfdff;
    font-family: 'Microsoft Yahei', 'Hiragino Sans GB', sans-serif;
    margin-bottom: -15px;
    line-height: 1.2;
    min-width: 1000px;
    color: #fff;
    text-align: center;
    padding-bottom: 80px;
}

.sideNav-item-top {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    height: 140px;
}

.dis-block {
    display: block;
}

.hover-transparent:hover {
    color: #fff;
    opacity: 0.8;
    filter: Alpha(opacity=80);
}

.banner {
    background: #66d7e6 url("../img/banner.jpg") center 0 no-repeat;
    height: 417px;
}

/*.scene {*/
    /*position: relative;*/
    /*width: 1272px;*/
    /*height: 418px;*/
    /*left: 112px;*/
/*}*/

/*.banner-xiaoxin {*/
    /*background: url("../img/banner-xiaoxin.png") center 0 no-repeat;*/
    /*height: 360px;*/
    /*width: 764px;*/
    /*position: absolute;*/
    /*bottom: -25px;*/
    /*right: 0;*/
/*}*/

/*[class^="scene-"] {*/
    /*width: 1160px;*/
    /*height: 418px;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
/*}*/

/*.scene-circle {*/
    /*background: url("../img/scene-circle.png") top center no-repeat;*/
/*}*/

/*.banner-text {*/
    /*width: 480px;*/
    /*font-size: 0;*/
    /*padding-top: 58px;*/
    /*padding-left: 24px;*/
/*}*/

/*.banner-subTitle {*/
    /*font-size: 42px;*/
    /*letter-spacing: 3px;*/
    /*margin-top: 12px;*/
    /*text-shadow: 0 4px 4px rgba(26, 193, 215, 0.75);*/
/*}*/

/*.banner-title {*/
    /*font-size: 48px;*/
    /*letter-spacing: 3px;*/
    /*margin-bottom: 11px;*/
    /*text-shadow: 0 4px 4px rgba(26, 193, 215, 0.75);*/
/*}*/

/*.banner-info {*/
    /*background: #fffd35;*/
    /*color: #ff6c35;*/
    /*font-size: 30px;*/
    /*width: 342px;*/
    /*height: 54px;*/
    /*line-height: 54px;*/
    /*margin: 0 auto;*/
    /*border-radius: 40px;*/
/*}*/

/*side-advisory*/
.side-advisory {
    display: none;
    position: fixed;
    top: 300px;
    left: 50%;
    margin-left: 540px;
    width: 72px;
}

.side-advisory:hover .side-advisory__btn {
    color: rgba(255, 255, 255, .8);
}

.side-advisory__calculator {
    font-size: 0;
}

.side-advisory__btn {
    background: url("../img/side-btn.png") center 0 no-repeat;
    height: 182px;
    width: 52px;
    padding: 10px 10px 0;
    font-size: 32px;
    margin: 0 auto;
    color: #fff;
}

/*main*/
.main {
    padding: 50px 0;
}

.prod {
    background: #f9fdfd;
    text-align: left;
    margin-bottom: 60px;
}

.prod-display {
    width: 529px;
    margin-right: 9px;
    padding: 19px 1px 62px 22px;
    background: #fff;
}

.prod-display__info {
    font-size: 18px;
    color: #77ddea;
}

.prod-display__title {
    color: #3acee1;
    font-size: 30px;
    font-weight: bold;
}

.prod-display__img {
    margin-top: 12px;
    text-align: right;
}

.prod-trial {
    background: #fff;
    position: relative;
    height: 554px;
    padding: 33px 0 0 0;
}

.prod-trial__cont {
    padding: 0 39px 0 60px;
    font-size: 16px;
    color: #666;
    font-family: "Microsoft Yahei";
}

/*试算表单S*/
.prod-trial__cont .hc-tab {
    border-bottom: 1px solid #d4d4d4;
}

.prod-trial__cont .hc-tab__items {
    margin-bottom: -1px;
}

.prod-trial__cont .hc-tab__item {
    color: #666;
    font-size: 18px;
    padding: 0;
    width: 170px;
    line-height: 35px;
}

.prod-trial__cont .hc-tab__item.hc-current {
    border-bottom: 1px solid #ff4714;
    padding-bottom: 9px;
    font-size: 24px;
    line-height: 1.2;
}

.prod-trial__cont .hc-form-group {
    margin-top: 30px;
}

.prod-trial__cont .hc-form-item__label {
    width: 80px;
    text-align: left;
    margin-right: 10px;
    padding-top: 10px;
    color: #666;
}

.prod-trial__cont .hasDatepicker {
    background: url("../img/date-pick.png") 95% center no-repeat;
}

.prod-trial__cont .hc-select {
    width: 248px;
    padding: 0 3px;
    height: 43px;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
}

.prod-trial__cont .hc-beautify .hc-label-inline {
    margin: 0;
    margin-right: 24px;
    padding: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
}

.prod-trial__cont .hc-beautify .hc-label-inline.hc-current {
    color: #ff4714 !important;
    border-color: #ff4714;
}

.prod-trial__cont .hc-input-text {
    height: 43px;
    line-height: 43px;
    width: 232px;
    padding: 0 8px;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
}

.hc-form-item__info {
    margin-top: 10px;
}

.hc-form-item__info-text {
    font-size: 14px;
    margin-top: 38px;
}

.hc-form-item__info-text:first-child {
    margin-top: 0;
}

.hc-form-item__info-red {
    color: #ff4613;
}

.hc-form-item__info-text-price {
    font-size: 30px;
}

.hc-form-item__price .yuan {
    font-size: 30px;
}

/*试算表单E*/
.prod-trial__info {
    background: url("../img/trial-info.png") center 0 no-repeat;
    height: 114px;
    width: 43px;
    position: absolute;
    top: -3px;
    left: 0;
    z-index: 1;
}

.prod-trial__btn {
    font-size: 30px;
    font-family: "Arial Black", "Microsoft YaHei";
    color: #fff;
    width: 439px;
    height: 65px;
    line-height: 65px;
    background: #ff6c35;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
}

.cont1 {
    background: url("../img/text1.jpg") center 0 no-repeat;
    height: 452px;
}

.cont2 {
    background: url("../img/text2.jpg") center 0 no-repeat;
    height: 416px;
}

.cont3 {
    background: url("../img/text3.jpg") center 0 no-repeat;
    height: 1141px;
    margin-top: 64px;
}

/*advisory*/
.advisory {
    background: #66d7e6 url("../img/advisory.jpg") center top no-repeat;
    height: 650px;
    position: relative;
}

.advisory-btn {
    background: #ffe465;
    border: 4px solid #fff;
    width: 583px;
    height: 67px;
    line-height: 67px;
    color: #003;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    bottom: 74px;
    left: 50%;
    margin-left: -291px;
}

/*active*/
.active {
    background: url("../img/active.jpg") center top no-repeat;
    height: 550px;
}

/*分会场活动*/
.branch {
    background: #edf2f5 url("../img/branch.jpg") center 0 no-repeat;
    height: 489px;
    padding-top: 157px;
    perspective: 500px;
    -ms-perspective: 500px;
    -moz-perspective: 500px;
    -webkit-perspective: 500px;
}

.branch-list {
    margin-top: -31px;
    margin-left: -31px;
}

.branch-list li {
    float: left;
}

.branch-item {
    height: 166px;
    width: 484px;
    color: #fff;
    margin-top: 31px;
    margin-left: 31px;
    transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform: rotateY(0deg) rotateX(0deg);
    -ms-transform: rotateY(0deg) rotateX(0deg);
    -moz-transform: rotateY(0deg) rotateX(0deg);
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
}

.branch-item:hover {
    color: #fff;
}

.branch-item1 {
    background: url("../img/branch1.jpg") center 0 no-repeat;
}

.branch-item2 {
    background: url("../img/branch2.jpg") center 0 no-repeat;
}

.branch-item3 {
    background: url("../img/branch3.jpg") center 0 no-repeat;
}

.branch-item4 {
    background: url("../img/branch4.jpg") center 0 no-repeat;
}

/*left-side-nav*/
.sideNav {
    /*display: none;*/
    background: url("../img/side-nav.png") center 0 no-repeat;
    height: 271px;
    width: 120px;
    position: fixed;
    top: 200px;
    right: 50%;
    margin-right: 530px;
    padding: 146px 5px 0;
}

.sideNav-item {
    background: url("../img/sideNav-bg.jpg") center 0 no-repeat;
    height: 39px;
    line-height: 39px;
    padding: 0 10px 6px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 3px;
    text-indent: 3px;
}

.sideNav-item:first-child {
    margin-top: 0;
}

.sideNav-item:hover, .sideNav-item-current {
    color: #f3b362;
}

.sideNav-item__main {
    background-image: url("../img/sideNav-main.png");
    background-repeat: no-repeat;
    height: 76px;
    padding-top: 12px;
}

.sideNav-item__mainBg0 {
    background-position: 0 0;
}

.sideNav-item__mainBg1 {
    background-position: 0 -89px;
}

.sideNav-item__mainBg2 {
    background-position: 0 -178px;
}

.sideNav-item__mainBg3 {
    background-position: 0 -267px;
}

.sideNav-item__mainBg4 {
    background-position: 0 -356px;
}

.sideNav-item__main-btn {
    width: 94px;
    height: 26px;
    line-height: 26px;
    color: #73e7e8;
    background: #f4f9fc;
    margin: 0 auto;
    border-radius: 40px;
    letter-spacing: 2px;
    text-indent: 2px;
    font-weight: bold;
}

/*share*/
.share {
    margin-top: 64px;
}

.share-title {
    position: relative;
}

.share-title__line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e7cfb1;
}

.share-title__text {
    font-size: 12px;
    color: #e7cfb1;
    position: relative;
    padding: 0 12px;
    background: #ebfdff;
}

.share-bg {
    margin: 20px auto 0;
}

.wechat, .sina, .qzone {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 15px;
    margin-right: 15px;
    width: 75px;
    height: 75px;
    background-image: url("../img/share.png");
}

.wechat {
    background-position: 0 0 !important;
}

.sina {
    background-position: -152px 0 !important;
}

.qzone {
    background-position: -302px 0 !important;
}

.weixin-share {
    z-index: 10;
}

.fakeselect {
    position: relative;
    width: 250px;
    cursor: pointer;
    background: #fff;
    z-index: 10;
    border-radius: 5px;
}

.fakeselect .value {
    border: 1px solid #d4d4d4;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: #333;
    font-weight: normal;
    background: url("http://www.xyz.cn/public/assets/img/quickquote/fakeselectcaret.png") 225px center no-repeat;
    border-radius: 5px;
}

.fakeselect .external {
    visibility: hidden;
    position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: none;
    background: #fff;
    max-height: 295px;
    overflow-y: auto;
    z-index: 11;
    opacity: 0;
    box-shadow: 0 0 5px rgba(187, 211, 237, 0.9);
}

.fakeselect .external .option {
    border: 1px solid #ddd;
    border-top: 0;
}

.fakeselect .external .option {
    color: #333;
    display: block;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    text-decoration: none;
}

.fakeselect .external .option:hover {
    background: #f9f9f9;
}

.fakeselect .external .option.hc-current {
    background: #f5f5f5;
}

.fakeselect.on {
    box-shadow: 0 0 5px rgba(187, 211, 237, 0.9);
    z-index: 15;
}

.fakeselect.on .external {
    display: block;
    visibility: visible;
    opacity: 1;
    animation: aniDropdownListShow 0.2s ease 0s 1 normal both;
    -moz-animation: aniDropdownListShow 0.2s ease 0s 1 normal both;
    -ms-animation: aniDropdownListShow 0.2s ease 0s 1 normal both;
    -webkit-animation: aniDropdownListShow 0.2s ease 0s 1 normal both;
    -o-animation: aniDropdownListShow 0.2s ease 0s 1 normal both;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.ui-datepicker {
    z-index: 100 !important;
}

.prod-trial__cont .hc-form-item__content {
    overflow: inherit;
    float: left;
}

.tabContent {
    position: relative;
    height: 516px;
}

.tabContent .trialFrame {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 439px;
    left: -9999px;
}

.tabContent .trialFrame.hc-current {
    left: 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    width: 1.5em;
}

.hc-form-group .hc-form-item {
    margin: 20px 0;
}

.AniCombine {
    position: relative;
}

.AniCombine:before {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 1;
    position: absolute;
    right: 50%;
    top: 0;
}

.AniCombine:hover:before {
    left: 0;
    opacity: 0;
    right: 0;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -ms-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
}

.AniCombine:hover {
    color: #fff;
    filter: Alpha(opacity=80);
}