* {
    margin: 0;
    padding: 0;
    user-select: none;
}
.flex {
    display: flex;
}
.contant {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #EE5D54;
    min-width: 1200px;
}
.topBj {
    background: url(../image/new/bj.png) no-repeat center;
    height: 600px;
    width: 100%;
}
.inputBtn {
    min-width: 1124px;
}
.packge {
    background: #fefaf1;
    border-radius: 20px;
    height: 400px;
    min-width: 1124px;
    margin-bottom: 20px;
    padding: 40px;
    z-index: -1;
}
.title {
    display: flex;
    justify-content: center;
}
.title img {
    width: 350px;
    height: 44px;
}
.btnCopy {
    color: #c93d0d;
    font-size: 26px;
    font-weight: bold;
    background: url(../image/new/btn.png) no-repeat center;
    width: 250px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 5px;
    margin-left: 20px;
    user-select: none;
}
.btnCopy :hover {
    cursor: pointer;
    color: #c93d0d;
}
.input {
    width: calc(100% - 270px);
}
.pre {
    margin-top: 250px;
    width: calc(100% - 40px);
    height: 20px;
    background: #f14e43;
    display: flex;
    align-items: center;
    border-radius: 30px;
    position: relative;
    padding: 0.5px 2px;
}
.line {
    height: 16px;
    background: linear-gradient(135deg, #fb9e1e 25%, #feea26 0, #feea26 50%, #fb9e1e 0, #fb9e1e 75%, #feea26 0);
    background-size: 30px 30px;
    border-radius: 30px;
}
.tip {
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
}
.myYq img {
    width: 100px;
    height: 100px;
}
.myYq .flex {
    margin-top: 50px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.myYq .title {
    color: #4a4a4a;
    font-size: 26px;
}
.price {
    color: #ee5d54;
    font-size: 48px;
    font-weight: bold;
}
.circular {
    position: absolute;
    top: -3px;
    width: 20px;
    height: 20px;
    background: #e52722;
    border: 3px solid #ffc89a;
    border-radius: 50%;
}
.yqrs {
    position: absolute;
    top: 46px;
    white-space: nowrap;
    color: #000;
    font-size: 16px;
}
.yqrs0{
    left: 7%;
}
.yqrs1{
    left: 35%;
}
.yqrs2{
    left: 62%;
}
.yqrs3{
    left: 97%;
}
.price_img {
    position: absolute;
    top: -205px;
    width: 222px;
    height: 200px;
    background: url('../image/new/price_y.png') no-repeat center;
}
.packgePrice {
    width: 220px;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    color: #D1425E;
    margin-top: 18px;
}
.male20 {
    margin-left: 20px;
}
.male25 {
    margin-left: 25px;
}
.price_img0 {
    left: 0%;
}
.price_img1 {
    left: 27%;
}
.price_img2 {
    left: 54%;
}
.price_img3 {
    left: 80%;
}
.circular0 {
    left: 8%;
}
.circular1 {
    left: 36%;
}
.circular2 {
    left: 63%;
}
.circular3 {
    left: 98%;
}
.detail {
    display: flex;
    justify-content: flex-end;
    margin: 40px 0;
    position: relative;
    z-index: 999;
}
.detail img {
    width: 200px;
    height: 50px;
}
.model {
    position: absolute;
    padding: 10px;
    border-radius: 5px;
    top: 60px;
    width: 1000px;
    background: rgb(255, 202, 209);
}
.sjx {
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent rgb(255, 202, 209);
    position: absolute;
    right: 57px;
    top: -10px;
}
.detail_txt {
    margin-top: 10px;
    line-height: 20px;
    height: 400px;
    overflow: auto;
}
input[type="text"] {
    color: #b48a47;
    box-sizing: border-box;
    font-size: 1.4em;
    height: 2.7em;
    border-radius: 4px;
    border: 1px solid #c8cccf;
    -web-kit-appearance: none;
    -moz-appearance: none;
    display: block;
    outline: 0;
    padding: 0 1em;
    text-decoration: none;
    width: 100%;
}
.option {
    background-color: #fefaf1;
    opacity: 0.5;
}

.model p,.model span {
    color: rgb(89, 89, 89) !important;
}

input:disabled{
    background-color : #F5F5F5 ;
    color : #b48a47 ;
}
.optionCircular {
    opacity: 0.5;
}