* {
  background-repeat: no-repeat;
}
/*
src: url('/fonts/singlemalta-webfont.eot');
src: url('/fonts/singlemalta-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/singlemalta-webfont.woff') format('woff'),
    url('/fonts/singlemalta-webfont.ttf') format('truetype'),
    url('/fonts/singlemalta-webfont.svg#defineName') format('svg');
// */
@font-face {
  font-family: "PingFangSCMedium";
  src: url("/font/PingFangSCMedium.ttf");
}
html {
  width: 100%;
  height: 100%;
}
html body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "PingFangSCMedium", sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html body ul {
  margin: 0;
  padding: 0;
}
html body ul li {
  list-style: none;
}
html body p {
  margin: 0;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5 {
  margin: 0;
  padding: 0;
}
html body a {
  text-decoration: none;
  color: #333333;
}
html body img {
  border: none;
}
html body input {
  border: none;
  padding: 0;
}
html body button {
  padding: 0;
  background: transparent;
  border: none;
}
html body input,
html body textarea,
html body a {
  outline: none;
}
/*------------------------------ mixin -------------------------------*/
/*------------------------ define and usage --------------------------*/
/*
    .test1-class {
        color: #fff;
        font-size: 20px;
    }
    .test2-class () {
        color: #f00;
    }
    .test3-class (@key; @value; @t) {
        border: @arguments;
    }

    .test-use {
        // 可带括号调用，也可不带
        .test1-class();   
        .test1-class;

        .test2-class();
        .test2-class;

        .test3-class(1px; solid; red);
    }


    .average(@x, @y) {
        @average: ((@x + @y) / 2);
    }
    .test-007 {
        .average(16px, 50px); // "call" the mixin
        padding: @average;    // use its "return" value
    }
    // result 
    .test-007 {
        padding: 33px;
    }
    // */
/*------------------------ ****************** --------------------------*/
.borderBox {
  box-sizing: border-box;
}
/*
        #wrap {
            .keyframes(name, {
                from {}
                to {}
            });
            .animation(name 1s infinite forwards);
        }
    */
/*--------------------------------------------------*/
.pointer {
  cursor: pointer;
}
.borderBox {
  box-sizing: border-box;
}
#navbar {
  padding-top: 0.53333333rem;
  width: 100%;
  height: 1.17333333rem;
  box-sizing: content-box;
  background: #F64150;
  color: #fff;
  font-size: 0.34666667rem;
  font-family: PingFang-SC-Medium;
  font-weight: bold;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}
