.xinkezhuanxiang {
    min-width: 1000px;
    font-family: "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
    line-height: 1.5;
    background: #dcfffb;
}

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

.form {
    margin-top: -350px;
    padding-top: 1px;
    height: 855px;
    background: url("../img/form-bg.png") center 0 no-repeat;
}

.form-cont {
    overflow: hidden;
    margin: 0 auto;
    padding: 0px 44px 0 0;
    width: 936px;
}

.form_left {
    float: left;
    padding-left: 35px;
    width: 436px;
}

.form_left-title{
    margin-top: 153px;
    font-size: 18px;
    color: #999;
}

.form-intro {
    position: relative;
    margin-top: 6px;
    font-size: 0;
    line-height: 1;
}

.form-intro-value {
    display: inline-block;
    font-size: 62px;
    font-family: Arial;
    background-image:linear-gradient(-60deg, #ff4a5b, #FF6132);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.form-intro-icon {
    display: inline-block;
    font-size: 48px;
    color: #FF6132;
}

.form-intro-img {
    position: absolute;
    right: 10px;
    bottom: -25px;
}

.form-tips {
    margin-left: 70px;
    margin-top: 46px;
    font-size: 18px;
    line-height: 28px;
    color: #444;
}

.form-tip {
    margin-top: 24px;
}

.form-tip-value {
    color: #ff6a2b;
}

.form-tip-em {
    font-size: 16px;
}

.form_right{
    float: right;
    width: 464px;
}

.form_right-title {
    margin-top: 162px;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}

.form-items {
    margin: 0 38px;
}

.form-item {
    position: relative;
    padding-top: 10px;
    border-top: 2px solid #DBDBDB;
    font-size: 0;
    line-height: 50px;
}

.form-item:first-child {
    border-top: 0;
}

.form-item1 {
    padding-top: 15px;
}

.form-item-label {
    display: inline-block;
    padding-left: 20px;
    font-size: 18px;
    color: #444;
    vertical-align: middle;
}

.form-item-label:after {
    display: inline-block;
    content: "|";
    width: 11px;
    color: #CACACA;
    text-align: right;
}

.form-item-input {
    display: inline-block;
    padding-left: 10px;
    width: 70%;
    border: 0;
    font-family: "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
    font-size: 16px;
    background: transparent;
    color: #444;
    vertical-align: middle;
    outline: 0;
}


.form-item-input::-webkit-input-placeholder {
    color: #C5C5C5;
}

.form-item_left {
    display: inline-block;
    width: 228px;
    background: #f6f7f8;
}

.form-item_left .form-item-input {
   width: 50%;
}

.form-item-btn {
    display: inline-block;
    margin-left: 12px;
    width: 148px;
    font-family: "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
    font-size: 16px;
    line-height: 50px;
    background: #35d59b;
    color: #fff;
}

.form-item-btn[disabled] {
    background: #bbc8d3;
    cursor: default;
}

.form-error {
    position: absolute;
    bottom: -34px;
    left: 20px;
    font-size: 14px;
    color: #e84720;
    z-index: 1;
}

.form-check {
    margin-top: 30px;
    font-size: 0;
}

.form-check-box {
    display: inline-block;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    background: url("../img/box.png") center 0 no-repeat;
    -webkit-appearance: none;
    appearance: none;
    vertical-align: -3px;
}

.form-check-box:checked {
    background: url("../img/boxed.png") center 0 no-repeat;
}

.form-check-tips {
    font-size: 16px;
    line-height: 18px;
    color: #999;
    vertical-align: top;
}

.form-check-link {
    font-size: 16px;
    color: #999;
    text-decoration: underline #999!important;
}

.form-submit {
    padding-bottom: 5px;
    margin-top: 50px;
    text-align: center;
}

.form-submit-btn {
    display: inline-block;
    width: 370px;
    border: 1px solid #ff406b;
    box-shadow:0 0 10px #ff4a5b;
    border-radius: 31px;
    font-family: "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
    font-size: 36px;
    line-height: 62px;
    background-image:linear-gradient(-60deg, #ff4a5b, #FF6132);
    color: #fff;
    text-align: center;
    outline: 0;
}

.form-submit-btn:disabled {
    border: 1px solid #bbc8d3;
    box-shadow:0 0 10px #bbc8d3;
    background: #bbc8d3;
    cursor: default;
}

.title {
    padding-bottom: 8px;
    font-weight: normal;
    font-size: 36px;
    line-height: 1.5;
    color: #3ae6d3;
    text-align: center;
}

.prod-title {
    margin-top: -70px;
    background: url("../img/line1.png") center 25px no-repeat;
}

.prod-items {
    margin-top: 40px;
    font-size: 0;
}

.prod-item {
    display: inline-block;
    position: relative;
    margin-left: 65px;
    padding: 10px 12px;
    width: 266px;
    height: 350px;
    border-radius: 5px;
    background: #fff;
}

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

.prod-item-img {
    display: block;
}

.prod-item-mark {
    position: absolute;
    top: 10px;
    right: -6px;
    padding-right: 6px;
    height: 48px;
    background: url("../img/icon.png") right 0 no-repeat;
}

.prod-item-icon {
    display: block;
    padding: 0 15px;
    font-weight: normal;
    font-size: 18px;
    line-height: 39px;
    background: #ff852b;
    color: #fff;
    text-align: center;
}

.prod-item-desc {
    position: absolute;
    top: 172px;
    left: 0;
    padding: 15px 0 20px;
    width: 100%;
    border-radius: 5px;
    background: #3be6d4;
    box-shadow:0 5px 5px #a6f7ed;
    color: #fff;
}

.prod-item-title {
    font-size: 24px;
    text-align: center;
}

.prod-item-range{
    display: inline-block;
    margin-left: 10px;
    padding: 0 8px;
    border-radius: 11px;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    background: #15d2be;
}

.prod-item-intros{
    margin: 13px 40px 0;
}

.prod-item-intro {
    padding-left: 23px;
    font-size: 18px;
    line-height: 26px;
    background: url("../img/gou.png") left 5px no-repeat;
}

.prod-item-btns {
    margin-top: 20px;
    text-align: center;
}

.prod-item-btn {
    display: inline-block;
    padding: 0 26px;
    border-radius: 21px;
    box-shadow:0 4px 0 #35d3c5;
    font-size: 18px;
    line-height: 42px;
    background: #f5ff5d;
    color: #ff434a;
}

.prod-step {
    margin-top: 32px;
}

.prod-step-title {
    font-size: 18px;
    color: #3be6d4;
    letter-spacing: 8px;
}

.prod-step-items {
    margin-top: 10px;
    padding-top: 7px;
    font-size: 0;
    height: 235px;
    background: url("../img/step.png") center 0 no-repeat;
}

.prod-step-item {
    display: inline-block;
    margin-left: 143px;
    font-size: 18px;
    color: #3be6d4;
}

.prod-step-item:first-child {
    margin-left: 40px;
}

.prod-step-btns {
    margin-top: 12px;
}

.prod-step-btn {
    display: inline-block;
    padding: 0 12px;
    border: 1px dashed #7aebdf;
    border-radius: 12px;
    font-size: 18px;
    line-height: 24px;
    color: #7aebdf;
}

.jifen {
    margin-top: 70px;
}

.jifen-title {
    background: url("../img/line2.png") center 25px no-repeat;
}

.jifen-cont {
    width: 1010px;
}

.jifen-items {
    margin-left: -20px;
    font-size: 0;
}

.jifen-item {
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px;
    width: 490px;
    background: #fff;
    overflow: hidden;
}

.jifen-item-img {
    float: left;
}

.jifen-item-desc {
    float: left;
    margin-top: 42px;
    margin-left: 15px;
}

.jifen-item-title {
    margin-left: 5px;
    font-weight: normal;
    font-size: 24px;
    color: #444;
}

.jifen-item-num {
    margin-top: 13px;
    margin-left: 5px;
    width: 132px;
    border: 1px solid #ff4549;
    font-size: 18px;
    line-height: 28px;
    color: #ff4549;
    text-align: center;
}

.jifen-item-link {
    display: block;
    margin-top: 30px;
    padding-left: 26px;
    width: 163px;
    height: 63px;
    font-size: 18px;
    line-height: 54px;
    background: url("../img/duihuan.png") -5px 0 no-repeat;
    color: #fff;

}

.protect {
    margin-top: 70px;
}

.protect-title {
    background: url("../img/line3.png") center 25px no-repeat;
}

.protect-cont {
    margin-left: -20px;
    width: 1020px;
}

.protect-items {
    margin-top: 40px;
    font-size: 0;
}

.protect-item {
    display: inline-block;
    position: relative;
    margin-left: 20px;
    margin-top: 20px;
    width: 320px;
    height: 320px;
    border-radius: 5px;
}

.protect-item-img {
    display: block;
}

.protect-item-mark {
    position: absolute;
    top: 0;
    right: -6px;
    padding-right: 6px;
    height: 48px;
    background: url("../img/icon.png") right 0 no-repeat;
}

.protect-item-icon {
    display: block;
    padding: 0 15px;
    font-weight: normal;
    font-size: 18px;
    line-height: 39px;
    background: #ff852b;
    color: #fff;
    text-align: center;
}

.protect-item-desc {
    position: absolute;
    top: 172px;
    left: 0;
    padding: 15px 0 20px;
    width: 100%;
    background: #3be6d4;
    color: #fff;
    text-align: center;
}

.protect-item-title {
    font-weight: normal;
    font-size: 24px;
}

.protect-item-detail{
    display: inline-block;
    margin-top: 6px;
    padding: 0 6px;
    border: 1px solid #fff;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.protect-item-price {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #fefd2e;
}

.protect-item-num {
    font-family: Arial;
    font-size: 24px;
}

.rule {
    margin-top: 70px;
    font-size: 18px;
    line-height: 32px;
    color: #3ae6d3;
}

.rule-title {
    background: url("../img/line3.png") center 25px no-repeat;
}

.rule-item {
    margin-top: 25px;
}

.share {
    margin-top: 70px;
    text-align: center;
}
.share__title {
    position: relative;
}
.share__title-line {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #3ae6d3;
    top: 10px;
}
.share__title-text {
    position: relative;
    font-size: 14px;
    color: #3ae6d3;
    background: #dcfffb;
    padding: 0 10px;
}
.share__list {
    font-size: 0;
    padding: 30px 0 40px;
}
.share__item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 75px;
    height: 75px;
    margin: 0 39px;
    background: url(../img/share.png) no-repeat;
}
.share__item--wechat {
    background-position: 0 0;
}
.share__item--sina {
    background-position: -75px 0;
}
.share__item--qzone {
    background-position: -150px 0;
}

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

.sidebar {
    position: fixed;
    top: 50%;
    right: 50%;
    margin-top: -118px;
    margin-right: -680px;
    padding-top: 45px;
    width: 136px;
    height: 242px;
    background: url("../img/side.jpg") center 0 no-repeat;
    text-align: center;
}

.sidebar-link {
    font-size: 18px;
    line-height: 51px;
    color: #1eddd5;
}

.sidebar-link1 {
    margin-top: 8px;
    display: inline-block;
    font-size: 20px;
    color: #fff;
}

.map {
    margin-top: -62px;
    height: 62px;
}

.map1 {
    margin-top: -132px;
    height: 132px;
}


footer {
    margin-top: 0 !important;
}
