.page-mask{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    z-index: 999999;
}
.page-modal{
    width: 500px;
    margin: 0 auto;
    margin-top: 100px;
    background-color: white;
    border-radius: 4px;
    position: relative;
}
.page-modal-notice{
    width: 70vw;
    color: var(--content);
}
.page-modal-title{
    padding: 20px 0px;
    color: var(--content);
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,.1);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.page-modal-title div{
    margin: 0px 20px;
    cursor: pointer;
    /* padding-bottom: 15px; */
}
.page-modal-title-pad div{
    padding-bottom: 15px;
}
.page-modal-title-selected{
    color: var(--red);
    border-bottom: 3px solid var(--red);
}
.page-modal-close{
    position:absolute;
    right: 20px;
    font-size: 20px;
    cursor: pointer;    
}
.page-modal-close:hover{
    animation: close-hover 1s forwards;
}
@keyframes close-hover{
    /*声明过渡效果*/
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(-180deg);
    }
}
.page-modal-body{
    height: 400px;
    width: 100%;
    overflow-y: auto;
}
.page-modal-body-small{
    width: 26vw;
    height: 26vw;
    padding: 1vw;
    overflow: hidden;
}

.page-modal-body-sign{
    height: 150px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.page-modal-body-sign span{
    color: var(--red);
    font-weight: bold;
}
.page-modal-body-cus{
    height: 150px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.page-modal-body-cus-imp{
    color: var(--red);
    cursor: pointer;
    cursor: pointer;
}
.page-modal-foot{
    padding: 20px 0px;
    color: var(--content);
    text-align: center;
    border-top: 1px solid rgba(0,0,0,.1);
}
.page-modal-foot span{
    font-size: 14px;
    margin: 0px 10px;
    cursor: pointer;
}
.page-modal-foot-add{
    border: 1px solid var(--grey);
    border-radius: 30px;
    height: 20px;
    padding: 4px 12px;
    width: 140px;
    outline: none;
}
.page-modal-download{
    width:750px;
    margin-top: 20vh;
    height: 380px;
    display: flex;
}
.page-modal-download-img{
    height: 380px;
    width: 250px;
    border-radius: 4px 0px 0px 4px;
    background-size:100% 100%;
}
.page-modal-download-body{
    flex: 1;
    color: var(--grey);
    font-size: 12px;
}
.page-modal-download-title{
  
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.page-modal-body-download{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 15px;
}
.page-modal-body-download a{
    color: var(--red);
    text-decoration: none;
}
.page-modal-download-mobi{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 20px 0px;
}
.page-modal-download-mobi-d{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px 20px;
    padding: 15px 0px;
    width: 90px;
    border-radius: 4px;
    line-height: 30px;
    border: 2px solid var(--grey);
}
.page-modal-download-mobi-d span{
    font-weight: bolder; 
    font-size: 16px;
}
/*  */
.drag_module_maindash {
    position: absolute; 
    width: 460px; 
    border: 1px dashed var(--grey); 
    background: #ececec;
    opacity: .7; 
}
.drag_module_dash {
    position: static;
    width: 460px;
    height: 72px;
    margin: 0px 20px;
    border: 1px dashed var(--grey); 
}

/* 收藏夹 */
.user-collect-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 0px;
    margin: 0px 20px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    cursor: pointer;
    justify-content: space-between;
}
.user-collect-item span{
    color: #aeaeae;
    margin: 0px 5px;
    cursor: pointer;
    font-size: 14px;
}
.user-collect-item span:hover{
    color: var(--content);
}
.user-collect-name{
    flex: 1;
    border-radius: 30px;
    border: 1px solid rgba(0,0,0,.1);
    height: 30px;
    margin: 0px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 15px;
}
.user-collect-name input{
    border: 0px;
    outline: none;
    font-size: 14px;
    color: var(--content);
    width: 100%;
}
.user-collect-name > input::-webkit-input-placeholder {
    color: var(--grey);
    font-size: 14px;
}
.user-collect-move{
    font-size: 16px !important;
    cursor:move !important;
}
.user-collect-item-selected{
    display: block;
    color: var(--red);
}
.user-collect-item-selected div{
    color: var(--red);
    float:right;
}
.user-collect-item-confirm{
    background: var(--red);
    color: white;
    float:right;
    font-size: 14px;
    padding: 5px 30px;
    border-radius: 30px;
    cursor: pointer;
}

/* 登录 */
.modal-login{
    width: 800px;
    display: flex;
}
.modal-login-left{
    width:300px;
    height:400px;
    background-size:100% 100% !important;
    padding: 50px;
    color: white;
    font-size: 25px;
    border-radius: 4px 0px 0px 4px;
}
.modal-login-right{
    padding: 50px 50px 20px 50px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.modal-login-close{
    font-size: 25px;
    color: var(--content);
    position: absolute;
    z-index: 999;
    margin-left: 765px;
    margin-top:10px;
    cursor: pointer;
}
.modal-login-close:hover{
    animation: close-hover 1s forwards;
}
.modal-login-right input{
    outline:none;
    border: 1px solid var(--grey);
    padding: 10px 15px;
    height:15px;
    border-radius: 20px;
    
    font-weight: 25px;
    padding-bottom: 10px;
}
.modal-login-right input::-webkit-input-placeholder {
    color: var(--grey);
}
.modal-login-title{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 40px;
}
.modal-login-tag{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-top:-18px;
    padding: 0px 5px;
    align-items: center;
}
.modal-login-link{
    cursor: pointer;
    color: var(--red);
}
.modal-login-line{
    width: 80px;
    border-top:1px solid var(--grey);
    height: 1px;
}
.modal-login-other{
    margin-top:15px;
}
.modal-login-other div{
    height: 20px;
    width: 70px;
    line-height: 60px;
    margin: 10px 10px 0px 10px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.modal-login-other span{
    font-size: 35px !important;
}
.modal-login-other p{
    font-size: 14px !important;
    color: var(--grey)
}
.modal-login-foot{
    color: var(--grey);
    text-align: left;
    padding: 5px;
    margin-bottom:50px;
}
.modal-login-code{
    font-size: 5px;
    padding: 10px 15px;
    /* color: var(--link);
    flex: 1;
    text-align: center;
    border: 1px solid #6d92b6;
    padding: 10px;
    margin-left: 30px;
    margin-top: -60px;
    cursor: pointer; */
}
.modal-login-code2{
    color: #6d92b6;
    cursor: pointer;
    margin-left: 10px;
}
.modal-login-code_disabled{
    border: 1px solid var(--grey);
    color: var(--grey);
    cursor:default;
}
.modal-login-code_disabled2{
    color: var(--grey);
    cursor:default;
}
/*  */

.modal-confirm{
    margin: 0 auto;
    top: 30vh;
    width: 300px;
    background-color: white;
    border-radius: 4px;
    position: relative;
}
.modal-confirm-title{
    color: var(--subtitle);
    padding: 10px 20px;
    font-size: 14px;
}
.modal-confirm-body{
    color: var(--content);
    border-top: 1px solid #e8eaec;
    border-bottom: 1px solid #e8eaec;
    padding:25px;
}
.modal-confirm-foot{
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.modal-confirm-foot :first-child{
    color: #808695;
}
.modal-confirm-foot :last-child{
    color: white;
    background-color: var(--red);
    border-radius: 0px 0px 4px 0px;
}
.modal-confirm-foot div{
    padding: 12px;
    width: 50%;
    text-align: center;
    cursor: pointer;
}



.form-select{
    color: var(--red);
    width: 300px;
    /* background: #f4f4f4; */
    border: 1px solid #dddddd;
    border-radius: 30px;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    text-align: left;
    cursor: pointer;
    color: #757575;
    margin-top: 30px;
    display: flex;
}
.form-select>div{
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.form-select-icon{
    float:right;
}
.form-select-ul{
    list-style-type:none;
    width: 340px;
    border: 1px solid #e8eaec;
    color: var(--subtitle);
    font-size: 14px;
    position: absolute;
    background-color: white;
    border-radius: 4px;
    margin-top:-25px;
    margin-left:78px;
}
.form-select-ul-pay{
    width: 250px;
    margin-top:0px;
    margin-left:0px;
}
.form-select-ul > li{
    margin: 10px;
    padding: 5px;
    border-radius: 4px;
    border-bottom: 1px solid #e8eaec;
    cursor: pointer;
}
.form-select-ul > li:hover{
    background-color: var(--red);
    color: white;
}
.page-modal-signin{
    top: 7vh;
    width: 700px;
    display: flex;
    flex-direction: row;
    height: 475px;
    color: var(--subtitle);
    padding: 15px;
    font-size: 13px;
}
.modSign-left{
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.modSign-right{
    flex: 1;
}
.modSign-title{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 10px 0px;
    align-items: center;
}
.modSign-title div:first-child{
    margin-left: 10px;
}
.modSign-title div:last-child{
    margin-right: 10px;
}
.modSign-qa{
    font-size: 8px;
    margin-left: 5px;
    cursor: pointer;
}
.modSign-title div{
    background-color: #f4f3f2;
    text-align: center;
    color: var(--red);
    margin: 0px 4px;
    width: 17px;
    font-size: 8px;
    border-radius: 2px;
}
.modSign-qaDesc{
    width: 220px;
    border: 1px solid #eeeeee;
    background-color: white;
    padding: 5px 8px;
    border-radius: 4px;
    position: absolute;
    margin-left: 55px;
    margin-top: 32px;
    color: var(--whitegrey);
    z-index: 999;
    font-size: 11px;
    line-height: 22px;
    box-shadow: 5px 5px 5px -5px #dddddd;
}
.modSign-gift{
    background-image: url(../../static/image/bg-sign-left.png);
    width: 280px;
    height: 420px;
    display: flex;
    flex-direction: column;
    margin-top:10px;
    /* align-items: center; */
}
.modSign-gift-progress{
    margin-top: 45px;
}
.modSign-gift-progressbg{
    background-color: rgba(197, 56, 56, 0.4);
    height: 10px;
    width: 240px;
    border-radius: 10px;
    margin-left: 20px;
}
.modSign-gift-progressjd{
    position:fixed;
    background-color: var(--red);
    margin-top: -10px;
}
.modSign-gift-progress-img{
    margin: -18px 35px;
    position: fixed;
    display: flex;
    z-index: 99;
    width: 210px;
    justify-content: space-between;
    color: #dddddd;
}
.modSign-gift-progress-img img{
    width: 23px;
    height: 20px;
}
.modSign-gift-progress-img div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center    
}
.modSign-gift-msg{
    margin-top:250px;
    color: #bf560f;
    font-weight: bold;
    width: 100%;
    text-align: center;
    font-size:22px;
}
.modSign-gift-msg span{
    margin: 0px 5px;
    font-size: 25px;
    background-color: #fde670;
    border-radius: 4px;
    padding: 0px 10px;
}
.modSign-gift-btn{
    width: 100%;
    text-align: center;
    margin-top: 25px;
}
.modSign-gift-btn-span{
    background-color: var(--red);
    padding: 5px 30px;
    border-radius: 8px;
    color: #fde670;
    font-size: 20px;
    border: 2px solid #fde670;
    cursor: pointer;
    box-shadow: 6px 6px 6px -5px #333333;
}
.modSign-gift-btn-span:hover{
    box-shadow: 8px 8px 8px -5px #333333;
}
.modSign-gift-btn-spanDis{
    background-color: var(--grey);
    border: 2px solid #aeaeae;
    color: white;
    cursor: default;
}
.modSign-calendar{
    padding: 10px 20px;
}
.modSign-calendar-title{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px 20px;
    background-color: var(--grey);
    color: white;
    border-radius: 15px;
}
.modSign-calendar-title div{
    width: 50px;
    text-align: center;
}
.modSign-calendar-body{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    padding: 10px 20px;
    color: var(--content);
    border-radius: 15px;
}
.modSign-calendar-body div{
    width: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 60px;
}
.modSign-y{
    color: var(--grey);
}
.modSign-today{
    background-color: var(--red);
    color: white;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    line-height: 25px;
    margin-top: -2px;
}
.modSign-history{
    background-color: var(--grey);
    color: white;
    width: 22px;
    height: 22px;
    border-radius: 22px;
    line-height: 22px;
    text-align: center;
}

.page-modal-feedback{
    top: 7vh;
    width: 600px;
    height: 475px;
    padding: 16px;
    color: var(--content);
}

.page-modal-feedback-body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.page-modal-feedback-body textarea{
    width: 500px;
    outline:none;
    margin-top:20px;
    border-color: #ececec;
    border-radius: 4px;
    padding: 15px;
}
.page-modal-feedback-scoretxt{
    color: var(--red);
    margin: 30px 0px 10px 0px;
}
.page-modal-feedback-score{
    margin: 5px;
    color: var(--grey);
}
.page-modal-feedback-score span{
    font-size:20px;
    margin: 0px 5px;
    cursor: pointer;
}
.page-modal-feedback-action{
    margin-top:40px;
}
.page-modal-feedback-action span{
    margin: 0px 20px;
}
.page-modal-comment{
    top: 7vh;
    width: 600px;
    height: 200px;
    padding: 16px;
    color: var(--content);
}
.page-modal-comment-action{
    width: 88%;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}
.page-modal-comment-action span{
    padding: 5px 20px !important;
    font-size: 12px !important;
}