@charset "utf-8";
/* 会员中心  */
.user-full {
    clear: both;
    width: 1200px;
    margin: 0px auto;
    font-family: "Microsoft YaHei", "SimSun";
    font-size: 15px;
    color: #555;
}

.user-full a:hover {
    color: #FF5E52
}

.user-centre {
    width: 100%;
    float: left;
    background-color: #F8F8F8;

    margin: 10px auto;
}

.user-left {
    float: left;
    padding-bottom: 20px;
    width: 20%;
    overflow: auto;
    height: auto;
    text-align: center;
    background-color: #F8F8F8;
}

.user-right {
    padding: 5px;
    height: auto;
    overflow: hidden;
    background-color: #FFFFFF;

}

.user_button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #45B6F7;
    border-color: #45B6F7;
    color: #FFFFFF;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.user_button:hover {
    color: #FFFFFF;
    background-color: #FF5E52;
    border-color: #FF5E52;

}

/********************************
 会员中心 - LEFT
********************************/
.titleStyle {
    font-size: 18px;
    padding-bottom: 20px;
    color: #555;
    margin-bottom: 10px;
    font-weight: normal;
    margin-top: 30px;
    border-bottom: 1px dashed #ccc
}

.titleStyle a {
    color: #555;
    color: #5183c0;
}

.user_avatar {
    margin-top: 30px
}

.user_avatar .user_img {
}

.user_avatar .user_img img {
    width: 100%;
    max-width: 80px;
    height: auto;
    max-height: 80px;
    padding: 5px;
    border: 1px solid #d9d9d9;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    box-shadow: inset 0 -1px 0 #3333sf;
    -webkit-box-shadow: inset 0 -1px 0 #3333sf;
    -webkit-transition: 0.4s;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
}

.user_avatar .user_img img:hover {
    box-shadow: 0 0 10px #fff;
rgba(255, 255, 255, .6), inset 0 0 20 px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 0 10px #fff;
rgba(255, 255, 255, .6), inset 0 0 20 px rgba(255, 255, 255, 1);
    transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
}

.user_avatar .user_name {
    margin: 10px 0 20px 0
}

.user-left ul .active {
    position: relative;
    border-left: 5px solid #45B6F7;
    background-color: #ffffff;
}

.user-left ul .active a {
    color: #45B6F7
}

.user-left ul li {
    display: block;
    padding: 12px;
    font-size: 15px;
    color: #666;
    cursor: pointer;
    border: 0;
    outline: none;
    text-decoration: none;
    text-align: center;
    margin: 10px 0;
    list-style: none;
    border-left: 5px solid #F8F8F8
}

.user-left ul li a:hover {
    color:#45B6F7;
}

/********************************
 会员中心 - RIGHT
********************************/
.ucenter {
    padding: 20px;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    min-height: 800px
}

.ucenter .user-header {
    border-bottom: 1px solid #D9D9D9;
    background: none;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
}

.ucenter .feedback {
    float: right;
    font-size: 14px;
    color: #fff;
}

.ucenter .feedback a {
    width: auto;
    background: #45B6F7;
    line-height: 1.42857143;
    display: inline-block;
    padding: 6px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
}

.feedback a:hover {
    color: #fff;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.user-title {
    width: 200px;
    padding: 5px 0 15px 0;
    display: block;
    font-weight: bold;
    font-size: 20px;
}

.user_profile {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    padding-bottom: 20px;
    display: block;
}

.user_info {
    float: left;
    width: 98%;
    margin-left: 10px;
    margin-right: 10px;
}

.user_info ul {
    float: left;
    width: 48%;
    margin-left: 10px;
    list-style: none;
}

.user_info ul li {
    line-height: 50px;
    border-bottom: 1px dashed #ccc
}

.perInfo {
    margin-bottom: 40px;
    margin-top: 10px;
}

.perInfo .titleInfoBorder {
    border: 1px solid #f0f0f0;
    padding: 1px;
    margin-bottom: 20px;
    height: 36px;
    position: relative;
}

.titleInfoBorder span {
    display: block;
    height: 36px;
    line-height: 36px;
    background-color: #fbfbfb;
    padding-left: 20px;
    font-size: 16px;
    font-family: "Microsoft YaHei", "SimSun";
    font-weight: bold;
}

