body {
    padding-top: 0 !important;
}
main {
    min-height: calc(100vh - 375px);
}
.svgIcon {
    width: 1em;
    height: 1em;
    vertical-align: -.128em;
    fill: currentColor;
    overflow: hidden;
    margin-right: .2em;
}
img {
    max-width: 100%;
}
a:hover, a:hover p, a:hover span {
    color: #f60;
    -webkit-transition: color .2s ease-in .2s;
    transition: color .2s ease-in .2s;
}
.header_container {
    border-bottom: 1px solid #d8d8d8;
}
.header_nav {
    display: none;
}
/*breadcrumb*/
.breadcrumb {
    padding: 20px 0 25px;
    background: #fff;
    font-size: 16px;
    color: #333;
    line-height: 1.375;
}
.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(2) {
    color: #5F81E2;
}
.breadcrumb li:not(:last-child)::after {
    content: '>';
    display: inline-block;
    position: absolute;
    right: -15px;
}
.breadcrumb a {
    color: inherit;
}
.series_info {
    margin-bottom: 20px;
}
.info_container {
    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;
    margin-bottom: 10px;
}
.info_container .info_name, .info_container .info_rank 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;
}
.info_name .info_title {
    font-size: 34px;
    color: #333;
    font-weight: bold;
    line-height: 48px;
    margin-right: 10px;
}
.info_name .tag span {
    display: inline-block;
    vertical-align: middle;
    min-width: 66px;
    line-height: 22px;
    font-size: 12px;
    padding: 0 8px;
    border-radius: 20px;
    color: #fff;
    cursor: default;
    margin-right: 17px;
}
.info_name .tag .tag_1 {
    background: #5f81e2;
}
.info_name .tag .tag_2 {
    background: #ff4f53;
}
.info_name .tag .tag_3 {
    background: #ff921e;
}
.info_rank {
    font-size: 16px;
    color: #333;
}
.info_rank li:not(:last-child) {
    margin-right: 20px;
}
.info_rank li:not(.header_location) span {
    font-size: 20px;
    color: #fa6400
}
.info_rank li span.location_span {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
}
.info_rank .header_location {
    position: relative;
    cursor: pointer;
}
.header_location .svgIcon {
    vertical-align: -3px;
}
.header_location .mod_list_city:before, .mod_list_city:after {
    left: 490px;
}
.header_location .mod_list_city:after {
    left: 492px;
}
.header_location .mod_list_city a {
    -webkit-transition: none;
    transition: none;
}
.info_nav {
    background: #575757;
    width: 100%;
    height: 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;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    border-radius: 4px;
    overflow: hidden;
}
.info_nav li {
    -webkit-flex-basis: 130px;
    -ms-flex-preferred-size: 130px;
    flex-basis: 130px;
    text-align: center;
    position: relative;
    font-weight: 400;
    font-family: PingFangSC-Regular;
    color: #fff;
}
.info_nav li a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    color: #fff;
}
.info_nav li a:not(.active):hover {
    background: #646464;
}
.info_nav li a.active {
    background: #ff8843
}
.info_nav li .nav_hot {
    position: absolute;
    width: 30px;
    height: 15px;
    top: -9px;
    right: -5px;
    background: url(//www.d1ev.com/static/home/index03/images/hot.png) no-repeat 50%;
    background-size: cover;
    z-index: 2
}
.series_container {
    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;
}
.series_container .container_wrapper {
    width: 74.58%;
    max-width: 895px;
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.series_container .container_sidebar {
    width: 22.92%;
    max-width: 274px;
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.series_container .container_wrapper > * {
    width: 100%;
}
.series_container .container_wrapper .series_map {
    width: 100%;
    height: 320px;
    margin-bottom: 22px;
}
.series_container .container_wrapper #panel {
    display: none;
}
.series_container .container_wrapper #panel .amap-lib-driving {
    margin-bottom: 20px;
}
.series_container .container_wrapper .series_dealers {
    margin-bottom: 20px;
}
.container_wrapper .dealer_wrapper .title_wrapper {
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}
.container_wrapper .dealer_wrapper .title_wrapper > * {
    margin-right: 5px;
}
.container_wrapper .dealer_wrapper .title_wrapper .title_name {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.container_wrapper .dealer_wrapper .title_wrapper .img--wrapper {
    width: 20px;
    height: 20px;
    margin: 0 2.5px;
}
.container_wrapper .dealer_wrapper .title_wrapper .img--wrapper img {
    max-width: 100%;
    vertical-align: top;
}
.container_wrapper .dealer_wrapper .title_wrapper .img--wrapper.svip {
    width: 27px;
    height: 27px;
}
.container_wrapper .dealer_wrapper .title_wrapper .title_tip {
    display: inline-flex;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    padding: 0 6px;
    background: #5F81E2;
    margin-right: 15px;
}
.container_wrapper .dealer_wrapper .title_link {
    height: 20px;
    font-size: 14px;
    color: #1B59FD;
}
.container_wrapper .dealer_wrapper .dealer_desc {
    font-size: 14px;
    color: #1A263D;
    line-height: 1.42857;
}
.series_control {
    margin-bottom: 30px;
}
.container_wrapper .control_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.container_wrapper .series_control .wrapper_tab {
    background: #FFFFFF;
    border-radius: 4px;
    margin-right: 15px;
}
.container_wrapper .series_control .wrapper_tab ul {
    width: 165px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container_wrapper .series_control .wrapper_tab ul li {
    flex: 1;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}
.series_control .wrapper_tab ul li:first-child {
    border: 1px solid #DBDEE5;
    border-right-color: transparent;
    border-radius: 4px 0 0 4px;
}
.series_control .wrapper_tab ul li:last-child {
    border: 1px solid #DBDEE5;
    border-left-color: transparent;
    border-radius: 0 4px 4px 0;
}
.series_control .wrapper_tab ul li.active {
    background: #F7F9FD;
    color: #5F81E2;
    border: 1px solid #C4D3FD;
}
.container_wrapper .series_control .wrapper_input label {
    width: 420px;
    position: relative;
    margin-right: 5px;
}
.container_wrapper .series_control .wrapper_input input {
    width: 100%;
    height: 32px;
    padding: 6px 0 6px 64px;
    font-size: 14px;
    color: #333;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
}
.container_wrapper .series_control .wrapper_input .input_tip {
    width: 53px;
    height: 15px;
    font-size: 14px;
    color: #333333;
    line-height: 15px;
    text-align: center;
    border-right: 1px solid #d8d8d8;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.container_wrapper .series_control .wrapper_input input::placeholder {
    color: #B8B8B8;
}
.container_wrapper .series_control .wrapper_input .label_input_tip {
    width: 100%;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 1;
}
.container_wrapper .series_control .wrapper_input .label_input_tip ul {
    font-size: 14px;
    color: #B8B8B8;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    padding: 10px;
    max-height: 200px;
    overflow: auto;
}
.container_wrapper .series_control .wrapper_input .label_input_tip li {
    cursor: pointer;
}
.container_wrapper .series_control .wrapper_input .label_input_tip li:hover {
    color: #333;
}
.container_wrapper .series_control .wrapper_button button {
    width: 105px;
    height: 32px;
    font-size: 16px;
    color: #5F81E2;
    background: #F9FBFE;
    border: 1px solid #C4D3FD;
    border-radius: 4px;
    margin-right: 20px;
}
.container_wrapper .series_control .wrapper_button.active button {
    color: #fff;
    background: #5F81E2;
    border: none;
}
.container_wrapper .series_control .wrapper_join {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #FF8843;
    width: 165px;
    line-height: 32px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}
.container_sidebar > * {
    margin-bottom: 30px;
}
.container_sidebar .codeinfo {
    width: 100%;
    background: #f8f9fc;
    border: 1px solid #eeeff3;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 15px;
}
.container_sidebar .codeinfo .img--wrapper {
    width: 100%;
}
.container_sidebar .codeinfo .code_title {
    font-size: 14px;
    color: #333;
    line-height: 1.42857;
}
.container_sidebar .ad--wrapper {
    max-width: 274px;
}
.container_sidebar .ad--wrapper .img--wrapper {
    max-width: 274px;
    border-radius: 4px;
    overflow: hidden;
}
.container_sidebar .guess_title {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    padding-bottom: 17px;
    margin-bottom: 15px;
    border-bottom: 4px solid #f2f3f6;
    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;
}
.container_sidebar .guessLike .guess_list ul {
    max-width: 274px;
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.guessLike .guess_list ul li {
    color: #333;
    font-size: 14px;
    width: 47.27%;
    max-width: 130px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
}
.guessLike .guess_list ul li p {
    line-height: 1.42357;
}
.guessLike .guess_list ul li p.li_price {
    color: #f60;
}
.am-modal-dialog {
    border-radius: 10px;
}
.am-modal-hd {
    padding: 0;
}
.am-modal-hd .am-close {
    width: 50px;
    height: 50px;
    opacity: 1;
    top: 0;
    right: -27px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.am-modal-bd {
    padding: 0;
    background: #fff;
}
#doc-modal-22 .am-modal-bd #model_wrapper2 {
    padding: 5% 4.79% 2.5%;
    position: relative;
}
#doc-modal-22 .modal_title {
    letter-spacing: 0;
    padding: 0 10px;
    font-size: 24px;
    color: #44464C;
    margin: 0;
}
#doc-modal-22 .table--wrapper {
    padding: 10px 0 0;
}
#doc-modal-22 .model_table {
    border-collapse: separate;
    border-spacing: 10px 20px;
    width: 100%;
}
#doc-modal-22 .model_table label {
    text-align: right;
    font-size: 20px;
    color: #616161;
    white-space: nowrap;
}
#doc-modal-22 .inputList--wrapper {
    text-align: left;
    width: 630px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#doc-modal-22 .inputList--wrapper.v-code--wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#doc-modal-22 .inputList--wrapper input {
    font-size: 20px;
    color: #70727E;
    height: 44px;
    border: 1px solid #B7C1CA;
    border-radius: 4px;
}
#doc-modal-22 .inputList--wrapper input::-webkit-input-placeholder {
    color: #C0C6CE;
}
#doc-modal-22 .inputList--wrapper input:-ms-input-placeholder {
    color: #C0C6CE;
}
#doc-modal-22 .inputList--wrapper input::-ms-input-placeholder {
    color: #C0C6CE;
}
#doc-modal-22 .inputList--wrapper input::-moz-placeholder {
    color: #C0C6CE;
}
#doc-modal-22 .inputList--wrapper input::placeholder {
    color: #C0C6CE;
}
#doc-modal-22 .quickSelect--wrapper {
    width: 100%;
}
#doc-modal-22 .quickSelect--wrapper .button {
    color: #70727E;
    font-size: 20px;
    line-height: 1;
    border: 1px solid #B7C1CA;
    border-radius: 4px;
    padding-top: 0.55em;
    padding-bottom: 0.55em;
}
#doc-modal-22 .quickSelect--wrapper ul.contentList {
    padding-left: 20px;
    padding-right: 30px;
}
#doc-modal-22 .quickSelect--wrapper ul.contentList > li .title {
    background: #F7F8FA;
    font-size: 21px;
    color: #70727E;
}
#doc-modal-22 .content_link {
    left: 90%;
    max-height: 380px;
    overflow: hidden;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#doc-modal-22 .content_link li {
    margin-bottom: 0.05em;
}
#doc-modal-22 .quickSelect--wrapper ul.contentList > li p {
    -webkit-transition: none;
    transition: none;
    font-size: 20px;
    color: #70727E;
}
#doc-modal-22 .quickSelect--wrapper ul.contentList > li p:hover, #doc-modal-22 .quickSelect--wrapper ul.contentList > li p.selected {
    background: #F5853A;
    color: #fff;
}
#doc-modal-22 .content_link li span {
    border: none;
    font-size: 16px;
    color: #70727E;
    background: #fff;
}
.am-modal-bd .img--wrapper img {
    max-width: 100%;
}
/*reset am-selected*/
#doc-modal-22 .am-selected.am-dropdown {
    width: 100%;
}
#doc-modal-22 .am-selected.am-dropdown:focus, #doc-modal-22 label:focus {
    outline: none;
}
#doc-modal-22 .inputList--wrapper .am-btn-default {
    color: #70727E;
    font-size: 20px;
    line-height: 1;
    border: 1px solid #B7C1CA;
    border-radius: 4px;
    padding-top: 0.55em;
    padding-bottom: 0.55em;
}
#doc-modal-22 .inputList--wrapper .am-btn-default:focus, #doc-modal-22 .inputList--wrapper .am-btn-default:active {
    outline: none;
}
#doc-modal-22 .am-selected-list li .am-selected-text {
    padding: 0 10px;
    line-height: 30px;
    font-size: 20px;
    color: #70727E;
}
#doc-modal-22 .am-selected-list li.am-checked .am-selected-text {
    background: #F5853A;
    color: #fff;
}
#doc-modal-22 .am-selected-list li .am-icon-check {
    display: none;
}
#doc-modal-22 .am-field-valid, #doc-modal-22 .am-form-success .am-form-field {
    border-color: #B7C1CA !important;
}
#doc-modal-22 .inputList--wrapper .am-field-error, #doc-modal-22 .inputList--wrapper .am-form-error .am-form-field {
    border-color: #B7C1CA !important;
    color: #FF4E4E;
}
#doc-modal-22 .am-form input[type=number]:focus, #doc-modal-22 .am-form input[type=text]:focus, #doc-modal-22 .am-form input[type=password]:focus, #doc-modal-22 .am-form select:focus, #doc-modal-22 .am-form textarea:focus, #doc-modal-22 .am-form-field:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
#doc-modal-22 .am-field-error:focus, #doc-modal-22 .am-form-error .am-form-field:focus,
#doc-modal-22 .am-field-valid:focus, #doc-modal-22 .am-form-success .am-form-field:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
#doc-modal-22 .am-icon-caret-down:before, #doc-modal-22 .quickSelect--wrapper .button:before {
    content: "";
}
#doc-modal-22 .quickSelect--wrapper .button .button_img {
    display: inline-block;
}
#doc-modal-22 .am-icon-caret-down {
    width: 13px;
    background: url("../images/down.png") no-repeat center;
}
#doc-modal-22 .am-selected.am-dropdown.am-active .am-icon-caret-down {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
#doc-modal-22 .inputList--wrapper .type1 {
    -webkit-flex-basis: 300px;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    margin-right: 10px;
}
#doc-modal-22 .inputList--wrapper .type2 {
    -webkit-flex-basis: 330px;
    -ms-flex-preferred-size: 330px;
    flex-basis: 330px;
}
#doc-modal-22 .inputList--wrapper .type5 {
    -webkit-flex-basis: 360px;
    -ms-flex-preferred-size: 360px;
    flex-basis: 360px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    font-size: 20px;
    color: #616161;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#doc-modal-22 .inputList--wrapper .type6 {
    height: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
}
#doc-modal-22 .inputList--wrapper .type6 img {
    max-height: 100%;
    border-radius: 4px;
    margin-right: 20px;
}
#doc-modal-22 .inputList--wrapper .type6 #refresh {
    cursor: pointer;
}
#doc-modal-22 .inputList--wrapper .type4, #doc-modal-22 .inputList--wrapper .type5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#doc-modal-22 .inputList--wrapper .type4 {
    -webkit-flex-basis: 270px;
    -ms-flex-preferred-size: 270px;
    flex-basis: 270px;
    margin-right: 10px;
}
#doc-modal-22 .inputList--wrapper .type7 {
    -webkit-flex-basis: 130px;
    -ms-flex-preferred-size: 130px;
    flex-basis: 130px;
    max-width: 130px;
}
#doc-modal-22 .model_button {
    width: 100%;
    height: 50px;
    border: none;
    background: #F5853A;
    font-size: 22px;
    color: #fff;
    border-radius: 4px;
}
#doc-modal-22 .tr--button .inputList--wrapper {
    padding-top: 20px;
    position: relative;
}
#doc-modal-22 .tr--button .error-tip {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    font-size: 14px;
    color: #FF4E4E;
}
#doc-modal-22 .tr--button.tr-error .error-tip {
    display: block;
}
#doc-modal-23 .form-success {
    background: #fff;
    width: 100%;
    height: 100%;
}
#doc-modal-23 .form-success .success--wrapper {
    height: 360px;
    padding: 40px 84px 30px 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;
    color: #fff;
    background: #F5853A;
}
#doc-modal-23 .form-success .success--wrapper .wrapper_info {
    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: #fff;
    text-align: left;
}
#doc-modal-23 .form-success .wrapper_info .svgIcon {
    width: 100px;
    height: 100px;
    margin-right: 20px;
}
#doc-modal-23 .form-success .success--wrapper .info_title .title_head {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.4;
    color: #FFFFFF;
}
#doc-modal-23 .form-success .success--wrapper .info_title .title_tip {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.375;
}
#doc-modal-23 .form-success .success--wrapper .wrapper_image {
    width: 230px;
    line-height: 1.375;
}
#doc-modal-23 .form-success .success--wrapper .wrapper_image .img--wrapper {
    margin-bottom: 16px;
}
#doc-modal-23 .form-success .success_guessLike {
    padding: 20px 0 40px 40px;
}
#doc-modal-23 .form-success .success_guessLike .guess_title {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    padding-bottom: 10px;
    margin-bottom: 12px;
    border-bottom: 4px solid #f2f3f6;
    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;
}
#doc-modal-23 .form-success .success_guessLike .guess_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: 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;
}
#doc-modal-23 .form-success .success_guessLike .guess_list ul li {
    color: #333;
    font-size: 14px;
    width: 47.27%;
    max-width: 130px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    margin-right: 20px;
}
#doc-modal-23 .form-success .success_guessLike .guess_list ul li p {
    line-height: 1.42357;
}
#doc-modal-23 .form-success .success_guessLike .guess_list ul li p.li_price {
    color: #f60;
}
.ads-container {
    display: none;
    position: fixed;
    width: 820px;
    height: 600px;
    background: #000;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1011;
}
.ads-container .ad-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000
}
.ads-container .img--wrapper {
    height: 100%;
    position: relative;
}
.ads-container .img--wrapper img {
    max-width: 1000%;
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ads-container .ad-close {
    color: #fff;
    position: absolute;
    font-size: 1em;
    top: -27px;
    right: -27px;
    line-height: 31px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1001
}
.ws-content .ws-left .ws-news .article--author {
    margin: 1.6rem 0;
}
.friendLinks {
    padding-top: 0;
}
.my_alert {
    padding: 30px 20px;
    position: fixed;
    text-align: center;
    font-size: 20px;
    color: #fff;
    width: 500px;
    max-width: 80%;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: none;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    z-index: 1111;
}