@charset "UTF-8";
/*投连险*/
/*
css命名规范：
1、G开头为全局用样式且为公用样式；样式表中通用模块已注释说明，使用的时候直接复制html即可。要修改某个模块下的通用模块请使用该模块的id+通用模块的class作为选择器；
2、id仅用于模块，其他标签尽量不要使用；
3、模块下的样式使用id+class/标签等后代选择器，确保样式只对该模块有效;模块下的样式命名尽量简单，如：.Title,.Content,.Bottom;
4、常用属性已用变量处理，注意Var.scss;
5、动画样式在Animation.scss;
*/
body, nav, dl, dt, dd, p, h1, h2, h3, h4, ul, ol, li, input, button, textarea, footer {
    margin: 0;
    padding: 0;
}

body {
    font: 16px/1.5 "STXihei", "微软雅黑", helvetica, arial;
    color: #333;
    background: #efefef;
    -webkit-text-size-adjust: none;
    min-width: 320px;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

form {
    display: inline;
}

ul, ol, dl {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover, a:active, a:focus {
    color: #1c5aa2;
    text-decoration: none;
}

a:active {
    color: #aaa;
}

img {
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    -webkit-tap-highlight-color: transparent;
}

button, input, select {
    font-size: 100%;
    vertical-align: middle;
    outline: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    -moz-appearance: button;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input:focus:-moz-placeholder, input:focus::-webkit-input-placeholder {
    color: transparent;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/*type=number时右边的那两个箭头去掉*/
input {
    -webkit-tap-highlight-color: transparent;
}

/*按钮点击闪烁的那个颜色变为透明*/
* {
    -webkit-tap-highlight-color: transparent;
}

/*去掉点击高亮,如a标签及输入控件*/
button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

p {
    margin: 0px;
    padding: 0px;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.break {
    word-break: break-all;
    word-wrap: break-word;
}

.Clean {
    clear: both;
}

li {
    list-style: none;
}

i {
    font-style: normal;
}

hr {
    border: 0px;
    border-bottom: 1px solid #CDCDCD;
}

/*清除默认end*/
/*清除默认*/
/*投连险*/
/*变量*/
/*盒与盒之间的水平间距15px*/
/*灰色背景色*/
/*边框用的灰色*/
/*一像素的灰色实线*/
/*一像素的灰色实线*/
/*一像素的灰色虚线*/
/*一像素的红色实线01*/
/*一像素的红色实线02*/
/*一像素的红色实线03*/
/*蓝色*/
/*投保信息 真实姓名*/
/*对标题的补充信息*/
/*红色的数字*/
/*对输入内容的补充*/
/*通用文本列表3的颜色*/
/*通用文本列表3的标题颜色*/
/*注释的高亮红色*/
/*注释的高亮蓝色*/
/*不可修改的input的颜色*/
/*input的placeholder的颜色*/
/*不可点击按钮的颜色*/
/*我的理赔的颜色*/
/*理赔信息的颜色G_InfoBox*/
/*理赔信息头部的p标签的颜色*/
/*虚线按钮的字体颜色*/
/*第三种注释的字体颜色*/
/*扣款结果的内容*/
/*弹窗的蓝色*/
/*购买结果的购买信息列表的标题颜色*/
/*购买到收益的时间列表*/
/*混合器*/
/*变量和混合器文件*/
/*养车易*/
/*混合器*/
body, input {
    font-family: 'Hei ti', Helvetica, Helvetica neue, "微软雅黑", arial;
}

::-webkit-input-placeholder {
    color: #acacac;
}

@font-face {
  font-family: 'iconfont';
  src: url('//at.alicdn.com/t/font_1453352443_759999.eot'); /* IE9*/
  src: url('//at.alicdn.com/t/font_1453352443_759999.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/font_1453352443_759999.woff') format('woff'), /* chrome、firefox */
  url('//at.alicdn.com/t/font_1453352443_759999.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('//at.alicdn.com/t/font_1453352443_759999.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont{font-family:"iconfont"; font-size:16px;font-style:normal;}

/*通用的布局块*/
.FL {
    float: left;
}

.FR {
    float: right;
}

.G_CenterDiv, .G_BoxMar0_15 {
    margin: 0px 15px;
}

.G_CenterTable {
    width: 100%;
    box-sizing: border-box;
}

.G_BgW, .G_BgW_Pad15-10 {
    background: #ffffff;
    padding: 0px 15px;
}

.G_BgW_Pad15-10 {
    padding: 10px 15px;
}

.G_BgWP10_0 {
    background: #ffffff;
    padding: 10px 15px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.G_BgWP10_0 > .G_Notes03, .G_BgWP10_0 > .G_Notes07 {
    padding: 0px;
    margin: 0px;
}

/*通用模块，左侧带图，右侧是价格*/
.G_Box01, .G_Box02, .G_Box03, .G_Box04 {
    background: #fff;
    padding-left: 15px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin: 15px 0;
}

.G_Box01 li, .G_Box02 li, .G_Box03 li, .G_Box04 li {
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    padding-left: 60px;
    min-height: 70px;
    padding-right: 15px;
}

.G_Box01 li:last-child, .G_Box02 li:last-child, .G_Box03 li:last-child, .G_Box04 li:last-child {
    border: none;
}

.G_Box01 li.Arrow, .G_Box02 li.Arrow, .G_Box03 li.Arrow, .G_Box04 li.Arrow {
    background: url("img/toulianxian/TouLianxiang_09.png") 95% 50% no-repeat;
    background: url("img/toulianxian/TouLianxiang_09.png") right 15px top 50% no-repeat;
    background-size: 8px 12px;
    padding-right: 25px;
}

.G_Box01 li img.Phone, .G_Box02 li img.Phone, .G_Box03 li img.Phone, .G_Box04 li img.Phone {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0px;
    top: 15px;
}

.G_Box01 li h2, .G_Box02 li h2, .G_Box03 li h2, .G_Box04 li h2 {
    font-size: 15px;
    color: #727272;
    line-height: 15px;
    padding-top: 15px;
    padding-bottom: 10px;
}

.G_Box01 li h2 .Money, .G_Box02 li h2 .Money, .G_Box03 li h2 .Money, .G_Box04 li h2 .Money {
    color: #da3636;
}

.G_Box01 li h2.Name, .G_Box02 li h2.Name, .G_Box03 li h2.Name, .G_Box04 li h2.Name {
    font-size: 17px;
    color: #000000;
    padding-top: 17px;
}

.G_Box01 li .T_Notes, .G_Box02 li .T_Notes, .G_Box03 li .T_Notes, .G_Box04 li .T_Notes {
    font-size: 13px;
    color: #ababab;
}

.G_Box01 li p.Notes, .G_Box02 li p.Notes, .G_Box03 li p.Notes, .G_Box04 li p.Notes {
    font-size: 13px;
    color: #acacac;
    line-height: 13px;
    padding-bottom: 15px;
}

.G_Box02 li {
    min-height: 62px;
}

.G_Box02 li h2 {
    padding-bottom: 7px;
    padding-top: 17px;
}

.G_Box02 li h2 + h2 {
    padding-top: 0px;
    padding-bottom: 17px;
}

.G_Box03 {
    margin: 0px;
}

.G_Box03 li {
    padding-left: 0px;
    min-height: inherit;
    border-bottom: 1px dashed #e6e6e6;
}

.G_Box03 li p.Notes {
    padding-bottom: 12px;
}

.G_Box03 li.Notes {
    font-size: 13px;
    color: #727272;
    line-height: 12px;
    padding: 15px 0px;
    padding-right: 15px;
}

.G_Box03 + .G_Box03, .G_Box03 + .G_ListBox02, .G_Box03 + .G_ListBox08 {
    margin-top: -1px;
}

.G_Box04 li {
    padding-left: 0px;
    min-height: inherit;
    position: relative;
}

.G_Box04 li h2 {
    font-weight: bold;
    color: #000000;
    padding-top: 12px;
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 8px;
}

.G_Box04 li p.Notes {
    padding-bottom: 12px;
    font-size: 12px;
    line-height: 12px;
}

.G_Box04 li .Money {
    position: absolute;
    right: 15px;
    top: 0px;
    line-height: 60px;
    font-weight: bold;
}

.G_Box04 li .Red {
    color: #e93a3a;
}

/*通用文本列表*/
.G_ListBox01, .G_ListBox05 {
    background: #fff;
    padding-left: 15px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin: 15px 0px;
}

.G_ListBox01 li, .G_ListBox05 li {
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    height: 50px;
    padding-right: 15px;
}

.G_ListBox01 li:last-child, .G_ListBox05 li:last-child {
    border: none;
}

.G_ListBox01 li a.ListCont, .G_ListBox05 li a.ListCont, .G_ListBox01 li span.Name, .G_ListBox05 li span.Name {
    font-size: 15px;
    color: #727272;
    line-height: 50px;
}

.G_ListBox01 li a.ListCont img.Arrow, .G_ListBox05 li a.ListCont img.Arrow, .G_ListBox01 li span.Name img.Arrow, .G_ListBox05 li span.Name img.Arrow {
    float: right;
    margin-top: 18px;
}

.G_ListBox01 li .OnlyLine, .G_ListBox05 li .OnlyLine {
    font-size: 13px;
    color: #989898;
    line-height: 50px;
}

.G_ListBox01 li a.Down, .G_ListBox05 li a.Down {
    float: right;
    margin-left: 25px;
    line-height: 50px;
    color: #6eaeff;
}

.G_ListBox01, .G_ListBox05, .G_ListBox02, .G_ListBox08 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 18px;
}

.G_ListBox01 li, .G_ListBox05 li, .G_ListBox02 li, .G_ListBox08 li {
    border-bottom: 1px solid #e6e6e6;
}

.G_ListBox01, .G_ListBox05, .G_ListBox02, .G_ListBox08, .G_ListBox03, .G_ListBox04, .G_InfoBox, .G_ListBox06, .G_ListBox07, .G_LittleListBox {
    background: #fff;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin: 20px 0px;
    font-size: 14px;
    padding-left: 18px;
}

.G_ListBox01 li, .G_ListBox05 li, .G_ListBox02 li, .G_ListBox08 li, .G_ListBox03 li, .G_ListBox04 li, .G_InfoBox li, .G_ListBox06 li, .G_ListBox07 li, .G_LittleListBox li {
    position: relative;
    height: 44px;
    padding-right: 18px;
}

.G_ListBox01 li:last-child, .G_ListBox05 li:last-child, .G_ListBox02 li:last-child, .G_ListBox08 li:last-child, .G_ListBox03 li:last-child, .G_ListBox04 li:last-child, .G_InfoBox li:last-child, .G_ListBox06 li:last-child, .G_ListBox07 li:last-child, .G_LittleListBox li:last-child {
    border: none;
}

.G_ListBox01 li.Arrow, .G_ListBox05 li.Arrow, .G_ListBox02 li.Arrow, .G_ListBox08 li.Arrow, .G_ListBox03 li.Arrow, .G_ListBox04 li.Arrow, .G_InfoBox li.Arrow, .G_ListBox06 li.Arrow, .G_ListBox07 li.Arrow, .G_LittleListBox li.Arrow {
    background: url("img/toulianxian/TouLianxiang_09.png") right 18px top 50% no-repeat;
    background-size: 8px 12px;
}

.G_ListBox01 + .G_Title, .G_ListBox05 + .G_Title, .G_ListBox01 + .G_Title02, .G_ListBox05 + .G_Title02, .G_ListBox02 + .G_Title, .G_ListBox08 + .G_Title, .G_ListBox02 + .G_Title02, .G_ListBox08 + .G_Title02, .G_ListBox03 + .G_Title, .G_ListBox03 + .G_Title02, .G_ListBox04 + .G_Title, .G_ListBox04 + .G_Title02, .G_InfoBox + .G_Title, .G_InfoBox + .G_Title02, .G_ListBox06 + .G_Title, .G_ListBox07 + .G_Title, .G_ListBox06 + .G_Title02, .G_ListBox07 + .G_Title02, .G_LittleListBox + .G_Title, .G_LittleListBox + .G_Title02 {
    margin-top: -15px;
}

.G_ListBox02 li, .G_ListBox08 li {
    padding-left: 72px;
    line-height: 44px;
}

.G_ListBox02 li.MoreList, .G_ListBox08 li.MoreList {
    height: auto;
}

.G_ListBox02 li.MoreList .LittleFont, .G_ListBox08 li.MoreList .LittleFont {
    line-height: 17px;
    padding-bottom: 10px;
    font-size: 14px;
}

.G_ListBox02 li .ListIcon_Q, .G_ListBox08 li .ListIcon_Q {
    position: absolute;
    right: 15px;
    top: 15px;
}

.G_ListBox02 li .Name, .G_ListBox08 li .Name {
    position: absolute;
    left: 0px;
    color: #282828;
}

.G_ListBox02 li p.Name, .G_ListBox08 li p.Name {
    color: #000;
}

.G_ListBox02 li p.LittleFont, .G_ListBox08 li p.LittleFont {
    font-size: 12px;
    line-height: 14px;
    padding-top: 10px;
}

.G_ListBox02 li input.Cont, .G_ListBox08 li input.Cont {
    padding: 9px 0px;
    border: none;
    color: #000000;
    line-height: 24px;
    top: -1px;
    position: relative;
    width: 100%;
}

.G_ListBox02 li input.Yanzhengma, .G_ListBox08 li input.Yanzhengma {
    width: 72px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    position: absolute;
    right: 15px;
    top: 11px;
}

.G_ListBox02 li .Eye, .G_ListBox08 li .Eye {
    position: absolute;
    right: 15px;
    top: 16px;
}

.G_ListBox02 li .Notes, .G_ListBox08 li .Notes {
    position: absolute;
    right: 15px;
    top: 0px;
}

.G_ListBox02 li span.Cont, .G_ListBox08 li span.Cont {
    float: right;
    margin-right: 22px;
}

.G_ListBox02 li .PhotoAndFont, .G_ListBox08 li .PhotoAndFont {
    padding-left: 25px;
    position: relative;
}

.G_ListBox02 li .PhotoAndFont img, .G_ListBox08 li .PhotoAndFont img {
    position: absolute;
    top: 15px;
    left: 0px;
    width: 20px;
    height: 20px;
}

.G_ListBox02 li.Header, .G_ListBox08 li.Header {
    padding-left: 0px;
    height: 40px;
    line-height: 40px;
}

.G_ListBox02 li.Header h2, .G_ListBox08 li.Header h2 {
    font-size: 12px;
    line-height: 40px;
    color: #727272;
}

.G_ListBox02 li .InlineButton, .G_ListBox08 li .InlineButton {
    float: right;
    margin: 10px 0px;
    margin-left: 5px;
    height: 30px;
    line-height: 30px;
    padding: 0px 20px;
    font-size: 13px;
}

.G_ListBox02 li .InfoCount, .G_ListBox08 li .InfoCount {
    float: right;
    height: 15px;
    text-align: center;
    color: #ffffff;
    min-width: 15px;
    font-size: 11px;
    line-height: 15px;
    background: #e93a3a;
    border-radius: 10px;
    margin: 15px 0px;
    margin-right: 22px;
    padding: 0px 10px;
}

.G_ListBox02 li .LittleNotes, .G_ListBox08 li .LittleNotes {
    position: absolute;
    left: 0px;
    line-height: 50px;
    font-size: 12px;
    color: #989898;
}

.G_ListBox02 li .Money, .G_ListBox08 li .Money {
    color: #e93a3a;
}

.G_ListBox02 + .G_Notes02, .G_ListBox08 + .G_Notes02 {
    margin-top: -5px;
}

.G_ListBox02 li.LittleHeaderList, .G_ListBox08 li.LittleHeaderList {
    height: auto;
    padding-bottom: 15px;
}

.G_ListBox02 li.InsideList, .G_ListBox08 li.InsideList {
    border-bottom: 1px solid #e6e6e6;
    height: auto;
    padding-left: 0px;
}

.G_ListBox02 li.InsideList p, .G_ListBox08 li.InsideList p {
    font-size: 13px;
    line-height: 13px;
    padding-top: 0px;
    padding-bottom: 13px;
    padding-left: 125px;
    position: relative;
    margin: 0px;
    padding-right: 15px;
}

.G_ListBox02 li.InsideList p:first-child, .G_ListBox08 li.InsideList p:first-child {
    padding-top: 14px;
}

.G_ListBox02 li.InsideList p span, .G_ListBox08 li.InsideList p span {
    position: absolute;
    left: 0px;
    color: #727272;
}

.G_ListBox02 li.InsideList:last-child, .G_ListBox08 li.InsideList:last-child {
    border-bottom: none;
}

.G_LittleListBox {
    padding-left: 15px;
    font-size: 15px;
}

.G_LittleListBox:first-child {
    border-top: none;
    margin-top: 0px;
}

.G_LittleListBox:last-child {
    margin-bottom: 0px;
}

.G_LittleListBox > li {
    height: auto;
    line-height: 19px;
    padding: 10px 75px 10px 0px;
    border-bottom: 1px solid #e6e6e6;
}

.G_LittleListBox > li.Arrow {
    background-position: 95% 15px;
    background-position: right 15px top 15px;
}

.G_LittleListBox a {
    color: #727272;
}

.G_ListBox03 {
    color: #404040;
    padding-left: 90px;
    line-height: 50px;
}

.G_ListBox03 li {
    border-bottom: 1px dashed #e6e6e6;
}

.G_ListBox03 li.Arrow {
    background: url("img/toulianxian/TouLianxiang_09.png") 95% 50% no-repeat;
    background: url("img/toulianxian/TouLianxiang_09.png") right 15px top 50% no-repeat;
    background-size: 8px 12px;
}

.G_ListBox03 .Title {
    position: absolute;
    left: 15px;
    color: #727272;
}

/*.G_ListBox04 {
    padding-left: 15px;
}*/

.G_ListBox04 h2 {
    font-size: 12px;
    border-bottom: 1px solid #e6e6e6;
    line-height: 40px;
    color: #727272;
}

.G_ListBox04 p {
    margin: 12px 0px;
    line-height: 16px;
    padding-right: 15px;
}

.G_ListBox04 .Arrow p {
    padding-right: 25px;
}

.G_ListBox04 .TitleNumber {
    float: left;
    font-size: 15px;
    line-height: 45px;
    color: #282828;
}

.G_ListBox04 .TitleName, .G_ListBox04 .TitleName02 {
    float: right;
    color: #999;
    font-size: 13px;
    line-height: 45px;
}

.G_ListBox04 .TitleName img, .G_ListBox04 .TitleName02 img {
    margin-right: 5px;
    margin-top: -3px;
}

.G_ListBox04 .Arrow .TitleName {
    margin-right: 18px;
}

.G_ListBox04 .TitleName02 {
    margin-right: 0px;
    clear: right;
    padding: 0px;
    padding-top: 6px;
}

.G_ListBox04 .TitleName02 .Red {
    color: #e93a3a;
}

.G_ListBox05 {
    padding-left: 47px;
}

.G_ListBox05 li > img.Photo {
    position: absolute;
    left: -32px;
    top: 12px;
    width: 25px;
    height: 25px;
}

.G_ListBox05 li a.ListCont {
    color: #000000;
}

.G_ListBox06, .G_ListBox07 {
    padding-left: 15px;
}

.G_ListBox06 li, .G_ListBox07 li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #e6e6e6;
    overflow: hidden;
}

.G_ListBox06 li:first-child, .G_ListBox07 li:first-child {
    border-bottom: 1px solid #e6e6e6;
}

.G_ListBox06 p, .G_ListBox07 p {
    color: #404040;
}

.G_ListBox07 > li {
    border-bottom: 1px solid #e6e6e6;
    height: 50px;
    line-height: 50px;
}

.G_ListBox07 > li:last-child {
    border-bottom: none;
}

.G_ListBox07 p {
    color: #000000;
    font-size: 15px;
}

.G_ListBox08 {
    background: #dc342e;
}

.G_ListBox08 li .Name {
    color: #edaeae;
    font-size: 13px;
}

.G_ListBox08 li .Name img {
    margin-top: -3px;
    margin-right: 10px;
}

.G_ListBox08 li span.Cont {
    color: #ffffff;
    font-size: 13px;
}

.G_ListBox08 li.Arrow {
    background-image: url("../../img/toulianxian/arrow123423.png");
}

.G_InfoBox {
    padding-left: 70px;
}

.G_InfoBox header {
    border-bottom: 1px solid #e6e6e6;
    height: 73px;
    color: #000;
    position: relative;
}

.G_InfoBox header.Arrow {
    padding-right: 15px;
    background: url("img/toulianxian/TouLianxiang_09.png") right 15px top 50% no-repeat;
    background-size: 8px 12px;
}

.G_InfoBox header:only-child {
    border-bottom: 0px;
}

.G_InfoBox header > * {
    padding-right: 15px;
}

.G_InfoBox header h2 {
    font-size: 17px;
    line-height: 17px;
    padding-top: 17px;
    padding-bottom: 11px;
}

.G_InfoBox header h2 .Red {
    color: #ec3833;
}

.G_InfoBox header h2 .Blue {
    color: #6eaeff;
}

.G_InfoBox header h2 span {
    font-size: 13px;
}

.G_InfoBox header p {
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 17px;
}

.G_InfoBox header > img.Photo {
    position: absolute;
    left: -54px;
    top: 17px;
    width: 38px;
    height: 38px;
}

.G_InfoBox > p {
    color: #acacac;
    font-size: 14px;
    line-height: 14px;
    margin: 15px 0px;
    padding-right: 15px;
}

.G_InfoBox > p + p {
    margin-top: -5px;
}

.LittleHeader {
    padding-left: 30px;
    position: relative;
}

.LittleHeader > img {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 14px;
}

.LittleHeader > p {
    font-size: 14px;
    color: #a6a6a6;
    line-height: 14px;
}

.LittleHeader > h2 {
    font-size: 17px;
    color: #000;
    line-height: 17px;
    padding-top: 17px;
    padding-bottom: 10px;
}

.LittleHeader > h2 span, .LittleHeader > h2 a {
    font-size: 14px;
    color: #a6a6a6;
}

.LittleHeader > h2 span.Arrow, .LittleHeader > h2 a.Arrow {
    padding-right: 15px;
    background: url("img/toulianxian/TouLianxiang_09.png") 100% 43% no-repeat;
    background: url("img/toulianxian/TouLianxiang_09.png") right top 43% no-repeat;
    background-size: 8px 12px;
}

/*通用的细节调整*/
body > div {
    background: #efefef;
    box-sizing: border-box;
    padding-bottom: 20px;
    // min-height: 100%;
    padding-top: 1px;
    margin-top: -1px;
}

#BaoxianXiangqing, #AnquanJiaoyan, #ChongzhiMima, #Zhuce, #Goumai01 {
    min-height: 100%;
    box-sizing: border-box;
}

.Disabled {
    color: #727272;
}

#Tishiyemian, #ZhifuJieguo {
    height: 100%;
    background: #ffffff;
}

/*安全校验*/
#AnquanJiaoyan .G_Title, #AnquanJiaoyan .G_Title02 {
    font-size: 13px;
}

/*注册*/
a.G_Notes {
    text-align: right;
    color: #AAB2BD;
    line-height: 1.5em;
    margin: 0;
}

/*我的理赔*/
.LipeiNav {
    margin: 15px 32px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #ec3833;
    overflow: hidden;
    border-radius: 3px;
    box-sizing: border-box;
    text-align: center;
    color: #ec3833;
}

.LipeiNav p {
    float: left;
    width: 50%;
    background: #ffffff;
    font-size: 14px;
}

.LipeiNav p.OnFocus {
    background: #ec3833;
    color: #ffffff;
}

#Wodelipei .G_Box01 li h2, #Wodelipei .G_Box02 li h2, #Wodelipei .G_Box03 li h2, #Wodelipei .G_Box04 li h2 {
    color: #000000;
}

/*支付结果*/
#ZhifuJieguo h1 {
    font-size: 20px;
    padding-left: 50px;
    color: #000;
    height: 55px;
    line-height: 55px;
    position: relative;
}

#ZhifuJieguo h1 > img {
    position: absolute;
    left: 15px;
    top: 13px;
}

