﻿@charset "utf-8";
/* CSS Document */
.cw {
    width: 1000px;
    margin: 0 auto;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
}
/*header*/


.header {
    border-bottom: 1px solid #ddd;
    height: 86px;
    box-shadow: 0 10px 10px #efefef;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .header a.modify {
        display: inline-block;
        width: 120px;
        height: 38px;
        background: #f3f3f3;
        line-height: 38px;
        margin-right: 35px;
        text-align: center;
        transition: all .3s;
    }

        .header a.modify span {
            display: inline-block;
            height: 38px;
            line-height: 38px;
            font-size: 13px;
            color: #333;
            padding-left: 25px;
            background: url(../images/page/modify.png) no-repeat left center;
            transition: all .3s;
        }

        .header a.modify:hover {
            background: #0095ae;
        }

            .header a.modify:hover span {
                color: #fff;
                background: url(../images/page/modify_h.png) no-repeat left center;
            }

    .header a.logout {
        display: inline-block;
        width: 120px;
        height: 38px;
        background: #f3f3f3;
        line-height: 38px;
        margin-right: 35px;
        text-align: center;
        transition: all .3s;
        position: absolute;
        right: 150px;
    }

        .header a.logout span {
            display: inline-block;
            height: 38px;
            line-height: 38px;
            font-size: 13px;
            color: #333;
            padding-left: 25px;
            background: url(../images/page/logout.png) no-repeat left center;
            transition: all .3s;
        }

        .header a.logout:hover {
            background: #0095ae;
        }

            .header a.logout:hover span {
                color: #fff;
                background: url(../images/page/logout_h.png) no-repeat left center;
            }

.login_wrap {
    padding-top: 140px;
    text-align: center;
}

    .login_wrap .title {
        font-size: 38px;
        margin-bottom: 40px;
    }

    .login_wrap .content {
        width: 370px;
        margin: 0 auto;
    }

        .login_wrap .content ul li {
            margin-bottom: 15px;
            position: relative;
        }

            .login_wrap .content ul li input {
                box-sizing: border-box;
                height: 44px;
                border: 1px solid #e6e6e6;
                width: 100%;
                background-color: #eaeaea;
                padding: 8px 0 8px 55px;
                font-size: 15px;
                line-height: 26px;
                ;
            }

                .login_wrap .content ul li input::placeholder {
                    color: #999;
                }

                .login_wrap .content ul li input.yhm {
                    background-image: url(../images/page/yhm.svg);
                    background-position: 12px center;
                    background-repeat: no-repeat;
                    background-size: 20px;
                }

                .login_wrap .content ul li input.mm {
                    background-image: url(../images/page/mm.svg);
                    background-position: 13px center;
                    background-repeat: no-repeat;
                    background-size: 18px;
                }

            .login_wrap .content ul li i {
                display: inline-block;
                width: 1px;
                height: 34px;
                background: #cdcdcd;
                position: absolute;
                left: 44px;
                top: 5px;
            }

            .login_wrap .content ul li a.lgbtn {
                display: inline-block;
                width: 100%;
                height: 42px;
                line-height: 42px;
                font-size: 16px;
                color: #fff;
                background: #0095ae;
                border-radius: 8px;
                transition: all .3s;
            }

                .login_wrap .content ul li a.lgbtn:hover {
                    opacity: .8;
                }

.list_wrap {
    width: 920px;
    margin: 0 auto;
    padding: 60px 0;
}

    .list_wrap ul li {
        background: #f2f2f2;
        padding: 18px 40px 18px 0;
        border-radius: 12px;
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }

        .list_wrap ul li .down_ico {
            display: inline-block;
            width: 108px;
            height: 62px;
            background: url(../images/page/download.png) no-repeat center;
            border-right: 1px solid #dbdbdb;
        }

        .list_wrap ul li .down_link a {
            display: inline-block;
            width: 160px;
            height: 48px;
            background: #fff;
            transition: all .3s;
            font-size: 16px;
            line-height: 48px;
            color: #000;
            text-align: center;
        }

        .list_wrap ul li .down_text {
            width: 611px;
            height: 62px;
            display: flex;
            font-size: 18px;
            line-height: 28px;
            color: #333;
            box-sizing: border-box;
            padding: 0 20px;
            align-items: center;
        }

        .list_wrap ul li .down_link a:hover {
            background: #0095ae;
            color: #fff;
        }


.detail_wrap {
    width: 920px;
    margin: 0 auto;
    padding: 60px 0;
}

    .detail_wrap ul li {
        background: #f2f2f2;
        padding: 18px 40px 18px 0;
        border-radius: 12px;
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }

        .detail_wrap ul li .down_ico {
            display: inline-block;
            width: 108px;
            height: 62px;
            background: url(../images/page/download.png) no-repeat center;
            border-right: 1px solid #dbdbdb;
        }

        .detail_wrap ul li .down_link a {
            display: inline-block;
            width: 160px;
            height: 48px;
            background: #fff;
            transition: all .3s;
            font-size: 16px;
            line-height: 48px;
            color: #000;
            text-align: center;
        }

        .detail_wrap ul li .down_cont {
            width: 611px;
            height: 62px;
            display: flex;
            flex-wrap: wrap;
            box-sizing: border-box;
            padding: 0 20px;
            align-items: center;
        }

            .detail_wrap ul li .down_cont .txt {
                width: 100%;
                font-size: 18px;
                line-height: 28px;
                color: #333;
            }

            .detail_wrap ul li .down_cont .size {
                font-size: 16px;
                line-height: 26px;
                color: #666666;
                font-weight: 300;
            }

        .detail_wrap ul li .down_link a:hover {
            background: #0095ae;
            color: #fff;
        }


.modify_wrap {
    padding-top: 140px;
    text-align: center;
}

    .modify_wrap .title {
        font-size: 38px;
        margin-bottom: 40px;
    }

    .modify_wrap .content {
        width: 370px;
        margin: 0 auto;
    }

        .modify_wrap .content ul li {
            margin-bottom: 15px;
        }

            .modify_wrap .content ul li input {
                box-sizing: border-box;
                height: 44px;
                border: 1px solid #e6e6e6;
                width: 100%;
                background-color: #eaeaea;
                padding: 8px 0 8px 20px;
                font-size: 15px;
                line-height: 26px;
                ;
            }

                .modify_wrap .content ul li input::placeholder {
                    color: #999;
                }

            .modify_wrap .content ul li a.subbtn {
                display: inline-block;
                width: 100%;
                height: 42px;
                line-height: 42px;
                font-size: 16px;
                color: #fff;
                background: #0095ae;
                border-radius: 8px;
                transition: all .3s;
            }

                .modify_wrap .content ul li a.subbtn:hover {
                    opacity: .8;
                }

            .modify_wrap .content ul li a.resetbtn {
                display: inline-block;
                width: 100%;
                height: 42px;
                line-height: 42px;
                font-size: 16px;
                color: #333;
                background: #eaeaea;
                border-radius: 8px;
                transition: all .3s;
            }

                .modify_wrap .content ul li a.resetbtn:hover {
                    opacity: .8;
                }
