html {
    -webkit-text-size-adjust: none;
    /*解决chrome浏览器下字体不能小于12px*/
}

body {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

html {
    zoom: 1;
}

html * {
    outline: 0;
    zoom: 1;
}

html button::-moz-focus-inner {
    border-color: transparent!important;
}

body {
    overflow-x: hidden;
    font-size: 12px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
a img {
    border: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
textarea,
button {
    -webkit-appearance: none !important;
    /*去掉苹果的默认UI来渲染按钮*/
    font-family: "Microsoft YaHei", sans-serif;
}

em,
i {
    font-style: normal;
}


/*文字超出隐藏*/

.w_break {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

strong,
em,
i {
    font-style: normal;
    font-weight: normal;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
}

.clearfix {
    zoom: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
menu,
section {
    display: block;
}

.lft {
    float: left;
}

.rgt {
    float: right;
}

html {
    font-size: 62.5%
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearanearance: none;
}

.flex-a-center {
    display: flex;
    align-items: center;
  }
  .flex-j-center {
    display: flex;
    justify-content: center;
  }
  .flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .flex-j-between {
    display: flex;
    justify-content: space-between;
  }
  
@media only screen and (min-width:321px) {
    /*iphone5*/
    html {
        font-size: 62.5%!important
    }
}

@media only screen and (min-width:361px) {
    /*三星note*/
    html {
        font-size: 70.31%!important
    }
}

@media only screen and (min-width:376px) {
    /*iphone6*/
    html {
        font-size: 73.24%!important
    }
}

@media only screen and (min-width:481px) {
    html {
        font-size: 94%!important
    }
}

@media only screen and (min-width:561px) {
    html {
        font-size: 109%!important
    }
}

@media only screen and (min-width:641px) {
    html {
        font-size: 125%!important
    }
}


/**************************************/

.fl {
    float: left;
}

.fr {
    float: right;
}

img {
    width: auto;
    max-width: 100%;
    vertical-align: top;
}

html {
    -webkit-text-size-adjust: none;
}

body {
    font-family: "Microsoft YaHei", sans-serif;
    line-height: 1.5;
    /*max-width: 64rem; min-width: 32rem; */
    margin: 0 auto;
    min-width: 320px;
    position: relative;
    height: 100%;
    color: #555555;
    max-width: 750px;
}

body a {
    color: #555555;
    text-decoration: none;
    cursor: pointer
}

body a:hover,
body a:active,
body a:focus {
    text-decoration: none;
    outline: none
}

a:hover,
a:link,
a:visited,
a {
    color: inherit;
    text-decoration: none;
}

.layout {
    position: relative;
    text-align: left;
    font-size: 1.2rem;
    margin: 0 auto;
    overflow: hidden;
    font-size: 1.3rem;
    background: #f8f8f8;
}

.content {
    padding: 4.4rem 0;
}

.h44 {
    height: 4.4rem;
}

.supMod {
    padding: 1.2rem 1rem;
}

.supMod .title {
    background: url(../images/img1.png) no-repeat center center;
    background-size: 17rem 3.5rem;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    height: 3.5rem;
    line-height: 3.5rem;
    margin-bottom: 1rem;
}

.supMod .body {
    background: #fff;
    border-radius: 0.5rem;
    border: 1px solid #e6e6e6;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
    padding: 1.3rem 1.3rem;
}

.supMod .body .avatar {
    width: 18rem;
    height: 18rem;
    border-radius: 100%;
    border: 1px solid #e6e6e6;
    margin: 0 auto;
}

.supMod .body .avatar img {
    width: 18rem;
    height: 18rem;
    border-radius: 100%;
}

.supMod .body .desc {
    text-align: center;
    color: #666666;
    font-size: 1.65rem;
    margin-bottom: 2.4rem;
}

.supMod .body .desc h2 {
    line-height: 5rem;
    color: #aa5a03;
    font-size: 2.4rem;
}

.supMod .body .desc strong {
    color: #333;
}

.supMod .body .desc p {
    line-height: 1.2;
}

.supMod .body .info {
    line-height: 1.5;
    color: #666666;
}

.supMod .body .info strong {
    color: #333;
}

.supMod .body .info .red {
    color: #d20215;
}

.userInfo {
    background: url(http://qyx.hxznt.cn/upload/news/shouji.jpg) no-repeat center top;
    background-size: 100% 100%;
    height: 12rem;
    position: relative;
}

.userInfo .inner {
    padding-top: 1.5rem;
    padding-left: 2rem;
    padding-right: 1.5rem;
}

.userInfo .avatar {
    width: 8rem;
    height: 8rem;
    border-radius: 100%;
    border: 1px solid #ddd;
    float: left;
}

.userInfo .avatar img {
    width: 8rem;
    height: 8rem;
    border-radius: 100%;
}

.userInfo .edt-btn {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 5.3rem;
    height: 3rem;
    line-height: 3rem;
    color: #fff;
    font-size: 1.2rem;
}

.userInfo .edt-btn span {
    display: block;
    background: url(../images/edt.png) no-repeat left center;
    background-size: 1.6rem 1.45rem;
    padding-left: 2rem;
    line-height: 3rem;
    margin-left: 0.5rem;
}

.userInfo .desc {
    margin-left: 10rem;
    font-size: 1.25rem;
    padding-top: 0.5rem;
}

.userInfo .desc ul li {
    margin-bottom: 0.1rem;
}

.userInfo .desc ul li strong {
    color: #11803e;
}

.userInfo .desc .lv {
    background: #11803e;
    border-radius: 0.3rem;
    color: #fff;
    font-size: 1rem;
    width: 4rem;
    text-align: center;
    height: 1.4rem;
    line-height: 1.4rem;
    padding: 0.2rem;
}

.userInfo .desc .lv em {
    display: block;
    background: #fb9400;
    border-radius: 0.3rem;
    width: 1.9rem;
    text-align: center;
    color: #11803e;
    float: left;
}

.notice {
    background: #f0eff4;
    width: 100%;
    line-height: 2.8rem;
    height: 2.8rem;
    font-size: 1.2rem;
    text-align: center;
    color: #666666;
    position: relative;
}

.notice .txt {
    margin-left: 8rem;
}

.notice strong {
    color: #11803e;
    background: url(../images/notice.png) no-repeat left center;
    padding-left: 20px;
    position: absolute;
    left: 1rem;
    top: 0;
}

.homeMod {
    text-align: center;
    margin-bottom: 1rem;
}

.homeMod ul {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 0.5rem;
    overflow: hidden;
}

.homeMod li {
    width: 33.333%;
    float: left;
    font-size: 1.3rem;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-left: -1px;
    text-align: center;
    padding: 1rem 0;
    position: relative;
}

.homeMod li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* 取消链接高亮 */
    color: #333;
    line-height: 1.5;
}

.homeMod li .thumb {
    height: 4rem;
    margin-bottom: 0.4rem;
    padding-top: 0.2rem;
}

.homeMod li img {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 100%;
    margin: 0 auto;
}

.homeMod li strong {
    display: block;
    line-height: 1.8rem;
    height: 1.8rem;
    overflow: hidden;
    padding-bottom: 0.5rem;
}

.tableMod {
    padding: 1.5rem 1.2rem;
}

.tableList table {
    width: 100%;
    border-radius: 0.5rem;
    background: #fff;
    color: #666666;
}

.tableList table th {
    background: #79bb65;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    height: 3.5rem;
    border: 1px solid #e3e3e3;
    border-top: none;
}

.tableList table th:first-child {
    border-radius: 0.5rem 0 0 0;
    border-left: none;
}

.tableList table th:last-child {
    border-radius: 0 0.5rem 0 0;
    border-right: none;
}

.tableList table th:only-child {
    border-radius: 0.5rem 0.5rem 0 0;
}

.tableList table td {
    border: 1px solid #e3e3e3;
    height: 3rem;
    font-size: 1.2rem;
    padding: 0.3rem 0.6rem;
    line-height: 1.4;
}

.tableList table td.org {
    color: #a56305;
}

.tableList table td.tc {
    text-align: center;
}

.tableList table td.tl {
    text-align: left;
}

.tableList table td .btn {
    background: #d18c2a;
    display: inline-block;
    height: 2.2rem;
    line-height: 2.2rem;
    width: 4rem;
    border-radius: 0.4rem;
    color: #fff;
    text-align: center;
}

.orderMod .body {
    padding: 0.5rem 1rem;
}

.orderMod .topNav {
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
}

.orderMod .topNav ul li {
    float: left;
    margin-right: 0.6rem;
    text-align: center;
}

.orderMod .topNav ul li a {
    display: block;
    float: left;
    width: 6.5rem;
    height: 2.5rem;
    border-radius: 0.4rem;
    color: #fff;
    font-size: 1.2rem;
    background: #f57d91;
}

.orderMod .topNav ul li:nth-child(2) a {
    background: #d0d550;
}

.orderMod .topNav ul li:nth-child(3) a {
    background: #d6ab42;
}

.orderMod .topList {
    background: #fff;
    border-radius: 0.5rem;
    border: 1px solid #e6e6e6;
    margin-bottom: 0.5rem;
}

.orderMod .topList ul li:last-child {
    border-bottom: none;
}

.orderMod .topList ul li .num {
    float: right;
    line-height: 2.5rem;
    margin-top: 0.5rem;
    color: #666666;
    font-size: 1.2rem;
    margin-right: -1rem;
}

.orderMod .topList ul li .num input {
    float: right;
    width: 4.5rem;
    height: 2.5rem;
    border-radius: 0.3rem;
    background: #f8f8f8;
    border: 1px solid #eee;
    font-size: 1.25rem;
    text-align: center;
    text-align: center;
    color: #666;
}

.orderMod .topList ul li {
    border-bottom: 1px solid #e6e6e6;
    height: 3.6rem;
    position: relative;
    padding: 0 2rem 0 0.8rem;
    color: #666;
}

.orderMod .topList ul li strong {
    float: left;
    background: #d6ab42;
    font-family: Georgia, "Times New Roman", Times, serif;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 0.3rem;
    color: #fff;
    text-align: center;
    line-height: 1.5rem;
    font-size: 1.15rem;
    margin-top: 0.9rem;
}

.orderMod .topList ul li .tit {
    margin-left: 1rem;
    line-height: 1.2;
    font-size: 1.2rem;
    width: 55%;
    float: left;
    height: 3.6rem;
}

.orderMod .topList ul li .tit h3 {
    display: table-cell;
    height: 3.6rem;
    vertical-align: middle;
}

.orderMod .topList ul li span {
    float: right;
    display: block;
    line-height: 3.6rem;
}

.orderMod .details {
    background: #fff;
    border-radius: 0.5rem;
    border: 1px solid #e6e6e6;
}

.orderMod .details ul {}

.orderMod .details .table {
    display: table;
    width: 100%;
}

.orderMod .details ul li:last-child strong,
.orderMod .details ul li:last-child span {
    border-bottom: none;
}

.orderMod .details ul li {
    display: table-row;
    min-height: 3.6rem;
    line-height: 3.6rem;
    position: relative;
    padding: 0 2rem 0 0.8rem;
    box-sizing: border-box;
    color: #666;
    border-bottom: 1px solid #e6e6e6;
}

.orderMod .details ul li:after {
    clear: both;
    content: "";
    display: block;
}

.orderMod .details ul li strong {
    display: block;
    width: 9.5rem;
    line-height: 2.6rem;
    padding: 0.5rem 0;
    text-align: right;
    padding-right: 0.8rem;
    font-size: 1.2rem;
    display: table-cell;
}

.orderMod .details ul li span {
    padding: 0.5rem 0;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.3;
    font-size: 1.15rem;
}

.orderMod .form {
    padding-top: 0.5rem;
}

.orderMod .form li {
    margin-bottom: 0.5rem;
    position: relative;
    min-height: 4rem;
    line-height: 4rem;
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 0.5rem;
    padding-left: 9.6rem;
}

.orderMod .form li:after {
    clear: both;
    content: "";
    display: block;
}

.orderMod .form ul li strong {
    width: 6rem;
    line-height: 4rem;
    border-right: 1px solid #e6e6e6;
    text-align: center;
    padding-right: 0.8rem;
    font-size: 1.2rem;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    text-align: justify;
    text-justify: distribute-all-lines;
    /*ie6-8*/
    text-align-last: justify;
    /* ie9*/
    -moz-text-align-last: justify;
    /*ff*/
    -webkit-text-align-last: justify;
    /*chrome 20+*/
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    color: #666666;
}

.orderMod .form ul li .text {
    height: 2rem;
    line-height: 2rem;
    float: left;
    width: 100%;
    font-size: 1.2rem;
    color: #666;
    background: none;
    outline: none;
    padding: 1rem 0;
    border: none;
}

.orderMod .form ul li.long {
    padding-left: 1.5rem;
}

.orderMod .form ul li .text2 {
    height: 5rem;
    font-family: "Microsoft YaHei", sans-serif;
}

.orderMod .form ul li .code {
    width: 8.5rem;
    height: 2.8rem;
    position: absolute;
    right: 1rem;
    top: 0.6rem;
    background-color: #d55650;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.2rem;
    cursor: pointer;
    border: none;
    border-radius: 0.3rem;
}

.orderMod .form ul li .disabled {
    background: #ccc;
}

.orderMod .form ul li select {
    width: 100%;
    background: url(../images/arrow-down.png) no-repeat right center;
    background-size: 2.7rem 0.9rem;
    height: 4rem;
    line-height: 4rem;
    border: none;
    font-size: 1.2rem;
    color: #999;
}

.orderMod .form ul li.slt1 select {
    width: 50%;
    float: left;
    border-right: 1px solid #e6e6e6;
}

.orderMod .form ul li.slt1 select:nth-child(1) {
    width: 47%;
    margin-right: 3%;
}

.btnDiv {
    padding: 1rem 2.2rem;
}

.btnDiv .btn {
    width: 100%;
    border-radius: 0.5rem;
    border: none;
    font-size: 1.65rem;
    display: block;
    height: 4rem;
    line-height: 4rem;
    color: #fff;
    text-align: center;
    background: #f57d91;
    border-radius: 0.6rem;
}

.help-mod {}

.help-mod .list {
    background: #fff;
}

.help-mod .list li {
    height: 4rem;
    line-height: 4rem;
    border-bottom: 1px solid #eee;
    padding: 0 1.2rem;
    padding-right: 0.8rem;
    font-size: 1.3rem;
}

.help-mod .list li a {
    display: block;
    background: url(../images/arrow2.png) no-repeat right center;
    overflow: hidden;
    height: 4rem;
    padding-right: 4rem;
    background-size: 1.3rem 2.1rem;
    line-height: 4rem;
}

.upradeMod .head {
    border-bottom: 1px solid #eee;
    background: #fff;
    padding: 1.5rem 1.5rem;
}

.upradeMod .head .thumb {
    width: 6.85rem;
    height: 5.8rem;
    float: left;
}

.upradeMod .head .thumb img {
    width: 6.85rem;
    height: 5.8rem;
}

.upradeMod .head .desc {
    margin-left: 8rem;
    padding-top: 1rem;
    font-size: 1.3rem;
    line-height: 1.7;
}

.upradeMod .head .desc h3 {
    color: #333;
}

.upradeMod .head .desc p {
    color: #e36c06;
}

.upradeMod .body {
    padding: 0.8rem 1rem;
}

.upradeMod .uplist {}

.upradeMod .uplist li {
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
    position: relative;
    min-height: 5.3rem;
    line-height: 5.3rem;
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 0.5rem;
    font-size: 1.2rem;
    color: #666666;
}

.upradeMod .uplist li .img {
    width: 5.6rem;
    float: left;
}

.upradeMod .uplist li img {
    width: 6.85rem;
    height: 5.8rem;
}

.upradeMod .uplist li:after {
    clear: both;
    content: "";
    display: block;
}

.upradeMod .uplist li .desc {
    margin-left: 7rem;
}

.upradeMod .uplist li .desc2 {
    line-height: 1.5;
}

.upradeMod .uplist li .btn {
    display: block;
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -1.3rem;
    height: 2.6rem;
    line-height: 2.6rem;
    width: 6.5rem;
    text-align: center;
    font-size: 1.2rem;
    border-radius: 0.4rem;
    background: #f57d91;
    color: #fff;
}

.upradeMod .uplist li .btn2 {
    display: block;
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -1.3rem;
    height: 2.6rem;
    line-height: 2.6rem;
    width: 6.5rem;
    text-align: center;
    font-size: 1.2rem;
    border-radius: 0.4rem;
    background: #ec9144 url(../images/arrow-up.png) no-repeat 1.1rem center;
    background-size: 1.25rem 1.35rem;
    text-indent: 1.5rem;
    color: #fff;
}

.myMod .head {
    border-bottom: 1px solid #eee;
    background: #fff;
    padding: 1rem 2rem;
    font-size: 0;
    margin-bottom: 0.5rem;
}

.myMod .head ul {
    border: 1px solid #f57d91;
    height: 3rem;
    border-radius: 0.5rem;
    overflow: hidden;
}

.myMod .head ul li {
    display: block;
    width: 50%;
    float: left;
    background: #fff;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    font-size: 1.3rem;
}

.myMod .head ul li a {
    display: block;
    color: #f57d91;
}

.myMod .head ul li.on {
    background: #f57d91;
    color: #fff;
}

.myMod .head ul li.on a {
    color: #fff;
}

.myMod .head2 {
    border-bottom: 1px solid #eee;
    background: #fff;
    padding: 1rem 2rem;
    font-size: 0;
    margin-bottom: 0.5rem;
}

.myMod .head2 ul {
    border: 1px solid #f57d91;
    height: 3rem;
    border-radius: 0.5rem;
    overflow: hidden;
}

.myMod .head2 ul li {
    display: block;
    width: 33.33%;
    float: left;
    background: #fff;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    font-size: 1.3rem;
}

.myMod .head2 ul li a {
    display: block;
    color: #f57d91;
}

.myMod .head2 ul li.on {
    background: #f57d91;
    color: #fff;
}

.myMod .head2 ul li.on a {
    color: #fff;
}

.myMod .body ul li {
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #eee;
    background: #fff;
    border-top: 1px solid #eee;
}

.myMod .body ul li .tt {
    height: 3rem;
    line-height: 3rem;
    border-bottom: 1px solid #eee;
    padding: 0 2rem;
    color: #666666;
    font-size: 1.15rem;
}

.myMod .body ul li .tt .s1 {
    display: block;
    float: left;
    width: 35%;
    border-right: 1px solid #eee;
}

.myMod .body ul li .tt .s2 {
    width: 20%;
    float: left;
    display: block;
    padding-left: 5%;
}

.myMod .body ul li .tt .s3 {
    float: right;
    text-align: right;
}

.myMod .body ul li .tt .s3 em {
    color: #a54505;
}

.myMod .body ul li .desc {
    padding: 1rem 2rem;
}

.myMod .body ul li .desc a {
    display: block;
    background: url(../images/arrow21.png) no-repeat right center;
    overflow: hidden;
    background-size: 1.3rem 2.1rem;
    padding-right: 3rem;
    font-size: 1.2rem;
}

.myMod .body ul li .desc dl dd {
    position: relative;
    padding: 0.2rem 0;
    padding-left: 7rem;
}

.myMod .body ul li .desc dl dd strong {
    color: #cd7105;
    width: 7rem;
    position: absolute;
    left: 0;
    top: 0.2rem;
}


/*注册 登录*/

.page_login {
    padding: 0 0 3rem 0;
    font-size: 1.3rem;
}

.page_login .imgs {
    margin-bottom: 4rem;
}

.page_login .imgs img {
    display: block;
    width: 100%;
}

.login_tab {
    padding: 0 1.2rem;
}

.login_tab .hd {
    overflow: hidden;
}

.login_tab .hd ul {
    overflow: hidden;
    border-bottom: 1px solid #f57d91;
    position: relative;
}

.login_tab .hd ul i {
    height: 2.5rem;
    width: 0;
    position: absolute;
    content: "";
    border-left: 1px solid #eee;
    left: 50%;
    top: 0.8rem;
}

.login_tab .hd li {
    float: left;
    width: 50%;
    text-align: center;
    line-height: 4rem;
    line-height: 4rem;
    color: #7c7c7c;
    font-size: 1.5rem;
    cursor: pointer;
}

.login_tab .hd li.on {
    background: #FFF;
    color: #f57d91;
    border-bottom: 2px solid #f57d91;
}

.login_tab .bd {
    background: #FFF;
    margin-bottom: 2rem;
}

.login_wrap li {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.login_wrap li.i1 {
    background: url(../images/ico1.png) no-repeat 0.7rem center;
    padding-left: 3.5rem;
    background-size: 1.45rem 2.7rem;
}

.login_wrap li.i2 {
    background: url(../images/ico2.png) no-repeat 0.5rem center;
    padding-left: 3.5rem;
    background-size: 1.9rem 2.45rem;
}

.login_wrap li .text {
    padding: 1rem 0;
    width: 100%;
    height: 3rem;
    color: #666;
    border: none;
    font-size: 1.35rem;
}

.login_wrap li .t_mm {
    background-image: url(../images/i3.png);
}

.login_wrap li .btn_yc {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 38px;
    width: 48px;
    background: url(../images/i4.png) no-repeat center;
}

.login_wrap li.btn {
    padding-top: 1.5rem;
    border-bottom: none;
    padding-bottom: 1.5rem;
}

.login_wrap li .btn_yc.on {
    background-image: url(../images/i4h.png)
}

.login_wrap li.yz {
    padding: 1rem 0;
}

.login_wrap li .t_yzm {
    background: none;
    width: 65%;
    float: left;
}

.login_wrap li .btn_yzm {
    float: right;
    height: 5rem;
    text-align: center;
    background: #f57d91;
    color: #fff;
    border: none;
    cursor: pointer;
    width: 34%;
    border-radius: 3px;
    font-size: 1.4rem;
}

.login_wrap li.cbt {
    color: #888;
    border-bottom: none;
}

.login_wrap li .cbt a {
    color: #429964;
}

.login_wrap li .sbt_zc {
    width: 100%;
    height: 4.5rem;
    text-align: center;
    background: #f57d91;
    color: #FFF;
    font-size: 1.5rem;
    color: #FFF;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.login_wrap li a.fr {
    color: #c00;
}

.login_wrap li .disabled {
    background: #ccc;
}

.lft {
    float: left;
}

.rgt {
    float: right;
}

.zd-mod {
    background: #fff;
}

.zd-mod .list {
    padding-left: 1rem;
}

.zd-mod .list li {
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
    padding-right: 1rem;
}

.zd-mod .list li .num {
    color: #f57d91;
    font-size: 1.6rem;
    line-height: 1.5;
    padding-bottom: 0.5rem;
}

.zd-mod .list li .info:after {
    clear: both;
    content: "";
    display: block;
}

.zd-mod .list li .info {
    line-height: 1.5;
}

.zd-mod .list li .info .lft {
    color: #888;
    font-size: 1.3rem
}

.zd-mod .list li .info .rgt {
    color: #333;
    font-size: 1rem;
}

.supMod .head2 {
    border-bottom: 1px solid #eee;
    background: #fff;
    padding: 1rem 2rem;
    font-size: 0;
    margin-bottom: 0.5rem;
}

.supMod .head2 ul {
    border: 1px solid #f57d91;
    height: 3rem;
    border-radius: 0.5rem;
    overflow: hidden;
}

.supMod .head2 ul li {
    display: block;
    width: 50%;
    float: left;
    background: #fff;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    font-size: 1.3rem;
}

.supMod .head2 ul li a {
    display: block;
    color: #f57d91;
}

.supMod .head2 ul li.on {
    background: #f57d91;
    color: #fff;
}

.supMod .head2 ul li.on a {
    color: #fff;
}


/* dialog */

.dialog_blank {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    display: none;
}

.dialog {
    display: none;
    position: fixed;
    z-index: 11;
    top: 50%;
    left: 50%;
    margin: -15rem 0 0 -12.5rem;
    width: 25rem;
    background-color: #fff;
    text-align: left;
    border-radius: 0.8rem;
}

.dialog_inside {
    padding: 0.2rem;
    position: relative;
}

.dialog_inside .hd {
    margin-bottom: 1rem;
}

.dialog_inside .hd .img {
    float: left;
    width: 5rem;
    height: 5rem;
    border-radius: 0.5rem;
    margin-right: 0.8rem;
    overflow: hidden;
}

.dialog_inside .hd .img img {
    width: 5rem;
    height: 5rem;
    border-radius: 0.5rem;
}

.dialog_inside .hd .desc p {
    padding: 0.8rem 0;
    padding-bottom: 0.3rem;
}

.dialog_inside .hd .desc p img {
    width: 1.6rem;
    height: 1.2rem;
}

.dialog_inside .hd .desc span {
    display: block;
    font-size: 1.2rem;
    line-height: 100%;
    color: #666;
}

.dialog .dialog_close {
    background: url(../images/close.png) no-repeat center center;
    background-size: cover;
    width: 2.8rem;
    height: 2.8rem;
    position: absolute;
    top: -1rem;
    right: -1.5rem;
    display: block;
    text-indent: -999em;
}

.dialog_inside .bd .img img {
    display: block;
    margin: 0 auto;
}

.dialog_inside .bd p {
    padding-top: 0.6rem;
    text-align: center;
    font-size: 1.1rem;
    color: #999;
}

.dialog_inside .box {
    box-shadow: 0 0 0.3rem #999;
    padding: 1rem;
    border-radius: 0.8rem 0.8rem 0 0;
}

.dialog_inside .title {
    line-height: 2.5rem;
    text-align: center;
    font-size: 1.2rem;
    color: #f44906;
}


/*注册*/

.mg_zc {
    background: url(../images/mg_czbg.jpg) no-repeat center;
    background-size: 100% 100%;
    height: 100%;
}

.zhuc_box {
    padding: 0 3rem 4.5rem 3rem;
}

.zhuc_box .zc_top {
    padding-top: 4rem;
}

.zhuc_box .zc_top img {
    width: 7.35rem;
    height: 7.4rem;
}

.zhuc_box .zc_top .mg_name {
    padding: 1.1rem 0 0 1.75rem;
}

.zhuc_box .zc_top .mg_name span {
    display: block;
    color: #FFFFFF;
}

.zhuc_box .zc_top .mg_name .i_name {
    font-size: 1.75rem;
}

.zhuc_box .zc_top .mg_name .i_tel {
    font-size: 1.4rem;
    padding-top: 1.2rem;
}

.zhuc_form {
    margin-top: 8.5rem;
}

.zhuc_form h4 {
    text-align: center;
    font-size: 1.8rem;
    color: #000000;
}

.zhuc_form ul {
    margin-top: 1.5rem;
}

.zhuc_form ul li {
    height: 4rem;
    line-height: 4rem;
    margin-bottom: 1.1rem;
}

.zhuc_form ul li .form_box {
    height: 100%;
    background: #FFFFFF;
    border-radius: 0.5rem;
    box-shadow: 0rem 0rem 1rem #d3d3d3 inset;
    padding: 0 2rem;
}

.zhuc_form ul li .form_box img {
    width: 1.55rem;
    height: 1.6rem;
    vertical-align: middle;
    padding-right: 2rem;
}

.zhuc_form ul li .form_box input {
    font-size: 1.2rem;
    border: none;
    width: 17rem;
}

.zhuc_form ul li .huo_q {
    width: 12rem;
    display: inline-block;
}

.zhuc_form ul li .huo_q input {
    width: 7rem;
}

.zhuc_form ul li .fo_dj {
    width: 7.5rem;
    height: 2.8rem;
    line-height: 2.8rem;
    font-size: 1.2rem;
    color: #FFFFFF;
    background: #f63731;
    border: none;
    border-radius: 0.3rem;
    margin-top: 0.55rem;
}

.zhuc_form ul li label {
    font-size: 1.35rem;
    padding-left: 2.3rem;
}

.zhuc_form ul li label a {
    color: #f63731;
}

.zhuc_form ul li .now_tj {
    width: 100%;
    height: 4.1rem;
    line-height: 4.1rem;
    font-size: 1.7rem;
    color: #FFFFFF;
    background: #f63731;
    border: none;
    border-radius: 0.3rem;
}

.zhuc_form ul li .chex {
    position: relative;
    width: 0.1rem;
    height: 0.1rem;
    top: -1rem;
    left: 0.6rem;
}

.zhuc_form ul li .chex:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 1.2rem;
    height: 1.25rem;
    background: url(../images/mg_che.png) no-repeat center;
    background-size: 1.2rem 1.25rem;
    content: "";
}

.zhuc_form ul li .chex:checked:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 1.2rem;
    height: 1.25rem;
    background: url(../images/mg_cheyes.png) no-repeat center;
    background-size: 1.2rem 1.25rem;
    content: "";
}

.zhuc_box .tent {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 50;
    display: none;
}

.zhuc_box .tent .tent_box {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    width: 90%;
    height: 36rem;
    margin: -18rem -45%;
}

.zhuc_box .tent .tent_box .te_top {
    height: 3rem;
    line-height: 3rem;
    position: relative;
    margin-bottom: 2rem;
}

.zhuc_box .tent .tent_box .te_top img {
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.zhuc_box .tent .tent_box .te_top h3 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
}

.zhuc_box .tent .tent_box .text_box {
    overflow: hidden;
    height: 23rem;
    padding: 1rem;
    font-size: 0.8rem;
    overflow-y: auto;
}

.zhuc_box .tent .tent_box .mg_btns {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #F5F5F5;
    height: 3rem;
    padding: 1rem 0;
    border-top: 1px solid #ddd;
    width: 100%;
    text-align: center;
}

.zhuc_box .tent .tent_box .mg_btns .mg_yud {
    height: 3rem;
    line-height: 3rem;
    background: #e03b46;
    color: #FFFFFF;
    width: 10rem;
    text-align: center;
    border: none;
    font-size: 1.4rem;
    cursor: pointer;
    margin: 0 1rem;
}

.bg812 {
    background: #f9fbff;
}

.bg812 .zhuc_box {
    padding: 0;
}

.bg812 .zc_top {
    background: url(../images/bg812.png) no-repeat center;
    background-size: 100% 100%;
    padding: 3.75rem 2.5rem 7.5rem;
}

.bg812 .zc_top .lft {
    border-radius: 100%;
    border: 2px solid #fff;
    width: 8rem;
    height: auto;
    margin-right: 2rem;
}

.bg812 .zc_top .mg_name span {
    font-size: 2rem;
}

.bg812 .form_w {
    padding-top: 3rem;
}

.bg812 .form_w h4 {
    text-align: center;
    font-size: 1.8rem;
    color: #000000;
}

.bg812 .form_w ul {
    margin-top: 0;
    padding: 3rem 3rem 0;
}

.bg812 .form_w ul li {
    position: relative;
    margin-bottom: 1.5rem;
}

.bg812 .form_w ul li .text {
    width: 100%;
    border: none;
    height: 1.1rem;
    padding: 1.5rem 0;
    background: none;
    text-indent: 5rem;
    font-size: 1.1rem;
    color: #cacaca;
    background: #FFFFFF;
    border-radius: 0.5rem;
    box-shadow: 0rem 0rem 1rem #d3d3d3 inset;
}

.bg812 .form_w ul li .form_box {
    width: 100%;
}

.bg812 .form_w ul li img {
    position: absolute;
    top: 1.1rem;
    left: 2rem;
    width: 1.5rem;
    z-index: 20;
}

.bg812 .form_w ul li .huo_q {
    width: 65%;
}

.bg812 .form_w .code {
    position: absolute;
    top: 0.5rem;
    right: 0;
    width: 30%;
    height: 3rem;
    background: #4e95f2;
    color: #fff;
    border: none;
    cursor: pointer;
}

.bg812 .form_w .selt {
    width: 35%;
    height: 4rem;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 5rem;
    font-size: 1.1rem;
    color: #cacaca;
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0rem 0rem 1rem #d3d3d3 inset;
    background: #FFFFFF url(../images/xiala_812.png) no-repeat 90%;
    background-size: 1rem auto;
}

.bg812 .form_w .form_box_1 {
    height: 4rem;
    overflow: hidden;
}

.bg812 .form_w .form_box_1 .text {
    width: 60%;
    float: right;
    text-indent: 2rem;
}


/*2019-08-14 新增及修改样式*/

.orderlist14 .tab-nav {
    background: #fff;
    padding-top: 1.7rem;
}

.orderlist14 .tab-nav li {
    float: left;
    width: 50%;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
    height: 3.5rem;
}

.orderlist14 .tab-nav li a {
    display: inline-block;
    padding: 0 1.5rem 1.5rem;
    font-size: 1.2rem;
    color: #323232;
}

.orderlist14 .tab-nav li.on a {
    border-bottom: 2px solid #f57d91;
}

.orderlist14 .lst li {
    padding: 0 1.3rem;
    background: #fff;
    margin-bottom: 1rem;
}

.orderlist14 .lst .top {
    height: 6rem;
    line-height: 6rem;
    border-bottom: 1px solid #f0f0f0;
}

.orderlist14 .lst .top a {
    font-size: 1.3rem;
    color: #323232;
    display: block;
    background: url(../images/arrow.png) no-repeat right;
    background-size: 1rem auto;
}

.orderlist14 .lst .top span.time {
    font-size: 1rem;
    color: #a8a6a7;
    margin-left: 0.5rem;
}

.orderlist14 .lst .shop {
    padding: 1.7rem 0;
}

.orderlist14 .lst .pic {
    float: left;
    width: 15%;
}

.orderlist14 .lst .pic img {
    width: 100%;
    display: block;
    border-radius: 0.5rem;
}

.orderlist14 .lst .txt {
    float: right;
    width: 81%;
    position: relative;
}

.orderlist14 .lst .txt a {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 0 1rem;
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 1rem;
    color: #e93a3a;
    border: 1px solid #e93a3a;
    border-radius: 2.5rem;
}

.orderlist14 .lst .txt h5 {
    display: inline-block;
    font-size: 1.4rem;
    color: #303231;
}

.orderlist14 .lst .txt .num {
    font-size: 1.2rem;
    color: #303231;
}

.orderlist14 .lst .txt p {
    font-size: 1rem;
    color: #9f9f9f;
}

.orderlist14 .lst .moneymod {
    padding: 0 0 1.7rem;
    border-bottom: 1px solid #f0f0f0;
    font-size: 1rem;
    color: #323232;
}

.orderlist14 .lst .moneymod .moneyNum {
    color: #e93a3a;
    font-size: 1.15rem;
    font-weight: bold;
}

.orderlist14 .lst .moneymod .way {
    color: #9e9e9e;
}

.orderlist14 .lst .btnmos {
    text-align: right;
    padding: 1.5rem 0;
}

.orderlist14 .lst .btnmos .btn {
    display: inline-block;
    width: 8rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.1rem;
    color: #7f7f7f;
    border: 1px solid #d6d6d6;
    margin-left: 0.5rem;
    text-align: center;
    border-radius: 0.3rem;
}

.orderlist14 .lst .btnmos .btn2 {
    color: #e93a3a;
    border-color: #e93a3a;
}

.orderPay14 h5 {
    font-size: 1.3rem;
    color: #393939;
    height: 4rem;
    line-height: 4rem;
    border-bottom: 1px solid #f0f0f0;
}

.orderPay14 .waylst {
    background: #fff;
    margin-bottom: 1rem;
}

.orderPay14 .waylst h5 {
    padding: 0 1.7rem;
}

.orderPay14 .waylst ul li {
    padding: 1.7rem;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    font-size: 1.3rem;
    color: #9c9c9c;
}

.orderPay14 ul li:last-child {
    border-bottom: none;
}

.orderPay14 .waylst ul li img {
    width: 2.5rem;
    margin-right: 1.5rem;
    vertical-align: top;
}

.orderPay14 .waylst ul li span {
    display: inline-block;
    line-height: 2.5rem;
}

.orderPay14 .waylst .inptbox {
    position: absolute;
    top: 2rem;
    right: 3.4rem;
}

.orderPay14 .waylst .inptbox .radio {
    width: 0.1rem;
    height: 0.1rem;
    position: relative;
}

.orderPay14 .waylst .inptbox .radio:before {
    position: absolute;
    top: -0.1rem;
    left: -0.1rem;
    width: 1.85rem;
    height: 1.85rem;
    content: "";
    background: url(../images/chk_814.jpg) no-repeat center;
    background-size: 1.85rem 1.85rem;
}

.orderPay14 .waylst .inptbox .radio:checked:before {
    position: absolute;
    top: -0.1rem;
    left: -0.1rem;
    width: 1.85rem;
    height: 1.85rem;
    content: "";
    background: url(../images/chkOn_814.jpg) no-repeat center;
    background-size: 1.85rem 1.85rem;
}

.orderPay14 .commodity {
    background: #fff;
    margin-bottom: 1rem;
    padding: 0 1.7rem;
    position: relative;
}

.orderPay14 .commodity .allunm {
    font-size: 1.3rem;
    color: #393939;
    position: absolute;
    top: 0;
    right: 1.7rem;
    display: inline-block;
    height: 4rem;
    line-height: 4rem;
}

.orderPay14 .commodity ul li {
    border-bottom: 1px solid #f0f0f0;
    padding: 1.3rem 0;
}

.orderPay14 .commodity img {
    float: left;
    width: 12%;
    border-radius: 0.5rem;
}

.orderPay14 .commodity .txt {
    float: right;
    width: 85%;
    position: relative;
}

.orderPay14 .commodity .txt h6 {
    font-size: 1.2rem;
    color: #303231;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.orderPay14 .commodity .txt .prise {
    font-size: 1.1rem;
    color: #e93a3a;
}

.orderPay14 .commodity .txt .num {
    font-size: 1rem;
    color: #aaaaaa;
    position: absolute;
    bottom: 0;
    right: 0;
}

.orderPay14 .info {
    background: #fff;
    margin-bottom: 8rem;
}

.orderPay14 .info li {
    padding: 0 1.7rem;
    height: 4.4rem;
    line-height: 4.4rem;
    overflow: hidden;
    font-size: 1.3rem;
    color: #393939;
}

.orderPay14 .info li:last-child {
    border-top: 1px solid #f0f0f0;
}

.orderPay14 .info strong {
    float: right;
}

.gotoPay {
    position: fixed;
    bottom: 4.7rem;
    left: 0;
    width: 100%;
    height: 5rem;
    padding-bottom: 1rem;
    background: #fff;
}

.gotoPay .left {
    float: left;
    width: 70%;
    line-height: 5rem;
    height: 5rem;
    font-size: 1.5rem;
    color: #fff;
    background: #363435;
    box-sizing: border-box;
    padding-left: 1.7rem;
}

.gotoPay .left strong {
    font-size: 1.5rem;
}

.gotoPay .btn {
    float: right;
    width: 30%;
    height: 5rem;
    background: #f57d91;
    font-size: 1.3rem;
    color: #fff;
    border: none;
    cursor: pointer;
}

.toAdd {
    padding-top: 9rem;
}

.toAdd .pic img {
    display: block;
    width: 15.9rem;
    margin: 0 auto;
}

.toAdd .pic span {
    padding: 2rem 0 5rem;
    text-align: center;
    display: block;
    font-size: 1.4rem;
    color: #9a9a9a;
}

.toAdd .btn {
    display: block;
    margin: 0 auto;
    width: 9rem;
    height: 3.5rem;
    font-size: 1.5rem;
    color: #fff;
    border-radius: 2.5rem;
    background: #f57d91;
    border: none;
    cursor: pointer;
}

.yzlst .lst {
    padding: 0 1.3rem;
    background: #fff;
    margin-bottom: 1rem;
}

.yzlst .orderInfo {
    padding: 1.3rem 0;
    border-top: 1px solid #f0f0f0;
}

.yzlst .orderInfo h5 {
    font-size: 1.4rem;
    color: #393939;
}

.yzlst .orderInfo h5 span {
    font-size: 1.3rem;
}

.yzlst .orderInfo .ma {
    padding: 2.3rem 0 0;
}

.yzlst .orderInfo .ma img {
    display: block;
    width: 15rem;
    margin: 0 auto;
}

.yzlst .orderInfo .ma span {
    display: block;
    font-size: 1.4rem;
    color: #393939;
    text-align: center;
    padding-top: 2.3rem;
}

.yzlst .tips {
    background: #fff;
    font-size: 1rem;
    color: #9f9f9f;
    padding: 1.2rem;
}

.yzlst .btnmod {
    padding-top: 2rem;
}

.yzlst .btnmod .btn {
    display: block;
    margin: 0 auto;
    width: 17.5rem;
    height: 3.5rem;
    font-size: 1.5rem;
    color: #fff;
    border-radius: 1rem;
    background: #f57d91;
    border: none;
    cursor: pointer;
}

.write-offs {
    background: #fff;
    padding: 0 1.7rem;
}

.write-offs ul li {
    height: 5rem;
    line-height: 5rem;
    font-size: 1.3rem;
    color: #393939;
    border-bottom: 1px solid #f0f0f0;
}

.write-offs ul li:last-child {
    border-bottom: none;
}

.write-offs ul li img {
    width: 1.3rem;
    position: relative;
    vertical-align: top;
    top: 1.8rem;
    margin-right: 1rem;
}

.write-offs ul li .red {
    color: #bd5b6b;
}

.addKf .topmod {
    background: #fff;
    margin-bottom: 1rem;
    padding: 3rem 1.5rem 1.5rem;
}

.addKf .shop img {
    display: block;
    width: 6.25rem;
    margin: 0 auto 0.5rem;
    border-radius: 100%;
}

.addKf .shop strong {
    font-size: 1.4rem;
    color: #2a2a2a;
    font-weight: bold;
    display: block;
    text-align: center;
    padding-bottom: 1rem;
}

.addKf .shop .prise {
    text-align: center;
    font-size: 3.75rem;
    color: #d91010;
}

.addKf .shop .prise i {
    font-size: 1.3rem;
}

.addKf .shop span {
    font-size: 1.2rem;
    color: #959595;
    display: block;
    text-align: center;
    padding-bottom: 2rem;
}

.addKf .topmod .tip {
    text-align: center;
    font-size: 1.2rem;
    color: #2a2a2a;
    font-weight: bold;
}

.addKf .ma {
    background: #fff;
    padding: 3rem 0;
}

.addKf .ma img {
    display: block;
    width: 17.5rem;
    margin: 0 auto 2rem;
}

.addKf .ma span {
    display: block;
    font-size: 1.2rem;
    color: #959595;
    text-align: center;
}


/*2019-08-20 新增通知公告 提现申请样式*/

.cheats20 .top {
    padding: 2.3rem;
}

.cheats20 .top h2 {
    text-align: center;
    font-size: 1.9rem;
    color: #454545;
    margin-bottom: 2rem;
}

.cheats20 .top span {
    font-size: 1.1rem;
    color: #afafaf;
}

.cheats20 .top .time {
    padding-left: 2rem;
    background: url(../images/time820.png) no-repeat left;
    background-size: 1.2rem 1.2rem;
}

.cheats20 .top .views {
    padding-left: 2rem;
    background: url(../images/view820.png) no-repeat left;
    background-size: 1.2rem 1.2rem;
}

.cheats20 .txtCont {
    padding: 0.5rem 2.3rem;
}

.cheats20 .txtCont h5 {
    font-size: 1.4rem;
    color: #454545;
    height: 4.4rem;
    line-height: 4.4rem;
    font-weight: bold;
}

.cheats20 .txtCont ul li {
    margin-bottom: 3rem;
}

.cheats20 .txtCont ul li a {
    font-size: 1.3rem;
    color: #333;
    letter-spacing: 0.1rem;
}


/*2019-08-22 分享返现样式*/

.bg822 {
    background: url(../images/bg_822.png) no-repeat center;
    background-size: cover;
}

.invitaPage h2 {
    text-align: center;
    padding: 2.8rem 0 2.3rem;
}

.invitaPage h2 img {
    display: block;
    width: 28.5rem;
    margin: 0 auto;
}

.invitaPage .detail {
    padding: 0 3.5rem;
    margin-bottom: 1.5rem;
}

.invitaPage .detail .cont {
    background: url(../images/bg2822.png) no-repeat center;
    background-size: 100% 100%;
    padding: 1.8rem;
}

.invitaPage .detail .txt {
    text-align: center;
    background: #ff546e;
    margin-bottom: 1.7rem;
    padding: 1.4rem 0 2rem;
    border-radius: 0.5rem;
}

.invitaPage .detail .txt h5 {
    font-size: 2.8rem;
    color: #ffffff;
}

.invitaPage .detail .txt strong {
    display: block;
    font-size: 2.8rem;
    color: #fff;
    padding: 0 0 0.5rem;
}

.invitaPage .detail .txt b {
    color: #ffeb51;
    font-weight: normal;
}

.invitaPage .detail .txt span {
    display: block;
    font-size: 1.4rem;
    color: #ffeb51;
    height: 3rem;
    line-height: 3rem;
    background: #ff7186;
}

.invitaPage .inviteBtn {
    margin-bottom: 1.5rem;
    border-radius: 2.5rem;
    display: block;
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    font-size: 1.7rem;
    color: #fff;
    background: url(../images/btn822.png) no-repeat center;
    background-size: 100% 100%;
}

.invitaPage .shareBnt ul {
    margin-left: -3%;
    padding-top: 1.5rem;
    border-top: 1px dashed #ff8c49;
}

.invitaPage .shareBnt ul li {
    float: left;
    width: 47%;
    margin-left: 3%;
    height: 3.3rem;
    line-height: 3.3rem;
    font-size: 1.2rem;
    color: #fff;
    border-radius: 2.5rem;
    text-align: center;
}

.invitaPage .shareBnt ul li.linksbtn {
    background: url(../images/btn1822.png) no-repeat center;
    background-size: 100% 100%;
}

.invitaPage .shareBnt ul li.mabtn {
    background: url(../images/btn2822.png) no-repeat center;
    background-size: 100% 100%;
}

.invitaPage .shareBnt ul li img {
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 0.5rem;
    position: relative;
    top: 1rem;
}

.invitaPage .record {
    padding: 0 1rem;
}

.invitaPage .record .cont {
    background: #fff;
    padding: 1rem 5rem;
    border-radius: 1rem;
}

.invitaPage .record h5 {
    text-align: center;
    font-size: 1.4rem;
    color: #000000;
    font-weight: bold;
    margin-bottom: 1.3rem;
}

.invitaPage .record ul {
    margin-bottom: 1.6rem;
}

.invitaPage .record li {
    float: left;
    width: 33.333%;
    text-align: center;
}

.invitaPage .record li strong {
    font-size: 1.7rem;
    color: #000000;
    display: block;
    font-weight: bold;
}

.invitaPage .record li span {
    font-size: 1.2rem;
    color: #939393;
    display: block;
}

.invitaPage .record .viewBtn {
    display: block;
    width: 100%;
    height: 3.8rem;
    line-height: 3.8rem;
    font-size: 1.7rem;
    color: #fff;
    text-align: center;
    background: #ff2648;
}

.msgbg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

#sharelinks {
    position: fixed;
    top: 1.4rem;
    left: 0;
    width: 100%;
    z-index: 100;
    display: none;
}

#sharelinks img {
    display: block;
    width: 26.1rem;
    margin: 0 auto 4rem;
    border-radius: 0.5rem;
}

#sharelinks .close {
    display: block;
    width: 3.1rem;
    height: 3.1rem;
    margin: 0 auto;
    background: url(../images/close822.png) no-repeat center;
    background-size: 3.1rem 3.1rem;
}

#shareMa {
    position: fixed;
    width: 24rem;
    left: 50%;
    margin-left: -12rem;
    height: 34rem;
    top: 45%;
    margin-top: -17rem;
    background: #fff;
    z-index: 100;
    border-radius: 0.5rem;
    display: none;
}

