/*header problem*/
.h67 {
    height: 67px;
}

/*banner*/

.banner {
    width: 100%;
    height: 440px;
    background: #054dbc;
    background: url('../images/register_process/banner.jpg') center center no-repeat;
    border-top: 1px solid transparent;
}



/*server content*/

.server-content {
    min-height: 970px;
}

.server-content .server-area {
    min-height: 712px;
}

.server-area .server-item {
    float: left;
    margin: 0 50px 80px 0;
    width: 262px;
    height: 330px;
    background: #fff;
}
.server-area .server-item.no-mg {
    margin-right: 0;
}

.server-area .server-item:hover {
    box-shadow: 0 0 10px 5px #d6d6d6;
    background: #f8f7f7;
}

.server-area .server-item .img-area {
    width: 262px;
    height: 110px;
}

.server-area .server-item .text-area {
    width: 262px;
}

.server-area .server-item .text-area p {
    text-align: center;
}

.server-area .server-item .text-area .title {
    margin: 30px 0 8px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.server-area .server-item .text-area .explain {
    line-height: 18px;
    font-size: 14px;
    color: #666;
}

.server-area .server-item .text-area .price {
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #e1131f;
}

.server-area .server-item .text-area .price i {
    font-size: 18px;
    font-weight: 700;
}

.server-area .server-item .text-area .btn-buy {
    display: block;
    width: 110px;
    height: 30px;
    margin: 0 auto;
    margin-top: 16px;
    border-radius: 16px;
    background: #df131e;
    font-size: 14px;
    color: #fff;
}

.server-area .server-item .text-area .btn-buy:hover {
    background: #fb0311;
}



/*needs content*/

.needs-content {
    height: 686px;
    background: #f8f6f7;
}

.needs-area {
    height: 270px;
}

.needs-area .corp-name,
.needs-area .id-card,
.needs-area .agreement,
.needs-area .scope {
    float: left;
    text-align: center;
}

.needs-area .text {
    margin-top: 35px;
    font-size: 18px;
    color: #333;
    font-weight: 700;
}

.needs-area .connect {
    float: left;
    width: 125px;
    text-align: center;
    line-height: 216px;
    font-size: 24px;
    color: #999;
}

.needs-area .img-area {
    width: 205px;
    height: 206px;
}

.needs-area .corp-name .img-area {
    background: url('../images/register_process/needs1.png');
}

.needs-area .id-card .img-area {
    background: url('../images/register_process/needs2.png');
}

.needs-area .agreement .img-area {
    background: url('../images/register_process/needs3.png');
}

.needs-area .scope .img-area {
    background: url('../images/register_process/needs4.png');
}

.needs-content .btn-area {
    position: relative;
    width: 470px;
    height: 50px;
    margin: 0 auto;
    margin-top: 96px;
    border: 2px solid #4a9bff;
    background: url('../images/register_process/button1.png') 100px center no-repeat;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
}

.needs-content .btn-area .person {
    position: absolute;
    top: -28px;
    left: 30px;
}

.needs-content .btn-area.hover,
.process-content .btn-area.hover {
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    background: #4a9bff;
}

.needs-content .btn-area .text {
    margin-left: 100px;
}



/*process content*/

.process-content {
    position: relative;
    width: 100%;
    height: 770px;
}

.process-content .process-area {
    margin: 0 auto;
    width: 976px;
    height: 236px;
}

.process-area .process-item {
    float: left;
    width: 107px;
    text-align: center;
    margin: 0 42px 0 45px;
}

.process-area .process-item .process-text {
    margin-top: 24px;
    color: #333;
    font-weight: 600;
    font-size: 18px;
}

.process-area .process-item .process-time {
    margin-top: 62px;
    color: #999;
    font-size: 14px;
}

.process-area .process-item .img-area {
    width: 107px;
    height: 107px;
}

.process-area .item1 .img-area {
    background: url('../images/register_process/process1.png');
}

.process-area .item2 .img-area {
    background: url('../images/register_process/process-2.png');
}

.process-area .item3 .img-area {
    background: url('../images/register_process/process-3.png');
}

.process-area .item4 .img-area {
    background: url('../images/register_process/process-4.png');
}

.process-area .item5 .img-area {
    background: url('../images/register_process/process-5.png');
}

.process-area .item1 .img-area:hover {
    background: url('../images/register_process/process1.png');
}

.process-area .item2 .img-area:hover {
    background: url('../images/register_process/process2.png');
}

.process-area .item3 .img-area:hover {
    background: url('../images/register_process/process3.png');
}

.process-area .item4 .img-area:hover {
    background: url('../images/register_process/process4.png');
}

.process-area .item5 .img-area:hover {
    background: url('../images/register_process/process5.png');
}

.process-content .progress {
    position: absolute;
    width: 1200px;
    top: 350px;
}

.process-content .progress .line {
    width: 100%;
    height: 1px;
    background: #999;
}

.process-content .progress .circle {
    position: absolute;
    top: -8px;
    width: 15px;
    height: 15px;
    background: #999;
    border-radius: 8px;
}

.process-content .progress .c1 {
    left: 200px;
    background: #4286f0;
}

.process-content .progress .c2 {
    left: 400px;
}

.process-content .progress .c3 {
    left: 597px;
}

.process-content .progress .c4 {
    left: 790px;
}

.process-content .progress .c5 {
    left: 988px;
}

.process-content .tip {
    text-align: center;
    margin-top: 100px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.process-content .btn-area {
    position: relative;
    width: 310px;
    height: 50px;
    margin: 0 auto;
    margin-top: 100px;
    border: 2px solid #4a9bff;
    background: url('../images/register_process/button2.png') 120px center no-repeat;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
}

.process-content .btn-area img {
    position: absolute;
    top: -28px;
    left: 30px;
}

.process-content .btn-area .text {
    margin-left: 120px;
}



/* success content */

.success-content {
    position: relative;
    height: 700px;
    background: #f8f6f7;
}

.success-content .swiper-container {
    height: 460px;
}

.success-content .arrow-left {
    position: absolute;
    left: -80px;
    top: 50%;
    margin-top: -15px;
    width: 37px;
    height: 58px;
    background: url('../images/register_process/left.png') no-repeat left top;
}

.success-content .arrow-right {
    position: absolute;
    right: -80px;
    top: 50%;
    margin-top: -15px;
    width: 37px;
    height: 58px;
    background: url('../images/register_process/right.png') no-repeat left bottom;
}





/*选择理由*/

.advantage-content {
    position: relative;
    height: 860px;
}

.advantage-content .img-area {
    width: 600px;
    height: 612px;
    margin-left: 50px;
    background: url('../images/register_process/why.png') center center no-repeat;
}

.advantage-content .explain-area {
    position: absolute;
    top: 160px;
    left: 670px;
}

.advantage-content .explain-area .item {
    margin-bottom: 32px;
}

.advantage-content .explain-area .item p {
    line-height: 38px;
}

.advantage-content .explain-area .item .strong {
    font-size: 18px;
    color: #666;
    font-weight: 600;
}

.advantage-content .explain-area .item .weak {
    font-size: 16px;
    color: #999;
}



/*bottom-banner*/

.bottom-banner {
    height: 120px;
    background: url('../images/register_process/b-banner.png') center center no-repeat;
    background-color: #545df6;
}

.twoBtn {
    position: relative;
}

.twoBtn .phone-btn {
    position: absolute;
    top: -90px;
    right: 20%;
    cursor: pointer;
}




/*common ==== column title*/

.column-title-server {
    height: 160px;
    background: url('../images/register_process/t-server.png') center center no-repeat;
}

.column-title-needs {
    height: 160px;
    background: url('../images/register_process/t-needs.png') center center no-repeat;
}

.column-title-process {
    height: 160px;
    background: url('../images/register_process/t-process.png') center center no-repeat;
}

.column-title-success {
    height: 160px;
    background: url('../images/register_process/t-success.png') center center no-repeat;
}

.column-title-advantage {
    height: 160px;
    background: url('../images/register_process/t-advantage.png') center center no-repeat;
}

.relative {
    position: relative;
}



/*bottom banner button*/

@media screen and (max-width: 1440px) {
    .twoBtn .phone-btn {
        position: absolute;
        top: -90px;
        right: 10%;
        cursor: pointer;
    }
}