@charset "utf-8";
.tagging-right{ position:absolute; bottom:10px; right:10px; background-color:#E62828; vertical-align:middle; color:#fff;  font-size:14px; line-height:1; padding:5px 10px; border-radius:6px; }
/*cross-btn*/
.cross-btn { margin:10px 0px; }
.cross-btn li{ float:left; border:1px #9A9797 solid; margin-right:-1px }
.cross-btn li:last-of-type { margin-right:0; }
/* .cross-btn li:last-child { float:right; border:none; } */
.cross-btn li a { display:block; padding:15px 25px; text-decoration:none; color:#333; background:#fff; }
.cross-btn li a:hover { color:#fff; background:#c33; }
/* .cross-btn-login{ width:136px; height:48px; line-height:48px; background:#4e6ef2; border-radius:10px; font-size:17px; font-weight:800; border:0; color:#fff; cursor:pointer; } */
/*cross-box*/
.cross-box{ width:calc(25% - 25px); word-spacing:normal; margin-left:30px; margin-bottom:30px; display:inline-block; vertical-align:top; line-height:1.7em; text-align:center; }
.cross-box:nth-of-type(4n+1){ margin-left:0px; }
.cross-box a:link, .contact-box a:visited { color:#333; text-decoration:none; }
.cross-box a:hover{ color:#c33; text-decoration:none; }
.cross-box .pic{ box-shadow:0 0 20px rgba(29, 32, 135, 0.2); border-radius:5px; overflow:hidden; position:relative; }
.cross-box .pic img{ width:calc(100%); cursor:pointer; transition:all 0.6s; }
.cross-box .pic img:hover{ transform:scale(1.1); }
.cross-box h3 { width:70%; display:inline-block; margin:10px 0px; }
.cross-download-btn { float:right; margin-top:10px; width:60px; height:28px; line-height:28px; font-size:11px; background:#4e6ef2; border-radius:5px; border:0; color:#fff; cursor:pointer;}
/**/
.cross-pop-mask{ top:0px; left:0px; position:fixed; width:100%; height:100%; opacity:0.15; z-index:60000; background-color:#000; }
.cross-pop-close{ position:absolute; right:16px; top:12px; width:21px; height:21px; outline:0; display:block; background:url(/img/pop-close.png) no-repeat center center / 100% 100%; cursor:pointer; }
.cross-pop-login{ top:50%!important; left:50%!important; position:fixed!important; transform:translate(-50%,-50%); z-index: 60001; padding:46px; width:320px; background:#fff; border-radius:15px; }
.cross-text-input{ caret-color:#4e6ef2; box-sizing:border-box; box-shadow:rgba(29, 32, 135, 0.2) 0 0 3px 2px; padding:10px 20px; width:320px; height:48px; line-height:20px; border:1px solid #999; font-size:14px; color:#333; }
.cross-button{ width:320px; height:48px; line-height:48px; background:#4e6ef2; border-radius:10px; box-shadow: 0 6px 16px 0 rgb(78 111 242 / 30%); font-size:17px; font-weight:800; border:0; color:#fff; cursor:pointer; }
.cross-timer{display:block; position:absolute; right:14px; top:16px; width:100px; font-size:16px; line-height:16px; transition:.3s; color:#4e6ef2; border:0; border-left:1px solid #dedede; background-color:#fff; cursor:pointer; z-index:100; }
.coross-pop-err{ color:#f00; }