* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: #fff5d3;
}

.main {
    width: 100vw;
    background-image: url(../images/topBj.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 0.1px;
}
.yikaiMain>.f1 {
    display: none;
}

.yikaiMain>.f2 {
    width: 7.5rem;
    padding: 0.3rem 0.3rem 0;
    margin: 4.1rem auto 0;
}

.userInfo {
    width: 100vw;
    height: 0.47rem;
    background-color: rgba(0, 0, 0, 0.12);
    font-size: 0.24rem;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.3rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}

.userInfo>div>img {
    width: 0.1rem;
    margin-left: 0.07rem;
    vertical-align: middle;
}

.ruleIntro {
    width: 1.28rem;
    height: 0.45rem;
    background-color: rgba(0, 0, 0, 0.18);
    line-height: 0.45rem;
    text-align: center;
    font-size: 0.24rem;
    color: white;
    border-radius: 0.5rem;
    position: absolute;
    top: 0.57rem;
    right: 0.3rem;
}
.ruleIntros {
    width: 1.28rem;
    height: 0.45rem;
    line-height: 0.45rem;
    text-align: center;
    font-size: 0.24rem;
    color: white;
    border-radius: 0.5rem;
    position: absolute;
    top: 0.57rem;
    right: 0.3rem;
}

.f1 {
    width: 6.9rem;
    background-color: white;
    border-radius: 0.2rem;
    margin: 3.92rem auto 0;
    box-shadow: 0px 4px 12px rgb(0 0 0 / 7%);
    padding: 0.1px;
}

.f1tit {
    width: 5.47rem;
    display: block;
    margin: 0.25rem auto 0.15rem;
}

.f1Con1 {
    font-size: 0.26rem;
    color: #333;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.f1Con1>.CoilLogo {
    width: 0.28rem;
}

.f1Con1>.CMobileLogo {
    width: 0.24rem;
}

.f1Con2 {
    display: flex;
    justify-content: center;
    align-items: baseline;
    position: relative;
    padding-top: 0.24rem;
}

.f1Con2>div {
    width: 1.23rem;
    height: 0.34rem;
    line-height: 0.34rem;
    text-align: center;
    font-size: 0.2rem;
    color: white;
    background: linear-gradient(to right, #ff4a57, #ff3c41);
    border-radius: 0.5rem;
    box-shadow: 0px 2px 5px #ff3c427c;
    position: absolute;
    top: 0.1rem;
    right: 1.5rem;
}

.f1Btn {
    width: 5.8rem;
    display: block;
    margin: 0.24rem auto 0;
    padding-bottom: .3rem;
}

.f1IsAgree {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.2rem 0 0.3rem;
}

.isAgreeBox {
    width: 0.3rem;
    height: 0.3rem;
    position: relative;
}

.isAgreeBox>img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.f1IsAgree>p {
    font-size: 0.24rem;
    color: #999999;
    margin-left: 0.12rem;
}

.f1IsAgree>p>span {
    color: #fe3333;
}

.f2 {
    width: 6.9rem;
    padding: 0.1px;
    margin: 0.28rem auto 0;
}

.f2titCon {
    position: relative;
}

.f2tit {
    width: 3.96rem;
    display: block;
    margin: 0 auto;
}

.f2RightInstro {
    width: 1.28rem;
    height: 0.45rem;
    line-height: 0.45rem;
    background-color: #eee1b5;
    border-radius: 0.5rem;
    text-align: center;
    font-size: 0.24rem;
    color: #867744;
    justify-self: flex-end;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.f2Con {
    width: 6.9rem;
    margin: 0.18rem auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.f2Item {
    width: 3.35rem;
    background-color: white;
    border-radius: 0.2rem;
}

.f2Item1tit {
    width: 2.77rem;
    margin: 0.2rem auto 0;
    background-image: url(../images/f2Item1TitBj.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0.32rem;
    font-weight: 600;
    color: #b03a00;
    text-align: center;
}

.f2Item2tit {
    width: 3.1rem;
    margin: 0.2rem auto 0;
    background-image: url(../images/f2Item2TitBj.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0.32rem;
    font-weight: 600;
    color: #312f60;
    text-align: center;
}

.f2Item1Tip {
    font-size: 0.24rem;
    color: #c3805f;
    text-align: center;
}

.f2Item2Tip {
    font-size: 0.24rem;
    color: #7574a9;
    text-align: center;
}

.f2ItemGroup {
    width: 100%;
    margin: 0.17rem 0 0.21rem;
    display: flex;
    justify-content: center;
    align-items: center;

}

.f2ItemGroup>div {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.f2ItemGroup>div>img {
    width: 0.8rem;
    height: 0.8rem;
    display: block;
    margin: 0 auto;
}

.f2ItemGroup>div>p:nth-of-type(1) {
    margin-top: 0.08rem;
    font-size: 0.26rem;
    color: black;
    white-space: nowrap;
}

.f2ItemGroup>div>p:nth-of-type(2) {
    margin-top: 0rem;
    font-size: 0.22rem;
    color: #999999;
    white-space: nowrap;
}

.f3 {
    width: 6.9rem;
    margin: 0.26rem auto 0;
    padding: 0.1px;
}

.f3tit {
    width: 2.82rem;
    display: block;
    margin: 0 auto;
}

.f3Con {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.f3Item {
    width: 6.9rem;
    height: 1.6rem;
    background-image: url(../images/f3ItemBj.png);
    background-size: 100% 100%;
    border-radius: 0.2rem;
    margin-top: 0.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.2rem;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 5%);
}

.f3Item>img {
    width: 1.11rem;
    display: block;
}

.f3Item>div>p:nth-of-type(1) {
    font-size: 0.32rem;
    font-weight: 600;
    color: #000;
}

.f3Item>div>p:nth-of-type(2) {
    font-size: 0.24rem;
    color: #999999;
}

.f3Item>.f3ItemBtn {
    width: 1.5rem;
    height: 0.5rem;
    background: #c3c3c3;
    border-radius: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    font-size: 0.28rem;
    font-weight: 600;
    color: #666666;
}

.f3Item>.f3Daiff {
    background: linear-gradient(to bottom, #ffe7a2, #ffbc47);
    color: #b03a00;
}

.f4 {
    width: 6.9rem;
    margin: 0.27rem auto 0;
}

.f4tit {
    width: 3.7rem;
    display: block;
    margin: 0 auto;
}

.f4Con {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.35rem auto 0;
}

.f4Item {
    width: 2.16rem;
    height: 2.9rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background-color: white;
    border-radius: 0.2rem;
    position: relative;
    padding-bottom: 0.2rem;
}

.f4ItemAngle {
    width: 1.68rem;
    height: 0.4rem;
    background-image: url(../images/f4ItemAngleBj.png);
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.24rem;
    color: white;
    line-height: 0.4rem;
    text-align: center;
    padding-right: 0.3rem;
}

.f4Item>img {
    width: 1.8rem;
    display: block;
}

.f4Item>p:nth-of-type(1) {
    font-size: 0.26rem;
    font-weight: 600;
    color: #000;
    margin-top: 0.15rem;
}

.f4Item>p:nth-of-type(2) {
    height: 0.36rem;
    font-size: 0.22rem;
    color: #b03a00;
}

.f4Con>.f4Item:nth-of-type(1)>p:nth-of-type(2) {
    font-size: 0.26rem;
    font-weight: 600;
    color: #000;
}

.bottomBigBtn {
    width: 6.9rem;
    display: block;
    margin: 0.3rem auto;
}

.bottomShuiYin {
    width: 2.58rem;
    display: block;
    margin: 0.3rem auto 0.35rem;
}

.popMask12 {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
}

.popPar12 {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.popCon12 {
    background-color: white;
}

.pop1 .popPar12 {
    align-items: flex-end;
}

.pop1 .popCon12 {
    width: 100vw;
    position: relative;
    border-radius: 0.2rem 0.2rem 0 0;
    padding: 0 0.3rem;
}

.poptit {
    width: 3.82rem;
    display: block;
    margin: 0.25rem auto;
}

.popClose {
    width: 0.35rem;
    height: 0.35rem;
    position: absolute;
    top: 0.23rem;
    right: 0.23rem;
    z-index: inherit;
}

.phoneNumTip {
    font-size: 0.34rem;
    font-weight: 600;
    color: #000;
    text-align: center;
}

.phoneNumTip>span {
    color: #b03900;
}

.popLogoLine {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.3rem;
    font-weight: 600;
    color: #333333;
}

.popLogoLine>img {
    width: 0.5rem;
    height: 0.5rem;
    display: block;
    margin-right: 0.12rem;
}

.pop1TextCon {
    width: 100%;
    height: 4.35rem;
    background-color: #f5f5f5;
    border-radius: 0.2rem;
    padding: 0.15rem 0.2rem 0.1rem 0.25rem;
    overflow-y: auto;
    margin-top: 0.15rem;
}

.pop1TextCon>p {
    font-size: 0.26rem;
    text-align: justify;
    color: #666666;
    margin-bottom: 0.18rem;
}

.pop1TextCon>p>span {
    color: #333333;
    font-weight: 600;
}

.popIsAgree {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0.2rem 0 0.3rem;
}

.popisAgreeBox {
    width: 0.3rem;
    height: 0.3rem;
    position: relative;
}

.popisAgreeBox>img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.popIsAgree>p {
    font-size: 0.24rem;
    color: #333;
    margin-left: 0.12rem;
}

.popIsAgree>p>span {
    color: #fe3231;
}

.duanyan {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.duanyan>input {
    width: 4.85rem;
    height: 0.6rem;
    background-color: #f5f5f5;
    border-radius: 0.5rem;
    line-height: 0.6rem;
    padding-left: 0.3rem;
    outline: none;
    border: none;
    font-size: 0.26rem;
}

.duanyan>.dyBtn {
    width: 1.9rem;
    height: 0.6rem;
    background-color: #c67047;
    border-radius: 0.5rem;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.26rem;
    color: white;
    outline: none;
    border: none;
}

.duanyanTip {
    font-size: 0.22rem;
    color: #ff3030;
    margin: 0.17rem 0;
    padding-left: 0.9rem;
}

.popBtnGroup {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.3rem;
}

.popBtnGroup>img {
    width: 3.3rem;
    height: 0.8rem;
    display: block;
}

.pop2 .popCon12 {
    width: 1.97rem;
    height: 0.88rem;
    background-color: rgba(0, 0, 0, 0.788);
    border-radius: 0.24rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.3rem;
    text-align: center;
    color: white;
    position: fixed;
    top: 36%;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
}

.pop3 .popCon12 {
    width: 6.6rem;
    background-color: white;
    border-radius: 0.2rem;
}

.pop3 .popCon12>p {
    font-size: 0.3rem;
    color: #333;
    width: 100%;
    margin: 0.55rem auto;
    text-align: center;
}

.pop3 .popCon12>img {
    width: 3.3rem;
    height: 0.8rem;
    display: block;
    margin: 0.6rem auto;
}

.pop4 .popCon12 {
    width: 6.6rem;
    background-color: white;
    border-radius: 0.2rem;
}

.pop4 .popCon12>p {
    font-size: 0.3rem;
    color: #333;
    width: 100%;
    margin: 0.55rem auto;
    text-align: center;
}

.pop4 .popCon12>img {
    width: 3.3rem;
    height: 0.8rem;
    display: block;
    margin: 0.6rem auto;
}

.pop {
    display: none;
}



.ceshi {
    position: fixed;
    top: 30px;
    left: 10px;
    display: flex;
}

.ceshi>i {
    width: 15px;
    height: 15px;
    border-radius: 0.5rem;
    background-color: lightblue;
    margin-right: 25px;
}
.playIcon {
    width: 1rem;
    position: absolute;
    top: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.videoCon {
    width: 6.9rem;
    height: 4.7rem;
    background-color: black;
    border-radius: 0.24rem;
    position: absolute;
    top: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: none;
}
.videoCon>video {
    width: 38.2%;
    display: block;
    margin: 0 auto;
}
.videoHe{
    margin:5.6rem auto 0;
}
.f1Chose {
    width: 6.1rem;
    margin: 0.3rem auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.f1Chose>div {
    width: 2.9rem;
    height: 1.5rem;
    background-color: #fff9f3;
    border-radius: 0.15rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 0.03rem solid transparent;
}

.f1Chose>.f1ChoseAc {
    background-color: #fff9f3;
    border: 0.03rem solid #ff765f;
    position: relative;
}

.f1Chose>.f1ChoseAc::after {
    content: '';
    width: 0.32rem;
    height: 0.32rem;
    background-image: url(../images/f1ChoseAngle.png);
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.f1Chose>div>p:nth-of-type(1) {
    font-size: 0.36rem;
    font-weight: 600;
    color: #7b2b00;
}

.f1Chose>div>p:nth-of-type(1)>span:nth-of-type(2) {
    font-size: 0.26rem;
    font-weight: 500;
    color: #b2744b;
}

.f1Chose>div>p:nth-of-type(2) {
    min-width: 1.8rem;
    height: 0.4rem;
    font-size: 0.22rem;
    color: #ff4343;
    text-align: center;
    white-space: nowrap;
    margin-top: 0.1rem;
    background-color: #ffffff;
    border-radius: 0.5rem;
    padding: 0.05rem;
}
.tip4{
    font-size: 0.24rem;
    color: #333;
    padding-left: 0.9rem;
    margin: 0.2rem auto 0;
}
.tip4>span {
    color: #ff6c00;
    border-bottom: 1px solid #ff6c00;
    padding-bottom: 0.05rem;
}