#shareMa .cont {
    padding: 2rem;
    position: relative;
}

#shareMa .cont .close {
    display: block;
    width: 3.1rem;
    height: 3.1rem;
    position: absolute;
    top: -4rem;
    right: -2rem;
    background: url(../images/close822.png) no-repeat center;
    background-size: 3.1rem 3.1rem;
}

#shareMa .cont .top img {
    width: 4rem;
    float: left;
    margin-right: 2rem;
}

#shareMa .cont .top .txt {
    float: left;
    font-size: 1.2rem;
    color: #999999;
}

#shareMa .cont .top .txt h5 {
    font-size: 1.3rem;
    color: #101010;
    font-weight: bold;
}

#shareMa .cont .ma {
    padding-top: 2.4rem;
}

#shareMa .cont .ma img {
    display: block;
    width: 100%;
    margin: 0 auto 2rem;
}

#shareMa .cont .ma span {
    font-size: 1.2rem;
    color: #999999;
    display: block;
    text-align: center;
}

.y_header a.back2 {
    display: inline-block;
    height: 4rem;
    width: 1.2rem;
    height: 4rem;
    background: url(../images/back2.png) no-repeat center center;
    background-size: 0.85rem 1.45rem;
    margin-right: 1.4rem;
    vertical-align: top;
}

