/*reset*/
*, :before, :after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    -webkit-tap-highlight-color: transparent;
}
a {
    text-decoration: none;
    color: inherit;
}
ul, li, ol > li > ol, ol > li > ul, ul > li > ol, ul > li > ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
a:visited, a:active {
    color: inherit;
}
.wrapped {
    max-width: 1200px;
    margin: 0 auto;
}
p, * + p {
    margin: 0;
    line-height: 1;
}
img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.clearfix {
    *zoom: 1;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
.am-fl {
    float: left;
}
.am-fr {
    float: right;
}
.am-btn.am-disabled, .am-btn[disabled], fieldset[disabled] .am-btn, .am-disabled, .disabled {
    pointer-events: none;
    border-color: transparent;
    cursor: not-allowed;
    opacity: .45;
    box-shadow: none;
}
.img--wrapper {
    position: relative;
}
main {
    max-width: 412px;
    margin: 0 auto;
}
main img {
    max-width: 100%;
    vertical-align: bottom;
}

.main_section {
    position: relative;

}
.section_source {
    position: absolute;
    width: 16%;
    top: 15px;
    left: 15px;
}
.section_formula {
    width: 54%;
    position: absolute;
    top: 20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
}
.section_formula p {
    line-height: 1.37;
}
.section_formula .formula_place {
    font-size: 14px;
}
.section_formula .formula_date {
    font-size: 9px;
    margin-top: 5px;
}
.section_slider {
    position: absolute;
    width: 80%;
    height: 81px;
    bottom: 59px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /*outline: 1px solid red;*/
}
.section_slider .am-slider-default {
    background: transparent;
}
.am-slider .am-slides > li {
    text-align: center;
}
.am-slider .am-slides img {
    display: inline-block;
    width: auto;
    height: 81px;
}
.am-slider-default .am-control-nav li a {
    background: transparent url("../wap/images/slide-blur.png") no-repeat center;
    background-size: contain;
}
.am-slider-default .am-control-nav li a.am-active {
    background: transparent url("../wap/images/slide-active.png") no-repeat center;
    background-size: contain;
}
.am-slider-default .am-control-nav {
    bottom: -35px;
}
.section_container {
    position: absolute;
    width: 78.6%;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section_container .title {
    font-size: 12px;
    color: #333;

}
.section_container .desc {
    font-size: 11px;
    color: #666;
    margin-top: 20px;
    text-align: justify;
    line-height: 1.37;
}
.main_section:nth-of-type(3) .section_container {
    position: absolute;
    width: 57%;
    height: 100%;
    top: 0;
    left: auto;
    right: 0;
    /*outline: 1px solid red;*/
    -webkit-transform: none;
    transform: none;
}
.section_container .section_ul {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 60px 40px 0 20px;
    font-size: 10px;
}
.section_container .section_ul p {
    line-height: 1.37;
    text-align: justify;
}
.section_container .section_ul .img--wrapper {
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
}
.section_container .section_ul .img--wrapper img {
    max-width: 100%;
    vertical-align: top;
}
.section_container .section_ul li:nth-of-type(1) p,
.section_container .section_ul li:nth-of-type(2) p {
    line-height: 1;
}
.section_container .section_ul li:nth-of-type(1) {
    margin-bottom: 3px;
}
.section_container .section_ul li:nth-of-type(3) {
    margin: 13px 0;
}
.section_footer {
    position: absolute;
    width: 65.6%;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #ffffff;
    text-align: center;
}
.section_footer .footer_title {
    font-size: 24px;
}
.section_footer .footer_desc {
    font-size: 10px;
    margin-top: 5px;
    line-height: 1.37;
}
.main_section:last-of-type .section_ul {
    position: absolute;
    width: 92%;
    top: 26px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}
.main_section:last-of-type .section_ul .li_title {
    font-size: 14px;
    color: #333;
    line-height: 1.37;
    margin-bottom: 14px;
}
.main_section:last-of-type .section_ul .li_desc {
    font-size: 10px;
    color: #333;
}
.main_section:last-of-type .section_ul .img--wrapper {
    width: 26px;
}