#ZhifuJieguo h1 + * {
    margin-top: 0px;
}

#ZhifuJieguo .G_Notes03, #ZhifuJieguo .G_Notes07 {
    color: #727272;
}

/*信息提示页面*/
#Tishiyemian h1 {
    margin-top: 25%;
    text-align: center;
    font-size: 20px;
    color: #000;
}

#Tishiyemian h1 img {
    margin-right: 5px;
    margin-top: -5px;
}

/*出险报案*/
#ChuxianBaoan .G_BigLiucheng, #Lipeijieshao .G_BigLiucheng {
    margin-top: 0px;
}

#Lipeijieshao {
    padding-top: 15px;
}

/*上传证明*/
.ShangchuanImgCont {
    background: #efefef url("../../img/toulianxian/LP2-4-2_07.gif") right bottom no-repeat;
    padding: 0px 15px;
    color: #666666;
    background-size: 150px 140px;
}

.ShangchuanImgCont h2 {
    font-size: 16px;
    line-height: 16px;
    padding-top: 36px;
    padding-bottom: 11px;
}

.ShangchuanImgCont li {
    font-size: 14px;
    line-height: 20px;
}

.ShangchuanImgCont a {
    padding-left: 20px;
    background: url("../../img/toulianxian/LP2-4-2-_10.gif") left top 19px no-repeat;
    background-size: 16px 14px;
    font-size: 12px;
    line-height: 14px;
    padding-top: 19px;
    display: block;
}

