.function_item {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.item_title {
    padding: 20px;
    font-size: 30px;
    /*font-weight: bold;*/
    text-align: center;
    box-shadow: 0px 3px 5px #999;
}

.item_content {
    position: relative;
    display: flex;
    flex-direction: row;
    height: auto;
    margin-top: 30px;
}

.content_same {
    flex: 1;
    background: #fff;
    box-shadow: 1px 3px 5px #999;
    margin-bottom: 30px;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
}

.content_same img {
    width: 80px;
    height: 80px;
    margin: 25px 0;
}

.content_same text {
    margin-bottom: 30px;
}

.content_left {
    flex: 1;
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.content_left img {
    width: 100%;
    height: 450px;
    position: relative;

}

.back_img_GWindex {
    height: 480px;

}

.back_img_up_GWindex {
    height: 480px;
    position: relative;
    background: red;
    z-index: 2;
}

.GWindex_div {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 3;
    float: left;
    top: 59%;
    margin-top: -197px;

}

.GWindex_div_content {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.GWindex_div_content text a {
    color: white;
}

.GWindex_div_content text:nth-child(2) {
    display: inline-block;
    padding: 10px 30px;
    background: #1f8adf;
    margin-bottom: 10px;
    background: linear-gradient(left, rgb(5, 39, 175), lightskyblue);

}

.GWindex_div_content text:nth-child(3) {
    color: white;
    display: inline-block;
    padding: 10px 30px;
    background: #1f8adf;
    margin-bottom: 10px;
    background: linear-gradient(left, rgb(5, 39, 175), lightskyblue);
}

.GWindex_div_content text:nth-child(1) {
    font-size: 26px;
    color: white;
    padding: 10px 40px 5px 40px;
}

.live {
    position: relative;
    width: 15px;
    height: 15px;
    margin-left: 4px;
    top: 3px;
    display: inline-block;
}

@-webkit-keyframes living {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 0.5;
    }
    50% {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
        opacity: 0; /*圆形放大的同时，透明度逐渐减小为0*/
        /*background: red;*/

    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 0.5;
    }
}

@keyframes living {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 0.5;
        /*background: red;*/
    }
    50% {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
        opacity: 0; /*圆形放大的同时，透明度逐渐减小为0*/
        /*background: red;*/

    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 0.5;
    }
}

.live_out {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.live span {
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    bottom: 0;
    background: #fff;
    border-radius: 50%;
    -webkit-animation: living 3s linear infinite;
    z-index: -1;
}

.live-inside {
    display: inline-block;
    position: absolute;
}

.live-inside text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 20px;
    font-size: 17px;
    color: black;
}

.live span:nth-child(2) {
    background: #2196f3;

    -webkit-animation-delay: 1.5s; /*第二个span动画延迟1.5秒*/
}

.live-inside_0 {
    left: 577px;
    top: 48px;
}

.live-inside_1 {
    left: 441px;
    top: 6px;
}

.live-inside_2 {
    left: 315px;
    top: 57px;
}

.live-inside_3 {
    left: 384px;
    top: 93px;
}

.live-inside_4 {
    left: 61px;
    top: 100px;
}

.live-inside_5 {
    left: 183px;
    top: 13px;

}

.live-inside_6 {
    left: 21px;
    top: 30px;
}

.live-inside_7 {
    left: 224px;
    top: 75px;
}

.GWindex_div_out {
    position: absolute;
    height: 448px;
    z-index: 3;
    top: 50px;
    left: 50%;
    margin-left: -600px;
}

.GWindex_div_in {
    width: 100%;
    height: 448px;
    position: relative;
}

.content_same_add {
    margin-right: 20px;
    border-top: 1px solid coral;
    float: left;
}

#item_content_add {

}

.content_same_add_1 {
    border-top: 1px solid cadetblue;

}

.content_same_add text {
    margin-top: 50px;
    margin-bottom: 0;
    color: coral;
}

.content_same_add_1 text {
    color: cadetblue;

}

.content_same_add_2 {
    border-top: 1px solid burlywood;

}

.content_same_add_2 text {
    color: burlywood;

}

.content_same_add_3 {
    border-top: 1px solid #b36539;

}

.content_same_add_3 text {
    color: #b36539;

}

.content_same_add img {
    width: 150px;
    height: 150px;
    margin-top: 40px;
    margin-bottom: 50px;
}

.item_content_manage {
    flex: 1;
}

.content_same_manage text {
    display: inline-block;
    white-space: pre-wrap;
    height: 100px;
    margin: 0 25px;
    text-indent: 2em;
    text-align: left;

}

.content_same_title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /*margin-top: 50px;*/
}

.content_same_title img {
    width: 32px;
    height: 32px;
}

.content_same_title text {
    height: 32px;
    margin-left: 5px;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    line-height: 46px;
    text-indent: 0;
}

.content_same_manage_title {
    display: flex;
    flex-direction: row;
    justify-content: left !important;
    /*margin-top: 50px;*/
    margin-left: 50px;
}

.manage_title {
    width: 100%;
    padding-top: 40px;
}

.manage_title img {
    width: 32px;
    height: 32px;
}

.manage_title text {
    font-weight: normal;
    position: relative;
    font-size: 20px;
}

