body {
    width: 100%;
    min-width: 320px;
    max-width: 640px;
    margin: 0 auto;
    font-size: 14px;
    font-family: -apple-system, Helvetica, sans-serif;
    color: #666;
    line-height: 1.5;
}


/*点击高亮我们需要清除清除  设置为transparent 完成透明*/

* {
    -webkit-tap-highlight-color: transparent;
}


/*在移动端浏览器默认的外观在iOS上加上这个属性才能给按钮和输入框自定义样式*/

input {
    -webkit-appearance: none;
}


/*禁用长按页面时的弹出菜单*/

img,
a {
    -webkit-touch-callout: none;
}

a {
    color: #666;
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

button {
    outline: 0 !important;
    background-color: #fff;
    box-shadow: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
}

img {
    vertical-align: middle;
}

div {
    /* css3 盒子模型 */
    box-sizing: border-box;
}

.clearfix:after {
    content: "";
    display: block;
    line-height: 0;
    visibility: hidden;
    height: 0;
    clear: both;
}

.header-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: #282929;
    color: #fff;
    text-align: center;
    font-size: 18px;
    z-index: 999 !important;
}

.place-header {
    width: 100%;
    height: 250px;
    background-color: #fff;
    z-index: 998 !important;
}

.car-place {
    position: fixed;
    top: 0;
    left: 0;
    height: 230px;
    width: 100%;
    background-color: #fff;
    z-index: 990 !important;
}


/* 首页样式 */

@media screen and (max-width:767px) {
    .bodybackgroundimg {
        background: url(../images/123456.jpg) no-repeat top center;
        background-size: cover;
    }
    .sort-logo {
        margin: 30px auto 0;
        width: 200px;
        height: 80px;
        background: url(../images/sort-logo.png) no-repeat center;
        background-size: contain;
    }
}

@media screen and (min-width:768px) {
    .bodybackgroundimg {
        background: url(../images/7890.jpg) no-repeat top center;
        background-size: 100%;
    }
}

.sort-container {
    position: fixed;
    top: 50%;
    margin-top: -180px;
    left: 0;
    text-align: center;
    width: 100%;
    height: 200px;
}

.sort-content {
    margin: 0 auto;
    width: 300px;
    height: 240px;
}

.sort-content div {
    margin: 0 auto;
    margin-bottom: 30px;
    height: 60px;
    width: 250px;
    line-height: 60px;
    background-color: #f0f0f0;
    font-size: 16px;
    color: #000;
    border-radius: 8px;
    cursor: pointer;
}

.sort-content div:hover {
    border: 2px solid #f06529;
}


/* 车标区域 */

.main-content {
    height: 100px;
    width: 95%;
    margin: 0 auto;
}

.car-logo {
    padding-top: 5px;
    position: relative;
    /* z-index: -1; */
}

.car-logo div {
    position: relative;
    float: left;
    width: 25%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.car-logo div::after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 0;
    height: 80px;
    width: 1px;
    background-color: #ddd;
}

.car-logo div:nth-child(3) img {
    width: 55px;
}

.car-logo div:nth-child(4) img {
    width: 35px;
}

.car-logo div:nth-child(6) img {
    width: 50px;
}

.car-logo div:nth-child(12) img {
    width: 50px;
}

.car-logo div:nth-child(26) img {
    width: 50px;
}

.car-logo div:nth-child(28) img {
    width: 55px;
}

.car-logo div:nth-child(29) img {
    width: 55px;
}

.car-logo div:nth-child(34) img {
    width: 55px;
}

.car-logo div:nth-child(4n)::after {
    display: none;
}

.car-logo div img {
    width: 45px;
}


/* 车型选择区 */

.car-brand {
    float: left;
    margin-top: 180px;
    width: 58%;
    color: #000;
}

.car-brand div:nth-child(1) {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 28px;
}

.car-brand div:nth-child(n+2) {
    position: relative;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.car-brand div:nth-child(n+2)::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 5%;
    width: 90%;
    height: 1px;
    text-align: center;
    background-color: #ddd;
}


/* 右侧选型区 */

.model-selection {
    position: fixed;
    right: 0;
    top: 0;
    padding-bottom: 60px;
    width: 42%;
    height: 100%;
    background-color: rgba(255, 255, 255, .9);
    box-shadow: -1px 0px 10px -5px #666;
    overflow-y: scroll;
}

.model-selection a:nth-child(n) {
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #000;
    border-bottom: 1px solid #ddd;
}

