@charset "utf-8";
/* CSS Document */

body {
    background-color: #FFF;
}
/*票数列表*/
.orderTitle {
    margin: 20px 4%;
}
.oneOrder {
    margin: 20px 4%;
    padding: 20px;
    border: solid 1px #EEE;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    background-image: url("../img/mini/ticket_bg.jpg");
}
.orderQuantity {
    width: 100px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.orderQuantity img {
    width: 20px;
    height: 20px;
    padding: 0 5px;
}
.orderQuantity .numbers {
    font-family: "Microsoft YaHei UI", "Microsoft YaHei UI Light", "微软雅黑", "苹方 常规", "苹方 中等", "苹方 细体";
    text-align: center;
    width: 24px;
    height: 24px;
    outline: none;
    border: none;
    background-color: transparent;
}
.mskRed {
    background-color: #ed1c24;
    color: #FFF;
    font-size: 12px;
    display: block;
    width: 100px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    position: relative;
    right: -20px;
}
.phoneNumber {
    background-color: #FFF;
    border: solid 1px #EEE;
    border-radius: 6px;
    padding: 5px 10px;
}
.phoneNumber input {
    font-family: "Microsoft YaHei UI", "Microsoft YaHei UI Light", "微软雅黑", "苹方 常规", "苹方 中等", "苹方 细体";
    width: 100%;
    outline: none;
    border: none;
}
.fpSkin {
    margin: 20px 4% 0px 4%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.fpSkin input {
    margin-right: 5px;
}
.icon_session {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.userInfoTitle {
    padding: 10px 4%;
    color: #111;
    font-size: 14px;
    font-weight: bold;
}
.btnTicketSkin {
    padding: 15px 0;
    text-align: center;
    border-top: solid 1px #EEE;
    background-color: #FAFAFA;
}
.btnTicketSkin a {
    color: #007aff;
}
/*-------------------------------------------------------------------
                            发票
--------------------------------------------------------------------*/
.advTitle {
    padding: 10px 4%;
    color: hsla(0,0%,70%,1.00);
    font-size: 12px;
}
.advRadioBox {
    padding: 0 4% 10px 4%;
    color: #111;
    font-size: 16px;
}
.advTextarea {
    margin: 0 4%;
    background-color: #f5f5f5;
    border-radius: 3px;
    border: solid 1px #ebebeb;
}
.advTextarea textarea {
    width: 96%;
    padding: 8px 2%;
    height: 120px;
    border: none;
    outline: 0;
    border-radius: 3px;
}
.advInputGroup {
    padding: 0 4% 10px 4%;
}
.advInputGroup>ul {
    background-color: #FFF;
    border-radius: 6px;
    border: solid 1px #ebebeb;
}
.advInputGroup>ul>li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 52px;
    border-bottom: solid 1px #ebebeb;
}
.advInputGroup>ul>li:last-child {
    border-bottom: none;
}
.advInputGroup>ul>li div:nth-child(1) {
    width: 78px;
    text-align: center;
    font-size: 1em;
}
.advInputGroup>ul>li div:nth-child(2) {
    width: 72%;
}
.advInputGroup>ul>li input {
    width: 96%;
    padding: 0 2%;
    height: 42px;
    border: none;
    outline: 0;
}
a.btnAdv {
    width: 92%;
    margin: 10px 4%;
    text-align: center;
    height: 44px;
    line-height: 44px;
    color: #FFF;
    background-color: #2e8cea;
    display: block;
    border-radius: 3px;
}
/*底部*/
.bottomSkin {
    width: 100%;
    height: 49px;
    background-color: #FFF;
    position: fixed;
    bottom: 0px;
    left: 0px;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
    z-index: 300;
}
a.btn_bottom_red {
    width: 100%;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 3px;
    color: #FFF;
    display: block;
    background-color: #ed1c24;
}
/*------*/

.btnSave {
    position: fixed;
    z-index: 1;
    bottom: 20px;
    width: 60px;
    right: 20px;
}
.btnBack {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 50px;
}
.btnBack a {
    display: block;
}
/**/
.MainBg {
    width: 100%;
    background-image: url("../img/2021_uvc/main_bg.png");
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100%;
}
.weui-btn_primary {
    background-color: #fff200 !important;
}
.weui-btn_primary:not(.weui-btn_disabled):active {
    color: hsla(0,0%,100%,.6);
    background-color: #dbd000 !important;
}
.weui-btn_primary {
    background-color: #fff200 !important;
}
.bottom_btnSkin a {
    color: #111 !important;
}
/*底部*/
.bottomSkin {
    width: 100%;
    height: 49px;
    background-color: #FFF;
    position: fixed;
    bottom: 0px;
    left: 0px;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
    z-index: 300;
}
a.btn_bottom_yellow {
    width: 100%;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 3px;
    color: #FFF;
    display: block;
    background-color: #00004D;
}
a.btn_bottom_gold {
    width: 100%;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 3px;
    color: #eac992;
    display: block;
    background-color: #111;
}
/*------*/


.lunchSkin {
    margin: 12px 0%;
    border: dashed 1px #eee;
    text-align: left;
    padding: 12px;
    font-size: 12px;
    line-height: 24px;
    color: hsla(0,0%,50%,1.00);
    border-radius: 4px;
    background-color: #FFF;
}
.commTitle_icon {
    width: 32px;
    height: auto;
    margin-right: 10px;
}
.commTitle {
    color: #00004D !important;
    font-size: 20px !important;
    font-weight: bold;
}
.mb20 {
    margin-bottom: 20px !important;
}
.indexTicketInfo {
    color: #808080;
    font-size: 14px;
    padding: 10px 3% 30px 3%;
}
.indexTicketInfo>ul>li {
    margin-bottom: 20px;
}
.indexTicketInfo>ul>li:last-child {
    margin-bottom: 0px;
}
.indexTicketInfo>ul>li div:first-child {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #00004D !important;
}
.indexTicketInfo>ul>li div {
    font-size: 12px;
    line-height: 20px;
}
.indexTicketInfo a{
    color: #808080;
}
.mediaSkin {
    padding: 0px 3% 45px 3%;
}
.mediaSkin>ul>li {
    width: 33.0%;
    float: left;
    margin-right: 1px;
    color: #FFF;
    height: 71px;
}
.mediaSkin>ul>li:nth-child(3n) {
    margin-right: 0px;
}
.ms_logo {
    width: 90%;
    height: 50px;
    background-color: #FFF;
    line-height: 50px;
    text-align: center;
    padding: 10px 5%;
    border: solid 1px #EEE;
}
.ms_logo img {
    display: inline-block;
    height: auto;
    width: auto;
    max-height: 50px;
}
/*嘉宾*/
.forum_hjFace {
    padding: 10px 3% 45px 3%;
    width: 94%;
    margin: auto;
}
.forum_hjFace>ul>li {
    text-align: center;
    width: 29.5%;
    margin-right: 15px;
    float: left;
    padding-bottom: 15px;
}
.forum_hjFace>ul>li:nth-child(3n) {
    margin-right: 0px !important;
}
.guestList {
    width: 100%;
}
.guestList>ul>li {
    width: 200px;
    height: 300px;
    background-color: #fAFAFA;
    float: left;
    margin-right: 50px;
    margin-bottom: 50px;
}
.guestList>ul>li:nth-child(5n) {
    margin-right: 0px;
}
.oneGuest {
    width: 100%;
    height: 178px;
    display: block;
    border: solid 1px #111;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.og_yellow_line {
    width: 40px;
    height: 5px;
    background-color: #cdea04;
    position: relative;
    top: -3px;
    margin-bottom: 2px;
}
.og_bottom {
    height: 80px;
    background-color: rgba(0,0,0,0.50);
    color: #FFF;
    margin-top: 98px;
    padding: 0 5px;
    font-size: 10px;
    text-align: left;
}
/*嘉宾*/
.floadBg {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.50);
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
}
.fload_white {
    width: 92%;
    height: 92%;
    position: fixed;
    z-index: 1000;
    background-color: #FFF;
    top: 4%;
    left: 4%;
    -webkit-box-shadow: 0 5px 10px hsla(0,0%,0%,0.1);
    box-shadow: 0 5px 10px hsla(0,0%,0%,0.1);
    border-radius: 6px;
    overflow-y: auto;
}
.btnClose {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    z-index: 1001;
    top: 10px;
    right: 15px;
}
.hjDetial {
    padding: 30px 20px;
}
.hd_right {
    width: 70%;
}
.mt20 {
    margin-top: 20px;
}
.hd_desc {
    margin-top: 20px;
    line-height: 1.4;
}
.hd_desc p {
    margin-bottom: 10px;
}
/*会员权益*/
.benefitList {
    padding-top: 10px;
}
.benefitList>ul>li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
.benefitList>ul>li:last-child {
    margin-bottom: 0px;
}
.bf_img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
/*向演讲嘉宾提问*/
.eoq_skin {
    padding: 12px 4%;
}
.eqTitle {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 5px;
}
.eq_subTitle {
    font-size: 14px;
    color: hsla(0,0%,70%,1.00);
}
.eo_hj_list {
    padding: 12px 4%;
}
.eo_hj_list>ul>li {
    margin-bottom: 15px;
}
.oneHjSkin {
    padding: 12px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.10);
    box-shadow: 0px 10px 10px rgba(0,0,0,0.10);
    border: solid 1px #EEE;
}
.ohs_hjPic {
    width: 80px;
    height: 120px;
    margin-right: 10px;
    display: table;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border: solid 1px #111;
}
.ohs_hjPic::after {
    content: "";
    width: 30px;
    height: 3px;
    display: block;
    box-sizing: border-box;
    background-color: #fff200;
    position: relative;
    top: 117px;
    left: 0px;
}
.ohs_time {
    font-size: 14px;
    margin-bottom: 5px;
}
.ohs_time img {
    width: 10px;
    height: 10px;
    position: relative;
    top: -1px;
    margin-right: 5px;
}
.mb5 {
    margin-bottom: 5px;
}
.ohsBtnGroup {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
a.obg_btn1 {
    font-size: 14px;
    border: solid 1px #EEE;
    background-color: #FAFAFA;
    border-radius: 3px;
    width: 45%;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #2e8cea;
}
a.obg_btn2 {
    font-size: 14px;
    border: solid 1px #2e8cea;
    background-color: #2e8cea;
    border-radius: 3px;
    width: 45%;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #FFF;
}
.rightText {
    width: 66%;
}
.ohs_hjPic2 {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    display: table;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border: solid 1px #111;
}
.floadTop {
    position: fixed;
    z-index: 999;
    background-color: #FFF;
    top: 0px;
    left: 0px;
    padding: 15px 4%;
    width: 92%;
    border-bottom: solid 1px #EEE;
    background-image: url("../img/mark_down.png");
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: bottom right;
}
.eo_hjd_list {
    padding: 20px 4%;
}
.eo_hjd_list>ul>li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #EEE;
}
.qnaDesc p {
    margin-bottom: 5px;
}
/*邀请码报名*/
.btnFloat {
    position: fixed;
    z-index: 100;
    background-color: #00004D;
    bottom: 95px;
    right: 10px;
    font-size: 14px;
    border: solid 1px #00004D;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    line-height: normal !important;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.btnFloat a {
    color: #FFF;
}
/*浮动层*/
.floadMain {
    background-color: #FFF;
    width: 88%;
    margin: 12% auto;
    border-radius: 10px;
    display: block;
}
.fm_top {
    padding: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-image: url("../img/hj_talk_2019/ticket_bg_t.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}
.fm_main {
    padding: 20px;
}
.fm_qrcode {
    width: 100px;
    margin: 15px auto 0 auto;
}
.fm_qrcode img {
    width: 100px;
    height: 100px;
}
.fload_close {
    width: 50px;
    height: 50px;
    background-color: #111;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    z-index: 1001;
}
.fload_close img {
    width: 20px;
    height: 20px;
}
.fload_ticket {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 1000;
    top: 0px;
    left: 0px;
    opacity: 0;
}
/*----------------
门票
-----------------*/
.btnListSkin {
    width: 92%;
    margin: 12px auto;
    padding-bottom: 6px;
    border-bottom: solid 1px #EEE;
}
.btnListSkin>ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}
.btnListSkin>ul>li {
    margin-right: 12px;
    margin-bottom: 12px;
}
.btnListSkin>ul>li a {
    font-size: 14px;
    display: block;
    border: solid 1px #EEE;
    box-sizing: border-box;
    padding: 8px 16px;
    border-radius: 100px;
}
.btnListSkin>ul>li a.on {
    background-color:#FFF;
    border: solid 1px #007aff;
    color: #007aff;
}

.backSkin{
    background-color: transparent;
    height: 50px;
    box-sizing: border-box;
    width: 100%;
    
    padding: 0 4%;
    position: fixed;
    top: 0px;
    left: 0px;
}
.backSkin a{    
    height: 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;}
.backSkin img{
    width: 24px;
    height: 24px;
}

/*update*/
.priceTextBtn{
    text-align: center;
    padding: 20px 0;
    background-color: #EEE;
}
.priceTextBtn a{
    color: #000046;
}
.priceTextBtn a::after{
    content: "→";
}

.eventHl {
    color: #00004d;
}
.eventHl>ul>li div:first-child {
    background-color: #00004d;
    /*    background-image: linear-gradient(135deg, #5ed1e1, #bfc2fe, #e8bddb);*/
    color: #fff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-size: 14px !important;
    font-weight: bold;
    position: relative;
    top: 6px;
}
.eventHl>ul>li div:last-child {
    border: solid 1px #00004d;
    border-radius: 0px;
    border-top-left-radius: 0px;
        font-size: 14px !important;
}

/*议程*/
.eventList{
    background-color: #FFF;
    margin: 0 3%;
    padding: 15px;
    color: #00004D;
    box-sizing: border-box;
    border: solid 1px #00004d;
}
.eventList>ul>li{
    border-bottom: dashed 1px #EEE;
    padding: 8px 0;
}
.eventList>ul>li:last-child{
    border-bottom: none;
    padding-bottom: 0px;
}
.elDateTime{background-color: #00004D; color: #FFF; display: block; padding: 0 5px;}
.elDate{
/*    background-color: #00004D; */
    background-image: linear-gradient(135deg, #12d6df, #f70fff);
    color: #FFF; display: inline-block; padding: 0 7px;}

.listMark{display: inline-block; font-size: 14px; background-color:#85ff9c; height: 32px; position: relative; margin-right: 5px; top: -3px; padding: 0 5px; line-height: 32px }
.clickMore{
    border-top: solid 1px #ed1c24;
    margin-top: 20px;
    text-align: center;
    padding-top: 10px;
}
.clickMore a{
    color: #ed1c24;
    font-size: 14px;
    font-weight: bold;
}
.clickMore a::before{
    content: "» ";
}
.clickMore a::after{
    content: " «";
}

.priceSkin3{padding: 0 3%;}
.priceSkin3>ul>li{
    line-height: 24px;
    margin-bottom: 20px;
    color: #E5e5e5;
    font-size: 14px;
    border: solid 1px #85ff9c;
    padding: 10px;
}
.priceSkin3>ul>li div:first-child{
    margin-bottom: 5px;
    font-weight: bold;
}


.gotoEvent img{
    border-radius: 2px;
}
.gte_msg{
    color: #B3B3B3;
    font-size: 12px;
    padding: 5px 30px 15px 30px;
    text-align: center
}
.gte_msg::before{
    content: "";
    display: inline-block;
    width: 40px;
    height: 1px;
    position: relative;
    top: -4px;
    margin-right: 10px; 
    background-color: #b3b3b3;
}.gte_msg::after{
    content: "";
    display: inline-block;
    width: 40px;
    height: 1px;
    position: relative;
    top: -4px;
    margin-left: 10px; 
    background-color: #b3b3b3;
}
/*-------------------- iPhone 6 ---------------------*/

@media only screen and (min-width: 321px) {
.forum_hjFace>ul>li {
    margin-right: 18px !important;
    padding-bottom: 18px !important;
}
.rightText {
    width: 70% !important;
}
}

/*-------------------- iPhone 6 plus ---------------------*/

@media only screen and (min-width: 376px) {
.forum_hjFace>ul>li {
    margin-right: 20px !important;
    padding-bottom: 20px !important;
}
.rightText {
    width: 75% !important;
}
}
