main {
    padding-top: 1px;
    padding-bottom: 200px;
    background: #3d53c2;
}
img {
    max-width: 100%;
    vertical-align: middle;
    -webkit-user-drag: none;
}
a, a:focus, a:hover, a:active {
    color: inherit;
}
.banner {
    min-height: 356px;
    position: relative;
    text-align: center;
    background: #3d53c2;
}
.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;
}
.banner .banner_rule {
    width: 61px;
    height: 140px;
    position: absolute;
    top: 80%;
    right: 14%;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}
.banner .banner_rule::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1px;
    height: 120px;
    border-style: solid;
    border-width: 4px;
    border-image-source: linear-gradient(0deg, #ffd9e4 0%, #c0dbff 100%);
    border-image-slice: 1;
    z-index: 0;
}
.banner .banner_rule .img--wrapper {
    width: 61px;
    height: 95px;
    background: #3d53c2;
    position: absolute;
    bottom: 0;
    z-index: 2;
}
.banner .banner_rule:hover {
    -webkit-animation: ruleToggle 500ms ease-in-out forwards;
    animation: ruleToggle 500ms ease-in-out forwards;
}
@-webkit-keyframes ruleToggle {
    0% {
        height: 140px;
    }
    100% {
        height: 180px;
    }
}
@keyframes ruleToggle {
    0% {
        height: 140px;
    }
    100% {
        height: 180px;
    }
}
.breadcrumb {
    padding: 20px 0 30px;
    font-size: 20px;
    color: #fff;
    line-height: 1;
}
.breadcrumb .breadcrumb_ol, .breadcrumb > span {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}
.breadcrumb li {
    float: left;
    margin-right: 20px;
    position: relative;
}
.breadcrumb li:nth-child(1) {
    color: #93d8fe;
}
.breadcrumb li:not(:last-child)::after {
    content: '>';
    display: inline-block;
    position: absolute;
    right: -15px;
    color: #fff;
}
.breadcrumb a {
    color: inherit;
}
.process {
    padding: 27px;
    background: #3d53c2;
}
.process ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.process ul > li {
    -webkit-flex-basis: 394px;
    -ms-flex-preferred-size: 394px;
    flex-basis: 394px;
    max-height: 116px;
    margin-bottom: 37px;
}
.process ul > li:last-child {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-height: 200%;
}
.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;
}
.award {
    background: #3d53c2;
    position: relative;
}
.award .award_wrapper {
    width: 100%;
    min-height: 500px;
    text-align: center;
}
.award .award_content {
    position: relative;
}
#award_link {
    position: absolute;
    width: 100%;
    height: 300px;
    bottom: 0;
    left: 0;
}
.award .award_content .content_wrapper {
    position: absolute;
    width: 100%;
    height: 503px;
    left: 0;
    top: 24px;
}
.award .award_content .content_tip {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 582px;
}
.award .award_content .img--tip {
    position: absolute;
    top: 50px;
    left: 120px;
    min-width: 120px;
    padding: 0 0.5em;
    font-size: 32px;
    line-height: 56px;
    color: #fff;
    text-align: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcd4e4), to(#f07394)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #fcd4e4 0%, #f07394 100%), -webkit-linear-gradient(#ffffff, #ffffff);
    background-image: linear-gradient(180deg, #fcd4e4 0%, #f07394 100%), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    border-radius: 1000px;
}
.award .award_content .content_countDown {
    width: 744px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}
.award .award_content .content_countDown ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.award .award_content .content_countDown li {
    -webkit-flex-basis: 120px;
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
    height: 100px;
    line-height: 100px;
    font-size: 43px;
    color: #3d53c2;
    text-align: center;
    background: #e8ecff;
    border-radius: 10px;
    position: relative;
}
.award .award_content .content_countDown li span {
    color: #f7526d;
}
.award .award_content .content_countDown li:first-child {
    -webkit-flex-basis: 208px;
    -ms-flex-preferred-size: 208px;
    flex-basis: 208px;
}
.award .award_content .content_countDown li:last-child {
    -webkit-flex-basis: 266px;
    -ms-flex-preferred-size: 266px;
    flex-basis: 266px;
}
.award .award_content .content_countDown li:not(:last-child):before {
    content: '';
    width: 37px;
    height: 8px;
    background-color: #4c67f2;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(63.5%, -50%);
    transform: translate(63.5%, -50%);
    z-index: 2;
}
.brand {
    background: #3d53c2;
    padding: 51px 0 40px;
}
.brand .brand_pack {
    background: #4c67f2;
    border-radius: 10px;
    padding-bottom: 30px;
}
.brand .brand_title {
    font-size: 42px;
    color: #fff;
    line-height: 113px;
    text-align: center;
    position: relative;
}
.brand .brand_title::before, .brand .brand_title::after {
    content: '';
    width: 52px;
    height: 52px;
    background: url("../images/nail.png") no-repeat center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.brand .brand_title::before {
    left: 33px;
}
.brand .brand_title::after {
    right: 33px;
}
.brand .brand_title span {
    font-weight: bold;
    color: #79ebff;
}
.brand .brand_container {
    width: 1138px;
    padding: 18px 16px;
    background: #354bbc;
    margin: 0 auto;
    border-radius: 10px;
}
.brand .brand_container .container_wrapper {
    background: #2d42ac;
    padding: 30px 50px 72px;
    border-radius: 10px;
    position: relative;
}
.brand .container_wrapper .container_tip {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #fff;
}
.brand .brand_container ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden;
}
.brand .container_wrapper > ul > li {
    width: 489px;
    height: 561px;
    padding: 0 36px 34px;
    background: #4c67f2;
    border-radius: 10px;
    margin-right: 27px;
}
.brand ul .li_title {
    font-size: 42px;
    color: #fff;
    font-weight: bold;
    line-height: 85px;
    text-align: center;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.brand ul li > .img--wrapper {
    width: 417px;
    height: 248px;
    background: #2d42ac;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.brand ul li > .img--wrapper img {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.brand ul li .li_award ul {
    height: 114px;
    line-height: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.brand ul li .li_award li {
    font-size: 28px;
    color: #fff;
}
.brand ul li .li_award li:last-child {
    font-weight: bold;
    color: #ffacc0;
}
.brand ul li .li_award li:last-child span {
    font-size: 48px;
}
.brand ul li .li_button {
    height: 80px;
    background-image: -webkit-gradient(linear, right top, left top, from(#ffe1e9), to(#fff0f4)), -webkit-gradient(linear, left top, left bottom, from(#ff768c), to(#ff768c));
    background-image: -webkit-linear-gradient(right, #ffe1e9 0%, #fff0f4 100%), -webkit-linear-gradient(#ff768c, #ff768c);
    background-image: linear-gradient(270deg, #ffe1e9 0%, #fff0f4 100%), linear-gradient(#ff768c, #ff768c);
    background-blend-mode: normal, normal;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 42px;
    color: #f7526d;
    padding: 0 35px 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.brand ul li .li_button .img--wrapper {
    width: 54px;
    height: 56px;
    margin-right: 25px;
}
.brand ul li .li_button .img--wrapper img {
    vertical-align: top;
}
.model-tab {
    margin-bottom: 30px;
}
.model-tab .tab_panel > ul > li {
    display: none;
}
.model-tab .tab_nav > ul > li.active, .model-tab .tab_panel > ul > li.active {
    display: block;
}
.model-tab .tab_nav {
    height: 72px;
    padding: 10px 0;
    position: relative;
    background: #3d53c2;
}
.model-tab .tab_nav > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.model-tab .tab_nav > ul > li {
    width: 4.2em;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-bottom: 12px;
    position: relative;
    margin-right: 40px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.model-tab .tab_nav > ul > li.active::before {
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffa8c1;
}
.model-tab .tab_nav > .nav_button {
    width: 225px;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffa9c2), to(#ff758c)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background-image: -webkit-linear-gradient(left, #ffa9c2 0%, #ff758c 100%), -webkit-linear-gradient(#ffffff, #ffffff);
    background-image: linear-gradient(90deg, #ffa9c2 0%, #ff758c 100%), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    border-radius: 10px;
    font-size: 20px;
    color: #fff;
    line-height: 52px;
    text-align: center;
    padding: 0 0.8em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.panel_content {
    min-height: 124px;
    margin-top: 15px;
    padding: 45px;
    background: #fff;
    border-radius: 14px;
    font-size: 24px;
    color: #253172;
}
.panel_content p {
    line-height: 1.42857;
}
.panel_content p:not(:last-child) {
    margin-bottom: 40px;
}
.panel_content img {
    display: block;
    margin: 0 auto;
}
.subsidyModels {
    padding-top: 40px;
}
.subsidyModels .subsidyModels_title {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}
.subsidyModels .models_list > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.subsidyModels .models_list > ul > li {
    margin-bottom: 20px;
}
.subsidyModels .models_list > ul > li:not(:nth-child(3n+3)) {
    margin-right: 12px;
}
li .li_cardWrapper {
    width: 391px;
    height: 505px;
    background: #fff;
    padding: 23px 20px 35px;
    border-radius: 10px;
}
li .li_cardWrapper > .img--wrapper {
    width: 350px;
    height: 193px;
    overflow: hidden;
    text-align: center;
    background: #f7f8f9;
    cursor: pointer;
}
li .li_cardWrapper > .img--wrapper img {
    max-width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
li .li_cardWrapper > .img--wrapper .img--tip {
    width: 96px;
    height: 33px;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffeacf), to(#ffc28b)), -webkit-gradient(linear, left top, left bottom, from(#fce1c4), to(#fce1c4));
    background-image: -webkit-linear-gradient(left, #ffeacf 0%, #ffc28b 100%), -webkit-linear-gradient(#fce1c4, #fce1c4);
    background-image: linear-gradient(90deg, #ffeacf 0%, #ffc28b 100%), linear-gradient(#fce1c4, #fce1c4);
    background-blend-mode: normal, normal;
    border-radius: 17px;
    border: solid 1px #ffefdb;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 19px;
    color: #a15511;
    text-align: center;
}
li .li_cardWrapper .card_modelName {
    font-size: 30px;
    color: #253172;
    line-height: 1;
    padding: 20px 0;
    border-bottom: 1px solid #ececec;
    margin-bottom: 20px;
}
.li_cardWrapper .card_info > ul {
    line-height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 20px;
    color: #fb4361;
}
.li_cardWrapper .card_info > ul li span {
    font-size: 40px;
}
.li_cardWrapper .card_info > ul li:last-child {
    color: #9298b7;
}
.li_cardWrapper .info_tip {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0.3em;
    font-size: 20px;
    color: #ff768c;
    background: #fff0f4;
    border-radius: 15px;
    margin-top: 10px;
    white-space: nowrap;
    margin-bottom: 30px;
}
.li_cardWrapper .info_tip .img--wrapper {
    width: 21px;
    height: 22px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    margin-right: 2px;
}
.li_cardWrapper .info_tip .img--wrapper img {
    max-width: 80%;
    vertical-align: top;
    margin-top: 1px;
}
.li_cardWrapper .card_buttons ul {
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.li_cardWrapper .card_buttons li {
    font-size: 20px;
    color: #253172;
    line-height: 52px;
    text-align: center;
    border-radius: 10px;
    padding: 0 0.8em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.li_cardWrapper .card_buttons li:first-child {
    border: 1px solid #ccd4ff;
}
.li_cardWrapper .card_buttons li:last-child {
    width: 225px;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffa9c2), to(#ff758c)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background-image: -webkit-linear-gradient(left, #ffa9c2 0%, #ff758c 100%), -webkit-linear-gradient(#ffffff, #ffffff);
    background-image: linear-gradient(90deg, #ffa9c2 0%, #ff758c 100%), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    border-radius: 10px;
}
.list_wrapper {
    width: 100%;
    min-height: 30px;
    position: relative;
}
.list_wrapper ul {
    width: calc(100% - 35px);
    height: 30px;
    margin: 35px 0;
    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 {
    -webkit-flex-basis: 3em;
    -ms-flex-preferred-size: 3em;
    flex-basis: 3em;
    width: 66px;
    white-space: nowrap;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    cursor: pointer;
    position: relative;
}
.list_wrapper ul li:not(:last-child) {
    margin-right: 40px;
}
.list_wrapper ul li:first-child {
    -webkit-flex-basis: 122px;
    -ms-flex-preferred-size: 122px;
    flex-basis: 122px;
    color: #393939;
    background: transparent;
    text-align: left;
    opacity: 0;
}
.list_wrapper ul li.active:before {
    content: '';
    width: 44px;
    height: 20px;
    background-image: -webkit-gradient(linear, left top, right top, from(#4bbaff), to(#34b5ff)), -webkit-gradient(linear, left top, left bottom, from(#53abe2), to(#53abe2));
    background-image: -webkit-linear-gradient(left, #4bbaff 0%, #34b5ff 100%), -webkit-linear-gradient(#53abe2, #53abe2);
    background-image: linear-gradient(90deg, #4bbaff 0%, #34b5ff 100%), linear-gradient(#53abe2, #53abe2);
    background-blend-mode: normal, normal;
    border-radius: 9px;
    position: absolute;
    right: -7px;
    bottom: -6px;
    z-index: -1;
}
.list_wrapper ul li .svgIcon {
    width: 1em;
    height: 1em;
    vertical-align: -0.128em;
    fill: currentColor;
}
.model-list {
    padding-bottom: 74px;
}
.section_list {
    position: relative;
}
.section_list .list_all {
    width: 122px;
    height: 30px;
    padding: 0 0 0 2px;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    background: #3d53c2;
    position: absolute;
    top: 35px;
    left: -2px;
    z-index: 2;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.section_list .list_all.active::before {
    content: '';
    width: 44px;
    height: 20px;
    background-image: -webkit-gradient(linear, left top, right top, from(#4bbaff), to(#34b5ff)), -webkit-gradient(linear, left top, left bottom, from(#53abe2), to(#53abe2));
    background-image: -webkit-linear-gradient(left, #4bbaff 0%, #34b5ff 100%), -webkit-linear-gradient(#53abe2, #53abe2);
    background-image: linear-gradient(90deg, #4bbaff 0%, #34b5ff 100%), linear-gradient(#53abe2, #53abe2);
    background-blend-mode: normal, normal;
    border-radius: 9px;
    position: absolute;
    right: -7px;
    bottom: -6px;
    z-index: -1;
}
.section_list .list_all .svgIcon {
    width: 1em;
    height: 1em;
    vertical-align: -0.128em;
    fill: currentColor;
}
.section_list .list_sort {
    width: 35px;
    height: 30px;
    background: #3d53c2;
    position: absolute;
    top: 35px;
    right: -2px;
    z-index: 2;
    background: url("../images/sort-up.png") no-repeat center;
    cursor: pointer;
}
.section_list .list_sort.active {
    background: url("../images/sort-down.png") no-repeat center;
}
.section_list .list_panel {
    min-height: 209px;
}
.section_list .list_panel > ul {
    display: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.section_list .list_panel > ul.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.section_list .list_panel > ul > li {
    border-radius: 10px;
}
.section_list .list_panel > ul > li:not(:nth-child(3n+3)) {
    margin-right: 12px;
}
.section_list .list_panel > ul > li:not(:last-child) {
    margin-bottom: 20px;
}
.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;
}
.modelInfo_wrapper {
    background-color: #ffffff;
    border-radius: 14px;
    margin-bottom: 40px;
}
.modelInfo_wrapper .info_container {
    min-height: 605px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 40px 70px;
}
.modelInfo_wrapper .info_container .img--wrapper {
    width: 471px;
    height: 255px;
    overflow: hidden;
    text-align: center;
    background-color: #ececec;
}
.modelInfo_wrapper .info_container .img--wrapper img {
    max-width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.modelInfo_wrapper .info_container .container_content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 45px;
}
.container_content .info_name ul, .container_content .info_price ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 20px;
}
.container_content .info_name {
    padding-bottom: 6px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 27px;
}
.container_content .info_name ul li {
    color: #9298b7;
}
.container_content .info_name ul li span {
    font-size: 30px;
    color: #253172;
}
.container_content .info_price {
    line-height: 40px;
    margin-bottom: 14px;
}
.container_content .info_price ul li {
    color: #fb4361;
}
.container_content .info_price ul li span {
    font-size: 40px;
}
.container_content .info_price ul li .img--tip {
    height: 41px;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffeacf), to(#ffc28b)), -webkit-gradient(linear, left top, left bottom, from(#fce1c4), to(#fce1c4));
    background-image: -webkit-linear-gradient(left, #ffeacf 0%, #ffc28b 100%), -webkit-linear-gradient(#fce1c4, #fce1c4);
    background-image: linear-gradient(90deg, #ffeacf 0%, #ffc28b 100%), linear-gradient(#fce1c4, #fce1c4);
    background-blend-mode: normal, normal;
    border-radius: 20px;
    border: solid 1px #ffefdb;
    font-size: 23px;
    color: #a15511;
    text-align: center;
    padding: 0 0.4em;
}
.container_content .info_tip {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 21px;
    padding-right: 50px;
    font-size: 20px;
    color: #ff768c;
    background: #fff0f4;
    border-radius: 15px;
    margin-bottom: 27px;
}
.container_content .info_tip .img--wrapper {
    width: 21px;
    height: 22px;
    margin-right: 10px;
}
.container_content .info_tip .img--wrapper img {
    vertical-align: top;
}
.container_content .info_button {
    width: 225px;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffa9c2), to(#ff758c)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background-image: -webkit-linear-gradient(left, #ffa9c2 0%, #ff758c 100%), -webkit-linear-gradient(#ffffff, #ffffff);
    background-image: linear-gradient(90deg, #ffa9c2 0%, #ff758c 100%), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    border-radius: 10px;
    font-size: 20px;
    color: #fff;
    line-height: 52px;
    text-align: center;
    padding: 0 0.8em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.modelInfo_wrapper .info_container .info_rights {
    width: 100%;
    font-size: 20px;
    color: #253172;
}
.modelInfo_wrapper .info_container .info_rights .li_title {
    width: 100%;
    font-weight: bold;
    margin: 40px auto 18px;
}
.modelInfo_wrapper .info_container .info_rights .li_des {
    line-height: 1.4;
}
.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: -15px;
    right: -15px;
    opacity: 1;
    z-index: 1;
    background: #fff;
    border-radius: 50%;
}
.am-modal .model_container {
    padding: 38px 50px 20px;
    max-height: 430px;
    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:first-child {
    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;
    background: #3d53c2;
    font-size: 18px;
    color: #fff;
}
.my_model img {
    max-width: 274px;
    margin-right: -20%;
}
.am-modal .success--wrapper {
}
.share-info .success--wrapper, .share-info.active .info_container {
    display: none;
}
.share-info.active .success--wrapper {
    display: block;
}
.success--wrapper .img--wrapper { /*margin: 0 auto;*/
}
.success--wrapper > .img--container {
    height: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: 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;
    background: #3d53c3;
    font-size: 32px;
    color: #fefefe;
    line-height: 1;
    border-radius: 10px 10px 0 0;
}
.success--wrapper > .img--container > .img--wrapper {
    margin-right: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.success--wrapper > .img--container img {
    width: 32px;
    height: 32px;
    vertical-align: bottom;
    margin-right: 9px;
}
.success--wrapper > .img--container .img_info {
    font-size: 16px;
    color: #fff;
    line-height: 1;
    margin-top: 18px;
}
.success--wrapper .success_content {
    height: 335px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 85px;
}
.success--wrapper .success_content {
    padding: 0 55px;
}
#doc-modal-3 .success--wrapper .success_content {
    padding: 0 30px;
}
.share-info .success--wrapper {
    padding: 60px 0;
}
.share-info .info_container .success_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 43px;
    margin: 35px auto 15px;
}
.share-info .info_container .success_content .img--wrapper {
    width: 314px;
    height: 185px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #f7f8f9;
    border-radius: 10px;
    position: relative;
    margin-right: 24px;
}
.share-info .info_container .img--wrapper img {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.share-info .info_container .modal_form .form_wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.share-info .info_container .modal_form .form--wrapper {
    padding: 1px;
}
.share-info .info_container .modal_form .am-form .am-form-group {
    -webkit-flex-basis: 456px;
    -ms-flex-preferred-size: 456px;
    flex-basis: 456px;
}
.share-info .info_container .modal_form .form_wrapper .am-form-group input {
    max-width: 200%;
}
.share-info .info_container .modal_form .am-form .am-form-group.form_button {
    padding: 0;
    margin: 50px 0 0;
}
.share-info .info_container .modal_form .am-form .am-form-group label {
    width: auto;
    margin-right: 20px;
}
.share-info .info_container .modal_form .am-form .form_button button {
    font-size: 20px;
}
.share-info .info_container .content_wrapper > p {
    font-size: 18px;
    color: #222;
    line-height: 1.3888;
    margin-top: 29px;
}
.share-info .info_container .info_list ul {
    padding: 0 23px;
    margin-top: 23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.share-info .info_container .info_list ul li {
    -webkit-flex-basis: 271px;
    -ms-flex-preferred-size: 271px;
    flex-basis: 271px;
    padding: 0 20px;
}
.share-info .info_container .info_list ul li:last-child {
    -webkit-flex-basis: 298px;
    -ms-flex-preferred-size: 298px;
    flex-basis: 298px;
}
.share-info .info_container .info_list ul li .img--wrapper {
    width: 90px;
    height: 80px;
    margin: 0 auto;
}
.share-info .info_container .info_list ul li .img--wrapper img {
    width: auto;
}
.share-info .info_container .info_list ul li .li_des {
    margin-top: 15px;
}
.share-info .info_container .info_button {
    width: 834px;
    margin: 29px auto;
}
.share-info .success--wrapper .success_content .img--wrapper {
    width: 249px;
    height: 249px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
}
.success--wrapper .success_content .content_img-list {
    width: 370px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.success--wrapper .success_content .content_img-list .img--wrapper {
    width: 180px;
    height: 180px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #f7f8f9;
}
.success--wrapper .success_content .content_img-list .img--wrapper .img--tip {
    position: absolute;
    top: 102%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 16px;
    color: #222;
}
.success--wrapper .success_content .content_info {
    height: 180px;
    padding-left: 26px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.success--wrapper .success_content .content_info ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.success--wrapper .success_content .content_info ul li {
    padding-left: 42px;
    position: relative;
    font-size: 16px;
    color: #222;
    margin-bottom: 23px;
}
.success--wrapper .success_content .content_info ul li:not(:nth-child(3n+3)) {
    margin-right: 19px;
}
.success--wrapper .success_content .content_info ul li > span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    background-color: #5b90ef;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.success--wrapper .success_content .content_info p, .share-info .info_container p {
    font-size: 16px;
    color: #222222;
    text-align: left;
    line-height: 1.42857;
}
.success--wrapper .success_content p span, .share-info .info_container p span {
    display: inline-block;
    width: 3em;
}
.success--wrapper .success_content .content_info .info_button {
    width: 100%;
    line-height: 52px;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffa9c2), to(#ff758c)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background-image: -webkit-linear-gradient(left, #ffa9c2 0%, #ff758c 100%), -webkit-linear-gradient(#ffffff, #ffffff);
    background-image: linear-gradient(90deg, #ffa9c2 0%, #ff758c 100%), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    border-radius: 10px;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    margin-top: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.success--wrapper .success_share, .share-info .info_button {
    width: 710px;
    margin: 0 auto;
    background: #3d53c2;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 10px;
}
#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_button {
    width: 275px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    background: #3d53c2;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}