.center.frame {
     padding-bottom: 0px;
}
.banner {
    max-width: 1920px;
    width: 100%;
    height:595px;
    background-image: url("../image/banner.jpg");
    background-size: 1920px 595px;
    background-position: center;
}

/*.banner img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    display: block;*/
/*}*/

.content-container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    text-align: left;
}

.page-title {

}

.page-title .main-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    font-size: 30px;
    font-weight: 400;
    color: #2E3036;
}

.page-title2 .main-title {
    color: #fff;
}

.page-title .main-title .left-icon {
    display: inline-block;
    width: 93px;
    height: 12px;
    margin-right: 30px;
    background: url("../image/title-left.png") no-repeat center;
    background-size: 100% 100%;
}

.page-title .main-title .right-icon {
    display: inline-block;
    width: 93px;
    height: 12px;
    margin-left: 30px;
    background: url("../image/title-right.png") no-repeat center;
    background-size: 100% 100%;
}

.page-title2 .main-title .left-icon {
    background: url("../image/title-b-left.png") no-repeat center;
    background-size: 100% 100%;
}

.page-title2 .main-title .right-icon {
    background: url("../image/title-b-right.png") no-repeat center;
    background-size: 100% 100%;
}

.page-title .subtitle {
    margin: 15px 0px 0px 0px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #787B82;
}

.page-title .subtitle span {
    color: #2361F4;
}

.page-title2 .subtitle {
    color: #9BB9FF;
}

