.content {
    width: 1200px;
    margin: 0 auto;
}
.downConent .bgImgBox {
    width: 100%;
		position: relative;
    /* height: 680px;
    background: url("../images/helper/iosDown.png") no-repeat;
    background-size: 100% 100%; */
}
.downConent .bgImgBox .bgImg {
	width: 100%;
}
.hande {
	position: absolute;
	top: 0;
}
.titleIos {
    margin-top: 80px;
    font-size: 40px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}
.lineBotm {
    height: 8px;
    width: 80px;
    background: #0085ff;
    margin-top: 25px;
}
.phoneList {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.topBox {
    display: flex;
    justify-content: space-between;
}
.radio {
    width: 72px;
    height: 72px;
    background: #3fd1ff;
    border-radius: 36px 36px 0px 36px;
    line-height: 72px;
    text-align: center;
    font-size: 40px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #ffffff;
    margin-right: 32px;
}
.phoneImg {
    width: 294px;
    /* height: 587px; */
		height: 587px;
    background: url("../images/helper/phone.png") no-repeat;
    background-size: 100% 100%;
    margin-top: 42px;
    margin-bottom: 73px;
}
.phoneText {
    width: 267px;
}
.linkFont {
    color: #0085ff;
    cursor: pointer;
}
.tipsBox {
    height: 48px;
    background: rgba(249, 56, 56, 0.4);
    border-radius: 4px 4px 4px 4px;
    line-height: 48px;
    font-size: 18px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #f93838;
    width: 100%;
    text-align: center;
		
}
.courseImg {
    width: 100%;
    margin-top: 55px;
    margin-bottom: 83px;
}

/* .rightxets {
    color: #fff;
}
.rightxet{
    color: rgba(255,255,255,0.8000);
}
.handeleft {
    color: #fff;
} */
@media screen and (max-width: 1399px) {
	.tipsBox {
		font-size: 16px;
	}
}