@charset "utf-8";
.main-offer {
    counter-reset: step;
}
.items {
    overflow: hidden;
    counter-increment: step;
    padding: 0;
}
.main-title {
    font-size: 30px;
    text-align: center;
    margin: 60px 0 40px;
}
.items-website .flex-row {
    justify-content: space-around;
    position: relative;
    padding: 140px 0 50px;
    border: solid #eee;
    border-width: 1px 1px 0;
}
.items-website .item {
    box-sizing: border-box;
    width: 224px;
    height: 360px;
    border: 1px solid #eee;
    position: relative;
    cursor: pointer;
}
.items-website .img-block {
    margin: 30px auto;
    height: 66px;
    position: relative;
}
.items-website .img-a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
}
.items-website .img-b {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.items-website .item-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}
.items-website .item-p {
    color: #999;
    text-align: center;
    line-height: 24px;
}
.items-website .item-btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.items-website .item-btn-a {
    font-size: 12px;
    text-decoration: underline;
}
.items-website .item:hover {
    box-shadow: 0 0 3px 2px rgba(238, 238, 238, 0.6);
}
.items-website .item.cur {
    box-shadow: 0 0 3px 2px rgba(0, 162, 255, 0.2);
    border-color: #00a2ff;
}
.items-website .item.cur .img-a {
    opacity: 0;
}
.items-website .item.cur .img-b {
    opacity: 1;
}
.items-website .item.cur .item-title {
    color: #00a2ff;
}
.items-website .item.cur .item-btn-a {
    color: #00a2ff;
}
.index-banner {
    position: relative;
    height: 420px;
    width: 100%;
    overflow: hidden;
    background-color: #2655CD;
    padding-top: 70px;
}
.index-banner img {
    position: absolute;
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
}
.index-banner .flex-col {
    position: relative;
    height: 420px;
    align-items: flex-start;
}
.index-banner .item-title {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}
.index-banner .item-p {
    font-size: 30px;
    color: #fff;
}
.step-title {
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 1;
    width: 168px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    font-size: 18px;
    color: #fff;
    background-color: #FF9000;
    text-indent: 1em;
}
.step-title:after {
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    z-index: -1;
    width: 0;
    height: 0;
    border: 30px solid;
    border-top-width: 50px;
    border-color: #FF9000 transparent transparent transparent;
}
.step-title:before {
    content: counter(step)" . ";
}
.step-1 .item-cur {
    position: absolute;
    width: 0;
    height: 0;
    border: 25px solid;
    border-color: transparent transparent #F9F9F9 transparent;
    bottom: 0;
    left: 124px;
    z-index: 1;
}
.step-2 .item-block {
    display: none;
}
.step-2 .item-block.cur {
    display: block;
}
.step-2 .center {
    padding: 140px 0 30px;
    border: solid #eee;
    border-width: 0 1px;
    background-color: #F9F9F9;
}
.step-2 .flex-row {
    margin: 20px 38px;
    justify-content: flex-start;
}
.step-2 .item {
    position: relative;
    width: 160px;
    height: 270px;
    padding: 0 20px;
    background-color: #fff;
    margin-right: 30px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
}
.step-2 .item:last-child {
    margin: 0;
}
/* .step-2 .item:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px;
    height: 24px;
    border: 1px solid #00A0E9;
    background-color: #eaf6ff;
    border-radius: 5px;
} */
.step-2 .item.cur:after {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAANCAMAAABBwMRzAAAARVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////9SnXPCAAAAFnRSTlMAyu4NAcT147GtnIR8bldJQjEkFQa/jC+OXwAAAFxJREFUCNdVjkkOwCAMxIBCd3bq/z+1IKEqnYvjQ5JRMot2Uu2Oln5hitAASWhe8ULrxjn46GWgOVwbg+awHSdbVSPFcCvlWfNcjBAThO/SjTFcotYBu/3V7j9mXkLjA3f6zdWeAAAAAElFTkSuQmCC") no-repeat center #00A0E9;
}
.step-2 .item-title {
    font-size: 18px;
    margin: 20px 0;
}
.step-2 .item-p {
    color: #999;
    margin-bottom: 4px;
}
.step-3 .flex-row {
    padding: 70px 0 40px;
    border: solid #eee;
    border-width: 0 1px;
}
.step-3 .item {
    margin-bottom: 20px;
    height: 40px;
    line-height: 40px;
}
.step-3 label {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    font-size: 16px;
}
.step-3 .item-input {
    width: 320px;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    border: 1px solid #ccc;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
}
.step-3 .item-input:focus {
    border-color: #00A0E9;
}
.step-3 .verify {
    width: 212px;
    margin-right: 6px;
}
.step-3 .item-offer-form-button {
    padding: 0;
    border: none;
    height: 195px;
    background: url(../../../images/special/offer/offer-bottom-banner.png) no-repeat center;
}
.step-3 .item-offer-form-btn {
    display: inline-block;
    border: none;
    padding: 0;
    width: 200px;
    height: 50px;
    line-height: 50px;
    background-color: #FFEA00;
    border-radius: 5px;
    font-size: 20px;
    color: #333;
    cursor: pointer;
}
.step-3 .item-offer-form-btn:hover {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
