/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2019-3-15, 17:51:59
    Author     : Administrator
*/

.timeline-wrapper {
    width: 100%;
    text-align: center;       
}
.timeline-title {
    margin: 20px auto 80px;
    color: #0380ff;
    font-size: 34px;
    background-image: url('../img/ico_round.png');
    background-repeat: no-repeat;
    background-position: center;
}  
.layui-timeline-item {
    min-height: 200px;
}
.layui-timeline-item::before {
    left: 50%;
    width: 8px;
    background-color: #0380ff;
    transform: translateX(-50%);        
}

.timeline-wrapper ul:last-child .layui-timeline-item::before {
    display: none;
}

.timeline-step {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: -1px;
    z-index: 10;
    width: 50px; 
    height: 50px; 
    line-height: 20px;
    background-color: #0380ff;
    color: #fff;
    border-radius: 50%;        
    text-align: center;
    font-size: 0;
    line-height: 50px;
}  
.timeline-step span{
    font-size: 28px;
}
.timeline-arrow {
    position: absolute;
    left: 45%;
    top: 25px;
    transform: translateY(-50%);
    width: 20px;
    height: 24px;
    background-image: url('../img/ico_arrows.png');
}
.layui-timeline-right {
    transform: translate(-50%, -50%) rotateZ(180deg);
    left: 54%;
}
.timeline-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-162px);
    width: 100px;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
}

.timeline-icon:hover {
    cursor: pointer;
}

.timeline-icon-right {
    transform: translateX(70px);
}
.layui-timeline-content {
    width: 50%;
    text-align: right;
    padding-right: 178px;
    padding-top: 23px;
    /*margin-bottom: 80px;*/
}
.layui-timeline-content-right {
    margin-left: calc(55% + 108px);
    width: 50%;
    text-align: left;
    padding-right: 178px;
    margin-bottom: 80px;
}
.content-right {
    position: absolute;
    top: 0;
}
.layui-timeline-content .layui-timeline-title {
    font-size: 28px;
    color: #0380ff;
    margin-bottom: 20px;
}

.order-message {
    position: relative;    
    height: 480px; 
    padding-top: 50px;
    text-align: center;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.form-message {
    width: 910px;
    margin: 0 auto;
}

.submit-btn,.submit-btn:focus {
    background-color: #0380ff;
    width: 300px;
    height: 50px;
    color: #fff;
    font-size: 16px;
}

.submit-btn:hover,.submit-btn:active {
    background-color: #3298ff;
    color: #fff;
}
