body {
    font-size: 14px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif, Microsoft YaHei;
    background: #14191f;
    color: #fff;
}

body,
html {
    height: 100%;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

dl {
    margin: 0;
}

dt {
    font-weight: normal;
}

ul,
li {
    list-style-type: none;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

a {
    color: #fff;
    text-decoration: none;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

a:focus {
    text-decoration: none;
    color: inherit;
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    object-fit: cover;
}

table {
    border-collapse: collapse;
}

input[type='text'],
input[type='password'],
button,
textarea,
select {
    border: 0;
    outline: none;
    width: 100%;
    background: none;
    font-family: inherit;
}

button,
select,
input[type='radio'],
input[type='checkbox'] {
    -webkit-appearance: none;
    position: relative;
}
input[type='radio']::after,
input[type='checkbox']::after {
    content: '';
    width: 15px;
    border-radius: 50%;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #7040e9;
    border-radius: 50%;
    margin-top: -4px;
}
input[type='radio']:checked:after,
input[type='checkbox']:checked::after {
    background: url(../images/gou.png) center no-repeat;
    background-size: 100% 100%;
}
video {
    width: 100%;
    display: block;
    margin: 0 auto;
    background-color: #000;
}
.hidden {
    display: none;
}
.wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    max-width: 640px;
    margin: 0 auto;
}

/*鍏叡鏍峰紡鍕垮垹闄�*/
.flex {
    display: flex;
    align-items: center;
}
.flex_item {
    flex: 1;
}
.panel {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
/**/
.header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #14191f;
    padding: 0 15px;
    height: 50px;
}
.header .flex_item {
    font-size: 20px;
    font-weight: bold;
}
.header i {
    width: 22px;
    height: 15px;
    background: url(../images/nav.png) center no-repeat;
    background-size: 100% 100%;
}
.footer {
    display: flex;
    background: #202731;
    text-align: center;
    border-radius: 15px 15px 0 0;
}
.footer img {
    height: 28px;
    margin-bottom: 5px;
}
.footer a {
    padding: 10px 0;
    color: #c4c5ca;
}
.footer a.on {
    color: #0075c9;
}
/**/
.commontop .info {
    padding: 0 15px;
    background: #1b2229;
    margin-top: 15px;
}
.commontop .search {
    display: flex;
    margin: 0 15px;
    align-items: center;
    padding: 0 15px;
    background: rgba(43, 54, 64, 0.6);
    border-radius: 50px;
}
.commontop .swiper-slide {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
.commontop .hd {
    padding: 6px 0;
}
.commontop .hd a {
    display: flex;
    align-items: center;
    font-size: 15px;
    border-radius: 5px;
    height: 36px;
    padding: 0 8px;
    font-weight: bold;
}
.commontop .hd .on a {
    background: #252e37;
}
.commontop .hd a img {
    width: 15px;
    margin-right: 4px;
}
.commontop .bd {
    border-top: 1px solid #3d4349;
    font-size: 13px;
}
.commontop .bd a {
    color: #58616a;
    display: block;
    padding: 12px 3px;
}
.commontop .bd .on a {
    color: #0075c9;
}
.commontop .search .input {
    width: 100%;
    color: #fff;
    height: 47px;
}
.commontop .search i {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/search.png) center no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
}
.homepage {
    padding: 15px;
}
.homepage .title {
    display: flex;
    align-items: center;
}
.homepage .title img {
    width: 25px;
    margin-right: 8px;
}
.homepage .title .flex_item {
    font-weight: bold;
    font-size: 18px;
}
.homepage .title a {
    display: flex;
    align-items: center;
}
.homepage .title a:after {
    content: ' ';
    display: inline-block;
    height: 6px;
    width: 6px;
    margin-left: 5px;
    border-width: 1px 1px 0 0;
    border-color: #fff;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
.homepage .first {
    margin-bottom: 20px;
}
.homepage .first .bd {
    margin-top: 12px;
}
.homepage .first .swiper-slide {
    width: 35%;
}
.homepage .first .swiper-slide a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    background: #1b2229;
}
.homepage .first .swiper-slide p {
    display: flex;
    align-items: center;
    padding: 12px 8px;
}
.homepage .first .swiper-slide p img {
    width: 14px;
    margin-right: 5px;
}
.homepage .second .bd {
    margin-top: 12px;
}
.homepage .second .bd ul {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}
.homepage .second .bd ul li {
    padding: 5px;
    width: 33.333%;
}
.homepage .second .bd ul a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.homepage .second .bd ul a span {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    border-radius: 0 10px;
    font-size: 12px;
    padding: 3px 9px;
    background: #cdb559;
}
.homepage .second .bd ul p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background-image: linear-gradient(
        to bottom,
        rgba(122, 122, 122, 0),
        rgba(122, 122, 122, 0.7)
    );
}
/**/
.prolists {
    padding: 15px;
}
.title_common {
    font-weight: bold;
    font-size: 18px;
}
.prolists .bd {
    margin-top: 12px;
}
.prolists .bd ul {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}
.prolists .bd ul li {
    width: 50%;
    padding: 5px;
}
.prolists .bd ul a {
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.prolists .bd ul span {
    position: absolute;
    top: 0;
    background: rgba(240, 194, 49, 0.8);
    color: #000;
    font-size: 12px;
    border-radius: 0 10px;
    padding: 2px 7px;
    right: 0;
}
.prolists .bd ul p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background-image: linear-gradient(
        to bottom,
        rgba(122, 122, 122, 0),
        rgba(122, 122, 122, 0.9)
    );
}
.prolists .bd ul p:before {
    content: '';
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
}
/**/
.details .first {
    padding: 15px;
}
.details .first .pic {
    margin-top: 10px;
    border-radius: 10px;
}
.details .first dl {
    padding: 15px 0 6px;
}
.details .first dl dt {
    font-size: 19px;
    margin-bottom: 8px;
}
.details .first p {
    display: flex;
    flex-wrap: wrap;
}
.details .first p span {
    color: #0075c9;
    border: 1px solid #0075c9;
    height: 26px;
    font-size: 12px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 20px;
    margin: 6px 6px 0 0;
    background: #122230;
}
.details .second {
    padding: 15px;
    border-radius: 10px;
    background: #191f26;
}
.details .second .title {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
.details .second .title img {
    width: 30px;
    margin-right: 6px;
}
.details .second .title::before {
    content: '';
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(to right, #0b4f81, #17222f);
}
.details .second .bd {
    margin-top: 15px;
}
.details .second .bd ul {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}
.details .second .bd ul li {
    width: 33.333%;
    padding: 5px;
}
.details .second .bd ul a {
    display: block;
    background: #1a1a34;
    border-radius: 10px;
    overflow: hidden;
}
.details .second .bd ul .pic {
    border-radius: 10px;
}
.details .second .bd ul p {
    display: flex;
    align-items: center;
    font-size: 12px;
    padding: 0 12px;
    height: 36px;
    overflow: hidden;
}
.details .second .bd ul p img {
    margin-right: 6px;
    width: 15px;
}
/**/
.lists {
    padding: 15px;
}
.lists .wrapper {
    margin-top: 15px;
}
.wall {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: -5px;
}
.wall-column {
    display: block;
    position: relative;
    width: 50%;
    padding: 5px;
}
.article {
    display: block;
    margin-bottom: 10px;
    border-radius: 10px;
    transition: all 100;
    position: relative;
    overflow: hidden;
    position: relative;
}

.article p {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    font-size: 12px;
    overflow: hidden;
    padding: 0 8px;
    background-image: linear-gradient(
        to right,
        rgba(43, 54, 64, 0.6),
        rgba(0, 117, 202, 0.6),
        rgba(43, 54, 64, 0.6)
    );
}
.article p img {
    width: 14px;
    margin-right: 5px;
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
}
.mask .menu {
    width: 55%;
    position: absolute;
    right: 0;
    background: #1a1b20;
    padding: 15px;
    height: 100%;
    transition: all 0.3s;

    top: 0;
}

.mask .menu .close {
    text-align: right;
}
.mask .menu .Account {
    text-align: center;
    margin-top: 25px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.mask .menu .Account i {
    font-weight: normal;
    margin-right: 8px;
    font-size: 28px;
}
.mask .menu ul {
    margin-top: 20px;
    border-radius: 5px;
    background: #25262b;
    padding: 0 15px;
}
.mask .menu ul a {
    display: flex;
    align-items: center;
    padding: 17px 0;
}
.mask .menu ul li + li {
    border-top: 1px solid #393941;
}
.mask .menu ul a:hover {
    color: #68baf6;
}
.mask .menu .ft {
    position: absolute;
    bottom: 30px;
    left: 15px;
    right: 15px;
}
.mask .menu .ft .flex_item + .flex_item {
    padding-left: 15px;
}
.mask .menu .ft a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #1b6fca;
    height: 42px;
    border-radius: 5px;
}
.mask .menu .ft .flex_item + .flex_item a {
    border: 1px solid #1b6fca;
    background: none;
    color: #1b6fca;
}

/***/
.rester {
    padding: 40px 15px;
}
.rester .logo {
    text-align: center;
    font-size: 20px;
    padding-bottom: 30px;
    font-weight: bold;
}
.rester .logo .img {
    width: 35%;
}
.rester .logo dt {
    font-weight: bold;
    padding: 10px 0;
    font-size: 43px;
}
.rester .box {
    color: #c4c5ca;
    border-radius: 40px;
    background: #25262b;
    padding: 5px 15px 30px;
}
.rester .box .one h4 {
    font-size: 15px;
    padding-top: 30px;
}
.rester .box .one .flex {
    border-radius: 8px;
    background: #36393e;
    padding: 0 10px;
    position: relative;
    transition: all 0.3s;
    border: 1px solid transparent;
    margin-top: 10px;
}
.rester .box .one .flex.on {
    border-color: #ffea57;
    box-shadow: 0 0 6px rgba(255, 234, 87, 0.5);
}
.rester .box .one .flex p {
    position: absolute;
    background: url(../images/tip.png) left center no-repeat;
    padding-left: 20px;
    background-size: 13px auto;
    font-size: 12px;
    left: 0;
    margin-top: 5px;
    top: 100%;
}
.rester .box .one .flex .input {
    height: 46px;
    width: 100%;
    color: #fff;
    padding-left: 12px;
}
.rester .box .one ol {
    line-height: 30px;
    padding-top: 15px;
}
.rester .box .one ol label:hover {
    color: #ffea57;
}
.rester .box .one ul {
    padding-top: 15px;
}
.rester .box .one ul li {
    line-height: 20px;
    margin-top: 10px;
    display: flex;
}
.rester .box .one .btn {
    width: 100%;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    background: #1871c1;
    height: 52px;
    border-radius: 52px;
    margin-top: 30px;
}
.rester .box .Forget {
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
}
.rester .box .Forget a {
    color: #c4c5ca;
}
.rester .box .Forget i {
    color: #1871c1;
}
.rester .box .two {
    padding-top: 30px;
    text-align: center;
}
.rester .box .two h3 {
    position: relative;
}
.rester .box .two h3:before {
    content: '';
    border-bottom: 1px solid #ccc;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
}
.rester .box .two h3 span {
    position: relative;
    z-index: 5;
    background: #25262b;
    padding: 0 10px;
}
.rester .box .two .bd {
    padding-top: 15px;
}
.rester .box .two ul {
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
}
.rester .box .two ul li {
    width: 33.333%;
    padding: 8px;
}
.rester .box .two ul a {
    display: block;
    border-radius: 8px;
    background: #36393e;
    overflow: hidden;
}
.rester .box .two .ft {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0 10px;
}
.rester .box .two .ft a {
    color: #1871c1;
}
.rester .box .two .ft span {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    background: #35363b;
    margin-right: 5px;
    justify-content: center;
}
.rester .box .two .ft i {
    font-size: 12px;
}
/**/
/**/
.details {
    color: #c4c5ca;
    background: #1a1b1f;
}
.details .banner img {
    width: 100%;
}
.details .title {
    display: flex;
    align-items: center;
    background: #25262b;
    font-weight: bold;
    padding: 10px 15px;
    font-size: 18px;
}
.details .title i {
    margin-right: 5px;
    font-size: 18px;
    font-weight: normal;
}
.details .main {
    padding: 15px 15px 0;
    border-radius: 20px 20px 0 0;
    background: #1a1b1f;
    position: relative;
    margin-top: -20px;
}
.details .one {
    display: flex;
    align-items: center;
    padding: 10px 0 25px;
}
.details .one .tab {
    display: flex;
}
.details .one .tab span {
    border-radius: 50%;
    background: #25262b;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.details .one .tab span.on {
    color: #01cc8c;
}
.details .one .tab .red.on {
    color: #f75353;
}
.details .two .bd {
    padding-bottom: 20px;
}
.details .two .bd ul > li {
    display: flex;
    margin-top: 15px;
    line-height: 32px;
}
.details .two .bd ul .side {
    width: 80px;
}
.details .two .bd .tabtitle {
    display: flex;
    font-size: 13px;
    margin: -5px;
    flex-wrap: wrap;
}
.details .two .bd .tabtitle li {
    width: 33.333%;
    padding: 5px;
}
.details .two .bd .tabtitle li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    color: #c4c5ca;
    background: #25262b;
    border-radius: 5px;
}
.details .two .bd .tabtitle li.on a {
    color: #fff;
    background-color: #194f80;
}

.picbox {
    position: fixed;
    z-index: 99;
    left: 0;
    display: none;
    top: 0;
    width: 100%;
    height: 100%;
}
.picbox .pic {
    width: 100%;
    height: 100%;
}
.picbox .close {
    position: absolute;
    top: 15px;
    background: rgba(57, 57, 65, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    right: 15px;
    width: 40px;
    height: 40px;
}
.picbox .close i {
    font-size: 21px;
}
.picbox .bottom {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 30px;
    display: flex;
    border-radius: 10px;
    background: rgba(57, 57, 65, 0.8);
    text-align: center;
    padding: 15px 0;
}
.picbox .bottom i {
    font-size: 24px;
}
