body{
    background: #F4F4F4;
}
.detail-cont{
    padding-bottom: 30px;
    min-height: 100vh;
}
.detail-item{
    background: #FFFFFF;
    border-radius: 10px;
    margin: 20px 30px 0;
    padding: 30px 30px 20px;
}
.detail-item-title{
    font-size: 28px;
    color: #333333;
    line-height: 28px;
    padding-bottom: 32px;
    border-bottom: 1px solid #F4F4F4;
    margin-bottom: 30px;
}
.detail-item-info{
    font-size: 28px;
    color: #333333;
    line-height: 32px;
    margin-bottom: 20px;
}
.detail-item-info span{
    color: #7E807E;
    margin-right: 20px;
    min-width: 84px;
    display: inline-block;
}
.color-red{
    color: #f79131 !important;
}
.detail-toast{
    margin: 40px 0;
    text-align: center;
    font-size: 28px;
    color: #7E807E;
    line-height: 28px;
}
.detail-toast a{
    color: #108391;
}
.show-btn{
    font-size: 30px;
    color: #FFFFFF;
    width: 240px;
    height: 68px;
    background: #108391;
    border-radius: 34px;
    margin:0 auto 20px;
    text-align: center;
    line-height: 68px;
}


.preordain_cover {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    background: black;
    opacity: 0.4;
}
.toCheck{
    position: fixed;
    width: 500px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0 3px 9px 1px rgba(102,102,102,0.18);
    border-radius: 8px;
    top: 50%;
    left: 40%;
    margin-top: -85px;
    margin-left: -150px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
}
.toCheck .buyDetail_btns{
    margin-top: 17px;
}
.toCheck .buyDetail_btns button:first-child{
    background: #4FC2B8;
}
.toCheck div:first-child{
    margin-top: 31px;
}
.buyDetail_btns button:first-child{
    width: 200px;
    height: 60px;
    background: #F79131;
    border-radius: 60px;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 30px;
    border: none;
    cursor: pointer;
}
.toBeVIP{
    position: fixed;
    width: 600px;
    height: 340px;
    background: #FFFFFF;
    box-shadow: 0 6px 18px 2px rgba(102,102,102,0.18);
    border-radius: 16px;
    top: 50%;
    left: 50%;
    margin-top: -170px;
    margin-left: -300px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.toBeVIP div:first-child{
    line-height: 20px;
    font-size: 32px;
    color: #666666;
    margin-top: 84px;
}
.toBeVIP div:nth-child(2){
    line-height: 20px;
    font-size: 32px;
    color: #666666;
    margin-top: 40px;
}
.toBeLevelVIP{
    position: fixed;
    width: 600px;
    height: 360px;
    background: #FFFFFF;
    box-shadow: 0 6px 18px 2px rgba(102,102,102,0.18);
    border-radius: 16px;
    top: 50%;
    left: 50%;
    margin-top: -170px;
    margin-left: -300px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.toBeLevelVIP img{
    width: 330px;
    margin-top: 30px;
}
.toBeLevelVIP div:first-child{
    line-height: 20px;
    font-size: 32px;
    color: #666666;
    margin-top: 84px;
}
.toBeLevelVIP div:nth-child(2){
    line-height: 20px;
    font-size: 32px;
    color: #666666;
    margin-top: 40px;
}
.buyDetail_btns{
    display: flex;
    align-items: center;
    margin-top: 52px;
}
.buyDetail_btns a:first-child,#handleSend{
    width: 240px;
    height: 60px;
    background: #F79131;
    border-radius: 30px;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 60px;
    border: none;
    cursor: pointer;
    text-align: center;
}
.buyDetail_btns input:last-child{
    width: 160px;
    height: 60px;
    background: #CCCCCC;
    border-radius: 30px;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 60px;
    margin-left: 20px;
    border: none;
    cursor: pointer;
}

.buyDetail_btns button:last-child{
    width: 120px;
    height: 60px;
    line-height: 60px;
    background: #CCCCCC;
    border-radius: 30px;
    font-size: 30px;
    color: #FFFFFF;
    border: none;
    margin-left: 20px;
}
.toSupplier{
    position: fixed;
    width: 640px;
    /*height: 800px;*/
    background: #FFFFFF;
    border-radius: 16px;
    top: calc(50% - 320px);
    left: 55px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 40px 40px;
}
.toSupplier_title{
    margin-top: 62px;
    line-height: 38px;
    font-size: 36px;
    font-weight: bold;
    color: #333333;
}
.formList{
    margin-top: 80px;
}
.formItem{
    height: 80px;
    border: 1px solid #CCCCCC;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    position: relative;
}
.formItem:last-of-type{
    margin-bottom: 0;
}
.formItem_name{
    height: 40px;
    line-height: 40px;
    border-right: 1px solid #CCCCCC;
    width: 120px;
    text-align: center;
    font-size: 28px;
    color: #333333;
}
.formItem input{
    margin-left: 18px;
    border: none;
    outline: none;
    width: 400px;
    height: 30px;
    line-height: 30px;
    font-size: 28px;
}
.toSupplier .buyDetail_btns{
    margin-top: 80px;
    padding-bottom: 20px;
}
.toSupplier p{
    line-height: 36px;
    font-size: 28px;
    color: #333333;
    margin-top: 40px;
}

.tip_result{
    background: #FFFFFF;
    flex-direction: column;
    align-items: center;
    border-top: 1px dashed #F79131;
    padding-top: 20px;
}
.can_look{
    font-size: 28px;
    color: #666666;
    line-height: 40px;
    text-align: center;
}
.type{
    font-size: 28px;
    color: #666666;
    line-height: 40px;
    text-align: center;
}
.can_look label,.already_look a{
    color: #F79131;
}
.already_look{
    font-size: 28px;
    color: #666666;
    line-height: 40px;
    margin-top: 3px;
    text-align: center;
}
.already_look label{
    color: #F79131;
}
.already_look a{
    text-decoration: underline;
}
.toSupplier label{
    line-height: 35px;
    font-size: 25px;
    color: #8a8989;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    margin-top: 25px;
    display: none;
    position: absolute;
    min-width: 439px;
    height: 230px; /* 设置你想要的高度 */
    overflow-y: auto; /* 启用垂直滚动条 */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border: 1px solid #4FC2B8;
    background: white;
}
.dropdown-menu::-webkit-scrollbar{
    display: none;
}
.go_product{
    text-decoration: underline;
    font-size: 12px;
    color: #0043f4;
    margin-left: 62%;
}
.dropdown-menu li {
    color: black;
    padding: 12px 16px;
    font-size: 25px;
    text-decoration: none;
    display: block;
}
.dropdown-menu li:hover {
    background-color: #f1f1f1;
}
.dropdown-arrow:after{
    content: '\25BC';
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 25px;
    color: #666;
    transition: all .2s;
}
.dropdown-arrow.down:after{
    transform: rotate(180deg);
}
.show {
    display: block;
}