.btn-return a {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 42%;
    height: 60px;
    text-align: center;
    background-color: #0d0d0d;
}

.btn-return svg {
    width: 30px;
    height: 30px;
    margin-top: 12px;
}


/* 亮亚膜膜选择区 */

.car-pic {
    margin: 150px 20px 20px;
    width: 90%;
    height: auto;
}

.car-pic img {
    float: left;
    width: 100%;
}

.car-brand-2 {
    margin-top: 50px;
}

.car-brand-2 .current {
    color: #ddd;
}


/* 报价区 */

.price {
    margin: 0 auto;
    position: fixed;
    top: 0;
    /* left: 0; */
    max-width: 640px;
    width: 100%;
    z-index: 997 !important;
}

.price-area {
    position: relative;
    height: 200px;
    width: 100%;
    color: #000;
    background-color: #fff;
    /* box-shadow: 1px 4px rgba(0, 0, 0, 0.27), 0 0 60px rgba(0, 0, 0, 0.06) */
}

.price-area:before {
    -webkit-transform: skew(-15deg) rotate(-6deg);
    -moz-transform: skew(-15deg) rotate(-6deg);
    transform: skew(-15deg) rotate(-6deg);
    left: 15px;
}

.price-area:after {
    -webkit-transform: skew(15deg) rotate(6deg);
    -moz-transform: skew(15deg) rotate(6deg);
    transform: skew(15deg) rotate(6deg);
    right: 15px;
}

.price-area:before,
.price-area:after {
    width: 70%;
    height: 55%;
    content: ' ';
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 15px;
    z-index: -1;
}

@media screen and (min-width:980px) {
    .price-area:before,
    .price-area:after {
        bottom: 23px;
    }
}

@media screen and (min-width:640px) and (max-width:979px) {
    .price-area:before,
    .price-area:after {
        bottom: 28px;
    }
}

.price-area div:nth-child(1) {
    margin-top: 30px;
    margin-bottom: 10px;
}

.price-area div:nth-child(1),
.price-area div:nth-child(2) {
    height: 32px;
    line-height: 32px;
    margin-left: 32px;
    margin-right: 30px;
    border-bottom: 1px solid #cfcfcf;
}

.price-area div:nth-child(3) {
    margin-top: 30px;
    font-size: 18px;
    text-align: center;
}

.price-area div:nth-child(4) {
    text-align: center;
    font-size: 32px;
}

.car-model,
.product-model {
    margin-right: 5px;
    float: right;
    color: #555;
}

.btn-area {
    padding-top: 250px;
    width: 100%;
    height: 310px;
    background-color: #fff;
}

.btn-area div:nth-child(1) {
    float: left;
    width: 50%;
    text-align: center;
}

.btn-area div:nth-child(2) {
    float: right;
    width: 50%;
    text-align: center;
}

.btn-area button {
    height: 40px;
    font-size: 16px;
    width: 80%;
    border: 1px solid #0d0d0d;
    background-color: #fff;
}

.btn-area .current {
    background-color: #0d0d0d;
    color: #fff;
}

.radio {
    margin: 1rem;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.radio input[type=radio] {
    position: absolute;
    opacity: 0;
}

.radio input[type=radio]+.radio-label::before {
    content: "";
    border-radius: 100%;
    border: 1px solid #0d0d0d;
    display: inline-block;
    width: 1em;
    height: 1em;
    position: relative;
    top: -0.2em;
    margin-right: 1em;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
    z-index: -1;
}

.radio input[type=radio]:checked+.radio-label::before {
    background-color: #0d0d0d;
    box-shadow: inset 0 0 0 2px #f4f4f4;
}

.radio input[type=radio]:focus+.radio-label::before {
    outline: none;
    border-color: #0d0d0d;
}

.radio label {
    font-size: 18px;
    color: #000;
}

.radio div {
    margin-left: 2.5rem;
    font-size: 10px;
    color: #ddd;
}

.radio p {
    margin: 0;
    margin-left: 2.5rem;
    font-size: 10px;
    color: #ddd;
}


/* .radio div::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 5%;
    width: 90%;
    height: 1px;
    text-align: center;
    background-color: #ddd;
} */

.radio img {
    width: 70%;
    margin-left: 15%;
}

.order-place {
    width: 100%;
    height: 50px;
}

.order {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    color: #000;
    background-color: #f0f0f0;
    box-shadow: 0 -1px 10px -5px #666;
}

.order a {
    display: block;
    color: #0b0b0b;
    width: 100%;
    height: 55px;
}


/* 报价提交页面 */

.logo-area {
    width: 100%;
    height: 140px;
    text-align: center;
    vertical-align: middle;
}

.logo-area img {
    width: 80px;
    padding: 50px;
}

.content {
    margin-top: 50px;
    padding: 50px 10px;
}

.content label {
    white-space: nowrap;
    font-size: 18px;
    color: #2B2B2B;
}

.content form input {
    outline: none;
}


/* 报价区 */

.el-checkbox__inner {
    width: 16px !important;
    height: 16px !important;
}

.el-checkbox__inner::after {
    height: 8px !important;
    left: 4px !important;
    width: 5px !important;
}

.btn-group-area {
    position: fixed;
    top: 250px;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
    z-index: 999 !important;
}

.btn-group-btn {
    width: 280px;
}

.btn-group-btn label:first-child {
    float: left;
    width: 120px;
}

.btn-group-btn label:last-child {
    float: right;
    width: 120px;
}

.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #0c0c0c !important;
    border-color: #0a0a0a !important;
}

