html,body,h1,h2,h3,h4,h5,h6,p,ul,li,img,dl,dt,dd,div,label,button,input,textarea,select,footer,header,section,a,span{ margin:0; padding:0; -moz-box-sizing: border-box; box-sizing: border-box; overflow-scrolling: touch; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(255,255,255,0); tap-highlight-color: rgba(255,255,255,0); }
a{ text-decoration: none; color: #000; font-size: 16px; }
img{ border:0; display: block; }
input,select,textarea,button{ outline: none; resize: none; }
*:focus{ outline: none; }
input, select{ -webkit-appearance: none; }

::-moz-selection{
    background-color: #587BB3;
    color: #fff;
}
::selection{
    background-color: #587BB3;
    color: #fff;
}

html{ 
    -webkit-overflow-scrolling: touch; 
    width: 100%;
    height: 100dvb;
    font-size: 14px;
}

[v-cloak]{
    display: none;
}

:root{
    --w12: 1100px;
}

.w11{
    width: 1100px;
    margin: auto;
}
.w10{
    width: 1000px;
    margin: auto;
}

.overflow{
    height: 100%;
    overflow: hidden;
}

html .el-select-dropdown__wrap {
    max-height: 300px;
}

.full-loading{
    position: fixed;
    inset: 0;
    /* background-color: rgba(0, 0, 0, 0.5); */
    z-index: 99999;
}

.page{
    min-height: 100vh;
    background-image: url(../images/bg1.jpeg);
    background-position: center 0;
    background-repeat: no-repeat;
    -o-background-size: 100% auto;
       background-size: 100% auto;
}

.section-header{
    padding: 40px 0 0;
    margin: 0 80px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    position: relative;     
}
.section-header .title{
    font-size: 42px;
    font-weight: 400;
     font-family: "PingFangSC-Semibold";
     height: 52px;
     line-height: 52px;
}
.section-header .subtitle{
    font-size: 32px;
    font-weight: 400;
    font-family: "PingFangSC-Thin";
}
.section-header .item-user{
    position: absolute;
    right: 0;
    top: 70px;
}
.section-header .item-user .username{
    font-size: 16px;
    cursor: pointer;
    color: #000;
}
.section-header .item-user .el-dropdown-menu{
    padding: 0;
}
.section-header .item-user .link{
    font-size: 16px;
}
html .user-el-dropdown{
    padding: 0;
}
html .user-el-dropdown .el-dropdown-menu__item{
    padding: 0;
}
html .user-el-dropdown a{
    display: block;
    padding: 4px 20px;
}



.section-footer{
    background-color: rgba(242, 242, 242, 1);
}
.section-footer.fixed{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.section-footer .content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: rgba(242, 242, 242, 1);
    height: 130px;
    padding: 0 50px;
}
.section-footer .item-left{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    background-color: rgba(242, 242, 242, 1);
}
.section-footer .item-left a{
    text-decoration: underline;
    font-size: 16px;
    position: relative;
}
.section-footer .item-left a:hover{
    color: #4e86f0;
}
.section-footer .item-left .color{
    color: #4e86f0;
}
.section-footer .item-logo{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 26px;
}
.section-footer .item-logo .logo img{
    height: 50px;
}


.section-error-tips{
  border-radius: 4px;
  border: solid 1px #edb235;
  background: #fdf6e7;
  font-size: 16px;
  padding: 18px 20px;
  margin-bottom: 40px;
}
.section-error-tips .title{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
}
.section-error-tips .row{
    padding: 3px 0;
}

.section-form{
    padding: 130px 0 120px;
}
.section-form .el-form-item__label{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    font-size: 16px;
}
.section-form .el-form-item__label::before{
    height: 14px;
}
.section-form .el-form-item{
    margin-bottom: 16px;
}
.section-form .item-title{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-size: 42px;
    font-weight: 400;
    padding: 0 0 0;
    font-family: "PingFangSC-Semibold";
    padding: 0 0 22px;
}
.section-form .item-author{
    border-top: solid 1px #bfbfbf;
    padding: 20px 0 10px;
}
.section-form .item-author:nth-child(1){
    border-top: 0;
}
.section-form .item-name{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 25px;
}
.section-form .item-name .text{
    font-size: 20px;
    font-weight: bold;
}
.section-form .item-name .el-icon-delete{
    font-size: 24px;
    cursor: pointer;
    color: #FF5656;
}
.section-form .item-msg{
    margin-top: -12px;
}
.section-form .item-msg .msg{
    font-size: 12px;
    color: #999;
}
.section-form .el-form-item__label{
    line-height: normal;
}
.section-form .el-form-item__content{
    line-height: normal;
}
.section-form .el-select{
    display: block;
}
.section-form .el-input__inner{
    height: 36px;
    line-height: 36rpx;
    padding: 0 10px;
}
.section-form .item-submit{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    padding: 80px 2px 40px;
}
.section-form .item-submit .el-button{
    width: 250px;
    font-size: 20px;
}
.section-form .row-checkbox{
    padding: 5px 0;
}
.underline{
    text-decoration: underline;
    font-size: 14px;
}
.section-form .item-agreement .el-checkbox{
    white-space: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.section-form .item-agreement .el-checkbox__label{
    position: relative;
    top: -3px;
}
.section-form .el-checkbox__input.is-checked+.el-checkbox__label{
    color: #000;
}
.section-form .el-textarea .el-input__count{
    background: none;
}
.section-form .el-textarea__inner{
    font-family: normal;
    padding: 5px 11px;
}
.section-form .item-required .text{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
}
.section-form .item-required .icon-star{
    color: #FF5656;
    height: 15px;
}
.section-form .el-form-item__error{
    position: static;
}
.section-form .is-error .el-input__inner, .section-form .is-error .el-textarea__inner{
    background-color: #fff2f2;
}

html .el-button--primary{
    background-color: #4e86f0;
    border-color: #4e86f0;
}
html .el-button--primary.is-plain{
    color: #4e86f0;
    background: #fff;
    border-color: #4e86f0;
}
html .el-button--primary:focus,
html .el-button--primary:hover {
    background: #1363f7;
    /* border-color: #2770f7; */
}
html .el-button--primary.is-plain:focus,
html .el-button--primary.is-plain:hover {
    background: rgb(78, 134, 240, 0.15);
    color: #4e86f0;
}
html .el-button--primary.plain {
    background: rgb(78, 134, 240, 0.1);
    color: #4e86f0;
}

.section-tabs .el-tabs__item{
    font-size: 32px;
    height: 54px;
    color: #999;
    padding-right: 60px;
}
.section-tabs .el-tabs__item.is-active{
    color: #4e86f0;
}
.section-tabs .el-tabs__active-bar{
    height: 4px;
    background: #4e86f0;
}
.section-tabs .el-tabs__nav-wrap::after{
    height: 1px;
}

.form-login{
    padding-top: 70px;
}
.form-login .el-checkbox__input.is-checked+.el-checkbox__label{
    color: #000;
}
.form-login .item-forget-password{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
}
.form-login .item-forget-password a{
  color: #4e86f0;
  font-family: "PingFangSC-Regular";
  font-size: 16px;
}
.form-login .item-forget-password a:hover{
    text-decoration: underline;
}
.form-login .item-submit{
    padding-top: 40px;
}



.el-dialog .el-dialog__body{
    color: #000;
}

.dialog-contact-organiser .el-dialog{
    background-image: url(../images/bg2.jpeg);
    background-position: center 0;
    background-repeat: no-repeat;
    -o-background-size: 100% auto;
       background-size: 100% auto;
}
.dialog-contact-organiser .container{
    padding: 0 88px;
}
.dialog-contact-organiser .row1{
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.8;
}
.dialog-contact-organiser .row2{
    font-size: 19px;
    font-weight: bold;
    margin-top: 5px;
}


.el-dialog .el-dialog__footer{
    text-align: center;
    padding: 70px 0;
}
.el-dialog .el-dialog__footer .el-button{
    width: 250px;
    font-size: 20px;
}
.el-dialog .el-dialog__headerbtn{
    font-size: 30px;
    top: 10px;
    right: 10px;
}
.el-dialog .el-dialog__headerbtn .el-dialog__close{
    color: #333;
}


.dialog-pivacy-policy .el-dialog{
    background-image: url(../images/bg3.jpeg);
    background-position: center 0;
    background-repeat: no-repeat;
    -o-background-size: 100% auto;
       background-size: 100% auto;
}
.dialog-pivacy-policy .item-title{
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    padding: 0 0 50px;
}
.dialog-pivacy-policy .row1{
    margin-top: 25px;
}
.dialog-pivacy-policy .row2{
    margin-top: 10px;
}
.dialog-pivacy-policy .graph{
    margin-top: 10px;
}
.dialog-pivacy-policy .color{
    color: #4e86f0;
}
.dialog-pivacy-policy .bold{
    font-weight: bold;
}
.dialog-pivacy-policy .border{
    border: solid 0.0267rem rgba(0,0,0,0.25);
    padding: 2px 18px 12px;
    margin-top: 15px;
}

.dialog-pivacy-policy .el-dialog__footer{
    padding: 50px 0;
}


html .el-message{
    min-width: auto;
    padding-right: 20px;
}


.section-shixiao{
    padding: 100px 0 0;
    font-size: 18px;
    text-decoration: underline;
    color: #4e86f0;
}
.section-shixiao a{
    font-size: 18px;
    text-decoration: underline;
    color: #4e86f0;
}