.modal-two{width:100%;height:100%;position:fixed;left:0;top:0;z-index:1000;background-color:rgba(0,0,0,.4)}.modal-content{display:flex;flex-flow:column nowrap;border-radius:.1rem;justify-content:space-between;width:80%;margin:100px auto 0;background-color:#fff;-webkit-animation:zoom .6s;animation:zoom .6s;resize:both;overflow:auto}@-webkit-keyframes zoom{0%{-webkit-transform:scale(0)}to{-webkit-transform:scale(1)}}@keyframes zoom{0%{transform:scale(0)}to{transform:scale(1)}}.modal-header{box-sizing:border-box;justify-content:space-between;align-items:center;display:block;padding:0}.modal-header .closed{width:96%;height:30px;text-align:right;position:relative;font-weight:400;color:#333}.modal-header .closed img{width:20px;padding-top:10px;cursor:pointer}.modal-header #spanTitle{width:80%;margin:0;padding:0;text-align:center;font-weight:400;font-size:15px;color:#555;position:relative;top:-15px}.modal-body{padding:0;font-size:16px;box-sizing:border-box;height:auto}.modal-ul{display:flex;flex-wrap:wrap;margin:10px -20px 0 -20px;justify-content:space-around;padding-inline-start:0}.modal-ul li{list-style:none;margin-top:10px;width:20%;text-align:center; cursor:pointer;}.modal-ul li a{display:inline-block;text-decoration:none}.modal-ul li a img{width:40px;height:40px}.modal-ul li a p{font-size:12px;color:#484848;margin-top:5px;font-family:times new roman}.modal-body p.webaddress{border-radius:20px;border:1px solid #ccc;color:#666;font-size:14px;padding:5px 10px;margin-top:15px}.modal-body p.copy{text-align:right;margin-top:10px}.modal-body p.copy a{font-weight:500;padding:5px 10px;font-size:13px;border-radius:20px;display:inline-block;background-color:#52a1e4;color:#fff}@media screen and (min-width:320px) and (max-width:350px) and (min-height:450px) and (max-height:480px){.modal-content{width:80%}.modal-two{width:100%;height:120%;position:fixed;left:0;top:0;z-index:1500;background-color:rgba(0,0,0,.4);margin-top:-100px}}@media screen and (min-width:350px) and (max-width:768px){.modal-content{width:80%}.modal-two{height:100%;margin-top:0}}@media screen and (min-width:768px) and (max-width:991.98px){.modal-content{width:300px}.modal-two{height:100%;margin-top:0}}@media only screen and (min-width:992px){.modal-content{width:300px}.modal-two{height:100%;margin-top:0}}#wechatShare div img{width:80px!important}