* {
    margin: 0;
    padding: 0;
}

.main {
    margin-top: 80px;
}

.header {
    width: 100%;
    background-color: #F1F5FE;
    height: 360px;
}

.renzheng {
    font-size: 14px;
    color: #333;
    cursor: pointer;
}
.renzheng:hover {
  color: #ff9829;
}
.zhuanye {
    font-size: 14px;
    color: #ff9829;
}

.headerImg {
    height: 220px;
    width: 400px;
    border-radius: 10px;
    margin-right: 26px;
    flex-shrink: 0;
}

.location {}

.headerContent {
    display: flex;
    margin-top: 15px;
}

.title {
    margin-top: 5px;
    font-size: 24px;
    color: #333;
}

.subtitle {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    line-height: 2rem;
}

.point {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
}

.block {
    width: 180px;
    text-align: center;
    padding: 0 20px;
}

.block img {
    width: 40px;
    height: auto;
}

.blockP1 {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}

.blockP2 {
    font-size: 12px;
    color: #333;
}

.pay {
    position: relative;
    top: -55px;
    border-radius: 8px;
    background-color: #fff;
    height: 100px;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
    margin: 0 auto;
}

.pay div {
    align-items: center;
}

.pay:nth-of-type(1) {
    display: flex;
    align-items: center;
    font-weight: bold;
}

.pay:nth-of-type(2) {
    margin-left: auto;
}

.price {
    font-size: 28px;
    font-weight: bold;
    color: #ff9829;
}

.attention {
    font-size: 16px;
    color: #808080;
    margin-left: 20px;
}

.confirm {
    width: 100px;
    height: 40px;
    border-radius: 2px;
    background-color: #ff9829;
    color: #fff;
    border: #ff9829;
    margin-left: auto;
    margin-right: 10px;
}

.test {
    border-radius: 2px;
    width: 100px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #ff9829;
    margin-left: auto;
    color: #ff9829;
}

.process {
    width: 1200px;
    margin: -20px auto 30px auto;
}

.process p {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}

.flowsheet {
    display: flex;
    align-items: center;
    position: relative;
    width: 1200px;
    height: 56px;
    justify-content: space-around;
}

.flowsheet1 div {
    position: absolute;
    margin-left: 60px;
    display: flex;
    align-items: center;
    top: 0;
    height: 56px;
    left: 0;
}

.flowsheet1 {
    width: 25%;
    height: 56px;
    line-height: 56px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
}

.num {
    font-size: 30px;
    margin-right: 20px;
}

.lesson {
    display: flex;
    width: 1200px;
    margin: 0 auto 30px auto;
}

.lessonLeft {
    width: 830px;
    margin-right: 10px;
    border-radius: 10px;
    background-color: #fff;
    padding: 15px 20px;
}

.rough {
    margin-bottom: 15px;
}

.kcxx {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-right: 15px;
}

.ksdg {
    font-size: 14px;
    color: #333;
    margin-right: 15px;
}

.zyjn {
    font-size: 14px;
    color: #ff9829;
}

.period {
    height: 56px;
    width: 100%;
    line-height: 56px;
    border-radius: 10px;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 0 20px;
    cursor: pointer;
}

.period span {
    font-size: 16px;
    color: #333;
}

.period img {
    width: 25px;
    height: 25px;
    margin-left: 15px;
}

.period button {
    width: 80px;
    height: 30px;
    border-radius: 2px;
    border: 1px solid #ff9829;
    color: #ff9829;
    line-height: 30px;
    margin-left: auto;
    background-color: #fff;
}

.lessonRight {
    border-radius: 10px;
    background-color: #fff;
    padding: 15px 20px;
    width: 360px;
}

.lessonRight p {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}

.data {
    display: flex;
    align-items: center;
}

.dataText {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin-left: 10px;
}
.dataText>div {
  cursor: pointer;
}
.downloadImg {
    width: 20px;
    height: 20px;
}

