﻿* {
    outline: none;
}

html, body {
    color: #333;
    background-color: #fff;
    /*min-width: 1230px;*/
}

body {
    /*max-width: 1920px;*/
    margin: 0 auto;
}

a {
    color: #333;
    outline: none;
}

    a:hover {
        color: #fd3100;
    }

p {
    margin: 0;
}
/*覆盖materialize 的错误样式高度*/
.slider {
    height: auto;
}


/*框架样式*/
.holder {
    max-width: 1230px;
    min-height: 500px;
    margin: 0 auto;
    padding: 45px 145px 0;
    /*background-color: #f8f8f8;*/
    position: relative;
}

/*覆盖*/
.cover {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

input::-moz-placeholder {
    /*font-style:italic !important;*/
    /*text-decoration:overline !important;*/
    /*letter-spacing:3px !important;*/
    color: #666666 !important;
}

input::-webkit-input-placeholder {
    /*font-style:italic !important;*/
    /*text-decoration:overline !important;*/
    /*letter-spacing:3px !important;*/
    color: #666666 !important;
}

@media screen and (max-width: 768px) {
    .holder {
        min-height: initial;
    }
}

.jnshover {
    cursor: pointer;
}

    .jnshover:hover {
        color: #fd3100 !important;
    }


.color1 {
    color: #fd3100;
}

.input1 {
    width: 98px;
    height: 48px;
    background-image: linear-gradient( #baa485, #baa485), linear-gradient( #f7f7f7, #f7f7f7);
    background-blend-mode: normal, normal;
    border: solid 1px #baa485;
    border-radius: 0;
}

.steps-lt {
    right: 145px;
    top: 129px;
    float: right;
}

    .steps-lt img {
        max-width: 245px;
        max-height: 230px;
    }

    .steps-lt .step {
        width: 281px;
        height: 67px;
        background-color: #ffffff;
        border: solid 1px #ff4600;
        color: #646464;
        padding: 13px;
        margin-bottom: 14px;
        font-size: 18px;
        font-weight: 600;
        line-height: 1;
        display: block;
        cursor: pointer;
    }

        .steps-lt .step.active {
            background-color: #ff4600;
            border: solid 1px #ff4600;
            color: #fff;
        }

        .steps-lt .step label {
            color: #fd3100;
            line-height: 1;
            font-size: 18px;
            margin-bottom: 5px;
            display: inline-block;
        }

        .steps-lt .step.active label {
            color: #fff;
        }

.morebtn {
    width: 89px;
    height: 28px;
    font-size: 10px;
    line-height: 28px;
    color: #baa485;
    border: 1px solid #baa485;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    display: block;
    margin: 0 auto;
}

    .morebtn:hover {
        color: #fff;
        background-color: #baa485;
    }



.page-btnsnew {
    height: 53px;
    line-height: 53px;
    background-color: #f3f3f3;
    text-align: center;
    font-size: 12px;
    color: #696969;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    margin-top: 30px;
}

.nline img {
    width: 175px !important;
    height: 115px !important;
}

.mob-title {
    color: rgb(186, 164, 133);
    font-size: 24px !important;
}

.mob_gg img {
    max-width: 245px;
    max-height: 230px;
}


.el-radio__inner {
    width: 20px;
    height: 20px;
}

.header-fix .columns {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 200;
    background-color: #fff;
}

.head60 {
    height: 156px;
    display: none;
}

.sssdadad {
    width: 640px;
}

@media screen and (max-width: 1230px) {
    .sssdadad {
        width: 100%;
    }
}