/*banner*/

.banner_wrap {
    width: 100%;
    height: calc(100vh - 50px);
    position: relative;
    padding-bottom: 50px;
}

.banner_wrap::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80vh;
    background: #f5f5f5;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    overflow: hidden;
    content: "";
}

.banner_wrap .banner_main {
    position: relative;
    width: 80%;
    height: 100%;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
    overflow: hidden;
}

.banner_main .product_img,
.banner_main .banner_txt {
    position: absolute;
    top: 6vh;
    left: 0;
    right: 0;
}

.banner_main .banner_txt h5 {
    margin: 20px;
}

.banner_main .product_img {
    top: 30vh;
    height: 65%;
    margin: 0 auto;
}

.banner_main .product_img img {
    width: 100%;
    height: 100%;
}

.banner h2 {
    font-size: 36px;
}

.banner h5 {
    color: #222e3c;
    font-size: 24px;
    font-weight: 500;
    margin: 10px 0 20px 0;
}

.banner_txt .btn a {
    position: relative;
    display: block;
    width: 120px;
    margin: 0 auto;
    background: #000080;
    color: #fff;
    padding: 10px 0;
    transition: all .4s cubic-bezier(.19, 1, .22, 1);
    margin-top: 20px;
}

.banner_txt .btn a::before {
    background-image: url(../../images/greencorner-top-left.gif);
    background-position: -6px -6px;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: -32px;
    width: 2rem;
}

.banner_txt .btn a::after {
    background-image: url(../../images/greencorner-top-left.gif);
    background-position: -6px -6px;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 2rem;
    right: -2rem;
    transform: rotate(180deg);
}


/*拜语言是什么工具*/

.par_wrap {
    overflow: hidden;
    padding: 30px 0;
}

.par_wrap h3 {
    margin: 50px 0 20px 0;
    font-size: 30px;
}

.product_pic {
    text-align: center;
}

.product_txt {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}


/*为什么选择拜语言*/

.b_language .bj {
    background: url(../../images/product/by_bj.png) no-repeat center;
    margin: 0 0 60px 0;
    height: 300px;
}

.l_wrap {
    text-align: center;
    padding-top: 80px;
}

.l_wrap h2 {
    color: #fff;
    margin-bottom: 70px;
}

.cont {
    display: flex;
    padding-bottom: 70px;
    margin-top: 50px;
    justify-content: space-between;
}

