@font-face {
    font-family: Title-italic;
    src: url(../../font/优设标题黑.TTF);
}

@font-face {
    font-family: Content-Column;
    src: url(../../font/SourceHanSansCN-Regular-2.TTF)
}

.bar {
    width: 100%;
    display: flex;
    overflow: auto;
    align-items: center;
    list-style: none;
    background: #D65A1E;
}
.bar>li{
    display: inline-block;
    min-width: 120px;
    text-align: center;
}
.bar>li>a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 20px 10px;
}

.bar>li>a:hover {
    color: #D65A1E;
    background: #fff;
}

.section-block {
    position: relative;
    padding: 30px 80px;
    overflow:auto;
}

.bg-orange {
    background: #ED6823;
}

.bg-blue {
    width: 100%;
    background: #008CD4;
}

.bg-orange,
.bg-blue {
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.tb-item-blue>span {
    text-align: center;
    display: inline-block;
    width: calc(12.5% - 4px);
    padding: 10px 0;
    background: #CCE8F6;
    color: #008CD4;
    border-radius: 3px;
    margin-top: 4px;
    font-size: 14px;
}

.h4-title-content {
    text-align: center;
    letter-spacing: 2px;
    line-height: 1.3;
}

html {

    height: 100%;

}

body {
    height: 100%;
    margin: 0;
}

.apply-for {
    cursor: pointer;
}

.apply-win {
    position: fixed;
    z-index: 100002;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
}

.apply-win>p {
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
}
.apply-win-footer{
    text-align:center;
    margin:10px 0;
}
.apply-button{
    display: inline-block;
    background:#EB8A2B;
    text-align: center;
    color:#fff;
    border-radius: 20px;
    font-weight: bolder;
    padding:7px 80px;
    cursor:pointer;
}
.apply-win-chose>div>div {
    margin-right:10px;
    margin-top:8px;
}

.apply-win-chose {
    margin: 15px 20px;
}

.apply-win-on,
.apply-win-off {
    display: flex;
    box-sizing: border-box;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    padding: 5px 10px 5px 4px;
    border-radius: 20px;
    background: #EBEDF5;
    transition: all .3s linear;
}

.apply-win-on {
    border: 1px solid #4359A5;
    transition: all .3s linear;
}

.apply-win-on>div,
.apply-win-off>div {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    margin-right: 4px;
    transition: all .3s linear;
}

.apply-win-on>div {
    background-image: url(/statics/images/选择.png);
}

.apply-win-off>div {
    background-image: url(/statics/images/待选.png);
}

.apply-win-on>span {
    color: #4359A5;
    font-size: 12px;
    user-select:none;
}
.apply-win-off>span{
    color:#8B909B;
    font-size: 12px;
    user-select:none;
}
.apply-win-block {
    display: flex;
    margin: 15px 20px;
}

.apply-win-chose>div {
    display: flex;
    flex-wrap: wrap;
}

.apply-describe {
    display: flex;
    margin: 15px 20px;
    background: #EFF2F7;
}

.apply-describe img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    padding: 3px;
    margin: 7px 0 0 12px;
}

.apply-describe>textarea {
    flex: 1;
    border: none;
    background: #EFF2F7;
    outline: none;
    padding: 10px;
    padding-top: 15px;
}

.apply-win-block>div+div {
    margin-left: 20px;
}

.apply-win-block>div {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EFF2F7;
    padding: 7px 12px;
}

.apply-win-block input {
    width: 300px;
    border: none;
    background: #EFF2F7;
    outline: none;
    padding: 3px 13px;
}

.apply-win-block img {
    padding: 3px;
    border-radius: 50%;
    background: #fff;
}

.apply-win-block input::-webkit-input-placeholder {
    letter-spacing: 1px;
    font-size: 13px;
}

.zhezhao {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 100001;
    /* display:none; */
}

.bg-orange>span,
.bg-blue>span {
    color: #fff;
    font-size: 16px;
    font-weight: bolder;
}

.pd-img {
    margin-top: -100px;
}

.tb-item>div {
    display: flex;
    justify-content: space-around;
}

.tb-item-blue {
    background: #fff;
    border: 3px solid #008CD4;
    padding: 10px;
}

.tb-item {
    background: #fff;
    border: 3px solid #ED6823;
    padding: 10px;
}

