html,body{
    background: #F4F4F4;
    min-width: 1200px;
}
.my-info img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: 30px;
}

.my-info span {
    margin-top: 10px;
    width: 36px;
    height: 25px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 25px;
}

.my-info button {
    margin-top: 20px;
    width: 200px;
    height: 40px;
    background: rgb(227, 154, 5);
    border-radius: 4px;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.detailed-information-left img {
    width: 100%;
    height: 100%;
}

.container-reply-message-detail img {
    width: 142px;
    height: 80px;
    border-radius: 4px 0 0 4px;
}

#content {
    width: 100%;
    height: 101px;
    background: #FFFFFF;
}

.content-classify {
    flex: 1;
    width: 62.5%;
    height: 100px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

ul {
    display: inline-flex;
}

ul li {
    list-style: none;
    width: 120px;
    height: 40px;
    line-height: 40px;
    /*margin-right: 30px;*/
}

ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: rgb(227, 154, 5);
    border-radius: 4px;
    border: 1px solid #C2E5FB;
}

.active {
    background: rgb(227, 154, 5);
    border-radius: 4px;
    color: #FFFFFF !important;
    border: 1px solid rgb(227, 154, 5);
}

#conference-content {
    background: #FFFFFF;
    border-radius: 4px;
    margin: 10px auto 0;
    width: 62.5%;
}

.conference_header {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px #E4E4E4 solid;
}

.meeting_place {
    display: flex;
    align-items: center;
    height: 70px;
}

.meeting_place span, .conference_header span {
    font-weight: 500;
    color: #333333;
}

.meeting_place span {
    height: 30px;
    font-size: 22px;
    line-height: 30px;
}

.conference_header span {
    height: 33px;
    font-size: 24px;
    line-height: 33px;
}

.conference_body {
    display: flex;
    justify-content: space-between;
}

.conference_body_left {
    width: 73.33%;
}

.conference_body_right {
    width: 38%;
    margin-left: 2%;
}

.left_movie img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.conference_body_left_button {
    float: right;
    display: flex;
}

.conference_body_left_button .iconfont_buttons {
    width: 102px;
    border-radius: 5px;
    border: 1px solid #C8C8C8;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    padding: 2px 12px;
    margin: 7px 0 7px 7px;
    background: #ffffff;
}

.iconfont_buttons:active {
    background: rgba(5,129,206, .1);
}

.conference_body_left_nav {
    width: 100%;
    display: flex;
    border-top: 1px solid #E4E4E4;
}

.conference_body_left_nav ul {
    padding: 10px 10px 10px 0;
    display: inline-block;
    width: 100%;
    height: auto;
}

.conference_body_left_nav ul li {
    display: inline-block;
    height: 30px;
    border-radius: 4px;
    list-style: none;
    line-height: 30px;
    margin-right: 7px;
    margin-top: 10px;
}

.swiper-container {
    display: flex;
    width: 100%;
}

