@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes sideUp {
    from {
        opacity: 0;
        transform: translateY(0.3rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes sideRight {
    from {
        opacity: 0;
        transform: translateX(-1rem);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes sideLeft {
    from {
        opacity: 0;
        transform: translateX(1rem);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.aaa {
    height: 400px;
    background: #00ab95;
}

.l-content {
    display: none;
}

.l-content a {
    text-decoration: none;
}

.l-content .page {
    position: relative;
}

.l-content .slider {
    font-size: 0;
}

.l-content .sliderWrap {
    position: relative;
}

.l-content .sliderItem img {
    width: 100%;
    height: 100%;
}

.l-content .sliderThem {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}

.l-content .sliderCtr {
    font-size: 0;
    text-align: center;
}

.l-content .sliderCtr li {
    display: inline-block;
    width: 0.72rem;
    height: 0.15rem;
    background: #d2d2d2;
    margin: 0 0.1rem;
    border-radius: 0.06rem;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
}
.l-content .sliderCtr li:after{
    content: '';
    width: 100%;
    height: 0.3rem;
    position: absolute;
    left: 0;
    top: -0.07rem;
}

.l-content .sliderCtr li.active {
    background: #ffcc00;
}

.l-content .sliderContainer {
    position: relative;
    overflow: hidden;
}

.l-content .sliderContent {
    transition: left 0.5s;
    position: absolute;
    left: 0;
    top: 0;
}

.l-content .sliderTextContainer {
    position: relative;
    overflow: hidden;
}

.l-content .sliderTextContent {
    transition: top 0.5s;
    position: absolute;
    left: 0;
    top: 0;
}

.l-content .sliderTextItem {
}

.l-content .stickView {
    width: 100%;
    display: table;
}

.l-content .stickView.fixed {
    position: fixed;
    left: 0;
    top: 0;
}

.l-content .stickView.bottom {
    position: absolute;
    left: 0;
    bottom: 0;
}

.l-content .stickContainer {
    display: table-cell;
    vertical-align: middle;
}

.l-content .stickContent {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.l-content .stickContent .how {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 3rem;
    margin: auto;

}

.l-content .stickContent .how a {
    font-size: 0.24rem;
    color: #003399;
    height: 0.26rem;
    line-height: 0.26rem;
    display: inline-block;
    background-image: url("../images/qs-icon.png");
    padding-left: 0.34rem;
    background-position: left center;
    background-size: 0.26rem 0.26rem;
    background-repeat: no-repeat;
}

.l-content .page1 .stickView {
    background-image: url("../images/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.l-content .page1 .stickContent {
    width: 7.74rem;
    height: 5.2rem;
    text-align: center;
    position: relative;
}

.l-content .page1 .img {
    position: absolute;
}

.l-content .page1 .img img {
    width: 100%;
    height: 100%;
}

.l-content .page1 .img.imgPc {
    width: 5.68rem;
    height: 4.62rem;
    left: -5.57rem;
    top: 0.35rem;
}

.l-content .page1 .img.imgPhone {
    width: 4.56rem;
    height: 5.2rem;
    right: -4.56rem;
    top: 0;
}

.l-content .page1 .title {
    font-family: SourceHanSansCN-Bold;
    font-size: 0.44rem;
    font-weight: normal;
    color: #ffcc00;
    letter-spacing: 0.02rem;
    margin-top: 0.4rem;
}

.l-content .page1 .sub-title {
    font-family: SourceHanSansCN-Bold;
    font-size: 0.74rem;
    font-weight: normal;
    letter-spacing: 0.04rem;
    color: #ffffff;
    margin-top: 0.72rem;
}

.l-content .page1 .btns {
    margin-top: 1.38rem;
    font-size: 0;
}

.l-content .page1 .btns .space {
    display: inline-block;
    width: 0.66rem;
}

.l-content .page1 .btns .arrow {
    display: inline-block;
    width: 0.42rem;
    height: 0.26rem;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 0.12rem;
}

.l-content .page1 .btns .arrow.arrowLeft {
    background-image: url("../images/arrow-left.png");
}

.l-content .page1 .btns .arrow.arrowRight {
    background-image: url("../images/arrow-right.png");
}

.l-content .page1 .btns .btn {
    display: inline-block;
    width: 2.58rem;
    height: 0.54rem;
    border-radius: 0.27rem;
    color: #2c2c2c;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.54rem;
    border: none;
    background: #ffcc00;
    padding: 0;
}

.l-content .page1 .btns .btn:first-child {
    margin-right: 0.66rem;
}

.l-content .page1 .btns .icon {
    display: inline-block;
    margin-right: 0.1rem;
    background-size: cover;
}

.l-content .page1 .btns .icon.iconPc {
    width: 0.28rem;
    height: 0.24rem;
    background-image: url("../images/icon-pc.png");
}

.l-content .page1 .btns .icon.iconPhone {
    width: 0.18rem;
    height: 0.28rem;
    background-image: url("../images/icon-phone.png");
    position: relative;
    top: 4px;
}

.l-content .page2 .stickView {
    background: #e7e7e7;
}

.l-content .page2 .stickView .bgLogo {
    position: absolute;
    width: 1rem;
    height: 4.36rem;
    background-image: url("../images/bg-logo.png");
    background-size: cover;
    top: 0.4rem;
    right: -1.1rem;
    background-repeat: no-repeat;
}

.l-content .page2 .stickContent {
    width: 11.8rem;
    height: 8.2rem;
    padding-top: 0.4rem;
}

.l-content .page2 .text {
    float: left;
    margin-top: 1.05rem;

}

.l-content .page2 .text .title {
	font-family: SourceHanSansCN-Medium;
	font-size: 32px;
	font-weight: normal;
	line-height: 0.6rem;
	color: #4a4a4a;
	font-weight: bold;
}

.l-content .page2 .text .btn {
    display: block;
    text-align: center;
    font-family: SourceHanSansCN-Normal;
    font-size: 0.24rem;
    width: 3.18rem;
    height: 0.54rem;
    background-color: #ffcc00;
    border-radius: 0.27rem;
    line-height: 0.54rem;
    margin-top: 0.33rem;
    color: #2c2c2c;
}

.l-content .page2 .text .btn:hover {
    text-decoration: none;
}

.l-content .page2 .text .btn .icon {
    display: inline-block;
    width: 0.1rem;
    height: 0.2rem;
    background-image: url("../images/btn-arrow.png");
    background-size: cover;
    margin-right: 0.22rem;
}

.l-content .page2 .text .tips {
    font-family: SourceHanSansCN-Medium;
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #4a4a4a;
    margin-top: 0.2rem;
}

.l-content .page2 .sliderTextContainer,
.l-content .page2 .sliderTextItem {
    height: 2.1rem;
}

.l-content .page2 .text .step {
    color: #cccccc;
    font-size: 0.3rem;
    line-height: 0.3rem;
}

.l-content .page2 .slider {
    margin-left: 4.1rem;
}

.l-content .page2 .sliderWrap {
    width: 7.69rem;
    height: 6.36rem;
}

.l-content .page2 .sliderThem {
    background-image: url("../images/slider-pc.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.l-content .page2 .sliderContainer {
    width: 7.11rem;
    height: 4.22rem;
    overflow: hidden;
    position: absolute;
    left: 0.31rem;
    top: 0.32rem;
}

.l-content .page2 .sliderContent {
    white-space: nowrap;
}

.l-content .page2 .sliderWrap .sliderItem {
    width: 7.11rem;
    height: 4.22rem;
    display: inline-block;
}

.l-content .page3 .stickView {
    background: #ffffff;
}

.l-content .page3 .stickView .bgLogo {
    position: absolute;
    width: 1rem;
    height: 4.36rem;
    background-image: url("../images/bg-logo.png");
    background-size: cover;
    left: 0.6rem;
    top: 0.1rem;
    background-repeat: no-repeat;
}

.l-content .page3 .stickContent {
    width: 15.2rem;
    height: 8.7rem;
}

.l-content .page3 .slider {
    float: left;
}

.l-content .page3 .sliderWrap {
    width: 7.26rem;
    height: 8.28rem;
}

.l-content .page3 .sliderThem {
    background-image: url("../images/slider-phone.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.l-content .page3 .sliderContainer {
    width: 3.5rem;
    height: 7.56rem;
    overflow: hidden;
    position: absolute;
    left: 2.09rem;
    top: 0.24rem;
}

.l-content .page3 .sliderContent {
    white-space: nowrap;
}

.l-content .page3 .sliderWrap .sliderItem {
    width: 3.5rem;
    height: 7.56rem;
    display: inline-block;
}

.l-content .page3 .sliderTextContainer,
.l-content .page3 .sliderTextItem {
	height: 1.34rem;
	width: 4.56rem;
}

.l-content .page3 .text {
    margin-left: 7.34rem;
}

.l-content .page3 .text .title {
	width: 4.56rem;
	font-family: SourceHanSansCN-Medium;
	font-size: 32px;
	color: #4a4a4a;
	line-height: 0.52rem;
}

.l-content .page3 .text .step {
    color: #cccccc;
    font-size: 0.3rem;
    line-height: 0.3rem;
}

.l-content .page3 .text .line {
	width: 4.56rem;
	padding-bottom: 22px;
	border-bottom: 0.01rem solid #cdcdd0;
}

.l-content .page3 .text .input {
    width: 4.46rem;
    height: 0.6rem;
    border-radius: 0.04rem;
    border: 0.02rem solid #e2e2e2;
    color: #000000;
    font-size: 0.24rem;
    line-height: 0.6rem;
    padding-left: 0.18rem;
    margin-top: 0.5rem;
    overflow: hidden;
}

.l-content .page3 .text .input .icon {
    float: right;
    height: 100%;
    width: 0.6rem;
    background-color: #282828;
    background-image: url("../images/search.png");
    background-repeat: no-repeat;
    background-size: 0.28rem 0.34rem;
    background-position: center;
}

.l-content .page3 .text .tips {
    font-family: SourceHanSansCN-Medium;
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #4a4a4a;
    margin-top: 0.22rem;
}

.l-content .page3 .text .code {
    width: 2rem;
    height: 2rem;
    margin-top: 0.48rem;
    margin-left: 1.34rem;
}

.l-content .page3 .text .code img {
    width: 100%;
    height: 100%;
}

.l-content .fadeIn {
    display: none;
    animation: fadeIn 0.6s ease-in;
}

.l-content .sideUp {
    display: none;
    animation: sideUp 0.6s ease-in;
}

.l-content .sideRight {
    display: none;
    animation: sideRight 0.6s ease-in;
}

.l-content .sideLeft {
    display: none;
    animation: sideLeft 0.6s ease-in;
}
