.wrapper {
  width: 100%;
  background-color: #f5f5f5;
  padding-bottom: 60px;
}
.wrapper .w_inenr {
  width: 1000px;
  margin: 0 auto;
  padding-top: 10px;
}
.wrapper .w_inenr .cw_tit {
  width: 100%;
  height: 50px;
  background-color: #fff;
  padding-left: 14px;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.wrapper .w_inenr .cw_tit span {
  display: inline-block;
  width: 4px;
  height: 20px;
  background-color: #ed4248;
  margin-right: 11px;
}
.wrapper .w_inenr .cw_type {
  width: 100%;
  height: 110px;
  background-color: #fff;
  margin-top: 10px;
  padding: 22px 30px 0;
}
.wrapper .w_inenr .cw_type .cwt_tit {
  font-size: 14px;
  color: #333;
}
.wrapper .w_inenr .cw_type .cwt_list {
  padding-left: 20px;
  margin-top: 17px;
  display: flex;
  justify-content: flex-start;
}
.wrapper .w_inenr .cw_type .cwt_list .cwtl_item {
  width: 120px;
  height: 30px;
  background-color: #f5f5f5;
  color: #666;
  font-size: 14px;
  border-radius: 15px;
  margin-right: 10px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.wrapper .w_inenr .cw_type .cwt_list .active {
  background-color: #ed4248;
  color: #fff;
}
.wrapper .w_inenr .cw_deskrip {
  width: 100%;
  height: 225px;
  background-color: #fff;
  margin-top: 10px;
  padding: 22px 30px 0;
}
.wrapper .w_inenr .cw_deskrip .cwd_tit {
  font-size: 14px;
  color: #333;
}
.wrapper .w_inenr .cw_deskrip .cwd_txt {
  width: 900px;
  height: 146px;
  border: 1px solid #e8e8e8;
  resize: none;
  margin-top: 20px;
  padding: 15px;
}
.wrapper .w_inenr .cw_deskrip ::placeholder {
  color: #999;
  font-size: 12px;
}
.wrapper .w_inenr .cw_img {
  width: 100%;
  height: 225px;
  background-color: #fff;
  margin-top: 10px;
  padding: 22px 30px 0;
}
.wrapper .w_inenr .cw_img .cwi_tit {
  font-size: 14px;
  color: #333;
}
.wrapper .w_inenr .cw_img .upImg {
  width: 100px;
  height: 100px;
  border: 1px dashed #cdcdcd;
  border-radius: 5px;
  margin-top: 30px;
  margin-left: 20px;
  overflow: hidden;
  background: url('../img/plus-a3f7c454a8.png') no-repeat center;
  cursor: pointer;
  position: relative;
}
.wrapper .w_inenr .cw_img .upImg .filepath {
  width: 100%;
  height: 100%;
}
.wrapper .w_inenr .cw_img .upImg img {
  display: none;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wrapper .w_inenr .cw_tel {
  width: 100%;
  margin-top: 10px;
  padding: 22px 30px 0;
}
.wrapper .w_inenr .cw_tel .cwt_tit {
  font-size: 14px;
  color: #333;
}
.wrapper .w_inenr .fdb_btn {
  display: block;
  width: 335px;
  height: 50px;
  background-color: #ed4248;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  margin: 30px auto 0;
  cursor: pointer;
}
.wrapper .w_inenr .fdb_btn .fdb_btna {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.freeData_box {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
}
.freeData_box .fdb_mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.freeData_box .fdb_con {
  width: 430px;
  height: 405px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.freeData_box .fdb_con .fdbc_close {
  width: 31px;
  height: 30px;
  background: url('../img/close-fcacadbc20.png') no-repeat;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.freeData_box .fdb_con .fdbc_tab {
  padding: 60px 30px 0;
}
.freeData_box .fdb_con .fdbc_tab .tab_btns {
  width: 100%;
  display: flex;
}
.freeData_box .fdb_con .fdbc_tab .tab_btns .tb_item {
  flex: 1;
  border-bottom: 1px solid #e3e3e3;
  text-align: center;
  padding-bottom: 13px;
  cursor: pointer;
}
.freeData_box .fdb_con .fdbc_tab .tab_btns .active {
  border-bottom: 1px solid #ed4248;
}
.freeData_box .fdb_con .fdbc_tab .tab_con {
  width: 100%;
}
.freeData_box .fdb_con .fdbc_tab .tab_con .tc_item {
  width: 100%;
  display: none;
}
.freeData_box .fdb_con .fdbc_tab .tab_con .tc_item .tci_box {
  width: 100%;
  height: 48px;
  border: 1px solid #d2d2d2;
  padding-left: 40px;
  display: flex;
  margin-top: 38px;
}
.tci_box_phone {
  background: url('../img/user-f8e1417a7f.png') no-repeat 12px center;
}
.tci_box_code {
  background: url('../img/password-72c2e20168.png') no-repeat 12px center;
}
.freeData_box .fdb_con .fdbc_tab .tab_con .tc_item .tci_box input {
  flex: 1;
  width: 100%;
  height: 100%;
}
.freeData_box .fdb_con .fdbc_tab .tab_con .tc_item .tci_box .getyzm {
  width: 122px;
  height: 100%;
  background: #ed4248;
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-size: 12px;
}
.freeData_box .fdb_con .fdbc_tab .tab_con .tc_item .tci_box .daojishi {
  display: none;
  width: 122px;
  height: 100%;
  background: #ed4248;
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-size: 12px;
}
.freeData_box .fdb_con .fdbc_tab .tab_con .tc_item .forgetm {
  display: block;
  text-align: right;
  padding-top: 15px;
  color: #808080;
  font-size: 0.1 0.5px;
}
.freeData_box .fdb_con .fdbc_tab .tab_con .tc_item .forgetm:hover {
  color: #ed4248;
}
.freeData_box .fdb_con .fdbc_tab .tab_con .tc_item .login {
  display: block;
  width: 100%;
  height: 48px;
  background: #ed4248;
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-top: 35px;
  border-radius: 10px;
}
