.container {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.phone-container {
    height: 100vh;
    background-image: url(../imgs/mobile/mshow/ms-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    display: none;
}

.ph-main-box {
}

.ph-main-content {
    display: flex;
    justify-content: center;
    color: #fff;
    align-items: center;
}

.ph-main-content .sharetoggle {
    height: 44px;
    width: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 10px;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 50%;
}

.ph-main-content .pm-img3 {
    width: 100%;
}

.ph-main-last {
    position: absolute;
    right: 20px;
    bottom: 15%;
    margin-top: 30px;
}

.img11 {
    width: 34px;
    height: 57px;
    margin-bottom: 15px;
}

.img12 {
    position: absolute;
    top: 24px;
    left: 7px;
    width: 20px;
    height: 11px;

}

.img14 {
    position: absolute;
    bottom: 39px;
    left: 7px;
    width: 20px;
    height: 11px;
}

.ph-ml-item {
    position: relative;
}

.ph-show-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
}

.ph-show-head {
    width: 100%;
    height: 42px;
    background-color: rgba(19, 79, 167, 1);
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
}

.ph-show-head img {
    margin-left: 20px;
    width: 10px;
    height: 18.5px;
}

.ph-show-head div {
    font-size: 14px;
    padding-left: 37%;
}

.phs-head-c1 {
    color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.phsh-c1-it {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    position: relative;
}

.phsh-c1-it .img1 {
    width: 80%;
    height: 35px;
}

.phsh-c1-it .img2 {
    width: 80%;
    height: 35px;
}

.xuxian {
    width: 80%;
    height: 1px;
    border: 1px dashed #fff;
    margin-top: 15px;
}

.ph-xuting {
    position: absolute;
    top: 8px;
}

.ph-show-mian {
    width: 100%;
    margin-top: 7%;
    overflow-x: scroll;
    text-align: center;
}

.ph-show-mian img {
    width: 100%;
}

.ph-show-bottom {
    position: absolute;
    bottom: 0;
}

.phsb-content {
    position: absolute;
    right: 20px;
    bottom: 70px;
}

.ph-show-bit {
    display: flex;
    flex-direction: row;
}

.ph-show-bit1 {
    position: relative;
}

.ph-show-bit .img2 {

    width: 26px;
    height: 26px;
    margin-right: 20px;
}

.ph-show-bit .img3 {
    position: absolute;
    top: 7px;
    left: 6px;
    width: 13px;
    margin-right: 20px;
}

.ph-show-bit .img1 {
    position: absolute;
    top: 12px;
    left: 53px;
    width: 13px;
    height: 1px;
    margin-right: 20px;
}

.ph-sh-butt div {
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 11px;
    left: 50%;
    transform: translateX(-50%);
}

.ph-sh-butt .img1 {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.ph-sh-butt .img2 {
    position: absolute;
    bottom: 39px;
    width: 14px;
    left: 50%;
    transform: translateX(-50%);
}

.phsm-ms {
    position: absolute;
    left: 20px;
    bottom: 74px;
}

.phsm-ms img {
    width: 190px;
    height: 88px;
}

.ph-show-nav {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 15px;
}

.ph-show-nav div {
    width: 70px;
    height: 26px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    line-height: 26px;
    text-align: center;
}

#panel {
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 0%;

    /* display: none; */
    z-index: 99;
}

#panel .butt1 {
    width: 100%;
}

#panel .buttdown {
    position: absolute;
    left: 48%;
    bottom: 8px;
    width: 15px;
    height: 8px;
}

.panel {
    position: relative;
    z-index: 99;
}

.sel {
    height: 100%;
    width: 100%;
    font-size: 14px;
    position: absolute;
    top: 77px;
}

.selact {
    color: rgba(19, 79, 167, 1);
    width: 100%;
    background: #fff;

}

.sel-left {
    width: 40%;
    height: 87%;
    position: absolute;
    top: 0;
    background-color: rgba(223, 223, 223, 1);
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}

.sel-left-i {
    display: flex;
    flex-direction: row;
    height: 50px;
    position: relative;
    line-height: 50px;
    /* text-align: center; */
    justify-content: center;
}

.sel-left-i img {
    position: absolute;
    left: 120px;
    top: 16px;
    width: 13px;

}

.sel-right {
    width: 60%;
    background-color: #fff;
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}

.sel-right-i {
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 0.5px solid rgba(212, 212, 212, 1);
    width: 90%;
    margin-left: 11px;
}

.sel-right-i1 {
    height: 30px;

}

@media screen and (max-width: 415px) {
    .pc_container {
        display: none;
    }

    .phone-container {
        display: block;
    }

}

