body {
    background-color: #f1f2f7;
    /* overflow: hidden; */
}
.fankui input,
button {
    border: none;
}
.feedback_info_btn {
    background-color: #fff;
}
.feedback_question {
    overflow-y: auto;
}
.block {
    display: block;
}
.main_user{
    width: 1200px;
    margin: 15px auto 0;
    background-color: #f1f2f7;
    padding: 0 40px;
}
.main-right-wrap {
    /*height: 660px;*/
    height: 714px;
    min-height: 714px;
}

/* 共用部分 */
.main-left{
    float: left;
    width: 200px;
    min-height: 714px;
    background-color: #fff;
    color: #3b95da;
}
.main-left h1{
    height: 45px;
    line-height: 45px;
    /* text-align: center; */
    font-size: 18px;
    padding-left: 60px;
}
.main-left ul>li{
    line-height: 45px;
    border-left: 3px solid #fff;
    box-sizing: border-box;
    cursor: pointer;
    /* text-align: center; */
    padding-left: 56px;
}
.main-left ul i{
    margin-right: 5px;
    font-size: 18px;
}
.icon-feiji800{
    border-bottom: 2px solid;
}
.main-left ul>li:hover{
    border-left: 3px solid #08c;
    background-color: rgba(0,0,0,.1);
}
.main-left ul li.checked{
    border-left: 3px solid #08c;
    background-color: rgba(209,211,215,.1);
}
.checked a {
    text-decoration: none;
}

/* 个人中心基本信息页 */
.main-right{
    /*position: absolute;*/
    /*left: 570px;*/
    float: left;
    width: 900px;
    min-height: 714px;
    /*height: 660px;*/
    margin-left: 10px;
    background-color: #fff;
}
.right-title{
    padding-left: 20px;
    border-bottom: 1px solid #ccc;
}
.right-title>div {
    cursor: pointer;
}
.title-info, .pic{
    box-sizing: border-box;
    display: inline-block;
    margin-right: 30px;
    height: 40px;
    line-height: 40px;
}
.title-info:hover, .pic:hover{
    border-bottom: 3px solid #3b95da;
}
.xuanzhong{
    border-bottom: 3px solid #3b95da;
}
.info_personal{
    position: relative;
    padding: 20px;
    margin: 0 64px;
}
.info_personal_span {
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
}
.shenfen{
    margin-left: 82px;
}
.upgrade{
    background-color: #3b95da;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    cursor: pointer;
}
.info_personal .input{
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 5px;
    width: 500px;
}
.info_personal label{
    display: inline-block;
    width: 100px;
    /*text-align: right;*/
    margin-right: 30px;
    cursor: pointer;
}
.item, .sex{
    height: 30px;
    line-height: 30px;
    margin: 10px;
}
.sex {
    text-align: left;
}
.control-label {
    margin-top: 10px;
}
.sex-control-label {
    margin-left: -8px;
}
.form-group {
    overflow: hidden;
}
/* 用户基本信息-头像照片 */
.info-top{
    height: 50px;
    width: 100%;
    line-height: 50px;
    color: #ccc;
}
.fw {
    font-weight: bold;
}
.upload{
    display: inline-block;
    height: 50px;
    width: 120px;
    border-radius: 5px;
    line-height: 50px;
    text-align: center;
    background-color: #3b95da;
    color: #fff;
}
.info-top {
    display: inline-block;
    position: relative;
    padding: 10px 15px;
    color: #fff;
    border-radius: 5px;
    border: 0;
    outline: none;
    font-size: 14px;
    cursor: pointer;
    /*background-color: #1da1e3;*/
}
.cue_text {
    position: absolute;
    top: 20px;
    left: 124px;
    padding-left: 20px;
    display: inline-block;
    color: #ccc;
}
.choose_img_input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.info-top span{
    margin-right: 0;
    color: red;
}
.cropper-container{
    width: 600px;
    height: 400px;
    background-color: #eee;
    margin: 20px;
}
.cropper-container img {
    width: auto;
    height: 100%;
    margin: auto;
}
.personal_photo {
    width: 100%;
    height: 100%;
}
.info-set{
    height: 50px;
    width:500px;
    margin: 5px;
}
.set-left .button{
    height: 40px;
    width: 100px;
    text-align: center;
    border-radius: 5px;
    line-height: 40px;
    background-color: #3b95da;
    color:#fff;
    margin-left: 10px;
}
.set-right{
    /*margin-right: 350px;*/
}
.set-right .button{
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 5px;
    line-height: 40px;
    background-color: #3b95da;
    color:#fff;
    margin-left: 10px;
}



