body{
    font: 16px;
    font-family: 'Source Han Sans SC';
    margin: 0 auto;
    padding: 0;
    line-height: 24px;
    color: #333333;
    /*width:80%;*/
    background-color:white;
}
.PCOnly{
    display: block;
}
.phoneOnly{
    display: none;
}
.bold{
    font-weight: 700;
}
.light{
    font-weight: 200;
}
.textCenter{
    text-align: center;
}
.textRight{
    text-align: right;
    /*padding: 10px;*/
}
.red{
    color: red;
}
.grey{
    color: #7f7f7f;
}
.kingLeadRed{
    color: #A51C30;
}
.kingLeadBlue{
    color: #184D8D;
}
.lightBlue{
    color: #81B8FB;
}
.greenBg{
    background-color: #1FB845;
}
.greyBg{
    background-color: #9a9a9a;
}
.aLiPayBg{
    background-color: #3A7DF3;
    background-image: url(https://jinglingedu.com/assets/aliLogo-s.jpg);
    background-repeat: no-repeat;
    background-size: 35px 35px;
    background-position: 10px center;
}
.GradientBg-1{
    background: linear-gradient(134.09deg, rgba(255,77,79,0.4) 1.59%,rgba(239,239,239,0.43) 99.46%);
}
.GradientBgT15-1{
    background: linear-gradient(134.09deg, rgba(255,77,79,0.15) 1.59%,rgba(239,239,239,0.43) 99.46%);
}
.GradientBg-2{
    background: linear-gradient(134.09deg, rgba(64,149,229,0.4) 1.59%,rgba(239,239,239,0.43) 99.46%);
}
.GradientBgT15-2{
    background: linear-gradient(134.09deg, rgba(64,149,229,0.15) 1.59%,rgba(239,239,239,0.43) 99.46%);
}
.lh30{
    line-height: 30px;
}
.lh15{
    line-height: 15px;
}
.fs12{
    font-size: 14px;
}
.fs14{
    font-size: 12px;
}
.fs8{
    font-size: 8px;
}
.fs20{
    font-size: 20px;
}
.tips{
    font-weight: 200;
    margin: 10px 0;
    font-size: 16px;
}
.mainContent{
    width: 70%;
    margin: 0 auto;
    box-sizing: border-box;
}
.secondTitle{
    font-size: 24px;
    margin: 24px 0;
}
.thirdTitle{
    font-size: 20px;
    margin: 22px 0;
}
.bannerImgDiv{
    width: 85%;
    margin: 0 auto;
}
.bannerImg{
    width: 81%;
    margin: 0 auto;

}
.contentText{
    margin: 20px 0;
}
.contentTitle{
    font-size: 18px;
    margin: 15px 0;
}
.primaryBtn{
    border: none;
    height: 45px;
    width: 200px;
    border-radius: 4px;
    color: white;
    font-size: 16px;
    cursor: pointer;
}
.primaryBtn:hover{
    background-color: white;
    color: #1FB845;
    border: 1px solid #1FB845;
}


.greyBtn:hover{
    background-color: white;
    color: #9a9a9a;
    border: 1px solid #9a9a9a;
}
.aLiPayBtn{
    padding: 0 50px;
    text-align: right;
}
.aLiPayBtn:hover{
    background-color: #3A7DF3;;
    color: white;
    border:none;
}
.fixedPhone{
    /*display: none;*/
}
.btnFixed{
    width: 100%;
    height: 52px;
    /*padding: 10px 0;*/
    z-index: 2;
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background-color: white;
    border-top: 1px solid #efefef;
    justify-content: space-around;
    padding: 10px 0;
}

.flexGap10{column-gap:10px;}
.ri-phone-line{
    cursor: pointer;
    font-size: 25px;
}
.contentImgDiv{
    width: 100%;
    text-align: center;
}
.contentImg{
    width: 60%;
}
.btnFixedFooter{
    margin-bottom: 93px;
}
.btnFixedContent{
    margin-bottom: 93px;
}
/*cart*/
.cart{
    margin: 0 0 30px 0;
}
.ticketDiv{
    width: 100%;
    margin: 10px 0;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    /*height: 80px;*/
}
.ticketDivLeft{
    width: 600px;
    /*align-items: center;*/
    flex-direction: column;
    margin-right: 10px;
}
.ticketDivRight{
    width: 180px;
    align-items: center;
    justify-content: space-between;
    
}
.ticketDivLeft, .ticketDivRight{
    display: flex;
    
    justify-content: space-between;
}
.ticketName{
    font-size: 18px;
    margin-right: 30px;
}
.ticketNum{
    display: flex;
    justify-content: center;
    align-items: center;
}
.ticketInput{
    height: 28px;
    width: 40px;
    padding: 0;
    border: none;
}
.ticketInput::-webkit-outer-spin-button,.ticketInput::-webkit-inner-spin-button{                
    -webkit-appearance: none !important;            
}
.ticketNumBtn{
    height: 28px;
    width: 28px;
    background: white;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    box-shadow: 7px 3px 3px rgba(0, 0, 0, 0.01), 4px 2px 3px rgba(0, 0, 0, 0.05), 2px 1px 2px rgba(0, 0, 0, 0.09), 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
    z-index: 1;
}
.totalPriceDiv{
    display: flex;
    justify-content: space-between;
}
.textLink{
    text-decoration: none;
    color: #00a4df;
}
.textLink:hover{
    color: #09B83E;
}
/*fill info*/
.ticketTypeTitle{
    height: 55px;
    width: 100%;
    line-height: 35px;
    padding: 10px;
}
.formLine{
    padding: 20px 0 0 0 ;
    display: flex;
    align-items: center;
}
.formLabel{
    width: 27%;
    display: inline-block;
}
.formInput{
    border: 1px solid black;
    width: 73%;
    box-sizing: border-box;
    height: 34px;
}
.twoBtns{
    display: flex;
    justify-content: space-around;
}
.errorMessage{
    color: red;
    font-size: 12px;
}
/*my-tickets*/
.ticketInfoText{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.innoTicketDiv{
    position: relative;
    background-image: url(https://jinglingedu.com/English-version/innovation-forum/img/innovationTicketBg.png);
    height: calc(350px*1.7499);
    width: 350px;
    background-size: contain;
    background-repeat: no-repeat;
}
.innoStuTicketDiv{
    background-image: url(https://jinglingedu.com/English-version/innovation-forum/img/innovationStuTicketBg.png);
}
.innoTicketNameEn{
    max-width: 102px;
    position: absolute;
    top: 15px;
    left: 60px;
    font-size: 12px;
    color: white;
    line-height: normal;
}
.innoTicketName{
    position: absolute;
    color: white;
    line-height: normal;
    top: 255px;
    font-size: 22px;
    text-align: right;
    right: 10px;
}
.innoTicketAttenderInfo{
    position: absolute;
    top: 390px;
    left: 10px;
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 200px;
}
.ticketInfoWrapper{
    margin-right: 250px;
}
/*personal*/
.personalTicket{
    width: 400px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
    padding: 10px;
}

/*login*/
.loginBannerLogo{
    height: 80px;
}
.ticketWrapper{
    float: left;
    margin: 0 50px 20px 0;
}
/*loginout*/
/*.loginOut{*/
/*   position: fixed;*/
/*    right: 120px;*/
/*    top: 17px;*/
/*    font-size: 18px;*/
/*    height: 20px;*/
/*    z-index: 889;*/
/*}*/
/*.loginOut a{*/
/*    text-decoration: none;*/
    /*color: black;*/
/*}*/
    

/*personal*/
/*.logOutBtn{*/
/*    text-decoration: none;*/
/*    background: #184D8D;*/
/*    border-radius: 8px;*/
/*    color: white;*/
/*    box-sizing: content-box;*/
/*    font-style: normal;*/
/*    font-size: 15px;*/
/*    height: 20px;*/
/*    top: 3px;*/
/*    padding: 5px 10px;*/
/*    line-height: 20px;*/
/*    margin-top: 10px;*/
/*    display: block;*/
/*    width: 60px;*/
/*}*/


@media only screen and (max-width:600px){
    body{width:100%;
        margin:0 auto;
    }
    .PCOnly{
        display: none;
    }
    .phoneOnly{
        display: block;
    }
    .mainContent{
        width: 100%;
        padding: 0 20px;
    }
    .secondTitle{
        font-size: 18px;
    }
    .thirdTitle{
        font-size: 17px;
    }
    .bannerImgDiv{
        width: 100%;
    }
    .btnFixed{
        position: fixed;
        left: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        background-color: white;
        border-top: 1px solid #efefef;
        justify-content: space-around;
        background-color: #1FB845;
        padding: 0;
    }
    .btnFixedBlue{
        background-color: #007aff;
    }

    .ri-phone-line{
        font-size: 15px;
    }
    .fixedPhone{
        display: block;
        font-size: 30px;
    }
    .primaryBtn{
        border: none;
        height: 45px;
        width: 200px;
        border-radius: 110px;
        color: white;
        font-size: 16px;
        cursor: pointer;
    }
    .primaryBtn:hover{
        background-color: #1FB845;
        color: white;
        /*border: 1px solid #1FB845;*/
    }
    .greyBg:hover{
        background-color: #9a9a9a;
        color: white;
    }
    .btnFixedBtn{
        width: 100%;
    }
    .btnFixedBtn:hover{
        color: white;
        background-color: #1FB845;
    }
    .btnFixedAlipayBtn:hover{
        color: white;
        background-color: #007aff;
    }
    .btnFixedFooter{
        margin-bottom: 75px;
    }
    .btnFixedContent{
        margin-bottom: 75px;
    }
    .contentImg{
        width: 100%;
    }
    .ticketDiv{
        /*height: 100px;*/
    }
    .ticketDivLeft{
        align-items: flex-start;
            /*justify-content: center;*/
    }
    .ticketDivRight{
        align-items: flex-end;
        
    }
    .ticketDivLeft, .ticketDivRight{
        flex-direction: column;
        justify-content: space-between;
        
    }
    .ticketName{
        margin-right: 0;
    }
    /*fill info*/
    .ticketTypeTitle{
        height: 40px;
        width: 100%;
        line-height: 20px;
        padding: 10px;
    }
    .formLine{
        flex-direction: column;
    }
    .formLabel{
        width: 90%;;
        margin-bottom: 10px;
    }
    .formInput{
        width: 90%;
    }
    .twoBtns{
        justify-content: space-between;
    }
    .twoBtn{
        width: 160px;
    }
    .aLiPayBg{
        background-position: 20px center;
        background-size: contain;
    }
    .errorMessage{
        width: 90%;
        margin: 0 auto;
    }

    /*my-ticket*/
    .ticketWrapper{
        margin: 0 auto 20px;
    }
    .ticketInfoWrapper{
        margin-right: 0;
    }
    /*personal*/
    .personalTicket{
        width: 100%;
    }
    /*login*/
    .loginBannerLogo{
        height: 40px;
    }
    .loginOut{
        right: 135px;
        top: 24px;
    }
    .bannerImg{
    width: 100%;}