.pc-page {
    display: none;
}

* {
    margin: 0;
    padding: 0;
}

input,
select {
    font-family: 'Microsoft yahei';
    line-height: 1.75rem;
    height: 1.75rem;
    padding: 0 5px;
    color: #6b3300;
    border: 1px solid #d6ac6e;
    outline: none;
    background-color: #fff6cb;
}

input[type=button],
input[type=submit],
input[type=radio],
input[type=file],
input,
textarea,
select {
    border-radius: 0;
   /* -webkit-appearance: none;*/
}
input[type=submit],
input[type=text]{
	 -webkit-appearance: none;
}

img {
    display: block;
    max-width: 100%;
}

body {
    font-family: 'Microsoft yahei';
    font-size: 16px;
    color: #666;
    background: #fbf6e5;
}

.mobile-page {
    width: 100%;
}

.banner {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.wapper {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.wapper h1 {
    font-size: 1rem;
    font-weight: normal;
    line-height: 2.5rem;
    width: 100%;
    height: 2.5rem;
    text-align: center;
    color: #fff;
    background: #e44202;
}

.js {
    font-size: .875rem;
    line-height: 1.5rem;
    box-sizing: border-box;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 2%;
    background: #fef4d3;
}

.questions {
    font-size: .875rem;
    line-height: 1.75rem;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 0 2%;
}

.questions .panel input[name='mail'] {
    width: 40%;
    height: 1.5rem;
    margin: 0 5px;
}

.questions .panel input[type='radio'],
.questions .panel input[type='checkbox'] {
	width: 1rem;
	height: 1rem;
    vertical-align: middle;
}

.cj-type {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: 10px;
}

p.tit {
    font-weight: bold;
    color: #cc5200;
}

.main-q {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 10px auto;
    border: 1px solid #e88d6b;
}

p.tit-1 {
    font-weight: bold;
    line-height: 1.75rem;
    position: relative;
    width: 100%;
    height: 1.75rem;
    text-align: center;
    color: #dc2008;
    border-bottom: 1px solid #e88d6b;
    background: #e7d2b6;
}

p span {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 1.75rem;
    color: #fff;
    background: #f00;
}

.main-qbox {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 10px 5px;
}

.main-qbox select {
    line-height: 1.75rem;
    height: 1.75rem;
}

.main-qbox p input.other {
    line-height: 1.75rem;
    height: 1.75rem;
}

.question-1 {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 8px 0;
}
.proviceall {
    /*display: none;*/    
    width: 100%;
    padding: 10px 10px;    
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px #eeb480 solid;
    background: #fae9cd;
    margin-top: 10px;
}

.fs-question p {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

.fs-question select {
    display: block;
    float: left;
    margin-left: 5px;
}

.fs-question p label {
    display: block;
    float: left;
    width: 90px;
}

p.tit span {
    font-weight: normal;
}

.question-1 input[type='submit'] {
    line-height: 28px;
    display: block;
    width: 120px;
    height: 28px;
    margin: 0 auto;
    margin-top: 20px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border: 0 none;
    background-color: #f00;
}

.activ-js {
    font-size: .875rem;
    line-height: 1.75rem;
    width: 96%;
    margin: 0 auto;
    margin-top: 10px;
    border: 1px solid #e88d6b;
    border-top: 0 none;
}

.activ-js h2 {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.75rem;
    width: 100%;
    height: 1.75rem;
    text-indent: 10px;
    color: #fff;
    background-color: #e44202;
}

.activ-js p {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 5px;
}

.jpjs {
    float: left;
    box-sizing: border-box;
    width: 50%;
    margin-top: 10px;
    padding: 0 10px;
}

.yycy {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 5px;
    color: #e44202;
}

.footer {
    line-height: 2rem;
    text-align: center;
}

.footer a {
    color: #f00;
}

