body {
	    background: #f5f8fb;
}
.wakecontrol {
    width: 1200px;
    margin: 40px auto;
    position: relative;
}
.wakecontrol .mainbox {
    width: 100%;
    height: 100%;
    background: #f5f8fb;
    overflow: hidden;
    position: relative;
}
.wakecontrol .wakecore-section {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 44px 16px 50px;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.06);
    position: relative;
}
.wakecontrol .wakecore-section.visible .wakecore-sctontent {
    transform: translate(0,-50%);
}
.wakecontrol .wakecore-section .wakecore-sctontent {
    position: absolute;
    width: 345px;
    left: 68px;
    top: 50%;
    transform: translate(-200px,-50%);
    transition: all 1s;
}
.wakecontrol .wakecore-section .wakecore-sctontent .wakecore-title {
    display: block;
    font-family: PingFangSC-Semibold,PingFang SC,Helvetica Neue,Helvetica,Hiragino Sans GB,Microsoft YaHei,"微软雅黑",Arial;
    font-size: 22px;
    display: block;
    font-weight: 600;
    text-align: left;
    color: #48486a;
    line-height: 25px;
}
.wakecontrol .wakecore-section .wakecore-sctontent .wakecoure-descp {
    display: block;
    margin-top: 7px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #8c8d9e;
    line-height: 28px;
}
.wakecontrol .wakecore-section.visible img {
    transform: translate(0,0);
    opacity: 1;
}

.wakecontrol .wakecore-section img {
    max-width: 500px;
    max-height: 556px;
    float: right;
    margin-right: 0;
    transform: translate(200px,0);
    opacity: 0;
    transition: all 1s;
}
.wakecontrol .wakecore-section:nth-child(2n).visible .wakecore-sctontent {
    transform: translate(0,-50%);
}
.wakecontrol .wakecore-section:nth-child(2n) .wakecore-sctontent {
    left: unset;
    right: 80px;
    transform: translate(200px,-50%);
}
.wakecontrol .wakecore-section:nth-child(2n).visible img {
    transform: translate(0,0);
    opacity: 1;
}
.wakecontrol .wakecore-section:nth-child(2n) img {
    float: left;
    margin-left: 0;
    transform: translate(-200px,0);
}

@media screen and (max-width: 768px) {
	.wakecontrol {
		width: 100%;
		padding: 0 10px;
	}
	.wakecontrol .wakecore-section .wakecore-sctontent {
		position: unset;
		width: 100%;
	}
	.wakecontrol .wakecore-section img {
		max-width: 90%;
		max-height: 100%;
	}
	.wakecontrol .wakecore-section.visible .wakecore-sctontent {
		transform: unset;
	}
	.wakecontrol .wakecore-section:nth-child(2n).visible .wakecore-sctontent {
		transform: unset;
	}
}