﻿.group_select-item dd i{ color: #000;font-weight: bold;font-size: 20px;}
.cont_form{width: 910px;margin: 5% auto;max-width: 90%;}
.f_p{font-size: 14px;line-height:20px;padding-top: 5px;}
.cont_form ul{margin: 0 -10px;}
.cont_form li{width: 50%;float: left;margin-bottom: 20px;}
.c_clear{clear: both;}
.cont_form li.w_100{float: none;width: 100%;    clear: both;}
.cont_form .form_w{margin: 0 10px;}
.cont_form input,.cont_form textarea,.pubselect dt{width:100%; height:50px;line-height: 50px;box-sizing:border-box; background:#fff;padding: 0 10px;font-size: 16px;}
.pubselect{position: relative;}
.pubselect dd{position: absolute;top:100%;left: 0;width: 100%;box-sizing:border-box;background:#fff;padding: 10px 0;margin-top: 1px;border-radius: 0 0 5px 5px;display: none;    z-index: 9;box-shadow: 0 0 10px rgb(0 0 0 / 20%); max-height: 290px;overflow-y:auto;}
.pubselect dd p a{display: block; padding: 0 10px;line-height: 30px; }
.pubselect dt{cursor:pointer;position: relative;}
.pubselect dt em{position: absolute;right: 10px;top:0;font-weight: bold;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.pubselect.open dt em{    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);}

.cont_form textarea{padding:10px;line-height: 30px;height: 150px;}
.f_title{height:24px;line-height: 24px;margin-bottom: 10px;}
.f_title i{color:red;margin-left: 5px;}

.c_agree{cursor: pointer; line-height: 30px;position: relative;padding-left:30px;}
.c_agree span{position: absolute;top:6px;left: 0; width:16px;height: 16px;border:1px solid #333;}
.c_agree span i{width: 8px;height: 8px;line-height: 8px;color:#3a70d3;font-size: 12px;
    font-weight: bold;/*background: #3a70d3;*/visibility: hidden;opacity: 0;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.c_agree.on span{border-color:#3a70d3;}
.c_agree.on span i{visibility: visible;opacity: 1;}
.c_btn{padding-top: 30px;}
.c_btn button{width: 192px;height: 46px;line-height: 46px;text-align: center;border-radius: 20px;background: #3a70d3;color: #fff;transition: all .3s;}

.cont_form .screen01 ul{margin: 0;}


.upload_w{background:#fff;border: 1px dashed #ccc;padding: 20px;}
.upload_box {
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 110px;
  margin:10px 0;
  cursor: pointer;    
}
.upload_box #uploadBtn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.upload_box span {
  position: absolute;
  left: 50%;
  top: 50%;width: 100%;
  transform: translate(-50%, -50%);
 
  font-weight: bold;
}
.upload_box span i,.upload_box span em,.upload_box span b {
  display: block;font-weight:normal;
}
.upload_box span i img{width: 44px;height: 44px;}
.upload_box span em,.upload_box span b{font-size:14px;}
.upload_box span b{opacity: 0.6}
.upload_box .view_file{
  position: absolute;
  right: -100px;
  top: 50%;
  z-index: 2;
  margin-top: -6px;
  display: none;
}

.up_list dl{overflow: hidden;position: relative;padding-bottom: 20px;margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;}
.up_list dl:last-child{margin-bottom: 0;}
.up_close{position: absolute;top:0;right: 0;font-size: 20px;font-weight: bold;cursor: pointer;width:30px;height:30px;background: url(../images/f_close.png) no-repeat center center;}
.up_close i{display: none;}
.up_list dt{float: left;width: 50px;height: 50px;overflow: hidden;}
.up_list dt img{width:100%;height: 100%;}
.up_list dd{float: right;width:calc(100% - 70px);}
.up_size{ color: #888;font-size: 12px;}
.up_name{overflow: hidden;}

.screen01{display: none;}


.iteambox,.formbox_in{position: relative;}
.remove_box em{display: none;}
.xz_btn {    background-size: 20px !important; z-index: 9;position: absolute;top:44px;right:-40px;cursor: pointer; width:32px;height: 32px;text-indent: -999px;overflow: hidden;}
.xz_btn i{display: none;}
.formbox_in:first-child .remove_box{display: none !important;}

.plus_add{background:url(../images/f_jia.png) no-repeat center center;}
.remove_box{background:url(../images/f_jian.png) no-repeat center center;}
.remove_box a{display: block;width:32px;height: 32px;text-indent: -999px;overflow: hidden}

@media only screen and (min-width:1025px) {
.c_btn button:hover{opacity: 0.85;}
}
@media only screen and (max-width:767px) {
.hidebox{display: none;}
.f_title{margin-bottom:5px;}
.cont_form li{float: none;width: 100%;margin-bottom: 20px;}
.cont_form{width: 100%;max-width: 100%;}
.cont_form input, .cont_form textarea, .pubselect dt{height:40px;line-height: 40px;}
.cont_form textarea{height: 130px;line-height: 24px;}
.upload_w{padding: 10px;}
.up_list dl{padding-bottom: 10px;margin-bottom: 10px;}
.upload_box{margin-top: 0;}
.c_btn{text-align: center;padding-top: 10px;}
.c_btn button{width:120px;height: 40px;line-height:40px;}
.xz_btn{right: 10px;top:0;    top: -5px; background-size: 16px !important;}
}
