@charset "UTF-8";
/* @font-face { font-family: 'AthelasRegular'; src: url("fonts/AthelasRegular.eot"); src: url("fonts/AthelasRegular.eot?#iefix") format("embedded-opentype"), url("fonts/AthelasRegular.woff") format("woff"), url("fonts/AthelasRegular.ttf") format("truetype"), url("fonts/AthelasRegular.svg#Sri-TSCRegular") format("svg"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'BELLB'; src: url("fonts/BELLB.eot"); src: url("fonts/BELLB.eot?#iefix") format("embedded-opentype"), url("fonts/BELLB.woff") format("woff"), url("fonts/BELLB.ttf") format("truetype"), url("fonts/BELLB.svg#Sri-TSCRegular") format("svg"); font-weight: normal; font-style: normal; } */

a, .transition, .nav, :before, img, .nav {
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.flex, .nav ul, .sideContact .ewm, .indexPart3 .btn, .indexPart3 .btn div, .indexPart4 .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
}

.flexColumn, .indexPart2 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.itemsCenter, .indexPart2 li, .indexPart3 .btn, .indexPart4 .title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

.justifyCenter, .indexPart2 li, .indexPart3 .btn, .indexPart4 .title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.flexAround {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.flexBetween, .nav ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.flexWrap, .indexPart2 ul, .indexPart3 .list ul, .indexPart4 .swiper-slide ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    font-size: 100px;
}

body {
    font-size: .14rem;
    font-family: "Arial", "微软雅黑";
    color: #333;
    -webkit-text-size-adjust: none;
    background: #f8f8f8;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

a:active {
    star: expression(this.onFocus=this.blur());
}

a:link {
    text-decoration: none;
    outline: none;
}

a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #024a85;
    outline: none;
}

li {
    list-style: outside none;
}

h1 {
    font-size: 16px;
}

h2, h3, h4, h5 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

textarea, input {
    background: transparent;
    font-size: 12px;
    font-family: Arial, "微软雅黑";
    color: #888;
    outline: none;
    border: 0px;
}

em {
    font-style: normal;
}

img {
    vertical-align: middle;
    max-width: 100%;
    border: 0;
    width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
    height: 0;
    display: block;
    _display: inherit;
}

.before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
}

.h10 {
    height: 0.1rem;
    overflow: hidden;
    clear: both;
}

.h30 {
    height: 0.15rem;
    overflow: hidden;
    clear: both;
}

.h50 {
    height: 0.5rem;
    overflow: hidden;
    clear: both;
}

.wal {
    max-width: 11.6rem;
    margin: 0 auto;
}

.w350 {
    width: 3.5rem;
}

.w720 {
    width: 7.2rem;
}


.head {
    background: url("/2022/images/head.jpg") center no-repeat;
    background-size: 100% 100%;
    border-bottom: #fff solid 1px;
}

.head .wal {
    height: 2.98rem;
}

.head .img {
    max-width: 8.86rem;
    margin: 0 auto;
    padding-top: .2rem;
}

.nav {
    background: url("/2022/images/nav.jpg") center no-repeat;
    background-size: auto 100%;
}

.nav li {
    padding-top: .06rem;
    position: relative;
}

.nav a {
    display: block;
    height: .54rem;
    line-height: .5rem;
    color: #fff;
    text-align: center;
    font-size: .18rem;
    padding: 0 .2rem;
    font-weight: 600;
    border-top-left-radius: .06rem;
    -webkit-border-top-left-radius: .06rem;
    border-top-right-radius: .06rem;
    -webkit-border-top-right-radius: .06rem;
}

.nav a:hover, .nav a.on {
    color: #C04242;
    background: #fff;
}


.nav dl {
    position: absolute;
    left: -10%;
    top: .60rem;
    width: 190px;
    background: #01768f;
    padding: 5px 10px;
    opacity: 0;
    visibility: hidden;
    z-index: 15;
}

