/*main */
body {
    color: #fff;
}
h1, h2 {
    margin: 0;
    font-weight: normal;
}
.section-01 {
    color: #fff;
    text-align: center;
    padding: 136px 0 70px 0;
    min-height: 639px;
    background: url("../imgs/coo_bg_1.png") no-repeat;
    background-size: cover;
}
.section-01 .container {
    display: flex;
    justify-content: space-between;
}
.section-01 .container .left {
    margin-top: 52px;
}
.section-01 .container .right {
    margin-right: 85px;
}
.section-01 .container .left h2 {
    margin-bottom: 8px;
}
.section-01 .container .left h2:nth-child(2) {
    font-size: 28px;
}
.section-01 .container .left h2:first-child {
    font-size: 24px;
}
.h2_pip {
    font-size: 32px;
}
.section-01 .container .left h1 {
    font-size: 56px;
    margin-bottom: 64px;
    font-weight: normal;
    letter-spacing: 0.04em;
}

.section-01 .container .left .left_img {
    text-align: right;
}

.section-02 {
    min-height: 100vh;
    color: #100028;
    background-image: url("../imgs/coo.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.section-02 .container {
    height: 100vh;

    background: url("../imgs/coo_plan_1.png") center bottom no-repeat;
    background-size: 80%;
}
.section-02 .container .items {
    width: 100%;
    height: 688px;
    padding-top: 120px;
    background: url("../imgs/coo_plan_2.png") center bottom no-repeat;
}
.section-02 .container .items h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 97px;
}
.section-02 .container .items .item {
    display: flex;
    margin-top: 60px;
}
.section-02 .container .items .item li {
    flex: 1;
    font-size: 24px;
    font-weight: bold;
    color: #3F88E3;
}
.section-02 .container .items .item li span {
    color: #100028;
}
.section-02 .container .items .item li p {
    width: 340px;
    color: #9f9caf;
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    line-height: 24px;
    margin: 20px 0 0 0;
}