/*银行列表*/
#BankList {
    padding-top: 15px;
}

#BankList .G_ImgFontList {
    margin-top: 0px;
}

/*拍照示例*/
#Paizhaosili {
    padding-bottom: 0px;
}

/*投资详情*/
#Dingdanxiangqing .G_ListBox02 li, 
#Zhongyingerhao .G_ListBox02 li, 
#Dingdanxiangqing .G_ListBox08 li, 
#Hangkongyihao .G_ListBox08 li, 
#Zhongyingerhao .G_ListBox08 li, 
#Product_Zhongyingerhao .G_ListBox02 li, 
#Product_Zhongyingerhao .G_ListBox08 li, 
#Youyuqi .G_ListBox02 li, 
#Youyuqi .G_ListBox08 li, 
#Zhanghuzhongxin .G_ListBox02 li, 
#Zhanghuzhongxin .G_ListBox08 li {
    padding-left: 125px;
    height: 45px;
    line-height: 45px;
}

#Dingdanxiangqing, 
#Hangkongyihao, 
#Zhongyingerhao, 
#Youyuqi, 
#Product_Zhongyingerhao, 
#Product_Hongkongyihao {
    padding-bottom: 80px;
}

#Dingdanxiangqing .G_ListBox02 li.Header, 
#Hangkongyihao .G_ListBox02 li.Header, 
#Zhongyingerhao .G_ListBox02 li.Header, 
#Dingdanxiangqing .G_ListBox08 li.Header, 
#Hangkongyihao .G_ListBox08 li.Header, 
#Zhongyingerhao .G_ListBox08 li.Header, 
#Youyuqi .G_ListBox02 li.Header, 
#Youyuqi .G_ListBox08 li.Header {
    padding-left: 0px;
    height: 40px;
    line-height: 40px;
}

#Dingdanxiangqing .G_ListBox02 li.InsideList, 
#Hangkongyihao .G_ListBox02 li.InsideList, 
#Zhongyingerhao .G_ListBox02 li.InsideList, 
#Dingdanxiangqing .G_ListBox08 li.InsideList, 
#Hangkongyihao .G_ListBox08 li.InsideList, 
#Zhongyingerhao .G_ListBox08 li.InsideList, 
#Youyuqi .G_ListBox02 li.InsideList, 
#Youyuqi .G_ListBox08 li.InsideList {
    padding-left: 0px;
    height: auto;
}

#Product_Zhongyingerhao .G_ListBox02 li,
#Product_Zhongyingerhao .G_ListBox08 li {
    padding-left: 65px;
}
#Product_Zhongyingerhao .G_ListBox02 #goDetail .Name,
#Product_Hongkongyihao .G_ListBox02 #goDetail .Name{
    color: #000;
}
#Product_Zhongyingerhao .G_ListBox02 li.Header,
#Product_Zhongyingerhao .G_ListBox08 li.Header {
    padding-left: 0px;
}
#Product_Zhongyingerhao .head-info{
    margin-bottom: 15px;
}

.touzi-header{
    padding: 10px 0px;
    font-size: 14px;
    color: #edaeae;
    background-color: #d13131;
}
.touzi-header .name{
    position: relative;
    margin-left: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d64646;
}
.touzi-header .name:before,
.touzi-header .name:after{
    content: '';
    position: absolute;
    right: 15px;
    top: 5px;
    border: 5px solid #eee;
    transform: rotate(45deg);
}
.touzi-header .name:after{
    right: 16px;
    border-color: #d13131;
}
.touzi-header .info{
    padding: 15px 0px;
    height: 50px;
    text-align: center;
    line-height: 30px;
}
.touzi-header .info span{
    display: inline-block;
}
.touzi-header .info span:last-child{
    position: absolute;
    right: 10px;
    text-align: right;
}
.touzi-header .info span:first-child{
    position: absolute;
    left: 10px;
    text-align: left;
}
.touzi-header .info em{
    font-style: normal;
    font-size: 13px;
}
.touzi-header .info b{
    display: block;
    font-weight: normal;
    font-size: 24px;
    color: #fff;
}
.touzi-header .info i{
    font-size: 13px;
}

/*账户中心*/
#Zhanghuzhongxin .G_ProductInfo02 {
    margin-bottom: 0px;
}

#Zhanghuzhongxin .G_ProductInfo02 + * {
    margin-top: -1px;
}

/*赎回规则*/
#Shuhuiguize .G_ListBox02 li, #Shuhuiguize .G_ListBox08 li {
    padding-left: 100px;
}

/*产品中心*/
#Yidongshouye .G_ListBox04 li {
    height: 44px;
}
#Yidongshouye .G_ProductInfo03{
    padding-top: 20px;
    padding-bottom: 20px;
}
#Yidongshouye h1{
    font-size: 28px;
    font-weight: bold;
    color: #f85252;
}
#Yidongshouye .G_ProductInfo03 p.Notes{
    padding-bottom: 0;
    color: #282828;
    font-size: 13px;
}
#Yidongshouye .tag{
    display: inline-block;
    font-size: 12px;
    color: #fff;
    padding: 3px 5px;
    border-radius: 1px;
    margin-top: -4px;
}
#Yidongshouye .InfoTable{
    width: 100%;
}
#Yidongshouye .logo{
    text-align: center;
    background-color: #333;
}
#Yidongshouye .banner img{
    width: 100%;
}
#Yidongshouye .nav{
    border-bottom: 1px solid #e6e6e6;
    font-size: 0;
    background-color: #fff;
}
#Yidongshouye .nav a{
    display: inline-block;
    box-sizing: border-box;
    width: 25%;
    padding: 10px 0;
    border-left: 1px solid #e6e6e6;
    text-align: center;
    font-size: 15px;
    color: #272635;
}
#Yidongshouye .nav a:before{
    content: '';
    display: block;
    margin: 0 auto 10px;
    width: 25px;
    height: 25px;
    background-size: contain;
}
#Yidongshouye .nav a:nth-child(1):before{
    background-image: url(../../img/toulianxian/product_index/shouyi.png);
}
#Yidongshouye .nav a:nth-child(2):before{
    background-image: url(../../img/toulianxian/product_index/chiyou.png);
}
#Yidongshouye .nav a:nth-child(3):before{
    background-image: url(../../img/toulianxian/product_index/xiaoan.png);
}
#Yidongshouye .nav a:nth-child(4):before{
    background-image: url(../../img/toulianxian/product_index/wenti.png);
}
#GuanlianBaodan .G_ListBox02 li, #GuanlianBaodan02 .G_ListBox02 li, #GuanlianBaodan .G_ListBox08 li, #GuanlianBaodan02 .G_ListBox08 li {
    height: 40px;
    line-height: 40px;
}

#GuanlianBaodan .G_ListBox02 li .InfoCount, #GuanlianBaodan02 .G_ListBox02 li .InfoCount, #GuanlianBaodan .G_ListBox08 li .InfoCount, #GuanlianBaodan02 .G_ListBox08 li .InfoCount {
    float: none;
    margin-left: 5px;
}

#GuanlianBaodan .G_ListBox02 li:last-child, #GuanlianBaodan02 .G_ListBox02 li:last-child, #GuanlianBaodan .G_ListBox08 li:last-child, #GuanlianBaodan02 .G_ListBox08 li:last-child {
    border-bottom: 1px solid #e6e6e6;
}

#GuanlianBaodan .G_ListBox02, #GuanlianBaodan02 .G_ListBox02, #GuanlianBaodan .G_ListBox08, #GuanlianBaodan02 .G_ListBox08 {
    border-bottom: 0px;
    margin-bottom: 0px;
}

#GuanlianBaodan .G_ListBox02 + .G_Box01, #GuanlianBaodan02 .G_ListBox02 + .G_Box01, #GuanlianBaodan .G_ListBox08 + .G_Box01, #GuanlianBaodan02 .G_ListBox08 + .G_Box01, #GuanlianBaodan .G_ListBox02 + .G_Box02, #GuanlianBaodan02 .G_ListBox02 + .G_Box02, #GuanlianBaodan .G_ListBox08 + .G_Box02, #GuanlianBaodan02 .G_ListBox08 + .G_Box02, #GuanlianBaodan .G_ListBox02 + .G_Box03, #GuanlianBaodan02 .G_ListBox02 + .G_Box03, #GuanlianBaodan .G_ListBox08 + .G_Box03, #GuanlianBaodan02 .G_ListBox08 + .G_Box03, #GuanlianBaodan .G_ListBox02 + .G_Box04, #GuanlianBaodan02 .G_ListBox02 + .G_Box04, #GuanlianBaodan .G_ListBox08 + .G_Box04, #GuanlianBaodan02 .G_ListBox08 + .G_Box04 {
    margin-top: -1px;
    border-top: 0px;
}

#GuanlianBaodan .G_ListBox02 + .G_Box01 li, #GuanlianBaodan02 .G_ListBox02 + .G_Box01 li, #GuanlianBaodan .G_ListBox08 + .G_Box01 li, #GuanlianBaodan02 .G_ListBox08 + .G_Box01 li, #GuanlianBaodan .G_ListBox02 + .G_Box02 li, #GuanlianBaodan02 .G_ListBox02 + .G_Box02 li, #GuanlianBaodan .G_ListBox08 + .G_Box02 li, #GuanlianBaodan02 .G_ListBox08 + .G_Box02 li, #GuanlianBaodan .G_ListBox02 + .G_Box03 li, #GuanlianBaodan02 .G_ListBox02 + .G_Box03 li, #GuanlianBaodan .G_ListBox08 + .G_Box03 li, #GuanlianBaodan02 .G_ListBox08 + .G_Box03 li, #GuanlianBaodan .G_ListBox02 + .G_Box04 li, #GuanlianBaodan02 .G_ListBox02 + .G_Box04 li, #GuanlianBaodan .G_ListBox08 + .G_Box04 li, #GuanlianBaodan02 .G_ListBox08 + .G_Box04 li {
    padding-left: 0px;
    margin-left: 60px;
}

#GuanlianBaodan .G_ListBox02 + .G_Box01 img.Phone, #GuanlianBaodan02 .G_ListBox02 + .G_Box01 img.Phone, #GuanlianBaodan .G_ListBox08 + .G_Box01 img.Phone, #GuanlianBaodan02 .G_ListBox08 + .G_Box01 img.Phone, #GuanlianBaodan .G_ListBox02 + .G_Box02 img.Phone, #GuanlianBaodan02 .G_ListBox02 + .G_Box02 img.Phone, #GuanlianBaodan .G_ListBox08 + .G_Box02 img.Phone, #GuanlianBaodan02 .G_ListBox08 + .G_Box02 img.Phone, #GuanlianBaodan .G_ListBox02 + .G_Box03 img.Phone, #GuanlianBaodan02 .G_ListBox02 + .G_Box03 img.Phone, #GuanlianBaodan .G_ListBox08 + .G_Box03 img.Phone, #GuanlianBaodan02 .G_ListBox08 + .G_Box03 img.Phone, #GuanlianBaodan .G_ListBox02 + .G_Box04 img.Phone, #GuanlianBaodan02 .G_ListBox02 + .G_Box04 img.Phone, #GuanlianBaodan .G_ListBox08 + .G_Box04 img.Phone, #GuanlianBaodan02 .G_ListBox08 + .G_Box04 img.Phone {
    left: -60px;
}

#GuanlianBaodan02 .G_ListBox02 .Baozhangneirong, #GuanlianBaodan02 .G_ListBox08 .Baozhangneirong {
    padding: 0px;
    height: auto;
}

#GuanlianBaodan02 .G_ListBox02 li:last-child, #GuanlianBaodan02 .G_ListBox08 li:last-child {
    border-bottom: none;
}

#GuanlianBaodan02 .G_ListBox02, #GuanlianBaodan02 .G_ListBox08 {
    border-bottom: 1px solid #e6e6e6;
}

#GuanlianBaodan02 .G_Box01 h2 span, #GuanlianBaodan02 .G_Box02 h2 span, #GuanlianBaodan02 .G_Box03 h2 span, #GuanlianBaodan02 .G_Box04 h2 span {
    font-size: 13px;
}

#GuanlianBaodan02 .Baozhangneirong .G_Box01, #GuanlianBaodan02 .Baozhangneirong .G_Box02, #GuanlianBaodan02 .Baozhangneirong .G_Box03, #GuanlianBaodan02 .Baozhangneirong .G_Box04 {
    margin: 0px;
    border: 0px;
    padding: 0px;
    padding-top: 30px;
}