.cont .item {
    flex: 1;
    margin-right: 30px;
    padding: 50px 0 100px 0;
    border-top: 6px solid #000080;
    border-image: linear-gradient(to right, #008bff 0, #063ba4 100%);
    border-image-slice: 1;
    box-shadow: inset 4px 3px 8px 7px rgb(171 189 201 / 25%), 0px 0px 0px 0px rgb(193 210 225 / 10%);
    background: #fff;
}

.cont .item:nth-child(4) {
    margin-right: 0;
}

.cont .item h3 {
    margin-top: 20px;
    font-size: 16px;
    color: #222e3c;
    padding: 0 20px;
}


/*拜椰特的优势*/

.advantage {
    background: url(../../images/product/tu_product.png) no-repeat center 3px;
    padding: 50px 0;
    box-shadow: 4px 0px 20px #4a668e29;
    margin-top: 250px;
}

.ys .main {
    width: 100%;
    margin: 100px auto;
    display: flex;
}

.ys {
    text-align: center;
    padding-top: 50px;
}

.ys h2 {
    margin-bottom: 70px;
}

.ys_block {
    flex: 1;
}

.ys_num {
    color: #000080;
    ;
    font-size: 48px;
    font-weight: bold;
}

.ys_tit {
    color: #222e3c;
    font-size: 18px;
    margin-top: -10px;
    margin-bottom: 5px;
    font-weight: bold;
}

.ys_line {
    width: 165px;
    position: relative;
    border-bottom: 1px solid #6281a8;
}

.ys_line1 {
    transform: rotate(155deg);
    top: 40px;
    left: 32px;
}

.ys_block2 {
    margin-left: 30px;
    margin-top: -64px;
}

.ys_line2 {
    transform: rotate(25deg);
    left: 40px;
    top: -51px;
}

.ys_block3 {
    margin-left: 40px;
    margin-top: 0px;
}

.ys_line3 {
    transform: rotate(155deg);
    left: 50px;
    top: 25px;
}

.ys_block4 {
    margin-left: 40px;
    margin-top: -60px;
}

.ys_line4 {
    transform: rotate(25deg);
    left: 50px;
    top: -60px;
}

.ys_block5 {
    margin-top: -30px;
}

.b_bj {
    width: 100%;
    height: 500px;
    background: url(../../images/product/ysbj2.svg) no-repeat;
    background-size: cover;
    margin-top: -60px;
    margin-bottom: 120px;
}

.b_pic {
    position: relative;
    text-align: center;
}

.b_pic .btn a {
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #121b2b;
    border-radius: 30px;
    color: #fff;
    display: block;
}


/*效率 成本 周期*/

.kj {
    background: #f6f7f8;
    padding: 80px 0;
    text-align: center;
}

.mikra {
    display: flex;
    font-size: 18px;
    font-weight: 400;
    justify-content: center;
    margin: 4rem 0px 2rem;
}

.flex-align {
    display: flex;
    align-items: center;
    margin-right: 4rem;
    background: #c3c8d5;
    padding: 4px 20px;
    border-radius: 20px;
}

.greySide .circle {
    width: 1rem;
    height: 1rem;
    margin-right: 1rem;
    border-radius: 50%;
    background: #121b2b;
}

.blueSide .circle {
    width: 1rem;
    height: 1rem;
    margin-right: 1rem;
    border-radius: 50%;
    background-color: #ffffff;
}

.cb {
    margin: 40px 0;
}

.itm_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon {
    font-size: 16px;
    margin-right: 20px;
    font-weight: 600;
}

.tab_con .jdt {
    position: relative;
    width: 62%;
    height: 46px;
    line-height: 46px;
    /* background-image: linear-gradient(to left, rgb(122 162 206), rgb(123 162 206)); */
    background: #121b2b;
    border-radius: 40px;
    top: 0;
    left: 0;
    text-align: right;
    padding-right: 20px
}

.tab_con .jdt span {
    display: inline-block;
    flex: 1;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 18px;
}

.t_txt {
    width: 68%;
    margin: 20px auto;
    text-align: center;
}

.t_txt p {
    text-align: left;
}

.jdt .short {
    position: absolute;
    top: 3px;
    left: 4px;
    width: 10%;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 30px;
    text-align: center;
}

.jdt .short b {
    font-size: 18px;
    color: #121b2b;
}

.itm_wrap .img {
    width: 10%;
    margin-left: 20px;
}

.product_btn {
    margin-top: 30px;
}

.tab_con .product_btn a {
    border-bottom: 1px solid #0063f6;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    color: #0063f6;
}

.tab_con .t_img {
    flex: 10%;
    margin-top: -40px;
    margin-left: 50px;
}

.tab_con .t_txt h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
}

.tab_con .t_txt b {
    color: #000080;
    font-size: 20px;
}

.top_pic,
.bottom_pic {
    margin-left: 9rem;
}

.top_pic {
    margin-bottom: 20px;
}

.bottom_pic {
    display: flex;
}

.tab_con .jdt_wrap .money h5 {
    position: absolute;
    color: #000080;
    top: 34px;
    left: 0;
    font-weight: 500;
    background: #eeeeee;
    padding: 5px 20px;
    border-radius: 20px;
    box-shadow: inset 0px -2px 0px 0px rgb(48 59 70 / 20%), 0px 0px 0px 0px rgb(193 210 225 / 10%);
}

.tab_con .jdt_wrap .money_t h5 {
    position: absolute;
    color: #000080;
    top: 120px;
    left: 0;
    font-weight: 500;
    background: #eeeeee;
    padding: 5px 20px;
    border-radius: 20px;
    box-shadow: inset 0px -2px 0px 0px rgb(48 59 70 / 20%), 0px 0px 0px 0px rgb(193 210 225 / 10%);
}


/* 世界首创面向编程的语言 */

.word_wrap {
    background: #121932 url(../../images/product/linear.svg) no-repeat center;
    text-align: center;
    padding: 70px 0 150px;
}

.word_first .title {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #121932;
    padding-top: 70px;
}

.title_lt {
    width: 4%;
    height: 30px;
    background: url(../../images/product/lineimg.svg);
    margin-right: 10px;
}

.title_rt {
    width: 4%;
    height: 30px;
    background: url(../../images/product/lineimgr.svg) top right;
    margin-left: 10px;
}

.word_first h2 {
    color: #fff;
}

.word_wrap {
    display: flex;
    justify-content: space-between;
}

.dor_l {
    width: 44%;
    -webkit-clip-path: polygon(0% 0%, 100% 115px, 100% calc(100% - 30px), 0% 100%);
    -moz-clip-path: polygon(0% 0%, 100% 115px, 100% calc(100% - 30px), 0% 100%);
    -o-clip-path: polygon(0% 0%, 100% 115px, 100% calc(100% - 30px), 0% 100%);
    background: #2b3351;
}