.nav dd {
    border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
}

.nav dl dd:last-child {
    border: 0;
}

.nav dd a {
    display: block;
    text-align: center;
    font-size: .18rem;
    line-height: .5rem;
    border-radius: 0rem;
}

.nav li:hover dl {
    top: .50rem;
    opacity: 1;
    visibility: visible;
}

.phoneHead {
    display: none;
}

.foot {
    line-height: .68rem;
    text-align: center;
    background: #C04242;
    color: #fff;
}

.foot span {
    padding: 0 .1rem;
}

@media screen and (min-width: 800px) {
    #wal {
        min-height: 6rem;
        background: #fff;
        padding: .2rem .3rem .5rem;
        box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.26);
        -webkit-box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.26);
        -moz-box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.26);
    }
}

.indexPart1 {
    width: 7.15rem;
    min-height: 2.48rem;
    background: url("/2022/images/img699.png") left top no-repeat;
    background-size: 100% 100%;
    padding: 0 .30rem;
}

.indexPart1 h2 {
    text-align: center;
    font-size: .22rem;
    line-height: .3rem;
    margin-top: -.05rem;
    color: #000;
}

.indexPart1 .content {
    font-size: .16rem;
    line-height: .33rem;
    text-align: justify;
    padding: .24rem 0;
}

.pageTitle {
    text-align: center;
    background: url("/2022/images/pageTitle.png") center no-repeat;
    background-size: 100% 100%;
    height: .45rem;
    line-height: .45rem;
    position: relative;
}

.pageTitle h2 {
    font-size: .2rem;
    color: #fff;
    text-shadow: 0 0 .1rem #333;
    letter-spacing: .02rem;
}

.pageTitle-2 h2 {
    text-align: left;
    padding-left: .2rem;
}

.pageTitle-2 a.more {
    font-size: .14rem;
    color: #fff;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0.2rem;
    top: 0;
    bottom: auto;
}

.indexPart2 {
    width: 3.6rem;
}