#GuanlianBaodan02 .Baozhangneirong .G_Box01 li, #GuanlianBaodan02 .Baozhangneirong .G_Box02 li, #GuanlianBaodan02 .Baozhangneirong .G_Box03 li, #GuanlianBaodan02 .Baozhangneirong .G_Box04 li {
    padding-left: 60px;
}

#GuanlianBaodan02 .Baozhangneirong .G_Box01 li:only-child, #GuanlianBaodan02 .Baozhangneirong .G_Box02 li:only-child, #GuanlianBaodan02 .Baozhangneirong .G_Box03 li:only-child, #GuanlianBaodan02 .Baozhangneirong .G_Box04 li:only-child, #GuanlianBaodan02 .Baozhangneirong .G_Box01 li:last-child, #GuanlianBaodan02 .Baozhangneirong .G_Box02 li:last-child, #GuanlianBaodan02 .Baozhangneirong .G_Box03 li:last-child, #GuanlianBaodan02 .Baozhangneirong .G_Box04 li:last-child {
    border: none;
}

#GuanlianBaodan02 .Baozhangneirong .G_Box01 .Notes, #GuanlianBaodan02 .Baozhangneirong .G_Box02 .Notes, #GuanlianBaodan02 .Baozhangneirong .G_Box03 .Notes, #GuanlianBaodan02 .Baozhangneirong .G_Box04 .Notes {
    position: static;
}

/*身份认证*/
.MainPhoto {
    margin-top: 34px;
    margin-bottom: 23px;
    display: block;
    padding: 0px 50px;
    width: 100%;
    box-sizing: border-box;
}

/*添加银行卡*/
.TianjiaCard {
    margin: 20px 15px;
    display: block;
    background: #ffffff;
    border: 1px dashed #e6e6e6;
    text-align: center;
    font-size: 18px;
    color: #e93a3a;
    height: 80px;
    line-height: 80px;
}

.TianjiaCard img {
    margin-right: 5px;
    margin-top: -3px;
}

/*电子保单*/
#Dianzibaodan .G_ListBox02 li, #Dianzibaodan02 .G_ListBox02 li, #Dianzibaodan .G_ListBox08 li, #Dianzibaodan02 .G_ListBox08 li {
    padding-left: 135px;
    height: 45px;
    line-height: 45px;
}

#Dianzibaodan .G_ListBox02 li.MoreList, #Dianzibaodan02 .G_ListBox02 li.MoreList, #Dianzibaodan .G_ListBox08 li.MoreList, #Dianzibaodan02 .G_ListBox08 li.MoreList {
    height: auto;
}

#Dianzibaodan .G_ListBox02 li .LittleFont, #Dianzibaodan02 .G_ListBox02 li .LittleFont, #Dianzibaodan .G_ListBox08 li .LittleFont, #Dianzibaodan02 .G_ListBox08 li .LittleFont {
    text-align: right;
}

#Dianzibaodan .G_ListBox02 li.Baoxiangtouzijin, #Dianzibaodan02 .G_ListBox02 li.Baoxiangtouzijin, #Dianzibaodan .G_ListBox08 li.Baoxiangtouzijin, #Dianzibaodan02 .G_ListBox08 li.Baoxiangtouzijin {
    padding-left: 90px;
}

#Dianzibaodan .G_ListBox02 li.Baoxiangtouzijin .LittleFont, #Dianzibaodan02 .G_ListBox02 li.Baoxiangtouzijin .LittleFont, #Dianzibaodan .G_ListBox08 li.Baoxiangtouzijin .LittleFont, #Dianzibaodan02 .G_ListBox08 li.Baoxiangtouzijin .LittleFont {
    text-align: left;
    text-align: justify;
    padding: 15px 0px;
}

#Jieguoxiangqing {
    padding-top: 40px;
}

#Jieguoxiangqing .G_ListBox07 {
    position: absolute;
    top: 45px;
    left: 0px;
    width: 100%;
    z-index: 102;
    margin: 0px;
}

#Jieguoxiangqing .G_ListBox07 li {
    height: 43px;
    line-height: 43px;
}

#Jieguoxiangqing .G_Box04 {
    z-index: 0;
    position: relative;
}

#Jieguoxiangqing .AlertDiv01 {
    z-index: 2;
    display: none;
}

/*新卡信息*/
#Xinkaxinxi .G_Notes:first-child, #Xinkaxinxi02 .G_Notes:first-child {
    padding-top: 0px;
}

/*银行卡问题11.06*/
.G_ListBox02:first-child, .G_ListBox08:first-child {
    margin-top: 0px;
}

/*11.06常见问题*/
.G_QTitle {
    padding: 11px 15px;
    color: #000000;
    font-weight: bold;
}

.G_QTitle + * {
    margin-top: 0px;
}

.G_QContBox, .G_QTitle {
    font-size: 15px;
    line-height: 18px;
}

.G_QContBox {
    padding: 11px 0px;
    background: #ffffff;
    color: #727272;
    text-align: justify;
}

.G_QContBox > p {
    padding: 0px 15px 20px;
}

.G_QContBox > p:last-child {
    padding-bottom: 0px;
}

.G_QContBox > h2, .G_QContBox > h3 {
    padding: 0px 15px;
    color: #000000;
}

.G_QContBox > h2 {
    padding-bottom: 10px;
}

.G_QContBox img {
    display: block;
    max-width: 100%;
    margin: 0px auto;
}

.G_QContBox .shouxufeilist {
    margin: 0px 15px 15px;
    border: 1px solid #e6e6e6;
}

.G_QContBox .shouxufeilist .G_ListBox06, .G_QContBox .shouxufeilist .G_ListBox07 {
    margin: 0px;
    font-size: 13px;
}

.G_QContBox .shouxufeilist h4, .G_QContBox .shouxufeilist .Tips {
    padding: 0px 15px;
    background: #f4f4f4;
}

.G_QContBox .shouxufeilist h4 {
    height: 35px;
    line-height: 35px;
}

.G_QContBox .shouxufeilist .Tips {
    padding: 10px 15px;
}

.G_QContBox .timeline {
    background: url("img/toulianxian/changjianwenti/timeline.png") repeat-y 25px 0;
    counter-reset: li;
}

.G_QContBox .timeline li {
    padding-left: 36px;
}

.G_QContBox .timeline li:before {
    float: left;
    margin-left: -18px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    content: counter(li);
    counter-increment: li;
    background-color: #ddd;
    border-radius: 50%;
}

.G_QContBox .timeline li p {
    padding: 0 10px 20px 10px;
    line-height: 20px;
}

.G_QContBox .timeline li img {
    padding-bottom: 20px;
}

.Pd_0 {
    padding-bottom: 0px;
}

.G_PBottomBox {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.G_PBottomBox > :last-child {
    margin-bottom: 0px;
}

.wt-banklist-table {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    color: #000;
}

.wt-banklist-table td, .wt-banklist-table th {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.wt-banklist-table td {
    background: #ffffff;
}

.wt-banklist-table th {
    text-align: center;
    background: #f9f8f8;
}

.wt-banklist-table img {
    height: 40px;
    margin-right: 14px;
}

.wt-iconlist {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #ffffff;
    font-size: 15px;
    box-shadow: 0px -2px 0px rgba(0, 0, 0, 0.1);
}

#wt-banklist ul{
    background-color: #fff;
}
#wt-banklist li{
    padding: 10px 0 10px 70px;
    border-top: 1px solid #e6e6e6;
}
#wt-banklist li.active:after{
    float: right;
    margin: -10px 20px 0 0;
    content: '';
    width: 20px;
    height: 10px;
    border-bottom: 3px solid #6eaeff;
    border-left: 3px solid #6eaeff;
    transform: rotate(-45deg);
}
#wt-banklist li img{
    float: left;
    margin-top: 4px;
    margin-left: -55px;
    width: 38px;
}
#wt-banklist li em{
    display: block;
    font-style: normal;
    font-size: 17px;
}
#wt-banklist li span{
    font-size: 14px;
    color: #a6a6a6;
}
#wt-banklist p{
    padding: 10px;
    border-top: 1px solid #e6e6e6;
    font-size: 13px;
    color: #727272;
}
#wt-banklist p a{
    color: #6eaeff;
}

.wt-iconlist li {
    height: 90px;
    border-top: 1px solid #e6e6e6;
}

.wt-iconlist a {
    display: block;
    float: left;
    height: 100%;
    width: 33%;
    border-right: 1px solid #e6e6e6;
    box-sizing: border-box;
    text-align: center;
    color: #727272;
}

.wt-iconlist a:last-child {
    border-right: none;
    width: 34%;
}

.wt-iconlist img {
    display: block;
    margin: 0px auto;
    padding: 20px 0px 10px;
}

.wt-index {
    padding-bottom: 273px;
}

/*信息提示页*/
.G_TipsPage .G_ImgTips {
    padding-top: 55px;
}

/*头部的产品筛选*/
.G_HeadSelect {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 45px;
    background: #ffffff;
    z-index: 3;
}

