.margin-top-8 {
    margin-top: 8px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.margin-right-10 {
    margin-right: 10px;
}

.padding-left-6 {
    padding-left: 6px;
}

.padding-left-8 {
    padding-left: 5px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-20 {
    padding-left: 20px;
}

.height-100 {
    height: 100%;
}

.height-120px {
    height: 100px;
}

.height-200px {
    height: 200px;
}

.height-492px {
    height: 492px;
}

.height-460px {
    height: 460px;
}

.line-gray {
    height: 0;
    border-bottom: 2px solid #dcdcdc;
}

.notwrap {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.padding-left-5 {
    padding-left: 10px;
}

[v-cloak] {
    display: none;
}

html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.quotePricePage {
    margin: 0 auto;
}

.quotePricePage .header {
    width: 1080px;
    margin: 0 auto;
    padding-top: 2%;
    padding-bottom: 1%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.quotePricePage .pwdMain {
    position: relative;
    display: flex;
    font-size: 24px;
    color: #000000;
    background: url("../img/pcBg.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 1080px;
    margin: 0 auto;
}

.quotePricePage .pwdMain .pwdCont {
    position: relative;
    width: 707px;
    height: 512px;
    margin-top: 12%;
    margin-left: 15%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
}

.quotePricePage .pwdMain .pwdCont .header {
    width: 625px;
    display: flex;
    align-items: center;
    font-size: 30px;
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 40px;
}

.quotePricePage .pwdMain .pwdCont .header img {
    width: 144px;
    height: 43px;
}

.quotePricePage .pwdMain .pwdCont .inputStyle {
    position: relative;
    text-align: center;
    margin-top: 100px;
}

.quotePricePage .pwdMain .pwdCont .inputStyle img {
    width: 22px;
    height: 28px;
    position: absolute;
    top: 18px;
    left: 195px;
    z-index: 1;
}

.quotePricePage .pwdMain .pwdCont .inputStyle input {
    width: 400px;
    height: 65px;
    padding-left: 80px;
    background: #62BFF8;
    border-radius: 33px;
    color: #ffffff;
    border: none;
    font-size: 30px;
}

.quotePricePage .pwdMain .pwdCont .inputStyle input:focus {
    outline: none;
}

.quotePricePage .pwdMain .pwdCont .test {
    text-align: center;
    margin-top: 50px;
}

.quotePricePage .pwdMain .pwdCont .pwdBtn.ivu-btn-primary {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 245px;
    height: 57px;
    background: linear-gradient(161deg, #1D4EA1, #049EF7, #2239C3);
    border-radius: 10px;
    border: none;
    color: #ffffff;
    cursor: pointer;
}

.quotePricePage .pwdMain input {
    width: 300px;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
}

.quotePricePage .pwdMain .ivu-btn-primary {
    margin-left: 20px;
    height: 50px;
    padding: 0 30px;
    font-size: 24px;
}

.quotePricePage .pwdMain .errorMsg {
    padding-top: 10px;
    color: red;
    font-size: 14px;
}

.quotePricePage .pwdMain .label {
    height: 50px;
    display: flex;
    align-items: center;
}

.quotePricePage .submitBtn {
    width: 254px;
    height: 50px;
    line-height: 40px;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    background: linear-gradient(0deg, #88c6f5, #1b54d1);
    box-shadow: 0px -5px 21px 0px rgba(47, 72, 201, 0.11);
    border-radius: 10px;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
    border: none;
    margin-left: 413px;
    margin-bottom: 100px;
}

.quotePricePage img {
    width: 220px;
    height: 66px;
}

.quotePricePage .banner {
    position: relative;
    width: 1080px;
    height: 256px;
    margin: 0 auto;
    background: url("../img/bj.png") no-repeat;
    background-size: 100% 100%;
}

.quotePricePage .banner span {
    position: absolute;
    left: 90px;
    top: 120px;
    font-size: 48px;
    color: #2043c8;
}

.quotePricePage .noData {
    color: #000000;
    font-size: 40px;
    text-align: center;
}

.quoteList {
    margin: 0 auto;
    width: 1080px;
}

.quoteList .item {
    position: relative;
    width: 1080px;
    padding: 10px 95px 28px;
    border-radius: 40px;
    margin-top: 30px;
}

.quoteList .item .row {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 40px;
    color: #000000;
    font-size: 20px !important;
}

.quoteList .item .lv {
    display: flex;
    align-items: center;
    width: 50%;
    color: #000000;
    font-size: 20px;
}

.quoteList .item .lv .label {
    color: #000000;
    font-size: 20px;
    white-space: nowrap;
}

.quoteList .item .lv .value {
    margin-left: 10px;
}

.quoteList .item .lv input {
    padding-left: 10px;
    background: #ffffff;
    border: 1px solid #98a5c5;
    border-radius: 10px;
}

.quoteList .item .lv .ivu-input-number-input-wrap input {
    width: 320px;
    height: 49px;
}

.quoteList .item .lv textarea {
    width: 100%;
    padding: 10px;
    height: 96px;
    background: #ffffff;
    border: 1px solid #98a5c5;
    border-radius: 10px;
}

.quoteList .item .ivu-radio-wrapper {
    font-size: 20px !important;
    color: #000000;
}

.quoteList .item .isChoose {
    display: inline-block;
    margin-right: 10px;
}

.quoteList .item1 {
    background: #f1f6ff;
    border: 1px solid #e6eefb;
    box-shadow: 0px 2px 6px 0px rgba(68, 135, 247, 0.66);
}

.quoteList .item1 .leftImg {
    background: url("../img/1.png") no-repeat;
    background-size: 100% 100%;
}

.quoteList .item2 {
    background: #ecf9ff;
    border: 1px solid #dcf3fd;
    box-shadow: 0px 4px 7px 0px rgba(85, 204, 232, 0.23);
}

.quoteList .item2 .leftImg {
    background: url("../img/2.png") no-repeat;
    background-size: 100% 100%;
}

.quoteList .item3 {
    background: #fff6ed;
    border: 1px solid #faecdf;
    box-shadow: 0px 4px 7px 0px rgba(254, 164, 79, 0.23);
}

.quoteList .item3 .leftImg {
    background: url("../img/3.png") no-repeat;
    background-size: 100% 100%;
}

.quoteList .item4 {
    background: #fbebeb;
    border: 1px solid #fde4e4;
    box-shadow: 0px 4px 7px 0px rgba(251, 107, 107, 0.23);
}

.quoteList .item4 .leftImg {
    background: url("../img/4.png") no-repeat;
    background-size: 100% 100%;
}

.quoteList .leftImg {
    position: absolute;
    left: -20px;
    top: -16px;
    width: 107px;
    height: 73px;
}

.quoteList .leftImg span {
    position: absolute;
    top: 18px;
    left: 46px;
    font-size: 20px;
    color: #000000;
}

.sanHeLogo {
    color: #0a4da1;
    font-size: 36px;
    font-weight: 800;
}

.alertStyle {
    background: #DAECFC;
    border: 1px solid #E6EEFB;
    box-shadow: 0px 2px 6px 0px rgba(68, 135, 247, 0.66);
    border-radius: 40px;
    margin-top: 30px;
    color: #000000;
    font-size: 20px;
    padding: 30px 60px;
}

.alertStyle div {
    line-height: 40px;
}

.ivu-input-number-disabled,
.ivu-input-number-input-wrap,
.ivu-input-number {
    width: 320px;
    height: 49px;
    border: none;
    outline: none;
}

.ivu-input-number-handler-wrap {
    width: 22px;
    height: 64%;
    top: 9px;
    right: 5px;
    outline: none;
}

.quotePricePage .noData {
    font-size: 36px;
    color: #0795F2;
    padding-top: 60px;
}

.quotePricePage .noData img {
    display: block;
    width: 584px;
    height: 494px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.fixedMain {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding: 15px 100px;
    background-color: #daecfc;
    color: #000000;
    font-size: 16px;
}

.fixedMain .a {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fixedMain .a span {
    font-weight: bold;
    font-size: 22px;
    color: #2d8cf0;
}

@media screen and (max-width: 750px) {
    .sanHeLogo {
        color: #0a4da1;
        font-size: .36rem;
        font-weight: 800;
    }
    .quotePricePage {
        width: 100%;
    }
    .quotePricePage .pwdMain {
        position: relative;
        display: flex;
        font-size: .26rem;
        color: #000000;
        margin: 0 auto;
        background: url("../img/750bg.png") no-repeat;
        background-size: 100% 100%;
        width: 100%;
        height: 13.34rem;
    }
    .quotePricePage .pwdMain .pwdCont {
        position: relative;
        width: 6.4rem;
        height: 4.6rem;
        margin-top: 5.8rem;
        margin-left: .53rem;
        background: rgba(255, 255, 255, 0.8);
        border-radius: .1rem;
    }
    .quotePricePage .pwdMain .pwdCont .header {
        width: 4.8rem;
        display: flex;
        align-items: center;
        font-size: .3rem;
        margin-top: .4rem;
    }
    .quotePricePage .pwdMain .pwdCont .header img {
        width: 1.44rem;
        height: .43rem;
    }
    .quotePricePage .pwdMain .pwdCont .inputStyle {
        position: relative;
        text-align: center;
        margin-top: .5rem;
    }
    .quotePricePage .pwdMain .pwdCont .inputStyle img {
        width: .22rem;
        height: .28rem;
        position: absolute;
        top: .18rem;
        left: 1.7rem;
        z-index: 1;
    }
    .quotePricePage .pwdMain .pwdCont .inputStyle input {
        width: 4rem;
        height: .65rem;
        padding-left: 1rem;
        background: #62BFF8;
        border-radius: .33rem;
        color: #ffffff;
        border: none;
        font-size: .3rem;
    }
    .quotePricePage .pwdMain .pwdCont .inputStyle input:focus {
        outline: none;
    }
    .quotePricePage .pwdMain .pwdCont .test {
        text-align: center;
        margin-top: .5rem;
    }
    .quotePricePage .pwdMain .pwdCont .pwdBtn.ivu-btn-primary {
        position: absolute;
        bottom: .5rem;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 2.45rem;
        height: .8rem;
        background: linear-gradient(161deg, #1D4EA1, #049EF7, #2239C3);
        border-radius: .1rem;
        border: none;
        color: #ffffff;
        cursor: pointer;
        font-size: .32rem;
    }
    .quotePricePage .pwdMain input {
        width: 3rem;
        height: .5rem;
        line-height: .5rem;
        padding-left: .2rem;
    }
    .quotePricePage .pwdMain .ivu-btn-primary {
        margin-left: .2rem;
        height: .5rem;
        padding: 0 .3rem;
        font-size: .24rem;
    }
    .quotePricePage .pwdMain .errorMsg {
        padding-top: .1rem;
        color: red;
        font-size: .14rem;
    }
    .quotePricePage .pwdMain .label {
        height: 50px;
        display: flex;
        align-items: center;
    }
    .quotePricePage .header {
        width: 100%;
        padding: .3rem .4rem;
    }
    .quotePricePage img {
        width: 2.2rem;
        height: .66rem;
    }
    .quotePricePage .banner {
        width: 100%;
        height: 1.77rem;
    }
    .quotePricePage .banner span {
        left: 0.5rem;
        top: .6rem;
        font-size: 0.48rem;
    }
    .quoteList {
        margin: 0 auto;
        width: 90%;
        padding-bottom: 100px;
    }
    .alertStyle {
        border-radius: .4rem;
        margin-top: .2rem;
        font-size: .3rem;
        padding: .2rem .5rem;
    }
    .alertStyle div {
        line-height: .4rem;
        margin-top: .2rem;
        margin-bottom: .1rem;
    }
    .quoteList .item {
        width: 100%;
        padding: 0.4rem 0.3rem 0.28rem;
        border-radius: .4rem;
        margin-top: .3rem;
    }
    .quoteList .leftImg {
        left: -.2rem;
        top: -.16rem;
        width: 1rem;
        height: .73rem;
    }
    .quoteList .leftImg span {
        top: 0.12rem;
        left: 0.4rem;
        font-size: .28rem;
    }
    .quoteList .item .row {
        width: 100%;
        margin-top: .3rem;
        font-size: .24rem !important;
    }
    .quoteList .item .lv {
        width: 50%;
        font-size: .3rem;
    }
    .quoteList .item .lv .label {
        font-size: .3rem;
        white-space: nowrap;
    }
    .quoteList .item .lv .value {
        margin-left: .1rem;
    }
    .quoteList .item .ivu-radio-wrapper {
        font-size: .3rem !important;
    }
    .ivu-input-number-disabled,
    .ivu-input-number-input-wrap,
    .ivu-input-number {
        width: 1.7rem;
        height: 0.65rem;
    }
    .quotePricePage .quoteList .item .lv input {
        width: 97%;
        height: 0.65rem;
    }
    .quotePricePage .submitBtn {
        width: 2.54rem;
        height: .65rem;
        line-height: .45rem;
        margin-top: .5rem;
        border-radius: .1rem;
        font-size: .32rem;
        margin-left: 2.1rem;
        margin-bottom: 1rem;
    }
    .quotePricePage .ivu-radio {
        margin-right: 0;
    }
    .quotePricePage .ivu-radio-group {
        font-size: .3rem;
    }
    .quotePricePage .noData {
        font-size: .36rem;
        color: #0795F2;
        padding-top: .6rem;
    }
    .quotePricePage .noData img {
        width: 5.84rem;
        height: 4.94rem;
        margin-bottom: .4rem;
    }
    .app-main {
        background: #ffffff;
    }
    .quoteList .item .isChoose {
        margin-right: 0.15em;
    }
    .fixedMain {
        padding: .1rem .3rem;
        font-size: .2rem;
    }
    .fixedMain .a {
        width: auto;
    }
    .fixedMain div span {
        font-size: .26rem;
    }
}