@charset "utf-8";

:root {
    --main-color: #20B09F;
    --main-color-hover: #1aa090;
}

/*banner开始*/
.main-banner {
    height: 314px;
    position: relative;
    background: center no-repeat #13324E;
}

.main-banner-cont {
    color: #fff;
    height: 314px;
    align-items: flex-start;
    padding-right: 50%;
}

.main-banner-title {
    font-size: 44px;
}

.main-banner-title-txt {
    font-size: 22px;
    color: #050f2e;
    background-color: #20B09F;
    border-radius: 20px;
    padding: 0 8px;
}

.main-banner-title-txt-1 {
    box-sizing: border-box;
    display: inline-block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-left: 20px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTIwcHgiIGhlaWdodD0iMzZweCI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJQU2dyYWRfMCIgeDE9IjEwMCUiIHgyPSIwJSIgeTE9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTUsMTE0LDApIiBzdG9wLW9wYWNpdHk9IjEiIC8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMjU1LDE2OCwwKSIgc3RvcC1vcGFjaXR5PSIxIiAvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0idXJsKCNQU2dyYWRfMCkiIGQ9Ik0xMTAuMDAwLDM2LjAwMCBMMjUuMDAwLDM2LjAwMCBMMTYuMDAwLDM2LjAwMCBMLTAuMDAwLDM2LjAwMCBMNi4wMDAsMjUuMDAwIEw2LjAwMCwxMC4wMDAgQzYuMDAwLDQuNDc3IDEwLjQ3NywtMC4wMDAgMTYuMDAwLC0wLjAwMCBMMTEwLjAwMCwtMC4wMDAgQzExNS41MjMsLTAuMDAwIDEyMC4wMDAsNC40NzcgMTIwLjAwMCwxMC4wMDAgTDEyMC4wMDAsMjYuMDAwIEMxMjAuMDAwLDMxLjUyMyAxMTUuNTIzLDM2LjAwMCAxMTAuMDAwLDM2LjAwMCBaIi8+PC9zdmc+) no-repeat center;
    padding: 0 0 0 6px;
}

.main-banner-title-txt-1 .item-em {
    font-size: 24px;
    font-weight: bold;
}

.main-banner-title-txt-2 {
    font-size: 16px;
    color: #fff;
    background-color: #20B09F;
    border-radius: 50px;
    padding: 5px 14px;
    margin-left: 10px;
}

.main-banner-descrip {
    font-size: 18px;
    line-height: 1.7em;
    margin-top: 22px;
    max-width: 100%;
}

.main-banner-btns {
    margin-top: 25px;
}

.main-banner-btns-info {
    margin-top: 200px;
    margin-left: 80px;
}

.main-banner-button {
    width: 175px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
}

.main-banner-button:not(:first-child) {
    margin-left: 16px;
}

.main-banner .origin-price {
    font-size: 16px;
    color: #ccc;
    margin-left: 10px;
}

/*banner结束*/

.items {
    padding: 60px 0;
}

.items-title {
    font-size: 24px;
}

.items-subtitle {
    text-align: center;
    color: #666;
    margin-top: 14px;
}

.gray-bg {
    background-color: #F7F7F7;
}

.swiper-button-prev:before,
.swiper-button-prev:after,
.swiper-button-next:before,
.swiper-button-next:after {
    display: none;
}

/* 专属需求 公用的*/
.demand-box {
    padding: 60px 0 58px;
    background: url(../images/menhuyun/demand-bg.png) center bottom no-repeat #f9f9f9;
}

.demand-box .header {
    position: relative;
    width: 602px;
    height: 50px;
    margin: 0 auto 40px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #20b09f;
    border-radius: 31px;
    text-align: center;
}

.demand-box .header:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 0;
    height: 0;
    margin: 0 0 0 -10px;
    font: 0/0 arial;
    border: 10px dashed transparent;
    border-top: 10px solid #20b09f;
}

.form-item {
    position: relative;
    width: 682px;
    min-height: 42px;
    padding: 0 130px;
    margin: 20px auto 0;
    font-size: 14px;
    font-weight: bold;
}