.tb-item>div>span {
    display: inline-block;
    background: #FBE1D3;
    color: #834423;
    text-align: center;
    border-radius: 2px;
    height: 30px;
    line-height: 30px;
    flex: 1;
    margin-top: 5px;
    user-select: none;
    margin-right: 3px;
}

.section-background-gray {
    background: #646464;
}

.section-background-lightgray {
    background: #333333
}

.Title-white>h2 {
    color: #fff;
}

.color-white {
    color: #fff;
}

.Title-orange {
    color: #D65A1E;
}

.width-55 {
    width: 55%;
}

p.Title-english {
    color: #E2B483;
    margin-bottom: 10px;
}

.width-350 {
    width: 350px;
}

.height-340 {
    height: 340px;
}

.flex-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Title-white>p.Title-about,
.Title-orange>p.Title-about {
    color: #FDFDFD;
    margin: 20px 0;
    letter-spacing: 2px;
    text-indent: 40px;
}

.flex-column>div {
    text-align: center;
}

.background-image {
    margin-top: 60px;
    text-align: center;
}

.Line-orange {
    display: inline-block;
    background: #D65A1E;
    width: 150px;
    height: 5px;
}

.Block-split {
    display: flex;
    align-items: center;
    flex: 1;
}

.flex-between {
    justify-content: space-between;
}

.flex-around {
    justify-content: space-around;
}

.Title-ul {
    list-style: none;
}

.Title-ul>li {
    margin-top: 8px;
}

.round-no {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    font-family: Title-italic;
    background: #F39835;
    border-radius: 50%;
    margin-right: 10px;
}

.transform-scale-80 {
    transform: scale(.8);
}

.Title-li {
    color: #fff;
}

.bar-active {
    color: #D65A1E !important;
    background: #fff !important;
}

.Split-Image {
    width: 600px;
}

.Image-group {
    width: 600px;
}

.padding-none {
    padding: 0 !important;
}

.Title-container>p {
    font-family: Content-Column;
    color: #FAD375;
    text-shadow: 2px 2px #954A26;
    font-size: 15px;
}

.Image-group span {
    text-align: left;
    ;
}

.Image-group+.Image-group {
    margin-top: 6px;
}

.Image-group:nth-child(2) {
    margin-left: 50px;
}

.width-800 {
    width: 800px !important
}

.width-400 {
    width: 400px !important
}

.width-550 {
    width: 550px !important
}

.width-600 {
    width: 600px !important
}

.width-700 {
    width: 700px !important
}

.Image-group>div {
    position: relative;
    display: inline-block;
}

.Image-group>div>img {
    width: 140px;
}

.Image-group>div>span {
    position: absolute;
    display: inline-block;
    width: 100px;
    left: 50%;
    top: 50%;
    font-weight: bolder;
    transform: translate(-50%, -50%);
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.positionTitle {
    position: absolute;
    top: 0;
    right: 80px;
}

.card-group {
    display: flex;
    justify-content: space-around;
}

.card-group>.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 19px;
    margin-left: 20px;
    width: 210px;
    background: #fff;
}

.card-group>.card>span {
    font-size: 12px;
    letter-spacing: 2px;
}

.card-group>.card>img {
    width: 100px;
}

.Image-Logo {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.Image-Logo>img {
    width: 220px;
    margin-top: 30px;
}

.Image-Logo>div {
    width: calc(25% - 10px);
    background: #fff;
    text-align: center;
    margin: 15px 10px 0 0;
    padding: 15px;
}

.Image-Logo>div>p {
    margin: 10px 0;
    font-weight: bolder;
}

.Image-Logo>div>img {
    width: 90px;
}

.Title-no {
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 18px;
    line-height: 25px;
    background: #fff;
    color: #D65A1E;
    font-family: Title-italic;
    text-align: center;
    border-radius: 50%;
    margin-right: 13px;
}

.Title-container {
    display: flex;
    align-items: center;
}

.Title-italic {
    font-family: Title-italic;
    color: #FBD476;
    font-size: 18px;
    text-shadow: 2px 2px #954A26;
}

.Title-intro {
    font-style: italic;
    color: #F2E9D8;
    letter-spacing: 2px;
}
.tImgBox{
    text-align: center;
}