/* 用户基本信息-提交按钮 */
.main_user .main-right .button{
    height: 60px;
    line-height: 60px;
    margin-left: 60px;
}
.save,.reset{
    height: 40px;
    line-height: 40px;
    width: 120px;
    text-align: center;
    margin-left: 130px;
    border-radius: 5px;
}
.save{
    background-color: #3b95da;
    color: #fff;
}
.reset{
    border: 1px solid #ccc;
    background-color: #f1f2f7;
}

/* 个人中心账号安全页 */
.safe{
    float: left;
    width: 900px;
    height: 714px;
    margin-left: 10px;
    background-color: #fff;
}
.safe-title{
    height: 40px;
    line-height: 40px;
    margin-left: 20px;
    border-bottom: 1px solid #ccc;
}
.safe-main{
    padding-left: 20px;
}
.safe-main p{
    height: 60px;
    line-height: 60px;
    color: #ccc;
}
.safe-phone{
    height: 70px;
    width: 800px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.safe-phone p{
    display: inline-block;
    box-sizing: border-box;
    padding: 10px;
    height: 70px;
    line-height: 50px;
}
.phone{
    display: inline-block;
    height: 70px;
    line-height: 70px;
}
.phone-img{
    display: inline-block;
    margin-left: 20px;
    width: 26px;
}
.phone span{
    height: 30px;
    font-size: 16px;
}
.phone-img img{
    width: 100%;
}
.alter{
    height: 70px;
    line-height: 70px;
    color: #3b95da;
    font-size: 20px;
    font-weight: bold;
    margin-right: 10px;
    cursor: pointer;
}

/* 账号安全  弹出层-修改密码 */
.change_password_sub {
    width: 60%;
    margin: 0 auto;
}
.change_password{
    display: none;
    padding: 20px 0;
}
.change_password label{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 80px;
    text-align: right;
}
.change_password input{
    box-sizing: border-box;
    width: 200px;
    height: 30px;
    line-height: 30px;
    padding: 5px;
    border: 1px solid #ccc;
}
/* 弹出层-修改手机号 */
.change_phone{
    margin: 0 auto;
    width: 70%;
    padding: 40px 0;
    display: none;
}
.change_phone label{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 80px;
    text-align: right;
}
.change_phone input{
    box-sizing: border-box;
    width: 200px;
    height: 30px;
    line-height: 30px;
    padding: 5px;
    border: 1px solid #ccc;
}
/* 弹出层-手机验证码 */
.change_code{
    width: 90%;
    margin: 0 auto;
    padding: 60px 0;
    overflow: hidden;
    display: none;
}
.change_code_sub{
    float: left;
}
.change_code label{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 80px;
    text-align: right;
}
.change_code input{
    box-sizing: border-box;
    width: 200px;
    height: 30px;
    line-height: 30px;
    padding: 5px;
    border: 1px solid #ccc;
}
.phone_code{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #3b95da;
    border-radius: 5px;
    color: #fff;
    padding: 0 10px;
    margin: 5px 5px 5px 20px;
    cursor: pointer;
    /*margin-left: 120px;*/
}

/* 我的反馈 */

/* 未提交反馈 */
.fankui{
    text-align: center;
}
.fankui-img{
    width: 200px;
    height: 150px;
    /*background-color: #ccc;*/
    margin: 5% auto 0;
}
.fankui h2{
    margin-top: 5%;
}
.fankui p{
    margin-top: 2%;
    color: #ccc;
}
.fankui input{
    margin-top: 4%;
    display: inline-table;
    width:150px;
    height: 50px;
    background-color: #3b95da;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 2%;
}

/* 已提交反馈 */
.fankui table{
    margin:10px auto;
}
.fankui tr{
    height: 50px;
    border-bottom: 1px solid #ccc;
}
.home2{
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 5px;
}
.next{
    margin-top: 3%;
    margin-bottom: 3%;
    display: inline-block;
    border: 1px solid #3b95da;
    border-radius: 2px;
    padding: 5px;
    color: #3b95da;
}

/* 反馈详情 */
.fankuixq{
    text-align: center;
}
.fankuixq span{
    display: inline-block;
    height: 40px;
    width: 100px;
    line-height: 40px;
    text-align: right;
}
.text_style_feedback {
    display: inline-block;
    text-align: left;
    /* height: 40px; */
    width: 400px;
    /*line-height: 40px;*/
    margin-left: 20px;
}
.question_feedback_text {
    white-space: normal;
    word-break: break-all;
    margin-top: 10px;
}
.fankuixq .fankuixq-arr{
    width: 500px;
    margin-left: 120px;
    position: relative;
}
.fankuixq .fankuixq-arr span{
    position: absolute;
    top: 0;
    left: 4px;
}
.fankuixq .fankuixq-arr div{
    margin-left: 120px;
}
.fankuixq .fankuixq-img{
    /*width: 300px;*/
    /*height: 200px;*/
    /*margin-left: 170px;*/
    position: relative;
}
.fankuixq .fankuixq-img span{
    position: absolute;
    top: 0;
    left: 122px;
}
.fankuixq .fankuixq-img .fangda{
    position: absolute;
    top: 256px;
    left: 100px;
    border-radius: 5px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    color: #3b95da;
    background-color:#ccc;
    cursor: pointer;
}

.main-right-subwrap {
    position: absolute;
}
.fankui .question_content_text {
    display: inline-block;
    width: 240px;
    padding: 14px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.fankui thead tr th {
    text-align: center;
}
/* 弹框样式 */
.code_text {
    text-align: left;
    margin: 5px 0;
}
.code_input {
    height: 20px;
    margin: 5px 0;
    border: 1px solid #999;
    padding: 15px;
}
.get_code_a {
    display: block;
    text-align: left;
    font-size: 12px;
    margin: 5px 0;
}
.get_code_wrap {
    width: 40%;
    margin: 0 auto;
    padding: 40px 0;
    display: none;
}
.questionDetails li {
    margin-left: -100px;
}

/*意见反馈样式*/
.user_feedback {
    background-color: #fff;
    /*height: 660px;*/
    height: 714px;
    padding-top: 10px;
}
.xiazai {
    /*height: 20px;*/
    /*line-height: 20px;*/
    padding: 10px 20px;
}
.xiazai .home1{
    color: #4e9be9;
}
.xiazai span{
    color: #ccc;
    font-size: 12px;
}
.download{
    margin: 10px 20px;
    width: 80px;;
    text-align: center;
    font-size: 18px;
    border-left: 2px solid #4e9be9;
}
.download_u {
    width: 90px;
}
.feedback-top, .feedback-mid, .feedback-bot{
    border-top: 1px solid #CCC;
    /*padding-bottom: 20px;*/
}
.feedback-top_u,
.feedback-mid_u,
.feedback-bot_u{
    border: none;
}

.feedback-bot {
    position: relative;
}
.feedback-top {
    margin: 0 20px;
}
.feedback-top p{
    height: 60px;
    margin-top: 20px;
    /*line-height: 60px;*/
    font-size: 15px;
    color: #222;
}
.feedback-top input{
    border: 1px solid #CCC;
    width: 240px;
    padding: 5px 10px;
}
.feedback-top_u input {
    width: 220px;
}
.feedback-top_u {
    /*border-bottom: 1px solid #dedede;*/
    margin: 0;
    padding-bottom: 0;
}
.red{
    color: red;
}
.feedback-input{
    /*height: 80px;*/
    /*line-height: 80px;*/
    text-align: center;
    font-size: 16px;
}
.feedback-input div{
    display: inline-block;
    /*padding-right: 140px;*/
}
.feedback-input-title{
    padding-right: 20px;
}

/*.feedback-mid{*/
/*padding: 20px 0;*/
/*}*/
.feedback-mid_u {
    padding-bottom: 0;
}
.feedback-mid span{
    font-size: 15px;
    /*height: 60px;*/
    /*line-height: 60px;*/
}
.mid-down{
    display: inline-block;
}
.down{
    border: 1px solid #CCC;
    width: 262px;
    font-size: 18px;
    line-height: 60px;
    padding: 5px 10px;
}
.texts{
    width: 65%;
    height: auto;
    min-height: 160px;
    margin-left: 172px;
    padding: 5px 10px;
    color: #CCC;
}
.texts_u {
    margin-left: 135px;
}
.feedback-text{
    margin-top: 40px;
    position: relative;
}
.feedback-text-u {
    margin-top: 20px;
}

.feedback-mid .feedback-text span{
    line-height: 20px;
    padding-bottom: 50px;
    position: absolute;
    top: 0;
}
.wenti{
    font-size: 18px;
    margin-left: 7px;
}

.feedback-img {
    display: inline-block;
    margin-top: 30px;
    margin-left: 170px;
    width: 100px;
    height: 100px;
    position: relative;
    /*background-color: #eeeeee;*/
}
.feedback-img-u {
    margin-top: 0px;
    margin-left: 11px;
}
.feedback-img .upload_img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
.uploader {
    position: relative;
}
.picker {
    position: relative;
    height: 100%;
    /*left: 300px;*/
}
.addPictures{
    display: inline-block;
    position: absolute;
    left: 285px;
    width: 110px;
    height: 40px;
    background-color: #4162d9;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    margin-left: 20px;
    top: 30px;
    cursor: pointer;
}
.feedback-bot_u p {
    display: inline-block;
    position: absolute;
    top: -12px;
    color: #ccc;
    /*margin-left: 300px;*/
}
.feedback-bot_u {
    padding: 0;
}

.button{
    height: 100px;
    /*margin-top: 20px;*/
    padding-bottom: 50px;
}
.button input{
    display: inline-block;
    margin-top: 30px;
    width: 110px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}
.button .tijiao{
    background-color: #4162d9;
    margin-left: 350px;
}
.button .quxiao{
    margin-left: 240px;
    background-color: #f1f2f7;
    color: #222;
    border: 1px solid #ccc;
}
.button .tijiao_u {
    margin-left: 200px;
}
.button .quxiao_u {
    margin-left: 200px;
}
.feedback_u {
    margin: 20px;
}
.feedback_textwrap_u {
    padding-left: 53px;
}
.upload_img_wrap_u {
    display: block;
    position: relative;
}
.feedback-img-u {
    margin: 0;
}
.wu-example {
    padding-bottom: 0;
}
.img_wrap_feedback {
    width: 700px;
    height: 350px;
    margin: 22px auto 0;
}
.fankuixq .imgList {
    display: inline-block;
    width: 185px;
    height: 110px;
    border: 6px solid #fff;
    overflow: hidden;
}
.imgList img {
    width: 100%;
    height: auto;
}
.publish_title_user {
    margin: 0;
}
.create_type_publish {
    display: inline-block;
    width: 140px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}
.create_type_wrap {
    width: 66%;
    margin: 60px auto 0;
    display: none;
}
.color_airport {
    background-color: #D33C3D;
    margin-right: 20px;
}
.color_other_airport {
    background-color: #5566D3;
}
/*页脚*/
.footer_wrap {
    height: 100px;
}

