﻿*{
  margin: 0;
  padding: 0;
}
#cover {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #040c1d;
  opacity: .7;
  filter: alpha(opacity=70);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
.popup {
  width: 450px;
  height: auto;
  display: none;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -225px;
  margin-top: -140px;
  z-index: 10001;
}
.popup h2 {
  width: 100%;
  height: 40px;
  background: url("../images/popup_head_bg.jpg") repeat-x;
  text-indent: 20px;
  line-height: 40px;
  font-weight: normal;
}
.popup h2 span {
  float: left;
  font-size: 16px;
  color: #515151;
}
.popup h2 a {
  display: block;
  width: 40px;
  height: 40px;
  float: right;
  background: url("../images/close.png") no-repeat center;
  transform: rotate(0deg);
  transform-origin: center;
  transition: transform .5s;
}
.popup h2 a:hover {
  transform: rotate(180deg);
  transform-origin: center;
  transition: transform .5s;
}
.popup .content {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  margin: 0;
}
.popup .loading {
  height: 215px;
  text-align: center;
}
.popup .loading img {
  margin-top: 59px;
}
.popup .loading p {
  font-size: 18px;
  color: #000;
}
.popup .result {
  padding-bottom: 60px;
  text-align: center;
}
.popup .result img {
  margin-top: 59px;
}
.popup .result div.text,
.popup .result p {
  font-size: 18px;
  color: #000;
  margin: 10px;
}
.popup .result p.p_button{
  text-align: center;
}
.popup .result p.p_button input[type=button]{
  width: 80px;
  height: 30px;
  margin-top: 20px;
  line-height: 30px;
}
.popup .result p.p_button .exit{
  margin-left: 15px;
}


#coverTop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: .7;
  filter: alpha(opacity=70);
  z-index: 1000;
}
.popwrap{
  width: 450px;
  height: auto;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -225px;
  margin-top: -140px;
  padding: 10px;
  background: url(../wbox/wbox.gif);
  z-index: 10001;
}
.popup_top{
  background-color: #fff;
  border: 1px solid #4b7de0;
}
.popup_top h2{
  width: 100%;
  height: 28px;
  margin: 0;
  padding: 0;
  background: url(../wbox/titleBG.png) repeat-x;
  font-size: 14px;
  line-height: 28px;
  text-indent: 5px;
}
.popup_top h2 span{
  font-size: 14px;
}
.popup_top h2 a{
  display: block;
  float: right;
  width: 14px;
  height: 14px;
  margin-top: 7px;
  margin-right: 12px;
  border-radius: 1px;
  background:url("../images/popclose.png") no-repeat 0 0;
}
.popup_top h2 a:hover {
  background-position:0 -14px;
}
.popup .confirm_content,
.popup_top .confirm_content,
.popup_top .content{
  background-color: #fff;
  text-align: center;
  padding-bottom: 25px;
}
.popup .confirm_content,
.popup_top .confirm_content{
  padding-bottom: 10px;
  max-height: 400px;
  overflow: auto;
}
.popup .confirm_content img,
.popup_top .confirm_content img,
.popup_top .content img{
  width: 72px;
  margin-top: 20px;
}
.popup_top .content p{
  line-height: 35px;
  font-size: 16px;
  padding: 0 15px;
}
.popup_top .content p.line1{
  line-height: 46px;
  font-size: 22px;
}
.popup_top .content p.pop_title{
  line-height: 46px;
  font-size: 22px;
  margin-top: 20px;
}
.popup_top .content p.line2{
  line-height: 35px;
  font-size: 16px;
  padding: 0 15px;
}
.popup_top .content p.line2_left {
  line-height: 35px;
  font-size: 16px;
  padding: 0 15px;
  text-align: left;
  text-indent: 2em;
}
.popup_top .content p.line3{
  font-size:14px;
  font-weight: 600;
  line-height: 30px;
  padding: 0 27px;
}
.popup_top .content p.line4{
  text-align: left;
  font-size: 14px;
  padding: 0 50px;
  color: #5587ff;
}
.popup_top .content p.paragraph{
  text-align: left;
  font-size: 14px;
  line-height: 26px;
  padding: 0 30px;
  text-indent: 2em;
}
.popup_top .content p.alignleft{
  text-align: left;
}
.popup .confirm_content .button,
.popup_top .confirm_content .button,
.popup_top .content .button{
  width: auto;
  height: auto;
  border: 1px solid #b7b7b7;
  font-size: 14px;
  line-height: normal;
  color: #000;
  padding: 10px 30px;
  background: url("../images/ydjsubmit.jpg") repeat-x;
  cursor: pointer;
  outline: none;
  transition: all .5s;
  margin-top: 15px;

}
.popup .confirm_content .button+.button,
.popup_top .confirm_content .button+.button,
.popup_top .content .button+.button{
  margin-left: 38px;
}
.popup .confirm_content .button-box .button,
.popup .confirm_content .button-box .button,
.popup_top .content .button-box .button{
  margin-top:15px;
}
.popup .confirm_content .button-box .button+.button,
.popup_top .confirm_content .button-box .button+.button,
.popup_top .content .button-box .button+.button{
  margin-left: 30px;
}
.popup .confirm_content .button:hover,
.popup_top .confirm_content .button:hover,
.popup_top .content .button:hover{
  border-color: #008aff;
  box-shadow: 0 0 5px #1fb8ff;
}
.popup .confirm_content .button[disabled],
.popup_top .confirm_content .button[disabled],
.popup_top .content .button[disabled]{
  color: #b7b7b7;
  border-color: #b7b7b7;
  box-shadow:none;
  cursor: not-allowed;
}
.popup .confirm_content .button:active,
.popup_top .confirm_content .button:active,
.popup_top .content .button:active {
  background-image: url('../images/ydjsubmit_hover.jpg');
}

.popup_top .confirm_subtitle{
  font-weight: 600;
  font-size: 22px;
  color: #2f2f2f;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.popup_top .confirm_message{
  font-size: 16px;
  color: #727272;
  line-height: 24px;
  text-align: center;
  margin-bottom: 15px;
  padding: 0  30px;
}
.confirm_content {
  margin-top: 10px;
}
.confirm_content .check_box{
  margin-top: 10px;
  text-align: center;
}
.confirm_content .check_box label {
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
  color: #1377ff;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  user-select: none;
}
.confirm_content .check_box  label input {
  display: none;
  display: inline\9;
}
.confirm_content .check_box > label input + span {
  display: block;
  display: none\9;
  position: absolute;
  left: 0;
  top: 0;
  /*float: left;*/
  width: 19px;
  height: 22px;
  background: url("../images/radio.png") no-repeat;
  vertical-align: middle;
}
.confirm_content .check_box  label input:checked + span {
  background-image: url("../images/radio_check.png");
}
.confirm_content .button {
  border: 1px solid #b7b7b7;
  color: #000;
  padding: 6px 30px;
  line-height: 23px;
  background: url("../images/ydjsubmit.jpg") repeat-x;
  cursor: pointer;
  outline: none;
  transition: all .5s;
}
.confirm_content .button:hover{
  border-color: #008aff;
  box-shadow: 0 0 5px #1fb8ff;
}
.confirm_content .button:active {
  background-image: url('../images/ydjsubmit_hover.jpg');
}
.popup_top .content p.p_button{
  text-align: center;
}
.popup_top .content p.p_button input[type=button]{
  width: 80px;
  height: 30px;
  margin-top: 20px;
  line-height: 30px;
}
.popup_top .content p.p_button .exit{
  margin-left: 15px;
}