body{
    background: #e54136;
}
.container{
    max-width: 1200px;
    margin: 0 auto;
    color: #333;

}
.header-img{
    width: 100%;
    height: 466px;
}
.sub-wrap{
    margin-top: 10px;
    background-color: #fdf8d9;
    border: 3px solid #fff480;
    border-radius: 10px;
    font-size: 15px;
}
.sub-con{
    width: 100%;
    min-height: 100px;
    padding: 30px 20px 25px;
    background: url("https://ss.petplus.vip/minipro/static/cutepet/variegated-bg.png") repeat;
    box-sizing: border-box;
}
p{
    line-height: 1.8;
}
.sub-wrap-01{
    text-align: center;
}
.sub-wrap-01 b{
    font-size: 16px;
    color: #ed4b03;
}
.sub-wrap-02 .sub-con>.red{
    font-size: 18px;
    color: #e54136;
    line-height: 1;
    margin-bottom: 30px;
    text-align: center;
}
.sub-list{
    padding-bottom: 15px;
    overflow: hidden;
    background: url("https://ss.petplus.vip/minipro/static/cutepet/variegated-bg.png") repeat;
}
.sub-list li{
    width: 20%;
    padding: 10px 30px;
    box-sizing: border-box;
    float: left;
    text-align: center;
}
.sub-list img{
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}
.sub-wrap .sub-title{
    width: max-content;
    height: 39px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 39px;
    font-size: 20px;
    text-align: center;
    border-radius: 39px;
    background: #fe763e;
}
.sub-title span:nth-of-type(2),.sub-title span:nth-of-type(3){
    font-size: 18px;
}
.sub-title span:nth-of-type(1),.sub-title span:nth-last-of-type(1){
    font-size: 12px;
}
.sub-wrap-03 ul{
    overflow: hidden;
}
.sub-wrap-03 li{
    width: 16%;
    border: 1px dashed rgba(229,65,54,.5);
    float: left;
    margin: 30px 1.9% 5px;
    background: rgba(255,255,255,.8);
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}

.sub-wrap-04{
    text-align: center;
}
.sub-wrap-04 .sub-title{
    margin-bottom: 20px;
}
.sub-wrap-04 p{
    line-height: 2;
}



.form-wrap{
    width: 400px;
    /*color: #fff;*/
    font-size: 14px;
    padding-top: 40px;
    margin: 0 auto;
}
.form-wrap>form>label{
    display: block;
    padding: .4rem 0 .2rem;
}
.input-wrap {
    height: 35px;
    margin-bottom: 15px;
    padding: 0 15px;
    line-height: 35px;
    background: #c6200b;
    border-radius: 20px;
    position: relative;
}
.form-wrap input[type="text"],.form-wrap select{
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: .32rem;
    background: #c6200b;
    background: transparent;
    border: none;
    outline:none
}

input::-webkit-input-placeholder{
    color:#fff;
    opacity: .8;
}
input::-moz-placeholder{
    color:#fff;
    opacity: .8;
}
input:-moz-placeholder{
    color:#fff;
    opacity: .8;
}
input:-ms-input-placeholder{
    color:#fff;
    opacity: .8;
}
button {
    width: 100%;
    height: 35px;
    display: block;
    margin: 20px auto 0;
    line-height: 33px;
    font-size: 16px;
    color: #c6200b;
    text-align: center;
    background: #fff;
    border-radius: 20px;
    border: 0;
}
input[type="radio"]{
    margin-left: .4rem;;
}
input[type="radio"] {
    opacity: 0;
}
input[type="radio"] + label.radio-label{
    position: relative;
    cursor: pointer;
    font-size: .32rem;
}
input[type="radio"] + label.radio-label::before{
    content: '';
    position: absolute;
    top: 0px;
    left: -24px;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    border: 1px solid #c6200b;
}
input[type="radio"] + label.radio-label::after{
    content: '';
    position: absolute;
    left: -21px;
    top: 3px;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}
input[type="radio"]:checked + label.radio-label::before{
    border: 1px solid #c6200b;
    /*box-shadow: 0 0 6px #c6200b;*/
    transition: all .3s;
}
input[type="radio"]:checked + label.radio-label::after{
    background:#c6200b;
    transition: all .5s;
}
form label.error
{
    color:#fff;
    color: rgba(255,255,255,.8);
    font-size:.3rem;
    margin-left:.0667rem;
    padding-left:.2rem;
    position: absolute;
    bottom: 0;
    right: .8rem;
    opacity: 1;
}


.tips-dialog{
    display: none;
    z-index: 10;
}
.tips-dialog.act{
    display: block;
}
.tips-dialog .inner{
    width: 7.7333rem;
    height: 10.4rem;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-left: -3.87rem;
    text-align: center;
    height: auto;
}
.tips-dialog .inner .con{
    max-width: 100%;
    display: inline-block;
    padding: .2667rem .4rem;
    min-height: .6rem;
    color: #fff;
    font-size: .4rem;
    text-align: center;
    background: rgba(0,0,0,.5);
    border-radius: .2133rem;
}
.radio-wrap{
    margin-bottom: 10px;
}

.tips-dialog{
    display: none;
    z-index: 10;
}
.tips-dialog.act{
    display: block;
}
.tips-dialog .inner{
    width: 7.7333rem;
    height: 10.4rem;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-left: -3.87rem;
    text-align: center;
    height: auto;
}
.tips-dialog .inner .con{
    max-width: 100%;
    display: inline-block;
    padding: .2667rem .4rem;
    min-height: .6rem;
    color: #fff;
    font-size: .4rem;
    text-align: center;
    background: rgba(0,0,0,.5);
    border-radius: .2133rem;
}

button:active {
    outline: none;
    border: none;
}
