.content .header-img {
    width: 100%;
}

.title ,.main{
    width: 86%;
    margin: auto;
    box-shadow: 2px 0px 4px 0px rgba(209, 209, 209, 0.5);
    border-radius: 8px;
    position: relative;
    top: -19px;
    box-sizing: border-box;
    padding-top: 15px;
    background: white;
}

.tit span:nth-child(1) {
    font-size: 28px;
    font-weight: 500;
    color: rgba(255, 91, 92, 1);
}

.tit span:nth-child(2) {
    font-size: 18px;
    font-weight: bold;
    color: rgba(70, 70, 70, 1);
}

.title .tit,
.title p {
    width: 85%;
    margin: auto;
}

.title p {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(113, 113, 113, 1);
}

.form {
    width: 86%;
    margin: auto;
}

.form p {
    font-size: 14px;
    font-weight: bold;
    color: rgba(62, 62, 62, 1);
}

.form a {
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 47%;
    display: inline-block;
    background: #F6F6F6;
}

.form a:nth-child(1) {
    background: #E1F6FF;
    margin-right: 15px;
}

.form input {
    width: 100%;
    padding-left: 15px;
    height: 50px;
    background: rgba(246, 246, 246, 1);
    border-radius: 5px;
    box-sizing: border-box;
}

.form .phone {
    background: none;
    border: 1px solid rgba(231, 231, 231, 1);
}

body {
    padding-bottom: 20%;
}
.form ul li:nth-child(odd){
    margin-bottom: 6px;
}
.form ul li:nth-child(even){
    margin-bottom: 15px;
}
.form button {

    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 50px;
    background: rgba(57, 193, 255, 1);
    border-radius: 5px;
    margin-top: 15px;
}

/*  */

.bwzf .main .tit {
    font-size: 18px;
    font-weight: bold;
    color: rgba(75, 75, 75, 1);
    text-align: center;
}

#wrapper,
.main .lxqy,
.main .lxhx,
.main .phone,
.main button {
    width: 95%;
    margin: auto;
    overflow: hidden;
}

#wrapper input {
    width: 100%;
}

.tick-slider-value-container {
    overflow: hidden;
}

#weightValue {
    width: 20%;
    background: rgba(49, 193, 255, 1);
    box-shadow: 0px 2px 4px 0px rgba(141, 221, 255, 1);
    border-radius: 20px;
    margin: auto;
}

#weightValue div {
    text-align: center;
    color: white;
}

.main .phone input,
.main .lxqy select,
.main .lxhx {
    margin: 10px 0 15px 0;
}

.main .lxqy select {
    height: 39px;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    background: rgba(245, 245, 245, 1);
    border-radius: 5px;
    border: 1px solid rgba(227, 227, 227, 1);
}

.main .lxhx ul li {
    float: left;
    height: 36px;
    line-height: 36px;
    background: rgba(245, 245, 245, 1);
    border-radius: 5px;
    border: 1px solid rgba(227, 227, 227, 1);
    width: 29%;
    margin-left: 16px;
    margin-top: 15px;
    text-align: center;
}

.main .lxhx ul li:nth-child(1),
.main .lxhx ul li:nth-child(4) {
    margin-left: 0px;

}

.main .lxhx ul li.active {
    color: rgba(57, 193, 255, 1);
    background: rgba(235, 249, 255, 1);
    border: 1px solid rgba(61, 195, 255, 1);
}

.main .phone input {
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    background: rgba(244, 251, 255, 1);
    border-radius: 5px;
    border: 1px solid rgba(57, 193, 255, 1);
    padding: 10px;
}

.main button {
    margin: 10px 0;
    box-sizing: border-box;
    width: 100%;
    height: 45px;
    background: rgba(57, 193, 255, 1);
    border-radius: 5px;
    font-weight:400;
color:rgba(255,255,255,1);
line-height:45px;
text-align: center;
}
/* 弹窗 */
#lmzf{
    width: 80%;
    /* height: 100%; */
    background: white;
    z-index: 999;
    position: absolute;
    border-radius:6px;
}
#lmzf img {
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}
#lmzf .title1{
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
}
#lmzf .text{
    text-align: center;
    margin-bottom: 20px;
}
#lmzf button{
    font-size:15px;
font-weight:400;
color:rgba(52,196,255,1);
width: 100%;
margin-bottom: 10px;
}