/*
 * @Description: popup
 * @Author: DeadRomance.Zs
 * @Date: 2019-01-15 19:46:15
 * @LastEditTime: 2019-01-28 18:47:50
 * @LastEditors: Please set LastEditors
 */
.popup_bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  background: rgba(0, 0, 0, 0.5);
  filter: alpha(opacity=50);
}
.TenYears_popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
}
.TenYears_popup .TenYears_popup_content {
  width: 316px;
  padding: 50px;
  border-radius: 6px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 25%;
  margin-left: -208px;
  display: none;
}
.TenYears_popup .TenYears_popup_content .popup_message {
  margin-bottom: 50px;
}
.TenYears_popup .TenYears_popup_content .popup_message .text {
  font-size: 16px;
  font-weight: 200;
  color: #3D464D;
  text-align: center;
  margin-bottom: 10px;
}
.TenYears_popup .TenYears_popup_content .popup_message .text p {
  font-weight: bold;
}
.TenYears_popup .TenYears_popup_content .popup_message .text span {
  display: block;
}
.TenYears_popup .TenYears_popup_content .popup_message .text img{
  width:100%;
}
.TenYears_popup .TenYears_popup_content.getSource{
  padding:40px 30px 50px;

}
.TenYears_popup .TenYears_popup_content.getSource .pic{
  width:300px;
  height: 300px;
  overflow: hidden;
  margin:0 auto 10px;
}
.TenYears_popup .TenYears_popup_content.getSource .pic img{
  width:316px;
  height: 316px;
  display: block;
  margin-top:-8px;
  margin-left:-8px;
}
.TenYears_popup .TenYears_popup_content.getSource  .popup_message p{
  font-weight: normal;
}
.TenYears_popup .TenYears_popup_content.getSource .popup_message{
  margin-bottom:20px;
}
.TenYears_popup .TenYears_popup_content .popup_btn {
  background-color: #da1520;
  width: 200px;
  height: 40px;
  color: #fff;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
}