.pc-container {
    height: 100vh;
    background-image: url(../imgs/PC/show/ps-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}

.pc-head {
    background-color: rgba(19, 79, 167, 1);
    width: 100%;
    height: 52px;

}

.pc-log-box {
    position: absolute;
    line-height: 52px;
    left: 20px;
}

.pc-log-box img {
    width: 88px;
    height: 29px;
    margin-left: 16px;
}

.pc-log-box .img1 {
    width: 312px;
    height: 20px;

}

.pc-content {
    position: absolute;
    left: 20px;
    top: 86px;
}

.pc-content1 {
    position: absolute;
    left: 479px;
    top: 33px;
}

.pc-content-left {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.pc-cleft-i {
    margin-bottom: 70px;
    position: relative;
}

.pc-cleft-i .img1 {
    position: absolute;
    width: 46px;
    height: 46px;
}

.pc-cleft-i .img2 {
    position: absolute;
    width: 23px;
    height: 19px;
    top: 13px;
    left: 12px;
}

.pc-main-mid {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.pc-bottom-con {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.pc-bot-item {
    display: flex;
    flex-direction: row;
}

.pct-icon {
    position: relative;
    margin-right: 25px;
}

.pct-icon .img1 {
    width: 80px;
    height: 81px;
}

.pct-icon .img2 {
    position: absolute;
    width: 42px;
    height: 34px;
    right: 19px;
    top: 23px;
}

.pc-left-cover {
    position: absolute;
    left: -20px;
    top: 50px;
}

.pcl-c-head {
    position: absolute;
    top: 23px;
    color: #Fff;
    font-size: 14px;
    left: 88px;
}

.d-none {
    display: none;
}


body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

header {
    height: 52px;
    line-height: 52px;
}

header .logo {
    width: 88px;
    height: 29px;
    vertical-align: middle;
}

header > div {
    font-size: 20px;
    font-family: FZLanTingHei-M-GBK;
    color: rgba(255, 255, 255, 1);
}

.pc_main {
    position: relative;
    height: calc(100vh - 52px);
}

.pc_main .position_side {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    height: 100%;
}

.pc_main .side_section1 {
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    box-sizing: border-box;
    padding: 20px;
    transition: width 2s;
    overflow: hidden;
}

.side_section1 .top {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
}

.side_section1 .top img {
    width: 20px;
    height: 24px;
    vertical-align: middle;
}

.side_section1 .main_img {
    margin-top: 40px;
}

.side_section1 .img_zoom .img_zoom_btn {
    margin-top: 30px;
    border: 1px dashed #ccc;
    width: 116px;
    height: 110px;
    line-height: 20px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.side_section1 .img_zoom .img_zoom_btn img {
    width: 29px;
    height: 29px;

}

.choose_btn_ul {
    margin-top: 30px;
}

.choose_btn_ul .btn_li {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    width: 100px;
    height: 34px;
    line-height: 30px;
    border-radius: 25px;
    margin-right: 5px;
    border: 1px solid #ccc;
    background-color: rgba(255, 255, 255, .3);
}

.choose_btn_ul .btn_li:last-child {
    margin-right: 0;
}

.pc_main .position_side .side_section2 {
    position: relative;
}

.pc_main .position_side .aide_fun_icon_box {
    padding-top: 14px;
    padding-left: 14px;
}

.pc_main .position_side .aide_fun_icon_box > div {
    margin-top: 16px;
    width: 46px;
    height: 46px;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pc_main .position_side .aide_fun_icon_box > div > img {
    width: 22px;
    height: 22px;
}

.side_control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 308px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.side_control img {
    width: 20px;
    height: 34px;
}

.control_bg {
    background-image: url("../imgs/PC/show/ps-lefp.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.step_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.step_box .step1 {
    width: 100%;
    height: 100%;
    background-image: url('../imgs/PC/show/steps1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.step1_tishi_img {
    width: 1871px;
    height: 469px;
}

.step1 .step_hidden_btn1 {
    position: absolute;
    top: 36px;
    right: 50px;
    width: 117px;
    height: 60px;
}

.step2 {
    width: 100%;
    height: 100%;
    background-image: url('../imgs/PC/show/steps2.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.step2 .kuang {
    position: absolute;
    top: 497px;
    left: 0;
    width: 598px;
    height: 117px;
}

.step2 .zhiyin {
    position: absolute;
    top: 510px;
    left: 610px;
    width: 228px;
    height: 80px;
}

.step2 .wenzi {
    position: absolute;
    top: 636px;
    left: 50%;
    transform: translateX(-50%);
    width: 551px;
    height: 29px;
}

.step2 .jump, .step3 .jump {
    position: absolute;
    top: 52px;
    right: 50px;
    width: 117px;
    height: 57px;
    background-image: url('../imgs/PC/show/jump_pass_k.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.step2 .jump img {
    width: 56px;
    height: 26px;
}

.step2 .next_btn {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 236px;
    height: 101px;
}

.step3 {
    width: 100%;
    height: 100%;
    background-image: url('../imgs/PC/show/steps3.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.step3 .zhiyin {
    width: 74px;
    height: 229px;
    position: absolute;
    bottom: 16%;
    right: 32%;
}

.step3 .next_btn {
    position: absolute;
    bottom: 22%;
    left: 50%;
    transform: translateX(-50%);
    width: 236px;
    height: 101px;
}

.step3 .wenzi {
    width: 588px;
    height: 209px;
    position: absolute;
    bottom: 44%;
    left: 43%;
}

.big-box {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    top: 0;
    left: 0;
    cursor: pointer;
}

.big-box img {
    /* width:80%; */
    height: 80%;
    left: 50%;
    transform: translateX(-50%);
    top: 10%;
    position: fixed;
    z-index: 10001;
}

.pc-show-bottom {
    position: absolute;
    bottom: 10px;
    right: 20px;
}

.pcs-b-box {
    display: flex;
    flex-direction: row;
}

.pcsb-box {
    position: relative;
    margin: 0 13px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.pcsb-box img {
    width: 20px;
}

.pcsb-box-item {
    width: 80px;
    height: 80px;
}
