﻿.wrapper {
    width: 1160px;
    margin: 0 auto;
}

.mine-profile{
    width:90%;
    margin:0px auto;
}

/*会员中心首页--开始*/

.client-center {
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    margin: 30px auto;
    padding:30px 0px;
}

@media (max-width: 768px) {
    .client-center {
        margin: 90px auto;
        width: 96%;
    }
}

@media (max-width: 640px) {
    .client-center {
        margin: 70px auto;
        width: 90%;
        box-shadow: none;
        border: solid 1px #ccc;
        border-left: none;
    }
}

.client-center .filesearch {
    font-size: 14px;
    color: #666;
    display:block;
    height:30px;
    padding: 15px 0px 10px;
}

@media (max-width: 640px) {
    .client-center .filesearch {
        padding: 10px 0;
    }
}

.client-center p.pinfo {
    display:block;
    clear:both;
    line-height:30px;
    margin-bottom:10px;
}
.client-center p.pinfo a{color:#278ff0; padding:0px 5px; display:inline-block; margin:0px; float:none;}

.client-center .filesearch span.left {
    font-size: 12px;
}

@media (max-width: 768px) {
    .client-center .filesearch span.left {
        float: none;
        display: block;
        padding: 0 0 10px;
    }
}

.client-center .filesearch .search {
    position: relative;
}

@media (max-width: 768px) {
    .client-center .filesearch .search {
        width: 100%;
        display: block;
        float: none;
    }
}

@media (max-width: 640px) {
    .client-center .filesearch .search {
        width: 100%;
    }
}

.client-center .filesearch .udrop {
    display: block;
    width: 110px;
    height: 24px;
    background: url(/ContentMain/member/icon-arrow-down.png) no-repeat 0 0;
    cursor: pointer;
    font-style: normal;
}

.client-center .filesearch .search .order {
    text-align: center;
    position: relative;
    height: 22px;
    line-height: 22px;
    border-top: solid 1px #d2d2d2;
    border-bottom: solid 1px #d2d2d2;
    border-right: none;
    border-left: none;
    float:left;
    margin-left:30px;
}

    .client-center .filesearch .search .order div {
        background: #ffffeb;
        height: 22px;
        width:80px;
        line-height: 22px;
    }

    .client-center .filesearch .search .order dl.drop {
        display: none;
        background: #fff;
        border: solid 1px #d2d2d2;
        border-top: none;
    }

.client-center .filesearch .search input.search-box {
    display: block;
    width: 200px;
    height: 24px;
    line-height: 24px;
    border-top: solid 1px #d2d2d2;
    border-bottom: solid 1px #d2d2d2;
    border-right: none;
    text-indent: .5em;
}

@media (max-width: 768px) {
    .client-center .filesearch .search input.search-box {
        width: 52.5%;
    }
}

@media (max-width: 640px) {
    .client-center .filesearch .search input.search-box {
        width: 56%;
    }
}

.client-center .filesearch .search input.search-btn {
    display: block;
    height: 24px;
    line-height: 24px;
    background: #278ff0;
    color: #fff;
    padding: 0 10px;
    cursor: pointer;
    border: none;
}

.client-center  p {
    padding: 20px 0;
    font-size: 16px;
}

    .client-center  p i {
        font-style: normal;
    }

    .client-center p img {
        margin: 0 0 2px 4px;
        cursor: pointer;
    }

    .client-center  p span {
        color: #3ea7e4;
    }

    .client-center p a {
        margin: 0 70px;
        color: #666;
        text-decoration: underline;
    }

        .client-center p a:hover {
            color: #3ea7e4;
        }

@media (max-width: 640px) {
    .client-center p a {
        margin: 0 0 0 30px;
        float: right;
    }
}

.client-center p strong {
    font-weight: normal;
}

@media (max-width: 640px) {
    .client-center p strong {
        display: block;
    }
}

.client-center p strong span {
    padding: 0 4px;
}

.client-center hr {
    height: 1px;
    border: none;
    border-top: dashed 1px #999;
    margin-bottom: 30px;
}

.client-center table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-left: 1px solid #c7d1d4;
    border-top: 1px solid #c7d1d4;
    padding: 5px 15px;
    word-wrap: break-word;
    word-break: break-all;
}
.client-center table tr td.spviewafter{background:url(/ContentMain/member/view.png) no-repeat center center; text-align:center;}
.client-center table tr td.spviewafter a{display:block; width:20px; height:100%; margin:0px auto; padding:0px;}
.client-center table tr td.taskfile { text-indent:0px; padding:5px; line-height:26px;}
.client-center table tr td.tasktime{text-indent:0px; padding:5px 0px; line-height:26px;}

