@charset "utf-8";

/*
*  like http://meyerweb.com/eric/tools/css/reset/
*/


/*  reset */

input,
textarea,
button,
div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:focus {
    outline: none
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
legend,
input,
textarea,
button,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul,
ol {
    list-style: none;
}

img {
    border: 0;
}

b,
strong {
    font-weight: 700;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

@-webkit-keyframes openIn {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(5, 5, 5);
        transform: scale3d(5, 5, 5);
        display: none;
    }
}

@keyframes openIn {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(5, 5, 5);
        transform: scale3d(5, 5, 5);
        display: none;
    }
}

.openIn {
    -webkit-animation: openIn 0.6s ease-out;
    animation: openIn 0.6s ease-out;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation: fadeIn 0.3s ease-out;
    animation: fadeIn 0.3s ease-out;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation: fadeOut 0.3s ease-out;
    animation: fadeOut 0.3s ease-out;
}

body {
    font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
}


/*  topbar  */

.topbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 44px;
    line-height: 44px;
    background-color: #000;
    color: #fff;
    font-size: 17px;
    overflow: hidden;
    z-index: 1000;
}

.topbar h1 {
    padding: 0 25px;
    text-align: center;
}

.topbar a {
    margin-top: -44px;
    color: #fff;
    text-decoration: none;
}

.topbar .fallback {
    float: left;
    margin-left: 10px;
    padding-left: 20px;
    background: url(http://j5.dfcfw.com/image/201501/20150121101030.png) no-repeat 0 50%;
    color: #fff;
    text-indent: -9999px;
}

.topbar .share {
    float: right;
    margin-right: 10px;
    height: 44px;
}


/* control topbar */

.has-topbar {
    padding-top: 44px;
}

.has-topbar .topbar,
.has-topbar .share {
    display: block;
}


/* control bottomDownLoad */

.has-bottomDownLoad {
    padding-bottom: 15%;
}

.bottomDownLoad {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
}

.bottomDownLoad .download-img {
    display: block;
    width: 100%;
    height: auto;
}

.bottomDownLoad .download-close {
    position: absolute;
    z-index: 1000;
    height: 100%;
    width: 10%;
    top: 0;
    right: 0;
    opacity: 0;
}

.wx-share-img {
    position: absolute;
    top: -9999px;
}


/*  wx share tip  */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    background-repeat: no-repeat;
    background-position: 90% 10px;
    background-size: 77px auto;
}

.wx-share-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    background-image: url(http://j5.dfcfw.com/image/201501/20150106153125.png);
    background-repeat: no-repeat;
    background-position: 90% 10px;
    background-size: 77px auto;
}

.overlay,
.wx-share-overlay p {
    font-size: 1.4em;
    line-height: 1.5;
    color: #fff;
    padding-top: 6em;
    text-align: center;
}

.about {
    background-color: #fff;
    border: solid #d4d4d4;
    border-width: 1px 0;
    padding: 20px 15px 15px 15px;
    font-size: 16px;
    clear: both;
    max-width: 640px;
    margin: 0 auto;
}

.about .title {
    font-size: 17px;
    text-align: center;
    color: #ff4400;
    padding-bottom: 15px;
}

.about .para {
    line-height: 19px;
    font-size: 13px;
    text-align: justify;
}

.about .feature {
    *zoom: 1;
    padding: 10px 0;
}

.about .feature:before,
.about .feature:after {
    content: " ";
    display: table;
    line-height: 0;
}

.about .feature:after {
    clear: both;
}

.about .feature li {
    float: left;
    width: 34%;
    text-align: center;
    list-style: none;
}

.about .feature li:first-child,
.about .feature li:last-child {
    width: 33%;
}

.about .feature li h3 {
    line-height: 22px;
    color: #ff4400;
    padding-bottom: 5px;
    font-size: 12px;
}

.about .feature li p {
    font-size: 13px;
}

.about .feature .icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-right: 5px;
    background-image: url(https://fundsc.eastmoney.com/static/20150123133337.png);
}

.about .feature .icon-1 {
    background-position: 0 0;
}

.about .feature .icon-2 {
    background-position: 0 -32px;
}

.about .feature .icon-3 {
    background-position: 0 -64px;
}

.about .more {
    background-color: #efeff4;
    padding: 10px 0;
    border-top: 2px solid #d4d4d4;
    text-align: center;
    font-size: 1.2em;
    line-height: 25px;
}

