header {
    display: block;
    width: 100%;
    height: 100px;
    background-color: #fff;
    line-height: 60px;
}

.logo a {
    background-image: url(/images/project/2019/whitehomeappliances/white_landing_img/grey_logo.png);
    width: 120px;
    height: 36px;
    position: absolute;
    left: 50%;
    margin-left: -560px;
    top: 10px;
}

.project_visual {
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 52%, #eef2f3 52%, #eef2f3 52%);
    background: -webkit-linear-gradient(top, #ffffff 52%,#eef2f3 52%,#eef2f3 52%);
    background: linear-gradient(to bottom, #ffffff 52%,#eef2f3 52%,#eef2f3 52%);
    position: relative;
}

.main_bg {
    display: block;
    max-width: 1100px;
    height: 320px;
    background-image: url(/images/project/2019/whitehomeappliances/white_landing_img/visual.jpg);
    margin: 0 auto;
    height: 320px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.title {
    display: block;
    width: 282px;
    height: 282px;
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: 100px;
}

.project_visual ul {
    text-align: center;
    padding: 10px
}

    .project_visual ul li {
        display: inline-block;
        margin: 5px 0;
    }

        .project_visual ul li a {
            color: #333;
            padding: 0px 15px;
            border-right: 1px solid #333;
        }

        .project_visual ul li:last-child a {
            border-right: none;
        }

        .project_visual ul li a:hover {
            color: #07c1dd;
        }

section {
    display: block;
    max-width: 1200px;
    padding: 50px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    color: #333;
}

.sild_word {
    display: block;
    position: absolute;
    transform: rotate(90deg);
    width: 350px;
    top: 210px;
    left: -120px;
    word-spacing: 5px;
}

    .sild_word span {
        display: inline-block;
        width: 130px;
        height: 1px;
        background-color: #333;
        margin-left: 10px;
        margin-bottom: 4px;
    }

section a {
    color: #333;
}

section h2 {
    font-family: serif;
    font-size: 3em;
    font-weight: 600;
    margin-left: 30px;
    line-height: 1.2em;
}

    section h2 + p {
        font-size: 1.25em;
        margin-left: 35px;
    }

    section h2 i {
        color: #07c1dd;
        font-family: serif;
    }

section h3 {
    display: inline-block;
    font-size: 1.25em;
    font-weight: 500;
}

.sidebar {
    display: inline-block;
    position: fixed;
    right: 20px;
    z-index: 5;
    top: 50vh;
}

.item_group {
    display: flex;
    flex-direction: column;
    max-width: 900px;
    margin: 0 auto;
}

.field {
    display: flex;
    flex-direction: row;
    position: relative;
    margin-top: 30px;
    flex-wrap: wrap;
}

.pic {
    display: block;
    width: 40%;
    position: relative;
}

    .pic img {
        width: 100%;
    }

    .pic i {
        font-size: 3.75em;
        font-family: Times New Roman;
        color: #07c1dd;
        transform: rotate(90deg);
        position: absolute;
        bottom: 10px;
        left: -40px;
        z-index: 2;
    }

.column_content {
    width: 38%;
    position: absolute;
    left: 34%;
    top: 30px;
}

    .column_content em {
        display: inline-block;
        font-size: 2.25em;
        font-family: Times New Roman;
        vertical-align: top;
    }

    .column_content h3 {
        margin: 15px;
        line-height: 26px;
    }

    .column_content p {
        display: block;
        width: 100%;
        margin-left: 80px;
    }

.field:nth-child(even) {
    flex-direction: row-reverse;
}

    .field:nth-child(even) > .column_content {
        left: 8%;
    }

.more_content {
    display: block;
    text-align: right;
    font-size: 1.25em;
    font-weight: 500;
    color: #07c1dd;
    margin-top: 20px;
}

    .more_content:hover {
        color: #333;
    }

.recommend_article {
    position: relative;
    display: flex;
    margin-top: 40px;
}

    .recommend_article i {
        transform: rotate(0deg);
        top: -45px;
        left: 20px;
    }

    .recommend_article .pic {
        width: 55%;
        margin-right: 30px;
    }

        .recommend_article .pic a:hover img {
            transform: scale(1.03);
        }

.recommend_info {
    width: 45%;
    margin-top: 30px;
}

    .recommend_info a {
        display: block;
        color: #333;
    }

        .recommend_info a:hover {
            color: #07c1dd;
        }

    .recommend_info h3 {
        font-size: 2.25em;
    }

.keyword strong {
    display: inline-block;
    color: #07c1dd;
    border: 1px solid #07c1dd;
    padding: 0 10px;
    margin-right: 8px;
    margin-top: 5px;
}

.recommend_info h4 {
    font-size: 1.25em;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 5px;
}

.guide_list {
    display: flex;
    max-width: 1100px;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

.guide {
    width: 28%;
    margin: 10px 28px 0px 28px;
    text-align: center;
    position: relative;
}

    .guide img {
        width: 100%;
        margin-top: 15px;
    }

    .guide i {
        font-size: 3.75em;
        font-family: Times New Roman;
        color: #07c1dd;
        border-bottom: 1px solid #07c1dd;
    }

    .guide h3 {
        display: block;
        margin-bottom: 5px;
    }


.organize {
    background-color: #eef2f3;
    width: 100%;
}

    .organize .guide i {
        border-bottom: 0;
        position: relative;
        display: inline-block;
        padding: 0 8px;
        background-color: #eef2f3;
        ;
        margin: 0 auto;
        z-index: 3;
        text-align: center;
    }

    .organize .guide .guide_pic:before {
        display: inline-block;
        content: "";
        width: 100%;
        height: 10px;
        border: 1px solid #07c1dd;
        position: absolute;
        top: 45px;
        border-bottom: 0;
    }

    .organize .guide p:after {
        display: inline-block;
        content: "";
        width: 100%;
        height: 10px;
        border: 1px solid #07c1dd;
        position: absolute;
        left: 0;
        border-top: 0;
        bottom: -20px;
    }

    .organize .more_content {
        margin-top: 40px;
    }

.style {
    display: flex;
    justify-content: center;
}

.decor_info {
    width: 30%;
    margin-right: 50px;
    margin-top: 70px;
}

.decor_img {
    width: 45%;
    position: relative;
}

    .decor_img:after {
        display: block;
        content: "";
        position: absolute;
        width: 80%;
        height: 0;
        padding-bottom: 80%;
        border: 1px solid #07c1dd;
        top: -30px;
        right: -30px;
        z-index: 1;
    }

    .decor_img img {
        width: 100%;
        z-index: 3;
        position: relative;
    }

.decor_info ul li {
    display: inline-block;
    margin-bottom: 20px;
}

    .decor_info ul li a {
        display: block;
        font-size: 1.25em;
        border-right: 1px solid #c3c3c3;
        padding: 0px 15px;
        line-height: 1.2em;
        font-weight: 500;
    }

    .decor_info ul li:last-child a {
        border-right: 0;
    }

    .decor_info ul li a:hover, .decor_info ul li a:focus {
        background-color: #07c1dd;
        color: #fff;
    }

.prize_list {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.prize {
    display: block;
    width: 25%;
    margin: 15px 0;
    text-align: center;
}

    .prize img {
        display: block;
        margin: 0 auto;
    }

    .prize p {
        font-weight: 500;
    }

    .prize span {
        font-size: 14px;
        color: #666;
    }

    .prize a:hover {
        color: #07c1dd;
    }

@media (min-width:1000px) and (max-width:1024px) {
    .logo a {
        left: 5px;
        margin-left: 0
    }

    .sild_word {
        left: -130px;
    }

    .item_group {
        width: 800px;
    }

    .field {
        margin-top: 50px;
    }

    .recommend_info {
        margin-top: 10px;
    }

    .guide {
        width: 28%;
        margin: 10px;
        text-align: center;
        position: relative;
    }
}

@media (min-width:768px) and (max-width:999px) {
    .logo a {
        left: 5px;
        margin-left: 0
    }

    .title {
        left: -2%;
    }

    section h2 {
        margin-left: 10px;
    }

        section h2 + p {
            margin-left: 15px;
        }

    .sild_word {
        left: -140px;
    }

    .item_group {
        width: 620px;
    }

    .field {
        margin-top: 100px;
    }

        .field:nth-child(even) > .column_content {
            left: 2%;
        }

    .recommend_info {
        margin-top: 0px;
    }

        .recommend_info h3 {
            font-size: 2em;
        }

    .keyword strong {
        font-size: 14px;
    }

    .recommend_info h4 {
        font-size: 1.25em;
    }

    .recommend_info p {
        display: none;
    }

    .guide {
        width: 28%;
        margin: 10px;
    }

    .decor_info {
        width: 45%;
        margin-right: 20px;
    }

    .decor_img {
        margin-top: 70px;
    }

        .decor_img:after {
            top: -20px;
        }

    .prize_list {
        justify-content: center;
    }

    .prize {
        margin: 15px;
        text-align: center;
    }
}



@media (min-width:320px) and (max-width:640px) {
    .logo a {
        left: 0px;
        margin-left: 0
    }

    .title {
        left: -5%;
    }

    .sidebar {
        display: none;
    }

    .sild_word {
        left: -140px;
    }

    section h2 {
        margin-left: 5px;
        width: 100%
    }

        section h2 + p {
            margin-left: 10px;
        }

    .field {
        margin-top: 60px;
        margin-left: 30px;
    }

    .pic {
        width: 100%;
    }

    .column_content {
        width: 100%;
        position: relative;
        left: 0%;
        top: 0px;
    }

        .column_content p {
            margin-left: 0px;
        }

    .field:nth-child(odd) {
        flex-direction: row-reverse;
    }

    .field:nth-child(even) > .column_content {
        left: 0%;
    }

    .recommend_article {
        display: flex;
        flex-direction: column;
        margin-top: 50px;
        justify-content: center;
        margin-left: 10px;
    }

        .recommend_article .pic {
            width: 100%;
        }

    .recommend_info {
        width: 100%;
        margin-top: 0px;
    }

        .recommend_info h3 {
            font-size: 2em;
        }

    .keyword strong {
        padding: 0 5px;
    }

    .guide_list {
        flex-direction: column;
        justify-content: space-around;
    }

    .guide {
        width: 100%;
        margin-top: 30px;
        margin-left: 10px;
    }

    .style {
        display: flex;
        flex-direction: column;
        flex-direction: column-reverse;
        margin-left: 10px;
    }

    .decor_info {
        width: 100%;
        margin-right: 0px;
        margin-top: 20px;
    }

        .decor_info ul li a {
            padding: 0px 10px;
        }

    .decor_img {
        width: 100%;
        position: relative;
        margin-top: 60px;
    }

        .decor_img:after {
            top: -25px;
        }

    .prize_list {
        display: flex;
        justify-content: center;
        box-sizing: border-box;
        flex-wrap: wrap;
    }

    .prize {
        width: 100%;
    }
}


@media (min-width:320px) and (max-width:320px) {
    .logo a {
        left: 0px;
        margin-left: 0
    }

    .title {
        left: -25%;
        top: -50px;
    }

    section h2 {
        font-size: 1.8em;
        width: 100%
    }

    .project_visual ul {
        padding: 5px
    }

        .project_visual ul li a {
            padding: 0px 20px;
        }

    .recommend_info h3 {
        font-size: 1.8em;
    }

    .decor_img:after {
        top: -17px;
    }

    .decor_info ul li a {
        padding: 0px 8px;
    }

    .prize_list {
        flex-direction: column;
    }
}


.article_msg {
    font-size: 12px;
}

.SN_rtd {
    font-size: 12px;
}

.sticky is_stuck {
    z-index: 6;
}
/*¤À¨É¤¸¥ó*/
.fb_share {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 5;
}

@media (min-width:320px) and (max-width:414px) {
    .fb_share {
        display: inline-block;
        position: relative;
        float:right;
        right: 10%;
        top: -80px;
        z-index: 5;
    }
}

.fb_message {
    color: #fff;
    padding: 30px;
}
