main {
    min-height: 100vh;
    padding-top: 1px;
    padding-bottom: 50px;
}
main.index {
    background: -webkit-gradient(linear, left bottom, left top, from(#7032EA), to(#1A0E76));
    background: -webkit-linear-gradient(bottom, #7032EA, #1A0E76);
    background: linear-gradient(0deg, #7032EA, #1A0E76);
}
img {
    max-width: 100%;
    vertical-align: middle;
}
a, a:focus, a:hover, a:active {
    color: inherit;
}
.banner {
    position: relative;
}
.banner .banner_tip {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    min-height: 110px;
    padding: 15px 0 35px;
    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: 10px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    margin-top: 8px;
}
.banner-successed .img--wrapper {
    width: 94px;
    height: 94px;
    margin: 0 auto;
}
.banner-share .img--wrapper {
    width: 238px;
    margin: 0 auto;
}
.banner .banner-tip {
    position: absolute;
    top: 22%;
    right: 0;
    width: 27px;
    height: 70px;
    background: url("../images/rule.png") no-repeat center;
    background-size: contain;
}
.section--reback {
    font-size: 12px;
    color: #fff;
    padding: 0 15px;
    line-height: 12px;
    margin: 19px auto 30px;
}
.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;
    z-index: 2;
}
.success-info {
    background: #FFFFFF;
    border-radius: 14px 14px 0 0;
    position: relative;
    padding: 43px 15px 30px;
}
.success-info .section-title {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.success-info .section-title img {
    max-height: 30px;
}
.success-info .success-model-list {
    margin-bottom: 26px;
}
.success-info .model-list-wrapper {
    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;
}
.success-info .model-list-wrapper .img--wrapper {
    width: 90px;
    height: 60px;
    overflow: hidden;
    position: relative;
}
.success-info .model-list-wrapper .img--wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.success-info .model-list-wrapper .model-name {
    font-size: 14px;
    font-family: PingFang SC, serif;
    font-weight: 500;
    color: #1C0F78;
    margin: 0 auto 0 20px;
}
.success-info .model-list-wrapper .model-button {
    width: 97px;
    line-height: 31px;
    font-size: 12px;
    font-family: PingFang SC, serif;
    font-weight: 600;
    color: #FD7A40;
    background-image: -webkit-linear-gradient(#fff, #fff), -webkit-linear-gradient(336deg, #F84E44, #FF9A3E);
    background-image: linear-gradient(#fff, #fff), linear-gradient(114deg, #F84E44, #FF9A3E);
    padding: 0.7px;
    background-clip: content-box, padding-box;
    text-align: center;
    border-radius: 15px;
}
.success-info .success-wechat {
    position: relative;
    height: 90px;
    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;
}
.success-info .success-wechat::before {
    content: "";
    width: 88%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #F7F5FF;
    border-radius: 0 44px 44px 0;
    z-index: 0;
}
.success-info .success-wechat .img--wrapper {
    width: 75px;
    height: 75px;
    padding: 3px;
    border: 1px solid #ECECEC;
    border-radius: 5px;
    text-align: center;
    margin-right: 13px;
}
.success-info .success-wechat .img--wrapper img {
    max-height: 100%;
}
.success-info .success-wechat .wechat-info {
    color: #1C0F78;
    position: relative;
    z-index: 1;
    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-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.success-info .success-wechat .wechat-info .info-title {
    font-size: 14px;
    font-family: PingFang SC, serif;
    font-weight: 400;
    color: #1C0F78;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.244140625%, #20107C), color-stop(99.4873046875%, #A3176C));
    background: -webkit-linear-gradient(bottom, #20107C 0.244140625%, #A3176C 99.4873046875%);
    background: linear-gradient(0deg, #20107C 0.244140625%, #A3176C 99.4873046875%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.success-info .success-wechat .wechat-info .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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 10px;
    font-family: PingFang SC, serif;
    font-weight: 400;
    margin-top: 11px;
}
.success-info .success-wechat .wechat-info .info-tip .tip-button {
    margin-left: 20px;
    color: #1C0F78;
    padding: 3px 8px;
    background: #fff;
    border-radius: 8px;
}
.success-tip p {
    font-size: 14px;
    font-family: PingFang SC, serif;
    font-weight: 600;
    color: #1C0F78;
    line-height: 18px;
    text-align: center;
    margin: 37px auto 67px;
}
.success-button-list 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;
}
.success-button-list ul li:first-child {
    margin-right: 10px;
}
.section_img {
    text-align: center;
    padding: 25px 0;
    background: #1F0B61;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section_img img {
    max-height: 115px;
}
main > .section-form {
    position: relative;
    z-index: 2;
}
.section_container {
    margin-top: 18px;
    position: relative;
    z-index: 2;
}
.model-list.wrapped {
    width: 92.8%;
}
.footer_fix {
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 412px;
    padding: 20px 10px;
    background: url("../images/fixed-bg.png") repeat-x center;
    background-size: contain;
    z-index: 9;
    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;
}
.footer_fix.no-bg {
    background: transparent;
}
.footer_fix.no-fix {
    position: static;
    -webkit-transform: none;
    transform: none;
}
.footer_fix 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;
}
.footer_fix ul li:not(:last-child) {
    margin-right: 10px;
}
.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;
}
.li_button {
    height: 44px;
    border-radius: 22px;
    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;
}
.li_button.wechat {
    width: 147px;
    font-size: 20px;
    font-family: PingFang SC, serif;
    font-weight: 600;
    color: #5A9455;
    background: url("../images/button-wechat.png") no-repeat center;
    background-size: contain;
}
.li_button.me {
    width: 194px;
    font-size: 20px;
    font-family: PingFang SC, serif;
    font-weight: 600;
    color: #FFFFFF;
    background: url("../images/button-me.png") no-repeat center;
    background-size: contain;
}
.li_button.check {
    width: 194px;
    font-size: 20px;
    font-family: PingFang SC, serif;
    font-weight: 600;
    color: #FFFFFF;
    background: url("../images/button-check-md.png") no-repeat center;
    background-size: contain;
}
.li_button.check.disabled {
    background: url("../images/button-check-md-disabled.png") no-repeat center;
    background-size: contain;
    opacity: 0.8;
}
.li_button.share {
    width: 194px;
    font-size: 20px;
    font-family: PingFang SC, serif;
    font-weight: 600;
    color: #FFFFFF;
    background: url("../images/button-share.png") no-repeat center;
    background-size: contain;
}
.li_button .img--wrapper {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
.li_button .img--wrapper img {
    vertical-align: top;
}
.fix_undeline {
    font-size: 15px;
    line-height: 30px;
    color: darkslateblue;
    text-align: center;
    text-decoration: underline;
    margin-top: 10px;
}
/*表单*/
.section--form .form--wrapper {
    width: 97.6%;
    max-width: 366px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px 15px;
}
.section-form .form--wrapper {
    max-width: 311px;
    margin: 0 auto;
}
.form--wrapper .am-form-group {
    margin-bottom: 26px;
    min-height: 55px;
}
.form--wrapper .am-form-group label {
    display: block;
    line-height: 1;
    margin-bottom: 0;
    font-size: 14px;
    font-family: PingFang SC, serif;
    font-weight: 600;
    color: #1C0F78;
    text-align: left;
    white-space: nowrap;
}
.form--wrapper .am-form-group.group-inline {
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.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;
}
.am-form.underline input::-webkit-input-placeholder {
    color: #DEDEDE;
}
.am-form.underline .group-inline select {
    padding: 0 15px;
    color: #1C0F78;
    line-height: 35px;
    background: #FAF9FE;
    border-radius: 6px;
    border-bottom-color: transparent !important;
    margin-left: 11px;
}
.am-form.underline .group-inline input[type=radio] {
    width: 14px;
    height: 14px;
    color: green;
    margin: 0 4px 0 0;
}
.am-form.underline .group-inline .am-radio-inline {
    padding-left: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.am-form input[type=text] {
    color: #000;
    padding: 12px 0 15px;
}
.am-form:not(.underline) input {
    width: 311px;
    height: 36px;
    background: #FAFAFC;
    border: 1px solid #EEEEEE;
    border-radius: 18px;
    font-size: 14px;
    color: #000;
    padding: 11px;
}
.am-form.form-share label {
    font-size: 20px;
    font-family: PingFang SC, serif;
    font-weight: 600;
    color: #352B61;
    text-align: center;
    margin-bottom: 18px;
}
#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_link {
    text-decoration: underline;
    font-size: 15px;
    color: #ee6e47;
    margin: 25px auto;
    text-align: center;
}
.section-form .form--wrapper .am-form-group.form-code-wrapper {
    min-height: 36px;
    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;
}
.section-form .form--wrapper .am-form-group.form-code-wrapper .code-button {
    min-width: 82px;
    padding: 10px 0 10px 12px;
    white-space: nowrap;
    font-size: 14px;
    font-family: PingFang SC, serif;
    font-weight: 600;
    text-decoration: underline;
    color: #F4F2FB;
    line-height: 1;
}
.section-form .form--wrapper .am-form-group .code-button.disabled {
    text-decoration: none;
}
.section-form .form--wrapper .am-form-group.form-code-wrapper .img--wrapper {
    font-size: 9px;
    color: #F4F2FB;
    min-width: 68px;
    height: 36px;
    margin-left: 12px;
}
.section-form .form--wrapper .am-form-group.form-code-wrapper .img--wrapper img {
    width: 100%;
    height: 100%;
}
.section_container .form--wrapper .form_submit {
    display: block;
    margin: 0 auto;
}
.section_container .form--wrapper .form_link {
    margin: 22px auto 16px;
}
.am-form .form_title {
    font-size: 20px;
    font-family: PingFang SC, serif;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 auto 28px;
    text-align: center;
}
.upload--wrapper .img--wrapper {
    margin: 14px auto 11px;
    width: 100%;
    min-height: 210px;
    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-list li {
    display: none;
    font-size: 10px;
    font-family: PingFang SC, serif;
    font-weight: 400;
    color: #51BD96;
    line-height: 13px;
    margin-bottom: 11px;
}
.upload-tip-list li.active {
    display: block;
}
.upload_tip {
    font-size: 12px;
    line-height: 1.2;
    color: #f57b5a;
}
.form--wrapper .form-model-list ul {
    background: #FAF9FE;
    border-radius: 6px;
    padding: 0 15px;
    margin-top: 15px;
}
.form--wrapper .form-model-list ul li:not(:last-child) {
    border-bottom: 1px solid rgba(225, 222, 243, 0.5);
}
.form--wrapper .form-model-list ul li .model-li-wrapper {
    padding: 15px 0;
    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;
    color: #706CA0;
}
.form--wrapper .form-model-list ul li .img--wrapper {
    width: 14px;
    height: 14px;
}
.form--wrapper .form-model-list img {
    vertical-align: top;
}
.form--wrapper .form_submit {
    display: block;
    border: none;
    width: 100%;
    max-width: 305px;
    line-height: 45px;
    font-size: 15px;
    color: #fff;
    background: transparent;
    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;
}
/*弹窗*/
.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 {
    top: 10px;
    right: 10px;
    opacity: 1;
}
.am-modal .form--wrapper {
    padding: 32px 0 28px;
}
.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 {
    font-size: 10px;
    font-family: PingFang SC, serif;
    font-weight: 500;
    color: #1C0F78;
}
.check-rule .rule a {
    text-decoration: underline;
    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/unselected.png) no-repeat center;
    background-size: 100%;
    border: none;
}
.base-checkbox input:checked ~ span {
    background: url(../images/selected.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;
}
/*查询榜单*/
.tab-wrapper {
    margin-top: -1px;
    background: #251283;
    border-bottom-left-radius: 30px;
}
.tab-wrapper .tab-info {
    font-size: 24px;
    font-family: PingFang SC, serif;
    font-weight: 600;
    color: #FFFFFF;
    text-align: left;
    margin: 0 16px 26px;
}
.tab-wrapper 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;
    padding: 0 30px;
}
.tab-wrapper ul li {
    padding: 11px 0;
    position: relative;
    font-size: 15px;
    font-family: PingFang SC, serif;
    font-weight: 600;
    color: #27C4FF;
}
.tab-wrapper ul li.active::after {
    content: "";
    display: block;
    width: 80%;
    height: 2px;
    background: #EB2654;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    bottom: -1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}
.tab-wrapper ul li:not(:last-child), .tab-wrapper ul :not(:last-child) li {
    margin-right: 40px;
}
/*邀请人榜单*/
.section_friends, .section_models {
    position: relative;
}
.section_friends::after, .section_models::after {
    content: "";
    display: block;
    width: 50%;
    height: 30px;
    background: #251283;
    position: absolute;
    top: -1px;
    right: 0;
    z-index: 0;
}
.friends_title {
    font-size: 16px;
    font-family: PingFang SC, serif;
    font-weight: 600;
    color: #6759AD;
    text-align: center;
    padding: 35px 0;
    background: #fff;
    position: relative;
    z-index: 1;
    border-top-right-radius: 30px;
}
.friends_title span {
    color: #DB4A58;
}
.section_friends ul {
    width: 90.9%;
    margin: 0 auto;
}
.section_models ul {
    padding: 0 10px;
}
.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: 15px;
    color: #000;
    padding: 0 20px;
}
.section_friends ul li .li_number {
    color: #DB4A58;
}
.section_friends ul li .img--wrapper {
    max-width: 25px;
}
.section_friends .p--null {
    font-size: 12px;
    color: #000000;
    margin: 70px auto;
    text-align: center;
}
/*邀请车型*/
.section_models .li-model-wrapper {
    min-height: 63px;
    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;
    padding: 11px 13px;
    background: #F0F2FF;
    border-radius: 7px;
    font-family: PingFang SC, serif;
    color: #213CDB;
}
.section_models li:not(:last-child) .li-model-wrapper {
    margin-bottom: 11px;
}
.section_models .li-model-wrapper .model-name {
    font-size: 16px;
    font-weight: 600;
}
.section_models .li-model-wrapper .info-data {
    font-size: 12px;
    font-weight: 300;
    margin-top: 9px;
    line-height: 1;
}
.section_models .li-model-wrapper .model-status {
    height: 40px;
    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-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.section_models .li-model-wrapper .status-info {
    font-size: 14px;
    font-family: PingFang SC, serif;
    font-weight: 600;
    color: #DB4A58;
    line-height: 1;
    margin-bottom: 5px;
}
.section_models .li-model-wrapper .status-info.await {
    color: #2BC376;
}
.section_models .li-model-wrapper .status-info.pending {
    color: #FF7636;
}
.section_models .li-model-wrapper .status-info.fail {
    color: #797B8A;
}
.section_models .li-model-wrapper .model-circle {
    min-width: 98px;
    background: #213CDB;
    border-radius: 11px;
    font-size: 12px;
    font-family: PingFang SC, serif;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 23px;
    text-align: center;
}
/*分享*/
.modal {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 10000;
}
.modal .modal-container {
    height: 100vh;
}
body.active .modal {
    display: block;
}
.modal-container .modal-ios {
    width: 72px;
    position: absolute;
    bottom: 20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.modal-container .modal-normal {
    width: 72px;
    position: absolute;
    top: 3%;
    right: 3%;
}
.modal-container .img--wrapper img {
    max-width: 100%;
}
.modal-container .modal-ios, .modal-container.isIos .modal-normal {
    display: none;
}
.modal-container.isIos .modal-ios {
    display: block;
}
/*微信咨询弹窗*/
.am-modal .am-modal-dialog {
    background: #fff;
    border-radius: 15px;
    padding-top: 15px;
}
.am-modal#doc-modal-2 .am-modal-bd > .img--wrapper {
    width: 145px;
    height: 145px;
    padding: 10px 13px 0;
    border: 1px solid #ECECEC;
    border-radius: 5px;
    margin: -60px auto 0;
    background: #fff;
}
.am-modal#doc-modal-2 .am-modal-bd p {
    font-family: PingFang SC, serif;
    margin-top: 13px;
}
.am-modal#doc-modal-2 .am-modal-bd .modal-wechat {
    font-size: 18px;
    font-weight: 600;
    color: #1C0F78;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.244140625%, #20107C), color-stop(99.4873046875%, #A3176C));
    background: -webkit-linear-gradient(bottom, #20107C 0.244140625%, #A3176C 99.4873046875%);
    background: linear-gradient(0deg, #20107C 0.244140625%, #A3176C 99.4873046875%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.am-modal#doc-modal-2 .am-modal-bd .modal-wechat-tip {
    font-size: 14px;
    font-weight: 300;
    color: #1C0F78;
}
.am-modal#doc-modal-2 .am-modal-bd .modal-button {
    width: 148px;
    height: 45px;
    margin: 15px auto;
}
/*confirm*/
.am-modal.am-modal-confirm .am-modal-footer {
    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-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.am-modal.am-modal-confirm .am-modal-footer .modal-button[data-am-modal-cancel] {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 96px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.2em 0.5em;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#f64a23), color-stop(49%, #ff834d), to(#f55993)), -webkit-gradient(linear, left top, left bottom, from(#eb422c), to(#eb422c));
    background-image: -webkit-linear-gradient(left, #f64a23 0%, #ff834d 49%, #f55993 100%), -webkit-linear-gradient(#eb422c, #eb422c);
    background-image: linear-gradient(90deg, #f64a23 0%, #ff834d 49%, #f55993 100%), linear-gradient(#eb422c, #eb422c);
    background-blend-mode: normal, normal;
    -webkit-box-shadow: inset 0 -2px 2px 1px rgba(255, 223, 138, 0.34), inset 0 3px 0 0 rgba(255, 161, 85, 0.92);
    box-shadow: inset 0 -2px 2px 1px rgba(255, 223, 138, 0.34), inset 0 3px 0 0 rgba(255, 161, 85, 0.92);
    border-radius: 22px;
}
/*fileloading*/
.upload-fixed {
    position: fixed;
    width: 100px;
    min-height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 0;
}
.isLoading .svg--wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    font-size: 30px;
    -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;
}
.isLoading .svgIcon.loading {
    -webkit-animation: rotating infinite 1s linear;
    animation: rotating infinite 1s linear;
}
@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}