.el-radio-button__orig-radio:checked+.el-radio-button__inner {
    color: #FFF;
    background-color: #0d0d0d !important;
    width: 120px;
    border-color: #0d0d0d;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.el-radio-button .el-radio-button__inner {
    border-radius: 0 !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.el-radio-button__inner {
    width: 120px;
    border: 1px solid #0d0d0d !important;
}

.el-radio-button__orig-radio:checked+.el-radio-button__inner {
    box-shadow: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.el-table {
    color: #0d0d0d !important;
    font-size: 18px !important;
}

el-table__body-wrapper {
    height: 100% !important;
    max-height: 100% !important;
}

.t_container {
    position: relative;
    bottom: 0;
    padding: 0 20px;
    width: 100%;
    z-index: 0 !important;
}

.t_container-resize {
    padding: 0 !important;
}

.t_container-price {
    padding-left: 30px !important;
}

.t_container-price .el-table--enable-row-transition .el-table__body td {
    text-align: left !important;
}

.t_container-price .el-table--enable-row-transition .el-table__body td.el-table_1_column_2 {
    text-align: right !important;
}

.el-table td {
    padding: 16px 0 !important;
    cursor: pointer;
}

.el-table .cell {
    cursor: pointer;
    padding-left: 10px !important;
}

.el-table--enable-row-transition .el-table__body td {
    text-align: center;
}


/* 提交表单样式 */

.vueBox {
    padding-left: .3rem;
    padding-right: .3rem;
}

.down_arrow {
    position: relative;
    width: 0.3rem;
    height: 0.3rem;
}

.down_arrow:after {
    content: '';
    position: absolute;
    top: 0.08rem;
    left: 0.08rem;
    border: 0.1rem solid transparent;
    border-top: 0.12rem solid #999;
}

.msg-box {
    width: 100%;
    height: .85rem;
    border-bottom: 1px solid #E2E2E2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: .35rem;
    padding-right: .24rem;
}

.msg-item {
    position: relative;
    padding-left: 12px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
}

.msg-item-tit {
    width: 2rem;
    white-space: nowrap;
    font-size: .32rem;
    color: #2B2B2B;
}

.input-right {
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.input-right img {
    width: .14rem;
    height: .08rem;
    margin-left: .1rem
}

.input-right input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    text-align: right;
    font-size: .28rem;
    outline: none
}

.div-btn {
    width: 100%;
    margin-top: .8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
}

.btn-submit {
    width: 100%;
    height: .9rem;
    font-size: .36rem;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    background-color: #0b0b0b;
}

.mint-popup {
    width: 100%;
}

.mint-popup-head {
    /* 	position: absolute;
	top: 0;
	left: 0; */
    width: 100%;
    height: .8rem;
    font-size: .28rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #999;
}

.mint-popup-head li {
    width: 50%;
    height: 100%;
    padding: 0 .3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mint-popup-head li:last-child {
    color: #26A2FF;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.picker-item {
    font-size: .24rem;
    color: #999;
}

.picker-selected {
    font-size: .32rem;
    height: 1rem;
    line-height: 1rem;
}

.msg-item-current::before {
    content: "*";
    font-size: 16px;
    position: absolute;
    top: 12px;
    left: 2px;
    color: red;
}

.el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.el-table::before {
    height: 0 !important;
}