@charset "utf-8";
*{
  margin: 0;
  padding: 0;
}

body{
  		background: -moz-linear-gradient(top,  #9067b5 0px, #ffffff 250px);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0px,#9067b5), color-stop(250px,#ffffff));
		background: -webkit-linear-gradient(top,  #9067b5 0px,#ffffff 250px);
		background: -o-linear-gradient(top,  #9067b5 0px,#ffffff 250px);
		background: -ms-linear-gradient(top,  #9067b5 0px,#ffffff 250px);
		background: linear-gradient(top,  #9067b5 0px,#ffffff 250px);
		min-height:800px;
}

.caidanse{

  color: #9067b5;
  border: 1px solid #cccccc;
  
  /*
  background-color:#9067b5;
   color:#ffffff;
   */
}

.bcard{
	top:12px;
  position: relative;
  /*
  width: calc(100% - 32px);
  */

 min-height:200px;
  max-width: 736px;
  color: #333333;
  padding: 20px 16px 20px 30px;
  border-radius: 20px;
  margin: 30px auto;
  box-sizing: border-box;
  background: url('/dianmian/man/7/bcard.png')no-repeat 50% 50%/100% 100%;
}
.bcard .name{
  font-size: 20px;
  font-weight: normal;
  width:72%;
  color:#FFFFFF;
  text-align:center;
}

.bcard .avatar{
  position: absolute;
  top: 25px;
  right: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.bcard .avatar img{
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

.bcard ul{
  list-style: none;
  padding: 0;
  margin: 25px 0 0;
}
.bcard ul li{
  font-size: 14px;
  /*
  color: #999999;
  */
  padding-left: 23px;
  line-height: 28px;
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: 0 5px;
}
.bcard ul li span{
padding-left:20px;
}
.bcard ul li p{
line-height:22px;
}


.bcard ul li.duty{
  background-size: 11px auto;
  background-image: url('/dianmian/man/7/top_duty.png');
}
.bcard ul li.company{
  background-image: url('/dianmian/man/7/top_company.png');
}
.bcard ul li.email{
  background-image: url('/dianmian/man/7/top_email.png');
}
.bcard ul li.address{
  background-image: url('/dianmian/man/7/top_address.png');
}

.bcard ul li.depart{
  background-image: url('/dianmian/man/7/top_depart.png');
}
.bcard ul li.phone{
  background-image: url('/dianmian/man/7/top_phone.png');
}
.bcard ul li.mobile{
  background-image: url('/dianmian/man/7/top_mobile.png');
}
.bcard ul li.fax{
  background-image: url('/dianmian/man/7/top_fax.png');
}
.bcard ul li.qq{
  background-image: url('/dianmian/man/7/top_qq.png');
}


.bcard ul li.site{
  background-image: url('/dianmian/man/7/top_site.png');
}
.bcard ul li.other{
  background-image: url('/dianmian/man/7/top_other.png');
}




.bcard_detial{
/*
  width: calc(100% - 32px);
  max-width: 736px;
  */
   width:100%;
  color: #333333;
  padding-bottom: 40px;
  margin: 60px auto;
  background-color: #ffffff;
}
.bcard_detial .biaoti{
  position: relative;
  color: #212121;
  font-size: 18px;
  font-weight: normal;
  padding-left: 12px;
  box-sizing: border-box;
}
.bcard_detial .biaoti::before{
  position: absolute;
  content: '';
  top: 13%;
  left: 0;
  height: 80%;
  width: 3px;
  background-color: #212121;
}
.bcard_detial ul{
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
.bcard_detial ul li{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 14px;
  color: #787878;
  padding: 15px 0;
  border-bottom: 1px dashed #cccccc;
  box-sizing: border-box;
}
.bcard_detial ul li span{
/*
  flex: 0 0 80px;
  */
    min-width: 60px;
    margin-right: 5px;
}
.bcard_detial ul li p{
  flex: 1;
  color: #333333;
}
.bcard_detial ul li i{
  font-size: 16px;
  flex: 0 0 18px;
  margin-left: 10px;
}

.bcard_f{
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px 16px;
  background-color: #fff;
  box-sizing: border-box;

}
.bcard_f::before{
  position: absolute;
  top: 0;
  left: -50%;
  content: '';
  width: 200%;
  height: 1px;
  background-color: #9067b5;
  transform: scale(.5);
}
.bcard_f span{
  flex: 0 0 30%;
  line-height: 36px;
  text-align: center;
  border-radius: 20px;
  letter-spacing:3px;
  font-weight:600;
}
.bcard_f a{
  flex: 0 0 30%;
  line-height: 36px;
  text-align: center;
  border-radius: 20px;
  letter-spacing:3px;
    padding: 8px 16px;
  font-weight:600;
}
.bcard_f span.savephone{
  color: #9067b5;
  border: 1px solid #9067b5;
}
.bcard_f span.savepeople{
  color: white;
  background-color: #9067b5;
}
.bcard_f span.exchange{
  color: white;
  background-color: #7a7acc;
}


.success_copy{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: white;
  font-size: 14px;
  padding: 6px 15px;
  border-radius: 5px;
  background-color: #999999;
  opacity: 0;
  z-index: -10;
  transition: all 1s ease;
}
.success_copy.show{
  opacity: 1;
  z-index: 10;
}
#copy_content{
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -10;
}


.bcard_menu{
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px 16px;
  margin-bottom: 20px;
  box-sizing: border-box;
  letter-spacing:3px;
  font-weight:600;
}
.bcard_menu span{
  flex: 0 0 30%;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  border-radius: 20px;
  background-color:#FFFFFF;
 box-shadow:1px 3px 10px 0px rgba(40,40,40,0.2);
  border-radius:16px;
}

.bcard_menu a{
  flex: 0 0 30%;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  border-radius: 20px;
  background-color:#FFFFFF;
  box-shadow:1px 3px 10px 0px rgba(40,40,40,0.2);
  border-radius:16px;
}
.bcard_menu span.active{
  box-shadow:none;
}

.p_tishi{
 font-size:10px;
}
