body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
}
.dn {
    display: none;
}
img {
    display: block;
    width: 100%;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

::-webkit-input-placeholder {
    color: #c5c5c5;

}
input[type="radio"]{appearance: none; -webkit-appearance: none;outline: none;display:none; height: auto; line-height: auto;}
.radio-inline{ float: left;    width: 1.3rem;
    margin-left: .8rem; margin-top:.1rem;} 
.radio-inline label{ display:block; padding-left:.6rem;
    background:url(icon-radio.png) 0 center no-repeat;background-size:.26rem .26rem; } 
.radio-inline input[type='radio']:checked + label{display:block; padding-left:.6rem;
    background:url(icon-radio-checked.png) 0 center no-repeat;background-size:.26rem .26rem;}
.radio-inline input[type='radio']:checked + label em{color:#666;}

#order {
    width: 1rem;
    height: 1rem;
    display: block;
    position: absolute;
    top: 2rem;
    left: 0;
    z-index: -1;
}


.warp{
    width: 7.5rem;
    margin:0 auto;
}
.img
    img{
        display: block;
    width: 100%;
    }

.form-iframe{
    display: block;
    background: url(../images/img_05.jpg) no-repeat;
    width: 7.5rem;
    height: 9.75rem;
    background-size: 100% 100%;
}

#form1 {
    width: 6.53rem;
    margin:0 auto 0;
    box-sizing: border-box;
    position: relative;
    z-index: 1;}
    #form1 .form-group{
        width: 5.62rem;
        font-size: .28rem;
        color:#666;
        margin-bottom: .34rem;
    }
    #form1 .form-group .lab{
        margin-left:.8rem;
    }
    #form1 .form-group .lab em{ color:#f00; }
    #form1 .form-group input.form-control{
        width: 4rem;
        height: .8rem;
        line-height: .8rem;
        display: block;
        margin-left: 1.4rem;
        padding:.2rem;
        border: 0;
        box-sizing: border-box;
        background: transparent;
        font-size: .28rem;

    }
    #form1 .form-group input.long{
        margin-left:.6rem;
    }

    #form1 #btn_sub {
        width: 5.62rem;
        height: .89rem;
        line-height: .89rem;
        display: block;
        margin: .52rem 0 0 .46rem;
        text-align: center;font-size: .3rem;
        color:#fff;
        box-sizing: border-box;
        background: url("btn.png") no-repeat;
        background-size: 100% 100%;
        border: 0;
    }


.layerbg {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
}

#ui-error-msg {
    display: none;
    position: fixed;
    width: 3rem;

    line-height: .5rem;
    bottom: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: .2rem;
    background-color: rgba(255, 255, 255, 1);
    color: #333;
    font-size: .3rem;
    text-align: center;
    border-radius: 7px;
    word-break: break-all;
    z-index: 1111;
    
}

#ui-error-msg.show {
    display: block;
}

