@charset "utf-8";


.PageBuy_psr{
    box-sizing: border-box;
    min-height:560px;
    margin-top:20px;
    overflow: hidden;
}

.Content .PageBuy_psr  .title{
    color:#4e4e4e;
    font-size:22px;
    font-weight:bolder;
    padding:20px 34px;
    border-bottom:2px solid #e6e6e6;
}
.Content .PageBuy_psr .liForm{
    width:70%;
    margin:0 auto;
    padding:30px;
    box-sizing: border-box;
    display: flex;
    justify-content:space-between;
    flex-direction: column
}

.Content .PageBuy_psr .liForm .input{
    box-sizing: border-box;
    display: flex;justify-content:space-between;
    flex-wrap: wrap;
    margin-bottom:28px;
}
.Content .PageBuy_psr .liForm .input .t{
    width:160px;
    padding-right:10px;
    text-align: right;
    font-weight: bolder;
    color:#4e4e4e;
    display: flex;
    align-items: center;
    justify-content: right;
    font-size:16px;
}
.Content .PageBuy_psr .liForm .input .t i{
    padding-right:3px;
    color:red;
    font-weight: bolder;
    font-size:20px;
    position: relative;
    top:3px;
}
.Content .PageBuy_psr .liForm .input .v{
    flex:1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content:left;
    position: relative;
}
.Content .PageBuy_psr .liForm .input .v .errorHtml{
    color: #e72528;
    clear: both;
    min-height: 22px;
    font-size: 14px;
    transition: color .3s cubic-bezier(.215,.61,.355,1);
    position: absolute;
    left:0;
    top:100%;
}
.Content .PageBuy_psr .liForm .input .v i.iconfont{
    display: none;
    opacity:0.2;
    position: absolute;
    right:10px;
    top:10px;
    cursor: pointer;
    z-index:999;
}
.Content .PageBuy_psr .liForm .input .v i.iconfont:hover{
     opacity:0.7;
 }
.Content .PageBuy_psr .liForm input,.Content .pagesF .liForm textarea{
    border:1px solid #e6e6e6 ;
    border-radius:4px;
    box-sizing: border-box;
    padding:5px;
    line-height:28px;

}
.Content .PageBuy_psr .liForm .input .input1{
    width:100%;
    position: relative;

}
.Content .PageBuy_psr .liForm .input .inputLL{
    flex:1;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content:space-between;
}
.Content .PageBuy_psr .liForm .input .inputLL .input1{
    width:64%;
}

.Content .PageBuy_psr .liForm .input .input3{
    width:35%;
    position: relative;
    cursor: pointer;
}
.Content .PageBuy_psr .liForm .input .input3 .i-b{
    right: 20px;
    top: calc(50% - 13px);
}
.Content .PageBuy_psr .liForm .input .input3 .input1{
    /*height:47px;*/
    width:100%;
    box-sizing: border-box;

}
.Content .PageBuy_psr .liForm .input .input4{
    width:100%;
    resize:none;
    border:1px solid #e6e6e6;
    border-radius:8px;
    box-sizing: border-box;
    padding:15px;
    line-height:22px;
}


.Content .PageBuy_psr .liForm .sub{
    background-image: linear-gradient(to right, #c0252c 50%, #c0252c 100%);
    color:#fff;
    font-size:14px;
    padding:10px 0;
    border-radius:25px;
    font-weight: bold;
    width:150px;
    margin:0 auto;
    text-align: center;
    cursor: pointer;
}

.Category{
     position: relative;
     z-index:8;
     cursor: pointer;
 }
.Category #Categoryinput1 {
    width: 100%;
    padding-right:45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.Category  .i-x{
    visibility: hidden;
    position: absolute;
    line-height:12px;
    height:15px;
    width: 15px;
    right: 15px;
    font-size:11px;
    border-radius:50%;
    top: calc(50% - 10px);
    background:#f3f3f3;
    color: #6e6e6e;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;

}



.Category .max{
    margin-top:5px;
    position: absolute;
    width:806px;
    top:100%;
    left:0;
    display: flex;
    justify-content:start;
    border-radius:8px;
    visibility: hidden;
    transition: all .3s;

}
/*.Category:hover .max{*/
/*    visibility:visible;*/
/*}*/
.Category .max .A{
    border-radius: 8px 0 0 8px;
}
.Category .max .A,.Category .max .B {
    height: 200px;
    overflow: auto;
    width: 300px;
    background: #fff;
    box-shadow: 0 6px 15px rgba(36, 37, 38, 0.18);


}
.Category .max .B {
    display: none;
}
.Category .max .C{
    height: 200px;
    width:200px;
    overflow: auto;
    background:#fff;
    box-shadow: 0 6px 15px rgba(36, 37, 38, 0.18);
    border-radius:0 8px 8px 0;
    display: none;

}
.Category .max .li{
    box-sizing: border-box;
    position: relative;
    padding: 10px 0 10px 5px;
    /*white-space: nowrap;*/
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.Category .max .li i{
     right:15px;
}
.Category .max .li:hover{
    background: #ececec;
    color:#c0252c;
    cursor:pointer;
}
.Category .max .liok{
    color:#c0252c;
}