.dor_l img,
.dor_r img {
    margin-top: 40px;
    width: 100%;
}

.dor_r {
    width: 44%;
    -webkit-clip-path: polygon(0% 130px, 100% 0, 100% 100%, 0% calc(100% - 30px));
    -moz-clip-path: polygon(0% 130px, 100% 0, 100% 100%, 0% calc(100% - 30px));
    -o-clip-path: polygon(0% 130px, 100% 0, 100% 100%, 0% calc(100% - 30px));
    background: #2b3351;
}

.word_wrap .btn a,
.platform_tree .btn a {
    position: relative;
    top: 0px;
    display: block;
    margin: 0 auto;
    background: #f5f5f5;
    color: #121b2b;
    padding: 10px 20px;
    font-size: 14px;
    transition: all .4s cubic-bezier(.19, 1, .22, 1);
}

.word_wrap a::before {
    background-image: url(../../images/product/must-btn-left.gif);
    background-position: -6px -6px;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: -32px;
    width: 2rem;
}

.word_wrap a::after {
    background-image: url(../../images/product/must-btn-left.gif);
    background-position: -6px -6px;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 2rem;
    right: -2rem;
    transform: rotate(180deg);
}


/*直接操作SQL语言 */

.by_num {
    position: relative;
}

.by_num {
    position: relative;
    text-align: center;
    padding: 50px 0 400px;
    overflow: hidden;
}

.num_mid {
    text-align: center;
}

.num_mid .btn a {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    background: #f5f5f5;
    color: #121b2b;
    padding: 10px 0;
    transition: all .4s cubic-bezier(.19, 1, .22, 1);
    top: 8rem;
    padding: 10px 20px;
}

.num_mid .btn a::before {
    background-image: url(../../images/product/must-btn-left.gif);
    background-position: -6px -6px;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: -32px;
    width: 2rem;
}

.num_mid .btn a::after {
    background-image: url(../../images/product/must-btn-left.gif);
    background-position: -6px -6px;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 2rem;
    right: -2rem;
    transform: rotate(180deg);
}

.num_mid h2 {
    margin: 40px 0 20px 0;
    text-align: center;
}

.num_mid .pic {
    margin: 40px;
    height: 500px;
    background: url(../../images/product/byimg.png) no-repeat center center;
    background-size: contain;
}

.seamless {
    position: relative;
    margin-top: 14rem;
    margin-bottom: 40rem;
}

.byimg {
    position: absolute;
    top: 14rem;
    left: 50%;
    margin-left: -500px;
    background: url(../../images/product/byimg.png) no-repeat center center;
    background-size: contain;
    width: 1000px;
    height: 640px;
}

.seamless::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    left: calc(50% - 100vw);
    margin: auto;
    width: 200vw;
    height: 200vw;
    background-color: #0c1326;
    border-radius: 50%;
}

.seamless_bottom {
    padding: 50px 0;
    position: relative;
    text-align: center;
    padding: 50px 0 900px;
    overflow: hidden;
    margin-bottom: 70px;
}

.b_info {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 99999;
    left: 50%;
    transform: translateX(-50%);
}

.b_info p {
    font-size: 18px;
    margin-top: 30px;
}

.seamless_bottom::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    left: calc(50% - 100vw);
    margin: auto;
    width: 200vw;
    height: 200vw;
    background-color: #f5f5f5;
    border-radius: 50%;
}

.seamless_bottom ul {
    display: flex;
}

.seamless_bottom li {
    flex: 1;
    margin-top: 8rem;
}

.seamless_bottom li:nth-child(1) {
    border-right: 1px solid #000080;
}

.seamless_bottom li img {
    width: 90%;
}

.platform_tree .btn,
.d_wrap .btn {
    position: relative;
}

.banner_txt .btn a:hover {
    background: #000093;
}

.banner_txt .btn a:hover::before {
    background-image: url(../../images/product/greencorner-left-hover.gif);
    background-position: -6px -6px;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: -32px;
    width: 2rem;
}

.banner_txt .btn a:hover:after {
    background-image: url(../../images/product/greencorner-left-hover.gif);
    background-position: -6px -6px;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 2rem;
    right: -2rem;
    transform: rotate(180deg);
}

.d_wrap .btn a {
    position: relative;
    top: 60px;
    left: 30px;
    display: inline-block;
    margin: 0 auto;
    background: #f5f5f5;
    color: #121b2b;
    padding: 10px 0;
    font-size: 14px;
    padding: 10px 20px;
}

.platform_tree .btn a {
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -60px;
}