.indexPart2 .list {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.indexPart2 ul {
    margin-left: -1px;
}

.indexPart2 li {
    width: 48%;
    height: 1rem;
    border-left: #e6e6e6 solid 1px;
    border-bottom: #e6e6e6 solid 1px;
    border-top: #fff;
}

.indexPart2 li h3 {
    padding-bottom: .1rem;
    font-size: .16rem;
    color: #666;
}

.indexPart2 li div {
    font-size: .16rem;
    padding: 0 .05rem;
    color: #C04242;
    line-height: .21rem;
}

.indexPart2 li:nth-child(3), .indexPart2 li:nth-child(4) {
    background: #f9f9f9;
}

.sideNotice {
    background: url("/2022/images/bg15.jpg") center top repeat-x;
    background-size: .15rem;
    min-height: 1rem;
    padding: .2rem .15rem 0 .2rem;
    font-size: .16rem;
    line-height: .25rem;
}

.sideNotice li {
    padding-bottom: .15rem;
}

.sideNotice2 li {
    padding-bottom: .25rem;
}

.sideNotice li a {
    display: block;
}

.sideNotice li h3 {
    font-size: .16rem;
}

.sideContact {
    padding: 0 .2rem;
    font-size: .16rem;
    line-height: .25rem;
}

.sideContact .content {
    padding: .2rem 0;
}

.sideContact .ewm img {
    width: .99rem;
    height: .99rem;
}

.sideContact .ewm p {
    padding: .1rem 0 0 .2rem;
}

.indexPart3 {
    background: url("/2022/images/null.jpg") center repeat-x;
    background-size: auto 100%;
    min-height: 2.1rem;
    padding: .25rem .22rem 0 .22rem;
}

.indexPart3 .list {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.indexPart3 .list ul {
    margin-left: -.13rem;
}

.indexPart3 .list li {
    width: 25%;
    padding-left: .13rem;
}

.indexPart3 .list li .img {
    background: #e9e8e9;
    margin-left: 3px;
    margin-top: 3px;
}

.indexPart3 .list li .img img {
    position: relative;
    background: #fff;
    padding: 4px;
    border: #d4d4d4 solid 1px;
    left: -3px;
    top: -3px;
    height: 1.8rem;
}

.indexPart3 .list li .name {
    padding: .1rem 0;
    text-align: center;
    font-size: .16rem;
    min-height: .56rem;
}

.indexPart3 .btn {
    height: .55rem;
    border-top: #ececec solid 1px;
}

.indexPart3 .btn a {
    display: block;
    width: .18rem;
    height: .18rem;
    background: center no-repeat;
    background-size: cover;
    opacity: .8;
}

.indexPart3 .btn a:hover {
    opacity: 1;
}

.indexPart3 .btn a.prev {
    background-image: url("/2022/images/prev18.png");
}

.indexPart3 .btn a.next {
    background-image: url("/2022/images/next18.png");
}

.indexPart3 .btn div {
    padding: 0 .06rem;
}

.indexPart3 .btn div span {
    border-radius: 50%;
    margin: 0 .06rem;
    width: .12rem;
    height: .12rem;
    background: #d8d8d8;
}

.indexPart3 .btn div .swiper-pagination-bullet-active {
    background: #1d9696;
}

.indexPart4 .title {
    padding: .06rem 0 .2rem 0;
}

.indexPart4 .title:before, .indexPart4 .title:after {
    content: "";
    display: block;
    position: absolute;
    position: relative;
    width: 100%;
    height: 1px;
    background: #d7d7d7;
}

.indexPart4 .title b {
    padding: 0 .2rem;
    font-size: .24rem;
    color: #04829c;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.indexPart4 .list {
    height: 6.0rem;
    overflow: hidden;
    position: relative;
}

.indexPart4 .swiper-slide li {
    width: 20%;
    padding: 0 .1rem .3rem 0;
}

.indexPart4 .swiper-slide a {
    display: block;
    max-width: 8.2rem;
    margin: 0 auto;
}

.indexPart4 .swiper-slide .diamond_sponsor {
    padding: .8rem .3rem;
}

.indexPart4 .swiper-slide .diamond_sponsor a {
    display: block;
    max-width: 8.2rem;
    padding: .2rem 0;
    margin: 0 auto;
}

.indexPart4 .swiper-slide .golden_sponsor {
    padding: .4rem 0;
}

.indexPart4 .swiper-slide .golden_sponsor a {
    display: block;
    max-width: 8.2rem;
    padding: .3rem .3rem;
    margin: 0 auto;
}

.indexPart4 .swiper-slide .small_sponsor {
    padding: .16rem .1rem 0;
}

.indexPart4 .swiper-slide .small_sponsor li {
    width: 25%;
    padding: .02rem .1rem .1rem 0;
}

/*top right bottom left*/
/*# sourceMappingURL=index.css.map */


.pageTitle2 {
    text-align: center;
    font-size: .24rem;
    font-weight: bold;
    color: #C04242;
    background: url(/2022/images/line.jpg) center repeat-x;
}

.pageTitle2 span {
    display: inline-block;
    background: #FFF;
    padding: 0 .2rem;
}

.pageTitle3 {
    color: #04829c;
    font-size: .18rem;
    font-weight: bold;
    background: url(/2022/images/line.jpg) bottom repeat-x;
    margin: 7px;
}

.pageInfo {
    text-align: center;
    font-size: .18rem;
    font-weight: bold;
    color: #ff0000;
}

.leftTitle {
    float: left;
    width: 53.5%;
    text-align: right;
    color: #04829c;
    font-size: .18rem;
    font-weight: bold;
    background: url(/2022/images/line.jpg) bottom repeat-x;
}

.rightTitle {
    float: right;
    width: 46.5%;
    text-align: right;
    color: #E56600;
    font-size: .14rem;
    font-weight: bold;
    background: url(/2022/images/line.jpg) bottom repeat-x;
}

.about {
    padding-bottom: .3rem;
}

.about .content {
    padding: .35rem;
    font-size: .16rem;
    line-height: .30rem;
}

.about .newstitle {
    padding: .35rem .35rem .1rem .35rem;
    font-weight: 400;
    font-size: .23rem;
    line-height: .23rem;
    text-align: center;
}

.about .newslist {
    padding: .35rem .35rem;
    font-size: .18rem;
    line-height: .24rem;
}

.about .newslist li {
    font-size: .18rem;
    padding: .15rem .6rem .15rem .1rem;
    color: #7f7f7f;
    min-height: .60rem;
    line-height: .3rem;
    position: relative;
    border-bottom: #e5e5e5 solid 1px;
}

.about .newslist li span {
    position: absolute;
    top: .15rem;
    right: 0;
}


.about .pastlist {
    padding: .35rem .35rem;
    font-size: .16rem;
    line-height: .24rem;
}

.about .pastlist li {
    font-size: .16rem;
    padding: .15rem .6rem .15rem .1rem;
    color: #7f7f7f;
    min-height: .60rem;
    line-height: .3rem;
    position: relative;
    border-bottom: #e5e5e5 solid 1px;
}

.about .pastlist li span {
    display: block;
}

.contentText {
    padding: .2rem;
    font-size: .18rem;
    line-height: .30rem;
}

.speakers {
    padding-bottom: .3rem;
}

.speaker span {
    display: inline-block !important;
}

.speakers h2.title {
    font-size: .24rem;
    color: #4c4c4c;
    font-weight: 400;
    font-family: "BELLB";
    line-height: .68rem;
    background: #e7eef2;
    padding-left: .35rem;
    position: relative;
    z-index: 5;
}

.speakers .list {
    padding: 0 .15rem;
    min-height: 2rem;
}

.speakers li {
    float: left;
    width: 50%;
    min-height: 2.5rem;
    position: relative;
    border-bottom: #e7eef2 solid 1px;
    padding: .35rem .35rem .2rem 1.5rem;
}

.speakers .img {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0.35rem;
    bottom: auto;
}

.speakers .img img {
    width: 130px;
    height: 160px;
}

.speakers .name {
    font-size: .24rem;
    color: #4c4c4c;
    line-height: .35rem;
}

.speakers .name span {
    font-size: .18rem;
}

.speakers p {
    font-size: .17rem;
    line-height: .24rem;
}


.reg {
    padding: .15rem .55rem;
}

.reg li {
    min-height: 51px;
    line-height: 51px;
    padding: 0 0 14px 165px;
    position: relative;
    font-size: 16px;
}

.reg li em {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    text-align: right;
    width: 155px;
}

.reg li span {
    font-size: 14px;
    display: inline-block;
    padding-left: 10px;
}

.reg li .fc999 {
    color: #999;
}

.reg li span i {
    color: #f00;
}

.reg .input1 {
    height: 37px;
    line-height: 35px;
    width: 302px;
    padding: 0 15px;
    font-size: 14px;
    border: #d6d6d6 solid 1px;
}

.reg select {
    height: 37px;
    line-height: 35px;
    padding: 0 25px;
    font-size: 14px;
    border: #d6d6d6 solid 1px;
}

.reg .inputW400 {
    width: 450px;
}

.reg .input2 {
    width: 170px;
}

.reg li dd {
    float: left;
    padding-right: 15px;
}

.reg li dd input {
    position: relative;
    top: 1px;
    margin-right: 5px;
}

.reg li .dl_01 dd {
    width: 50%;
    height: 37px;
}

.reg li .dl_02 dd {
    width: 100%;
}

.reg .lzmA {
    display: block;
    position: absolute;
    left: 345px;
    top: 0px;
    width: 122px;
    height: 37px;
    line-height: 35px;
    text-align: center;
    background: url(/2022/images/bg1.png) top repeat-x;
    border: #d6d6d6 solid 1px;
}

.reg .lzm {
    position: absolute;
    left: 345px;
    top: 0px;
}

.reg .lzm img {
    float: left;
    margin-right: 10px;
    position: relative;
    top: 4px;
    width: 1.5rem;
}

.reg .li_01 {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 200px;
}

.reg .reg_but {
    padding-left: 0px;
    text-align: center;
}

.reg .btn1 {
    background: #04829c;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #FFF;
    cursor: pointer;
    letter-spacing: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}


#upload_student_pic {
    display: none;
}

#upload_img_show {
    padding: 10px 0px;
}

