@charset "UTF-8";
#toast {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    display: none;
}
#toast .toast {
    position: absolute;
    top: 50%;
    left: 50%;
    /* width: 80%; */
    /* height: 50vh; */
    padding: 0 20px;
    max-height: 100%;
    /* max-width: 680px; */
    transform: translate(-50%, -50%);
    background: #fff;
    overflow-y: overlay;
}
#toast .toast::-webkit-scrollbar{
    display: none
}
#toast input{
    padding: 0 5px;
}
#toast h1{
    position: fixed;
    display: flex;
    height: 30px;
    text-align: right;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    right: 0;
    top: 0;
    padding-right: 1rem;
    z-index: 100;
}
#toast .toast .close{
    height: 80%;
}

#toast .item1 {
    display: flex;
    width: 100%;
    height: 250px;
    align-items: center;
}
#toast .item1 .logo {
    display: flex;
    width: 3rem;
    height: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #cb171d;
    overflow: hidden;
}
#toast .item1 .logo img {
    width: 70%;
}
#toast .item1 .tips {
    display: flex;
    height: 2.5rem;
    flex-direction: column;
    justify-content: space-between;
    padding-left: .45rem;
    align-items: baseline;
}
#toast .item1 .tips h2 {
    margin-bottom: .2rem;
    font-size: .88rem;
    height: auto;
    line-height: normal;
}
#toast .item1 .tips p{
    font-size: .53rem;
}
/* #toast .item1,#toast .item2{
    display: none;
} */

#toast .item2{
    width: 20rem;
    min-width: 320px;
    max-width: 700px;
}
#toast .item2 h2{
    font-size: 26px;
    text-align: center;
    line-height: normal;
    margin: .6rem 0;
    font-weight: normal;
    text-shadow: 1px 0px;
}
#toast .item2 p{
    line-height: 1.5;
    font-size: 13px;
}
#toast .item2 .btn{
    width: 144px;
    /* height: 1.5rem; */
    margin:0 auto;
    /* line-height: 1.5rem; */
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 41px;
    background:#cb171d;
}
#toast .item2 .pic{
    display: flex;
    margin: .59rem;
    justify-content: center;
}
#toast .item2 .pic div{
    width: 35%;
    text-align: center;
    margin: 1.5rem 5% 0;
}
#toast .item2 .pic div img{
    width: 100%
}
#toast .item2 form {
    overflow:hidden;
}
#toast .item2 *{
    font-size: 12px;
    line-height: 1.8;
}
#toast .item2 form h6{
    font-size: 19px;
    /* line-height: 2; */
    margin: 20px 0 0;
}
#toast .item2 .demand{
    display: flex;
    justify-content: space-between
}
#toast .item2 .demand label{
    width:45%;
    /* height: 35px; */
}
#toast .item2 .demand label>*{
    width:100%;
    height: 35px;
    line-height: 35px;
}
#toast .item2 .demand label *{
    display: flex;
    /* height: .93rem; */
    /* line-height: .93rem; */
    border:0;
    overflow: hidden;
}
#toast .item2 .demand label select,
#toast .item2 .demand label div{
    border:1px solid #676767;
}
#toast .item2 .demand label span{
    width: 45px;
    color:#fff;
    background:#cb171d;
}
#toast .item2 .demand label input{
    width: calc(100% - 45px);
}
#toast .item2 .demand .car input{background: url(../../images/ershou/del.png) no-repeat scroll right center transparent;background-size: 36px 100%;width: 100%;padding-right: 40px;}
#toast .item2 .information label{
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    /* line-height: .88rem; */
    height: 35px;
}
#toast .item2 .information label *{
    height:100%;
    line-height:35px;
}
#toast .item2 .information label:first-child{
    margin-top:0;
}
#toast .item2 .information label span{
    width: 35%;
}
#toast .item2 .information span+*{
    width: 65%;
    display: flex;
    border: 1px solid #676767;
    outline: none;
}
#toast .item2 .information span+.border{
    display: flex;
    justify-content: space-between;
    border:0;
    align-items: center;
}

#toast .item2 .information .border input{
    width: calc(65% - 32px);
    border:1px solid #676767;
}
#toast .item2 .information .border img{
    width: 30%;
    height: 100%;
}
#toast .item2 .information .border b{
    text-align: center;
    width: 50px;
    width: 32px;
    /* line-height: 35px; */
    white-space: nowrap;
}
#toast .item2 select{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../../images/ershou/down.png) no-repeat scroll right center transparent;
    background-color: #fff;
    padding: 0 36px 0 5px !important;
    background-size: 35px 100%;
}

