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

.banner {
    background: url("../img/banner.jpg") no-repeat center top #712bf5;
    height: 774px;
    position: relative;
}

.banner-btn {
    width: 630px;
    height: 120px;
    position: absolute;
    top: 440px;
    left: 50%;
    margin-left: -315px;
    cursor: pointer;
}

.cont {
    margin-top: -70px;
    padding-bottom: 90px;
    position: relative;
    z-index: 10;
}

.section-title {
    font-size: 36px;
}

/*prod*/
.prod-list {
    margin-top: 25px;
}

.prod-item {
    margin-top: 50px;
    background: #fff;
    padding: 2px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

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

.prod-item__head {
    background: #47b1ff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    letter-spacing: 3px;
    text-indent: 3px;
}

.prod-item__cont {
    padding: 10px 8px 8px;
    font-size: 0;
}

.prod-item__img {
    margin-right: 27px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.prod-item__info {
    padding-top: 30px;
    width: 480px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    text-align: left;
}

.prod-item__info-title {
    width: 100%;
    font-size: 24px;
    color: #444;
    line-height: 48px;
    border-bottom: 1px dotted #666;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.prod-item__info-title a {
    color: #444;
}

.prod-item__info-title-little {
    font-size: 18px;
}

.prod-item__info-item {
    float: left;
    background: url("../img/advantage.png") left 0 no-repeat;
    height: 18px;
    min-width: 210px;
    padding-left: 23px;
    font-size: 18px;
    color: #666;
    text-align: left;
    margin-top: 16px;
}

.prod-item__bottom {
    padding-top: 56px;
}

.prod-item__price {
    font-size: 14px;
    color: #ff6634;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.prod-item__price-numer {
    font-size: 24px;
}

.prod-item__btn {
    margin-left: 30px;
    border-radius: 40px;
    font-size: 18px;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.prod-item__buy {
    width: 86px;
    height: 32px;
    line-height: 32px;
    border: 2px solid #ff6634;
    color: #ff6634;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.prod-item__buy:hover {
    background: #ff6634;
    color: #fff;
}

.prod-item__tag {
    position: relative;
    margin-left: 30px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}

.prod-item__reservation {
    height: 34px;
    line-height: 34px;
    padding: 0 70px 0 32px;
    background: #ff6634;
    color: #fff;
    margin-left: 0;
}

.prod-item__reservation:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    *zoom: 1;
    color: #fff;
}

.prod-item__discount {
    background: url("../img/discount.png") left 0 no-repeat;
    height: 54px;
    width: 52px;
    padding: 10px 20px;
    position: absolute;
    top: -9px;
    right: -40px;
    color: #ff6634;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.prod-item-two .prod-item__head {
    letter-spacing: 2px;
    text-indent: 2px;
}

.mid-pot {
    background: url("../img/gift-title-bg.jpg") left 0 no-repeat;
    height: 176px;
}

.prod-item-first .prod-item__info-title {
    line-height: 40px;
}

.prod-item-first .prod-item__bottom {
    padding-top: 30px;
}

/*gift*/
.gift {
    margin-top: -95px;
}

.gift-list {
    margin-top: 50px;
}

.gift-item {
    float: left;
    background: url("../img/gift-bg.png") left 0 no-repeat;
    height: 337px;
    width: 342px;
    padding: 37px 50px 0 80px;
    text-align: left;
    margin-left: 55px;
}

.gift-item:first-child {
    margin-left: 0;
}

.gift-item__order {
    font-size: 30px;
    color: #fff;
    width: 130px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #fff;
    border-radius: 40px;
    text-align: center;
}

.gift-item__title {
    margin: 25px 0 15px;
    font-weight: normal;
}

.gift-item__title a {
    font-size: 30px;
    color: #fff;
}

.gift-item__info {
    font-size: 24px;
    margin-bottom: 20px;
}

.gift-item__img {
    margin-left: -3px;
}

.gift-item__btn {
    margin-left: 3px;
    width: 120px;
    height: 38px;
    line-height: 38px;
    background: #ff6634;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: 19px;
    text-align: center;
    border-radius: 40px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.gift-item__btn:hover {
    background: #fff;
    color: #ff6634;
}

.gift-more {
    text-align: right;
    margin-top: 25px;
}

.gift-more-link {
    color: #fff;
    font-size: 24px;
}

/*consult*/
.consult {
    padding-top: 60px;
    padding-bottom: 74px;
    background: #47b1ff;
}

.consult__title {
    padding-top: 15px;
    font-size: 48px;
    color: #fff;
}

.consult__subtitle {
    font-size: 14px;
    color: #084f83;
    letter-spacing: 8px;
    text-indent: 8px;
}

.consult__head-portrait {
    background: url("../img/head.png") no-repeat center top;
    height: 170px;
    margin-top: 25px;
}

.consult__line {
    background: url("../img/line-long.png") no-repeat center top;
    height: 12px;
    margin-top: 18px;
    margin-bottom: 40px;
}

.consult__list {
    padding: 0 20px;
}

.consult__item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 140px;
}

.consult__item:first-child {
    margin-left: 0;
}

.consult__item-tag, .consult__item-icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.consult__item-tag {
    background: url("../img/tag.png") no-repeat center 0;
    height: 29px;
    width: 19px;
    vertical-align: -8px;
    *vertical-align: -3px;
    margin-right: 5px;
}

.consult__item-text {
    font-size: 24px;
    color: #fff;
}

.consult__item-icon {
    vertical-align: -4px;
    *vertical-align: 1px;
    margin-left: 5px;
}

.consult__item-first {
    background: url("../img/icon-1.png") no-repeat left center;
    height: 24px;
    width: 24px;
}

.consult__item-second {
    background: url("../img/icon-2.png") no-repeat left center;
    height: 22px;
    width: 23px;
}

.consult__item-third {
    background: url("../img/icon-3.png") no-repeat left center;
    height: 25px;
    width: 24px;
}

.consult-appointment {
    display: block;
    line-height: 60px;
    font-size: 24px;
    color: #003;
    border: 4px solid #fff;
    background: #ffe465;
    height: 60px;
    width: 575px;
    margin: 45px auto 0;
}

/*active*/
.active {
    padding: 60px 0 95px;
}

.active-title {
    width: 186px;
    margin: 0 auto;
    position: relative;
}

.active-title__line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    background: #fff;
}

.active-title__text {
    font-size: 30px;
    color: #fff;
    position: relative;
    padding: 0 14px;
    background: #712bf5;
}

.active-item {
    text-align: left;
}

.active-item__icon {
    float: left;
    height: 24px;
    width: 24px;
    margin-top: 13px;
    margin-right: 6px;
}

.active-item__icon1 {
    background: url("../img/active-num1.png") center 0 no-repeat;
}

.active-item__icon2 {
    background: url("../img/active-num2.png") center 0 no-repeat;
}

.active-item__icon3 {
    background: url("../img/active-num3.png") center 0 no-repeat;
}

.active-item__text {
    overflow: hidden;
    font-size: 18px;
    line-height: 48px;
}

/*share*/
.share {
    padding-bottom: 94px;
}

.share-title {
    position: relative;
}

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

.share-title__text {
    font-size: 18px;
    color: #96d2ff;
    position: relative;
    padding: 0 10px;
    background: #712bf5;
}

.share-bg {
    margin-top: 40px;
}

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

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

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

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

/*side*/
.side {
    position: fixed;
    top: 500px;
    left: 50%;
    margin-left: 505px;
    padding: 13px 10px 20px;
    background: #d482fa;
    color: #fff;
}

.side-info-bg {
    border: 1px solid #fff;
    height: 50px;
    width: 108px;
    position: relative;
    margin-bottom: 8px;
}

.side-info {
    position: absolute;
    top: 8px;
    left: -1px;
    width: 110px;
    background: #d482fa;
}

.side-info__title {
    font-size: 16px;
}

.side-info__subTitle {
    font-size: 14px;
}

/*弹框*/
#advisoryDialog {
    padding: 0 0 40px;
    line-height: 1;
}

