input::-webkit-input-placeholder{
    font-family:"微软雅黑";
}
textarea::-webkit-input-placeholder{
    font-family:"微软雅黑";
}
.popwin {display:none;}
.popwin .container{z-index:9999;position:fixed;top:20%;left:50%;margin-left:-200px;margin-top:-81px;width:422px;/*height:448px;*/background:#fff;box-shadow: 0px 2px 10px 0px rgb(47 105 192 / 50%);border-radius:10px}
.popwin .header-cont{width:386px;height:42px;background:#308fff;border-radius:10px;padding:24px 18px;border-bottom-right-radius:0;border-bottom-left-radius:0}
.popwin .header-cont p.company-name{max-width:280px;font-size:18px;font-weight:500;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left;margin-right:12px}
.popwin .header-cont span{font-size:18px;font-weight:500;color:#fff;float:left}
.popwin p.phone-txt{clear:left;font-size:14px;color:#f5fe00;font-weight:400}
.popwin .nb-fd-close{width:18px;position:absolute;right:18px;margin-top:-50px;transition:All .4s ease-in-out;-webkit-transition:All .4s ease-in-out;-moz-transition:All .4s ease-in-out;-o-transition:All .4s ease-in-out}
.popwin .nb-fd-close img{width:100%}
.popwin .nb-fd-close:hover{cursor:pointer;transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg)}
.popwin .bottom-bg{background:#308fff;height:370px;border-radius:10px;border-top-right-radius:0}
.popwin .bottom-content{background:#fff;border-radius:10px;border-top-left-radius:0;border-top-right-radius:0;/*height:314px;*/padding:24px 20px}
.popwin .input-box{width:368px;height:40px;background:#ecf5ff;border:1px solid #e1ecfa;border-radius:3px;color:#abb7c4;padding-left:12px;margin-bottom:16px}
.popwin .input-box:focus{outline:0;color:#333;border:1px solid #308fff}
.popwin .input-box-textarea{height:102px;padding-top:12px}
.popwin .input-box-name{width:200px;vertical-align:18px}
.popwin .input-button{width:384px;background:#308fff;border-radius:3px;color:#fff;border:none;margin-top:18px;cursor:pointer;font-size:16px}
.popwin .input-button:hover{opacity:.8}
.popwin .input-button:visited{color:#fff}
.popwin .tab{background:#00acea}
.popwin .tab.active{background:#0b9cd0}
.popwin ul.input-radio{display:inline-block}
.popwin .tab{width:75px;height:44px;background:#cfd7e0;border-radius:3px;color:#fff;line-height:44px;float:left;margin-left:5px;font-size:14px}
.popwin .tab i{width:8px;height:8px;background:#cfd7e0;border-radius:50%;border:3px solid #fff;margin-right:6px;display:inline-block;margin-left:12px}
.popwin .tab.active{background:#308fff}
.popwin .tab.active i{background:#308fff}