body{
    margin:0;
    padding:0;
    font-size:0.8em;
}
.divcontenthidden{
    overflow:hidden;
}
.divbody{
    max-width:640px;
    background-color:#fff;
}
.divlayout{
    width:100%;
    display:table; 
    text-align:justify;
    line-height:1.5em;
    background-color:#fff;
    color:#4c4b4b;
    margin:0 auto;
}
.divlayout img{
    width:100%;
    display:table;
}
.padding_top_bottom{
    padding-top:4%;
    padding-bottom:4%;
}
.backgroundcolor{
    background-color:#fef9f3;
}
.item_content{
    width:95%;
    margin-left:auto;
    margin-right:auto;
    display:table;
}
.item_title_layout{
    border:1px solid #f3e2bd;
    display:table;
    margin:0 auto;
    border-radius:8px;
}
.item_title{
    background-color:#f3e2bd;
    padding:10px 30px 15px 30px;
    color:#875f4a;
    font-size:1.5em;
    margin-bottom:8px;
    border-radius:8px;
}
.introduction{
    margin-top:4%;
    text-indent:2em;
}
.small_left{
    width:30%;
    float:left;
    margin-top:4%;
}
.small_right{
    width:70%;
    float:left;
    background-color:#f3e2bd;
    margin-top:4%;
}
.small_content{
    padding:3% 2%;
    text-indent:2em;
    line-height:1.4em;
}
.reason_layout{
    margin-top:4%;
}
.reason_item_layout{
    width:29.3333333333333%;
    float:left;
    padding:1% 2%;
}
.clear_float{
    clear:both;
}
.reason_content{
    margin-top:3%;
    text-indent:2em;
}
.criticalperiod_layout{
    margin-top:4%;
}
.criticalperiod_margin{
    margin-top:4%;
}
.criticalperiod_item{
    padding:4% 0;
}
.criticalperiod_item span{
    color:#875f4a;
    font-weight:bold;
}
.criticalperiod_line{
    border-bottom:1px dashed #a8a7a7;
}
.consultation_bottom{
    background-color:#1da2ae;
    padding:5px 15px;
    color:#fff;
    display:table;
    border-radius:5px;
    margin:2% auto;
    text-decoration:none;
}
.misunderstanding_item{
    width:48%;
    float:left;
    border:1px dashed #dfc68f;
    border-radius:8px;
    margin-top:3.6%;
}
.misunderstanding_title{
    text-align:center;
    margin-top:4%;
    color:#875f4a;
    font-weight:bold;
    font-size:1.1em;
}
.misunderstanding_content{
    margin:4% 6%;
    height:114px;
}
.misunderstanding_marginleft{
    margin-left:2.9%;
}
.evaluation_layout{
    margin-top:4%;
}
.evaluation_content{
    width: 50%;
    margin: -94% 0 0 50%;
    line-height:1.4em;
}
.evaluation_content1{
    width: 46%;
    margin: 30% 0 0 2%;
    line-height:1.4em;
}
.evaluation_title{
    margin-top:4%;
    text-align:center;
    font-weight:bold;
    font-size:1.1em;
    color:#875f4a;
}
.evaluation_ul{
    margin:0;
    padding:0;
    list-style:none;
}
.evaluation_ul li{
    margin:4% 1.7%;
    float:left;
    width:46%;
    text-align:center;
    border:1px dashed #875f4a;
    padding:5px 0;
    border-radius:15px;
    font-size:0.9em;
}
.expert_describe{
    margin-top:4%;
    text-indent:2em;
}
.expert_line_left {
    margin-top: 6%;
    height: 2px;
    width: 35%;
    float: left;
    background: -webkit-linear-gradient(left, #ffffff , #875f4a);
    background: -o-linear-gradient(right, #875f4a, #ffffff);
    background: -moz-linear-gradient(right, #875f4a, #ffffff);
    background: linear-gradient(to right, #875f4a, #ffffff);
    -webkit-transform: rotateY(180deg);
}
.expert_line_right {
    margin-top: 6%;
    height: 2px;
    width: 35%;
    float: left;
    background: -webkit-linear-gradient(left, #ffffff , #875f4a);
    background: -o-linear-gradient(right, #875f4a, #ffffff);
    background: -moz-linear-gradient(right, #875f4a, #ffffff);
    background: linear-gradient(to right, #875f4a, #ffffff);
}
.expert_line_midde {
    margin-top: 3%;
    width: 30%;
    float: left;
    text-align: center;
    color: #875f4a;
    font-size: 1.5em;
    font-weight: bold;
}
.expert_title_layout{
    margin-top:4%;
}
.expert_left{
    margin-top:3%;
    float:left;
    width:30%;
}
.expert_right{
    margin-top:3%;
    float:right;
    width:66%;
}
.expert_name{
    font-size:1.2em;
    margin-top:3%;
}
.expert_name p{
    margin-top:1%;
}
.expert_name span{
    font-weight:bold;
    font-size:1.1em;
    color:#875f4a;
    padding-bottom:2%;
}
.expert_introduce{
    margin:3% 0 4% 0;
    text-indent:2em;
    font-size:0.8em;
    line-height:1.2em;
}
.environmental{
    margin-top:4%;
}
@media screen and (min-device-width:320px) and (max-device-width: 370px) {
    .small_content{
        padding:3.5% 2%;
        font-size:0.9em;
        line-height:1.3em;
    }
    .misunderstanding_marginleft{
        margin-left:2.6%;
    }
    .misunderstanding_content{
        height:113px;
    }
    .evaluation_content{
        margin: -90% 0 0 50%;
        line-height:1.1em;
        font-size:0.9em;
    }
    .evaluation_content1{
        margin: 32% 0 0 2%;
        line-height:1.1em;
        font-size:0.9em;
    }
    .evaluation_layout{
        margin-top:8%;
    }
    .evaluation_ul li {
        margin: 4% 1.6%;
        font-size:0.8em;
    }
}
@media screen and (min-device-width:371px) and (max-device-width: 410px) {
    .small_content{
        padding:2% 2%;
    }
    .misunderstanding_marginleft{
        margin-left:2.8%;
    }
    .evaluation_content{
        margin: -98% 0 0 50%;
        line-height:1.3em;
    }
    .evaluation_content1{
        margin: 28% 0 0 2%;
        line-height:1.3em;
    }
}