.container {
    background: #fff;
    overflow: hidden;
}
.container img{
    width: 100%;
}
/* .container h3{
    margin-top: 1.25rem;
    color:#cb171d;
    text-align: center;
    font-size: 2rem;
}
.container h4{
    margin-bottom: 1.25rem;
    color:#363636;
    text-align: center;
    font-size: 1.8rem;
} */
.container h1{
    font-size: 2.2rem;
}
.container b{
    font-size: 2.55rem;
    font-weight: bold;
}
.container h2{
    font-size: 1.8rem;
}
.container h3{
    font-size: 1.6rem;
}
.container p{
    font-size: 2.55rem;
    font-weight: bold;
}
.container em {
    font-size: 1.0rem;
}
.container sub{font-size: .8rem;}
.container strong{
    font-size: 1rem;
}
.container s{
    font-size: 1.0rem;
}
.container *{
    white-space: nowrap;
    overflow: hidden;
}
.container .p1 h1{
    position: absolute;
    top: 5rem;
    left: 50%;
    transform: translateX(-50%);
}
.container .p1 h1 b{
    padding-left: .75rem;
    font-weight: bold;
    color:#c20a13;
}
.container .p1 h2{
    position: absolute;
    top: 10rem;
    left: 50%;
    color:#c20a13;
    letter-spacing: 8px;
    letter-spacing: .4rem;
    transform: translateX(-50%);
}
.container .p1 h3{
    position: absolute;
    bottom: 1.2rem;
    left: 50%;
    color:#c20a13;
    font-weight: normal;
    transform: translateX(-50%);
}
.container .p2 div{
    position: absolute;
    top: 7.3rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color:#fff;
}
.container .p2 h1{
    font-weight: 500;
    margin: 1rem 0 1.3rem;
}
.container .p3{
    margin: 1.3rem 0;
    text-align: center;
}
.container .p3 h1{
    font-weight:normal;
    line-height: 1;
}
.container .p3 h1:first-child{
    letter-spacing: 1px;
    color: #c20a13;
    margin-bottom: 1rem;
    font-weight: 800;
    font-size: 2.2rem;
}
.container .p4{
    display: flex;
    flex-wrap: wrap;
    padding:0 .5rem;
    justify-content: space-between;
}
.container .p4 li{
    width: 49%;
    overflow: hidden;
    margin-bottom: 29px;
    margin-bottom: 1rem;
}
.container .p4 img{
    width: 100%;
    height: 10.4rem;
}
.container .p4 div{
    padding: .5rem;
    background:#e7e7e7;
}
.container .p4 div *{
    display: block;
}
.container .p4 div em{
    margin-bottom:.8rem;
}
.container .p4 div s{
    height:1.2rem;
    white-space: nowrap;
}
.p4 s {
    font-size: 0.7rem;
}
.container .p5 h3{
    font-weight: normal;
}
.container .p7{
    padding:0 .5rem;
    margin-bottom:.5rem;
}
.container .p7 div{
    padding:1rem .5rem;
    background: #e7e7e7;
}
.container .p7 h3{
    color:#000;
    margin-bottom:1rem;
}
.container .p8{
    color:#fff;
    text-align: center;
    background: #cb171d;
}
.container .p8 h1{
    margin-top:1rem;
}
.container .p8 ul{
    display: flex;
    justify-content: space-between;
    width: 96%;
    margin: 0 auto;
}
.container .p8 li{
    width: 35%;
    margin: 30px 0;
    margin: 1.5rem 0;
}
.container .p8 span{
    display: flex;
    width: 3.8rem;
    height: 3.8rem;
    margin: 0 auto .5rem;
    border-radius: 50%;
    justify-content:center;
    align-items:center;
    background: #fff;
}
.container .p8 span img{
    width:70%;
}
.container .p8 li:last-child img{
    width:50%;
    margin-left: .5rem;
}
.container .p10 div{
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    width: 60%;
    color: #fff;
    line-height: 1.8;
    overflow: visible;
}
.container .p10 strong{
    white-space: normal;
    font-weight: normal;
    /* line-height: 2 */
}
.container .p10 div::before{
    content: "";
    position: absolute;
    display: block;
    width: 1rem;
    height: 1rem;
    top: 1rem;
    left: -1.6rem;
    background: url(../ershou/images/right.png) no-repeat center center;
    background-size: cover;
}
.container .p12 div{
    position: absolute;
    padding: 0 1rem;
    width: 100%;
    top: 1.4rem;
    /* left: 50%; */
    /* transform: translateX(-50%); */
}
.container .p12 h1,
.container .p12 em{
    text-align:center;
    white-space: pre-wrap;
}
.container .p12 h1{
    margin-bottom: 1.8rem;
    color: #000;
}

