﻿body {
    background: #f2f2f2;
}

.l {
    float: left;
}

.r {
    float: right;
}

a,
a:hover {
    color: inherit;
}

.container {
    position: relative;
    width: 1440px;
    margin: 0 auto;
}
.lc {
    margin-top: 20px;
    font-size: 18px;
}

.header {
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #333;
    font-size: 14px;
    overflow-x: hidden;
}

.header .container {
    height: 40px;
    background: #333;
}

.header .container:after {
    content: "";
    position: absolute;
    width: 1000px;
    height: 40px;
    top: 0;
    left: 100%;
    background: #d0231c;
}

.header .f1 {
    position: relative;
    height: 40px;
    font-size: 16px;
}

.header .f1 .i {
    height: 40px;
    padding-left: 35px;
    background: #d0231c;
}

.header .f1 span {
    font-size: 22px;
    font-weight: bold;
}

.top-nav {
    background: #fff;
}

#nav {
    height: 100%;
    margin-left: 160px;
}

#nav li {
    position: relative;
    height: 80px;
    padding: 0 20px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    transition: all 0.1s;
    cursor: pointer;
    float: left;
}

#nav li.on {
    background: #d0231c;
}

#nav li.on div {
    color: #fff;
}

#nav li:nth-child(1) {
    margin-left: 0;
}

#nav li div {
    text-align: center;
    color: #000;
    font-size: 16px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    transition: all 0.1s;
}

#nav li div span {
    display: block;
}

#nav li div span:nth-child(1) {
    padding: 15px 0 12px 0;
}

#nav .nLi {
    display: table;
}

#nav .nLi .tc img {
    display: block;
    margin: -5px auto 10px auto;
}

#nav .sub {
    position: absolute;
    width: 160px;
    line-height: 26px;
    top: 80px;
    left: 0px;
    background: #d0231c;
    z-index: 9;
    display: none;
}

#nav .sub li {
    text-align: center;
    width: 100%;
    height: auto;
    line-height: 42px;
    margin: 0;
    font-size: 14px;
    zoom: 1;
}

#nav .sub a {
    display: block;
    padding: 0 10px;
    color: #fff;
}

#nav .sub a:hover {
    color: #ffd5d3;
}

.icons {
    position: absolute;
    display: table;
    height: 100%;
    right: 0;
}

.icons .icon {
    position: relative;
    margin-left: 15px;
    cursor: pointer;
    float: left;
}

.icons .icon:nth-child(1) {
    margin-left: 0;
}

.icons .icon .view {
    position: absolute;
    margin-top: 25px;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
    display: none;
}

.icons .icon:hover .view {
    display: block;
}

.w {
    background: #333;
}
.w h1 {
    margin-top: -20px;
}

.table {
    display: table;
}

.table-cell,
.tc {
    display: table-cell;
    vertical-align: middle;
}

.center {
    text-align: center;
}

.ban {
    text-align: center;
    height: 250px;
    color: #fff;
    background: #333;
    font-size: 44px;
}

.ban .table {
    width: 100%;
    height: 100%;
}

.ban h1 span {
    position: relative;
}

.ban h1 span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 7px;
    padding: 0 86px;
    bottom: -20px;
    left: -86px;
    background: url(../images/d1.png) center no-repeat;
    background-size: 100%;
}

.optionItem {
    position: relative;
    padding: 65px 80px 20px 100px;
    margin-bottom: 5px;
    border-bottom: 1px solid #cbcbcb;
    background: #fff;
}

.optionItem h2 {
    text-align: center;
    margin-bottom: 55px;
    font-size: 36px;
}

.optionItem h2 span {
    position: relative;
}

.optionItem h2 span:before,
.optionItem h2 span:after {
    content: "--";
    position: absolute;
    top: 0;
    font-weight: normal;
}

.optionItem h2 span:before {
    left: -45px;
}

.optionItem h2 span:after {
    right: -45px;
}

.optionItem .row {
    margin-bottom: 25px;
    overflow: hidden;
}

.optionItem .label {
    width: 16%;
    height: 68px;
    line-height: 68px;
    font-size: 24px;
    font-weight: bold;
}

.optionItem .group {
    width: 84%;
}

.optionItem .group .radios {
    overflow: hidden;
}

.optionItem .group .radio {
    position: relative;
    text-align: center;
    min-width: 230px;
    height: 68px;
    padding: 0 40px;
    margin-right: 32px;
    margin-bottom: 30px;
    border: 1px solid #d2d2d2;
    border-radius: 34px;
    color: #555;
    font-size: 18px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    transition: all 0.1s;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    float: left;
}

.optionItem .group .radio.act {
    color: #fff;
    background: #313131;
}

.optionItem .group .radio.act:after {
    content: "";
    position: absolute;
    width: 23px;
    height: 22px;
    top: 50%;
    margin-top: -11px;
    right: 18px;
    background: url(../images/check.png) center no-repeat;
    background-size: contain;
}

.optionItem .group .radio > span:nth-child(1) {
    line-height: 68px;
}

.optionItem .group .radio .tip {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: -25px;
    left: 0;
    color: #d0231c;
    font-size: 16px;
    cursor: default;
    display: none;
}