.G_HeadSelect > li {
    float: left;
    width: 33%;
    font-size: 14px;
    line-height: 14px;
    padding-top: 16px;
    padding-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

.G_HeadSelect > li:nth-child(2) {
    width: 34%;
}

.G_HeadSelect > li p {
    border-right: 1px solid #e6e6e6;
}

.G_HeadSelect > li.On img.BottomArrow {
    display: block;
}

.G_HeadSelect > li:only-child {
    width: 100%;
}

.G_HeadSelect > li:only-child .BottomArrow {
    display: block;
}

.G_HeadSelect > li:only-child p {
    padding-left: 18px;
}

.G_HeadSelect > li.On .Arrow {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.G_HeadSelect .BottomArrow {
    position: absolute;
    left: 50%;
    margin-left: -7px;
    bottom: -1px;
    display: none;
}

.G_HeadSelect .Arrow {
    margin-left: 5px;
    margin-top: -2px;
}

/*通用的文字说明页*/
.G_InfoBox02 {
    background: #ffffff;
    border-bottom: 1px solid #e6e6e6;
    padding: 0px 15px;
}

.G_InfoTitle {
    font-size: 15px;
    padding: 12px 0px;
}

.G_InfoTable {
    border: 1px solid #e6e6e6;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    color: #727272;
}

.G_InfoTable h2 {
    font-weight: bold;
    color: #000000;
    font-size: 15px;
}

.G_InfoTable td {
    border-bottom: 1px dashed #e6e6e6;
    border-right: 1px solid #e6e6e6;
    height: 40px;
}

.G_InfoTable td:last-child {
    border-right: 0px;
}

.G_Notes05 {
    color: #727272;
    line-height: 15px;
    font-size: 13px;
    margin: 15px 0px;
}

.G_Notes06 {
    font-size: 14px;
    line-height: 14px;
    padding: 0px 15px;
    margin: 15px 0px;
}

/*底边框随nav移动的块*/
.balancebutton {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #ccc;
    position: relative;
    text-align: center;
    font-size: 14px;
    color: #999;
    background: #fff;
}
.balancebutton span {
    float: left;
    width: 50%;
}
.balancebutton span.active {
    color: #da3636;
}
.balancebutton b {
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 50%;
    height: 1px;
    background-color: #da3636;
    transition: left 0.5s;
    -webkit-transition: left 0.5s;
}

/*一行的小按钮居中对齐*/
.G_ButtonBox {
    text-align: center;
    background: #ffffff;
    padding-bottom: 15px;
}

.G_ButtonBox input {
    display: inline-block;
    width: 60px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin: 0 5px;
}

/*通用的产品信息列表块*/
.head-info{
    position: relative;
    padding: 10px 0px;
    height: 50px;
    font-size: 0;
    color: #fff;
    background-color: #d13131;
}
.head-info span{
    display: inline-block;
    width: 46%;
    text-align: center;
    font-size: 13px;
    line-height: 25px;
}
.head-info span:first-child{
    padding-left: 4%;
    text-align: left;
}
.head-info span:last-child{
    padding-right: 4%;
    text-align: right;
}
.head-info span:last-child:before{
    content: '';
    position: absolute;
    top: 25px;
    left: 50%;
    height: 25px;
    border-left: 1px solid #999;
}
.head-info em{
    font-style: normal;
    font-size: 15px;
    color: #ccc;
}
.head-info b{
    display: block;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}

.G_ProductInfo03 {
    margin-top: -20px;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fff;
    padding: 30px 18px;
}

.G_ProductInfo03 ul.Cont:after {
    content: '';
    clear: both;
    display: block;
}

.G_ProductInfo03 ul.Cont li {
    width: 33%;
    float: left;
}

.G_ProductInfo03 ul.Cont li:nth-clild(2) {
    width: 34%;
}

.G_ProductInfo03 ul.Cont h4 {
    font-size: 13px;
    line-height: 13px;
    padding-top: 18px;
    padding-bottom: 10px;
}

.G_ProductInfo03 ul.Cont p {
    font-size: 16px;
    line-height: 16px;
    padding-top: 0px;
    padding-bottom: 25px;
}

.G_ProductInfo03 p.Notes {
    font-size: 13px;
    line-height: 13px;
    padding-top: 0px;
    padding-bottom: 20px;
    color: #989898;
}

.G_ProductInfo03 + .G_ListBox02, .G_ProductInfo03 + .G_ListBox08 {
    margin-top: -1px;
    border-top: 0px;
}

.G_ProductInfo03 .InfoTable {
    vertical-align: bottom;
    width: 90%;
}

.G_ProductInfo03 .InfoTable td {
    padding: 10px 0;
    font-size: 14px;
    color: #666;
}
.G_ProductInfo03 .InfoTable td b{
    font-weight: bold;
    font-size: 18px;
    color: #e93a3a;
}
.G_ProductInfo03 .InfoTable td span{
    display: inline;
    padding: 5px 0;
}
.G_ProductInfo03 .InfoTable h1 {
    font-size: 28px;
    color: #da3636;
}

/*.G_ProductInfo03 .InfoTable h1 span {
    font-size: 15px;
}*/

@media screen and (max-width: 320px) {
    .G_ProductInfo03 .InfoTable h1 {
        font-size: 30px;
    }
}

.G_ProductInfo03 .InfoTable p {
    font-size: 15px;
}

.G_ProductInfo03 .InfoTable p.Tips {
    color: #282828;
}

.G_ProductInfo03 .InfoTable .Red {
    color: #e93a3a;
}

/*产品详情的产品信息块*/
.G_ProductInfo, .G_ProductInfo02 {
    background: #d13131;
    color: #ffffff;
    height: 55px;
    padding: 7px 0px;
    box-sizing: border-box;
    margin: 15px 0px;
}

.G_ProductInfo02 div {
    width: 35%;
    border-right: 1px solid #d64646;
    box-sizing: border-box;
    float: left;
    /*height: 50px;*/
    overflow: hidden;
}

.G_ProductInfo02 div p {
    opacity: 0.5;
    font-size: 13px;
    padding-bottom: 5px;
}

.G_ProductInfo02 div h2 {
    line-height: 18px;
    font-size: 18px;
}

.G_ProductInfo02 div:nth-child(2) {
    width: 30%;
    text-align: center;
}

.G_ProductInfo02 div:first-child {
    text-align: left;
    padding-left: 15px;
}

.G_ProductInfo02 div:last-child {
    text-align: right;
    padding-right: 15px;
    border-right: 0px;
}

.G_ProductInfo02 div:last-child h2 {
    font-size: 18px;
    line-height: 18px;
}

.G_ProductInfo02 div:last-child h2.Number {
    font-size: 25px;
    margin-top: -2px;
    margin-bottom: 5px;
}


.G_ProductInfo02 div:first-child, .G_ProductInfo02 div:last-child {
    width: 50%;
}

/*通用图文提示*/
.G_ImgTips {
    background: #efefef;
    padding-top: 30%;
}

@media screen and (max-width: 320px) {
    .G_ImgTips {
        padding-top: 30px;
    }
}

.G_ImgTips img {
    display: block;
    margin: 0px auto;
}

.G_ImgTips p {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    padding-top: 15px;
    color: #a6a6a6;
}

.G_ImgTips p.Black {
    color: #000000;
}

.G_ImgTips p.Cont {
    font-size: 20px;
    color: #727272;
}

/*通用的P文本列表*/
.G_PList {
    display: block;
    padding-top: 14px;
}

.G_PList p {
    font-size: 15px;
    line-height: 15px;
    padding-top: 0px;
    padding-bottom: 13px;
    padding-left: 110px;
    position: relative;
}

.G_PList p span {
    position: absolute;
    left: 0px;
    color: #727272;
}

/*通用的头部收益数据*/
.G_ShouyiHead {
    background: #da3636;
    color: #ffffff;
    position: relative;
    padding: 25px 15px;
    text-align: center;
}

.G_ShouyiHead p.Notes {
    position: absolute;
    top: 15px;
    font-size: 13px;
    line-height: 13px;
    text-align: left;
}

.G_ShouyiHead p.Notes span {
    color: #edaeae;
    margin-left: 5px;
}

.G_ShouyiHead .Arrow {
    position: absolute;
    top: 12px;
    right: 15px;
}

.G_ShouyiHead h4.Notes, .G_ShouyiHead h3.Notes, .G_ShouyiHead h5.Notes, .G_ShouyiHead h6.Notes {
    font-size: 14px;
    line-height: 14px;
    padding-top: 10px;
    padding-bottom: 15px;
    color: #edaeae;
}

.G_ShouyiHead h3.Notes, .G_ShouyiHead h6.Notes {
    color: #edaeae;
}

.G_ShouyiHead h5.Notes, .G_ShouyiHead h6.Notes {
    padding-top: 0px;
}

.G_ShouyiHead .Title01, .G_ShouyiHead .Title04 {
    font-size: 50px;
    line-height: 50px;
}

.G_ShouyiHead .Title01 span, .G_ShouyiHead .Title04 span {
    font-size: 15px;
}

.G_ShouyiHead .Title02 {
    font-size: 20px;
    line-height: 28px;
    padding-top: 11px;
}

.G_ShouyiHead .Title03 {
    font-size: 40px;
    line-height: 40px;
    margin-top: -10px;
}

.G_ShouyiHead .Title04 {
    padding-bottom: 10px;
}

.G_ShouyiHead .Title05 {
    text-align: left;
    font-size: 40px;
    line-height: 40px;
}

@media screen and (max-width: 320px) {
    .G_ShouyiHead .Title01, .G_ShouyiHead .Title04 {
        font-size: 40px;
        line-height: 40px;
    }

    .G_ShouyiHead .Title01 span, .G_ShouyiHead .Title04 span {
        font-size: 15px;
    }
}

.G_ShouyiHead .WhiteButton, .G_ShouyiHead .RedButton {
    width: 115px;
    height: 35px;
    line-height: 35px;
    margin: 0px auto;
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.G_ShouyiHead + * {
    margin-top: 0px;
    border-top: none;
}

.G_ShouyiHead .Tips {
    font-size: 12px;
    color: #f0afaf;
    text-align: left;
    padding-top: 20px;
}

.G_ShouyiHead.Tips {
    background: none;
    color: #000000;
}

/*通用的slide,垂直水平居中，宽高最大100%*/
.G_SlideOutBox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 15px;
    box-sizing: border-box;
    background: #000000;
    position: relative;
}

.G_SlideOutBox .G_SlideInBox {
    width: 10000px;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
}

.G_SlideOutBox .G_SlideContBox {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0px 15px;
    position: relative;
}

.G_SlideOutBox .G_SlideContBox p {
    position: absolute;
    bottom: 50px;
    font-size: 14px;
    color: #fff7f7;
    left: 0px;
    text-align: center;
    width: 100%;
}

.G_SlideOutBox img {
    max-height: 100%;
    max-width: 100%;
}

.G_SlideOutBox .Icon {
    text-align: center;
    position: fixed;
    bottom: 25px;
    width: 100%;
    left: 0px;
}

.G_SlideOutBox .Icon span {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #858585;
    margin: 0px 3px;
    border-radius: 20px;
}

.G_SlideOutBox .Icon .On {
    background: #ffffff;
}

/*通用按字母搜索*/
.G_SearchABC {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 25px;
}

.G_SearchCont {
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    font-size: 11px;
    line-height: 11px;
}

.G_SearchCont li {
    padding: 3px 0px;
}

.G_SearchCont li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #6eaeff;
}

/*通用的城市列表*/
.G_CityTable {
    background: #ffffff;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.G_CityTable tr:nth-child(odd) td {
    height: 10px;
}

.G_CityTable tr:nth-child(even) td:nth-child(even) {
    width: 25%;
}

.G_CityTable tr:nth-child(even) td:nth-child(odd) {
    width: 5%;
}
.G_CityTable tr:nth-child(even) td:last-child{
    width: 10%;
}

.G_CityTable td.On input {
    color: #6eaeff;
}

/*通用的栏目名称*/
.G_TitleName, .G_TitleName02 {
    height: 25px;
    padding: 0px 15px;
    line-height: 25px;
    font-size: 15px;
}

.G_TitleName + *, .G_TitleName02 + * {
    margin-top: 0px;
}

.G_TitleName02 {
    margin: 13px 0px;
    line-height: 15px;
    height: 15px;
}

/*通用的搜索块*/
.G_Search {
    padding: 10px 15px;
    border-bottom: 1px solid #c9c9c9;
    position: relative;
    height: 23px;
}

.G_Search .G_SearchInput {
    width: 100%;
    height: 23px;
    padding: 0px 15px;
    box-sizing: border-box;
    line-height: 23px;
    border: none;
    outline: none;
    background: #ffffff;
    border-radius: 3px;
}

.G_Search .PlaceHolder {
    position: relative;
    top: -23px;
    text-align: center;
    width: 100%;
    font-size: 14px;
    line-height: 23px;
    color: #989898;
    z-index: 3;
}

.G_Search .PlaceHolder img {
    margin-right: 10px;
    margin-top: -2px;
}

/*通用的单行图文列表，无缩进*/
.G_ImgFontList {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin: 15px 0px;
}

.G_ImgFontList li {
    line-height: 40px;
    font-size: 14px;
    position: relative;
    padding-left: 54px;
    border-bottom: 1px solid #e6e6e6;
    background: #ffffff;
}

.G_ImgFontList li img {
    position: absolute;
    left: 15px;
    top: 9px;
}

.G_ImgFontList li:last-child {
    border-bottom: none;
}

/*弹出提示窗口*/
body .AlertDiv01 {
    background: none;
}

.AlertDiv01 .AlertBox, .AlertDiv01 .AlertBottomBox {
    position: relative;
    z-index: 102;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    margin: 0px 30px;
}

.AlertDiv01 .AlertBox p, .AlertDiv01 .AlertBottomBox p {
    padding: 25px 15px;
    line-height: 24px;
    font-size: 14px;
    border-bottom: 1px solid #c8c7cc;
}

.AlertDiv01 .AlertBox span, .AlertDiv01 .AlertBottomBox span {
    width: 48%;
    text-align: center;
    box-sizing: border-box;
    border: none;
    background: none;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.AlertDiv01 .AlertBox span:last-child, .AlertDiv01 .AlertBottomBox span:last-child {
    border-left: 1px solid #c8c7cc;
    color: #6eaeff;
}

.AlertDiv01 .AlertBox span.Only, .AlertDiv01 .AlertBottomBox span.Only {
    width: 100%;
    border: none;
}

.AlertDiv01 .AlertBottomBox {
    margin: 10px;
}

.SelectCont, .AlertDiv01 {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    padding-bottom: 0px;
    z-index: 2;
}

.SelectCont .AlertBox_bg, .AlertDiv01 .AlertBox_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.SelectCont {
    padding-top: 45px;
}

.SelectCont > .G_ListBox07 {
    position: relative;
    padding-left: 0px;
    margin-top: 0px;
    z-index: 3;
    border-bottom: none;
}

.SelectCont li {
    height: 43px;
    line-height: 43px;
    text-align: center;
    padding-right: 0px;
}

.SelectCont li.On {
    border-color: #6eaeff;
}

.SelectCont li.On > p, .SelectCont li.On > a {
    color: #6eaeff;
}

.SelectCont li.On:last-child {
    border-bottom: 1px solid #6eaeff;
}

/*赎回说明*/
#ShuhuiShuoming .G_Title, #ShuhuiShuoming .G_Title02 {
    font-size: 15px;
    color: #404040;
}

/*密码输入框*/
.MimaBox {
    border: 1px solid #a5a5a5;
    margin: 15px auto;
    height: 44px;
}

.MimaBox td {
    background: #ffffff;
    text-align: center;
    padding: 0px;
}

.MimaBox td:last-child input {
    border: none;
}

.MimaBox td input {
    width: 41px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    border: none;
    border-right: 1px solid #e7e7e6;
    font-size: 24px;
    border-radius: 0px;
}

#ZhifuMima {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 9;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#ZhifuMima .PhotoAndFont a {
    color: #767976;
}