.platform_tree .btn a::before,
.d_wrap .btn a::before {
    background-image: url(../../images/product/must-btn-left.gif);
    background-position: -6px -6px;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: -32px;
    width: 2rem;
}

.platform_tree .btn a::after,
.d_wrap .btn a::after {
    background-image: url(../../images/product/must-btn-left.gif);
    background-position: -6px -6px;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 2rem;
    right: -2rem;
    transform: rotate(180deg);
}

.num_left {
    width: 40%;
}

.num_left li {
    text-align: left;
    font-size: 16px;
    margin: 12px 0;
    color: #374161;
}

.num_left li i {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #374161;
    border-radius: 4px;
    margin-right: 4px;
    vertical-align: middle;
}

.num_right {
    position: relative;
    width: 60%;
    text-align: right;
}

.num_right img {
    width: 50%;
    -webkit-clip-path: polygon(0% 22px, 22px 0%, 100% 0%, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0% 100%);
}

.l_border {
    position: absolute;
    top: 25px;
    right: 72px;
    width: 70%;
    height: 60%;
    border-left: 1px solid #000080;
    border-bottom: 1px solid #000080;
}

.r_border {
    position: absolute;
    top: -24px;
    right: -30px;
    width: 70%;
    height: 60%;
    border-right: 1px solid #000080;
    border-top: 1px solid #000080;
}

.explain_list {
    position: relative;
    top: -60px;
    left: 0;
}

.explain_list ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.explain_list li {
    margin-bottom: 30px;
    line-height: 28px;
    flex: 26%;
    margin-right: 42px;
    display: flex;
    background: #fff;
    padding: 40px 20px;
    text-align: left;
    box-shadow: inset 0px -2px 11px 6px rgb(103 136 172 / 30%), 0px 0px 0px 0px rgb(193 210 225 / 10%);
    border-radius: 8px;
}

.explain_list li:nth-child(3),
.explain_list li:nth-child(6),
.explain_list li:nth-child(9) {
    margin-right: 0;
}

.explain_list li h5 {
    margin: 0 0 20px 0;
    font-weight: 500;
    color: #000080;
}

.explain_list .b_line {
    width: 58px;
    margin-top: -10px;
}


/*世界首创双语法树节点编程语言*/