.infoContent {
    text-indent: 2em;
    line-height: 1.9em;
    border: 1px dashed #ccc;
    min-height: 100px;
    padding: 10px;
}

.cuser_info {
    float: left;
    width: 568px;
    margin-left: 10px;
    margin-top: 5px;
}

.cuser_info ul {
    float: left;
    width: 268px;
    margin-left: 10px;
    list-style: none;
}

.cuser_info ul li {
    line-height: 24px;
}

.user_post_list {
    float: left;
    width: 594px;
    margin: 20px 0 0 0;
    padding: 20px;
    border: 1px solid #ddd;
    background: #fff;
}

.user_list_title {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ddd;
    font-size: 14px;
    font-weight: bold;
}

.user_list_title .ipost_title {
    width: 540px;
    overflow: hidden;
}

.user_list_title .removeme {
    position: absolute;
    right: 0;
    top: 0;
}

.uc_tabs {
    margin-top: 20px;
}

.uc_tabs ul {
    padding: 0 3px;
    margin: 0;
    overflow: visible;
    border: none;
    border-bottom: 1px solid #ccc;
    height: 30px;
}

.uc_tabs ul li {
    display: block;
    float: left;
    vertical-align: bottom;
    margin: 0 5px 0 5px;
}

.uc_tabs ul li a {
    border: 1px solid #CACDE0;
    border-bottom: 0;
    display: block;
    height: 27px;
    overflow: hidden;
    color: #333;
    background: #F8F8F8;
    border-color: #ddd;
    line-height: 27px;
    padding: 0 15px;
    font-size: 13px;
    float: left;
    margin: 0;
    margin-top: 2px;
}

.login_form, .register_form, .reset_form, .edit_form {
    margin: 20px 0 0 0;
}

.asterisk {
    color: #ff0000;
    line-height: 20px;
}

.login_submit {
    margin-left: 20px;
}

.ucheader {
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
}

.error {
    color: #ff0000;
}

.ucpwd, .ucitem {
    display: block;
    line-height: 20px;
}

.author_profile {
    float: left;
    margin: 0 0 20px 0;
    padding: 9px;
    border: 1px solid #ccc;
}

.author_photo {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    overflow: hidden;
}

.author_photo img {
    width: 50px;
    height: 50px;
    overflow: hidden;
}

.author_info {
    float: left;
    width: 538px;
}

.author_info ul {
    float: left;
    width: 250px;
    margin-left: 10px;
    list-style: none;
}

.author_info ul li {
    line-height: 24px;
}

.user_desc {
    float: left;
    margin: 20px 0;
}

.user_desc h6 {
    margin-bottom: 10px;
    font-weight: bold;
}

.photo_upload {
    float: left;
    width: 560px;
    height: 50px;
    line-height: 50px;
    margin-left: 20px;
}

.edit_user_desc {
    float: left;
    line-height: 20px;
}

.edit_user_desc textarea {
    width: 420px;
    height: 150px;
    border: 1px solid #ccc;
    line-height: 20px;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 2px;
}

.profile_notice {
    padding: 0 10px 10px;
    margin-bottom: 10px;
}

.submit {
    margin-top: 20px
}

.submitbox {
    margin-bottom: 10px
}

.submitbox img {
    max-width: 180px;
    max-height: 180px;
    padding: 5px;
    border: 1px #ccc dashed;
    float: none;
    margin: 0 auto
}

.file-box {
    position: relative;
    width: 450px;
    float: none;
    margin-top: 15px;
    text-align: center
}

.file-box form {
    position: relative;
    text-align: center
}

.txt {
    height: 34px;
    width: 250px;
    position: relative;
    display: block;
    float: left;
    line-height: 34px;
    font-size: 13px
}

.file {
    position: absolute;
    top: 10px;
    right: 98px;
    height: 38px;
    filter: alpha(opacity:0);
    opacity: 0;
    width: 90px;
}

.user-avatar {
    padding: 10px;
    display: block;
    vertical-align: middle;
}

.group_left {
    float: left;
    height: 32px;
    height: 32px;
    padding-right: 10px;
    padding-top: 8px;
    font-weight: bold;
    width: 85px
}

.group_right {
    float: left
}

.group label {
    float: left;
    margin-top: 7px
}