.optionItem .subsidiary {
    text-align: center;
    padding: 15px 0 40px 0;
    margin-top: 5px;
    border: 4px solid #d0231c;
    border-radius: 25px;
    overflow: hidden;
    display: none;
}

.optionItem .subsidiary .item {
    display: none;
}

.optionItem .subsidiary .s-label {
    text-align: center;
    margin-top: 25px;
    font-size: 24px;
}

.optionItem .subsidiary .radio {
    display: inline-block;
    margin: 30px auto;
    margin-right: 12px;
    float: none;
}

.optionItem .subsidiary .radio.act {
    background: #d0231c;
}
.d2 {
    height: 43px;
    margin-top: -5px;
    background: url(../images/d2.jpg) top left repeat;
    background-size: contain;
}
.complete {
    text-align: center;
    padding: 30px 0;
    color: #fff;
    background: #1d6b3e;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.pop {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99;
}

.pop .wrapper {
    position: absolute;
    width: 1200px;
    padding: 44px 0 60px 0;
    top: 50%;
    left: 50%;
    /*此处会影响打印结果，出现横线，暂时屏蔽*/
    /*border: 4px solid #000;
    border-radius: 25px;*/
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
}

.wrapper h2 {
    text-align: center;
    margin-bottom: 40px;
    color: #000;
    font-size: 30px;
}

.form .inp {
    display: inline-block;
    text-align: center;
    width: 250px;
    padding: 0 10px;
    margin: 0 auto;
    margin-right: 10px;
    border: 1px solid #d2d2d2;
    border-radius: 34px;
}
.form .inp.remarks {
    width: 500px;
    margin-right: 0;
}

.form .inp input {
    display: block;
    text-align: center;
    width: 100%;
    height: 68px;
    line-height: 68px;
    color: #555;
    font-size: 18px;
}

.form .btns {
    text-align: center;
    margin-top: 40px;
}
.form .btns .btn {
    display: inline-block;
    width: 220px;
    padding: 22px 0;
    border-radius: 34px;
    font-size: 18px;
    cursor: pointer;
}
.form .btns .submit {
    margin-right: 10px;
    color: #fff;
    background: #000;
}
.form .btns .close2 {
    color: #999;
    background: #e6e6e6;
}

.priceList .wrapper.inScroll {
    height: 90vh;
    padding-top: 45px;
    border-radius: 25px;
    color: #000;
}
.priceList .item .label {
    padding-bottom: 2px;
    font-size: 20px;
    font-weight: bold;
}

.priceList .con {
    height: 95%;
    padding: 0 80px;
    overflow-y: auto;
}

.priceList .con::-webkit-scrollbar {
    width: 10px;
    height: 1px;
}
.priceList .con::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #b3b3b3;
}
.priceList .con::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ededed;
}

.priceList .item {
    padding-top: 18px;
}
.priceList .item:first-child {
    border-top: 1px solid #000;
}
.priceList .item:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid #000;
}
.priceList .row {
    padding: 15px 0;
    border-bottom: 1px solid #ededed;
    font-size: 18px;
}

.priceList .row .l1,
.priceList .row .l2,
.priceList .row .l3 {
    float: left;
}

.priceList .row .l1,
.priceList .row .l2 {
    width: 43%;
}
.priceList .row .l3 {
    width: 14%;
}

.priceList .row .l1 span,
.priceList .row .l2 span,
.priceList .row .l3 span {
    display: block;
    padding-bottom: 20px;
}
.priceList .row .l1 span:last-child,
.priceList .row .l2 span:last-child,
.priceList .row .l3 span:last-child {
    padding-bottom: 0;
}

.priceList .close2 {
    position: absolute;
    width: 45px;
    height: 45px;
    top: 15px;
    right: 18px;
    background: url(../images/close2.png) center no-repeat;
    background-size: contain;
    cursor: pointer;
}

.priceList .total {
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    font-weight: bold;
}

    .priceList .total .r {
        font-weight: bold;
    }

.optionItem .group .radio > span:nth-child(1) {
    line-height:68px;
    white-space:nowrap;
}

@media screen and (max-width: 1440px) {
    .container {
        width: 1200px;
    }
    .logo {
        width: 230px;
    }
    #nav {
        margin-left: 80px;
    }
    .optionItem {
        padding: 65px;
    }
    .optionItem .group {
        width: 83%;
    }
    .optionItem .group .radio {
        min-width: 204px;
        padding: 0 30px;
        margin-right: 18px;
        font-size: 14px;
    }
    .optionItem .group .radio.act:after {
        width: 18px;
        right: 15px;
    }
    .optionItem .group .radio .tip {
        bottom: -24px;
        font-size: 14px;
    }

    .optionItem .label {
        font-size: 23px;
    }
    .optionItem .subsidiary {
        text-align: left;
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 18px;
    }
    .optionItem .subsidiary .radio {
        min-width: 192px;
        margin-right: 8px;
    }
    .pop .wrapper {
        width: 1000px;
    }
    .form .inp {
        width: 200px;
    }
    .form .inp.remarks {
        width: 450px;
    }
    .form .inp input {
        height: 60px;
    }
    .form .btns .btn {
        padding: 18px 0;
    }
}

