.drawer-box{padding-top:50px;padding-left:30px;padding-right:30px}.user-login{width:100%;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:5px;align-items:center}.reset-title{margin-bottom:20px}.close-icon{margin-left:20px;width:25px;height:25px;cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:center;color:#333}.close-icon:hover{color:#666}.close-icon-img{font-size:20px}.login-title{font-size:24px;font-weight:700;color:#333}.create-desc{font-size:13px;color:#999;text-decoration:underline 1px #999;cursor:pointer;transition:color .1s;margin-bottom:25px}.create-desc:hover{color:#333}.form-item{margin-bottom:20px}.label{margin-bottom:5px;font-size:14px;color:#333;font-weight:400}.required:after{content:"*";color:red}.input-box{width:100%;height:40px;border:1px solid #ddd;border-radius:4px;display:flex;flex-direction:row;align-items:center}.input-box input{width:100%;height:100%;border:none;outline:0;padding:0 10px;color:#333;font-size:14px;background:0 0}.textarea-box{width:100%;height:auto;border:1px solid #ddd;border-radius:4px;display:flex;flex-direction:row;align-items:center}.textarea-box textarea{width:100%;height:100%;border:none;outline:0;padding:6px 10px;color:#333;font-size:14px}.textarea-box textarea::-webkit-input-placeholder{color:#999;font-size:13px}.send-button{padding:5px;margin-right:5px;background-color:#333;color:#fff;text-align:center;border-radius:4px;font-size:14px;cursor:pointer}.send-button:hover{background-color:#666}.password-desc{margin-bottom:20px;font-size:13px;color:#999;text-decoration:underline 1px #999;cursor:pointer;transition:color .1s}.password-desc:hover{color:#333}.login-button{width:100%}.submit-button{border-radius:30px;width:100%;height:40px;border:none;outline:0;background-color:#333;color:#fff;font-size:14px;cursor:pointer;transition:background-color .1s}.submit-button:hover{background-color:#666}.cancel-button{display:block;height:40px;border:none;outline:0;background-color:#fff;color:#666;font-size:14px;cursor:pointer;transition:background-color .1s;text-decoration:underline 1px #666;margin:0 auto}.cancel-button:hover{color:#969696;text-decoration:underline 1px #969696}.goods-box{height:150px;display:flex;flex-direction:row;align-items:center;padding-bottom:20px;border-bottom:1px solid #ddd}.goods-img-box{width:120px;height:120px;min-width:80px;min-height:80px}.goods-img-box img{width:100%;height:100%;object-fit:contain}.goods-num-box{padding:0 20px;height:100%;display:flex;flex-direction:column;justify-content:space-between;flex:1}.goods-num-name{font-size:14px;color:#333;font-weight:400}.goods-num-title{font-size:14px;color:#666;font-weight:400}.goods-num-button{gap:10px;margin-top:10px;display:flex;flex-direction:row;align-items:center}.goods-num-button-box{width:35px;height:35px;cursor:pointer;border-radius:5px;text-align:center;position:relative;transition:background-color .2s;border:1px solid #ddd}.goods-num-button-box .iconfont{font-size:18px}.goods-num-button-box:hover{border:unset;background-color:#999}.goods-num-input-box{display:inline-block;width:40px;height:35px;border:1px solid #ddd;border-radius:5px;text-align:center}@media screen and (max-width:768px){.goods-num-button-box{width:35px;height:35px}.goods-num-button-box .iconfont{font-size:16px}.goods-num-input-box{width:35px;height:35px}}.goods-num-input{text-align:center;font-size:15px;font-weight:700;width:calc(100% - 26px);height:100%}.goods-money-box{width:120px;height:100%;display:flex;flex-direction:column;justify-content:space-between}.goods-money-c{color:#cb122f;font-weight:700;font-size:15px}.goods-money-o{color:#999;font-size:15px;text-decoration:line-through}.goods-money-total-box{height:77px;display:flex;flex-direction:column;justify-content:space-between}.goods-money-total{font-weight:700;font-size:20px}.goods-num-total{height:36px;line-height:36px;font-weight:600;font-size:20px}.submit-title{margin-top:20px}