﻿@charset "utf-8";

/* CSS Document */

BODY {
    TEXT-ALIGN: center;
    margin: 0;
    font-size: 12px;
}

img {
    border: 0
}

a {
    text-decoration: none;
    color: #27458D;
}

img {
    vertical-align: middle
}

html {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

*,
:after,
:before {
    box-sizing: inherit
}

body,
div,
ul,
li,
dl,
dt,
dd,
table,
th,
tr,
td,
img,
p,
font,
span,
h1,
h2,
h3 {
    margin: 0px;
    padding: 0px;
    border: 0;
    list-style: none;
}

body {
    background-color: #093682;
}

.dy_con {
    margin: 0 auto;
    clear: both;
    max-width: 640px;
    min-height: 100%;
    font-family: "微软雅黑";
    background-color: #093682;
}

.dy_pub {
    width: 100%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

.dy_pub img {
    width: 100%;
    height: auto
}

.xs_time {
    width: 100%;
    display: flex;
    padding: 10px 0;
    align-items: center;
    justify-content: center;
    background-color: #fa626e;
}

.xs_time img {
    width: 15px;
    height: 15px;
}

.xs_time span {
    color: #ffffff;
    font-weight: bold;
}

.top {
    width: 100%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    background: #382e00;
    padding: 10px;
    text-align: left;
    color: #FFF;
    font-size: 12px;
    height: 37px
}

.top span {
    color: #de0000
}

.num {
    width: 100%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    background: #a8001c;
}

.num li {
    color: #FFF;
    font-size: 16px;
    text-align: center;
    width: 33.3%;
    float: left;
    line-height: 25px;
    padding: 8px 0;
}

.time {
    width: 100%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    padding: 0;
    line-height: 25px;
}

.tj {
    width: 100%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    text-align: center;
    padding: 25px 0 10px;
}

.tj img {
    width: 15%;
    height: auto;
    margin: 0 5px;
}

.tj a img {
    width: 32%;
    height: auto;
}

.dy_search {
    width: 92%;
    margin: 20px auto;
    clear: both;
    overflow: hidden;
    border-radius: 5px;
}

.dy_search p {
    width: 68%;
    float: left;
    overflow: hidden;
    text-align: left;
}

.dy_search p input {
    font-size: 16px;
    width: 100%;
    border: 0;
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    background: #FFF;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1px solid #dd2b2a;
}

.dy_search h1 {
    margin: 0;
    padding: 0;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: left;
    width: 30%;
    font-weight: normal;
    background: #dd2b2a;
    font-size: 18px;
    text-align: center;
    font-family: "微软雅黑";
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.dy_search h1 a {
    color: #FFF;
}

.fl {
    width: 100%;
    margin: 0 auto;
    clear: both;
}

.fl li {
    width: 50%;
    float: left;
    background: #3c9cf5;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
    position: relative
}

.fl li:nth-child(2) {
    background: #bb3a9e
}

.fl li.on::before {
    content: '';
    position: absolute;
    left: 40%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0081bd;
    bottom: -9px;
    z-index: 1;
}

.fl li:nth-child(2).on::before {
    content: '';
    position: absolute;
    left: 40%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #bb3a9e;
    bottom: -9px;
    z-index: 1;
}

.xy {
    font-size: 13px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.sz {
    width: 100%;
}

.sz img {
    width: 100%;
}

.fl li a {
    width: 100%;
    height: 100%;
    float: left;
    text-align: center;
    color: #fff
}

.list_con {
    width: 100%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    max-width: 640px;
    font-family: "微软雅黑";
    padding-bottom: 60px;
    background-color: #093682;
}

.star {
    width: 94%;
    margin: 3% 3% 0 3%;
    clear: both;
    overflow: hidden;
    background: #FFF;
    padding: 5px;
    border: 1px solid #ffa800;
}

.star dt {
    width: 40%;
    float: left;
    position: relative
}

.star dt img {
    width: 100%;
    height: auto
}

.star dt p {
    width: 50%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: -2px;
}

.star dd {
    width: 55%;
    float: right;
    text-align: left;
    line-height: 25px;
    font-size: 12px;
    padding: 10px 0 0;
    position: relative;
    color: #000
}

.star dd font {
    font-size: 14px;
}

.star dd span {
    color: #62ceca;
}

.star dd img {
    width: 14px;
    height: auto
}

.star dd i {
    color: #eb2626;
    font-style: normal
}

.star dd p {
    background: #62ceca;
    padding: 0;
    color: #FFF;
    width: 38%;
    position: absolute;
    text-align: center;
    right: 5px;
    bottom: 2px;
}

.xq {
    width: 100%;
    float: left;
    clear: both;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    margin-bottom: 50px;
}

.tp2 {
    width: 100%;
    margin: 3% auto 0;
    overflow: hidden;
    clear: both;
}

.tp2 ul {
    width: 100%;
    float: left;
}

.tp2 li {
    width: 45.5%;
    margin-bottom: 5px;
    float: left;
    margin-left: 3%;
}

.kb {
    padding: 4%;
    background: #ffffff;
    margin-bottom: 5px;
}

.kb img {
    width: 11%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    height: auto;
}

.wk {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.wz {
    width: 100%;
    z-index: 990;
    FILTER: alpha(opacity='70');
    opacity: 0.7;
    font-size: 13px;
    color: #000000;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 10px;
    text-align: left;
}

.tit {
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin: 5px 0;
}

.dw {
    color: #000000;
    font-size: 12px;
}

.zhanshi {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    background-color: #dd2b2a;
    color: #ffffff;
    border-radius: 25px;
    padding: 5px 30px;
    margin-top: 20px;
    display: block;
}

.zz {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    font-size: 13px;
    padding: 8px 0;
    line-height: 20px;
    font-family: "微软雅黑";
    padding-top: 0;
}

.zz span {
    color: #ea6459;
}

.bhzz {
    display: flex;
    justify-content: space-around;
    font-size: 12px;
    color: #737373;
    margin-bottom: 5px;
}

.tpa {
    width: 100%;
    float: left;
    clear: both;
    overflow: hidden;
    background: #cc1d00;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    padding: 6px 0;
    border-radius: 3px;
}

.zz img {
    width: 15px;
    height: auto;
    margin-bottom: 3px;
}

.kb h1 {
    background: #08819f;
    padding: 5px 0;
    color: #FFF;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    width: 100%;
    font-style: normal;
    border-radius: 5px;
}

.kb h1 img {
    width: 15px;
    height: auto
}

.wk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wk p {
    width: 15%;
    position: absolute;
    overflow: hidden;
    left: 10px;
    top: 29px;
}

.toutu {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.toutu .tt_num {
    font-size: 14px;
    background-color: #ff9919ba;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 10px;
}

.toutu .chakan {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    background-color: #00000081;
    color: #ffffff;
}

.w_tj {
    width: 94%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    padding: 15px 0;
}

.w_tj dt {
    width: 50%;
    float: left;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.w_tj dt span {
    color: #de0000
}

.w_tj dd {
    width: 50%;
    float: right;
    text-align: right;
    color: #61ceca;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.w_tj dd img {
    width: 13px;
    height: auto;
    margin-bottom: 4px;
}

.detail {
    width: 94%;
    margin: 20px auto;
    clear: both;
    overflow: hidden;
    background: #fff;
    padding: 12px;
}

.d_tit {
    width: 100%;
    margin: 0 auto 10px;
    clear: both;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
}

.d_tit strong {
    font-size: 18px;
    color: #626262
}

.d_tit span {
    color: #62ceca;
}

.d_tit img {
    width: 16px;
    height: auto;
    margin-bottom: 5px;
}

.d_tit font {
    color: #eb2626;
    font-size: 14px;
}

.nr {
    width: 100%;
    margin: 0 auto 20px;
    clear: both;
    overflow: hidden;
    text-align: left;
    line-height: 23px;
    font-size: 12px;
}

.nr img {
    width: 100%;
    height: auto;
    clear: both;
    margin-bottom: 10px;
}

.nr span {
    color: #62ceca;
}

.b_h {
    width: 100%;
    border-radius: 5px;
    background: #ffd200;
    font-size: 16px;
    margin: 0 auto 10px;
    padding: 10px 0;
    color: #FFF
}

.b_z {
    width: 100%;
    border-radius: 5px;
    background: #95249f;
    font-size: 16px;
    margin: 0 auto 10px;
    padding: 10px 0;
    color: #FFF
}

.b_l {
    width: 100%;
    border-radius: 5px;
    background: #00b7b0;
    font-size: 16px;
    margin: 0 auto 10px;
    padding: 10px 0;
    color: #FFF
}

.b_n {
    width: 100%;
    border-radius: 5px;
    background: #919191;
    font-size: 16px;
    margin: 0 auto 10px;
    padding: 10px 0;
    color: #FFF
}

.ph {
    width: 92%;
    margin: 0px auto;
    clear: both;
    overflow: hidden;
    background: #fff;
    padding: 0px 10px;
    font-size: 12px;
    padding-bottom: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ph2 {
    margin: 25px auto;
    border-radius: 5px;
}

.p_ts {
    width: 96%;
    margin: 10px auto;
    color: #848484;
    line-height: 22px;
    clear: both;
    overflow: hidden;
    border: 1px dashed #fbba53;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}

.p_ts span {
    color: #00b7b0;
}

.p_ts2 {
    width: 96%;
    margin: 10px auto;
    color: #848484;
    line-height: 22px;
    clear: both;
    overflow: hidden;
    border: 1px dashed #fbba53;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}

.p_ts2 font {
    font-size: 12px;
    color: #ff4800
}

.p_pm {
    width: 96%;
    margin: 0px auto 20px;
    clear: both;
    overflow: hidden;
    font-size: 12px;
}

.p_pm ul {
    width: 100%;
    overflow: hidden
}

.p_pm li {
    width: 100%;
    clear: both;
    float: left
}

.p_pm li p {
    width: 20%;
    float: left;
    border-bottom: 1px solid #e4e4e4;
    height: 30px;
    line-height: 35px;
    text-align: center;
    color: #434343;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p_pm li h1 {
    width: 20%;
    float: left;
    border-bottom: 2px solid #ff4800;
    padding: 10px 0;
    text-align: center;
    color: #ff4800;
    font-weight: bold;
    font-size: 12px;
    color: #ff4800;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p_pm li p.name {
    width: 60%;
    float: left;
    color: #00b7b0;
}

.p_pm li h1.name {
    width: 60%;
    float: left;
}

.t_ts {
    width: 100%;
    height: auto;
    margin: 10px auto;
    clear: both;
    overflow: hidden;
    text-align: center;
    color: #848484;
    line-height: 23px;
}

.t_ts span {
    color: #00b7b0
}

.wx {
    width: 100%;
    height: auto;
    margin: 20px auto;
    clear: both;
    overflow: hidden;
    text-align: center;
    color: #848484;
    line-height: 23px;
    font-size: 12px;
}

.wx img {
    width: 50%;
    margin: 0 auto 10px;
    clear: both
}

.h_index {
    width: 96%;
    border-radius: 5px;
    background: #ffd200;
    font-size: 16px;
    margin: 0 auto 10px;
    padding: 10px 0;
    color: #000
}

.h_index a {
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 16px;
}

.h_index2 {
    width: 90%;
    background: #1cccc0;
    font-size: 16px;
    margin: 0 auto 10px;
    padding: 10px 0;
    color: #fff
}

.h_index2 a {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
}

.imglist {
    padding: 0px;
    overflow: hidden;
    width: 90%;
    margin: 0 auto 4%;
}

.imglist li {
    width: 75%;
    border: 1px solid #dddddd;
    float: left;
    margin: 2% 1.5% 0 1%;
    position: relative
}

.imglist .wh60 {
    width: 100%;
    height: auto;
}

.imglist li.add {
    position: relative;
    overflow: hidden;
    width: 50px;
    float: right
}

.imglist li.add input {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.imglist li.add img {
    width: 80%;
    height: auto;
    margin: 10%;
}

.imglist2 {
    padding: 0px;
    overflow: hidden;
    width: 90%;
    margin: 0 auto 4%;
}

.imglist2 li {
    width: 50px;
    border: 1px solid #dddddd;
    margin: 0 auto;
    position: relative
}

.imglist2 .wh60 {
    width: 50px;
    height: 50px;
}

.imglist2 li.add {
    position: relative;
    overflow: hidden
}

.imglist2 li.add input {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.imglist2 li.add img {
    width: 80%;
    height: auto;
    margin: 10%;
}

.c_tit {
    width: 100%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    text-align: left;
    color: #000;
    font-size: 16px;
}

.move {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 35px;
    height: auto
}

.apply {
    width: 96%;
    margin: 0 auto;
    padding-top: 10px;
    overflow: hidden;
}

.apply ul {
    width: 100%;
    color: #000000;
    font-size: 12px;
    clear: both;
    text-align: left;
}

.apply li {
    float: left;
    display: inline-block;
    width: 100%;
    margin-bottom: 4%;
    font-size: 12px;
    color: #313131;
}

.apply li .input_txt {
    width: 100%;
    border: 1px solid #cdcdcd;
    font-size: 14px;
    display: block;
    -webkit-appearance: none;
    outline: 0 none;
    background-color: #fff;
    padding: 10px;
    font-family: "微软雅黑";
}

.apply li span {
    font-size: 16px;
    color: #cd0000
}

.wx2 {
    width: 100%;
    height: auto;
    margin: 20px auto;
    clear: both;
    overflow: hidden;
    text-align: center;
    color: #de0000;
    line-height: 23px;
}

.wx2 img {
    width: 30%;
    margin: 0 auto 10px;
    clear: both
}

.s_num {
    width: 100%;
    height: auto;
    margin: 10px auto;
    clear: both;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
    line-height: 23px;
}

.s_num span {
    color: #de0000
}

.loadsing {
    width: 96%;
    margin: 10px auto 15px;
    clear: both;
    overflow: hidden;
    background: #00aceb;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    border-radius: 3px;
    font-family: "微软雅黑";
}

.pop {
    position: absolute;
    left: 0;
    top: 0;
}

.mengceng {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
}

.pop_up {
    display: block;
    width: 90%;
    margin: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    box-sizing: border-box;
    top: 35%;
    padding: 15px 10px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    z-index: 999
}

.pop_up .tit_p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}

.pop_up .tit_txt {
    line-height: 24px;
    margin-bottom: 10px;
}

.pop_up .gz_btn {
    padding: 0 20px;
    background-color: #fff;
    border-radius: 5px;
    color: #5bcdca;
    line-height: 38px;
    font-size: 20px;
}

.closed {
    position: absolute;
    width: 36px;
    height: 36px;
    right: -5px;
    top: -10px;
    background: url(../../qingnian/css/close.png) no-repeat;
    background-size: 36px auto;
}

.apply_closed {
    position: absolute;
    width: 36px;
    height: 36px;
    right: 5px;
    top: 5px;
    background: url(../../qingnian/css/close.png) no-repeat;
    background-size: 36px auto;
}

.s_num2 {
    width: 100%;
    height: auto;
    margin: 0 auto 10px;
    clear: both;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
    line-height: 23px;
    height: 92px;
}

.s_num2 span {
    color: #de0000
}

.s_num2 li {
    width: 100%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

.jg {
    width: 100%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    height: 50px;
}

.dh {
    width: 100%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    position: fixed;
    left: 0;
    bottom: 0;
    border-right: 1px solid #75a0a4;
    background: #282a65;
    z-index: 999
}

.dh li {
    width: 20%;
    float: left;
    text-align: center;
    font-size: 14px;
    font-family: "微软雅黑";
    border-right: 1px solid #828282;
}

.dh li a {
    width: 100%;
    padding: 5px 0;
    float: left;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dh li .on {
    color: #f38f00;
}

.dh li a img {
    width: 22px;
    height: 22px;
    margin-bottom: 3px;
}

.t_xz {
    font-size: 14px;
    clear: both;
    overflow: hidden;
    text-align: left;
    color: #000000;
    line-height: 26px;
}

.t_xz span {
    background-color: #dd2b2a;
    color: #ffffff;
    padding: 0px 8px;
    font-size: 14px;
    margin: 10px 0;
    display: inline-block;
    border-radius: 15px;
}

.t_xz strong {
    color: #00b7b0;
    font-size: 14px;
}

.t_xz p {
    width: 1005;
    margin: 0 auto 10px;
    padding-bottom: 5px;
    font-weight: bold;
    border-bottom: 1px dashed #e7e7e7;
    font-size: 16px;
}

.t_xz img {
    width: 17px;
    height: 17px;
    vertical-align: sub;
}

.zc {
    width: 94%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

.zc p {
    color: #00b7b0;
    font-size: 14px;
    width: 100%;
    clear: both;
    overflow: hidden;
    text-align: left;
    margin: 0 0 15px;
    float: left;
}

.zc span {
    color: #5c5c5c;
    font-size: 14px;
    width: 100%;
    clear: both;
    overflow: hidden;
    text-align: center;
    margin: 0 0 15px;
    float: left;
}

.zc img {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 20px;
}

.lj_xz {
    width: 96%;
    height: auto;
    margin: 0 auto 10px;
    clear: both;
    overflow: hidden;
    font-size: 14px;
    text-align: left;
    line-height: 21px;
}

.bj {
    width: 100%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

.wk img.ck_xq {
    width: 40%;
    height: auto;
    position: absolute;
    right: 0px;
    top: 30px;
    z-index: 9
}

.ewm {
    width: 100%;
    margin: 20px auto 10px;
    clear: both;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
}

.ewm img {
    width: 40%;
    height: auto;
    margin-bottom: 10px
}

.j_jj {
    width: 92%;
    font-family: "微软雅黑";
    border-radius: 5px;
    background: #FFF;
    position: fixed;
    top: 9%;
    left: 3%;
    z-index: 999;
}

.jc_bm {
    width: 97%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    background: #FFF;
    z-index: 9999;
    position: relative;
}

.apply {
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    overflow: hidden;
}

.apply ul {
    width: 100%;
    color: #000000;
    font-size: 16px;
    clear: both;
    text-align: left;
}

.apply li {
    float: left;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: "微软雅黑";
    text-align: center
}

.apply li .input_txt {
    width: 100%;
    border: 1px solid #00ccd9;
    font-size: 16px;
    display: block;
    color: #4f4d4d;
    -webkit-appearance: none;
    height: 40px;
    outline: 0 none;
    background-color: #fff;
    padding: 2px 8px;
    font-family: "微软雅黑";
    border-radius: 5px;
}

.apply li textarea.input_txt {
    height: 70px;
}

.apply li font {
    font-size: 12px;
    color: #ff0000
}

.h_tj {
    width: 90%;
    color: #fff;
    font-size: 16px;
    font-family: "微软雅黑";
    margin: 10px auto 20px;
    clear: both;
    overflow: hidden;
    background: #00ccd9;
    text-align: center;
    border-radius: 5px;
    padding: 10px 0;
}

.apply li img {
    width: 80%;
    height: auto
}

.info {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.info .gx {
    color: #000;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin: 15px 0 15px 0;
}

.info .submit {
    width: 81%;
    height: 40px;
    line-height: 40px;
    background-color: #62ceca;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    text-align: center;
}

.haibao {
    position: relative;
    width: 500px;
    display: none;
}

.haibao .img_haibao {
    width: 100%
}

.loca {
    position: absolute;
    top: 462px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.loca span {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.img_rwm {
    width: 100px;
    height: 100px;
    background-color: #333333;
}

.det {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dt_g_2 span {
    background-color: #f38f00;
    color: #ffffff;
    border-radius: 8px;
    padding: 5px 20px;
}

.d_text {
    text-align: left;
    font-size: 16px;
    padding: 0px 10px 10px;
    color: #1f656a;
}

.xx {
    color: #1f656a;
}

.zp_sm {
    color: #818181;
    font-size: 16px;
    padding: 10px;
    border-top: 1px solid #eeeeee;
    text-align: left;
}

.qy {
    /* background-color: #efefef; */
    padding-bottom: 60px;
    /*margin-top: -110px;*/
}

.ck {
    width: 94%;
    margin: 10px auto;
    clear: both;
    overflow: hidden;
    background: #1f656a;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 8px 0;
    border-radius: 3px;
    font-family: "微软雅黑";
    font-weight: bold;
}

.tj_2 {
    position: relative;
    margin: 0 15px;
    border: 1px solid #046d66;
    border-radius: 6px;
    margin-top: -110px;
    /* z-index: 999; */
}

.tj_2 .tj_t {
    display: flex;
    justify-content: space-around;
    background-color: #ffffff;
    color: #898989;
    font-size: 14px;
    padding: 5px 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom: 1px solid #cccccc;
}

.tj_2 .tj_t .pepo {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33.3%;
}

.tj_2 .djs {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    text-align: center;
    padding: 10px 0;
    background: #ffffff;
    font-size: 14px;
    color: #666666;
}

.show_m {
    color: #dd2b2a;
    font-weight: bold;
}

.show_m2 {
    color: #dd2b2a;
    font-weight: bold;
}

.cl_sm {
    width: 92%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #ffffff;
    padding: 8px 10px;
    text-align: left;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 0;
    /* border: 1px solid #046d66; */
    border-bottom: none;
}

.cl_sm span {}

.ph_g {
    padding: 0 15px;
    padding-bottom: 30px;
}

.ph_g .ph_g_banner {
    width: 100%;
}

.ph_g .ph_g_box {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    border-radius: 8px;
    font-size: 14px;
}

.ph_g .ph_g_box .ph_under {
    display: flex;
    flex-direction: column;
}

.ph_g .ph_g_box .ph_under .ph_u_g {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #dbdbdd;
    color: #000;
}

.ph_g .ph_g_box .ph_under .ph_u_g .ph_wtl {
    display: flex;
}

.ph_g .ph_g_box .ph_under .ph_u_g img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
}

.ph_g .ph_g_box .ph_under .ph_u_g .ph_u_g_z {
    display: flex;
    flex-direction: column;
}

.ph_g .ph_g_box .ph_under .ph_u_g .ph_u_g_z .ph_wtl_num {
    color: #ff6b5d;
    font-size: 15px;
    text-align: left;
}

.ph_g .ph_g_box .ph_under .ph_u_g .ph_u_g_z span:nth-child(1) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 10rem;
    text-align: left;
}

.ph_g .ph_g_box .ph_top {
    position: relative;
    height: 11rem;
    border-bottom: 1px solid #dbdbdd;
}

.ph_g .ph_g_box .ph_top .ph_yb {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000;
}

.ph_g .ph_g_box .ph_top .ph_yb span:nth-child(3) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 6rem;
}

.ph_pos1 {
    left: 1%;
    top: 30%;
    width: 33%;
}

.ph_pos2 {
    left: 34%;
    top: 6%;
    width: 33%;
}

.ph_pos3 {
    left: 66%;
    top: 30%;
    width: 33%;
}

.ph_g .ph_g_box .ph_top .ph_yb .tx {
    position: relative;
}

.ph_g .ph_g_box .ph_top .ph_yb .ph_h_num {
    font-size: 14px;
    color: #ff6b5d;
    line-height: 16px;
}

.ph_g .ph_g_box .ph_top .ph_yb .tx .tx_bg {
    width: 74px;
    height: 74px;
}

.ph_g .ph_g_box .ph_top .ph_yb .tx .tx_head {
    position: absolute;
    left: 11px;
    bottom: 2px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #dbdbdd;
    object-fit: cover;
}

.zx {
    position: fixed;
    right: 10px;
    bottom: 100px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background-color: #046d66;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    z-index: 999;
}

.m_box {
    background-color: #000000;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
}

.m_box_z {
    width: 100%;
    text-align: center;
}

.m_box_c {
    display: flex;
    justify-content: flex-end;
}

.m_box_c .close2 {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
}

.ewm {
    width: 100%;
}

.dt_g {
    background-color: #ffffff;
    margin: 10px;
    padding: 10px;
    border-radius: 6px;
    width: 90%;
}

.dt_g img {
    width: 100%;
}

.dt_g p {
    text-align: left;
    font-size: 14px;
}

.nr_title {
    display: flex;
    align-items: center;
}

.nr_title .yel {
    display: inline-block;
    width: 5px;
    height: 15px;
    background-color: #dd2b2a;
    margin-right: 5px;
}

.nr_title .name {
    font-size: 16px;
    font-weight: bold;
    color: #00436d;
}

.ew_pic {
    width: 100%;
    margin: 0 auto;
    padding: 6%;
    clear: both;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: "微软雅黑";
    max-width: 680px;
}

.ew_pic p {
    margin: 10px auto 10px;
    width: 100%;
    clear: both;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.ew_pic dl {
    margin: 0 auto;
    width: 100%;
    clear: both;
    overflow: hidden;
}

.ew_pic dt {
    width: 30%;
    float: left
}

.ew_pic dt img {
    width: 100%;
    height: auto
}

.ew_pic dd {
    width: 65%;
    float: right;
    text-align: left;
    font-size: 16px;
    line-height: 2;
    padding-top: 5px;
}

.ew_pic dd span {
    color: #F00
}

.f_ts {
    width: 100%;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    padding: 10px 0;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 auto;
    background: #ff6600;
    color: #FFF
}

.close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 12px;
    top: 5px;
    z-index: 999;
}

.bor_t {
    border-top: none;
}

.y_tag {
    display: flex;
    justify-content: space-around;
    padding: 0 15px;
    padding-bottom: 10px;
    font-size: 13px;
}

.y_tag span {
    color: #bca36f;
    border: 1px solid #bca36f;
    border-radius: 5px;
    padding: 5px 30px;
}

.y_tag .on {
    border: 1px solid #bca36f;
    background-color: #bca36f;
    color: #ffffff;
}

.home {
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url(../images/bg2.jpg);
    background-size: 100% 100%;
}

.home img {
    width: 100%;
    position: absolute;
    left: 0;
}

.p1 {
    top: 4%;
}

.p2 {
    top: 15%;
}

.p3 {
    top: 79%;
}

.p4 {
    top: 89%;
}

.dt_g_2 {
    display: flex;
    justify-content: space-around;
    color: #c6a15d;
    padding: 10px;
    border-top: 1px solid #cccccc;
}

.kb .select {
    margin: 0 auto;
    width: 100%;
    font-style: normal;
}

.chk_2 {
    display: none;
}

.chk_2+label {
    padding: 5px 0px;
    line-height: 25px;
    width: 100%;
    border-radius: 1rem;
    display: inline-block;
    clear: both;
    text-align: center;
    font-size: 15px;
    color: #000;
    border: 1px solid #000;
}

.chk_2:checked+label {
    background: url(../images/g.png) #F20201 no-repeat center right 10px;
    background-size: 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid #F20201;
}

.toupiao {
    width: 50%;
    color: #ffffff;
    height: 2rem;
    background-color: #ffcc00;
    border-radius: 40px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    position: fixed;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    outline: none;
    display: none;
}

.index {
    background-color: #093682;
    width: 100%;
    height: 100%;
    max-width: 640px;
    margin: 0 auto;
}

.index .l1 {
    width: 100%;
}

.index .l2 {
    position: absolute;
    top: 82%;
    left: 20%;
    width: 230px;
    height: auto;
}

.index .l3 {
    width: 100%;
    height: 25%;
}

.hexiao {
    width: 92%;
    margin: 20px auto;
    display: flex;
}

.hexiao input {
    font-size: 16px;
    width: 100%;
    border: 0;
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1px solid #dd2b2a;
}

.hexiao span {
    height: 40px;
    line-height: 40px;
    text-align: left;
    width: 30%;
    font-weight: normal;
    background: #dd2b2a;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    font-family: "微软雅黑";
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.jilu {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.jilu_j {
    display: flex;
    justify-content: space-between;
    color: #ffb24e;
    font-size: 14px;
    margin-bottom: 5px;
}

.jl_time {
    font-size: 12px;
    color: #ffffff;
}


/* 大转盘样式 */

.banner {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100%;
    background: url(../images/turnplate-bg.png) no-repeat;
    background-size: 100%;
    padding: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.banner .turnplate {
    display: block;
    width: 100%;
    position: relative;
    border-radius: 100%;
}

.banner .turnplate canvas.item {
    width: 100%;
}

.banner .turnplate img.pointer {
    position: absolute;
    width: 33%;
    height: 41%;
    left: 34%;
    top: 25%;
}

.zp_con {
    width: 100%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    max-width: 640px;
    position: relative;
    /* background-color: #c9e1fd; */
}

.zp {
    width: 80%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    z-index: 2;
    margin-bottom: 20px;
}