.form-item-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    text-align: right;
    font-weight: bold;
    line-height: 42px;
}

.form-input {
    width: 290px;
    height: 30px;
    padding: 5px 14px;
    border: 1px solid #ccc;
    background: #fff;
    outline: none;
    resize: none;
    font: 14px/30px 'Microsoft Yahei', 'PingFangSC', sans-serif;
    vertical-align: middle;
}

.form-input.verify-input {
    width: 110px;
}

.form-textarea {
    width: 652px;
    height: 160px;
    padding: 10px 14px;
    border: 1px solid #ccc;
    background: #fff;
    outline: none;
    resize: none;
    font: 14px/24px 'Microsoft Yahei', 'PingFangSC', sans-serif;
    overflow-y: auto;
}

.verify-pic {
    display: inline-block;
    /* width: 120px; */
    height: 42px;
    margin: 0 0 0 16px;
    background: #ccc;
    vertical-align: middle;
}

.verify-pic img {
    width: 100%;
    height: 100%;
}

.form-text {
    margin: 0 0 0 16px;
}

.demand-box .protal-btn {
    display: block;
    margin: 36px auto 0;
}

.protal-btn {
    display: inline-block;
    width: 176px;
    height: 46px;
    line-height: 44px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 18px;
    position: relative;
    box-sizing: border-box;
    margin: 0 17px 0 0;
    cursor: pointer;
    transition: all .3s ease;
}

.protal-btn-green {
    background-color: #20B09F;
    border-color: #20B09F;
    color: #fff;
}

.protal-btn-green:hover {
    background-color: #1aa090;
    border-color: #1aa090;
    color: #fff;
}

/* 服务保障 */
.service-header {
    padding: 50px 0 0;
    text-align: center;
}

.service-title {
    font-size: 30px;
    line-height: 62px;
}

.service-title::before,
.service-title::after {
    content: "";
    display: inline-block;
    width: 140px;
    height: 1px;
    background: #ccc;
    vertical-align: middle;
}

.service-title::before {
    margin: 0 34px 0 0;
}

.service-title::after {
    margin: 0 0 0 34px;
}

.service-header p {
    font-size: 16px;
    line-height: 26px;
    color: #666;
}

.service-list {
    position: relative;
    height: 78px;
    margin: 46px 0 72px;
}

.service-list:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 8px;
    background: #eee;
    border-radius: 4px;
}

.service-list:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 26px;
    height: 38px;
    margin: -19px 0 0 0;
    background: url(../images/menhuyun/service-arrow.png) no-repeat;
}

.service-item {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.service-txt {
    position: relative;
    width: 68px;
    height: 68px;
    margin: 0 auto;
    border: 5px solid #fff;
    background: #20b09f;
    line-height: 68px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    box-shadow: 0 0 8px rgba(228, 230, 200, 1);
    transition: all .2s;
}

.service-tag {
    position: absolute;
    left: -34px;
    top: 50%;
    min-height: 20px;
    width: 68px;
    text-align: center;
    line-height: 20px;
    background: #eee;
    font-size: 12px;
    border-radius: 40px;
    transform: translate(0, -50%);
}

.service-pop {
    position: absolute;
    left: 50%;
    bottom: 102px;
    width: 136px;
    margin: 0 0 0 -78px;
    padding: 8px 10px 16px;
    text-align: center;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(228, 230, 200, 1);
    opacity: 0;
    transform: translateY(-50%);
    transition: transform .3s;
}

.service-pop:before {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 50%;
    width: 19px;
    height: 17px;
    margin: 0 0 0 -9px;
    background: url(../images/menhuyun/service-pop-trangle.png) no-repeat;
}

.service-pop-title {
    font-size: 14px;
    line-height: 38px;
}

.service-pop p {
    color: #666;
    line-height: 20px;
    font-size: 12px;
}

.service-txt:hover {
    border: 0 none;
    background: #40dac8;
    transform: scale(1.3);
    box-shadow: none;
}

.service-txt:hover+.service-pop {
    opacity: 1;
    transform: translateY(0%);
    transition: transform .3s;
}