@media only screen and (max-width: 1200px) {
    body {
        width: 1200px;
    }
    .container {
        width: 1000px;
    }
    #nav {
        margin-left: 40px;
    }
    #nav li {
        padding: 0 15px;
    }
    #nav li div {
        font-size: 14px;
    }
    .optionItem {
        padding: 65px 50px;
    }
    .optionItem .group .radio {
        margin-right: 42px;
    }
    .optionItem .label {
        font-size: 22px;
    }
    .optionItem .subsidiary {
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 0;
    }
    .optionItem .subsidiary .radio {
        min-width: 192px;
        margin-right: 35px;
    }
    .pop .wrapper {
        width: 900px;
    }
    .form .inp {
        width: 190px;
    }
    .form .inp.remarks {
        width: 380px;
    }
    .form .inp input {
        height: 60px;
    }
    .form .btns .btn {
        padding: 18px 0;
    }
}

@media screen and (max-width: 540px) {
    body {
        width: 100%;
    }
    .container {
        width: 100%;
    }
    .ban {
        height: 15vh;
        font-size: 7vw;
    }
    .ban h1 span:after {
        padding: 0 10vw;
        bottom: -4vw;
        left: -10vw;
    }
    .optionItem {
        padding: 8vw 5vw;
    }
    .optionItem h2 {
        margin-bottom: 5vw;
        font-size: 5.5vw;
    }
    .optionItem h2 span:before {
        left: -8vw;
    }
    .optionItem h2 span:after {
        right: -8vw;
    }
    .optionItem .row {
        margin-bottom: 2vw;
    }
    .optionItem .label {
        width: 100%;
        height: 12vw;
        line-height: 12vw;
        font-size: 4.5vw;
        float: none;
    }
    .optionItem .group {
        width: 100%;
    }
    .optionItem .group .radios {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .optionItem .group .radio {
        min-width: 48%;
        height: 11vw;
        line-height: 11vw;
        padding: 0 7.5vw;
        margin-right: 0;
        font-size: 3.4vw;
        float: none;
    }
    .optionItem .group .radio > span:nth-child(1) {
        line-height: 11vw;
    }
    .optionItem .group .radio .tip {
        line-height: initial;
        bottom: -5.5vw;
        font-size: 3.5vw;
    }
    .optionItem .group .radio.act:after {
        width: 4vw;
        right: 3vw;
    }
    .optionItem .subsidiary {
        padding: 7vw 4vw 7vw 4vw;
        margin-top: 1vw;
    }
    .optionItem .subsidiary .s-label {
        margin-top: 9vw;
        font-size: 5.5vw;
    }
    .optionItem .s-group {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .optionItem .subsidiary .radio {
        margin-top: 5vw;
        margin-bottom: 3vw;
        margin-left: 0;
    }
    .optionItem .subsidiary .item > div:nth-child(1) .s-label {
        margin-top: 0;
    }
    .d2 {
        height: 8vw;
        margin-top: -1vw;
    }
    .complete {
        padding: 5vw 0;
        font-size: 5vw;
    }
    .pop .wrapper {
        width: 92%;
        padding: 8vw 0 10vw 0;
        border-width: 0.8vw;
        border-radius: 5vw;
    }
    .pop .wrapper h2 {
        margin-bottom: 7vw;
        font-size: 5vw;
    }
    .form .inp {
        width: 80%;
        padding: 0 2vw;
        margin-bottom: 4vw;
        margin-right: 0;
        border-radius: 6vw;
    }
    .form .inp input {
        height: 12vw;
        line-height: 12vw;
        font-size: 4vw;
    }
    .form .inp.remarks {
        width: 80%;
    }
    .form .btns {
        margin-top: 5vw;
    }
    .form .btns .btn {
        width: 80%;
        padding: 3.34vw 0;
        margin-right: 0;
        font-size: 4vw;
    }
    .form .btns .submit {
        margin-bottom: 3vw;
    }
    .pop .wrapper.inScroll {
        padding-top: 5vw;
        border-radius: 5vw;
    }
    .priceList .close2 {
        width: 8vw;
        height: 8vw;
        top: 4.8vw;
        right: 3vw;
    }
    .priceList .con {
        padding: 0 5vw;
    }
    .priceList .item {
        padding-top: 4vw;
    }
    .priceList .item .label {
        font-size: 4.5vw;
    }
    .priceList .row {
        padding: 3vw 0;
        font-size: 3.5vw;
    }

    .priceList .row .l1,
    .priceList .row .l2 {
        width: 40%;
    }
    .priceList .row .l3 {
        width: 20%;
    }
    .priceList .total {
        height: 20vw;
        line-height: 20vw;
        font-size: 6vw;
    }
}

/*打印专用*/
@media print {
    * {
        overflow: visible !important;
    }

    /* 应用这个样式的在打印时隐藏 */
    .noprint {
        display: none;
    }

    .pop {
        position: relative;
    }

    @page {
        size: auto;
        margin: 0mm;
    }
}