.swiper-slide {
    width: 26.8%;
    height: 0;
    padding-bottom: 15.075%;
    margin-bottom: 3%;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-bgc {
    display: flex;
    background-size: 100% 100%;
    background-position: left top;
    background-repeat: no-repeat;
    text-align: center;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
}

.swiper_info {
    /*position: relative;*/
    width: 100%;
    height: 100%;
    z-index: 338;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.swiper-bgc i, .swiper-bgc span {
    position: relative;
    z-index: 337;
}

.swiper-bgc i {
    font-size: 26px;
    margin-top: 14%;
}

.swiper-bgc span {
    height: 22px;
    bottom: 0;
    overflow: hidden;
    white-space: normal;
    width: 100%;
    line-height: 22px;
    font-size: 16px;
    color: #FFFFFF;
    text-overflow: ellipsis;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
}

.conference_body_right_title {
    height: 25px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 25px;
}

.sections {
    border-bottom: 2px rgb(227, 154, 5) solid !important;
    color: #333333 !important;
    font-weight: 500 !important;
    padding: 12px 0;
}

.conference_body_right_date {
    background: #F2FAFF;
    border-radius: 4px;
    line-height: 40px;
    margin-top: 6px;
    padding-left: 10px;
}

.conference_body_right_date span {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.swiper-scrollbar {
    height: 10px !important;
    background: #EDEDED !important;
}

.swiper-scrollbar-drag {
    background: #D1D1D1 !important;
}

.conference_body_right_ul {
    width: 100%;
    margin-top: 6px;
    background: #F5F5F5;
    border-radius: 4px;
    padding: 14px 10px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.conference_body_right_ul li {
    width: 100%;
    height: auto;
    line-height: normal;
    margin: .5%;
}

.conference_body_right_ul li:nth-child(1) {
    color: rgb(227, 154, 5);
}

/*.conference_body_right_ul:hover {*/
/*    background: rgb(227, 154, 5);*/
/*    color: #ffffff !important;*/
/*}*/

.conference_body_left_body {
    display: flex;
    flex-direction: column;
}

.conference {
    display: flex;
    color: #333333;
    width: 100%;
}


.conference-button {
    margin: 20px 30px 20px 0;
    position: relative;
}

.comment_box {
    min-height: 300px;
    width: 100%;
}

.comment_box_ul{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.comment_box_ul li {
    display: block;
    width: 45%;
    height: 88px;
    margin: 1% 1%;
}

.comment_box_ul li a {
    width: 100%;
    height: 100%;
    padding: 18px;
    border: 1px #bddcf0 solid;
    background: #F2FAFF;
    justify-content: left;
}

.comment_box_ul_img {
    width: 52px;
    height: 52px;
}

.comment_box_ul li img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.comment_box_ul_introduction {
    margin-left: 2%;
    flex: 1 1;
}

.comment_box_ul_introduction .doctor_name {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
}

.comment_box_ul_introduction .jobTitle {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.comment_box_ul_introduction .hospital_name {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.comment_box_interactive {
    display: flex;
    align-items: center;
}

.comment_box_interactive_input {
    display: flex;
    justify-content: space-between;
    height: 40px;
}

.comment_box_interactive_input label {
    position: relative;
    border: 1px solid #D1D1D1;
    padding: 9px;
    background: #F9F9F9;
    width: 83%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-weight: 400;
}

.comment_box_interactive_input button {
    width: 16%;
    background: rgb(227, 154, 5);
    border-radius: 4px;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

button.com_input_button:active {
    background: rgba(5,129,206, .8);
}

#com_input {
    width: 90%;
    border: none;
    outline: none;
    background: transparent;
    margin: 0 2%;
}

#com_input::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #888888;
}

.com_input_file {
    position: absolute;
    right: 0;
    width: 22px;
    height: 50%;
    top: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
}

.fast_reply {
    background: #F5F5F5;
    border-radius: 4px;
    padding: 10px 10px 30px;
    margin-top: 10px;
}

.fast_reply button {
    background: #DAEBF4;
    border-radius: 38px;
    border: none;
    outline: none;
    padding: 8px 24px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin: 3px;
}

.detailed-information {
    position: relative;
    padding: 30px 0 0;
    display: flex;
}

.detailed-information-left {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.detailed-information-left img {
    width: 100%;
    height: 100%;
}

.detailed-information-right {
    margin-left: 16px;
    display: flex;
    flex-direction: column;
    width: 93%;
}

.information-name {
    display: table;
    font-size: 18px;
    font-weight: 500;
    color: #666666;
    min-height: 24px;
    background: #fff;
}

.information-reply-message {
    width: 37.5%;
    height: 100%;
}

.information-reply-message img {
    width: 100%;
    height: 100%;
}

.comment-content {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.btn-comment, .btn-comment-cancel{
    margin-left: 12px;
    padding: 5px;
    float: right;
    border-radius: 5px;
    border: 1px solid #ccc;
}

input.button-comment.btn-comment:active {
    background: rgba(5,129,206,.8);
}

.btn-comment {
    border: 1px solid rgb(227, 154, 5);
    background-color: rgb(227, 154, 5);
    color: #fff;
}

.btn-comment-cancel:hover {
    background-color: #f5f6f7;
}

.comment-content-option {
    width: 100%;
    padding: 6px 8px;
    background: rgba(248,249,251,0.8);
    border-radius: 4px;
    resize: none;
    font-size: 14px;
    line-height: 22px;
    box-sizing: border-box;
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out;
    height: 64px;
    -webkit-box-shadow: 0 0 6px 0 rgb(227, 154, 5);
    box-shadow: 0 0 6px 0 rgb(227, 154, 5);
    border: 1px solid rgb(227, 154, 5);
}

.information-reply-timer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    margin: 12px 0;
}

.information-reply-timer p i {
    margin-left: 20px;
    cursor: pointer;
    color: #999999;
}

.information-reply-timer p i:hover {
    color: rgb(227, 154, 5);
}

.fast_reply_content:hover {
    background: rgb(227, 154, 5);
    color: #ffffff;
}

.comment_box p {
    width: 80%;
    font-size: 14px;
    font-weight: 400;
}

.comment_box p img {
    width: 100%;
    height: 100%;
}

.look-back {
    color: #fff;
    padding: 4px 9px;
    background: rgb(227, 154, 5);
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
}

.look-back span {
    margin-left: 3px;
}

.set-opacity {
    opacity: 0;
}

.obscuration {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 336;
}

.child_reply_add {
    padding: 12px 17px 12px 17px;
    background: #F5F5F5;
    border-radius: 4px;
    margin-bottom: 10px;
}

.child_reply_container {
    margin-bottom: 10px;
}

.child_reply_child, .child_reply_parent {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
}

.child_reply_inner {
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    line-height: 20px;
}

.child_reply_text {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    word-break: break-all;
}

.reply-container {
    margin-bottom: 10px;
}

.reply-top-img {
    position: absolute;
    right: 0;
    width: 8%;
}

.reply-top-img img {
    width: 100%;
    height: 100%;
}

.link-color {
    color: rgb(227, 154, 5) !important;
}

.prism-player .prism-controlbar .prism-controlbar-bg {
    background: rgb(33, 31, 31) !important;
}

.fa {
    color: rgb(227, 154, 5);
}

.message {
    width: 500px;
    margin: 20px auto 0 auto;
    border: 1px solid rgba(5,129,206, .3);
    padding: 2px;
}

.message .head {
    border-bottom: 1px solid rgba(5,129,206, .3);
    background-color: #f1f8fe;
    height: 28px;
    line-height: 28px;
    padding-left: 15px;
    font-size: 12px;
    margin: 0;
    font-weight: bold;
}

.message .body {
    padding: 15px 20px;
    font-size: 12px;
}

.message .body .list {
    padding: 10px 0;
}

.message .body .jump {
    padding: 10px 0;
}

.prism-player {
    padding-bottom: 56%;
    height: auto !important
}

.video-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.prism-player .prism-setting-selector ul {
    display: block;
}

.prism-player .prism-setting-selector ul li {
    height: 28px;
    padding-left: 10px;
    line-height: 28px;
    width: auto;
    margin: 0;
}

.prism-player .prism-setting-selector ul.selector-list::-webkit-scrollbar {
    display: none;
}

.prism-big-play-btn {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
    z-index: 100 !important;
}

.pagination {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    border-radius: 4px;
    margin: 20px 0;
}

.pagination>li {
    width: auto;
    height: auto;
    display: inline;
    margin: 0 5px;
}

.pagination>li>a, .pagination>li>span {
    padding: 6px 12px;
    line-height: 1.42857143;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: rgb(227, 154, 5);
    border-color: rgb(227, 154, 5);
}

.hullabaloo {
    top: 10px !important;
}

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
    background: rgba(00, 00, 00, 0.8)
}

.reveal-modal {
    visibility: hidden;
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 520px;
    position: fixed;
    z-index: 101;
    padding: 30px 40px 34px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -box-shadow: 0 0 10px rgba(0,0,0,.4);
    background-color: #FFF;
}

.reveal-modal.small {
    width: 200px;
    margin-left: -140px;
}

.reveal-modal.medium {
    width: 400px;
    margin-left: -240px;
}

.reveal-modal.large {
    width: 600px;
    margin-left: -340px;
}

.reveal-modal.xlarge {
    width: 800px;
    margin-left: -440px;
}

.reveal-modal .close-reveal-modal {
    font-size: 22px;
    line-height: 0.5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #333;
    text-shadow: 0 -1px 1px rgba(0,0,0,.6);
    font-weight: bold;
    cursor: pointer;
}

body {
    background-color: #F2F2F2;
}

.ol-modal {
    list-style: none;
    display: flex;
    flex-direction: column;
}

.row {
    margin: 0;
    display: flex;
    align-items: center;
    padding: 3px;
}

.row-input {
    width: 60%;
    border: #999999 1px solid;
    margin: 0 16px 0 0;
    color: #666;
}

#row-button {
    border: none;
    background-color: transparent;
    color: rgb(227, 154, 5);
}

/*投票*/
.vote_result {
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    line-height: 43px;
    padding: 0 25px;
}

.vote_item {
    background: #EEF5F9;
    border-radius: 10px;
    margin-bottom: 15px;
}

.vote_item_title {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}

.item_type_common {
    padding: 4px 6px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 10px;
}

.vote_item_p {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, 0.8);
    padding-top: 13px;
}

.item_type_span {
    padding: 8px;
    margin-top: 9px;
    width: 49%;
    min-height: 40px;
    background: #FFFFFF;
    border: 1px solid #A4D2EE;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    color: rgb(227, 154, 5);
    cursor: pointer;
}

.color_module {
    background: rgb(227, 154, 5);
    color: #ffffff;
}

.color_module_child {
    color: #ffffff !important;
}

.color_module_childs {
    color: rgb(227, 154, 5);
}

.login-prompt {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
}

.login-prompt-div {
    position: relative;
    z-index: 1000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #979797;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.login-prompt-div span {
    font-size: 15px;
    font-weight: 500;
    color: rgb(227, 154, 5);
    line-height: 21px;
}

.login-prompt-container-img {
    width: 47%;
    height: 0;
    padding-bottom: 26.43%;
    position: relative;
}

.login-prompt-container-img img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.login-prompt-container {
    width: 71%;
    display: flex;
    justify-content: space-between;
}

.login-prompt-container button {
    width: 43%;
    height: 4.34em;
    border: none;
    font-size: 0.5em;
    font-weight: 400;
    border-radius: 18px;
}

.login-prompt-cancel {
    background: #DAF1FF;
    color: #809BAC;
}

.login-prompt-login {
    background: rgb(227, 154, 5);
    color: #FFFFFF;
}

.play_img_btn {
    width: 64px !important;
    height: 64px !important;;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 98;
    cursor: pointer;
}

#countDown {
    position: absolute;
    z-index: 101;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 40px;
    text-align: center;
}

#countDown .timefont {
    text-align: center;
}

.prism-player-obscuration {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}

#diggCount {
    left: -10px;
}