main {
    padding-top: 1px;
    padding-bottom: 200px;
    background: #fff;
}
img {
    max-width: 100%;
    vertical-align: middle;
}
a, a:focus, a:hover, a:active {
    color: inherit;
}
.banner {
    min-height: 356px;
    position: relative;
    text-align: center;
}
.banner .img--wrapper,
.banner .img--wrapper img {
    width: 100%;
}
.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_title .title_wrapper {
    height: 71px;
    background-color: #393939;
}
.section_title .title_p {
    font-size: 30px;
    font-weight: bold;
    line-height: 71px;
    padding: 0;
    color: #fff;
}
.section_title .title_p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    font-weight: normal;
    margin-left: 9px;
    margin-top: -1px;
}
.section_title > .img--wrapper {
    width: 410px;
    text-align: center;
    margin: 76px auto 58px;
}
.timeline .timeline_wrapper {
    height: 115px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    margin-top: -15px;
    position: relative;
    z-index: 2;
}
.timeline .timeline_wrapper::after {
    content: "";
    width: 100%;
    height: 100px;
    background: #fd9c26;
    position: absolute;
    bottom: 0;
    left: 0;
}
.timeline .swiper-container {
    width: 100%;
}
.timeline .container--wrapper {
}
.timeline .swiper-container, .timeline ul {
    width: 1200px;
    margin: 0 auto;
    height: 115px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-basis: 86px;
    -ms-flex-preferred-size: 86px;
    flex-basis: 86px;
}
.timeline li {
    width: 212px;
    height: 100%;
    padding-top: 15px;
    cursor: pointer;
}
.timeline li .li_wrapper {
    height: 100%;
    background: #fd9c26;
    font-weight: bold;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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;
    text-align: center;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.timeline li.active {
    width: 258px;
    background: transparent;
    padding-top: 0;
    cursor: default;
}
.timeline li.active .li_wrapper {
    height: 115px;
    padding-top: 15px;
    background: url("../../images/timeline.png") no-repeat center top;
    background-size: cover;
}
.timeline li time {
    font-size: 30px;
    line-height: 1;
}
.timeline li .timeline_p {
    font-size: 30px;
    margin: 5px auto 0;
}
.timeline .timeline_division {
    height: 12px;
    background: #bf1331;
}
.award {
    position: relative;
}
.award .award_wrapper {
    width: 100%;
    min-height: 500px;
}
.award_wrapper > ul > li {
    display: none;
    width: 100%;
    min-height: 500px;
    background: url("../images/bg-pc.png?v=1") no-repeat center top;
    background-size: cover;
}
.award_wrapper > ul > li.active {
    display: block;
}
.award_wrapper > ul > li.li--pic {
}
.award_wrapper > ul > li .img--wrapper:not(.img--tip) {
    width: 100%;
    min-height: 500px;
    text-align: center;
}
.award_wrapper > ul > li .img--wrapper:not(.img--tip) img {
    width: 100%;
    height: auto;
}
.award .award_tip {
    width: 100%;
    min-height: 500px;
    text-align: center;
    position: relative;
    padding-top: 1px;
}
.award .award_tip .img--tip {
    width: 88px;
    position: absolute;
    top: 36px;
    right: 13%;
}
.award .award_tip .img--tip.tip--reset {
    width: 88px;
    position: absolute;
    top: 37px;
}
.award .tip_title {
    text-align: center;
    margin-bottom: 43px;
    margin-top: 39px;
}
.award .tip_title span {
    font-weight: bold;
    font-size: 46px;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0 2px 1px rgba(131, 32, 15, 0.35);
}
.award .tip_content {
    width: 809px;
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0 auto;
    background-color: #fffeff;
    border-radius: 10px;
    padding: 37px 0 37px 0;
}
.award .tip_content li {
    position: relative;
}
.award .tip_content li:not(:last-child) {
    margin-bottom: 19px;
}
.award .tip_content .award_type {
    display: inline-block;
    vertical-align: middle;
    height: 39px;
    padding: 0 2.5px 6px;
    margin-bottom: 26px;
    font-weight: bold;
    font-size: 35px;
    line-height: 1.3125;
    color: #cd2b21;
    z-index: 1;
    position: relative;
}
.award .tip_content .award_type::after {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    background: #ffeced;
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
}
.award .tip_content .li_list p {
    font-size: 35px;
    color: #161515;
    text-align: center;
    line-height: 1;
}
.award .tip_content .li_list p:not(:last-child) {
    margin-bottom: 6px;
}
.award .tip_content .li_list p span {
    color: #cd2b21;
    margin-right: 34px;
}
.award .tip_disition {
    height: 73px;
}
.list_wrapper {
    width: 100%;
    min-height: 30px;
    position: relative;
}
.list_wrapper ul {
    width: 100%;
    height: 60px;
    margin: 50px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-radius: 100px;
}
.list_wrapper ul li {
    flex-basis: 115px;
    width: 115px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    background: #fff;
    border: 2px solid #de2947;
    border-radius: 100px;
    color: #dd3943;
    position: relative;
    line-height: 60px;
    cursor: pointer;
}
.list_wrapper ul li:not(:last-child) {
    margin-right: 12px;
}
.list_wrapper ul li:first-child {
    color: #393939;
    background: transparent;
    text-align: left;
    margin-right: 0;
    opacity: 0;
}
.list_wrapper ul li:not(:first-child).active {
    background: #de2947;
    color: #fff;
    z-index: 2;
}
.list_wrapper ul li:first-child.active {
    color: #dd3943;
}
.list_wrapper ul li .svgIcon {
    width: 1em;
    height: 1em;
    vertical-align: -0.128em;
    fill: currentColor;
}
.model-list .section_title {
    background: #f8f8f8;
    padding-bottom: 74px;
}
.section_list {
    position: relative;
}
.section_list .list_all {
    width: 117px;
    height: 61px;
    padding: 0 0 0 2px;
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
    color: #393939;
    position: absolute;
    top: 50px;
    left: -2px;
    z-index: 2;
    background: #f8f8f8;
}
.section_list .list_all.active {
    color: #dd3943;
}
.section_list .list_all .svgIcon {
    width: 1em;
    height: 1em;
    vertical-align: -0.128em;
    fill: currentColor;
}
.section_list .list_panel {
    min-height: 209px;
}
.section_list .list_panel ul {
    display: none;
}
.section_list .list_panel ul.active {
    display: block;
}
.section_list .list_panel ul li {
    background: #fff;
    border-radius: 10px;
}
.section_list .list_panel ul li:not(:last-child) {
    margin-bottom: 17px;
}
.section_list ul .li_wrapper {
    height: 209px;
    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 30px 0 88px;
    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: 218px;
}
.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: 77px;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
}
.disc_wrapper .desc_price {
    color: #e55a54;
    height: 40px;
    line-height: 40px;
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    white-space: nowrap;
}
.disc_wrapper .desc_price .price_tip {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f66259), to(#e22e23)), -webkit-gradient(linear, left top, left bottom, from(#fff2f1), to(#fff2f1));
    background-image: -webkit-linear-gradient(top, #f66259 0%, #e22e23 100%), -webkit-linear-gradient(#fff2f1, #fff2f1);
    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: 24px;
    line-height: 40px;
    color: #fff;
    height: 100%;
    padding: 0 0.5em;
    max-width: 14em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -1px;
    margin-left: 0.5em;
    white-space: nowrap;
}
.disc_wrapper .desc_name {
    color: #393939;
    max-width: 9em;
    font-size: 30px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 9px 0 16px;
}
.disc_wrapper .desc_tip {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #fff2f1;
    border: solid 1px #ffd0ce;
    border-radius: 6px;
    font-size: 26px;
    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: 30px;
    font-weight: bold;
    color: #fc7941;
    border: none;
    background-color: #fff;
    cursor: pointer;
    line-height: 1.8;
    width: 191px;
    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: 191px;
    height: 85px;
    -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: 2px;
    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: 100px;
}
.li_wrapper .li_button .button_tip {
    display: none;
    font-size: 18px;
    color: #bebebe;
    line-height: 1;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 26px;
    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: 20px;
    left: -1px;
    padding: 8.5px;
    width: 120px;
    background: #fb7242;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 0 15px 15px 0;
}
.a {
}
.li_wrapper .li_tip.active {
    background: #a2a2a2;
}
.model-information.wrapped {
    width: 88.53%;
}
.model-information .section_title > .img--wrapper {
    margin: 59px auto 52px;
}
.model-information .section_content {
    max-width: 982px;
    margin: 0 auto;
}
.section_content ul li {
    position: relative;
    font-size: 34px;
    color: #222;
    line-height: 1.43529;
}
.section_content ul li:not(:last-child) {
    margin-bottom: 30px;
}
.section_content ul li span {
    display: inline-block;
    vertical-align: text-top;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    line-height: 34px;
    text-align: center;
    background: #d11852;
    margin-right: 0.5em;
}
.model-policy .policy_wrapper ul li {
    width: 982px;
    margin: 0 auto;
    padding: 1px;
}
.model-policy .section_title > .img--wrapper {
    width: 409px;
    margin: 58px auto;
}
.model-policy .policy_content {
    font-size: 34px;
    color: #431e1c;
    line-height: 1.3235;
}
.model-policy ul:not(:last-child) {
    margin-bottom: 20px;
}
.model-policy .policy_content > ul li {
    position: relative;
    padding-left: 4.5em;
}
.model-policy li.active {
    padding-left: 0;
}
.model-policy li span {
    display: inline-block;
    vertical-align: middle;
}
.model-policy .policy_wrapper > ul li {
    display: none;
    font-size: 14px;
    line-height: 1.6428;
}
.model-policy .policy_wrapper > ul li.active {
    display: block;
}
.footer_fix {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 0;
    background: rgba(196, 194, 194, 0.2);
    z-index: 9;
}
.fix_button {
    width: 269px;
    height: 66px;
    font-size: 34px;
    font-weight: bold;
    line-height: 66px;
    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;
    position: relative;
    opacity: 1;
    z-index: 10;
}
.fix_undeline {
    font-size: 30px;
    line-height: 45px;
    color: darkslateblue;
    text-align: center;
    text-decoration: underline;
    margin-top: 20px;
}
.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 .am-modal-dialog {
    background: #fff;
    border-radius: 10px;
}
.am-modal .am-modal-dialog .am-modal-hd {
    padding: 0;
}
.am-modal .am-modal-dialog .am-modal-hd .am-close {
    width: 30px;
    height: 30px;
    top: 33px;
    right: 33px;
    opacity: 1;
    z-index: 1;
}
.am-modal .model_container {
    padding: 38px 58px 20px;
    max-height: 581px;
    overflow: auto;
}
.am-modal .model_p {
    width: 100%;
    height: 100%;
    text-align: left;
}
.am-modal .model_p ul li {
    display: none;
}
.am-modal .model_p ul li.active {
    display: block;
}
.am-modal .model_p p {
    color: #333;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    padding-bottom: 20px;
}
.am-modal .model_p > p {
    font-size: 28px;
    color: #4e4d4d;
    margin-bottom: 29px;
    text-align: center;
}
.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%;
}
.success--wrapper {
    color: #f57b5a;
    text-align: center;
    padding-bottom: 80px;
    position: relative;
}
.success--wrapper .img--wrapper {
    margin: 0 auto;
}
.success--wrapper .img--wrapper:first-child {
    margin: 39px auto 12px;
}
.success--wrapper .img--wrapper:nth-child(4) {
    width: 247px;
    height: 222px;
    margin: 23px auto 10px;
}
.success--wrapper .success_p {
    font-size: 40px;
    line-height: 38px;
    margin: 12px auto 17px;
}
.success--wrapper .success_underline {
    font-size: 24px;
    line-height: 26px;
    color: #ee6e47;
    text-decoration: underline;
}
.success--wrapper .success_tip {
    font-size: 24px;
    color: #4e4d4d;
    margin-bottom: 16px;
}
.success--wrapper .success_tip span {
    color: #e5593c;
}
.success--wrapper .success_share {
    width: 100%;
    height: 80px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 80px;
    background: #f57b5a;
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
    user-select: none;
}
#doc-modal-4 .am-modal-dialog {
    border-radius: 10px;
    border: 1px solid rgba(204, 204, 204, 0.7);
    padding: 2px;
}
#doc-modal-4 .model_container {
    padding: 38px 50px 20px;
    max-height: 430px;
    overflow: auto;
}
#doc-modal-4 .model_p {
    width: 100%;
    height: 100%;
}
#doc-modal-4 .model_p p {
    color: #333;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    padding-bottom: 20px;
}
#doc-modal-4 .model_button {
    width: 275px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    border: solid 1px #f76b4b;
    font-size: 18px;
    color: #f57b5a;
}
#doc-modal-2 .form--wrapper {
    max-width: 89.55%;
    margin: 0 auto;
    padding: 32px 0 28px;
}
.section-form .form--wrapper {
    max-width: 727px;
    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, .form--wrapper .form_title {
    display: block;
    font-size: 22px;
    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: 22px;
}
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%;
    line-height: 80px;
    font-size: 15px;
    color: #fff;
    background: #f57b5a;
    text-align: center;
    border-radius: 100px;
    margin: 55px auto 0;
}
.form--wrapper .form_submit:focus {
    outline: none;
}
.am-modal .form--wrapper .form_submit, .section--form .form--wrapper .form_submit {
    border-radius: 5px;
    font-size: 29px;
}
.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;
}
.form--wrapper .form_title {
    margin-bottom: 26px;
}
.form--wrapper .form_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
}
.form--wrapper .form_wrapper .form_upload {
    flex-shrink: 0;
    width: 223px;
    margin-bottom: 0;
    margin-right: 20px;
}
.form--wrapper .upload--wrapper .img--wrapper {
    margin: 0 auto;
    width: 100%;
    min-height: 247px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.form--wrapper .upload--wrapper .img--wrapper img {
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.form--wrapper .upload_tip {
    font-size: 20px;
    line-height: 1.3;
    color: #f57b5a;
    margin-bottom: 39px;
}
.form--wrapper .check-rule {
    flex-grow: 1;
    min-height: 20px;
    line-height: 20px;
    margin-bottom: 0;
}
.form--wrapper .check-rule .check_wrapper {
    position: relative;
}
.form--wrapper .check_wrapper span {
    display: inline-block;
    vertical-align: middle;
}
.form--wrapper .check-rule .rule a {
    text-decoration: underline;
    font-size: 20px;
    color: #527fff;
}
.form--wrapper .base-checkbox {
    width: 20px;
    height: 20px;
    position: relative;
    top: -1px;
}
.form--wrapper .base-checkbox input {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.form--wrapper .base-checkbox span {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/check.png) no-repeat center;
    background-size: 100%;
    border: none;
}
.form--wrapper .base-checkbox input:checked ~ span {
    background: url(../images/check-active.png) no-repeat center;
    background-size: 100%;
    border: none;
}
.form--wrapper .upload--wrapper {
    position: relative;
    overflow: hidden;
}
.form--wrapper .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;
}