/*通用密码弹窗背景块_点击不可关闭*/
.G_Bg50FixBox {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 9;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

/*通用密码弹窗组件*/
.G_MimaBox {
    width: 280px;
    box-sizing: border-box;
    background: #ffffff;
    position: relative;
    border-radius: 6px;
    margin: 60px auto;
    color: #000000;
    padding-bottom: 1px;
    z-index: 102;
}

.G_MimaBox img.Clock {
    position: absolute;
    top: 20px;
    left: 15px;
}

.G_MimaBox h2.Title {
    text-align: center;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid #b4e2b6;
    font-weight: bold;
}

.G_MimaBox h2.Title + p.Notes {
    margin-top: 25px;
}

.G_MimaBox p.Notes {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    padding-top: 17;
    padding-bottom: 14;
}

.G_MimaBox p.Cont {
    text-align: left;
    padding: 20px;
    line-height: 20px;
    font-size: 14px;
    border-bottom: 1px solid #c8c7cc;
}

.G_MimaBox h1.MianCont {
    font-size: 40px;
    text-align: center;
    line-height: 40px;
    padding-bottom: 10px;
}

.G_MimaBox span {
    width: 48%;
    text-align: center;
    box-sizing: border-box;
    border: none;
    background: none;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
}

.G_MimaBox span:last-child {
    border-left: 1px solid #c8c7cc;
    color: #6eaeff;
}

.G_MimaBox span.Only {
    width: 100%;
    border: none;
}

.G_MimaBox .G_ListBox02, .G_MimaBox .G_ListBox08 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 18px;
}

.G_MimaBox .G_ListBox02 li, .G_MimaBox .G_ListBox08 li {
    padding-left: 0px;
    background-position: right top 50%;
    line-height: 44px;
    height: 44px;
    color: #282828;
}

.G_MimaBox .G_ListBox02 li .PhotoAndFont, .G_MimaBox .G_ListBox08 li .PhotoAndFont {
    padding-left: 35px;
    color: #727272;
}

.G_MimaBox .G_ListBox02 li img, .G_MimaBox .G_ListBox08 li img {
    width: 28px;
    height: 28px;
    top: 10px;
}

/*结果详情中的购买明细*/
.GoumaiXiangqingUl {
    background: #fff;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin: 15px 0px;
    font-size: 14px;
    line-height: 27px;
    padding: 10px 18px;
}

.GoumaiXiangqingUl > li {
    padding-left: 80px;
    min-height: 27px;
    position: relative;
    color: #282828;
}

.GoumaiXiangqingUl > li span.Name {
    color: #656d78;
    position: absolute;
    left: 0px;
}

.GoumaiXiangqingUl > li.TimeList {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 14px;
    padding-left: 0;
}

/*购买结果详情的头部*/
.JieguoXiangqingHeader {
    padding: 15px;
}

.JieguoXiangqingHeader h1 {
    padding-left: 28px;
    font-size: 16px;
    line-height: 18px;
    margin: 3px 0;
    color: #282828;
    background: url("../../img/icon/icon02.png") no-repeat;
    background-size: 18px 18px;
    background-position: left;
}

.JieguoXiangqingHeader p {
    font-size: 14px;
    line-height: 15px;
    color: #000;
}

.JieguoXiangqingHeader + * {
    margin-top: 0px;
}

/*购买到收益的时间列表*/
.GoumaiTimelist, .GoumaiTimelist02 {
    position: relative;
    padding: 20px 0px;
}

.GoumaiTimelist li, .GoumaiTimelist02 li {
    color: #acacac;
    padding-left: 30px;
    line-height: 18px;
    padding-bottom: 18px;
    background-position: left top;
    position: relative;
    z-index: 9;
}

.GoumaiTimelist li > time, .GoumaiTimelist02 li > time, .GoumaiTimelist li > .Font, .GoumaiTimelist02 li > .Font {
    line-height: 15px;
    padding-top: 7px;
    color: #ababab;
    font-size: 15px;
    display: block;
}

.GoumaiTimelist li > .Font, .GoumaiTimelist02 li > .Font {
    font-size: 13px;
}

.GoumaiTimelist li h2, .GoumaiTimelist02 li h2 {
    color: #000000;
    font-size: 14px;
}
.GoumaiTimelist li h2.Blue{
    color: #5C9DED;
}

.GoumaiTimelist li:first-child, .GoumaiTimelist02 li:first-child {
    background: url("../../img/icon/icon02_1.png") no-repeat;
    background-size: 18px 18px;
}

.GoumaiTimelist li:nth-child(2), .GoumaiTimelist02 li:nth-child(2) {
    background: url("../../img/icon/icon04.png") no-repeat;
    background-size: 18px 18px;
}

.GoumaiTimelist li:nth-child(3), .GoumaiTimelist02 li:nth-child(3) {
    background: url("../../img/toulianxian/icon4_16.png") no-repeat;
    background-size: 18px 18px;
}

.GoumaiTimelist li:last-child, .GoumaiTimelist02 li:last-child {
    padding-bottom: 0px;
}

.GoumaiTimelist li.On h2, .GoumaiTimelist02 li.On h2 {
    color: #6eaeff;
}

.GoumaiTimelist:before, .GoumaiTimelist02:before, .GoumaiTimelist:after, .GoumaiTimelist02:after {
    content: '';
    position: absolute;
    width: 2px;
    left: 8px;
    top: 20px;
    bottom: 20px;
    display: block;
}

.GoumaiTimelist:before, .GoumaiTimelist02:before {
    background: #cccccc;
}

.GoumaiTimelist:after, .GoumaiTimelist02:after {
    background: #6eaeff;
    height: 25px;
    z-index: 1;
}

.GoumaiTimelistHeader {
    background: #ffffff;
    border-bottom: 1px solid #dfdfdf;
    padding: 0px 15px;
}

.GoumaiTimelistHeader .GoumaiTimelist:before, .GoumaiTimelistHeader .GoumaiTimelist02:before {
    height: 70px;
}

.GoumaiTimelistHeader .GoumaiTimelist:after, .GoumaiTimelistHeader .GoumaiTimelist02:after {
    height: 40px;
}

.GoumaiTimelistHeader .GoumaiTimelist li, .GoumaiTimelistHeader .GoumaiTimelist02 li {
    padding-bottom: 20px;
}

.GoumaiTimelistHeader .GoumaiTimelist li:last-child, .GoumaiTimelistHeader .GoumaiTimelist02 li:last-child {
    padding-bottom: 0px;
}

.GoumaiTimelist02 li:nth-child(2) {
    background: url("../../img/toulianxian/icon4_16.png") no-repeat;
    background-size: 16px 16px;
}

/*通用的流程组件，列表样式是数字*/
.G_Liucheng {
    margin: 15px 0px;
}

.G_Liucheng li {
    padding-left: 30px;
    font-size: 15px;
    line-height: 15px;
    padding-top: 11px;
    padding-bottom: 11px;
    position: relative;
    color: #acacac;
}

.G_Liucheng li:before {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    left: 7px;
    top: 0px;
    background: #cccccc;
}

.G_Liucheng li .Count {
    position: absolute;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    background: #cccccc;
    border-radius: 20px;
    left: 0px;
    top: 11px;
}

.G_Liucheng li:first-child {
    padding-top: 0px;
}

.G_Liucheng li:first-child .Count {
    top: 0px;
}

.G_Liucheng li:first-child:before {
    height: 50%;
    top: 50%;
}

.G_Liucheng li:last-child {
    padding-bottom: 0px;
}

.G_Liucheng li:last-child:before {
    height: 50%;
}

.G_Liucheng li.On {
    color: #000000;
}

.G_Liucheng li.On:before {
    background: #6eaeff;
}

.G_Liucheng li.On .Count {
    background: #6eaeff;
}

.G_Liucheng li.Ing {
    color: #6eaeff;
}

.G_Liucheng li.Ing span.FR {
    color: #ff7200;
}

/*通用的外层box，白底左右内距15，上下边框1*/
.G_OutBox, .G_OutBox02 {
    padding: 0px 15px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background: #ffffff;
    margin: 15px 0px;
}

.G_OutBox02 {
    border-color: #e6e6e6;
}

/*结果详情*/
.Banner {
    display: block;
}

.Banner + * {
    margin-top: -1px;
}

#JieguoXiangqing02 .G_ListBox01, #JieguoXiangqing02 .G_ListBox05 {
    border-top: 0px;
}

#JieguoXiangqing02 .G_ListBox01 .ListCont, #JieguoXiangqing02 .G_ListBox05 .ListCont {
    color: #989898;
}

/*通用头部提示大图加提示加按钮*/
.G_HeaderPhoto {
    text-align: center;
    padding: 25px 15px 32px 15px;
}

.G_HeaderPhoto .PhotoBox {
    overflow: hidden;
    width: 120px;
    height: 120px;
    border: 5px solid #dddddd;
    border-radius: 100px;
    margin: 0px auto;
    box-sizing: border-box;
    text-align: center;
}

.G_HeaderPhoto .PhotoBox img {
    margin: 16px 0px;
}

.G_HeaderPhoto h2.Notes {
    font-size: 15px;
    line-height: 15px;
    padding-top: 16px;
    padding-bottom: 25px;
}

/*单行的提示*/
.G_Tips {
    font-size: 15px;
    line-height: 50px;
}

/*身份验证——输入密码*/
.FlexMimaBox {
    display: box;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    box-align: center;
    -webkit-box-align: center;
    box-pack: center;
    -webkit-box-pack: center;
    /*-webkit-align-items: center;*/
    /*align-items: center;*/
    padding-top: 80px;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    flex: 1;
    -webkit-flex: 1;
    box-flex: 1;
    -webkit-box-flex: 1;
}

.FlexMimaBox .MimaBox {
    border-color: #a3b6de;
}

.Keyboard {
    position: fixed;
    bottom: 0px;
    width: 100%;
}

.Keyboard td {
    border-bottom: 1px solid #cbcfd2;
    border-right: 1px solid #cbcfd2;
    background: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
}

.Keyboard td:last-child {
    border-right: none;
}

.Keyboard td input {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    background: none;
    outline: none;
    font-weight: bold;
}

.Keyboard td input.Back {
    background: url("../../img/toulianxian/numberback.png") center center #d5d8db no-repeat;
    background-size: 24px 17px;
}

.Keyboard td input:active {
    background-color: #d5d8db;
}

.Keyboard tr:last-child td {
    border-bottom: none;
}

.Keyboard tr:last-child td:first-child, .Keyboard tr:last-child td:last-child {
    background: #d5d8db;
}

.no-certiNo{
    float: right;
    margin: 20px;
    font-size: 14px;
    color: #6eaeff;
}
.no-certiNoPanel{
    text-align: left;
}
.no-certiNoPanel strong{
    font-weight: normal;
    font-size: 14px;
}
.no-certiNoPanel p{
    margin-top: 10px;
    font-size: 13px;
}
.no-certiNoPanel a{
    color: #6eaeff;
}
#Shenfenyanzheng_shurumima {
    display: box;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    flex-flow: column;
    -webkit-flex-flow: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    height: 100%;
    padding-bottom: 0px;
    margin-top: 0px;
}

#Shenfenyanzheng_shurumima > .Keyboard {
    position: static;
}

/*通用的banner*/
.G_bannerRed {
    background: url("../../img/toulianxian/bannerred.png") right top no-repeat #dc3430;
    background-size: 177px 82px;
    color: #ffffff;
    height: 82px;
}

.G_bannerBlue_zhifu {
    background: url("../../img/toulianxian/bannerbluezhifu.png") right top no-repeat #ecf9ff;
    background-size: 194px 85px;
    color: #34c9f3;
    height: 85px;
}

.G_bannerBlue_zhifu + .G_Box02 {
    margin-top: -1px;
    border-top: none;
}

.G_bannerRed, .G_bannerBlue_zhifu {
    padding-left: 15px;
}

.G_bannerRed h2, .G_bannerBlue_zhifu h2 {
    padding-bottom: 6px;
    padding-top: 25px;
    font-size: 16px;
    line-height: 16px;
}

.G_bannerRed p, .G_bannerBlue_zhifu p {
    font-size: 13px;
    line-height: 18px;
}

/*通用上传图片块 两端对齐*/
.G_ShangchuanImg {
    text-align: center;
    width: 100%;
}

.G_ShangchuanImg td {
    padding: 0px;
    margin: 0px;
    vertical-align: top;
}

.G_ShangchuanImg td img {
    display: block;
}

.G_ShangchuanImg p {
    font-size: 13px;
    line-height: 17px;
    padding-top: 12px;
}

/*通用流程块，带下拉*/
.G_BigLiucheng {
    padding-left: 55px;
    background: #ffffff;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin: 15px 0px;
}

.G_BigLiucheng > li {
    border-bottom: 1px solid #e6e6e6;
    padding-right: 35px;
    position: relative;
    background: url("img/toulianxian/toulianxianlast_20.gif") right 15px top 23px no-repeat;
    background-size: 12px 7px;
    box-sizing: border-box;
}

