@charset "utf-8";
/* CSS Document */
@media only screen and (max-width: 750px) {
  .wrap_box {
    font-size: 0.24rem;
  }
  img {
    width: 100%;
  }
  .mar_t10 {
    margin-top: 0.1rem;
  }
  .mar_t20 {
    margin-top: 0.2rem;
  }
  .mar_t30 {
    margin-top: 0.3rem;
  }
  .mar_t40 {
    margin-top: 0.4rem;
  }
  .mar_t50 {
    margin-top: 0.5rem;
  }
  .mar_r10 {
    margin-right: 0.1rem;
  }
  .mar_r20 {
    margin-right: 0.2rem;
  }
  .pc {
    display: none;
  }
  .phone {
    display: block;
  }
  .p_w100 {
    width: 100% !important;
  }
  .p_col {
    flex-direction: column;
  }
  .p_re_col {
    flex-direction: column-reverse;
  }
  .content {
    width: 7.02rem;
  }
  .pad200 {
    padding: 0.2rem;
  }
  .f34 {
    font-size: 0.34rem;
  }
  .f26,
  .f30 {
    font-size: 0.3rem;
  }
  .f28,
  .f20 {
    font-size: 0.3rem;
  }
  .f22,
  .f24 {
    font-size: 0.3rem;
  }
  .f18 {
    font-size: 0.28rem;
  }
  .f14 {
    font-size: 0.24rem;
  }
  .header_bg {
    background: url("../images/p_header.png") no-repeat center top #F6F6F6;
    min-width: auto;
    background-size: 100% 3.05rem;
    padding-bottom: 2rem;
    min-height: 100vh;
  }
  .p_header {
    padding: 0.8rem 0 0;
  }
  .logo {
    padding: 0;
    font-size: 0.36rem;
  }
  .login_btn {
    font-size: 0.26rem;
  }
  .login_btn span {
    padding: 0 0.15rem;
  }
  .online {
    width: 1.12rem;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 9;
  }
  .online ul {
    background: #077DED;
    text-align: center;
    color: #fff;
  }
  .online li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.4);
    padding: 0.2rem 0 0.15rem;
    font-size: 0.22rem;
  }
  .online li img {
    width: 0.3rem;
  }
  .online_close {
    width: 0.28rem;
    margin: 0.3rem auto 0;
    display: block;
  }
  .online_open {
    width: 0.52rem;
    float: right;
    margin: 0.5rem 0 0;
  }
  .p_search {
    height: 0.72rem;
    background: #FFFFFF;
    border-radius: 0.05rem;
    border: 1px solid #FE6A00;
    padding: 0 0.2rem;
  }
  .p_ss_txt {
    background: url(../images/p_ss.png) no-repeat left center;
    background-size: 0.26rem 0.26rem;
    padding: 0 0.4rem;
    border: none;
  }
  .p_ss_btn {
    font-size: 0.26rem;
    line-height: 1;
  }
  .jiansuo_btn {
    color: #0076DF;
    margin: 0.5rem 0 0;
    padding: 0.2rem 0.3rem;
  }
  .jiansuo_btn img {
    width: 0.24rem;
    height: 0.28rem;
    margin-left: 0.1rem;
  }
  .jiansuo_box {
    width: 100%;
    background: #fff;
    border-radius: 0.4rem 0.4rem 0 0;
    padding: 0.1rem 0 0.5rem;
    height: 13rem;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .jiansuo_close {
    font-size: 0.5rem;
    margin-right: 0.3rem;
    line-height: 1;
  }
  .select_box {
    padding: 0 0.3rem;
  }
  .select {
    width: 3.3rem;
    height: 0.68rem;
    background: #F6F6F6;
    border-radius: 0.08rem;
    border: none;
    margin-bottom: 0.2rem;
  }
  .p_type {
    width: 1.8rem;
    background: #F6F6F6;
    height: 7.8rem;
    overflow-y: auto;
  }
  .p_type li {
    border-bottom: solid 1px #fff;
    text-align: center;
    padding: 0.3rem 0;
    font-size: 0.28rem;
    position: relative;
  }
  .p_type li.on {
    color: #0960F7;
  }
  .p_type li.on::after {
    width: 0.06rem;
    height: 100%;
    background: #0960F7;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
  }
  .p_type_list_box {
    width: 5.2rem;
    height: 7.8rem;
    overflow-y: auto;
    margin-right: 0.3rem;
  }
  .p_search_list_tit {
    font-size: 0.3rem;
    margin-top: 0.2rem;
  }
  .p_sub_type li {
    width: 1.59rem;
    height: 0.63rem;
    border-radius: 0.08rem;
    padding-left: 0.4rem;
    margin: 0 0.2rem 0.2rem 0;
    line-height: 0.63rem;
    background-image: url(../images/ss_sel1.png);
    background-repeat: no-repeat;
    background-position: 0.1rem center;
    background-size: 0.2rem 0.2rem;
  }
  .p_sub_type li:nth-child(3n+3) {
    margin-right: 0;
    background-color: #FFF4E7;
    border: 1px solid #FAAE55;
  }
  .p_sub_type li:nth-child(3n+2) {
    background-color: #E7F0FF;
    border: 1px solid #B3D2FB;
  }
  .p_sub_type li:nth-child(3n+1) {
    background-color: #E8F8FF;
    border: 1px solid #A3CBFD;
  }
  .p_sub_type li.on {
    background-image: url(../images/ss_sel2.png);
  }
  .p_three_type li {
    min-width: 1.6rem;
    height: 0.64rem;
    border: solid 1px #2676d3;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 0 10px;
    border-radius: 0.08rem;
  }
  .p_three_type li.on .close1 {
    display: inline-block;
  }
  .p_close1 {
    width: 0.25rem;
    height: 0.25rem;
    margin-left: 0.1rem;
  }
  .p_jiansuo_btn {
    width: 0.66rem;
    height: 0.32rem;
    font-weight: bold;
    font-size: 0.34rem;
    color: #FFFFFF;
    line-height: 0.48rem;
  }
  .p_jiansuo_submit {
    width: 5rem;
    height: 0.86rem;
    background: linear-gradient(90deg, #00B0FE, #4D8AFF);
    border-radius: 0.43rem;
    font-size: 0.34rem;
    margin: 0.3rem auto 0;
  }
  .login {
    width: 5.3rem;
    height: 4.38rem;
    padding: 0.7rem 0 0;
  }
  .close {
    font-size: 0.5rem;
  }
  .gz_code {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.1rem;
    margin: 0.2rem auto 0;
  }
  .p_nav {
    border-radius: 0.2rem;
    padding: 0.3rem 0;
  }
  .p_nav li {
    width: 25%;
    text-align: center;
    margin-bottom: 0.3rem;
  }
  .p_nav li img {
    width: 1rem;
  }
  .tit_line {
    width: 0.06rem;
    margin-top: -0.03rem;
  }
  .title {
    font-size: 0.3rem;
  }
  .news {
    border-radius: 0.2rem;
  }
  .news_tit {
    height: 0.65rem;
    border-radius: 0.2rem 0.2rem 0 0;
    padding: 0 0.2rem;
  }
  .news_list {
    padding: 0 0.2rem;
  }
  .news_list li {
    padding: 0.2rem 0;
  }
  .news_list li:last-child {
    border-bottom: none;
  }
  .zhuanti {
    margin: 0.3rem 0 0;
  }
  .down_icon {
    width: 0.26rem;
  }
  .p_footer {
    width: 100%;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0.1rem 0;
    box-shadow: 0rem 0rem 0.2rem rgba(0, 0, 0, 0.26);
    border: 1px solid rgba(230, 230, 230, 0.67);
    z-index: 99;
  }
  .p_footer ul li {
    width: 20%;
    text-align: center;
  }
  .p_footer ul li img {
    width: 0.48rem;
    height: 0.48rem;
  }
  .p_footer ul li p {
    color: #757575;
    margin: 0.05rem 0 0;
  }
  .p_footer ul li.on p {
    color: #0F85EF;
  }
  .about_bg {
    width: 100%;
  }
  .about_box {
    padding: 0.3rem 0.3rem;
  }
  .about_txt {
    line-height: 2;
    font-size: 0.26rem;
  }
  .line2 {
    width: 0.4rem;
  }
  .piliang_btn {
    width: 1.86rem;
    height: 0.6rem;
  }
  .piliang_btn img {
    width: 0.28rem;
  }
  .el-pagination .el-select .el-input {
    width: 2rem;
    height: 0.54rem;
  }
  .el-pagination__sizes {
    right: 2.5rem !important;
    top: 0.2rem !important;
  }
  .search_result_bg {
    background: #fff;
  }
  .search_result {
    margin: 0;
    padding: 0 0.2rem;
  }
  .result_list {
    box-shadow: 0 0 0.2rem rgba(122, 122, 122, 0.1);
    border-radius: 0.2rem;
    padding: 0.1rem 0.2rem;
  }
  .result_bottom {
    margin: 0.1rem 0 0;
  }
  .result_hy {
    width: 2.5rem;
    padding: 0 0.15rem 0 0.36rem;
    background-size: 0.26rem 0.24rem;
    margin-right: 0;
  }
  .result_city {
    width: 1.2rem;
    background-size: 0.23rem 0.26rem;
    padding-left: 0.33rem;
  }
  .result_btn {
    width: 2.31rem;
    height: 0.5rem;
    border-radius: 0.24rem;
    font-size: 0.22rem;
  }
  .result_btn img {
    width: 0.3rem;
    height: 0.3rem;
  }
  .result_btn_line {
    padding: 0 0.1rem;
  }
  .el-pagination {
    font-size: 0.24rem !important;
    padding: 0.4rem 0.25rem;
  }
  .el-pager li {
    min-width: 0.5rem !important;
  }
  .btn-prev,
  .btn-next,
  .number,
  .el-pagination__editor.el-input {
    width: 0.24rem !important;
    height: 0.6rem !important;
  }
  .el-pagination .btn-prev {
    margin-left: 0.1rem !important;
  }
  .el-pagination > .is-last {
    margin-left: 0.1rem !important;
  }
  .el-pagination__editor.el-input {
    margin-right: 0.1rem !important;
  }
  .show_box {
    padding: 0 0.3rem;
  }
  .show_tit {
    font-size: 0.32rem;
  }
  .show_down {
    width: 2.16rem;
    height: 0.68rem;
    border-radius: 0.33rem;
  }
  .show_down img {
    width: 0.31rem;
  }
  .back {
    width: 2.16rem;
    height: 0.68rem;
    border-radius: 0.33rem;
  }
  .special_list {
    box-shadow: 0rem 0rem 0.2rem rgba(122, 122, 122, 0.1);
    border-radius: 0.2rem;
    margin: 0.2rem 0 0;
    padding: 0 0.2rem;
  }
  .special_list li {
    width: 100%;
    padding: 0.2rem 0;
  }
  .special_download {
    background-size: 0.26rem 0.22rem;
    padding-left: 0.36rem;
  }
  .custom__box {
    padding: 0.3rem 0.25rem;
  }
  .custom_progress {
    flex-wrap: wrap;
    padding: 0 5% 0.4rem;
  }
  .custom_progress li {
    width: 50%;
    margin-bottom: 0.3rem;
  }
  .custom_progress li img {
    width: 0.89rem;
  }
  .custom_progress li p {
    font-size: 0.26rem;
  }
  .custom_progress::after,
  .custom_progress::before {
    width: 5.8rem;
    height: 0.06rem;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: #f5f6fa;
  }
  .custom_progress::after {
    top: 1.2rem;
  }
  .custom_progress::before {
    top: 3.6rem;
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
  }
  .custom_progress_num {
    width: 0.42rem;
    height: 0.42rem;
    background-size: 100% 100%;
    font-size: 0.16rem;
    margin: 0.15rem auto;
  }
  .custom_form1 {
    margin-bottom: 0.2rem;
  }
  .shuaxin {
    font-size: 0.22rem;
  }
  .shuaxin img {
    width: 0.24rem;
    height: 0.24rem;
  }
  .custom_form1_txt {
    height: 0.74rem;
    border-radius: 0.05rem;
  }
  .custom_form1_txt1 {
    height: 2.93rem;
  }
  .input1 {
    width: 4.25rem;
  }
  .yzm {
    width: 1.1rem;
    height: 0.74rem;
    margin: 0 0.1rem;
    font-size: 0.3rem;
    line-height: 0.74rem;
  }
  .submit {
    width: 2.21rem;
    height: 0.78rem;
    border-radius: 0.4rem;
  }
  .my_bg {
    margin-top: 0.7rem;
  }
  .my_box {
    padding: 0.3rem 0 0;
  }
  .my_head {
    padding: 0;
    height: auto;
    border: none;
    display: flex;
  }
  .level {
    width: 1.6rem;
    height: 0.48rem;
    margin-left: 0.2rem;
    line-height: 0.48rem;
    padding-left: 0.55rem;
    margin: 0 0 0 0.2rem;
  }
  .my_nav {
    justify-content: space-between;
    display: flex;
    padding: 0.3rem 0;
  }
  .my_nav li {
    width: 3.35rem;
    height: 0.68rem;
    border-radius: 0.1rem;
    background: #F5F5F5;
    margin: 0;
  }
  .my_nav li a {
    justify-content: center;
  }
  .my_nav li img {
    width: 0.3rem;
    height: 0.3rem;
  }
  .ediot_icon {
    width: 0.28rem;
    height: 0.31rem;
  }
  .submit1 {
    width: 1.5rem;
    height: 0.6rem;
  }
  .taocan_list {
    justify-content: space-between;
  }
  .taocan_list li {
    width: 3.38rem;
    height: 1.5rem;
    border-radius: 0.15rem;
    margin: 0 0 0.2rem !important;
    padding: 0.25rem 0.2rem 0;
    background: url(../images/sel1.png) no-repeat right 0.12rem top 0.42rem;
    background-size: 0.24rem 0.24rem;
  }
  .taocan_list li.on {
    background: url(../images/sel2.png) no-repeat right 0.12rem top 0.42rem;
    background-size: 0.24rem 0.24rem;
  }
  .my_taocan_list li {
    margin: 0 0 0.2rem !important;
    background: none;
  }
  .my_taocan_list li.on {
    background: none;
  }
  .my_taocan_head {
    display: flex;
    align-items: center;
    margin-bottom: 0.1rem;
  }
  .my_taocan_head img {
    width: 0.55rem;
    height: 0.55rem;
    margin-right: 0.15rem;
  }
  .my_taocan_head .f18 {
    margin: 0 0.15rem 0 0;
  }
  .btn {
    width: 2.21rem;
    height: 0.78rem;
    border-radius: 0.39rem;
  }
  .open_box {
    padding: 0;
    margin: 0.7rem 0 0;
  }
  .open_progress {
    padding: 0.5rem 0 0;
  }
  .open_progress li {
    background-size: 0.4rem 0.4rem;
  }
  .open_progress li::after {
    width: 2.54rem;
    height: 1px;
    left: 0.8rem;
    top: 0.95rem;
  }
  .open_progress li.on1 {
    background-size: 0.4rem 0.4rem;
  }
  .open_progress li.on2 {
    background-size: 0.4rem 0.4rem;
  }
  .month_list li {
    width: 1.81rem;
    height: 1.81rem;
    padding: 0.55rem 0 0;
    margin-right: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .zhe {
    width: 0.97rem;
    height: 0.47rem;
    border-radius: 0 0 0.2rem 0;
  }
  .ad_pic {
    margin: 0.2rem 0 0;
  }
  .ad_pic img {
    height: 2rem;
    object-fit: cover;
  }
  .wechat_icon {
    width: 0.82rem;
    height: 0.82rem;
  }
  .pay_btn {
    height: 0.84rem;
    border-radius: 0.1rem;
  }
  .time_icon {
    width: 0.31rem;
    height: 0.31rem;
  }
  .pay_icon {
    width: 0.9rem;
    height: 0.9rem;
  }
  .pay_con {
    width: 5.3rem;
    height: 3.5rem;
    padding: 0.6rem 0 0;
  }
  .p_pay {
    width: 2.82rem;
    height: 0.78rem;
    background: linear-gradient(90deg, #00B0FE, #4D8AFF);
    border-radius: 0.39rem;
    color: #fff;
    margin: 0.5rem auto 0;
  }
  .p_my_down li {
    border-bottom: solid 0.15rem #F6F6F6;
  }
  .p_my_down_bot {
    justify-content: space-between;
    margin: 0.2rem 0 0;
  }
  .p_my_down_head {
    padding: 0.3rem 0.7rem 0.3rem 0.3rem;
    background: url(../images/p_nar1.png) no-repeat right 0.3rem top 0.35rem;
    background-size: 0.3rem 0.3rem;
  }
  .p_my_down_head.on {
    background: url(../images/p_nar2.png) no-repeat right 0.3rem top 0.35rem;
    background-size: 0.3rem 0.3rem;
  }
  .show_num {
    width: 0.33rem;
    height: 0.33rem;
    font-size: 0.19rem;
    margin: 0.05rem 0.1rem 0;
  }
  .p_my_down_txt {
    border-top: solid 1px #EBEBEB;
    padding: 0.3rem;
  }
  .p_pay.loading {
    background-color: #ccc;
    cursor: not-allowed;
  }
  .taocan_list_txt {
    display: none;
  }
}
