@charset "utf-8";
* { margin: 0; padding: 0; }
html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
body { font: 14px/1em Microsoft YaHei, sans-serif; /*max-width: 640px;*/ margin: 0 auto; height: 100%; background-color: #fff; }
img { vertical-align: top; outline: none; }
@media only screen and (max-width:320px) {
    body { font-size: 12px; }
}
ul, li { list-style: none; }
img { width: 100%; display: block; border: 0; margin: 0 auto; }
a { text-decoration: none; }
a:active, a:hover { outline: 0; border: 0}
.mb0{
	margin-bottom: 0;
}

.active_layer { background-color: #fff;}
.btn-bottom{
    width: 100%;
    display: table;
    position: fixed;
    bottom: 0;
    left: 0;
}
.btn {
    display: inline-block;
    *display: inline; /*IE 6/7*/
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: baseline;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    font-family: inherit;
    font-size: 100%;
    *font-size: 90%; /*IE 6/7 - To reduce IE's oversized button text*/
    *overflow: visible; /*IE 6/7 - Because of IE's overly large left/right padding on buttons */
    padding: 0.8em 0;
    color: #fff; /* rgba not supported (IE 8) */
    border: 1px solid #999;  /*IE 6/7/8*/
    border: none rgba(0, 0, 0, 0);  /*IE9 + everything else*/
    text-decoration: none;
}
.btn-hover,
.btn:hover,
.btn:focus {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000',GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0,0,0, 0.05)), to(rgba(0,0,0, 0.10)));
    background-image: -webkit-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
    background-image: linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
}
.btn:focus {
    outline: 0;
}
.btn-active,
.btn:active {
    box-shadow: 0 0 0 1px rgba(0,0,0, 0.15) inset, 0 0 6px rgba(0,0,0, 0.20) inset;
}
.btn-light{
    background-color: #ee4834;
    height: 60px;
    line-height: 60px;
    padding: 0;
    font-size: 24px;
}
.btn-gray{
    background-color: #ee4834;
    height: 1.6em;
    line-height: 1.6em;
}
.btn-disabled,
.btn-disabled:hover,
.btn-disabled:focus,
.btn-disabled:active {
    border: none;
    background-image: none;
    cursor: not-allowed;
    box-shadow: none;
}
 /*body { padding-bottom: 60px;} */

.side-right { 
    position: fixed; 
    right: 0; 
    top: 20%; 
    bottom: 80%;
    z-index: 223;}
.side-right a {
    color: #fff;
    font-family: PingFangSC-Medium;
    font-size: 0.28rem;
    line-height: 0.57rem;
    height: 0.60rem;
    width: 1.3rem;
    padding-left: 0.23rem;
    background: #ee4834;
    border-radius: 0.3rem 0 0 0.3rem;
    display: block;
    box-shadow: 0.02rem 0.02rem 0.1rem #757575;
}
.part{
    position: relative;
}
.part h2{
    position: absolute;
    left: 0;
    bottom: 2.6rem;
    width: 100%;
    text-align: center;
    font-size: 0.28rem;
    color: #ff4b04;
    font-family:STYuanti-SC-Bold;
    line-height: 1;
}
.part span{
    font-size: 0.7rem;
}
.part sup{
    font-style: normal;
    position: relative;
    color: #ccc;
    top: -0.2rem;
    font-size: 0.2rem;
}
.part ul{
    position: absolute;
    width: 100%;
    left: 0;
    top: 1rem;
}
.part li{
    height: 80px;

}
.part a{
    display: block;
    height: 23%;
    /* line-height: 50px; */
    width: 35%;
    position: absolute;
    left: 32.5%;
    bottom: 14%;
    opacity: 0;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 6px;
    background: linear-gradient(0deg,rgba(240,75,48,1) 0%,rgba(241,100,50,1) 99%);
}
.part a.right{
    left: auto;
    right: 29%;
}
.part ol{
    position: absolute;
    left: 0;
    width: 100%;
    top: 0.7rem;
}
.part ol li{
    height: auto;
}
.part ol a{
    display: block;
    height: 0.7rem;
}
.learnlist li{
    width: 6.78rem;
    height: 1.53rem;
    margin: 0.36rem auto 0;
    background: url(../img/learn.png) no-repeat center;
    background-size: 6.78rem;
    position: relative;
    padding-top: 0.5rem;
    box-sizing: border-box;
}
.learnlist span{
    position: absolute;
    left: 0;
    top: 0;
    font-size:0.26rem;
    font-family:Source Han Sans CN;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height: 0.4rem;
    width: 0.68rem;
    text-align: center;
}
.learnlist h2{
    font-size:0.30rem;
    font-family:Source Han Sans CN;
    font-weight:bold;
    color:rgba(51,51,51,1);
    line-height:1;
    padding-left: 0.65rem;
    margin-bottom: 0.15rem;
    background: url(../img/dot.png) no-repeat 0.45rem center;
    background-size: 0.16rem;
    letter-spacing: -0.01rem;
}
.learnlist p{
    font-size:0.22rem;
    font-family:Source Han Sans CN;
    font-weight:300;
    color:rgba(51,51,51,1);
    line-height:1;
    padding-left: 0.77rem;
}
.learnlist img{
    width: 6.7rem;
    margin: 0.5rem auto;
}
footer{
    padding: 0.5rem 0.4rem;
}
footer p{
    font-size:0.22rem;
    font-family:Source Han Sans CN;
    font-weight:300;
    color:rgba(155,155,155,1);
    line-height:0.32rem;
}