.am-container {
    padding: 0 20px;
}
.swiper {
    margin-bottom: 50px;
}
.my-form {
    width: 500px;
}
.my-form .am-form-error .am-form-field {
    border: 1px solid;
}
.my-form .am-form-label.require:before {
    content: '*';
    color: red;
    font-size: 18px;
    position: absolute;
    left: 0;
}
.my-form .am-form-group {
    margin-bottom: 15px;
}

.my-form .am-form-horizontal .am-form-label {
    position: relative;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0 0 0 10px;
    text-align: left;
}

.my-form input.am-form-field {
    background-color: #F9F9F9;
    border: 0;
    height: 35px;
    font-size: 12px;
}

.my-form textarea.am-form-field {
    background-color: #F9F9F9;
    border: 0;
    height: 120px;
    font-size: 12px;
}

.my-form select.am-form-field {
    background-color: #F9F9F9;
    border: 0;
    font-size: 12px;
    height: 35px;
}

.my-form .submit {
    text-align: center;
    height: 35px;
    line-height: 34px;
    color: #FFFFFF;
    background: linear-gradient(270deg, #1CB4B8 0%, #40C992 100%);
    cursor: pointer;
}

.serve {
    margin-left: 500px;
}
.serve .title {
    font-size: 40px;
    color: #39C599;
    font-weight: bold;
    position: relative;
}

.serve .title:before {
    content: 'Serve';
    position: absolute;
    left: 0;
    top: -40px;
    font-size: 60px;
    color: rgba(57, 197, 153, 0.18);
    text-align: center;
    font-weight: bold;
}

.serve .border {
    width: 200px;
    height: 6px;
    background:  rgba(57, 197, 153, 0.18);
    border-radius: 8px;
    position: relative;
    margin: 8px 0;
}
.serve .border:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 70px;
    height: 6px;
    background: #39C599;
    border-radius: 8px;
}

.serve .font {
    font-size: 12px;
    line-height: 18px;
    margin-top: 20px;
}

.serve .nav {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding-left: 50px;
    margin-top: 35px;
}

.serve .nav .icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
}
.serve .nav .icon img{
    width: 100%;
}

.serve .nav p {
    font-size: 16px;
    font-weight: bold;
}
.serve .nav  a {
    color: #333;
}

#imgCode {
    margin-top: 3px;
}
.purchase {
    margin: 30px 0 50px;
}
.purchase .card {
    box-shadow: 0px 1px 25px 0px rgba(221,234,230,0.5);
    border-radius: 6px;
    background: #FFFFFF;
    padding: 20px 30px;
    font-size: 14px;
}

.purchase .worker {
    width: 190px;
    margin-right: 140px;
}

.purchase .worker img {
    width: 100%;
}
.purchase .card li {
    width: 350px;
    margin-top: 15px;
    line-height: 20px;
}
.purchase .title {
    font-size: 18px;
    color: #39C599;
    font-weight: bold;
    position: relative;
    margin-top: 15px;
}

.purchase .title:before {
    content: 'purchase';
    position: absolute;
    left: 0;
    top: -20px;
    font-size: 28px;
    color: rgba(57, 197, 153, 0.18);
    text-align: center;
    font-weight: bold;
}

.purchase .border {
    width: 119px;
    height: 3px;
    background:  rgba(57, 197, 153, 0.18);
    border-radius: 8px;
    position: relative;
    margin: 8px 0;
}
.purchase .border:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 30px;
    height: 3px;
    background: #39C599;
    border-radius: 8px;
}