#user-avatar-step3 {
    margin-top: 40px
}

.commnet_board {
    float: left;
    width: 88%
}

.verification_board {
    padding-top: 5px;
    width: 583px;
    margin-bottom: 30px
}

/********************************
 会员中心  - comments
********************************/
.commnet-info {
    overflow: auto;
    height: auto;
    margin: auto;
    border-bottom: 1px dotted #ddd;
    padding: 10px;
}

.commnet_pic { /*非IE的主流浏览器识别的垂直居中的方法*/
    display: table-cell;
    vertical-align: middle; /*设置水平居中*/
    text-align: center; /* 针对IE的Hack */
    *display: block;
    *font-size: 69.84px; /*约为高度的0.873，200*0.873 约为175*/
    *font-family: Arial; /*防止非utf-8引起的hack失效问题，如gbk编码*/
    width: 80px;
    height: 80px;
    border: 1px solid #eee;
}

.commnet_pic img {
    text-align: center;
    vertical-align: middle;
    max-height: 80px;
    max-width: 80px;
}

.commnet_title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    clear: both;
}

.commnet_content {
    border: 1px solid #E5E5E5;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background-color: #F8F8F8;
    overflow: hidden;
    display: block;
    padding: 10px;
    width: auto;
    height: auto;
    clear: both;
    bottom: 0
}

/********************************
 会员中心  - baoliao
********************************/
.item-list {
    margin: 10px auto;
    clear: both
}

.item-info {
    overflow: auto;
    height: auto;
    margin: auto;
    border-bottom: 1px dotted #ddd;
    padding: 10px;
}

.item_pic { /*非IE的主流浏览器识别的垂直居中的方法*/
    display: table-cell;
    vertical-align: middle; /*设置水平居中*/
    text-align: center; /* 针对IE的Hack */
    *display: block;
    *font-size: 43.65px; /*约为高度的0.873，200*0.873 约为175*/
    *font-family: Arial; /*防止非utf-8引起的hack失效问题，如gbk编码*/
    width: 50px;
    height: 50px;
    border: 1px solid #eee;
}

.item_pic img {
    text-align: center;
    vertical-align: middle;
    max-height: 50px;
    max-width: 50px;
}

.item_title {
    float: left;
    width: 70%;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    height: 30px;
    overflow: hidden
}

.item-info .rightBlock {
    float: right;
    padding-top: 10px;
}

.item-info .rightBlock .time {
    display: block;
    height: 26px;
    margin-bottom: 5px
}

.user_content {
    padding: 10px;
}

.user_intro p {
    line-height: 30px;
    text-indent: 2em
}

.user_intro p a {
    color: #45B6F7
}

.submit_form {
    line-height: 30px;
    margin-top: 20px;
    display: block;
    overflow: hidden;
    width: auto
}

.submit_form label {
    display: block;
}

.submit_form Input, .submit_form textarea {
    display: block;
    width: 600px;
    padding: 5px;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
}

.submit_form p {
    margin-bottom: 10px;
}

.submit_form textarea {
    height: 150px;
}

.submit_side {
    float: left;
    width: 100%;
    padding: 0px 0;
    display: block;
    overflow: hidden;
}

.submit_side p {
    clear: both;
    height: 30px;
    margin-bottom: 20px;
}

.submit_side select {
    float: left;
    width: 150px;
    text-align: left;
    padding: 5px;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
}

.submit_side .labelplus {
    float: left;
    width: 170px;
}

.submit_side input {
    width: 118px;
    padding: 5px;
    border: 1px solid #D9D9D9;
}

#sbmt {
    font-size: 14px;
    font-weight: bold;
    width: 80px;
}

.screen-reader-text {
    display: none
}

.user-avatar {
    margin: 10px
}

.submit_form .verification {
    float: left;
    margin-left: 5px;
    width: 100px;
    text-align: center;
    background-color: #FFF;
    border: 1px solid #CCC;
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    width: 100px
}

/********************************
会员中心- 编辑器
********************************/
.wp-editor-container {
    border-width: 1px;
    border-style: solid;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-color: #ccc #ccc #dfdfdf;
}

.wp-editor-container textarea.wp-editor-area {
    height: 260px;
    width: 100%
}