td.hideviewicon{background:none;}
td.hideviewicon a{display:none;}
@media (max-width: 640px) {
    .client-center table {
        display: none;
    }
}

.client-center table.tale-moile {
    display: none;
}

@media (max-width: 640px) {
    .client-center table.tale-moile {
        border: none;
        display: block;
        width: 100%;
        border-left: solid 1px #c7d1d4;
        padding: 0;
    }
}

.client-center table tr.table-head {
    background: #eff9fd;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #3ea7e4;
}

@media (max-width: 640px) {
    .client-center table tr.table-head {
        border-top: solid 1px #c7d1d4;
    }
}

.client-center table td {
    border-right: 1px solid #c7d1d4;
    border-bottom: 1px solid #c7d1d4;
    height: 40px;
    line-height: 40px;
    text-indent: 2em;
}

@media (max-width: 640px) {
    .client-center table td {
        text-indent: 0;
        line-height: 1.5;
        width: 57%;
        padding: 10px 6px;
    }
}

.client-center table td.center {
    text-align: center;
    text-indent: 0;
}

@media (max-width: 640px) {
    .client-center table td.center {
        width: 15%;
    }
}

.client-center dl.pages-index {
    width: 75%;
    margin: 30px auto;
}

@media (max-width: 768px) {
    .client-center dl.pages-index {
        width: 86%;
    }
}

.client-center dl.pages-index a {
    float: left;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: solid 1px #d2d2d2;
    text-align: center;
    margin: 0 10px 0 0;
}

    .client-center dl.pages-index a:hover {
        border-color: #4b8efd;
        background: #eff9fd;
    }

    .client-center dl.pages-index a.home {
        width: 15px;
        height: 20px;
        background: url(/ContentMain/member/icon-page-change.png) no-repeat right bottom;
        border: none;
        margin: 2px 10px 0;
    }

    .client-center dl.pages-index a.last {
        width: 15px;
        height: 20px;
        background: url(/ContentMain/member/icon-page-change.png) no-repeat left bottom;
        border: none;
        margin: 2px 10px 0;
    }

    .client-center dl.pages-index a.prev {
        width: 11px;
        height: 20px;
        background: url(/ContentMain/member/icon-page-change-02.png) no-repeat left bottom;
        border: none;
        margin: 2px 20px 0 0;
    }

    .client-center dl.pages-index a.next {
        width: 11px;
        height: 20px;
        background: url(/ContentMain/member/icon-page-change-02.png) no-repeat right bottom;
        border: none;
        margin: 2px 0 0 10px;
    }

    .client-center dl.pages-index a.home :hover {
        background-position-y: top;
    }

    .client-center dl.pages-index a.last:hover {
        background-position-y: top;
    }

    .client-center dl.pages-index a.next:hover {
        background-position-y: top;
    }

    .client-center dl.pages-index a.prev:hover {
        background-position-y: top;
    }

.client-center .slogan {
    padding: 30px;
    border: dashed 2px #64b4e8;
    margin-bottom: 50px;
}

    .client-center .slogan dd.left {
        width: 22%;
    }

    .client-center .slogan dd.right {
        width: 78%;
        text-align: center;
    }

        .client-center .slogan dd.right h1 {
            margin: 0 auto 10px;
            padding: 0;
        }

        .client-center .slogan dd.right p {
            text-align: left;
            text-indent: 1em;
            margin: 0;
            padding: 0;
        }

@media (max-width: 640px) {
    .client-center .slogan dd.left {
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }

    .client-center .slogan dd.right {
        width: 100%;
    }
}

html, body {
    height: 100%;
}

.terms-wrapper {
    padding: 30px 0;
}

    .terms-wrapper h1 {
        text-align: center;
        font-size: 18px;
    }

    .terms-wrapper h2 {
        font-size: 16px;
        padding-bottom: 10px;
        font-weight: bold;
    }

    .terms-wrapper h3 {
        font-size: 16px;
        font-weight: bold;
    }

    .terms-wrapper p {
        text-indent: 1em;
        padding-bottom: 20px;
    }

.phoneborder {
    border: none !important;
    background: #d6e1e5;
    padding: 1px;
}

/*会员中心首页--结束*/
