.banner-wrapper {
    height: 930px;
    background: url(/static/images/xxzyt/apibanner.png) no-repeat;
    background-position: 50% !important;
}

.banner-bd {
    padding-top: 310px;
    color: #fff;
}

.banner-bd h5 {
    font-size: 36px;
    margin-bottom: 30px;
}

.banner-bd p {
    font-size: 22px;
    opacity: 0.8;
}

.column-head {
    height: 66px;
    background-color: #283047;
    width: 100%;
}

.menu-slide {
    width: 1150px;
    height: 66px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.head-row {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    height: 66px;
    /* width: 95%;
    margin: 0 auto;
    height: 66px;
    /* overflow: hidden; */
    /* display: inline-block;
    margin-left: 4%; */
}

.head-item {
    display: inline-block;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 66px;
    line-height: 66px;
    color: #fff;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    padding: 0 20px;
    text-align: center;
    user-select: none;
}

.head-row .head-item.active {
    background-image: linear-gradient(to right, #164dff, #008eff);
    animation: myfirst 2s;
    -moz-animation: myfirst 2s;
    /* Firefox */
    -webkit-animation: myfirst 2s;
    /* Safari 和 Chrome */
    -o-animation: myfirst 2s;
    /* Opera */
}

.main-wrapper {
    position: relative;
}

.left-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 22px;
    transform: rotate(90deg);
    cursor: pointer;
}

.left-icon .iconfont {
    color: #fff;
}

.menu-btn-prev {
    left: -35px;
}

.menu-btn-next {
    right: -35px;
}

/* .left-icon {
	color: #FFFFFF;
	transform: rotate(90deg);
	display: inline-block;
	height: 66px;
	line-height: 66px;
	text-align: center;
	position: absolute;
	cursor: pointer;
}
*/
.right-icon {
    transform: rotate(-90deg);
}

.column-body {
    min-height: 870px;
    background-image: linear-gradient(0deg,
    #20263c 0%,
    #2d374f 100%);
}

.column01 .item-head {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.column01 .item-list {
    display: flex;
}

.column01 .item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    padding-bottom: 85px;
    position: relative;
}

.column01 .item-icon {
    display: flex;
    align-items: center;
    margin-top: 120px;
    margin-bottom: 20px;
}

.column01 .item-icon .iconfont {
    color: #40C9E5;
    font-size: 40px;
}

.column01 .item-title {
    font-size: 18px;
    color: #fff;
}

.column01 .item-bottom {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    bottom: -8px;
    background: #292F47;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.column01 .item-body .img {
    float: right;
    margin-top: 100px;
}

.column01 .item-body .text {
    color: #fff;
    font-size: 18px;
    margin-top: 240px;
    width: 40%;
    display: inline-block;
}

.column02 .img {
    float: right;
    margin-top: 209px;
}

.column02 .title {
    padding-top: 367px;
    margin-bottom: 30px;
    font-size: 26px;
    color: #fff;
}

.column02 .text {
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
    width: 40%;
    display: inline-block;
}

.column03 .item-head {
    height: 265px;
    background: #fff;
    padding-top: 60px;
}

.column03 .item-head .head-text {
    font-size: 17px;
}

.column03 .img {
    float: right;
    margin-top: 100px;
}

.column03 .title {
    padding-top: 200px;
    margin-bottom: 30px;
    font-size: 26px;
    color: #fff;
}

.column03 .text {
    color: #fff;
    font-size: 18px;
    width: 40%;
    display: inline-block;
}

.column03 .item-list {
    display: flex;
}

.column03 .item-list .item {
    flex: 1;
    height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    box-sizing: border-box;
}

.column03 .item-list .item .item-icon {
    display: flex;
    align-items: center;
    margin-top: 70px;
    margin-bottom: 20px;
}

.column03 .item-list .item .item-icon .iconfont {
    color: #cccccc;
    font-size: 40px;
}

.column03 .item-list .item:hover .iconfont {
    color: #0088f5;
}

.column03 .item-list .item .item-title {
    font-size: 16px;
}

.column03 .item-list .item .item-bottom {
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    bottom: 5px;
}
.column03 .item-list .item.active .item-bottom,
.column03 .item-list .item:hover .item-bottom {
    border-bottom: 10px solid #2A3048;
}
.column03 .item-list .item.active .item-title,
.column03 .item-list .item.active .item-icon .iconfont,
.column03 .item-list .item:hover .item-title {
    color: #0088F5;
}

.column04 .img {
    float: right;
    margin-top: 166px;
}

.column04 .text {
    color: #fff;
    font-size: 18px;
    margin-top: 308px;
    width: 40%;
    display: inline-block;
}

.column04 .msg-row {
    margin-top: 230px;
    position: relative;
}

.column04 .msg-row .msg {
    display: inline-block;
}

.column04 .msg-row .msg-detail {
    width: 190px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    border-radius: 5px;
    background-color: #ffffff;
    font-size: 18px;
    color: #333333;
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 95px;
}

.column04 .msg-row .sanjiao {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
    transform: rotate(270deg);
    position: absolute;
    top: 5px;
    left: 80px;
}

.column04 .msg-row .right-sanjiao {
    left: -35px;
    top: 10px;
    transform: rotate(180deg);
}

.column04 .msg span {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #0088f5;
    border-radius: 2px;
}

.column04 .msg span .iconfont {
    color: #fff;
    font-size: 36px;
}

.column04 .msg-right {
    float: right;
    margin-top: 30px;
}

.column04 .msg-right .msg-detail {
    top: 3px;
    left: -225px;
}

.column04 .msg-right span {
    background-image: linear-gradient(-39deg,
    #f05ea9 16%,
    #f6d760 100%);
}

.column05 .head-text {
    text-align: center;
    padding-top: 150px;
    color: #ffffff;
}

.column05 .head-text .title {
    font-size: 28px;
    margin-bottom: 30px;
}

.column05 .head-text .detail {
    font-size: 20px;
    opacity: 0.8;
    margin-bottom: 130px;
}

.column05 .body {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.column05 .body .left {
    width: 220px;
    height: 220px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background-image: linear-gradient(-30deg,
    #0088f5 0%,
    #1c40f6 100%);
    border-radius: 6px;
    float: left;
}

.column05 .body .right {
    float: right;
}

.column05 .body .left .iconfont {
    font-size: 52px;
    margin-top: 50px;
    display: inline-block;
}

.column05 .body .right .iconfont {
    font-size: 86px;
    margin-top: 20px;
    margin-bottom: -20px;
}

.column05 .body .left-icon0 {
    color: #FFFFFF;
    opacity: 0.54;
    transform: rotate(-90deg);
    display: inline-block;
    position: absolute;
    top: 75px;
    left: 320px;
}

.column05 .body .left-icon1 {
    left: 350px;
}

.column05 .body .left-icon2 {
    left: 380px;
}

.column05 .body  .iconfont {
    font-size: 28px;
}

.column05 .body .right-icon0 {
    transform: rotate(90deg);
    color: #FFFFFF;
    opacity: 0.54;
    display: inline-block;
    position: absolute;
    top: 75px;
    right: 27%;
}

.column05 .body .right-icon1 {
    right: 29.8%;
}

.column05 .body .right-icon2 {
    right: 32.5%;
}

.column05 .body .btn {
    width: 156px;
    height: 52px;
    line-height: 52px;
    border-radius: 26px;
    color: #fff;
    border: solid 1px #ffffff;
    text-align: center;
    position: absolute;
    top: 75px;
    left: 510px;
    font-size: 20px;
    opacity: 0.54;
}

.column06 {
    padding-top: 260px;
    text-align: center;
}

.column06 .body {
    width: 45%;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 18px;
}

.column06 .body p {
    margin-top: 50px;
    opacity: 0.8;
}

.column07 .img {
    float: right;
    margin-top: 240px;
}

.column07 .text {
    color: #fff;
    font-size: 18px;
    margin-top: 350px;
    width: 50%;
    display: inline-block;
}

.column08 .img {
    float: right;
    margin-top: 120px;
}

.column08 .text {
    color: #fff;
    font-size: 18px;
    margin-top: 300px;
    width: 50%;
    display: inline-block;
}

.column08 .item-list {
    display: flex;
    margin-top: 240px;
    width: 100%;
}

.column08 .item-list .item {
    flex: 1;
    display: flex;
    height: 160px;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    position: relative;
}

.column08 .item-list .item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.column08 .item-list .item .item-icon {
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.column08 .item-list .item .item-icon .iconfont {
    color: #44e1fd;
    font-size: 40px;
}


.column08 .item-list .item .item-title {
    font-size: 16px;
    color: #fff;
}