.mainMenu {
    background: #fff;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.5rem;
    padding-left: 0.2rem;
    padding-bottom: 1rem;
}

.mainMenu ul li {
    float: left;
    padding: 0 1rem;
}

.mainMenu ul li a {
    color: #222;
}

.mainMenu ul li a:hover,
.mainMenu ul li.on a {
    color: #7078e9;
}

.newsList2 li {
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
}

.newsList2 li a {
    display: block;
    padding: 1rem 1.2rem;
    height: 7rem;
}

.newsList2 li .thumb {
    float: right;
    width: 10rem;
    height: 7rem;
    margin-left: 1.5rem;
}

.newsList2 li .thumb img {
    display: block;
    width: 10rem;
    height: 7rem;
    border-radius: 1rem;
}

.newsList2 li h3 {
    color: #222;
    font-size: 1.4rem;
    line-height: 1.2;
    height: 4rem;
    margin-bottom: 1.3rem;
}

.newsList2 li p {
    color: #9c9c9c;
    font-size: 1.1rem;
    line-height: 1.6rem;
}

.newsList2 li p span {
    display: inline-block;
    background: url(../images/ico_01.png) no-repeat left center;
    background-size: 1.2rem 1.2rem;
    padding-left: 1.5rem;
}

.newsList2 li p i {
    display: inline-block;
    background: url(../images/ico_02.png) no-repeat left center;
    background-size: 1.2rem 1.2rem;
    padding-left: 1.5rem;
    margin-left: 2.2rem;
}