.platform_tree {
    width: 100%;
    text-align: center;
    background-image: linear-gradient(90deg, #141d34 4%, #192540);
    background: #0c1326 url(../../images/product/ditu.png) no-repeat center center;
    margin-top: -100px;
}

.platform_tree h2 {
    color: #fff;
}

.p_wrap {
    padding: 70px 0 20px 0;
}

.p_wrap h2 {
    margin: 30px 0 60px 0;
}

.cb_wrap .btn a {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    background: #152035;
    color: #fff;
    padding: 10px 30px;
    transition: all .4s cubic-bezier(.19, 1, .22, 1);
    font-size: 14px;
    top: 30px;
}

.platform_tree .pic {
    width: 40%;
    margin: 50px auto;
}


/*结构化、一体化、配置化编程*/

.bc_wrap {
    padding-top: 70px;
}

.bc_wrap ul {
    display: flex;
}

.bc_wrap li {
    margin-right: 30px;
    padding: 16px;
    cursor: pointer;
    padding-bottom: 60px;
    width: 30%;
    /* border: 1px solid #e6ebef; */
    -webkit-clip-path: polygon(0% 10px, 10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%);
    background: linear-gradient(99deg, rgba(230, 236, 247, 0.395396) 0%, rgba(181, 197, 222, 0.400998) 100%);
    box-shadow: inset 11px -10px 8px 2px rgb(183 193 200 / 25%), 0px 0px 0px 0px rgb(193 210 225 / 10%);
}

.bc_wrap li:nth-child(3) {
    margin-right: 0;
}

.bc_wrap .pic {
    height: 200px;
    background: #fff;
    overflow: hidden;
}

.pic img {
    width: 100%;
    margin-top: 20px;
}

.bc_wrap h5 {
    color: #222e3c;
    font-weight: 500;
    margin: 20px 0 10px;
}


/*download*/

.download {
    background: #121932 url(../../images/product/linear.svg) right bottom;
    overflow: hidden;
    padding: 50px 0 120px;
    margin-top: 80px;
}

.d_wrap {
    position: relative;
    width: 100%;
}

.lf {
    position: relative;
    top: 0;
    width: 45%;
    height: 500px;
    background: url(../../images/product/productpic33.png) no-repeat center;
    background-size: contain;
}

.rg {
    position: relative;
    top: 0;
    width: 45%;
    height: 500px;
    background: url(../../images/product/productpic22.png) no-repeat center;
    background-size: contain;
}

.d_wrap .lf h5,
.d_wrap .rg h5 {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -50px;
    color: #fff;
}

.b_line {
    width: 80px;
    border-bottom: 2px solid #000080;
    margin-bottom: 20px;
}

.d_wrap .line {
    top: 0;
    position: absolute;
    left: 50%;
    margin-left: -4px;
}

.d_wrap .btn {
    position: absolute;
    bottom: 170px;
    left: 50%;
    margin-left: -60px;
    text-align: center;
}


/*节省成本*/

.cb_wrap {
    width: 100%;
    height: 200px;
    background: url(../../images/product/cbbj.svg) no-repeat center center;
    border-radius: 10px;
    text-align: center;
    padding: 40px 0;
}

.cb_wrap h2 {
    font-size: 34px;
    color: #222e3c;
    margin-top: 30px;
}

.cb_wrap .btn {
    position: relative;
}

.cb_wrap .btn a:hover {
    padding: 10px 40px;
}

.cb_wrap .btn a::before {
    background-image: url(../../images/product/ty_button.gif);
    background-position: -6px -6px;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: -32px;
    width: 2rem;
}

.cb_wrap .btn a::after {
    background-image: url(../../images/product/ty_button.gif);
    background-position: -6px -6px;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 2rem;
    right: -2rem;
    transform: rotate(180deg);
}


/*最善长应用场景*/

.scene {
    color: #FFFFFF;
    padding: 70px 0;
    width: 100%;
    margin-left: 0px;
    background-color: #f6f7f8;
    text-align: center;
    margin-top: 70px;
}

.border_line {
    border: 1px solid #abc5e2;
    width: 100%;
    height: 600px;
}

.bg {
    position: absolute;
    top: 100px;
    width: 80%;
    background: #fff;
}

.scene_mid {
    position: relative;
}

.scene_mid ul {
    display: flex;
    margin: 80px 0 30px 0;
}

.scene_mid li {
    position: relative;
}

.scene_mid li img {
    width: 250px;
    height: 260px;
}

.scene_mid .btn {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    background: #4577d2;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
    margin-top: 20px;
}

.scene_mid .btn:hover {
    background: #275fc4
}

.scene_mid .btn:hover::before {
    background-image: url(../../images/product/rj-btn-hover.gif);
    background-position: -6px -6px;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: -32px;
    width: 2rem;
}

.scene_mid .btn:hover::after {
    background-image: url(../../images/product/rj-btn-hover.gif);
    background-position: -6px -6px;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 2rem;
    right: -2rem;
    transform: rotate(180deg);
}

.scene_mid .btn::before {
    background-image: url(../../images/product/rj-btn-left.gif);
    background-position: -6px -6px;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: -32px;
    width: 2rem;
}

.scene_mid .btn::after {
    background-image: url(../../images/product/rj-btn-left.gif);
    background-position: -6px -6px;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 2rem;
    right: -2rem;
    transform: rotate(180deg);
}


/*转译*/

.zy_wrap {
    padding: 80px 0 100px;
}

.zy_wrap h2 {
    text-align: center;
    margin-bottom: 50px;
}

.zy_cont ul {
    display: flex;
}

.zy_cont li {
    flex: 1;
    text-align: center;
}

.zy_cont li:nth-child(4) {
    position: relative;
    margin-right: 0;
}

.zy_cont li.more:hover .bubble {
    display: block;
}


/* 转译更多汽泡 */

.bubble {
    position: absolute;
    top: 140px;
    right: 16px;
    height: 45px;
    line-height: 45px;
    border-radius: 2px;
    background-color: currentColor;
    color: #fefefe;
    background: #000080;
    display: none;
}

.bubble i {
    position: absolute;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    width: 0px;
    height: 0px;
    color: #000080;
    border-width: 14px 15px 8px 0px;
    border-style: solid;
    border-color: currentcolor transparent transparent;
    top: -16%;
    left: 150px;
    margin-bottom: 4px;
    transform: rotate(45deg);
}

.bubble .talk {
    padding: 0px 20px;
    color: #fff;
    font-size: 16px;
}


/* 场景更多弹窗 */

.window {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
}

.infor_window {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 32%;
    background: #fff;
    border-radius: 8px;
    padding: 40px 40px 50px 40px;
    overflow: hidden;
    text-align: left;
    transform: translate(-50%, -50%);
}

.infor_window .close {
    position: absolute;
    top: 16px;
    right: 20px;
    width: 26px;
    height: 26px;
    background: url(../../images/close.png) no-repeat;
    cursor: pointer;
}

.infor_window li {
    font-size: 16px;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}