@charset "utf-8";

/*弹窗 融合互联手艺支持*/
.tan{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.6);display: none; z-index:299}
.tan .box{width:88%;height: auto;overflow: hidden;background-color: #fff;border-radius: 3px;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.tan .box .form{position: relative;width: 100%;height: 100%;padding: 40px 50px 30px 50px;text-align: center;overflow: hidden;}
.tan .box .form span.close1{position: absolute;right:20px;top:5px;font-size:22px;display: block;cursor: pointer;height:12px;width:12px;color: #b0b8bf;}
.tan .box .form span:hover{color: #808492;}
.tan .box .form form input{display: block;width: 100%;outline-style: none;height: 38px;margin-bottom: 10px;border-radius: 3px;border:1px solid #ccc; font-size:16px; text-indent:1em; line-height:38px;}
.tan .box .form h3{font-size: 16px;color: #333437;font-weight: normal;margin-bottom: 8px;}
.tan .box .form p.desc{color: #FF4757;font-size: 12px;}
.tan .box .form form input[type=submit]{background-color: #FF4757;color: #fff;border: 0;height: 40px;cursor: pointer;text-indent:0em;border-radius: 3px;}
.tan .box .form form input[type=submit]:hover{background-color: #C63643;}
.tan .box .form form input.red{border-color: red;}
.tan .box .form p.reg{margin-top:10px;color: #333;font-size: 12px; text-align:center}
.tan .box .form p.reg .JconsultCnt{color: #F30;}<!--耗时1755302677.9517秒-->