.dataText div {
    display: flex;
    align-items: center;
    color: #ff9829;
}
.ksdg_phone {
    display: none;
}
.flow_img_phone {
    display: none;
}
.attention_phone {
    display: none;
}
.data_img_phone {
    display: none;
}
.subtitle_phone {
    display: none;
}
.point_phone {
    display: none;
}
@media screen and (max-width: 768px) {
          .ksdg_phone {
            display: block;
            margin-bottom: 15px;
            font-size: 13px;
            color: #333;
          }
          .ksdg,.zyjn {
            display: none;
          }
          .zyjn_phone {
            font-size: 13px;
            color: #ff9829;
            margin-left: 15px;
          }
          .kcxx {
            font-size: 16px;
          }
          .lessonLeft {
            border-radius: 0;
            width: 100vw;
            margin-right: 0;
          }
          .point_phone {
            display: flex;
            flex-wrap: wrap;
            margin-top: -47px;
            background: #fff;
            padding: 20px 0 5px 0;
          }
          .period {
            height: 44px;
            line-height: 44px;
            font-size: 14px;
            color: #333;
          }
          .period img {
            width: 15px;
            height: 15px;
          }
          .period button {
            background: #f7f7f7;
            height: 24px;
            line-height: 24px;
            font-size: 13px;
            color: #ff9829;
            border-radius: 2px;
            margin-left: 20px;
            flex-shrink: 0;
          }
          .period span {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
          }
          .process {
            background: #fff;
            margin: 0 0 8px 0;
            width: 100vw;
          }
          .flowsheet {
            width: 100vw;
            flex-wrap: wrap;
            height: auto;
            padding: 0 15px;
          }
          .process p {
            margin-bottom: 2px;
            margin-left: 12px;
          }
          .flow_img {
            display: none;
          }
          .flow_img_phone {
            display: inline-block;
            width: 178px;
            height: 34px;
          }
          .flowsheet1 {
            width: 50%;
          }
          .flowsheet1 div {
            font-size: 13px;
            color: #fff;
            margin-left: 25px;
          }
          .num {
            font-size: 20px;
            color: #fff;
            margin-right: 10px;
          }
          .pay {
            width:calc( 100vw - 24px );
            margin: 0 12px;
            height: 90px;
            align-items: center;
            flex-wrap: wrap;
            padding: 8px 20px;
          }
          .attention {
            display: none;
          }
          .attention_phone {
            display: block;
            font-size: 13px;
            color: #808080;
            width: 100vw;
          }
          .renzheng {
            display: none;
          }
          .zhuanye {
            display: none;
          }
          .headerImg {
            width: 110px;
            height: 65px;
            border-radius: 4px;
            margin-right: 13px;
          }
          .title {
            font-size: 17px;
            margin-top: 0;
          }
          .main {
            margin-top: 38px;
          }
          .point {
            display: none;
          }
          .confirm {
            width: 70px;
            height: 28px;
            line-height: 28px;
            border-radius: 2px;
            font-size: 13px;
            color: #fff;
          }
          .test {
            width: 70px;
            height: 28px;
            line-height: 28px;
            border-radius: 2px;
            font-size: 13px;
            color: #ff9829;
            border: solid 1px #ff9829;
          }
          .price {
            font-size: 17px;
          }
          .headerContent {
            margin-top: 5px;
            padding:0 12px;
          }
          .header>div {
            width: 100vw !important;
          }
          .subtitle {
            display: none;
          }
          .subtitle_phone {
            display: block;
            /* text-overflow: ellipsis; */
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            position: relative;
          }
          .showMoreBox {
            position: absolute;
            right: 0;
            color: #ff9829;
            bottom: 0;
            background: #e5edfd;
            width: calc(2em + 6px);
            text-align: right;
            padding-right: 5px;
            display: inline-block;
          }
          .header {
            height: auto;
            padding-bottom: 70px !important;
            background:#e5edfd;
            min-height: 0 !important;
          }
          .lesson {
            width: 100vw;
            flex-wrap: wrap;
            margin-bottom: 0;
          }
          .lessonRight {
            border-radius: 0;
            margin-top: 8px;
            width: 100vw;
          }
          .dataText {
            width: 100%;
            flex-direction:row;
            justify-content: space-between;
            align-items: center;
            font-size: 15px;
            font-weight: normal;
          }
          .lessonRight p {
            font-size: 16px;
          }
          .dataText div {
            font-size: 13px;
            color: #ff9829;
          }
          .dataText p {
            font-size: 15px;
            font-weight: normal;
            margin-bottom: 0;
          }
          .data_img {
            display: none;
          }
          .data_img_phone {
            display: inline-block;
            width: 26px;
            height: 26px;
            margin-right: 5px;
          }
          .block {
            width: 50%;
            margin-bottom: 15px;
          }
          .block img {
            width: 32px;
            height: 32px;
          }
          .blockP1 {
            font-size: 15px;
            color: #333;
          }
          .blockP2 {
            font-size: 12px;
          }
}