.section-03 {
    min-height: 100vh;
    background: url("../imgs/coo_big.png");
    background-size: cover;
}
/*.section-03{*/
/*    min-height: 100vh;*/
/*    background: url("../imgs/coo_hope_bg.png");*/
/*    background-size: cover;*/
/*}*/
.section-03 .container {
    display: flex;
    padding: 11.58vh 0 15.54vh 0;
    height: 100vh;
    justify-content: space-between;
}
.section-03 .container h2 {
    padding-bottom: 9.36vh;
}
.section-03 .container h3 {
    font-size: 24px;
    margin: 0;
}
.section-03 .container p {
    font-size: 14px;
}
.section-03 .container .item img {
    width: 58px;
    height: 58px;
    /*margin-bottom: 30px;*/
}
.section-03 .container .left {
    width: 708px;
    height: 100%;
}
.section-03 .container .left .left_down .down_top {
    display: flex;
    justify-content: space-between;
}
.section-03 .container .left .left_down .down_top .de_item {
    width: 17.86vw;
    height: 28.76vh;
}
.section-03 .container .left .left_down .down_top .down_left {
    flex: 1;
    display: flex;
}
.section-03 .container .left .left_down .down_top .down_left .item {
    flex: 1;
}
.section-03 .container .left .left_down .down_top .item p {
    width: 165px;
}
.section-03 .container .left .left_down .down_top .item {
    height: 28.76vh;
    background-size: contain;
    padding: 12px 0 0 24px;
    box-sizing: border-box;
    border-image-slice: 10 fill;
    border-width: 10px;
    border-style: solid;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.section-03 .container .left .left_down .down_top .item:nth-child(1) {
    border-image-source: url("../imgs/coo_give_top1.png");
}
.section-03 .container .left .left_down .down_top .item:nth-child(2) {
    border-image-source: url("../imgs/coo_give_top2.png");
}
.section-03 .container .left .left_down .down_top .item:nth-child(3) {
    border-image-source: url("../imgs/coo_give_top3.png");
}
.section-03 .container .left .left_down .down_top .down_left .item {
    margin-right: 24px;
}
.section-03 .container .left .left_down .down_center {
    line-height: 14px;
    margin-bottom: 8px;
}
.section-03 .container .left .left_down .down_bottom {
    line-height: 14px;
    margin-bottom: 8px;
    text-align: right;
}
.section-03 .container .left .left_down .down_down {
    display: flex;
    justify-content: space-between;
}
.section-03 .container .left .left_down .down_down .item {
    padding: 12px 0 0 24px;
    box-sizing: border-box;
    height: 28.76vh;
    border-image-slice: 10 fill;
    border-width: 10px;
    border-style: solid;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.section-03 .container .left .left_down .down_down .item p {
    width: 290px;
}
.section-03 .container .left .left_down .down_down .item:not(:last-child) {
    /*margin-right: 40px;*/
}
.section-03 .container .left .left_down .down_down .item:nth-child(1) {
    border-image-source: url("../imgs/coo_give_down1.png");
}
.section-03 .container .left .left_down .down_down .item:nth-child(2) {
    border-image-source: url("../imgs/coo_give_down2.png");
}
.section-03 .container .right .item .item_left {
    width: 58px;
}
.section-03 .container .right {
    width: 423px;
    height: 100%;
}
.section-03 .container .right .down_bottom {
    line-height: 14px;
    margin-bottom: 12px;
}
.section-03 .container .right .item .item_right {
    flex: 1;
    margin-left: 40px;
    box-sizing: border-box;
}
.section-03 .container .right .item .item_right h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
}
.section-03 .container .right .item .item_right p {
    width: 270px;
}
.section-03 .container .right .items .item {
    flex: 1;
    display: flex;
    padding: 24px 0 0 12px;
    height: 18.53vh;
    border-image-slice: 10 fill;
    border-width: 10px;
    border-style: solid;
}
.section-03 .container .right .item:nth-child(1) {
    border-image-source: url("../imgs/coo_hope_1.png");
}
.section-03 .container .right .item:nth-child(3) {
    border-image-source: url("../imgs/coo_hope_2.png");
    margin-bottom: 24px;
}
.section-03 .container .right .item:nth-child(4) {
    border-image-source: url("../imgs/coo_hope_3.png");
}

.section-04 {
    color: #100028;
    width: 100%;
}
.section-04 .container {
    padding: 120px 0;
}
.section-04 .container h2 {
    text-align: center;
    margin-bottom: 80px;
}
.section-04 .container .items {
    display: flex;
    justify-content: space-between;
}
.section-04 .container .items .de_item {
    width: 128px;
}
.section-04 .container .items .item {
    flex: 1;
    display: flex;
}
.section-04 .container .items .item_detail {
    flex: 1;
    display: flex;
}
.section-04 .container .items > .item, .section-04 .container .items .item .left {
    width: 128px;
}
.section-04 .container .items .de_item .left_up, .section-04 .container .items .item .left .left_up {
    height: 128px;
    background-color: #ECEEFC;
    border-radius: 32px 0 32px 0;
    background-repeat: no-repeat;
    background-position: center;
}
.section-04 .container .items .item_detail .item:nth-child(1) .left .left_up {
    background-image: url("../imgs/coo_phone_1.png");
}
.section-04 .container .items .item_detail .item:nth-child(2) .left .left_up {
    background-image: url("../imgs/coo_phone_2.png");
}
.section-04 .container .items .item_detail .item:nth-child(3) .left .left_up {
    background-image: url("../imgs/coo_phone_3.png");
}
.section-04 .container .items .item_detail .item:nth-child(4) .left .left_up {
    background-image: url("../imgs/coo_phone_4.png");
}
.section-04 .container .items .item_detail .item:nth-child(5) .left .left_up {
    background-image: url("../imgs/coo_phone_5.png");
}
.section-04 .container .items .de_item .left .left_up {
    background-image: url("../imgs/coo_phone_6.png");
}
.section-04 .container .items .left_down {
    font-size: 18px;
    font-weight: bold;
    margin-top: 35px;
    text-align: center;
}
.section-04 .container .items .item .right {
    flex: 1;
}
.section-04 .container .items .item .right .right_up {
    height: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-04 .container .items .item .right .right_down {
    flex: 1;
}

.section-05 {
    width: 100%;
    background: url("../imgs/coo_hot_bg.png");
    background-size: cover;
}
.section-05 .container {
    /*padding: 120px 0;*/
    display: flex;
}
.section-05 .container .left {
    flex: 1;
    position: relative;
}
.section-05 .container .left img {
    position: absolute;
    top: -20%;
    left: -15%;
}
.section-05 .container .right {
    width: 360px;
    padding: 120px 0;

}
.section-05 .container .right span {
    font-size: 24px;
    margin-bottom: 38px;
}
.section-05 .container .right h3 {
    font-size: 36px;
    margin-bottom: 30px;
}

/*main end*/