.quicktags-toolbar input {
    margin: 2px 1px 4px;
    line-height: 18px;
    display: inline-block;
    width: auto;
    padding: 2px 4px;
    font: 12px/18px Arial, Helvetica, sans-serif normal;
    color: #464646;
    border: 1px solid #c3c3c3;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #eee;
    background-image: -ms-linear-gradient(bottom, #e3e3e3, #fff);
    background-image: -moz-linear-gradient(bottom, #e3e3e3, #fff);
    background-image: -o-linear-gradient(bottom, #e3e3e3, #fff);
    background-image: -webkit-linear-gradient(bottom, #e3e3e3, #fff);
    background-image: linear-gradient(bottom, #e3e3e3, #fff)
}

#wp-link {
    background-color: #f5f5f5;
    line-height: 1.4em;
    font-size: 12px
}

#wp-link ol, #wp-link ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#wp-link input[type="text"], #wp-link textarea {
    border-width: 1px;
    border: 1px solid #ddd;
    font-size: 12px;
    margin: 1px;
    padding: 3px
}

#wp-link label input[type="text"]:focus, select:focus {
    border-color: #5b9dd9;
    -webkit-box-shadow: 0 0 2px rgba(30, 140, 190, .8);
    box-shadow: 0 0 2px rgba(30, 140, 190, .8);
}

#wp-link #link-options {
    padding: 10px 0 14px;
    border-bottom: 1px solid #dfdfdf;
    margin: 0 6px 14px
}

#wp-link p.howto {
    margin: 3px
}

#wp-link #internal-toggle {
    display: inline-block;
    cursor: pointer;
    padding-left: 18px
}

#wp-link .toggle-arrow {
    background: transparent url('../img/toggle-arrow.png') top left no-repeat;
    height: 23px;
    line-height: 23px
}

#wp-link .toggle-arrow-active {
    background-position: center left
}

#wp-link label input[type="text"] {
    width: 360px;
    margin-top: 5px
}

#wp-link label span {
    display: inline-block;
    width: 80px;
    text-align: right;
    padding-right: 5px
}

#wp-link .link-search-wrapper {
    margin: 5px 6px 9px;
    display: block;
    overflow: hidden
}

#wp-link .link-search-wrapper span {
    float: left;
    margin-top: 6px
}

#wp-link .link-search-wrapper input[type="text"] {
    float: left;
    width: 220px
}

#wp-link .link-search-wrapper img.waiting {
    margin: 8px 1px 0 4px;
    float: left;
    display: none
}

#wp-link .link-target {
    width: auto;
    padding: 3px 0 0;
    margin: 0 0 0 87px;
    font-size: 11px
}

#wp-link .query-results {
    border: 1px #dfdfdf solid;
    margin: 0 5px 5px;
    background: #fff;
    height: 185px;
    overflow: auto;
    position: relative
}

#wp-link li, #wp-link .query-notice {
    clear: both;
    margin-bottom: 0;
    border-bottom: 1px solid #f1f1f1;
    color: #333;
    padding: 4px 6px;
    cursor: pointer;
    position: relative
}

#wp-link li:hover {
    background: #eaf2fa;
    color: #151515
}

#wp-link li.unselectable {
    border-bottom: 1px solid #dfdfdf
}

#wp-link li.unselectable:hover {
    background: #fff;
    cursor: auto;
    color: #333
}

#wp-link li.selected {
    background: #ddd;
    color: #333
}

#wp-link li.selected .item-title {
    font-weight: bold
}

#wp-link .item-title {
    display: inline-block;
    width: 80%
}

#wp-link .item-info {
    text-transform: uppercase;
    color: #666;
    font-size: 11px;
    position: absolute;
    right: 5px;
    top: 4px;
    bottom: 0
}

#wp-link #search-results {
    display: none
}

#wp-link #search-panel {
    float: left;
    width: 100%
}

#wp-link .river-waiting {
    display: none;
    padding: 10px 0
}

#wp-link .river-waiting img.waiting {
    margin: 0 auto;
    display: block
}

#wp-link .submitbox {
    padding: 5px 10px;
    font-size: 11px;
    overflow: auto;
    height: 29px
}

#wp-link-cancel {
    line-height: 25px;
    float: left
}

#wp-link-update {
    line-height: 23px;
    float: right
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    height: auto !important;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}