*{
    padding: 0px;
    margin: 0px;
}

a{
    text-decoration: none;
}

input , textarea {
    outline: none;
    border: none;
}

ul,ol{
    list-style: none;
}


body , html {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;

    

}

#main{
    width: 100%;
    padding: 0px 2%;
    box-sizing: border-box;
}

#main h1{
    color: #333;
    font-size: 0.4rem;
    margin-top: 0.2rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #999;
    font-weight: 500;
}

#main .out h5{
    display: flex;
    align-items: center;
    color: #333;
    font-size: 0.3rem;
    font-weight: 500;
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
}

#main .out h5 i{
    width: 0.1rem;
    height: 0.24rem;
    margin-right: 0.1rem;
    background: linear-gradient(#97b9f6, #fff); ;
    display: block;
    border-radius: 0.05rem;
}

#main .out .box{
    display: flex;
    align-items: center;
    background: #fafbfd;
    border-radius: 0.1rem;
    border: 1px solid #97b8f63f;
    padding: 0.3rem 3%;
    box-sizing: border-box;
    justify-content: space-between;
}

#main .out .box .left{
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#main .out .box .left input{
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
}

#main .out .box .right{
    width: 90%;
}

#main .out .box .right .txt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.2rem;
}

#main .out .box .right .txt h6{
    color: #333 ;
    font-weight: 500;
    font-size: 0.3rem;
}

#main .out .box .right .txt span{
    font-size: 0.3rem;
    color: #999;
    
}

#main .out .box .right .price{
    font-size: 0.26rem;
    color: brown;
}

#main .out .box .out_form {
    width: 100%;
    
}

#main .out2{
    margin-bottom: 1.4rem;
}

#main .out .box .input_box {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.3rem;
}

#main .out .box .input_box:last-child{
    margin-bottom: 0px;
}

#main .out .box .input_box span{
    display: block;
    font-size: 0.28rem;
    color: #333;
    margin-bottom: 0.15rem;
}

#main .out .box .input_box input{
    width: 100%;
    height: 0.7rem;
    padding:0px 0.1rem;
    box-sizing: border-box;
    font-size: 0.26rem;
}

select{
    font-size: 0.26rem;
    height: 0.7rem;
    outline: none;
    border: none;
}

.button_out{
    position: fixed;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 0.9rem;
    box-shadow: 0px 0px 0.1rem 0.01rem #999;
    left: 0px;
    padding-left: 2%;
    box-sizing: border-box;
    background: #FFF;
}

.button_out span{
    font-size: 0.3rem;
    color: brown;
}

.button_out .butt{
    width: 35%;
    height: 100%;
    background: blue;

    color: #FFF;
    font-size: 0.24rem;
    display: flex;
    align-items: center;
    justify-content: center;
}



#main_ZF .out  {
    background: #FFF;
    padding: 3% 2%;
    box-sizing: border-box;
}

#main_ZF .out .box{
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
}

#main_ZF .out .box:last-child{
    margin-bottom: 0px;
}

#main_ZF .out .box span{
    width: 25%;
    display: block;
    text-align: left;
    font-size: 0.3rem;
}

#main_ZF .out .box input{
    width: 75%;
    height: 100%;
    background: none;
    font-size: 0.26rem;
    color: #999;
    padding-left: 0.1rem;
}

#main_ZF .out2{
    background: #FFF;
    margin-top: 0.4rem;
}

#main_ZF .out2 .box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0.3rem 2%;
    box-sizing: border-box;
    border-bottom: 1px solid #cccccc59;
}

#main_ZF .out2 .box span{
    color: #333;
    font-size: 0.3rem;
}

#main_ZF .out2 .box p{
    color: #333;
    font-size: 0.3rem;
}

#main_ZF .out2 .box_txt .box_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.3rem 2%;
    box-sizing: border-box;

}

#main_ZF .out2 .box_txt .ring{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#main_ZF .out2 .box_txt span{
    color: #333;
    font-size: 0.3rem;
}

#main_ZF .out2 .box_txt .ring p{
    font-size: 0.3rem;
    color: brown;
}

#main_ZF .out2 .box_txt .ring span{
    font-size: 0.2rem;
    color: #999;
}

#main_ZF .out2 .box_txt .ring.all img{
    transform: rotate(180deg);
}

#main_ZF .out2 .box_txt .ring img{
    width: 0.3rem;
    margin-left: 0.1rem;
    transition: 0.5s ease;
}

#main_ZF .out2 .box_txt .T_box{
    width: 100%;
    display: none;
}

#main_ZF .out2 .box_txt .T_box .T{
    display: flex;
    align-items: center;
    padding: 0.3rem 2%;
    box-sizing: border-box;
    border-top: 1px solid #cccccc42;
    justify-content: space-between;
}

#main_ZF .out2 .box_txt .T_box .T span {
    display: flex;
    align-items: center;
}

#main_ZF .out2 .box_txt .T_box .T span i{
    width: 0.1rem;
    height: 0.1rem;
    background: #999;
    border-radius: 50%;
    display: block;
    margin-right: 0.1rem;
}

#main_ZF .out2 .box_txt .T_box .T p{
    color: #333;
    font-size: 0.3rem;
}

.but_box {
    position: fixed;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1rem;
}

.but_box .but{
    width: 46%;
    height: 60%;
    border: 1px solid #97b9f6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(56, 56, 241 , 0.8);
    font-size: 0.26rem;
    border-radius: 0.5rem;
    margin-right: 0.2rem;
    box-sizing: border-box;
}

.but_box button{
    margin-right: 0px !important;
    background: rgb(56, 56, 241 , 1);
    color: #FFF !important;
}