.G_BigLiucheng > li.On {
    background: url("img/toulianxian/baoxianbaoan_10.gif") right 15px top 23px no-repeat;
    background-size: 12px 7px;
}

.G_BigLiucheng > li h2 {
    font-size: 15px;
    line-height: 25px;
    padding: 13px 0px;
}

.G_BigLiucheng > li > .ListStyle {
    position: absolute;
    width: 25px;
    height: 25px;
    left: -40px;
    top: 13px;
    border-radius: 25px;
    overflow: hidden;
    background-color: #6eaeff;
    z-index: 2;
}

.G_BigLiucheng > li:before {
    content: '';
    width: 2px;
    background: #6eaeff;
    height: 100%;
    position: absolute;
    left: -28px;
    top: 0px;
    z-index: 1;
    padding-bottom: 5px;
}

.G_BigLiucheng > li:first-child > .ListStyle {
    background: url("img/toulianxian/baoxianbaoan_07.gif") center center no-repeat #6eaeff;
    background-size: 16px 16px;
}

.G_BigLiucheng > li:first-child:before {
    height: 25px;
    top: 25px;
}

.G_BigLiucheng > li:nth-child(2) > .ListStyle {
    background: url("img/toulianxian/baoxianbaoan_19.gif") center center no-repeat #6eaeff;
    background-size: 16px 16px;
}

.G_BigLiucheng > li:nth-child(3) > .ListStyle {
    background: url("img/toulianxian/baoxianbaoan_22.gif") center center no-repeat #6eaeff;
    background-size: 16px 16px;
}

.G_BigLiucheng > li:last-child {
    border-bottom: none;
}

.G_BigLiucheng > li:last-child:before {
    height: 25px;
    top: 0px;
}

.G_BigLiucheng > li:last-child .G_InsideLiucheng > li:last-child:after {
    height: 0px;
}

.G_BigLiucheng > li.On:last-child {
    border-bottom: none;
}

.G_BigLiucheng > li.On:last-child:before {
    height: 50px;
    top: 0px;
}

.G_BigLiucheng > li.On .G_InsideLiucheng {
    display: block;
}

.G_InsideLiucheng {
    font-size: 12px;
    line-height: 15px;
    color: #323232;
    display: none;
}

.G_InsideLiucheng > li {
    padding-bottom: 14px;
    position: relative;
}

.G_InsideLiucheng > li:before, .G_InsideLiucheng > li:after {
    content: '';
    background: #6eaeff;
    position: absolute;
}

.G_InsideLiucheng > li:before {
    border-radius: 10px;
    width: 10px;
    height: 10px;
    left: -32px;
    top: 2px;
}

.G_InsideLiucheng > li:after {
    width: 2px;
    height: 100%;
    left: -28px;
    top: 2px;
}

/*通用固定底部按钮*/
.G_BottomButton, .G_BottomButton02 {
    position: fixed;
    bottom: 0px;
    background: #f7f7f7;
    border-top: solid 1px #CCD1D9;
    padding: 10px 15px;
    box-sizing: border-box;
    width: 100%;
}

.G_BottomButton02 {
    padding: 10px 0px;
    text-align: center;
}

/*通用标题*/
.G_Title, .G_Title02 {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #000000;
    padding: 0px 15px;
}

.G_Title + *, .G_Title02 + * {
    margin-top: 0px;
}

.G_Title .Arrow, .G_Title02 .Arrow {
    float: right;
    margin-right: 15px;
    margin-top: 15px;
}

.G_Title02 {
    font-size: 15px;
}

.G_Title02 .More {
    float: right;
    margin-right: 15px;
    color: #727272;
    font-size: 12px;
}

.G_Title02 .More img {
    margin-left: 5px;
}

/*通用的注释*/
.G_Notes, .G_Notes02, .G_Notes03, .G_Notes07, .G_Name, .G_Notes04 {
    font-size: 12px;
    color: #656d78;
    line-height: 1em;
    padding: 0px 15px;
    margin: 15px 0px;
    display: block;
}

.G_Notes span.Red {
    color: #da3636;
}

.G_Notes .Blue, .G_Title .Blue, .G_Title02 .Blue {
    color: #5C9DED;
}

.G_Notes03, .G_Notes07 {
    color: #404040;
    line-height: 16px;
}

.G_Name {
    color: #000000;
    margin: 0px;
    margin-top: -2px;
}

.G_Name + .G_Notes {
    margin: 12px 0px;
}

.G_Name + .G_Notes + * {
    margin-top: 0px;
}

.G_Notes04 {
    color: #000000;
}

.Agree {
    padding-left: 35px;
    position: relative;
}

.Agree span.Bg {
    background: url("../../img/toulianxian/Agree.png") no-repeat;
    background-size: 30px 15px;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    left: 15px;
    top: -2px;
}

.Agree span.AgreeBg {
    background-position: -15px 0px;
}

/*标题的样式*/
.G_Notes07 {
    margin: 10px 0px;
}

.G_Notes07 + .G_ListBox02, .G_Notes07 + .G_ListBox08 {
    margin-top: 0px;
}

.G_ListBox02 + .G_Notes07, .G_ListBox08 + .G_Notes07 {
    margin-top: -3px;
}

/*通用按钮*/
.RedButton, .DisButton, .StorkRedButton, .WhiteButton {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    display: block;
    width: 100%;
    border: none;
    color: #ffffff;
    font-size: 18px;
}

.StorkRedButton {
    box-sizing: border-box;
    border: 1px solid #f85252;
    background: #ffffff;
    color: #f85252;
}

.StorkRedButton:active {
    background: #fff7f7;
}

.RedButton {
    background-color: #f85252;
    font-size: 16px;
}

.RedButton:active {
    background: #ce1e19;
}

.DisButton {
    background: #dddddd;
    color: #989898;
}

.DisButton:active {
    background: #dddddd;
}

.WhiteButton {
    background: #ffffff;
    color: #da3636;
}

.InsideButton {
    display: inline-block;
    width: inherit;
    padding: 1px 15px 0;
    position: absolute;
    right: 15px;
    top: 6px;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    z-index: 3;
}

.G_CenterDiv input[type='button'] {
    margin-top: 30px;
}

.StorkGrayButton {
    display: block;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    text-align: center;
    line-height: 32px;
    height: 32px;
    color: #727272;
    font-size: 15px;
    background: #ffffff;
    box-sizing: border-box;
}

.InlineButton {
    width: auto;
    padding: 0px 10px;
}

/*一些颜色*/
.Orange {
    color: #ff7200;
}

.Gray {
    color: #acacac;
}

.Blue {
    color: #5C9DED;
}

.C_Red {
    color: #f85252;
}

.Black {
    color: #282828;
}

.Green {
    color: #40d087;
}

.icon-arrow-round-right:before {
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 13px;
    text-align: center;
    content: '›';
    border: 1px solid #74b1fc;
    border-radius: 50%;
    color: #74b1fc;
}

.arrow-white:before {
    color: white;
    border-color: white;
}

@media screen and (max-height: 480px) {
    .wt-iconlist li {
        height: 60px;
    }

    .wt-iconlist img {
        padding: 7px 0px 5px;
    }

    .G_PBottomBox {
        position: static;
    }
}

#registerHasPhone .G_Title, #AnquanJiaoyan .G_Title {
    margin: 20px 18px 10px;
    padding: 0;
    height: auto;
    line-height: 20px;
    color: #656d78;
    font-size: 12px;
}

#Zhuce .G_Title {
    line-height: 40px;
}

/*#Zhuce li input.cont,  #gydPurchase li input.cont {
    left: 15px;
}*/

#registerHasPhone a, #loginHasPhone a, #Toubaoxuzhi a, #Lipeijieshao a {
    color: #6eaeff;
}

#BaoxianXiangqing .iconfont {
    margin-left: 5px;
    color: #6eaeff;
}

#BaoxianXiangqing .normalLi {
    min-height: 50px;
    line-height: 50px;
    padding-left: 0px;
    color: #727272;
}

#BaoxianXiangqing .normalLi span {
    margin-left: 10px;
}

#BaoxianXiangqing .G_CenterDiv {
    width: 92%;
    position: fixed;
    bottom: 0px;
    border-top: 1px solid #e6e6e6;
}

#BaoxianXiangqing .Notes span {
    margin-left: 20px;
}


#Toast h1 {
    margin-top: 25%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    color: #000;
}

#Toast h1 img {
    margin-right: 5px;
    margin-top: -5px;
}

#Lipeijieshao .G_BigLiucheng > li:first-child:before {
    height: 100%;
}

#Zhanghuzhongxin p.G_Notes {
    text-align: center;
}

#Zhongyingerhao G.ListBox08 {
    padding-left: 140px;
}

.G_ListBox02 li.InsideList p.pdl_160 {
    padding-left: 160px;
}

#GuanlianBaodan .G_ListBox02 .Money {
    color: #da3636;
}

#Jieguoxiangqing .G_HeadSelect > li{
    width: 100%;
}

#Jieguoxiangqing .G_ListBox07 .select {
    border-bottom-color: #6eaeff;
}
#Jieguoxiangqing .G_ListBox07 .select p {
    color: #6eaeff;
}

#myTradeLogDetail .G_Box04 {
    margin: 0px 0px;
}

#myTradeLogDetail .G_OutBox02 {
    margin: 0px 0px;
    border-top-width: 0px;
}

#myTradeLogDetail .GoumaiTimelist:after {
    height: 45px;
}

#myTradeLogDetail .GoumaiTimelist:before {
    bottom: 45px;
}

#myTradeLogDetail .step2:after {
    height: 120px;
}

#myTradeLogDetail .step2 li:nth-child(2) {
    background: url('../../img/toulianxian/icon4_12_active.png?1441789362') no-repeat;
    background-size: 16px 16px;
}

#myTradeLogDetail .step3:after {
    height: 145px;
}

#myTradeLogDetail .step3 li:nth-child(3) {
    background: url('../../img/toulianxian/icon4_16_active.png?1441789362') no-repeat;
    background-size: 16px 16px;
}

#myTradeLogDetail .Blue {
    color: #6eaeff;
}

#myTradeLogDetail .GoumaiTimelistHeader .GoumaiTimelist li:nth-child(2) {
    background: url('../../img/toulianxian/icon4_16.png?1441789362') no-repeat;
    background-size: 16px 16px;
}
#myTradeLogDetail .GoumaiTimelistHeader .step3 li:nth-child(2) {
    background: url('../../img/toulianxian/icon4_16_active.png?1441789362') no-repeat;
    background-size: 16px 16px;
}

#myTradeLogDetail .GoumaiTimelistHeader .step3:after {
    height: 95px;
}

#myTradeLogDetail .GoumaiTimelistHeader .GoumaiTimelist:before {
    height: 85px;
}

#myTradeLogDetail .step2Stop .step2:after {
    height: 75px;
}

#Zhanghuzhongxin .AlertDiv01 .AlertBox span {
    width:100%;
  }
#Zhanghuzhongxin .AlertDiv01 .AlertBox {
    margin: 0px 0px;
    border-radius: 0px;
}

.Keyboard .active {
    background-color: #d5d8db;
}

.G_bannerBlue_hangkong {
    background: url('../../img/toulianxian/bannerbluehangkong.png?1447320423') right top no-repeat #ecf9ff;
}

#Hangkongyihao .G_ShouyiHead .Title01 {
    font-size: 35px;
    line-height: 35px;
}

#ShengyuChiyou .G_ListBox02 li.InsideList p {
    padding-left: 170px;
}

#Goumai03 .G_ListBox02 li p,
#gydPurchase .G_ListBox02 li p {
    padding-left: 72px;
}
#Goumai03 .G_ListBox02:first-child li p,
#gydPurchase .G_ListBox02:first-child li p {
    padding-top: 18px;
    padding-bottom: 10px;
}
#Goumai03 .G_ListBox02:first-child li .Gray,
#gydPurchase .G_ListBox02:first-child li .Gray{
    padding-top: 0;
    font-size: 12px;
}
#Goumai03 .G_ListBox02 li strong,
#gydPurchase .G_ListBox02 li strong{
    font-weight: normal;
    font-size: 14px;
    color: #282828;
}
#Goumai03 .G_ListBox02 li img,
#gydPurchase .G_ListBox02 li img{
    margin-left: -20px;
    width: 18px;
}
#gydPurchase .G_ListBox03{
    padding-left: 105px;
}
#gydPurchase .G_ListBox03 input{
    padding: 12px 0px;
    border: none;
    color: #000000;
    line-height: 24px;
    top: -1px;
    position: relative;
    width: 90%;
}