#navbar > div {
  margin-top: 0.18666667rem;
  height: 0.8rem;
  line-height: 0.8rem;
}
#navbar .left-back {
  float: left;
  margin-left: 0.4rem;
  width: 0.21333333rem;
  cursor: pointer;
}
#navbar .left-back img {
  width: 100%;
  height: 0.4rem;
  margin-top: 0.2rem;
}
#navbar .title {
  float: left;
  font-size: 0.48rem;
  font-family: PingFang-SC-Regular;
  color: #fff;
  font-weight: 400;
  width: calc(100% - 137rem / 75);
  text-align: center;
}
.lineheight70 {
  line-height: 0.93333333rem;
}
.paddingLeft27 {
  padding-left: 0.36rem;
}
.common-input-style {
  box-sizing: border-box;
  border: 0.01333333rem solid #CCC;
  border-radius: 0.13333333rem;
  -webkit-border-radius: 0.13333333rem;
  -moz-border-radius: 0.13333333rem;
  -o-border-radius: 0.13333333rem;
  -ms-border-radius: 0.13333333rem;
  height: 100%;
  font-size: 0.4rem;
  line-height: 0.93333333rem;
  text-indent: 0.28rem;
}
.common-input-style::-webkit-input-placeholder {
  text-indent: 0.28rem;
  font-size: 0.4rem;
  color: #CCC;
  margin-top: 0.53333333rem;
  line-height: 0.93333333rem;
}
.common-input-style:-moz-placeholder {
  /* Firefox 18- */
  text-indent: 0.28rem;
  font-size: 0.4rem;
  color: #CCC;
  margin-top: 0.53333333rem;
  line-height: 0.93333333rem;
}
.common-input-style::-moz-placeholder {
  /* Firefox 19+ */
  text-indent: 0.28rem;
  font-size: 0.4rem;
  color: #CCC;
  margin-top: 0.53333333rem;
  line-height: 0.93333333rem;
}
.common-input-style:-ms-input-placeholder {
  text-indent: 0.28rem;
  font-size: 0.4rem;
  color: #CCC;
  margin-top: 0.53333333rem;
  line-height: 0.93333333rem;
}
.createDouble-init-container {
  padding-top: 1.70666667rem;
  box-sizing: border-box;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  background: #fef9ea;
  font-size: 0.4rem;
  color: #333;
}
.createDouble-init-container .memorial-name {
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  background: #fff;
  box-sizing: border-box;
  padding-left: 0.4rem;
  padding-right: 0.36rem;
}
.createDouble-init-container .memorial-name input {
  float: right;
  width: 6.88rem;
  height: 0.93333333rem !important;
  margin-top: 0.53333333rem;
  box-sizing: border-box;
  border: 0.01333333rem solid #CCC;
  border-radius: 0.13333333rem;
  -webkit-border-radius: 0.13333333rem;
  -moz-border-radius: 0.13333333rem;
  -o-border-radius: 0.13333333rem;
  -ms-border-radius: 0.13333333rem;
  height: 100%;
  font-size: 0.4rem;
  line-height: 0.93333333rem;
  text-indent: 0.28rem;
}
.createDouble-init-container .memorial-name input::-webkit-input-placeholder {
  text-indent: 0.28rem;
  font-size: 0.4rem;
  color: #CCC;
  margin-top: 0.53333333rem;
  line-height: 0.93333333rem;
}
.createDouble-init-container .memorial-name input:-moz-placeholder {
  /* Firefox 18- */
  text-indent: 0.28rem;
  font-size: 0.4rem;
  color: #CCC;
  margin-top: 0.53333333rem;
  line-height: 0.93333333rem;
}
.createDouble-init-container .memorial-name input::-moz-placeholder {
  /* Firefox 19+ */
  text-indent: 0.28rem;
  font-size: 0.4rem;
  color: #CCC;
  margin-top: 0.53333333rem;
  line-height: 0.93333333rem;
}
.createDouble-init-container .memorial-name input:-ms-input-placeholder {
  text-indent: 0.28rem;
  font-size: 0.4rem;
  color: #CCC;
  margin-top: 0.53333333rem;
  line-height: 0.93333333rem;
}
.createDouble-init-container .select-vip {
  height: 4.21333333rem;
  background: #fff;
}
.createDouble-init-container .select-vip .pic {
  width: 2.45333333rem;
  position: relative;
  float: left;
  margin-top: 0.52rem;
}
.createDouble-init-container .select-vip .pic img {
  width: 100%;
  height: 2.45333333rem;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
.createDouble-init-container .select-vip .pic p {
  text-align: center;
  line-height: 0.37333333rem;
  font-size: 0.37333333rem;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  color: #333;
  margin-top: 0.34666667rem;
}
.createDouble-init-container .select-vip .pic .selected {
  display: none;
  position: absolute;
  right: 0;
  top: 1.73333333rem;
  background: #F64150;
  width: 0.54666667rem;
  height: 0.54666667rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  box-sizing: border-box;
  border: 0.02666667rem solid #fff;
  color: #fff;
  background-image: url(https://hsy1.jibai.com/static/jibai/images/true_mark.png);
  background-size: 0.29333333rem 0.21333333rem;
  background-position: center;
  background-repeat: no-repeat;
}
.createDouble-init-container .select-vip .pic.active .selected {
  display: block;
}
.createDouble-init-container .select-vip .pic:nth-of-type(1) {
  margin-left: 1.42666667rem;
}
.createDouble-init-container .select-vip .pic:nth-of-type(2) {
  margin-left: 2.24rem;
}
.createDouble-init-container .public {
  margin-top: 0.66666667rem;
  line-height: 0.37333333rem;
  padding-left: 0.37333333rem;
  box-sizing: border-box;
}
.createDouble-init-container .public .choose {
  display: inline-block;
  position: relative;
}
.createDouble-init-container .public .choose span {
  display: block;
  position: absolute;
  text-indent: 0.4rem;
  left: -0.62666667rem;
  top: 0;
  width: 0.34666667rem;
  height: 0.34666667rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border: 0.01333333rem solid #999;
}
.createDouble-init-container .public .choose span::after {
  width: 0.18666667rem;
  height: 0.18666667rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  top: 0.08rem;
  left: 0.08rem;
}
.createDouble-init-container .public .choose span.active {
  border-color: #F64150;
}
.createDouble-init-container .public .choose span.active::after {
  background: #F64150;
}
.createDouble-init-container .public .choose:nth-of-type(1) {
  margin-left: 0.93333333rem;
}
.createDouble-init-container .public .choose:nth-of-type(2) {
  margin-left: 1.33333333rem;
}
.createDouble-init-container .password-input {
  display: none;
  margin-top: 0.66666667rem;
  width: 100%;
  padding: 0 0.37333333rem;
  height: 0.93333333rem;
  position: relative;
  line-height: 0.93333333rem;
  box-sizing: border-box;
}
.createDouble-init-container .password-input input {
  width: 6.88rem;
  box-sizing: border-box;
  border: 0.01333333rem solid #CCC;
  border-radius: 0.13333333rem;
  -webkit-border-radius: 0.13333333rem;
  -moz-border-radius: 0.13333333rem;
  -o-border-radius: 0.13333333rem;
  -ms-border-radius: 0.13333333rem;
  height: 100%;
  font-size: 0.4rem;
  line-height: 0.93333333rem;
  text-indent: 0.28rem;
  position: absolute;
  right: 0.37333333rem;
  top: 0;
}
.createDouble-init-container .password-input input::-webkit-input-placeholder {
  text-indent: 0.28rem;
  font-size: 0.4rem;
  color: #CCC;
  margin-top: 0.53333333rem;
  line-height: 0.93333333rem;
}
.createDouble-init-container .password-input input:-moz-placeholder {
  /* Firefox 18- */
  text-indent: 0.28rem;
  font-size: 0.4rem;
  color: #CCC;
  margin-top: 0.53333333rem;
  line-height: 0.93333333rem;
}
.createDouble-init-container .password-input input::-moz-placeholder {
  /* Firefox 19+ */
  text-indent: 0.28rem;
  font-size: 0.4rem;
  color: #CCC;
  margin-top: 0.53333333rem;
  line-height: 0.93333333rem;
}
.createDouble-init-container .password-input input:-ms-input-placeholder {
  text-indent: 0.28rem;
  font-size: 0.4rem;
  color: #CCC;
  margin-top: 0.53333333rem;
  line-height: 0.93333333rem;
}
.createDouble-init-container .secret-password {
  width: 100%;
  height: 0.93333333rem;
  padding-left: 0.37333333rem;
  padding-right: 0.4rem;
  margin-top: 0.53333333rem;
  box-sizing: border-box;
  line-height: 0.93333333rem;
}
.createDouble-init-container .secret-password input {
  float: right;
  width: 6.88rem;
  box-sizing: border-box;
  border: 0.01333333rem solid #CCC;
  border-radius: 0.13333333rem;
  -webkit-border-radius: 0.13333333rem;
  -moz-border-radius: 0.13333333rem;
  -o-border-radius: 0.13333333rem;
  -ms-border-radius: 0.13333333rem;
  height: 100%;
  font-size: 0.4rem;
  line-height: 0.93333333rem;
  text-indent: 0.28rem;
}
.createDouble-init-container .secret-password input::-webkit-input-placeholder {
  text-indent: 0.28rem;
  font-size: 0.4rem;
  color: #CCC;
  margin-top: 0.53333333rem;
  line-height: 0.93333333rem;
}
.createDouble-init-container .secret-password input:-moz-placeholder {
  /* Firefox 18- */
  text-indent: 0.28rem;
  font-size: 0.4rem;
  color: #CCC;
  margin-top: 0.53333333rem;
  line-height: 0.93333333rem;
}
.createDouble-init-container .secret-password input::-moz-placeholder {
  /* Firefox 19+ */
  text-indent: 0.28rem;
  font-size: 0.4rem;
  color: #CCC;
  margin-top: 0.53333333rem;
  line-height: 0.93333333rem;
}
.createDouble-init-container .secret-password input:-ms-input-placeholder {
  text-indent: 0.28rem;
  font-size: 0.4rem;
  color: #CCC;
  margin-top: 0.53333333rem;
  line-height: 0.93333333rem;
}
.createDouble-init-container .create-btn {
  width: 9.2rem;
  height: 1.17333333rem;
  margin: 1.2rem auto;
  background: #F64150;
  border-radius: 0.13333333rem;
  -webkit-border-radius: 0.13333333rem;
  -moz-border-radius: 0.13333333rem;
  -o-border-radius: 0.13333333rem;
  -ms-border-radius: 0.13333333rem;
  text-align: center;
  line-height: 1.17333333rem;
  color: #fff;
  font-size: 0.34666667rem;
}
.createDouble-container {
  padding-top: 1.70666667rem;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow-y: scroll;
  background: #FEF9E9;
  color: #333;
}
.createDouble-container .title-tip {
  height: 1.14666667rem;
  font-size: 0.37333333rem;
  color: #333;
  text-indent: 0.4rem;
  line-height: 1.14666667rem;
}
.createDouble-container .info-container {
  padding: 0.49333333rem 0.4rem 0.48rem 0.4rem;
  box-sizing: border-box;
  margin-top: 0.4rem;
  background: #fff;
  height: 5.06666667rem;
}
.createDouble-container .info-container .left {
  float: left;
  width: 2.90666667rem;
  height: 4rem;
  background: #F0F0F0;
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  -moz-border-radius: 0.08rem;
  -o-border-radius: 0.08rem;
  -ms-border-radius: 0.08rem;
  line-height: 6.4rem;
  color: #999;
  font-size: 0.32rem;
  text-align: center;
  background-image: url(https://hsy1.jibai.com/static/jibai/images/default_portrait_female.png);
  background-repeat: no-repeat;
  background-size: 1.70666667rem 1.84rem;
  background-position: center 0.70666667rem;
  position: relative;
}
.createDouble-container .info-container .left input#upload-img1,
.createDouble-container .info-container .left input#upload-img2 {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.createDouble-container .info-container.one {
  margin-top: 0;
}
.createDouble-container .info-container.one .left {
  background-image: url(https://hsy1.jibai.com/static/jibai/images/default_portrait_male.png);
  background-size: 1.93333333rem 1.78666667rem;
}
.createDouble-container .info-container .right {
  float: left;
  width: calc(100% - 218rem / 75);
  text-indent: 0.53333333rem;
}
.createDouble-container .info-container .right label {
  display: block;
  height: 0.93333333rem;
  line-height: 0.93333333rem;
  font-size: 0.4rem;
  margin-bottom: 0.26666667rem;
}
.createDouble-container .info-container .right label span {
  float: left;
}
.createDouble-container .info-container .right label input {
  float: right;
  width: 4.6rem;
  height: 0.93333333rem;
  line-height: 0.93333333rem;
  color: #CCC;
  font-size: 0.4rem;
  border: 0.01333333rem solid #cccccc;
  border-radius: 0.13333333rem;
  -webkit-border-radius: 0.13333333rem;
  -moz-border-radius: 0.13333333rem;
  -o-border-radius: 0.13333333rem;
  -ms-border-radius: 0.13333333rem;
  box-sizing: border-box;
  text-indent: 0.28rem;
  outline: none;
}
.createDouble-container .info-container .right label input::-webkit-input-placeholder {
  font-size: 0.4rem;
  color: #CCC;
  line-height: 0.93333333rem;
}
.createDouble-container .info-container .right label input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 0.4rem;
  color: #CCC;
  line-height: 0.93333333rem;
}
.createDouble-container .info-container .right label input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 0.4rem;
  color: #CCC;
  line-height: 0.93333333rem;
}
.createDouble-container .info-container .right label input:-ms-input-placeholder {
  font-size: 0.4rem;
  color: #CCC;
  line-height: 0.93333333rem;
}
.createDouble-container .info-container .right label:nth-of-type(3) {
  margin-bottom: 0.37333333rem;
}
.createDouble-container .info-container .right label:nth-of-type(4) {
  margin-bottom: 0;
  height: auto;
  line-height: 0.37333333rem;
}
.createDouble-container .info-container .right label:nth-of-type(4) .sex {
  display: inline-block;
  position: relative;
}
.createDouble-container .info-container .right label:nth-of-type(4) .sex span {
  display: block;
  position: absolute;
  text-indent: 0.4rem;
  left: -0.2rem;
  top: 0;
  width: 0.34666667rem;
  height: 0.34666667rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border: 0.01333333rem solid #999;
}
.createDouble-container .info-container .right label:nth-of-type(4) .sex span::after {
  width: 0.18666667rem;
  height: 0.18666667rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  top: 0.08rem;
  left: 0.08rem;
}
.createDouble-container .info-container .right label:nth-of-type(4) .sex span.active {
  border-color: #F64150;
}
.createDouble-container .info-container .right label:nth-of-type(4) .sex span.active::after {
  background: #F64150;
}
.createDouble-container .info-container .right label:nth-of-type(4) .sex:nth-of-type(2) {
  margin-left: 1rem;
}
.createDouble-container .info-container .right label:nth-of-type(4) .sex:nth-of-type(2) span {
  left: -0.1rem;
}
.createDouble-container .create {
  width: 9.2rem;
  height: 1.17333333rem;
  margin: 1.2rem auto;
  background: #F64150;
  border-radius: 0.13333333rem;
  -webkit-border-radius: 0.13333333rem;
  -moz-border-radius: 0.13333333rem;
  -o-border-radius: 0.13333333rem;
  -ms-border-radius: 0.13333333rem;
  text-align: center;
  line-height: 1.17333333rem;
  color: #fff;
  font-size: 0.34666667rem;
}
