/*
 * syalert.css
 * Version - 1.0
 * Copyright (c) 2019 sy
 */
@charset "utf-8";

.sy-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 1000
}

.sy-alert {
    position: fixed;
    display: none;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    width: 600px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9999;
    padding-bottom: 20px;
    top:50%;
    margin-top: -200px;
}

.sy-alert.animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

.sy-alert .sy-title {
    height: 45px;
    color: #333;
    line-height: 45px;
    font-size: 15px;
    border-bottom: 1px solid #eee;
    padding: 0 12px
}

.sy-alert .sy-content {
    padding:10px 20px 10px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    overflow-y: auto
}

.sy-alert .sy-btn {
    width: 100%;
    height:50px;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
}

.sy-alert .sy-btn button {
    border: 0;
    cursor: pointer;
    width:100%;
    text-align: center;
    display:block;
    height: 40px;
    line-height: 40px;
    margin: 0px 20px;
    border-radius: 5px;
}

.sy-alert .sy-btn button:nth-child(1){
    background-color: #343434;
    color: #ffffff;
}
.sy-alert .sy-btn button:nth-child(2){
    border: 1px solid #666666;
    background-color: #ffffff;
    color: #666666;
    
}

.sy-alert .sy-btn button:hover{
    text-decoration: underline;
}

.sy-alert.sy-alert-tips {
    text-align: center;
    width: 150px;
    background: rgba(0, 0, 0, 0.7)
}

.sy-alert.sy-alert-tips .sy-content {
    padding: 8px;
    color: #fff;
    font-size: 14px
}

.sy-alert.sy-alert-model .sy-content {
    text-align: left
}

.sy-alert.sy-alert-model .sy-content .form .input-item {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: flex;
    flex-wrap: nowrap;
    margin-top: 10px;
}
.sy-alert.sy-alert-model .sy-content .form .input-item:nth-child(2){
    height: 14px;
    line-height: 14px;
}

.sy-alert.sy-alert-model .sy-content .form .input-item input {
    display: block;
    position: relative;
    width: 90%;
    border: 1px solid #eee;
    padding: 10px
}

.sy-alert.sy-alert-model .sy-content .form .input-item .getcode {
    border: 0;
    top: 0;
    right: 0;
    position: absolute;
    background: 0;
    line-height: 37px;
    color: #f60;
    width: 100px;
    text-align: center
}

.sy-alert.sy-alert-model .sy-content .form .input-item select{
    width: 90%;
    border: 1px solid #eee;
    padding: 10px
}

.input-item span{
    width: 72px;
    height: 40px;
    line-height: 40px;
}


.quantity button{
    width:40px;
    height: 40px;
    border: 1px solid #ebebeb;
    background-color: #f2f2f2;
    
}


.quantity input{
    width: 20% !important;
    text-align: center;
    border-left: 0px !important;
    border-right: 0px !important;
}

.pj-alert .sy-title{
    width: 600px;
    position: fixed;
    background-color: #ffffff;
}

.sy-alert .close{
    border: 0px;
    background: none;
    font-weight:normal;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    color: #666666;
}

.pj-alert{
    margin-top: -40vh;
    height:80vh;
    overflow-y: scroll;
}

.pj-alert .pj-ms{
    text-align: left;
}

.pj-alert .pj-img img{
    width: 166px;
    height: 120px;
}

.pj-alert .sy-content{
    margin-top: 30px;
}

/* 隐藏整体滚动条 */
.pj-alert::-webkit-scrollbar {
    display: none; /* 对于WebKit浏览器隐藏滚动条 */
}
 
/* 对于IE和Edge */
.pj-alert {
    -ms-overflow-style: none; /* IE和Edge */
}
 
/* 对于Firefox */
.pj-alert{
    scrollbar-width: none; /* Firefox */
}
