﻿@charset "utf-8";
/* CSS Document */
/*表单信息填写*/

.floattext{display: none; width: 1000px;position:fixed;top: 170px;left: calc(50% - 500px);background: #fff;z-index: 777;}
.floattext .L{float:left;width: 40%;box-sizing: border-box;height: 510px;background: #008ae4;}
.floattext .R{float:right;width: 60%;box-sizing: border-box;height: 510px;background: #f9f9f9;}
.floattext .L h2{color: #fff;font-size: 24px;text-align: center;margin-top: 60px;}
.floattext .L p{color: #fff;font-size: 16px;text-align: center;margin-top: 20px;line-height: 40px;}
.form{padding:30px;}
.textfile{width:100%;height:40px;margin-bottom:15px;position:relative;padding-left: 110px;box-sizing: border-box;}
.textfile span.t{width:80px;height:40px;line-height:40px;display:block;position:absolute;left:0;top:0;text-align:right}
.textfile span.t{font-size: 16px;color:#666；}
.textfile input{width:calc(100% - 20px);height:38px;line-height:38px;border: none; padding:0;border-bottom:1px solid #e4e4e4;}
.textfile .emailist{border:1px solid #e4e4e4;background-color:#fff;line-height:30px}
.textfile .emailist li{padding:0 10px}
.textfile .emailist li.on{background-color:#b2b2b2;padding:0 10px}

.textfilelast{width:100%;height:40px;margin-bottom:15px;position:relative;}
.textfilelast .submit {width: 130px;height: 37px;display: inline-block;background: #3db1ea;text-align: center;line-height: 37px;color: #fff;font-size: 16px;border-radius: 19px;margin: 20px 0 0;}
.textfileend .choosein{display:none;}
.textfileend .choose{width: 33.3%;height:54px;border: 1px solid #ddd;float: left;line-height: 54px;text-align: center;background: #efefef;color:#666;font-size: 16px;box-sizing: border-box; }
.textfileend .choose2{background:rgb(61, 177, 234);color:#fff;}
.textfileend{width: 100%;}
.textfilelast .submitr{float: right;color: #999;margin: 20px 10px;line-height:37px;}

.floattext .formclose{position: absolute;top: 10px;right: 10px;}

@media(max-width:1200px){
.floattext{width:80%;top: 150px;left:10%;background: #fff;box-shadow: 0px 2px 6px 0px #ccc;}
.floattext .L{float:left;width: 40%;box-sizing: border-box;height: 510px;background: #008ae4;}
.floattext .R{float:right;width: 60%;box-sizing: border-box;height: 510px;background: #f9f9f9;}
.floattext .L h2{color: #fff;font-size: 24px;text-align: center;margin-top: 60px;}
.floattext .L p{color: #fff;font-size: 16px;text-align: center;margin-top: 20px;line-height: 40px;}
}
@media(max-width:750px){
.floattext{width: 90%!important;top: 20px;left: 5%!important;}	
.floattext .L{display: none;}
.floattext .R{width: 100%!important;float: none;}
.textfilelast > span{display: none;}
}
/*表单信息填写结束*/