.item_content_manage_out {
    /*display: flex;*/
    /*flex-direction: column;*/
    background: white;
    margin-top: 30px;
}

.manage_title {
    width: 200px;
    margin-top: 40px;
    margin-left: 50px;
}

.manage_title text {
    display: inline-block;
    vertical-align: middle;
}

.item_title_fun {
    margin-bottom: 30px !important;
}

.move_add {
    -webkit-animation: mymove 0.5s alternate; /* Safari 和 Chrome */
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;

    /*-webkit-animation:mymove 1s alternate; !* Safari 和 Chrome *!*/
}

@-webkit-keyframes mymove {
    to {
        margin-top: -10px;
        margin-bottom: 40px;
    }
}

@keyframes mymove {
    to {
        margin-top: -10px;
        margin-bottom: 40px;
    }
}

.item_manage_new {
    height: auto;
    width: 100%;
    display: flex;
    margin-top: 0;
    flex-direction: column;
}

.manage_new_up {
    height: auto;
    display: flex;
    flex-direction: row;
    height: 190px;
}

.new_up_div {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 20px;
}

.new_up_div img {
    width: 32px;
    height: 32px;
    margin: 50px 0 20px 0;
}

.new_up_div1 img {
    width: 32px;
    height: 32px;
    margin: 30px 0 20px 0;
}

.new_up_div text:nth-child(2) {
    font-weight: 400;
    font-size: 20px;
}

.new_up_div text:nth-child(3) {
    font-size: 14px;
    margin: 20px;

}

.item_title_world {
    margin-top: 30px;
}

.container {
    width: 200px;
    height: 260px;
    position: relative;
    -webkit-perspective: 800px;
            perspective: 800px;
}

#card {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}

#card figure {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

#card .front {
    background: red;
}

#card .back {
    background: blue;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}

#card.flipped {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}

/*卡片翻转部分*/
.courseLogo {
    flex: 1;
    float: left;
    position: relative;
    box-sizing: border-box;
    -webkit-perspective: 800px;
            perspective: 800px;
}

.courseBefore {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: 1s;

}

.courseAfter {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background-color: #f8f8f8;
    text-indent: 2em;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: 1s;

}

.courseLogo:hover .courseBefore {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}

.courseLogo:hover .courseAfter {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
}

.function_item_product {
    margin-top: 30px;
    background: #fff;
    height: auto;
    display: flex;
    flex-direction: row;
    position: relative;
}

.product_div {
    flex: 1;
    display: flex;
    /*height: auto;*/

    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    margin: 30px;
    height: 158px;
    margin-bottom: 10px;
}

.product_div_0 {
    background: #c6e8e6;
}

.product_div_1 {
    background: #efccd7;
}

.product_div_2 {
    background: #cae0f1;
}

.product_div_3 {
    background: #e0d6f3;
}

.product_div_0 div {
    background: #8ad68a;
}

.font_color_0 {
    border-bottom: 1px solid #8ad68a;
}

.font_color_1 {
    border-bottom: 1px solid #f9857c;
}

.font_color_2 {
    border-bottom: 1px solid #68b4f1;
}

.font_color_3 {
    border-bottom: 1px solid #6a7ad6;
}

.product_div_1 div {
    background: #f9857c;
}

.product_div_2 div {
    background: #68b4f1;
}

.product_div_3 div {
    background: #6a7ad6;
}

.product_div text:nth-child(1) {
    padding: 10px 40px 5px 40px;
    display: inline-block !important;
    font-size: 23px;
    /*border-bottom: 1px solid #f9857c;*/
}

.product_div text:nth-child(2) {
    padding: 10px;
    font-family: Verdana, Geneva, sans-serif;
    /*border-bottom: 1px solid #8ad68a;*/

}

.price_btn {
    padding: 10px 0px;
    width: 157px;
    text-align: center;
    background: green;
    display: inline-block;
    border-radius: 28px;
    color: white;
    font-size: 19px;
    font-weight: normal;
    margin-bottom: 20px;
}

.product_div_0 {
    /*margin-left: 60px;*/
}

.product_div_2 {
    position: relative;
}

.great_price {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    font-size: 18px;
    top: -20px;
    right: -11px;
    -webkit-transform: rotate(16deg);
            transform: rotate(16deg);
    position: absolute;
    background: #FF5234 !important;
    color: white;
}

.function_item_up_btn {
    height: 33px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.function_item_up_btn text {
    padding: 6px 25px;
    color: white;
    background: orange;
    display: inline-block;
    border-radius: 3px;
}

.function_item_up_btn text a {

    color: white;
}

.function_item_up {
    position: relative;
    background: #fff;
    height: auto;
}

.up_title {
    font-size: 28px;
    text-align: center;
    padding: 30px;
    letter-spacing: 2px;
}

.company_choose {
    display: flex;
    flex-direction: row;
}

.company_choose_item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company_choose_item img {
    width: 32px;
    height: 32px;
    margin: 20px 0 20px 0;
}

.company_choose_item text {
    color: black;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.company_choose_1 {
    padding-bottom: 30px;
    background: white;
}

#use_time {
    font-size: 13px;
    display: inline-block;
    border-bottom: 0;
    padding: 0;
    vertical-align: middle;
}

.price_btn_max {
    text-decoration: line-through;
}
.index_aline{
    width: 136px!important;
    display: inline-block;
}