.newsList2 .title5 {
    line-height: 2rem;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 0 1.2rem;
    background: #fff;
    padding-bottom: 0.8rem;
    padding-top: 1.5rem;
    color: #222;
}

.details_content {
    padding: 1.5rem;
    background: #fff;
}

.details_content h1 {
    font-size: 2rem;
    color: #222;
    line-height: 1.3;
    padding: 1rem 0;
}

.details_content .actions {
    padding-right: 5.5rem;
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.details_content .actions .avatar {
    display: block;
    float: left;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 3.6rem;
    margin-right: 1rem;
}

.details_content .actions p {
    font-size: 1.2rem;
    color: #999999;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.details_content .actions h3 {
    font-size: 1.3rem;
    font-weight: bold;
    color: #222;
    line-height: 1.7rem;
}

.details_content .actions .btn {
    display: block;
    background: url(../images/ico_003.png) no-repeat center center;
    width: 5.7rem;
    height: 2.7rem;
    text-align: center;
    line-height: 2.7rem;
    color: #fff;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    margin-top: -1.35rem;
    right: 0;
}

.details_content .intro {
    background: #f4f5fa;
    padding: 1rem;
    border-radius: 0.8rem;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    color: #4d4d4d;
    border: 1px solid #eee;
    line-height: 1.5;
}

.details_content .con {
    font-size: 1.5rem;
    color: #222;
}

.lock_action {
    background: url(../images/s_bg.png) repeat-x center top;
    background-size: 2px 9.8rem;
    text-align: center;
    padding-bottom: 5rem;
    position: relative;
    margin-top: -8rem;
    padding-top: 6rem;
    margin-bottom: 4rem;
    color: #333;
}

.lock_action strong i {
    display: block;
    background: url(../images/ico_04.png) no-repeat center center;
    background-size: 2.5rem 2.8rem;
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
    color: #555555;
    font-size: 1.4rem;
}

.lock_action .btns {
    padding-top: 1.6rem;
}

.lock_action .btns li:first-child {
    float: left;
    width: 49%;
}

.lock_action .btns li:last-child {
    float: right;
    width: 49%;
}

.lock_action .btns a {
    display: block;
    border: 1px solid #f57d91;
    height: 5rem;
    color: #333;
    line-height: 5rem;
    border-radius: 0.5rem;
    font-size: 1.45rem;
    text-align: center;
}

.lock_action .btns a.btn2 {
    background: #f57d91;
    color: #fff;
}

.tool_action {
    text-align: center;
    color: #333;
    padding-bottom: 0.5rem;
}

.tool_action strong i {
    display: block;
    background: url(../images/zz.png) no-repeat center center;
    background-size: 5.7rem 5.7rem;
    width: 6.4rem;
    height: 6.4rem;
    margin: 0 auto;
    color: #555555;
    font-size: 1.4rem;
}

.tool_action .icons {
    padding-top: 1.6rem;
}

.tool_action .icons li {
    padding-left: 1.6rem;
}

.tool_action .icons li:first-child {
    float: left;
    background: url(../images/ico_02.png) no-repeat left center;
    background-size: 1.2rem 1.2rem;
}

.tool_action .icons li:last-child {
    float: right;
    background: url(../images/ico_011.png) no-repeat left center;
    background-size: 1.2rem 1.2rem;
}

.tool_action .icons li a {
    color: #a3a3a3;
}

.arr_action {
    background: #f9728d;
    border-radius: 1rem;
    text-align: center;
    color: #fff;
    margin-bottom: 2rem;
    margin-top: 5rem;
}

.arr_action .avatar {
    display: block;
    width: 6.3rem;
    height: 6.1rem;
    border-radius: 6.1rem;
    margin: 0 auto;
    position: relative;
    border: 0.25rem solid #fff;
    top: -1.5rem;
}

.arr_action strong {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5rem;
    margin-bottom: 1rem;
}

.arr_action span {
    background: url(../images/ico_07.png) no-repeat left center;
    padding-left: 1.8rem;
    background-size: 1.2rem 1.5rem;
    line-height: 1.8rem;
    display: inline-block;
    margin-bottom: 1.6rem;
}

.arr_action ul {
    background: #fff;
    height: 5rem;
    border-radius: 0 0 0.93rem 0.93rem;
    border: 1px solid #eee;
    position: relative;
}

.arr_action ul li {
    float: left;
    width: 50%;
    font-size: 1.5rem;
}

.arr_action ul i {
    display: block;
    height: 3rem;
    width: 1px;
    font-size: 0;
    background: #eee;
    position: absolute;
    top: 1rem;
    left: 50%;
}

.arr_action ul a {
    display: inline-block;
    vertical-align: top;
    line-height: 5rem;
    padding-left: 2.7rem;
    color: #333;
}

.arr_action ul .ico1 {
    background: url(../images/ico_008.png) no-repeat left center;
    background-size: 2.2rem 1.8rem;
}

.arr_action ul .ico2 {
    background: url(../images/ico_009.png) no-repeat left center;
    background-size: 1.95rem 1.95rem;
}

.share_action {
    text-align: center;
    color: #333;
    padding-bottom: 0.5rem;
}

.share_action strong i {
    display: block;
    background: url(../images/ico_010.png) no-repeat center center;
    background-size: 5rem 5rem;
    width: 6.4rem;
    height: 6.4rem;
    margin: 0 auto;
    color: #555555;
    font-size: 1.4rem;
}

.tabs_mod {
    background: #fff;
    border-bottom: 1rem solid #f2f2f2;
}

.tabs_mod .hd {}

.tabs_mod .hd ul {
    background: #fff;
    height: 6rem;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.tabs_mod .hd ul li {
    float: left;
    width: 50%;
    font-size: 1.5rem;
    height: 6rem;
}

.tabs_mod .hd ul i {
    display: block;
    height: 4rem;
    width: 1px;
    font-size: 0;
    background: #eee;
    position: absolute;
    top: 1rem;
    left: 50%;
}

.tabs_mod .hd ul strong {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    color: #222;
    padding-top: 1rem;
    line-height: 1.8rem;
    margin-bottom: 0.3rem;
}

.tabs_mod .hd ul span {
    display: block;
    font-size: 1.1rem;
    color: #999;
}

.tabs_mod .hd ul li.on {
    background: url(../images/line2.png) no-repeat center bottom;
    background-size: 3rem 0.3rem;
}

.tabs_mod .bd {
    background: #fff;
    padding-top: 2rem;
}

.tabs_mod .bd ul li {
    float: left;
    width: 33.3333%;
    text-align: center;
    padding-bottom: 4.8rem;
}

.tabs_mod .bd ul li label {
    position: relative;
    margin: 0 0.4rem;
    display: block;
    line-height: 1.1;
    height: 12rem;
}

.tabs_mod .bd ul li label strong {
    font-size: 1.5rem;
    color: #282828;
    display: block;
    padding-top: 2.5rem;
}

.tabs_mod .bd ul li label em {
    font-size: 2.1rem;
    color: #282828;
    display: block;
    font-weight: bold;
    padding: 0.8rem 0;
}

.tabs_mod .bd ul li label .p {
    font-size: 1.45rem;
    color: #999;
    display: block;
    text-decoration: line-through;
}

.tabs_mod .bd ul li label .ico {
    height: 11.6rem;
    border: 2px solid #eee;
    border-radius: 0.6rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.tabs_mod .bd ul li label .t {
    position: absolute;
    left: 0;
    top: 0;
    background: #f57d91;
    color: #fff;
    display: block;
    width: 4rem;
    height: 1.8rem;
    line-height: 1.8rem;
    color: #fff;
    text-align: center;
    border-radius: 0.6rem 0 0.6rem 0;
}

.tabs_mod .bd ul li label .bf {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.tabs_mod .bd ul {
    position: relative;
    padding: 0 0.6rem;
}

.tabs_mod .bd ul li .txt {
    position: absolute;
    bottom: 1rem;
    left: 0;
    font-size: 1.4rem;
    color: #333;
    width: 20rem;
    display: none;
}

.tabs_mod .bd ul li .txt b {
    color: #fe0036;
    font-weight: normal;
}

.tabs_mod .bd ul li label .rd {
    display: block;
    position: absolute;
    right: -2px;
    bottom: -1px;
    background: url(../images/ico_06.png) no-repeat center center;
    background-size: 100% 100%;
    width: 2.5rem;
    height: 2.3rem;
    display: none;
}

.tabs_mod .bd ul li input[type="radio"] {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.tabs_mod .bd ul li input[type="radio"]:checked+div.ico {
    border: 2px solid #f57d91;
    background: #fffafa;
}

.tabs_mod .bd ul li input[type="radio"]:checked+div.ico .rd {
    display: block;
}

.tq_mod {
    border-bottom: 1rem solid #f2f2f2;
}

.tq_mod .hd,
.rule_mod .hd {
    line-height: 2rem;
    font-size: 1.5rem;
    padding: 0 1.2rem;
    background: #fff;
    font-weight: bold;
    padding-bottom: 0.8rem;
    padding-top: 1.5rem;
    color: #222;
}

.tq_mod .bd {
    padding: 0 1.2rem;
    background: #fff;
    font-size: 1.4rem;
    padding-bottom: 1rem;
}

.tq_mod .bd ul li {
    padding-left: 3.5rem;
    padding: 1.3rem 0;
    padding-left: 4.2rem;
    color: #333;
}

.tq_mod .bd ul li.s1 {
    background: url(../images/s001.png) no-repeat left center;
    background-size: 3.5rem 3.5rem;
}

.tq_mod .bd ul li.s2 {
    background: url(../images/s002.png) no-repeat left center;
    background-size: 3.5rem 3.5rem;
}

.tq_mod .bd ul li.s3 {
    background: url(../images/s003.png) no-repeat left center;
    background-size: 3.5rem 3.5rem;
}

.tq_mod .bd ul li.s4 {
    background: url(../images/s004.png) no-repeat left center;
    background-size: 3.5rem 3.5rem;
}

.tq_mod .bd ul li.s5 {
    background: url(../images/s005.png) no-repeat left center;
    background-size: 3.5rem 3.5rem;
}

.rule_mod {
    background: #fff;
}

.rule_mod .bd {
    background: #fff;
    padding-top: 1rem;
    border-top: 1px solid #eee;
    padding: 1.5rem 0;
    margin: 0 1.2rem;
    font-size: 1.4rem;
    color: #999;
}

.rule_mod .bd a {
    color: #339fd5;
}