.xa-modal,.xa-modal .modal-container,.xa-modal .modal-cover{top:0;left:0;right:0;bottom:0}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}.animated{-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.xa-modal{display:none;background:rgba(0,0,0,.3);z-index:1999;padding:30px 0;position:fixed;overflow-x:hidden;overflow-y:auto}.xa-modal .modal-cover{position:absolute;z-index:10;background:rgba(0,0,0,.3)}.xa-modal .modal-container{position:absolute;z-index:100;width:40%;border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);background:#fff;margin:auto;height:500px}.xa-modal .modal-header{padding:16px;font-size:16px;border:1px solid #e5e5e5}.xa-modal .modal-content{padding:16px;overflow-y:auto;height:380px;border-bottom:1px solid #e5e5e5}.xa-modal .modal-footer{display:flex;padding:16px;justify-content:flex-end}.xa-modal .modal-button{font-size:16px;padding:6px 12px;text-align:center;margin-left:8px;border-radius:4px;cursor:pointer;background-color:#e3e3e3}.xa-modal .modal-button[type=primary]{background-color:#0069d9;color:#fff}@media screen and (max-width:768px){.xa-modal .modal-container{width:94%}.xa-select-container{position:relative;width:100%}.xa-select-container .xa-select-main{padding:10px;border:1px solid #dce1e4;border-radius:4px;display:flex;flex-direction:row;justify-content:space-between}.xa-select-container .xa-select-main>div{width:80%}.xa-select-container .xa-select-main i{float:right}.xa-select-container .xa-select-options{position:absolute;top:100%;left:0;width:100%;background-color:#fff;border:1px solid #dce1e4}.xa-select-container .xa-select-options>li{padding:10px;border-bottom:1px solid #DCE1E4;cursor:pointer}.xa-select-container .xa-select-options>li[data-selected='1']{background-color:#e6f7ff}.xa-select-container .xa-select-options>li:last-child{border-bottom:none}}@media screen and (min-width:769px){.xa-select-container{position:relative;font-size:16px;line-height:24px;width:300px}.xa-select-container .xa-select-main{padding:20px;height:60px;border:1px solid #dce1e4;border-radius:10px;cursor:pointer}.xa-select-container .xa-select-main>div{width:240px;float:left;cursor:pointer}.xa-select-container .xa-select-main i{float:right;cursor:pointer}.xa-select-container .xa-select-options{position:absolute;top:59px;left:0;width:100%;border:1px solid #dce1e4}.xa-select-container .xa-select-options>li{padding:10px 24px;border-bottom:1px solid #DCE1E4;cursor:pointer}.xa-select-container .xa-select-options>li[data-selected='1']{background-color:#e6f7ff}.xa-select-container .xa-select-options>li:last-child{border-bottom:none}}.xa-table{width:100%;border:1px solid #e5e5e5}.xa-table td{font-size:14px;line-height:22px;padding:8px;border-bottom:1px solid #e5e5e5}.xa-table thead{background-color:#F7F7F7}.xa-table thead>td,.xa-table tr>td{border-right:1px solid #e5e5e5}.xa-table thead>td:last-child,.xa-table tr>td:last-child{border-right:none}