#upload_img_show img {
    width: 200px;
}

.upload_button_student {
    width: 200px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    padding: 0;
    color: #fff;
    cursor: pointer;
    background-color: #0085c9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.sub_title {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #F2F2F2;
    margin: 7px;
}

.login .msg {
    height: 30px;
    padding-left: 200px;
    position: relative;
    font-size: 16px;
    top: 20px;
}

.login .msg .a1 {
    position: absolute;
    top: 0px;
    right: 160px;
}

.login li {
    padding: 0 0 14px 260px;
}

.login li em {
    width: 255px;
}

.login .lzm {
    left: 445px;
}

.regbtn {
    text-align: center;
    padding-top: 50px;
}

.regbtn .btn1 {
    display: inline-block;
    background: #04829c;
    width: 150px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #FFF;
    letter-spacing: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.regbtn .regr {
    margin-right: 30px;
}

.reg_input {
    width: 95%;
    height: 35px;
    font-size: .18rem;
    margin: 6px 0;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid rgba(0, 100, 255, 0.3);
    -ms-border: 1px solid rgba(0, 100, 255, 0.3);
    -moz-border: 1px solid rgba(0, 100, 255, 0.3);
    -webkit-border: 1px solid rgba(0, 100, 255, 0.3);
    background-color: rgba(255, 255, 255, 1);
    color: #000;
}

.user, .pw {
    width: 95%;
    height: 35px;
    margin: 6px 0;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid rgba(0, 100, 255, 0.3);
    -ms-border: 1px solid rgba(0, 100, 255, 0.3);
    -moz-border: 1px solid rgba(0, 100, 255, 0.3);
    -webkit-border: 1px solid rgba(0, 100, 255, 0.3);
    background-color: rgba(255, 255, 255, 1);
    color: #000;
}

.login_input {
    width: 95%;
    height: 45px;
    font-size: .16rem;
    margin: 6px 0;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid rgba(0, 100, 255, 0.3);
    -ms-border: 1px solid rgba(0, 100, 255, 0.3);
    -moz-border: 1px solid rgba(0, 100, 255, 0.3);
    -webkit-border: 1px solid rgba(0, 100, 255, 0.3);
    background-color: rgba(255, 255, 255, 1);
    color: #000;
}

.login_btn a:hover, .login_btn a:focus {
    background-color: #DF9FB5;
}

.login_btn a {
    display: inline-block;
    width: 100%;
    height: 45px;
    font-size: .16rem;
    background-color: #F9F9F9;
    color: #337FE5;
    line-height: 45px;
    text-align: center;
    margin-top: 10px;
    border: 1px solid rgba(0, 30, 96, 0.12);
    -moz-border: 1px solid rgba(0, 30, 96, 0.12);
    -ms-border: 1px solid rgba(0, 30, 96, 0.12);
    -webkit-border: 1px solid rgba(0, 30, 96, 0.12);
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.login_btn2 a:hover, .login_btn2 a:focus {
    background-color: #0e5384;
}

.login_btn2 a {
    display: inline-block;
    width: 100%;
    height: 35px;
    font-size: .14rem;
    background-color: #04829C;
    color: #fff;
    line-height: 35px;
    text-align: center;
    margin-top: 10px;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-shadow: 2px 2px 2px #555555;
    -moz-text-shadow: 2px 2px 2px #555555;
    -ms-text-shadow: 2px 2px 2px #555555;
    -webkit-text-shadow: 2px 2px 2px #555555;
    border: 1px solid rgba(0, 30, 96, 0.12);
    -moz-border: 1px solid rgba(0, 30, 96, 0.12);
    -ms-border: 1px solid rgba(0, 30, 96, 0.12);
    -webkit-border: 1px solid rgba(0, 30, 96, 0.12);
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.regResultInfo {
    text-align: center;
    font-size: .24rem;
    font-weight: bold;
    color: #000000;
}

.usertable {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #CCC;
    border-collapse: collapse;
}

.usertable th, .usertable td {
    border: 1px solid #CCC;
    border-collapse: collapse;
}

.usertable2 {
    border: 1px solid #CCC;
    border-collapse: collapse;
}

.usertable2 th, .usertable2 td {
    margin: 0 auto;
    border: 1px solid #CCC;
    border-collapse: collapse;
}

.search_input {
    width: 25%;
    height: 25px;
    font-size: .14rem;
    margin: 6px 0;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    outline: none;
    padding: 2px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid rgba(0, 100, 255, 0.3);
    -ms-border: 1px solid rgba(0, 100, 255, 0.3);
    -moz-border: 1px solid rgba(0, 100, 255, 0.3);
    -webkit-border: 1px solid rgba(0, 100, 255, 0.3);
    background-color: rgba(255, 255, 255, 1);
    color: #000;
}

.pageTitle4 {
    text-align: center;
    font-size: .30rem;
    font-weight: bold;
    color: #666666;
}

.scheduleTitle {
    color: #337FE5;
    background-color: #F9F9F9;
    padding: 0.3em 1em;
    font-size: 14px;
}

.scheduleInfo {
    font-family: 'Microsoft YaHei', '微软雅黑';
    padding: 0.3em 1em;
    line-height: 20px;
    font-size: 14px;
}

.scheduleInfo_timeCol {
    width: 15%;
    text-align: center;
}

.tableHead {
    color: #337FE5;
    background-color: #F9F9F9;
}

.tableTitle {
    color: #04829c;
    font-size: .16rem;
    font-weight: bold;
    background: url(/2022/images/line.jpg) bottom repeat-x;
    text-align: center;
}

.userCode {
    width: 30%;
    height: 35px;
    margin: 6px 0;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid rgba(0, 100, 255, 0.3);
    -ms-border: 1px solid rgba(0, 100, 255, 0.3);
    -moz-border: 1px solid rgba(0, 100, 255, 0.3);
    -webkit-border: 1px solid rgba(0, 100, 255, 0.3);
    background-color: rgba(255, 255, 255, 1);
    color: #000;
}

.userName {
    width: 64%;
    height: 35px;
    margin: 6px 0;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid rgba(0, 100, 255, 0.3);
    -ms-border: 1px solid rgba(0, 100, 255, 0.3);
    -moz-border: 1px solid rgba(0, 100, 255, 0.3);
    -webkit-border: 1px solid rgba(0, 100, 255, 0.3);
    background-color: rgba(255, 255, 255, 1);
    color: #000;
}

.cell_btn a {
    display: inline-block;
    width: 80%;
    height: 25px;
    font-size: .14rem;
    background-color: #04829C;
    color: #fff;
    line-height: 25px;
    text-align: center;
    margin-top: 1px;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-shadow: 2px 2px 2px #555555;
    -moz-text-shadow: 2px 2px 2px #555555;
    -ms-text-shadow: 2px 2px 2px #555555;
    -webkit-text-shadow: 2px 2px 2px #555555;
    border: 1px solid rgba(0, 30, 96, 0.12);
    -moz-border: 1px solid rgba(0, 30, 96, 0.12);
    -ms-border: 1px solid rgba(0, 30, 96, 0.12);
    -webkit-border: 1px solid rgba(0, 30, 96, 0.12);
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.selected {
    background: #E56600;
    color: #fff;
}

.InputTable {
    width: 60%;
    margin: 0 auto;
}

.InputLabelCol {
    width: 20%;
    text-align: left;
}

@media screen and (max-width: 800px) {

    html {
        font-size: 50px;
    }

    body {
        font-size: .24rem;
        background: #fff;
    }

    .wal {
        max-width: 8rem;
    }

    .head {
        background: url("/2022/images/head.jpg") center no-repeat;
        background-size: cover;
        border-bottom: #fff solid 1px;
    }

    .head .wal {
        height: 2.98rem;
    }

    .head .img {
        max-width: 8.86rem;
        margin: 0 auto;
        padding-top: .2rem;
    }

    .nav {
        background: url("/2022/images/nav.jpg") center no-repeat;
        background-size: auto 100%;
    }

    .nav li {
        padding-top: .06rem;
        position: relative;
    }

    .nav a {
        display: block;
        height: .54rem;
        line-height: .5rem;
        color: #fff;
        text-align: center;
        font-size: .14rem;
        padding: 0 .05rem;
        font-weight: 600;
        border-top-left-radius: .06rem;
        -webkit-border-top-left-radius: .06rem;
        border-top-right-radius: .06rem;
        -webkit-border-top-right-radius: .06rem;
    }

    .nav a:hover, .nav a.on {
        color: #00876c;
        background: #fff;
    }


    .nav dl {
        position: absolute;
        left: -10%;
        top: .60rem;
        width: 190px;
        background: #01768f;
        padding: 5px 10px;
        opacity: 0;
        visibility: hidden;
        z-index: 15;
    }

    .nav dd {
        border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
    }

    .nav dl dd:last-child {
        border: 0;
    }

    .nav dd a {
        display: block;
        text-align: text;
        font-size: .18rem;
        line-height: .5rem;
        border-radius: 0rem;
    }

    .nav li:hover dl {
        top: .50rem;
        opacity: 1;
        visibility: visible;
    }

    .phoneHead {
        display: none;
    }

    .w350, .w720 {
        width: 100%;
    }

    .indexPart1 {
        width: 100%;
        padding: 0 .24rem;
        margin-top: .3rem;
        margin-bottom: .2rem;
    }

    .indexPart1 h2 {
        text-align: center;
        font-size: .28rem;
        line-height: .3rem;
        margin-top: -.05rem;
        color: #000;
    }

    .indexPart1 .content {
        font-size: .2rem;
        line-height: .36rem;
    }

    .pageTitle {
        height: .6rem;
        line-height: .6rem;
    }

    .pageTitle h2 {
        font-size: .28rem;
        text-align: left;
        padding-left: .2rem;
    }

    .pageTitle-2 a.more {
        font-size: .24rem;
    }

    .indexPart2 {
        width: 100%;
    }

    .indexPart2 li {
        height: 1.7rem;
    }

    .indexPart2 li h3 {
        font-size: .28rem;
    }

    .indexPart2 li div {
        font-size: .3rem;
        padding: 0 .1rem;
        line-height: .43rem;
    }

    .sideNotice {
        font-size: .24rem;
        line-height: .32rem;
    }

    .sideNotice li h3 {
        font-size: .26rem;
    }

    .sideContact {
        font-size: .24rem;
        line-height: .32rem;
    }

    .indexPart3 {
        padding: .25rem .1rem 0 .1rem;
    }

    .indexPart3 .list li .name {
        font-size: .2rem;
    }

    .sideContact .ewm {
        display: none;
    }

    .about {
        padding-bottom: .3rem;
    }

    .about .content {
        padding: .35rem;
        font-size: .16rem;
        line-height: .30rem;
    }

    .pageTitle2 {
        font-size: .4rem;
    }

    .speakers h2.title {
        font-size: .30rem;
        color: #04829c;
        text-align: center;
        padding-left: 0;
    }

    .speakers .list {
        padding: 0;
    }

    .speakers li {
        float: none;
        width: 100%;
        min-height: 3rem;
        padding: .3rem .15rem .3rem 2.3rem;
    }

    .speakers .img {
        left: .3rem;
        top: .33rem;
    }

    .speakers .img img {
        width: 1.6rem;
        height: auto;
    }

    .speakers .name {
        font-size: .30rem;
        line-height: .45rem;
    }

    .speakers p {
        font-size: .25rem;
        line-height: .40rem;
    }

    .reg {
        min-height: 400px;
    }

    .reg .msg {
        border-bottom: #e5e5e5 solid 1px;
        padding: 15px;
        font-size: 13px;
        line-height: 1.6em;
        color: #666;
    }

    .reg .form {
        padding: 15px;
    }

    .reg li {
        clear: both;
        padding-bottom: 10px;
        min-height: 20px;
        position: relative;
    }

    .reg li em {
        display: block;
        padding-bottom: 5px;
        font-size: 14px;
        color: #000;
    }

    .reg .input1 {
        width: 100%;
        height: 36px;
        line-height: 34px;
        border: #cbcbcb solid 1px;
        padding: 0 12px;
        font-size: 13px;
    }

    .reg .radio dd {
        float: left;
        height: 34px;
        line-height: 34px;
        font-size: 13px;
        position: relative;
        width: 33%;
        background: url(/2022/images/img34.png) left 7px no-repeat;
        background-size: 17px;
        padding-left: 25px;
    }

    .reg .radio dd.on {
        background-image: url(/2022/images/img34on.png);
        color: #0F4DB3;
    }

    .reg .radio .dd_01 {
        width: 100%;
    }

    .reg .radio input {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .reg .li_01 {
        padding-right: 110px;
    }

    .reg a.a-1 {
        display: block;
        position: absolute;
        bottom: 10px;
        right: 0px;
        height: 36px;
        line-height: 34px;
        width: 100px;
        font-size: 13px;
        text-align: center;
        background: #f1f1f1;
        border: #cbcbcb solid 1px;
    }

    .reg .lzm {
        position: absolute;
        bottom: 15px;
        right: 0px;
        width: 100px;
    }

    .reg .liBtn {
        padding-top: 10px;
    }

    .reg .liBtn div {
        background: url(/2022/images/bg.png) top repeat-x;
        background-size: auto 100%;
    }

    .reg .liBtn input {
        width: 100%;
        height: 40px;
        color: #FFF;
        font-size: 16px;
    }

    .regbtn .btn1 {
        margin-bottom: 25px;
    }

    .regbtn .regr {
        margin-right: 0px;
    }

    .scheduleInfo {
        padding: 0.1em .2em;
        line-height: 20px;
        font-size: 14px;
    }

    .scheduleInfo_timeCol {
        width: 30%;
        text-align: center;
    }

    .InputTable {
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 550px) {
    .wal {
        margin: 0 .2rem;
    }
}

.pure-table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #cbcbcb;
}

.pure-table caption {
    color: #000;
    font: italic 85%/1 arial, sans-serif;
    padding: 1em 0;
    text-align: center;
}

.pure-table td, .pure-table th {
    border-left: 1px solid #cbcbcb;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: .5em 1em;
}

.pure-table thead {
    background-color: #e0e0e0;
    color: #000;
    text-align: left;
    vertical-align: bottom;
}

.pure-table td {
    background-color: transparent;
}

.synopsis {
    width: 75% !important;
    font-size: 15px !important;
}

.synopsis > p {
    margin-bottom: 0.2rem !important;
}

.synopsis tr {
    height: .3rem;
}

.synopsis .title {
    font-weight: bold;
    width: 1.1rem;
}