body {
    background: #efeff4;
    font-size: .75rem;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
textarea {
    resize: none;
}

.break {
    margin-top: .5rem;
}
.bar:after {
    background-color: #c7182a;
    height: 0;
}
.bar a {
    color: #3d4145;
}
.bar .title {
    font-size: 1rem;
    font-weight: normal;
}
.content {
    top: 2.2rem;
}
.content > div, .content > form {
    max-width: 19rem;
    margin: 0 auto;
}
.list-block .item-inner:after {
    height:0;
}
.list-block .item-after {
     width: 65%;
 }
.list-block .item-after > div {
    width: 100%;
}
.list-block .item-content:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #e7e7e7;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
.card {
    margin: 0;
    box-shadow: none;
}

/**************** rechargeProblems ********************/
.problemsList {
    padding-bottom: 2rem;
}
.problemsList .banner > a {
    display: block;
}
.problemsList .banner img {
    width: 100%;
    height: auto;
    display: block;
}
.problemsList .tips {
    height: 1.2rem;
    line-height: 1.2rem;
}
.problemsList .tips h5 {
    margin: 0;
    font-weight: normal;
    font-size: .7rem;
    color: #888;
}
.problemsList .card {
    margin: .5rem 0;
}
.problemsList .card a {
    display: block;
}
.problemsList .card .progress {
    text-align: center;
    line-height: 2.2rem;
    font-size: .7rem;
    color: #666;
}
.problemsList .list-block {
    margin: 0;
}
.problemsList .list-block .item-content {
    display: block;
    padding-left: 0;
}
.problemsList .list-block .item-content .item-inner {
    margin-left: 0;
    color: #000;
    line-height: 1.5rem;
    font-size: .75rem;
    padding: 0.35rem .75rem;
}
.problemsList .faq .item-content .item-inner .item-title {
    width: 90%;
}
.problemsList .list-block .item-content a {
    padding-left: .75rem;
}
.problemsList .list-block .item-content a span {
    display: block;
    width: .5rem;
    height: .5rem;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    transform: rotate(45deg);
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.25rem;
    transition: transform 500ms;

}
.problemsList .list-block .item-content .list-content {
    height: 0;
    overflow: hidden;
    /* transition: height 500ms;
    visibility: hidden;
    position: absolute; */
 }
.problemsList .problem .row>div {
    height: 5rem;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.problemsList .problem .row>div:last-of-type {
    border-right: none;
}
.problemsList .problem .row:last-of-type > div {
    border-bottom:none;
}
.problemsList .problem .row a {
    color: #333;
    display: block;
    width: 100%;
    height: 100%;
}
.problemsList .problem .row .icon {
    text-align: center;
    width: 100%;
    padding-top: 1.15rem;
}
.problemsList .problem .row .icon > div {
    width: 1rem;
    height: 1.5rem;
    margin: 0 auto .5rem;
}
.problemsList .problem .row .icon img {
    width: 100%;
}
.problemsList .problem .row .icon p {
    margin: 0;
}
/*********************************** form ******************************************/
/**************** 手机验证 *******************/
.verify label {
    display: block;
}
.verify .list-block .item-content {
    padding-left: 0;
}
.verify .list-block .item-inner {
    padding: 1px 0 1px .75rem;
    font-size: .75rem;
}
.verify .list-block .item-inner .label {
    width: 25%;
}
.verify .list-block .item-inner .button {
    width: 100%;
    border: none;
    border-left: 1px solid #ddd;
    height:100%;
    line-height: 2.15rem;
    border-radius: 0;
    color: #c7182a;
}
.verify .submit-btn {
    padding-bottom: 1rem;
}
.verify .submit-btn input {
    display: block;
    width: 80%;
    margin: 1rem auto 0;
    height: 2.15rem;
    line-height: 2.15rem;
    color: #fff;
    border: none;
    background: #c7182a;
    font-size: .9rem;
    border-radius: .25rem;
}
/**********  表单  select  *************/
.picker-modal .picker-modal-inner {
    /*background: #fff;*/
}
.picker-items {
    /*-webkit-mask-box-image: linear-gradient(to top,#fff,#fff);*/
}
/************* 信息 input ****************/
.listMessage .list-block{
    font-size: .75rem;
}
/*.listMessage .item-after {
    width: 65%;
}*/
.listMessage .item-after label {
    display: block;
    width: 100%;
}
.listMessage .item-after input {
    margin-top: -.4rem;
    text-align: right;
    font-size: .7rem;
}

.listMessage .messages {
    margin-top: 0;
}
.listMessage .messages h4 {
    color: #c7182a;
    margin: .2rem 0;
}
.listMessage .messages p {
    color: #999;
    font-size: .6rem;
    margin: .2rem 0;
}
/********* 详情 textarea ***********/
.listMessage .card textarea {
    width: 100%;
    height: 100%;
    border: none;
    padding: .5rem;
}
/******** 上传截图 ********/
.listMessage .screenshot-title {
    margin-top: 0;
}
.listMessage .screenshot .images-show ul:after {
    content: '';
    display: table;
    clear: both;
}
.listMessage .screenshot .images-show ul {
    padding: 0;
}
.listMessage .screenshot .images-show ul li {
    width: 30%;
    margin: 0 1.6% .5rem;
    min-height: 110px;
    /*overflow: hidden;*/
    float: left;
    position: relative;
    list-style: none;
}
.listMessage .screenshot .images-show ul li input{
    width: 10px;
    top: 0;
    left: 0;
}
.listMessage .screenshot .images-show ul li span {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -0.3rem;
    right: -0.3rem;
    border-radius: 50%;
    padding: 1px;
}
.listMessage .screenshot .images-show ul li img {
    width: 100%;
}
.listMessage .screenshot-title span {
    font-size: .6rem;
    color: #999;
}
.listMessage .screenshot-foot {
    margin-top: 0;
    color: #999;
}
.listMessage .screenshot-foot a {
    text-decoration: underline;
}

.listMessage .images-commit {
    margin-bottom: 1rem;
    position: relative;
}
.listMessage .images-commit #picker {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    overflow: hidden;
    box-sizing: border-box;
    border:2px dotted #999;
    border-radius: .5rem;
    text-align: center;
}
.listMessage .images-commit #picker img {
    width: 100%;
    display: block;
}
.listMessage .images-commit input[type="file"] {
    width: 4rem;
    height: 4rem;
    background: #fff;
    opacity: 0;
    border: 1px solid #333;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
/***************** getAccount *******************/
.getAccount .forgetAccount {
    text-align: center;
    margin-top: 3rem;
    font-size: .7rem;
}
.getAccount .forgetAccount a {
    text-decoration: underline;
}

.getAccount .list-block {
    margin-bottom: 1rem;
}
.getAccount .tip {
    font-size: .7rem;
    color: #999;
    text-align: center;
}

/***************** unbindPhone *******************/
.unbindPage .unbind-title {
    line-height: 3rem  ;
    height: 3rem;
    text-align: center;
}
.unbindPage .marked-words {
    color: #8b8b8b;
    margin-top: -9px;
    margin-bottom: -1rem;
    text-align: center;
}
.unbindPage .marked-words-lock {
    color: #8b8b8b;
    text-align: center;
    font-size: 0.6rem;
    line-height: 3;
    margin-top: -1rem;
}
.unbindPage .before-TopTitle-red-remix {
    text-align: center;
    margin-top: 9px;
    margin-bottom: -1rem;
    color:#be0d0d;
    font-size: 14px;
}
.unbindPage .red-marked-words {
    line-height: 3rem;
    height: 3rem;
    text-align: center;
    margin-top: 9px;
    margin-bottom: -1rem;
    color:#be0d0d;
    font-size: 13px;
}
.unbindPage .list-block {
    margin-top: 0;
    border:1px solid #ddd;
    border-radius: .5rem;
    overflow: hidden;

}
.unbindPage .unbind-btn a {
    margin: 2rem auto 0;
    height: 2.15rem;
    line-height: 2.15rem;
    color: #fff;
    border: none;
    background: #c7182a;
    font-size: .9rem;
}
.unbindPage .unbind-btn input {
    display: block;
    width: 80%;
    margin: 2rem auto 0;
    height: 2.15rem;
    line-height: 2.15rem;
    color: #fff;
    border: none;
    background: #c7182a;
    font-size: .9rem;
    border-radius: .25rem;
}
.unbindPage .forgetAccount {
    text-align: center;
    margin-top: 3rem;
    font-size: .7rem;
}
.unbindPage .forgetAccount a {
    text-decoration: underline;
}

/*************** questionList **********************/
.questionList .questionList-title {
    line-height: 3rem  ;
    height: 3rem;
    text-align: center;
}
.questionList .list-block {
    margin-top: 0;
    margin-bottom: .5rem;
}
.questionList .list-block .item-inner {
    color: #666;
    font-size: .7rem;
}
.questionList .hint {
    margin-top: 2rem;
}
.questionList .hint p {
    font-size: .7rem;
    color: #999;
    margin: .5rem 0;
}

/************** textContent *********************/
.textContent .serviceHotline {
    margin: 0;
}
.textContent .serviceHotline .card-header {
    font-size: .75rem;
    font-weight: bold;
}
.textContent .serviceHotline .card-content-inner {
    padding-top: .3rem;
}
.textContent .serviceHotline .card-content-inner p {
    font-size: .7rem;
}
.textContent .serviceHotline .card-content-inner img{
    width: 100%;
    height: auto;
}
.textContent .back-btn a {
    width: 80%;
    background: #c7182a;
    color: #fff;
    height: 2rem;
    line-height: 2rem;
    border-radius: .25rem;
    border: none;
    margin: 1rem auto;
}
.textContent .card-header h3 {
    margin: .5rem auto;
}

.textContent .serviceHotline .dianzan {
    padding-bottom: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.textContent .serviceHotline .dianzan .button {
    width: 60%;
    color: #999;
    border-color: #ccc;
    margin: 0 auto;
}
.textContent .serviceHotline .dianzan .button.active {
    color: #c7182a;
    border-color: #c7182a;
}
.textContent .serviceHotline .dianzan .button i {
    margin-right: .5rem;
}

/*@font-face {font-family: "iconfont";*/
    /*src: url('../font/iconfont.eot?t=1506418710062'); !* IE9*!*/
    /*src: url('../font/iconfont.eot?t=1506418710062#iefix') format('embedded-opentype'), !* IE6-IE8 *!*/
    /*url('data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAU8AAsAAAAAB9AAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAAQwAAAFZW7kkvY21hcAAAAYAAAABnAAABnNBaboBnbHlmAAAB6AAAAVUAAAGYenyLXmhlYWQAAANAAAAALwAAADYPEcYpaGhlYQAAA3AAAAAeAAAAJAfwBBhobXR4AAADkAAAABAAAAAQEHwAAGxvY2EAAAOgAAAACgAAAAoBQgC4bWF4cAAAA6wAAAAfAAAAIAETAF1uYW1lAAADzAAAAUUAAAJtPlT+fXBvc3QAAAUUAAAAKAAAADlN9+fYeJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2BkkWecwMDKwMHUyXSGgYGhH0IzvmYwYuRgYGBiYGVmwAoC0lxTGBwYKp7LMTf8b2CIYW5gaAAKM4LkAN+UC7MAeJxjYGBgZWBgYAZiHSBmYWBgzGBgZACBJKAoI1icmYELLM7CYAbkcwAhE5CueNb+XO7/fxQWCDCCVXCAWcwglYxsDAMGGAfOalTAAyZNoDxQeFdAMdCJz9ohGCT+XA6CGZgAxfQSCwB4nHWQvUrDYBSGz/m+Jv0xTdMv+fLXpk0a2yjVgGms4E/boQiKg+Dk6AXUtYtDF0FEQbwEEQQvQTo4eA1OLkUvwVGicerUw+HwvNtzXhAAfmd0Sk1QYQU2YAjHACi2sSETB70gDkkbuSdwQ5Np4Ade1m+EdA+NhqjpUTduGWJWLKGMNex4UTcISYCbcY/sYKQ7iFbFPmHNKqN3WDCD2mVySB6Q1/1qqbeeHKz1tchVc2OJMYuxm5woCDlCMiUZR4aeF/IFMXkUSjaf1ldJHSUrsI9Oi26FnV3F507TyCNOJqhWXPmpX7bL6V7YusqsrFLMmXbRX9Zw/LVkqpLT+oR0aPrrd4ZRCSSwoAWgxt0tr4aamPVCLC8M17xMdxXOlZ83RV/EOFE4Inf/T/I8Z/Ix59QBU4dX2qQDSJvHTh59JMNZco+j9+SWDpLtZB9fAP4AGJxBsQAAAHicY2BkYGAAYp+aK1Pj+W2+MnCzMIDA1Q+OYgj6/wEWIWYHIJeDgQkkCgAuLQo8AHicY2BkYGBu+N/AEMMymQEIWIQYGBlQAQsAVrsDEgAABAAAAAPpAAAEkwAABAAAAAAAAAAAdgC4AMwAAHicY2BkYGBgYQhkYGUAASYg5gJCBob/YD4DABESAXEAeJxlj01OwzAQhV/6B6QSqqhgh+QFYgEo/RGrblhUavdddN+mTpsqiSPHrdQDcB6OwAk4AtyAO/BIJ5s2lsffvHljTwDc4Acejt8t95E9XDI7cg0XuBeuU38QbpBfhJto41W4Rf1N2MczpsJtdGF5g9e4YvaEd2EPHXwI13CNT+E69S/hBvlbuIk7/Aq30PHqwj7mXle4jUcv9sdWL5xeqeVBxaHJIpM5v4KZXu+Sha3S6pxrW8QmU4OgX0lTnWlb3VPs10PnIhVZk6oJqzpJjMqt2erQBRvn8lGvF4kehCblWGP+tsYCjnEFhSUOjDFCGGSIyujoO1Vm9K+xQ8Jee1Y9zed0WxTU/3OFAQL0z1xTurLSeTpPgT1fG1J1dCtuy56UNJFezUkSskJe1rZUQuoBNmVXjhF6XNGJPyhnSP8ACVpuyAAAAHicY2BigAAuBuyAhZGJkZmRhZGVgbGCJTc1r5QlJzWthIEBACJHBAQ=') format('woff'),*/
    /*url('../font/iconfont.ttf?t=1506418710062') format('truetype'), !* chrome, firefox, opera, Safari, Android, iOS 4.2+*!*/
    /*url('../font/iconfont.svg?t=1506418710062#iconfont') format('svg'); !* iOS 4.1- *!*/
/*}*/
/*.iconfont{*/
    /*font-family:"iconfont" !important;*/
    /*font-size:16px;font-style:normal;*/
    /*-webkit-font-smoothing: antialiased;*/
    /*-webkit-text-stroke-width: 0.2px;*/
    /*-moz-osx-font-smoothing: grayscale;*/
/*}*/
/*.icon-menu:before { content: "\e71e"; }*/

/*.icon-left:before { content: "\e687"; }*/

/************* authentication ***************/
.authentication p {
    color: #999;
    margin-bottom: 1rem;
}
.authentication label {
    color: #333;

}
.authentication  input {
    margin-left: 1.5rem;
    width: 60%;
    height: 2rem;
    border-radius: .25rem;
    border: 1px solid #ddd;
    line-height: 1rem;
}
.authentication .userCheckbox label input[type="checkbox"] {
    width: auto;
    height: auto;
    margin-left: auto;
    vertical-align: middle;
}
.authentication .unbind-btn {
    margin-top: 2rem;
    padding-bottom: 2rem;
}
/************* foundAccount ***************/
.foundAccount {
    text-align: center;
    min-height: 5rem;
}
.foundAccount+.btn {
    margin-top: 3rem;
    text-align: center;
}
.foundAccount+.btn a {
    display: block;
    width: 80%;
    margin: 1rem auto;
    color: #fff;
    background: #c7182a;
    height: 2rem;
    line-height: 2rem;
    border-radius: .25rem;
}
/*************** consultResult **********************/
.consultResult .result {
    min-height: 5rem;
    text-align: center;
}
.consultResult .result p span {
    color: #c7182a;
}
.consultResult p a{
    width: 80%;
    margin: 2rem auto;
    text-align: center;
    display: block;
    background: #c7182a;
    color: #fff;
    border-radius: .25rem;
    line-height: 2rem;
    height: 2rem;
}
/******************* appeal ************************/
.listMessage .messages a {
    display: inline;
}
/********************* problems-order ***************************/
.problems-order .card .card-header {
    font-size: .75rem;
}
.problems-order .card .images img {
    width: 100%;
}
.problems-order .backToIndex a {
    display: block;
    width: 80%;
    height: 2rem;
    line-height: 2rem;
    background: #c7182a;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
}
.problemsList .banner {
    background: url('../images/banner.jpg') no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    padding: 1rem 0;
}
.problemsList .banner div {
    width: 48%;
    text-align: center;
}
.problemsList .banner div > * {
    margin: 0;
}
.problemsList .banner div h3 {
    font-size: .8rem;
}
.problemsList .banner div h4 {
    font-weight: normal;
    font-size: .65rem;
    margin: .3rem 0;
}
.problemsList .banner div p {
    font-size: .6rem;
    margin: .3rem 0 0;

}
.serviceInfo {
    background: url("../images/kefu-bg_02.jpg") top center;
    position: relative;
}
.serviceInfo .code {
    /*width: 53%;*/
    width: 10rem;
    position: absolute;
    top: 33%;
    left: 50%;
    /*transform: translate(-50%);*/
    margin-left: -5rem;
}
.serviceInfo img {
    width: 100%;
    display: block;
}
.serviceInfo .messages {
    width: 80%;
    text-align: center;
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translate(-50%);
}
.serviceInfo .messages p {
    margin: .3rem 0;
}
.serviceInfo .messages p:last-child {
    margin-bottom: 0;
}

.problems-order .card .images .row .col-33 {
    height: 4rem;
    overflow: hidden;
    margin-bottom: .5rem;
}
.problems-order  .card .card-content p {
    margin: .25rem 0;
}
.problems-order .images .row {
    width: 90%;
    margin: 0 auto;
}
.problems-order .mark {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    background: rgba(0,0,0,.5);
    display: none;
}
.problems-order .bigImage {
    width: 80%;
    position: fixed;
    background: #fff;
    top: 50%;
    left: 50%;
    z-index: 16;
    display: none;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.problems-order .bigImage img {
    display: block;
    width: 100%;
}

.listMessage .screenshot .images-show ul li .video-upload{
    margin: 0;
    text-align: center;
    padding-top: 2rem;
}


/*
.gm_footer {
    background: #000;
    color: #fff;
    max-width: 19rem;
    margin: 0 auto;
    font-size: .6rem;
    text-align: center;
    padding: .2rem 0;
}

.gm_footer p {
    margin: 0;
    line-height: 1.5em;
}*/

.handle-list-link-default{
    margin-left:5rem;
    color: #327dff;
}

.handle-list-link-red{
    -webkit-text-size-adjust: none;
    color: #e61c46;
    font-size:10px;
}

.unbindPage .top-title-white-back {
    background-color:white;
    margin-top:10px;
    padding-left: .5rem;
    font-size: 12.7px;
    padding-top:5px;
    padding-bottom: 5px;
}

.font-red{
    color:#c7182a;
}

/**************  攻略&权利投诉 **************/
.gl_banner {
    position: relative;
}
.gl-banner img {
    display: block;
    width: 100%;
    height: auto;
}
.gl-banner a {
    position: absolute;
    width: 6rem;
    height: 1.5rem;
    z-index: 2;
}
.gl-banner .gl-btn {
    top: 2.8rem;
    left: 2.5rem;
}
.gl-banner .ts-btn {
    top: 6rem;
    left: 10.8rem;
}