.about .more a {
    color: #333333;
    text-decoration: none;
}

.about .more .circle {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(http://j5.dfcfw.com/image/201501/20150123105703.png) no-repeat 0 50%;
    margin-left: 5px;
    text-indent: -9999px;
    position: relative;
    top: 1px;
}

.red {
    color: #ff0000;
}

.green {
    color: #077C23;
}


/* body */

body {
    position: relative;
    height: 100%;
    line-height: 1.5;
    font-size: 0.4375rem;
    background-size: 16px 16px;
}

.container {
    position: relative;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    overflow: hidden;
    /*margin-bottom: 1rem;*/
}

.content1 {
    position: relative;
    background-size: 100%;
    width: 10rem;
    /*height: 15.734375rem;*/
}

.content1 img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.buybottom {
    position: fixed;
    /*background-size: 100%;*/
    width: 10rem;
    bottom: 0;
    background: url(../images/buy.png) no-repeat top;
    background-size: 100%;
    height: 1.1rem;
}

.buybottom img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.buybottom .buyleft {
    width: 50%;
    height: 100%;
    /*background: yellow;*/
    float: left;
    position: relative;
}

.buybottom .buyright {
    width: 50%;
    height: 100%;
    /*background: red;*/
    float: right;
    position: relative;
}

.fundbackgrund {
    /*height: 18rem;*/
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.fundbackinfo {
    /*height:3.5rem;*/
}

.fundback {
    position: relative;
    /* margin-top: -15rem; */
    margin: 0 auto;
    margin-top: 0rem;
    /* margin-left: 0.6rem; */
    background-color: #fff;
    /* width: 8.7rem; */
    /* padding: 0 11px; */
    /* height: 18.5rem; */
    /* width: 9.4rem; */
}

.main-title {
    line-height: 1;
    padding: 20px 15px 8px;
    border-bottom: 1px solid #d4d4d4;
    color: #6d6d72;
}

.fund-list {
    /*padding: 0 0.5rem;*/
}

.fund-item {
    /*border-bottom: 1px solid #d4d4d4;*/
    padding: 15px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.fund-tbl {
    width: 100%;
}

.fund-tbl .col_1 {
    width: 30%;
}

.fund-tbl .col_2 {
    width: 40%;
}

.fund-tbl .col_3 {
    width: 30%;
}

.fund-tbl td.left {
    text-align: left;
}

.fund-tbl td.right {
    text-align: right;
}

.fund-tbl .fund-title {
    float: left;
    font-size: 17px;
    line-height: 1;
}

.fund-tbl .fund-title a {
    color: #333;
    text-decoration: none;
}

.fund-tbl .fund-qigou {
    float: right;
    color: #6d6d72;
    font-size: 13px;
}

.fund-tbl .profit-title {
    display: block;
    font-size: 13px;
    color: #6d6d72;
    font-family: arial;
    margin: 15px 0 0px;
}

.fund-tbl .profit {
    display: block;
    font-size: 17px;
}

.fund-tbl .profit .sourcerate {
    color: #6d6d72;
}

.fund-tbl .profit .rate {
    font-weight: 700;
    padding-left: 5px;
}

.fund-tbl .fund-buy-wrap {
    vertical-align: bottom;
}

.fund-tbl .fund-buy {
    float: right;
    width: 90%;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    background-color: #f40;
    text-decoration: none;
    border-radius: 5px;
}

.funds-info {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 17px;
    color: #666666;
    /* border-top: 1px solid #d4d4d4; */
    /* margin-top: -3.5rem; */
    /* position: absolute; */
    /* margin-top: -3rem; */
    position: relative;
    /* height: 3.5rem; */
}

#container {
    background-size: 100% auto;
    width: 640px;
    margin: auto;
    font-family: "微软雅黑";
    font-size: 0.26rem;
    text-align: center;
    background: #261402;
}

.text_a {
    display: block;
    width: 1.86rem;
    height: 0.38rem;
    position: absolute;
    margin-top: 4.41rem;
    margin-left: 1.05rem;
}

.button_a {
    display: block;
    width: 6.15rem;
    height: 0.68rem;
    background: #ffea00;
    font-size: 0.32rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.68rem;
    border-radius: 3px;
    position: absolute;
    margin-top: 15.37rem;
    margin-left: 0.13rem;
    text-decoration: none;
    color: #663908;
    font-family: "微软雅黑";
}

.button_a:active {
    background: #e2cf00;
}

@media screen and (max-width:640px) {
    #container {
        width: auto;
    }
}


/*20170419*/

.disclaimer {
    font-size: 13px;
    padding: 15px;
    text-align: left;
    border-top: solid 1px #ddd;
    margin: 0 auto;
    color: #666;
    max-width: 640px;
    float: left;
}


/*2017.5.16*/

.get_bottom1,
.get_bottom2,
.get_bottom3,
.get_bottom4,
.get_bottom5,
.get_bottom6 {
    width: 100%;
    height: auto;
}

.get_bottom2 {
    position: relative;
}

.get_bottom2_alert {
    position: absolute;
    top: 21%;
    left: 0;
    width: 56%;
    height: 30px;
    z-index: 5;
    opacity: 0;
}

.warn {
    width: 4.96rem;
    height: 2.7rem;
    background: url("../images/c8.png") no-repeat center center;
    position: absolute;
    top: -37%;
    left: 32%;
    z-index: 5;
    background-size: 100% 100%;
    display: none;
}

.warn_word {
    font-size: 0.3rem;
    line-height: 0.35rem;
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    color: #f40;
    text-align: left;
}

.get_bottom1 img {
    width: 100%;
    height: auto;
    display: block;
}

.get_bottom2 img {
    width: 100%;
    height: auto;
    display: block;
}

.get_bottom3 img {
    width: 100%;
    height: auto;
    display: block;
}

.get_bottom4 img {
    width: 100%;
    height: auto;
    display: block;
}

.get_bottom5 img {
    width: 100%;
    height: auto;
    display: block;
}

.get_bottom6 img {
    width: 100%;
    height: auto;
    display: block;
}

.get_bottom7 {
    width: 100%;
    height: 80px;
    background: #f6f6f6;
    padding-top: 10px;
}

.get_bottom7 a {
    text-decoration: none;
    display: block;
    height: 42px;
    width: 90%;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    background: #ffae00;
    border-radius: 5px;
    margin-left: 5%;
}

.get_bottom_last {
    display: block;
    width: 100%;
    max-width: 640px;
    height: 1rem;
    position: fixed;
    bottom: 0;
    z-index: 100;
}

.get_bottom_last img {
    width: 100%;
    height: 100%;
    display: block;
}

.lazy {
    width: 100%;
    float: left;
}

.PasswordMasker,
.confirmMasker,
.alertMasker,
.TTfundMasker {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99998;
}

.PasswordMasker>div .Password,
.confirmMasker>div .confirm,
.alertMasker>div .alert,
.TTfundMasker>div .TTfund {
    display: table-row;
    width: 100%;
    height: 100%;
    position: relative;
}

.PasswordMasker>div .Password .inner {
    width: 270px;
    background: #f0eff5;
    border-radius: 14px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.TTfundMasker>div .TTfund .inner {
    width: 270px;
    background: #f0eff5;
    border-radius: 14px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.TTfundMasker>div .TTfund h2 {
    box-sizing: content-box;
    font-size: 17px;
    font-weight: normal;
    text-align: center;
    height: 28px;
    line-height: 28px;
    color: #000000;
    padding: 12px 0 8px;
    border-bottom: 1px solid #e1e1e6;
}

.TTfundMasker>div .TTfund .Lcontent {
    /*padding: 15px 15px 5px;*/
    padding-top: 15px;
}

.TTfundMasker>div .TTfund .Lcontent p {
    font-size: 14px;
    color: #808080;
    line-height: 2;
    padding: 0 15px;
}

.confirmMasker>div .confirm .inner,
.alertMasker>div .alert .inner {
    width: 270px;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding-top: 10px;
}

.confirmMasker>div .confirm .inner .closeConfirm {
    position: absolute;
    right: 0;
    font-size: 22px;
    top: 0;
    width: 45px;
    text-align: center;
}

.PasswordMasker>div .Password h2 {
    box-sizing: content-box;
    font-size: 17px;
    font-weight: normal;
    text-align: center;
    height: 28px;
    line-height: 28px;
    color: #000000;
    padding: 12px 0 8px;
    border-bottom: 1px solid #e1e1e6;
}

.PasswordMasker>div .Password .Lcontent {
    padding: 15px 15px 5px;
}

.PasswordMasker>div .Password .Lcontent input {
    width: 100%;
    background: #fff;
    padding: 8px 0px;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    margin-top: 10px;
    text-indent: 10px;
}

.PasswordMasker>div .Password .Lcontent p {
    font-size: 14px;
    color: #808080;
    padding: 0;
    line-height: 1.5;
}

.PasswordMasker>div .Password .Lcontent p span {
    font-size: 16px;
    color: #000;
}

.confirmMasker>div .confirm h2,
.alertMasker>div .alert h2 {
    box-sizing: content-box;
    font-size: 19px;
    font-weight: normal;
    text-align: center;
    height: 28px;
    line-height: 28px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
    color: #000000;
    padding-top: 5px
}

.PasswordMasker>div .Password p,
.confirmMasker>div .confirm p,
.alertMasker>div .alert p {
    color: #000000;
    padding: 8px 15px;
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    line-height: 1.5;
}

.PasswordMasker footer,
.TTfundMasker footer,
.confirmMasker footer,
.alertMasker footer {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -ms-box-orient: horizontal;
    -o-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: distribute;
    -ms-justify-content: distribute;
    -o-justify-content: distribute;
    -moz-justify-content: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -ms-box-align: stretch;
    -o-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    -moz-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    padding-top: 10px;
}

.PasswordMasker footer>.button,
.TTfundMasker footer>.button,
.confirmMasker footer>.button,
.alertMasker footer>.button {
    display: block;
    -webkit-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -moz-flex: 1;
    flex: 1;
    height: 100%;
    line-height: 30px;
    max-width: 320px;
    font-weight: normal;
    border-top: solid 1px #b5b5b5;
    color: #2d2d2d;
}

.PasswordMasker footer>.button:first-child,
.TTfundMasker footer>.button:first-child,
.confirmMasker footer>.button:first-child,
.alertMasker footer>.button:first-child {
    border-bottom-left-radius: 14px;
}

.PasswordMasker footer>.button:last-child,
.TTfundMasker footer>.button:last-child,
.confirmMasker footer>.button:last-child,
.alertMasker footer>.button:last-child {
    border-bottom-right-radius: 14px;
}

.PasswordMasker footer>.button[for="no"],
.TTfundMasker footer>.button[for="no"],
.confirmMasker footer>.button[for="no"] {
    color: #808080;
}

.TTfundMasker a.button,
.PasswordMasker a.button {
    line-height: 44px;
    cursor: pointer;
    text-decoration: none;
    font-size: 13pt;
    /*    -webkit-transition: all .35s ease-out;
    -ms-transition: all .35s ease-out;
    -o-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    transition: all .35s ease-out;*/
    display: block;
    -webkit-box-sizing: auto;
    -ms-box-sizing: auto;
    -o-box-sizing: auto;
    -moz-box-sizing: auto;
    box-sizing: auto;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    text-align: center;
    color: #0066bb;
    border-color: #e1e1e6;
    background-color: rgba(255, 255, 255, .01);
}

.confirmMasker a.button,
.alertMasker a.button {
    cursor: pointer;
    text-decoration: none;
    font-size: 13pt;
    /*    -webkit-transition: all .35s ease-out;
    -ms-transition: all .35s ease-out;
    -o-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    transition: all .35s ease-out;*/
    display: block;
    -webkit-box-sizing: auto;
    -ms-box-sizing: auto;
    -o-box-sizing: auto;
    -moz-box-sizing: auto;
    box-sizing: auto;
    padding: 8px 0;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    text-align: center;
    color: #ff4400;
    border-color: #e1e1e6;
    background-color: rgba(255, 255, 255);
}

.confirmMasker a.button:last-child,
.TTfundMasker a.button:last-child,
.PasswordMasker a.button:last-child {
    border-left: 1px solid #e1e1e6;
}

.confirmMasker a.button.BTNactive,
.TTfundMasker a.button.BTNactive,
.PasswordMasker a.button.BTNactive,
.confirmMasker a.button.BTNactive,
.alertMasker a.button.BTNactive {
    background-color: #c8c7cc;
}

.confirmMasker a.button,
.TTfundMasker a.button {
    width: 50%;
}

@media screen and (device-height: 812px) and (device-width: 375px) {
    .get_bottom_last {
        bottom: 34px;
    }
    .fix {
        height: 34px;
        background: #fff;
        bottom: 0;
        float: left;
        width: 100%;
        position: fixed;
    }
    .disclaimer {
        padding-bottom: 45px;
    }
}