* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
html,
body {
  border: 0;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  width: 100%;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a {
  text-decoration: none;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
/* color */
/* spacing */
/* fontsize */
/* screen & popup & content */
/* btn */
* {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  line-height: 2;
  font-family: 'Source Han Sans', 'AvenirNext-Regular', 'proxima-nova', 'Hiragino Sans GB', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Open Sans', 'Helvetica Neue', "微软雅黑", "黑体", Arial, sans-serif;
}
body {
  font-size: 100%;
}
::selection {
  color: #fff;
  background: #4b4b4b;
  text-shadow: none;
}
p {
  font-size: 14px;
  line-height: 2;
  padding: 7px 0;
}
a {
  color: #4d4d4d;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
li {
  list-fx-position: outside;
  text-align: -webkit-match-parent;
  list-style: none;
}
code {
  font-family: monospace, menlo;
}
q {
  quotes: "「" "」";
}
b {
  font-weight: bold;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 14px;
  font-weight: bold;
}
header {
  width: 100%;
  background: #000000;
}
header .header {
  max-width: 1240px;
  overflow: hidden;
  margin: auto;
  padding: 14px 14px;
  background: #000000;
}
header a {
  color: #b3b3b3;
  margin-right: 14px;
  cursor: pointer;
  font-family: 'Source Han Sans', 'Hiragino Sans GB', 'Microsoft YaHei', Arial, sans-serif;
  font-weight: 600;
}
header a:hover {
  color: #ffffff;
}
.fix {
  position: fixed;
  z-index: 100;
}
.show {
  display: block;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
  display: block;
  height: 7px;
}
.top_menu {
  float: right;
}
.header_arow {
  display: none;
}
.logo_font {
  float: left;
}
.logo_font span {
  font-size: 21px;
  font-family: brlnsdb !important;
  color: #b3b3b3;
  line-height: 1;
  height: auto;
  display: inline-block;
  text-align: left;
}
.left {
  float: left;
}
.right {
  float: right;
}
.wait {
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000000;
  padding-top: 50px;
}
.wait p {
  line-height: 1;
  color: #ffffff;
}
.wait p a {
  color: #b3b3b3;
  border-bottom: 1px solid #4d4d4d;
}
.wait p a:hover {
  color: #f7f7f7;
  border-bottom: 1px solid #999999;
}
.down_arow {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.up_arow {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 480px) {
  .logo_font {
    float: none;
    text-align: center;
    width: 100%;
  }
  .logo_font span {
    font-size: 21px;
    font-family: brlnsdb !important;
    color: #b3b3b3;
    line-height: 1;
    height: auto;
    display: inline-block;
    text-align: left;
  }
  .top_menu {
    float: none;
    margin: auto;
    text-align: center;
    margin-top: 10px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    height: 0px;
    overflow: hidden;
  }
  .top_menu a {
    display: inline-block;
    width: 100%;
  }
  .down_arow {
    animation: opacity_ani 2.5s;
    -moz-animation: opacity_ani 2.5s;
    /* Firefox */
    -webkit-animation: opacity_ani 2.5s;
    /* Safari 和 Chrome */
    -o-animation: opacity_ani 2.5s;
    /* Opera */
    -webkit-animation-iteration-count: infinite;
  }
  .header_arow {
    display: block;
    text-align: center;
  }
  .header_arow img {
    opacity: 0.8;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
  }
  .header_arow img:hover {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    opacity: 1;
  }
}
@keyframes opacity_ani {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@-moz-keyframes opacity_ani {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@-webkit-keyframes opacity_ani {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@-o-keyframes opacity_ani {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
body {
  background: #2c2c2c;
  padding-top: 28px;
}
@media (max-width: 480px) {
  body {
    background: #ffffff;
    padding-top: 0;
  }
}
.wed_ip6 {
  width: 341px;
  height: 655.5px;
  padding-top: 97px;
  margin: auto;
  background: url(../img/ip6bg.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
@media (max-width: 480px) {
  .wed_ip6 {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    margin: 0 auto;
    background: none;
  }
}
.ip_topbar {
  height: 40px;
  width: 271px;
  margin: auto;
  background: #313131;
  opacity: 1;
  text-align: center;
}
@media (max-width: 480px) {
  .ip_topbar {
    display: none;
  }
}
.ip_topbar h3 {
  color: #f7f7f7;
  line-height: 40px;
}
.wed_body {
  width: 100%;
  max-width: 271px;
  height: 424px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: auto;
  position: relative;
}
@media (max-width: 480px) {
  .wed_body {
    width: 100%;
    max-width: 480px;
    height: auto;
    overflow: hidden;
  }
}
.wed_body::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}
.wed_body::-moz-scrollbar {
  width: 5px;
  height: 10px;
}
.wed_body::-moz-scrollbar {
  width: 5px;
  height: 10px;
}
.wed_body::-o-scrollbar {
  width: 5px;
  height: 10px;
}
.wed_body::-ms-scrollbar {
  width: 5px;
  height: 10px;
}
.wed_body::-webkit-scrollbar-thumb {
  background-color: #343434;
  border-radius: 10px;
}
.wed_body::-moz-scrollbar-thumb {
  background-color: #343434;
  border-radius: 10px;
}
.wed_body::-o-scrollbar-thumb {
  background-color: #343434;
  border-radius: 10px;
}
.wed_body::-ms-scrollbar-thumb {
  background-color: #343434;
  border-radius: 10px;
}
.top_tit {
  text-align: center;
  line-height: 1;
  padding: 5px 0;
  display: block;
  width: 100%;
  background: #fdeb97;
  color: #101010;
  font-size: 12px;
}
.wap_header {
  width: 100%;
  height: auto;
  line-height: 14px;
  background-color: #ffffff;
  font-size: 16px;
  text-align: center;
}
.wap_header img {
  display: block;
}
.wap_header .down_arow {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  text-align: center;
  display: block;
  margin-left: -15px;
  top: 70%;
  left: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #333;
  position: absolute;
}
@media (max-width: 480px) {
  .wap_header .down_arow {
    top: 18%;
  }
}
.wap_header .down_arow:hover {
  border: 1px solid #999;
}
.wap_header .down_arow img {
  margin-left: 7px;
  margin-top: 11px;
}
.wed_btn {
  margin-top: 14px;
}
.wed_btn button {
  background: #fff;
  padding: 3.5px 14px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 1px solid #ccc;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.wed_btn button:hover {
  border: 1px solid #fdeb97;
}
.wed_btn button:active {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  border: 1px solid #fdeb97;
  background: #fdeb97;
  color: #ffffff;
}
.wed_btn button:nth-child(2) {
  margin: 0 14px;
}
.wed_tittle {
  width: 100%;
  padding: 56px 0;
  height: auto;
  text-align: center;
}
.wed_tittle h1 {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 14px;
}
.wed_tittle p {
  font-size: 16px;
  line-height: 1;
}
@font-face {
  font-family: exmouth;
  src: url("../font/exmouth.ttf") format('truetype');
}
.wap_photo1 {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.wap_photo1 img {
  display: block;
}
.wed_slogan {
  width: 100%;
  padding: 56px 0;
  height: auto;
  text-align: center;
}
.wed_slogan .wed_name {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.wed_slogan .wed_name span {
  color: #a96c5f;
  text-align: center;
  display: inline-block;
  line-height: 1;
  margin: 0 10%;
}
.wed_slogan .wed_name span .header_img {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #ccc;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  margin-bottom: 7px;
}
.wed_slogan .wed_name span .header_img .up {
  z-index: 100;
}
.wed_slogan .wed_name span .header_img img {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}
.wed_slogan .wed_name span .header_img .pic1,
.wed_slogan .wed_name span .header_img .pic2 {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.25);
}
.wed_slogan .wed_name span div {
  color: #a96c5f;
}
.wed_slogan .wed_name span b {
  color: #a96c5f;
  font-size: 16px;
  line-height: 1;
}
.wed_slogan p:nth-child(2) {
  color: #a96c5f;
  font-size: 26px;
  line-height: 1.8;
  font-family: exmouth;
  margin-top: 28px;
}
.wed_slogan p {
  color: #a96c5f;
  font-size: 12px;
}
.weddingqr_mob {
  width: 260px;
  padding: 56px;
  height: auto;
  overflow: hidden;
  text-align: center;
  position: absolute;
  left: 70%;
  top: 25%;
}
@media (max-width: 768px) {
  .weddingqr_mob {
    display: none;
  }
}
.weddingqr_mob p {
  color: #f7f7f7;
  font-size: 12px;
}
.weddingqr_mob .home_btn {
  display: block;
  width: 150px;
  height: 36px;
  background: #ffd52c;
  text-align: center;
  color: #433a18;
  font-weight: 600;
  line-height: 36px;
  font-size: 13px;
  margin-top: 28px;
  border-radius: 4px;
  cursor: pointer;
}
.weddingqr_mob .home_btn:hover {
  background: #fedd57;
  color: #221d09;
  cursor: pointer;
}
.wap_photo2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: url(../img/weddingli3.jpg) no-repeat top;
  -webkit-background-size: cover;
  background-size: cover;
}
.wap_photo2 .wap_photo2bg {
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 14px;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  padding-top: 15%;
}
.wap_photo2 .wap_photo2bg h3 {
  font-size: 14px;
  color: #101010;
  line-height: 28px;
  width: 60%;
  margin: auto;
  border-bottom: 1px #f7f7f7 solid;
}
.wap_photo2 .wap_photo2bg p {
  font-size: 12px;
  color: #101010;
  padding: 14px;
  margin-bottom: 28px;
}
footer {
  width: 100%;
  height: auto;
  padding: 3px;
  text-align: center;
  background: #999999;
  color: #f7f7f7;
  font-size: 12px;
  line-height: 1;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .wap_photo2 {
    background: url(../img/weddingli3@2x.jpg) no-repeat top;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