#Anquanjiaoyan .G_ListBox02 li {
    padding-left: 90px;
}
#Dingdanliebiao .LipeiNav{
    margin-top: 7px;
}
.tab{
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    background-color: #fff;
}
.tab span{
    float: left;
    width: 25%;
    border-bottom: 1px solid #fff;
}
.tab .active{
    color: #ec3833;
    border-color: #ec3833;
}

.order-list{
    margin-top: 15px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
    background-color: #fff;
}
.order-list .top{
    margin-left: 15px;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #e6e6e6;
}
.order-list .top span:first-child{
    float: left;
}
.order-list .top span:last-child{
    float: right;
    padding-right: 15px;
    color: #ec3833;
}
.order-list .top .gray:last-child{
    color: #9c9c9c;
}
.order-list .bottom{
    margin-left: 15px;
    padding: 10px 15px 10px;
    border-top: 1px solid #e6e6e6;
    text-align: right;
}
.order-list .bottom span{
    position: absolute;
    left: 15px;
    font-size: 13px;
    line-height: 33px;
    white-space: nowrap;
    color: #9c9c9c;
}
.order-list .bottom b{
    margin-left: 8px;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ec3833;
    font-weight: normal;
    color: #ec3833;
    border-radius: 3px;
}
.order-list .bottom .gray{
    border-color: #9c9c9c;
    color: #9c9c9c;
}
.order-list .bottom .pay{
    color: #fff;
    background-color: #ec3833;
}
.order-list .content{
    display: table;
    width: 100%;
    height: 90px;
}
.order-list .content span{
    display: table-cell;
    padding-left: 15px;
    vertical-align: middle;
    color: #727272;
}
.order-list .content span:first-child{
    width: 45%;
}
.order-list .content em{
    display: block;
    font-style: normal;
    font-size: 13px;
}
.order-list .content b{
    font-weight: normal;
    font-size: 22px;
    color: #484848;
}


.bank-card{
    position: relative;
    margin: 15px;
    padding: 15px;
    padding-left: 80px;
    font-size: 14px;
    color: #fff;
    background-color: #E64858;
    border-radius: 5px;
}
.bank-card img{
    float: left;
    margin-left: -65px;
    padding: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
}
.bank-card em{
    display: block;
    font-style: normal;
    font-size: 16px;
}
.bank-card b{
    display: block;
    padding: 5px 0;
    font-weight: normal;
    font-size: 25px;
}
.bank-card .tel{
    position: absolute;
    top: 16px;
    right: 15px;
}
.bank-card .limit-single{
    display: block;
    margin-left: -65px;
    padding-top: 10px;
    line-height: 20px;
    border-top: 1px solid #D61322;
}
.bank-card .limit-perday{
    display: block;
    margin-top: -20px;
    line-height: 20px;
    text-align: right;
}

.investDetail .top{
    position: relative;
    margin: 15px 0;
    padding: 15px;
    border-bottom: 1px solid #e6e6e6;
    color: #999;
    background-color: #fff;
}
.investDetail .top em{
    display: block;
    color: #333;
}
.investDetail .top .name{
    display: block;
}
.investDetail .top .st{
    position: absolute;
    top: 15px;
    right: 15px;
    color: #e93a3a;
}

.bottom-tips{
    font-size: 12px;
    text-indent: 15px;
}

#Wodeyinhangka .G_InfoBox header span{
    position: absolute;
    top: 15px;
    right: 0;
    color: #acacac;
}
#Wodeyinhangka .G_InfoBox p{
    display: flex;
}
#Wodeyinhangka .G_InfoBox p span{
    flex: 1;
    color: #000;
}
#Wodeyinhangka .G_InfoBox p span:last-child{
    text-align: right;
}
#Wodeyinhangka .msg_mask{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
}
#Wodeyinhangka .msg_bottom{
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
#Wodeyinhangka .msg_bottom li{
    border-top: 1px solid #e6e6e6;
    line-height: 45px;
    text-align: center;
    background-color: #fff;
}
#Wodeyinhangka .msg_bottom .first{
    border-top: none;
    font-size: 12px;
    color: #acacac;
}
#Wodeyinhangka .msg_bottom .last{
    border-top: none;
    margin-top: 15px;
}



#Denglu .links{
    position: relative;
    margin: 15px;
    font-size: 14px;
}
#Denglu .links p{
    position: absolute;
    top: 100px;
    width: 100%;
    text-align: center;
}
#Denglu .iconfont{
    position: absolute;
    right: 15px;
    font-size: 26px;
    color: #aaa;
}

.income-record{
    font-size: 13px;
}
.income-record b{
    font-weight: normal;
}
.income-record .filter{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    background-color: #fff;
    position: relative;
    z-index: 3;
}
.income-record .filter span{
    float: left;
    width: 50%;
}
.income-record .filter span:after{
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    height: 1.5em;
    border-left: 1px solid #ddd;
}
.income-record .filter .active ul{
    display: block;
}
.income-record .filter ul{
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    text-align: left;
    background-color: #fff;
}
.income-record .filter ul:after{
    content: '';
    position: absolute;
    top: -6px;
    left: 70px;
    width: 12px;
    height: 6px;
    background-image: url(../img/toulianxian/baoxianbaoan_10.gif);
    background-size: 100%;
}
.income-record .filter span:last-child ul:after{
    left: auto;
    right: 110px;
}
.income-record .filter li{
    margin: 0 15px;
    border-top: 1px solid #BCD8EC;
}
.income-record .filter li:first-child{
    border-top: none;
}
.income-record .filter li.active{
    color: #48b;
}
.income-record .filter em{
    font-style: normal;
}
.income-record .list{
    margin-top: 15px;
    background-color: #fff;
}
.income-record .list div{
    padding: 15px;
}
.income-record .list div em{
    display: block;
    font-style: normal;
}
.income-record .list div b{
    font-size: 25px;
    color: red
}
.income-record .list ul{
    padding: 15px;
    border-top: 1px solid #e6e6e6;
}
.income-record .list li{
    margin-bottom: 15px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #efefef;
}
.income-record .list li:first-child span{
    background-color: #ff8933;
}
.income-record .list span{
    display: block;
    height: 40px;
    text-align: right;
    background-color: #dcdbdb;
}
.income-record .list span b{
    padding: 0 15px;
    color: #666;
}
.income-record .list span b:first-child{
    float: left;
    white-space: nowrap;
}
.income-record .list span b:last-child{
    position: absolute;
    right: 10px;
}
.income-record .list li:first-child span b:first-child{
    color: #fff;
}
.income-record .mask{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5)
}







/**
 * 省市区选择
 */
.picker-modal {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 13rem;
  z-index: 11500;
  display: none;
  -webkit-transition-property: -webkit-transform;
          transition-property: transform;
  background: #efefef;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
.picker-modal.modal-in,
.picker-modal.modal-out {
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
}
.picker-modal.modal-in {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.picker-modal.modal-out {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
.picker-modal .picker-modal-inner {
  height: 100%;
  position: relative;
}
.picker-modal .toolbar {
  position: relative;
  width: 100%;
}
.picker-modal .toolbar:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  right: auto;
  height: 1px;
  width: 100%;
  background-color: #999999;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .picker-modal .toolbar:before {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .picker-modal .toolbar:before {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.picker-modal .toolbar + .picker-modal-inner {
  height: -webkit-calc(100% - 2.2rem);
  height: calc(100% - 2.2rem);
}
.picker-modal.picker-modal-inline {
  display: block;
  position: relative;
  background: none;
  z-index: inherit;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.picker-modal.picker-modal-inline .toolbar:before {
  display: none;
}
.picker-modal.picker-modal-inline .toolbar:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  height: 1px;
  width: 100%;
  background-color: #999999;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .picker-modal.picker-modal-inline .toolbar:after {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .picker-modal.picker-modal-inline .toolbar:after {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}

/* === Columns Picker === */
.picker-columns {
  width: 100%;
  height: 13rem;
  z-index: 11500;
}
.picker-columns.picker-modal-inline {
  height: 10rem;
}
@media (orientation: landscape) and (max-height: 415px) {
  .picker-columns:not(.picker-modal-inline) {
    height: 10rem;
  }
}
.picker-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
  text-align: right;
  font-size: 1.2rem;
  -webkit-mask-box-image: -webkit-linear-gradient(bottom, transparent, transparent 5%, white 20%, white 80%, transparent 95%, transparent);
  -webkit-mask-box-image: linear-gradient(to top, transparent, transparent 5%, white 20%, white 80%, transparent 95%, transparent);
}
.bar + .picker-items {
  height: 10.8rem;
}
.picker-items-col {
  overflow: hidden;
  position: relative;
  max-height: 100%;
}
.picker-items-col.picker-items-col-left {
  text-align: left;
}
.picker-items-col.picker-items-col-center {
  text-align: center;
}
.picker-items-col.picker-items-col-right {
  text-align: right;
}
.picker-items-col.picker-items-col-divider {
  color: #3d4145;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.picker-items-col-normal {
  width: 100%;
}
.picker-items-col-wrapper {
  -webkit-transition: 300ms;
          transition: 300ms;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.picker-item {
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999999;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: 300ms;
          transition: 300ms;
}
.picker-items-col-absolute .picker-item {
  position: absolute;
}
.picker-item.picker-item-far {
  pointer-events: none;
}
.picker-item.picker-selected {
  color: #3d4145;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.picker-center-highlight {
  height: 36px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -18px;
  pointer-events: none;
}
.picker-center-highlight:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  right: auto;
  height: 1px;
  width: 100%;
  background-color: #a8abb0;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .picker-center-highlight:before {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .picker-center-highlight:before {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.picker-center-highlight:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  height: 1px;
  width: 100%;
  background-color: #a8abb0;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .picker-center-highlight:after {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .picker-center-highlight:after {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.picker-3d .picker-items {
  overflow: hidden;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.picker-3d .picker-items-col,
.picker-3d .picker-items-col-wrapper,
.picker-3d .picker-item {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.picker-3d .picker-items-col {
  overflow: visible;
}
.picker-3d .picker-item {
  -webkit-transform-origin: center center -110px;
  transform-origin: center center -110px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.picker-modal .bar {
  position: relative;
  top: 0;
  padding: 10px;
  border-bottom: 1px solid #d0d0d0;
  background-color: #f7f7f7;
}
.picker-modal .bar:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  right: auto;
  height: 1px;
  width: 100%;
  background-color: #a8abb0;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .picker-modal .bar:before {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .picker-modal .bar:before {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.picker-modal .bar:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  height: 1px;
  width: 100%;
  background-color: #a8abb0;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .picker-modal .bar:after {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .picker-modal .bar:after {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.picker-modal .bar .title {
  text-align: center;
  color: #5f646e;
  font-weight: normal;
}
.picker-modal .bar .button{
    position: absolute;
    right: 10px;
    padding: 5px 10px;
    border: none;
    font-size: 14px;
    color: #fff;
    background-color: #e93a3a;
    border-radius: 3px;
}
.city-picker .col-province {
  width: 5rem;
}
.city-picker .col-city {
  width: 6rem;
}
.city-picker .col-district {
  width: 5rem;
}
/***-----**/
.page_head{
    height: 110px;
    background-color: #f85252;
    text-align:center;
}
.page_head_title1{
    padding: 15px 0;
    font-family:PingFangSC-Regular;
    font-size:16px;
    color:#ffffff;
    line-height:16px;
}
.page_head_title2{
    font-family:HelveticaNeue-Medium;
    font-size:50px;
    color:#ffffff;
    letter-spacing:0px;
    line-height:50px;
    font-weight: bold;
}
.page_head3{
    height: 80px;
    background-color: #f74545;
    color: #ffffff;
    text-align:center;
}
.page_head3>div{
    border: none;
    width: 33.333%;
    height: 80px;
    float: left;
}
.page_head3>div p{
    font-size: 12px;
    line-height: 16px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 16px;
}
.page_head3>div:last-child p{
    padding-left: 0;
}
.page_head3>div h2{
    font-size: 16px;
    font-weight: bold;
}
.page_head2>div{
    border: none;
    width: 50%;
    height: 80px;
    float: left;
}
.page_head2>div:first-child *{
    padding-left: 18px;
    text-align: left;
}
.page_head2>div:last-child *{
    padding-right: 18px;
    text-align: right;
}
.icon{
    height: 12px;
    width: auto;
    margin-left: 5px;
    margin-bottom: 2px;
}
.G_BottomButton02 input{
    display: inline-block;
    width: 45%;
    margin: 2px 5px;
}
.WhiteButton{
    color: #f85252;
}
.foot_button{
    padding: 15px;
}
.foot_button input{
    width: 45%;
    text-align: center;
    margin:0 2%;
    float: left;
}
.foot_button input:last-child{
    float: right;
}