.page-container1 {
    position: relative;
    height: 819px;
    padding-top: 100px;
    background: linear-gradient(to bottom, #fff, #e8f2f9);
    box-sizing: border-box;
}

.page-container1 .field-container {
    position: relative;
    width: 1200px;
    height: 521px;
    margin-top: 78px;
    background: url("../image/con01-bgx.png") no-repeat center;
    background-size: 100% 100%;
}

.page-container1 .consult-btn {
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
}

.field-container .field-title {
    position: absolute;
    left: 50%;
    top: 70px;
    margin: 0px;
    transform: translateX(-50%);
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    color: #FFFFFF;
}

.field-list {
    opacity: 0;
}

.left-field {
    position: absolute;
    left: 0px;
    top: 0px;
}

.right-field {
    position: absolute;
    right: 0px;
    top: 0px;
}

.left-field .field-item1-content {
    position: absolute;
    top: 42px;
    left: 71px;
}

.left-field .field-item2-content {
    position: absolute;
    top: 100px;
    left: 213px;
}

.right-field .field-item1-content {
    position: absolute;
    top: 42px;
    right: 96px;
}

.right-field .field-item2-content {
    position: absolute;
    top: 56px;
    right: 237px;
}

.field-item1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    width: 121px;
    height: 40px;
    background: linear-gradient(270deg, #2260F4, #41A2FE);
    border: 3px solid rgba(255, 255, 255, 0.61);
    box-shadow: 1px 4px 24px 0px rgba(54, 116, 203, 0.44);
    border-radius: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.left-field img {
    margin-left: 5px;
}

.right-field img {
    margin-right: 5px;
}

.field-item2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    width: 121px;
    height: 40px;
    background: linear-gradient(270deg, #00C3CA, #40D9CD);
    border: 3px solid rgba(255, 255, 255, 0.61);
    box-shadow: 1px 4px 24px 0px rgba(54, 116, 203, 0.44);
    border-radius: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.field-item2 img {
    margin: 0px 5px;
}

.page-container2 {
    position: relative;
    height: 972px;
    padding-top: 100px;
    background-color: #fff;
    box-sizing: border-box;
}

.page-container2 .consult-btn {
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
}

.professional-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    margin-top: 82px;
}

.professional-container .left-professional {
    position: relative;
    width: 376px;
    height: 554px;
    background: url("../image/con02-bg1.png") no-repeat center;
    background-size: 100% 100%;
}

.left-professional .professional-title {
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
    width: 285px;
    height: 46px;
    line-height: 40px;
    margin: 0px;
    background: linear-gradient(270deg, #2260F4, #41A2FE);
    border: 3px solid rgba(255, 255, 255, 0.61);
    box-shadow: 1px 4px 24px 0px rgba(54, 116, 203, 0.44);
    border-radius: 8px;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.left-professional .salary-chart {
    position: absolute;
    top: 70px;
    left: 0px;
    width: 370px;
    height: 400px;
}

.left-professional .chart-info {
    position: absolute;
    left: 18px;
    bottom: 18px;
}

.chart-info .chart-title {
    margin: 0px 0px 6px 0px;
    font-size: 16px;
    font-weight: 400;
    color: #898A90;
}

.chart-info .chart-subtitle {
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    color: #C2C5CC;
}

.left-professional .professional-title span {
    color: #FFDF7C;
}

.professional-container .right-professional {
    position: relative;
    width: 793px;
    height: 554px;
    background: url("../image/con02-bg2.png") no-repeat center;
    background-size: 100% 100%;
}

.right-professional .professional-title {
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
    width: 276px;
    height: 46px;
    line-height: 40px;
    margin: 0px;
    background: linear-gradient(270deg, #00C3CA, #40D9CD);
    border: 3px solid rgba(255, 255, 255, 0.61);
    box-shadow: 1px 4px 24px 0px rgba(17, 168, 190, 0.44);
    border-radius: 8px;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #fff;
}

.right-professional .professional-title span {
    color: #FFDF7C;
}

.right-professional .professional-img {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.page-container3 {
    position: relative;
    height: 509px;
    padding-top: 100px;
    background-color: #2361F4;
    box-sizing: border-box;
}

.page-container3 .advantage-container {
    position: relative;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.advantage-container .left-advantage {
    width: 704px;
}

.left-advantage .advantage-item {
    position: relative;
    margin-bottom: 18px;
}

.left-advantage .advantage-item:last-child {
    margin-bottom: 0px;
}

.left-advantage .advantage-item .advantage-item-title {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 117px;
    margin: 0px;
    background: #FFFFFF;
    border-radius: 10px 0px 0px 10px;
}

.left-advantage .advantage-item .advantage-item-content {
    margin-left: 117px;
    padding: 16px 10px;
    border: 2px solid #FEFEFF;
    border-radius: 0px 10px 10px 0px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}

.advantage-container .right-advantage {
    width: 476px;
}

.right-advantage .advantage-item {

}

.right-advantage .advantage-item .advantage-item-title {
    position: relative;
    margin: 0px;
    height: 59px;
    background: #FFFFFF;
    border-radius: 10px 10px 0px 0px;
}

.right-advantage .advantage-item .advantage-item-content {
    height: 181px;
    padding: 23px;
    border: 2px solid #FEFEFF;
    border-radius: 0px 0px 10px 10px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}

.advantage-item-content span {
    color: #FFDF7C;
}

.advantage-item-title span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    white-space: nowrap;
    font-size: 24px;
    font-weight: 500;
    color: #1E6BF7;
}

.right-advantage .advantage-item-title i {
    position: absolute;
    top: 11px;
    left: 196px;
    z-index: 10;
    display: inline-block;
    width: 19px;
    height: 19px;
    background: #FFDF7C;
    border-radius: 50%;
}

.left-advantage .advantage-item-title i {
    position: absolute;
    top: 10px;
    left: 18px;
    z-index: 10;
    display: inline-block;
    width: 19px;
    height: 19px;
    background: #FFDF7C;
    border-radius: 50%;
}

.left-advantage .advantage-item-title i.icon2 {
    position: absolute;
    top: 22px;
    left: 18px;
    z-index: 10;
    display: inline-block;
    width: 19px;
    height: 19px;
    background: #FFDF7C;
    border-radius: 50%;
}

.page-container4 {
    position: relative;
    height: 1384px;
    padding-top: 89px;
    background-color: #fff;
    box-sizing: border-box;
}

.chart-container {
    position: relative;
    width: 1190px;
    height: 422px;
    margin: 22px auto 25px;
    box-sizing: border-box;
    background: url("../image/con04-tb.png") no-repeat center;
    background-size: 100% 100%;
}

.chart-container .chart-line {
    position: absolute;
    top: 20px;
    left: 170px;
    width: 0px;
    height: 284px;
    background: url("../image/chart-line.png") no-repeat left bottom;
    background-size: contain;
}

.chart-container .chart-points1 {
    position: absolute;
    top: 0px;
    left: 102px;
}

.chart-container .chart-points1 p {
    margin: 10px 0px 0px;
}

.chart-container .chart-points2 {
    position: absolute;
    top: 0px;
    left: 265px;
}

.chart-container .chart-points2 p {
    margin: 15px 0px 0px;
}

.chart-container .chart-points3 {
    position: absolute;
    top: 0px;
    left: 420px;
}

.chart-container .chart-points3 p {
    margin: 20px 0px 0px;
}

.chart-container .chart-points4 {
    position: absolute;
    top: 0px;
    left: 576px;
}

.chart-container .chart-points4 p {
    margin: 22px 0px 0px;
}

.chart-container .chart-points5 {
    position: absolute;
    top: 0px;
    left: 730px;
}

.chart-container .chart-points5 p {
    margin: 24px 0px 0px;
}

.chart-container .chart-points6 {
    position: absolute;
    top: 0px;
    left: 885px;
}

.chart-container .chart-points6 p {
    margin: 26px 0px 0px;
}

.chart-container .chart-points7 {
    position: absolute;
    top: 0px;
    left: 1045px;
}

.chart-container .chart-points7 p {
    margin: 28px 0px 0px;
}

.chart-points {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 134px;
    opacity: 0;
}

.chart-points img {
    width: 12px;
    height: 12px;
}

.chart-points .day {
    width: 83px;
    height: 67px;
    background: url("../image/chart-label.png") no-repeat center;
    background-size: 100% 100%;
    line-height: 56px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.chart-points p {
    margin: 10px 0px 0px;
    text-align: left;
    font-size: 12px;
    font-weight: 300;
    color: #5F6167;
    line-height: 15px;
}

.syllabus-container {
    width: 1272px;
    height: 894px;
    padding: 210px 72px 0px 20px;
    margin: 0 auto;
    box-sizing: border-box;
    background: url("../image/con04-dg-bg.png") no-repeat center;
    background-size: 100% 100%;
}

.syllabus-wrapper {
    display: flex;
    justify-content: space-between;
}

.syllabus-wrapper .syllabus-tab {
    padding-right: 45px;
}

.syllabus-tab .syllabus-tab-item {
    position: relative;
    width: 213px;
    height: 52px;
    line-height: 46px;
    margin-bottom: 12px;
    padding-left: 40px;
    cursor: pointer;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #2E3036;
}

.syllabus-tab .syllabus-tab-item:hover {
    color: #2361F4;
}

.syllabus-tab .syllabus-tab-item.syllabus-tab-item-active {
    background: linear-gradient(270deg, #2260F4, #41A2FE);
    border: 3px solid rgba(255,255,255,0.61);
    box-shadow: 1px 4px 24px 0px rgba(54,116,203,0.44);
    border-radius: 6px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}

.syllabus-tab .syllabus-tab-item.syllabus-tab-item-active i {
    position: absolute;
    top: 50%;
    right: -23px;
    transform: translateY(-50%);
    display: inline-block;
    width: 13px;
    height: 16px;
    background: url("../image/con04-icon3.png") no-repeat center;
    background-size: 100% 100%;
}

.syllabus-wrapper .syllabus-content {
    flex: 1;
}

.syllabus-content .syllabus-content-item {
    display: none;
    text-align: left;
}

.syllabus-content .syllabus-content-item.syllabus-content-item-active {
    display: block;
}

.syllabus-content-item .syllabus-item-title {
    margin: 0px;
    padding-bottom: 35px;
    font-size: 20px;
    font-weight: 500;
    color: #2361F4;
}

.syllabus-list .content-tab {
    display: flex;
    align-items: center;
}

.content-tab .content-tab-item {
    text-align: center;
    margin-right: 10px;
}

.content-tab .content-tab-item:last-child {
    margin-right: 0px;
}

.content-tab .content-tab-item.content-tab-item1 {
    flex: 0 0 128px
}

.content-tab .content-tab-item.content-tab-item2 {
    flex: 0 0 522px
}

.content-tab .content-tab-item.content-tab-item3 {
    flex: 0 0 246px
}

.content-tab-item p {
    margin: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #2E3036;
}

.syllabus-list .content-list {
    margin-top: 12px;
}

.content-list .content-list-left {
    display: inline-flex;
    flex-direction: column;
    width: 660px;
    height: 371px;
}

.content-list-left .list-left-item {
    position: relative;
    width: 100%;
    min-height: 47px;
    margin-bottom: 10px;
    padding-left: 138px;
    box-sizing: border-box;
}

.content-list-left .list-left-item:last-child {
    margin-bottom: 0px;
}

.content-list-left .list-left-item .left-item-title {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 128px;
    height: 100%;
    min-height: 47px;
    padding: 0px 10px;
    border: 1px solid #55BDFF;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #868990;
}

.content-list-left .list-left-item .left-item-content {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 12px 15px;
    border: 1px solid #03C5CA;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #868990;
    line-height: 21px;
}

.content-list .content-list-right {
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    width: 246px;
    height: 371px;
    line-height: 24px;
    margin-left: 10px;
    padding: 0px 15px;
    vertical-align: top;
    border: 1px solid #55BDFF;
    border-radius: 6px;
}
.content-list .content-list-right p {
    margin: 0px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #868990;
}


.page-container5 {
    position: relative;
    padding-top: 100px;
    background: linear-gradient(to top, #fff 488px, #2361F4 488px);
    box-sizing: border-box;
}

.page-container5 .tab-list {
    display: flex;
    margin-top: 60px;
    margin-bottom: 37px;
    align-items: center;
    border-top: 1px solid #4172FF;
    border-bottom: 1px solid #4172FF;
}

.tab-list .tab-item {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 95px;
    margin: 0px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
    color: #6CA7FF;
}

.tab-list .tab-item p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 0px;
    z-index: 2;
}

.tab-list .tab-item.tab-active {
    color: #112B69;
}

.tab-list .tab-item.tab-active i {
    position: absolute;
    top: 0px;
    left: 0px;
    display: inline-block;
    width: 400px;
    height: 121px;
    background: url("../image/con05-hover.png") no-repeat center;
    background-size: 100% 100%;
    z-index: 1;
}

.page-container5 .tab-content {
    height: 596px;
    padding: 25px 22px;
    background: #EDF5F7;
    border: 4px solid #D0E9EE;
    border-radius: 6px;
    box-sizing: border-box;
}

.tab-content .tab-content-item {
    display: none;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.tab-content .tab-content-item.tab-content-item-active {
    display: flex;
}

.tab-content .tab-content-left {
    width: 463px;
    height: 100%;
    overflow-y: auto;
    background: #FFFFFF;
    border-radius: 6px;
}

.tab-content .tab-content-left::-webkit-scrollbar { /*滚动条整体样式*/
    width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.tab-content .tab-content-left::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #2361F4;
}

.tab-content .tab-content-left::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #fff;
}

.tab-content-left .img-container {
    position: relative;
    height: 257px;
    padding: 5px;
    border-radius: 6px;
}

.img-container img {
    width: 100%;
    height: 100%;
}

.full-view {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 98px;
    height: 28px;
    cursor: pointer;
    background: #333439;
    opacity: 0.3;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
}

.full-view i {
    display: inline-block;
    width: 18px;
    height: 17px;
    margin-right: 3px;
    background: url("../image/con05-icon.png") no-repeat center;
    background-size: 100% 100%;
}

.framework {
    display: none;
}

.change-type {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.change-type .change-btn {
    display: inline-block;
    width: 86px;
    height: 28px;
    line-height: 28px;
    margin-right: 15px;
    text-align: center;
    background: #EDEDED;
    border: 1px solid #D0D0D0;
    border-radius: 14px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #8A8D95;
}

.change-type .change-btn.change-btn-active {
    display: inline-block;
    width: 86px;
    height: 28px;
    margin-right: 15px;
    line-height: 28px;
    background: #2361F4;
    border-radius: 14px;
    text-align: center;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.tab-content .tab-content-right {
    width: 670px;
    height: 100%;
    padding: 18px 25px;
    box-sizing: border-box;
    overflow-y: auto;
    background: #FFFFFF;
    border-radius: 6px;
}

.tab-content .tab-content-right::-webkit-scrollbar { /*滚动条整体样式*/
    width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.tab-content .tab-content-right::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #2361F4;
}

.tab-content .tab-content-right::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #fff;
}

.tab-content-right .points-list {
    margin: 0px;
    padding: 0px;
}

.tab-content-right .points-list.points-list2 {
    margin-bottom: 20px;
}

.points-list .points-item {
    padding-bottom: 15px;
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    color: #868990;
}

.tab-content .tab-title {
    margin: 0px 0px 14px 0px;
    font-size: 18px;
    font-weight: 500;
    color: #2361F4;
}

.tab-content .tab-title i {
    display: inline-block;
    width: 4px;
    height: 19px;
    margin-right: 6px;
    vertical-align: top;
    background: #2361F4;
    border-radius: 2px;
}

.tab-content .project-content {
    padding: 18px 20px;
}

.tab-content .project-desc {
    font-size: 14px;
    font-weight: 400;
    color: #868990;
    line-height: 24px;
}

.page-container6 {
    position: relative;
    padding-top: 90px;
    background-color: #fff;
}

.page-container6 .consult-btn {
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
}

.provide-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0px 208px;
}

.provide-container .provide-item {
    text-align: center;
}

.provide-container .provide-item img {
    transition: 0.5s;
}

.provide-container .provide-item:hover img {
    transform: scale(1.2);
}
.provide-container .provide-item p {
    margin: 8px 0px 0px;
    font-size: 20px;
    font-weight: 500;
    color: #2E3036;
}

.page-container7 {
    position: relative;
    height: 710px;
    padding-top: 65px;
    box-sizing: border-box;
    background: linear-gradient(-75deg, #EDF4FE 50%, #2361F4 50%);
}

.page-container7 .background-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 309px;
    height: 295px;
    background: url("../image/con07-img.png") no-repeat center;
    background-size: 100% 100%;
}

.page-container7 .other-school {
    position: absolute;
    top: 36px;
    right: 0px;
    margin: 0px;
    font-size: 30px;
    font-weight: 400;
    color: #7E8188;
}

.page-container7 .page-title3 {
    margin: 0px;
    font-size: 30px;
    font-weight: 400;
    color: #FFFFFF;
}

.service-container {
    margin-top: 80px;
}

.service-container .service-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 44px;
}

.service-container .service-list:last-child {
    margin-bottom: 0px;
}

.service-list .service-right {
    text-align: right;
}

.service-list .service-item {
    display: flex;
    align-items: center;
}

.service-left .service-info {
    margin-left: 8px;
}

.service-right .service-info {
    margin-right: 8px;
}

.service-left .service-info h3 {
    margin: 0px 0px 6px 0px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
}

.service-left .service-info p {
    margin: 0px;
    font-size: 14px;
    font-weight: 300;
    color: #D3E0FF;
}

.service-right .service-info h3 {
    margin: 0px 0px 6px 0px;
    font-size: 20px;
    font-weight: 400;
    color: #2E3036;
}

.service-right .service-info p {
    margin: 0px;
    font-size: 14px;
    font-weight: 300;
    color: #A2A5AA;
}

.page-container8 {
    position: relative;
    height: 375px;
    background-color: #fff;
    box-sizing: border-box;
}

.page-container8 .content-container {
    height: 100%;
    padding-top: 90px;
    box-sizing: border-box;
    background: url("../image/con08-bg.png") no-repeat center;
    background-size: 874px 375px;
}

.info-container {
    margin-top: 60px;
    text-align: center;
}

.info-container .input-box {
    display: inline-flex;
    align-items: center;
    width: 340px;
    height: 60px;
    padding: 0px 19px;
    margin-right: 50px;
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    border-radius: 6px;
    box-sizing: border-box;
}

.input-box span {
    flex: 0 0 auto;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #2E3036;
}

.input-box input {
    flex: 1;
    background-color: transparent;
    font-size: 18px;
    color: #333;
    outline: 0;
    border: none;
}

.btn-text {
    display: inline-block;
    width: 220px;
    height: 60px;
    cursor: pointer;
    line-height: 60px;
    text-align: center;
    background: #2361F4;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 400;
    color: #FEFEFF;
}

.consult-btn {
    position: relative;
    width: 300px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    background: #2261F4;
    border-radius: 29px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
}

.consult-btn .ball-box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 58px;
    overflow: hidden;
}

.consult-btn .ball {
    position: absolute;
    left: 0px;
    top: -120px;
    width: 300px;
    height: 300px;
    background-color: #FFFFFF;
    border-radius: 100%;
    animation: ball-scale 1s 0s ease-in-out infinite;
}

/*使图片在浏览器中居中显示*/
.bigImg {
    position: absolute;
    top: 50%;
    left: 50%;
    /*图片向左移动自身宽度的50%, 向上移动自身高度的50%。*/
    transform: translate(-50%, -50%);
}

/*遮罩层*/
.opacityBottom {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    top: 0;
    left: 0;
}
