﻿
@charset "utf-8";
/**
* Author: Gramy
* CreatTime: 2018/11/23 14:26
*/
b,
i {
  font-style: normal;
}
input,
button,
select {
  outline: none;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

@-webkit-keyframes scale1 {
  0% {
    -webkit-transform: scale(0.4);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.6);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*弹窗*/
.modal-July {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("../images/bg.png") repeat;
  z-index: 1001;
  display: none;
}
.modal-July.active {
  display: block;
}
.modal-July .modal-close {
  display: block;
  width: 36px;
  position: absolute;
  cursor: pointer;
  z-index: 9;
}


.modal-July .modal-body {
  padding-top: 1px;
  position: relative;
  width: 100%;
  height: 100%;
  /*overflow: hidden;*/
}
.modal-July .modal-form {
  width: 455px;
  margin-top: 198px;
  /*margin-left: 54px;*/
}
.modal-July .modal-form form {
  margin-right: -10px;
}
.modal-July form ::-webkit-input-placeholder {
  color: #000000;
}
.modal-July form ::-moz-placeholder {
  color: #000000;
}
.modal-July form ::-moz-placeholder {
  color: #000000;
}
.modal-July form ::-ms-input-placeholder {
  color: #000000;
}
.modal-July form .input_text,
.modal-July form .sel-box {
  /*height: 40px;*/
  background-color: #fff;
  font-size: 20px;
  padding-left: 13px;
  padding-right:10px;
  /*box-sizing: border-box;*/
  float: left;
  color: #808080;
  margin-bottom: 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.modal-July form .input_text {
  width: 128px;
  height: 50px;
  line-height: 50px;
  padding: 5px 10px;
}
.modal-July form .mobile {
  width: 280px;
  height: 50px;
  line-height: 50px;
  padding: 5px 10px;
  margin-left: 5px;
}
.modal-July form .sel-box {
  width: 128px;
  /*height: 50px;*/
  padding: 0 10px;
  margin-bottom: 14px;
  position: relative;
}

.modal-July form .sel-box select {
  width: 100%;
  height: 50px;
  padding: 10px 0;
  /*line-height: 50px;*/
  vertical-align: middle;
  font-size: 20px;
  color: #000;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url("../images/check-1.png") right center no-repeat;

}
.modal-July form .sel-boxt {
  margin: 0 5px;
}
.modal-July form .select-item {
  width: 100%;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  clear: both;
  position: relative;
  background: transparent;
  color: #005679;
  padding-right: 0;
}
.modal-July form .select-item > span {
  vertical-align: top;
  margin-left: 35px;
  position: relative;
  z-index: 2;
}
.modal-July form .select-item ul {
  display: inline-block;
  vertical-align: top;
}
.modal-July form .select-item li {
  float: left;
  position: relative;
  padding-left: 30px;
  margin-right: 20px;
  cursor: pointer;
  font-size: 18px;
  color: #ffffff;
}
.modal-July form .select-item li:last-child {
  margin-right: 0;
}
.modal-July form .select-item li span {
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -11px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
}
.modal-July form .select-item li.active span:before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: -1px;
  box-sizing: border-box;
  width: 29px;
  height: 28px;
  background: url("../images/check.png") no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.modal-July form .select-item i {
  vertical-align: top;
}
.modal-July form .sign_btn {
  width:302px;
  margin-top: 37px;
  clear: both;
  position: relative;
  text-align: center;
  -webkit-animation: scale 1s ease infinite;
  -o-animation: scale 1s ease infinite;
  animation: scale 1s ease infinite;
}
.modal-July form .sign_btn a {
  color: #fff;
  display: block;
}
.modal-July form .sign_btn img {
  width: 100%;
}
.modal-July1 .modal-content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 416px;
  height: 450px;
  margin-left: -208px;
  margin-top: -230px;
}

.modal-July1 .modal-close {
  width: 36.50815849px;
  top: 47px;
  left: 60px;
}
.modal-July1 .modal-content {
  width: 490px;
  height: 419px;
  background: url("../images/m-bg-1.png") no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -245px;
  margin-top: -250px;
}
.modal-July1 .modal-body {

  width: 100%;
  height: 100%;
  margin-top: 1px;
  position: relative;
}



.modal-July1 .modal-btn-1 {
  width: 274px;
  position: relative;
  margin-top: 424px;
  margin-left: 114px;
  cursor: pointer;
  z-index: 4;
}
.modal-July1 .modal-btn-1 img {
  width: 100%;
  -webkit-animation: scale 1s ease infinite;
  -o-animation: scale 1s ease infinite;
  animation: scale 1s ease infinite;
}
.modal-July1 .modal-btn-1 i {
  display: inline-block;
  width: 46.30303028px;
  height: 46.30303028px;
  background: url("../images/icon-1.png") no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  right: 16.02797202px;
  top: 10.68531468px;
  z-index: 4;
}
.modal-July1 .modal-body {
  width: 100%;
  position: relative;
}
@-webkit-keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }

  100% {
    opacity: 1;
    -webkit-transform:scale(1);
  }
}
@-webkit-keyframes rotate1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5) rotate(0deg);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform:scale(.5) rotate(360deg);
  }
}
@-webkit-keyframes rotate2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5) ;
  }
  80% {
    opacity: 1;

  }
  100% {
    opacity: 0;
    -webkit-transform:scale(.2) ;
  }
}
.modal-July2 .modal-content {
  width: 660px;
  height: 485px;
  background: url("../images/m-bg-2-1.png") no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -330px;
  margin-top: -242px;
}

.modal-July2 .modal-body {
  position: relative;
  z-index: 4;
}
.modal-July2 .modal-close {
  width: 39px;
  top: 18px;
  left: 72px;
}
.modal-July2.active .modal-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@-webkit-keyframes scale {
  0%,
  100% {
    -webkit-transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes float {
  0%,
  100% {
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

body.active #defaultBox{
  display: none!important;
}
.popup-title .ico-close:hover,.popup-box .ico-close{ width:16px; height:16px; background:url(../images/close.png); position:absolute; top:10px; right:12px;}
.popup-title {
  height: 0!important;
  padding: 0!important;
}