.top-container {
    width: 100%;
    min-width: 1200px;
    position: relative;
    height: 720px;
    overflow: hidden;
}

.homevideo video {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50.01%, -50.01%);
    -moz-transform: translate(-50.01%, -50.01%);
    -ms-transform: translate(-50.01%, -50.01%);
    -o-transform: translate(-50.01%, -50.01%);
    transform: translate(-50.01%, -50.01%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.shade {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.top-container .header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    min-width: 1200px;
    height: 60px;
}

.header ul.top-list li {
    float: left;
    line-height: 60px;
    margin-right: 20px;
}

.header ul.top-list li a {
    display: block;
    color: #fff;
    font-size: 14px;
}

.header ul.top-list li:last-child {
    width: 90px;
    height: 30px;
    line-height: 30px;
    background: #e30000;
    margin-top: 15px;
    text-align: center;
}

.open-celue {
    position: absolute;
    top: 100px;
    left: 50%;
    z-index: 3;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1200px;
    text-align: center;
    color: #fff;
}

.open-celue h1 {
    font-size: 60px;
    font-weight: normal;
    margin-bottom: 45px;
}

.open-celue > p {
    font-size: 18px;
    line-height: 30px;
}

.open-celue h4 {
    font-size: 36px;
    font-weight: normal;
    margin: 25px auto;
}

.open-celue > span {
    display: block;
}

.open-celue > span a {
    display: inline-block;
    width: 155px;
    height: 45px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    margin: auto 15px;
}

.open-celue > span a.register {
    background: #E30000;
}

.open-celue > span a.login {
    border: 1px solid #fff;
}

.open-celue > i {
    display: block;
    width: 92px;
    height: 1px;
    background: #fff;
    margin: 50px auto;
}

.open-celue ul.open-celue-list li {
    float: left;
    width: 33%;
    border-right: 1px solid #fff;
}

.open-celue ul.open-celue-list li:last-child {
    border: none;
}

.open-celue ul.open-celue-list li:first-child span {
    display: block;
    width: 90px;
    height: 65px;
    margin: 5px auto;
    background: url(/static/img/chuanj-1.png) no-repeat;
}

.open-celue ul.open-celue-list li:nth-child(2) span {
    display: block;
    width: 90px;
    height: 65px;
    margin: 5px auto;
    background: url(/img/juanc-2.png) no-repeat;
}

.open-celue ul.open-celue-list li:nth-child(3) span {
    display: block;
    width: 90px;
    height: 70px;
    margin: 5px auto;
    background: url(/static/img/moni-3.png) no-repeat;
}

.open-celue ul.open-celue-list li:last-child span {
    display: block;
    width: 90px;
    height: 65px;
    margin: 5px auto;
    background: url(/static/img/gaos-4.png) no-repeat;
    border: none;
}

.open-celue ul.open-celue-list li:hover {
    color: #e22b2b;
}

.open-celue ul.open-celue-list li:hover span {
    background-position-y: -65px;
}

.open-celue ul.open-celue-list li:nth-child(3):hover span {
    background-position-y: -70px;
}

.notice-container {
    width: 100%;
    min-width: 1200px;
    background: #fff;
}

.notice-wrap {
    width: 1200px;
    margin: auto;
    padding: 12px 0;
    overflow: hidden;
    color: #242424;
}

.notice-wrap > a {
    font-size: 12px;
    color: #626262;
    margin-top: 5px;
}

.notice-container2 {
    width: 100%;
    min-width: 1200px;
    background: #fff;
}

.notice-wrap2 {
    width: 1200px;
    margin: auto;
    padding: 12px 0;
    overflow: hidden;
    color: #242424;
}

.notice-wrap2 > a {
    font-size: 12px;
    color: #626262;
    margin-top: 5px;
}

.share-container {
    width: 100%;
    min-width: 1200px;
    background: #f5f5f5;
}

.share-wrap {
    width: 1200px;
    margin: auto;
    padding: 50px 0;
}

.share-wrap > h3 {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}

.share-wrap > p {
    color: #5e5d5d;
    margin-top: 15px;
    text-align: center;
}

.share-wrap .share-list {
    width: 950px;
    height: 55px;
    margin: 30px auto;
    overflow: hidden;
}

.share-wrap .share-list li {
    float: left;
    width: 185px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background: #fff;
    margin-right: 5px;
    position: relative;
    cursor: pointer;
}

.share-wrap .share-list li:last-child {
    margin-right: 0;
}

.share-wrap .share-list li span {
    content: "";
    display: none;
    width: 0;
    height: 0;
    position: absolute;
    left: 75px;
    top: 42px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #e22b2b;
    border-bottom: 12px solid transparent;
}

.share-wrap .share-list li.active {
    background: #e22b2b;
    color: #fff;
}

.share-wrap .share-list li.active span {
    display: block;
}

.share-center ul.share-center-list li {
    float: left;
    height: 305px;
    width: 238px;
    border: 1px solid #e9e9e9;
    background: #fff;
}

ul.share-center-list li div.person-title {
    background: #f8f8f8;
    margin: 2px;
    padding: 12px;
    line-height: 28px;
}

ul.share-center-list li div.person-title span.fr {
    text-align: right;
}

ul.share-center-list li span {
    display: block;
}

ul.share-center-list li div.shouyi {
    text-align: center;
    width: 210px;
    padding: 0 10px;
    line-height: 30px;
    margin: 20px auto;
}

ul.share-center-list li div.shouyi p {
    font-size: 18px;
    color: #e62121;
}

ul.share-center-list li div.shouyi span {
    width: 45%;
}

ul.share-center-list li div.shouyi small {
    font-size: 14px;
    color: #979797;
}

ul.share-center-list li div.shouyi span.fl {
    border-right: 1px solid #e5e5e5;
    padding-right: 18px;
}

ul.share-center-list li > p {
    width: 200px;
    height: 28px;
    font-size: 12px;
    color: #979797;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    text-align: center;
    line-height: 28px;
    margin: auto;
}

ul.share-center-list li > a {
    display: block;
    width: 105px;
    height: 35px;
    background: #e22b2b;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 35px;
    margin: 25px auto;
}

ul.share-center-list li > h3 {
    text-align: center;
    font-size: 18px;
    margin: 20px 0;
}

ul.share-center-list li > span {
    text-align: center;
    font-size: 24px;
    color: #e62121;
}

ul.share-center-list li > small {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #595959;
    margin-top: 17px;
}

.public-container {
    min-width: 1200px;
    width: 100%;
    background: url(/img/public-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 45px 0;
}

.public-wrap {
    width: 1200px;
    margin: auto;
    text-align: center;
    color: #fff;
}

.public-wrap > h5 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}

.public-wrap .public-list span {
    float: left;
    width: 25%;
    text-align: center;
    margin-top: 30px;
}

.public-wrap .public-list span img {
    display: block;
    width: 160px;
    height: 160px;
    margin: auto;
}

.public-wrap .public-list span small {
    display: block;
    margin-top: 10px;
}

.news-container {
    width: 100%;
    min-width: 1200px;
    background: #f5f5f5;
    padding-top: 45px;
    overflow: hidden;
}

.news-wrap {
    width: 1200px;
    height: 410px;
    margin: auto;
    text-align: center;
}

.news-wrap h5 {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
}

.news-wrap p {
    color: #5e5d5d;
    margin: 10px 0 45px 0;
}

.A-news-container {
    width: 100%;
    min-width: 1230px;
}

.A-news-center {
    width: 1230px;
    min-width: 1220px;
    height: 520px;
    margin: 50px auto;
    overflow: hidden;
    font-size: 14px;
    padding-top: 25px;
}

.A-news-center .news-left {
    width: 840px;
}

.A-news-center .news-left > p, .A-news-center .news-right > p {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.A-news-center .news-left > p > a, .A-news-center .news-right > p > a {
    font-size: 14px;
    float: right;
    color: #999;
    font-weight: normal;
}

.news-left ul.news-left-list li {
    padding: 17px 0;
    border-bottom: 1px solid #ccc;
}

.news-left ul.news-left-list li span.news-l {
    display: inline-block;
    width: 90px;
}

.news-left ul.news-left-list li .news-r {
    display: block;
    width: 720px;
    height: 80px;
    overflow-y: hidden;
}

.news-left ul.news-left-list li .news-r i {
    background: #d22222;
    color: #fff;
    padding: 0 3px;
}

.news-left ul.news-left-list li span a {
    color: #2c50a9;
}

.news-left ul.news-left-list li span a.media {
    display: inline-block;
    border: 1px solid #2C50A9;
    padding: 1px 10px;
    border-radius: 5px;
}

.news-left ul.news-left-list li div p span {
    display: inline-block;
    width: 175px;
    border-right: 1px solid #ccc;
    padding-right: 10px;
    margin-right: 10px;
}

.news-left ul.news-left-list li div p span.last-span {
    border: none;
}

.news-left ul.news-left-list li div.hover-news a:hover {
    color: #F53A31;
}

.A-news-center .news-right {
    width: 335px;
    min-height: 520px;
}

.A-news-center .news-right li {
    padding: 5px 0 1px 0;
    border-bottom: 1px dashed #ccc;
}

.A-news-center .news-right li p {
    display: inline-block;
    width: 235px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.A-news-center .news-right li i {
    display: inline-block;
    float: right;
    color: #242424;
}

.five-container {
    width: 100%;
    min-width: 1200px;
    background: #cc3145;
    padding: 80px 0;
}

.five-wrap {
    width: 1200px;
    margin: auto;
    color: #fff;
}

.five-wrap ul.five-list li {
    float: left;
    width: 238px;
    height: 215px;
    font-size: 18px;
    border-left: 1px solid #d65a6a;
    text-align: center;
}

.five-wrap ul.five-list li:last-child {
    border-right: 1px solid #d65a6a;
}

.five-wrap ul.five-list li span {
    display: none;
    width: 200px;
    font-size: 12px;
    margin: auto;
    text-align: left;
    margin-top: 10px;
}

.five-wrap ul.five-list li:hover span {
    display: block;
}

.media-container {
    width: 100%;
    min-width: 1200px;
    background: #fff;
    padding: 45px 0;
}

.media-wrap {
    width: 1200px;
    margin: auto;
}

.media-list {
    float: left;
    width: 380px;
    margin-right: 30px;
}

.last-media {
    margin-right: 0;
}

.media-list > div {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.media-list > div a {
    float: right;
    font-size: 12px;
    color: #999;
    font-weight: normal;
}

.media-list ul li a {
    display: block;
    font-size: 14px;
    color: #242424;
}

.media-list ul li p {
    display: inline-block;
    width: 250px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 5px 0;
    border-bottom: 1px dotted #e5e5e5;
}

.media-list ul li small {
    font-size: 14px;
    float: right;
    padding: 5px 0;
    border-bottom: 1px dotted #e5e5e5;
}

.head-top {
    width: 100%;
    min-width: 100%;
    height: 60px;
    background: #fff;
    border-bottom: 1px solid #bdbdbd;
    box-shadow: 0 2px 5px #bdbdbd;
}

.head-top .head-top-list li {
    float: left;
    margin-right: 20px;
    line-height: 58px;
}

.head-top .head-top-list li a {
    display: block;
    color: #000;
    font-size: 14px;
}

.head-top .head-top-list li.active a {
    color: #e30000;
    border-bottom: 2px solid #E30000;
}

.head-top .head-top-list li.num a {
    width: 90px;
    height: 30px;
    line-height: 30px;
    background: #e30000;
    margin-top: 15px;
    text-align: center;
    color: #fff;
}

.register-container {
    width: 100%;
    min-width: 1200px;
    padding: 60px 0;
    background: url(/img/register-bg.png) no-repeat;
    background-size: 100% 100%;
}

.register-wrap {
    width: 1198px;
    background: rgba(255, 255, 255, .8);
    margin: auto;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
}

.register-wrap .register-title {
    padding: 15px;
    border-bottom: 1px solid #dbdbdb;
}

.register-center {
    padding: 40px 0;
}

.register-left {
    width: 355px;
    padding: 80px;
}

.register-right {
    width: 550px;
    padding: 0 65px;
    border-left: 1px solid #dbdbdb;
}

.register-left > div {
    background: #fff;
    border: 1px solid #dbdbdb;
    padding: 5px 0;
    border-radius: 5px;
    margin-bottom: 20px;
}

.register-left > div i {
    display: inline-block;
    width: 40px;
    text-align: center;
    border-right: 1px solid #dbdbdb;
}

.register-left > div img {
    vertical-align: middle;
    padding: 0 5px;
}

.register-left > div input {
    display: inline-block;
    padding: 5px;
    width: 280px;
    border: none;
}

.register-center button.btn-sure {
    width: 100%;
    padding: 10px 0;
    border-radius: 4px;
    font-size: 18px;
    margin: 30px 0;
}

.register-center .register-left > p {
    text-align: center;
    color: #2f2f2f;
}

.login-left {
    padding: 0 80px;
}

.login-left > div.num {
    position: relative;
}

.login-left > div.num input {
    width: 200px;
}

.login-left > div.num button.btn-get {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 15px;
    background: #ff5555;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.login-left > span {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #2f2f2f;
}

.create-container {
    width: 100%;
    min-width: 1200px;
    background: #f5f5f5;
    padding: 45px 0;
}

.create-wrap {
    width: 1198px;
    min-height: 835px;
    margin: auto;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    padding: 20px;
    background: #fbf9f9;
}

.create-wrap .create-money {
    line-height: 60px;
}

.create-title {
    overflow: hidden;
    margin-bottom: -1px;
}

.create-title .create-list {
    float: left;
    overflow: hidden;
    width: 500px;
}

.create-title .create-list li {
    display: inline-block;
    float: left;
    width: 30%;
    height: 60px;
    border: 1px solid #dbdbdb;
    line-height: 60px;
    border-radius: 3px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-align: center;
    margin-right: 10px;
    border-width: 1px 1px 1px 1px;
}

.create-title .create-list li a {
    font-size: 24px;
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
}

.create-title .create-list li.active a {
    color: #d90000;
}

.create-title .create-list li.active {
    color: #42a7e4;
    border-bottom-color: transparent;
}

.create-title .create-money span {
    margin-right: 25px;
}

.create-title .create-money a {
    padding: 2px 28px;
    color: #fff;
    border-radius: 5px;
}

.create-center {
    padding: 45px 0;
    min-height: 680px;
    border: 1px solid #dbdbdb;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #fff;
}

.create-center .Agu-left {
    width: 490px;
    padding: 0 55px;
    border-right: 1px solid #dbdbdb;
}

.Agu-left div.agu-title {
    position: relative;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
}

.Agu-left .stock-search {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
}

.Agu-left .stock-search .serch-result {
    width: 395px;
    padding: 2px;
    border: 1px solid #DBDBDB;
    background-color: #FFFFFF;
}

.Agu-left .stock-search .serch-result table {
    width: 100%;
    line-height: 30px;
    font-size: 12px;
    text-align: left;
}

.Agu-left .stock-search .serch-result table th {
    padding-left: 10px;
    background-color: #ECECEC;
}

.Agu-left .stock-search .serch-result table td {
    padding-left: 10px;
    color: #666;
}

.Agu-left div.agu-title input {
    font-size: 18px;
    border: none;
    padding-left: 5px;
    width: 393px;
    line-height: 43px;
    border: 1px solid #E12D2D;
    vertical-align: top;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.Agu-left div.agu-title .stock-search input {
    width: 393px;
    background: #fff;
    line-height: 43px;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #e5e5e5;
}

.Agu-left div.agu-title input::-webkit-input-placeholder {
    color: #000;
}

.Agu-left div.agu-title .stock-search input::-webkit-input-placeholder {
    color: #666;
}

.Agu-left div.agu-title button, .stock-search button {
    display: block;
    height: 45px;
    width: 90px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.trend-center {
    margin-top: 25px;
}

.trend-center .trend-left {
    padding-top: 35px;
}

.trend-left i.iconfont {
    vertical-align: middle;
    margin-left: 10px;
    color: #999;
}

.trend-left span small {
    font-size: 16px;
    margin-left: 10px;
}

.trend-center .trend-right {
    width: 220px;
    font-size: 14px;
    color: #999;
}

.trend-right table {
    width: 100%;
    margin-bottom: 20px;
}

.trend-right table td {
    width: 33.33%;
}

.chart-wrap ul {
    border: 1px solid #e12d2d;
    border-radius: 3px;
}

.chart-wrap ul li {
    float: left;
    width: 50%;
    text-align: center;
    color: #e12d2d;
    padding: 5px 0;
    cursor: pointer;
}

.chart-wrap ul li.active {
    background: #e12d2d;
    color: #fff;
}

.chart-wrap .chart-img {
    width: 485px;
    height: 190px;
    margin-top: 15px;
}

.agu-message p {
    margin-top: 20px;
}

.agu-message table {
    width: 100%;
    font-size: 14px;
}

.agu-message table td {
    width: 25%;
    color: #999;
    padding: 2px 0;
}

.Agu-right {
    width: 475px;
    padding: 0 45px;
}

.cash-deposit {
    padding: 15px 30px;
    background: #fbfbfb;
    border-bottom: 1px solid #ddd;
}

.Agu-right ul li {
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 30px;
}

.Agu-right ul li.last {
    margin: 0;
}

.Agu-right ul li label {
    float: left;
    display: block;
    width: 70px;
}

.cash-deposit ul li > p {
    float: left;
    width: 320px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    text-align: right;
    border: 1px solid #999;
    color: #999;
}

.cash-deposit ul li > p input {
    float: left;
    line-height: 30px;
    border: none;
    background: #fbfbfb;
}

.cash-deposit ul li .list-m span {
    display: inline-block;
    width: 68px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #dbdbdb;
    background: #fff;
    margin-right: 15px;
    border-radius: 4px;
    margin-bottom: 15px;
    cursor: pointer;
}

.cash-deposit ul li .list-m span.active {
    border-color: #fc5146;
    color: #fc5146;
}

.cash-deposit ul li .list-m span:nth-of-type(4n) {
    margin-right: 0;
}

.set-list {
    padding: 20px 30px;
    border-bottom: 1px solid #ddd;
}

.set-list li span {
    display: inline-block;
    background: #fbfbfb;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    margin-right: 25px;
}

.set-list li span i {
    display: inline-block;
    width: 20px;
    font-size: 16px;
    color: #999;
    font-weight: bold;
    cursor: pointer;
}

.set-list li span input {
    display: inline-block;
    width: 80px;
    height: 30px;
    background: #f5f5f5;
    font-weight: bold;
    border: none;
    text-align: center;
    font-size: 15px;
}

.set-list li span input.color-e1::-webkit-input-placeholder {
    color: #e12d2d;
    font-weight: bold;
}

.set-list li span input.color-45::-webkit-input-placeholder {
    color: #459140;
    font-weight: bold;
}

.set-list li div.list-m span.active {
    border: 1px solid #fc5146;
    color: #fc5146;
    background: #fff;
    border-radius: 3px;
}

.Agu-right > button.btn-deal {
    display: block;
    width: 225px;
    height: 45px;
    margin: 20px auto;
    background: #CCCCCC;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    cursor: not-allowed;
}

.Agu-right > button.btn-red {
    display: block;
    width: 225px;
    height: 45px;
    margin: 20px auto;
    background: #e12d2d;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
}

.Agu-right > p.date {
    font-size: 14px;
    text-align: center;
}

.checkbox {
    position: relative;
    height: 30px;
    margin-top: 10px;
    font-size: 14px;
}

.checkbox input[type='checkbox'] {
    position: absolute;
    left: 30%;
    top: 2px;
    width: 18px;
    height: 18px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.checkbox label {
    position: absolute;
    left: 36%;
    top: 3px;
    height: 20px;
    line-height: 20px;
}

.checkbox label:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #e12d2d;
    border-radius: 3px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.checkbox label:after {
    content: '';
    position: absolute;
    left: -24px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: 0;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background: transparent;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.checkbox input[type='checkbox']:checked + label:before {
    border-color: #e12d2d;
    background-size: 100% 100%;
}

.checkbox input[type='checkbox']:checked + label:after {
    border-color: #e12d2d;
}

.detail-create {
    padding: 30px;
}

.create-agu-title input {
    font-size: 16px;
    border: none;
    padding-left: 5px;
}

.create-agu-title input::-webkit-input-placeholder {
    color: #242424;
}

.create-agu-title button {
    display: block;
    height: 100%;
    width: 90px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.create-agu-title {
    width: 480px;
    border: 1px solid #dbdbdb;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    position: relative;
}

.create-agu-title .stock-search {
    position: absolute;
    top: 39px;
    left: 0px;
    width: 100%;
    display: block;
    z-index: 9;
}

.create-agu-title .stock-search button {
    width: 90px;
    height: 35px;
    position: absolute;
    top: -1px;
    right: 0;
}

.create-agu-title .stock-search .serch-result {
    width: 385px;
    padding: 2px;
    border: 1px solid #DBDBDB;
    background-color: #FFFFFF;
}

.create-agu-title .stock-search input {
    width: 384px;
    background: #fff;
    line-height: 33px;
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.create-agu-title .stock-search .serch-result table {
    width: 100%;
    line-height: 30px;
    font-size: 12px;
    text-align: left;
    border-radius: 0;
    background: #fff;
}

.create-agu-title .stock-search .serch-result table th {
    background-color: #ECECEC;
    padding: 0 0 0 10px;
}

.create-agu-title .stock-search .serch-result table td {
    padding: 0 0 0 10px;
    color: #666;
    border: none;
}

.up-right {
    line-height: 37px;
}

.up-right span {
    display: inline-block;
    margin-left: 25px;
    height: 30px;
}

.up-right span i {
    margin-right: 10px;
}

.up-right span.money-right .up {
    font-size: 20px;
    display: inline-block;
    height: 30px;
    background: url(../img/up.png) right center no-repeat;
    padding-right: 25px;
}

.up-right span.money-right .down {
    font-size: 20px;
    display: inline-block;
    height: 30px;
    background: url(../img/down.png) right center no-repeat;
    padding-right: 25px;
}

.buy-center {
    margin-top: 45px;
}

.buy-center ul.buy-list li {
    float: left;
    width: 215px;
    padding: 5px;
    border: 1px solid #dbdbdb;
    margin-bottom: 10px;
    margin-top: 5px;
}

.buy-center ul.buy-wrap-list li {
    height: 265px;
}

.buy-center ul.buy-wrap-list li p {
    overflow: hidden;
}

.buy-center ul.buy-list li span {
    margin-top: 10px;
    color: #999;
}

.buy-center ul.buy-list li a {
    display: block;
    width: 65px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 3px;
    font-size: 14px;
    margin: auto;
}

.detail-create table {
    width: 100%;
    font-size: 14px;
    text-align: center;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
}

.detail-create table th {
    padding: 10px 0;
    background: #e8e8e8;
}

.detail-create table td {
    padding: 20px 0;
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #DBDBDB;
}

.detail-create table td.line {
    border-right: none;
}

.detail-create table tr.last td {
    border-bottom: none;
}

.detail-create table td a {
    padding: 5px 6px;
    border-radius: 5px;
    color: #fff;
}

.detail-create table td a.come-btn, .detail-create table td a.huanj-b {
    margin: 0 15px;
}

.detail-create table td a.detail-btn {
    padding: 10px;
}

.security-wrap {
    padding: 0;
}

.security-title {
    padding: 15px;
    border-bottom: 1px solid #dbdbdb;
}

.security-title .security-left span {
    font-size: 22px;
    padding-right: 10px;
    border-right: 1px solid #dbdbdb;
}

.security-title .security-left p {
    width: 173px;
    height: 25px;
    line-height: 23px;
    border: 1px solid #dadada;
    border-radius: 5px;
    margin-left: 10px;
    padding: 0 10px;
}

.security-title .security-left p input {
    border: none;
    background: none;
    width: 145px;
    margin-right: 8px;
    border-right: 1px solid #dbdbdb;
}

.security-title .security-left > a {
    display: block;
    font-size: 12px;
    width: 65px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    color: #E12D2D;
    margin-left: 10px;
}

.security-right > a {
    display: inline-block;
    width: 70px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    border-radius: 5px;
    vertical-align: middle;
    margin-left: 10px;
}

.security-center {
    padding: 15px;
}

.security-center table {
    width: 100%;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    background: #fff;
}

.security-center table th {
    padding: 10px 0;
    background: #e8e8e8;
}

.security-center table td {
    padding: 10px 0;
}

.security-center table tr:nth-of-type(2n+1) td {
    background: #fbf9f9;
}

.security-center table td a {
    padding: 3px 15px;
    border-radius: 5px;
}

.security-left .security-table {
    position: relative;
}

.security-left .stock-search {
    position: absolute;
    top: 30px;
    left: 10px;
    width: 250px;
    padding: 2px;
    border: 1px solid #DBDBDB;
    background-color: #FFFFFF;
}

.security-left .stock-search .serch-result table {
    width: 100%;
    line-height: 30px;
    font-size: 12px;
    text-align: left;
    border-radius: 0;
}

.security-left .stock-search .serch-result table th {
    background-color: #ECECEC;
    padding: 0 0 0 10px;
}

.security-left .stock-search .serch-result table td {
    padding: 0 0 0 10px;
    color: #666;
    border: none;
}

.Agu-right ul li div.march span {
    display: inline-block;
    background: #f2f2f2;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    margin-right: 25px;
}

.Agu-right ul li div.march span i {
    display: inline-block;
    width: 20px;
    font-size: 16px;
    color: #999;
    font-weight: bold;
}

.Agu-right ul li div.march span b {
    display: inline-block;
    width: 80px;
    background: #fff;
    font-weight: normal;
}

.xiug-pop {
    background: #FFFFFF;
    border: 2px solid #d90000;
    border-radius: 4px;
    font-size: 14px;
    display: none;
}

.xiug-pop > p {
    font-size: 14px;
    padding: 10px;
    background: #D90000;
    color: #fff;
}

.xiug-pop .xiug-center {
    padding: 10px 30px;
}

.xiug-center .xiug-title {
    background: #eee;
    padding: 5px 10px;
}

.xiug-center .xiug-title span {
    display: inline-block;
    width: 135px;
}

.set-line {
    margin-top: 20px;
    line-height: 30px;
}

.set-line label {
    width: 95px;
    line-height: 30px;
    vertical-align: middle;
}

.set-line span {
    display: inline-block;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
}

.set-line span i {
    display: inline-block;
    width: 20px;
    color: #999;
    background: #fbfbfb;
    cursor: pointer;
}

.set-line span b {
    display: inline-block;
    width: 80px;
    font-weight: normal;
    font-size: 14px;
}

.xiug-center button.btn-submit {
    display: block;
    width: 290px;
    height: 40px;
    font-size: 18px;
    border-radius: 4px;
    margin: 25px auto 15px auto;
}

.zhuij-tk .xiug-center {
    padding: 10px;
}

.zhuij-tk .xiug-center > div {
    width: 345px;
    margin: 25px auto 0 auto;
    overflow: hidden;
}

.zhuij-tk .xiug-center > div label {
    display: block;
    width: 75px;
    line-height: 40px;
}

.zhuij-tk .xiug-center > div input {
    width: 235px;
    height: 40px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    text-align: center;
    margin-right: 10px;
}

.ying-k .xiug-center > span {
    display: block;
    text-align: center;
    margin: 15px 0;
}

.ying-k .xiug-center > p {
    text-align: center;
    line-height: 20px;
}

.ying-k .xiug-center button.jing-btn {
    font-size: 18px;
    width: 205px;
    height: 40px;
    border-radius: 4px;
    margin: 15px 0px 10px 10px;
}

.detail-tk > p {
    display: inline-block;
    padding: 10px 0px;
    width: 100%;
    position: relative;
}

.detail-tk .xiug-center {
    padding: 20px 15px;
}

.detail-tk .xiug-center > p {
    margin: 10px 0;
    color: #E12D2D;
    font-weight: bold;
}

.detail-tk .xiug-center table {
    width: 100%;
    background: #e8e8e8;
}

.detail-tk .xiug-center table td {
    width: 33.33%;
    padding: 10px;
    font-weight: 500;
}

.detail-tk .xiug-center table td p {
    display: inline-block;
}

.Agu-right button.buy-btn {
    font-size: 22px;
    width: 178px;
    height: 48px;
    border-radius: 5px;
    margin: 30px 25px 30px 30px;
}

.myslef-container {
    width: 100%;
    min-width: 1200px;
    padding: 60px 0 20px 0;
    background: #f5f5f5;
}

.myself-wrap {
    width: 1200px;
    margin: auto;
}

.myself-title {
    background: #fff;
    border-radius: 5px;
}

.myself-title .myself-top {
    padding: 10px 15px;
    overflow: hidden;
    line-height: 30px;
}

.myself-title .self-person {
    background: url(/img/toux.png) left center no-repeat;
    padding-left: 70px;
}

.myself-title .self-person p > span {
    margin-right: 25px;
    color: #444;
}

.myself-title .self-right a {
    display: block;
    width: 80px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 5px;
    margin: 5px 0;
}

.myself-title .self-list {
    overflow: hidden;
    border-top: 1px solid #dbdbdb;
    padding: 10px 0;
}

.myself-title .self-list li {
    float: left;
    font-size: 14px;
    font-weight: bold;
    width: 170px;
    text-align: center;
    border-right: 1px solid #dbdbdb;
}

.myself-title .self-list li:last-child {
    border-right: none;
}

.myself-title .self-list li a {
    display: block;
    color: #444;
}

.myself-title .self-list li.active a {
    color: #0094ff;
}

.six-center {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    margin: 25px 0;
}

.six-center ul li {
    float: left;
    padding: 5px;
    margin-right: 10px;
    width: 175px;
}

.six-center ul li:first-child {
    border: 1px solid #F85045;
    border-radius: 3px;
}

.six-center ul li:nth-child(2) {
    border: 1px solid #8BC34A;
    border-radius: 3px;
}

.six-center ul li:nth-child(3) {
    border: 1px solid #03a9f4;
    border-radius: 3px;
}

.six-center ul li:nth-child(4) {
    border: 1px solid #e84e40;
    border-radius: 3px;
}

.six-center ul li:nth-child(5) {
    border: 1px solid #f56954;
    border-radius: 3px;
}

.six-center ul li:last-child {
    margin-right: 0;
    border: 1px solid #00A65A;
    border-radius: 3px;
}

.six-center ul li span.fr {
    line-height: 28px;
}

.self-wrap {
    background: #fff;
    padding: 15px 0;
    border-radius: 4px;
    min-height: 625px;
    margin-top: 25px;
}

.detail-title {
    padding: 0 15px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
}

.detail-title a.more {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}

.detail-table {
    padding: 15px;
}

.detail-table table {
    width: 100%;
    font-size: 14px;
    text-align: center;
}

.detail-table table th {
    color: #fff;
    font-weight: normal;
    padding: 10px 0;
    background: #82858c;
}

.detail-table table .padding-r {
    padding-right: 60px;
    text-align: right;
}

.detail-table table td {
    color: #444;
    padding: 10px 0;
    border-bottom: 1px dashed #dbdbdb;
}

.detail-title p select {
    width: 158px;
    height: 38px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    color: #666;
    vertical-align: middle;
}

.detail-title p.resit span {
    display: inline-block;
    width: 180px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    vertical-align: middle;
}

.detail-title p span input {
    width: 70px;
    border: none;
    color: #666;
}

.detail-title p.resit a {
    font-size: 14px;
    display: inline-block;
    width: 58px;
    height: 36px;
    text-align: center;
    line-height: 33px;
    border-radius: 5px;
}

.detail-title p.resit a.resit-btn {
    border: 1px solid #dbdbdb;
    color: #666;
}

.popular-center {
    min-height: 300px;
}

.popular-way {
    padding: 30px 10px;
}

.popular-way > div {
    padding: 0 80px;
    border-right: 1px solid #dbdbdb;
}

.popular-way > div.way-right {
    border: none;
}

.way-left > div {
    margin-left: 20px;
}

.popular-way div p {
    margin-bottom: 15px;
}

.popular-way small {
    font-size: 14px;
    font-weight: normal;
    color: #868686;
}

.popular-way div a {
    display: block;
    font-size: 14px;
    width: 105px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 4px;
    margin-top: 40px;
}

.popular-way div input {
    font-size: 12px;
    width: 383px;
    height: 30px;
    border: 1px solid #dbdbdb;
    background: #f5f5f5;
    padding: 0 5px;
}

.popular-way div a.copy-btn {
    margin-top: 15px;
}

.popular-list {
    min-height: 525px;
}

.popular-title span {
    font-size: 14px;
    color: #353535;
    font-weight: normal;
    margin-left: 40px;
}

.account-way {
    padding: 30px;
    min-height: 525px;
}

.account-way > div {
    width: 300px;
    padding: 15px 25px 20px 25px;
    background: #ebebeb;
    border-radius: 4px;
    line-height: 35px;
}

.account-way > div span {
    margin-right: 10px;
}

.account-way > div a {
    display: block;
    width: 105px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    background: #e22b2b;
    margin: 15px auto 0 auto;
}

.phone-center {
    margin: 0 40px;
}

.agree-wrap {
    padding: 0 15px;
    min-height: 525px;
}

.agree-wrap .agree-list li {
    padding: 15px 0;
    border-bottom: 1px dashed #dbdbdb;
}

.agree-wrap .agree-list li a {
    display: block;
    color: #444;
}

.news-inline-container {
    width: 100%;
    min-width: 1200px;
}

.news-inline {
    width: 1200px;
    margin: 20px auto;
    background: #fff;
}

.news-inline > div {
    font-size: 22px;
    color: #333;
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #dbdbdb;
}

.news-inline small {
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #666;
}

.news-inline > p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    text-indent: 2em;
}

.cz-center {
    width: 410px;
    padding: 25px 25px;
}

.cz-center > div {
    width: auto;
    margin-bottom: 20px;
    overflow: hidden;
    line-height: 30px;
}

.cz-center > div > label {
    display: block;
    width: 70px;
    text-align: left;
}

.cz-center > div > p {
    margin-left: 15px;
}

.cz-center > div p.input-cz {
    width: 210px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
}

.cz-center > div p.input-pass {
    width: 150px;
    margin-right: 10px;
}

.cz-center > div p.input-pass input {
    width: 80%;
}

.cz-center > div p.input-cz i {
    float: right;
    display: inline-block;
    width: 30px;
    background: #eee;
    text-align: center;
    border-left: 1px solid #dbdbdb;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.cz-center > div p.input-cz input {
    border: none;
    padding-left: 10px;
}

.cz-center > div > p.cz-way > span {
    display: inline-block;
    width: 105px;
    height: 33px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
}

.cz-center > div > p.cz-way > span.active {
    border-color: #E12D2D;
}

.cz-center > div > p.cz-way > span img {
    display: block;
    margin: 5px auto;
}

.cz-center > div > p.weih > span {
    display: inline-block;
    width: 170px;
    height: 33px;
    padding: 0 5px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
}

.cz-center > button.btn-cz {
    display: block;
    width: 290px;
    height: 40px;
    font-size: 18px;
    margin: 25px auto;
}

.tip-center {
    padding: 0 10px 20px 10px;
}

.tip-center span {
    display: inline-block;
    width: 65px;
    height: 25px;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    background: #242835;
    color: #fff;
    margin: 20px 0 10px 0;
}

.tip-center > p {
    font-size: 12px;
    color: #5e5e5e;
    line-height: 20px;
}

.cz-center > div > p.weih {
    width: 290px;
}

.tip-center .tip-list li {
    float: left;
    font-size: 12px;
    margin: 20px 0;
    line-height: 20px;
}

.tip-center .tip-list li.first {
    margin-right: 25px;
}

.notice-news-container {
    width: 100%;
    min-width: 1200px;
}

.news-notice {
    border-radius: 5px;
    min-height: 855px;
    margin: 20px auto;
}

.notice-left {
    width: 215px;
    min-height: 855px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #444853;
}

.notice-left > span {
    display: block;
    text-align: center;
    padding: 20px 0;
}

.notice-left ul {
    padding-left: 10px;
}

.notice-left ul li {
    font-size: 14px;
    color: #fff;
    padding: 15px 20px 15px 15px;
    border-bottom: 1px solid #50545f;
    cursor: pointer;
}

.notice-left ul li.active {
    background: #fff;
    color: #292929;
}

.notice-right {
    width: 985px;
    min-height: 855px;
    background: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.notice-right h3 {
    font-size: 18px;
    color: #010101;
    padding: 15px;
    font-weight: normal;
    border-bottom: 1px solid #e8e8e8;
}

.notice-right ul.notice-right-list {
    padding: 0 15px;
    height: 720px;
    overflow: hidden;
}

.notice-right ul.notice-right-list li a {
    display: block;
    padding: 14px 0;
    border-bottom: 1px dashed #e8e8e8;
    overflow: hidden;
    font-size: 14px;
    color: #666;
}

.notice-right ul.notice-right-list li a p {
    float: left;
    width: 500px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.notice-right > span {
    display: block;
    text-align: center;
    padding: 30px 0;
}

.notice-right > span a {
    font-size: 14px;
    color: #666;
    padding: 0 5px;
}

.simulate-container {
    width: 100%;
    min-width: 1200px;
}

.simulate-wrap {
    width: 1200px;
    background: #fff;
    border-radius: 5px;
    margin: 30px auto;
}

.simulate-top {
    background: #444853;
    padding: 20px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.simulate-top ul.simulate-top-list li {
    float: left;
    width: 24%;
    text-align: center;
    line-height: 35px;
    color: #fff;
    border-right: 1px solid #50545f;
}

.simulate-top ul. li.last {
    border: none;
}

.simulate-top ul.simulate-top-list li.first {
    width: 15%;
    text-align: left;
    background: url(/img/toux.png) left center no-repeat;
    padding-left: 70px;
    margin-left: 50px;
}

.simulate-top ul.simulate-top-list li b i {
    display: inline-block;
    width: 30px;
    text-align: center;
    padding: 2px;
    border-radius: 5px;
    line-height: 15px;
    font-size: 12px;
    background: #f00909;
    margin-left: 5px;
}

.simulate-top ul.simulate-top-list li a {
    display: inline-block;
    padding: 3px 15px;
    border-radius: 5px;
    background: #f00909;
    color: #fff;
    font-size: 14px;
}

.simulate-bottom {
    padding: 20px 10px;
    color: #010101;
    min-height: 710px;
}

.paih-list li {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    padding-bottom: 10px;
}

.paih-list li.active {
    border-bottom: 1px solid #e30000;
}

.paih-table table {
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

.paih-table table th {
    background: #82858c;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
}

.paih-table table td {
    padding: 10px 0;
    color: #2d2d2d;
    border-bottom: 1px dashed #ccc;
    font-size: 13px;
}

.paih-table table td a {
    color: #2d2d2d;
}

.simulate-scroll {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-overflow-scrolling: touch;
    text-align: justify;
    &:: -webkit-scrollbar;

{
    display: none
;
}
}
.simulate-top .superior-list li {
    width: 110px;
    height: 160px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-right: 1px solid #50545f;
}

.simulate-top .superior-list li a {
    display: block;
    margin: 5px auto;
    width: 60px;
    line-height: 25px;
    background: #E30000;
    color: #fff;
    border-radius: 4px;
}

.simulate-top .superior-list li b {
    font-size: 18px;
    font-weight: normal;
}

.simulate-top .superior-list li small {
    font-size: 14px;
    color: #979797;
}

.simulate-top .superior-list li.last-add {
    vertical-align: top;
}

.simulate-top .superior-list li.last-add img {
    margin-top: 40px;
}

.paih-table table td a.detail {
    padding: 2px 10px;
    background: #e30000;
    color: #fff;
    border-radius: 3px;
}

.paih-table table.superior-table td img {
    width: 30px;
    height: 30px;
    vertical-align: -8px;
    margin-right: 5px;
}

.combat-top-list li {
    float: left;
    width: 19%;
    text-align: center;
    line-height: 35px;
    color: #fff;
    border-right: 1px solid #50545f;
}

.simulate-top ul.combat-top-list li.first {
    width: 13%;
    text-align: left;
    background: url(/img/toux.png) left center no-repeat;
    padding-left: 70px;
    margin-left: 50px;
}

.combat-top-list li a {
    font-size: 12px;
    padding: 2px 5px;
    background: #E30000;
    color: #fff;
    border-radius: 3px;
    margin-left: 5px;
}

.paih-table table td a.flower {
    padding: 4px 8px;
    background: #E30000;
    color: #fff;
    border-radius: 3px;
}

.rule-list {
    font-size: 12px;
    color: #999;
    line-height: 25px;
}

.footer-container {
    width: 100%;
    min-width: 1200px;
    background: #272728;
    padding: 45px 0;
}

.footer-wrap {
    width: 1200px;
    margin: auto;
    color: #acacac;
}

.top-left {
    padding-right: 80px;
}

.top-center {
    padding: 0 70px;
    border-left: 1px solid #4a4a4b;
    border-right: 1px solid #4a4a4b;
}

.top-center h3 {
    font-size: 24px;
    font-weight: normal;
}

.top-center > small {
    font-size: 12px;
}

.top-center > p {
    font-size: 30px;
    margin: 10px 0;
    background: url(/img/iphone.png) left center no-repeat;
    padding-left: 45px;
}

.top-right span {
    float: left;
    margin-left: 93px;
    text-align: center;
}

.top-right span img {
    width: 110px;
    height: 110px;
}

.top-right span > small {
    display: block;
    height: 50px;
    line-height: 50px;
}

.top-right span.wx small {
    background: url(/img/wx.png) left center no-repeat;
    padding-left: 30px;
}

.top-right span.wb small {
    background: url(/img/wb.png) left center no-repeat;
    padding-left: 30px;
}

.top-right span.xl small {
    background: url(/img/xl.png) left center no-repeat;
    padding-left: 30px;
}

.footer-list {
    padding: 13px 0;
    border-top: 1px solid #4a4a4b;
    border-bottom: 1px solid #4a4a4b;
    font-size: 12px;
    margin-top: 15px;
}

.footer-list ul li {
    float: left;
    width: 75px;
}

.footer-list ul li a {
    font-size: 12px;
    color: #acacac;
    border-right: 2px solid #4a4a4b;
    padding-right: 12px;
}

.footer-list ul li:last-child a {
    border: none;
}

.footer-wrap > span {
    display: block;
    font-size: 14px;
    padding-top: 20px;
}

.btnred {
    display: block;
    width: 225px;
    height: 45px;
    margin: 20px auto;
    background: #e12d2d;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.swift-btn {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
    margin-right: 3px;
}

.swift-btn input[type='checkbox'] {
    position: absolute;
    width: 50px;
    height: 25px;
    opacity: 0;
    z-index: 9;
    outline: none;
}

.swift-btn > label {
    position: absolute;
    display: inline-block;
    width: 50px !important;
    height: 25px;
    border-radius: 25px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    background: #999;
}

.swift-btn > label:before {
    content: '';
    position: absolute;
    display: inline-block;
    left: 40px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    line-height: 25px;
    text-indent: -1px;
}

.swift-btn > label:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 23px;
    height: 23px;
    left: 1px;
    top: 1px;
    border-radius: 1px;
    box-shadow: 2px 0px 1px #ddd;
    border-radius: 15px;
    background-color: #fff;
    transition: left 0.3s ease;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
}

.swift-btn input[type='checkbox']:checked + label {
    border: 1px solid #00ba1a;
    background-color: #00ba1a;
}

.swift-btn input[type='checkbox']:checked + label::before {
    display: inline-block;
    color: #fff;
    text-indent: -25px;
}

.swift-btn input[type='checkbox']:checked + label::after {
    left: 26px;
    top: 1px;
    width: 24px;
    height: 24px;
    border: 0;
    box-shadow: none;
    box-sizing: content-box;
}

.wallet-wrap {
    min-height: 370px;
}

.wallet-list {
    padding: 50px 10px;
}

.line-border {
    border-bottom: 1px solid #efefef;
}

.wallet-list span img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.wallet-list span a {
    display: inline-block;
    width: 120px;
    height: 35px;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin: 10px 0px 0px 10px;
}

.wallet-list span a.red-bg {
    background: #e30000;
}

.wallet-list span a.blue-bg {
    background: #0094ff;
}

.wallet-list span a.red-border {
    background: #fff;
    color: #e30000;
    border: 1px solid #e30000;
}

.wallet-list span a.blue-border {
    background: #fff;
    color: #0094ff;
    border: 1px solid #0094ff;
}

.center-container {
    width: 1200px;
    margin: 50px auto;
    min-height: 800px;
}

.center-left {
    width: 205px;
    height: 800px;
    background: #f1f5f8;
}

.center-left .center-toux {
    padding: 25px 0;
    text-align: center;
    line-height: 23px;
    font-size: 14px;
}

.icon-top img {
    width: 215px;
    display: block;
}

.center-left .personal-list li a {
    display: block;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    color: #0a0e13;
    padding-left: 80px;
}

.center-left .personal-list li.center a {
    background: url(/img/grzx-m.png) 45px center no-repeat;
}

.center-left .personal-list li.center.active a {
    background: url(/img/grzx-h.png) 45px center no-repeat #fff;
    color: #d72a31;
    box-shadow: 0px 0px 10px #dee3e8;
}

.center-left .personal-list li.recharge a {
    background: url(/img/icon-czh.png) 45px center no-repeat;
}

.center-left .personal-list li.recharge.active a {
    background: url(/img/icon-czm.png) 45px center no-repeat #fff;
    color: #d72a31;
    box-shadow: 0px 0px 10px #dee3e8;
}

.center-left .personal-list li.withdraw a {
    background: url(/img/icon-txm.png) 45px center no-repeat;
}

.center-left .personal-list li.withdraw.active a {
    background: url(/img/icon-txh.png) 45px center no-repeat #fff;
    color: #d72a31;
    box-shadow: 0px 0px 10px #dee3e8;
}

.center-left .personal-list li.financial a {
    background: url(/img/zjmx-m.png) 45px center no-repeat;
}

.center-left .personal-list li.financial.active a {
    background: url(/img/icon-zjmxh.png) 45px center no-repeat #fff;
    color: #d72a31;
    box-shadow: 0px 0px 10px #dee3e8;
}

.center-left .personal-list li.bank a {
    background: url(/img/icon-yhkm.png) 45px center no-repeat;
}

.center-left .personal-list li.bank.active a {
    background: url(/img/icon-yhkh.png) 45px center no-repeat #fff;
    color: #d72a31;
    box-shadow: 0px 0px 10px #dee3e8;
}

.center-left .personal-list li.popularize a {
    background: url(/img/icon-tgm.png) 45px center no-repeat;
}

.center-left .personal-list li.popularize.active a {
    background: url(/img/icon-tgh.png) 45px center no-repeat #fff;
    color: #d72a31;
    box-shadow: 0px 0px 10px #dee3e8;
}

.center-left .personal-list li.account a {
    background: url(/img/icon-aqzhm.png) 45px center no-repeat;
}

.center-left .personal-list li.account.active a {
    background: url(/img/icon-aqh.png) 45px center no-repeat #fff;
    color: #d72a31;
    box-shadow: 0px 0px 10px #dee3e8;
}

.center-left .personal-list li.agreement a {
    background: url(/img/icon-xym.png) 45px center no-repeat;
}

.center-left .personal-list li.agreement.active a {
    background: url(/img/icon-xyh.png) 45px center no-repeat #fff;
    color: #d72a31;
    box-shadow: 0px 0px 10px #dee3e8;
}

.center-left .personal-list li.quit a {
    background: url(/img/icon-tcm.png) 45px center no-repeat;
}

.center-left .personal-list li.quit.active a {
    background: url(/img/icon-tch.png) 45px center no-repeat #fff;
    color: #d72a31;
    box-shadow: 0px 0px 10px #dee3e8;
}

.center-right {
    background: #fff;
    width: 1200px;
    min-height: 600px;
    border-radius: 5px;
    margin: 25px 0;
}

.account-list {
    padding: 45px 0px 35px 0;
    background: url(/img/zzc-bg.png) no-repeat;
    margin-bottom: 40px;
}

.account-list ul {
    width: 820px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.account-list ul li {
    float: left;
    width: 16.6%;
    text-align: center;
    color: #fff;
    line-height: 28px;
}

.center-right p.title {
    font-size: 18px;
    font-weight: bold;
    color: #d72a31;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    background: url(/img/daohangbg-1.png) left bottom no-repeat;
}

.center-right p.small-title {
    background: url(/img/daohang-bg.png) left bottom no-repeat;
}

.money-list > div {
    padding: 35px 10px;
}

.money-list > div:hover {
    background: #fafbfc;
}

.money-list > div img {
    vertical-align: -8px;
    margin-right: 15px;
}

.money-list > div a {
    display: inline-block;
    width: 90px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    border-radius: 5px;
    margin-left: 20px;
}

.money-list > div a.cz {
    background: #d72a31;
}

.money-list > div a.tx {
    background: #d72a31;
}

.money-list > div a.zr {
    background: #fff;
    color: #d72a31;
    border: 1px solid #d72a31;
}

.money-list > div a.zc {
    background: #fff;
    color: #d72a31;
    border: 1px solid #d72a31;
}

.recharge-center > div {
    display: block;
    padding: 15px;
    color: #0a0e13;
    border-bottom: 1px dashed #dbdbdb;
}

.recharge-center > div input {
    border: 1px solid #efefef;
    color: #a8b1bc;
    border-radius: 3px;
    padding: 13px 30px;
    width: 300px;
    margin-right: 10px;
    font-size: 14px;
}

.recharge-center > div input::-webkit-input-placeholder {
    color: #a8b1bc;
}

.recharge-center > div.bank-list span {
    display: inline-block;
    border: 1px solid #efefef;
    border-radius: 5px;
    padding: 10px 20px;
    margin-right: 8px;
    cursor: pointer;
}

.recharge-center > div.bank-list span.active {
    border-color: #d72a31;
    background: url(/img/xuanzhong.png) right bottom no-repeat;
}

.recharge-center label {
    display: inline-block;
    width: 125px;
}

.recharge-center p {
    display: inline-block;
}

.recharge-center > div span.tips {
    display: inline-block;
    float: right;
    width: 315px;
}

.recharge-center > div input.bank::-webkit-input-placeholder {
    color: #333;
}

.recharge-center > div button {
    width: 360px;
    height: 50px;
    font-size: 24px;
    background: #d72a31;
    border-radius: 5px;
    color: #fff;
    margin-top: 35px;
    cursor: pointer;
}

.warm-prompt {
    font-size: 14px;
    color: #a8b1bc;
    line-height: 25px;
    margin-top: 55px;
}

.selectBox {
    display: inline-block;
    position: relative;
}

.inputCase input.imitationSelect {
    font-size: 14px;
    padding: 13px 30px;
}

.selectUl {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 360px;
    background: #fff;
    border-bottom: 1px solid #efefef;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}

.selectUl li {
    font-size: 14px;
    color: #0a0e13;
    height: 43px;
    line-height: 43px;
    list-style: none;
    padding: 0 30px;
    border-bottom: 1px solid #efefef;
    transition: all .5s ease 0s;
}

.selectUl li:hover {
    background: #cfe7fe;
}

.selectUl li:last-child {
    border-bottom: 0 none;
}

.selectUl li:first-child {
    border-top: 1px solid #efefef;
}

.inputCase i.fa-caret-down {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
    background: url(/img/zhankai.png) no-repeat;
}

.detail-title p.water-list span {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #0a0e13;
    margin-right: 20px;
    padding-bottom: 10px;
    cursor: pointer;
}

.detail-title p.water-list span.water1.active {
    background: url(/img/daohangbg-1.png) left bottom no-repeat;
    color: #d72a31;
}

.detail-title p.water-list span.water2.active {
    background: url(/img/bank-icon.png) left bottom no-repeat;
    color: #d72a31;
}

.detail-title p.resit span {
    display: inline-block;
    width: 240px;
    font-size: 14px;
    color: #999;
    padding: 3.5px 5px;
    border: 1px solid #efefef;
    border-radius: 3px;
    vertical-align: top;
}

.detail-title span input {
    border: none;
    width: 80px;
    margin-left: 5px;
    color: #999;
}

.detail-title a {
    display: inline-block;
    width: 70px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    vertical-align: top;
}

.detail-title a.search {
    background: #d72a31;
}

.detail-title a.resit {
    background: #d72a31;
}

.financial-table table {
    border: 1px solid #efefef;
    text-align: center;
}

.financial-table table th {
    padding: 20px 0;
    background: #e8ecf0;
    font-size: 16px;
    font-weight: normal;
    color: #0a0e13;
}

.financial-table table td {
    padding: 15px 0;
    font-size: 14px;
}

.financial-table table tr:nth-of-type(2n) td {
    background: #fafbfc;
}

.financial-table table tr:hover td {
    background: #f8e7e7;
}

.detail-title p.detail {
    font-size: 18px;
    font-weight: bold;
    color: #d72a31;
    padding-bottom: 10px;
    background: url(/img/daohangbg-1.png) left bottom no-repeat;
}

.pagination {
    margin-top: 35px;
    text-align: center;
}

.pagination ul li {
    display: inline-block;
    width: 38px;
    height: 38px;
    border: 1px solid #c2c6c9;
    border-radius: 3px;
    text-align: center;
    line-height: 38px;
    color: #fe4b50;
    cursor: pointer;
    margin: 0 5px;
}

.pagination ul li.none {
    border: none;
}

.pagination ul li img {
    vertical-align: -4px;
}

.pagination ul li:not(.on):hover, .pagination ul li.active {
    background: #fe4b50;
    color: #fff;
    border-color: #fe4b50;
}

.center-right p.title span {
    font-size: 14px;
    font-weight: normal;
    color: #a8b1bc;
    margin-left: 20px;
}

.center-right p.big-title {
    background: url(/img/bank-icon.png) left bottom no-repeat;
}

.recharge-center > div font {
    display: inline-block;
    font-size: 14px;
    color: #d72a31;
    width: 185px;
    height: 32px;
    line-height: 32px;
    padding-left: 15px;
    background: url(/img/tishi-bg.png) no-repeat;
    vertical-align: 2px;
}

.bank-success {
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -200px;
}

.bank-list li {
    float: left;
    width: 245px;
    height: 135px;
    background: #a8b1bc;
    padding: 0 20px;
    border-radius: 10px;
    margin: 40px 15px 40px 0;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.bank-list li:last-child {
    margin-right: 0;
}

.bank-list li span {
    display: inline-block;
    vertical-align: middle;
    margin-top: 35px;
}

.bank-list li span.bank-img {
    width: 55px;
    height: 55px;
    line-height: 50px;
    background: #fff;
    border-radius: 100%;
    text-align: center;
    margin-right: 5px;
}

.bank-list li span.bank-img img {
    display: inline-block;
    vertical-align: middle;
}

.bank-list li.last {
    background: #fafbfc;
}

.bank-list li p {
    display: block;
    font-size: 18px;
    color: #0a0e13;
    text-align: center;
    background: url(/img/tianjia.png) top center no-repeat;
    padding-top: 40px;
    margin-top: 35px;
}

.bank-list li i {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

.my-popularize ul li {
    float: left;
    width: 49.5%;
    overflow: hidden;
    margin: 40px 0;
}

.my-popularize ul li h4 {
    font-size: 16px;
    color: #0a0e13;
    margin-bottom: 7px;
}

.my-popularize ul li p {
    font-size: 14px;
    color: #a8b1bc;
}

.my-popularize ul li a {
    display: block;
    width: 120px;
    height: 35px;
    border-radius: 5px;
    background: #d72a31;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    margin-top: 40px;
}

.my-popularize ul li div.img-ewm {
    border: 1px solid #efefef;
    padding: 5px;
}

.my-popularize ul li div.phone-list {
    padding-left: 20px;
}

.my-popularize ul li div.img-ewm img {
    display: block;
}

.my-popularize ul li.line {
    border-right: 1px solid #efefef;
}

.my-popularize ul li div.phone-list span {
    display: block;
    margin-top: 40px;
    overflow: hidden;
}

.my-popularize ul li div.phone-list span input {
    float: left;
    border: 1px solid #efefef;
    border-radius: 5px;
    width: 325px;
    height: 35px;
    line-height: 35px;
    padding: 0px 10px;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.my-popularize ul li div.phone-list span button {
    float: left;
    width: 60px;
    height: 37px;
    line-height: 37px;
    border-radius: 5px;
    background: #d72a31;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    vertical-align: top;
    cursor: pointer;
}

.safe-list li {
    overflow: hidden;
    color: #444;
    padding: 30px 20px;
    border-bottom: 1px dashed #dbdbdb;
}

.safe-list li:nth-of-type(2n) {
    background: #fafbfc;
}

.safe-list li label {
    display: inline-block;
    width: 100px;
}

.safe-list li span small {
    font-size: 14px;
    color: #a8b1bc;
    margin-left: 20px;
}

.safe-list li a {
    display: inline-block;
    width: 85px;
    height: 35px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 35px;
    background: #d72a31;
}

.safe-list li a.alter {
    background: #d72a31;
}

.recharge-center > div.yanz {
    position: relative;
}

.recharge-center > div.yanz input[type='button'] {
    top: 0;
    left: 382px;
    width: 110px;
    padding: 13px 0px 11px;
    background: #d72a31;
    color: #fff;
}

.recharge-center > div.password input {
    background: url(/img/mima-1.png) 330px center no-repeat;
}

.center-right p.lenght-title {
    background: url(/img/bank-icon.png) bottom left no-repeat;
}

.protocol-list ul li a {
    display: block;
    padding: 15px;
    color: #0a0e13;
    border-bottom: 1px dashed #dbdbdb;
}

.protocol-list ul li:nth-of-type(2n) a {
    background: #fafbfc;
}

.protocol-list h3 {
    font-size: 18px;
    color: #d72a31;
    padding: 30px 0;
    border-bottom: 1px solid #efefef;
    text-align: center;
}

.protocol-list p {
    font-size: 14px;
    color: #0a0e13;
    line-height: 24px;
    margin-top: 40px;
}

.pop-top button {
    display: inline-block;
    width: 200px;
    height: 50px;
    border-radius: 5px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.pop-top button.sure {
    background: #d72a31;
    margin: 0 10px 20px 90px;
}

.pop-top button.close {
    background: #a8b1bc;
}

.notice-news {
    margin: 0 auto !important;
}

.notice-wrap {
    width: 1200px;
    margin: 20px auto;
}

.notice-wrap .active a {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.activity-details {
    width: 1120px;
    padding: 150px 40px 300px 40px;
    text-align: left;
    background: url(/img/details.png) no-repeat;
}

.activity-details p.set-title {
    font-size: 30px;
    font-weight: bold;
    color: #edc978;
    background: #3f2c1f;
    padding: 15px;
    text-align: left;
}

.activity-details li {
    float: left;
    padding: 35px 0;
    text-align: left;
}

.activity-details li b {
    font-size: 24px;
    color: #f1cd7b;
}

.activity-details li p {
    margin-top: 10px;
    font-size: 18px;
    color: #d07220;
    padding-left: 10px;
}

.activity-details li:first-child {
    width: 690px;
}

.rule-center b {
    font-size: 24px;
    color: #f1cd7b;
}

.rule-center p {
    font-size: 18px;
    color: #d07220;
    margin-top: 30px;
    line-height: 30px;
}

.rule-center span {
    display: block;
    font-size: 18px;
    color: #f1cd7b;
    margin-top: 40px;
    line-height: 30px;
}

.trace-center {
    width: 1170px;
    padding: 15px;
    border: 4px solid #e1a250;
    margin: auto;
    position: relative;
}

.trace-wrap {
    border: 1px solid #E1A250;
    padding: 40px 20px 20px 20px;
}

.trace-wrap p.title {
    width: 405px;
    height: 65px;
    font-size: 32px;
    font-weight: bold;
    color: #eec984;
    background: url(/img/title-b.png) no-repeat;
    text-align: center;
    position: absolute;
    top: -35px;
    left: 33%;
    padding-top: 10px;
}

.trace-wrap ul.gains-list li {
    float: left;
    width: 125px;
    border: 1px solid transparent;
    padding: 10px 20px;
    text-align: center;
    margin: 10px 28px;
}

.trace-wrap ul.gains-list li:hover {
    border: 1px solid #E1A250;
}

.trace-wrap ul.gains-list li p {
    font-size: 18px;
    color: #eec984;
    margin: 10px 0;
}

.trace-wrap ul.gains-list li a {
    font-size: 18px;
    color: #eec984;
}

.trace-wrap a.add {
    display: block;
    width: 145px;
    height: 45px;
    font-size: 18px;
    color: #eec984;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
    margin: 15px auto 0 auto;
    background: url(/img/mncl.png) no-repeat;
}

.trace-wrap a.add:hover {
    color: #fff;
    background: url(/img/czzj.png) no-repeat;
}

.dynamic-center {
    width: 1200px;
    margin: auto;
}

.dynamic-center p.title {
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #eec984;
    background: url(/img/zj.png) no-repeat;
    margin: 70px 0px 50px 0;
}

.dynamic-table {
    background: #291a19;
    padding-bottom: 30px;
    text-align: center;
}

.dynamic-table table th {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    padding: 20px 0;
    background: #3f2c1f;
    border-bottom: 1px solid #130813;
}

.dynamic-table table td {
    font-size: 16px;
    color: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #130813;
}

.dynamic-table table tr:hover td {
    background: #130813;
}

.dynamic-table table tr a {
    padding-top: 3px;
    font-weight: bold;
    display: inline-block;
    width: 70px;
    height: 32px;
    font-size: 18px;
    color: #eec984;
    background: url(/img/xx.png) no-repeat;
}

.dynamic-table table tr td a:hover {
    background: url(/img/see.png) no-repeat;
    color: #fff;
}

.altogether-center .combat-list {
    padding-left: 400px;
}

.swift-btn {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
    margin-right: 3px;
}

.swift-btn input[type='checkbox'] {
    position: absolute;
    width: 50px;
    height: 25px;
    opacity: 0;
    z-index: 9;
    outline: none;
}

.swift-btn > label {
    position: absolute;
    display: inline-block;
    width: 50px !important;
    height: 25px;
    border-radius: 25px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    background: #999;
}

.swift-btn > label:before {
    content: '';
    position: absolute;
    display: inline-block;
    left: 40px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    line-height: 25px;
    text-indent: -1px;
}

.swift-btn > label:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 23px;
    height: 23px;
    left: 1px;
    top: 1px;
    border-radius: 1px;
    box-shadow: 2px 0px 1px #ddd;
    border-radius: 15px;
    background-color: #fff;
    transition: left 0.3s ease;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
}

.swift-btn input[type='checkbox']:checked + label {
    border: 1px solid #00ba1a;
    background-color: #00ba1a;
}

.swift-btn input[type='checkbox']:checked + label::before {
    display: inline-block;
    color: #fff;
    text-indent: -25px;
}

.swift-btn input[type='checkbox']:checked + label::after {
    left: 26px;
    top: 1px;
    width: 24px;
    height: 24px;
    border: 0;
    box-shadow: none;
    box-sizing: content-box;
}

.notice-right h3 {
    font-size: 20px;
    color: #D72A31;
    font-weight: normal;
    text-align: center;
}

.notice-right p.date {
    font-size: 14px;
    color: #a8b1bc;
    text-align: center;
    padding: 20px 0 30px 0;
    border-bottom: 1px solid #e1e5e9;
}

.notice-right div.content {
    font-size: 16px;
    color: #0a0e13;
    padding: 40px 40px 20px 40px;
    line-height: 28px;
    overflow-x: auto;
}

.forget-center {
    width: 400px;
    font-size: 16px;
    margin: 200px auto;
}

.forget-center .title {
    text-align: left;
    color: #9e9e9e;
}

.forget-input {
    padding: 40px 0;
}

.forget-input p {
    background: #fff;
    border: 1px solid #dbdbdb;
    padding: 5px 0;
    border-radius: 5px;
    margin-bottom: 20px;
}

.forget-input p.num {
    position: relative;
}

.forget-input p i {
    display: inline-block;
    width: 40px;
    text-align: center;
    border-right: 1px solid #dbdbdb;
}

.forget-input p img {
    vertical-align: middle;
    padding: 0 5px;
}

.forget-input p input {
    display: inline-block;
    padding: 5px 7px;
    width: 280px;
    border: none;
}

.forget-input p.num input {
    padding: 5px 3px;
}

.forget-input p button.btn-get {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 15px;
    background: #ffb138;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.forget-input button.btn-sure {
    width: 100%;
    padding: 10px 0;
    border-radius: 4px;
    font-size: 18px;
    margin: 30px 0;
    background: #ffb138;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.soft-banner {
    width: 100%;
    min-width: 1200px;
    height: 520px;
    background: url(/img/soft-bg.png) no-repeat;
    background-position: 50%;
    background-size: cover;
}

.down-four {
    width: 1160px;
    margin: auto;
    text-align: center;
    margin-top: -150px;
    margin-bottom: 130px;
}

.down-four .down-list li {
    float: left;
    width: 160px;
    text-align: center;
    color: #fff;
    margin-right: 170px;
    padding-bottom: 50px;
}

.down-four .down-list li:last-child {
    margin-right: 0;
}

.down-four .down-list li span {
    display: block;
    margin: 10px 0;
}

.down-four .down-list li a {
    display: inline-block;
    width: 125px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    background: #f24b50;
    border-radius: 20px;
    box-shadow: 7px 13px 15px #fab6b8;
    cursor: default;
}

.down-four .down-list li a.on:hover {
    box-shadow: none;
    cursor: pointer;
}

.hangq-container {
    width: 100%;
    min-width: 1200px;
    padding: 10px 0 40px 0;
}

.hangqing-center {
    width: 1200px;
    height: 370px;
    margin: 0 auto;
    background: #fff;
}

.hangqing-center .hangq-left {
    width: 275px;
    height: 370px;
    background: url(/img/celue-hbg.png) no-repeat;
    text-align: center;
    color: #fff;
}

.hangqing-center .hangq-left .hangleft-top {
    width: 205px;
    height: 310px;
    border: 3px solid rgba(255, 255, 255, .7);
    margin: 30px auto;
}

.hangqing-center .hangq-left .hangleft-top h2 {
    font-size: 30px;
    font-weight: normal;
    width: 150px;
    border-top: 1px solid rgba(255, 255, 255, .7);
    border-bottom: 1px solid rgba(255, 255, 255, .7);
    padding: 5px 0;
    margin: 30px auto 30px auto;
}

.hangqing-center .hangq-left li {
    width: 150px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    border: 1px solid #fff;
    cursor: pointer;
    margin: auto;
    margin-bottom: 25px;
}

.hangqing-center .hangq-left li.active {
    background: #fff;
    color: #333;
}

.hangqing-center .hangq-c {
    width: 530px;
    height: 370px;
    margin: 0 0 0 20px;
    border-right: 1px solid #dedede;
    padding-right: 15px;
}

.hangqing-center .hangq-c ul {
    width: 470px;
    margin: auto;
}

.hangqing-center .hangq-c li {
    float: left;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #e5e5e5;
    font-size: 15px;
    font-weight: bold;
    color: #666;
    margin-right: 15px;
    cursor: pointer;
}

.hangqing-center .hangq-c li:last-child {
    margin-right: 0;
}

.hangqing-center .hangq-c li.active {
    background: #d82f36;
    color: #fff;
}

.hangq-img {
    width: 500px;
}

.hangqing-center p.notice {
    text-align: left;
    font-size: 20px;
    color: #d72a31;
    margin: 10px 0 20px 0;
}

.hangqing-center p.notice b {
    display: inline-block;
    width: 3px;
    height: 20px;
    background: #d72a31;
    margin-right: 15px;
    vertical-align: -2px;
}

.hangqing-center .hangq-r {
    width: 350px;
    margin: 5px 0 10px 0;
}

.hangqing-center .hangq-r .zhishu {
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
}

.hangqing-center .hangq-r .zhishu p {
    padding-right: 40px;
    font-size: 30px;
    font-weight: bold;
    margin-left: 20px;
}

.hangqing-center .hangq-r table.table-t {
    width: 100%;
    font-size: 13px;
}

.hangqing-center .hangq-r table.table-t th {
    font-size: 14px;
    font-weight: normal;
    color: #ff0000;
    text-align: right;
    padding: 3px 0;
}

.hangqing-center .hangq-r table.table-t td {
    font-size: 14px;
    width: 90px;
    color: #2f8fef;
    padding: 3px 0;
    padding-left: 10px;
}

.hangqing-center .hangq-r table.table-b {
    width: 100%;
    font-size: 13px;
    text-align: left;
    border-top: 1px solid #dedede;
}

.hangqing-center .hangq-r table.table-b th {
    font-size: 14px;
    width: 100px;
    font-weight: normal;
    color: #666;
    text-align: left;
    padding: 3px 0 3px 15px;
}

.center-right .xianx-recharge {
    border-bottom: 1px solid #efefef;
}

.center-right .xianx-recharge li {
    display: block;
    color: #333;
    float: left;
    font-size: 18px;
    margin-right: 20px;
    padding-bottom: 10px;
    cursor: pointer;
}

.center-right .xianx-recharge li.active {
    color: #d72a31;
    font-weight: bold;
    background: url(/img/daohangbg-1.png) left bottom no-repeat;
}

.recharge-center .recharge-list {
    margin-top: 20px;
    border-bottom: 1px solid #efefef;
}

.recharge-center .recharge-list li {
    float: left;
    width: 143px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    border: 1px solid #d2d2d2;
    cursor: pointer;
    margin-bottom: 20px;
    margin-right: 20px;
}

.recharge-center .recharge-list li.active {
    border-color: #d72a31;
    background: url(/img/xuanzhong.png) right bottom no-repeat;
}

.recharge-center .onrecharge-list {
    margin-top: 20px;
    border-bottom: 1px solid #efefef;
}

.recharge-center .onrecharge-list li {
    float: left;
    width: 143px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    border: 1px solid #d2d2d2;
    cursor: pointer;
    margin-bottom: 20px;
    margin-right: 8px;
    border-radius: 5px;
    padding: 10px 20px;
}

.recharge-center .onrecharge-list li.active {
    border-color: #d72a31;
    background: url(/img/xuanzhong.png) right bottom no-repeat;
}

.pay-top {
    width: 550px;
    margin: 20px auto;
}

.pay-top .pay-left {
    width: 150px;
    font-size: 14px;
    text-align: center;
}

.pay-top .pay-left img {
    display: block;
    width: 140px;
    height: 140px;
    margin: auto;
}

.pay-top .pay-right {
    width: 290px;
    margin-left: 80px;
    margin-top: 20px;
}

.pay-top .pay-right p {
    margin-bottom: 10px;
}

.pay-top .pay-right label {
    width: 65px;
    display: inline-block;
}

.pay-top .pay-right input {
    width: 200px;
    margin-right: 0;
    padding: 7px 0 7px 10px;
    border-radius: 0;
    border: 1px solid #d4cdcd;
}

.pay-bottom {
    border-top: 1px solid #efefef;
    padding-top: 20px;
}

.pay-bottom .pay-bottom-list {
    width: 320px;
    margin: auto;
}

.pay-bottom .pay-bottom-list p {
    margin-bottom: 15px;
}

.pay-bottom .pay-bottom-list label {
    display: inline-block;
    width: 80px;
    font-size: 15px;
    color: #000;
    font-weight: bold;
}

.pay-bottom .pay-bottom-list input {
    width: 200px;
    padding: 8px 0 8px 10px;
    margin-right: 0;
    border: 1px solid #d6cfcf;
    margin-right: 5px;
}

.pay-bottom-list button.querb {
    width: 310px;
    margin-top: 10px;
}

.pay-down-list span {
    color: #666;
    margin-left: 60px;
}

.pay-down-list span:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #666;
    border-radius: 50%;
    vertical-align: 3px;
    margin-right: 5px;
}

.table-pay {
    border: 1px solid #efefef;
    border-bottom: none;
    margin-bottom: 20px;
}

.table-pay > p {
    display: block;
    font-size: 14px;
    color: #666;
    padding: 10px 30px;
    border-bottom: 1px solid #efefef;
}

.table-pay > p label {
    width: 90px;
}

.news-data small {
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #666;
}

.top-container {
    width: 100%;
    min-width: 1200px;
    position: relative;
    height: 775px;
    overflow: hidden;
}

.homevideo video {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50.01%, -50.01%);
    -moz-transform: translate(-50.01%, -50.01%);
    -ms-transform: translate(-50.01%, -50.01%);
    -o-transform: translate(-50.01%, -50.01%);
    transform: translate(-50.01%, -50.01%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.shade {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.top-container .header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    min-width: 1200px;
    height: 60px;
    display: flex;
    justify-content: space-between;
}

.header ul.top-list li {
    float: left;
    line-height: 60px;
    margin-right: 20px;
}

.header ul.top-list li a {
    display: block;
    color: #fff;
    font-size: 14px;
}

.header ul.top-list li:last-child {
    width: 90px;
    height: 30px;
    line-height: 30px;
    background: #e30000;
    margin-top: 15px;
    text-align: center;
}

.open-celue {
    position: absolute;
    top: 100px;
    left: 50%;
    z-index: 3;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1200px;
    text-align: center;
    color: #fff;
}

.open-celue h1 {
    font-size: 60px;
    font-weight: normal;
    margin-bottom: 45px;
}

.open-celue > p {
    font-size: 18px;
    line-height: 30px;
}

.open-celue h4 {
    font-size: 36px;
    font-weight: normal;
    margin: 25px auto;
}

.open-celue > span {
    display: block;
}

.open-celue > span a {
    display: inline-block;
    width: 155px;
    height: 45px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    margin: auto 15px;
}

.open-celue > span a.register {
    background: #E30000;
}

.open-celue > span a.login {
    border: 1px solid #fff;
}

.open-celue > i {
    display: block;
    width: 92px;
    height: 1px;
    background: #fff;
    margin: 50px auto;
}

.open-celue ul.open-celue-list li {
    float: left;
    width: 33%;
    border-right: 1px solid #fff;
}

.open-celue ul.open-celue-list li:last-child {
    border: none;
}

.open-celue ul.open-celue-list li:first-child span {
    display: block;
    width: 90px;
    height: 65px;
    margin: 5px auto;
    background: url(/static/img/chuanj-1.png) no-repeat;
}

.open-celue ul.open-celue-list li:nth-child(2) span {
    display: block;
    width: 90px;
    height: 65px;
    margin: 5px auto;
    background: url(/static/img/juanc-2.png) no-repeat;
}

.open-celue ul.open-celue-list li:nth-child(3) span {
    display: block;
    width: 90px;
    height: 70px;
    margin: 5px auto;
    background: url(/static/img/moni-3.png) no-repeat;
}

.open-celue ul.open-celue-list li:last-child span {
    display: block;
    width: 90px;
    height: 65px;
    margin: 5px auto;
    background: url(/static/img/gaos-4.png) no-repeat;
    border: none;
}

.open-celue ul.open-celue-list li:hover {
    color: #e22b2b;
}

.open-celue ul.open-celue-list li:hover span {
    background-position-y: -65px;
}

.open-celue ul.open-celue-list li:nth-child(3):hover span {
    background-position-y: -70px;
}

.notice-container {
    width: 100%;
    min-width: 1200px;
    background: #fff;
}

.notice-wrap {
    width: 1200px;
    margin: auto;
    padding: 12px 0;
    overflow: hidden;
    color: #242424;
}

.notice-wrap > a {
    font-size: 12px;
    color: #626262;
    margin-top: 5px;
}

.notice-container2 {
    width: 100%;
    min-width: 1200px;
    background: #fff;
}

.notice-wrap2 {
    width: 1200px;
    margin: auto;
    padding: 12px 0;
    overflow: hidden;
    color: #242424;
}

.notice-wrap2 > a {
    font-size: 12px;
    color: #626262;
    margin-top: 5px;
}

.share-container {
    width: 100%;
    min-width: 1200px;
    background: #f5f5f5;
}

.share-wrap {
    width: 1200px;
    margin: auto;
    padding: 50px 0;
}

.share-wrap > h3 {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}

.share-wrap > p {
    color: #5e5d5d;
    margin-top: 15px;
    text-align: center;
}

.share-wrap .share-list {
    width: 950px;
    height: 55px;
    margin: 30px auto;
    overflow: hidden;
}

.share-wrap .share-list li {
    float: left;
    width: 185px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background: #fff;
    margin-right: 5px;
    position: relative;
    cursor: pointer;
}

.share-wrap .share-list li:last-child {
    margin-right: 0;
}

.share-wrap .share-list li span {
    content: "";
    display: none;
    width: 0;
    height: 0;
    position: absolute;
    left: 75px;
    top: 42px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #e22b2b;
    border-bottom: 12px solid transparent;
}

.share-wrap .share-list li.active {
    background: #e22b2b;
    color: #fff;
}

.share-wrap .share-list li.active span {
    display: block;
}

.share-center ul.share-center-list li {
    float: left;
    height: 305px;
    width: 238px;
    border: 1px solid #e9e9e9;
    background: #fff;
}

ul.share-center-list li div.person-title {
    background: #f8f8f8;
    margin: 2px;
    padding: 12px;
    line-height: 28px;
}

ul.share-center-list li div.person-title span.fr {
    text-align: right;
}

ul.share-center-list li span {
    display: block;
}

ul.share-center-list li div.shouyi {
    text-align: center;
    width: 210px;
    padding: 0 10px;
    line-height: 30px;
    margin: 20px auto;
}

ul.share-center-list li div.shouyi p {
    font-size: 18px;
    color: #e62121;
}

ul.share-center-list li div.shouyi span {
    width: 45%;
}

ul.share-center-list li div.shouyi small {
    font-size: 14px;
    color: #979797;
}

ul.share-center-list li div.shouyi span.fl {
    border-right: 1px solid #e5e5e5;
    padding-right: 18px;
}

ul.share-center-list li > p {
    width: 200px;
    height: 28px;
    font-size: 12px;
    color: #979797;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    text-align: center;
    line-height: 28px;
    margin: auto;
}

ul.share-center-list li > a {
    display: block;
    width: 105px;
    height: 35px;
    background: #e22b2b;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 35px;
    margin: 25px auto;
}

ul.share-center-list li > h3 {
    text-align: center;
    font-size: 18px;
    margin: 20px 0;
}

ul.share-center-list li > span {
    text-align: center;
    font-size: 24px;
    color: #e62121;
}

ul.share-center-list li > small {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #595959;
    margin-top: 17px;
}

.public-container {
    min-width: 1200px;
    width: 100%;
    background: url(/img/public-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 45px 0;
}

.public-wrap {
    width: 1200px;
    margin: auto;
    text-align: center;
    color: #fff;
}

.public-wrap > h5 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}

.public-wrap .public-list span {
    float: left;
    width: 25%;
    text-align: center;
    margin-top: 30px;
}

.public-wrap .public-list span img {
    display: block;
    width: 160px;
    height: 160px;
    margin: auto;
}

.public-wrap .public-list span small {
    display: block;
    margin-top: 10px;
}

.news-container {
    width: 100%;
    min-width: 1200px;
    background: #f5f5f5;
    padding-top: 45px;
    overflow: hidden;
}

.news-wrap {
    width: 1200px;
    height: 410px;
    margin: auto;
    text-align: center;
}

.news-wrap h5 {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
}

.news-wrap p {
    color: #5e5d5d;
    margin: 10px 0 45px 0;
}

.A-news-container {
    width: 100%;
    min-width: 1230px;
}

.A-news-center {
    width: 1230px;
    min-width: 1220px;
    height: 520px;
    margin: 50px auto;
    overflow: hidden;
    font-size: 14px;
    padding-top: 25px;
}

.A-news-center .news-left {
    width: 840px;
}

.A-news-center .news-left > p, .A-news-center .news-right > p {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.A-news-center .news-left > p > a, .A-news-center .news-right > p > a {
    font-size: 14px;
    float: right;
    color: #999;
    font-weight: normal;
}

.news-left ul.news-left-list li {
    padding: 17px 0;
    border-bottom: 1px solid #ccc;
}

.news-left ul.news-left-list li span.news-l {
    display: inline-block;
    width: 90px;
}

.news-left ul.news-left-list li .news-r {
    display: block;
    width: 720px;
    height: 80px;
    overflow-y: hidden;
}

.news-left ul.news-left-list li .news-r i {
    background: #d22222;
    color: #fff;
    padding: 0 3px;
}

.news-left ul.news-left-list li span a {
    color: #2c50a9;
}

.news-left ul.news-left-list li span a.media {
    display: inline-block;
    border: 1px solid #2C50A9;
    padding: 1px 10px;
    border-radius: 5px;
}

.news-left ul.news-left-list li div p span {
    display: inline-block;
    width: 175px;
    border-right: 1px solid #ccc;
    padding-right: 10px;
    margin-right: 10px;
}

.news-left ul.news-left-list li div p span.last-span {
    border: none;
}

.news-left ul.news-left-list li div.hover-news a:hover {
    color: #F53A31;
}

.A-news-center .news-right {
    width: 335px;
    min-height: 520px;
}

.A-news-center .news-right li {
    padding: 5px 0 1px 0;
    border-bottom: 1px dashed #ccc;
}

.A-news-center .news-right li p {
    display: inline-block;
    width: 235px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.A-news-center .news-right li i {
    display: inline-block;
    float: right;
    color: #242424;
}

.five-container {
    width: 100%;
    min-width: 1200px;
    background: #cc3145;
    padding: 80px 0;
}

.five-wrap {
    width: 1200px;
    margin: auto;
    color: #fff;
}

.five-wrap ul.five-list li {
    float: left;
    width: 238px;
    height: 215px;
    font-size: 18px;
    border-left: 1px solid #d65a6a;
    text-align: center;
}

.five-wrap ul.five-list li:last-child {
    border-right: 1px solid #d65a6a;
}

.five-wrap ul.five-list li span {
    display: none;
    width: 200px;
    font-size: 12px;
    margin: auto;
    text-align: left;
    margin-top: 10px;
}

.five-wrap ul.five-list li:hover span {
    display: block;
}

.media-container {
    width: 100%;
    min-width: 1200px;
    background: #fff;
    padding: 45px 0;
}

.media-wrap {
    width: 1200px;
    margin: auto;
}

.media-list {
    float: left;
    width: 380px;
    margin-right: 30px;
}

.last-media {
    margin-right: 0;
}

.media-list > div {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.media-list > div a {
    float: right;
    font-size: 12px;
    color: #999;
    font-weight: normal;
}

.media-list ul li a {
    display: block;
    font-size: 14px;
    color: #242424;
}

.media-list ul li p {
    display: inline-block;
    width: 250px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 5px 0;
    border-bottom: 1px dotted #e5e5e5;
}

.media-list ul li small {
    font-size: 14px;
    float: right;
    padding: 5px 0;
    border-bottom: 1px dotted #e5e5e5;
}

.head-top {
    width: 100%;
    min-width: 100%;
    height: 60px;
    background: #fff;
    border-bottom: 1px solid #bdbdbd;
    box-shadow: 0 2px 5px #bdbdbd;
}

.head-top .head-top-list li {
    float: left;
    margin-right: 20px;
    line-height: 58px;
}

.head-top .head-top-list li a {
    display: block;
    color: #000;
    font-size: 14px;
}

.head-top .head-top-list li.active a {
    color: #e30000;
    border-bottom: 2px solid #E30000;
}

.head-top .head-top-list li.num a {
    width: 90px;
    height: 30px;
    line-height: 30px;
    background: #e30000;
    margin-top: 15px;
    text-align: center;
    color: #fff;
}

.register-container {
    width: 100%;
    min-width: 1200px;
    padding: 60px 0;
    background: url(/img/register-bg.png) no-repeat;
    background-size: 100% 100%;
}

.register-wrap {
    width: 1198px;
    background: rgba(255, 255, 255, .8);
    margin: auto;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
}

.register-wrap .register-title {
    padding: 15px;
    border-bottom: 1px solid #dbdbdb;
}

.register-center {
    padding: 40px 0;
}

.register-left {
    width: 355px;
    padding: 80px;
}

.register-right {
    width: 550px;
    padding: 0 65px;
    border-left: 1px solid #dbdbdb;
}

.register-left > div {
    background: #fff;
    border: 1px solid #dbdbdb;
    padding: 5px 0;
    border-radius: 5px;
    margin-bottom: 20px;
}

.register-left > div i {
    display: inline-block;
    width: 40px;
    text-align: center;
    border-right: 1px solid #dbdbdb;
}

.register-left > div img {
    vertical-align: middle;
    padding: 0 5px;
}

.register-left > div input {
    display: inline-block;
    padding: 5px;
    width: 280px;
    border: none;
}

.register-center button.btn-sure {
    width: 100%;
    padding: 10px 0;
    border-radius: 4px;
    font-size: 18px;
    margin: 30px 0;
}

.register-center .register-left > p {
    text-align: center;
    color: #2f2f2f;
}

.login-left {
    padding: 0 80px;
}

.login-left > div.num {
    position: relative;
}

.login-left > div.num input {
    width: 200px;
}

.login-left > div.num button.btn-get {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 15px;
    background: #ff5555;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.login-left > span {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #2f2f2f;
}

.create-container {
    width: 100%;
    min-width: 1200px;
    background: #f5f5f5;
    padding: 45px 0;
}

.create-wrap {
    width: 1198px;
    min-height: 835px;
    margin: auto;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    padding: 20px;
    background: #fbf9f9;
}

.create-wrap .create-money {
    line-height: 60px;
}

.create-title {
    overflow: hidden;
    margin-bottom: -1px;
}

.create-title .create-list {
    float: left;
    overflow: hidden;
    width: 500px;
}

.create-title .create-list li {
    display: inline-block;
    float: left;
    width: 30%;
    height: 60px;
    border: 1px solid #dbdbdb;
    line-height: 60px;
    border-radius: 3px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-align: center;
    margin-right: 10px;
    border-width: 1px 1px 1px 1px;
}

.create-title .create-list li a {
    font-size: 24px;
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
}

.create-title .create-list li.active a {
    color: #d90000;
}

.create-title .create-list li.active {
    color: #42a7e4;
    border-bottom-color: transparent;
}

.create-title .create-money span {
    margin-right: 25px;
}

.create-title .create-money a {
    padding: 2px 28px;
    color: #fff;
    border-radius: 5px;
}

.create-center {
    padding: 45px 0;
    min-height: 680px;
    border: 1px solid #dbdbdb;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #fff;
}

.create-center .Agu-left {
    width: 490px;
    padding: 0 55px;
    border-right: 1px solid #dbdbdb;
}

.Agu-left div.agu-title {
    position: relative;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
}

.Agu-left .stock-search {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
}

.Agu-left .stock-search .serch-result {
    width: 395px;
    padding: 2px;
    border: 1px solid #DBDBDB;
    background-color: #FFFFFF;
}

.Agu-left .stock-search .serch-result table {
    width: 100%;
    line-height: 30px;
    font-size: 12px;
    text-align: left;
}

.Agu-left .stock-search .serch-result table th {
    padding-left: 10px;
    background-color: #ECECEC;
}

.Agu-left .stock-search .serch-result table td {
    padding-left: 10px;
    color: #666;
}

.Agu-left div.agu-title input {
    font-size: 18px;
    border: none;
    padding-left: 5px;
    width: 393px;
    line-height: 43px;
    border: 1px solid #E12D2D;
    vertical-align: top;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.Agu-left div.agu-title .stock-search input {
    width: 393px;
    background: #fff;
    line-height: 43px;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #e5e5e5;
}

.Agu-left div.agu-title input::-webkit-input-placeholder {
    color: #000;
}

.Agu-left div.agu-title .stock-search input::-webkit-input-placeholder {
    color: #666;
}

.Agu-left div.agu-title button, .stock-search button {
    display: block;
    height: 45px;
    width: 90px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.trend-center {
    margin-top: 25px;
}

.trend-center .trend-left {
    padding-top: 35px;
}

.trend-left i.iconfont {
    vertical-align: middle;
    margin-left: 10px;
    color: #999;
}

.trend-left span small {
    font-size: 16px;
    margin-left: 10px;
}

.trend-center .trend-right {
    width: 220px;
    font-size: 14px;
    color: #999;
}

.trend-right table {
    width: 100%;
    margin-bottom: 20px;
}

.trend-right table td {
    width: 33.33%;
}

.chart-wrap ul {
    border: 1px solid #e12d2d;
    border-radius: 3px;
}

.chart-wrap ul li {
    float: left;
    width: 50%;
    text-align: center;
    color: #e12d2d;
    padding: 5px 0;
    cursor: pointer;
}

.chart-wrap ul li.active {
    background: #e12d2d;
    color: #fff;
}

.chart-wrap .chart-img {
    width: 485px;
    height: 190px;
    margin-top: 15px;
}

.agu-message p {
    margin-top: 20px;
}

.agu-message table {
    width: 100%;
    font-size: 14px;
}

.agu-message table td {
    width: 25%;
    color: #999;
    padding: 2px 0;
}

.Agu-right {
    width: 475px;
    padding: 0 45px;
}

.cash-deposit {
    padding: 15px 30px;
    background: #fbfbfb;
    border-bottom: 1px solid #ddd;
}

.Agu-right ul li {
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 30px;
}

.Agu-right ul li.last {
    margin: 0;
}

.Agu-right ul li label {
    float: left;
    display: block;
    width: 70px;
}

.cash-deposit ul li > p {
    float: left;
    width: 320px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    text-align: right;
    border: 1px solid #999;
    color: #999;
}

.cash-deposit ul li > p input {
    float: left;
    line-height: 30px;
    border: none;
    background: #fbfbfb;
}

.cash-deposit ul li .list-m span {
    display: inline-block;
    width: 68px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #dbdbdb;
    background: #fff;
    margin-right: 15px;
    border-radius: 4px;
    margin-bottom: 15px;
    cursor: pointer;
}

.cash-deposit ul li .list-m span.active {
    border-color: #fc5146;
    color: #fc5146;
}

.cash-deposit ul li .list-m span:nth-of-type(4n) {
    margin-right: 0;
}

.set-list {
    padding: 20px 30px;
    border-bottom: 1px solid #ddd;
}

.set-list li span {
    display: inline-block;
    background: #fbfbfb;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    margin-right: 25px;
}

.set-list li span i {
    display: inline-block;
    width: 20px;
    font-size: 16px;
    color: #999;
    font-weight: bold;
    cursor: pointer;
}

.set-list li span input {
    display: inline-block;
    width: 80px;
    height: 30px;
    background: #f5f5f5;
    font-weight: bold;
    border: none;
    text-align: center;
    font-size: 15px;
}

.set-list li span input.color-e1::-webkit-input-placeholder {
    color: #e12d2d;
    font-weight: bold;
}

.set-list li span input.color-45::-webkit-input-placeholder {
    color: #459140;
    font-weight: bold;
}

.set-list li div.list-m span.active {
    border: 1px solid #fc5146;
    color: #fc5146;
    background: #fff;
    border-radius: 3px;
}

.Agu-right > button.btn-deal {
    display: block;
    width: 225px;
    height: 45px;
    margin: 20px auto;
    background: #CCCCCC;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    cursor: not-allowed;
}

.Agu-right > button.btn-red {
    display: block;
    width: 225px;
    height: 45px;
    margin: 20px auto;
    background: #e12d2d;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
}

.Agu-right > p.date {
    font-size: 14px;
    text-align: center;
}

.checkbox {
    position: relative;
    height: 30px;
    margin-top: 10px;
    font-size: 14px;
}

.checkbox input[type='checkbox'] {
    position: absolute;
    left: 30%;
    top: 2px;
    width: 18px;
    height: 18px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.checkbox label {
    position: absolute;
    left: 36%;
    top: 3px;
    height: 20px;
    line-height: 20px;
}

.checkbox label:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #e12d2d;
    border-radius: 3px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.checkbox label:after {
    content: '';
    position: absolute;
    left: -24px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: 0;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background: transparent;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.checkbox input[type='checkbox']:checked + label:before {
    border-color: #e12d2d;
    background-size: 100% 100%;
}

.checkbox input[type='checkbox']:checked + label:after {
    border-color: #e12d2d;
}

.detail-create {
    padding: 30px;
}

.create-agu-title input {
    font-size: 16px;
    border: none;
    padding-left: 5px;
}

.create-agu-title input::-webkit-input-placeholder {
    color: #242424;
}

.create-agu-title button {
    display: block;
    height: 100%;
    width: 90px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.create-agu-title {
    width: 480px;
    border: 1px solid #dbdbdb;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    position: relative;
}

.create-agu-title .stock-search {
    position: absolute;
    top: 39px;
    left: 0px;
    width: 100%;
    display: block;
    z-index: 9;
}

.create-agu-title .stock-search button {
    width: 90px;
    height: 35px;
    position: absolute;
    top: -1px;
    right: 0;
}

.create-agu-title .stock-search .serch-result {
    width: 385px;
    padding: 2px;
    border: 1px solid #DBDBDB;
    background-color: #FFFFFF;
}

.create-agu-title .stock-search input {
    width: 384px;
    background: #fff;
    line-height: 33px;
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.create-agu-title .stock-search .serch-result table {
    width: 100%;
    line-height: 30px;
    font-size: 12px;
    text-align: left;
    border-radius: 0;
    background: #fff;
}

.create-agu-title .stock-search .serch-result table th {
    background-color: #ECECEC;
    padding: 0 0 0 10px;
}

.create-agu-title .stock-search .serch-result table td {
    padding: 0 0 0 10px;
    color: #666;
    border: none;
}

.up-right {
    line-height: 37px;
}

.up-right span {
    display: inline-block;
    margin-left: 25px;
    height: 30px;
}

.up-right span i {
    margin-right: 10px;
}

.up-right span.money-right .up {
    font-size: 20px;
    display: inline-block;
    height: 30px;
    background: url(../img/up.png) right center no-repeat;
    padding-right: 25px;
}

.up-right span.money-right .down {
    font-size: 20px;
    display: inline-block;
    height: 30px;
    background: url(../img/down.png) right center no-repeat;
    padding-right: 25px;
}

.buy-center {
    margin-top: 45px;
}

.buy-center ul.buy-list li {
    float: left;
    width: 215px;
    padding: 5px;
    border: 1px solid #dbdbdb;
    margin-bottom: 10px;
    margin-top: 5px;
}

.buy-center ul.buy-wrap-list li {
    height: 265px;
}

.buy-center ul.buy-wrap-list li p {
    overflow: hidden;
}

.buy-center ul.buy-list li span {
    margin-top: 10px;
    color: #999;
}

.buy-center ul.buy-list li a {
    display: block;
    width: 65px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 3px;
    font-size: 14px;
    margin: auto;
}

.detail-create table {
    width: 100%;
    font-size: 14px;
    text-align: center;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
}

.detail-create table th {
    padding: 10px 0;
    background: #e8e8e8;
}

.detail-create table td {
    padding: 20px 0;
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #DBDBDB;
}

.detail-create table td.line {
    border-right: none;
}

.detail-create table tr.last td {
    border-bottom: none;
}

.detail-create table td a {
    padding: 5px 6px;
    border-radius: 5px;
    color: #fff;
}

.detail-create table td a.come-btn, .detail-create table td a.huanj-b {
    margin: 0 15px;
}

.detail-create table td a.detail-btn {
    padding: 10px;
}

.security-wrap {
    padding: 0;
}

.security-title {
    padding: 15px;
    border-bottom: 1px solid #dbdbdb;
}

.security-title .security-left span {
    font-size: 22px;
    padding-right: 10px;
    border-right: 1px solid #dbdbdb;
}

.security-title .security-left p {
    width: 173px;
    height: 25px;
    line-height: 23px;
    border: 1px solid #dadada;
    border-radius: 5px;
    margin-left: 10px;
    padding: 0 10px;
}

.security-title .security-left p input {
    border: none;
    background: none;
    width: 145px;
    margin-right: 8px;
    border-right: 1px solid #dbdbdb;
}

.security-title .security-left > a {
    display: block;
    font-size: 12px;
    width: 65px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    color: #E12D2D;
    margin-left: 10px;
}

.security-right > a {
    display: inline-block;
    width: 70px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    border-radius: 5px;
    vertical-align: middle;
    margin-left: 10px;
}

.security-center {
    padding: 15px;
}

.security-center table {
    width: 100%;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    background: #fff;
}

.security-center table th {
    padding: 10px 0;
    background: #e8e8e8;
}

.security-center table td {
    padding: 10px 0;
}

.security-center table tr:nth-of-type(2n+1) td {
    background: #fbf9f9;
}

.security-center table td a {
    padding: 3px 15px;
    border-radius: 5px;
}

.security-left .security-table {
    position: relative;
}

.security-left .stock-search {
    position: absolute;
    top: 30px;
    left: 10px;
    width: 250px;
    padding: 2px;
    border: 1px solid #DBDBDB;
    background-color: #FFFFFF;
}

.security-left .stock-search .serch-result table {
    width: 100%;
    line-height: 30px;
    font-size: 12px;
    text-align: left;
    border-radius: 0;
}

.security-left .stock-search .serch-result table th {
    background-color: #ECECEC;
    padding: 0 0 0 10px;
}

.security-left .stock-search .serch-result table td {
    padding: 0 0 0 10px;
    color: #666;
    border: none;
}

.Agu-right ul li div.march span {
    display: inline-block;
    background: #f2f2f2;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    margin-right: 25px;
}

.Agu-right ul li div.march span i {
    display: inline-block;
    width: 20px;
    font-size: 16px;
    color: #999;
    font-weight: bold;
}

.Agu-right ul li div.march span b {
    display: inline-block;
    width: 80px;
    background: #fff;
    font-weight: normal;
}

.xiug-pop {
    background: #FFFFFF;
    border: 2px solid #d90000;
    border-radius: 4px;
    font-size: 14px;
    display: none;
}

.xiug-pop > p {
    font-size: 14px;
    padding: 10px;
    background: #D90000;
    color: #fff;
}

.xiug-pop .xiug-center {
    padding: 10px 30px;
}

.xiug-center .xiug-title {
    background: #eee;
    padding: 5px 10px;
}

.xiug-center .xiug-title span {
    display: inline-block;
    width: 135px;
}

.set-line {
    margin-top: 20px;
    line-height: 30px;
}

.set-line label {
    width: 95px;
    line-height: 30px;
    vertical-align: middle;
}

.set-line span {
    display: inline-block;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
}

.set-line span i {
    display: inline-block;
    width: 20px;
    color: #999;
    background: #fbfbfb;
    cursor: pointer;
}

.set-line span b {
    display: inline-block;
    width: 80px;
    font-weight: normal;
    font-size: 14px;
}

.xiug-center button.btn-submit {
    display: block;
    width: 290px;
    height: 40px;
    font-size: 18px;
    border-radius: 4px;
    margin: 25px auto 15px auto;
}

.zhuij-tk .xiug-center {
    padding: 10px;
}

.zhuij-tk .xiug-center > div {
    width: 345px;
    margin: 25px auto 0 auto;
    overflow: hidden;
}

.zhuij-tk .xiug-center > div label {
    display: block;
    width: 75px;
    line-height: 40px;
}

.zhuij-tk .xiug-center > div input {
    width: 235px;
    height: 40px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    text-align: center;
    margin-right: 10px;
}

.ying-k .xiug-center > span {
    display: block;
    text-align: center;
    margin: 15px 0;
}

.ying-k .xiug-center > p {
    text-align: center;
    line-height: 20px;
}

.ying-k .xiug-center button.jing-btn {
    font-size: 18px;
    width: 205px;
    height: 40px;
    border-radius: 4px;
    margin: 15px 0px 10px 10px;
}

.detail-tk > p {
    display: inline-block;
    padding: 10px 0px;
    width: 100%;
    position: relative;
}

.detail-tk .xiug-center {
    padding: 20px 15px;
}

.detail-tk .xiug-center > p {
    margin: 10px 0;
    color: #E12D2D;
    font-weight: bold;
}

.detail-tk .xiug-center table {
    width: 100%;
    background: #e8e8e8;
}

.detail-tk .xiug-center table td {
    width: 33.33%;
    padding: 10px;
    font-weight: 500;
}

.detail-tk .xiug-center table td p {
    display: inline-block;
}

.Agu-right button.buy-btn {
    font-size: 22px;
    width: 178px;
    height: 48px;
    border-radius: 5px;
    margin: 30px 25px 30px 30px;
}

.myslef-container {
    width: 100%;
    min-width: 1200px;
    padding: 60px 0 20px 0;
    background: #f5f5f5;
}

.myself-wrap {
    width: 1200px;
    margin: auto;
}

.myself-title {
    background: #fff;
    border-radius: 5px;
}

.myself-title .myself-top {
    padding: 10px 15px;
    overflow: hidden;
    line-height: 30px;
}

.myself-title .self-person {
    background: url(/img/toux.png) left center no-repeat;
    padding-left: 70px;
}

.myself-title .self-person p > span {
    margin-right: 25px;
    color: #444;
}

.myself-title .self-right a {
    display: block;
    width: 80px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 5px;
    margin: 5px 0;
}

.myself-title .self-list {
    overflow: hidden;
    border-top: 1px solid #dbdbdb;
    padding: 10px 0;
}

.myself-title .self-list li {
    float: left;
    font-size: 14px;
    font-weight: bold;
    width: 170px;
    text-align: center;
    border-right: 1px solid #dbdbdb;
}

.myself-title .self-list li:last-child {
    border-right: none;
}

.myself-title .self-list li a {
    display: block;
    color: #444;
}

.myself-title .self-list li.active a {
    color: #0094ff;
}

.six-center {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    margin: 25px 0;
}

.six-center ul li {
    float: left;
    padding: 5px;
    margin-right: 10px;
    width: 175px;
}

.six-center ul li:first-child {
    border: 1px solid #F85045;
    border-radius: 3px;
}

.six-center ul li:nth-child(2) {
    border: 1px solid #8BC34A;
    border-radius: 3px;
}

.six-center ul li:nth-child(3) {
    border: 1px solid #03a9f4;
    border-radius: 3px;
}

.six-center ul li:nth-child(4) {
    border: 1px solid #e84e40;
    border-radius: 3px;
}

.six-center ul li:nth-child(5) {
    border: 1px solid #f56954;
    border-radius: 3px;
}

.six-center ul li:last-child {
    margin-right: 0;
    border: 1px solid #00A65A;
    border-radius: 3px;
}

.six-center ul li span.fr {
    line-height: 28px;
}

.self-wrap {
    background: #fff;
    padding: 15px 0;
    border-radius: 4px;
    min-height: 625px;
    margin-top: 25px;
}

.detail-title {
    padding: 0 15px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
}

.detail-title a.more {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}

.detail-table {
    padding: 15px;
}

.detail-table table {
    width: 100%;
    font-size: 14px;
    text-align: center;
}

.detail-table table th {
    color: #fff;
    font-weight: normal;
    padding: 10px 0;
    background: #82858c;
}

.detail-table table .padding-r {
    padding-right: 60px;
    text-align: right;
}

.detail-table table td {
    color: #444;
    padding: 10px 0;
    border-bottom: 1px dashed #dbdbdb;
}

.detail-title p select {
    width: 158px;
    height: 38px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    color: #666;
    vertical-align: middle;
}

.detail-title p.resit span {
    display: inline-block;
    width: 180px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    vertical-align: middle;
}

.detail-title p span input {
    width: 70px;
    border: none;
    color: #666;
}

.detail-title p.resit a {
    font-size: 14px;
    display: inline-block;
    width: 58px;
    height: 36px;
    text-align: center;
    line-height: 33px;
    border-radius: 5px;
}

.detail-title p.resit a.resit-btn {
    border: 1px solid #dbdbdb;
    color: #666;
}

.popular-center {
    min-height: 300px;
}

.popular-way {
    padding: 30px 10px;
}

.popular-way > div {
    padding: 0 80px;
    border-right: 1px solid #dbdbdb;
}

.popular-way > div.way-right {
    border: none;
}

.way-left > div {
    margin-left: 20px;
}

.popular-way div p {
    margin-bottom: 15px;
}

.popular-way small {
    font-size: 14px;
    font-weight: normal;
    color: #868686;
}

.popular-way div a {
    display: block;
    font-size: 14px;
    width: 105px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 4px;
    margin-top: 40px;
}

.popular-way div input {
    font-size: 12px;
    width: 383px;
    height: 30px;
    border: 1px solid #dbdbdb;
    background: #f5f5f5;
    padding: 0 5px;
}

.popular-way div a.copy-btn {
    margin-top: 15px;
}

.popular-list {
    min-height: 525px;
}

.popular-title span {
    font-size: 14px;
    color: #353535;
    font-weight: normal;
    margin-left: 40px;
}

.account-way {
    padding: 30px;
    min-height: 525px;
}

.account-way > div {
    width: 300px;
    padding: 15px 25px 20px 25px;
    background: #ebebeb;
    border-radius: 4px;
    line-height: 35px;
}

.account-way > div span {
    margin-right: 10px;
}

.account-way > div a {
    display: block;
    width: 105px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    background: #e22b2b;
    margin: 15px auto 0 auto;
}

.phone-center {
    margin: 0 40px;
}

.agree-wrap {
    padding: 0 15px;
    min-height: 525px;
}

.agree-wrap .agree-list li {
    padding: 15px 0;
    border-bottom: 1px dashed #dbdbdb;
}

.agree-wrap .agree-list li a {
    display: block;
    color: #444;
}

.news-inline-container {
    width: 100%;
    min-width: 1200px;
}

.news-inline {
    width: 1200px;
    margin: 20px auto;
    background: #fff;
}

.news-inline > div {
    font-size: 22px;
    color: #333;
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #dbdbdb;
}

.news-inline small {
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #666;
}

.news-inline > p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    text-indent: 2em;
}

.cz-center {
    width: 410px;
    padding: 25px 25px;
}

.cz-center > div {
    width: auto;
    margin-bottom: 20px;
    overflow: hidden;
    line-height: 30px;
}

.cz-center > div > label {
    display: block;
    width: 70px;
    text-align: left;
}

.cz-center > div > p {
    margin-left: 15px;
}

.cz-center > div p.input-cz {
    width: 210px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
}

.cz-center > div p.input-pass {
    width: 150px;
    margin-right: 10px;
}

.cz-center > div p.input-pass input {
    width: 80%;
}

.cz-center > div p.input-cz i {
    float: right;
    display: inline-block;
    width: 30px;
    background: #eee;
    text-align: center;
    border-left: 1px solid #dbdbdb;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.cz-center > div p.input-cz input {
    border: none;
    padding-left: 10px;
}

.cz-center > div > p.cz-way > span {
    display: inline-block;
    width: 105px;
    height: 33px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
}

.cz-center > div > p.cz-way > span.active {
    border-color: #E12D2D;
}

.cz-center > div > p.cz-way > span img {
    display: block;
    margin: 5px auto;
}

.cz-center > div > p.weih > span {
    display: inline-block;
    width: 170px;
    height: 33px;
    padding: 0 5px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
}

.cz-center > button.btn-cz {
    display: block;
    width: 290px;
    height: 40px;
    font-size: 18px;
    margin: 25px auto;
}

.tip-center {
    padding: 0 10px 20px 10px;
}

.tip-center span {
    display: inline-block;
    width: 65px;
    height: 25px;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    background: #242835;
    color: #fff;
    margin: 20px 0 10px 0;
}

.tip-center > p {
    font-size: 12px;
    color: #5e5e5e;
    line-height: 20px;
}

.cz-center > div > p.weih {
    width: 290px;
}

.tip-center .tip-list li {
    float: left;
    font-size: 12px;
    margin: 20px 0;
    line-height: 20px;
}

.tip-center .tip-list li.first {
    margin-right: 25px;
}

.notice-news-container {
    width: 100%;
    min-width: 1200px;
}

.news-notice {
    border-radius: 5px;
    min-height: 855px;
    margin: 20px auto;
}

.notice-left {
    width: 215px;
    min-height: 855px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #444853;
}

.notice-left > span {
    display: block;
    text-align: center;
    padding: 20px 0;
}

.notice-left ul {
    padding-left: 10px;
}

.notice-left ul li {
    font-size: 14px;
    color: #fff;
    padding: 15px 20px 15px 15px;
    border-bottom: 1px solid #50545f;
    cursor: pointer;
}

.notice-left ul li.active {
    background: #fff;
    color: #292929;
}

.notice-right {
    width: 985px;
    min-height: 855px;
    background: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.notice-right h3 {
    font-size: 18px;
    color: #010101;
    padding: 15px;
    font-weight: normal;
    border-bottom: 1px solid #e8e8e8;
}

.notice-right ul.notice-right-list {
    padding: 0 15px;
    height: 720px;
    overflow: hidden;
}

.notice-right ul.notice-right-list li a {
    display: block;
    padding: 14px 0;
    border-bottom: 1px dashed #e8e8e8;
    overflow: hidden;
    font-size: 14px;
    color: #666;
}

.notice-right ul.notice-right-list li a p {
    float: left;
    width: 500px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.notice-right > span {
    display: block;
    text-align: center;
    padding: 30px 0;
}

.notice-right > span a {
    font-size: 14px;
    color: #666;
    padding: 0 5px;
}

.simulate-container {
    width: 100%;
    min-width: 1200px;
}

.simulate-wrap {
    width: 1200px;
    background: #fff;
    border-radius: 5px;
    margin: 30px auto;
}

.simulate-top {
    background: #444853;
    padding: 20px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.simulate-top ul.simulate-top-list li {
    float: left;
    width: 24%;
    text-align: center;
    line-height: 35px;
    color: #fff;
    border-right: 1px solid #50545f;
}

.simulate-top ul. li.last {
    border: none;
}

.simulate-top ul.simulate-top-list li.first {
    width: 15%;
    text-align: left;
    background: url(/img/toux.png) left center no-repeat;
    padding-left: 70px;
    margin-left: 50px;
}

.simulate-top ul.simulate-top-list li b i {
    display: inline-block;
    width: 30px;
    text-align: center;
    padding: 2px;
    border-radius: 5px;
    line-height: 15px;
    font-size: 12px;
    background: #f00909;
    margin-left: 5px;
}

.simulate-top ul.simulate-top-list li a {
    display: inline-block;
    padding: 3px 15px;
    border-radius: 5px;
    background: #f00909;
    color: #fff;
    font-size: 14px;
}

.simulate-bottom {
    padding: 20px 10px;
    color: #010101;
    min-height: 710px;
}

.paih-list li {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    padding-bottom: 10px;
}

.paih-list li.active {
    border-bottom: 1px solid #e30000;
}

.paih-table table {
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

.paih-table table th {
    background: #82858c;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
}

.paih-table table td {
    padding: 10px 0;
    color: #2d2d2d;
    border-bottom: 1px dashed #ccc;
    font-size: 13px;
}

.paih-table table td a {
    color: #2d2d2d;
}

.simulate-scroll {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-overflow-scrolling: touch;
    text-align: justify;
    &:: -webkit-scrollbar;

{
    display: none
;
}
}
.simulate-top .superior-list li {
    width: 110px;
    height: 160px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-right: 1px solid #50545f;
}

.simulate-top .superior-list li a {
    display: block;
    margin: 5px auto;
    width: 60px;
    line-height: 25px;
    background: #E30000;
    color: #fff;
    border-radius: 4px;
}

.simulate-top .superior-list li b {
    font-size: 18px;
    font-weight: normal;
}

.simulate-top .superior-list li small {
    font-size: 14px;
    color: #979797;
}

.simulate-top .superior-list li.last-add {
    vertical-align: top;
}

.simulate-top .superior-list li.last-add img {
    margin-top: 40px;
}

.paih-table table td a.detail {
    padding: 2px 10px;
    background: #e30000;
    color: #fff;
    border-radius: 3px;
}

.paih-table table.superior-table td img {
    width: 30px;
    height: 30px;
    vertical-align: -8px;
    margin-right: 5px;
}

.combat-top-list li {
    float: left;
    width: 19%;
    text-align: center;
    line-height: 35px;
    color: #fff;
    border-right: 1px solid #50545f;
}

.simulate-top ul.combat-top-list li.first {
    width: 13%;
    text-align: left;
    background: url(/img/toux.png) left center no-repeat;
    padding-left: 70px;
    margin-left: 50px;
}

.combat-top-list li a {
    font-size: 12px;
    padding: 2px 5px;
    background: #E30000;
    color: #fff;
    border-radius: 3px;
    margin-left: 5px;
}

.paih-table table td a.flower {
    padding: 4px 8px;
    background: #E30000;
    color: #fff;
    border-radius: 3px;
}

.rule-list {
    font-size: 12px;
    color: #999;
    line-height: 25px;
}

.footer-container {
    width: 100%;
    min-width: 1200px;
    background: #272728;
    padding: 45px 0;
}

.footer-wrap {
    width: 1200px;
    margin: auto;
    color: #acacac;
}

.top-left {
    padding-right: 80px;
}

.top-center {
    padding: 0 70px;
    border-left: 1px solid #4a4a4b;
    border-right: 1px solid #4a4a4b;
}

.top-center h3 {
    font-size: 24px;
    font-weight: normal;
}

.top-center > small {
    font-size: 12px;
}

.top-center > p {
    font-size: 30px;
    margin: 10px 0;
    background: url(/img/iphone.png) left center no-repeat;
    padding-left: 45px;
}

.top-right span {
    float: left;
    margin-left: 93px;
    text-align: center;
}

.top-right span img {
    width: 110px;
    height: 110px;
}

.top-right span > small {
    display: block;
    height: 50px;
    line-height: 50px;
}

.top-right span.wx small {
    background: url(/img/wx.png) left center no-repeat;
    padding-left: 30px;
}

.top-right span.wb small {
    background: url(/img/wb.png) left center no-repeat;
    padding-left: 30px;
}

.top-right span.xl small {
    background: url(/img/xl.png) left center no-repeat;
    padding-left: 30px;
}

.footer-list {
    padding: 13px 0;
    border-top: 1px solid #4a4a4b;
    border-bottom: 1px solid #4a4a4b;
    font-size: 12px;
    margin-top: 15px;
}

.footer-list ul li {
    float: left;
    width: 75px;
}

.footer-list ul li a {
    font-size: 12px;
    color: #acacac;
    border-right: 2px solid #4a4a4b;
    padding-right: 12px;
}

.footer-list ul li:last-child a {
    border: none;
}

.footer-wrap > span {
    display: block;
    font-size: 14px;
    padding-top: 20px;
}

.btnred {
    display: block;
    width: 225px;
    height: 45px;
    margin: 20px auto;
    background: #e12d2d;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.swift-btn {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
    margin-right: 3px;
}

.swift-btn input[type='checkbox'] {
    position: absolute;
    width: 50px;
    height: 25px;
    opacity: 0;
    z-index: 9;
    outline: none;
}

.swift-btn > label {
    position: absolute;
    display: inline-block;
    width: 50px !important;
    height: 25px;
    border-radius: 25px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    background: #999;
}

.swift-btn > label:before {
    content: '';
    position: absolute;
    display: inline-block;
    left: 40px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    line-height: 25px;
    text-indent: -1px;
}

.swift-btn > label:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 23px;
    height: 23px;
    left: 1px;
    top: 1px;
    border-radius: 1px;
    box-shadow: 2px 0px 1px #ddd;
    border-radius: 15px;
    background-color: #fff;
    transition: left 0.3s ease;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
}

.swift-btn input[type='checkbox']:checked + label {
    border: 1px solid #00ba1a;
    background-color: #00ba1a;
}

.swift-btn input[type='checkbox']:checked + label::before {
    display: inline-block;
    color: #fff;
    text-indent: -25px;
}

.swift-btn input[type='checkbox']:checked + label::after {
    left: 26px;
    top: 1px;
    width: 24px;
    height: 24px;
    border: 0;
    box-shadow: none;
    box-sizing: content-box;
}

.wallet-wrap {
    min-height: 370px;
}

.wallet-list {
    padding: 50px 10px;
}

.line-border {
    border-bottom: 1px solid #efefef;
}

.wallet-list span img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.wallet-list span a {
    display: inline-block;
    width: 120px;
    height: 35px;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin: 10px 0px 0px 10px;
}

.wallet-list span a.red-bg {
    background: #e30000;
}

.wallet-list span a.blue-bg {
    background: #0094ff;
}

.wallet-list span a.red-border {
    background: #fff;
    color: #e30000;
    border: 1px solid #e30000;
}

.wallet-list span a.blue-border {
    background: #fff;
    color: #0094ff;
    border: 1px solid #0094ff;
}

.center-container {
    width: 1200px;
    margin: 50px auto;
    min-height: 800px;
}

.center-left {
    width: 205px;
    height: 800px;
    background: #f1f5f8;
}

.center-left .center-toux {
    padding: 25px 0;
    text-align: center;
    line-height: 23px;
    font-size: 14px;
}

.icon-top img {
    width: 215px;
    display: block;
}

.center-left .personal-list li a {
    display: block;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    color: #0a0e13;
    padding-left: 80px;
}

.center-left .personal-list li.center a {
    background: url(/img/grzx-m.png) 45px center no-repeat;
}

.center-left .personal-list li.center.active a {
    background: url(/img/grzx-h.png) 45px center no-repeat #fff;
    color: #d72a31;
    box-shadow: 0px 0px 10px #dee3e8;
}

.center-left .personal-list li.recharge a {
    background: url(/img/icon-czh.png) 45px center no-repeat;
}

.center-left .personal-list li.recharge.active a {
    background: url(/img/icon-czm.png) 45px center no-repeat #fff;
    color: #d72a31;
    box-shadow: 0px 0px 10px #dee3e8;
}

.center-left .personal-list li.withdraw a {
    background: url(/img/icon-txm.png) 45px center no-repeat;
}

.center-left .personal-list li.withdraw.active a {
    background: url(/img/icon-txh.png) 45px center no-repeat #fff;
    color: #d72a31;
    box-shadow: 0px 0px 10px #dee3e8;
}

.center-left .personal-list li.financial a {
    background: url(/img/zjmx-m.png) 45px center no-repeat;
}

.center-left .personal-list li.financial.active a {
    background: url(/img/icon-zjmxh.png) 45px center no-repeat #fff;
    color: #d72a31;
    box-shadow: 0px 0px 10px #dee3e8;
}

.center-left .personal-list li.bank a {
    background: url(/img/icon-yhkm.png) 45px center no-repeat;
}

.center-left .personal-list li.bank.active a {
    background: url(/img/icon-yhkh.png) 45px center no-repeat #fff;
    color: #d72a31;
    box-shadow: 0px 0px 10px #dee3e8;
}

.center-left .personal-list li.popularize a {
    background: url(/img/icon-tgm.png) 45px center no-repeat;
}

.center-left .personal-list li.popularize.active a {
    background: url(/img/icon-tgh.png) 45px center no-repeat #fff;
    color: #d72a31;
    box-shadow: 0px 0px 10px #dee3e8;
}

.center-left .personal-list li.account a {
    background: url(/img/icon-aqzhm.png) 45px center no-repeat;
}

.center-left .personal-list li.account.active a {
    background: url(/img/icon-aqh.png) 45px center no-repeat #fff;
    color: #d72a31;
    box-shadow: 0px 0px 10px #dee3e8;
}

.center-left .personal-list li.agreement a {
    background: url(/img/icon-xym.png) 45px center no-repeat;
}

.center-left .personal-list li.agreement.active a {
    background: url(/img/icon-xyh.png) 45px center no-repeat #fff;
    color: #d72a31;
    box-shadow: 0px 0px 10px #dee3e8;
}

.center-left .personal-list li.quit a {
    background: url(/img/icon-tcm.png) 45px center no-repeat;
}

.center-left .personal-list li.quit.active a {
    background: url(/img/icon-tch.png) 45px center no-repeat #fff;
    color: #d72a31;
    box-shadow: 0px 0px 10px #dee3e8;
}

.center-right {
    background: #fff;
    width: 1200px;
    min-height: 600px;
    border-radius: 5px;
    margin: 25px 0;
}

.account-list {
    padding: 45px 0px 35px 0;
    background: url(/img/zzc-bg.png) no-repeat;
    margin-bottom: 40px;
}

.account-list ul {
    width: 820px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.account-list ul li {
    float: left;
    width: 16.6%;
    text-align: center;
    color: #fff;
    line-height: 28px;
}

.center-right p.title {
    font-size: 18px;
    font-weight: bold;
    color: #d72a31;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    background: url(/img/daohangbg-1.png) left bottom no-repeat;
}

.center-right p.small-title {
    background: url(/img/daohang-bg.png) left bottom no-repeat;
}

.money-list > div {
    padding: 35px 10px;
}

.money-list > div:hover {
    background: #fafbfc;
}

.money-list > div img {
    vertical-align: -8px;
    margin-right: 15px;
}

.money-list > div a {
    display: inline-block;
    width: 90px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    border-radius: 5px;
    margin-left: 20px;
}

.money-list > div a.cz {
    background: #d72a31;
}

.money-list > div a.tx {
    background: #d72a31;
}

.money-list > div a.zr {
    background: #fff;
    color: #d72a31;
    border: 1px solid #d72a31;
}

.money-list > div a.zc {
    background: #fff;
    color: #d72a31;
    border: 1px solid #d72a31;
}

.recharge-center > div {
    display: block;
    padding: 15px;
    color: #0a0e13;
    border-bottom: 1px dashed #dbdbdb;
}

.recharge-center > div input {
    border: 1px solid #efefef;
    color: #a8b1bc;
    border-radius: 3px;
    padding: 13px 30px;
    width: 300px;
    margin-right: 10px;
    font-size: 14px;
}

.recharge-center > div input::-webkit-input-placeholder {
    color: #a8b1bc;
}

.recharge-center > div.bank-list span {
    display: inline-block;
    border: 1px solid #efefef;
    border-radius: 5px;
    padding: 10px 20px;
    margin-right: 8px;
    cursor: pointer;
}

.recharge-center > div.bank-list span.active {
    border-color: #d72a31;
    background: url(/img/xuanzhong.png) right bottom no-repeat;
}

.recharge-center label {
    display: inline-block;
    width: 125px;
}

.recharge-center p {
    display: inline-block;
}

.recharge-center > div span.tips {
    display: inline-block;
    float: right;
    width: 315px;
}

.recharge-center > div input.bank::-webkit-input-placeholder {
    color: #333;
}

.recharge-center > div button {
    width: 360px;
    height: 50px;
    font-size: 24px;
    background: #d72a31;
    border-radius: 5px;
    color: #fff;
    margin-top: 35px;
    cursor: pointer;
}

.warm-prompt {
    font-size: 14px;
    color: #a8b1bc;
    line-height: 25px;
    margin-top: 55px;
}

.selectBox {
    display: inline-block;
    position: relative;
}

.inputCase input.imitationSelect {
    font-size: 14px;
    padding: 13px 30px;
}

.selectUl {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 360px;
    background: #fff;
    border-bottom: 1px solid #efefef;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}

.selectUl li {
    font-size: 14px;
    color: #0a0e13;
    height: 43px;
    line-height: 43px;
    list-style: none;
    padding: 0 30px;
    border-bottom: 1px solid #efefef;
    transition: all .5s ease 0s;
}

.selectUl li:hover {
    background: #cfe7fe;
}

.selectUl li:last-child {
    border-bottom: 0 none;
}

.selectUl li:first-child {
    border-top: 1px solid #efefef;
}

.inputCase i.fa-caret-down {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
    background: url(/img/zhankai.png) no-repeat;
}

.detail-title p.water-list span {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #0a0e13;
    margin-right: 20px;
    padding-bottom: 10px;
    cursor: pointer;
}

.detail-title p.water-list span.water1.active {
    background: url(/img/daohangbg-1.png) left bottom no-repeat;
    color: #d72a31;
}

.detail-title p.water-list span.water2.active {
    background: url(/img/bank-icon.png) left bottom no-repeat;
    color: #d72a31;
}

.detail-title p.resit span {
    display: inline-block;
    width: 240px;
    font-size: 14px;
    color: #999;
    padding: 3.5px 5px;
    border: 1px solid #efefef;
    border-radius: 3px;
    vertical-align: top;
}

.detail-title span input {
    border: none;
    width: 80px;
    margin-left: 5px;
    color: #999;
}

.detail-title a {
    display: inline-block;
    width: 70px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    vertical-align: top;
}

.detail-title a.search {
    background: #d72a31;
}

.detail-title a.resit {
    background: #d72a31;
}

.financial-table table {
    border: 1px solid #efefef;
    text-align: center;
}

.financial-table table th {
    padding: 20px 0;
    background: #e8ecf0;
    font-size: 16px;
    font-weight: normal;
    color: #0a0e13;
}

.financial-table table td {
    padding: 15px 0;
    font-size: 14px;
}

.financial-table table tr:nth-of-type(2n) td {
    background: #fafbfc;
}

.financial-table table tr:hover td {
    background: #f8e7e7;
}

.detail-title p.detail {
    font-size: 18px;
    font-weight: bold;
    color: #d72a31;
    padding-bottom: 10px;
    background: url(/img/daohangbg-1.png) left bottom no-repeat;
}

.pagination {
    margin-top: 35px;
    text-align: center;
}

.pagination ul li {
    display: inline-block;
    width: 38px;
    height: 38px;
    border: 1px solid #c2c6c9;
    border-radius: 3px;
    text-align: center;
    line-height: 38px;
    color: #fe4b50;
    cursor: pointer;
    margin: 0 5px;
}

.pagination ul li.none {
    border: none;
}

.pagination ul li img {
    vertical-align: -4px;
}

.pagination ul li:not(.on):hover, .pagination ul li.active {
    background: #fe4b50;
    color: #fff;
    border-color: #fe4b50;
}

.center-right p.title span {
    font-size: 14px;
    font-weight: normal;
    color: #a8b1bc;
    margin-left: 20px;
}

.center-right p.big-title {
    background: url(/img/bank-icon.png) left bottom no-repeat;
}

.recharge-center > div font {
    display: inline-block;
    font-size: 14px;
    color: #d72a31;
    width: 185px;
    height: 32px;
    line-height: 32px;
    padding-left: 15px;
    background: url(/img/tishi-bg.png) no-repeat;
    vertical-align: 2px;
}

.bank-success {
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -200px;
}

.bank-list li {
    float: left;
    width: 245px;
    height: 135px;
    background: #a8b1bc;
    padding: 0 20px;
    border-radius: 10px;
    margin: 40px 15px 40px 0;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.bank-list li:last-child {
    margin-right: 0;
}

.bank-list li span {
    display: inline-block;
    vertical-align: middle;
    margin-top: 35px;
}

.bank-list li span.bank-img {
    width: 55px;
    height: 55px;
    line-height: 50px;
    background: #fff;
    border-radius: 100%;
    text-align: center;
    margin-right: 5px;
}

.bank-list li span.bank-img img {
    display: inline-block;
    vertical-align: middle;
}

.bank-list li.last {
    background: #fafbfc;
}

.bank-list li p {
    display: block;
    font-size: 18px;
    color: #0a0e13;
    text-align: center;
    background: url(/img/tianjia.png) top center no-repeat;
    padding-top: 40px;
    margin-top: 35px;
}

.bank-list li i {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

.my-popularize ul li {
    float: left;
    width: 49.5%;
    overflow: hidden;
    margin: 40px 0;
}

.my-popularize ul li h4 {
    font-size: 16px;
    color: #0a0e13;
    margin-bottom: 7px;
}

.my-popularize ul li p {
    font-size: 14px;
    color: #a8b1bc;
}

.my-popularize ul li a {
    display: block;
    width: 120px;
    height: 35px;
    border-radius: 5px;
    background: #d72a31;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    margin-top: 40px;
}

.my-popularize ul li div.img-ewm {
    border: 1px solid #efefef;
    padding: 5px;
}

.my-popularize ul li div.phone-list {
    padding-left: 20px;
}

.my-popularize ul li div.img-ewm img {
    display: block;
}

.my-popularize ul li.line {
    border-right: 1px solid #efefef;
}

.my-popularize ul li div.phone-list span {
    display: block;
    margin-top: 40px;
    overflow: hidden;
}

.my-popularize ul li div.phone-list span input {
    float: left;
    border: 1px solid #efefef;
    border-radius: 5px;
    width: 325px;
    height: 35px;
    line-height: 35px;
    padding: 0px 10px;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.my-popularize ul li div.phone-list span button {
    float: left;
    width: 60px;
    height: 37px;
    line-height: 37px;
    border-radius: 5px;
    background: #d72a31;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    vertical-align: top;
    cursor: pointer;
}

.safe-list li {
    overflow: hidden;
    color: #444;
    padding: 30px 20px;
    border-bottom: 1px dashed #dbdbdb;
}

.safe-list li:nth-of-type(2n) {
    background: #fafbfc;
}

.safe-list li label {
    display: inline-block;
    width: 100px;
}

.safe-list li span small {
    font-size: 14px;
    color: #a8b1bc;
    margin-left: 20px;
}

.safe-list li a {
    display: inline-block;
    width: 85px;
    height: 35px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 35px;
    background: #d72a31;
}

.safe-list li a.alter {
    background: #d72a31;
}

.recharge-center > div.yanz {
    position: relative;
}

.recharge-center > div.yanz input[type='button'] {
    top: 0;
    left: 382px;
    width: 110px;
    padding: 13px 0px 11px;
    background: #d72a31;
    color: #fff;
}

.recharge-center > div.password input {
    background: url(/img/mima-1.png) 330px center no-repeat;
}

.center-right p.lenght-title {
    background: url(/img/bank-icon.png) bottom left no-repeat;
}

.protocol-list ul li a {
    display: block;
    padding: 15px;
    color: #0a0e13;
    border-bottom: 1px dashed #dbdbdb;
}

.protocol-list ul li:nth-of-type(2n) a {
    background: #fafbfc;
}

.protocol-list h3 {
    font-size: 18px;
    color: #d72a31;
    padding: 30px 0;
    border-bottom: 1px solid #efefef;
    text-align: center;
}

.protocol-list p {
    font-size: 14px;
    color: #0a0e13;
    line-height: 24px;
    margin-top: 40px;
}

.pop-top button {
    display: inline-block;
    width: 200px;
    height: 50px;
    border-radius: 5px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.pop-top button.sure {
    background: #d72a31;
    margin: 0 10px 20px 90px;
}

.pop-top button.close {
    background: #a8b1bc;
}

.notice-news {
    margin: 0 auto !important;
}

.notice-wrap {
    width: 1200px;
    margin: 20px auto;
}

.notice-wrap .active a {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.activity-details {
    width: 1120px;
    padding: 150px 40px 300px 40px;
    text-align: left;
    background: url(/img/details.png) no-repeat;
}

.activity-details p.set-title {
    font-size: 30px;
    font-weight: bold;
    color: #edc978;
    background: #3f2c1f;
    padding: 15px;
    text-align: left;
}

.activity-details li {
    float: left;
    padding: 35px 0;
    text-align: left;
}

.activity-details li b {
    font-size: 24px;
    color: #f1cd7b;
}

.activity-details li p {
    margin-top: 10px;
    font-size: 18px;
    color: #d07220;
    padding-left: 10px;
}

.activity-details li:first-child {
    width: 690px;
}

.rule-center b {
    font-size: 24px;
    color: #f1cd7b;
}

.rule-center p {
    font-size: 18px;
    color: #d07220;
    margin-top: 30px;
    line-height: 30px;
}

.rule-center span {
    display: block;
    font-size: 18px;
    color: #f1cd7b;
    margin-top: 40px;
    line-height: 30px;
}

.trace-center {
    width: 1170px;
    padding: 15px;
    border: 4px solid #e1a250;
    margin: auto;
    position: relative;
}

.trace-wrap {
    border: 1px solid #E1A250;
    padding: 40px 20px 20px 20px;
}

.trace-wrap p.title {
    width: 405px;
    height: 65px;
    font-size: 32px;
    font-weight: bold;
    color: #eec984;
    background: url(/img/title-b.png) no-repeat;
    text-align: center;
    position: absolute;
    top: -35px;
    left: 33%;
    padding-top: 10px;
}

.trace-wrap ul.gains-list li {
    float: left;
    width: 125px;
    border: 1px solid transparent;
    padding: 10px 20px;
    text-align: center;
    margin: 10px 28px;
}

.trace-wrap ul.gains-list li:hover {
    border: 1px solid #E1A250;
}

.trace-wrap ul.gains-list li p {
    font-size: 18px;
    color: #eec984;
    margin: 10px 0;
}

.trace-wrap ul.gains-list li a {
    font-size: 18px;
    color: #eec984;
}

.trace-wrap a.add {
    display: block;
    width: 145px;
    height: 45px;
    font-size: 18px;
    color: #eec984;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
    margin: 15px auto 0 auto;
    background: url(/img/mncl.png) no-repeat;
}

.trace-wrap a.add:hover {
    color: #fff;
    background: url(/img/czzj.png) no-repeat;
}

.dynamic-center {
    width: 1200px;
    margin: auto;
}

.dynamic-center p.title {
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #eec984;
    background: url(/img/zj.png) no-repeat;
    margin: 70px 0px 50px 0;
}

.dynamic-table {
    background: #291a19;
    padding-bottom: 30px;
    text-align: center;
}

.dynamic-table table th {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    padding: 20px 0;
    background: #3f2c1f;
    border-bottom: 1px solid #130813;
}

.dynamic-table table td {
    font-size: 16px;
    color: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #130813;
}

.dynamic-table table tr:hover td {
    background: #130813;
}

.dynamic-table table tr a {
    padding-top: 3px;
    font-weight: bold;
    display: inline-block;
    width: 70px;
    height: 32px;
    font-size: 18px;
    color: #eec984;
    background: url(/img/xx.png) no-repeat;
}

.dynamic-table table tr td a:hover {
    background: url(/img/see.png) no-repeat;
    color: #fff;
}

.altogether-center .combat-list {
    padding-left: 400px;
}

.swift-btn {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
    margin-right: 3px;
}

.swift-btn input[type='checkbox'] {
    position: absolute;
    width: 50px;
    height: 25px;
    opacity: 0;
    z-index: 9;
    outline: none;
}

.swift-btn > label {
    position: absolute;
    display: inline-block;
    width: 50px !important;
    height: 25px;
    border-radius: 25px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    background: #999;
}

.swift-btn > label:before {
    content: '';
    position: absolute;
    display: inline-block;
    left: 40px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    line-height: 25px;
    text-indent: -1px;
}

.swift-btn > label:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 23px;
    height: 23px;
    left: 1px;
    top: 1px;
    border-radius: 1px;
    box-shadow: 2px 0px 1px #ddd;
    border-radius: 15px;
    background-color: #fff;
    transition: left 0.3s ease;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
}

.swift-btn input[type='checkbox']:checked + label {
    border: 1px solid #00ba1a;
    background-color: #00ba1a;
}

.swift-btn input[type='checkbox']:checked + label::before {
    display: inline-block;
    color: #fff;
    text-indent: -25px;
}

.swift-btn input[type='checkbox']:checked + label::after {
    left: 26px;
    top: 1px;
    width: 24px;
    height: 24px;
    border: 0;
    box-shadow: none;
    box-sizing: content-box;
}

.notice-right h3 {
    font-size: 20px;
    color: #D72A31;
    font-weight: normal;
    text-align: center;
}

.notice-right p.date {
    font-size: 14px;
    color: #a8b1bc;
    text-align: center;
    padding: 20px 0 30px 0;
    border-bottom: 1px solid #e1e5e9;
}

.notice-right div.content {
    font-size: 16px;
    color: #0a0e13;
    padding: 40px 40px 20px 40px;
    line-height: 28px;
    overflow-x: auto;
}

.forget-center {
    width: 400px;
    font-size: 16px;
    margin: 200px auto;
}

.forget-center .title {
    text-align: left;
    color: #9e9e9e;
}

.forget-input {
    padding: 40px 0;
}

.forget-input p {
    background: #fff;
    border: 1px solid #dbdbdb;
    padding: 5px 0;
    border-radius: 5px;
    margin-bottom: 20px;
}

.forget-input p.num {
    position: relative;
}

.forget-input p i {
    display: inline-block;
    width: 40px;
    text-align: center;
    border-right: 1px solid #dbdbdb;
}

.forget-input p img {
    vertical-align: middle;
    padding: 0 5px;
}

.forget-input p input {
    display: inline-block;
    padding: 5px 7px;
    width: 280px;
    border: none;
}

.forget-input p.num input {
    padding: 5px 3px;
}

.forget-input p button.btn-get {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 15px;
    background: #ffb138;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.forget-input button.btn-sure {
    width: 100%;
    padding: 10px 0;
    border-radius: 4px;
    font-size: 18px;
    margin: 30px 0;
    background: #ffb138;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.soft-banner {
    width: 100%;
    min-width: 1200px;
    height: 520px;
    background: url(/img/soft-bg.png) no-repeat;
    background-position: 50%;
    background-size: cover;
}

.down-four {
    width: 1160px;
    margin: auto;
    text-align: center;
    margin-top: -150px;
    margin-bottom: 130px;
}

.down-four .down-list li {
    float: left;
    width: 160px;
    text-align: center;
    color: #fff;
    margin-right: 170px;
    padding-bottom: 50px;
}

.down-four .down-list li:last-child {
    margin-right: 0;
}

.down-four .down-list li span {
    display: block;
    margin: 10px 0;
}

.down-four .down-list li a {
    display: inline-block;
    width: 125px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    background: #f24b50;
    border-radius: 20px;
    box-shadow: 7px 13px 15px #fab6b8;
    cursor: default;
}

.down-four .down-list li a.on:hover {
    box-shadow: none;
    cursor: pointer;
}

.hangq-container {
    width: 100%;
    min-width: 1200px;
    padding: 10px 0 40px 0;
}

.hangqing-center {
    width: 1200px;
    height: 370px;
    margin: 0 auto;
    background: #fff;
}

.hangqing-center .hangq-left {
    width: 275px;
    height: 370px;
    background: url(/img/celue-hbg.png) no-repeat;
    text-align: center;
    color: #fff;
}

.hangqing-center .hangq-left .hangleft-top {
    width: 205px;
    height: 310px;
    border: 3px solid rgba(255, 255, 255, .7);
    margin: 30px auto;
}

.hangqing-center .hangq-left .hangleft-top h2 {
    font-size: 30px;
    font-weight: normal;
    width: 150px;
    border-top: 1px solid rgba(255, 255, 255, .7);
    border-bottom: 1px solid rgba(255, 255, 255, .7);
    padding: 5px 0;
    margin: 30px auto 30px auto;
}

.hangqing-center .hangq-left li {
    width: 150px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    border: 1px solid #fff;
    cursor: pointer;
    margin: auto;
    margin-bottom: 25px;
}

.hangqing-center .hangq-left li.active {
    background: #fff;
    color: #333;
}

.hangqing-center .hangq-c {
    width: 530px;
    height: 370px;
    margin: 0 0 0 20px;
    border-right: 1px solid #dedede;
    padding-right: 15px;
}

.hangqing-center .hangq-c ul {
    width: 470px;
    margin: auto;
}

.hangqing-center .hangq-c li {
    float: left;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #e5e5e5;
    font-size: 15px;
    font-weight: bold;
    color: #666;
    margin-right: 15px;
    cursor: pointer;
}

.hangqing-center .hangq-c li:last-child {
    margin-right: 0;
}

.hangqing-center .hangq-c li.active {
    background: #d82f36;
    color: #fff;
}

.hangq-img {
    width: 500px;
}

.hangqing-center p.notice {
    text-align: left;
    font-size: 20px;
    color: #d72a31;
    margin: 10px 0 20px 0;
}

.hangqing-center p.notice b {
    display: inline-block;
    width: 3px;
    height: 20px;
    background: #d72a31;
    margin-right: 15px;
    vertical-align: -2px;
}

.hangqing-center .hangq-r {
    width: 350px;
    margin: 5px 0 10px 0;
}

.hangqing-center .hangq-r .zhishu {
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
}

.hangqing-center .hangq-r .zhishu p {
    padding-right: 40px;
    font-size: 30px;
    font-weight: bold;
    margin-left: 20px;
}

.hangqing-center .hangq-r table.table-t {
    width: 100%;
    font-size: 13px;
}

.hangqing-center .hangq-r table.table-t th {
    font-size: 14px;
    font-weight: normal;
    color: #ff0000;
    text-align: right;
    padding: 3px 0;
}

.hangqing-center .hangq-r table.table-t td {
    font-size: 14px;
    width: 90px;
    color: #2f8fef;
    padding: 3px 0;
    padding-left: 10px;
}

.hangqing-center .hangq-r table.table-b {
    width: 100%;
    font-size: 13px;
    text-align: left;
    border-top: 1px solid #dedede;
}

.hangqing-center .hangq-r table.table-b th {
    font-size: 14px;
    width: 100px;
    font-weight: normal;
    color: #666;
    text-align: left;
    padding: 3px 0 3px 15px;
}

.center-right .xianx-recharge {
    border-bottom: 1px solid #efefef;
}

.center-right .xianx-recharge li {
    display: block;
    color: #333;
    float: left;
    font-size: 18px;
    margin-right: 20px;
    padding-bottom: 10px;
    cursor: pointer;
}

.center-right .xianx-recharge li.active {
    color: #d72a31;
    font-weight: bold;
    background: url(/img/daohangbg-1.png) left bottom no-repeat;
}

.recharge-center .recharge-list {
    margin-top: 20px;
    border-bottom: 1px solid #efefef;
}

.recharge-center .recharge-list li {
    float: left;
    width: 143px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    border: 1px solid #d2d2d2;
    cursor: pointer;
    margin-bottom: 20px;
    margin-right: 20px;
}

.recharge-center .recharge-list li.active {
    border-color: #d72a31;
    background: url(/img/xuanzhong.png) right bottom no-repeat;
}

.recharge-center .onrecharge-list {
    margin-top: 20px;
    border-bottom: 1px solid #efefef;
}

.recharge-center .onrecharge-list li {
    float: left;
    width: 143px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    border: 1px solid #d2d2d2;
    cursor: pointer;
    margin-bottom: 20px;
    margin-right: 8px;
    border-radius: 5px;
    padding: 10px 20px;
}

.recharge-center .onrecharge-list li.active {
    border-color: #d72a31;
    background: url(/img/xuanzhong.png) right bottom no-repeat;
}

.pay-top {
    width: 550px;
    margin: 20px auto;
}

.pay-top .pay-left {
    width: 150px;
    font-size: 14px;
    text-align: center;
}

.pay-top .pay-left img {
    display: block;
    width: 140px;
    height: 140px;
    margin: auto;
}

.pay-top .pay-right {
    width: 290px;
    margin-left: 80px;
    margin-top: 20px;
}

.pay-top .pay-right p {
    margin-bottom: 10px;
}

.pay-top .pay-right label {
    width: 65px;
    display: inline-block;
}

.pay-top .pay-right input {
    width: 200px;
    margin-right: 0;
    padding: 7px 0 7px 10px;
    border-radius: 0;
    border: 1px solid #d4cdcd;
}

.pay-bottom {
    border-top: 1px solid #efefef;
    padding-top: 20px;
}

.pay-bottom .pay-bottom-list {
    width: 320px;
    margin: auto;
}

.pay-bottom .pay-bottom-list p {
    margin-bottom: 15px;
}

.pay-bottom .pay-bottom-list label {
    display: inline-block;
    width: 80px;
    font-size: 15px;
    color: #000;
    font-weight: bold;
}

.pay-bottom .pay-bottom-list input {
    width: 200px;
    padding: 8px 0 8px 10px;
    margin-right: 0;
    border: 1px solid #d6cfcf;
    margin-right: 5px;
}

.pay-bottom-list button.querb {
    width: 310px;
    margin-top: 10px;
}

.pay-down-list span {
    color: #666;
    margin-left: 60px;
}

.pay-down-list span:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #666;
    border-radius: 50%;
    vertical-align: 3px;
    margin-right: 5px;
}

.table-pay {
    border: 1px solid #efefef;
    border-bottom: none;
    margin-bottom: 20px;
}

.table-pay > p {
    display: block;
    font-size: 14px;
    color: #666;
    padding: 10px 30px;
    border-bottom: 1px solid #efefef;
}

.table-pay > p label {
    width: 90px;
}

.news-data small {
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #666;
}