main {
    padding-top: 1px;
    padding-bottom: 50px;
    background: #fff;
}
main.index {
    padding-bottom: 135px;
}
img {
    max-width: 100%;
    vertical-align: middle;
}
a, a:focus, a:hover, a:active {
    color: inherit;
}
.banner {
    position: relative;
}
.banner .banner_tip {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 49%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
    height: 90px;
    padding: 15px 0;
    text-align: center;
    line-height: 1;
    border-radius: 0 0 120px 120px;
}
.banner .banner_tip span {
    display: inline-block;
    vertical-align: baseline;
    padding: 0 3px;
}
.banner .banner_tip p {
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    margin-top: 8px;
}
.section--reback {
    font-size: 12px;
    color: #f57b5a;
    padding: 0 15px;
    line-height: 12px;
    margin: 16px auto 23px;
}
.section--reback .img--wrapper {
    height: 9px;
}
.section--reback .img--wrapper img {
    max-height: 12px;
    margin-right: 3px;
    vertical-align: text-top;
}
.section_title {
}
.section_title > .img--wrapper {
    width: 133px;
    margin: 20px auto 14px;
}
.model-list {
    margin-top: -6px;
    margin-bottom: 17px;
    z-index: 2;
    position: relative;
}
.section-list {
    position: relative;
    margin-top: -31px;
    z-index: 2;
}
main > .section-form {
    position: relative;
    margin-top: 16px;
    z-index: 2;
}
.section_container {
    margin-top: 18px;
    position: relative;
    z-index: 2;
}
.model-list.wrapped {
    width: 92.8%;
}
.list_tab ul {
    width: 148px;
    height: 30px;
    margin: 0 auto 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgb(241, 241, 241);
    border-radius: 100px;
}
.list_tab ul li {
    -webkit-flex-basis: 76px;
    -ms-flex-preferred-size: 76px;
    flex-basis: 76px;
    width: 76px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    font-size: 16px;
    color: #393939;
    position: relative;
    line-height: 30px;
    cursor: pointer;
}
.list_tab ul li:last-child {
    margin-left: -4px;
}
.list_tab ul li.active {
    background: #f57b5a;
    color: #fff;
    z-index: 2;
    border-radius: 100px;
}
.section_list .list_panel {
    min-height: 85px;
}
.section_list .list_panel ul {
    display: none;
}
.section_list .list_panel ul.active {
    display: block;
}
.section_list .list_panel ul li {
    border-radius: 10px;
    border: 1px solid rgba(255, 233, 228, 0.79);
}
.section_list .list_panel ul li:not(:last-child) {
    margin-bottom: 7px;
}
.section_list ul .li_wrapper {
    height: 83px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px 0 20px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.section_list ul .wrapper_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.section_list ul .li_wrapper .img--wrapper {
    width: 81px;
}
.section_list ul .li_wrapper .img--wrapper img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.li_wrapper .disc_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}
.disc_wrapper .desc_price {
    color: #e55a54;
    height: 20px;
    line-height: 20px;
    display: flex;
    align-content: center;
    justify-content: flex-start;
}
.disc_wrapper .desc_price .price_tip {
    display: inline-flex;
    background-image: linear-gradient(180deg, #f66259 0%, #e22e23 100%), linear-gradient(#fff2f1, #fff2f1);
    background-blend-mode: normal, normal;
    border: 1px solid #ffb541;
    border-radius: 50px;
    font-size: 9px;
    line-height: 20px;
    color: #fff;
    height: 100%;
    padding: 0 0.5em;
    max-width: 14em;
    align-items: center;
    margin-top: -1px;
    margin-left: 0.5em;
}
.disc_wrapper .desc_name {
    color: #393939;
    max-width: 9em;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 4px 0;
}
.disc_wrapper .desc_tip {
    display: inline-flex;
    background: #fff2f1;
    border: solid 1px #ffd0ce;
    border-radius: 3px;
    font-size: 10px;
    color: #e55a54;
    padding: 0.1em 0.4em;
    max-width: 14em;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
}
.disc_wrapper .desc_tip span {
    max-width: 100%;
    overflow: hidden;
}
.li_wrapper .li_button {
    font-size: 12px;
    font-weight: bold;
    color: #fc7941;
    border: none;
    background-color: #fff;
    cursor: pointer;
    line-height: 1.8;
    width: 72px;
    text-align: center;
    position: relative;
}
.li_wrapper .li_button::before {
    content: "我要试驾";
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.li_wrapper .li_button::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72px;
    height: 32px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: -webkit-linear-gradient(#fff, #fff), -webkit-linear-gradient(336deg, rgb(255, 153, 63), rgb(247, 76, 69));
    background-image: linear-gradient(#fff, #fff), linear-gradient(114deg, rgb(255, 153, 63), rgb(247, 76, 69));
    padding: 0.7px;
    border-radius: 100px;
    background-clip: content-box, padding-box;
}
.li_wrapper .li_button.active::before {
    content: "已选中";
    color: #fff;
}
.li_wrapper .li_button.active::after {
    background-image: -webkit-linear-gradient(336deg, #ff993f 0%, #f74c45 100%), -webkit-linear-gradient(#fe1a3e, #fe1a3e);
    background-image: linear-gradient(114deg, #ff993f 0%, #f74c45 100%), linear-gradient(#fe1a3e, #fe1a3e);
    background-blend-mode: normal, normal;
    border-radius: 30px;
}
.li_wrapper .li_button .button_tip {
    display: none;
    font-size: 9px;
    color: #bebebe;
    line-height: 1;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.li_wrapper .li_button.active .button_tip {
    display: block;
}
.li_wrapper .li_tip {
    position: absolute;
    top: 9px;
    left: -1px;
    padding: 2px 5px;
    background: #fb7242;
    font-size: 8px;
    font-weight: bold;
    color: #fff;
    border-radius: 0 3px 3px 0;
}
.li_wrapper .li_tip.active {
    background: #a2a2a2;
}
.model-information.wrapped {
    width: 88.53%;
}
.section_content ul li {
    padding-left: 20px;
    position: relative;
}
.section_content ul li:not(:last-child) {
    margin-bottom: 15px;
}
.section_content ul li::after {
    content: "1";
    position: absolute;
    top: 6px;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
    text-align: center;
    background: #f57b5a;
}
.section_content ul li:nth-of-type(2)::after {
    content: "2";
}
.section_content ul li:nth-of-type(3)::after {
    content: "3";
}
.section_content ul li:nth-of-type(4)::after {
    content: "4";
}
.section_content ul li:nth-of-type(5)::after {
    content: "5";
}
.section_content ul li:nth-of-type(6)::after {
    content: "6";
}
.section_content ul li:nth-of-type(7)::after {
    content: "7";
}
.footer_fix {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0 5px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9;
}
.fix_button {
    width: 183px;
    height: 45px;
    font-size: 23px;
    font-weight: bold;
    line-height: 45px;
    cursor: pointer;
    color: #fff;
    border-radius: 100px;
    text-align: center;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(248, 86, 68)), color-stop(rgb(255, 153, 63)), to(rgb(255, 197, 146)));
    background: -webkit-linear-gradient(bottom, rgb(248, 86, 68), rgb(255, 153, 63), rgb(255, 197, 146));
    background: linear-gradient(to top, rgb(248, 86, 68), rgb(255, 153, 63), rgb(255, 197, 146));
    margin: 0 auto;
}
.fix_undeline {
    font-size: 15px;
    line-height: 30px;
    color: darkslateblue;
    text-align: center;
    text-decoration: underline;
    margin-top: 10px;
}
.section-list {
    margin-bottom: 31px;
}
.section-list ul {
    margin-top: 41px;
    margin-bottom: 31px;
}
.section-list ul li {
    max-width: 305px;
    height: 45px;
    margin: 0 auto;
    border: 1px solid #fd8f58;
    font-size: 15px;
    color: #ee6e47;
    border-radius: 100px;
    text-align: center;
}
.section-list ul li.active {
    background: #f57b5a;
    color: #fff;
}
.section-list ul li a {
    padding: 14px 37px;
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 1;
    vertical-align: middle;
}
.section-list ul li:not(:last-child) {
    margin-bottom: 19px;
}
.section_img .img--wrapper {
    width: 166px;
    height: 155px;
    margin: 0 auto;
    overflow: hidden;
}
.img_p {
    margin-top: 20px;
    font-size: 12px;
    color: #4e4d4d;
    text-align: center;
}
.img_p span {
    color: #e5593c;
}
.form_link {
    text-decoration: underline;
    font-size: 15px;
    color: #ee6e47;
    margin: 25px auto;
    text-align: center;
}
.section_container .form--wrapper .form_submit {
    display: block;
    margin: 0 auto;
}
.section_container .form--wrapper .form_link {
    margin: 22px auto 16px;
}
.form_title {
    font-size: 15px;
    color: #f57d4f;
    margin: 30px auto 19px;
    text-align: center;
}
.upload--wrapper .img--wrapper {
    margin: 14px auto 11px;
    width: 100%;
    min-height: 384px;
    text-align: center;
    position: relative;
}
.upload--wrapper .img--wrapper img {
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.upload_tip {
    font-size: 12px;
    line-height: 1.2;
    color: #f57b5a;
}
.section_friends .friends_title {
    font-size: 17px;
    width: 125px;
    margin: 0 auto 20px;
    font-weight: bold;
    color: #e85b3f;
    position: relative;
    text-align: center;
}
.section_friends .friends_title::before, .section_friends .friends_title::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1px;
    width: 71px;
    background: #e66e3b;
}
.section_friends .friends_title::before {
    left: -81px;
}
.section_friends .friends_title::after {
    right: -81px;
}
.section_friends ul {
    width: 283px;
    margin: 0 auto;
    padding: 0 3px;
}
.section_friends ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 35px;
    line-height: 34px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 12px;
    color: #000;
}
.section_friends ul li .img--wrapper {
    max-width: 25px;
}
.section_friends .p--null {
    font-size: 12px;
    color: #000000;
    margin: 70px auto;
    text-align: center;
}
/*弹窗*/
.am-modal .am-modal-dialog {
    background: #fff;
}
.am-modal .am-modal-dialog .am-modal-hd {
    padding: 0;
}
.am-modal .am-modal-dialog .am-modal-hd .am-close {
    bottom: 100%;
    top: auto;
    opacity: 1;
}
.am-modal .form--wrapper {
    padding: 32px 0 28px;
}
.section-form .form--wrapper {
    max-width: 311px;
    margin: 0 auto;
}
.form--wrapper .am-form-group {
    margin-bottom: 26px;
    min-height: 55px;
}
.section-form .form--wrapper .am-form-group {
    margin-bottom: 38px;
}
.form--wrapper .am-form-group label {
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0;
    color: #f57d4f;
    font-weight: normal;
    text-align: left;
}
.am-form.underline input[type=text], .am-form.underline input[type=password], .am-form.underline input[type=datetime], .am-form.underline input[type=date], .am-form.underline input[type=email], .am-form.underline input[type=tel], .am-form.underline input[type=color], .am-form.underline select, .am-form.underline .am-field-valid, .am-form-success .am-form-field {
    font-size: 15px;
}
input[type=text] {
    color: #000;
    padding: 12px 0 15px;
}
.am-form:not(.underline) input[type=tel] {
    width: 311px;
    height: 50px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 3px 0 rgba(255, 233, 228, 0.79), inset 0 0 1px 0 #f78b0d;
    box-shadow: 0 2px 3px 0 rgba(255, 233, 228, 0.79), inset 0 0 1px 0 #f78b0d;
    border-radius: 25px;
    font-size: 15px;
    color: #000;
    padding: 20px;
}
#myform .password--wrapper .form_visitable {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 62.4px;
}
#myform .password--wrapper img {
    height: 22.4px;
    vertical-align: middle;
}
.form--wrapper .am-form .form_num {
    font-size: 13px;
    color: #999;
    position: absolute;
    left: 11.5px;
    bottom: 10px;
}
.form--wrapper .form_submit {
    display: block;
    border: none;
    width: 100%;
    max-width: 305px;
    line-height: 45px;
    font-size: 15px;
    color: #fff;
    background: #f57b5a;
    text-align: center;
    margin: 15px auto 12px;
    border-radius: 100px;
}
.form--wrapper .form_submit:focus {
    outline: none;
}
.am-modal .form--wrapper .form_submit, .section--form .form--wrapper .form_submit {
    border-radius: 5px;
    font-size: 18px;
}
.form--wrapper .form--tip {
    display: none;
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    font-size: 12px;
    text-align: left;
    color: #ec0808;
    line-height: 1;
}
.section-form .form--wrapper .form--tip {
    padding-left: 20px;
}
.form--wrapper .am-form-error .form--tip {
    display: block;
}
.my_model {
    padding: 2em 1em;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    top: 0;
    left: 0;
    white-space: nowrap;
    display: none;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 8px;
    z-index: 5;
}
.am-modal .model_container {
    padding: 38px 20px 20px;
    max-height: 450px;
    overflow: scroll;
}
.am-modal .model_p {
    width: 100%;
    height: 100%;
}
.am-modal .model_p p {
    color: #333;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    padding-bottom: 20px;
}
.am-modal .model_button {
    width: 275px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    border: solid 1px #f76b4b;
    font-size: 18px;
    color: #f57b5a;
}
.my_model img {
    max-width: 274px;
    margin-right: -20%;
}
.form--wrapper .check-rule {
    min-height: 10px;
    line-height: 10px;
}
.check-rule > span {
    display: inline-block;
    vertical-align: middle;
}
.check-rule .rule a {
    text-decoration: underline;
    font-size: 14px;
    color: #527fff;
}
.base-checkbox {
    width: 16px;
    height: 16px;
    position: relative;
}
.base-checkbox input {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.base-checkbox span {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/check.png) no-repeat center;
    background-size: 100%;
    border: none;
}
.base-checkbox input:checked ~ span {
    background: url(../images/check-active.png) no-repeat center;
    background-size: 100%;
    border: none;
}
.upload--wrapper {
    position: relative;
    overflow: hidden;
}
.upload--wrapper input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    font-size: 50rem;
}