.advisoryDialog .hc-form-group {
    font-size: 14px;
    padding: 0;
}

.advisoryDialog .hc-form-group .hc-form-item {
    border-bottom: none;
    margin: 15px 0;
}

.advisoryDialog .hc-form-item + .hc-form-item {
    margin-top: 20px;
}

.advisoryDialog {
    font-size: 14px;
    color: #666;
    display: none;
}

.hc-dialog__bd {
    padding: 0 20px;
}

.hc-form-item + .hc-form-item {
    margin-top: 20px;
}

.hc-form-item__label {
    padding-top: 14px;
    margin-right: 10px;
    width: 82px;
}

.hc-input-text {
    width: 308px;
    height: 38px;
    border: 1px solid #e5e5e5;
}

.onError {
    display: none;
    font-size: 12px;
}

.hc-form-item__valicode {
    font-size: 0;
}

.valicodeInput {
    width: 138px;
    font-size: 14px;
}

.valicode {
    vertical-align: middle;
    margin: 0 10px;
}

.changeVali {
    color: #007aff;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    top: 4px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.hc-input-text::-webkit-input-placeholder {
    color: #ccc !important;
}

.hc-input-text:-moz-placeholder {
    color: #ccc !important;
}

.hc-input-text::-moz-placeholder {
    color: #ccc !important;
}

.hc-input-text:-ms-input-placeholder {
    color: #ccc !important;
}

.dialog-submit {
    width: 308px;
    font-size: 20px;
    font-family: "Arial Black", "Microsoft YaHei";
}

.dialog-bread {
    padding-left: 40px;
    line-height: 1;
    margin-top: 20px;
}

.bread-link {
    padding: 0 8px;
}