html {
    min-height: 2vh;
}
body {
    background: linear-gradient(to bottom, #cb1c1d, #e67149);
}
section:not(:first-of-type) {
    margin: 90px auto;
}
.banner {
    height: 650px;
    background: url("../images/banner.png?v=20190105") center top no-repeat;
    position: relative;
    padding-bottom: 140px;
}
.banner .img--wrapper {
    position: absolute;
    top: 20px;
    left: 10%;
    transform: translateX(-10%);
}
.wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.banner .timer {
    width: 850px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.timer {
    background: #fbb03b;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.timer .timer_wrapper {
    padding: 80px 50px 30px;
}
.timer_message {
    font-size: 22px;
    font-weight: bold;
    color: #d21c1d;
    line-height: 30px;
}
.timer_message span {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    font-size: 30px;
    padding: 5px 0.2em;
    background: url("../images/data-bg.png") no-repeat center;
    border-radius: 2px;
    color: #fff;
}
.timer_message span:not(:first-of-type) {
    margin-left: 2px;
}
.timer_tip {
    font-size: 13px;
    color: darkred;
    margin-top: 5px;
}
.form--wrapper {
    width: 100%;
    margin:0 auto;
    font-size: 20px;
    color: #000;
    background: #fff;
    padding: 80px 0 50px;
    border-radius: 10px;
}
.am-form .am-form-group {
    width: 430px;
    margin-bottom: 10px;
    text-align: right;
    font-size: 14px;
    color: #333;
}
.am-form .am-form-group label {
    width: 100px;
    font-size: 17px;
    color: #333;
    line-height: 40px;
    float: left;
    text-align: right;
    margin: 0 15px 0 0;
}
.am-form .am-form-group .group_message {
    width: 300px;
    text-align: left;
}

.am-form .am-form-group .group_span {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    text-align: left;
    margin: 0 15px;
}
#group_model {
    font-size: 18px;
    color: #000;
    margin-left:0;
}
#group_price {
    font-size: 16px;
    font-weight: bold;
    color: #d21c1d;
}
.am-form .am-form-group input, .am-form .am-form-group select {
    display: inline-block;
    width: 300px;
    height: 40px;
    border-color: #e6e6e6;
}
.am-form .am-form-group select {
    display: inline-block;
}
.am-form .am-form-group.province-city select {
    width: 145px;
    display: none;
}
.am-form .form_button {
    text-align: center;
}
.am-form .form_button button {
    border: none;
    font-size: 17px;
    font-weight: bold;
    color: #f7f5f7;
    width: 350px;
    padding: 0;
    line-height: 40px;
    text-align: center;
    margin-top: 35px;
    background: linear-gradient(to right, #fe6c3b, #fbb03b);
}
.am-form .am-selected-btn.am-btn-default {
    background: #fff;
}
.am-form .province-city .am-selected:last-of-type {
    margin-left: 5px;
}
.am-form .am-dropdown-content {
    border: none;
}
.am-form .am-form_tip p.tip {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 1.6;
    padding-top: 10px;
}
.am-form .am-form_tip p.tip span{
    color:#cb1c1d;
}
.am-selected-list {
    overflow-y: scroll;
}
.am-selected-list::-webkit-scrollbar {
    width: 4px;
}
.am-selected-list::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 8px;
}
.am-selected-list::-webkit-scrollbar-track {
    opacity: 1;
    background: #fff;
}
.am-selected-list:hover::-webkit-scrollbar-thumb, .am-selected-list:active::-webkit-scrollbar-thumb {
    background-color: #bebebe
}
.am-selected-list:hover::-webkit-scrollbar-track {
    background: #e4e4e4;
}

@keyframes rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.section_list {
    min-height: 2vh;
}
.section_list .svg--wrapper {
    font-size: 30px;
    color: #fff;
    text-align: center;
}
.section_list .svg--wrapper .svgIcon {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    margin: 0;
    fill: currentColor;
    overflow: hidden;
    -webkit-animation: rotating infinite 1s linear;
    animation: rotating infinite 1s linear;
}
@keyframes rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.section_list li {
    position: relative;
    background: #fff;
    height: 300px;
}
.section_list li:not(:last-of-type) {
    margin-bottom: 38px;
}
.section_list li .img--wrapper {
    position: relative;
    overflow: hidden;
}
.section_list li .img--wrapper img {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.section_list li .img--wrapper:first-of-type {
    width: 450px;
    height: 300px;
}
.section_list li .img--wrapper:nth-of-type(2) {
    width: 550px;
    height: 300px;
}
.section_list li .li_button {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 140px;
    height: 40px;
    background: linear-gradient(to right, #fe6c3b, #fbb03b);
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
.section_list li .li_button.dismis{
    background: #ccc;
    cursor: default;
}

footer {
    border-top: 1.5px solid yellow;
}
.footer_wrapper {
    padding: 90px 0;
    font-size: 16px;
    color: #fff;
}
.footer_wrapper .footer_title {
    text-align: left;
    line-height: 1.6;
}
.footer_wrapper .footer_message {
    line-height: 1.6;
}
.footer_wrapper ul.am-fr {
    width: 260px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}
.footer_wrapper ul .img--wrapper {
    width: 100px;
    height: 100px;
}
.footer_wrapper ul p {
    text-align: center;
    margin-top: 10px;
}

/*弹窗*/
.am-modal#doc-modal-5 .am-modal-dialog {
    border: 3px solid;
    border-image: linear-gradient(to right, #c3398f, #17439a) 30 30;
    background: #fff;
}
.am-modal#doc-modal-5 .am-modal-bd {
    width: 500px;
    margin: 0 auto;
    padding: 0;

}
.am-modal#doc-modal-5 .am-modal-hd {
    padding: 0;
}
.am-modal-hd .am-close {
    position: absolute;
    top: -23px;
    right: -3px;
    opacity: 1;
}
.am-modal .am-form-icon [class*=am-icon-] {
    left: 1em;
}
#my-alert .am-modal-dialog{
    border-radius: 10px;
    padding-bottom:25px;
}
#my-alert .am-modal-bd{
    padding:35px 0 30px;
    border:none;
}
#my-alert .am-modal-bd p{
    line-height: 2;
    font-size: 18px;
    color: #000;
}
#my-alert .am-modal-footer{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    width:260px;
    line-height:40px;
    margin:0 auto;
    text-align: center;
    background: linear-gradient(to right,#fe6c3b,#fbb03b);
    cursor: pointer;
}
#my-alert .am-modal-footer span{
    color: inherit;
}