.container .p12 ul{
    width: 14.4rem;
    text-align:center;
}
.container .p12 ul li{
    height: 5rem;
    margin-top: 3.3rem;
    line-height: 3rem;
    color:#fff;
    border-radius:16px;
}
.container .p12 ul li:nth-child(2){
    margin-top: 3rem;
}
.container .p13 h1{
    margin-top: 3.1rem;
    text-align: center;
    color: #000;
}
.container .p13 ul{
    display:flex;
    flex-wrap: wrap;
    padding: 0 .2rem;
}
.container .p13 ul *{
    white-space:normal;
}
.container .p13 ul li{
    display:flex;
    width:48%;
    margin-top: 2.2rem;
}
.container .p13 ul li:first-child,.container .p13 ul li:nth-child(3){
   margin-left: 1rem;
}
.container .p13 ul i{
    width: 2.13rem;
    height: 2.3rem;
    font-size:.75rem;
    display: block;
    /* padding: 0px 21px; */
    /* overflow: visible; */
}

.container .p13 ul i:before,
.container .p13 ul i:after{
    position:absolute;
    content:'';
    display: block;
    top: 0.4rem;
    left: 0.2rem;
    width: 1.3rem;
    height: .65rem;
    border:2px solid;
    border-radius: 100px 100px 0 0;
    border-bottom:0;
}
.container .p13 ul i:after{
    border-color: #cb171d;
    transform: scale(1.4) translate(0.4rem,0.3rem) rotate(90deg);
}
.container .p13 ul i s{
    display: block;
    width: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    font-weight: bold;
    transform: translate(-50%,-50%);
}
.container .p13 ul div{
    width:calc(100% - 43px);
    padding-left: 0.5rem;
    overflow: visible;
}
.container .p13 ul div *{
    display: block;
}
.container .p13 ul div em{
    margin-bottom:1rem;
    line-height:1.2;
}
.container .p13 ul div s{
    width: calc(100% + 2.13rem);
    left: -2rem;
    line-height: 1.5;
}
.container .p13 .tel{
    position:absolute;
    bottom:0;
    text-align: center;
    left: calc(50% + 0.5rem);
    background:#fff;
}
.container .p13 .tel em{
    letter-spacing:2px;
    font-size: 1.2rem;
}
.container .p13 .tel h2{
    font-size: 1.2rem;
    color: #cb171d;
}
.container .process {
    padding: 3.1rem .5rem;
}
.container .process h1{
    margin-bottom: 3rem;
    color:#000;
    letter-spacing: 10px;
    text-align: center;
}
.container .process ul,
.container .process li{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.container .process li{
    justify-content:flex-start;
    /*  width:25%;*/
}
.container .process div *{
    display: block;
}
.container .process li div{
    width: calc(100% - 1.75rem);
}
.container .process li span{
    display: flex;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .25rem;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    border-radius: 50%;
    border: 2px solid #cb171d;
}
.container .process em{
    display: block;
    font-size: .8rem;
    width: auto;
    letter-spacing:2px;
}

.container .process sub{
    /* font-size: .6rem; */
    white-space: pre-wrap;
}
.container .process li:not(:last-child) em:after{
    content:"---";
    display:block;
    font-size: .8rem;
    position:absolute;
    left: 4rem;
    line-height: 1;
    bottom:0;
    /* margin-left: 2.5rem; */
}
.container .p11  li span{
    border-color:#f39800;
}
.container .p9 p img{
    width:20px;
    margin:1rem auto 0;
}
.foot ul li p a {
    margin: 0 auto;
    display: inline-block;
}
.copy a {
    display: inline;
}

/*----------------------电脑板式样式----------------------*/

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    #toast .item2 h2{
        font-size:20px;
    }
    #toast .item2 form h6
    {
        margin-top :15px;
        font-size:16px;
    }
    #toast .item2 .information label{
        heigh:30px;
        line-height:30px;
    }
    #toast .item2 .information label *{

        heigh:30px;
        line-height:30px;
    }
    #toast .item2 .pic div{
        margin:10px;
        width:25%;
    }
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    .container .p12 h1{
        font-size: 2rem;
        margin-bottom:1rem;
    }
    #toast .item2 h2{
        font-size:18px;
    }
    #toast .item2 form h6
    {
        margin-top :10px;
        font-size:16px;
    }
    #toast .item2 .information label{
        height: 30px;
        line-height:30px;
        margin: 5px 0;
    }
    #toast .item2 .information label *{
        height: 30px;
        line-height:30px;
    }
    .container .p12 ul li{
        margin-top: 2rem;
    }
    #toast .item2 .pic div{
        margin: 0px 10px;
        width: 32%;
        white-space:nowrap;
    }
    .container .p12 ul li,.container .p12 ul li:nth-child(2){
        margin: 5px;
    }
    .container .p13 ul div{
        width:calc(100% - 43px);
        overflow: visible;
    }
}
